@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: 0.5rem transparent solid;
}

.gutter .box:not(:first-of-type) {
  border-left: 0.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 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: 0.9rem;
  font-weight: bold;
  padding: 1rem 0;
}

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

@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 {
  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: 56.25%;
}
@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: 1200px;
  }
}
.videos .video {
  margin-bottom: var(--n);
}
.videos .video figure {
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 0.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: 0.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: 0.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: 0.25rem 0.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-cwpm .button-di:not(.x) a, .categorized-cwpm .button-di:not(.x) a:visited, .categorized-cwpm .button-di:not(.x) a:link {
  background-color: var(--cwpm-primary);
}

.categorized-cwpm .button-di:not(.x) a:hover {
  background-color: var(--cwpm-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[data-type] {
  position: relative;
}
article[data-type]::before {
  font-size: 0.75rem;
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
  opacity: 0.25;
}
article[data-type=a]::before {
  content: "Article";
}
article[data-type=b]::before {
  content: "Book";
}
article[data-type=v]::before {
  content: "Video";
}
article[data-type=e]::before {
  content: "Event";
}
article[data-type=l]::before {
  content: "Link";
}
article[data-type=f]::before {
  content: "File";
}
article[data-type=post]::before {
  content: "Post";
}

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

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

@media (min-width: 992px) {
  .single main article .alignright {
    margin-right: -150px;
  }
}
.single main article sub {
  padding: var(--n2) var(--n2) 0 var(--n2);
}
@media (min-width: 1200px) {
  .single main article 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;
  padding-bottom: 33%;
  height: auto;
}
@media (max-width: 767px) {
  .multiple main article figure {
    background-image: none !important;
    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 {
  background-image: none !important;
  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: 0.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: 0.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: 0.5rem;
  opacity: 0.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: 0.5rem;
}

.article-excerpt > p:first-of-type:first-letter {
  font-family: "Crimson Text", serif;
  font-size: 4.75em;
  float: left;
  line-height: 0.9;
  margin-bottom: -0.1rem;
  padding-right: 0.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: 0.75rem;
  opacity: 0.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: 0.5rem;
}
article article.hailed:not(.x) sub {
  padding: 0 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 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: 0.75rem;
  padding-bottom: 0.75rem;
}
.recently header h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 0.85rem;
  font-style: normal;
  line-height: 1.2rem;
}
.recently header sub {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.1rem;
  margin-top: 0.2rem;
}
.recently header span, .recently header time {
  display: block;
}
.recently header span.author {
  font-size: 0.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: 0.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: 0.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;
}

.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) aside,
.archive.section-b:not(.author) aside {
  display: none;
}

.single-b .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;
}
.single-b .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;
}
.single-b .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;
}
.single-b .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;
}
.single-b .hail:not(#x):not(#y):not(#z) {
  display: none;
}
.single-b main {
  width: var(--xl);
  margin: 0 auto;
  max-width: 100vw;
  padding-top: 0;
}
@media (min-width: 992px) {
  .single-b main article {
    display: grid;
    grid-column-gap: var(--n);
    grid-row-gap: var(--n4);
    grid-template-columns: 66% 34%;
    grid-template-areas: "header aside" "center aside" "footer aside";
  }
}
.single-b article > header {
  position: relative;
  grid-area: header;
}
.single-b article > header sup {
  font-weight: 700;
  text-transform: uppercase;
}
.single-b article > header sub:first-of-type {
  padding-top: var(--n2);
}
.single-b article > header sub.subtitle {
  font-family: var(--sans);
  padding-bottom: var(--n2);
}
.single-b article > header sub.authors {
  text-transform: uppercase;
  padding-bottom: var(--n2);
}
.single-b article > header sub.authors::before {
  content: "By ";
}
.single-b article > header h1, .single-b article > header sup, .single-b article > header sub {
  padding-left: 0;
  padding-right: var(--n);
  max-width: 100vw;
}
.single-b article h1 {
  color: white;
  font-family: var(--sans);
  font-weight: 300;
  font-size: 4rem;
  position: absolute;
  bottom: 100%;
  margin-bottom: 0;
}
.single-b article > center {
  grid-area: center;
  padding-right: var(--n2);
}
.single-b article > aside {
  grid-row: 1/3;
  position: relative;
}
.single-b article > aside figure:not(.x) {
  max-height: none;
  background-image: none !important;
  overflow: visible;
}
.single-b article > aside figure:not(.x) header {
  display: none;
}
@media (min-width: 992px) {
  .single-b article > aside figure:not(.x) {
    margin-top: -200px;
  }
}
@media (max-width: 767px) {
  .single-b article > aside figure:not(.x) {
    order: 1;
  }
}
.single-b article > aside .book-cover img[src*=".jpg"] {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.single-b article > aside section ~ section {
  margin-top: var(--n);
}
.single-b article > aside header {
  font-weight: bold;
}
.single-b article > aside section:not(.book-reviews) header {
  display: none;
}
.single-b article > aside li {
  list-style: none;
}
.single-b article > aside dl dl {
  border-top: 1px var(--gray-lighter) solid;
}
.single-b article > aside dt, .single-b article > aside dd {
  display: inline-block;
}
.single-b article > aside dt {
  font-weight: bold;
}
.single-b article > aside dd {
  padding-left: 0.5ch;
}
.single-b article > footer {
  margin-top: var(--n);
  flex: 0 0 100%;
  grid-area: footer;
}
.single-b .book-reviews dl {
  padding: 1ch 0;
}
.single-b .book-reviews dt {
  font-weight: normal;
}

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

.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-banner:not(#x) .event-banner,
.hide-subtitle: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 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: 0.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: 0.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;
}

.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 {
  justify-content: center;
  padding: var(--n) 0;
}
.body-footer .brandline .logotype {
  width: 200px;
  border-right-width: 1px;
  border-right-style: solid;
  line-height: 0;
}
.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 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: 0.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: 0.5rem;
}
.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: 0.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: 0.85rem;
  padding: 10px 15px;
  text-transform: uppercase;
  transition: all 0.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 0.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 0.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;
}
nav.social a:hover {
  background: white;
}
nav.social ul li {
  display: inline-block;
}

