@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600;700&family=Instrument+Serif:ital@0;1&family=Newsreader:ital,opsz,wght@0,6..72,300;0,6..72,400;1,6..72,300&display=swap');

:root {
  --ep-paper: #FBF7F0;
  --ep-ink: #17120E;
  --ep-clay: #B4552B;
  --ep-clay-hover: #9C4620;
  --ep-clay-light: #E8A578;
  --ep-clay-mid: #CC8A5A;
  --ep-body: #52463A;
  --ep-body-dark: #BCAD9B;
  --ep-muted: #8B7660;
  --ep-muted-warm: #A58D6F;
  --ep-sand: #EFDFC6;
  --ep-cream: #F4EBDE;
  --ep-label: #6E5B48;
  --ep-muted-dark: #A2907B;
  --ep-form-rule: #DCCDB8;
  --ep-form-placeholder: #B3A18B;
  --ep-error: #A32E12;
  --ep-rule: rgba(23, 18, 14, .14);
  --ep-rule-light: rgba(232, 217, 195, .18);
  --ep-serif: "Instrument Serif", Georgia, "Times New Roman", serif;
  --ep-sans: "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
  --ep-read: "Newsreader", Georgia, "Times New Roman", serif;
  --ep-grain: repeating-linear-gradient(0deg, rgba(23, 18, 14, .022) 0 1px, rgba(23, 18, 14, 0) 1px 9px);
}

/* ---------------------------------------------------------------- shell */

body.ep-home {
  background: var(--ep-paper) !important;
}

body.ep-home #content,
body.ep-home #BodyContainer,
body.ep-home .body_wrapper,
body.ep-home .body_wrapper > .g960,
body.ep-home .main,
body.ep-home .hp-table,
body.ep-home .hp-row,
body.ep-home .hp-row > .widget-4,
body.ep-home .hp-row > .widget-4 > .wrapper {
  max-width: none;
  width: auto;
  float: none;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
}

body.ep-home .hp-row,
body.ep-home .hp-row > .widget-4 {
  height: auto;
  min-height: 0;
  max-height: none;
  overflow: visible;
}

body.ep-home .hp-row.ep-built > .widget-4 > .wrapper {
  display: none;
}

body.ep-home .hp-row > .widget-4 > .wrapper::before,
body.ep-home .hp-row > .widget-4 > .wrapper::after {
  content: none;
}

body.ep-home .ep-sec {
  box-sizing: border-box;
  width: 100%;
  position: relative;
}

body.ep-home .ep-in {
  box-sizing: border-box;
  max-width: 1280px;
  margin: 0 auto;
}

/* the theme sets font-family on bare tags, so re-assert inside our blocks.
   :where() keeps this at class-only weight so the component rules below still win */
body.ep-home .ep-sec :where(div, p, span, a, h1, h2, h3, h4, h5, li) {
  font-family: inherit;
  letter-spacing: inherit;
  text-transform: none;
  color: inherit;
}

body.ep-home .ep-sec :where(p, h1, h2, h3, h4, h5) {
  margin: 0;
  padding: 0;
  font-weight: 400;
  line-height: 1.4;
}

/* family only, so emphasis keeps its own slant */
body.ep-home .ep-sec :where(b, strong, em, i) {
  font-family: inherit;
}

body.ep-home .ep-sec :where(a) {
  text-decoration: none;
  transition: opacity .18s ease, background-color .18s ease, color .18s ease;
}

body.ep-home .ep-sec :where(a):hover {
  opacity: .78;
}

body.ep-home .ep-sec img {
  max-width: 100%;
  display: block;
}

body.ep-home .ep-sec :focus-visible {
  outline: 2px solid var(--ep-clay);
  outline-offset: 2px;
}

body.ep-home .ep-sec--dark :focus-visible {
  outline-color: var(--ep-clay-light);
}

/* ---------------------------------------------------------------- buttons */

body.ep-home .ep-btn {
  display: inline-block;
  box-sizing: border-box;
  font-family: var(--ep-sans);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .01em;
  padding: 16px 28px;
  border-radius: 0;
  border: 0;
  white-space: nowrap;
  text-decoration: none;
}

body.ep-home .ep-btn--paper {
  background: var(--ep-paper);
  color: var(--ep-ink);
  padding: 17px 30px;
}

body.ep-home .ep-btn--paper:hover {
  opacity: 1;
  background: #fff;
}

body.ep-home .ep-btn--ghost {
  background: transparent;
  color: var(--ep-paper);
  border: 1px solid rgba(251, 247, 240, .45);
  padding: 16px 29px;
}

body.ep-home .ep-btn--ghost:hover {
  opacity: 1;
  background: rgba(251, 247, 240, .08);
}

body.ep-home .ep-btn--ink {
  background: var(--ep-ink);
  color: var(--ep-paper);
}

body.ep-home .ep-btn--ink:hover {
  opacity: 1;
  background: #2A1B12;
}

body.ep-home .ep-btn--clay {
  background: var(--ep-clay);
  color: #FFF8F0;
}

body.ep-home .ep-btn--clay:hover {
  opacity: 1;
  background: var(--ep-clay-hover);
}

/* ---------------------------------------------------------------- eyebrow */

body.ep-home .ep-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--ep-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--ep-clay);
}

body.ep-home .ep-eyebrow--rule::before {
  content: "";
  flex: 0 0 36px;
  height: 1px;
  background: var(--ep-clay-light);
}

body.ep-home .ep-eyebrow i {
  font-size: 15px;
  letter-spacing: 0;
}

/* ---------------------------------------------------------------- header */

/* the platform header markup is replaced wholesale by .ep-head */
body.cco_body #header {
  position: relative;
  z-index: 40;
  min-height: 0;
  background: var(--ep-ink);
  border: 0;
  box-shadow: none;
}

body.cco_body #header .wrapper.header-wrapper {
  display: none;
}

body.ep-home #header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: none;
}

body.cco_body .ep-head {
  box-sizing: border-box;
  width: 100%;
  font-family: var(--ep-sans);
}

body.cco_body .ep-head__in {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 22px 64px;
}

body.ep-home .ep-head__in {
  border-bottom: 1px solid var(--ep-rule-light);
}

body.cco_body .ep-head__brand {
  flex: 0 0 auto;
  display: block;
  text-decoration: none;
}

body.cco_body .ep-head__name {
  display: block;
  font-family: var(--ep-serif);
  font-size: 25px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -.01em;
  color: var(--ep-paper);
}

body.cco_body .ep-head__kicker {
  display: block;
  margin-top: 7px;
  font-family: var(--ep-sans);
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #C1A987;
}

body.cco_body .ep-head__brand:hover .ep-head__name {
  color: #fff;
}

/* the donate template styles the bare `nav` tag (`position: fixed; width: 100%`),
   so this component has to declare its own position and width */
body.cco_body .ep-head__nav {
  position: static;
  display: flex;
  align-items: center;
  gap: 32px;
  width: auto;
  box-shadow: none;
}

body.cco_body .ep-head__item {
  position: relative;
}

body.cco_body .ep-head__item > a {
  display: block;
  padding: 6px 0;
  font-family: var(--ep-sans);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  color: #E4D6C2;
  text-decoration: none;
  white-space: nowrap;
}

body.cco_body .ep-head__item > a:hover,
body.cco_body .ep-head__item:hover > a {
  color: var(--ep-paper);
}

body.cco_body .ep-head__sub {
  position: absolute;
  top: calc(100% + 14px);
  left: -22px;
  min-width: 230px;
  padding: 10px 0;
  background: rgba(19, 14, 10, .97);
  border: 1px solid rgba(232, 217, 195, .2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity .16s ease, transform .16s ease, visibility .16s;
  z-index: 200;
}

body.cco_body .ep-head__item:last-child .ep-head__sub {
  left: auto;
  right: -22px;
}

body.cco_body .ep-head__item:hover .ep-head__sub,
body.cco_body .ep-head__item:focus-within .ep-head__sub {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

body.cco_body .ep-head__sub a {
  display: block;
  padding: 11px 22px;
  font-family: var(--ep-sans);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  color: #E4D6C2;
  text-decoration: none;
}

body.cco_body .ep-head__sub a:hover {
  background: rgba(232, 165, 120, .12);
  color: var(--ep-paper);
}

body.cco_body .ep-head__burger {
  display: none;
  flex: 0 0 auto;
  gap: 6px;
  width: 34px;
  height: 34px;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
}

body.cco_body .ep-head__burger span {
  display: block;
  width: 24px;
  height: 1px;
  background: var(--ep-paper);
  transition: transform .2s ease, opacity .2s ease;
}

body.cco_body .ep-head__burger.is-active span:nth-child(1) {
  transform: translateY(4px) rotate(45deg);
}

body.cco_body .ep-head__burger.is-active span:nth-child(2) {
  transform: translateY(-3px) rotate(-45deg);
}

/* mobile drawer, lives on body so nothing clips it */

body.cco_body .ep-menu {
  position: fixed;
  inset: 0;
  z-index: 400;
  display: none;
  flex-direction: column;
  padding: 28px 28px 36px;
  background: var(--ep-ink);
  overflow-y: auto;
  font-family: var(--ep-sans);
}

body.cco_body .ep-menu.is-open {
  display: flex;
}

body.cco_body.ep-nav-open {
  overflow: hidden;
}

body.cco_body .ep-menu__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 34px;
}

body.cco_body .ep-menu__close {
  padding: 6px;
  background: none;
  border: 0;
  font-size: 26px;
  line-height: 1;
  color: var(--ep-paper);
  cursor: pointer;
}

body.cco_body .ep-menu__item {
  border-bottom: 1px solid rgba(232, 217, 195, .14);
}

body.cco_body .ep-menu__item > a {
  display: block;
  padding: 20px 0 18px;
  font-family: var(--ep-sans);
  font-size: 20px;
  font-weight: 500;
  color: var(--ep-paper);
  text-decoration: none;
}

body.cco_body .ep-menu__sub a {
  display: block;
  padding: 10px 0 10px 18px;
  font-family: var(--ep-sans);
  font-size: 16px;
  font-weight: 400;
  color: var(--ep-body-dark);
  text-decoration: none;
}

body.cco_body .ep-menu__sub {
  padding-bottom: 12px;
}

body.cco_body .ep-menu__foot {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid rgba(232, 217, 195, .14);
}

body.cco_body .ep-menu__foot a {
  font-family: var(--ep-sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .04em;
  color: var(--ep-muted-warm);
  text-decoration: none;
}

/* ---------------------------------------------------------------- hero */

body.ep-home .hp-row-first {
  background: var(--ep-ink);
}



body.ep-home .ep-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 760px;
  background-color: #1B1410;
  background-repeat: no-repeat;
  background-position: 50% 62%;
  background-size: cover;
}

body.ep-home .ep-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(178deg, rgba(19, 14, 10, .82) 0%, rgba(19, 14, 10, .34) 34%, rgba(19, 14, 10, .5) 66%, rgba(19, 14, 10, .92) 100%);
  pointer-events: none;
}

body.ep-home .ep-hero__inner {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 64px 72px;
}

body.ep-home .ep-hero__eyebrow {
  color: var(--ep-clay-light);
  margin-bottom: 26px;
}

