/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/**
 * @file
 * Text Content.
 */

:root {
  --font-sans: "metropolis", sans-serif;
  --font-serif: "Lora", "georgia", serif;
  --font-size-base: 1rem;
  --font-size-l: 1.125rem;
  --font-size-s: 0.875rem;
  --font-size-xs: 0.8125rem;
  --font-size-xxs: 0.75rem;
  --line-height-base: 1.6875rem;
  --line-height-s: 1.125rem;
  --max-width: 84.375rem;
  --max-bg-color: 98.125rem;
  --sp: 1.125rem;
  --content-left: 5.625rem;
  --container-padding: var(--sp);
  --container-padding-nav: var(--sp2);
  --site-header-height-wide: var(--sp8);
  --toolbar-height: 2.4375rem;
  --toolbar-tray-height: 2.5rem;
  --toolbar-tray-vertical-width: 14.9375rem;

  --scrollbar-width: 0.9375rem;
  --grid-gap: var(--sp);
  --grid-gap--md: var(--sp2);
  --grid-gap--lg: var(--grid-gap--md);
  --grid-gap--nav: var(--grid-gap--md);
  --grid-gap--max: var(--grid-gap--md);
  --grid-col-count: 6;
  --grid-col-count--md: 14;
  --grid-col-count--lg: var(--grid-col-count--md);
  --grid-col-count--nav: var(--grid-col-count--md);
  --grid-col-count--max: var(--grid-col-count--md);
  --grid-gap-count: calc(var(--grid-col-count) - 1);
  --grid-gap-count--md: calc(var(--grid-col-count--md) - 1);
  --grid-gap-count--lg: var(--grid-gap-count--md);
  --grid-gap-count--nav: var(--grid-gap-count--md);
  --grid-gap-count--max: var(--grid-gap-count--md);
  --grid-full-width: calc(100vw - var(--sp2));
  --grid-full-width--md: var(--grid-full-width);
  --grid-full-width--lg: calc(var(--grid-full-width) - var(--scrollbar-width));
  --grid-full-width--nav: calc(100vw - var(--scrollbar-width) - var(--content-left) - var(--sp4));
  --grid-full-width--max: calc(var(--max-width) - var(--sp4));
  --grid-col-width: calc((var(--grid-full-width) - var(--grid-gap-count)*var(--grid-gap))/var(--grid-col-count));
  --grid-col-width--md: calc((var(--grid-full-width--md) - var(--grid-gap-count--md)*var(--grid-gap--md))/var(--grid-col-count--md));
  --grid-col-width--lg: calc((var(--grid-full-width--lg) - var(--grid-gap-count--lg)*var(--grid-gap--lg))/var(--grid-col-count--lg));
  --grid-col-width--nav: calc((var(--grid-full-width--nav) - var(--grid-gap-count--nav)*var(--grid-gap--nav))/var(--grid-col-count--nav));
  --grid-col-width--max: calc((var(--grid-full-width--max) - var(--grid-gap-count--max)*var(--grid-gap--max))/var(--grid-col-count--max));
  --sp0-25: calc(var(--sp)*0.25);
  --sp0-5: calc(var(--sp)*0.5);
  --sp0-75: calc(var(--sp)*0.75);
  --sp1: calc(var(--sp)*1);
  --sp1-5: calc(var(--sp)*1.5);
  --sp2: calc(var(--sp)*2);
  --sp2-5: calc(var(--sp)*2.5);
  --sp3: calc(var(--sp)*3);
  --sp4: calc(var(--sp)*4);
  --sp5: calc(var(--sp)*5);
  --sp6: calc(var(--sp)*6);
  --sp7: calc(var(--sp)*7);
  --sp8: calc(var(--sp)*8);
  --sp9: calc(var(--sp)*9);
  --sp10: calc(var(--sp)*10);
  --sp11: calc(var(--sp)*11);
  --sp12: calc(var(--sp)*12);
  --color--black: #000;
  --color--gray-0: #0d1214;
  --color--gray-5: #0c0d0e;
  --color--gray-8: #171e23;
  --color--gray-10: #313637;
  --color--gray-20: #6e7172;
  --color--gray-25: #5d7585;
  --color--gray-28: #7d919d;
  --color--gray-30: #7e96a7;
  --color--gray-40: #98abb9;
  --color--gray-45: #afb8be;
  --color--gray-50: #9ea0a1;
  --color--gray-70: #d7e1e8;
  --color--gray-75: #e3e3e5;
  --color--gray-80: #e7edf1;
  --color--gray-90: #f1f4f7;
  --color--gray-95: #f7f9fa;
  --color--blue-10: #1c042f;
  --color--blue-20: #39075f;
  --color--blue-30: #550b8e;
  --color--blue-50: #8e12ed;
  --color--blue-70: #bb71f4;
  --color--blue-90: #e8d0fb;
  --color--blue-95: #e8fcf8;
  --color--cp--green-42: #18bc9c;

  --color--white: #fff;
  --color--red: #e33f1e;
  --color--gold: #fdca40;
  --color--green: #3fa21c;
  --header-height-wide-when-fixed: calc(var(--sp)*6);
  --mobile-nav-width: 31.25rem;
  --border-radius: 0.1875rem;
}

.text-content,
.cke_editable {
  color: var(--color--gray-10);
  font-family: var(--font-serif);
  line-height: var(--sp1-5)

  /*
    @todo

    text-decoration-thickness is supported by FF & Safari
    text-underline-offset is supported by Safari

    text-decoration-color supported by Chrome, FF, & Safari
  */
}