nav.secondary {
  font-family: var(--serif);
  margin: 0.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: 0.5rem;
  position: absolute;
  transition: opacity 0.2s;
}
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: 0.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: 0.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 nav.navigator,
body.has-featured-image .widget-navigator {
    margin-top: 3rem;
  }
}
nav.navigator .sub-menu,
.widget-navigator .sub-menu {
  display: none;
}
nav.navigator .menu a,
.widget-navigator .menu a {
  background: var(--gray-lightest);
}
nav.navigator .sub-menu a,
.widget-navigator .sub-menu a {
  background: transparent;
  line-height: 1.3em;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
nav.navigator .menu-item-has-children > a,
.widget-navigator .menu-item-has-children > a {
  position: relative;
}
nav.navigator .menu-item-has-children > a::before,
.widget-navigator .menu-item-has-children > a::before {
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent var(--di-light);
  border-style: solid;
  content: "";
  display: inline-block;
  height: 0;
  top: 18px;
  left: 16px;
  line-height: 3rem;
  position: absolute;
  width: 0;
}
nav.navigator .menu-item-has-children.is-toggled-open > a::before,
.widget-navigator .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;
}
nav.navigator .menu-item-has-children:not(.is-toggled-open) > a:hover::before,
.widget-navigator .menu-item-has-children:not(.is-toggled-open) > a:hover::before {
  border-left-color: black;
}
nav.navigator .menu-item-has-children > a:hover ~ .submenu,
.widget-navigator .menu-item-has-children > a:hover ~ .submenu {
  display: block;
}
nav.navigator a,
.widget-navigator a {
  display: block;
  line-height: 3rem;
  padding: 0 2rem;
  text-decoration: none;
}
nav.navigator a:hover,
.widget-navigator a:hover {
  background: var(--gray-lighter);
}

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(--di-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: 0.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");
}
.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");
}
.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");
}
.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");
}
.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");
}
.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");
}
.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");
}
.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");
}
.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");
}
.menu-main-container ul.menu li.tdp-colors a::after {
  background: var(--tdp-primary);
}
.menu-main-container ul.menu li.cwpm-colors a {
  color: var(--cwpm-primary);
}
.menu-main-container ul.menu li.cwpm-colors a::before {
  background-image: url("../images/graphics/tn-cwpm.jpg");
}
.menu-main-container ul.menu li.cwpm-colors a::after {
  background: var(--cwpm-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-cwpm .menu-main-container ul.menu li a {
  color: var(--cwpm-primary);
}
.brand-cwpm .menu-main-container ul.menu li a::after {
  background: var(--cwpm-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: 0.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;
  transition: background 0.5s;
  display: block;
  margin: 0 auto;
  padding: var(--n3) var(--n);
}
footer .appeal button:hover {
  background: white;
  transition: background 0.5s;
}

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

.blog.multiple main {
  position: relative;
  overflow: hidden;
}
.blog.multiple main > article:first-of-type {
  display: flex;
}
.blog.multiple main > article:first-of-type:not([data-type=v]) figure {
  margin-right: 0;
  padding-bottom: 56.25%;
}
.blog.multiple main::before {
  content: "";
  position: absolute;
  background: radial-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 50%);
  top: 0;
  right: -50%;
  width: 100%;
  height: 50%;
}

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

.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: 0.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: -0.25rem;
}
.section .recent-articles article ~ article {
  border-top: 2px var(--gray-lighter) solid;
  margin-top: 1rem;
  padding-top: 0.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: 33.3333333333%;
  }
  .wp-block-columns .flex-basis-two-thirds {
    flex-basis: 66.6666666667%;
  }
}

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