body.ep-home .ep-hero__title {
  font-family: var(--ep-serif);
  font-size: 136px;
  line-height: .9;
  letter-spacing: -.035em;
  color: var(--ep-paper);
  margin: 0 0 44px;
}

body.ep-home .ep-hero__title span {
  display: block;
}

body.ep-home .ep-hero__title .ep-hero__l2 {
  font-style: italic;
  color: var(--ep-clay-light);
}

body.ep-home .ep-hero__bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 64px;
  align-items: end;
}

body.ep-home .ep-hero__body {
  font-family: var(--ep-read);
  font-size: 21px;
  font-weight: 300;
  line-height: 1.6;
  color: #DDD0BF;
  max-width: 52ch;
}

body.ep-home .ep-hero__ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* ---------------------------------------------------------------- mission */

body.ep-home .ep-mission {
  background-image: var(--ep-grain), radial-gradient(120% 90% at 12% 0%, #FFF9EC 0%, #FBF7F0 46%, #F2E7D5 100%);
}

body.ep-home .ep-mission__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  max-width: 1080px;
  padding: 104px 64px;
  text-align: center;
}

body.ep-home .ep-mission__title {
  font-family: var(--ep-serif);
  font-size: 76px;
  line-height: 1.02;
  letter-spacing: -.025em;
  color: var(--ep-ink);
  max-width: 21ch;
}

body.ep-home .ep-mission__body {
  font-family: var(--ep-read);
  font-size: 21px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--ep-body);
  max-width: 62ch;
}

body.ep-home .ep-sec .ep-mission__body b,
body.ep-home .ep-sec .ep-mission__body strong {
  font-family: inherit;
  font-weight: 300;
  color: var(--ep-ink);
}

body.ep-home .ep-mission__trio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  border-top: 1px solid var(--ep-rule);
  border-bottom: 1px solid var(--ep-rule);
}

body.ep-home .ep-mission__trio span {
  display: block;
  font-family: var(--ep-serif);
  font-size: 34px;
  line-height: 1.15;
  color: var(--ep-ink);
  padding: 32px 20px;
  border-right: 1px solid var(--ep-rule);
}

body.ep-home .ep-mission__trio span:last-child {
  border-right: 0;
}

body.ep-home .ep-mission__close {
  font-family: var(--ep-serif);
  font-style: italic;
  font-size: 30px;
  line-height: 1.4;
  color: #4A3B2C;
  max-width: 34ch;
}

/* ---------------------------------------------------------------- about */

body.ep-home .ep-about {
  background: var(--ep-paper);
}

body.ep-home .ep-about__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 76px;
  align-items: center;
  padding: 104px 64px;
}

body.ep-home .ep-about__frame {
  position: relative;
  padding: 0 0 28px 28px;
}

body.ep-home .ep-about__frame::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 74%;
  height: 70%;
  background: var(--ep-sand);
}

body.ep-home .ep-about__frame img {
  position: relative;
  z-index: 2;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: 50% 16%;
}

body.ep-home .ep-about__caption {
  font-family: var(--ep-sans);
  font-size: 12px;
  line-height: 1.55;
  color: var(--ep-label);
  margin-top: 14px;
  padding-left: 28px;
}

body.ep-home .ep-about__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
}

body.ep-home .ep-about__title {
  font-family: var(--ep-serif);
  font-size: 70px;
  line-height: 1.02;
  letter-spacing: -.025em;
  color: var(--ep-ink);
}

body.ep-home .ep-about__lead {
  font-family: var(--ep-read);
  font-size: 22px;
  font-weight: 300;
  line-height: 1.72;
  color: var(--ep-ink);
  max-width: 54ch;
}

body.ep-home .ep-about__p {
  font-family: var(--ep-read);
  font-size: 19px;
  font-weight: 300;
  line-height: 1.72;
  color: var(--ep-body);
  max-width: 54ch;
}

body.ep-home .ep-about__close {
  font-family: var(--ep-serif);
  font-style: italic;
  font-size: 30px;
  line-height: 1.35;
  color: var(--ep-ink);
  max-width: 34ch;
}

body.ep-home .ep-about__copy .ep-btn {
  margin-top: 8px;
}

/* ---------------------------------------------------------------- upcoming */

body.ep-home .ep-upcoming {
  background-image: var(--ep-grain), linear-gradient(168deg, #F5E9D5 0%, #EFE1C9 60%, #F4EADA 100%);
}

body.ep-home .ep-upcoming__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 100px 64px;
}

body.ep-home .ep-upcoming__head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: end;
}

body.ep-home .ep-upcoming__title {
  font-family: var(--ep-serif);
  font-size: 68px;
  line-height: 1.02;
  letter-spacing: -.025em;
  color: var(--ep-ink);
  margin-top: 18px;
}

body.ep-home .ep-upcoming__intro {
  font-family: var(--ep-read);
  font-size: 19px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--ep-body);
}

body.ep-home .ep-sec .ep-upcoming__intro b,
body.ep-home .ep-sec .ep-upcoming__intro strong {
  font-family: inherit;
  font-weight: 300;
  color: var(--ep-ink);
}

body.ep-home .ep-events {
  display: flex;
  flex-direction: column;
}

body.ep-home .ep-event {
  display: grid;
  grid-template-columns: 190px 1fr 180px;
  gap: 48px;
  align-items: start;
  padding: 38px 0;
  border-top: 1px solid var(--ep-rule);
}

body.ep-home .ep-event:last-child {
  border-bottom: 1px solid var(--ep-rule);
}

body.ep-home .ep-event__day {
  display: block;
  font-family: var(--ep-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ep-clay);
  margin-bottom: 8px;
}

body.ep-home .ep-event__date {
  display: block;
  font-family: var(--ep-serif);
  font-size: 74px;
  line-height: .96;
  letter-spacing: -.03em;
  color: var(--ep-ink);
}

body.ep-home .ep-event__tag {
  font-family: var(--ep-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--ep-muted-warm);
  margin-bottom: 10px;
}

body.ep-home .ep-event__title {
  font-family: var(--ep-serif);
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: var(--ep-ink);
  margin-bottom: 12px;
}

body.ep-home .ep-event__desc {
  font-family: var(--ep-read);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65;
  color: var(--ep-body);
  max-width: 52ch;
  margin-bottom: 14px;
}

body.ep-home .ep-event__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ep-sans);
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--ep-muted-warm);
}

body.ep-home .ep-event__action {
  justify-self: end;
  padding-top: 8px;
}

body.ep-home .ep-event__action a {
  font-family: var(--ep-sans);
  font-size: 15px;
  font-weight: 600;
  color: var(--ep-clay);
  white-space: nowrap;
}

/* sections not built yet */

body.ep-home .hp-row.ep-hold {
  display: none;
}

/* ---------------------------------------------------------------- connect */

body.ep-home .ep-connect {
  overflow: hidden;
  background-color: #17120E;
  background-repeat: no-repeat;
  background-position: 50% 38%;
  background-size: cover;
}

body.ep-home .ep-connect::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(105deg, rgba(19, 14, 10, .96) 0%, rgba(19, 14, 10, .88) 44%, rgba(30, 21, 14, .66) 100%);
  pointer-events: none;
}

body.ep-home .ep-connect__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 76px;
  align-items: start;
  padding: 104px 64px;
}

body.ep-home .ep-connect__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
}

body.ep-home .ep-connect__eyebrow {
  color: var(--ep-clay-mid);
}

body.ep-home .ep-connect__title {
  font-family: var(--ep-serif);
  font-size: 68px;
  line-height: 1.02;
  letter-spacing: -.025em;
  color: var(--ep-cream);
}

body.ep-home .ep-connect__body {
  font-family: var(--ep-read);
  font-size: 19px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--ep-body-dark);
  max-width: 44ch;
}

body.ep-home .ep-sec .ep-connect__body b,
body.ep-home .ep-sec .ep-connect__body strong {
  font-family: inherit;
  font-weight: 300;
  color: var(--ep-cream);
}

body.ep-home .ep-connect__close {
  font-family: var(--ep-serif);
  font-style: italic;
  font-size: 30px;
  line-height: 1.35;
  color: #E9DCCB;
  max-width: 34ch;
}

body.ep-home .ep-connect__direct {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  padding: 2px 0 0;
}

body.ep-home .ep-connect__line {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: var(--ep-sans);
  font-size: 15px;
  color: var(--ep-body-dark);
}

body.ep-home .ep-connect__line i {
  width: 15px;
  flex: 0 0 15px;
  margin-top: 4px;
  font-size: 13px;
  color: var(--ep-clay-mid);
}

/* label and address are one inline run, not two flex items - so a narrow column
   wraps the address onto its own line whole, instead of splitting it mid-word */
body.ep-home .ep-connect__line-t {
  flex: 1;
  line-height: 1.5;
}

body.ep-home .ep-connect__line a {
  font-weight: 600;
  color: var(--ep-clay-light);
  overflow-wrap: break-word;
}

body.ep-home .ep-connect__panel {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

body.ep-home .ep-connect__form {
  background: var(--ep-paper);
}

body.ep-home .ep-connect__frame {
  display: block;
  width: 100%;
  min-height: 520px;
  border: 0;
}

body.ep-home .ep-social {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  align-items: center;
  padding: 32px 36px;
  background: rgba(251, 247, 240, .07);
  border: 1px solid rgba(232, 217, 195, .25);
}

body.ep-home .ep-social__icons {
  display: flex;
  gap: 12px;
}

body.ep-home .ep-social__icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 46px;
  height: 46px;
  padding: 0;
  line-height: 1;
  font-size: 24px;
  color: var(--ep-clay-light);
  border: 1px solid rgba(232, 217, 195, .3);
  background: none;
  text-indent: 0;
}

body.ep-home .ep-social__icons a:hover {
  opacity: 1;
  background: rgba(232, 165, 120, .12);
}

body.ep-home .ep-social__title {
  font-family: var(--ep-serif);
  font-size: 36px;
  line-height: 1.04;
  letter-spacing: -.02em;
  color: var(--ep-cream);
}

body.ep-home .ep-social__sub {
  font-family: var(--ep-read);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5;
  color: #C6B7A5;
  margin-top: 6px;
}

/* --------------------------------------------- form page inside the iframe */

/* the form-redesign theme drives itself off these, and defines them inside
   :where() so they carry no weight. setting them is cheaper than fighting it */
html:has(body.form) {
  --font-form-main: "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
  --primary-form-color: #B4552B;
  --contrast-form-color: #B4552B;
  --accent-form-color: #B4552B;
  --accent-form-light: #F4EBDE;
  --accent-form-medium: #EFDFC6;
  --border-form-color: #DCCDB8;
  --text-form-dark: #17120E;
  --text-form-muted: #8B7660;
}

body.form.embedded,
body.form.embedded #cco_body {
  background: var(--ep-paper) !important;
}

/* the form-redesign theme pins html/body to the iframe viewport and makes body
   the scroll container. anything taller than the height the platform posted on
   first load is then clipped instead of growing the frame - and the confirmation
   page runs ~140px taller than the form. unpin it so the document grows with its
   content and the parent page can measure it */
html:has(body.form.embedded),
body.form.embedded {
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
}

body.form.embedded #cco_body,
body.form.embedded #co_content_container,
body.form.embedded article.content {
  max-width: none;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
}

body.form .center.small,
body.form .content-footer,
body.form .label-message,
body.form .form-sub-label {
  display: none;
}