.text-content a:not(.button), .cke_editable a:not(.button) {
    color: var(--color--blue-20);
    -webkit-text-decoration-color: var(--color--blue-20);
    text-decoration-color: var(--color--blue-20);
    text-decoration-thickness: 2px;
    overflow-wrap: break-word
  }

@supports (box-shadow: none) {

.text-content a:not(.button), .cke_editable a:not(.button) {
      transition: box-shadow 0.3s cubic-bezier(0.55, 0.085, 0, 0.99);
      text-decoration: none;
      box-shadow: inset 0 -2px 0 0 var(--color--blue-50)
  }

      .text-content a:not(.button):hover, .cke_editable a:not(.button):hover {
        text-decoration: underline;
        color: var(--color--black);

        /* @todo - #d9ecfa isn't currently a variable. */
        box-shadow: inset 0 -2em 0 0 #d9ecfa;
        -webkit-text-decoration-color: #d9ecfa;
        text-decoration-color: #d9ecfa;
      }
    }

.text-content p, .cke_editable p {
    margin-top: var(--sp);
    margin-bottom: var(--sp)
  }

.text-content p:first-child, .cke_editable p:first-child {
      margin-top: 0;
    }

.text-content p:last-child, .cke_editable p:last-child {
      margin-bottom: 0;
    }

@media (min-width: 43.75rem) {

.text-content p, .cke_editable p {
      margin-top: var(--sp2);
      margin-bottom: var(--sp2)
  }
    }

.text-content code, .cke_editable code {
    background-color: var(--color--gray-95);
  }

[dir="ltr"] .text-content pre code,[dir="ltr"]  .cke_editable pre code {
    padding-left: var(--sp);
}

[dir="rtl"] .text-content pre code,[dir="rtl"]  .cke_editable pre code {
    padding-right: var(--sp);
}

[dir="ltr"] .text-content pre code,[dir="ltr"]  .cke_editable pre code {
    padding-right: var(--sp);
}

[dir="rtl"] .text-content pre code,[dir="rtl"]  .cke_editable pre code {
    padding-left: var(--sp);
}

.text-content pre code, .cke_editable pre code {
    display: block;
    overflow: auto;
    padding-top: var(--sp);
    padding-bottom: var(--sp);
    color: var(--color--gray-20);
  }

[dir="ltr"] .text-content blockquote,[dir="ltr"]  .cke_editable blockquote {
    margin-left: 0;
}

[dir="rtl"] .text-content blockquote,[dir="rtl"]  .cke_editable blockquote {
    margin-right: 0;
}

[dir="ltr"] .text-content blockquote,[dir="ltr"]  .cke_editable blockquote {
    margin-right: 0;
}

[dir="rtl"] .text-content blockquote,[dir="rtl"]  .cke_editable blockquote {
    margin-left: 0;
}

[dir="ltr"] .text-content blockquote,[dir="ltr"]  .cke_editable blockquote {
    padding-left: var(--sp2);
}

[dir="rtl"] .text-content blockquote,[dir="rtl"]  .cke_editable blockquote {
    padding-right: var(--sp2);
}

.text-content blockquote, .cke_editable blockquote {
    position: relative;
    margin-top: var(--sp2);
    margin-bottom: var(--sp2);
    letter-spacing: -0.01em;
    font-family: var(--font-serif);
    font-size: 1.3125rem;
    line-height: var(--sp2)
  }

[dir="ltr"] .text-content blockquote:before,[dir="ltr"]  .cke_editable blockquote:before {
      left: 0;
}

[dir="rtl"] .text-content blockquote:before,[dir="rtl"]  .cke_editable blockquote:before {
      right: 0;
}

.text-content blockquote:before, .cke_editable blockquote:before {
      position: absolute;
      top: 0;
      content: "\201C";
      color: var(--color--blue-70);
      font-size: 3.375rem;
    }

[dir="ltr"] .text-content blockquote:after,[dir="ltr"]  .cke_editable blockquote:after {
      left: 0;
}

[dir="rtl"] .text-content blockquote:after,[dir="rtl"]  .cke_editable blockquote:after {
      right: 0;
}

[dir="ltr"] .text-content blockquote:after,[dir="ltr"]  .cke_editable blockquote:after {
      margin-left: 0.25rem;
}

[dir="rtl"] .text-content blockquote:after,[dir="rtl"]  .cke_editable blockquote:after {
      margin-right: 0.25rem;
}

.text-content blockquote:after, .cke_editable blockquote:after {
      position: absolute;
      bottom: 0;
      width: var(--sp0-5);
      height: calc(100% - 1.875rem);
      content: "";
      background: var(--color--gray-95);
    }

@media (min-width: 43.75rem) {

.text-content blockquote, .cke_editable blockquote {
      font-size: 2rem;
      line-height: var(--sp3)
  }
    }

@media (min-width: 62.5rem) {

.text-content blockquote, .cke_editable blockquote {
      font-size: 2.5rem;
      line-height: calc(var(--sp)*3.5)
  }
    }

@media (min-width: 43.75rem) {

.text-content,
.cke_editable {
    font-size: 1.125rem;
    line-height: var(--sp2)
}
  }

/**
 * Special colors for footer that has a dark background.
 */

.site-footer .text-content {
  color: inherit
}

.site-footer .text-content * {
    color: inherit;
  }

.site-footer .text-content a {
    text-decoration: underline;
    color: var(--color--white);
    box-shadow: none
  }

.site-footer .text-content a:hover {
      text-decoration: none;
      color: var(--color--white);
      box-shadow: none;
    }

/**
 * Decrease font-size for blockquote placed in sidebar region.
 */

@media (min-width: 62.5rem) {

.region--sidebar .text-content blockquote {
    font-size: 1.5rem;
    line-height: var(--sp2)
}
  }
