@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700";
@import "https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700";
:root {
  --f: 18px;
  --h1: calc( var(--f) * 1.5 );
  --h2: calc( var(--f) * 1.25 );
  --serif: "Crimson Text", serif;
  --sans: "Open Sans", sans-serif;
  --condensed: 'Open Sans Condensed', sans-serif;
  --nevis: 'Nevis', 'Open Sans', sans-serif;
  --gray-lightest: #eee;
  --gray-light: #c1c1c1;
  --gray-lighter: #ddd;
  --gray: #777;
  --gray-dark: #404040;
  --di-primary: #004fa2;
  --di-secondary: #444;
  --di-light: #0678c1;
  --di-lighter: #0e5cb0;
  --di-dark: #113d63;
  --di-darker: #0e5cb0;
  --di-white: #fff;
  --acte-primary: #2b437d;
  --acte-secondary: #cb2934;
  --acte-light: rgba(43,67,125,.75);
  --acte-lighter: rgba(43,67,125,.5);
  --acte-dark: #113d63;
  --acte-darker: #113d63;
  --csc-primary: #167abf;
  --csc-secondary: #ffdd00;
  --csc-light: rgba(17,61,99,.5);
  --csc-lighter: rgba(17,61,99,.75);
  --csc-dark: #113d63;
  --csc-darker: #083c63;
  --csc-accent: #ffdd00;
  --csc-gold: #b0854a;
  --ccrd-primary: #7BAAB0;
  --ccrd-secondary: #1a4e86;
  --ccrd-light: #8AD4DF;
  --ccrd-lighter: #bdd5d7;
  --ccrd-dark: #569198;
  --ccrd-darker: #87b3b9;
  --cccl-primary: #a24732;
  --cccl-secondary: #a24732;
  --cccl-light: #a24732;
  --cccl-lighter: #a24732;
  --cccl-dark: #8f301a;
  --cccl-darker: #a24732;
  --che-primary: #BC8046;
  --che-secondary: #a24732;
  --che-light: #a24732;
  --che-lighter: #a24732;
  --che-dark: rgb(166, 86, 8);
  --che-darker: #a24732;
  --cnai-primary: #3e7d79;
  --cnai-secondary: #ff3800;
  --cnai-light: #a24732;
  --cnai-lighter: #a24732;
  --cnai-dark: #134a52;
  --cnai-darker: rgba(5, 52, 82, .75);
  --cnai-darkest: rgba(5, 52, 82, 1);
  --dip-primary: #a24732;
  --dip-secondary: #a24732;
  --dip-light: #a24732;
  --dip-lighter: #a24732;
  --dip-dark: #a24732;
  --dip-darker: #a24732;
  --tdp-primary: #B89058;
  --tdp-secondary: #a06b20;
  --tdp-light: #d0ae61;
  --tdp-lighter: #d0ae61;
  --tdp-dark: #a06b20;
  --tdp-darker: #a06b20;
  --cwpm-primary: #007c69;
  --cwpm-secondary: #444444;
  --cwpm-light: rgba(0,124,105,.75);
  --cwpm-lighter: rgba(0,124,105,.5);
  --cwpm-dark: #004d41;
  --cwpm-darker: #004d41;
  --en-primary: #21377f;
  --en-accent: #fe9400; }

.x {
  color: rgba(5, 52, 82, 0.96);
  color: #002b24; }

:root {
  --xs: 400px;
  --small: 600px;
  --medium: 800px;
  --large: 1000px;
  --xl: 1200px; }

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

.admin-note {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 98104;
  background: rgba(255, 255, 255, 0.75); }

body:not(.admin-bar) .display-for-editors {
  display: none; }

.constrain {
  max-width: 1200px; }

.constrain-xl {
  margin: 0 auto;
  max-width: 90%;
  width: 1200px; }

.constrain-lg {
  margin: 0 auto;
  max-width: 90%;
  width: 1000px; }

.constrain-md {
  margin: 0 auto;
  max-width: 90%;
  width: 800px; }

.constrain-sm {
  margin: 0 auto;
  max-width: 90%;
  width: 600px; }

.constrain-xs {
  margin: 0 auto;
  max-width: 90%;
  width: 400px; }

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

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

img.contain {
  object-fit: contain; }

body, svg {
  fill: currentColor; }

* {
  box-sizing: border-box; }

dl {
  margin: 0; }

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

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

article audio {
  width: 100%; }

.display-none, .display-none-x:not(#x) {
  display: none; }

figure.figured:not(.x) footer {
  color: white;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 98104; }

figure.figured:not(.x).has-description .description {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  left: 1em;
  bottom: 1em;
  height: 30px;
  width: 30px;
  overflow: hidden;
  text-indent: -98104px;
  padding: 1em;
  transition: all .2s; }
  figure.figured:not(.x).has-description .description::before {
    color: rgba(0, 0, 0, 0.5);
    content: "i";
    display: inline-block;
    font-family: "Crimson Text", serif;
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    line-height: 30px;
    text-indent: 0px;
    text-align: center;
    min-height: 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 98104; }
  figure.figured:not(.x).has-description .description:hover {
    background: #3e3e3e;
    color: white; }
  figure.figured:not(.x).has-description .description.toggled {
    background: #3e3e3e;
    border-radius: 5px;
    color: white;
    display: block;
    padding-bottom: 30px;
    width: 150px;
    min-height: 100px;
    height: auto;
    text-indent: 0px; }
  figure.figured:not(.x).has-description .description:hover::before, figure.figured:not(.x).has-description .description.toggled::before {
    color: white; }

.screenreader {
  position: absolute;
  text-indent: -98104px; }

:root {
  --n: 2rem;
  --n2: calc(var(--n) / 2);
  --n4: calc(var(--n) / 4);
  --x1_5: calc(var(--n) * 1.5);
  --x2: calc(var(--n) * 2);
  --x3: calc(var(--n) * 3);
  --rule-height: 3px; }

hr.tall {
  margin-top: var(--x2);
  margin-bottom: var(--x2); }

hr.short {
  margin-top: var(--n2);
  margin-bottom: var(--n2); }

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

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

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

.pad-ends:not(.x):not(.y):not(.z) {
  padding-bottom: var(--n);
  padding-top: var(--n); }

.pad-sides:not(.x):not(.y):not(.z) {
  padding-left: var(--n);
  padding-right: var(--n); }

.margin-sides:not(.x):not(.y):not(.z) {
  margin-left: var(--n);
  margin-right: var(--n); }

.stretch-sides:not(.x):not(.y):not(.z) {
  margin-left: calc(var(--n) * -1);
  margin-right: calc(var(--n) * -1); }

.stretch-ends:not(.x):not(.y):not(.z) {
  margin-top: calc(var(--n) * -1);
  margin-bottom: calc(var(--n) * -1); }

.stretch-top:not(.x):not(.y):not(.z) {
  margin-top: calc(var(--n) * -1); }

.pad {
  padding: var(--n); }

.j-c-c,
.justify-content-center {
  justify-content: center; }

.d-f,
.display-flex {
  display: flex; }

.f-d-c,
.flex-direction-column {
  flex-direction: column; }

.p-0:not(.x) {
  padding: 0; }

.grid {
  display: grid;
  grid-gap: 0px; }

.p-n:not(#x) {
  padding: var(--n); }

.p-2n:not(#x) {
  padding: var(--x2); }

.p-tbl-2n:not(#x) {
  padding-top: var(--x2);
  padding-bottom: var(--x2);
  padding-left: var(--x2); }

.p-trb-2n:not(#x) {
  padding-top: var(--x2);
  padding-bottom: var(--x2);
  padding-right: var(--x2); }

.p-t-n:not(#x) {
  padding-top: var(--n); }

.p-r-n:not(#x) {
  padding-right: var(--n); }

.p-b-n:not(#x) {
  padding-bottom: var(--n); }

.p-l-n:not(#x) {
  padding-left: var(--n); }

.p-tb-n:not(#x) {
  padding-top: var(--n);
  padding-bottom: var(--n); }

.p-lr-n:not(#x) {
  padding-left: var(--n);
  padding-right: var(--n); }

.p-trb-n:not(#x) {
  padding-top: var(--n);
  padding-right: var(--n);
  padding-bottom: var(--n); }

.p-tbl-n:not(#x) {
  padding-top: var(--n);
  padding-bottom: var(--n);
  padding-left: var(--n); }

.p-t-2n:not(#x) {
  padding-top: var(--x2); }

.p-r-2n:not(#x) {
  padding-right: var(--x2); }

.p-b-2n:not(#x) {
  padding-bottom: var(--x2); }

.p-l-2n:not(#x) {
  padding-left: var(--x2); }

.p-t-n2:not(#x) {
  padding-top: var(--n2); }

.p-r-n2:not(#x) {
  padding-right: var(--n2); }

.p-b-n2:not(#x) {
  padding-bottom: var(--n2); }

.p-l-n2:not(#x) {
  padding-left: var(--n2); }

.p-tb-n2:not(#x) {
  padding-top: var(--n2);
  padding-bottom: var(--n2); }

.p-lr-n2:not(#x) {
  padding-left: var(--n2);
  padding-right: var(--n2); }

.p-trb-n2:not(#x) {
  padding-top: var(--n2);
  padding-right: var(--n2);
  padding-bottom: var(--n2); }

.p-tbl-n2:not(#x) {
  padding-top: var(--n2);
  padding-bottom: var(--n2);
  padding-left: var(--n2); }

.p-t-n4:not(#x) {
  padding-top: var(--n4); }

.p-r-n4:not(#x) {
  padding-right: var(--n4); }

.p-b-n4:not(#x) {
  padding-bottom: var(--n4); }

.p-l-n4:not(#x) {
  padding-left: var(--n4); }

.p-tb-n4:not(#x) {
  padding-top: var(--n4);
  padding-bottom: var(--n4); }

.p-lr-n4:not(#x) {
  padding-left: var(--n4);
  padding-right: var(--n4); }

.p-trb-n4:not(#x) {
  padding-top: var(--n4);
  padding-right: var(--n4);
  padding-bottom: var(--n4); }

.p-tbl-n4:not(#x) {
  padding-top: var(--n4);
  padding-bottom: var(--n4);
  padding-left: var(--n4); }

.p-0:not(#x) {
  padding: 0; }

.p-t-0:not(#x) {
  padding-top: 0; }

.p-r-0:not(#x) {
  padding-right: 0; }

.p-b-0:not(#x) {
  padding-bottom: 0; }

.p-l-0:not(#x) {
  padding-left: 0; }

.p-lr-0:not(#x) {
  padding-left: 0;
  padding-right: 0; }

.p-tb-0:not(#x) {
  padding-top: 0;
  padding-bottom: 0; }

.p-trb-0:not(#x) {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0; }

.p-tbl-0:not(#x) {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0; }

.m-t-n:not(#x) {
  margin-top: var(--n); }

.m-r-n:not(#x) {
  margin-right: var(--n); }

.m-b-n:not(#x) {
  margin-bottom: var(--n); }

.m-l-n:not(#x) {
  margin-left: var(--n); }

.m-tb-n:not(#x) {
  margin-top: var(--n);
  margin-bottom: var(--n); }

.m-lr-n:not(#x) {
  margin-left: var(--n);
  margin-right: var(--n); }

.m-0:not(#x) {
  margin: 0; }

.m-t-0:not(#x) {
  margin-top: 0; }

.m-r-0:not(#x) {
  margin-right: 0; }

.m-b-0:not(#x) {
  margin-bottom: 0; }

.m-l-0:not(#x) {
  margin-left: 0; }

.m-0-auto:not(#x),
.centered {
  margin: 0px auto; }

@media (max-width: 799px) {
  .p-n-small:not(#x) {
    padding: var(--n); }
  .p-2n:not(#x) {
    padding: var(--x2); }
  .p-tbl-2n-small:not(#x) {
    padding-top: var(--x2);
    padding-bottom: var(--x2);
    padding-left: var(--x2); }
  .p-trb-2n-small:not(#x) {
    padding-top: var(--x2);
    padding-bottom: var(--x2);
    padding-right: var(--x2); }
  .p-t-n-small:not(#x) {
    padding-top: var(--n); }
  .p-r-n-small:not(#x) {
    padding-right: var(--n); }
  .p-b-n-small:not(#x) {
    padding-bottom: var(--n); }
  .p-l-n-small:not(#x) {
    padding-left: var(--n); }
  .p-t-2n-small:not(#x) {
    padding-top: var(--x2); }
  .p-r-2n-small:not(#x) {
    padding-right: var(--x2); }
  .p-b-2n-small:not(#x) {
    padding-bottom: var(--x2); }
  .p-l-2n-small:not(#x) {
    padding-left: var(--x2); }
  .p-t-n2-small:not(#x) {
    padding-top: var(--n2); }
  .p-r-n2-small:not(#x) {
    padding-right: var(--n2); }
  .p-b-n2-small:not(#x) {
    padding-bottom: var(--n2); }
  .p-l-n2-small:not(#x) {
    padding-left: var(--n2); }
  .p-tb-n2-small:not(#x) {
    padding-top: var(--n2);
    padding-bottom: var(--n2); }
  .p-lr-n2-small:not(#x) {
    padding-left: var(--n2);
    padding-right: var(--n2); }
  .p-trb-n2-small:not(#x) {
    padding-top: var(--n2);
    padding-right: var(--n2);
    padding-bottom: var(--n2); }
  .p-tbl-n2-small:not(#x) {
    padding-top: var(--n2);
    padding-bottom: var(--n2);
    padding-left: var(--n2); }
  .p-0-small:not(#x) {
    padding: 0; }
  .p-t-0-small:not(#x) {
    padding-top: 0; }
  .p-r-0-small:not(#x) {
    padding-right: 0; }
  .p-b-0-small:not(#x) {
    padding-bottom: 0; }
  .p-l-0-small:not(#x) {
    padding-left: 0; }
  .p-lr-0-small:not(#x) {
    padding-left: 0;
    padding-right: 0; }
  .p-tb-0-small:not(#x) {
    padding-top: 0;
    padding-bottom: 0; }
  .p-trb-0-small:not(#x) {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0; }
  .p-tbl-0-small:not(#x) {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0; }
  .m-0-small:not(#x) {
    margin: 0; }
  .m-t-0-small:not(#x) {
    margin-top: 0; } }

@media (min-width: 1200px) {
  .p-n-xl:not(#x) {
    padding: var(--n); }
  .p-2n:not(#x) {
    padding: var(--x2); }
  .p-tbl-2n-xl:not(#x) {
    padding-top: var(--x2);
    padding-bottom: var(--x2);
    padding-left: var(--x2); }
  .p-trb-2n-xl:not(#x) {
    padding-top: var(--x2);
    padding-bottom: var(--x2);
    padding-right: var(--x2); }
  .p-t-n-xl:not(#x) {
    padding-top: var(--n); }
  .p-r-n-xl:not(#x) {
    padding-right: var(--n); }
  .p-b-n-xl:not(#x) {
    padding-bottom: var(--n); }
  .p-l-n-xl:not(#x) {
    padding-left: var(--n); }
  .p-t-2n-xl:not(#x) {
    padding-top: var(--x2); }
  .p-r-2n-xl:not(#x) {
    padding-right: var(--x2); }
  .p-b-2n-xl:not(#x) {
    padding-bottom: var(--x2); }
  .p-l-2n-xl:not(#x) {
    padding-left: var(--x2); }
  .p-t-n2-xl:not(#x) {
    padding-top: var(--n2); }
  .p-r-n2-xl:not(#x) {
    padding-right: var(--n2); }
  .p-b-n2-xl:not(#x) {
    padding-bottom: var(--n2); }
  .p-l-n2-xl:not(#x) {
    padding-left: var(--n2); }
  .p-tb-n2-xl:not(#x) {
    padding-top: var(--n2);
    padding-bottom: var(--n2); }
  .p-lr-n2-xl:not(#x) {
    padding-left: var(--n2);
    padding-right: var(--n2); }
  .p-trb-n2-xl:not(#x) {
    padding-top: var(--n2);
    padding-right: var(--n2);
    padding-bottom: var(--n2); }
  .p-tbl-n2-xl:not(#x) {
    padding-top: var(--n2);
    padding-bottom: var(--n2);
    padding-left: var(--n2); }
  .p-0-xl:not(#x) {
    padding: 0; }
  .p-t-0-xl:not(#x) {
    padding-top: 0; }
  .p-r-0-xl:not(#x) {
    padding-right: 0; }
  .p-b-0-xl:not(#x) {
    padding-bottom: 0; }
  .p-l-0-xl:not(#x) {
    padding-left: 0; }
  .p-lr-0-xl:not(#x) {
    padding-left: 0;
    padding-right: 0; }
  .p-tb-0-xl:not(#x) {
    padding-top: 0;
    padding-bottom: 0; }
  .p-trb-0-xl:not(#x) {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0; }
  .p-tbl-0-xl:not(#x) {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0; }
  .m-0-xl:not(#x) {
    margin: 0; }
  .m-t-0-xl:not(#x) {
    margin-top: 0; }
  .m-r-0-xl:not(#x) {
    margin-right: 0; }
  .m-b-0-xl:not(#x) {
    margin-bottom: 0; }
  .m-l-0-xl:not(#x) {
    margin-left: 0; } }

.spacer {
  background-color: transparent;
  border-color: transparent; }

.spring {
  display: none; }

@media (min-width: 1000px) {
  .spring.spring-gt-medium {
    display: block; } }

.aspect-16-9 {
  position: relative; }
  .aspect-16-9 iframe, .aspect-16-9 div, .aspect-16-9 video {
    height: 0 !important;
    padding-bottom: calc(9/16 * 100%) !important; }

.aspect-4-3 {
  position: relative; }
  .aspect-4-3 iframe, .aspect-4-3 div, .aspect-4-3 video {
    height: 0 !important;
    padding-bottom: calc(3/4 * 100%) !important; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

.display-none {
  display: none; }

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

a[aria-label^="__"] {
  display: none; }

body.tagged-__hide-title .article-title:not(#x) {
  height: 0;
  overflow: hidden;
  text-indent: -98104px;
  padding: 0;
  margin: 0;
  line-height: 0; }

body.tagged-__hide-title header .title:not(#x) {
  height: 0;
  overflow: hidden;
  text-indent: -98104px;
  padding: 0;
  margin: 0;
  line-height: 0; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: calc(50em - 1px)), screen and (min-width: 62.5em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 62.5em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 62.5em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 62.5em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important; } }

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; } }

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important; } }

.flex-1-1-auto:not(#x) {
  flex: 1 1 auto; }

.flex-1-1-25:not(#x) {
  flex: 1 1 25%; }

.flex-1-1-33:not(#x) {
  flex: 1 1 33%; }

.flex-1-1-50:not(#x) {
  flex: 1 1 50%; }

.flex-1-1-66:not(#x) {
  flex: 1 1 66%; }

.flex-1-1-75:not(#x) {
  flex: 1 1 75%; }

.flex-1-1-100:not(#x) {
  flex: 1 1 100%; }

.flex-0-0-25:not(#x) {
  flex: 0 0 25%; }

.flex-0-0-33:not(#x) {
  flex: 0 0 33%; }

.flex-0-0-50:not(#x) {
  flex: 0 0 50%; }

.flex-0-0-66:not(#x) {
  flex: 0 0 66%; }

.flex-0-0-75:not(#x) {
  flex: 0 0 75%; }

.flex-0-0-100:not(#x) {
  flex: 0 0 100%; }

@media (max-width: 799px) {
  .flex-1-1-auto:not(#x):not(.inflexible),
  .flex-1-1-25:not(#x):not(.inflexible),
  .flex-1-1-33:not(#x):not(.inflexible),
  .flex-1-1-50:not(#x):not(.inflexible),
  .flex-1-1-66:not(#x):not(.inflexible),
  .flex-1-1-75:not(#x):not(.inflexible),
  .flex-1-1-100:not(#x):not(.inflexible) {
    flex: 0 0 100%; }
  .flex-0-0-auto:not(#x):not(.inflexible),
  .flex-0-0-25:not(#x):not(.inflexible),
  .flex-0-0-33:not(#x):not(.inflexible),
  .flex-0-0-50:not(#x):not(.inflexible),
  .flex-0-0-66:not(#x):not(.inflexible),
  .flex-0-0-75:not(#x):not(.inflexible),
  .flex-0-0-100:not(#x):not(.inflexible) {
    flex: 0 0 100%; }
  .small-drop:not(#x),
  .small-display-none:not(#x) {
    display: none; } }

@media (max-width: 999px) {
  .medium-drop:not(#x) {
    display: none; } }

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

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

.margin-auto {
  margin: 0 auto; }

.flex,
.flex-row,
.flex-col,
table.boxes tr {
  display: flex;
  flex-flow: row wrap; }

table.boxes,
table.boxes tbody {
  display: block;
  padding: 0; }

.flex .flex {
  margin-right: -0;
  margin-left: -var(--n); }

@media print, screen and (min-width: 50em) {
  .flex .flex {
    margin-right: -var(--n);
    margin-left: -var(--n); } }

@media print, screen and (min-width: 62.5em) {
  .flex .flex {
    margin-right: -var(--n);
    margin-left: -var(--n); } }

.flex .flex.collapse {
  margin-right: 0;
  margin-left: 0; }

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

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

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

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

.box {
  flex: 1 1 0px;
  padding-right: var(--n);
  padding-left: var(--n);
  min-width: initial; }

table.boxes td {
  display: block;
  flex: 1 1 0px;
  min-width: initial;
  padding-right: var(--n);
  padding-left: var(--n); }

article table.boxes td {
  padding-right: calc(var(--n) * .5);
  padding-left: calc(var(--n) * .5); }

table.boxes tr td:first-of-type {
  padding-left: 0; }

table.boxes tr td:last-of-type {
  padding-right: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 37.5em) {
  .medium-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-order-1 {
    -ms-flex-order: 1;
    order: 1; }
  .medium-order-2 {
    -ms-flex-order: 2;
    order: 2; }
  .medium-order-3 {
    -ms-flex-order: 3;
    order: 3; }
  .medium-order-4 {
    -ms-flex-order: 4;
    order: 4; }
  .medium-order-5 {
    -ms-flex-order: 5;
    order: 5; }
  .medium-order-6 {
    -ms-flex-order: 6;
    order: 6; }
  .medium-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .medium-up-1 > .box, .medium-up-1 > .boxs {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .medium-up-2 > .box, .medium-up-2 > .boxs {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .medium-up-3 > .box, .medium-up-3 > .boxs {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .medium-up-4 > .box, .medium-up-4 > .boxs {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .medium-up-5 > .box, .medium-up-5 > .boxs {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .medium-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .medium-up-6 > .box, .medium-up-6 > .boxs {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .medium-up-7 > .box, .medium-up-7 > .boxs {
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%; }
  .medium-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .medium-up-8 > .box, .medium-up-8 > .boxs {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; } }

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

@media print, screen and (min-width: 37.5em) {
  .medium-flex-dir-row {
    -ms-flex-direction: row;
    flex-direction: row; }
  .medium-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .medium-flex-dir-column {
    -ms-flex-direction: column;
    flex-direction: column; }
  .medium-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .medium-flex-child-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .medium-flex-child-grow {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  .medium-flex-child-shrink {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

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

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

@media print, screen and (min-width: 37.5em) {
  .medium-collapse > .box, .medium-collapse > .boxs {
    padding-right: 0;
    padding-left: 0; }
  .medium-uncollapse > .box, .medium-uncollapse > .boxs {
    padding-right: 1.5rem;
    padding-left: 1.5rem; } }

@media print, screen and (min-width: 62.5em) {
  .large-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-order-1 {
    -ms-flex-order: 1;
    order: 1; }
  .large-order-2 {
    -ms-flex-order: 2;
    order: 2; }
  .large-order-3 {
    -ms-flex-order: 3;
    order: 3; }
  .large-order-4 {
    -ms-flex-order: 4;
    order: 4; }
  .large-order-5 {
    -ms-flex-order: 5;
    order: 5; }
  .large-order-6 {
    -ms-flex-order: 6;
    order: 6; }
  .large-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .large-up-1 > .box, .large-up-1 > .boxs {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .large-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .large-up-2 > .box, .large-up-2 > .boxs {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .large-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .large-up-3 > .box, .large-up-3 > .boxs {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .large-up-4 > .box, .large-up-4 > .boxs {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .large-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .large-up-5 > .box, .large-up-5 > .boxs {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .large-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .large-up-6 > .box, .large-up-6 > .boxs {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .large-up-7 > .box, .large-up-7 > .boxs {
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%; }
  .large-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .large-up-8 > .box, .large-up-8 > .boxs {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; } }

@media print, screen and (min-width: 62.5em) and (min-width: 62.5em) {
  .large-expand {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }

@media print, screen and (min-width: 62.5em) {
  .large-flex-dir-row {
    -ms-flex-direction: row;
    flex-direction: row; }
  .large-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .large-flex-dir-column {
    -ms-flex-direction: column;
    flex-direction: column; }
  .large-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .large-flex-child-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .large-flex-child-grow {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  .large-flex-child-shrink {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

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

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

@media print, screen and (min-width: 62.5em) {
  .large-collapse > .box, .large-collapse > .boxs {
    padding-right: 0;
    padding-left: 0; }
  .large-uncollapse > .box, .large-uncollapse > .boxs {
    padding-right: 1.5rem;
    padding-left: 1.5rem; } }

.shrink {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box.grow {
  flex-grow: 1; }

.box-shrink {
  flex-shrink: 1; }

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5; }

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

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Crimson Text", serif;
  clear: both;
  line-height: 1.2em; }

h1, h2, h3 {
  font-weight: normal; }

h1, .h1 {
  font-size: 2.3125em;
  margin: 0 0 .2em 0; }

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

h3, .h3 {
  font-size: 2.1875em;
  margin: .2em 0; }

h4, .h4 {
  font-size: 1.375em;
  font-style: italic; }

h5, .h5 {
  font-size: 1.375em; }

h6, .h6 {
  font-size: 1.5625em; }

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

p {
  margin: 0;
  padding-bottom: 1.25em; }

p + ul {
  margin-top: 0; }

b, strong {
  font-weight: bold; }

dfn, em, i {
  font-style: italic; }

article li:not(:last-of-type) {
  padding-bottom: 1rem; }

cite {
  font-style: normal; }

blockquote {
  margin: 0;
  padding-bottom: 1.5em;
  padding-left: 2em;
  position: relative; }
  blockquote::before {
    content: "\201C";
    font-family: Georgia, serif;
    font-size: 3em;
    font-weight: bold;
    line-height: 1em;
    position: absolute;
    left: 0;
    top: 0; }
  blockquote cite {
    color: var(--gray);
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: .7em;
    font-style: normal;
    line-height: 1.6;
    margin-top: 6px;
    text-transform: uppercase; }
    blockquote cite strong {
      font-weight: 700;
      display: inline-block;
      background-color: #444;
      background-color: #dbdbdb;
      margin-left: -4px;
      position: relative;
      padding-left: 4px;
      padding-right: 4px; }
      blockquote cite strong:first-of-type::before {
        content: "";
        display: block;
        position: absolute;
        background-color: #dbdbdb;
        width: 8px;
        height: 8px;
        top: -4px;
        left: 25%;
        z-index: 0;
        transform: rotate(45deg); }
    blockquote cite a:not(.x) {
      color: inherit; }
  blockquote p ~ p cite {
    margin-top: 1rem; }
  blockquote p:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0; }

center {
  text-align: left; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

header sup,
header sub {
  bottom: auto;
  display: block;
  font-size: 1rem;
  height: auto;
  line-height: 1;
  position: static;
  top: auto; }

small, .small {
  font-size: 75%; }

big, .big {
  font-size: 125%; }

@font-face {
  font-family: 'Nevis';
  src: url("https://www.discovery.org/~/fonts/nevis.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

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

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

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

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

.back-white {
  background-color: white; }

.back-black {
  background-color: black; }

.color-white {
  color: white; }

.back-gray-lightest, .gray-lightest-back {
  background-color: var(--gray-lightest); }

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

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

.color-gray-lightest {
  color: var(--gray-lightest); }

.color-gray-light {
  color: var(--gray-light); }

.color-gray-dark {
  color: var(--gray-dark); }

.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 {
  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 .hover-back-primary:hover {
  background-color: var(--di-primary); }

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

.brand-di .back-darker {
  background-color: var(--di-darker); }

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

.brand-di .back-lighter {
  background-color: var(--di-lighter); }

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

.brand-di .color-primary {
  color: var(--di-primary); }

.brand-di .color-lighter {
  color: var(--di-lighter); }

.brand-di .back-nav {
  background-color: var(--di-primary); }

.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 > a::before {
  border-left-color: var(--di-primary); }

.brand-di nav.navigator .menu-item-has-children.is-toggled-open > a::before {
  border-top-color: var(--di-primary); }

.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 {
  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 .hover-back-primary:hover {
  background-color: var(--acte-primary); }

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

.brand-acte .back-darker {
  background-color: var(--acte-darker); }

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

.brand-acte .back-lighter {
  background-color: var(--acte-lighter); }

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

.brand-acte .color-primary {
  color: var(--acte-primary); }

.brand-acte .color-lighter {
  color: var(--acte-lighter); }

.brand-acte .back-nav {
  background-color: var(--acte-secondary); }

.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 > a::before {
  border-left-color: var(--acte-primary); }

.brand-acte nav.navigator .menu-item-has-children.is-toggled-open > a::before {
  border-top-color: var(--acte-primary); }

.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 {
  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 .hover-back-primary:hover {
  background-color: var(--csc-primary); }

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

.brand-csc .back-darker {
  background-color: var(--csc-darker); }

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

.brand-csc .back-lighter {
  background-color: var(--csc-lighter); }

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

.brand-csc .color-primary {
  color: var(--csc-primary); }

.brand-csc .color-lighter {
  color: var(--csc-lighter); }

.brand-csc .back-nav {
  background-color: var(--csc-primary); }

.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 > a::before {
  border-left-color: var(--csc-primary); }

.brand-csc nav.navigator .menu-item-has-children.is-toggled-open > a::before {
  border-top-color: var(--csc-primary); }

.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 {
  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 .hover-back-primary:hover {
  background-color: var(--cccl-primary); }

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

.brand-cccl .back-darker {
  background-color: var(--cccl-darker); }

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

.brand-cccl .back-lighter {
  background-color: var(--cccl-lighter); }

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

.brand-cccl .color-primary {
  color: var(--cccl-primary); }

.brand-cccl .color-lighter {
  color: var(--cccl-lighter); }

.brand-cccl .back-nav {
  background-color: var(--cccl-primary); }

.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 > a::before {
  border-left-color: var(--cccl-primary); }

.brand-cccl nav.navigator .menu-item-has-children.is-toggled-open > a::before {
  border-top-color: var(--cccl-primary); }

.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 {
  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 .hover-back-primary:hover {
  background-color: var(--ccrd-primary); }

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

.brand-ccrd .back-darker {
  background-color: var(--ccrd-darker); }

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

.brand-ccrd .back-lighter {
  background-color: var(--ccrd-lighter); }

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

.brand-ccrd .color-primary {
  color: var(--ccrd-primary); }

.brand-ccrd .color-lighter {
  color: var(--ccrd-lighter); }

.brand-ccrd .back-nav {
  background-color: var(--ccrd-dark); }

.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 > a::before {
  border-left-color: var(--ccrd-primary); }

.brand-ccrd nav.navigator .menu-item-has-children.is-toggled-open > a::before {
  border-top-color: var(--ccrd-primary); }

.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 {
  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 .hover-back-primary:hover {
  background-color: var(--che-primary); }

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

.brand-che .back-darker {
  background-color: var(--che-darker); }

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

.brand-che .back-lighter {
  background-color: var(--che-lighter); }

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

.brand-che .color-primary {
  color: var(--che-primary); }

.brand-che .color-lighter {
  color: var(--che-lighter); }

.brand-che .back-nav {
  background-color: var(--che-dark); }

.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 > a::before {
  border-left-color: var(--che-primary); }

.brand-che nav.navigator .menu-item-has-children.is-toggled-open > a::before {
  border-top-color: var(--che-primary); }

.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 {
  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 .hover-back-primary:hover {
  background-color: var(--cnai-primary); }

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

.brand-cnai .back-darker {
  background-color: var(--cnai-darker); }

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

.brand-cnai .back-lighter {
  background-color: var(--cnai-lighter); }

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

.brand-cnai .color-primary {
  color: var(--cnai-primary); }

.brand-cnai .color-lighter {
  color: var(--cnai-lighter); }

.brand-cnai .back-nav {
  background-color: var(--cnai-secondary); }

.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 > a::before {
  border-left-color: var(--cnai-primary); }

.brand-cnai nav.navigator .menu-item-has-children.is-toggled-open > a::before {
  border-top-color: var(--cnai-primary); }

.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 {
  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 .hover-back-primary:hover {
  background-color: var(--dip-primary); }

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

.brand-dip .back-darker {
  background-color: var(--dip-darker); }

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

.brand-dip .back-lighter {
  background-color: var(--dip-lighter); }

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

.brand-dip .color-primary {
  color: var(--dip-primary); }

.brand-dip .color-lighter {
  color: var(--dip-lighter); }

.brand-dip .back-nav {
  background-color: var(--dip-dark); }

.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 > a::before {
  border-left-color: var(--dip-primary); }

.brand-dip nav.navigator .menu-item-has-children.is-toggled-open > a::before {
  border-top-color: var(--dip-primary); }

.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 {
  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 .hover-back-primary:hover {
  background-color: var(--tdp-primary); }

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

.brand-tdp .back-darker {
  background-color: var(--tdp-darker); }

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

.brand-tdp .back-lighter {
  background-color: var(--tdp-lighter); }

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

.brand-tdp .color-primary {
  color: var(--tdp-primary); }

.brand-tdp .color-lighter {
  color: var(--tdp-lighter); }

.brand-tdp .back-nav {
  background-color: var(--tdp-dark); }

.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 > a::before {
  border-left-color: var(--tdp-primary); }

.brand-tdp nav.navigator .menu-item-has-children.is-toggled-open > a::before {
  border-top-color: var(--tdp-primary); }

.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 {
  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 .hover-back-primary:hover {
  background-color: var(--cwpm-primary); }

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

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

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

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

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

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

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

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

.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 > a::before {
  border-left-color: var(--cwpm-primary); }

.brand-cwpm nav.navigator .menu-item-has-children.is-toggled-open > a::before {
  border-top-color: var(--cwpm-primary); }

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

.alignright {
  float: right;
  margin: 1rem 0 0 1rem; }

.alignleft {
  float: left;
  margin: 1rem 1rem 0 0; }

.aligncenter {
  display: block;
  margin: 1rem auto; }

figure {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

@media (max-width: 799px) {
  article figure {
    max-width: 100%;
    width: 100% !important; } }

@media (max-width: 599px) {
  .alignleft, .alignright, .aligncenter {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem; } }

figure.billboard {
  height: 100%; }
  figure.billboard header {
    display: none; }

body.tagged-__bp-c-t:not(#x) figure.billboard {
  background-position: center top; }

body.tagged-__bp-c-b:not(#x) figure.billboard {
  background-position: center bottom; }

body.tagged-__bp-l-t:not(#x) figure.billboard {
  background-position: left top; }

body.tagged-__bp-l-c:not(#x) figure.billboard {
  background-position: left center; }

body.tagged-__fi-30vh.has-featured-image:not(.x) .center-header {
  height: calc( 30vh - 89px); }

body.tagged-__fi-70vh.has-featured-image:not(.x) .center-header {
  height: calc( 70vh - 89px); }

body.tagged-__fi-100vh.has-featured-image:not(.x) .center-header {
  height: calc( 100vh - 89px); }

body.tagged-__fi-200px.has-featured-image:not(.x) .center-header {
  height: 200px; }

body.featured-image--__focus-north:not(#x) figure.billboard {
  background-position: center top; }

body.featured-image--__focus-northeast:not(#x) figure.billboard {
  background-position: right top; }

body.featured-image--__focus-east:not(#x) figure.billboard {
  background-position: right center; }

body.featured-image--__focus-southeast:not(#x) figure.billboard {
  background-position: right bottom; }

body.featured-image--__focus-south:not(#x) figure.billboard {
  background-position: center bottom; }

body.featured-image--__focus-southwest:not(#x) figure.billboard {
  background-position: center top; }

body.featured-image--__focus-west:not(#x) figure.billboard {
  background-position: left center; }

body.featured-image--__focus-northwest:not(#x) figure.billboard {
  background-position: left top; }

figure[class*="ar-"]:not(.x) {
  position: relative;
  max-height: calc(80vh - 189px);
  overflow: hidden; }

figure.ar-1-1:not(.x) {
  height: 0;
  padding-bottom: calc( 100%); }

figure.ar-4-3:not(.x) {
  height: 0;
  padding-bottom: calc( 3 / 4 * 100%); }

figure.ar-2-1:not(.x) {
  height: 0;
  padding-bottom: calc( 1 / 2 * 100%); }

figure.ar-3-1:not(.x) {
  height: 0;
  padding-bottom: calc( 1 / 3 * 100%); }

figure.ar-4-1:not(.x) {
  height: 0;
  padding-bottom: calc( 1 / 4 * 100%); }

figure.ar-5-1:not(.x) {
  height: 0;
  padding-bottom: calc( 1 / 5 * 100%); }

figure.ar-6-1:not(.x) {
  height: 0;
  padding-bottom: calc( 1 / 6 * 100%); }

figure.ar-7-1:not(.x) {
  height: 0;
  padding-bottom: calc( 1 / 7 * 100%); }

figure.figured:not(.x) footer {
  color: white;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 98104; }

figure.figured:not(.x).has-description .description {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  left: 1em;
  bottom: 1em;
  height: 30px;
  width: 30px;
  overflow: hidden;
  text-indent: -98104px;
  padding: 1em;
  transition: all .2s; }
  figure.figured:not(.x).has-description .description::before {
    color: rgba(0, 0, 0, 0.5);
    content: "i";
    display: inline-block;
    font-family: "Crimson Text", serif;
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    line-height: 30px;
    text-indent: 0px;
    text-align: center;
    min-height: 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 98104; }
  figure.figured:not(.x).has-description .description:hover {
    background: #3e3e3e;
    color: white; }
  figure.figured:not(.x).has-description .description.toggled, figure.figured:not(.x).has-description .description:hover {
    background: #3e3e3e;
    border-radius: 5px;
    color: white;
    display: block;
    padding-bottom: 30px;
    width: 150px;
    min-height: 100px;
    height: auto; }
  figure.figured:not(.x).has-description .description:hover {
    text-indent: 0px; }
  figure.figured:not(.x).has-description .description:hover::before, figure.figured:not(.x).has-description .description.toggled::before {
    color: white; }

.wp-block-gallery li:not(.x) {
  padding: 0; }

.video-frame {
  height: 0;
  overflow: hidden;
  padding-bottom: calc(9/16 * 100%);
  position: relative;
  width: 100%; }
  .video-frame iframe {
    height: 100%;
    width: 100% !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

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

.list-flush {
  padding-left: 0;
  margin-left: 0; }

.list-leading-short:not(.x) li {
  padding-bottom: 0; }

dt, dd {
  margin: 0; }

address.person {
  align-content: flex-start;
  clear: both;
  font-style: normal;
  margin-top: var(--n2);
  min-height: 200px;
  position: relative; }
  @media (min-width: 800px) {
    address.person::before {
      background: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
      content: "";
      display: block;
      height: var(--rule-height);
      margin-bottom: .5rem;
      width: calc(100% - 200px); } }
  @media (min-width: 800px) {
    address.person {
      display: flex;
      flex-wrap: wrap; } }
  @media (min-width: 800px) {
    address.person header {
      display: flex;
      flex: 0 0 calc(100% - 220px);
      flex-wrap: wrap;
      float: none;
      order: 1; } }
  @media (min-width: 800px) {
    address.person header {
      float: left; } }
  address.person header h3 {
    display: block;
    font-size: 2em;
    line-height: 1;
    margin-top: 0;
    width: 100%; }
  address.person header sub:not(:empty) {
    color: var(--gray);
    display: block;
    float: none;
    font-size: .85em;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 0;
    margin-bottom: .25rem;
    padding: 0; }
  address.person aside {
    display: block;
    height: 200px;
    width: 200px;
    order: 3; }
    @media (min-width: 800px) {
      address.person aside {
        float: none;
        flex: 0 0 200px;
        position: absolute;
        top: 0;
        right: 0; } }
  address.person figure {
    border-radius: 50%;
    width: 200px;
    height: 0;
    padding-bottom: 100%; }
    address.person figure img {
      display: none; }
  address.person center:not(.x):not(.y) {
    display: block;
    float: left; }
    @media (min-width: 800px) {
      address.person center:not(.x):not(.y) {
        flex: 1 1 100%;
        float: none;
        font-size: .85em;
        margin-right: calc(200px + var(--n2));
        order: 2;
        padding: 0; } }
  address.person footer {
    clear: both;
    flex: 0 0 100%;
    order: 3;
    font-size: .85em; }
    address.person footer dl {
      margin-top: var(--n4); }
    address.person footer dt::after {
      content: "";
      border-right: 1px var(--gray) solid;
      padding-right: 1ch; }
    address.person footer dt, address.person footer dd {
      display: inline-block;
      font-weight: bold;
      padding-right: 1.25ch; }
    address.person footer a.fa::before {
      margin-right: .75ch; }
  address.person .edit-link {
    font-size: .75em;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 98104; }

article time.updated {
  display: none; }

a.ellipsis {
  white-space: nowrap; }
  a.ellipsis::before {
    content: "\00a0⋮\00a0"; }

.hailed.tease figure {
  line-height: 0; }
  .hailed.tease figure a {
    display: block;
    width: 100%;
    height: 100%; }
    .hailed.tease figure a img {
      width: 100%;
      object-fit: cover; }

article[class*="-tease"] {
  position: relative; }
  article[class*="-tease"] a.post-edit-link,
  article[class*="-tease"] a.hailed-link:link {
    border: 1px var(--di-primary) solid;
    display: none;
    font-size: .75rem;
    padding: 0px 4px;
    position: absolute;
    right: 0;
    top: 0; }
  article[class*="-tease"]:hover .post-edit-link {
    color: var(--di-primary);
    display: block; }
  article[class*="-tease"] .post-edit-link:hover {
    background: var(--di-primary);
    color: white; }

.article-tease img,
.article-tease video,
.article-tease figure,
.article-tease iframe {
  display: none; }

.article-tease p, .article-tease blockquote {
  display: inline;
  padding: 0;
  margin: 0;
  text-indent: 0; }

.article-tease blockquote p,
.article-tease blockquote p ~ p {
  content: ""; }

.article-tease blockquote::before {
  content: "“";
  display: inline-block;
  font-size: 40px;
  font-family: "Georgia";
  line-height: 1rem;
  opacity: .5;
  vertical-align: bottom; }

.article-tease .ellipsis {
  white-space: nowrap; }
  .article-tease .ellipsis::before {
    content: "\00a0⋮\00a0"; }

.article-tease.got .ellipsis.generated {
  display: none; }

.article-tease center a:link:not(.ellipsis):not(.article-more):not(:hover) {
  color: inherit; }

.article-line dd {
  display: inline-block; }

dl.article-meta {
  line-height: 1;
  margin: .25rem 0 .4rem 0;
  padding-top: 0;
  padding-bottom: 0; }
  dl.article-meta dt,
  dl.article-meta dd {
    color: var(--gray);
    display: inline-block;
    font-size: .75em;
    line-height: 1rem;
    margin: 0;
    padding: 0;
    text-transform: uppercase; }
  dl.article-meta dd ~ dd {
    padding-left: 1px; }
  dl.article-meta .article-author {
    font-weight: bold; }
    dl.article-meta .article-author::before {
      font-weight: normal; }
  dl.article-meta .article-categories:not(:empty)::before {
    content: "In "; }
  dl.article-meta .article-author:not(:empty)::before {
    content: "By "; }
  dl.article-meta .article-author ~ .article-date:not(:empty)::before {
    content: "On "; }

.date-prefix::before {
  content: "On "; }

.author-prefix::before {
  content: "By "; }

.author-prefix ~ .date-prefix::before {
  content: "\00a0On "; }

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

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

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

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

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

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

.event .event-subtitle {
  font-style: italic;
  line-height: 1.3;
  margin-bottom: .5rem; }

.event sup .event-year,
.event sup .event-month,
.event sup .event-day,
.event sub .event-date {
  display: inline-block; }

.event sup {
  text-transform: uppercase; }

.event sup .event-year::before {
  content: ", "; }

.event sup .event-day::before {
  content: "\00a0"; }

nav ul {
  margin: 0px;
  padding: 0px; }
  nav ul li {
    line-height: 1;
    list-style: none; }

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

.header-main nav.primary ul {
  position: relative; }
  .header-main nav.primary ul li {
    display: inline-block;
    padding: 10px 15px;
    white-space: nowrap;
    z-index: 10; }
    .header-main nav.primary ul li:first-child {
      position: relative;
      z-index: 11; }
    .header-main nav.primary ul li:hover {
      background: rgba(0, 0, 0, 0.25);
      transition: all .2s; }
    .header-main nav.primary ul li a {
      color: rgba(255, 255, 255, 0.8);
      font-family: 'Crimson Text', serif; }
    .header-main nav.primary ul li a:hover {
      color: white;
      text-decoration: none; }
    .header-main nav.primary ul li ul {
      display: none;
      left: 0;
      margin: 0;
      position: absolute;
      top: 100%; }
    .header-main nav.primary ul li:hover ul {
      display: block; }
    .header-main nav.primary ul li li {
      background: rgba(0, 0, 0, 0.8);
      display: block;
      margin: 0; }

select.menu-primary {
  display: none; }

/*Don't display mobile menu*/
nav.secondary {
  font-family: "Crimson Text", serif;
  margin: 0 auto;
  width: 100%; }
  nav.secondary ul li {
    list-style-type: none;
    z-index: 9; }

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

.metaslider {
  display: block; }

.nivo-slice {
  height: 450px; }

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

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

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

.footer-body address {
  padding-top: 1rem; }
  @media (min-width: 800px) {
    .footer-body address dl:first-of-type {
      text-align: right; }
    .footer-body address dl:last-of-type {
      text-align: left; } }
  .footer-body address dt, .footer-body address dd {
    display: inline-block;
    margin-left: 0; }
  .footer-body address dt {
    font-weight: bold; }

.folds dt {
  cursor: pointer; }

.folds dd {
  display: none; }

form.form:not(.x) {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  padding: 0; }

input[type="search"]::-webkit-search-decoration {
  display: none; }

@keyframes fade-in {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.note-form-blocked {
  animation: fade-in 6s 1; }

.ab-block-notice p {
  padding-bottom: 0; }

form.signaled input,
form.signaled button,
form.signaled select,
form.signaled textarea {
  border-width: 0 0 1px 0; }
  form.signaled input:invalid,
  form.signaled button:invalid,
  form.signaled select:invalid,
  form.signaled textarea:invalid {
    box-shadow: none; }
  form.signaled input:focus,
  form.signaled button:focus,
  form.signaled select:focus,
  form.signaled textarea:focus {
    box-shadow: none;
    outline: none;
    z-index: 1; }

form.signaled textarea {
  border: 1px var(--gray-light) solid;
  width: 100%;
  -webkit-appearance: none; }

form.signaled dl {
  display: flex;
  flex-wrap: wrap; }
  form.signaled dl.first_name, form.signaled dl.last_name {
    display: inline-flex;
    width: calc(50% - .25ch); }
    form.signaled dl.first_name dd, form.signaled dl.last_name dd {
      flex: 0 0 100%; }
  form.signaled dl.pd-checkbox dd {
    flex: 0 0 100%; }

form.signaled .divider-start-newsletters::before {
  content: "";
  width: 100%;
  display: block;
  height: 4px;
  background: var(--gray-lightest);
  margin: .5rem 0 1rem 0; }

form.signaled dt, form.signaled dd {
  margin: 0;
  padding: 0;
  flex: 1 1 auto; }

form.signaled dl.form-field {
  margin-top: .5rem;
  padding-top: 1rem; }
  form.signaled dl.form-field dt {
    top: 1rem;
    transition: ease-in-out .2s; }
  form.signaled dl.form-field.focused dt,
  form.signaled dl.form-field.filled dt {
    top: -.3rem;
    font-size: .75rem;
    line-height: .75rem;
    transition: ease-in-out .2s; }
  form.signaled dl.form-field.filled:not(.focused) dt {
    opacity: .5; }
  form.signaled dl.form-field input {
    line-height: 1.75rem; }
  form.signaled dl.form-field input[type="text"]:focus,
  form.signaled dl.form-field textarea:focus {
    background: var(--gray-lightest); }
  form.signaled dl.form-field dd.field-input input ~ label:not(:empty) {
    padding-left: .5rem;
    font-weight: bold; }
  form.signaled dl.form-field .field-description {
    font-size: .85rem;
    flex: 0 0 100%; }

form.signaled dl[class*="text"] {
  position: relative; }
  form.signaled dl[class*="text"] dt {
    position: absolute;
    pointer-events: none; }
  form.signaled dl[class*="text"] label {
    color: var(--gray); }
  form.signaled dl[class*="text"] input[type="text"] {
    width: 100%; }
  form.signaled dl[class*="text"].required:not(.filled):not(.focused) dt::after {
    color: var(--gray-light);
    content: "\00a0(Required)";
    font-size: .75rem;
    left: 0;
    pointer-events: none;
    top: .25rem; }

form.signaled dl.xemail {
  display: inline-flex;
  width: 68%; }

form.signaled dl.xzip {
  display: inline-flex;
  width: 30%; }

form.signaled dl.zip dd.field-description {
  color: var(--gray-light); }

form.signaled dt, form.signaled dd {
  display: inline-block; }

form.signaled dd.description {
  position: static; }

form.signaled label, form.signaled button, form.signaled input {
  vertical-align: middle;
  margin: 0; }

form.signaled label {
  display: inline-block;
  line-height: 1.75rem; }

form.signaled button:not(.x),
form.signaled input[type="submit"]:not(.x) {
  background: var(--gray-lightest);
  border-radius: 0px;
  border-color: rgba(120, 120, 120, 0.5) rgba(120, 120, 120, 0.75);
  border-width: 1px;
  color: gray;
  display: block;
  padding: .25rem 1rem; }
  form.signaled button:not(.x):hover,
  form.signaled input[type="submit"]:not(.x):hover {
    background-color: white; }

form.signaled big.errors {
  color: red;
  display: block;
  font-size: 1rem;
  font-weight: normal; }
  form.signaled big.errors::before {
    color: red;
    border: 2px red solid;
    content: "!";
    display: inline-block;
    font-weight: bold;
    margin-right: 1ch;
    padding: 4px;
    border-radius: 50%;
    width: 1rem;
    line-height: 1rem;
    text-align: center; }

form.signaled small.error {
  color: red;
  font-size: .75rem; }

form.signaled .required.error:not(.filled) input {
  border-color: red; }

a.button:not(.x):not(.y),
a.button:link:not(.x):not(.y),
a.button:visited:not(.x):not(.y) {
  border-radius: 2px;
  background: linear-gradient(to bottom, var(--csc-primary), var(--csc-dark));
  background: var(--csc-primary);
  border-width: 1px;
  border-style: solid;
  border-color: var(--csc-dark);
  color: white;
  display: inline-block;
  margin: 0;
  padding: 1ch 2ch;
  text-decoration: none;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); }
  a.button:not(.x):not(.y):hover,
  a.button:link:not(.x):not(.y):hover,
  a.button:visited:not(.x):not(.y):hover {
    background: var(--csc-primary);
    background: linear-gradient(to bottom, var(--csc-primary), var(--csc-dark)); }
  a.button:not(.x):not(.y):active, a.button:not(.x):not(.y):focus,
  a.button:link:not(.x):not(.y):active,
  a.button:link:not(.x):not(.y):focus,
  a.button:visited:not(.x):not(.y):active,
  a.button:visited:not(.x):not(.y):focus {
    background: var(--csc-dark);
    box-shadow: none;
    outline: none;
    z-index: 1; }

figure {
  margin: 0; }

.outline-black-n {
  outline: var(--n) rgba(0, 0, 0, 0.5) solid; }

.outline-white-n {
  outline: var(--n) rgba(0, 0, 0, 0.5) solid; }

.wp-block-columns .wp-block-column {
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 800px) {
    .wp-block-columns .wp-block-column {
      flex-wrap: nowrap; }
      .wp-block-columns .wp-block-column:not(:first-of-type) {
        margin-left: var(--n2); }
      .wp-block-columns .wp-block-column:not(:last-of-type) {
        margin-right: var(--n2); } }

@media (min-width: 800px) {
  .has-2-columns .wp-block-column {
    flex-basis: 50%; } }

.monofold .wp-block-column, .bifold .wp-block-column, .trifold .wp-block-column {
  margin-bottom: 0;
  margin-top: 0;
  padding: var(--n); }

.monofold {
  margin: 0 auto; }
  .monofold > .wp-block-column:nth-of-type(2) {
    flex: 1 1 100%; }
  .monofold > .wp-block-column:nth-of-type(1),
  .monofold > .wp-block-column:nth-of-type(3) {
    flex: 1 1 0%;
    display: none; }
  @media (min-width: 800px) {
    .monofold > .wp-block-column:nth-of-type(2) {
      flex: 1 1 80%;
      max-width: 100ch;
      min-width: 60ch; }
    .monofold > .wp-block-column:nth-of-type(1),
    .monofold > .wp-block-column:nth-of-type(3) {
      flex: 1 1 10%;
      display: block; } }

.bifold {
  margin: 0 auto; }
  .bifold .wp-block-column h2, .bifold .wp-block-column h3, .bifold .wp-block-column p, .bifold .wp-block-column ul, .bifold .wp-block-column ol {
    max-width: calc(80ch - 4rem);
    margin-right: auto; }
    @media (min-width: 800px) and (max-width: 999px) {
      .bifold .wp-block-column h2, .bifold .wp-block-column h3, .bifold .wp-block-column p, .bifold .wp-block-column ul, .bifold .wp-block-column ol {
        margin-left: auto; } }
  .bifold.has-4-columns .wp-block-column {
    flex: 1 1 auto; }
    .bifold.has-4-columns .wp-block-column:not(:first-of-type):not(:last-of-type) {
      flex: 0 0 33%;
      max-width: 500px; }
    @media (max-width: 799px) {
      .bifold.has-4-columns .wp-block-column:first-of-type, .bifold.has-4-columns .wp-block-column:last-of-type {
        display: none; }
      .bifold.has-4-columns .wp-block-column:not(:first-of-type):not(:last-of-type) {
        flex: 0 0 100%;
        max-width: 100%; } }

@media (max-width: 799px) {
  .wp-block-columns {
    flex-wrap: wrap; }
  .wp-block-column {
    flex-basis: 100%;
    flex-shrink: .1;
    flex-grow: 1;
    margin: 0; } }

@media (min-width: 800px) {
  .above-the-fold .wp-block-column {
    min-height: calc(100vh);
    padding-bottom: 8rem; } }

.min-height-70vh:not(.x) {
  min-height: 70vh; }

.min-height-50vh:not(.x) {
  min-height: 50vh; }

@media (min-width: 800px) {
  .overlap-top:not(.x) {
    margin-top: -4rem; }
  .overlap-bottom:not(.x) {
    margin-bottom: -4rem;
    position: relative;
    z-index: 98104; }
  .underlap-bottom:not(.x) {
    padding-bottom: 4rem; }
  .underlap-top:not(.x) {
    padding-top: 6rem; } }

.left-hand {
  grid-area: left-hand;
  background: black;
  height: 100vh; }
  .left-hand figure {
    background-position: center center;
    background-size: contain;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%; }
    .left-hand figure img {
      display: none; }

.right-hand {
  align-items: center;
  color: white;
  grid-area: right-hand;
  min-height: 100vh;
  padding: 2rem; }

address.persons {
  border: 2px gray dotted;
  display: grid;
  font-style: normal;
  margin: 1rem;
  grid-gap: var(--n4);
  grid-template-columns: 3fr 1fr;
  grid-template-rows: auto auto auto auto; }
  address.persons aside {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 5; }
    address.persons aside figure {
      border-radius: 50%;
      padding-bottom: 100%;
      height: 0;
      width: 100%;
      position: relative; }
      address.persons aside figure img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        object-fit: cover;
        display: none; }
  address.persons header {
    grid-area: 1 / 1 / 2 / 2;
    font-size: var(--h2); }
  address.persons center {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2; }
  address.persons footer {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4; }

.wave {
  padding: .5rem 0;
  font-size: 16px; }

.wave dt {
  color: silver;
  font-weight: normal; }

.wave dt, .wave dd {
  display: inline-block;
  line-height: 30px; }

.wave dd {
  margin: 0;
  padding: none;
  text-align: left; }

.wave a {
  display: block;
  width: 1em;
  height: 1em;
  background: silver;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  position: relative; }

.wave a span {
  display: none; }

.wave a svg path, .wave a svg polygon {
  fill: white; }

.wave a svg {
  max-width: 100%;
  height: auto;
  width: 16px;
  position: relative;
  left: calc(50% - .5em);
  top: calc(50% - 12px); }

.via-googleplus a svg {
  top: calc(50% - 13px); }

.via-twitter a svg {
  top: calc(50% - 12px); }

.via-facebook a svg {
  top: calc(50% - 13px); }

.via-email a svg {
  top: calc(50% - 13px); }

.via-googleplus a:hover {
  background-color: #dd4b39; }

.via-print a:hover {
  background-color: #777; }

.via-twitter a:hover {
  background-color: #1DA1F4; }

.via-facebook a:hover {
  background-color: #3b5998; }

.via-email a:hover {
  background-color: #777; }

.metaslider {
  overflow: hidden; }

section header.throughline {
  background: var(--gray) -lightest;
  display: block;
  height: 2px;
  margin-top: 3rem;
  margin-bottom: 3rem;
  text-align: center;
  width: 100%; }
  section header.throughline h2 {
    background: white;
    color: var(--gray);
    display: inline-block;
    font-size: 1rem;
    font-style: italic;
    line-height: 2rem;
    height: 2rem;
    padding: 0 2%;
    position: relative;
    top: -1rem; }

.section-intro {
  border-left-width: 4px;
  border-left-style: solid;
  padding-left: 1rem; }
  .section-intro h2 {
    font-size: 2.5rem; }

section.events {
  display: flex; }

.adjacencies .previous {
  text-align: left; }

.adjacencies .subsequent {
  text-align: right; }

.adjacencies .previous header::before {
  content: "← "; }

.adjacencies .subsequent header::after {
  content: " →"; }

.adjacencies article sup,
.adjacencies article center {
  display: none; }