body.form.embedded #co_content_container {
  width: 100%;
  max-width: none;
  float: none;
  overflow: visible;
}

body.form #formContainer#formContainer {
  padding: 0;
  background: var(--ep-paper);
  font-family: var(--ep-sans);
}

/* on its own page the form needs a readable measure, not the full column */
body.form:not(.embedded) #formContainer#formContainer {
  box-sizing: border-box;
  max-width: 620px;
  margin: 0 auto;
  padding: 0 0 40px;
}

body.form:not(.embedded) #formContainer#formContainer .form-all {
  padding: 0;
}

body.form #formContainer#formContainer .form-all {
  max-width: none;
  width: auto;
  margin: 0;
  padding: 40px;
  border: 0;
  background: none;
}

body.form #formContainer#formContainer .form-section {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.form #formContainer#formContainer .form-line {
  display: block;
  width: auto;
  margin: 0;
  padding: 0 0 26px;
  border: 0;
  background: none;
}

body.form #formContainer#formContainer .form-label-left,
body.form #formContainer#formContainer .form-label-top {
  display: block;
  float: none;
  width: auto;
  margin: 0 0 8px;
  padding: 0;
  text-align: left;
}

body.form #formContainer#formContainer .form-label-left label,
body.form #formContainer#formContainer .form-label-top label {
  font-family: var(--ep-sans);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ep-muted);
}

body.form #formContainer#formContainer .form-required {
  margin-left: 3px;
  color: var(--ep-clay);
}

body.form #formContainer#formContainer .form-input,
body.form #formContainer#formContainer .form-input-wide {
  display: flow-root;
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
}

body.form #formContainer#formContainer #cid_1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

body.form #formContainer#formContainer .form-sub-label-container {
  display: block;
  width: auto;
  margin: 0;
}

/* the theme forces field geometry with !important, so these have to as well */
body.form #formContainer#formContainer .form-textbox,
body.form #formContainer#formContainer .form-textarea {
  box-sizing: border-box;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  padding: 12px 2px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--ep-form-rule) !important;
  border-radius: 0;
  background-color: transparent !important;
  box-shadow: none;
  font-family: var(--ep-sans);
  font-size: 15px !important;
  color: var(--ep-ink);
}

body.form #formContainer#formContainer .form-textarea {
  min-height: 120px;
  resize: vertical;
}

body.form #formContainer#formContainer .form-textbox:focus,
body.form #formContainer#formContainer .form-textarea:focus {
  outline: none;
  border-bottom-color: var(--ep-clay) !important;
}

body.form #formContainer#formContainer .form-textbox::placeholder,
body.form #formContainer#formContainer .form-textarea::placeholder {
  color: var(--ep-form-placeholder);
  opacity: 1;
}

body.form #formContainer#formContainer .form-checkbox-item {
  float: none;
  width: auto;
  gap: 12px;
  padding: 14px 16px !important;
  border-radius: 0;
  background-color: transparent;
  border: 1px solid var(--ep-form-rule);
}

body.form #formContainer#formContainer .form-checkbox-item.active-option {
  background-color: var(--ep-cream);
  border-color: var(--ep-clay);
}

body.form #formContainer#formContainer .form-checkbox-item input {
  margin: 0;
  border-radius: 0;
}

body.form #formContainer#formContainer .form-line:has(.form-checkbox-item) {
  padding-bottom: 26px;
}

body.form #formContainer#formContainer .form-checkbox-item label {
  font-family: var(--ep-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: normal;
  text-transform: none;
  color: var(--ep-body);
}

body.form #formContainer#formContainer .form-line:has(.form-buttons-wrapper) {
  padding-bottom: 0;
}

body.form #formContainer#formContainer .form-buttons-wrapper {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
  text-indent: 0;
}

body.form #formContainer#formContainer .form-submit-button {
  display: block;
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 100%;
  max-width: none;
  min-height: 0;
  padding: 17px 28px;
  border: 0;
  border-radius: 0;
  background-color: var(--ep-clay);
  color: #FFF8F0;
  font-family: var(--ep-sans);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .01em;
  text-shadow: none;
  cursor: pointer;
}

body.form #formContainer#formContainer .form-submit-button:hover {
  filter: none;
  transform: none;
  background-color: var(--ep-clay-hover);
}

body.form #formContainer#formContainer .form-error-message {
  border-radius: 0;
  background: var(--ep-error);
  font-family: var(--ep-sans);
  font-size: 12px;
}

body.form #formContainer#formContainer .form-error-arrow,
body.form #formContainer#formContainer .form-error-arrow-inner {
  border-bottom-color: var(--ep-error);
}

body.form #formContainer#formContainer .form-line.form-line-error,
body.form #formContainer#formContainer .form-line.form-line-error:not(.form-field-hidden, .always-hidden) {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

body.form #formContainer#formContainer .form-line-error input:not(#coupon-input):not(.no-validation),
body.form #formContainer#formContainer .form-line-error textarea:not(.no-validation),
body.form #formContainer#formContainer .form-validation-error,
body.form #formContainer#formContainer .form-validation-error.form-textbox {
  border: 0 !important;
  border-bottom: 1px solid var(--ep-error) !important;
  box-shadow: none;
}

body.form.embedded #form-error {
  margin: 0 0 22px;
  padding: 12px 14px;
  border-radius: 0;
  background: rgba(163, 46, 18, .1);
  color: var(--ep-error);
  font-family: var(--ep-sans);
  font-size: 13px;
  font-weight: 600;
  text-align: left;
}

@media (max-width: 480px) {
  body.form #formContainer#formContainer .form-all {
    padding: 28px 22px;
  }

  body.form #formContainer#formContainer #cid_1 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* ------------------------------------------------- inner pages (generic) */

body.cco_body:not(.ep-home):not(.embedded) {
  background: var(--ep-paper) !important;
}

body.cco_body:not(.ep-home):not(.embedded) #content,
body.cco_body:not(.ep-home):not(.embedded) #BodyContainer,
body.cco_body:not(.ep-home):not(.embedded) .body_wrapper,
body.cco_body:not(.ep-home):not(.embedded) #co_content_container {
  max-width: none;
  width: auto;
  background: none;
}

body.cco_body:not(.ep-home):not(.embedded) #co_content_container {
  padding: 0;
}

body.cco_body:not(.ep-home):not(.embedded) .bh.mobile-only {
  display: none;
}

/* title band */

body.cco_body:not(.ep-home):not(.embedded) .master-content-wrapper > .article-header,
body.cco_body:not(.ep-home):not(.embedded) header.article-header {
  box-sizing: border-box;
  max-width: none;
  margin: 0 0 56px;
  padding: 72px 40px 56px;
  border: 0;
  background-image: var(--ep-grain), radial-gradient(120% 90% at 12% 0%, #FFF9EC 0%, #FBF7F0 46%, #F2E7D5 100%);
}

body.cco_body:not(.ep-home):not(.embedded) header.article-header > * {
  box-sizing: border-box;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

body.cco_body:not(.ep-home):not(.embedded) .article-header .breadcrumbs {
  margin: 0 0 18px;
  padding: 0;
  background: none;
  font-family: var(--ep-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--ep-clay);
}

body.cco_body:not(.ep-home):not(.embedded) .article-header .breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

body.cco_body:not(.ep-home):not(.embedded) .article-header__title,
body.cco_body:not(.ep-home):not(.embedded) .article-header h1 {
  margin: 0;
  padding: 0;
  font-family: var(--ep-serif);
  font-size: 62px;
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.025em;
  color: var(--ep-ink);
  text-transform: none;
}

/* content column */



body.cco_body:not(.ep-home):not(.embedded) #co_body_container {
  float: none;
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.cco_body:not(.ep-home):not(.embedded) #ContentBody .content-area-parent,
body.cco_body:not(.ep-home):not(.embedded) #ContentBody .content,
body.cco_body:not(.ep-home):not(.embedded) #ContentBody article.content {
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
  background: none;
}

body.cco_body:not(.ep-home):not(.embedded) #ContentBody section {
  display: block;
}

body.cco_body:not(.ep-home):not(.embedded) #co_body_container p,
body.cco_body:not(.ep-home):not(.embedded) #co_body_container li {
  margin: 0 0 1.15em;
  font-family: var(--ep-read);
  font-size: 19px;
  font-weight: 300;
  line-height: 1.72;
  color: var(--ep-body);
}

body.cco_body:not(.ep-home):not(.embedded) #co_body_container p:last-child {
  margin-bottom: 0;
}

body.cco_body:not(.ep-home):not(.embedded) #co_body_container h1,
body.cco_body:not(.ep-home):not(.embedded) #co_body_container h2,
body.cco_body:not(.ep-home):not(.embedded) #co_body_container h3,
body.cco_body:not(.ep-home):not(.embedded) #co_body_container h4 {
  margin: 1.6em 0 .5em;
  font-family: var(--ep-serif);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: var(--ep-ink);
}

body.cco_body:not(.ep-home):not(.embedded) #co_body_container h1 { font-size: 44px; }
body.cco_body:not(.ep-home):not(.embedded) #co_body_container h2 { font-size: 36px; }
body.cco_body:not(.ep-home):not(.embedded) #co_body_container h3 { font-size: 27px; }
body.cco_body:not(.ep-home):not(.embedded) #co_body_container h4 { font-size: 22px; }

body.cco_body:not(.ep-home):not(.embedded) #co_body_container a {
  color: var(--ep-clay);
  text-decoration: none;
  border-bottom: 1px solid rgba(180, 85, 43, .35);
}

body.cco_body:not(.ep-home):not(.embedded) #co_body_container a:hover {
  border-bottom-color: var(--ep-clay);
}

body.cco_body:not(.ep-home):not(.embedded) #co_body_container b,
body.cco_body:not(.ep-home):not(.embedded) #co_body_container strong {
  font-weight: 400;
  color: var(--ep-ink);
}

body.cco_body:not(.ep-home):not(.embedded) #co_body_container img {
  max-width: 100%;
  height: auto;
}

body.cco_body:not(.ep-home):not(.embedded) #co_body_container .imagetable,
body.cco_body:not(.ep-home):not(.embedded) #co_body_container .imagecell {
  width: auto;
  max-width: 100%;
}

body.cco_body:not(.ep-home):not(.embedded) #co_body_container .captioncell,
body.cco_body:not(.ep-home):not(.embedded) #co_body_container .caption {
  padding-top: 10px;
  font-family: var(--ep-sans);
  font-size: 12px;
  line-height: 1.55;
  color: var(--ep-label);
}

body.cco_body:not(.ep-home):not(.embedded) .article_navigation_text {
  margin: 0 0 40px;
  padding: 0 0 20px;
  border-bottom: 1px solid var(--ep-rule);
}

body.cco_body:not(.ep-home):not(.embedded) .article_navigation_text a {
  font-family: var(--ep-sans);
  font-size: 14px;
  font-weight: 600;
  color: var(--ep-clay);
  border: 0;
}

body.cco_body:not(.ep-home):not(.embedded) .article_navigation_text a div {
  font-family: var(--ep-serif);
  font-size: 20px;
  font-weight: 400;
  color: var(--ep-ink);
}

/* article index listings (Upcoming and any future index page) */