@media (min-width: 768px) {
  .home .section-news .wp-block-column:not(:last-child) {
    margin-right: 0.5rem;
  }
  .home .section-news .wp-block-column:not(:first-child) {
    margin-left: 0.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;
}

.section-idtf .hailed-articles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .section-idtf .hailed-articles {
    flex-wrap: nowrap;
  }
}
.section-idtf article {
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .section-idtf article {
    flex: 0 1 33%;
    margin: 0 0.5rem;
  }
}
.section-idtf article p:last-of-type {
  padding-bottom: 0;
}
.section-idtf article:first-of-type {
  margin-left: 0;
}
.section-idtf article:last-of-type {
  margin-right: 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: 66.6666666667%;
  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";
}

.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: 0.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: 0.25rem 0.5rem;
  text-transform: uppercase;
  color: white !important;
}

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

header .embellishment {
  display: block;
  height: 4px;
  margin: 1rem 0;
  text-align: center;
  width: 50px;
}

.side aside ~ aside {
  border-top: 2px var(--gray-lighter) solid;
  margin-top: 2rem;
  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;
}

.multiple main > header sup {
  font-size: 0.75rem;
  font-weight: bold;
  opacity: 0.5;
}
.multiple main > header h1 {
  line-height: 0.75;
}
.multiple main > header sub {
  margin-top: 0.5rem;
  opacity: 0.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;
}

.pagination {
  border-top: 2px silver solid;
  margin-top: 2rem;
  padding: 2rem 0;
  text-align: center;
}
.pagination h2 {
  display: none;
}
.pagination a,
.pagination span {
  display: inline-block;
}
.pagination .prev {
  float: left;
}
.pagination .next {
  float: right;
}
.pagination .page-numbers.current {
  background-color: silver;
  border-radius: 2px;
  color: white;
  margin: 0 2px;
  padding: 0px 8px;
}

.sup-category {
  background-color: #ccc;
  color: white;
  bottom: 100%;
  display: inline-block;
  font-size: 0.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: 0.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;
}
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: 25%;
  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: var(--n);
  position: relative;
  z-index: 98104;
}
.sheet main article > header, .sheet main article > center, .sheet main article > footer {
  padding-left: var(--x1_5);
  padding-right: var(--x1_5);
}
.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;
}
@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::before, .has-billboard .center-header:not(.x):not(.y) figure.billboard::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 300px;
    height: 100%;
    z-index: 98104;
  }
  .has-billboard .center-header:not(.x):not(.y) figure.billboard::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::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:nth-of-type(2) {
  padding-top: var(--n2);
}
.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: 0.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);
}

