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

body {
  color: #444;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

.body-center {
  padding-bottom: 2rem;
}

.center-header sup, .center-header h1, .center-header sub {
  color: rgba(255, 255, 255, 0.5);
  color: white;
  margin: 0 auto;
  max-width: 1200px;
  text-transform: uppercase;
  width: var(--xlarge);
}

.center-header h1 {
  line-height: 1;
  font-family: var(--sans);
  font-weight: 700;
}

.center-header p {
  padding-bottom: 0;
}

.center-header sup {
  font-weight: 700;
  margin-bottom: -3px;
}

.center-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

main {
  flex: 0 0 100%;
  padding: var(--n);
  max-width: 100vw;
}

@media (min-width: 1000px) {
  main {
    flex: 1 0 67%;
    max-width: 800px;
  }
}

main ~ aside {
  flex: 0 0 100%;
  padding: var(--n);
}

@media (min-width: 1000px) {
  main ~ aside {
    flex: 1 1 33%;
    max-width: 400px;
  }
}

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

.constrain {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  max-width: calc(100vw - var(--n));
}

.constrain-xl:not(.x) {
  margin-left: auto;
  margin-right: auto;
  max-width: 95vw;
  width: 1200px;
}

.constrain-lg:not(.x), section.signup form:not(.x) {
  margin-left: auto;
  margin-right: auto;
  max-width: 95vw;
  width: 1000px;
}

.constrain-md:not(.x) {
  margin-left: auto;
  margin-right: auto;
  max-width: 95vw;
  width: 800px;
}

.constrain-sm:not(.x) {
  margin-left: auto;
  margin-right: auto;
  max-width: 95vw;
  width: 600px;
}

.constrain-xs:not(.x) {
  margin-left: auto;
  margin-right: auto;
  max-width: 95vw;
  width: 400px;
}

.fill-width {
  max-width: 100%;
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

img.contain {
  object-fit: contain;
}

body, svg {
  fill: currentColor;
}

a,
a:visited {
  text-decoration: none;
  color: var(--di-primary);
}

a:hover,
a:active {
  color: var(--di-dark);
  transition: all 0.2s;
}

* {
  box-sizing: border-box;
}

dl {
  margin: 0;
}

section.noted::before {
  content: "§";
}

hr {
  border: none;
  background-color: var(--gray-lighter);
  height: 2px;
  margin: 1rem auto;
}

:root {
  --gr-e-tgt: linear-gradient(to right, rgba(255,255,255,.0) 0%, rgba(0,0,0,.1) 50%, rgba(255,255,255,.0) 100%);
  --gr-e-gtg: linear-gradient(to right, rgba(0,0,0,.1) 0%, rgba(255,255,255,.0) 50%, rgba(0,0,0,.1) 100%);
  --gr-e-gt: linear-gradient(to right, rgba(0,0,0,.1) 0%, rgba(0,0,0,.1) 100%);
  --gr-se-tgt: linear-gradient(to right bottom, rgba(255,255,255,.0) 0%, rgba(0,0,0,.1) 50%, rgba(255,255,255,.0) 100%);
  --gr-se-gt: linear-gradient(to right bottom, rgba(0,0,0,.1) 0%, rgba(255,255,255,.0) 50%);
}

.gradient-e-tgt {
  background: var(--gr-e-tgt);
}

.back-darker {
  color: white;
}

@media print {
  body:not(#x):not(#y):not(#z) .back-header .box.shrink:not(.logo),
  body:not(#x):not(#y):not(#z) .hail,
  body:not(#x):not(#y):not(#z) .nav.box,
  body:not(#x):not(#y):not(#z) .center-footer,
  body:not(#x):not(#y):not(#z) .body-footer,
  body:not(#x):not(#y):not(#z) aside.side,
  body:not(#x):not(#y):not(#z) .nav-secondary {
    display: none;
  }
  body:not(#x):not(#y):not(#z) .logo.box {
    margin: 0 auto;
  }
  body:not(#x):not(#y):not(#z) .box.grow {
    max-width: 100%;
  }
}

.gutter .box {
  background-clip: padding-box;
}

.gutter .box:not(:last-of-type) {
  border-right: .5rem transparent solid;
}

.gutter .box:not(:first-of-type) {
  border-left: .5rem transparent solid;
}

.pad-ends {
  padding-bottom: 2rem;
  padding-top: 2rem;
}

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

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

.margin-auto {
  margin: 0 auto;
}

.flex, .template-person > center,
.flex-row,
.flex-col,
body.error404 .endo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.flex .flex, .template-person > center .flex, .flex .template-person > center, .template-person > center .template-person > center {
  margin-right: -0;
  margin-left: -2rem;
}

@media print, screen and (min-width: 40em) {
  .flex .flex, .template-person > center .flex, .flex .template-person > center, .template-person > center .template-person > center {
    margin-right: -2rem;
    margin-left: -2rem;
  }
}

@media print, screen and (min-width: 64em) {
  .flex .flex, .template-person > center .flex, .flex .template-person > center, .template-person > center .template-person > center {
    margin-right: -2rem;
    margin-left: -2rem;
  }
}

.flex .flex.collapse, .template-person > center .flex.collapse, .flex .template-person > center.collapse, .template-person > center .template-person > center.collapse {
  margin-right: 0;
  margin-left: 0;
}

.flex.expanded, .template-person > center.expanded {
  max-width: none;
}

.flex:not(.expanded) .flex, .template-person > center:not(.expanded) .flex, .flex:not(.expanded) .template-person > center, .template-person > center:not(.expanded) .template-person > center {
  max-width: 100%;
}

.flex.collapse > .box, .template-person > center.collapse > .box {
  padding-right: 0;
  padding-left: 0;
}

.flex.is-collapse-child, .template-person > center.is-collapse-child,
.flex.collapse > .box > .flex,
.template-person > center.collapse > .box > .flex,
.flex.collapse > .template-person.box > center,
.template-person > center.collapse > .template-person.box > center,
.flex.collapse > .boxs > .flex,
.template-person > center.collapse > .boxs > .flex,
.flex.collapse > .template-person.boxs > center,
.template-person > center.collapse > .template-person.boxs > center {
  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, .template-person > center.box, .flex.flex.boxes, .template-person > center.boxes {
  float: none;
  display: block;
}

.flex .box.flex.flex, .template-person > center .box.flex.flex, .flex .template-person > center.box, .template-person > center .template-person > center.box, .flex .flex.flex.boxes, .template-person > center .flex.flex.boxes, .flex .template-person > center.boxes, .template-person > center .template-person > center.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,
body.error404 .endo,
.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: 40em) {
  .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: 40em) and (min-width: 40em) {
  .medium-expand {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 40em) {
  .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, .template-person > center.medium-unstack > .box, .flex.medium-unstack > .boxs, .template-person > center.medium-unstack > .boxs {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media print, screen and (min-width: 40em) {
  .flex.medium-unstack > .box, .template-person > center.medium-unstack > .box, .flex.medium-unstack > .boxs, .template-person > center.medium-unstack > .boxs {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 40em) {
  .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: 64em) {
  .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: 64em) and (min-width: 64em) {
  .large-expand {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .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, .template-person > center.large-unstack > .box, .flex.large-unstack > .boxs, .template-person > center.large-unstack > .boxs {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media print, screen and (min-width: 64em) {
  .flex.large-unstack > .box, .template-person > center.large-unstack > .box, .flex.large-unstack > .boxs, .template-person > center.large-unstack > .boxs {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .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: 40em) {
  .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: 64em) {
  .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;
  }
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
h1, h2, h3 {
  font-weight: normal;
}

h1, .h1 {
  font-size: 3em;
}

.header-main h1 {
  margin: 0 0 .2em 0;
}

h2, .h2 {
  font-size: 2em;
}

/* Banner */
h3, .h3 {
  font-size: 1.5em;
}

/* Article Title */
h4, .h4 {
  font-size: 1.375em;
  font-style: italic;
}

/* Section Title */
h5, .h5 {
  font-size: 1.375em;
}

/* Article Headline */
h6, .h6 {
  font-size: 1.5625em;
}

/* Program Name Subhead */
h7 {
  font: 0.75em;
}

/* Article Preview Metadata */
h8 {
  font: italic 600 1.1875em 'Crimson Text', serif;
}

/*Navigator Section*/
h9 {
  font: 600 0.9375em;
}

/*Article Metadata*/
h10 {
  font: 0.9375em;
  color: #0678c1;
}

/*Module Title*/
h11 {
  font: 600 1.1875em 'Crimson Text', serif;
  color: #0678c1;
}

/*Article Page Numbers*/
.h12 {
  font: 600 1.125em 'Crimson Text', serif;
}

/*Footer Sections*/
.h13 {
  font: italic 1.0625em 'Crimson Text', serif;
}

/*Footer Tagline*/
a.subdued:link, a.subdued:visited {
  color: rgba(0, 0, 0, 0.35);
}

a.subdued:hover:not(.x) {
  color: var(--di-primary);
}

.serif {
  font-family: "Crimson Text", serif;
}

.sans {
  font-family: "Open Sans", sans-serif;
}

:root {
  --article-line-height: 1.7;
  --article-font-size: 1.2rem;
}

.breadcrumbs {
  font-family: "Crimson Text", serif;
  font-size: .9rem;
  font-weight: bold;
  padding: 1rem 0;
}

.details-stack .social-link li {
  display: inline-block;
  padding-right: 1rem;
  line-height: 3rem;
}

.details-stack .social-link li a {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.details-stack .social-link li a:any-link:not(:hover) {
  color: var(--di-gray);
}

details.dashed[open]:not(:hover) {
  opacity: .75;
}

details.dashed[open] summary {
  border-bottom: 2px rgba(0, 0, 0, 0.2) dashed;
  margin-bottom: .75rem;
  padding-bottom: .75rem;
}

details.summary-button summary {
  background-color: black;
  background-color: #22435e;
  border-radius: 5px;
  color: white;
  font-size: 20px;
  display: inline-block;
  line-height: 1.6;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
}

details.summary-button[open] summary {
  border-radius: 5px 5px 0 0;
}

details.summary-button summary:hover {
  background-color: #096f80;
}

details.summary-button summary strong {
  font-weight: normal;
}

#more .summary-h2 summary {
  font-weight: normal;
  font-size: 2rem;
  padding: .6rem 1rem;
  text-align: center;
}

.summary-h2 section {
  border-top: 2px solid black;
  padding-top: 1rem;
  margin-top: 1rem;
}

#more {
  margin-bottom: 4rem;
}

#more details {
  background-image: url("https://www.discovery.org/m/2023/03/nautilus-light-back-scaled.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0 2rem;
}

#more details summary {
  display: inline-block;
  margin: 0 auto;
  line-height: 1;
}

#more details:not(:hover):not([open]) {
  opacity: .5;
  background: #b59b8d;
  border: 2px solid rgba(0, 0, 0, 0.5);
}

#more details[open] {
  padding-top: 1rem;
}

#more h2 {
  font-family: var(--sans);
}

.wp-block-signal-details:hover {
  cursor: pointer;
}

.summary-button center {
  padding: 0 1rem;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}

details:not(.wp-block-details) summary:not(.gb-accordion-title)::marker, details:not(.wp-block-details) summary:not(.gb-accordion-title)::-webkit-details-marker {
  display: none;
}

details.open-close {
  position: relative;
}

details.open-close summary::before {
  content: '\203A \00a0 View\00a0';
}

details.open-close[open] summary::before {
  content: "-\00a0 Close\00a0";
  transform: rotate(90deg);
}

details.open-close summary {
  color: var(--gray);
  outline: none;
}

details.open-close summary:hover {
  color: var(--gray-dark);
  cursor: pointer;
}

.page-template-default.has-featured-image nav.programs {
  display: none;
}

.page-template-default figure.billboard {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
  margin: 0;
  position: relative;
}

.page-template-default figure.billboard img {
  display: none;
}

.video .center-main {
  width: 100%;
}

.single-e figure[class*="ar-"]:not(.x) {
  max-height: none;
}

.sheet figure.billboard {
  overflow: visible;
}

.sheet figure.billboard footer {
  position: absolute;
  bottom: 50%;
  left: calc(100% - 60px);
  z-index: 98104;
}

@media (min-width: 1200px) {
  .sheet figure.billboard footer {
    bottom: 0;
    left: calc(50% + (85ch / 2));
  }
}

.sheet figure.billboard small {
  position: absolute;
}

@media (min-width: 992px) {
  .alignright {
    margin-right: -150px;
  }
  .alignleft {
    margin-left: -150px;
  }
}

.gallery-columns-4 {
  padding-bottom: 1rem;
}

.gallery-columns-4 .gallery-item img {
  height: 205px;
  object-fit: cover;
}

.gallery-columns-4 .gallery-item img:not(#x) {
  border-color: transparent;
}

.hailed-articles[data-src*="evolution"] img:first-of-type {
  display: none;
}

section.screen {
  background: black;
  line-height: 0;
}

section.screen:not(.embedded) {
  position: relative;
  max-height: calc(70vh - 88px);
}

section.screen:not(.embedded):before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

section.screen:not(.embedded) iframe {
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  position: absolute;
}

.single-v .center-header {
  padding: 0;
}

.single-v .center-header a.play {
  background-color: rgba(0, 0, 0, 0.25);
  display: block;
  height: 100%;
}

.single-v aside .section-header {
  margin-bottom: var(--n2);
}

.single-v .sheet main,
.has-aside main {
  background: linear-gradient(to bottom, white 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  max-width: 800px;
}

.single-v main.center-main {
  background: linear-gradient(#e5e5e5 70vh, #ffffff 90vh, #ffffff 100vh);
}

.single-v.has-billboard .center-header {
  padding: 0;
  position: relative;
}

.single-v.has-billboard .center-header a.play, .single-v.has-billboard .center-header a.not-play {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.single-v.has-billboard .center-header figure {
  max-height: 100%;
}

.single-v.has-billboard .center-header:not(.x):not(.y) {
  min-height: 0px;
  height: 0;
  padding-bottom: calc(9 / 16 * 100%);
}

@media (min-width: 1200px) {
  .single-v.has-billboard .center-header:not(.x):not(.y) {
    min-height: 650px;
    height: auto;
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  .lity-youtube .lity-container,
  .lity-vimeo .lity-container,
  .lity-facebookvideo .lity-container,
  .lity-googlemaps .lity-container {
    max-width: calc(1200px);
  }
}

.videos .video {
  margin-bottom: var(--n);
}

.videos .video figure {
  height: 0;
  padding-bottom: calc(9 / 16 * 100%);
  margin-bottom: .5rem;
}

.videos .video a.play {
  background-color: rgba(0, 0, 0, 0.75);
  display: block;
  min-height: 170px;
}

.videos .video header {
  font-weight: normal;
  margin-bottom: 1rem;
}

.videos .video header big {
  display: block;
  font-size: 1.25rem;
  text-transform: none;
}

.videos .video header big a {
  display: block;
  font-weight: 300;
  line-height: 1.2;
}

.videos .video header sub {
  font-size: 1rem;
  padding: 0;
}

.videos .video header .subtitle {
  display: none;
}

.videos .video header .article-categories,
.videos .video header .article-date {
  display: none;
}

.videos .byline dd.article-author::before {
  content: "With ";
}

a.play {
  background: black;
  display: block;
  position: relative;
  line-height: 0;
}

a.play * {
  line-height: 1;
}

a.play::before {
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  content: "";
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
  pointer-events: none;
  position: absolute;
  z-index: 100;
}

a.play::after {
  content: "";
  top: calc(50% - 25px);
  left: calc(50% - 15px);
  position: absolute;
  border-color: var(--primary);
  border-style: solid;
  border-width: 25px 0 25px 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 40px solid var(--primary);
  pointer-events: none;
  width: 0;
  height: 0;
  z-index: 101;
}

a.play:hover::before {
  background-color: white;
  box-shadow: 0px 0px 5px black;
}

a.play:hover img {
  opacity: .5;
}

.single-v a.play img {
  display: none;
}

.single-v main.center-main {
  background: linear-gradient(#e5e5e5 70vh, #ffffff 90vh, #ffffff 100vh);
}

.display-none {
  display: none;
}

section.signup {
  background: var(--gray);
}

section.signup .wFormContainer {
  background: transparent;
}

section.signup .wForm {
  padding: 3rem 0;
}

section.signup .wFormTitle,
section.signup .supportInfo,
section.signup dt {
  display: none;
}

section.signup form {
  display: flex;
  margin: 0 auto;
  padding: 3rem 0;
  padding: 1rem 0;
  position: relative;
}

section.signup form::before {
  color: var(--gray-light);
  content: "Stay tuned ";
  display: flex;
  line-height: 2rem;
  padding-right: .5rem;
  white-space: nowrap;
}

section.signup form .fieldnote {
  background: white;
  border-radius: 5px;
  color: var(--gray);
  display: none;
  padding: 10px;
  position: absolute;
  bottom: calc(100% + 4px);
}

section.signup form .fieldnote::before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 10px;
  width: 0px;
  height: 0px;
  border-width: 10px 10px 0px 10px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}

section.signup form input:focus ~ .fieldnote,
section.signup form input:active ~ .fieldnote {
  display: block;
}

section.signup form dl.box {
  display: flex;
  flex: 1 1 18%;
  position: relative;
}

section.signup form dd {
  margin: 0;
  overflow: hidden;
  padding: 0 1px 0 0;
  color: white;
  width: 100%;
}

section.signup form input {
  background: var(--gray-light) er;
  border: 0;
  color: var(--gray);
  padding: .25rem .5rem;
  width: 100%;
}

section.signup form input[type*="submit"] {
  background: white;
}

section.signup form input[type*="submit"]:hover {
  background: var(--gray-dark);
}

figure.screen {
  background: black;
  line-height: 0;
  height: 100%;
}

figure.screen:not(.embedded) {
  position: relative;
  max-height: calc(70vh - 88px);
}

.button-di:not(.x) a, .button-di:not(.x) a:visited, .button-di:not(.x) a:link {
  background-color: var(--gray);
  color: white;
  text-decoration: none;
  display: inline-block;
  padding: 0.5em 1em;
  width: auto;
  text-align: center;
  font-size: 1.4em;
  margin-top: 1em;
}

.button-di:not(.x) a:hover {
  background-color: var(--di-secondary);
  color: white;
  text-decoration: none;
  display: inline-block;
  padding: 0.5em 1em;
  width: auto;
  text-align: center;
  font-size: 1.4em;
  margin-top: 1em;
}

.categorized-acte .button-di:not(.x) a, .categorized-acte .button-di:not(.x) a:visited, .categorized-acte .button-di:not(.x) a:link {
  background-color: var(--acte-primary);
}

.categorized-acte .button-di:not(.x) a:hover {
  background-color: var(--acte-dark);
}

.categorized-csc .button-di:not(.x) a, .categorized-csc .button-di:not(.x) a:visited, .categorized-csc .button-di:not(.x) a:link {
  background-color: var(--csc-primary);
}

.categorized-csc .button-di:not(.x) a:hover {
  background-color: var(--csc-dark);
}

.categorized-cccl .button-di:not(.x) a, .categorized-cccl .button-di:not(.x) a:visited, .categorized-cccl .button-di:not(.x) a:link {
  background-color: var(--cccl-primary);
}

.categorized-cccl .button-di:not(.x) a:hover {
  background-color: var(--cccl-dark);
}

.categorized-che .button-di:not(.x) a, .categorized-che .button-di:not(.x) a:visited, .categorized-che .button-di:not(.x) a:link {
  background-color: var(--che-primary);
}

.categorized-che .button-di:not(.x) a:hover {
  background-color: var(--che-dark);
}

.categorized-cnai .button-di:not(.x) a, .categorized-cnai .button-di:not(.x) a:visited, .categorized-cnai .button-di:not(.x) a:link {
  background-color: var(--cnai-primary);
}

.categorized-cnai .button-di:not(.x) a:hover {
  background-color: var(--cnai-dark);
}

.categorized-tdp .button-di:not(.x) a, .categorized-tdp .button-di:not(.x) a:visited, .categorized-tdp .button-di:not(.x) a:link {
  background-color: var(--tdp-primary);
}

.categorized-che .button-di:not(.x) a:hover {
  background-color: var(--tdp-dark);
}

.categorized-cwp .button-di:not(.x) a, .categorized-cwp .button-di:not(.x) a:visited, .categorized-cwp .button-di:not(.x) a:link {
  background-color: var(--cwp-primary);
}

.categorized-cwp .button-di:not(.x) a:hover {
  background-color: var(--cwp-dark);
}

.categorized-ccrd .button-di:not(.x) a, .categorized-ccrd .button-di:not(.x) a:visited, .categorized-ccrd .button-di:not(.x) a:link,
.brand-ccrd .button-di:not(.x) a, .brand-ccrd .button-di:not(.x) a:visited, .brand-ccrd .button-di:not(.x) a:link {
  background-color: var(--ccrd-primary);
}

.categorized-ccrd .button-di:not(.x) a:hover, .brand-ccrd .button-di:not(.x) a:hover {
  background-color: var(--ccrd-dark);
}

article time.updated {
  display: none;
}

article[program] {
  --program-color: var(--di-primary);
}

article[program="acte"] {
  --program-color: var(--acte-primary);
}

article[program="ccrd"] {
  --program-color: var(--ccrd-primary);
}

article[program="che"] {
  --program-color: var(--che-primary);
}

article[program="csc"] {
  --program-color: var(--csc-primary);
}

article[program="cnai"] {
  --program-color: var(--cnai-primary);
}

article[program="cwp"] {
  --program-color: var(--cwp-primary);
}

article[program="tdp"] {
  --program-color: var(--tdp-primary);
}

article[program="cccl"] {
  --program-color: var(--cccl-primary);
}

.multiple:not(.section-books) article[data-type-title]::after {
  content: attr(data-type-title);
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--program-color);
  color: white;
  padding: 1ch 2ch;
}

.multiple:not(.section-books)[data-type] {
  position: relative;
}

.multiple:not(.section-books)[data-type]::before {
  font-size: .75rem;
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
  opacity: .25;
}

.multiple:not(.section-books):not(.blog):not(.category) article[data-type-title]::after {
  content: attr(program);
  text-transform: uppercase;
  opacity: .7;
  padding: .5ch 1ch;
}

body[class*="post-type-archive-"] article[data-type]::before {
  display: none;
}

body.author article[data-type]::before {
  display: block;
}

.single main article .alignright {
  margin-left: 1rem;
}

.single main article .bordered {
  border: 0.25rem solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  .single main article .alignright:not(.contain) {
    margin-right: -150px;
  }
}

.single main article header sub {
  padding: var(--n2) var(--n2) 0 var(--n2);
}

@media (min-width: 1200px) {
  .single main article header sub {
    padding-top: var(--n);
    padding-bottom: 0;
  }
}

.single main article .subtitle {
  font-size: 1.5em;
  font-family: "Crimson Text", serif;
  font-style: italic;
}

.singular main article:last-of-type + hr,
.multiple main article ~ article:last-of-type + hr,
.single-post main center .article-header {
  display: none;
}

article.tease figure.billboard footer {
  display: none;
}

.multiple main article {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 var(--n) 0;
}

.multiple main article ~ article {
  padding-top: var(--n);
  border-top: 2px var(--gray-lighter) solid;
}

.multiple main article.fi figure header, .multiple main article.fi figure footer {
  display: none;
}

@media (min-width: 992px) {
  .multiple main article.fi {
    display: grid;
    grid-column-gap: var(--n4);
    grid-row-gap: var(--n4);
    grid-template-columns: 1fr 2fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: 'figure-1 header span' 'figure-2 center span' 'figure-3 footer span';
  }
  .multiple main article.fi figure {
    display: block;
    grid-aread: figure-1;
    grid-row-start: figure-1;
    grid-row-end: figure-3;
    height: auto;
    margin-right: var(--n2);
  }
  .multiple main article.fi header {
    grid-area: header;
  }
  .multiple main article.fi center {
    grid-area: center;
  }
  .multiple main article.fi footer {
    grid-area: footer;
  }
}

.multiple main article figure,
.multiple main article header,
.multiple main article center,
.multiple main article footer {
  display: block;
  flex: 0 0 100%;
}

.multiple main article figure {
  display: block;
  height: auto;
}

@media (max-width: 767px) {
  .multiple main article figure {
    padding-bottom: 0;
  }
}

.multiple main article figure center {
  display: block;
}

@media (max-width: 767px) {
  .multiple main article figure img {
    display: block;
  }
}

.multiple main article[data-type="v"] figure {
  padding-bottom: 0;
}

.multiple main article[data-type="v"] figure img {
  display: block;
}

.multiple main article sup, .multiple main article h1, .multiple main article sub {
  padding: 0;
}

.multiple main article header h1 {
  line-height: .75;
}

.multiple main article header h2 {
  margin-top: 0;
}

.multiple main article header::after {
  content: none;
  display: none;
}

.multiple main article center a {
  display: block;
  width: 100%;
  height: 100%;
}

.multiple main article center {
  display: none;
}

.multiple main article sup {
  font-size: 1rem;
  font-weight: bold;
  opacity: .5;
}

.multiple main article sup dt, .multiple main article sup dd:not(.article-categories) {
  display: none;
}

.multiple main article sup .article-categories:not(.x):not(.y)::before {
  content: "";
}

.multiple main article sub {
  margin-top: .5rem;
  opacity: .75;
}

.multiple main article sub p {
  padding: 0;
}

.multiple main article sub .article-categories {
  display: none;
}

.multiple main article footer {
  display: none;
}

.footer-main {
  justify-self: flex-start;
}

.featured .articleTitle {
  font-family: "Crimson Text", serif;
  font-size: 2.1875em;
  line-height: 1.2;
}

.featured article center,
.featured .articleAbstract {
  display: block;
  margin-top: .5rem;
}

.article-excerpt > p:first-of-type:first-letter {
  font-family: "Crimson Text", serif;
  font-size: 4.75em;
  float: left;
  line-height: .9;
  margin-bottom: -.1rem;
  padding-right: .1em;
}

.recent-articles dl {
  display: block;
}

.recent-articles dl ~ dl {
  border-top: 2px solid #c1c1c1;
}

.recent-articles dt,
.recent-articles dd {
  margin: 0;
  padding: 0 8.694036% 0px 8.694036%;
}

.recent-articles dt {
  padding: 0 8.694036% 8px 8.694036%;
}

.multiple .format-link {
  position: relative;
}

.multiple .format-link header::before {
  color: var(--gray-light);
  content: "Offsite";
  font-size: smaller;
  line-height: 1rem;
  position: absolute;
  text-transform: uppercase;
  top: 0;
}

dl[class*="-line"] {
  margin-top: var(--n4);
  padding-top: var(--n4);
  position: relative;
}

dl[class*="-line"]::before {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) 100%);
  background: rgba(0, 0, 0, 0.2);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: var(--x2);
  height: 3px;
}

dl[class*="-line"] h3 {
  font-size: 1.5rem;
  line-height: 1.1;
  margin: 0;
}

dl[class*="-line"] dd {
  display: inline-block;
  font-size: .75rem;
  opacity: .8;
  text-transform: uppercase;
}

article article.hailed:not(.x) {
  padding-left: 0;
  padding-right: 0;
}

article article.hailed:not(.x) h3 {
  margin: 0;
  padding-bottom: .5rem;
}

article article.hailed:not(.x) sub {
  padding: 0 0 .5rem 0;
}

article article.hailed:not(.x) sub dl {
  margin: 0;
}

article article.hailed:not(.x) figure {
  background-repeat: no-repeat;
  height: 0;
  margin: 0 0 .5rem 0;
  width: 100%;
}

article article.hailed:not(.x) figure img {
  display: none;
}

.recently article {
  border-bottom: 2px var(--gray-light) solid;
  margin-bottom: .75rem;
  padding-bottom: .75rem;
}

.recently header h4 {
  font-family: "Open Sans", sans-serif;
  font-size: .85rem;
  font-style: normal;
  line-height: 1.2rem;
}

.recently header sub {
  display: block;
  font-size: .8125rem;
  line-height: 1.1rem;
  margin-top: .2rem;
}

.recently header span, .recently header time {
  display: block;
}

.recently header span.author {
  font-size: .75rem;
  text-transform: uppercase;
}

main ~ aside header {
  color: var(--gray);
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
}

main ~ aside aside {
  margin-bottom: var(--n);
}

body[data-env="wwww.discovery.org"]:not(.logged-in) #tag_cloud-3 {
  display: none;
}

main ~ aside ul li {
  border-top: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 0;
}

main ~ aside ul li a {
  display: block;
  padding: var(--n8) 0;
}

main ~ aside ul li:last-of-type {
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}

main ~ aside .widget_nav_menu ul.menu ul {
  display: none;
}

main ~ aside .widget_nav_menu ul.menu > li > a {
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0) 100%);
  display: block;
}

main ~ aside .widget_nav_menu ul.menu li {
  display: block;
  padding-bottom: 0;
}

main ~ aside .widget_nav_menu ul.menu ul {
  display: none;
}

main ~ aside .widget_nav_menu ul.menu ul li {
  font-size: .95em;
}

main ~ aside .widget_nav_menu ul.menu ul li a {
  font-weight: normal;
  padding: 3px 0;
  text-transform: none;
}

main ~ aside .widget_nav_menu ul.menu ul li ul a {
  opacity: .8;
}

main ~ aside .widget_nav_menu ul.menu ul li ul li {
  font-size: 1em;
}

main ~ aside .widget_nav_menu ul.menu ul ul li {
  padding-left: var(--n2);
}

main ~ aside .widget_nav_menu ul.menu .current-menu-ancestor {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}

main ~ aside .widget_nav_menu ul.menu .current-menu-ancestor ul {
  display: block;
}

main ~ aside .widget_nav_menu ul.menu .current-menu-ancestor ul li:not(.current-menu-item) ul {
  display: none;
}

main ~ aside .widget_nav_menu ul.menu .current-menu-ancestor ul li.current-menu-item ul,
main ~ aside .widget_nav_menu ul.menu .current-menu-ancestor ul li.current-menu-item ul li {
  display: block;
}

.side aside ~ aside {
  padding-top: 1rem;
}

aside.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

aside.widget ul li {
  margin: 0;
  padding: 0;
}

.side header {
  color: gray;
  font-weight: bold;
  text-transform: uppercase;
}

.xdebug-error.xe-warning {
  display: none;
}

body.archive.section-b .center-header {
  background-image: url("https://www.discovery.org/m/2023/09/books-tumbling-as185103806-scaled.jpeg");
  background-size: cover;
  background-position: 0 -10vw;
  padding-top: 100px;
}

.section-b .hull {
  width: 100vw;
  max-width: 100vw;
}

.section-b main {
  width: 100vw;
  max-width: 100vw;
}

.archive.section-books:not(.author) main,
.archive.section-b:not(.author) main {
  display: grid;
  grid-gap: var(--n);
  grid-template-columns: 1fr;
  max-width: 1200px;
}

@media (min-width: 768px) {
  .archive.section-books:not(.author) main,
  .archive.section-b:not(.author) main {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .archive.section-books:not(.author) main,
  .archive.section-b:not(.author) main {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1200px) {
  .archive.section-books:not(.author) main,
  .archive.section-b:not(.author) main {
    grid-template-columns: repeat(4, 1fr);
  }
}

.archive.section-books:not(.author) main article,
.archive.section-b:not(.author) main article {
  display: flex;
  border-top: none;
  padding: 0;
}

.archive.section-books:not(.author) main article header h2,
.archive.section-b:not(.author) main article header h2 {
  line-height: 1;
}

.archive.section-books:not(.author) main article figure,
.archive.section-b:not(.author) main article figure {
  background-image: none !important;
  padding: 0;
  height: auto;
  overflow: visible;
}

.archive.section-books:not(.author) main article figure center, .archive.section-books:not(.author) main article figure img,
.archive.section-b:not(.author) main article figure center,
.archive.section-b:not(.author) main article figure img {
  display: block;
  min-height: 150px;
}

.archive.section-books:not(.author) main article figure img,
.archive.section-b:not(.author) main article figure img {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  max-height: 100%;
}

.archive.section-books:not(.author) main article figure img[src*="png"],
.archive.section-b:not(.author) main article figure img[src*="png"] {
  box-shadow: none;
}

.archive.section-books:not(.author) main article center,
.archive.section-b:not(.author) main article center {
  height: 100%;
  overflow: visible;
}

.archive.section-books:not(.author) main .multiple main article,
.archive.section-b:not(.author) main .multiple main article {
  overflow: hidden;
}

.archive.section-books:not(.author) aside,
.archive.section-b:not(.author) aside {
  display: none;
}

.book-categories .article-category:not(:first-child)::before {
  content: ", ";
}

.book-categories li:not(:last-of-type) {
  padding-bottom: 0;
}

.section-b.preorder dd.buy.source-set a::before {
  content: "Pre-order at ";
}

.section-b.published dd.buy.source-set a::before {
  content: "Buy at ";
}

@media (max-width: 767px) {
  .section-b:not(.multiple) .center-main article {
    display: flex;
    flex-direction: column;
  }
  .section-b:not(.multiple) .center-main article .article-header {
    order: 2;
  }
  .section-b:not(.multiple) .center-main article .article-center {
    order: 3;
  }
  .section-b:not(.multiple) .center-main article .article-footer {
    order: 4;
  }
  .section-b:not(.multiple) .center-main article aside {
    order: 1;
  }
}

.section-b:not(.multiple) .body-header {
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  background-color: transparent !important;
  z-index: 98104;
}

.section-b:not(.multiple) .book-links dd {
  padding-bottom: 0.5ch;
  display: block;
}

.section-b:not(.multiple) .center-header {
  min-height: 500px;
  background-blend-mode: color;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("https://www.discovery.org/m/2019/10/drew-coffman-D1Pa78SnrH0-unsplash.jpg");
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 767px) {
  .section-b:not(.multiple) .center-header {
    min-height: 90px;
    margin-bottom: 1rem;
    padding: 0;
  }
}

.section-b:not(.multiple) .center-header::after {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
}

.section-b:not(.multiple) .center-header a {
  color: rgba(0, 0, 0, 0.5);
  display: block;
  font-weight: 700;
  width: var(--xl);
  margin: 0 auto;
  max-width: 100vw;
  padding-left: var(--n);
  padding-top: 89px;
  text-transform: uppercase;
}

.section-b:not(.multiple) .hail:not(#x):not(#y):not(#z) {
  display: none;
}

.section-b:not(.multiple) main {
  background: linear-gradient(#ffffff 85%, #e5e5e5 100%);
  width: 100vw;
  max-width: 100vw;
  padding-top: 0;
}

.section-b:not(.multiple) main article {
  width: var(--xl);
  margin: 0 auto;
  max-width: 100%;
  grid-template-rows: auto auto 1fr;
}

@media (min-width: 992px) {
  .section-b:not(.multiple) main article {
    display: grid;
    grid-column-gap: var(--n);
    grid-row-gap: var(--n4);
    grid-template-columns: 2fr 1fr;
    grid-template-areas: 'header aside' 'center aside' 'footer aside';
  }
}

.section-b:not(.multiple) main article header h1, .section-b:not(.multiple) main article header sup, .section-b:not(.multiple) main article header sub {
  padding-left: 0;
  padding-right: var(--n);
  max-width: 100vw;
}

.section-b:not(.multiple) main article header h1 {
  font-family: var(--sans);
  font-weight: 300;
  font-size: 4rem;
  bottom: 100%;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .section-b:not(.multiple) main article header h1 {
    position: absolute;
    color: white;
  }
}

.section-b:not(.multiple) main article > header {
  position: relative;
  grid-area: header;
}

.section-b:not(.multiple) main article > header sup {
  font-weight: 700;
  text-transform: uppercase;
}

.section-b:not(.multiple) main article > header sub:first-of-type {
  padding-top: var(--n2);
}

.section-b:not(.multiple) main article > header sub.subtitle {
  font-family: var(--sans);
  padding-bottom: var(--n2);
}

.section-b:not(.multiple) main article > header sub.authors {
  text-transform: uppercase;
  padding-bottom: var(--n2);
}

.section-b:not(.multiple) main article > header sub.authors::before {
  content: attr(data-by);
}

.section-b:not(.multiple) main article > center {
  grid-area: center;
  padding-right: var(--n2);
}

.section-b:not(.multiple) main article > aside {
  grid-row: 1 / 3;
  position: relative;
  grid-area: aside;
}

.section-b:not(.multiple) main article > aside figure:not(.x) {
  max-height: none;
  background-image: none !important;
  overflow: visible;
}

.section-b:not(.multiple) main article > aside figure:not(.x) header {
  display: none;
}

@media (min-width: 992px) {
  .section-b:not(.multiple) main article > aside figure:not(.x) {
    margin-top: -200px;
  }
}

@media (max-width: 767px) {
  .section-b:not(.multiple) main article > aside figure:not(.x) {
    order: 1;
  }
}

.section-b:not(.multiple) main article > aside .book-cover img[src*=".jpg"] {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.section-b:not(.multiple) main article > aside section ~ section {
  margin-top: var(--n);
}

.section-b:not(.multiple) main article > aside header {
  font-weight: bold;
}

.section-b:not(.multiple) main article > aside section:not(.book-reviews) header {
  display: none;
}

.section-b:not(.multiple) main article > aside li {
  list-style: none;
}

.section-b:not(.multiple) main article > aside dl dl {
  border-top: 1px var(--gray-lighter) solid;
}

.section-b:not(.multiple) main article > aside dt, .section-b:not(.multiple) main article > aside dd {
  display: inline-block;
}

.section-b:not(.multiple) main article > aside dt {
  font-weight: bold;
}

.section-b:not(.multiple) main article > aside dd {
  padding-left: .5ch;
}

.section-b:not(.multiple) main article > footer {
  margin-top: var(--n);
  flex: 0 0 100%;
  grid-area: footer;
}

.section-b:not(.multiple) .book-reviews dl {
  padding: 1ch 0;
}

.section-b:not(.multiple) .book-reviews dt {
  font-weight: normal;
}

.section-b:not(.multiple) .book-reviews .review-title::before {
  content: "“";
}

.section-b:not(.multiple) .book-reviews .review-title::after {
  content: "”";
}

.section-b:not(.multiple) .book-reviews .review-publication::before {
  content: "in ";
}

.section-b:not(.multiple) .book-reviews .review-author::before {
  content: "by ";
}

.book-links ul {
  margin-left: 0;
  padding: 0;
}

.section-b .body-header {
  background: linear-gradient(to bottom, black, rgba(0, 0, 0, 0));
  position: absolute;
  left: 0;
  right: 0;
}

small.preferred::before {
  content: "Discovery Institute receives a royalty or a commission from the sales of this book from Preferred Sellers, which helps support its non-profit work.";
  display: block;
  color: var(--gray);
  font-size: smaller;
  padding: .5rem;
}

.booksite a:any-link {
  color: #573ba3;
  background-image: url(https://www.discovery.org/~/icons/brands/book-arrow-gray.svg);
  background-size: 27px auto;
  background-position: 10px center;
}

.booksite:not(.x) a:hover {
  color: white;
  background-image: url(https://www.discovery.org/~/icons/brands/book-arrow-white.svg);
  background-color: var(--gray);
  background-size: 27px auto;
  background-position: 10px center;
}

.book-links a:any-link:hover {
  background-color: var(--gray);
  color: white;
}

.buy.preferred {
  position: relative;
}

.buy.preferred::before {
  background: white;
  border: 1px var(--gray-lighter) solid;
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  color: var(--gray);
  content: "Preferred";
  text-transform: uppercase;
  font-size: 11px;
  position: absolute;
  top: -9px;
  padding: .2ch 1ch;
  border-radius: 3px;
  left: calc(33px);
}

.buy.preferred:hover::before {
  box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
}

.buy.bookshop a:any-link {
  color: #573ba3;
  background-image: url(https://www.discovery.org/~/icons/brands/bookshop-logomark.svg);
  background-size: 20px auto;
  background-position: 10px center;
}

.buy.bookshop a:hover {
  background-color: #573ba3;
  background-image: url(https://www.discovery.org/~/icons/brands/bookshop-logomark-white.svg);
  color: white;
}

.buy.booksamillion a:any-link {
  color: #003366;
  background-image: url(https://www.discovery.org/~/icons/brands/bam-logomark.svg);
  background-size: 12px auto;
  background-position: 13px center;
}

.buy.booksamillion a:hover {
  background-color: #003366;
  background-image: url(https://www.discovery.org/~/icons/brands/bam-logomark-white.svg);
  color: white;
}

.book-links a:any-link {
  background-repeat: no-repeat;
  border: 1px var(--gray-lighter) solid;
  border-radius: 5px;
  color: var(--gray);
  display: block;
  font-size: 1.2rem;
  line-height: 2rem;
  padding: .5ch 1ch .5ch 2.4rem;
}

.book-links:not(.x) li {
  padding-bottom: .5ch;
}

.buy.otherbuylink a:any-link, .buy.otherpreferredbuylink a:any-link {
  background-image: url("https://www.discovery.org/~/icons/brands/basket-gray.svg");
  background-size: 1.2em auto;
  background-position: 1ch center;
}

.buy.otherbuylink a:hover, .buy.otherpreferredbuylink a:hover {
  background-color: var(--di-primary);
  color: white;
}

.buy.amazon a:any-link {
  background-image: url("https://www.discovery.org/~/icons/brands/amazon-simplified-color.svg");
  background-repeat: no-repeat;
  background-size: 1.2em auto;
  background-position: 1ch center;
  border-radius: 5px;
  display: block;
  font-size: 1.2rem;
  line-height: 2rem;
  padding: .5ch .5ch .5ch 2.4rem;
  color: #ff9900;
}

.buy.amazon a:hover {
  background-color: #FF9900;
  background-image: url("https://www.discovery.org/~/icons/brands/amazon-simplified-white.svg");
  color: white;
}

.buy a:any-link::after {
  background-image: url("https://www.discovery.org/~/icons/brands/buy-finger-gray.svg");
  background-repeat: no-repeat;
  content: "";
  width: 2rem;
  height: 1.8rem;
  float: right;
}

.buy a:hover::after {
  background-image: url("https://www.discovery.org/~/icons/brands/buy-finger-white.svg");
}

.buy.bn a:any-link {
  background-image: url("https://www.discovery.org/~/icons/brands/bn-color.svg");
  background-repeat: no-repeat;
  background-size: 1.2em auto;
  background-position: 1ch center;
  border-radius: 5px;
  color: #62756c;
  color: #75827b;
  display: block;
  font-size: 1.2rem;
  line-height: 2rem;
  padding: .5ch .5ch .5ch 2.4rem;
}

.buy.bn a:hover {
  background-color: #62756c;
  background-image: url("https://www.discovery.org/~/icons/brands/bandn-white.svg");
  color: white;
}

.hailed-books article.tease {
  grid-template-columns: 1fr 3fr;
  grid-template-areas: "figure header" "figure center" "figure footer";
  margin-bottom: 1rem;
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
}

dl.book-categories ul {
  margin: 0;
  padding: 0;
}

dl.book-categories li {
  display: inline-block;
}

body.section-brand center {
  max-width: 100%;
  width: 1000px;
  margin: 4rem auto;
}

section.section-brand {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0) 75%);
  padding: 2rem;
}

section.section-brand center {
  margin-top: 0;
  width: 100%;
}

section.section-brand section {
  background: transparent;
  padding: .5rem 0;
}

section.section-brand summary {
  background: white;
  xmargin-bottom: .5rem;
  padding: 1rem;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

section.section-brand summary:hover {
  background: var(--gray);
  color: white;
}

section.section-brand details center {
  background: white;
  padding: 1rem;
}

section.section-brand figure {
  margin-bottom: .5rem;
}

section.section-brand figure figure:not([class*="primary"]) {
  background: white;
}

section.section-brand .wp-block-gallery figure a:any-link {
  padding: 2rem;
}

section.section-brand .wp-block-gallery figure a:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

section.section-brand .wp-block-gallery figcaption:not(#x) {
  padding: 2rem;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  left: auto;
  bottom: auto;
  padding: .25rem .5rem;
}

section.section-brand .wp-block-gallery.aspect-ratio-wide img {
  max-height: 100px;
  width: auto;
  margin: 0 auto;
}

section.section-brand details center {
  position: relative;
}

section.section-brand h2, section.section-brand h3, section.section-brand h4 {
  font-family: var(--sans);
  font-style: normal;
}

section.section-brand h2 {
  font-weight: bold;
  padding: .5rem 0rem;
  xtext-transform: uppercase;
}

section.section-brand h3 {
  font-weight: normal;
  xtext-transform: uppercase;
  opacity: .5;
}

.page .wp-block-columns:not(.x) .wp-block-column:first-of-type {
  margin-left: 0;
}

.page .wp-block-columns:not(.x) .wp-block-column:last-of-type {
  margin-right: 0;
}

.single article .wp-block-columns:not(.x) .wp-block-column:first-of-type {
  padding-left: 0;
}

.single article .wp-block-columns:not(.x) .wp-block-column:last-of-type {
  padding-right: 0;
}

.section-e .page-template-default .center-main .article-title {
  display: none;
}

body.section-e .center-center {
  padding-top: var(--n);
  background: white;
}

body.section-e h1 {
  font-family: var(--sans);
  font-weight: 700;
  line-height: 1;
  margin: 0 auto;
  text-transform: uppercase;
}

body.section-e .event-program {
  display: none;
}

.page-events main .article-header {
  display: none;
}

.page-events .past {
  display: none;
}

.page-events .view-archives a, .page-events .view-archives a:visited {
  background: var(--di-primary);
  color: white;
  display: block;
  padding: var(--n2);
}

.page-events .view-archives a:hover,
.page-events .view-archives a:visited:hover {
  background-color: var(--di-dark);
}

.page-events .event-center,
.page-events .event-footer {
  display: none;
}

.event-meta {
  display: block;
  padding-left: var(--n);
  padding-right: var(--n);
  text-align: right;
}

.event-datalist {
  display: flex;
}

.event-datalist dl {
  white-space: nowrap;
  display: inline-flex;
}

.event-datalist dt,
.event-datalist .event-datalist dd {
  display: none;
}

.event-datalist .date dt::before {
  color: white;
  display: inline-flex;
  font-weight: bold;
}

.event-datalist .date dt span {
  display: none;
}

.event-datalist dd.event-month-abbr,
.event-datalist dd.event-day-zero {
  display: block;
}

.page-events .hide-title-listing.has-banner:not(#x) .event-title,
.post-type-archive-e .hide-title-listing.has-banner:not(#x) .event-title,
.hide-center:not(#x) .event-center,
.hide-date:not(#x) .event-date,
.hide-year:not(#x) .event-year,
.hide-title:not(#x) .event-title,
.hide-title:not(#x) .event-subtitle,
.hide-banner:not(#x) .event-banner,
.hide-subtitle:not(#x) .event-subtitle,
.page-events .hide-title-listing.has-banner:not(#x) .event-subtitle,
.post-type-archive-e .hide-title-listing.has-banner:not(#x) .event-subtitle {
  display: none;
}

.events.body-center, .events.hailed-events {
  display: block;
}

.events article.event {
  border-bottom: 2px var(--gray-lightest) solid;
  padding-bottom: var(--n);
}

.events article.event sup.date {
  display: none;
}

.events article ~ article {
  padding-top: var(--n);
}

.events .event-tease:nth-of-type(even) {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0) 100%);
}

.events figure.is-portrait {
  max-height: 200px;
}

.events figure footer {
  display: none;
}

.events .event-header {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.events .event-header h2, .events .event-header sup:not(:empty), .events .event-header sub:not(:empty) {
  display: block;
  flex: 0 0 100%;
  margin-bottom: var(--n4);
}

.events .event-header h2 {
  font-family: var(--sans);
  font-weight: 300;
}

.events .event-header dd {
  font-size: 2rem;
  line-height: 2rem;
  text-transform: uppercase;
}

.events .event-header .event-month-abbr {
  font-weight: 700;
}

.events .event-header dd.event-year {
  border-left: 1px var(--gray) solid;
  color: var(--gray);
  display: block;
  margin-left: var(--n4);
  padding-left: var(--n4);
}

.events .event-header dd.event-locale {
  border-left: 1px gray solid;
  display: block;
  font-size: 1rem;
  margin-left: var(--n4);
  padding-left: var(--n4);
}

.events .event-header .event-meta {
  order: 1;
  padding: 0;
}

.events .event-header .event-title {
  order: 3;
}

.events .event-header .event-subtitle {
  font-style: italic;
  order: 3;
}

.events .event-header .event-banner {
  order: 0;
}

.events .event-tease sup {
  display: none;
}

.events .event-tease.past::before {
  content: "Past Event";
  color: var(--gray-light);
  display: block;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5;
  opacity: 1;
}

.events .event-tease figure.banner {
  background-image: none !important;
  height: auto;
  margin-bottom: var(--n4);
  padding-bottom: 0;
  position: relative;
  order: 2;
}

.events .event-tease figure.banner img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

.events nav.navigator .menu a {
  background: rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {
  .events main {
    padding-right: var(--n2);
  }
  .events aside {
    padding-left: var(--n2);
  }
}

.events .main-footer nav {
  margin: 0 auto;
  max-width: var(--medium);
}

body.single-e .body-center {
  background: black;
  padding-bottom: 0;
  display: flex;
  flex-flow: row wrap;
}

body.single-e .center-header:not(.x):not(.y) {
  position: absolute;
  z-index: 100;
}

body.single-e .center-header:not(.x):not(.y)::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, black 100%);
}

body.single-e.has-featured-image .article-header:not(.x) {
  padding-top: 0;
}

body.single-e.has-featured-image .center-center {
  padding-top: calc(189px + var(--n));
}

body.single-e.has-featured-image .back-header {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  position: absolute;
}

body.single-e .article-figure {
  background-image: none;
  padding-bottom: 0;
  height: auto;
}

body.single-e .article-figure center {
  line-height: 0;
}

body.single-e .article-figure header, body.single-e .article-figure footer {
  display: none;
}

body.single-e .center-center {
  background: linear-gradient(white 0%, white 15%, #e5e5e5 50%, #e5e5e5 75%);
  background: black;
  background: transparent;
  margin: 0 auto;
  padding-top: calc(189px + var(--n) + 2rem);
  position: relative;
  z-index: 200;
}

body.single-e:not(.categorized-uncategorized) .center-center {
  padding-top: calc(89px + var(--n) + 2rem);
}

body.single-e:not(.categorized-uncategorized) .back-header {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  position: absolute;
  z-index: 98104;
  left: 0;
  right: 0;
}

body.single-e main {
  max-width: 1000px;
}

body.single-e main article {
  background: linear-gradient(white 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  background: white;
}

body.single-e .center-footer {
  background: white;
  width: 100%;
}

body.single-e .event-date .event-month {
  font-weight: normal;
}

body.single-e .event-date .event-day {
  font-weight: bold;
}

body.single-e .event-year:not(.current-year):not(.x) {
  border-left: none;
  margin: 0;
  color: white;
  padding: 0;
}

body.single-e .event-year:not(.current-year)::before {
  content: ', ';
}

body.single-e .event-year.current-year {
  display: none;
}

body.single-e .event-date:not(#x) {
  background: rgba(255, 255, 255, 0.5);
  display: block;
}

body.single-e figure.billboard {
  height: 100%;
}

body.single-e .past .wp-block-button:not(.dont-disable) .wp-block-button__link,
body.single-e .past .button-di:not(.dont-disable) a,
body.single-e .past .wp-block-genesis-blocks-gb-button:not(.dont-disable) a {
  pointer-events: none;
  opacity: .5;
}

body.single-e figure.frameless img {
  margin: calc(var(--x1_5) * -1);
  max-width: calc(100% + var(--x3)) !important;
  margin-bottom: var(--n2);
}

body.single-e:not(.tagged-__hide-title) .article-header {
  padding-top: var(--n);
}

body.single-e.tagged-__hide-title h1, body.single-e.tagged-__hide-title .event-subtitle {
  display: none;
}

body.single-e.tagged-__hide-title .event-header {
  padding: 0;
}

body.single-e .tagged-__hide-figure .billboard, body.single-e .tagged-__hide-figure .article-figure, body.single-e .tagged-__hide-figure .center-figure {
  display: none;
}

body.single-e .article-center {
  padding-top: var(--x1_5);
}

body.single-e .wave {
  bottom: 0;
}

body.single-e article {
  position: relative;
  background: white;
}

body.single-e article h1:not(.x):not(.y) {
  position: relative;
}

body.single-e article .event-title {
  position: static;
}

body.single-e article .event-byline {
  display: none;
}

body.single-e article .event-subtitle {
  font-family: var(--sans);
}

body.single-e article .event-datalist {
  color: white;
  justify-content: flex-end;
  padding-left: var(--n2);
  position: absolute;
  bottom: 100%;
  right: 0;
}

body.single-e article .event-datalist dt, body.single-e article .event-datalist dd {
  display: none;
  font-size: 2em;
  padding: var(--n4) var(--n2);
  text-transform: uppercase;
}

body.single-e article .event-datalist dd.event-month-abbr,
body.single-e article .event-datalist dd.event-day-zero {
  background: rgba(255, 255, 255, 0.5);
  display: block;
}

body.single-e article .event-datalist dl.date .event-month-abbr {
  padding-right: 0;
}

body.single-e article .event-datalist dl.date .event-day-zero {
  font-weight: 700;
  padding-left: var(--n4);
}

body.single-e article .event-datalist .event-link dd {
  padding: 0;
}

body.single-e article .event-datalist .event-link dd a {
  display: block;
  padding: var(--n4) var(--n2);
}

body.single-e article .event-datalist .event-link dd a:link:not(:hover) {
  background-color: white;
}

body.single-e article .event-datalist .event-link dd a:hover {
  color: white;
}

body.single-e article .event-datalist.past .date dt {
  display: block;
}

body.single-e article .event-datalist.past .date dt::before {
  content: "Past Event";
}

body.single-e article .event-datalist.past dd.event-year {
  background: white;
  color: black;
  display: block;
}

body.single-e article .event-datalist.past dd.event-year::before {
  content: "";
}

body.single-e article .event-datalist.future .date dt {
  display: block;
}

body.single-e article .event-datalist.future .date dt::before {
  content: "Upcoming Event";
}

body.single-e article .event-datalist.future .event-link dd {
  display: block;
}

body.single-e article .event-header {
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0) 100%);
  padding: 0;
  /*&::before {

				background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 50%, rgba(255,255,255,0) 100%);
				content: "";
				position: absolute;
				top: 0; right: 50%; bottom: 0;
				pointer-events: none;
				z-index: 1;

			}*/
}

body.single-e article .event-header:not(#x)::after {
  display: none;
}

body.single-e article .event-header h1 {
  margin-bottom: 0;
  padding: var(--n) var(--x1_5);
}

body.single-e article .event-header h1:not(#x) {
  background: transparent;
}

body.single-e article .event-header sub:empty {
  display: none;
}

body.single-e article .event-header .subtitle {
  border: none !important;
  color: var(--gray);
  font-size: var(--article-font-size);
  font-style: italic;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 var(--x1_5) var(--n2) var(--x1_5);
  position: relative;
}

body.single-e article .alignright {
  margin-right: 0;
}

body.single-e article h1 {
  font-family: var(--sans);
  font-weight: 300;
}

body.single-e article h2 {
  font-family: var(--sans);
  font-weight: 700;
  text-transform: uppercase;
}

body.single-e article h3 {
  font-family: var(--sans);
  font-weight: 300;
  text-transform: uppercase;
}

body.single-e article .article-footer {
  display: none;
}

body.single-e .details {
  background: var(--gr-e-tgt);
  background: var(--gr-se-gt);
  font-size: .85em;
  padding-top: var(--n);
  padding-left: var(--n);
}

body.single-e address.person::before {
  display: none;
}

body.single-e address.person center {
  font-size: var(--article-font-size);
  line-height: var(--article-line-height);
}

.upcoming-event .meta-date {
  text-align: right;
  width: 33%;
}

@media (min-width: 1200px) {
  .event-line {
    padding-right: 0;
  }
  .event-line::before {
    left: -1rem;
  }
}

.event-line > dt, .event-line > dd {
  flex: 0 0 100%;
  order: 2;
}

.event-line dt h3 {
  margin: 0;
}

.event-line ~ .event-line {
  margin-top: 1rem;
}

.event-line .event-program {
  font-weight: bold;
}

.event-line .event-subtitle {
  order: 3;
}

@media (max-width: 781px) {
  body.single-e .event-datalist:not(.x) {
    display: block;
    position: static;
    padding-left: 0;
    background-color: var(--di-dark);
  }
  .single-e .event-datalist dl {
    display: block;
    text-align: center;
  }
}

.body-header {
  color: #fff;
  padding: 23px 0;
}

.body-header .constrain {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: var(--xl);
  padding-left: var(--n);
  padding-right: var(--n);
}

.body-header div[class*="header-"] {
  flex-basis: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 100%;
  padding: 0;
  white-space: nowrap;
}

.body-header .header-brand a {
  display: block;
  height: 100%;
  line-height: 0;
}

.body-header .header-social {
  display: none;
  text-align: right;
}

@media (min-width: 768px) {
  .body-header .constrain {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .body-header div[class*="header-"] {
    flex-basis: auto;
    min-width: auto;
  }
  .body-header div.header-brand {
    padding-right: 0;
  }
  .body-header div.header-nav {
    max-width: 550px;
    text-align: center;
  }
  .body-header div.header-nav ul li {
    text-align: left;
  }
  .body-header .header-social {
    display: block;
  }
}

.body-header ul {
  padding: 0;
}

.body-header .logo {
  flex-basis: auto;
  height: 42px;
  white-space: nowrap;
}

.body-header .logo a {
  display: inline-block;
  line-height: 42px;
}

.body-header .logo a img {
  vertical-align: middle;
}

.body-header .sublogo {
  border-left: 1px white solid;
  height: 40px;
  margin-left: 20px;
  text-align: left;
}

.body-header .sublogo img {
  height: 42px;
  margin-left: 20px;
  object-fit: contain;
  object-position: left;
  width: 150px;
  width: auto;
}

.center-header {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  padding: var(--n2) 0;
}

.center-header sup, .center-header h1, .center-header sub {
  flex: 1 0 100%;
  max-width: var(--xl);
  padding-left: var(--n);
  padding-right: var(--n);
}

nav ul {
  margin: 0px;
  padding: 0px;
}

nav ul li {
  line-height: 1;
  list-style: none;
}

.home .sublogo {
  display: none;
}

/*
	
	Remove?
	hr {
	border-width: 0 0 1px 0;
	border-color: silver;
	position: relative;
}

hr[data-title]::before {
	content: attr(data-title);
	display: block;
	background-color: white;
	position: absolute;
	top: -8px;
	left: 50%;
	right: 50%;
	white-space: nowrap;
	z-index: 100;
}*/
.single-f .center-footer {
  display: none;
}

.body-footer {
  background: var(--gray-lightest);
  padding-bottom: 1rem;
  padding-left: var(--n);
  padding-right: var(--n);
}

.body-footer .di-logo {
  color: blue;
}

.body-footer .brandline {
  align-items: center;
  justify-content: center;
  padding: var(--n) 0;
}

.body-footer .brandline .logotype {
  border-right-width: 1px;
  border-right-style: solid;
  line-height: 0;
  padding: 0;
  text-align: center;
  flex-shrink: 1;
}

.body-footer .brandline .logotype svg {
  height: 40px;
}

.body-footer .brandline .sublogo {
  padding: 0;
}

.body-footer .brandline .sublogo a {
  padding-left: 2rem;
}

.body-footer .brandline .sublogo img {
  height: 40px;
}

.body-footer .tagline {
  font-family: var(--serif);
  font-style: italic;
  padding-left: 1rem;
}

.body-footer nav {
  font-family: "Crimson Text", serif;
  font-weight: 600;
  font-size: 18px;
  border-width: 2px 0;
  border-style: solid;
  border-color: #dadada;
  padding: 1.5rem 0;
}

@media (min-width: 768px) {
  .body-footer nav dl:first-of-type {
    padding-left: 0;
  }
  .body-footer nav dl:last-of-type {
    padding-right: 0;
  }
}

.body-footer nav dt {
  margin-bottom: .5rem;
}

.body-footer nav dd {
  padding: 0;
  margin: 0;
}

.body-footer nav dd a,
.body-footer nav dd a:hover {
  text-decoration: none;
}

.body-footer nav .social-channels dt {
  margin-top: 1rem;
}

.body-footer nav .social-channels dd {
  display: inline-block;
  margin-right: .5rem;
}

.body-footer nav .social-channels svg {
  height: 1rem;
}

.body-footer address {
  padding-top: 1rem;
}

.body-footer address dl {
  text-align: center;
}

.body-footer address dt, .body-footer address dd {
  display: inline-block;
  margin-left: 0;
}

.body-footer address dt {
  font-weight: bold;
}

.wFormContainer {
  background: linear-gradient(#f0f0f0 0%, #ffffff 50%, #ffffff 100%);
}

a.di-button,
button.di-button,
.di-buttons a,
.di-buttons button {
  color: var(--button-text);
  background-color: var(--button-back);
}

a.di-button:hover,
button.di-button:hover,
.di-buttons a:hover,
.di-buttons button:hover {
  color: var(--button-text-hover);
  background-color: var(--button-back-hover);
}

a.di-button,
.di-buttons a,
.di-buttons button {
  display: inline-block;
  padding: var(--n2) var(--n);
}

a.di-button.centered {
  margin-left: auto;
  margin-right: auto;
}

.list-p {
  padding: 0;
  margin: 0;
}

.list-p li {
  list-style: none;
}

.list-p li a {
  display: block;
  padding: .25rem 0;
}

.list-p li a:hover {
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0) 100%);
}

.list-p li {
  border-top: 1px var(--gray-lighter) solid;
}

.lined li {
  border-top: 1px var(--gray-lighter) solid;
}

.lined li:last-of-type {
  border-bottom: 1px var(--gray-lighter) solid;
}

.interlinear li ~ li {
  border-top: 1px var(--gray-lighter) solid;
}

body > center {
  padding-bottom: 2rem;
}

/* Articles Section */
section.news .recent article {
  border-bottom: 2px #c1c1c1 solid;
  padding-bottom: 1rem;
}

section.news .recent article ~ article {
  padding-top: 1rem;
}

section.news .recent article h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: bold;
  line-height: 1.3rem;
  margin: 0;
}

section.news .recent article span {
  display: block;
}

.section-news .recently .articleTitle {
  font-weight: bold;
}

.section-news .recently .articlePublication {
  display: none;
}

.ra-title {
  font-weight: bold;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  nav.primary.back-dark {
    background: transparent;
  }
}

nav.primary ul {
  display: flex;
}

nav.primary ul li {
  flex: 1 1 auto;
  position: relative;
  white-space: nowrap;
  z-index: 1000;
}

nav.primary ul li:hover {
  background-color: #1a1a1a;
}

nav.primary ul li a:link,
nav.primary ul li a:visited {
  color: rgba(255, 255, 255, 0.75);
  display: block;
  font-family: var(--sans);
  font-size: .85rem;
  padding: 10px 15px;
  text-transform: uppercase;
  transition: all .2s;
}

@media (max-width: 991px) {
  nav.primary ul li > a:link,
  nav.primary ul li > a:visited {
    padding: 10px 5px;
  }
}

nav.primary ul li a:hover {
  color: white;
  text-decoration: none;
}

nav.primary ul li .sub-menu {
  position: absolute;
  z-index: 1000;
}

nav.primary ul li ul {
  background-color: #1a1a1a;
  display: none;
  left: 0;
  margin: 0;
  padding-left: 0;
  position: absolute;
  top: 100%;
}

nav.primary ul li:hover ul {
  display: block;
}

nav.primary ul li li {
  display: block;
  line-height: 1;
  margin: 0;
}

@media (max-width: 767px) {
  .header-nav nav.primary {
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    width: 75px;
    height: 65px;
    overflow: hidden;
    transition: width .25s, background-color 1s;
  }
  .header-nav nav.primary::before, .header-nav nav.primary::after {
    content: "";
    width: 35px;
    height: 6px;
    position: absolute;
    right: 20px;
    transition: 0.4s;
  }
  .header-nav nav.primary::before {
    border-bottom: 5px white solid;
    border-top: 5px white solid;
    top: 16px;
    z-index: 999991804;
  }
  .header-nav nav.primary::after {
    border-top: 5px white solid;
    top: 38px;
  }
  .header-nav:not(.on) div[class*="-container"] {
    display: none;
  }
  .header-nav.on {
    /* Fade out the second bar */
  }
  .header-nav.on nav.primary:not(#x) {
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 98104;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    transition: width .5s, background-color 1s;
  }
  .header-nav.on nav.primary:not(#x)::before {
    transform: rotate(-45deg) translate(-9px, 6px);
    border-top: none;
    top: 12px;
    right: 19px;
  }
  .header-nav.on nav.primary:not(#x)::after {
    transform: rotate(45deg) translate(-8px, -8px);
  }
  .header-nav.on .change .bar2 {
    opacity: 0;
  }
  .header-nav.on ul {
    padding: 0;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .header-nav.on .sub-menu {
    background: transparent;
    display: block;
    position: static;
  }
  .header-nav.on li {
    background: transparent;
    display: block;
    position: static;
  }
  .header-nav.on a {
    color: rgba(255, 255, 255, 0.75);
    display: block;
    position: relative;
    line-height: 1.5;
    text-align: center;
  }
  .header-nav.on 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-nav.on .sub-menu a {
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0) 75%);
    color: rgba(255, 255, 255, 0.5);
  }
  .header-nav.on ul.menu {
    text-align: center;
    min-height: 1rem;
    display: none;
    font-size: 3rem;
  }
  .header-nav.on.on ul.menu {
    padding-top: 100px;
    display: block;
    width: 100vw;
    height: 100vh;
    position: absolute;
    right: 0;
  }
}

select.menu-primary {
  display: none;
}

/*Don't display mobile menu*/
nav.social {
  white-space: nowrap;
}

nav.social a {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  line-height: 30px;
  margin-right: 5px;
  height: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

nav.social a:hover {
  background: white;
}

nav.social ul li {
  display: inline-block;
}

nav.social svg {
  height: 1rem;
}

nav.secondary {
  font-family: var(--serif);
  margin: .5rem auto;
}

nav.secondary ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

nav.secondary ul li {
  flex: 1 0 100%;
  font-size: 1.3rem;
  zoom: 1;
  background: #fff;
  padding: 0;
  position: relative;
  transition: all 0.2s;
  list-style-type: none;
  white-space: nowrap;
  z-index: 200;
}

@media (min-width: 768px) {
  nav.secondary ul li {
    flex: 0 0 auto;
  }
}

nav.secondary ul li:hover {
  background: #ccc;
  color: #fff;
}

nav.secondary ul li:hover ul {
  display: table;
  opacity: 1;
}

nav.secondary ul li a:any-link {
  color: black;
  display: block;
  padding: 0 1rem;
}

nav.secondary ul ul.sub-menu {
  background: #eee;
  display: none;
  left: 0;
  right: 0;
  margin: 0;
  padding-bottom: .5rem;
  position: absolute;
  transition: opacity 0.2s;
}

@media (max-width: 767px) {
  nav.secondary ul ul.sub-menu {
    position: static;
    width: 100%;
  }
}

nav.secondary ul ul.sub-menu li {
  box-shadow: none;
  background: #eee;
  display: block;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%;
}

nav.secondary ul ul.sub-menu li a:link,
nav.secondary ul ul.sub-menu li a:visited {
  background: #eee;
  font-weight: bold;
  line-height: 1.1;
  padding: .5rem 1rem;
}

nav.secondary ul ul.sub-menu li a:hover {
  background: #ccc;
}

nav.secondary ul ul.sub-menu .sub-menu {
  position: relative;
  display: block;
}

nav.secondary ul ul.sub-menu .sub-menu a:link {
  font-weight: normal;
  padding: .25rem 2rem;
}

nav.secondary .menu > li {
  text-align: center;
}

nav.secondary a {
  color: var(--gray);
  display: block;
  line-height: 3rem;
  text-decoration: none;
}

nav.secondary a:hover {
  color: black;
}

nav.secondary a:visited {
  color: var(--gray) -dark;
}

nav.secondary a:active {
  color: #222;
}

/* Navigator */
@media (min-width: 992px) {
  body.has-featured-image .side .menu {
    margin-top: 3rem;
  }
}

.side .menu a:any-link {
  background: var(--gray-lightest);
  display: block;
  line-height: 3rem;
  text-decoration: none;
  padding: 0 2rem;
}

.side .menu a:hover {
  background: var(--gray-lighter);
}

.side .menu .sub-menu {
  display: none;
}

.side .menu .sub-menu a:any-link {
  background: transparent;
  line-height: 1.3em;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.side .menu .menu-item-has-children > a {
  position: relative;
}

.side .menu .menu-item-has-children .menu-item-has-children a:any-link {
  padding: 0 2rem;
}

.side .menu .menu-item-has-children > a::before {
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent var(--primary);
  border-style: solid;
  content: "";
  display: inline-block;
  height: 0;
  top: 18px;
  left: 16px;
  line-height: 3rem;
  position: absolute;
  width: 0;
}

.side .menu .menu-item-has-children.is-toggled-open > a::before {
  border-width: 6px 6px 0 6px;
  border-color: var(--di-light) transparent transparent transparent;
  top: 21px;
  left: 14px;
}

.side .menu .menu-item-has-children:not(.is-toggled-open) > a:hover::before {
  border-left-color: black;
}

.side .menu .menu-item-has-children > a:hover ~ .submenu {
  display: block;
}

nav.navigator::before {
  background-size: auto 2rem;
  color: white;
  content: "Navigator";
  display: block;
  line-height: 3rem;
  padding-left: 2rem;
}

.widget-navigator:not(.x) header {
  background-color: var(--primary);
  color: white;
  padding-left: var(--n);
}

.menu-main-container ul.menu {
  font-family: "Crimson Text", serif;
  font-size: 1.875em;
  line-height: 75px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}

.menu-main-container ul.menu li {
  margin-bottom: 1rem;
  padding: 0;
  opacity: 1;
}

.menu-main-container ul.menu li:hover {
  opacity: 1;
}

.menu-main-container ul.menu li > a {
  background: #eee;
  color: #94a1b6;
  display: block;
  height: 75px;
  overflow: hidden;
  text-decoration: none;
}

.menu-main-container ul.menu li > a::before {
  content: "";
  display: inline-block;
  height: 75px;
  margin-right: 45px;
  width: 25%;
  background: #94a1b6;
  float: left;
}

.menu-main-container ul.menu li > a::after {
  background: #94a1b6;
  color: white;
  content: "View";
  display: block;
  line-height: 35px;
  float: right;
  font-size: 1.2rem;
  height: 35px;
  margin: 20px 50px auto 0;
  opacity: .8;
  padding: 0 3rem;
}

.menu-main-container ul.menu li > a:hover {
  color: black !important;
}

.menu-main-container ul.menu li > a:hover::before {
  background: var(--gray) -dark;
}

.menu-main-container ul.menu li > a:hover::after {
  background: var(--gray) -dark;
  opacity: 1;
}

.menu-main-container ul.menu li a[class*="menu-image"] {
  position: relative;
}

.menu-main-container ul.menu li a[class*="menu-image"] .menu-image-title {
  display: inline-block;
  z-index: 100;
}

.menu-main-container ul.menu li a[class*="menu-image"] img {
  height: 75px;
  left: 0rem;
  margin: 0;
  position: absolute;
  top: 0;
  object-fit: cover;
  width: 25%;
  z-index: 0;
  padding: 0;
}

.menu-main-container ul.menu li[class*="-colors"] a::before {
  background-image: url("../images/graphics/tn-add.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.menu-main-container ul.menu li.di-colors a {
  color: var(--di-primary);
}

.menu-main-container ul.menu li.di-colors a::before {
  background-image: url("../images/graphics/tn-di.jpg?refresh");
}

.menu-main-container ul.menu li.di-colors a::after {
  background: var(--di-primary);
}

.menu-main-container ul.menu li.acte-colors a {
  color: var(--acte-primary);
}

.menu-main-container ul.menu li.acte-colors a::before {
  background-image: url("../images/graphics/tn-acte.jpg?refresh");
}

.menu-main-container ul.menu li.acte-colors a::after {
  background: var(--acte-primary);
}

.menu-main-container ul.menu li.csc-colors a {
  color: var(--csc-primary);
}

.menu-main-container ul.menu li.csc-colors a::before {
  background-image: url("../images/graphics/tn-csc.jpg?refresh");
}

.menu-main-container ul.menu li.csc-colors a::after {
  background: var(--csc-primary);
}

.menu-main-container ul.menu li.cccl-colors a {
  color: var(--cccl-primary);
}

.menu-main-container ul.menu li.cccl-colors a::before {
  background-image: url("../images/graphics/tn-cccl.jpg?refresh");
}

.menu-main-container ul.menu li.cccl-colors a::after {
  background: var(--cccl-primary);
}

.menu-main-container ul.menu li.ccrd-colors a {
  color: var(--ccrd-primary);
}

.menu-main-container ul.menu li.ccrd-colors a::before {
  background-image: url("../images/graphics/tn-ccrd.jpg?refresh");
}

.menu-main-container ul.menu li.ccrd-colors a::after {
  background: var(--ccrd-primary);
}

.menu-main-container ul.menu li.che-colors a {
  color: var(--che-primary);
}

.menu-main-container ul.menu li.che-colors a::before {
  background-image: url("../images/graphics/tn-che.jpg?refresh");
}

.menu-main-container ul.menu li.che-colors a::after {
  background: var(--che-primary);
}

.menu-main-container ul.menu li.cnai-colors a {
  color: var(--cnai-primary);
}

.menu-main-container ul.menu li.cnai-colors a::before {
  background-image: url("../images/graphics/tn-cnai.jpg?refresh");
}

.menu-main-container ul.menu li.cnai-colors a::after {
  background: var(--cnai-primary);
}

.menu-main-container ul.menu li.dip-colors a {
  color: var(--dip-primary);
}

.menu-main-container ul.menu li.dip-colors a::before {
  background-image: url("../images/graphics/tn-dip.jpg?refresh");
}

.menu-main-container ul.menu li.dip-colors a::after {
  background: var(--dip-primary);
}

.menu-main-container ul.menu li.tdp-colors a {
  color: var(--tdp-primary);
}

.menu-main-container ul.menu li.tdp-colors a::before {
  background-image: url("../images/graphics/tn-tdp.jpg?refresh");
}

.menu-main-container ul.menu li.tdp-colors a::after {
  background: var(--tdp-primary);
}

.menu-main-container ul.menu li.cwp-colors a {
  color: var(--cwp-primary);
}

.menu-main-container ul.menu li.cwp-colors a::before {
  background-image: url("../images/graphics/tn-cwp.jpg?refresh");
}

.menu-main-container ul.menu li.cwp-colors a::after {
  background: var(--cwp-primary);
}

.brand-di .menu-main-container ul.menu li a {
  color: var(--di-primary);
}

.brand-di .menu-main-container ul.menu li a::after {
  background: var(--di-primary);
}

.brand-acte .menu-main-container ul.menu li a {
  color: var(--acte-primary);
}

.brand-acte .menu-main-container ul.menu li a::after {
  background: var(--acte-primary);
}

.brand-csc .menu-main-container ul.menu li a {
  color: var(--csc-primary);
}

.brand-csc .menu-main-container ul.menu li a::after {
  background: var(--csc-primary);
}

.brand-cccl .menu-main-container ul.menu li a {
  color: var(--cccl-primary);
}

.brand-cccl .menu-main-container ul.menu li a::after {
  background: var(--cccl-primary);
}

.brand-ccrd .menu-main-container ul.menu li a {
  color: var(--ccrd-primary);
}

.brand-ccrd .menu-main-container ul.menu li a::after {
  background: var(--ccrd-primary);
}

.brand-che .menu-main-container ul.menu li a {
  color: var(--che-primary);
}

.brand-che .menu-main-container ul.menu li a::after {
  background: var(--che-primary);
}

.brand-cnai .menu-main-container ul.menu li a {
  color: var(--cnai-primary);
}

.brand-cnai .menu-main-container ul.menu li a::after {
  background: var(--cnai-primary);
}

.brand-dip .menu-main-container ul.menu li a {
  color: var(--dip-primary);
}

.brand-dip .menu-main-container ul.menu li a::after {
  background: var(--dip-primary);
}

.brand-tdp .menu-main-container ul.menu li a {
  color: var(--tdp-primary);
}

.brand-tdp .menu-main-container ul.menu li a::after {
  background: var(--tdp-primary);
}

.brand-cwp .menu-main-container ul.menu li a {
  color: var(--cwp-primary);
}

.brand-cwp .menu-main-container ul.menu li a::after {
  background: var(--cwp-primary);
}

.menu-main-container ul.menu li ul {
  background: white;
  display: none;
}

.menu-main-container ul.menu li ul li {
  list-style: none;
  margin-top: 1rem;
}

.menu-main-container ul.menu li ul li a {
  font-size: 1.1rem;
}

.menu-main-container ul.menu li .sub-menu {
  padding: 0;
  z-index: 99999;
}

.menu-main-container ul.menu li .sub-menu li a {
  height: auto;
  line-height: 20px;
}

.menu-main-container ul.menu li .sub-menu li a,
.menu-main-container ul.menu li .sub-menu li a::before {
  background-color: transparent;
}

.menu-main-container ul.menu li .sub-menu li a::before {
  height: 1px;
}

.menu-main-container ul.menu li .sub-menu li a::after {
  display: none;
}

/* Footer *************************************************************/
.footer-menu {
  width: 22.5%;
  margin: 0 1%;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
  top: 20px;
  vertical-align: top;
}

.footer-menu a:link, .footer-menu a:visited {
  font: 600 1.125em 'Crimson Text', serif;
  color: #0678C1;
  text-decoration: none;
}

.footer-menu a:hover, .footer-menu a:active {
  color: #555;
}

.footer-menu ul {
  list-style: none;
  margin: 20px 0;
}

.footer-address {
  width: 31%;
  margin: 0 1%;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
  top: 20px;
  vertical-align: top;
}

.metaslider {
  display: block;
}

.nivo-slice {
  height: 450px;
}

section.tags {
  display: none;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
}

section.tags ul {
  display: flex;
  flex-direction: row;
  font-size: .85rem;
  margin: 0;
  padding: 0;
}

section.tags ul::before {
  background: white;
  color: var(--gray-light);
  content: "Tags";
  display: inline-flex;
  font-weight: bold;
  padding: 1ch 2ch;
  text-transform: uppercase;
}

section.tags li {
  border: none;
  display: inline-flex;
  list-style: none;
  padding: 0;
  text-transform: uppercase;
}

section.tags a {
  background: linear-gradient(to top right, rgba(255, 255, 255, 0) 0%, white 100%), linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 50%);
  color: var(--gray-light);
  display: block;
  padding: 1ch 2ch;
}

section.tags a:visited {
  color: var(--gray);
}

section.tags a:hover {
  background: var(--gray-light);
  color: white;
}

section.tags a[href*="__"]:not(#x) {
  display: none;
}

footer .appeal {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: white;
  padding: var(--n);
  text-align: center;
}

footer .appeal header {
  font-weight: bold;
  font-size: 1.4rem;
}

footer .appeal center {
  padding-bottom: var(--n2);
  text-align: center;
}

footer .appeal button {
  background: linear-gradient(to bottom right, white, rgba(255, 255, 255, 0.6));
  border-width: 0px;
  display: block;
  cursor: pointer;
  margin: 0 auto;
  padding: var(--n3) var(--n);
}

footer .appeal button:hover {
  background: white;
}

.brand-di footer .appeal {
  background-image: url("https://www.discovery.org/wp-content/themes/disco/form/images/appeals/appeal-blue-back.jpg");
}

.brand-che footer .appeal {
  background-image: url("https://www.discovery.org/wp-content/themes/disco/form/images/appeals/appeal-human-back.jpg");
}

.brand-acte footer .appeal {
  background-image: url("https://www.discovery.org/wp-content/themes/disco/form/images/appeals/appeal-education-back.jpg");
}

nav.adjacencies {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: var(--large);
  padding-left: var(--n);
  padding-right: var(--n);
}

nav.adjacencies article {
  display: flex;
  flex: 1 0 100%;
  text-align: center;
}

nav.adjacencies article sup, nav.adjacencies article header, nav.adjacencies article figure, nav.adjacencies article center {
  text-align: left;
}

nav.adjacencies article a:any-link {
  color: gray;
  display: flex;
  flex-direction: column;
  font-size: .8em;
}

nav.adjacencies article a:any-link:hover header {
  color: var(--primary);
}

nav.adjacencies article sup {
  order: 1;
  color: var(--gray);
  display: inline-block;
  font-size: .8rem;
  grid-column: span 3;
  height: auto;
  line-height: 1;
  margin: 0 auto 0 0;
  text-transform: uppercase;
  bottom: 0;
}

@media (min-width: 768px) {
  nav.adjacencies article.previous sup {
    margin: 0;
    text-align: right;
  }
}

nav.adjacencies article header {
  order: 4;
  font-family: var(--serif);
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1;
  text-align: left;
}

@media (min-width: 768px) {
  nav.adjacencies article.previous header {
    text-align: right;
  }
}

nav.adjacencies article figure {
  background-color: var(--gray-light);
  order: 2;
  line-height: 0;
  margin: .5rem 0;
}

nav.adjacencies article figure img {
  width: 100%;
  aspect-ratio: 19 / 6;
  object-fit: cover;
}

.section-b nav.adjacencies article a:any-link {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto auto;
  grid-template-areas: 'sup sup sup' 'header header header' 'figure excerpt excerpt';
  grid-column-gap: var(--n4);
  grid-row-gap: var(--n4);
}

.section-b nav.adjacencies article a:any-link:hover header {
  color: var(--primary);
}

.section-b nav.adjacencies article sup {
  grid-row-start: 1;
}

@media (min-width: 768px) {
  .section-b nav.adjacencies article.previous sup {
    margin: 0 0 0 auto;
  }
}

.section-b nav.adjacencies article header {
  grid-area: header;
  grid-column-start: 1;
  grid-column: span 3;
}

@media (min-width: 768px) {
  .section-b nav.adjacencies article.previous header {
    grid-row-start: 2;
  }
}

.section-b nav.adjacencies article center {
  display: none;
}

.section-b nav.adjacencies article figure {
  background-color: transparent;
  grid-column: span 1;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 3;
  order: 1;
}

.section-b nav.adjacencies article figure img {
  width: 150px;
  aspect-ratio: auto;
  height: auto;
}

@media (min-width: 992px) {
  .section-b nav.adjacencies article.previous figure {
    order: 2;
    grid-column-start: 3;
    grid-column-end: 4;
  }
}

.section-b nav.adjacencies article center {
  order: 4;
  display: block;
  grid-area: excerpt;
  grid-row-start: 3;
  grid-column: span 2;
  grid-column-start: 2;
  grid-column-end: 4;
  padding: 0 0 0 .5rem;
}

@media (min-width: 992px) {
  .section-b nav.adjacencies article.previous center {
    order: 1;
    padding: 0 .5rem 0 0;
    grid-column-start: 1;
    grid-column-end: 3;
  }
}

@media (min-width: 768px) {
  nav.adjacencies article {
    flex: 1 0 50%;
    text-align: left;
  }
  nav.adjacencies article.previous {
    padding-right: 1rem;
    text-align: right;
  }
  nav.adjacencies article.previous header, nav.adjacencies article.previous center, nav.adjacencies article.previous footer {
    text-align: right;
  }
  nav.adjacencies article.previous header::before {
    content: "← ";
  }
  nav.adjacencies article.previous header::before {
    content: "";
  }
  nav.adjacencies article.subsequent {
    padding-left: 1rem;
    position: relative;
    text-align: left;
  }
  nav.adjacencies article.subsequent::before {
    background: linear-gradient(#e4e4e4 0%, #ffffff 100%);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: -2px;
    bottom: 0;
    width: 4px;
  }
  nav.adjacencies article.subsequent header::after {
    content: " →";
  }
  nav.adjacencies article.subsequent header::after {
    content: "";
  }
}

.blog.multiple nav.pagination {
  max-width: var(--lg);
}

.blog.multiple .center-center main ~ aside {
  display: none !important;
}

.blog.multiple main {
  display: grid;
  grid-gap: var(--n2);
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  position: relative;
  overflow: hidden;
  max-width: var(--xl);
}

.blog.multiple main article[data-type] a.post-edit-link {
  display: block;
  top: auto;
  bottom: 0;
}

.blog.multiple main article {
  border: none;
  display: block;
  aspect-ratio: 1;
  background: var(--background-color);
  margin: 0;
  padding: 0 !important;
  position: relative;
}

.blog.multiple main article::before {
  position: absolute;
  top: 0;
  right: -50%;
  width: 100%;
  height: 50%;
}

.blog.multiple main article figure,
.blog.multiple main article figure center a::after,
.blog.multiple main article figure center,
.blog.multiple main article figure center img {
  display: block;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.blog.multiple main article figure:not(#x) {
  background-image: none;
}

.blog.multiple main article figure center a:any-link::after {
  background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.15));
  content: "";
}

.blog.multiple main article figure center a:hover::after {
  background: rgba(0, 0, 0, 0.75);
}

.blog.multiple main article figure center img {
  object-fit: cover;
}

.blog.multiple main article header,
.blog.multiple main article center,
.blog.multiple main article footer {
  color: white;
  display: block;
  padding: 0 4rem;
  margin: 0;
}

.blog.multiple main article header.no-background-image h2 a:any-link {
  pointer-events: all;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  position: absolute;
}

.blog.multiple main article header.no-background-image:hover {
  background: rgba(0, 0, 0, 0.75);
}

.blog.multiple main article header {
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  pointer-events: none;
  position: absolute;
}

.blog.multiple main article header h2 {
  font-family: var(--sans);
  font-weight: bold;
  margin: 0;
  padding: 0 2rem;
  text-align: center;
  width: 100%;
}

.blog.multiple main article header h2 a:any-link {
  display: block;
  padding: 0 2rem;
}

.blog.multiple main article header a:any-link {
  color: white;
}

.blog.multiple main article header sup, .blog.multiple main article header sub {
  line-height: 2rem;
  margin: 0;
  opacity: 1;
  position: absolute;
  width: 100%;
  display: block;
}

.blog.multiple main article header sup dl, .blog.multiple main article header sub dl {
  margin: 0 auto;
  padding: .5rem 0;
  text-align: center;
}

.blog.multiple main article header sup dd, .blog.multiple main article header sub dd {
  color: white;
}

.blog.multiple main article header sup {
  top: 0;
}

.blog.multiple main article header sub {
  bottom: 0;
}

.blog.multiple main article header h2 {
  font-size: 1.5rem;
  align-self: center;
  justify-self: center;
}

@media (min-width: 768px) {
  .blog.multiple main article header h2 {
    font-size: 2rem;
  }
}

.blog.multiple main article center {
  display: none;
}

.blog.multiple main article footer {
  align-self: flex-end;
}

.blog.multiple main article:first-of-type:not([data-type="v"]) figure {
  margin-right: 0;
}

.section-board address.person:not(.x) {
  margin-top: var(--x2);
  margin-bottom: var(--x2);
}

.section-board address.person:not(.x)::before {
  margin-bottom: var(--n);
}

section.donate-options {
  position: relative;
  float: right;
  width: 50%;
}

section.donate-options header p {
  font-weight: bold;
  font-size: 2rem;
  padding: 0;
}

section.donate-options li {
  color: rgba(255, 255, 255, 0.75);
}

section.donate-options a:any-link {
  color: rgba(255, 255, 255, 0.75);
  line-height: 1;
}

section.donate-options a:hover {
  color: white;
}

section.donate-options ul {
  margin: 0;
  padding: 0;
}

section.donate-options ul li {
  display: block;
  padding: 0 1rem 0 0;
}

section.donate-options p.learn-more {
  display: block;
  xposition: absolute;
  xright: 0;
  xbottom: 0;
  left: 0;
  xtop: 0;
  width: 100%;
  height: 100%;
  font-weight: bold;
  padding: 0;
  text-transform: uppercase;
}

section.donate-options .learn-more a {
  display: block;
  xposition: absolute;
  width: 100%;
  height: 100%;
  padding: 1rem;
}

section.donate-options .learn-more a:hover {
  background: rgba(64, 76, 97, 0.5);
}

.giving-options:not(#x) figcaption * {
  color: white;
}

.giving-options figcaption:not(#x) a:any-link {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 50%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1rem;
  text-indent: 0;
}

.giving-options figcaption:not(#x) a:hover {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) 100%);
}

.giving-options:not(#x) figcaption strong {
  color: white;
  display: block;
  font-size: 2rem;
  line-height: 1;
  text-decoration: none;
}

.section-podcast .author-prefix::before {
  content: "With ";
}

.section-podcast .section-podcast .article-header:not(#x)::after,
.section-podcast .section-podcast .article-header .byline {
  display: none;
}

.section-podcast .articles:not(.x):not(.y):not(.z) {
  position: relative;
}

.section-podcast .articles:not(.x):not(.y):not(.z)::before {
  background: white;
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  right: 100%;
  width: 1000px;
  z-index: 100;
}

.section-podcast .body-header:not(.x) {
  background-color: transparent;
  position: absolute;
  z-index: 98104;
  left: 0;
  right: 0;
}

.section-podcast .body-header:not(.x) * {
  z-index: 100;
}

.section-podcast .body-header:not(.x)::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 150px;
  content: "";
  z-index: 0;
}

@media (max-width: 1199px) {
  .section-podcast.single figure.figured:not(.x).has-description .description {
    display: none;
  }
}

.section-podcast.single .center-header {
  height: 45vw;
}

.section-podcast.single .center-header figure.billboard {
  height: 100%;
}

.section-podcast.single .center-center {
  position: relative;
}

.section-podcast.single .center-center main .article-header h1 {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.85));
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 1.5rem;
}

.section-podcast.single .center-center main .article-header::after,
.section-podcast.single .center-center main .article-header .byline,
.section-podcast.single .center-center main .article-header sub {
  display: none;
}

.section-podcast.single .center-center main .article-center {
  padding-top: 1rem;
}

@media (min-width: 768px) {
  .section-podcast.single .center-center main .article-center {
    padding-top: calc(1rem + 40px);
  }
}

.section-podcast.single .podcast_player {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 100%;
  top: auto;
}

@media (min-width: 768px) {
  .section-podcast.single .podcast_player {
    top: 0;
  }
}

.section-podcast.single .article-footer {
  margin-top: 1rem;
}

.section-podcast.single .podcast_meta aside {
  display: none;
}

.section-podcast.single .episode-tags {
  border-top: 1px var(--gray-lighter) solid;
  margin-top: var(--n);
  padding: var(--n) 0 0;
}

.section-podcast dl.article-meta .article-author:not(:empty)::before {
  content: "";
}

.section-podcast dl.tags {
  font-size: .9em;
}

.section-podcast dl.tags dt {
  color: var(--gray);
  font-weight: bold;
  text-transform: uppercase;
}

.section-podcast dl.tags dt, .section-podcast dl.tags dd {
  display: inline-block;
}

.section-podcast dl.tags dd[data-slug^="__"] {
  display: none;
}

.section-podcast dl.tags dd ~ dd::before {
  content: "\00a0+\00a0";
}

.section-podcast dl.episode-meta {
  color: var(--dark-5);
  font-size: .9em;
  line-height: 1.75em;
  padding-bottom: .5rem;
  padding-top: .5rem;
  text-transform: uppercase;
}

.section-podcast dl.episode-meta .episode-author {
  font-weight: bold;
}

.section-podcast dl.episode-meta .episode-author::before {
  font-weight: normal;
}

.section-podcast dl.episode-meta dl {
  border-top: 1px var(--gray-lighter) solid;
  display: block;
}

.section-podcast dl.episode-meta dl:last-of-type {
  border-bottom: 1px var(--gray-lighter) solid;
}

.section-podcast dl.episode-meta dt {
  font-weight: bold;
  padding-right: 1ch;
}

.section-podcast dl.episode-meta dt, .section-podcast dl.episode-meta dd {
  display: inline-block;
}

.section-podcast dl.episode-meta dl.wave {
  border-bottom: none;
}

.section-podcast dl.episode-meta dl.wave dt, .section-podcast dl.episode-meta dl.wave dd {
  color: var(--dark-5);
}

.section-podcast .signature:first-of-type::before {
  content: "~ with ~";
  content: "";
  display: block;
  text-align: center;
  font-style: italic;
}

.single-event .article-meta,
.single-event .main-header,
.single-event .programs.secondary {
  display: none;
}

.single-event .main-center sub.subtitle {
  padding: 0 0 1rem 0;
}

.single-event .article-title {
  padding-top: 1rem;
}

.metaslider {
  overflow: hidden;
}

.home h1 {
  font-size: 2.5rem;
}

.throughline {
  font-family: "Open Sans", sans-serif;
  background: white;
  color: var(--gray-light);
  display: block;
  font-weight: 700;
  margin-left: 0;
  margin-right: 0;
  margin-top: 3rem;
  margin-bottom: 3rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
}

.throughline::before {
  background: linear-gradient(to left, var(--gray-light) 0%, rgba(255, 255, 255, 0) 50%, var(--gray-light) 100%);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: .5em;
  height: 4px;
  width: 100%;
  z-index: 0;
}

.section h2:not(.througline), .section h3 {
  margin: 0;
}

.section .featured-article h3, .section .featured-article h2 {
  margin-top: -.25rem;
}

.section .recent-articles article ~ article {
  border-top: 2px var(--gray-lighter) solid;
  margin-top: 1rem;
  padding-top: .5rem;
}

.section .recent-articles h3 {
  font-size: 1.25rem;
}

.section .featured-article h3 {
  font-size: 2rem;
}

.section .subtitle {
  color: rgba(0, 0, 0, 0.5);
  font-style: italic;
  margin-top: 6px;
  margin-bottom: 6px;
  line-height: 1.3;
}

.section-intro {
  border-left-width: 4px;
  border-left-style: solid;
  padding-left: 1rem;
}

.section-intro h2 {
  font-size: 2.5rem;
}

section.events {
  display: flex;
}

@media (min-width: 768px) {
  .section-news figure {
    margin: -2rem -2rem 1rem -2rem;
  }
}

.section-news figure img {
  max-height: 400px;
}

.text-align-left {
  text-align: left;
}

.wp-block-columns div[class^=".flex-basis-"] {
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .wp-block-columns .flex-basis-10 {
    flex-basis: 10%;
  }
  .wp-block-columns .flex-basis-20 {
    flex-basis: 20%;
  }
  .wp-block-columns .flex-basis-25 {
    flex-basis: 25%;
  }
  .wp-block-columns .flex-basis-30 {
    flex-basis: 30%;
  }
  .wp-block-columns .flex-basis-40 {
    flex-basis: 40%;
  }
  .wp-block-columns .flex-basis-50 {
    flex-basis: 50%;
  }
  .wp-block-columns .flex-basis-60 {
    flex-basis: 60%;
  }
  .wp-block-columns .flex-basis-50 {
    flex-basis: 50%;
  }
  .wp-block-columns .flex-basis-70 {
    flex-basis: 70%;
  }
  .wp-block-columns .flex-basis-75 {
    flex-basis: 75%;
  }
  .wp-block-columns .flex-basis-one-third {
    flex-basis: calc( 1 / 3 * 100%);
  }
  .wp-block-columns .flex-basis-two-thirds {
    flex-basis: calc( 2 / 3 * 100%);
  }
}

.home .metaslider {
  margin-bottom: 2rem;
}

.home .introduction {
  border-width: 0 0 0 4px;
  border-style: solid;
  margin: 0 auto;
  max-width: 95%;
  padding: 0;
  text-align: left;
  width: 600px;
}

.home .introduction h1 {
  line-height: 1;
}

.home .introduction div[class*="inner"] {
  padding-left: 2rem;
}

.home .introduction div[class*="inner"] p:last-of-type {
  padding-bottom: 0;
}

.home.brand-che .menu-main-container ul.menu li > a::before {
  background: var(--che-primary);
}

dl.hailed-articles {
  line-height: 1;
}

dl.hailed-articles dt {
  margin-bottom: .25rem;
}

dl.hailed-articles dt h3 {
  margin-top: 0;
}

dl.hailed-articles dd.article-author {
  font-weight: bold;
}

dl.hailed-articles dd.article-author::before {
  font-weight: normal;
}

dl.hailed-articles dd {
  color: var(--gray);
}

dl.hailed-articles dd[class^="article-"] {
  display: inline-block;
  font-size: .75em;
  margin: 0;
  text-transform: uppercase;
}

.hailed-articles ~ .hailed-articles {
  margin-top: var(--n2);
}

.ugb-container:not(.x) {
  padding-bottom: 0;
  padding-top: 0;
}

.wp-block-group.section-video figure {
  aspect-ratio: 16/9;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .home .section-news .wp-block-column:not(:last-child) {
    margin-right: .5rem;
  }
  .home .section-news .wp-block-column:not(:first-child) {
    margin-left: .5rem;
  }
}

.home .section-news .hailed-articles:first-of-type dl:first-of-type::before {
  display: none;
}

.home .section-news .wp-block-column {
  background-color: var(--gray-lightest);
  padding: var(--n);
  position: relative;
}

.home .section-news .wp-block-column article ~ article {
  border-top: 2px var(--gray-lighter) solid;
  margin-top: var(--n2);
  padding-top: var(--n2);
}

.home .section-news .wp-block-column article p:last-of-type {
  padding-bottom: 0;
}

.home .wp-block-column {
  position: relative;
}

.tab-right-bottom {
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}

.tab-right-bottom a:not(.x):any-link {
  background-color: var(--gray-light);
  color: rgba(255, 255, 255, 0.85);
  display: block;
  line-height: 2;
  padding: 0 1rem;
}

.tab-right-bottom a:not(.x):any-link:hover {
  background-color: var(--csc-primary);
}

.home .section-news h3 {
  margin-bottom: 0;
}

.figures-hide figure {
  display: none;
}

.flex-three-wide {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}

@media (min-width: 768px) {
  .flex-three-wide {
    flex-wrap: nowrap;
  }
}

.flex-three-wide article {
  display: flex;
  min-width: 300px;
  flex-basis: 100%;
  flex-direction: column;
}

@media (min-width: 768px) {
  .flex-three-wide article {
    flex: 0 1 33%;
  }
}

.section-idtf article p:last-of-type {
  padding-bottom: 0;
}

.section-idtf article figure {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 0 1rem 0;
  height: 0;
  padding-bottom: calc(720 / 1080 * 100%);
  position: relative;
}

.section-idtf article figure img {
  display: none;
}

.section-idtf .article-footer a .text-default {
  display: none;
}

.section-idtf .article-footer a::before {
  content: "Listen";
}

section.podcast .hailed-episodes article header {
  order: 3;
}

section.podcast .hailed-episodes article figure {
  aspect-ratio: 16 / 9;
  order: 1;
}

section.podcast .hailed-episodes article img {
  display: none;
}

section.podcast .hailed-episodes article footer {
  order: 4;
}

section.podcast .hailed-episodes .episode-header {
  padding-top: .5rem;
}

section.podcast .hailed-episodes .episode-audio {
  position: relative;
  z-index: 98104;
  order: 2;
}

section.podcast .hailed-episodes dl.episode-meta {
  opacity: .5;
  padding: .25rem 0;
}

section.podcast .hailed-episodes dl.episode-meta .episode-date {
  display: none;
}

section.podcast .hailed-episodes .author-prefix::before {
  content: "With ";
}

section.podcast .hailed-episodes .episode-footer a::before {
  content: "Listen";
  font-size: smaller;
  opacity: .8;
}

section.podcast .hailed-episodes .episode-footer a span {
  display: none;
}

.landing-template-main:not(#x) .hail,
.landing-template-main:not(#x) sub,
.landing-template-main:not(#x) ::after,
.landing-template:not(#x) .center-footer {
  display: none;
}

.landing-template-main:not(#x) .article-title {
  padding-bottom: var(--n);
  line-height: 1.2em;
}

.landing-template-main:not(#x) .center-header {
  height: 300px;
}

.archive .article-tease h2 {
  margin-top: 0;
}

body.blog main header h1 {
  line-height: 1;
}

body.blog main header sup.blog-title {
  display: inline-block;
  font-size: 1.5rem;
  margin-bottom: .5rem;
}

body.blog main header sup.blog-title a:link,
body.blog main header sup.blog-title a:visited {
  display: block;
  font-weight: bold;
  letter-spacing: 1px;
  padding: .25rem .5rem;
  text-transform: uppercase;
  color: white !important;
}

header .embellishment {
  display: block;
  height: 4px;
  margin: 1rem 0;
  text-align: center;
  width: 50px;
}

.multiple .center-header a:any-link {
  color: rgba(255, 255, 255, 0.5);
}

.multiple .center-header a:hover {
  color: rgba(255, 255, 255, 0.75);
}

.multiple .article-tease img {
  display: block;
}

.multiple .center-center {
  display: flex;
  justify-content: center;
}

.multiple .center-center main.articles {
  max-width: 90vw;
  flex: 0 0 100%;
  padding: 0 var(--n2);
}

@media (min-width: 992px) {
  .multiple .center-center main.articles {
    flex: 0 0 660px;
    max-width: var(--large);
  }
}

.multiple .center-center aside.asides {
  max-width: 90vw;
  flex: 0 1 100%;
}

@media (min-width: 992px) {
  .multiple .center-center aside.asides {
    flex: 0 0 340px;
  }
}

@media (min-width: 992px) {
  .multiple .center-center main ~ aside {
    padding-left: var(--n);
  }
}

.multiple main > header sup {
  font-size: .75rem;
  font-weight: bold;
  opacity: .5;
}

.multiple main > header h1 {
  line-height: .75;
}

.multiple main > header sub {
  margin-top: .5rem;
  opacity: .75;
  text-transform: uppercase;
}

.multiple main > header sub p {
  padding: 0;
}

.multiple main article {
  padding: 0 0 var(--n) 0;
}

.multiple main article ~ article {
  padding-top: var(--n);
  border-top: 2px var(--gray-lighter) solid;
}

.multiple main article header h2 {
  margin-top: 0;
}

.multiple .center-footer {
  padding-top: 0;
}

.pagination:not(.x) {
  position: relative;
  text-align: center;
  z-index: 100;
  padding: .5rem .5rem 3rem;
  overflow: hidden;
  margin: 0 auto;
  max-width: var(--xl);
}

.pagination:not(.x)::before {
  background: radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  content: "";
  height: 300px;
  pointer-events: none;
  position: absolute;
  width: 100%;
  top: -150px;
  left: calc(0%);
}

.pagination:not(.x) a:any-link {
  display: inline-block;
  padding: .5vw 1vw;
}

.pagination:not(.x) a:hover, .pagination:not(.x) a:hover span {
  background-color: var(--primary);
  color: white;
}

.pagination:not(.x) .current {
  background-color: white;
  color: black;
  display: inline-block;
  font-weight: bold;
  padding: .5vw 1vw;
  position: relative;
  z-index: 98104;
}

.pagination:not(.x) .prev,
.pagination:not(.x) .next {
  padding-left: .5rem;
  padding-right: .5rem;
}

.sup-category {
  background-color: #ccc;
  color: white;
  bottom: 100%;
  display: inline-block;
  font-size: .8rem;
  font-weight: 600;
  padding: 3px 4px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}

.multiple figure.figured:not(.x) footer {
  display: none;
}

.sheet .main-center {
  position: relative;
}

.sheet article-header {
  padding-right: 31px;
}

body:not(.single-e) .sheet .article-header {
  position: relative;
}

.sheet .wave {
  padding-left: var(--n);
  padding-right: var(--n);
  position: absolute;
  bottom: -15px;
  left: auto;
  right: 0;
  text-align: center;
}

.sheet .wave dt {
  display: none;
}

.sheet .wave dd {
  margin-bottom: .5rem;
}

@media (min-width: 1200px) {
  .sheet .wave {
    left: auto;
    right: calc(100% + var(--n2));
    top: var(--n2);
    text-align: right;
    width: 31px;
  }
  .sheet .wave dt {
    text-align: right;
  }
}

figure.billboard {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  height: calc(70vh - 89px);
  position: relative;
  /*&.has-description footer:not(#x) {
		
		left: auto;
		right: 0;
		
		.description {
			background: black;
			color: white;
			border-radius: 0;
			
			&::before {
				color: white;
			}
			
		}
		
	}*/
}

figure.billboard img, figure.billboard figcaption {
  display: none;
}

figure.billboard footer {
  position: absolute;
  bottom: 0;
}

body.has-featured-image nav.programs {
  margin: 0;
}

.has-featured-image.featured-image--4-1 .center-header {
  height: 0;
  padding-bottom: calc(1 / 4 * 100%);
  position: relative;
}

.has-featured-image.featured-image--4-1 .center-header figure {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.has-featured-image figure.billboard {
  background-position: center center;
  background-size: cover;
  margin: 0;
}

.has-featured-image figure.billboard img {
  display: none;
}

.has-featured-image figure.billboard header {
  display: none;
}

.has-featured-image figure.billboard center {
  display: none;
}

body.single {
  background: var(--gray-dark);
  background: white;
}

body.single .endo {
  background: white;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

body.single .body-center {
  margin: 0 auto;
  padding-bottom: 0;
}

.sheet .center-main {
  background: linear-gradient(#e5e5e5 0%, #ffffff 15%, white 85%, #e5e5e5 100%);
  padding-bottom: 4rem;
}

.sheet .center-header {
  background-color: gray;
  background-position: center top;
  display: block;
  height: 50vh;
  max-height: calc( 90vh - 89px);
  min-height: 100px;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
}

.sheet .center-center {
  background: linear-gradient(#e5e5e5 0%, #ffffff 15%, #ffffff 100%);
  background: linear-gradient(#e5e5e5 0%, #ffffff 25%, #ffffff 75%, #e5e5e5 100%);
  margin: 0;
  max-width: 100%;
  padding: 0 0 var(--x2) 0;
  position: relative;
  width: 100%;
  z-index: 10;
}

.sheet .center-center header.main-header {
  position: relative;
}

.sheet main {
  padding-top: 0;
}

.sheet main article {
  background: white;
  line-height: 1.7;
  padding-bottom: 1rem;
  position: relative;
  z-index: 98104;
}

.sheet main article > header, .sheet main article > center, .sheet main article > footer {
  padding-left: 3rem;
  padding-right: 3rem;
}

.sheet main article header:not(.x) sup, .sheet main article header:not(.x) sub {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1200px) {
  .sheet main article > center > aside {
    margin-right: -200px;
  }
}

.singular.has-billboard .back-header:not(.x),
.single-a .back-header:not(.x),
.blog.single .back-header:not(.x) {
  background: transparent;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 98104;
}

.singular.has-billboard .back-header:not(.x)::before,
.single-a .back-header:not(.x)::before,
.blog.single .back-header:not(.x)::before {
  background: linear-gradient(black 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  height: 200px;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
}

.singular.has-billboard .back-header:not(.x) *,
.single-a .back-header:not(.x) *,
.blog.single .back-header:not(.x) * {
  z-index: 100;
}

@media (max-width: 767px) {
  .singular.single-v.has-billboard .back-header:not(.x) {
    background: black;
    position: relative;
  }
  .singular.single-v.has-billboard .back-header:not(.x)::before {
    height: 25px;
    top: 87px;
  }
}

.has-billboard .center-header:not(.x):not(.y) {
  position: relative;
  background-image: none;
  background-color: black;
  background-position: center top;
  min-height: 400px;
  width: 100%;
}

.has-billboard .center-header:not(.x):not(.y) figure.billboard {
  height: 100%;
  max-width: var(--xl);
  margin: 0 auto;
  padding-bottom: 0;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.has-billboard .center-header:not(.x):not(.y) figure.billboard:not(#x) {
  position: static;
}

@media (min-width: 992px) {
  .has-billboard .center-header:not(.x):not(.y) figure.billboard {
    background-color: black;
  }
  .has-billboard .center-header:not(.x):not(.y) figure.billboard center {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    display: block;
  }
  .has-billboard .center-header:not(.x):not(.y) figure.billboard center::before,
  .has-billboard .center-header:not(.x):not(.y) figure.billboard center::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 300px;
    height: 100%;
    z-index: 206;
    pointer-events: none;
  }
  .has-billboard .center-header:not(.x):not(.y) figure.billboard center::before {
    background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 100%);
    left: 0;
  }
  .has-billboard .center-header:not(.x):not(.y) figure.billboard center::after {
    background: linear-gradient(to left, black 0%, rgba(0, 0, 0, 0) 100%);
    right: 0;
  }
}

@media (min-width: 1200px) {
  .has-featured-image.tagged-__fi-light .sheet figure.billboard::before {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  }
  .has-featured-image.tagged-__fi-light .sheet figure.billboard::after {
    background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%);
  }
}

.sheet main article > center big {
  color: var(--gray);
  font-size: 1.5em;
}

.sheet main article > center big.pull-right {
  float: right;
  margin-left: 2rem;
  padding-bottom: 1em;
  margin-right: -5vw;
  padding-left: 2rem;
  position: relative;
  text-align: left !important;
  width: 30%;
}

.sheet main article > center big.pull-right::before {
  background: var(--gray-light);
  content: "";
  display: block;
  height: 4rem;
  left: 0;
  position: absolute;
  width: 4px;
}

.sheet main {
  padding: 0;
  position: relative;
}

.sheet main article > header h1 ~ sub:first-of-type {
  padding-top: var(--n);
}

.sheet main article > header h1 ~ sub:last-of-type {
  padding-bottom: var(--n2);
}

.sheet main article > footer {
  padding: var(--x1_5);
}

.sheet main {
  flex-wrap: wrap;
  max-width: 100vw;
}

@media (min-width: 992px) {
  .sheet main {
    max-width: 85ch;
  }
}

.sheet main article {
  position: relative;
  background: white;
  line-height: 1.7;
}

.sheet main article > header, .sheet main article > center, .sheet main article > footer {
  padding-left: var(--n);
  padding-right: var(--n);
}

@media (min-width: 768px) {
  .sheet main article > header, .sheet main article > center, .sheet main article > footer {
    padding-left: var(--x1_5);
    padding-right: var(--x1_5);
  }
}

body:not(.page) .sheet main article > header::after {
  background: var(--gray-lighter);
  content: "";
  display: block;
  height: 4px;
  margin: 1rem 0;
  width: 50%;
}

.sheet main article > header sup, .sheet main article > header h1, .sheet main article > header sub {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .sheet main article > header sup, .sheet main article > header h1, .sheet main article > header sub {
    padding-left: var(--x1_5);
    padding-right: var(--x1_5);
  }
}

.sheet main article > header h1 {
  font-family: var(--sans);
  font-weight: 300;
  font-size: 2.5rem;
  padding-top: var(--n);
}

@media (min-width: 768px) {
  .sheet main article > header h1 {
    padding-top: var(--n);
    padding-bottom: var(--n2);
  }
}

.sheet main article > header h1:not(.x) {
  background: rgba(255, 255, 255, 0.9);
  line-height: 1;
  color: black;
  display: block;
  margin: 0;
}

@media (min-width: 768px) {
  .sheet main article > header h1:not(.x) {
    bottom: 100%;
    right: 0;
    left: 0;
    position: absolute;
  }
}

.sheet main article > header .byline {
  margin-top: 0;
  position: relative;
}

.sheet main article > header .byline span.back-primary {
  content: "";
  display: block;
  height: 4px;
  top: 100%;
  left: 3rem;
  position: absolute;
  width: 4rem;
  z-index: 98014;
}

.sheet main article > header .linked {
  font-size: .75rem;
  padding-top: 0;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .sheet main article > center {
    padding-left: var(--x1_5);
    padding-right: var(--x1_5);
  }
}

.sheet main article > center big {
  color: var(--gray);
  font-size: 1.5em;
}

.sheet main article > center big.pull-right {
  float: right;
  margin-left: 2rem;
  padding-bottom: 1em;
  margin-right: -5vw;
  padding-left: 2rem;
  position: relative;
  text-align: left !important;
  width: 30%;
}

.sheet main article > center big.pull-right::before {
  background: var(--gray) -light;
  content: "";
  display: block;
  height: 4rem;
  left: 0;
  position: absolute;
  width: 4px;
}

.sheet main article > footer {
  padding: var(--x1_5);
}

.sheet main article > footer .person-name {
  font-family: "Crimson Text", serif;
  font-size: 1.5em;
  font-weight: bold;
  padding-top: 1rem;
  position: relative;
}

.sheet main article address .socialize {
  line-height: 20px;
}

.sheet main article address .socialize dt, .sheet main article address .socialize dd {
  margin: 0;
}

.sheet main article address .socialize .channel-icon svg {
  height: 20px;
  width: auto;
}

.sheet main aside.side {
  padding-top: var(--n);
  padding-left: var(--n);
}

.single .center-footer:not(:empty) {
  display: block;
  padding: 4rem 0;
  width: 100%;
}

body[class*="-billboard"] figure {
  margin: 0;
}

.main-template {
  padding-bottom: 0;
}

.main-template .center-center {
  background: linear-gradient(#e5e5e5 0%, #ffffff 50%, #ffffff 100%);
}

.main-template .center-footer,
.main-template .article-footer {
  padding-top: 0;
  padding-bottom: 0;
}

.blog.single .center-header {
  padding-top: 0;
}

.blog.single .center-header sup {
  background: rgba(0, 0, 0, 0.5);
  display: block;
  margin: 0;
  width: 100%;
}

.blog.single .center-header sup a {
  color: white;
  display: block;
  font-family: var(--sans);
  font-weight: 700;
  margin: 0 auto;
  max-width: 98vw;
  padding: var(--n2) 0;
  text-transform: uppercase;
  width: 1000px;
}

.sheet.single-a main {
  width: var(--large);
}

.sheet.single-a main::before {
  content: "";
  z-index: 1;
  height: 0px;
  position: absolute;
  width: calc(100% - 4px);
  border-bottom: 600px solid rgba(171, 171, 171, 0.25);
  border-left: 8px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
  left: -4px;
  right: 0px;
  z-index: 1;
}

.sheet main article > header sup.blog-title {
  display: inline-block;
  position: absolute;
  bottom: calc(100%);
  font-family: var(--sans);
  left: 0;
  right: auto;
  z-index: 98104;
  margin: 0;
  padding: 0;
}

.sheet main article > footer .person-name {
  font-family: "Crimson Text", serif;
  font-size: 1.5em;
  font-weight: bold;
  padding-top: 1rem;
  position: relative;
}

.sheet main article address .socialize {
  line-height: 20px;
}

.sheet main article address .socialize dt, .sheet main article address .socialize dd {
  margin: 0;
}

.sheet main article address .socialize .channel-icon svg {
  height: 20px;
  width: auto;
}

.sheet main aside.side {
  padding-top: var(--n);
  padding-left: var(--n);
}

.sheet footer.main-footer {
  flex: 0 0 100%;
}

.sheet footer.center-footer:not(:empty) {
  display: block;
  width: 100%;
}

body.page .byline {
  display: none;
}

.tagged-__float-header:not(.x) .body-header {
  position: absolute;
  z-index: 98104;
  background: transparent;
  left: 0;
  right: 0;
}

.tagged-__float-header:not(.x) .body-header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.tagged-__float-header:not(.x) .body-header .constrain {
  z-index: 98104;
  position: relative;
}

body.error404 .endo {
  min-height: 100vh;
}

body.error404 .endo .header-body {
  height: 88px;
  flex: 0 0 88px;
}

body.error404 .endo .center-body {
  align-items: center;
  background-image: url(../images/graphics/hms-discovery-back-25.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  margin: 0;
  max-width: 100%;
  width: 100%;
}

body.error404 .endo .center-body main {
  margin: auto;
}

body.error404 .endo .center-body main,
body.error404 .endo .center-body main center {
  color: white;
  text-align: center;
}

body.error404 .endo .footer-body {
  margin-top: 0;
}

body.error404 .endo nav.secondary {
  display: none;
}

address.person:not(.x) {
  line-height: 1.3;
}

address.person:not(.x) .person-title {
  line-height: 1.4;
}

body.author article[data-type]::before {
  display: block;
}

body.author nav.programs.secondary {
  display: none;
}

body.author section.articles article {
  padding: var(--n2) 0;
}

body.author.multiple main article figure {
  background-image: none !important;
  padding-bottom: calc(9/16 * 100%);
}

.template-person .center-header {
  color: white;
  margin: 0;
}

.template-person .center-header h1 {
  line-height: 1;
}

.template-person .center-header sub {
  opacity: .7;
  text-transform: uppercase;
}

.template-person main {
  padding-top: 2rem;
}

.template-person section article ~ article {
  border-top: 2px var(--gray-lighter) solid;
  padding: .75rem 0;
}

.template-person section article h3, .template-person section article dl {
  margin: 0;
}

.template-person section article figure {
  display: block;
  padding-bottom: 100%;
  height: 1px;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.template-person section article figure a {
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}

.template-person section article figure img {
  width: 100%;
  object-fit: cover;
}

.template-person aside .headshot {
  max-width: 400px;
  margin: 0 auto;
}

.template-person aside figure {
  display: block;
  padding-bottom: 100%;
  height: 1px;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.template-person aside figure img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.template-person aside dl.follow {
  padding-top: 1rem;
}

.template-person aside dl.follow dt, .template-person aside dl.follow dd {
  margin: 0;
  text-align: center;
}

.template-person aside dt {
  font-weight: bold;
  text-transform: uppercase;
}

.template-person aside .channel-icon svg {
  height: 16px;
  width: 16px;
}

.template-person aside section {
  padding-bottom: var(--n);
}

.template-person aside section header {
  font-weight: bold;
  text-align: center;
}

.template-person aside section header::after {
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  content: "";
  display: block;
  margin: 0 auto;
  height: 2px;
}

.template-person aside section header .first-name {
  display: none;
}

.template-person aside section ul, .template-person aside section dl {
  text-align: center;
  margin: 0;
  padding: 0;
}

.template-person aside section dl dl {
  line-height: 1.2;
  padding: .5rem 0;
}

.template-person aside section ul li, .template-person aside section dl {
  border: none;
  position: relative;
}

.template-person aside section ul li:not(:first-of-type)::before, .template-person aside section dl:not(:first-of-type)::before {
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  content: "";
  display: block;
  margin: 0 auto;
  position: absolute;
  height: 1px;
  width: 100%;
  top: 0;
}

.template-person aside section ul li {
  list-style: none;
}

.template-person aside section dt, .template-person aside section dd {
  color: var(--gray);
  display: block;
  text-align: center;
}

.template-person aside section dt {
  text-transform: none;
  font-weight: bold;
}

.template-person aside section dd {
  font-size: .9em;
}

.template-person aside .search-author {
  text-align: center;
}

.template-person aside .search-author header::after {
  display: none;
}

.template-person aside .search-author input {
  text-align: center;
  border: 2px var(--gray-light) solid;
  margin-bottom: 10px;
}

.template-person aside .search-author button:hover {
  background: var(--gray-light);
  border: none;
  color: white;
}

body[data-uri*="store/"] .body-header .constrain {
  justify-content: flex-start;
}

body[data-uri*="store/"] .body-header div[class*="header-"] {
  flex-basis: auto;
  flex-grow: 0;
}

body[data-uri*="store/"] .body-header .sublogo img {
  height: 30px;
}

body[data-uri*="store/"] .header-nav {
  margin-left: 1.5rem;
  border-left: 1px var(--gray) solid;
  padding-left: 1.5rem;
}

body[data-uri*="store/"] .header-nav .search-field::placeholder {
  color: var(--gray-light);
}

body[data-uri*="store/"] .header-nav .search-field:placeholder-shown ~ input[type="submit"] {
  opacity: 0;
  transition: opacity 1s;
}

body[data-uri*="store/"] .header-nav .search-field {
  background-color: var(--gray);
  border: 0;
  color: white;
  opacity: 1;
  outline: none;
  text-indent: 5px;
  transition: background-color .1s;
  transition: opacity 1s;
}

body[data-uri*="store/"] .header-nav .search-field:focus {
  background-color: var(--gray-light);
  color: var(--gray-dark);
  transition: background-color .2s;
}

body[data-uri*="store/"] .header-nav input[type="search"] {
  background-color: var(--gray-light);
  border: none;
  color: var(--gray-dark);
  display: inline-block;
  padding: 5px 7px;
}

body[data-uri*="store/"] .header-nav input[type="submit"]:hover {
  background-color: white;
}

body[data-uri*="store/"] .header-nav .woocommerce-product-search {
  height: 42px;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}

body[data-uri*="store/"] aside.widget {
  position: relative;
}

body[data-uri*="store/"] aside.widget ~ aside.widget {
  margin-top: 1.75rem;
}

body[data-uri*="store/"] aside.widget::before {
  background-color: var(--gray-light);
  content: "";
  display: block;
  height: 4px;
  width: 15%;
  position: absolute;
  top: -8px;
}

body[data-uri*="store/"] aside.widget header {
  font-size: 1.2rem;
  font-weight: bold;
}

body[data-uri*="store/"] aside.widget ul {
  margin: 0;
  padding: 0;
}

body[data-uri*="store/"] aside.widget li {
  list-style: none;
}

body[data-uri*="store/"] #menu-side li a {
  font-weight: bold;
}

.store-front center .box {
  margin: 0;
  padding: 0;
}

.store-front .article-thumbnail header {
  display: none;
}

.store-front .article-thumbnail figure {
  height: 300px;
  margin: 0;
  padding: 0;
}

.store-front .article-thumbnail figure a {
  display: block;
}

.single-post .store-single .article-header {
  display: block;
}

.store-single figure.article-thumbnail {
  margin: 0;
}

.store-single .purchase-inline small {
  text-transform: uppercase;
}

.woocommerce input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #0678c1;
}

.woocommerce a.woocommerce-loop-product__link {
  line-height: 100%;
}

.woocommerce main.box {
  padding: 0;
}

.woocommerce ul.products {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
}

.woocommerce ul.products .woocommerce-loop-product__link {
  cursor: hand;
  display: block;
  position: relative;
}

.woocommerce ul.products .woocommerce-loop-product__link h2.woocommerce-loop-product__title {
  background-color: rgba(5, 122, 194, 0.8);
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.1;
  opacity: 0;
  padding: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-shadow: 1px 0px 3px rgba(0, 0, 0, 0.5);
  transition: all .1s ease-in;
  vertical-align: bottom;
}

.woocommerce ul.products .woocommerce-loop-product__link:hover h2 {
  cursor: hand;
  opacity: 1;
  transition: all .3s ease-in;
}

.woocommerce ul.products li.product {
  float: none;
  flex: 0 0 33.3333%;
  margin: 0;
  max-width: 33.33333%;
  padding: 0;
  box-sizing: border-box;
  padding: 0 1rem 1.5rem 0;
}

.related .products li.product:last-of-type {
  display: none;
}

.staff-directory {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}

article#post-40759 {
  padding-right: 0;
}

.staff-directory tr {
  flex: 0 0 100%;
  display: flex;
}

.staff-directory td,
.staff-directory th {
  border: 0;
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
  text-align: left;
  padding-right: 2ch;
}

.staff-directory td:nth-of-type(3),
.staff-directory th:nth-of-type(3) {
  flex: 1 1 25%;
}

.staff-directory td:last-of-type,
.staff-directory th:last-of-type {
  padding-right: 0;
  flex: 0 0 25ch;
}

.staff-directory tr td:nth-of-type(1),
.staff-directory tr th:nth-of-type(1) {
  white-space: wrap;
  flex: 0 0 12ch;
}

.staff-directory tr td:nth-of-type(2),
.staff-directory tr th:nth-of-type(2) {
  flex: 0 0 6ch;
}

.staff-directory tr:nth-of-type(odd) td {
  background: rgba(0, 0, 0, 0.05);
}

.staff-directory tr:nth-of-type(odd) td:first-of-type {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.05) 100%);
}

.staff-directory tr:nth-of-type(odd) td:last-of-type {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
}

.search .nav-secondary {
  display: none;
}

.search .center-header {
  color: white;
  padding: 1rem 0;
}

.search .center-header sub {
  opacity: .7;
  text-transform: uppercase;
}

.search h1[placeholder]:empty::before {
  content: attr(placeholder);
}

.search h1[placeholder]:empty:focus::before {
  content: "";
}

.search main {
  padding-top: 2rem;
}

.search main article:not(.x) {
  border-top: 2px var(--gray-lighter) solid;
  margin-bottom: var(--n4);
  padding: var(--n4) 0 0 0;
}

.search main article:not(.x) .article-meta {
  margin-bottom: .25rem;
}

.search main article:not(.x) sub {
  margin-top: 0;
}

.search .main-center section {
  padding-bottom: var(--n);
}

.search .main-center section .section-header sup {
  font-family: "Open Sans", sans-serif;
  color: black;
  display: block;
  font-size: .75rem;
  line-height: .75rem;
  opacity: .35;
  text-transform: uppercase;
}

.search .main-center section .section-header sup::before {
  content: "Results at ";
}

.search .main-center section .section-header h2 {
  margin-top: 0;
}

.search .main-center section:nth-of-type(even) {
  background: linear-gradient(to right, var(--gray-lightest) 0%, white 100%);
  position: relative;
}

.search .main-center section:nth-of-type(even)::before, .search .main-center section:nth-of-type(even)::after {
  content: "";
  background-color: var(--gray-lightest);
  background: linear-gradient(to right, white 0%, var(--gray-lightest) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50vh;
}

.search .main-center section:nth-of-type(even)::before {
  right: 100%;
}

.search .main-center section:nth-of-type(even):after {
  left: 100%;
  width: 1rem;
  width: 0;
}

.search .main-center section ~ section {
  padding-top: var(--n);
}

.search aside {
  padding-left: 0;
  padding-right: 0;
}

.search aside button {
  background: linear-gradient(to bottom right, #eeeeee 0%, #ffffff 40%, #eeeeee 100%);
  border: 1px #eeeeee solid;
  border-radius: 3px;
  color: var(--gray);
  font-weight: bold;
  padding: .5rem 1rem;
  text-align: left;
  text-transform: uppercase;
}

.search aside button:hover {
  background: var(--di-blue);
  color: white;
  transition: all .3s ease-out;
}

.search article header h3 {
  display: inline-block;
  margin: 0;
  width: calc(100% - 8ch);
}

.search article sup {
  float: right;
}

.search article sup dl {
  display: block;
}

.search article sup dd {
  border: 1px rgba(0, 0, 0, 0.35) solid;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.35);
  font-size: .75rem;
  line-height: .75rem;
  margin: 0;
  padding: .125rem .25rem .05rem;
  text-transform: uppercase;
}

.search article sup dd.a::before {
  content: "Article";
}

.search article sup dd.audio::before {
  content: "Audio";
}

.search article sup dd.b::before {
  content: "Book";
}

.search article sup dd.e::before {
  content: "Event";
}

.search article sup dd.link::before {
  content: "Link";
}

.search article sup dd.post::before {
  content: "Post";
}

.search article sup dd.product::before {
  content: "Product";
}

.search article sup dd.quote::before {
  content: "Excerpt";
}

.search article sup dd.video::before {
  content: "Video";
}

.search article sup dd.v::before {
  content: "Video";
}

.search article h2 {
  font-size: 1.5rem;
  margin: 0;
}

.search article .article-footer {
  display: none;
}

.search hr {
  margin: 1.25rem 0;
}

.search .article-meta {
  margin: 0;
}

.search .article-meta,
.search center {
  line-height: 1.3;
}

.search .searchform .select2-container,
.search .searchform input#s {
  width: 30ch !important;
}

.search .searchform .select2-container--default .select2-selection--single:not(:focus):not(:hover):not(:active) {
  border-color: var(--gray-lighter);
}

.search .searchform fieldset {
  border: none;
  border-radius: 5px;
  margin: 0 0 .5rem 0;
  padding: 1rem;
  position: relative;
}

.search .searchform fieldset dt {
  font-weight: bold;
  padding: 0 0 .25rem 0;
  text-transform: uppercase;
}

.search .searchform fieldset dd {
  margin: 0;
  padding: 0;
  width: 30ch;
}

.search .searchform fieldset.select-site dd {
  border-top: 1px var(--gray-lighter) solid;
  margin: .25rem 0 0 0;
  padding: .25rem 0 0 0;
}

.search .searchform fieldset legend {
  display: block;
  position: absolute;
  width: 100%;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  top: 0;
  margin: 0px !important;
  line-height: 1;
  text-indent: 0;
}

.search .searchform fieldset legend.info-box {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  color: transparent;
  font-size: 11px;
  padding: 0;
  position: absolute;
  overflow: hidden;
  line-height: 16px;
  width: 24px;
  height: 24px;
  opacity: .5;
  top: 8px;
  right: 8px;
  z-index: 981040000;
  transition: all .3s ease-in-out;
}

.search .searchform fieldset legend.info-box::before {
  background: var(--gray);
  border-radius: 50%;
  color: white;
  content: "i";
  font-family: "Crimson Text", serif;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  position: absolute;
  text-align: center;
  width: 16px;
  height: 16px;
  top: 8px;
  right: 8px;
}

.search .searchform fieldset legend.info-box:hover {
  color: white;
  background: var(--primary);
  height: auto;
  padding: 1rem;
  width: 80%;
  box-shadow: 0 0 3px gray;
  opacity: 1;
  transition: all .3s ease-in-out;
}

.search .searchform fieldset legend.info-box:hover::before {
  background: white;
  color: var(--primary);
}

.search .searchform fieldset:nth-of-type(2) legend.info-box {
  z-index: 98104000;
}

.search .searchform fieldset:nth-of-type(3) legend.info-box {
  z-index: 9810400;
}

.search .searchform fieldset:nth-of-type(4) legend.info-box {
  z-index: 981040;
}

.search .searchform fieldset:nth-of-type(5) legend.info-box {
  z-index: 98104;
}

.search .searchform fieldset::after {
  background: linear-gradient(to bottom right, #eeeeee 0%, #ffffff 40%);
  pointer-events: none;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.search input[type="checkbox"] {
  margin-right: .75ch;
}

.search .select-terms dd.checkbox {
  margin-top: .2rem;
}

.search .select-date .select2-container {
  width: 14ch !important;
}

.search .select-date dd:not(.x) {
  display: inline-block;
  margin: 0;
  width: 49%;
  overflow: hidden;
}

.search .select-site:not([data-site="www.discovery.org"][data-checks="1"]) ~ .select-category,
.search .select-site:not([data-site="www.discovery.org"][data-checks="1"]) ~ .select-type {
  display: none;
}

body.search[data-env="www.discovery.org"] nav.pagination span.dots ~ .page-numbers:not(.next) {
  display: none;
}

mark.hilite {
  background-color: rgba(220, 229, 252, 0.3);
  border: 1px rgba(220, 229, 252, 0.7) solid;
  border-radius: 3px;
}

center.search {
  overflow: hidden;
}

center.search .center-header {
  background: var(--secondary);
  position: relative;
  max-width: var(--xl);
  margin: 0 auto;
  padding: 2rem 0 1rem 2rem;
  z-index: 100;
}

center.search .center-header sub {
  padding-left: 0;
}

center.search .center-header button {
  position: absolute;
  background: white;
  border: none;
  color: var(--secondary);
  font-size: 1.5rem;
  right: 0;
  z-index: 1;
  margin: 0;
  padding: 0 1ch;
  line-height: 3rem;
  display: none;
  opacity: .5;
}

center.search .center-header button:hover {
  opacity: 1;
}

center.search .center-header button:not(empty) {
  display: block;
}

center.search .center-header::before {
  content: "";
  background: var(--secondary);
  width: 150vw;
  top: 0;
  bottom: 0;
  left: -20vw;
  right: -2rem;
  display: block;
  position: absolute;
  z-index: 0;
}

center.search h1 {
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0.5));
  xborder: 1px solid white;
  border-bottom: 5px solid white;
  border-radius: 0px;
  color: var(--secondary);
  font-size: 3rem;
  margin-bottom: 5px;
  margin-left: -.6rem;
  padding: 0 8rem 0 0;
  text-indent: .5rem;
  z-index: 1;
}

center.search h1:focus {
  background: rgba(255, 255, 255, 0.7);
  outline: none;
}

.search-results.type-b {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2em;
}

.search-results.type-b article header h3 {
  width: 100%;
}

.search-results.type-b .search-result.article-tease figure {
  display: block;
  background-image: none !important;
}

@media (max-width: 767px) {
  .search-results.type-b {
    grid-template-columns: 1fr;
  }
}

:root {
  /*--header-color: map-get($program,header);
	--nav-color: blue;
	--primary-color: map-get($program,primary);
	--secondary-color: map-get($program,secondary);
	--dark-color: map-get($program,dark);
	--darker-color: map-get($program,darker);
	--light-color: map-get($program,light);
	--lighter-color: map-get($program,lighter);*/
}

body[class*="categorized-di"],
body[class*="brand-di"],
.categorized-di {
  /*--header-color: map-get($program,header);
		--nav-color: red;
		--primary-color: map-get($program,primary);
		--secondary-color: map-get($program,secondary);
		--dark-color: map-get($program,dark);
		--darker-color: map-get($program,darker);
		--light-color: map-get($program,light);
		--lighter-color: map-get($program,lighter);*/
}

.di-color-primary a, .di-color-primary .color-primary, .brand-di a, .brand-di .color-primary {
  color: var(--di-primary);
}

.di-back-primary, .brand-di .back-primary {
  background-color: var(--di-primary);
}

.di-color-secondary, .brand-di .color-secondary {
  color: var(--di-secondary);
}

.di-back-secondary, .brand-di .back-secondary {
  background-color: var(--di-secondary);
}

.di-color-light, .brand-di .color-light {
  color: var(--di-light);
}

.di-back-light, .brand-di .back-light {
  background-color: var(--di-light);
}

.di-color-dark, .brand-di .color-dark {
  color: var(--di-dark);
}

.di-back-dark, .brand-di .back-dark {
  background-color: var(--di-dark);
}

.di-color-header .color-header, .brand-di .color-header {
  color: var(--gray-dark);
}

.di-back-header, .brand-di .back-header {
  background-color: var(--gray-dark);
}

.categorized-di a, .categorized-di .color-primary {
  color: var(--di-primary);
}

.categorized-di .back-primary {
  background-color: var(--di-primary);
}

.categorized-di .color-secondary {
  color: var(--di-secondary);
}

.categorized-di .back-secondary {
  background-color: var(--di-secondary);
}

.categorized-di .color-light {
  color: var(--di-light);
}

.categorized-di .back-light {
  background-color: var(--di-light);
}

.categorized-di .color-dark {
  color: var(--di-dark);
}

.categorized-di .back-dark {
  background-color: var(--di-dark);
}

.categorized-di .color-header {
  color: var(--gray-dark);
}

.categorized-di .back-header {
  background-color: var(--gray-dark);
}

.brand-di a, .brand-di a.logotype {
  color: var(--di-primary);
}

.brand-di a:visited {
  color: var(--di-primary);
}

.brand-di a:hover {
  color: var(--di-dark);
}

.brand-di .border-color-primary {
  border-color: var(--di-primary);
}

.brand-di.section-a .logo::after {
  background-image: url("/wp-content/themes/disco/form/images/brand/di-logo-header@2x.png");
}

.brand-di nav.primary ul li:hover {
  background-color: var(--di-primary);
}

.brand-di nav.primary ul ul {
  background-color: var(--di-primary);
}

.brand-di nav.navigator::before {
  background: var(--di-primary);
}

.brand-di nav.navigator .menu-item-has-children.is-toggled-open > a::before {
  border-top-color: var(--di-primary);
}

body[class*="categorized-acte"],
body[class*="brand-acte"],
.categorized-acte {
  /*--header-color: map-get($program,header);
		--nav-color: red;
		--primary-color: map-get($program,primary);
		--secondary-color: map-get($program,secondary);
		--dark-color: map-get($program,dark);
		--darker-color: map-get($program,darker);
		--light-color: map-get($program,light);
		--lighter-color: map-get($program,lighter);*/
}

.acte-color-primary a, .acte-color-primary .color-primary, .brand-acte a, .brand-acte .color-primary {
  color: var(--acte-primary);
}

.acte-back-primary, .brand-acte .back-primary {
  background-color: var(--acte-primary);
}

.acte-color-secondary, .brand-acte .color-secondary {
  color: var(--acte-secondary);
}

.acte-back-secondary, .brand-acte .back-secondary {
  background-color: var(--acte-secondary);
}

.acte-color-light, .brand-acte .color-light {
  color: var(--acte-light);
}

.acte-back-light, .brand-acte .back-light {
  background-color: var(--acte-light);
}

.acte-color-dark, .brand-acte .color-dark {
  color: var(--acte-dark);
}

.acte-back-dark, .brand-acte .back-dark {
  background-color: var(--acte-dark);
}

.acte-color-header .color-header, .brand-acte .color-header {
  color: var(--acte-primary);
}

.acte-back-header, .brand-acte .back-header {
  background-color: var(--acte-primary);
}

.categorized-acte a, .categorized-acte .color-primary {
  color: var(--acte-primary);
}

.categorized-acte .back-primary {
  background-color: var(--acte-primary);
}

.categorized-acte .color-secondary {
  color: var(--acte-secondary);
}

.categorized-acte .back-secondary {
  background-color: var(--acte-secondary);
}

.categorized-acte .color-light {
  color: var(--acte-light);
}

.categorized-acte .back-light {
  background-color: var(--acte-light);
}

.categorized-acte .color-dark {
  color: var(--acte-dark);
}

.categorized-acte .back-dark {
  background-color: var(--acte-dark);
}

.categorized-acte .color-header {
  color: var(--acte-primary);
}

.categorized-acte .back-header {
  background-color: var(--acte-primary);
}

.brand-acte a, .brand-acte a.logotype {
  color: var(--acte-primary);
}

.brand-acte a:visited {
  color: var(--acte-primary);
}

.brand-acte a:hover {
  color: var(--acte-dark);
}

.brand-acte .border-color-primary {
  border-color: var(--acte-primary);
}

.brand-acte.section-a .logo::after {
  background-image: url("/wp-content/themes/disco/form/images/brand/acte-logo-header@2x.png");
}

.brand-acte nav.primary ul li:hover {
  background-color: var(--acte-secondary);
}

.brand-acte nav.primary ul ul {
  background-color: var(--acte-secondary);
}

.brand-acte nav.navigator::before {
  background: var(--acte-primary);
}

.brand-acte nav.navigator .menu-item-has-children.is-toggled-open > a::before {
  border-top-color: var(--acte-primary);
}

body[class*="categorized-csc"],
body[class*="brand-csc"],
.categorized-csc {
  /*--header-color: map-get($program,header);
		--nav-color: red;
		--primary-color: map-get($program,primary);
		--secondary-color: map-get($program,secondary);
		--dark-color: map-get($program,dark);
		--darker-color: map-get($program,darker);
		--light-color: map-get($program,light);
		--lighter-color: map-get($program,lighter);*/
}

.csc-color-primary a, .csc-color-primary .color-primary, .brand-csc a, .brand-csc .color-primary {
  color: var(--csc-primary);
}

.csc-back-primary, .brand-csc .back-primary {
  background-color: var(--csc-primary);
}

.csc-color-secondary, .brand-csc .color-secondary {
  color: var(--csc-secondary);
}

.csc-back-secondary, .brand-csc .back-secondary {
  background-color: var(--csc-secondary);
}

.csc-color-light, .brand-csc .color-light {
  color: var(--csc-light);
}

.csc-back-light, .brand-csc .back-light {
  background-color: var(--csc-light);
}

.csc-color-dark, .brand-csc .color-dark {
  color: var(--csc-dark);
}

.csc-back-dark, .brand-csc .back-dark {
  background-color: var(--csc-dark);
}

.csc-color-header .color-header, .brand-csc .color-header {
  color: var(--csc-darker);
}

.csc-back-header, .brand-csc .back-header {
  background-color: var(--csc-darker);
}

.categorized-csc a, .categorized-csc .color-primary {
  color: var(--csc-primary);
}

.categorized-csc .back-primary {
  background-color: var(--csc-primary);
}

.categorized-csc .color-secondary {
  color: var(--csc-secondary);
}

.categorized-csc .back-secondary {
  background-color: var(--csc-secondary);
}

.categorized-csc .color-light {
  color: var(--csc-light);
}

.categorized-csc .back-light {
  background-color: var(--csc-light);
}

.categorized-csc .color-dark {
  color: var(--csc-dark);
}

.categorized-csc .back-dark {
  background-color: var(--csc-dark);
}

.categorized-csc .color-header {
  color: var(--csc-darker);
}

.categorized-csc .back-header {
  background-color: var(--csc-darker);
}

.brand-csc a, .brand-csc a.logotype {
  color: var(--csc-primary);
}

.brand-csc a:visited {
  color: var(--csc-primary);
}

.brand-csc a:hover {
  color: var(--csc-dark);
}

.brand-csc .border-color-primary {
  border-color: var(--csc-primary);
}

.brand-csc.section-a .logo::after {
  background-image: url("/wp-content/themes/disco/form/images/brand/csc-logo-header@2x.png");
}

.brand-csc nav.primary ul li:hover {
  background-color: var(--csc-primary);
}

.brand-csc nav.primary ul ul {
  background-color: var(--csc-primary);
}

.brand-csc nav.navigator::before {
  background: var(--csc-primary);
}

.brand-csc nav.navigator .menu-item-has-children.is-toggled-open > a::before {
  border-top-color: var(--csc-primary);
}

body[class*="categorized-cccl"],
body[class*="brand-cccl"],
.categorized-cccl {
  /*--header-color: map-get($program,header);
		--nav-color: red;
		--primary-color: map-get($program,primary);
		--secondary-color: map-get($program,secondary);
		--dark-color: map-get($program,dark);
		--darker-color: map-get($program,darker);
		--light-color: map-get($program,light);
		--lighter-color: map-get($program,lighter);*/
}

.cccl-color-primary a, .cccl-color-primary .color-primary, .brand-cccl a, .brand-cccl .color-primary {
  color: var(--cccl-primary);
}

.cccl-back-primary, .brand-cccl .back-primary {
  background-color: var(--cccl-primary);
}

.cccl-color-secondary, .brand-cccl .color-secondary {
  color: var(--cccl-secondary);
}

.cccl-back-secondary, .brand-cccl .back-secondary {
  background-color: var(--cccl-secondary);
}

.cccl-color-light, .brand-cccl .color-light {
  color: var(--cccl-light);
}

.cccl-back-light, .brand-cccl .back-light {
  background-color: var(--cccl-light);
}

.cccl-color-dark, .brand-cccl .color-dark {
  color: var(--cccl-dark);
}

.cccl-back-dark, .brand-cccl .back-dark {
  background-color: var(--cccl-dark);
}

.cccl-color-header .color-header, .brand-cccl .color-header {
  color: var(--cccl-dark);
}

.cccl-back-header, .brand-cccl .back-header {
  background-color: var(--cccl-dark);
}

.categorized-cccl a, .categorized-cccl .color-primary {
  color: var(--cccl-primary);
}

.categorized-cccl .back-primary {
  background-color: var(--cccl-primary);
}

.categorized-cccl .color-secondary {
  color: var(--cccl-secondary);
}

.categorized-cccl .back-secondary {
  background-color: var(--cccl-secondary);
}

.categorized-cccl .color-light {
  color: var(--cccl-light);
}

.categorized-cccl .back-light {
  background-color: var(--cccl-light);
}

.categorized-cccl .color-dark {
  color: var(--cccl-dark);
}

.categorized-cccl .back-dark {
  background-color: var(--cccl-dark);
}

.categorized-cccl .color-header {
  color: var(--cccl-dark);
}

.categorized-cccl .back-header {
  background-color: var(--cccl-dark);
}

.brand-cccl a, .brand-cccl a.logotype {
  color: var(--cccl-primary);
}

.brand-cccl a:visited {
  color: var(--cccl-primary);
}

.brand-cccl a:hover {
  color: var(--cccl-dark);
}

.brand-cccl .border-color-primary {
  border-color: var(--cccl-primary);
}

.brand-cccl.section-a .logo::after {
  background-image: url("/wp-content/themes/disco/form/images/brand/cccl-logo-header@2x.png");
}

.brand-cccl nav.primary ul li:hover {
  background-color: var(--cccl-primary);
}

.brand-cccl nav.primary ul ul {
  background-color: var(--cccl-primary);
}

.brand-cccl nav.navigator::before {
  background: var(--cccl-primary);
}

.brand-cccl nav.navigator .menu-item-has-children.is-toggled-open > a::before {
  border-top-color: var(--cccl-primary);
}

body[class*="categorized-ccrd"],
body[class*="brand-ccrd"],
.categorized-ccrd {
  /*--header-color: map-get($program,header);
		--nav-color: red;
		--primary-color: map-get($program,primary);
		--secondary-color: map-get($program,secondary);
		--dark-color: map-get($program,dark);
		--darker-color: map-get($program,darker);
		--light-color: map-get($program,light);
		--lighter-color: map-get($program,lighter);*/
}

.ccrd-color-primary a, .ccrd-color-primary .color-primary, .brand-ccrd a, .brand-ccrd .color-primary {
  color: var(--ccrd-primary);
}

.ccrd-back-primary, .brand-ccrd .back-primary {
  background-color: var(--ccrd-primary);
}

.ccrd-color-secondary, .brand-ccrd .color-secondary {
  color: var(--ccrd-secondary);
}

.ccrd-back-secondary, .brand-ccrd .back-secondary {
  background-color: var(--ccrd-secondary);
}

.ccrd-color-light, .brand-ccrd .color-light {
  color: var(--ccrd-light);
}

.ccrd-back-light, .brand-ccrd .back-light {
  background-color: var(--ccrd-light);
}

.ccrd-color-dark, .brand-ccrd .color-dark {
  color: var(--ccrd-dark);
}

.ccrd-back-dark, .brand-ccrd .back-dark {
  background-color: var(--ccrd-dark);
}

.ccrd-color-header .color-header, .brand-ccrd .color-header {
  color: var(--ccrd-primary);
}

.ccrd-back-header, .brand-ccrd .back-header {
  background-color: var(--ccrd-primary);
}

.categorized-ccrd a, .categorized-ccrd .color-primary {
  color: var(--ccrd-primary);
}

.categorized-ccrd .back-primary {
  background-color: var(--ccrd-primary);
}

.categorized-ccrd .color-secondary {
  color: var(--ccrd-secondary);
}

.categorized-ccrd .back-secondary {
  background-color: var(--ccrd-secondary);
}

.categorized-ccrd .color-light {
  color: var(--ccrd-light);
}

.categorized-ccrd .back-light {
  background-color: var(--ccrd-light);
}

.categorized-ccrd .color-dark {
  color: var(--ccrd-dark);
}

.categorized-ccrd .back-dark {
  background-color: var(--ccrd-dark);
}

.categorized-ccrd .color-header {
  color: var(--ccrd-primary);
}

.categorized-ccrd .back-header {
  background-color: var(--ccrd-primary);
}

.brand-ccrd a, .brand-ccrd a.logotype {
  color: var(--ccrd-primary);
}

.brand-ccrd a:visited {
  color: var(--ccrd-primary);
}

.brand-ccrd a:hover {
  color: var(--ccrd-dark);
}

.brand-ccrd .border-color-primary {
  border-color: var(--ccrd-primary);
}

.brand-ccrd.section-a .logo::after {
  background-image: url("/wp-content/themes/disco/form/images/brand/ccrd-logo-header@2x.png");
}

.brand-ccrd nav.primary ul li:hover {
  background-color: var(--ccrd-dark);
}

.brand-ccrd nav.primary ul ul {
  background-color: var(--ccrd-dark);
}

.brand-ccrd nav.navigator::before {
  background: var(--ccrd-primary);
}

.brand-ccrd nav.navigator .menu-item-has-children.is-toggled-open > a::before {
  border-top-color: var(--ccrd-primary);
}

body[class*="categorized-che"],
body[class*="brand-che"],
.categorized-che {
  /*--header-color: map-get($program,header);
		--nav-color: red;
		--primary-color: map-get($program,primary);
		--secondary-color: map-get($program,secondary);
		--dark-color: map-get($program,dark);
		--darker-color: map-get($program,darker);
		--light-color: map-get($program,light);
		--lighter-color: map-get($program,lighter);*/
}

.che-color-primary a, .che-color-primary .color-primary, .brand-che a, .brand-che .color-primary {
  color: var(--che-primary);
}

.che-back-primary, .brand-che .back-primary {
  background-color: var(--che-primary);
}

.che-color-secondary, .brand-che .color-secondary {
  color: var(--che-secondary);
}

.che-back-secondary, .brand-che .back-secondary {
  background-color: var(--che-secondary);
}

.che-color-light, .brand-che .color-light {
  color: var(--che-light);
}

.che-back-light, .brand-che .back-light {
  background-color: var(--che-light);
}

.che-color-dark, .brand-che .color-dark {
  color: var(--che-dark);
}

.che-back-dark, .brand-che .back-dark {
  background-color: var(--che-dark);
}

.che-color-header .color-header, .brand-che .color-header {
  color: var(--che-primary);
}

.che-back-header, .brand-che .back-header {
  background-color: var(--che-primary);
}

.categorized-che a, .categorized-che .color-primary {
  color: var(--che-primary);
}

.categorized-che .back-primary {
  background-color: var(--che-primary);
}

.categorized-che .color-secondary {
  color: var(--che-secondary);
}

.categorized-che .back-secondary {
  background-color: var(--che-secondary);
}

.categorized-che .color-light {
  color: var(--che-light);
}

.categorized-che .back-light {
  background-color: var(--che-light);
}

.categorized-che .color-dark {
  color: var(--che-dark);
}

.categorized-che .back-dark {
  background-color: var(--che-dark);
}

.categorized-che .color-header {
  color: var(--che-primary);
}

.categorized-che .back-header {
  background-color: var(--che-primary);
}

.brand-che a, .brand-che a.logotype {
  color: var(--che-primary);
}

.brand-che a:visited {
  color: var(--che-primary);
}

.brand-che a:hover {
  color: var(--che-dark);
}

.brand-che .border-color-primary {
  border-color: var(--che-primary);
}

.brand-che.section-a .logo::after {
  background-image: url("/wp-content/themes/disco/form/images/brand/che-logo-header@2x.png");
}

.brand-che nav.primary ul li:hover {
  background-color: var(--che-dark);
}

.brand-che nav.primary ul ul {
  background-color: var(--che-dark);
}

.brand-che nav.navigator::before {
  background: var(--che-primary);
}

.brand-che nav.navigator .menu-item-has-children.is-toggled-open > a::before {
  border-top-color: var(--che-primary);
}

body[class*="categorized-cnai"],
body[class*="brand-cnai"],
.categorized-cnai {
  /*--header-color: map-get($program,header);
		--nav-color: red;
		--primary-color: map-get($program,primary);
		--secondary-color: map-get($program,secondary);
		--dark-color: map-get($program,dark);
		--darker-color: map-get($program,darker);
		--light-color: map-get($program,light);
		--lighter-color: map-get($program,lighter);*/
}

.cnai-color-primary a, .cnai-color-primary .color-primary, .brand-cnai a, .brand-cnai .color-primary {
  color: var(--cnai-primary);
}

.cnai-back-primary, .brand-cnai .back-primary {
  background-color: var(--cnai-primary);
}

.cnai-color-secondary, .brand-cnai .color-secondary {
  color: var(--cnai-secondary);
}

.cnai-back-secondary, .brand-cnai .back-secondary {
  background-color: var(--cnai-secondary);
}

.cnai-color-light, .brand-cnai .color-light {
  color: var(--cnai-light);
}

.cnai-back-light, .brand-cnai .back-light {
  background-color: var(--cnai-light);
}

.cnai-color-dark, .brand-cnai .color-dark {
  color: var(--cnai-dark);
}

.cnai-back-dark, .brand-cnai .back-dark {
  background-color: var(--cnai-dark);
}

.cnai-color-header .color-header, .brand-cnai .color-header {
  color: var(--cnai-primary);
}

.cnai-back-header, .brand-cnai .back-header {
  background-color: var(--cnai-primary);
}

.categorized-cnai a, .categorized-cnai .color-primary {
  color: var(--cnai-primary);
}

.categorized-cnai .back-primary {
  background-color: var(--cnai-primary);
}

.categorized-cnai .color-secondary {
  color: var(--cnai-secondary);
}

.categorized-cnai .back-secondary {
  background-color: var(--cnai-secondary);
}

.categorized-cnai .color-light {
  color: var(--cnai-light);
}

.categorized-cnai .back-light {
  background-color: var(--cnai-light);
}

.categorized-cnai .color-dark {
  color: var(--cnai-dark);
}

.categorized-cnai .back-dark {
  background-color: var(--cnai-dark);
}

.categorized-cnai .color-header {
  color: var(--cnai-primary);
}

.categorized-cnai .back-header {
  background-color: var(--cnai-primary);
}

.brand-cnai a, .brand-cnai a.logotype {
  color: var(--cnai-primary);
}

.brand-cnai a:visited {
  color: var(--cnai-primary);
}

.brand-cnai a:hover {
  color: var(--cnai-dark);
}

.brand-cnai .border-color-primary {
  border-color: var(--cnai-primary);
}

.brand-cnai.section-a .logo::after {
  background-image: url("/wp-content/themes/disco/form/images/brand/cnai-logo-header@2x.png");
}

.brand-cnai nav.primary ul li:hover {
  background-color: var(--cnai-secondary);
}

.brand-cnai nav.primary ul ul {
  background-color: var(--cnai-secondary);
}

.brand-cnai nav.navigator::before {
  background: var(--cnai-primary);
}

.brand-cnai nav.navigator .menu-item-has-children.is-toggled-open > a::before {
  border-top-color: var(--cnai-primary);
}

body[class*="categorized-dip"],
body[class*="brand-dip"],
.categorized-dip {
  /*--header-color: map-get($program,header);
		--nav-color: red;
		--primary-color: map-get($program,primary);
		--secondary-color: map-get($program,secondary);
		--dark-color: map-get($program,dark);
		--darker-color: map-get($program,darker);
		--light-color: map-get($program,light);
		--lighter-color: map-get($program,lighter);*/
}

.dip-color-primary a, .dip-color-primary .color-primary, .brand-dip a, .brand-dip .color-primary {
  color: var(--dip-primary);
}

.dip-back-primary, .brand-dip .back-primary {
  background-color: var(--dip-primary);
}

.dip-color-secondary, .brand-dip .color-secondary {
  color: --var(dip-secondary);
}

.dip-back-secondary, .brand-dip .back-secondary {
  background-color: --var(dip-secondary);
}

.dip-color-light, .brand-dip .color-light {
  color: var(--dip-light);
}

.dip-back-light, .brand-dip .back-light {
  background-color: var(--dip-light);
}

.dip-color-dark, .brand-dip .color-dark {
  color: var(--dip-dark);
}

.dip-back-dark, .brand-dip .back-dark {
  background-color: var(--dip-dark);
}

.dip-color-header .color-header, .brand-dip .color-header {
  color: var(--dip-primary);
}

.dip-back-header, .brand-dip .back-header {
  background-color: var(--dip-primary);
}

.categorized-dip a, .categorized-dip .color-primary {
  color: var(--dip-primary);
}

.categorized-dip .back-primary {
  background-color: var(--dip-primary);
}

.categorized-dip .color-secondary {
  color: --var(dip-secondary);
}

.categorized-dip .back-secondary {
  background-color: --var(dip-secondary);
}

.categorized-dip .color-light {
  color: var(--dip-light);
}

.categorized-dip .back-light {
  background-color: var(--dip-light);
}

.categorized-dip .color-dark {
  color: var(--dip-dark);
}

.categorized-dip .back-dark {
  background-color: var(--dip-dark);
}

.categorized-dip .color-header {
  color: var(--dip-primary);
}

.categorized-dip .back-header {
  background-color: var(--dip-primary);
}

.brand-dip a, .brand-dip a.logotype {
  color: var(--dip-primary);
}

.brand-dip a:visited {
  color: var(--dip-primary);
}

.brand-dip a:hover {
  color: var(--dip-dark);
}

.brand-dip .border-color-primary {
  border-color: var(--dip-primary);
}

.brand-dip.section-a .logo::after {
  background-image: url("/wp-content/themes/disco/form/images/brand/dip-logo-header@2x.png");
}

.brand-dip nav.primary ul li:hover {
  background-color: var(--dip-dark);
}

.brand-dip nav.primary ul ul {
  background-color: var(--dip-dark);
}

.brand-dip nav.navigator::before {
  background: var(--dip-primary);
}

.brand-dip nav.navigator .menu-item-has-children.is-toggled-open > a::before {
  border-top-color: var(--dip-primary);
}

body[class*="categorized-tdp"],
body[class*="brand-tdp"],
.categorized-tdp {
  /*--header-color: map-get($program,header);
		--nav-color: red;
		--primary-color: map-get($program,primary);
		--secondary-color: map-get($program,secondary);
		--dark-color: map-get($program,dark);
		--darker-color: map-get($program,darker);
		--light-color: map-get($program,light);
		--lighter-color: map-get($program,lighter);*/
}

.tdp-color-primary a, .tdp-color-primary .color-primary, .brand-tdp a, .brand-tdp .color-primary {
  color: var(--tdp-primary);
}

.tdp-back-primary, .brand-tdp .back-primary {
  background-color: var(--tdp-primary);
}

.tdp-color-secondary, .brand-tdp .color-secondary {
  color: var(--tdp-secondary);
}

.tdp-back-secondary, .brand-tdp .back-secondary {
  background-color: var(--tdp-secondary);
}

.tdp-color-light, .brand-tdp .color-light {
  color: var(--tdp-light);
}

.tdp-back-light, .brand-tdp .back-light {
  background-color: var(--tdp-light);
}

.tdp-color-dark, .brand-tdp .color-dark {
  color: var(--tdp-dark);
}

.tdp-back-dark, .brand-tdp .back-dark {
  background-color: var(--tdp-dark);
}

.tdp-color-header .color-header, .brand-tdp .color-header {
  color: var(--tdp-primary);
}

.tdp-back-header, .brand-tdp .back-header {
  background-color: var(--tdp-primary);
}

.categorized-tdp a, .categorized-tdp .color-primary {
  color: var(--tdp-primary);
}

.categorized-tdp .back-primary {
  background-color: var(--tdp-primary);
}

.categorized-tdp .color-secondary {
  color: var(--tdp-secondary);
}

.categorized-tdp .back-secondary {
  background-color: var(--tdp-secondary);
}

.categorized-tdp .color-light {
  color: var(--tdp-light);
}

.categorized-tdp .back-light {
  background-color: var(--tdp-light);
}

.categorized-tdp .color-dark {
  color: var(--tdp-dark);
}

.categorized-tdp .back-dark {
  background-color: var(--tdp-dark);
}

.categorized-tdp .color-header {
  color: var(--tdp-primary);
}

.categorized-tdp .back-header {
  background-color: var(--tdp-primary);
}

.brand-tdp a, .brand-tdp a.logotype {
  color: var(--tdp-primary);
}

.brand-tdp a:visited {
  color: var(--tdp-primary);
}

.brand-tdp a:hover {
  color: var(--tdp-dark);
}

.brand-tdp .border-color-primary {
  border-color: var(--tdp-primary);
}

.brand-tdp.section-a .logo::after {
  background-image: url("/wp-content/themes/disco/form/images/brand/tdp-logo-header@2x.png");
}

.brand-tdp nav.primary ul li:hover {
  background-color: var(--tdp-dark);
}

.brand-tdp nav.primary ul ul {
  background-color: var(--tdp-dark);
}

.brand-tdp nav.navigator::before {
  background: var(--tdp-primary);
}

.brand-tdp nav.navigator .menu-item-has-children.is-toggled-open > a::before {
  border-top-color: var(--tdp-primary);
}

body[class*="categorized-cwp"],
body[class*="brand-cwp"],
.categorized-cwp {
  /*--header-color: map-get($program,header);
		--nav-color: red;
		--primary-color: map-get($program,primary);
		--secondary-color: map-get($program,secondary);
		--dark-color: map-get($program,dark);
		--darker-color: map-get($program,darker);
		--light-color: map-get($program,light);
		--lighter-color: map-get($program,lighter);*/
}

.cwp-color-primary a, .cwp-color-primary .color-primary, .brand-cwp a, .brand-cwp .color-primary {
  color: var(--cwp-primary);
}

.cwp-back-primary, .brand-cwp .back-primary {
  background-color: var(--cwp-primary);
}

.cwp-color-secondary, .brand-cwp .color-secondary {
  color: var(--cwp-secondary);
}

.cwp-back-secondary, .brand-cwp .back-secondary {
  background-color: var(--cwp-secondary);
}

.cwp-color-light, .brand-cwp .color-light {
  color: var(--cwp-light);
}

.cwp-back-light, .brand-cwp .back-light {
  background-color: var(--cwp-light);
}

.cwp-color-dark, .brand-cwp .color-dark {
  color: var(--cwp-dark);
}

.cwp-back-dark, .brand-cwp .back-dark {
  background-color: var(--cwp-dark);
}

.cwp-color-header .color-header, .brand-cwp .color-header {
  color: var(--cwp-primary);
}

.cwp-back-header, .brand-cwp .back-header {
  background-color: var(--cwp-primary);
}

.categorized-cwp a, .categorized-cwp .color-primary {
  color: var(--cwp-primary);
}

.categorized-cwp .back-primary {
  background-color: var(--cwp-primary);
}

.categorized-cwp .color-secondary {
  color: var(--cwp-secondary);
}

.categorized-cwp .back-secondary {
  background-color: var(--cwp-secondary);
}

.categorized-cwp .color-light {
  color: var(--cwp-light);
}

.categorized-cwp .back-light {
  background-color: var(--cwp-light);
}

.categorized-cwp .color-dark {
  color: var(--cwp-dark);
}

.categorized-cwp .back-dark {
  background-color: var(--cwp-dark);
}

.categorized-cwp .color-header {
  color: var(--cwp-primary);
}

.categorized-cwp .back-header {
  background-color: var(--cwp-primary);
}

.brand-cwp a, .brand-cwp a.logotype {
  color: var(--cwp-primary);
}

.brand-cwp a:visited {
  color: var(--cwp-primary);
}

.brand-cwp a:hover {
  color: var(--cwp-dark);
}

.brand-cwp .border-color-primary {
  border-color: var(--cwp-primary);
}

.brand-cwp.section-a .logo::after {
  background-image: url("/wp-content/themes/disco/form/images/brand/cwp-logo-header@2x.png");
}

.brand-cwp nav.primary ul li:hover {
  background-color: var(--cwp-dark);
}

.brand-cwp nav.primary ul ul {
  background-color: var(--cwp-dark);
}

.brand-cwp nav.navigator::before {
  background: var(--cwp-primary);
}

.brand-cwp nav.navigator .menu-item-has-children.is-toggled-open > a::before {
  border-top-color: var(--cwp-primary);
}

body:not(.x):not(.y) {
  /*.border-color-primary { border-color: var(--primary-color)}
	nav.primary ul li:hover { color: var(--nav-color); }
	nav.primary ul ul { color: var(--nav-color); }*/
}

.body-header .constrain {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.body-header .constrain .header-brand {
  display: flex;
  flex-direction: row;
}

.body-header .constrain .header-brand a:any-link {
  line-height: 0;
}

.body-header .constrain .header-brand a.logo:any-link {
  width: 250px;
  color: white;
}

.body-header .header-brand a:any-link,
.body-header .header-brand::after {
  vertical-align: middle;
  height: 44px;
}

.center-header {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.categorized-di .back-header {
  background-color: var(--di-dark);
}

body[class*="categorized-di"] .center-header, body[class*="brand-di"] .center-header {
  background-image: url("../images/brand/di-duotone.jpg");
}

.categorized-di a {
  color: var(--di-primary);
}

.categorized-di a:hover, .categorized-di a:visited {
  color: var(--di-dark);
}

.categorized-acte .back-header {
  background-color: var(--acte-dark);
}

body[class*="categorized-acte"] .center-header, body[class*="brand-acte"] .center-header {
  background-image: url("../images/brand/acte-duotone.jpg");
}

.categorized-acte a {
  color: var(--acte-primary);
}

.categorized-acte a:hover, .categorized-acte a:visited {
  color: var(--acte-dark);
}

.categorized-csc .back-header {
  background-color: var(--csc-dark);
}

body[class*="categorized-csc"] .center-header, body[class*="brand-csc"] .center-header {
  background-image: url("../images/brand/csc-duotone.jpg");
}

.categorized-csc a {
  color: var(--csc-primary);
}

.categorized-csc a:hover, .categorized-csc a:visited {
  color: var(--csc-dark);
}

.categorized-cccl .back-header {
  background-color: var(--cccl-dark);
}

body[class*="categorized-cccl"] .center-header, body[class*="brand-cccl"] .center-header {
  background-image: url("../images/brand/cccl-duotone.jpg");
}

.categorized-cccl a {
  color: var(--cccl-primary);
}

.categorized-cccl a:hover, .categorized-cccl a:visited {
  color: var(--cccl-dark);
}

.categorized-ccrd .back-header {
  background-color: var(--ccrd-dark);
}

body[class*="categorized-ccrd"] .center-header, body[class*="brand-ccrd"] .center-header {
  background-image: url("../images/brand/ccrd-duotone.jpg");
}

.categorized-ccrd a {
  color: var(--ccrd-primary);
}

.categorized-ccrd a:hover, .categorized-ccrd a:visited {
  color: var(--ccrd-dark);
}

.categorized-che .back-header {
  background-color: var(--che-dark);
}

body[class*="categorized-che"] .center-header, body[class*="brand-che"] .center-header {
  background-image: url("../images/brand/che-duotone.jpg");
}

.categorized-che a {
  color: var(--che-primary);
}

.categorized-che a:hover, .categorized-che a:visited {
  color: var(--che-dark);
}

.categorized-cnai .back-header {
  background-color: var(--cnai-dark);
}

body[class*="categorized-cnai"] .center-header, body[class*="brand-cnai"] .center-header {
  background-image: url("../images/brand/cnai-duotone.jpg");
}

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

.categorized-cnai a:hover, .categorized-cnai a:visited {
  color: var(--cnai-dark);
}

.categorized-dip .back-header {
  background-color: var(--dip-dark);
}

body[class*="categorized-dip"] .center-header, body[class*="brand-dip"] .center-header {
  background-image: url("../images/brand/dip-duotone.jpg");
}

.categorized-dip a {
  color: var(--dip-primary);
}

.categorized-dip a:hover, .categorized-dip a:visited {
  color: var(--dip-dark);
}

.categorized-tdp .back-header {
  background-color: var(--tdp-dark);
}

body[class*="categorized-tdp"] .center-header, body[class*="brand-tdp"] .center-header {
  background-image: url("../images/brand/tdp-duotone.jpg");
}

.categorized-tdp a {
  color: var(--tdp-primary);
}

.categorized-tdp a:hover, .categorized-tdp a:visited {
  color: var(--tdp-dark);
}

.categorized-cwp .back-header {
  background-color: var(--cwp-dark);
}

body[class*="categorized-cwp"] .center-header, body[class*="brand-cwp"] .center-header {
  background-image: url("../images/brand/cwp-duotone.jpg");
}

.categorized-cwp a {
  color: var(--cwp-primary);
}

.categorized-cwp a:hover, .categorized-cwp a:visited {
  color: var(--cwp-dark);
}

.categorized-uncategorized.five-1 .center-header {
  background-image: url("../images/brand/di-duotone-2.jpg");
}

.categorized-csc.five-2 .center-header {
  background-image: url("../images/brand/csc-duotone-2.jpg");
}

.categorized-che.rand .center-header {
  background-image: url("../images/brand/wpm-duotone.jpg");
}

.brand-cwp.blog .center-header {
  background-image: url("../images/brand/cwp-duotone.jpg");
}

body[class*="categorized-cccl"].five-2 .center-header, body[class*="brand-cccl"].five-2 .center-header {
  background-image: url("../images/brand/cccl-duotone-2.jpg");
}

.categorized-cccl.five-3 .center-header {
  background-image: url("../images/brand/cccl-duotone-3.jpg");
}

.categorized-cccl.five-4 .center-header {
  background-image: url("../images/brand/cccl-duotone-4.jpg");
}

body[class*="categorized-che"].five-1 .center-header, body[class*="brand-che"].five-1 .center-header {
  background-image: url("../images/brand/che-duotone-1.jpg");
}

body[class*="categorized-che"].five-2 .center-header, body[class*="brand-che"].five-2 .center-header {
  background-image: url("../images/brand/che-duotone-2.jpg");
}

body[class*="categorized-che"].five-3 .center-header, body[class*="brand-che"].five-3 .center-header {
  background-image: url("../images/brand/che-duotone-3b.jpg");
}

body[class*="categorized-che"].five-4 .center-header, body[class*="brand-che"].five-4 .center-header {
  background-image: url("../images/brand/che-duotone-4.jpg");
}

body[class*="categorized-che"].five-5 .center-header, body[class*="brand-che"].five-5 .center-header {
  background-image: url("../images/brand/che-duotone-5.jpg");
}

body[class*="categorized-che"].page .center-header, body[class*="brand-che"].page .center-header {
  background-size: auto 150%;
}

body[class*="categorized-che"].single .center-header, body[class*="brand-che"].single .center-header {
  background-position: right top;
}

.blog.multiple[class*="categorized-che"] .center-header, .blog.multiple[class*="brand-che"] .center-header {
  background-size: auto 150%;
  background-position: center center;
}

.categorized-cwp .center-header {
  background-image: url("../images/brand/wpm-duotone.jpg");
}

.donate .donate-btn {
  height: 110px;
  overflow: hidden;
  margin: 0 0 15px 0;
  max-width: 410px;
}

.donate .donate-btn a {
  color: white;
}

.donate .donate-btn p {
  display: none;
}

.donate .donate-btn dt {
  line-height: 100px;
  font-family: "Crimson Text", serif;
  font-size: 1.8em;
  text-align: center;
}

.donate .donate-btn dd {
  font-size: .75rem;
  margin: 0;
  opacity: 0;
}

.donate .donate-btn:hover {
  font: 1em 'Open Sans', sans-serif;
  background-image: none;
  padding: .5rem 3rem;
  text-align: left;
}

.donate .donate-btn:hover dt {
  line-height: 1.2;
}

.donate .donate-btn:hover dd {
  opacity: 1;
  transition: all .75s;
}

.page-dallas sub.subtitle:not(#x) {
  padding-left: 0;
  padding-bottom: 1rem;
}

.tag-link-5408,
.tag-link-5409 {
  display: none;
}

.brand-ccrd.section-aces:not(.page-aces) .header-body .programs.secondary {
  display: none;
}

.brand-ccrd.section-aces:not(.page-aces) .back-header {
  background-color: var(--ccrd-secondary);
  background-image: url("/m/sites/73/2018/02/AdobeStock_138539919.jpeg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 0 100%);
  color: white;
  height: 500px;
  margin-bottom: 3rem;
  position: relative;
}

.brand-ccrd.section-aces:not(.page-aces) .back-header .constrain-lg::after, .brand-ccrd.section-aces:not(.page-aces) .back-header section.signup form::after, section.signup .brand-ccrd.section-aces:not(.page-aces) .back-header form::after {
  background-image: url("/m/sites/73/2018/02/aces-hor.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  margin-left: 2rem;
  margin-top: 2rem;
  opacity: .7;
  height: 50px;
  width: 100%;
}

.brand-ccrd.section-aces:not(.page-aces) center.constrain-lg {
  position: relative;
}

.brand-ccrd.section-aces:not(.page-aces) .header-article h1.title-article {
  position: absolute;
  bottom: calc(100% + 1rem);
  right: 2rem;
  display: block;
  font-family: "Nevis", "Open Sans", sans-serif;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: .9;
  color: var(--ccrd-secondary);
  text-align: right;
  text-transform: uppercase;
  padding-top: 3rem;
  width: 60%;
}

.brand-ccrd .logo a[rel="home"],
.brand-ccrd .footer-body nav {
  display: none;
}

.brand-ccrd .logo .sublogo {
  border-width: 0;
  margin-left: 0;
  max-width: 250px;
  padding-left: 0;
}

.brand-ccrd .logo .sublogo img {
  margin-left: 0;
}

.brand-ccrd .meta-date {
  font-size: 1.4rem;
}

.brand-ccrd .upcoming-event {
  padding-left: 33%;
  padding-right: 0;
  position: relative;
}

.brand-ccrd .upcoming-event .meta-date {
  left: 0;
  margin: 0;
  padding-right: 1rem;
  position: absolute;
  width: 33%;
}

.brand-ccrd aside.widget_dpe_fp_widget {
  background: #eee;
  margin: 1rem 0 0 0;
}

.brand-ccrd aside.widget_dpe_fp_widget .widget-title {
  color: white;
  background: #7BAAB0;
  line-height: 3rem;
  padding-left: 2rem;
}

.brand-ccrd aside.widget_dpe_fp_widget ul {
  margin: 0;
  padding: 1rem 0;
}

.brand-ccrd aside.widget_dpe_fp_widget ul li {
  list-style: none;
  padding-left: 2rem;
  padding-bottom: .5rem;
  padding-right: .5rem;
  position: relative;
  margin: 0;
}

.brand-ccrd aside.widget_dpe_fp_widget ul li ~ li {
  padding-top: .75rem;
}

.brand-ccrd aside.widget_dpe_fp_widget ul li ~ li::before {
  background: white;
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  top: 0;
  width: 25%;
}

.brand-ccrd .single main .box {
  padding: 0 1rem;
}

.brand-ccrd #nav_menu-2 {
  background: var(--ccrd-dark);
  display: none;
  padding: 0 0rem 1rem 0rem;
}

.brand-ccrd #nav_menu-2 header {
  background-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.75);
  padding: .5rem .5rem .5rem 2rem;
}

.brand-ccrd #nav_menu-2 ul {
  margin: 0;
  padding: 0;
}

.brand-ccrd #nav_menu-2 li {
  list-style: none;
}

.brand-ccrd #nav_menu-2 a {
  color: rgba(255, 255, 255, 0.5);
  display: block;
  padding: .5rem 1rem .5rem 2rem;
}

.brand-ccrd #nav_menu-2 a:hover {
  background-color: rgba(0, 0, 0, 0.15);
  color: white;
}

.section-aces {
  background-image: url("/m/sites/73/2018/02/background.jpg");
  background-repeat: no-repeat;
  background-size: 100vh auto;
}

.section-aces .header-body .programs.secondary,
.section-aces nav.navigator {
  display: none;
}

.section-aces #nav_menu-2 {
  display: block;
}

.section-aces .back-header {
  background-color: var(--ccrd-secondary);
  background-image: url("/m/sites/73/2018/02/AdobeStock_138539919.jpeg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 0 100%);
  color: white;
  height: 400px;
  margin-bottom: 3rem;
  position: relative;
}

.section-aces .back-header .constrain-lg::after, .section-aces .back-header section.signup form::after, section.signup .section-aces .back-header form::after {
  background-image: url("/m/sites/73/2018/02/aces-hor.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  margin-left: 2rem;
  margin-top: 2rem;
  opacity: .7;
  height: 50px;
  width: 100%;
}

.section-aces center.constrain-lg {
  position: relative;
}

.section-aces .header-article h1.title-article {
  position: absolute;
  bottom: calc(100% + 1rem);
  right: 2rem;
  display: block;
  font-family: "Nevis", "Open Sans", sans-serif;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: .9;
  color: var(--ccrd-secondary);
  text-align: right;
  text-transform: uppercase;
  padding-bottom: 1rem;
  padding-top: 3rem;
  width: 60%;
}

@media screen and (max-width: 800px) {
  .section-aces .header-article h1.title-article {
    font-size: 3rem;
  }
}

@media screen and (max-width: 600px) {
  .section-aces .header-article h1.title-article {
    font-size: 2rem;
  }
}

.section-aces .header-article h1.title-article::before, .section-aces .header-article h1.title-article::after {
  content: "";
  bottom: 0;
  display: block;
  opacity: .9;
  position: absolute;
  pointer-events: none;
}

.section-aces .header-article h1.title-article::before {
  border-bottom: 1px #eee solid;
  border-left: 2px #eee solid;
  height: 225px;
  width: 65vh;
}

.section-aces .header-article h1.title-article::after {
  background-color: #eee;
  border: none;
  width: 50vh;
  height: 2px;
  right: 100%;
  bottom: 224px;
}

.section-aces ul.logos {
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}

.section-aces ul.logos li {
  flex: 0 0 50%;
  list-style: none;
  padding-top: 2rem;
  text-align: center;
}

.section-aces ul.logos li img {
  max-width: 80%;
}

.section-aces ul.logos.participating li {
  flex: 0 0 33%;
}

.section-aces ul.logos li.max-width-50cent img {
  max-width: 50%;
}

.section-aces ul.logos li.max-width-40cent img {
  max-width: 40%;
}

.section-aces ul.logos li.max-width-30cent img {
  max-width: 30%;
}

.section-aces ul.logos li.max-width-20cent img {
  max-width: 20%;
}

.section-aces.page-membership dl.gallery-item {
  display: flex;
}

.section-aces.page-membership dl dt.gallery-icon:not(#x) img {
  border: none;
  width: 100%;
  height: auto;
}

.section-aces.page-membership dl dt.gallery-icon {
  flex: 0 0 33%;
  padding-right: .5rem;
}

.section-aces.page-membership dl dt.gallery-icon img {
  width: 100%;
  height: auto;
}

.section-aces.page-membership dl dd.wp-caption-text {
  flex: 0 0 66%;
  padding-left: .5rem;
}

.section-aces.page-membership dl.gallery-item:not(#x):not(#y) dd.wp-caption-text {
  text-align: left;
}

body[data-uri*="helm"] .header-page .logo {
  max-width: 355px;
}

body[data-uri*="helm"] .header-page .sublogo {
  max-width: 175px;
}

body[data-uri*="helm"] .back-header:not(.x) {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 98104;
  left: 0;
  right: 0;
}

body[data-uri*="helm"].multiple .center-header {
  padding-top: calc(89px + var(--n2));
}

body[data-uri*="helm"]:not(.has-featured-image) .center-header {
  background-image: url("https://www.discovery.org/m/2019/10/Discovery-at-Sea-rightward-blue.jpg");
  background-position: left 50% bottom 0;
}

body[data-uri*="helm"] .nav-secondary {
  display: none;
}

body[data-uri*="helm"] .site-header-area {
  align-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  border-left: 1px white solid;
  height: 42px;
  padding-left: 1.5rem;
}

body[data-uri*="helm"] body[data-uri*="helm"] .site-header-area .widget {
  padding-left: 0;
}

body[data-uri*="helm"].home h1 {
  display: none;
}

body[data-uri*="helm"].home hr.wp-block-separator {
  background-color: var(--di-primary);
  height: 4px;
}

body[data-uri*="helm"].home .body-center header {
  position: relative;
}

body[data-uri*="helm"] body[data-uri*="helm"].home .body-center header h1 {
  color: white;
  position: absolute;
  bottom: 100%;
}

body[data-uri*="helm"].home p.introduction {
  background: linear-gradient(to bottom right, #eeeeee 0%, #ffffff 40%, #ffffff 75%, #eeeeee 100%);
  border: none;
  padding: 1.5rem 2rem;
  margin: 1rem 0 0 0;
  width: 100%;
  max-width: 100%;
}

body[data-uri*="helm"] .main-center {
  width: 100%;
}

body[data-uri*="helm"] .separator {
  height: 4px;
}

body[data-uri*="helm"] .section-intro {
  border-left: none;
  padding: 0;
}

body[data-uri*="helm"] .constrain-sm:not(.x) {
  width: 100%;
}

body[data-uri*="helm"] .article-header h1 {
  font-family: var(--sans);
  font-weight: 300;
  font-size: 2rem;
}

body[data-uri*="helm"] .links-columns ul {
  padding: 0;
  margin: 0;
}

body[data-uri*="helm"].home .links-columns ul ul {
  display: none;
}

body[data-uri*="helm"] .widget_categories ul ul {
  border-left: 1px var(--di-primary) dotted;
  margin-left: .5ch;
  padding-left: 1ch;
  opacity: .8;
  margin-bottom: .5ch;
}

body[data-uri*="helm"] .links-columns ul li {
  border-bottom: 1px var(--gray-light) solid;
  list-style: none;
  margin: 0;
  padding: 0;
}

body[data-uri*="helm"] .links-columns ul li a {
  display: inline-block;
  padding: 5px 10px 5px 0;
}

body[data-uri*="helm"] .links-columns ul li a:hover {
  background-color: var(--di-primary);
  color: white;
  padding: 5px 10px;
}

body[data-uri*="helm"].home p.introduction ~ hr {
  margin-top: 0;
}

.wp-block-eedee-block-gutenslide .slide-link {
  display: block;
}

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