body.cco_body:not(.ep-home):not(.embedded) .article_index_container .item {
  padding: 30px 0;
  border-top: 1px solid var(--ep-rule);
}

body.cco_body:not(.ep-home):not(.embedded) .article_index_container .item:last-child {
  border-bottom: 1px solid var(--ep-rule);
}

body.cco_body:not(.ep-home):not(.embedded) .article_index_container .item .title a {
  font-family: var(--ep-serif);
  font-size: 34px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: var(--ep-ink);
  border: 0;
}

body.cco_body:not(.ep-home):not(.embedded) .article_index_container .item .subtitle {
  margin: 6px 0 10px;
  font-family: var(--ep-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ep-clay);
}

body.cco_body:not(.ep-home):not(.embedded) .article_index_container .item .synopsis {
  font-family: var(--ep-read);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65;
  color: var(--ep-body);
}

/* local nav rail */

body.cco_body:not(.ep-home):not(.embedded) .co_local_menu {
  float: none;
  width: auto;
  max-width: none;
  margin: 56px 0 0;
  padding: 28px 0 0;
  border-top: 1px solid var(--ep-rule);
}

body.cco_body:not(.ep-home):not(.embedded) .co_local_menu .header {
  font-family: var(--ep-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--ep-label);
}

body.cco_body:not(.ep-home):not(.embedded) .co_local_menu a {
  font-family: var(--ep-sans);
  font-size: 15px;
  color: var(--ep-clay);
  text-decoration: none;
}


/* the theme colours these through long id chains, so match its weight */
body.cco_body:not(.ep-home):not(.embedded) #BodyContainer #co_content_container .master-content-wrapper .article-header .article-header__title,
body.cco_body:not(.ep-home):not(.embedded) #BodyContainer #co_content_container .master-content-wrapper .article-header h1 {
  display: block;
  padding: 0;
  font-family: var(--ep-serif);
  font-size: 62px;
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.025em;
  color: var(--ep-ink);
}

body.cco_body:not(.ep-home):not(.embedded) #BodyContainer #co_content_container .master-content-wrapper .article-header .breadcrumbs {
  box-sizing: border-box;
  max-width: 1080px;
  margin: 0 auto 18px;
  padding: 0;
  text-align: left;
}

body.cco_body:not(.ep-home):not(.embedded) #BodyContainer #co_content_container .master-content-wrapper .article-header .breadcrumbs .breadcrumbs__crumb,
body.cco_body:not(.ep-home):not(.embedded) #BodyContainer #co_content_container .master-content-wrapper .article-header .breadcrumbs .breadcrumbs__divider {
  display: inline-block;
  margin: 0;
  padding: 0 6px 0 0;
  font-family: var(--ep-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--ep-clay);
}

/* the platform grid floats these into columns */
body.cco_body:not(.ep-home):not(.embedded) .master-content-wrapper,
body.cco_body:not(.ep-home):not(.embedded) #co_body_container,
body.cco_body:not(.ep-home):not(.embedded) .co_local_menu,
body.cco_body:not(.ep-home):not(.embedded) .body_wrapper > .g960,
body.cco_body:not(.ep-home):not(.embedded) .master-content-wrapper.g960 {
  float: none;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  background: none;
}

body.cco_body:not(.ep-home):not(.embedded) .page-tools-sidebar {
  display: none;
}

body.cco_body:not(.ep-home):not(.embedded) .co_local_menu .header,
body.cco_body:not(.ep-home):not(.embedded) .co_local_menu .body,
body.cco_body:not(.ep-home):not(.embedded) .co_local_menu .container,
body.cco_body:not(.ep-home):not(.embedded) .co_local_menu .item {
  width: auto;
  background: none;
  border: 0;
  box-shadow: none;
}

body.cco_body:not(.ep-home):not(.embedded) .co_local_menu .item {
  padding: 8px 0;
}

/* the theme reserves space for a fixed header we no longer use */
body.cco_body #contentDIV,
body.cco_body #content {
  margin-top: 0;
}

/* the theme lays content and its ad rail out as columns */
body.cco_body:not(.ep-home):not(.embedded) .body_wrapper.co_body {
  display: block;
  max-width: none;
  width: auto;
  margin: 0;
  padding: 0;
}

body.cco_body:not(.ep-home):not(.embedded) #co_body_container,
body.cco_body:not(.ep-home):not(.embedded) #co_body_container.g700,
body.cco_body:not(.ep-home):not(.embedded) #co_body_container.g780,
body.cco_body:not(.ep-home):not(.embedded) #co_body_container.g960 {
  box-sizing: border-box;
  display: block;
  float: none;
  width: auto;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 40px 88px;
}

/* `.g960` containers (the donate page) get zeroed margins by default-theme's
   two-id `#content#content .g960` rule, which leaves the page hard left */
body.cco_body:not(.ep-home):not(.embedded) #content #co_body_container.g960,
body.cco_body:not(.ep-home):not(.embedded) #contentDIV #co_body_container.g960 {
  margin: 0 auto;
}

body.cco_body:not(.ep-home):not(.embedded) #co_ads_container {
  display: none;
}

body.cco_body:not(.ep-home):not(.embedded) #BodyContainer .master-content-wrapper {
  padding: 0;
  background: none;
}

body.cco_body:not(.ep-home):not(.embedded) #BodyContainer #co_content_container .master-content-wrapper .article-header {
  box-sizing: border-box;
  width: auto;
  max-width: none;
  margin: 0 0 56px;
  padding: 72px 40px 56px;
  border: 0;
  background-image: var(--ep-grain), radial-gradient(120% 90% at 12% 0%, #FFF9EC 0%, #FBF7F0 46%, #F2E7D5 100%);
}

body.cco_body:not(.ep-home):not(.embedded) #BodyContainer #co_content_container .master-content-wrapper .article-header > * {
  box-sizing: border-box;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

/* index rows */

body.cco_body:not(.ep-home):not(.embedded) .article_index_container,
body.cco_body:not(.ep-home):not(.embedded) .article_index_container .item,
body.cco_body:not(.ep-home):not(.embedded) .article_index_container .item_contents,
body.cco_body:not(.ep-home):not(.embedded) .article_index_container .inner {
  display: block;
  float: none;
  width: auto;
  max-width: none;
  height: auto;
  margin: 0;
  background: none;
  border: 0;
}

body.cco_body:not(.ep-home):not(.embedded) .article_index_container .item {
  padding: 30px 0;
  border-top: 1px solid var(--ep-rule);
}

body.cco_body:not(.ep-home):not(.embedded) .article_index_container .item:last-child {
  border-bottom: 1px solid var(--ep-rule);
}

body.cco_body:not(.ep-home):not(.embedded) .article_index_container .item .title {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  background: none;
  overflow: visible;
}

body.cco_body:not(.ep-home):not(.embedded) .article_index_container .item .title a {
  display: inline-block;
  font-family: var(--ep-serif);
  font-size: 34px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: var(--ep-ink);
  text-decoration: none;
  border: 0;
}

body.cco_body:not(.ep-home):not(.embedded) .article_index_container .item .title a:hover {
  color: var(--ep-clay);
}

body.cco_body:not(.ep-home):not(.embedded) .article_index_container .item .subtitle {
  margin: 8px 0 10px;
  font-family: var(--ep-sans);
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ep-clay);
}

body.cco_body:not(.ep-home):not(.embedded) .article_index_container .item .synopsis {
  max-width: 62ch;
  font-family: var(--ep-read);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65;
  color: var(--ep-body);
}

body.cco_body:not(.ep-home):not(.embedded) .article_index_container .item .synopsis_icon img,
body.cco_body:not(.ep-home):not(.embedded) .article_index_container .item .icon img {
  width: auto;
  max-width: 220px;
  height: auto;
}

/* ---------------------------------------------------------------- footer */

/* the site skin sets font-family on bare tags, so re-assert it inside the footer */
body.cco_body #footer,
body.cco_body #footer div,
body.cco_body #footer span,
body.cco_body #footer a,
body.cco_body #footer p {
  font-family: var(--ep-sans);
}

body.cco_body #footer {
  margin: 0;
  padding: 0;
  background-image: radial-gradient(80% 130% at 84% 0%, #2A1B12 0%, #17120E 55%);
  background-color: var(--ep-ink);
  font-family: var(--ep-sans);
}

body.cco_body #footer .wrapper.body_container,
body.cco_body #footer .footer_family_text,
body.cco_body #footer .footer_container {
  box-sizing: border-box;
  float: none;
  width: auto;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  background: none;
  border: 0;
  text-align: left;
}

body.cco_body #footer .footer_container {
  padding: 64px 64px 34px;
}

body.cco_body #footer .footer_hr,
body.cco_body #footer .baruch_hashem {
  display: none;
}

/* the street span carries a " | " separator, orphaned while it is blank */
body.cco_body #footer .footer-address.ep-no-street .footer-street {
  display: none;
}

body.cco_body #footer .footer_text .footer3 .footer-title,
body.cco_body #footer .footer-title {
  display: block;
  margin-bottom: 8px;
  font-family: var(--ep-serif);
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -.01em;
  text-transform: none;
  color: var(--ep-paper);
}

body.cco_body #footer .footer-address,
body.cco_body #footer .footer-city-state,
body.cco_body #footer .footer-street {
  font-family: var(--ep-read);
  font-size: 17px;
  font-weight: 300;
  color: var(--ep-muted-dark, #A2907B);
}

/* EIN + both addresses, spelled out for the nonprofit-status paperwork;
   the stock city/state line only repeats what these now say in full */
body.cco_body #footer .footer3:has(#ep-legal) .footer-address {
  display: none;
}

body.cco_body #footer #ep-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 26px 64px;
  margin: 18px 0 0;
}

body.cco_body #footer .ep-legal__item {
  display: block;
}

body.cco_body #footer .ep-legal__label {
  display: block;
  margin-bottom: 6px;
  font-family: var(--ep-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ep-muted-warm);
}

body.cco_body #footer .ep-legal__lines {
  display: block;
  font-family: var(--ep-read);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: var(--ep-body-dark);
}

body.cco_body #footer .footer_inner_container {
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(232, 217, 195, .14);
}

body.cco_body #footer .copyright_text {
  font-family: var(--ep-sans);
  font-size: 13px;
  color: var(--ep-label);
}

body.cco_body #footer .copyright_text a {
  color: var(--ep-muted-warm);
  text-decoration: none;
}

body.cco_body #footer .cs-f-social-icons {
  display: flex;
  gap: 12px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 64px 48px;
}

body.cco_body #footer .cs-f-social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 0;
  line-height: 1;
  font-size: 16px;
  color: var(--ep-clay-light);
  border: 1px solid rgba(232, 217, 195, .3);
  text-decoration: none;
  text-indent: 0;
}

body.cco_body #footer .cs-f-social-icons a:hover {
  background: rgba(232, 165, 120, .12);
}

/* sits directly under the copyright line, inside the same block */
body.cco_body #footer #d-and-d {
  margin: 5px 0 0;
  padding: 0;
  font-family: var(--ep-sans);
  font-size: 13px;
  letter-spacing: .02em;
  color: var(--ep-label);
}

body.cco_body #footer #d-and-d a {
  color: var(--ep-muted-warm);
  text-decoration: none;
  border-bottom: 1px solid rgba(165, 141, 111, .35);
}