.center-footer:not(:empty) {
  display: block;
  padding: 4rem 0;
  width: 100%;
}
.center-footer nav.adjacencies {
  display: flex;
  flex-wrap: wrap;
  max-width: 100vw;
  padding-left: var(--n);
  padding-right: var(--n);
}
@media (min-width: 992px) {
  .center-footer nav.adjacencies {
    margin: 0 auto;
    max-width: var(--medium);
  }
}
.center-footer nav.adjacencies article {
  flex: 1 0 100%;
  text-align: center;
}
.center-footer nav.adjacencies article a {
  display: block;
}
.center-footer nav.adjacencies article a sup {
  background: var(--gray-lighter);
  color: white;
  display: inline-block;
  font-size: 0.8rem;
  height: auto;
  line-height: 1;
  margin: 0 auto;
  padding: 0.1rem 0.3rem;
  text-transform: uppercase;
}
.center-footer nav.adjacencies article a center {
  color: var(--gray);
  display: block;
  font-size: 1rem;
}
.center-footer nav.adjacencies article a:hover sup {
  background: var(--gray);
}
.center-footer nav.adjacencies article center, .center-footer nav.adjacencies article header, .center-footer nav.adjacencies article footer {
  text-align: left;
}
.center-footer nav.adjacencies article ~ article {
  margin-top: var(--n);
}
@media (min-width: 768px) {
  .center-footer nav.adjacencies article {
    flex: 1 0 50%;
    text-align: left;
  }
  .center-footer nav.adjacencies article center {
    padding-top: var(--n2);
  }
  .center-footer nav.adjacencies article ~ article {
    margin-top: 0;
  }
  .center-footer nav.adjacencies article.previous {
    padding-right: 2rem;
    text-align: right;
  }
  .center-footer nav.adjacencies article.previous header, .center-footer nav.adjacencies article.previous center, .center-footer nav.adjacencies article.previous footer {
    text-align: right;
  }
  .center-footer nav.adjacencies article.previous header::before {
    content: "← ";
  }
  .center-footer nav.adjacencies article.previous header::before {
    content: "";
  }
  .center-footer nav.adjacencies article.subsequent {
    padding-left: 2rem;
    position: relative;
  }
  .center-footer 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;
  }
  .center-footer nav.adjacencies article.subsequent header::after {
    content: " →";
  }
  .center-footer nav.adjacencies article.subsequent header::after {
    content: "";
  }
}
.center-footer nav.adjacencies header {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1;
  font-family: "Crimson Text", serif;
}

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

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 {
  padding-bottom: 0;
}

.template-person .center-header {
  color: white;
  margin: 0;
}
.template-person .center-header h1 {
  line-height: 1;
}
.template-person .center-header sub {
  opacity: 0.7;
  text-transform: uppercase;
}
.template-person main {
  padding-top: 2rem;
}
.template-person section article ~ article {
  border-top: 2px var(--gray-lighter) solid;
  padding: 0.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%;
  border-radius: 50%;
  height: 1px;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.template-person aside figure img {
  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: 0.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: 0.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 0.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 0.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 0.1s ease-in;
  vertical-align: bottom;
}
.woocommerce ul.products .woocommerce-loop-product__link:hover h2 {
  cursor: hand;
  opacity: 1;
  transition: all 0.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 {
  display: flex;
  flex-direction: column;
}

.staff-directory td,
.staff-directory th {
  padding: 1rem 0;
  text-align: left;
}

.staff-directory td,
.staff-directory th {
  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);
  border: 0;
}

.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: 0.7;
  text-transform: uppercase;
}
.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: 0.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: 0.75rem;
  line-height: 0.75rem;
  opacity: 0.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: 0.5rem 1rem;
  text-align: left;
  text-transform: uppercase;
}
.search aside button:hover {
  background: var(--di-blue);
  color: white;
  transition: all 0.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: 0.75rem;
  line-height: 0.75rem;
  margin: 0;
  padding: 0.125rem 0.25rem 0.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 0.5rem 0;
  padding: 1rem;
  position: relative;
}
.search .searchform fieldset dt {
  font-weight: bold;
  padding: 0 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: 0.25rem 0 0 0;
  padding: 0.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: 0.5;
  top: 8px;
  right: 8px;
  z-index: 981040000;
  transition: all 0.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(--di-primary);
  height: auto;
  padding: 1rem;
  width: 80%;
  box-shadow: 0 0 3px gray;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.search .searchform fieldset legend.info-box:hover::before {
  background: white;
  color: var(--di-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: 0.75ch;
}
.search .select-terms dd.checkbox {
  margin-top: 0.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;
}

: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$=-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);
}

.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$=-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);
}

.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$=-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);
}

.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$=-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);
}

.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$=-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);
}

.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$=-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);
}

.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$=-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);
}

.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$=-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);
}

.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$=-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);
}

.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$=-cwpm],
.categorized-cwpm {
  --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);
}

.cwpm-color-primary a, .cwpm-color-primary .color-primary, .brand-cwpm a, .brand-cwpm .color-primary {
  color: var(--cwpm-primary);
}

