/* The7 keeps ownership of the header/footer; only this author's content is full width. */
body.author-superadmin #main { padding: 0; }
body.author-superadmin #main > .wf-wrap { width: 100%; max-width: none; padding: 0; }
body.author-superadmin #main > .wf-wrap > .wf-container-main { display: block; margin: 0; padding: 0; }
body.author-superadmin #main > .wf-wrap > .wf-container-main::before,
body.author-superadmin #main > .wf-wrap > .wf-container-main::after { display: none; }
#content.drexel-author-profile {
  --drexel-green: #628023;
  --drexel-green-dark: #4d6619;
  --drexel-ink: #222;
  --drexel-muted: #6f746c;
  --drexel-paper: #f7f7f7;
  --drexel-line: #dfe3da;
  float: none; width: 100%; margin: 0; padding: 0;
  color: var(--drexel-ink); background: var(--drexel-paper);
  font-family: Roboto, Arial, sans-serif; font-size: 16px; line-height: 1.75;
}
.drexel-author-profile *, .drexel-author-profile *::before, .drexel-author-profile *::after { box-sizing: border-box; }
.drexel-author-wrap { width: min(calc(100% - 48px), 1180px); margin-inline: auto; }
.drexel-author-profile p { margin: 0 0 20px; }
.drexel-author-profile .drexel-author-eyebrow { margin: 0 0 9px; color: var(--drexel-green); font-size: 12px; font-weight: 700; letter-spacing: .16em; line-height: 1.5; text-transform: uppercase; }
.drexel-author-profile h1, .drexel-author-profile h2, .drexel-author-profile h3 { margin: 0 0 18px; color: var(--drexel-ink); font-family: inherit; line-height: 1.14; font-weight: 700; }
.drexel-author-profile h1 { font-size: clamp(56px, 6vw, 90px); letter-spacing: -.035em; }
.drexel-author-profile h2 { font-size: clamp(32px, 4vw, 57px); letter-spacing: -.025em; }
.drexel-author-profile h3 { font-size: 20px; }
.drexel-author-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 27px; }
.drexel-author-profile .drexel-author-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 10px 22px; border: 2px solid var(--drexel-green); color: var(--drexel-green); background: transparent; font-weight: 700; line-height: 1.5; text-decoration: none; transition: background-color .2s ease, color .2s ease; }
.drexel-author-profile .drexel-author-button--solid,
.drexel-author-profile .drexel-author-button:hover { color: #fff; background: var(--drexel-green); }
.drexel-author-profile .drexel-author-button--solid:hover { background: var(--drexel-green-dark); border-color: var(--drexel-green-dark); }
.drexel-author-profile a:focus-visible { outline: 3px solid var(--drexel-green-dark); outline-offset: 5px; }
.drexel-author-hero { display: grid; grid-template-columns: 1.02fr .98fr; min-height: 690px; background: #fff; }
.drexel-author-hero__copy { display: flex; align-items: center; padding: clamp(48px, 7vw, 112px) max(48px, calc((100vw - 1180px) / 2)); padding-right: clamp(48px, 6vw, 96px); }
.drexel-author-hero__inner { width: 100%; max-width: 590px; }
.drexel-author-role { max-width: 520px; color: var(--drexel-muted); font-size: 19px; line-height: 1.75; }
.drexel-author-photo { position: relative; min-height: 600px; margin: 0; overflow: hidden; background: #eef0eb; }
.drexel-author-photo .drexel-author-hero__image { position: absolute; inset: 0; display: block; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: 50% 24%; }
.drexel-author-photo figcaption { position: absolute; right: 0; bottom: 0; max-width: 100%; padding: 16px 24px; color: #fff; background: var(--drexel-green); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.drexel-author-heritage { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(48px, 8vw, 128px); padding-block: 112px; scroll-margin-top: 120px; }
.drexel-author-heritage > * { min-width: 0; }
.drexel-author-heritage__copy { font-size: 18px; line-height: 1.75; }
.drexel-author-topics { padding: 96px 0; background: #eef0eb; }
.drexel-author-topic-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin-top: 32px; border: 1px solid var(--drexel-line); background: var(--drexel-line); }
.drexel-author-profile .drexel-author-topic { display: block; min-height: 190px; padding: 32px; color: var(--drexel-ink); background: #fff; text-decoration: none; }
.drexel-author-topic span { color: var(--drexel-green); font-size: 23px; }
.drexel-author-topic strong { display: block; margin-top: 44px; font-size: 18px; }
.drexel-author-topic:hover strong { color: var(--drexel-green); }
.drexel-author-posts { padding: 96px 0; }
.drexel-author-posts__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.drexel-author-post { padding: 28px; border-top: 4px solid var(--drexel-green); background: #fff; }
.drexel-author-post time { color: var(--drexel-muted); font-size: 13px; }
.drexel-author-post h3 { margin-top: 12px; }
.drexel-author-post a { color: inherit; text-decoration: none; }
.drexel-author-post a:hover { color: var(--drexel-green); }
@media (max-width: 980px) {
  .drexel-author-hero { grid-template-columns: 1fr; }
  .drexel-author-hero__copy { padding: 72px 32px; }
  .drexel-author-photo { min-height: 570px; }
  .drexel-author-heritage { grid-template-columns: 1fr; gap: 32px; padding-block: 80px; }
  .drexel-author-topic-grid, .drexel-author-posts__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .drexel-author-wrap { width: calc(100% - 32px); }
  .drexel-author-hero__copy { padding: 56px 24px; }
  .drexel-author-photo { min-height: 500px; }
  .drexel-author-photo figcaption { padding: 14px 18px; font-size: 11px; }
  .drexel-author-heritage { padding-block: 64px; }
  .drexel-author-topic-grid, .drexel-author-posts__grid { grid-template-columns: 1fr; }
  .drexel-author-profile .drexel-author-topic { min-height: 145px; padding: 24px; }
  .drexel-author-topic strong { margin-top: 24px; }
  .drexel-author-topics, .drexel-author-posts { padding: 64px 0; }
}
@media (prefers-reduced-motion: reduce) {
  .drexel-author-profile .drexel-author-button { transition: none; }
}