body.cco_body #footer #d-and-d a:hover {
  color: var(--ep-clay-light);
  border-bottom-color: var(--ep-clay-light);
}


/* the index template renders thumbnail cards; this design wants rows */
body.cco_body:not(.ep-home):not(.embedded) #BodyContainer #co_content_container .master-content-wrapper.master-content-wrapper {
  padding: 0;
  border-bottom: 0;
  background: none !important;
}

body.cco_body:not(.ep-home):not(.embedded) #co_body_container .article_index,
body.cco_body:not(.ep-home):not(.embedded) #co_body_container .article_index .row,
body.cco_body:not(.ep-home):not(.embedded) #co_body_container .article_index_container .item_contents,
body.cco_body:not(.ep-home):not(.embedded) #co_body_container .article_index_container .inner {
  display: block;
  float: none;
  width: auto;
  max-width: none;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: left;
  background: none;
}

body.cco_body:not(.ep-home):not(.embedded) #co_body_container .article_index_container .item {
  display: block;
  float: none;
  width: auto;
  max-width: none;
  margin: 0;
  padding: 30px 0;
  text-align: left;
  background: none;
  border-top: 1px solid var(--ep-rule);
}

body.cco_body:not(.ep-home):not(.embedded) #co_body_container .article_index_container .item .title {
  position: static;
  display: block;
  width: auto;
  height: auto;
  min-height: 0;
  margin: 0;
  padding: 0;
  background: none;
  text-align: left;
  overflow: visible;
}

body.cco_body:not(.ep-home):not(.embedded) #co_body_container .article_index_container .item .title a {
  position: static;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0;
  font-family: var(--ep-serif);
  font-size: 34px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: var(--ep-ink);
  text-align: left;
  text-decoration: none;
  border: 0;
}

body.cco_body:not(.ep-home):not(.embedded) #co_body_container .article_index_container .item .title a:hover {
  color: var(--ep-clay);
}

body.cco_body:not(.ep-home):not(.embedded) #co_body_container .article_index_container .item .subtitle {
  margin: 8px 0 10px;
  font-family: var(--ep-sans);
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .18em;
  text-transform: uppercase;
  text-align: left;
  color: var(--ep-clay);
  border: 0;
}

body.cco_body:not(.ep-home):not(.embedded) #co_body_container .article_index_container .item .synopsis {
  display: block;
  max-width: 62ch;
  font-family: var(--ep-read);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65;
  text-align: left;
  color: var(--ep-body);
}

body.cco_body:not(.ep-home):not(.embedded) .ep-bh {
  display: block;
  box-sizing: border-box;
  max-width: 1080px;
  margin: 16px auto 0;
  padding: 0 40px;
  font-family: var(--ep-sans);
  font-size: 10px;
  letter-spacing: .1em;
  color: var(--ep-muted);
  text-align: right;
}

body.ep-home .ep-bh {
  display: none;
}

/* The marker is not a text node anywhere in the DOM — it is
   `.body_wrapper::before`, shipped as a dark chip (black 50%, white Muli 12px)
   that reads as a sticker on a paper page. */
body.cco_body #BodyContainer > .body_wrapper::before {
  padding: 0;
  border-radius: 0;
  background: none;
  font-family: var(--ep-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .06em;
  color: var(--ep-muted-warm);
}

/* email signup, moved out of its own row into the connect column */

body.ep-home .ep-subscribe {
  width: 100%;
  max-width: 460px;
  margin-top: 4px;
  padding-top: 22px;
  border-top: 1px solid var(--ep-rule-light);
}

body.ep-home .ep-subscribe small {
  display: block;
  margin-bottom: 16px;
  padding-left: 26px;
  position: relative;
  font-family: var(--ep-read);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--ep-body-dark);
}

body.ep-home .ep-subscribe small::before {
  content: "\f0e0";
  position: absolute;
  left: 0;
  top: 3px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 15px;
  color: var(--ep-clay-mid);
}

body.ep-home .ep-subscribe #formContainer {
  width: auto;
  margin: 0;
  padding: 0;
  background: none;
}

body.ep-home .ep-subscribe #response {
  display: block;
  height: auto !important;
  margin-top: 14px;
  font-family: var(--ep-read);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--ep-clay-light);
}

body.ep-home .ep-subscribe form,
body.ep-home .ep-subscribe fieldset {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}

body.ep-home .ep-subscribe fieldset {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

body.ep-home .ep-subscribe label {
  display: none;
}

body.ep-home .ep-subscribe input[type="text"],
body.ep-home .ep-subscribe input[type="email"] {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  height: auto;
  margin: 0;
  padding: 15px 16px;
  border: 1px solid rgba(232, 217, 195, .28);
  border-radius: 0;
  background: transparent;
  font-family: var(--ep-sans);
  font-size: 15px;
  color: var(--ep-cream);
}

body.ep-home .ep-subscribe input::placeholder {
  color: #9C8B78;
  opacity: 1;
}

body.ep-home .ep-subscribe input[type="text"]:focus,
body.ep-home .ep-subscribe input[type="email"]:focus {
  outline: none;
  border-color: var(--ep-clay-light);
}

body.ep-home .ep-subscribe #submit {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 15px 16px;
  border: 0;
  border-radius: 0;
  background: var(--ep-cream);
  color: var(--ep-ink);
  font-family: var(--ep-sans);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .01em;
  text-transform: none;
  cursor: pointer;
  transition: background-color .18s ease;
}

body.ep-home .ep-subscribe #submit:hover {
  background: #fff;
}

body.ep-home .ep-subscribe .js-recaptcha-wrapper:empty {
  display: none;
}

body.ep-home .ep-subscribe .js-recaptcha-wrapper {
  grid-column: 1 / -1;
}

/* platform transactional pages (unsubscribe and friends) ship their own
   inline <style>, so these have to out-weigh an id-scoped rule */

body.cco_body:not(.ep-home):not(.embedded) #co_body_container button.button,
body.cco_body:not(.ep-home):not(.embedded) #co_body_container input[type="submit"],
body.cco_body:not(.ep-home):not(.embedded) #co_body_container .buttonStyle1 {
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  height: auto;
  margin: 4px 0;
  padding: 16px 28px;
  border: 0;
  border-radius: 0;
  background: var(--ep-clay);
  color: #FFF8F0;
  font-family: var(--ep-sans);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .01em;
  text-transform: none;
  cursor: pointer;
  transition: background-color .18s ease;
}

body.cco_body:not(.ep-home):not(.embedded) #co_body_container button.button span,
body.cco_body:not(.ep-home):not(.embedded) #co_body_container input[type="submit"] span,
body.cco_body:not(.ep-home):not(.embedded) #co_body_container .buttonStyle1 span,
body.cco_body:not(.ep-home):not(.embedded) #co_body_container #unsubscribe_content button.button span,
body.cco_body:not(.ep-home):not(.embedded) #co_body_container #unsubscribe_content .buttonStyle1 span {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
}

body.cco_body:not(.ep-home):not(.embedded) #co_body_container button.button:hover,
body.cco_body:not(.ep-home):not(.embedded) #co_body_container input[type="submit"]:hover,
body.cco_body:not(.ep-home):not(.embedded) #co_body_container .buttonStyle1:hover {
  background: var(--ep-clay-hover);
}

body.cco_body:not(.ep-home):not(.embedded) #co_body_container #unsubscribe_content,
body.cco_body:not(.ep-home):not(.embedded) #co_body_container #unsubscribe_content div,
body.cco_body:not(.ep-home):not(.embedded) #co_body_container #unsubscribe_content span,
body.cco_body:not(.ep-home):not(.embedded) #co_body_container #unsubscribe_content p {
  font-family: var(--ep-read);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--ep-body);
}

body.cco_body:not(.ep-home):not(.embedded) #co_body_container .heading,
body.cco_body:not(.ep-home):not(.embedded) #co_body_container #unsubscribe_content .heading,
body.cco_body:not(.ep-home):not(.embedded) #co_body_container #unsubscribe_content ul li,
body.cco_body:not(.ep-home):not(.embedded) #co_body_container #unsubscribe_content b,
body.cco_body:not(.ep-home):not(.embedded) #co_body_container #unsubscribe_content strong {
  font-family: var(--ep-read);
  font-size: 18px;
  font-weight: 400;
  color: var(--ep-ink);
}

body.cco_body:not(.ep-home):not(.embedded) #co_body_container #unsubscribe_content a {
  color: var(--ep-clay);
  text-decoration: none;
  border-bottom: 1px solid rgba(180, 85, 43, .35);
}

body.cco_body:not(.ep-home):not(.embedded) #co_body_container #unsubscribe_content a:hover {
  border-bottom-color: var(--ep-clay);
}

body.cco_body:not(.ep-home):not(.embedded) #co_body_container .small,
body.cco_body:not(.ep-home):not(.embedded) #co_body_container #unsubscribe_content .small {
  font-family: var(--ep-sans);
  font-size: 13px;
  line-height: 1.55;
  color: var(--ep-muted) !important;
}

/* the platform marks these links !important, so nothing narrower can win */
body.cco_body:not(.ep-home):not(.embedded) #co_body_container .small a,
body.cco_body:not(.ep-home):not(.embedded) #co_body_container #unsubscribe_content a {
  color: var(--ep-clay) !important;
}

body.cco_body:not(.ep-home):not(.embedded) #co_body_container #unsubscribe_content input[type="text"],
body.cco_body:not(.ep-home):not(.embedded) #co_body_container #unsubscribe_content input[type="email"],
body.cco_body:not(.ep-home):not(.embedded) #co_body_container #unsubscribe_content textarea,
body.cco_body:not(.ep-home):not(.embedded) #co_body_container #unsubscribe_content .msg {
  box-sizing: border-box;
  max-width: 100%;
  padding: 12px 2px;
  border: 0;
  border-bottom: 1px solid var(--ep-form-rule);
  border-radius: 0;
  background: transparent;
  font-family: var(--ep-sans);
  font-size: 15px;
  color: var(--ep-ink);
}

body.cco_body:not(.ep-home):not(.embedded) #co_body_container #unsubscribe_content input[type="checkbox"] {
  accent-color: var(--ep-clay);
}

/* -------------------------------------------------- platform contact form */

/* /tools/feedback.htm ships stock markup: floated name columns, arial fields,
   gold `.blue` labels, and a hardcoded inline width on the name inputs — which
   is why the field width is the one thing here that needs !important. */

body.cco_body:not(.ep-home):not(.embedded) #co_body_container .feedback_form {
  max-width: 660px;
}

body.cco_body:not(.ep-home):not(.embedded) #co_body_container .feedback_form hr {
  display: none;
}

body.cco_body:not(.ep-home):not(.embedded) #co_body_container .feedback_form .name_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

body.cco_body:not(.ep-home):not(.embedded) #co_body_container .feedback_form .name_wrapper .float_left,
body.cco_body:not(.ep-home):not(.embedded) #co_body_container .feedback_form .name_wrapper .left_margin {
  float: none;
  width: auto;
  margin: 0;
}

body.cco_body:not(.ep-home):not(.embedded) #co_body_container .feedback_form .medium_top_margin {
  margin-top: 26px;
}

body.cco_body:not(.ep-home):not(.embedded) #co_body_container .feedback_form label {
  display: block;
  margin: 0 0 8px;
  padding: 0;
  font-family: var(--ep-sans);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ep-muted);
}