.cwpm-back-primary, .brand-cwpm .back-primary {
  background-color: var(--cwpm-primary);
}

.cwpm-color-secondary, .brand-cwpm .color-secondary {
  color: var(--cwpm-secondary);
}

.cwpm-back-secondary, .brand-cwpm .back-secondary {
  background-color: var(--cwpm-secondary);
}

.cwpm-color-light, .brand-cwpm .color-light {
  color: var(--cwpm-light);
}

.cwpm-back-light, .brand-cwpm .back-light {
  background-color: var(--cwpm-light);
}

.cwpm-color-dark, .brand-cwpm .color-dark {
  color: var(--cwpm-dark);
}

.cwpm-back-dark, .brand-cwpm .back-dark {
  background-color: var(--cwpm-dark);
}

.cwpm-color-header .color-header, .brand-cwpm .color-header {
  color: var(--cwpm-primary);
}

.cwpm-back-header, .brand-cwpm .back-header {
  background-color: var(--cwpm-primary);
}

.brand-cwpm a, .brand-cwpm a.logotype {
  color: var(--cwpm-primary);
}
.brand-cwpm a:visited {
  color: var(--cwpm-primary);
}
.brand-cwpm a:hover {
  color: var(--cwpm-dark);
}
.brand-cwpm .border-color-primary {
  border-color: var(--cwpm-primary);
}
.brand-cwpm.section-a .logo::after {
  background-image: url("/wp-content/themes/disco/form/images/brand/cwpm-logo-header@2x.png");
}
.brand-cwpm nav.primary ul li:hover {
  background-color: var(--cwpm-dark);
}
.brand-cwpm nav.primary ul ul {
  background-color: var(--cwpm-dark);
}
.brand-cwpm nav.navigator::before {
  background: var(--cwpm-primary);
}
.brand-cwpm nav.navigator .menu-item-has-children.is-toggled-open > a::before {
  border-top-color: var(--cwpm-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 .logo a,
.body-header .logo::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*=-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*=-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*=-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*=-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*=-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*=-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*=-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*=-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*=-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-cwpm .back-header {
  background-color: var(--cwpm-dark);
}

body[class*=-cwpm] .center-header {
  background-image: url("../images/brand/cwpm-duotone.jpg");
}

.categorized-cwpm a {
  color: var(--cwpm-primary);
}

.categorized-cwpm a:hover, .categorized-cwpm a:visited {
  color: var(--cwpm-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-cwpm.blog .center-header {
  background-image: url("../images/brand/cwp-duotone.jpg");
}

body[class*=-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*=-che].five-1 .center-header {
  background-image: url("../images/brand/che-duotone-1.jpg");
}

body[class*=-che].five-2 .center-header {
  background-image: url("../images/brand/che-duotone-2.jpg");
}

body[class*=-che].five-3 .center-header {
  background-image: url("../images/brand/che-duotone-3b.jpg");
}

body[class*=-che].five-4 .center-header {
  background-image: url("../images/brand/che-duotone-4.jpg");
}

body[class*=-che].five-5 .center-header {
  background-image: url("../images/brand/che-duotone-5.jpg");
}

body[class*=-che].page .center-header {
  background-size: auto 150%;
}

body[class*=-che].single .center-header {
  background-position: right top;
}

.blog.multiple[class*=-che] .center-header {
  background-size: auto 150%;
  background-position: center center;
}

.categorized-cwpm .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: 0.75rem;
  margin: 0;
  opacity: 0;
}
.donate .donate-btn:hover {
  font: 1em "Open Sans", sans-serif;
  background-image: none;
  padding: 0.5rem 3rem;
  text-align: left;
}
.donate .donate-btn:hover dt {
  line-height: 1.2;
}
.donate .donate-btn:hover dd {
  opacity: 1;
  transition: all 0.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: 0.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: 0.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: 0.5rem;
  padding-right: 0.5rem;
  position: relative;
  margin: 0;
}
.brand-ccrd aside.widget_dpe_fp_widget ul li ~ li {
  padding-top: 0.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: 0.5rem 0.5rem 0.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: 0.5rem 1rem 0.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: 0.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: 0.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: 0.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: 0.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: 0.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] figure.billboard {
  max-height: 400px;
}
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: 0.5ch;
  padding-left: 1ch;
  opacity: 0.8;
  margin-bottom: 0.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 */