/* the label text sits in a <b>, which the skin's bare-tag font rule reaches */
body.cco_body:not(.ep-home):not(.embedded) #co_body_container .feedback_form label b {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
}

body.cco_body:not(.ep-home):not(.embedded) #co_body_container .feedback_form .co_form_input {
  box-sizing: border-box;
  width: 100% !important;
  max-width: none;
  height: auto;
  padding: 12px 2px;
  border: 0;
  border-bottom: 1px solid var(--ep-form-rule);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-family: var(--ep-sans);
  font-size: 15px;
  line-height: 1.5;
  color: var(--ep-ink);
}

/* the textarea carries an inline height as well as an inline width */
body.cco_body:not(.ep-home):not(.embedded) #co_body_container .feedback_form textarea.co_form_input {
  height: 150px !important;
  min-height: 150px !important;
  max-height: none !important;
  line-height: 1.6;
  resize: vertical;
}

body.cco_body:not(.ep-home):not(.embedded) #co_body_container .feedback_form .co_form_input:focus {
  outline: none;
  border-bottom-color: var(--ep-clay);
}

body.cco_body:not(.ep-home):not(.embedded) #co_body_container .feedback_form .co_form_input::placeholder {
  color: var(--ep-form-placeholder);
  opacity: 1;
}

body.cco_body:not(.ep-home):not(.embedded) #co_body_container .feedback_form .js-recaptcha-wrapper:not(:empty) {
  margin-top: 26px;
}

body.cco_body:not(.ep-home):not(.embedded) #co_body_container .feedback_form .co_optin {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 26px;
}

body.cco_body:not(.ep-home):not(.embedded) #co_body_container .feedback_form .co_optin .optin_checkbox {
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

/* the theme pins this checkbox at width:10px !important */
body.cco_body:not(.ep-home):not(.embedded) #co_body_container .feedback_form .co_optin input[type="checkbox"] {
  width: 16px !important;
  height: 16px;
  margin: 2px 0 0;
  flex: 0 0 auto;
  accent-color: var(--ep-clay);
}

body.cco_body:not(.ep-home):not(.embedded) #co_body_container .feedback_form .co_optin .optin_message_text {
  width: auto;
  margin: 0;
  padding: 0;
  font-family: var(--ep-sans);
  font-size: 14px;
  line-height: 1.55;
  color: var(--ep-body);
}

/* the opt-in text is a <label> too, so it needs the field-label styling undone */
body.cco_body:not(.ep-home):not(.embedded) #co_body_container .feedback_form .co_optin label {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: normal;
  text-transform: none;
  color: var(--ep-body);
  cursor: pointer;
}

body.cco_body:not(.ep-home):not(.embedded) #co_body_container .feedback_form .left {
  display: flow-root;
  margin-top: 30px;
}

body.cco_body:not(.ep-home):not(.embedded) #co_body_container .feedback_form .co_global_button {
  float: none;
  padding: 0;
}

/* the error block is hidden until the platform stamps a class on it */
body.cco_body:not(.ep-home):not(.embedded) #co_body_container .feedback_form #ErrorMessages {
  margin: 0 0 26px;
  text-align: left;
}

body.cco_body:not(.ep-home):not(.embedded) #co_body_container .feedback_form #ErrorMessages > div {
  padding: 16px 18px;
  border-left: 3px solid var(--ep-error);
  background: var(--ep-cream);
}

body.cco_body:not(.ep-home):not(.embedded) #co_body_container .feedback_form #ErrorMessages .bold {
  font-family: var(--ep-sans);
  font-size: 15px;
  font-weight: 600;
  color: var(--ep-error);
}

body.cco_body:not(.ep-home):not(.embedded) #co_body_container .feedback_form #ErrorMessages .normal {
  margin-top: 4px;
  font-family: var(--ep-sans);
  font-size: 14px;
  line-height: 1.55;
  color: var(--ep-body);
}

/* the theme hides the article subtitle with a (2,5,0) selector, so client-written
   lede copy never renders; only !important is narrower than out-iding it */
body.cco_body:not(.ep-home):not(.embedded) #BodyContainer #co_content_container .article-header .article-header__subtitle:empty {
  display: none !important;
}

body.cco_body:not(.ep-home):not(.embedded) #BodyContainer #co_content_container .article-header .article-header__subtitle {
  display: block !important;
  max-width: 720px;
  margin: 18px 0 0;
  font-family: var(--ep-read);
  font-size: 21px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--ep-body);
}

/* ---------------------------------------------------------------- donate */

/* The built-in donate page (`/templates/donate_cdo/`) allows no HTML editing, so
   everything here is CSS over the template's own markup. Its stylesheet loads
   before this one, so matching its specificity is enough — no !important. */

/* the wrapper paints a black scrim for a background image the page never sets */
body.cco_body div#donate-wrapper::after {
  display: none;
}

/* the donate page's only content is this wrapper, so let it run the full width
   like the homepage bands instead of sitting in the article measure */
body.cco_body #co_body_container:has(#donate-wrapper) {
  max-width: none;
  margin: 0;
  padding: 0;
}

body.cco_body #donate-wrapper {
  margin: 0;
  padding: 0;
  background: none;
}

body.cco_body #donate-wrapper #donate {
  align-items: stretch;
  min-height: 660px;
  max-width: none;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: var(--ep-cream);
  box-shadow: none;
}

/* --- the photo panel (screen 1 only; the template collapses it on screen 2) */

body.cco_body #donate-wrapper #donate aside.image-bg {
  position: relative;
  background-position: 50% 40%;
}

body.cco_body #donate-wrapper #donate aside.image-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(200deg, rgba(23, 18, 14, .12) 0%, rgba(23, 18, 14, .34) 62%, rgba(43, 22, 10, .58) 100%);
}

body.cco_body #donate-wrapper #donate.screen-2 aside.image-bg {
  border: 0;
}

/* --- the form column */

body.cco_body #donate-wrapper #donate main.donate-content {
  display: flex;
  align-items: center;
  padding: 72px 64px;
}

body.cco_body #donate-wrapper #donate main form {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  padding: 0;
}

body.cco_body #donate-wrapper #donate main form .content-box {
  padding: 0;
  border: 0;
  background: none;
}

/* --- headline */

body.cco_body #donate-wrapper #donate main form .content-box.intro-wrapper {
  margin-bottom: 30px;
  padding: 0;
}

body.cco_body #donate-wrapper #donate main form .content-box.intro-wrapper .col {
  padding: 0;
}

body.cco_body #donate-wrapper #donate main form .content-box.intro-wrapper h1 {
  margin: 0;
  padding: 0;
  font-family: var(--ep-serif);
  font-size: 46px;
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -.015em;
  color: var(--ep-ink);
  text-align: left;
  text-transform: none;
}

body.cco_body #donate-wrapper #donate main form .content-box.intro-wrapper h1::before {
  content: "Donate";
  display: block;
  margin-bottom: 16px;
  font-family: var(--ep-sans);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ep-clay);
}

body.cco_body #donate-wrapper #donate main form .content-box.intro-wrapper p.description {
  margin: 18px 0 0;
  font-family: var(--ep-read);
  font-size: 19px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--ep-body);
  text-align: left;
}

/* --- frequency toggle */

body.cco_body #donate-wrapper #donate main form .amount-wrapper {
  padding: 0;
}

body.cco_body #donate-wrapper #donate main form .amount-wrapper > .row {
  gap: 20px;
}

body.cco_body #donate-wrapper #donate main form .frequency-toggle-wrapper {
  display: block;
  width: 100%;
}

body.cco_body #donate-wrapper #donate main form #frequency-toggle.frequency-toggle {
  width: 100%;
  max-width: none;
  padding: 0;
  border: 1px solid var(--ep-form-rule);
  border-radius: 0;
  background: var(--ep-paper);
  box-shadow: none;
}

/* the template slides a white pill behind the active side; the labels carry
   their own active colour here, so the pill only leaks past their edges */
body.cco_body #donate-wrapper #donate main form #frequency-toggle.frequency-toggle::before {
  display: none;
}

body.cco_body #donate-wrapper #donate main form .frequency-toggle .frequency-toggle__label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  min-width: 118px;
  margin: 0;
  padding: 0 20px;
  border-radius: 0;
  background: none;
  box-shadow: none;
  font-family: var(--ep-sans);
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .01em;
  color: var(--ep-muted);
  transition: background-color .18s ease, color .18s ease;
}

/* the container class does not change on click — the label gains `.selected`
   and its hidden radio becomes checked */
body.cco_body #donate-wrapper #donate main form .frequency-toggle .frequency-toggle__label:has(input:checked),
body.cco_body #donate-wrapper #donate main form .frequency-toggle .frequency-toggle__label.selected {
  background: var(--ep-clay);
  color: #FFF8F0;
  font-weight: 600;
}

/* the template's handwriting nudge, in the site's own voice — its own rule is
   `#donate-wrapper #donate .monthly-note`, so this needs the second id too */
body.cco_body #donate-wrapper #donate main form .monthly-note {
  padding: 10px 0 0;
  font-family: var(--ep-read);
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.5;
  color: var(--ep-clay);
  text-align: right;
}

/* the nudge points at the Monthly side, so sit it under that half and drop it
   once Monthly is what's selected */
body.cco_body #donate-wrapper #donate main form .monthly-note::after {
  content: "\2191";
  margin-left: 7px;
  font-style: normal;
  font-size: 14px;
}

body.cco_body #donate-wrapper #donate main form .frequency-toggle:has(.monthly input:checked) + .monthly-note,
body.cco_body #donate-wrapper #donate main form .frequency-toggle:has(.monthly.selected) + .monthly-note {
  visibility: hidden;
}

body.cco_body #donate-wrapper #donate main form .monthly-note::before {
  display: none;
}

/* --- amount buttons */

body.cco_body #donate-wrapper #donate main form .amounts-buttons-wrapper {
  margin-top: 24px;
  padding: 0;
}

body.cco_body #donate-wrapper #donate main form .amounts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

body.cco_body #donate-wrapper #donate main form .amounts button.js-amounts-button {
  width: auto;
  height: auto;
  min-height: 58px;
  margin: 0;
  padding: 0;
  border: 1px solid var(--ep-form-rule);
  border-radius: 0;
  background: var(--ep-paper);
  box-shadow: none;
  font-family: var(--ep-sans);
  font-size: 18px;
  font-weight: 500;
  color: var(--ep-ink);
  cursor: pointer;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

body.cco_body #donate-wrapper #donate main form .amounts button.js-amounts-button bdi {
  font-family: var(--ep-sans);
  font-size: 18px;
}

body.cco_body #donate-wrapper #donate main form .amounts button.js-amounts-button:hover {
  border-color: var(--ep-clay);
  background: var(--ep-clay);
  color: #FFF8F0;
}

/* --- custom amount */

body.cco_body #donate-wrapper #donate main form .custom-amount-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 10px;
  padding: 0 0 0 16px;
  border: 1px solid var(--ep-form-rule);
  border-radius: 0;
  background: var(--ep-paper);
  box-shadow: none;
}

body.cco_body #donate-wrapper #donate main form .custom-amount-wrapper .currency-insert {
  width: auto;
  height: auto;
  margin: 0 4px 0 0;
  border: 0;
  background: none;
  font-family: var(--ep-sans);
  font-size: 17px;
  color: var(--ep-muted);
}

body.cco_body #donate-wrapper #donate main form .custom-amount-wrapper input.custom-amount {
  flex: 1 1 auto;
  height: 56px;
  padding: 0 14px 0 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  font-family: var(--ep-sans);
  font-size: 17px;
  color: var(--ep-ink);
}

body.cco_body #donate-wrapper #donate main form .custom-amount-wrapper input.custom-amount::placeholder {
  color: var(--ep-form-placeholder);
  opacity: 1;
}

/* --- screen 2: donor details + payment, stacked in one column */

body.cco_body #donate-wrapper #donate.screen-2 main.donate-content {
  padding: 84px 40px 92px;
}

body.cco_body #donate-wrapper #donate.screen-2 main form {
  max-width: 620px;
}

body.cco_body #donate-wrapper #donate main form .content-box.screen-2 {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

body.cco_body #donate-wrapper #donate.screen-2 main form .content-box.intro-wrapper {
  margin-bottom: 26px;
}

body.cco_body #donate-wrapper #donate.screen-2 main form .content-box.intro-wrapper h1 {
  font-size: 34px;
}

/* the amount + frequency line becomes a summary strip above the details */
body.cco_body #donate-wrapper #donate.screen-2 main form .amount-wrapper {
  margin-bottom: 30px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--ep-rule);
}

body.cco_body #donate-wrapper #donate.screen-2 main form .amount-wrapper .custom-amount-wrapper {
  margin-top: 0;
}

body.cco_body #donate-wrapper #donate main form .content-box.screen-2 .row {
  gap: 14px;
  margin-bottom: 28px;
}

body.cco_body #donate-wrapper #donate main form .content-box.screen-2 .row .col {
  padding: 0;
}

/* --- fields */

body.cco_body #donate-wrapper #donate main form .field-wrapper input,
body.cco_body #donate-wrapper #donate main form .field-wrapper select,
body.cco_body #donate-wrapper #donate main form .field-wrapper input.form-control,
body.cco_body #donate-wrapper #donate main form .field-wrapper select.form-control {
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 12px 13px;
  border: 1px solid var(--ep-form-rule);
  border-radius: 0;
  background: var(--ep-paper);
  box-shadow: none;
  font-family: var(--ep-sans);
  font-size: 15px;
  color: var(--ep-ink);
  transition: border-color .18s ease;
}

body.cco_body #donate-wrapper #donate main form .field-wrapper select.form-control {
  padding-right: 32px;
}

body.cco_body #donate-wrapper #donate main form .field-wrapper input:focus,
body.cco_body #donate-wrapper #donate main form .field-wrapper select:focus {
  outline: none;
  border-color: var(--ep-clay);
}

body.cco_body #donate-wrapper #donate main form .field-wrapper label {
  left: 13px;
  top: 16px;
  font-family: var(--ep-sans);
  font-size: 15px;
  font-weight: 400;
  color: var(--ep-form-placeholder);
  transition: top .16s ease, font-size .16s ease, color .16s ease;
}

/* the template floats the label above the field on focus as well as on value —
   both need matching here, or typing runs over a label that never moved */
body.cco_body #donate-wrapper #donate main form .field-wrapper.focused:not(.checkbox-wrapper) label,
body.cco_body #donate-wrapper #donate main form .field-wrapper.has-value:not(.checkbox-wrapper) label {
  top: -19px;
  left: 0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ep-muted);
}

body.cco_body #donate-wrapper #donate main form .field-wrapper label .req {
  color: var(--ep-clay);
}

body.cco_body #donate-wrapper #donate main form .field-wrapper .error {
  margin-top: 6px;
  font-family: var(--ep-sans);
  font-size: 12px;
  color: var(--ep-error);
}

body.cco_body #donate-wrapper #donate main form .field-wrapper.error input,
body.cco_body #donate-wrapper #donate main form .field-wrapper.error select {
  border-color: var(--ep-error);
}

/* the opt-in row is a checkbox inside its own label */
body.cco_body #donate-wrapper #donate main form .content-box.screen-2 .row:has(#subscribe) {
  margin-bottom: 6px;
}

body.cco_body #donate-wrapper #donate main form .field-wrapper.checkbox-wrapper label,
body.cco_body #donate-wrapper #donate main form .field-wrapper label:has(#subscribe) {
  position: static;
  display: flex;
  padding-left: 0;
  text-indent: 0;
  align-items: flex-start;
  gap: 10px;
  font-family: var(--ep-sans);
  font-size: 14px;
  line-height: 1.55;
  color: var(--ep-body);
  cursor: pointer;
}

body.cco_body #donate-wrapper #donate main form #subscribe {
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  flex: 0 0 auto;
  accent-color: var(--ep-clay);
}

/* --- payment method */

body.cco_body #donate-wrapper #donate main form .content-box .row.pay-with {
  display: block;
  margin-bottom: 22px;
  padding: 0;
}

body.cco_body #donate-wrapper #donate main form .content-box .row.pay-with .pay-with-label {
  display: block;
  margin: 0 0 10px;
  font-family: var(--ep-sans);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ep-muted);
}

body.cco_body #donate-wrapper #donate main form .content-box .row.pay-with .payment-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.cco_body #donate-wrapper #donate main form .content-box .row.pay-with .icon-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1 1 220px;
  box-sizing: border-box;
  width: auto;
  height: auto;
  min-height: 62px;
  margin: 0;
  padding: 0 16px;
  border: 1px solid var(--ep-form-rule);
  border-radius: 0;
  background: var(--ep-paper);
  box-shadow: none;
  cursor: pointer;
  transition: border-color .18s ease, background-color .18s ease;
}

body.cco_body #donate-wrapper #donate main form .content-box .row.pay-with .icon-wrapper:hover {
  border-color: var(--ep-clay-mid);
}

body.cco_body #donate-wrapper #donate main form .content-box .row.pay-with .icon-wrapper:has(input:checked) {
  border-color: var(--ep-clay);
  background: var(--ep-cream);
}

/* the marks are a hover tooltip at rest, so the row is unlabelled — promote it */
body.cco_body #donate-wrapper #donate main form .content-box .row.pay-with .icon-wrapper .title,
body.cco_body #donate-wrapper #donate main form .content-box .row.pay-with .icon-wrapper:hover .title {
  order: 2;
  flex: 1 1 auto;
  position: static;
  top: auto;
  left: auto;
  width: auto;
  min-width: 0;
  padding: 0;
  transform: none;
  opacity: 1;
  border-radius: 0;
  background: none;
  box-shadow: none;
  font-family: var(--ep-sans);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
  text-align: left;
  color: var(--ep-ink);
  pointer-events: none;
}

body.cco_body #donate-wrapper #donate main form .content-box .row.pay-with .icon-wrapper:hover .title::before {
  display: none;
}

/* radio dot, drawn on the tile itself */
body.cco_body #donate-wrapper #donate main form .content-box .row.pay-with .icon-wrapper::before {
  content: "";
  order: 1;
  flex: 0 0 auto;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  border: 1.5px solid var(--ep-form-rule);
  border-radius: 50%;
  background: #FFF;
  transition: border .18s ease;
}

body.cco_body #donate-wrapper #donate main form .content-box .row.pay-with .icon-wrapper:has(input:checked)::before {
  border: 5.5px solid var(--ep-clay);
}

body.cco_body #donate-wrapper #donate main form .content-box .row.pay-with .icon-wrapper i,
body.cco_body #donate-wrapper #donate main form .content-box .row.pay-with .icon-wrapper svg,
body.cco_body #donate-wrapper #donate main form .content-box .row.pay-with .icon-wrapper img {
  order: 3;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-height: 24px;
  margin: 0 0 0 auto;
  padding: 0;
  font-size: 21px;
  line-height: 1;
  color: var(--ep-muted);
}

/* Venmo/Check share `.other-icon`: a gray box and a handshake glyph that names nothing */
body.cco_body #donate-wrapper #donate main form .content-box .row.pay-with .icon-wrapper.other-icon,
body.cco_body #donate-wrapper #donate main form .content-box .row.pay-with .icon-wrapper.other-icon:has(input:checked) {
  width: auto;
  height: auto;
  margin: 0;
  border-radius: 0;
  background: var(--ep-paper);
}

body.cco_body #donate-wrapper #donate main form .content-box .row.pay-with .icon-wrapper.other-icon:has(input:checked) {
  background: var(--ep-cream);
}

body.cco_body #donate-wrapper #donate main form .content-box .row.pay-with .icon-wrapper.other-icon i {
  display: none;
}

body.cco_body #donate-wrapper #donate main form .content-box .row.pay-with .icon-wrapper.daf-tab {
  display: flex;
  min-height: 62px;
  padding-inline: 16px;
  border-radius: 0;
  background: var(--ep-paper);
  --daf-tab-color: #8B7660;
}

body.cco_body #donate-wrapper #donate main form .content-box .row.pay-with .icon-wrapper.daf-tab:has(input:checked) {
  background: var(--ep-cream);
  --daf-tab-color: #B4552B;
}

body.cco_body #donate-wrapper #donate main form .content-box .row.pay-with .icon-wrapper.daf-tab svg {
  width: 46px;
  height: auto;
  max-height: none;
}

body.cco_body #donate-wrapper #donate main form .content-box .row.pay-with .icon-wrapper.apple-pay-mark {
  height: auto;
  border: 1px solid var(--ep-form-rule);
}

body.cco_body #donate-wrapper #donate main form .content-box .row.pay-with .icon-wrapper.apple-pay-mark img {
  height: 22px;
  max-height: 22px;
}

/* the instruction panel under the selector — 122px of dead space while empty */
body.cco_body #donate-wrapper #donate main form .content-box .payment-type {
  min-height: 0;
  margin: 0;
  padding: 0;
  font-family: var(--ep-sans);
  font-size: 15px;
  line-height: 1.6;
  color: var(--ep-body);
}

body.cco_body #donate-wrapper #donate main form .content-box .payment-type:not(:empty) {
  margin-bottom: 20px;
}

/* --- submit */

body.cco_body #donate-wrapper #donate main form .content-box.full-row.screen-2 {
  margin-top: 4px;
  text-align: left;
}

body.cco_body #donate-wrapper #donate main form .js-recaptcha-wrapper:not(:empty) {
  margin-bottom: 20px;
}

/* typing a custom amount reveals this instead of jumping to screen 2 */
body.cco_body #donate-wrapper #donate main form .next-button-wrapper {
  margin-top: 14px;
}

body.cco_body #donate-wrapper #donate main form button.next-button,
body.cco_body #donate-wrapper #donate main form button.donate-button {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 19px 32px;
  border: 0;
  border-radius: 0;
  background: var(--ep-clay);
  box-shadow: none;
  font-family: var(--ep-sans);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .01em;
  color: #FFF8F0;
  text-transform: none;
  cursor: pointer;
  transition: background-color .18s ease;
}

body.cco_body #donate-wrapper #donate main form button.next-button:hover,
body.cco_body #donate-wrapper #donate main form button.donate-button:hover {
  background: var(--ep-clay-hover);
}

/* the theme sets the family on bare tags, so the family has to be re-asserted on
   the footnote children — but not on `i.fa`, which needs Font Awesome */
body.cco_body #donate-wrapper #donate main form .footnotes,
body.cco_body #donate-wrapper #donate main form .footnotes div,
body.cco_body #donate-wrapper #donate main form .footnotes span,
body.cco_body #donate-wrapper #donate main form .footnotes a {
  font-family: var(--ep-sans);
  font-size: 13px;
  line-height: 1.6;
  color: var(--ep-muted);
  text-align: center;
}

body.cco_body #donate-wrapper #donate main form .footnotes {
  margin-top: 22px;
}

body.cco_body #donate-wrapper #donate main form .footnotes .note {
  margin-top: 8px;
  font-style: normal;
  font-size: 12px;
}

body.cco_body #donate-wrapper #donate main form .footnotes a {
  color: var(--ep-clay);
  text-decoration: none;
  border-bottom: 1px solid rgba(180, 85, 43, .35);
}

body.cco_body #donate-wrapper #donate main form .error-wrapper {
  margin-bottom: 22px;
  padding: 16px 18px;
  border: 0;
  border-left: 3px solid var(--ep-error);
  border-radius: 0;
  background: var(--ep-cream);
  font-family: var(--ep-sans);
  color: var(--ep-body);
}

body.cco_body #donate-wrapper #donate main form .error-wrapper .title {
  font-size: 15px;
  font-weight: 600;
  color: var(--ep-error);
}

/* the donate template hides its photo panel below 1000px — keep it as a banner
   above the form instead, and drop it once the donor is filling in details */
@media (max-width: 1000px) {
  body.cco_body #donate-wrapper #donate {
    display: block;
  }

  body.cco_body #donate-wrapper #donate aside.image-bg {
    display: block;
    width: auto;
    max-width: none;
    min-height: 240px;
  }

  /* the template only sets opacity:1 inside its own min-width:1001 query, so the
     photo is transparent at every width below that */
  body.cco_body #donate-wrapper #donate.screen-1 aside.image-bg {
    opacity: 1;
  }

  body.cco_body #donate-wrapper #donate.screen-2 aside.image-bg {
    display: none;
  }
}

/* ---------------------------------------------------------------- responsive */

@media (max-width: 1180px) {
  body.cco_body .ep-head__in {
    padding: 20px 40px;
  }

  body.ep-home .ep-hero__inner {
    padding: 0 40px 64px;
  }

  body.ep-home .ep-hero__title {
    font-size: 96px;
  }

  body.ep-home .ep-mission__inner,
  body.ep-home .ep-about__inner,
  body.ep-home .ep-upcoming__inner {
    padding: 76px 40px;
  }

  body.ep-home .ep-mission__title {
    font-size: 58px;
  }

  body.ep-home .ep-about__title,
  body.ep-home .ep-upcoming__title {
    font-size: 54px;
  }

  body.ep-home .ep-about__inner {
    gap: 48px;
  }

  body.ep-home .ep-connect__inner {
    gap: 48px;
  }

  body.ep-home .ep-connect__title {
    font-size: 54px;
  }

  body.ep-home .ep-social {
    padding: 26px 28px;
  }

  body.ep-home .ep-social__title {
    font-size: 30px;
  }

  body.ep-home .ep-event {
    grid-template-columns: 150px 1fr 150px;
    gap: 32px;
  }

  body.ep-home .ep-event__date {
    font-size: 58px;
  }

  body.ep-home .ep-event__title {
    font-size: 34px;
  }
}

@media (max-width: 860px) {
  body.cco_body .ep-head__nav {
    display: none;
  }

  body.cco_body #donate-wrapper #donate {
    padding-top: 32px;
  }

  body.cco_body #donate-wrapper #donate main.donate-content,
  body.cco_body #donate-wrapper #donate.screen-2 main.donate-content {
    padding: 36px 24px 40px;
  }

  body.cco_body #donate-wrapper #donate main form .content-box.intro-wrapper h1,
  body.cco_body #donate-wrapper #donate.screen-2 main form .content-box.intro-wrapper h1 {
    font-size: 32px;
  }

  body.cco_body .ep-head__burger {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  body.ep-home .ep-hero {
    min-height: 640px;
    background-position: 58% 62%;
  }

  /* the crop is height-driven below this width, so whatever sits in the middle of
     the photo lands behind the headline - the current one puts the sun there. the
     desktop scrim is only .34 opaque a third of the way down, which is not enough
     over a hotspot, so deepen it from the eyebrow down and leave the sky alone */
  body.ep-home .ep-hero::after {
    background-image: linear-gradient(180deg, rgba(19, 14, 10, .6) 0%, rgba(19, 14, 10, .32) 16%, rgba(19, 14, 10, .66) 42%, rgba(19, 14, 10, .9) 72%, rgba(19, 14, 10, .96) 100%);
  }

  body.ep-home .ep-hero__title {
    font-size: 68px;
  }

  body.ep-home .ep-hero__bottom {
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: start;
  }

  body.ep-home .ep-about__inner,
  body.ep-home .ep-upcoming__head,
  body.ep-home .ep-connect__inner {
    grid-template-columns: 1fr;
  }

  body.ep-home .ep-connect {
    background-position: 62% 38%;
  }

  body.ep-home .ep-upcoming__head {
    gap: 24px;
  }

  body.ep-home .ep-upcoming__title {
    margin-top: 10px;
  }

  body.ep-home .ep-about__frame {
    padding: 0 0 16px 16px;
  }

  body.ep-home .ep-about__caption {
    padding-left: 16px;
  }

  body.ep-home .ep-mission__trio {
    grid-template-columns: 1fr;
  }

  body.ep-home .ep-mission__trio span {
    border-right: 0;
    border-bottom: 1px solid var(--ep-rule);
    padding: 22px 12px;
  }

  body.ep-home .ep-mission__trio span:last-child {
    border-bottom: 0;
  }

  body.ep-home .ep-event {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body.ep-home .ep-event__when {
    display: flex;
    align-items: baseline;
    gap: 14px;
  }

  body.ep-home .ep-event__day {
    margin-bottom: 0;
  }

  body.ep-home .ep-event__date {
    font-size: 44px;
  }

  body.ep-home .ep-event__action {
    justify-self: start;
    padding-top: 0;
  }
}

@media (max-width: 600px) {
  body.cco_body #footer #ep-legal {
    display: block;
  }

  body.cco_body #footer .ep-legal__item + .ep-legal__item {
    margin-top: 20px;
  }

  body.cco_body .ep-head__in {
    padding: 16px 20px;
  }

  body.cco_body #donate-wrapper #donate main form .amounts {
    grid-template-columns: repeat(2, 1fr);
  }

  body.cco_body #donate-wrapper #donate main form .content-box.screen-2 .row {
    display: block;
  }

  body.cco_body #donate-wrapper #donate main form .content-box.screen-2 .row .col + .col {
    margin-top: 28px;
  }

  body.cco_body #donate-wrapper #donate main form .content-box .row.pay-with .icon-wrapper {
    flex: 1 1 100%;
  }

  body.cco_body:not(.ep-home):not(.embedded) #co_body_container .feedback_form .name_wrapper {
    grid-template-columns: 1fr;
    gap: 0;
  }

  body.cco_body:not(.ep-home):not(.embedded) #co_body_container .feedback_form .name_wrapper .left_margin {
    margin-top: 26px;
  }

  body.cco_body:not(.ep-home):not(.embedded) #BodyContainer #co_content_container .article-header .article-header__subtitle {
    font-size: 18px;
  }

  body.ep-home .ep-hero {
    min-height: 600px;
  }

  /* collapsed to a baseline row beside the tiny day label, the 44px date
     outshouts the event title it belongs to - bring it back to a peer */
  body.ep-home .ep-event__date {
    font-size: 34px;
  }

  body.ep-home .ep-hero__inner {
    padding: 0 20px 48px;
  }

  body.ep-home .ep-hero__title {
    font-size: 56px;
    margin-bottom: 30px;
  }

  body.ep-home .ep-hero__body {
    font-size: 18px;
  }

  body.ep-home .ep-btn,
  body.ep-home .ep-btn--paper,
  body.ep-home .ep-btn--ghost {
    padding: 14px 22px;
    font-size: 14px;
  }

  body.ep-home .ep-mission__inner,
  body.ep-home .ep-about__inner,
  body.ep-home .ep-upcoming__inner {
    padding: 56px 20px;
  }

  body.ep-home .ep-mission__title {
    font-size: 40px;
  }

  body.ep-home .ep-about__title,
  body.ep-home .ep-upcoming__title,
  body.ep-home .ep-connect__title {
    font-size: 38px;
  }

  body.ep-home .ep-social {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body.ep-home .ep-subscribe fieldset {
    grid-template-columns: 1fr;
  }

  body.ep-home .ep-mission__body,
  body.ep-home .ep-about__lead {
    font-size: 18px;
  }

  body.ep-home .ep-mission__close,
  body.ep-home .ep-about__close {
    font-size: 24px;
  }

  body.ep-home .ep-mission__trio span {
    font-size: 26px;
  }

  body.ep-home .ep-event__title {
    font-size: 30px;
  }
}

@media (max-width: 700px) {
  body.cco_body:not(.ep-home):not(.embedded) #BodyContainer #co_content_container .master-content-wrapper .article-header {
    margin-bottom: 36px;
    padding: 48px 20px 40px;
  }

  body.cco_body:not(.ep-home):not(.embedded) #BodyContainer #co_content_container .master-content-wrapper .article-header .article-header__title,
  body.cco_body:not(.ep-home):not(.embedded) #BodyContainer #co_content_container .master-content-wrapper .article-header h1 {
    font-size: 38px;
  }

  body.cco_body:not(.ep-home):not(.embedded) #BodyContainer #co_content_container .master-content-wrapper .article-header .breadcrumbs {
    margin-bottom: 14px;
  }

  body.cco_body:not(.ep-home):not(.embedded) #co_body_container,
  body.cco_body:not(.ep-home):not(.embedded) #co_body_container.g700,
  body.cco_body:not(.ep-home):not(.embedded) #co_body_container.g780,
  body.cco_body:not(.ep-home):not(.embedded) #co_body_container.g960 {
    padding: 0 20px 56px;
  }

  body.cco_body:not(.ep-home):not(.embedded) .ep-bh {
    padding: 0 20px;
  }

  body.cco_body:not(.ep-home):not(.embedded) #co_body_container p,
  body.cco_body:not(.ep-home):not(.embedded) #co_body_container li {
    font-size: 18px;
  }

  body.cco_body:not(.ep-home):not(.embedded) #co_body_container h1 { font-size: 34px; }
  body.cco_body:not(.ep-home):not(.embedded) #co_body_container h2 { font-size: 28px; }
  body.cco_body:not(.ep-home):not(.embedded) #co_body_container h3 { font-size: 23px; }

  body.cco_body:not(.ep-home):not(.embedded) #co_body_container .article_index_container .item .title a {
    font-size: 28px;
  }

  body.cco_body #footer .footer_container {
    padding: 48px 24px 28px;
  }

  body.cco_body #footer .cs-f-social-icons {
    padding: 0 24px 36px;
  }

  body.cco_body #footer #ep-legal {
    gap: 22px 32px;
  }

  body.cco_body #footer .ep-legal__lines {
    font-size: 15px;
  }

  body.cco_body #footer #d-and-d {
    padding: 0;
  }
}
