@charset "UTF-8";
/**
Theme Name: Art21 LMS
Template:   genesis-block-theme
Theme URI: https://github.com/studiopress/genesis-block-theme/
Author: Art21
Author URI: https://www.art21.org/
Description: Development Theme for Art21 Courses
Version: 0.0.1
Tags: one-column, featured-images, theme-options, custom-background, custom-colors, custom-logo, custom-menu, editor-style, translation-ready, footer-widgets, full-width-template, blog, sticky-post, threaded-comments, wide-blocks
Requires at least: 5.0
Requires PHP: 7.1
*/
.color-cyan {
  --sectionColorPri: var(--c-cyan);
}

.color-red {
  --sectionColorPri: var(--c-red);
}

.color-green {
  --sectionColorPri: var(--c-green);
}

.color-purple {
  --sectionColorPri: var(--c-purple);
}

.color-pink {
  --sectionColorPri: var(--c-pink);
}

.color-blue {
  --sectionColorPri: var(--c-blue);
}

.color-yellow {
  --sectionColorPri: var(--c-yellow);
}

.color-orange {
  --sectionColorPri: var(--c-orange);
}

.color-mint {
  --sectionColorPri: var(--c-mint);
}

.color-gray {
  --sectionColorPri: var(--c-gray-10);
}

:root {
  --c-white: #fff;
  --c-black: #1a1a1a;
  --c-gray-05: #f7f7f7;
  --c-gray-10: #f1f1f1;
  --c-gray-20: #e2e2e2;
  --c-gray-40: #c4c4c4;
  --c-gray-60: #969696;
  --c-gray-80: #3c3c3c;
  --c-gray-90: #262626;
  --c-gray-95: #0c0c0c;
  --c-purple: #7d00ff;
  --c-purple-dark: #6b00da;
  --c-purple-light: #a05cff;
  --c-purple-lighter: #c49bff;
  --c-pure-black: #000;
  --c-cyan: #4dfffa;
  --c-red: #ff4848;
  --c-red-dark: #d40000;
  --c-green: #5cff5c;
  --c-pink: #f7118f;
  --c-blue: #3c00ff;
  --c-yellow: #ffff3c;
  --c-orange: #ff7f00;
  --c-mint: #00ffc8;
  --bg: var(--c-white);
  --bg-raised: var(--c-gray-05);
  --bg-sunken: var(--c-gray-10);
  --fg: var(--c-black);
  --fg-muted: var(--c-gray-80);
  --fg-subtle: var(--c-gray-60);
  --border: var(--c-gray-20);
  --border-strong: var(--c-gray-40);
  --accent: var(--c-purple);
  --accent-fg: var(--c-white);
  --accent-hover: var(--c-purple-dark);
  --accent-text: var(--c-purple-dark);
  --focus-ring: var(--c-purple);
  --success: var(--c-green);
  --danger: var(--c-orange);
  --danger-text: var(--c-red-dark);
  --warning: var(--c-orange);
  --info: var(--c-cyan);
  --band-blend: screen;
  --home-blend: screen;
  --band-opacity: 0.18;
  --page-margin: 2.5rem;
  --standard-pad: 0.75rem;
  --gutter: 4.5rem;
}
@media (max-width: 899px) {
  :root {
    --gutter: 0.75rem;
  }
}
:root {
  --aside-width: 300px;
}
@media (min-width: 1500px) {
  :root {
    --aside-width: 20vw;
  }
}
@media (max-width: 768px) {
  :root {
    --aside-width: auto;
  }
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme=light]) {
    --bg: var(--c-black);
    --bg-raised: var(--c-gray-90);
    --bg-sunken: var(--c-gray-95);
    --fg: var(--c-gray-10);
    --fg-muted: var(--c-gray-40);
    --fg-subtle: var(--c-gray-60);
    --border: var(--c-gray-80);
    --border-strong: var(--c-gray-60);
    --accent: var(--c-purple);
    --accent-fg: var(--c-white);
    --accent-hover: var(--c-purple-dark);
    --accent-text: var(--c-purple-lighter);
    --focus-ring: var(--c-purple-lighter);
    --danger-text: var(--c-red);
    --home-blend: multiply;
    --band-blend: multiply;
  }
}
:root[data-theme=dark] {
  --bg: var(--c-black);
  --bg-raised: var(--c-gray-90);
  --bg-sunken: var(--c-gray-95);
  --fg: var(--c-gray-10);
  --fg-muted: var(--c-gray-40);
  --fg-subtle: var(--c-gray-60);
  --border: var(--c-gray-80);
  --border-strong: var(--c-gray-60);
  --accent: var(--c-purple);
  --accent-fg: var(--c-white);
  --accent-hover: var(--c-purple-dark);
  --accent-text: var(--c-purple-lighter);
  --focus-ring: var(--c-purple-lighter);
  --danger-text: var(--c-red);
  --home-blend: multiply;
  --band-blend: multiply;
}

:root {
  --colorBG: var(--bg);
  --colorText: var(--fg);
  --colorBorder: var(--border);
}

:root {
  --motion-scale: 1;
}

@media (prefers-reduced-motion: reduce) {
  :root:not([data-motion=on]) {
    --motion-scale: 0;
  }
}
:root[data-motion=reduced] {
  --motion-scale: 0;
}

:root {
  --lp-primary-color: var(--accent);
  --lp-secondary-color: var(--fg);
  --lp-color-base: var(--fg);
  --lp-color-accent: var(--accent);
  --lp-color-meta: var(--fg-subtle);
  --lp-color-white: var(--bg);
  --lp-white-grey: var(--bg-raised);
  --lp-border-color: var(--border);
  --lp-border-radius: 0px;
  --lp-button-color: var(--accent-fg);
  --lp-button-background-color: var(--accent);
  --lp-bg-color-lesson: transparent;
  --lp-font-size-base: 1.25rem;
  --lp-container-max-width: none;
}

.wp-block-group {
  --lp-container-max-width: none;
}

@font-face {
  font-family: Mallory;
  src: url("webfont/Mallory-Book.woff2") format("woff2"), url("webfont/Mallory-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Mallory;
  src: url("webfont/Mallory-BookItalic.woff2") format("woff2"), url("webfont/Mallory-BookItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: MalloryMP;
  src: url("webfont/MalloryMP-Book.woff2") format("woff2"), url("webfont/MalloryMP-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Mallory;
  src: url("webfont/Mallory-Bold.woff2") format("woff2"), url("webfont/Mallory-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Mallory;
  src: url("webfont/Mallory-BoldItalic.woff2") format("woff2"), url("webfont/Mallory-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "art21";
  font-display: block;
  src: url("webfont/art21.eot");
  src: url("webfont/art21.eot#iefix") format("embedded-opentype"), url("webfont/art21.woff2") format("woff2"), url("webfont/art21.woff") format("woff"), url("webfont/art21.ttf") format("truetype"), url("webfont/art21.svg#art21") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]::before,
[class*=" icon-"]::before {
  font-family: "art21";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-play::before {
  content: "\e000";
}

.icon-pause::before {
  content: "\e001";
}

.icon-fullscreen::before {
  content: "\e007";
}

.icon-regscreen::before {
  content: "\e008";
}

.icon-rewind::before {
  content: "\e009";
}

.icon-rarrow::before {
  content: "→";
}

.icon-larrow::before {
  content: "←";
}

.tac {
  text-align: center;
}

:root {
  --type-huge: clamp(2.5rem, -3.79rem + 9.82vw, 8rem);
  --type-big: clamp(2.125rem, -3.07rem + 8.12vw, 6.67rem);
  --type-display: clamp(1.75rem, -1.96rem + 5.80vw, 5rem);
  --type-heading: clamp(1.5rem, -1.36rem + 4.46vw, 4rem);
  --type-subhead: clamp(1.25rem, -0.75rem + 3.13vw, 3rem);
  --type-bigbody: clamp(1.125rem, 0.125rem + 1.56vw, 2rem);
  --type-body: clamp(1rem, 0.71rem + 0.45vw, 1.25rem);
  --type-caption: 0.8125rem;
  --type-micro: 0.625rem;
  --leading-tight: 1.02;
  --leading-snug: 1.2;
  --leading-normal: 1.44;
  --font-body: 'Mallory', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-mono-display: 'MalloryMP', ui-monospace, SFMono-Regular, Menlo, monospace;
  --caption: var(--type-caption);
}

.t-huge {
  font-family: var(--font-body);
  font-size: var(--type-huge);
  line-height: var(--leading-tight);
  font-weight: 700;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.t-big {
  font-family: var(--font-body);
  font-size: var(--type-big);
  line-height: var(--leading-tight);
  font-weight: 700;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.t-display {
  font-family: var(--font-body);
  font-size: var(--type-display);
  line-height: var(--leading-tight);
  font-weight: 700;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.t-heading {
  font-family: var(--font-body);
  font-size: var(--type-heading);
  line-height: var(--leading-snug);
  font-weight: 700;
  letter-spacing: -0.01em;
  text-wrap: balance;
}

.t-subhead {
  font-family: var(--font-body);
  font-size: var(--type-subhead);
  line-height: var(--leading-snug);
  font-weight: 700;
  letter-spacing: -0.01em;
  text-wrap: balance;
}

.t-bigbody {
  font-family: var(--font-body);
  font-size: var(--type-bigbody);
  line-height: var(--leading-snug);
  font-weight: 400;
  letter-spacing: 0;
}

.t-body {
  font-family: var(--font-body);
  font-size: var(--type-body);
  line-height: var(--leading-normal);
  font-weight: 400;
  letter-spacing: 0;
}

.t-caption {
  font-family: var(--font-body);
  font-size: var(--type-caption);
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.t-micro {
  font-family: var(--font-body);
  font-size: var(--type-micro);
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: 0.01em;
}

h1 {
  font-family: var(--font-body);
  font-size: var(--type-display);
  line-height: var(--leading-tight);
  font-weight: 700;
  letter-spacing: -0.02em;
  text-wrap: balance;
  margin: 0 0 0.5em;
}

h2,
h3 {
  font-family: var(--font-body);
  font-size: var(--type-heading);
  line-height: var(--leading-snug);
  font-weight: 700;
  letter-spacing: -0.01em;
  text-wrap: balance;
  margin: 0 0 0.5em;
}

h4,
h5,
h6 {
  font-family: var(--font-body);
  font-size: var(--type-body);
  line-height: var(--leading-normal);
  font-weight: 400;
  letter-spacing: 0;
  font-weight: 700;
  margin: 0 0 0.5em;
}

p,
li,
dd,
dt,
blockquote,
address {
  font-family: var(--font-body);
  font-size: var(--type-body);
  line-height: var(--leading-normal);
  font-weight: 400;
  letter-spacing: 0;
}

p {
  margin: 0 0 1em;
}

small,
figcaption,
.caption {
  font-family: var(--font-body);
  font-size: var(--type-caption);
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: 0.01em;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
}

.btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
  min-height: 2.75rem;
  padding: 0.6875rem 1.5rem;
  border: 0px solid transparent;
  border-radius: 0;
  font-family: var(--font-body);
  font-size: var(--type-body);
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background: none;
  color: inherit;
  -webkit-transition: background-color calc(0.15s * var(--motion-scale)) ease, border-color calc(0.15s * var(--motion-scale)) ease, color calc(0.15s * var(--motion-scale)) ease;
  transition: background-color calc(0.15s * var(--motion-scale)) ease, border-color calc(0.15s * var(--motion-scale)) ease, color calc(0.15s * var(--motion-scale)) ease;
}
.btn:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 2px;
}
.btn:disabled, .btn[aria-disabled=true] {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn[aria-busy=true] {
  cursor: progress;
  opacity: 0.7;
}
.btn--primary {
  background-color: var(--accent);
  border-color: var(--accent);
  color: var(--accent-fg);
}
.btn--primary:hover:not(:disabled), .btn--primary:focus-visible:not(:disabled) {
  background-color: var(--accent-hover);
  border-color: var(--accent-hover);
}
.btn--secondary {
  background-color: transparent;
  border-color: var(--border-strong);
  color: var(--fg);
}
.btn--secondary:hover:not(:disabled), .btn--secondary:focus-visible:not(:disabled) {
  border-color: var(--fg);
  background-color: var(--bg-raised);
}
.btn--ghost {
  background-color: transparent;
  border-color: transparent;
  color: var(--fg);
}
.btn--ghost:hover:not(:disabled), .btn--ghost:focus-visible:not(:disabled) {
  background-color: var(--bg-raised);
}
.btn--sm {
  padding: 0.375rem 1rem;
  font-size: var(--type-caption);
}
.btn--lg {
  min-height: 3.25rem;
  padding: 0.875rem 2rem;
}
.btn--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.input,
.textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  min-height: 2.75rem;
  padding: 0.625rem 0.875rem;
  border: 1px solid var(--border-strong);
  border-radius: 0;
  background-color: var(--bg);
  color: var(--fg);
  font-family: var(--font-body);
  font-size: var(--type-body);
  line-height: 1.4;
  color-scheme: light dark;
}
.input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder {
  color: var(--fg-subtle);
  opacity: 1;
}
.input::-moz-placeholder, .textarea::-moz-placeholder {
  color: var(--fg-subtle);
  opacity: 1;
}
.input:-ms-input-placeholder, .textarea:-ms-input-placeholder {
  color: var(--fg-subtle);
  opacity: 1;
}
.input::-ms-input-placeholder, .textarea::-ms-input-placeholder {
  color: var(--fg-subtle);
  opacity: 1;
}
.input::placeholder,
.textarea::placeholder {
  color: var(--fg-subtle);
  opacity: 1;
}
.input:focus-visible,
.textarea:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 2px;
  border-color: var(--accent);
}
.input:disabled,
.textarea:disabled {
  background-color: var(--bg-sunken);
  color: var(--fg-subtle);
  cursor: not-allowed;
}

.textarea {
  min-height: 6rem;
  resize: vertical;
}

.select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  min-height: 2.75rem;
  padding: 0.625rem 0.875rem;
  border: 1px solid var(--border-strong);
  border-radius: 0;
  background-color: var(--bg);
  color: var(--fg);
  font-family: var(--font-body);
  font-size: var(--type-body);
  line-height: 1.4;
  color-scheme: light dark;
}
.select::-webkit-input-placeholder {
  color: var(--fg-subtle);
  opacity: 1;
}
.select::-moz-placeholder {
  color: var(--fg-subtle);
  opacity: 1;
}
.select:-ms-input-placeholder {
  color: var(--fg-subtle);
  opacity: 1;
}
.select::-ms-input-placeholder {
  color: var(--fg-subtle);
  opacity: 1;
}
.select::placeholder {
  color: var(--fg-subtle);
  opacity: 1;
}
.select:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 2px;
  border-color: var(--accent);
}
.select:disabled {
  background-color: var(--bg-sunken);
  color: var(--fg-subtle);
  cursor: not-allowed;
}
.select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 2.5rem;
  cursor: pointer;
  background-image: linear-gradient(45deg, transparent 50%, var(--fg) 50%), linear-gradient(135deg, var(--fg) 50%, transparent 50%);
  background-position: calc(100% - 1.125rem) center, calc(100% - 0.8125rem) center;
  background-size: 0.3125rem 0.3125rem, 0.3125rem 0.3125rem;
  background-repeat: no-repeat;
}

.checkbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0;
  border: 1px solid var(--border-strong);
  background-color: var(--bg);
  cursor: pointer;
  display: inline-grid;
  place-content: center;
  color-scheme: light dark;
}
.checkbox::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform calc(0.1s * var(--motion-scale)) ease-in-out;
  transition: -webkit-transform calc(0.1s * var(--motion-scale)) ease-in-out;
  transition: transform calc(0.1s * var(--motion-scale)) ease-in-out;
  transition: transform calc(0.1s * var(--motion-scale)) ease-in-out, -webkit-transform calc(0.1s * var(--motion-scale)) ease-in-out;
  background-color: var(--accent-fg);
}
.checkbox:checked {
  background-color: var(--accent);
  border-color: var(--accent);
}
.checkbox:checked::before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.checkbox:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 2px;
}
.checkbox:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.checkbox::before {
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

.radio {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0;
  border: 1px solid var(--border-strong);
  background-color: var(--bg);
  cursor: pointer;
  display: inline-grid;
  place-content: center;
  color-scheme: light dark;
}
.radio::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform calc(0.1s * var(--motion-scale)) ease-in-out;
  transition: -webkit-transform calc(0.1s * var(--motion-scale)) ease-in-out;
  transition: transform calc(0.1s * var(--motion-scale)) ease-in-out;
  transition: transform calc(0.1s * var(--motion-scale)) ease-in-out, -webkit-transform calc(0.1s * var(--motion-scale)) ease-in-out;
  background-color: var(--accent-fg);
}
.radio:checked {
  background-color: var(--accent);
  border-color: var(--accent);
}
.radio:checked::before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.radio:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 2px;
}
.radio:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.radio {
  border-radius: 50%;
}
.radio::before {
  border-radius: 50%;
}

.field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.375rem;
  margin-bottom: 1.25rem;
}
.field__label {
  font-family: var(--font-body);
  font-size: var(--type-caption);
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--fg-muted);
}
.field__required {
  color: var(--accent-text);
}
.field__help {
  font-family: var(--font-body);
  font-size: var(--type-caption);
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: var(--fg-subtle);
}
.field__error {
  font-family: var(--font-body);
  font-size: var(--type-caption);
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: var(--accent-text);
  font-weight: 700;
}
.field--inline {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  margin-bottom: 0.625rem;
}
.field--inline .field__label {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--fg);
  cursor: pointer;
}

.pagination ul, .pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.25rem;
  list-style: none;
  margin: 2rem 0;
  padding: 0;
}
.pagination ul li, .pagination__list li {
  margin: 0;
}
.pagination a,
.pagination span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 2.75rem;
  min-height: 2.75rem;
  padding: 0 0.625rem;
  border: 1px solid var(--border);
  background-color: transparent;
  color: var(--fg);
  font-size: var(--type-body);
  line-height: 1;
  text-decoration: none;
}
.pagination a:hover,
.pagination span:hover {
  border-color: var(--fg);
  background-color: var(--bg-raised);
}
.pagination a:focus-visible,
.pagination span:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 2px;
}
.pagination .current,
.pagination [aria-current=page] {
  background-color: var(--accent);
  border-color: var(--accent);
  color: var(--accent-fg);
}
.pagination .dots {
  border-color: transparent;
  color: var(--fg-subtle);
}

.prevnext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  margin: 2rem 0;
}
.prevnext__prev, .prevnext__next {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  min-height: 2.75rem;
  padding: 0.875rem 1rem;
  color: var(--fg);
  text-decoration: none;
}
.prevnext__prev:hover, .prevnext__next:hover {
  border-color: var(--fg);
  color: var(--accent-text);
}
.prevnext__prev:focus-visible, .prevnext__next:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 2px;
}
.prevnext__prev, .prevnext__next {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
}
.prevnext__next {
  text-align: right;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.prevnext__label {
  font-family: var(--font-body);
  font-size: var(--type-caption);
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--fg-subtle);
}
.prevnext__title {
  font-family: var(--font-body);
  font-size: var(--type-body);
  line-height: var(--leading-normal);
  font-weight: 400;
  letter-spacing: 0;
  font-weight: 700;
}

@media (prefers-color-scheme: light) {
  .band__item--flip {
    --colorBG: var(--c-black);
    --bg-raised: var(--c-gray-90);
  }
}
@media (prefers-color-scheme: light) {
  .band__item--home {
    --band-opacity: 0.18;
    --band-blend: screen;
  }
}
.band__item {
  background-color: var(--colorBG);
  background-color: color-mix(in srgb, var(--bg-raised) 80%, transparent);
  position: relative;
  isolation: isolate;
}
.band__item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: var(--accent);
  mix-blend-mode: var(--band-blend);
  opacity: var(--band-opacity);
  pointer-events: none;
  width: auto;
}

@media (prefers-color-scheme: light) {
  .course-info-left {
    --bg: var(--c-black);
    --bg-raised: var(--c-gray-90);
    --bg-sunken: var(--c-gray-95);
    --fg: var(--c-gray-10);
    --fg-muted: var(--c-gray-40);
    --fg-subtle: var(--c-gray-60);
    --border: var(--c-gray-80);
    --border-strong: var(--c-gray-60);
    --accent: var(--c-purple);
    --accent-fg: var(--c-white);
    --accent-hover: var(--c-purple-dark);
    --accent-text: var(--c-purple-lighter);
    --focus-ring: var(--c-purple-lighter);
  }
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1199px) {
  :root {
    --page-margin: 1rem;
  }
}
@media (max-width: 1023px) {
  :root {
    --page-margin: 0.75rem;
  }
}

html {
  font-size: 100%;
  color-scheme: light dark;
}

html,
body {
  margin: 0;
  padding: 0;
  background-color: var(--bg);
  color: var(--fg);
}

body {
  font-family: var(--font-body);
  font-size: var(--type-body);
  line-height: var(--leading-normal);
  font-weight: 400;
  letter-spacing: 0;
}

html,
body:is(.wp-theme-art21-courses, .art21-courses) {
  overflow: visible !important;
}

body:is(.wp-theme-art21-courses, .art21-courses) {
  background-color: var(--colorBG);
}
body:is(.wp-theme-art21-courses, .art21-courses).viewing-course-item #container {
  padding-bottom: 0;
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-summary:NOT(#popup-course) {
  padding-inline: var(--page-margin);
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-content-area {
  padding-inline: 0;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-content-area:HAS(.order_details) {
  padding-inline: var(--gutter);
  gap: 0.25rem 1rem;
}
body:is(.wp-theme-art21-courses, .art21-courses) table.order_details th,
body:is(.wp-theme-art21-courses, .art21-courses) table.order_details td {
  background: var(--bg);
  color: var(--fg);
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-archive-courses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-archive-courses .course-summary-sidebar__inner .course-sidebar-top {
  -webkit-box-shadow: 0px 0px 2em -1.5em var(--colorBorder);
          box-shadow: 0px 0px 2em -1.5em var(--colorBorder);
  padding: 0;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-archive-courses .course-summary-sidebar {
  width: var(--aside-width);
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-archive-courses .lp-course-packages__list {
  padding: 0;
}
@media (min-width: 900px) {
  body:is(.wp-theme-art21-courses, .art21-courses) .lp-archive-courses .lp-content-area:HAS(aside.course-summary-sidebar), body:is(.wp-theme-art21-courses, .art21-courses) .lp-archive-courses .lp-content-area:HAS(.course-info-left) {
    display: grid;
    grid-template-columns: auto var(--aside-width);
  }
  body:is(.wp-theme-art21-courses, .art21-courses) .lp-archive-courses .lp-content-area:HAS(aside.course-summary-sidebar) .entry-content-left, body:is(.wp-theme-art21-courses, .art21-courses) .lp-archive-courses .lp-content-area:HAS(.course-info-left) .entry-content-left {
    grid-row: span 3;
  }
  body:is(.wp-theme-art21-courses, .art21-courses) .lp-archive-courses .lp-content-area .lp-main-content {
    margin-inline: var(--gutter) var(--page-margin);
  }
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-archive-courses .lp-entry-content .entry-content-left {
  padding-block: var(--page-margin) 0;
  padding-inline: 0 var(--page-margin);
  width: auto;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-archive-courses ul.course-nav-tabs {
  gap: 2rem;
}

body:is(.wp-theme-art21-courses, .art21-courses) .lp-archive-courses .course-detail-info {
  background-color: var(--colorBG);
  background-color: color-mix(in srgb, var(--bg-raised) 80%, transparent);
  background-color: var(--fg);
  overflow: hidden;
  padding: 28px var(--page-margin) 24px;
  margin-inline: calc(-1 * var(--page-margin));
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme=light]) body:is(.wp-theme-art21-courses, .art21-courses) .lp-archive-courses .course-detail-info {
    background-color: var(--bg-sunken);
  }
}
:root[data-theme=dark] body:is(.wp-theme-art21-courses, .art21-courses) .lp-archive-courses .course-detail-info {
  background-color: var(--bg-sunken);
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-archive-courses .course-detail-info .course-title {
  color: var(--c-purple-dark);
  font-family: var(--font-body);
  font-size: var(--type-big);
  line-height: var(--leading-tight);
  font-weight: 700;
  letter-spacing: -0.02em;
  text-wrap: balance;
  text-wrap: balance;
  border-bottom: 0;
  margin: 85px 0 0;
}
@media (min-width: 1500px) {
  body:is(.wp-theme-art21-courses, .art21-courses) .lp-archive-courses .course-detail-info .course-title {
    margin-top: 1.5em;
  }
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme=light]) body:is(.wp-theme-art21-courses, .art21-courses) .lp-archive-courses .course-detail-info .course-title {
    color: var(--accent);
  }
}
:root[data-theme=dark] body:is(.wp-theme-art21-courses, .art21-courses) .lp-archive-courses .course-detail-info .course-title {
  color: var(--accent);
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-archive-courses .course-detail-info hr {
  height: 1px;
  background: var(--colorBorder);
  border: 0;
  margin-block: 0 1.5rem;
}
@media (min-width: 1350px) {
  body:is(.wp-theme-art21-courses, .art21-courses) .lp-archive-courses .course-detail-info {
    -webkit-padding-start: var(--gutter);
            padding-inline-start: var(--gutter);
  }
  body:is(.wp-theme-art21-courses, .art21-courses) .lp-archive-courses .lp-entry-content .entry-content-left {
    -webkit-padding-start: calc(var(--gutter) - var(--page-margin));
            padding-inline-start: calc(var(--gutter) - var(--page-margin));
  }
}
@media (max-width: 768px) {
  body:is(.wp-theme-art21-courses, .art21-courses) .lp-archive-courses .lp-entry-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-vimeo-poster {
  position: absolute;
  inset: 0;
  z-index: -2;
  margin: 0;
  opacity: 0.125;
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-vimeo-poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 769px) {
  body:is(.wp-theme-art21-courses, .art21-courses) .lp-archive-courses .course-detail-info hr,
  body:is(.wp-theme-art21-courses, .art21-courses) .lp-archive-courses .course-detail-info .course-title,
  body:is(.wp-theme-art21-courses, .art21-courses) .lp-archive-courses .course-detail-info .course-meta-secondary,
  body:is(.wp-theme-art21-courses, .art21-courses) .lp-archive-courses .course-detail-info .course-meta-primary {
    padding-right: 0;
    margin-right: var(--page-margin);
  }
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-meta .course-meta__pull-left,
body:is(.wp-theme-art21-courses, .art21-courses) .course-meta .course-meta__pull-right {
  gap: 1.25rem;
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-meta:NOT(.show-time) .meta-item-duration, body:is(.wp-theme-art21-courses, .art21-courses) .course-meta:NOT(.show-lesson) .meta-item-lesson, body:is(.wp-theme-art21-courses, .art21-courses) .course-meta:NOT(.show-quiz) .meta-item-quiz, body:is(.wp-theme-art21-courses, .art21-courses) .course-meta:NOT(.show-student) .meta-item-student, body:is(.wp-theme-art21-courses, .art21-courses) .course-meta:NOT(.show-cert) .meta-item-certificate {
  display: none;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-archive-courses .course-meta__pull-left {
  font-size: inherit;
}
@media (max-width: 768px) {
  body:is(.wp-theme-art21-courses, .art21-courses) .lp-archive-courses .course-meta__pull-left {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.25rem 1rem;
  }
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-archive-courses .course-meta__pull-left .meta-item,
body:is(.wp-theme-art21-courses, .art21-courses) .lp-archive-courses .course-meta__pull-left .course-duration {
  color: var(--fg);
  width: auto;
}
body:is(.wp-theme-art21-courses, .art21-courses) .meta-item-certificate svg * {
  fill: var(--c-purple-light);
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-archive-courses .course-meta__pull-left .meta-item::before {
  color: var(--c-purple-light);
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-course-curriculum {
  counter-reset: course-section-count;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-course-curriculum .course-section {
  position: relative;
  counter-increment: course-section-count;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-course-curriculum .course-section .course-section__title::BEFORE {
  content: counter(course-section-count);
  font-weight: bold;
  text-align: center;
  line-height: 2em;
  width: 2em;
  display: block;
  border-right: 1px solid var(--border);
  font-variant-numeric: tabular-nums;
  margin-right: 0.5em;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-course-curriculum .course-section .course-section-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-course-curriculum .course-section .section-toggle {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 2em;
  width: 2em;
  text-align: center;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-course-curriculum .course-section .section-toggle i {
  line-height: 1.75em;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-course-curriculum .course-section-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 0;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-course-curriculum .course-section__description {
  padding: var(--standard-pad);
  text-wrap: balance;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-course-curriculum .course-section__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid var(--border);
  line-height: 2em;
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-tab-panel-curriculum:NOT(.show-contents) .course-curriculum-info, body:is(.wp-theme-art21-courses, .art21-courses) .course-tab-panel-curriculum:NOT(.show-quizquestions) .question-count, body:is(.wp-theme-art21-courses, .art21-courses) .course-tab-panel-curriculum:NOT(.show-sectionitems) .section-count-items {
  display: none;
}
body:is(.wp-theme-art21-courses, .art21-courses) .overview-video-embed {
  margin-block: 0 var(--page-margin);
  max-width: 72ch;
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-tab-panels p {
  max-width: 48ch;
  text-wrap: pretty;
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-tab-panels p:first-of-type {
  margin-top: 0;
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-summary-sidebar .lp-course-buttons button {
  --lp-button-background-color: var(--lp-primary-color);
  --lp-button-color: var(--accent-fg);
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-summary-sidebar .course-results-progress .items-progress__heading,
body:is(.wp-theme-art21-courses, .art21-courses) .course-summary-sidebar .course-results-progress .course-progress__heading {
  line-height: 1;
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-summary-sidebar .lp-course-buttons > * {
  margin-bottom: 0;
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-summary .course-summary-sidebar .course-price {
  margin-block: 0.5rem;
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-summary .course-summary-sidebar .lp-course-buttons {
  margin: 0;
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-summary-sidebar .course-sidebar-preview {
  margin-bottom: 0;
  background: transparent;
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-summary-sidebar .course-sidebar-preview .media-preview {
  margin-inline: 0;
  margin-block: 0 -1px;
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-summary-sidebar .course-sidebar-preview > div:last-child {
  margin-bottom: 0;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-archive-courses .course-summary-sidebar {
  -webkit-margin-before: var(--page-margin);
          margin-block-start: var(--page-margin);
}
@media (min-width: 769px) {
  body:is(.wp-theme-art21-courses, .art21-courses) .lp-archive-courses .course-summary-sidebar {
    margin-top: calc(-0.83333 * var(--aside-width));
    margin-top: calc(-0.6 * var(--aside-width));
    margin-bottom: auto;
    -webkit-padding-after: var(--page-margin);
            padding-block-end: var(--page-margin);
    position: sticky;
    top: var(--page-margin);
  }
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-archive-courses .course-summary-sidebar {
  grid-column: span 1/-1;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-archive-courses .course-summary-sidebar .course-summary-sidebar__inner {
  width: auto;
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-featured-review {
  margin: var(--standard-pad) 0;
  padding-block: 2.25rem;
  position: relative;
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-featured-review .featured-review__title {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "MalloryMP", sans-serif;
  line-height: 1;
  font-family: var(--font-body);
  font-size: var(--type-micro);
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: 0.01em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding-block: calc(var(--standard-pad) * 0.5) calc(var(--standard-pad) * 0.4);
  padding-inline: var(--standard-pad);
  color: var(--fg-subtle);
  border: 1px solid var(--colorBorder);
}
@media (max-width: 768px) {
  body:is(.wp-theme-art21-courses, .art21-courses) .course-featured-review .featured-review__content::after {
    display: none;
  }
}
@media (min-width: 769px) {
  body:is(.wp-theme-art21-courses, .art21-courses) .course-summary-sidebar.slide-down .course-summary-sidebar__inner,
  body:is(.wp-theme-art21-courses, .art21-courses) .course-summary-sidebar.slide-top .course-summary-sidebar__inner {
    position: sticky;
  }
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-tab-panel-faqs .course-faqs-box {
  margin-block: 0 1rem;
  border: 1px solid var(--colorBorder);
  border-radius: 0;
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-tab-panel-faqs .course-faqs-box__content-inner p {
  max-width: 48ch;
}
body:is(.wp-theme-art21-courses, .art21-courses) input[name=course-faqs-box-ratio]:checked + .course-faqs-box .course-faqs-box__title {
  background-color: var(--bg-sunken);
}

body:is(.wp-theme-art21-courses, .art21-courses) #popup-course {
  position: relative;
  bottom: auto;
  left: auto;
  background-color: var(--colorBG);
  z-index: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body:is(.wp-theme-art21-courses, .art21-courses) #popup-course .popup-header__inner {
  margin: 0 auto 0 0;
  width: 100%;
  left: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-block: 1rem;
  padding-inline: var(--gutter) var(--page-margin);
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
body:is(.wp-theme-art21-courses, .art21-courses) #popup-course .quiz-buttons,
body:is(.wp-theme-art21-courses, .art21-courses) #popup-course .quiz-attempts {
  grid-column: 1/-1;
}
body:is(.wp-theme-art21-courses, .art21-courses) #popup-course .quiz-attempts {
  display: none;
}
body:is(.wp-theme-art21-courses, .art21-courses) #popup-course .quiz-results,
body:is(.wp-theme-art21-courses, .art21-courses) #popup-course .quiz-content,
body:is(.wp-theme-art21-courses, .art21-courses) #popup-course .quiz-questions,
body:is(.wp-theme-art21-courses, .art21-courses) #popup-course .quiz-buttons,
body:is(.wp-theme-art21-courses, .art21-courses) #popup-course .quiz-attempts {
  margin-bottom: 0;
}
body:is(.wp-theme-art21-courses, .art21-courses) #popup-header {
  left: auto;
  position: relative;
  top: unset;
  z-index: 5;
  background-color: var(--colorBG);
  background-color: color-mix(in srgb, var(--bg-raised) 80%, transparent);
  border-bottom: 0;
}
body:is(.wp-theme-art21-courses, .art21-courses) #popup-header .course-title {
  font-size: var(--type-bigbody);
}
body:is(.wp-theme-art21-courses, .art21-courses) #popup-header .course-title a {
  color: var(--accent-text);
}
@media (hover: hover) {
  body:is(.wp-theme-art21-courses, .art21-courses) #popup-header .course-title a:HOVER {
    color: var(--fg);
  }
}
@media (hover: none) {
  body:is(.wp-theme-art21-courses, .art21-courses) #popup-header .course-title a:active {
    color: var(--fg);
  }
}
body:is(.wp-theme-art21-courses, .art21-courses) #popup-header .lp-button {
  color: var(--bg);
}
@media (hover: hover) {
  body:is(.wp-theme-art21-courses, .art21-courses) #popup-header .lp-button:HOVER {
    opacity: 1;
    background-color: var(--fg);
  }
}
@media (hover: none) {
  body:is(.wp-theme-art21-courses, .art21-courses) #popup-header .lp-button:active {
    opacity: 1;
    background-color: var(--fg);
  }
}
body:is(.wp-theme-art21-courses, .art21-courses) .popup-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: var(--type-caption);
  color: var(--fg-muted);
}
body:is(.wp-theme-art21-courses, .art21-courses) .popup-breadcrumb__item + body:is(.wp-theme-art21-courses, .art21-courses) .popup-breadcrumb__item::before {
  content: "›";
  margin-right: 0.5rem;
  color: var(--fg-subtle);
}
body:is(.wp-theme-art21-courses, .art21-courses) #popup-sidebar {
  display: none;
}
body:is(.wp-theme-art21-courses, .art21-courses) #popup-sidebar .search-course input[name=s],
body:is(.wp-theme-art21-courses, .art21-courses) .course-time {
  font-size: var(--caption);
}
body:is(.wp-theme-art21-courses, .art21-courses) #popup-content {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body:is(.wp-theme-art21-courses, .art21-courses) #popup-content .lp-button-wrap {
  width: 100%;
}
body:is(.wp-theme-art21-courses, .art21-courses) #popup-content .lp-button-wrap .lp-button,
body:is(.wp-theme-art21-courses, .art21-courses) #popup-content .lp-button-wrap .lp-button.completed {
  float: none;
}
body:is(.wp-theme-art21-courses, .art21-courses) #popup-footer {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: var(--standard-pad);
  left: auto;
  border-top: 0;
  margin-block: var(--page-margin);
}
body:is(.wp-theme-art21-courses, .art21-courses) #popup-footer .course-item-nav .prev,
body:is(.wp-theme-art21-courses, .art21-courses) #popup-footer .course-item-nav .next {
  padding: 0;
  width: auto;
  background: var(--bg);
}
body:is(.wp-theme-art21-courses, .art21-courses) #popup-footer .course-item-nav .prev:HAS(a:HOVER) .nav-label,
body:is(.wp-theme-art21-courses, .art21-courses) #popup-footer .course-item-nav .next:HAS(a:HOVER) .nav-label {
  color: var(--fg);
}
body:is(.wp-theme-art21-courses, .art21-courses) #popup-footer .course-item-nav .prev:HAS(a:HOVER) .nav-label span,
body:is(.wp-theme-art21-courses, .art21-courses) #popup-footer .course-item-nav .next:HAS(a:HOVER) .nav-label span {
  background-color: var(--accent);
  color: var(--bg);
}
body:is(.wp-theme-art21-courses, .art21-courses) #popup-footer .course-item-nav .prev .nav-label,
body:is(.wp-theme-art21-courses, .art21-courses) #popup-footer .course-item-nav .next .nav-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: var(--type-body);
  line-height: 3rem;
  padding: 0;
}
body:is(.wp-theme-art21-courses, .art21-courses) #popup-footer .course-item-nav .prev .nav-label span,
body:is(.wp-theme-art21-courses, .art21-courses) #popup-footer .course-item-nav .next .nav-label span {
  font-family: var(--font-body);
  font-size: var(--type-bigbody);
  line-height: var(--leading-snug);
  font-weight: 400;
  letter-spacing: 0;
  width: 3rem;
  line-height: 3rem;
  text-align: center;
  color: var(--fg-subtle);
}
body:is(.wp-theme-art21-courses, .art21-courses) #popup-footer .course-item-nav .prev {
  margin-inline: 0 auto;
}
body:is(.wp-theme-art21-courses, .art21-courses) #popup-footer .course-item-nav .prev .nav-label {
  -webkit-padding-end: 1rem;
          padding-inline-end: 1rem;
}
body:is(.wp-theme-art21-courses, .art21-courses) #popup-footer .course-item-nav .next {
  margin-inline: auto 0;
}
body:is(.wp-theme-art21-courses, .art21-courses) #popup-footer .course-item-nav .next .nav-label {
  -webkit-padding-start: 1rem;
          padding-inline-start: 1rem;
}
body:is(.wp-theme-art21-courses, .art21-courses) #popup-footer .course-item-nav .next.next-finish a {
  color: var(--bg);
  min-height: 0;
  -webkit-margin-before: auto;
          margin-block-start: auto;
}
body:is(.wp-theme-art21-courses, .art21-courses) #popup-footer .course-item-nav .prev .course-item-nav__name,
body:is(.wp-theme-art21-courses, .art21-courses) #popup-footer .course-item-nav .next .course-item-nav__name {
  display: none;
}
body:is(.wp-theme-art21-courses, .art21-courses) #sidebar-toggle {
  display: none;
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-item-popup .course-item-title {
  font-size: 2.5rem;
  line-height: 1.1;
  text-wrap: balance;
}

body:is(.wp-theme-art21-courses, .art21-courses) .content-item-wrap .course-item-title {
  font-family: var(--font-body);
  font-size: var(--type-heading);
  line-height: var(--leading-snug);
  font-weight: 700;
  letter-spacing: -0.01em;
  text-wrap: balance;
  font-weight: normal;
  text-wrap: balance;
  margin-block: 0;
  padding-inline: var(--standard-pad);
  padding-block: calc(var(--gutter) / 2) calc(3 * var(--standard-pad));
}
body:is(.wp-theme-art21-courses, .art21-courses) .content-item-wrap .course-item-title:HAS(+ .lesson-description) {
  -webkit-margin-after: 0.25em;
          margin-block-end: 0.25em;
  -webkit-padding-after: 0;
          padding-block-end: 0;
  border-bottom: 0;
}
body:is(.wp-theme-art21-courses, .art21-courses) .content-item-wrap .course-item-title.quiz-title {
  -webkit-padding-start: var(--gutter);
          padding-inline-start: var(--gutter);
  padding-block: calc(2 * var(--standard-pad));
  font-size: var(--type-body);
  color: var(--fg-subtle);
}
body:is(.wp-theme-art21-courses, .art21-courses) .content-item-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto 1fr auto;
}
body:is(.wp-theme-art21-courses, .art21-courses) .content-item-grid .art21-custom-section {
  grid-column: 1/span 2;
  grid-row: 1/span 3;
}
body:is(.wp-theme-art21-courses, .art21-courses) .content-item-grid .content-item-wrap:not(:only-child) {
  width: auto;
  grid-column: span 1/-1;
  grid-row: 1/-1;
  margin-inline: 0;
  padding-block: 2.5remvar --standard-pad;
}
body:is(.wp-theme-art21-courses, .art21-courses) .content__item {
  position: relative;
  padding-block: calc(3 * var(--standard-pad)) calc(1.5 * var(--standard-pad));
  padding-inline: calc(2 * var(--standard-pad));
  padding-inline: var(--standard-pad);
  margin-bottom: 0;
}
body:is(.wp-theme-art21-courses, .art21-courses) .content__item:HAS(+ .lp-material-skeleton) {
  border-bottom: 0;
}
body:is(.wp-theme-art21-courses, .art21-courses) .content__item:HAS(.content__item--heading) {
  border-top: 0;
}
body:is(.wp-theme-art21-courses, .art21-courses) .content-item-instructions p {
  font-size: var(--type-caption);
  font-style: italic;
  text-wrap: pretty;
}
body:is(.wp-theme-art21-courses, .art21-courses) p.while-viewing-question {
  font-family: var(--font-body);
  font-size: var(--type-bigbody);
  line-height: var(--leading-snug);
  font-weight: 400;
  letter-spacing: 0;
  font-style: italic;
  text-wrap: pretty;
}
body:is(.wp-theme-art21-courses, .art21-courses) p.content-item-terms__definition {
  color: var(--fg-subtle);
  max-width: 48ch;
}
body:is(.wp-theme-art21-courses, .art21-courses) .content-item-summary:HAS(+ .content-item-description) {
  border-bottom: 0;
}
body:is(.wp-theme-art21-courses, .art21-courses) h3.content__item--heading {
  color: var(--fg-muted);
  position: absolute;
  top: 0;
  left: 0;
  font-family: "MalloryMP", sans-serif;
  line-height: 1;
  font-family: var(--font-body);
  font-size: var(--type-micro);
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: 0.01em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding-block: calc(var(--standard-pad) * 0.5) calc(var(--standard-pad) * 0.4);
  padding-inline: var(--standard-pad);
  color: var(--fg-subtle);
  border: 1px solid var(--colorBorder);
}
body:is(.wp-theme-art21-courses, .art21-courses) .content-item-summary {
  -webkit-padding-end: calc(2.25rem - var(--standard-pad));
          padding-inline-end: calc(2.25rem - var(--standard-pad));
}
@media (max-aspect-ratio: 13/9) {
  body:is(.wp-theme-art21-courses, .art21-courses) .content-item-summary {
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }
  body:is(.wp-theme-art21-courses, .art21-courses) .content-item-grid .art21-custom-section {
    grid-column: 1/-1;
    grid-row: 1;
  }
  body:is(.wp-theme-art21-courses, .art21-courses) .content-item-grid .art21-custom-section.art21-custom-section--video-player {
    padding: 0;
    min-height: 0;
    border-right: 0;
  }
  body:is(.wp-theme-art21-courses, .art21-courses) .content-item-grid .content-item-wrap:not(:only-child) {
    grid-column: 1/-1;
    grid-row: auto;
  }
  body:is(.wp-theme-art21-courses, .art21-courses) .content-item-grid .content-item-wrap:not(:only-child) .content-item-summary {
    display: grid;
    grid-template-areas: "itemtitle itemtitle itemtitle whileviewing whileviewing" "terms terms terms terms terms";
    margin-inline: var(--gutter);
    gap: 1rem;
  }
  body:is(.wp-theme-art21-courses, .art21-courses) .content-item-grid .content-item-wrap:not(:only-child) .content-item-summary:HAS(.content-item-description) {
    grid-template-areas: "itemtitle itemtitle itemtitle whileviewing whileviewing" "itemdesc itemdesc itemdesc whileviewing whileviewing" "terms terms terms terms terms";
  }
  body:is(.wp-theme-art21-courses, .art21-courses) .content-item-grid .content-item-wrap:not(:only-child) .content-item-summary:HAS(.content-item-description):HAS(.content-item-instructions):HAS(.content-item-while-viewing) {
    grid-template-areas: "itemtitle itemtitle itemtitle instructions instructions" "itemdesc itemdesc itemdesc instructions instructions" "terms terms terms whileviewing whileviewing";
  }
  body:is(.wp-theme-art21-courses, .art21-courses) .content-item-grid .content-item-wrap:not(:only-child) .content-item-summary:HAS(.content-item-description):HAS(.content-item-instructions):HAS(.content-item-while-viewing) .content-item-instructions {
    grid-area: instructions;
  }
  body:is(.wp-theme-art21-courses, .art21-courses) .content-item-grid .content-item-wrap:not(:only-child) .content-item-summary {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
  }
  body:is(.wp-theme-art21-courses, .art21-courses) .content-item-grid .content-item-wrap:not(:only-child) .content-item-summary .course-item-title {
    grid-area: itemtitle;
    -webkit-padding-before: 0;
            padding-block-start: 0;
  }
  body:is(.wp-theme-art21-courses, .art21-courses) .content-item-grid .content-item-wrap:not(:only-child) .content-item-summary .content-item-description {
    grid-area: itemdesc;
  }
  body:is(.wp-theme-art21-courses, .art21-courses) .content-item-grid .content-item-wrap:not(:only-child) .content-item-summary .content-item-while-viewing,
  body:is(.wp-theme-art21-courses, .art21-courses) .content-item-grid .content-item-wrap:not(:only-child) .content-item-summary .content-item-section-credits,
  body:is(.wp-theme-art21-courses, .art21-courses) .content-item-grid .content-item-wrap:not(:only-child) .content-item-summary .content-item-instructions {
    grid-area: whileviewing;
  }
  body:is(.wp-theme-art21-courses, .art21-courses) .content-item-grid .content-item-wrap:not(:only-child) .content-item-summary .content-item-terms {
    grid-area: terms;
  }
}
@media (max-aspect-ratio: 13/9) and (min-width: 901px) {
  body:is(.wp-theme-art21-courses, .art21-courses) .content-item-grid .art21-custom-section.art21-custom-section--video-player {
    padding: 2.25rem var(--gutter);
  }
  body:is(.wp-theme-art21-courses, .art21-courses) .content-item-terms {
    grid-column-start: initial;
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: var(--page-margin);
       -moz-column-gap: var(--page-margin);
            column-gap: var(--page-margin);
  }
  body:is(.wp-theme-art21-courses, .art21-courses) .content-item-wrap:not(:only-child) .content-item-summary:HAS(.content-item-description):HAS(.content-item-instructions):HAS(.content-item-while-viewing) .content-item-terms {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  body:is(.wp-theme-art21-courses, .art21-courses) .content-item-terms__row {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
}
@media (max-aspect-ratio: 13/9) and (max-width: 900px) {
  body:is(.wp-theme-art21-courses, .art21-courses) .content-item-grid .art21-custom-section.art21-custom-section--video-player {
    -webkit-padding-after: var(--gutter);
            padding-block-end: var(--gutter);
  }
}
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-progress::before {
  background-color: var(--c-gray-80);
}
body:is(.wp-theme-art21-courses, .art21-courses) .video-container {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
body:is(.wp-theme-art21-courses, .art21-courses) #popup-footer .course-item-nav__name {
  position: static;
  top: auto;
  right: auto;
  left: auto;
  width: auto;
  padding: 0;
  background: none;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lesson-description {
  -webkit-padding-before: 0;
          padding-block-start: 0;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lesson-description p {
  max-width: 44ch;
  text-wrap: balance;
}
body:is(.wp-theme-art21-courses, .art21-courses) .content-item-terms__row {
  margin-bottom: 1rem;
}
body:is(.wp-theme-art21-courses, .art21-courses) .content-item-terms__row p {
  font-family: var(--font-body);
  font-size: var(--type-caption);
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: 0.01em;
  -webkit-padding-end: 1rem;
          padding-inline-end: 1rem;
  text-wrap: pretty;
}
body:is(.wp-theme-art21-courses, .art21-courses) .content-item-terms__term {
  font-weight: bold;
  margin: 0;
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-items-completed-progress-bar {
  margin-bottom: 1.25rem;
}
body:is(.wp-theme-art21-courses, .art21-courses) .info-learning {
  display: none;
  padding: var(--standard-pad);
  font-size: var(--type-caption);
  border: 1px solid var(--colorBorder);
  border-top: 0;
}
body:is(.wp-theme-art21-courses, .art21-courses) .info-learning > div {
  margin-bottom: 0.125rem;
}
body:is(.wp-theme-art21-courses, .art21-courses) .info-learning .will-end-date {
  display: none;
}

body:is(.wp-theme-art21-courses, .art21-courses) .content-item-wrap:HAS(#content-item-quiz) {
  grid-column: 1/-1;
}
body:is(.wp-theme-art21-courses, .art21-courses) #content-item-quiz:HAS(.lp-button.start) .quiz-content {
  padding-inline: var(--gutter);
}
body:is(.wp-theme-art21-courses, .art21-courses) #content-item-quiz:HAS(.lp-button.start) .quiz-content > * {
  font-size: var(--type-bigbody);
}
body:is(.wp-theme-art21-courses, .art21-courses) .content-item-wrap #learn-press-quiz-app .questions-index {
  color: var(--fg);
}
body:is(.wp-theme-art21-courses, .art21-courses) .content-item-wrap #learn-press-quiz-app .quiz-status .questions-index span {
  color: inherit;
}
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-intro {
  display: none;
}
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-content {
  text-align: center;
}
body:is(.wp-theme-art21-courses, .art21-courses) .content-item-wrap .quiz-buttons .button-left.fixed,
body:is(.wp-theme-art21-courses, .art21-courses) .content-item-wrap .quiz-buttons .button-left {
  position: relative;
  bottom: auto;
  left: initial;
  width: auto !important;
  max-width: none;
  height: auto;
  margin-left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  background: transparent;
  padding: var(--standard-pad);
}
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-buttons .page-numbers:not(.prev, .next) {
  display: none;
}
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-buttons .page-numbers.prev,
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-buttons .page-numbers.next {
  font-size: 0;
}
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-buttons .page-numbers.prev::after,
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-buttons .page-numbers.next::after {
  font-size: 1rem;
}
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-buttons .page-numbers.prev {
  -webkit-margin-end: auto;
          margin-inline-end: auto;
}
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-buttons .page-numbers.next {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-buttons .page-numbers.prev::after {
  content: "Previous Question";
}
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-buttons .page-numbers.next::after {
  content: "Next Question";
}
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-buttons .page-numbers.pagination-placeholder {
  visibility: hidden;
  pointer-events: none;
}
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-buttons:not(.current-question-answered) .page-numbers.next {
  visibility: hidden;
}
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-buttons:not(.all-questions-answered) .submit-quiz {
  display: none;
}
body:is(.wp-theme-art21-courses, .art21-courses).quiz-in-progress #popup-footer {
  display: none;
}
body:is(.wp-theme-art21-courses, .art21-courses).quiz-completed #popup-footer .course-item-nav .prev {
  display: none;
}
body:is(.wp-theme-art21-courses, .art21-courses).quiz-completed #popup-footer .course-item-nav .quiz-pending-finish {
  display: inline-block;
}
body:is(.wp-theme-art21-courses, .art21-courses).quiz-completed .answer-option label {
  cursor: default;
}
body:is(.wp-theme-art21-courses, .art21-courses).quiz-completed .answer-option input[type=radio],
body:is(.wp-theme-art21-courses, .art21-courses).quiz-completed .answer-option input[type=checkbox] {
  pointer-events: none;
}
@media (hover: hover) {
  body:is(.wp-theme-art21-courses, .art21-courses).quiz-completed .answer-option:not(.answered-correct, .answered-wrong) .option-title:HOVER {
    border-color: var(--border);
  }
}
@media (hover: none) {
  body:is(.wp-theme-art21-courses, .art21-courses).quiz-completed .answer-option:not(.answered-correct, .answered-wrong) .option-title:active {
    border-color: var(--border);
  }
}
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-buttons .lp-button.start {
  background-color: var(--bg-raised);
  color: var(--fg);
}
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-buttons .lp-button.start:hover:not(:disabled), body:is(.wp-theme-art21-courses, .art21-courses) .quiz-buttons .lp-button.start:focus-visible:not(:disabled) {
  background-color: var(--accent);
  color: var(--accent-fg);
}
body:is(.wp-theme-art21-courses, .art21-courses).quiz-scored-100 #learn-press-quiz-app .quiz-buttons .lp-button.start {
  display: none;
}
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-status {
  display: none;
}
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-status .countdown {
  display: none;
}
body:is(.wp-theme-art21-courses, .art21-courses) .btn-show-hint {
  display: none;
}
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-questions {
  margin-inline: auto;
  counter-reset: question-counter;
  display: block !important;
}
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-questions .question {
  margin: 0 0 1rem;
  counter-increment: question-counter;
}
body:is(.wp-theme-art21-courses, .art21-courses) .question .question-title {
  display: none;
}
body:is(.wp-theme-art21-courses, .art21-courses) .question .question-response {
  font-size: var(--type-caption);
  gap: 2em;
}
body:is(.wp-theme-art21-courses, .art21-courses) .question .question-response .label {
  border-radius: 0;
  padding-inline: var(--standard-pad);
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
body:is(.wp-theme-art21-courses, .art21-courses) .question .question-response.correct .label {
  background-color: var(--success);
  color: var(--c-black);
}
body:is(.wp-theme-art21-courses, .art21-courses) .question .question-response .point {
  color: var(--fg-muted);
}
body:is(.wp-theme-art21-courses, .art21-courses) .question .question-content {
  grid-column: 2/-2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: var(--page-margin);
  padding-block: var(--standard-pad);
  padding-inline: 0 var(--page-margin);
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
body:is(.wp-theme-art21-courses, .art21-courses) .question .question-content p {
  font-family: var(--font-body);
  font-size: var(--type-bigbody);
  line-height: var(--leading-snug);
  font-weight: 400;
  letter-spacing: 0;
  text-wrap: pretty;
}
body:is(.wp-theme-art21-courses, .art21-courses) .question .question-content::before {
  font-size: var(--type-subhead);
  font-variant-numeric: tabular-nums;
  min-width: var(--gutter);
  text-align: center;
  line-height: var(--gutter);
  border: 1px solid var(--border);
  border-top: 0;
  border-left: 0;
}
body:is(.wp-theme-art21-courses, .art21-courses) .question .question-answers {
  grid-column: 2/-2;
}
@media (max-width: 899px) {
  body:is(.wp-theme-art21-courses, .art21-courses) .question .question-content {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}
@media (max-width: 768px) {
  body:is(.wp-theme-art21-courses, .art21-courses) .question .quiz-questions {
    padding-inline: var(--standard-pad);
  }
  body:is(.wp-theme-art21-courses, .art21-courses) .question .question-answers,
  body:is(.wp-theme-art21-courses, .art21-courses) .question .question-content {
    grid-column: 1/-1;
  }
  body:is(.wp-theme-art21-courses, .art21-courses) .question .question-answers {
    padding-inline: var(--standard-pad);
  }
}
body:is(.wp-theme-art21-courses, .art21-courses) .question .answer-option {
  color: var(--fg);
  border-radius: 0;
  margin: 0 0 0.75rem;
}
body:is(.wp-theme-art21-courses, .art21-courses) .question .answer-option label {
  border-radius: 0;
  cursor: pointer;
}
body:is(.wp-theme-art21-courses, .art21-courses) .question .answer-option input[type=radio]:disabled,
body:is(.wp-theme-art21-courses, .art21-courses) .question .answer-option input[type=checkbox]:disabled {
  border-color: var(--fg-subtle);
  background: var(--bg);
}
body:is(.wp-theme-art21-courses, .art21-courses) .question .answer-option input[type=radio]:focus-visible,
body:is(.wp-theme-art21-courses, .art21-courses) .question .answer-option input[type=checkbox]:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 2px;
}
body:is(.wp-theme-art21-courses, .art21-courses) .question .answer-option .option-title {
  color: var(--fg-muted);
  background: var(--bg);
  padding-block: var(--standard-pad);
  padding-inline: 3.25rem 0;
}
@media (hover: hover) {
  body:is(.wp-theme-art21-courses, .art21-courses) .question .answer-option .option-title:HOVER {
    border-color: var(--fg-muted);
  }
}
@media (hover: none) {
  body:is(.wp-theme-art21-courses, .art21-courses) .question .answer-option .option-title:active {
    border-color: var(--fg-muted);
  }
}
@media (hover: hover) {
  body:is(.wp-theme-art21-courses, .art21-courses) .question .answer-option:HOVER input[type=radio]:not(:disabled) {
    border-color: var(--fg-muted);
  }
  body:is(.wp-theme-art21-courses, .art21-courses) .question .answer-option:HOVER input[type=radio]:not(:checked, :disabled)::after {
    content: "";
    background: var(--accent);
  }
}
@media (hover: none) {
  body:is(.wp-theme-art21-courses, .art21-courses) .question .answer-option:active input[type=radio]:not(:disabled) {
    border-color: var(--fg-muted);
  }
  body:is(.wp-theme-art21-courses, .art21-courses) .question .answer-option:active input[type=radio]:not(:checked, :disabled)::after {
    content: "";
    background: var(--accent);
  }
}
body:is(.wp-theme-art21-courses, .art21-courses) .question .answer-option input[type=radio]:checked:not(:disabled) ~ .option-title {
  border-color: var(--accent);
}
body:is(.wp-theme-art21-courses, .art21-courses) .question .answer-option input[type=radio]::after {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}
body:is(.wp-theme-art21-courses, .art21-courses) #learn-press-quiz-app div:HAS(.quiz-status) .question {
  /* stylelint-disable-next-line declaration-no-important -- overrides a LearnPress inline style */
}
body:is(.wp-theme-art21-courses, .art21-courses) #learn-press-quiz-app div:HAS(.quiz-status) .question[style="display: none;"] {
  display: block !important;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
body:is(.wp-theme-art21-courses, .art21-courses) #learn-press-quiz-app div:HAS(.quiz-status) div[tabindex="100"] .quiz-questions .question {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem 1rem;
}
body:is(.wp-theme-art21-courses, .art21-courses) #popup-content.class-test .content-item-wrap {
  width: 100%;
  padding-block: 0;
}
body:is(.wp-theme-art21-courses, .art21-courses) #popup-content.class-test .content-item-wrap #learn-press-quiz-app {
  margin: 0 var(--gutter);
}
body:is(.wp-theme-art21-courses, .art21-courses) .content-item-wrap .questions-pagination .nav-links {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-result {
  position: relative;
  max-width: none;
  padding-block: var(--page-margin) 0;
}
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-result .result-heading {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "MalloryMP", sans-serif;
  line-height: 1;
  font-family: var(--font-body);
  font-size: var(--type-micro);
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: 0.01em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding-block: calc(var(--standard-pad) * 0.5) calc(var(--standard-pad) * 0.4);
  padding-inline: var(--standard-pad);
  color: var(--fg-subtle);
  border: 1px solid var(--colorBorder);
  display: block;
}
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-result .result-grade,
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-result .result-statistic {
  display: none;
}
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-result .result-statistic li:NOT(.result-point) {
  display: none;
}
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-result .result-statistic .result-statistic-field + li {
  border-top-style: solid;
}
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-result.passed .result-message {
  background: var(--success);
  color: var(--c-black);
}
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-result.failed .result-message {
  background: var(--danger);
  color: var(--c-black);
}
body:is(.wp-theme-art21-courses, .art21-courses) .review-quiz,
body:is(.wp-theme-art21-courses, .art21-courses) .back-quiz {
  display: none;
}
body:is(.wp-theme-art21-courses, .art21-courses) .question-explanation-content {
  position: relative;
  padding: 2.25rem var(--page-margin) var(--page-margin) var(--standard-pad);
  margin: 0;
}
body:is(.wp-theme-art21-courses, .art21-courses) .question-explanation-content > div,
body:is(.wp-theme-art21-courses, .art21-courses) .question-explanation-content p {
  font-family: var(--font-body);
  font-size: var(--type-caption);
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-wrap: balance;
}
body:is(.wp-theme-art21-courses, .art21-courses) .question-explanation-content strong.explanation-title {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "MalloryMP", sans-serif;
  line-height: 1;
  font-family: var(--font-body);
  font-size: var(--type-micro);
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: 0.01em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding-block: calc(var(--standard-pad) * 0.5) calc(var(--standard-pad) * 0.4);
  padding-inline: var(--standard-pad);
  color: var(--fg-subtle);
  border: 1px solid var(--colorBorder);
  border-top: 1px solid var(--colorBorder);
}
body:is(.wp-theme-art21-courses, .art21-courses) .question-explanation-content,
body:is(.wp-theme-art21-courses, .art21-courses) .question-hint-content {
  background: var(--bg);
}
body:is(.wp-theme-art21-courses, .art21-courses) #learn-press-quiz-app div:HAS(.quiz-result) .question {
  display: block !important;
}
@media (min-width: 1024px) {
  body:is(.wp-theme-art21-courses, .art21-courses) #learn-press-quiz-app div:HAS(.quiz-result) {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-row: repeat(3, auto);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 0;
  }
  body:is(.wp-theme-art21-courses, .art21-courses) #learn-press-quiz-app div:HAS(.quiz-result) div[tabindex="100"] {
    grid-column: 1/span 6;
    grid-row: span 3;
  }
  body:is(.wp-theme-art21-courses, .art21-courses) #learn-press-quiz-app div:HAS(.quiz-result) div[tabindex="100"] .question {
    display: grid !important;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: repeat(3, auto);
    margin: 0;
  }
  body:is(.wp-theme-art21-courses, .art21-courses) #learn-press-quiz-app div:HAS(.quiz-result) div[tabindex="100"] .question .question-content {
    grid-column: 1/span 1;
    grid-row: 1;
    z-index: 2;
  }
  body:is(.wp-theme-art21-courses, .art21-courses) #learn-press-quiz-app div:HAS(.quiz-result) div[tabindex="100"] .question .question-answers {
    display: grid;
    grid-column: 1/-1;
    grid-row: 1/-1;
    grid-template-columns: subgrid;
    grid-template-rows: subgrid;
  }
  body:is(.wp-theme-art21-courses, .art21-courses) #learn-press-quiz-app div:HAS(.quiz-result) div[tabindex="100"] .question .answer-options {
    grid-column: 1;
    grid-row: 2;
    margin: 0 0 var(--page-margin);
    padding-block: var(--standard-pad);
    padding-inline: 0 var(--standard-pad);
  }
  body:is(.wp-theme-art21-courses, .art21-courses) #learn-press-quiz-app div:HAS(.quiz-result) div[tabindex="100"] .question .question-response {
    grid-column: 2;
    grid-row: 1;
    margin-block: auto 0;
    -webkit-padding-after: var(--standard-pad);
            padding-block-end: var(--standard-pad);
  }
  body:is(.wp-theme-art21-courses, .art21-courses) #learn-press-quiz-app div:HAS(.quiz-result) div[tabindex="100"] .question .question-explanation-content {
    grid-column: 2;
    grid-row: 2/-1;
    background: transparent;
  }
  body:is(.wp-theme-art21-courses, .art21-courses) #learn-press-quiz-app div:HAS(.quiz-result) div[tabindex="100"] .question:HAS(.question-response.incorrect) .question-explanation-content {
    display: none;
  }
}
body:is(.wp-theme-art21-courses, .art21-courses) #popup-content:HAS(.quiz-result) + #popup-footer {
  position: sticky;
  bottom: 0;
}
body:is(.wp-theme-art21-courses, .art21-courses) .result-message {
  font-size: 0;
}
body:is(.wp-theme-art21-courses, .art21-courses) .result-message::after {
  font-size: 1.25rem;
}
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-result {
  margin: 0;
}
@media (min-width: 1024px) {
  body:is(.wp-theme-art21-courses, .art21-courses) .quiz-result {
    grid-column: span 2/-1;
    grid-row: 1;
    position: sticky;
    top: var(--page-margin);
    max-width: none;
    padding-inline: var(--standard-pad);
    padding-block: 2.25rem;
    border-top: 1px solid var(--colorBorder);
    border-top: 0;
  }
}
@media (min-width: 1024px) {
  body:is(.wp-theme-art21-courses, .art21-courses) #popup-course .quiz-buttons {
    grid-column: span 2/-1;
    grid-row: 2;
    padding-inline: var(--standard-pad);
  }
  body:is(.wp-theme-art21-courses, .art21-courses) #popup-course .quiz-buttons .button-right:HAS(.review-quiz) {
    display: none;
  }
}
body:is(.wp-theme-art21-courses, .art21-courses) .button-right:HAS(.submit-quiz) {
  -webkit-margin-after: var(--page-margin);
          margin-block-end: var(--page-margin);
}
body:is(.wp-theme-art21-courses, .art21-courses) .question .answer-option input[type=radio],
body:is(.wp-theme-art21-courses, .art21-courses) .question .answer-option input[type=checkbox] {
  background-color: var(--bg);
  border-color: var(--border);
}

body:is(.wp-theme-art21-courses, .art21-courses) #learn-press-profile .learn-press-form {
  padding: var(--page-margin);
}
body:is(.wp-theme-art21-courses, .art21-courses) #learn-press-profile .learn-press-form button[type=submit] {
  width: auto;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-user-profile {
  font-size: 1.25rem;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-user-profile *:not(input, select, textarea, option) {
  font-size: inherit;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-user-profile.guest .lp-content-area {
  gap: calc(0.5 * var(--page-margin));
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-user-profile .learn-press-profile-course__statistic:HAS(#dashboard-statistic) {
  display: none;
}
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field label {
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
}
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form-login,
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form-register {
  max-width: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form-login h3,
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form-register h3 {
  margin-block: 0 1em;
}
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form-login button[type=submit],
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form-register button[type=submit] {
  --lp-button-background-color: var(--lp-primary-color);
  --lp-button-color: var(--accent-fg);
  padding: 8px 24px;
  border-radius: 0;
  color: var(--lp-color-base, var(--fg));
  border: 1px solid var(--lp-color-base, var(--fg));
  -webkit-transition: all calc(0.3s * var(--motion-scale));
  transition: all calc(0.3s * var(--motion-scale));
  display: block;
  background: transparent;
  text-decoration: none;
  text-align: center;
}
body:is(.wp-theme-art21-courses, .art21-courses) label:has(> input[type=checkbox][name=rememberme]) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  color: var(--fg);
  font-family: var(--font-body);
  font-size: var(--type-caption);
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
body:is(.wp-theme-art21-courses, .art21-courses) label > input[type=checkbox][name=rememberme] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0;
  border: 1px solid var(--border-strong);
  background-color: var(--bg);
  cursor: pointer;
  display: inline-grid;
  place-content: center;
  color-scheme: light dark;
}
body:is(.wp-theme-art21-courses, .art21-courses) label > input[type=checkbox][name=rememberme]::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform calc(0.1s * var(--motion-scale)) ease-in-out;
  transition: -webkit-transform calc(0.1s * var(--motion-scale)) ease-in-out;
  transition: transform calc(0.1s * var(--motion-scale)) ease-in-out;
  transition: transform calc(0.1s * var(--motion-scale)) ease-in-out, -webkit-transform calc(0.1s * var(--motion-scale)) ease-in-out;
  background-color: var(--accent-fg);
}
body:is(.wp-theme-art21-courses, .art21-courses) label > input[type=checkbox][name=rememberme]:checked {
  background-color: var(--accent);
  border-color: var(--accent);
}
body:is(.wp-theme-art21-courses, .art21-courses) label > input[type=checkbox][name=rememberme]:checked::before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
body:is(.wp-theme-art21-courses, .art21-courses) label > input[type=checkbox][name=rememberme]:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 2px;
}
body:is(.wp-theme-art21-courses, .art21-courses) label > input[type=checkbox][name=rememberme]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
body:is(.wp-theme-art21-courses, .art21-courses) label > input[type=checkbox][name=rememberme] {
  position: static;
}
body:is(.wp-theme-art21-courses, .art21-courses) label > input[type=checkbox][name=rememberme]::before {
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
body:is(.wp-theme-art21-courses, .art21-courses) label > input[type=checkbox][name=rememberme]::after {
  content: none;
}
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form-login form p > a,
body:is(.wp-theme-art21-courses, .art21-courses) .lp-checkout-remember .lp-lost-password-link {
  color: inherit;
  font-family: var(--font-body);
  font-size: var(--type-caption);
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-decoration-line: none;
}
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form-login form p > a:hover,
body:is(.wp-theme-art21-courses, .art21-courses) .lp-checkout-remember .lp-lost-password-link:hover {
  color: var(--accent-text);
  text-decoration-line: underline;
  text-decoration-color: currentcolor;
}
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form-login form p > a:focus-visible,
body:is(.wp-theme-art21-courses, .art21-courses) .lp-checkout-remember .lp-lost-password-link:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 2px;
}
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form-login form p:has(> label > input[name=rememberme]) {
  -webkit-margin-after: 0.75rem;
          margin-block-end: 0.75rem;
}
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form-login form p:has(> a) {
  -webkit-margin-before: 0.75rem;
          margin-block-start: 0.75rem;
}
body:is(.wp-theme-art21-courses, .art21-courses) #checkout-account-login .lp-checkout-remember {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.75rem;
}
body:is(.wp-theme-art21-courses, .art21-courses) #checkout-account-login .lp-checkout-remember label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
body:is(.wp-theme-art21-courses, .art21-courses).viewing-course-item .learn-press-breadcrumb,
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-breadcrumb {
  display: none;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-modal-dialog .lp-modal-header {
  background-color: var(--lp-primary-color);
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-badge.featured-course {
  left: -125px;
}
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-message {
  text-align: center;
  padding: calc(0.5 * var(--standard-pad));
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: calc(100% - 9rem);
  z-index: 9999;
}
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-message.course-graduation {
  display: none;
}
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-message.success {
  font-family: var(--font-body);
  font-size: var(--type-bigbody);
  line-height: var(--leading-snug);
  font-weight: 400;
  letter-spacing: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: var(--page-margin);
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-user-profile .lp-profile-nav-tabs > li.active > a,
body:is(.wp-theme-art21-courses, .art21-courses) .lp-user-profile .lp-profile-nav-tabs > li.active > a i {
  color: var(--accent-fg);
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-user-profile .lp-profile-nav-tabs li > ul {
  border: 1px solid var(--border);
  background: var(--bg-raised);
  -webkit-box-shadow: 0 15px 20px 0 color-mix(in srgb, var(--c-pure-black) 5%, transparent);
          box-shadow: 0 15px 20px 0 color-mix(in srgb, var(--c-pure-black) 5%, transparent);
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-user-profile .lp-profile-nav-tabs li > ul li:hover,
body:is(.wp-theme-art21-courses, .art21-courses) .lp-user-profile .lp-profile-nav-tabs li > ul li.active,
body:is(.wp-theme-art21-courses, .art21-courses) .lp-user-profile .lp-profile-nav-tabs > li ul li a:hover {
  color: var(--accent-text);
}
body:is(.wp-theme-art21-courses, .art21-courses) table.lp-list-table thead tr {
  background: var(--bg-raised);
}
body:is(.wp-theme-art21-courses, .art21-courses) table.lp-list-table tbody tr:nth-child(2n+1) td {
  background: var(--bg-raised);
}
body:is(.wp-theme-art21-courses, .art21-courses) table.lp-list-table tbody tr:nth-child(2n) td {
  background: var(--bg);
}

a.uline-link,
.uline-links a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25em;
  text-decoration-color: color-mix(in srgb, var(--accent) 33%, transparent);
}
@media (hover: hover) {
  a.uline-link:HOVER,
  .uline-links a:HOVER {
    text-decoration-color: var(--accent);
  }
}
@media (hover: none) {
  a.uline-link:active,
  .uline-links a:active {
    text-decoration-color: var(--accent);
  }
}

.lp-button-wrap {
  display: block;
  clear: both;
}

.learn-press-courses-header {
  margin-top: 1.25rem;
}

.temp-code-reference {
  display: block;
  width: 100%;
}
.temp-code-reference pre {
  max-height: 500px;
  font-size: calc(var(--lp-font-size-base) * 0.5);
  padding: 1.25rem;
  margin-top: 3.75rem;
  border: 1px solid var(--border-strong);
  background-color: var(--c-gray-10);
  overflow: scroll;
}

.art21-custom-section {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  padding: 2.5rem calc(2 * var(--standard-pad));
  padding: 2.25rem;
}
.art21-custom-section p.vimeo-id {
  position: absolute;
  left: 0.3125rem;
  bottom: 0.3125rem;
  display: none;
}
.art21-custom-section .video-container,
.art21-custom-section img {
  max-width: 75%;
  max-height: 100%;
  margin: auto;
}
.art21-custom-section .video-placeholder {
  -o-object-fit: contain;
     object-fit: contain;
}

.course-item-nav a.is-completing {
  opacity: 0.6;
  pointer-events: none;
}

body:is(.wp-theme-art21-courses, .art21-courses) {
  --lp-item-padding: var(--standard-pad);
}
body:is(.wp-theme-art21-courses, .art21-courses) #popup-content {
  --colorBorder: color-mix(in srgb, var(--border) 50%, transparent);
}
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-message {
  margin-block: 0.5rem;
}
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-message,
body:is(.wp-theme-art21-courses, .art21-courses) .lp-toast.toastify.info {
  background-color: color-mix(in srgb, var(--info) 12%, var(--bg));
  color: var(--fg);
}
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-message.success,
body:is(.wp-theme-art21-courses, .art21-courses) .lp-toast.toastify,
body:is(.wp-theme-art21-courses, .art21-courses) .lp-ajax-message,
body:is(.wp-theme-art21-courses, .art21-courses) .lp-user-item.graduation.passed {
  background-color: color-mix(in srgb, var(--success) 12%, var(--bg));
  color: var(--fg);
}
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-message.error,
body:is(.wp-theme-art21-courses, .art21-courses) .lp-toast.toastify.error,
body:is(.wp-theme-art21-courses, .art21-courses) .lp-ajax-message.error,
body:is(.wp-theme-art21-courses, .art21-courses) .lp-user-item.graduation.failed {
  background-color: color-mix(in srgb, var(--danger) 12%, var(--bg));
  color: var(--fg);
}
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-message.warning,
body:is(.wp-theme-art21-courses, .art21-courses) .lp-toast.toastify.warning,
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-template-warning::before {
  background-color: color-mix(in srgb, var(--warning) 12%, var(--bg));
  color: var(--fg);
}
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-content-protected-message {
  position: absolute;
  margin: 0 auto 24px;
  padding: var(--standard-pad) var(--page-margin);
  border-radius: 0;
  max-width: var(--lp-container-max-width, 100%);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-wrap: balance;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-icon-passed::before,
body:is(.wp-theme-art21-courses, .art21-courses) .course-graduation.passed .icon {
  color: var(--success);
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-graduation.error .icon {
  color: var(--danger);
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-badge.featured-course {
  background: var(--c-green);
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-badge.featured-course:BEFORE {
  color: var(--c-black);
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-sidebar-preview .lp-badge.featured-course {
  display: none;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-modal-dialog .lp-modal-header,
body:is(.wp-theme-art21-courses, .art21-courses) .lp-modal-dialog .btn-yes {
  background: var(--accent);
}
body:is(.wp-theme-art21-courses, .art21-courses) .statistic-box__icon span,
body:is(.wp-theme-art21-courses, .art21-courses) .statistic-box__icon .lp-icon-total_student {
  color: var(--info);
}
body:is(.wp-theme-art21-courses, .art21-courses) .statistic-box__icon .lp-icon-in_progress_course,
body:is(.wp-theme-art21-courses, .art21-courses) .statistic-box__icon .lp-icon-student_in_progress {
  color: var(--accent);
}
body:is(.wp-theme-art21-courses, .art21-courses) .statistic-box__icon .lp-icon-finished_courses,
body:is(.wp-theme-art21-courses, .art21-courses) .statistic-box__icon .lp-icon-published_course {
  color: var(--c-blue);
}
body:is(.wp-theme-art21-courses, .art21-courses) .statistic-box__icon .lp-icon-passed_courses,
body:is(.wp-theme-art21-courses, .art21-courses) .statistic-box__icon .lp-icon-student_completed {
  color: var(--success);
}
body:is(.wp-theme-art21-courses, .art21-courses) .statistic-box__icon .lp-icon-failed_courses,
body:is(.wp-theme-art21-courses, .art21-courses) .statistic-box__icon .lp-icon-pending_course {
  color: var(--danger);
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-curriculum .course-item.has-status.status-completed .course-item-status::before,
body:is(.wp-theme-art21-courses, .art21-courses) .course-curriculum .course-item.has-status.status-evaluated .course-item-status::before,
body:is(.wp-theme-art21-courses, .art21-courses) .lp-course-curriculum .course-section .course-item-ico.passed.completed::before,
body:is(.wp-theme-art21-courses, .art21-courses) #popup-sidebar .course-item.status-completed .transcript,
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-result.passed .result-achieved,
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-result.passed .result-message strong,
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-result.passed .result-grade .result-message strong,
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-result .result-statistic .result-statistic-field.result-questions-correct label::before {
  color: var(--success);
}
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-result.passed .result-message {
  background: var(--success);
}
body:is(.wp-theme-art21-courses, .art21-courses) .question .answer-option.answer-correct:not(.answered-correct) .option-title {
  border-color: var(--border);
  background-color: transparent;
}
body:is(.wp-theme-art21-courses, .art21-courses) .question .answer-option.answered-correct .option-title {
  color: var(--fg);
  border-color: var(--success);
  border-inline-start-width: 4px;
  background-color: color-mix(in srgb, var(--success) 18%, transparent);
}
body:is(.wp-theme-art21-courses, .art21-courses) .question .answer-option.answered-wrong .option-title {
  color: var(--fg);
  border-inline-start-width: 4px;
  background-color: color-mix(in srgb, var(--danger) 10%, transparent);
}
body:is(.wp-theme-art21-courses, .art21-courses) .question-answers:has(.question-response.incorrect) .answer-option.answered-correct .option-title {
  border-color: var(--danger);
  background-color: color-mix(in srgb, var(--danger) 10%, transparent);
}
body:is(.wp-theme-art21-courses, .art21-courses) .question .question-response.correct .label,
body:is(.wp-theme-art21-courses, .art21-courses) #popup-content .lp-button.completed {
  background: var(--success);
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-curriculum .course-item.has-status.item-failed .course-item-status::before,
body:is(.wp-theme-art21-courses, .art21-courses) .course-curriculum .course-item.has-status.failed .course-item-status::before,
body:is(.wp-theme-art21-courses, .art21-courses) .lp-course-curriculum .course-section .course-item-ico.failed.completed::before,
body:is(.wp-theme-art21-courses, .art21-courses) #popup-sidebar .course-item.has-status.failed .transcript,
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-result .result-statistic .result-statistic-field.result-questions-wrong label::before,
body:is(.wp-theme-art21-courses, .art21-courses) .question-numbers li.answered.answered-wrong a {
  color: var(--danger);
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-curriculum .course-item.has-status.item-failed .course-item-status::before,
body:is(.wp-theme-art21-courses, .art21-courses) .course-curriculum .course-item.has-status.failed .course-item-status::before,
body:is(.wp-theme-art21-courses, .art21-courses) .question .answer-option.answered-wrong .option-title,
body:is(.wp-theme-art21-courses, .art21-courses) #popup-course .quiz-questions .lp-fib-answered.fail {
  border-color: var(--danger);
}
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-result .result-message,
body:is(.wp-theme-art21-courses, .art21-courses) .question .question-response.incorrect .label {
  background: var(--danger);
  color: var(--fg);
}
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-status .countdown .clock.x .circle-progress-bar__circle {
  stroke: var(--danger);
}
body:is(.wp-theme-art21-courses, .art21-courses) .question-numbers li.answered.answered-true a,
body:is(.wp-theme-art21-courses, .art21-courses) .question .btn-show-hint {
  color: var(--info);
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-curriculum .course-item::before,
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-progress .progress-items .progress-item i,
body:is(.wp-theme-art21-courses, .art21-courses) .question-numbers li a:hover,
body:is(.wp-theme-art21-courses, .art21-courses) .question-numbers li.current a {
  background: var(--info);
}
body:is(.wp-theme-art21-courses, .art21-courses) .question-numbers li.current a,
body:is(.wp-theme-art21-courses, .art21-courses) #popup-course .quiz-questions .lp-fib-answered.correct {
  border-color: var(--info);
}
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-status .countdown .clock .circle-progress-bar {
  stroke: var(--info);
}
body:is(.wp-theme-art21-courses, .art21-courses) .answer-options .answer-option input[type=checkbox] {
  border-radius: 0;
}
body:is(.wp-theme-art21-courses, .art21-courses) .answer-options .answer-option input[type=checkbox]:checked {
  background: var(--accent);
  border-color: var(--accent);
}
body:is(.wp-theme-art21-courses, .art21-courses) .answer-options .answer-option input[type=radio]:checked {
  background: var(--bg);
  border-color: var(--fg-muted);
}
body:is(.wp-theme-art21-courses, .art21-courses) .answer-options .answer-option input[type=radio]:checked ~ .option-title::before,
body:is(.wp-theme-art21-courses, .art21-courses) .answer-options .answer-option input[type=radio]:checked::after {
  background: var(--accent);
}
body:is(.wp-theme-art21-courses, .art21-courses) .answer-options .answer-option input[type=checkbox]:checked::after {
  color: var(--accent-fg);
}
body:is(.wp-theme-art21-courses, .art21-courses) .answer-options .answer-option.answered-correct input[type=radio]:checked {
  background: var(--bg);
  border-color: var(--success);
}
body:is(.wp-theme-art21-courses, .art21-courses) .answer-options .answer-option.answered-correct input[type=checkbox]:checked {
  background: var(--success);
  border-color: var(--success);
}
body:is(.wp-theme-art21-courses, .art21-courses) .question-answers:has(.question-response.incorrect) .answer-option.answered-correct input:checked {
  background: var(--danger);
  border-color: var(--danger);
}
body:is(.wp-theme-art21-courses, .art21-courses) .answer-options .answer-option.answered-wrong input:checked {
  background: var(--danger);
  border-color: var(--danger);
}
body:is(.wp-theme-art21-courses, .art21-courses) .answer-options .answer-option.answered-wrong input[type=radio]:checked,
body:is(.wp-theme-art21-courses, .art21-courses) .question-answers:has(.question-response.incorrect) .answer-option.answered-correct input[type=radio]:checked {
  background: var(--bg);
  border-color: var(--danger);
}
body:is(.wp-theme-art21-courses, .art21-courses) .answer-options .answer-option.answered-correct input[type=radio]:checked::after,
body:is(.wp-theme-art21-courses, .art21-courses) .answer-options .answer-option.answered-wrong input[type=radio]:checked::after,
body:is(.wp-theme-art21-courses, .art21-courses) .question-answers:has(.question-response.incorrect) .answer-option.answered-correct input[type=radio]:checked::after {
  background: var(--fg);
}
body:is(.wp-theme-art21-courses, .art21-courses) .answer-options .answer-option.answered-correct input[type=radio]:checked ~ .option-title::before {
  background: var(--success);
}
body:is(.wp-theme-art21-courses, .art21-courses) .answer-options .answer-option.answered-wrong input[type=radio]:checked ~ .option-title::before,
body:is(.wp-theme-art21-courses, .art21-courses) .question-answers:has(.question-response.incorrect) .answer-option.answered-correct input[type=radio]:checked ~ .option-title::before {
  background: var(--danger);
}
body:is(.wp-theme-art21-courses, .art21-courses) .answer-options .answer-option.answered-correct input[type=checkbox]:checked::after,
body:is(.wp-theme-art21-courses, .art21-courses) .answer-options .answer-option.answered-wrong input[type=checkbox]:checked::after {
  color: var(--c-black);
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-curriculum .section-content .course-item-meta .count {
  background: var(--accent);
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-checkout-form a,
body:is(.wp-theme-art21-courses, .art21-courses) #checkout-account-login .lp-checkout-sign-up-link a,
body:is(.wp-theme-art21-courses, .art21-courses) .lp-terms-and-conditions a {
  color: var(--accent-text);
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-checkout-form div.lp-guest-checkout-output {
  border-color: var(--info);
}

header#header {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.75rem;
  background-color: var(--colorBG);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--colorText);
  gap: 1.5rem;
  z-index: 5;
}
header#header .text-container {
  margin: auto 0;
}
header#header h1 {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  font-weight: normal;
}
header#header h1 a {
  text-decoration: none;
}
header#header .site-title {
  font-family: "MalloryMP", sans-serif;
}
header#header #branding a {
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625em;
  text-decoration: none;
}
header#header #branding .logo-wrap {
  display: block;
  border: 1px solid currentColor;
  width: 50px;
  height: 27px;
  border-right: 0;
}
header#header #branding .logo-wrap svg {
  display: block;
  width: 100%;
  height: auto;
}
header#header #branding .logo-wrap svg * {
  fill: currentColor;
}
header#header #branding .text-wrap {
  font-size: 1.5rem;
  line-height: 1;
}
header#header #header-certificate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
header#header #header-certificate a {
  font-family: "MalloryMP", sans-serif;
  font-size: var(--type-caption);
  text-decoration: none;
  white-space: nowrap;
}
header#header .menu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  height: 49px;
  display: none;
}
header#header .menu-toggle span.menu-graphic {
  position: absolute;
  top: 50%;
  right: 1.125rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 29px;
  height: 1px;
  background-color: var(--colorBG);
  pointer-events: none;
}
header#header .menu-toggle span.menu-graphic::before, header#header .menu-toggle span.menu-graphic::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--colorBG);
  left: 0;
  top: 0;
}
header#header .menu-toggle span.menu-graphic::BEFORE {
  -webkit-transform: translateY(-7px);
      -ms-transform: translateY(-7px);
          transform: translateY(-7px);
}
header#header .menu-toggle span.menu-graphic::AFTER {
  -webkit-transform: translateY(7px);
      -ms-transform: translateY(7px);
          transform: translateY(7px);
}
header#header .menu-toggle button {
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  color: var(--colorText);
  font-size: 0.703125rem;
  cursor: pointer;
  font-family: "MalloryMP", sans-serif;
  padding-right: 58px;
}
header#header .menu-toggle button.close-menu {
  display: none;
}
header#header.show-nav .menu-toggle .show-menu {
  display: none;
}
header#header.show-nav .menu-toggle .close-menu {
  display: block;
}
header#header.show-nav span.menu-graphic {
  background-color: transparent;
}
header#header.show-nav span.menu-graphic::before, header#header.show-nav span.menu-graphic::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--c-gray-60);
  left: 0;
  top: 0;
}
header#header.show-nav span.menu-graphic::BEFORE {
  -webkit-transform: rotate(33deg);
      -ms-transform: rotate(33deg);
          transform: rotate(33deg);
}
header#header.show-nav span.menu-graphic::AFTER {
  -webkit-transform: rotate(-33deg);
      -ms-transform: rotate(-33deg);
          transform: rotate(-33deg);
}
header#header #search {
  display: none;
}
@media (hover: hover) {
  header#header a:HOVER,
  header#header #branding a:HOVER,
  header#header .menu-toggle button:HOVER {
    color: var(--accent);
  }
  header#header .menu-toggle:HOVER span.menu-graphic::BEFORE,
  header#header .menu-toggle:HOVER span.menu-graphic::AFTER,
  header#header .menu-toggle:HOVER span.menu-graphic {
    background-color: white;
  }
  header#header.show-nav .menu-toggle:HOVER span.menu-graphic {
    background-color: black;
  }
}

header.header {
  margin-inline: auto;
  max-width: var(--lp-container-max-width);
}
.type-page header.header {
  padding-block: var(--page-margin);
  padding-inline: var(--gutter);
}
.type-page header.header h1.entry-title {
  margin: 0;
  font-size: var(--type-display);
}

footer#footer {
  --bg: var(--c-black);
  --bg-raised: var(--c-gray-90);
  --bg-sunken: var(--c-gray-95);
  --fg: var(--c-gray-10);
  --fg-muted: var(--c-gray-40);
  --fg-subtle: var(--c-gray-60);
  --border: var(--c-gray-80);
  --border-strong: var(--c-gray-60);
  --accent: var(--c-purple);
  --accent-fg: var(--c-white);
  --accent-hover: var(--c-purple-dark);
  --accent-text: var(--c-purple-lighter);
  --focus-ring: var(--c-purple-lighter);
  background-color: var(--c-gray-95);
  color: var(--c-gray-10);
  padding: 0;
  min-height: 25vh;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr auto;
  gap: 0;
  -webkit-box-shadow: inset 0px 0.125rem 3rem -3.25rem var(--c-purple-light);
          box-shadow: inset 0px 0.125rem 3rem -3.25rem var(--c-purple-light);
}
footer#footer nav.footer-menu {
  padding-block: var(--standard-pad);
  padding-inline: var(--standard-pad);
}
footer#footer nav.footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1rem;
}
footer#footer nav.footer-menu {
  grid-column: 1/span 2;
  grid-row: 1;
}
@media (max-width: 768px) {
  footer#footer nav.footer-menu {
    grid-row: 1;
  }
  footer#footer nav.footer-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
}
footer#footer #copyright {
  grid-column: 1/span 2;
  padding-inline: var(--standard-pad);
}
footer#footer #org-link {
  grid-column: span 1/-1;
  text-align: right;
  padding-inline: var(--standard-pad);
}
footer#footer #copyright,
footer#footer #org-link {
  grid-row: 2;
  padding-block: var(--standard-pad);
  color: var(--fg-subtle);
}
@media (max-width: 768px) {
  footer#footer {
    grid-template-columns: 1fr 1fr;
    row-gap: 2rem;
  }
  footer#footer #copyright,
  footer#footer #org-link {
    grid-row: 3;
  }
}

.fieldset-wrap {
  grid-column: span 1/-1;
  grid-row: 1;
  padding: 0;
  margin-block: 0;
  margin-inline: auto 0;
}
.fieldset-wrap .preferences {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
  padding-block: var(--standard-pad);
  padding-inline: var(--gutter) var(--standard-pad);
  border: none;
  margin: 0;
}
@media (max-width: 768px) {
  .fieldset-wrap {
    grid-column: 1/-1;
    grid-row: 2;
  }
  .fieldset-wrap .preferences {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.motion-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-family: var(--font-body);
  font-size: var(--type-caption);
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.theme-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid var(--border);
  -webkit-margin-end: auto;
          margin-inline-end: auto;
}
.theme-toggle__option {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
  min-height: 2.75rem;
  padding: 0.6875rem 1.5rem;
  border: 0px solid transparent;
  border-radius: 0;
  font-family: var(--font-body);
  font-size: var(--type-body);
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background: none;
  color: inherit;
  -webkit-transition: background-color calc(0.15s * var(--motion-scale)) ease, border-color calc(0.15s * var(--motion-scale)) ease, color calc(0.15s * var(--motion-scale)) ease;
  transition: background-color calc(0.15s * var(--motion-scale)) ease, border-color calc(0.15s * var(--motion-scale)) ease, color calc(0.15s * var(--motion-scale)) ease;
}
.theme-toggle__option:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 2px;
}
.theme-toggle__option:disabled, .theme-toggle__option[aria-disabled=true] {
  cursor: not-allowed;
  opacity: 0.5;
}
.theme-toggle__option[aria-busy=true] {
  cursor: progress;
  opacity: 0.7;
}
.theme-toggle__option {
  background-color: transparent;
  border-color: transparent;
  color: var(--fg);
}
.theme-toggle__option:hover:not(:disabled), .theme-toggle__option:focus-visible:not(:disabled) {
  background-color: var(--bg-raised);
}
.theme-toggle__option {
  position: relative;
  border: none;
  border-radius: 0;
  padding: 0.5rem 0.75rem;
  font-family: var(--font-body);
  font-size: var(--type-caption);
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: 0.01em;
  min-height: 0;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.theme-toggle__option + .theme-toggle__option {
  border-left: 1px solid var(--border);
}
.theme-toggle__option.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: var(--accent);
}
.theme-toggle__option:not(.is-active):hover::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
}
.theme-toggle__option[data-theme-option=light]:not(.is-active):hover::before {
  background-color: var(--c-white);
}
.theme-toggle__option[data-theme-option=dark]:not(.is-active):hover::before {
  background-color: var(--c-black);
}

nav#menu {
  display: block;
}
nav#menu ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.25rem;
  margin: 0;
  padding: 0;
}
nav#menu ul.menu li {
  list-style: none;
}
nav#menu ul.menu li a {
  text-decoration: none;
  font-family: "MalloryMP", sans-serif;
  font-size: var(--type-caption);
}

.learn-press-breadcrumb,
.mobile-navigation,
.drawer-wrap,
p.site-description,
.social-share-toggle {
  display: none;
}

#site-description {
  display: none;
}

#learn-press-item-comments {
  display: none;
}

.lp-archive-courses .course-meta-primary,
.lp-archive-courses .course-meta.course-meta-primary .course-meta__pull-left .meta-item-categories {
  display: none;
}

.lp-archive-courses .course-meta__pull-left .meta-item.meta-item-level {
  display: none;
}

.page-template-tmpl-landing main#content {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: repeat(6, auto);
}
.page-template-tmpl-landing .home-header {
  grid-column: 1/-1;
  grid-row: 1;
  padding-inline: var(--gutter) var(--page-margin);
  padding-block: calc(2 * var(--standard-pad));
  border-bottom: 1px solid var(--colorBorder);
  z-index: 2;
}
.page-template-tmpl-landing .home-header h1 {
  margin: 0;
  color: var(--accent-text);
}

body.page-template-tmpl-homepage .site-intro {
  max-width: 56ch;
  margin: 0 auto;
}
body.page-template-tmpl-homepage .course-feature-landing {
  padding-block: 0 var(--page-margin);
  padding-inline: var(--gutter);
}
@media (min-aspect-ratio: 13/9) {
  body.page-template-tmpl-homepage .featured-course-card__trailer {
    padding-inline: var(--standard-pad);
  }
}
@media (min-aspect-ratio: 13/9) and (min-width: 769px) {
  body.page-template-tmpl-homepage .featured-course-card__trailer {
    padding-block: var(--page-margin) 0;
    padding-inline: var(--gutter);
  }
}
@media (min-aspect-ratio: 15/9) and (min-width: 769px) {
  body.page-template-tmpl-homepage .featured-course-card__trailer {
    padding-inline: 12vw;
  }
}
@media (min-aspect-ratio: 17/9) and (min-width: 769px) {
  body.page-template-tmpl-homepage .featured-course-card__trailer {
    padding-inline: 18vw;
  }
}
body.page-template-tmpl-homepage .featured-course-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 1500px;
  margin-inline: auto;
}
body.page-template-tmpl-homepage .featured-course-card__body {
  border-left: 0;
  border-top: 1px solid var(--colorBorder);
}
@media (max-width: 768px) {
  body.page-template-tmpl-homepage .featured-course-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-inline: calc(var(--page-margin) * 3);
  }
  body.page-template-tmpl-homepage .featured-course-card__body {
    border-left: 1px solid var(--colorBorder);
    border-top: 0;
  }
}
@media (max-width: 500px) {
  body.page-template-tmpl-homepage .featured-course-card {
    margin-inline: var(--page-margin);
  }
}

.home.page-template-tmpl-landing main#content > article {
  z-index: 2;
}
.home.page-template-tmpl-landing main#content > article.homepage-landing {
  grid-column: 1/span 4;
  grid-row: 2/-1;
  padding-block: var(--gutter) var(--standard-pad);
  padding-inline: var(--gutter) var(--page-margin);
  border-right: 1px solid var(--border);
}
.home.page-template-tmpl-landing main#content > article.homepage-landing p {
  font-family: var(--font-body);
  font-size: var(--type-bigbody);
  line-height: var(--leading-snug);
  font-weight: 400;
  letter-spacing: 0;
  max-width: 44ch;
  text-wrap: pretty;
}
.home.page-template-tmpl-landing main#content > article.course-feature-landing {
  grid-column: span 5/-1;
  grid-row: 2/-2;
  padding: var(--page-margin);
}

article.page.type-page:first-of-type {
  grid-column: 3/span 5;
}

article.course-feature {
  background-color: var(--c-gray-95);
  color: var(--c-white);
}

figure.home-bg {
  grid-column: 1/-1;
  grid-row: 1/-1;
  background-color: var(--accent);
  background-image: -webkit-gradient(linear, left top, left bottom, from(color-mix(in srgb, var(--c-purple-lighter) 25%, transparent)), color-stop(150%, var(--bg)));
  background-image: linear-gradient(color-mix(in srgb, var(--c-purple-lighter) 25%, transparent) 0%, var(--bg) 150%);
  margin: 0;
  display: none;
}
figure.home-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  mix-blend-mode: var(--home-blend);
  opacity: 0.5;
  -webkit-filter: grayscale(0.5) blur(0.25rem);
          filter: grayscale(0.5) blur(0.25rem);
}

/* Landing page featured-course card (variant of the courses-archive card) */
.course-feature {
  display: block;
  max-width: 1100px;
  margin: 3.75rem auto;
  padding: 0 24px;
}

.featured-course-card {
  background-color: var(--bg);
  border-radius: var(--lp-border-radius);
  overflow: hidden;
  -webkit-margin-after: var(--page-margin);
          margin-block-end: var(--page-margin);
}
.home .featured-course-card {
  padding: 0;
}
.home .featured-course-card__image {
  grid-row: 1;
  grid-column: 1/-1;
}
body:not(.page-template-tmpl-homepage) .featured-course-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0 var(--page-margin);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .featured-course-card {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.featured-course-card__image {
  display: block;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.featured-course-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.featured-course-card__body {
  padding: 2.5rem;
}
@media (max-width: 768px) {
  .featured-course-card__body {
    padding: 1.875rem;
  }
}
.home .featured-course-card__body {
  border: 1px solid var(--colorBorder);
  border-top: 0;
  padding: var(--page-margin);
  grid-column: 1/-1;
}
.featured-course-card__title {
  font-family: var(--font-body);
  font-size: var(--type-subhead);
  line-height: var(--leading-snug);
  font-weight: 700;
  letter-spacing: -0.01em;
  text-wrap: balance;
}
.featured-course-card__title a {
  color: var(--fg);
  text-decoration: none;
}
.featured-course-card__description {
  margin-bottom: 1.875rem;
  color: var(--fg);
}
.featured-course-card__description > * {
  max-width: 48ch;
}
.featured-course-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.featured-course-card__price {
  font-weight: 600;
  color: var(--fg-muted);
}
.featured-course-card__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}
.featured-course-card__cta form {
  margin: 0;
}
.featured-course-card__cta .lp-button,
.featured-course-card__cta button,
.featured-course-card__cta a > *:NOT(button) {
  display: inline-block;
  background-color: var(--c-blue);
  color: var(--c-white);
  text-decoration: none;
  border: 0;
  cursor: pointer;
  padding: 0.9375rem 1.875rem;
  font: inherit;
  line-height: 1;
}

.featured-course-card__trailer .vg-overlay-play.play span.icon-play, .featured-course-card__trailer .vg-overlay-play.pause span.icon-play,
.overview-video-embed .vg-overlay-play.play span.icon-play,
.overview-video-embed .vg-overlay-play.pause span.icon-play {
  display: none;
}

.featured-course-card__trailer .vg-overlay-play span.icon-play,
.overview-video-embed .vg-overlay-play span.icon-play {
  font-size: 1rem;
  text-shadow: none;
  padding-left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  --trailer-line-height: 1.4;
  --trailer-btn-height: calc((1rem * var(--trailer-line-height)) + 1.375rem + 2px);
}
.featured-course-card__trailer .vg-overlay-play span.icon-play::before,
.overview-video-embed .vg-overlay-play span.icon-play::before {
  font-family: "art21";
  font-style: normal;
  font-weight: normal;
  font-size: 2.25em;
  text-indent: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: var(--trailer-btn-height);
  height: var(--trailer-btn-height);
  line-height: 1;
  background-color: var(--c-purple-light);
  color: var(--c-black);
  border: 1px solid var(--c-purple-light);
  border-right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color calc(0.15s * var(--motion-scale)) ease, color calc(0.15s * var(--motion-scale)) ease, border-color calc(0.15s * var(--motion-scale)) ease;
  transition: background-color calc(0.15s * var(--motion-scale)) ease, color calc(0.15s * var(--motion-scale)) ease, border-color calc(0.15s * var(--motion-scale)) ease;
}
.featured-course-card__trailer .vg-overlay-play span.icon-play::after,
.overview-video-embed .vg-overlay-play span.icon-play::after {
  content: "Watch Trailer";
  display: inline-block;
  line-height: var(--trailer-line-height);
  padding: 0.6875rem 1.5rem;
  background-color: color-mix(in srgb, var(--c-black) 90%, transparent);
  border: 1px solid var(--c-black);
  border-left: 0;
  color: var(--c-gray-10);
  font-weight: 700;
  white-space: nowrap;
  -webkit-transition: background-color calc(0.15s * var(--motion-scale)) ease, border-color calc(0.15s * var(--motion-scale)) ease;
  transition: background-color calc(0.15s * var(--motion-scale)) ease, border-color calc(0.15s * var(--motion-scale)) ease;
}
.overlayPlayContainer:hover .featured-course-card__trailer .vg-overlay-play span.icon-play::before, .overlayPlayContainer:focus-within .featured-course-card__trailer .vg-overlay-play span.icon-play::before,
.overlayPlayContainer:hover .overview-video-embed .vg-overlay-play span.icon-play::before,
.overlayPlayContainer:focus-within .overview-video-embed .vg-overlay-play span.icon-play::before {
  background-color: var(--c-purple);
  border-color: var(--c-black);
  color: var(--c-black);
}
.overlayPlayContainer:hover .featured-course-card__trailer .vg-overlay-play span.icon-play::after, .overlayPlayContainer:focus-within .featured-course-card__trailer .vg-overlay-play span.icon-play::after,
.overlayPlayContainer:hover .overview-video-embed .vg-overlay-play span.icon-play::after,
.overlayPlayContainer:focus-within .overview-video-embed .vg-overlay-play span.icon-play::after {
  background-color: rgba(255, 255, 255, 0.12);
  border-color: var(--c-black);
}

.vid-size-container {
  /* stylelint-disable color-no-hex -- palette definition; naming the colours is the point */
  --player-bg: var(--c-pure-black);
  --player-fg: var(--c-white);
  --player-surface: var(--c-gray-95);
  --player-scrim: rgba(0, 0, 0, 0.6);
  --player-hairline: rgba(255, 255, 255, 0.6);
  --player-hover-fill: rgba(255, 255, 255, 0.12);
  --player-track: rgba(255, 255, 255, 0.15);
  --player-track-dim: rgba(255, 255, 255, 0.1);
  --player-muted: #666;
  --player-muted-alt: #626262;
  --player-subtle: #999;
  --player-text-shadow: rgba(0, 0, 0, 0.25);
  /* stylelint-enable color-no-hex */
  aspect-ratio: 16/9;
  position: relative;
  opacity: 0;
  -webkit-box-shadow: 0px 0px 1em -0.5em var(--accentColor);
          box-shadow: 0px 0px 1em -0.5em var(--accentColor);
}
.vid-size-container.loaded {
  opacity: 1;
}

.player-area-wrapper {
  position: relative;
  aspect-ratio: 16/9;
}

.player-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  width: 100%;
  overflow: hidden;
}

.player-area {
  overflow: hidden;
  width: 100%;
}

.vjs-art21-player {
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
  background-color: var(--player-bg);
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.vjs-art21-player button {
  cursor: pointer;
}
.vjs-art21-player.fullScreen {
  left: 0;
  top: 0;
}

.has-source {
  width: 100%;
  height: 100%;
  position: relative;
}

.art21-video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--player-bg);
}

.no-media-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  color: var(--player-fg);
}

.vg-end-screen {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--player-scrim);
}

.vg-end-screen-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.vg-end-screen-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  min-height: 2.75rem;
  padding: 0.6875rem 1.5rem;
  border: 1px solid var(--player-hairline);
  border-radius: 0;
  background: none;
  color: var(--player-fg);
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: background-color calc(0.15s * var(--motion-scale)) ease, border-color calc(0.15s * var(--motion-scale)) ease;
  transition: background-color calc(0.15s * var(--motion-scale)) ease, border-color calc(0.15s * var(--motion-scale)) ease;
}
.vg-end-screen-button:hover, .vg-end-screen-button:focus-visible {
  background-color: var(--player-hover-fill);
  border-color: var(--player-fg);
}
.vg-end-screen-button:focus-visible {
  outline: 2px solid var(--player-fg);
  outline-offset: 2px;
}
.vg-end-screen-button--primary {
  background-color: var(--accent, var(--player-fg));
  border-color: var(--accent, var(--player-fg));
  color: var(--accent-fg, var(--player-bg));
}
.vg-end-screen-button--primary:hover, .vg-end-screen-button--primary:focus-visible {
  background-color: var(--accent-hover, var(--accent, var(--player-fg)));
  border-color: var(--accent-hover, var(--accent, var(--player-fg)));
}

.vg-overlay-play {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 4;
  top: 0;
}
.vg-overlay-play.pause, .vg-overlay-play.play {
  z-index: 2;
}
.vg-overlay-play.pause span, .vg-overlay-play.play span {
  display: none;
}
.vg-overlay-play.stop span {
  display: block;
}
.vg-overlay-play .overlayPlayContainer {
  width: 100%;
  height: 100%;
  position: absolute;
  display: table;
  cursor: pointer;
}
.vg-overlay-play .overlayPlayContainer:hover span.icon-play, .vg-overlay-play .overlayPlayContainer:focus-within span.icon-play {
  color: var(--sectionColorPri, var(--player-fg));
}
.vg-overlay-play:focus {
  outline: none;
}
.vg-overlay-play:focus-visible {
  outline: none;
}
.vg-overlay-play:focus-visible span.icon-play {
  color: var(--sectionColorPri, var(--player-fg));
  outline: 2px solid var(--player-fg);
  outline-offset: 4px;
}
.vg-overlay-play span.icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 16vw;
  color: var(--player-fg);
  z-index: 2;
  padding-left: 0.125em;
  text-shadow: 0px 1px 0.05em var(--player-text-shadow);
}
.vg-overlay-play span.icon-play::before {
  margin: 0;
}

.vg-controls {
  width: 100%;
  height: 50px;
  display: block;
  position: absolute;
  z-index: 4;
  bottom: 0;
  opacity: 1;
  -webkit-transition: opacity calc(0.3s * var(--motion-scale)) ease-out;
  transition: opacity calc(0.3s * var(--motion-scale)) ease-out;
}
.vg-controls.controls-hidden {
  opacity: 0;
  pointer-events: none;
}
.vg-controls:focus-within {
  opacity: 1;
  pointer-events: auto;
}
.vg-controls::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: -1;
  background-image: linear-gradient(to top, color-mix(in srgb, var(--player-surface) 45%, transparent) 0px, transparent 80px), linear-gradient(to top, color-mix(in srgb, var(--player-surface) 22%, transparent) 0px, transparent 80px);
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: 0px 0px, 0px 80px;
}
.vg-controls .controls-container {
  width: 100%;
  height: 50px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "MalloryMP", sans-serif;
  font-style: normal;
  font-size: 12px;
  line-height: 30px;
}

.vg-play-pause-button,
.vg-fullscreen-button,
.vg-pip-button,
.vg-volume {
  display: block;
  text-align: center;
  cursor: pointer;
  line-height: 50px;
}

.vg-play-pause-button,
.vg-fullscreen-button,
.vg-pip-button {
  width: 50px;
}

.vg-pip-button {
  position: relative;
}

.vg-volume {
  width: 200px;
  position: relative;
  margin-right: auto;
}

.vg-rewind-button {
  display: table-cell;
  width: 50px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.vg-time-display {
  color: var(--player-fg);
  display: table-cell;
  font-variant-numeric: tabular-nums;
  font-size: 13px;
  letter-spacing: 0.02em;
  width: 90px;
  min-width: 90px;
  vertical-align: middle;
  text-align: center;
  cursor: default;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
}
.vg-time-display.show {
  opacity: 1;
  visibility: visible;
}

.vg-mute-button {
  width: 50px;
  display: block;
}
.vg-mute-button .level3::before {
  content: "\e002";
}
.vg-mute-button .level2::before {
  content: "\e003";
}
.vg-mute-button .level1::before {
  content: "\e004";
}
.vg-mute-button .level0::before {
  content: "\e005";
}
.vg-mute-button .mute::before {
  content: "\e006";
}

.vg-volume-bar {
  width: 150px;
  height: 40px;
  position: absolute;
  top: 9px;
  left: 30px;
  cursor: pointer;
}
.vg-volume-bar .horizontalVolumeBar {
  width: 100px;
  height: 4px;
  position: absolute;
  top: 15px;
  left: 15px;
}
.vg-volume-bar .volumeBackground {
  width: 100%;
  height: 100%;
  background-color: var(--player-muted);
  position: relative;
  cursor: pointer;
}
.vg-volume-bar .volumeValue {
  height: 100%;
  background-color: var(--player-fg);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.vg-volume-bar .volumeClickArea {
  position: absolute;
  top: -23px;
  height: 50px;
  width: 100%;
  overflow: visible;
}
.vg-volume-bar .volumeClickArea .knob {
  width: 12px;
  height: 12px;
  background-color: var(--player-fg);
  border-radius: 50%;
  top: 18px;
  position: absolute;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.vg-scrub-bar {
  width: auto;
  display: block;
  cursor: pointer;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 51px;
  height: 4px;
}
.vg-scrub-bar [role=slider] {
  position: relative;
  height: 4px;
  margin: 0;
  background-color: var(--player-muted);
  -webkit-transition: background-color calc(0.25s * var(--motion-scale));
  transition: background-color calc(0.25s * var(--motion-scale));
}
.vg-scrub-bar .container {
  position: absolute;
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
}
.vg-scrub-bar:hover [role=slider] {
  background-color: var(--player-muted-alt);
}

.vg-scrub-bar-current-time {
  position: absolute;
  background-color: var(--player-fg);
  width: 0;
  height: 100%;
  display: block;
  cursor: pointer;
}
.vg-scrub-bar-current-time::after {
  content: "";
  height: 15px;
  width: 15px;
  position: absolute;
  top: -5px;
  right: -7px;
  background: var(--player-fg);
  border-radius: 50%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform calc(0.3s * var(--motion-scale));
  transition: -webkit-transform calc(0.3s * var(--motion-scale));
  transition: transform calc(0.3s * var(--motion-scale));
  transition: transform calc(0.3s * var(--motion-scale)), -webkit-transform calc(0.3s * var(--motion-scale));
}

.vg-scrub-bar:hover .vg-scrub-bar-current-time::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.vg-scrub-bar-buffer {
  position: absolute;
  background-color: var(--player-muted);
  width: 0;
  height: 100%;
  display: block;
  cursor: pointer;
}

.vg-play-pause-button .play::before {
  content: "\e000";
}

.vg-play-pause-button .pause::before {
  content: "\e001";
}

.vg-fullscreen-button {
  position: relative;
}
.vg-fullscreen-button .fullscreenIcon::before {
  content: "\e007";
}
.vg-fullscreen-button .enter::before {
  content: "\e007";
}
.vg-fullscreen-button .exit::before {
  content: "\e008";
}

.vg-rewind-button .rewindButton::before {
  content: "\e009";
}

.vjs-art21-player:-webkit-full-screen {
  width: 100%;
  height: 100%;
  position: relative !important;
}

.vjs-art21-player:-ms-fullscreen {
  width: 100%;
  height: 100%;
  position: relative !important;
}

.vjs-art21-player:fullscreen {
  width: 100%;
  height: 100%;
  position: relative !important;
}

.vjs-art21-player.fullScreen .vg-controls {
  position: absolute !important;
}

.iconButton {
  color: var(--player-fg);
  font-family: "art21";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  background: none;
  border: none;
  font-size: 32px;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.iconButton:hover .tooltip,
.iconButton:focus-visible .tooltip,
.iconButton:focus-within .tooltip {
  display: block;
}

.iconButton:focus-visible {
  outline: 2px solid var(--player-fg);
  outline-offset: 2px;
}

.tooltip {
  font-family: var(--font-body);
  font-size: var(--type-caption);
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: 0.01em;
  position: absolute;
  bottom: 66px;
  white-space: nowrap;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 5px 10px;
  background-color: var(--player-surface);
  color: var(--player-fg);
  display: none;
}
.tooltip * {
  font: inherit;
}
.tooltip ul {
  margin: 0;
  padding: 0;
}
.fullscreenIcon .tooltip {
  left: auto;
  right: 10px;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.fullscreenIcon .tooltip::after {
  left: auto;
  right: 9px;
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
          transform: translate3d(0, 0, 0) rotate(45deg);
}
.fullscreenIcon .tooltip::before {
  left: auto;
  right: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.tooltip::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 40px;
}
.tooltip::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate3d(-50%, 0, 0) rotate(45deg);
          transform: translate3d(-50%, 0, 0) rotate(45deg);
  width: 15px;
  height: 15px;
  background-color: var(--player-surface);
}

.vg-captions-toggle,
.vg-settings-toggle {
  display: table-cell;
  width: 50px;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.captionsToggleIcon,
.settingsToggleIcon {
  position: relative;
}
.captionsToggleIcon .captionsIcon,
.settingsToggleIcon .captionsIcon {
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: middle;
  background-color: var(--player-fg);
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M15.65,17.65l.02.02-.25,2.02c-.74.45-1.68.8-2.98.8-2.45,0-4.44-1.76-4.44-4.5,0-2.56,2.01-4.5,4.6-4.5,1.29,0,2.24.38,2.91.84v2.06h-.04c-.74-.61-1.68-1.1-2.75-1.1-1.53,0-2.7,1.16-2.7,2.68,0,1.69,1.23,2.74,2.69,2.74,1.12,0,2.13-.44,2.94-1.07ZM21.03,18.72c-1.46,0-2.69-1.05-2.69-2.74,0-1.52,1.17-2.68,2.7-2.68,1.08,0,2.01.49,2.75,1.1h.04v-2.06c-.67-.45-1.62-.84-2.91-.84-2.59,0-4.6,1.94-4.6,4.5,0,2.74,1.99,4.5,4.44,4.5,1.3,0,2.24-.35,2.98-.8l.25-2.02-.02-.02c-.81.62-1.82,1.07-2.94,1.07ZM28,11v10c0,1.66-1.34,3-3,3H7c-1.66,0-3-1.34-3-3v-10c0-1.66,1.34-3,3-3h18c1.66,0,3,1.34,3,3ZM27,11c0-1.1-.9-2-2-2H7c-1.1,0-2,.9-2,2v10c0,1.1.9,2,2,2h18c1.1,0,2-.9,2-2v-10Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M15.65,17.65l.02.02-.25,2.02c-.74.45-1.68.8-2.98.8-2.45,0-4.44-1.76-4.44-4.5,0-2.56,2.01-4.5,4.6-4.5,1.29,0,2.24.38,2.91.84v2.06h-.04c-.74-.61-1.68-1.1-2.75-1.1-1.53,0-2.7,1.16-2.7,2.68,0,1.69,1.23,2.74,2.69,2.74,1.12,0,2.13-.44,2.94-1.07ZM21.03,18.72c-1.46,0-2.69-1.05-2.69-2.74,0-1.52,1.17-2.68,2.7-2.68,1.08,0,2.01.49,2.75,1.1h.04v-2.06c-.67-.45-1.62-.84-2.91-.84-2.59,0-4.6,1.94-4.6,4.5,0,2.74,1.99,4.5,4.44,4.5,1.3,0,2.24-.35,2.98-.8l.25-2.02-.02-.02c-.81.62-1.82,1.07-2.94,1.07ZM28,11v10c0,1.66-1.34,3-3,3H7c-1.66,0-3-1.34-3-3v-10c0-1.66,1.34-3,3-3h18c1.66,0,3,1.34,3,3ZM27,11c0-1.1-.9-2-2-2H7c-1.1,0-2,.9-2,2v10c0,1.1.9,2,2,2h18c1.1,0,2-.9,2-2v-10Z"/></svg>');
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.captionsToggleIcon.active .captionsIcon,
.settingsToggleIcon.active .captionsIcon {
  background-color: var(--sectionColorPri, var(--player-fg));
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M25,8H7c-1.66,0-3,1.34-3,3v10c0,1.66,1.34,3,3,3h18c1.66,0,3-1.34,3-3v-10c0-1.66-1.34-3-3-3ZM15.42,19.7c-.74.45-1.68.8-2.98.8-2.45,0-4.44-1.76-4.44-4.5,0-2.56,2.01-4.5,4.6-4.5,1.29,0,2.24.38,2.91.84v2.06h-.04c-.74-.61-1.68-1.1-2.75-1.1-1.53,0-2.7,1.16-2.7,2.68,0,1.69,1.23,2.74,2.69,2.74,1.12,0,2.13-.44,2.94-1.07l.02.02-.25,2.02ZM23.75,19.7c-.74.45-1.68.8-2.98.8-2.45,0-4.44-1.76-4.44-4.5,0-2.56,2.01-4.5,4.6-4.5,1.29,0,2.24.38,2.91.84v2.06h-.04c-.74-.61-1.68-1.1-2.75-1.1-1.53,0-2.7,1.16-2.7,2.68,0,1.69,1.23,2.74,2.69,2.74,1.13,0,2.13-.44,2.94-1.07l.02.02-.25,2.02Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M25,8H7c-1.66,0-3,1.34-3,3v10c0,1.66,1.34,3,3,3h18c1.66,0,3-1.34,3-3v-10c0-1.66-1.34-3-3-3ZM15.42,19.7c-.74.45-1.68.8-2.98.8-2.45,0-4.44-1.76-4.44-4.5,0-2.56,2.01-4.5,4.6-4.5,1.29,0,2.24.38,2.91.84v2.06h-.04c-.74-.61-1.68-1.1-2.75-1.1-1.53,0-2.7,1.16-2.7,2.68,0,1.69,1.23,2.74,2.69,2.74,1.12,0,2.13-.44,2.94-1.07l.02.02-.25,2.02ZM23.75,19.7c-.74.45-1.68.8-2.98.8-2.45,0-4.44-1.76-4.44-4.5,0-2.56,2.01-4.5,4.6-4.5,1.29,0,2.24.38,2.91.84v2.06h-.04c-.74-.61-1.68-1.1-2.75-1.1-1.53,0-2.7,1.16-2.7,2.68,0,1.69,1.23,2.74,2.69,2.74,1.13,0,2.13-.44,2.94-1.07l.02.02-.25,2.02Z"/></svg>');
}
.captionsToggleIcon:hover .tooltip, .captionsToggleIcon:focus-within .tooltip, .captionsToggleIcon:focus-visible .tooltip,
.settingsToggleIcon:hover .tooltip,
.settingsToggleIcon:focus-within .tooltip,
.settingsToggleIcon:focus-visible .tooltip {
  display: block;
}
.captionsToggleIcon .tooltip,
.settingsToggleIcon .tooltip {
  bottom: 65px;
  padding: 0.5em 0;
}
.lp-archive-courses .captionsToggleIcon ul,
.lp-archive-courses .settingsToggleIcon ul {
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 70px;
}
.lp-archive-courses .captionsToggleIcon ul li,
.lp-archive-courses .settingsToggleIcon ul li {
  padding: 4px 14px;
  cursor: pointer;
}
.lp-archive-courses .captionsToggleIcon ul li.active,
.lp-archive-courses .settingsToggleIcon ul li.active {
  color: var(--player-fg);
  font-weight: 600;
}
.lp-archive-courses .captionsToggleIcon ul li:focus-visible,
.lp-archive-courses .settingsToggleIcon ul li:focus-visible {
  outline: none;
  background-color: var(--player-track);
}
.lp-archive-courses .captionsToggleIcon ul li:hover,
.lp-archive-courses .settingsToggleIcon ul li:hover {
  background-color: var(--player-track-dim);
}

.settingsIcon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background-color: var(--player-fg);
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.14,12.94c0.04-0.3,0.06-0.61,0.06-0.94c0-0.32-0.02-0.64-0.07-0.94l2.03-1.58c0.18-0.14,0.23-0.41,0.12-0.61 l-1.92-3.32c-0.12-0.22-0.37-0.29-0.59-0.22l-2.39,0.96c-0.5-0.38-1.03-0.7-1.62-0.94L14.4,2.81c-0.04-0.24-0.24-0.41-0.48-0.41 h-3.84c-0.24,0-0.43,0.17-0.47,0.41L9.25,5.35C8.66,5.59,8.12,5.92,7.63,6.29L5.24,5.33c-0.22-0.08-0.47,0-0.59,0.22L2.74,8.87 C2.62,9.08,2.66,9.34,2.86,9.48l2.03,1.58C4.84,11.36,4.8,11.69,4.8,12s0.02,0.64,0.07,0.94l-2.03,1.58 c-0.18,0.14-0.23,0.41-0.12,0.61l1.92,3.32c0.12,0.22,0.37,0.29,0.59,0.22l2.39-0.96c0.5,0.38,1.03,0.7,1.62,0.94l0.36,2.54 c0.05,0.24,0.24,0.41,0.48,0.41h3.84c0.24,0,0.44-0.17,0.47-0.41l0.36-2.54c0.59-0.24,1.13-0.56,1.62-0.94l2.39,0.96 c0.22,0.08,0.47,0,0.59-0.22l1.92-3.32c0.12-0.22,0.07-0.47-0.12-0.61L19.14,12.94z M12,15.6c-1.98,0-3.6-1.62-3.6-3.6 s1.62-3.6,3.6-3.6s3.6,1.62,3.6,3.6S13.98,15.6,12,15.6z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.14,12.94c0.04-0.3,0.06-0.61,0.06-0.94c0-0.32-0.02-0.64-0.07-0.94l2.03-1.58c0.18-0.14,0.23-0.41,0.12-0.61 l-1.92-3.32c-0.12-0.22-0.37-0.29-0.59-0.22l-2.39,0.96c-0.5-0.38-1.03-0.7-1.62-0.94L14.4,2.81c-0.04-0.24-0.24-0.41-0.48-0.41 h-3.84c-0.24,0-0.43,0.17-0.47,0.41L9.25,5.35C8.66,5.59,8.12,5.92,7.63,6.29L5.24,5.33c-0.22-0.08-0.47,0-0.59,0.22L2.74,8.87 C2.62,9.08,2.66,9.34,2.86,9.48l2.03,1.58C4.84,11.36,4.8,11.69,4.8,12s0.02,0.64,0.07,0.94l-2.03,1.58 c-0.18,0.14-0.23,0.41-0.12,0.61l1.92,3.32c0.12,0.22,0.37,0.29,0.59,0.22l2.39-0.96c0.5,0.38,1.03,0.7,1.62,0.94l0.36,2.54 c0.05,0.24,0.24,0.41,0.48,0.41h3.84c0.24,0,0.44-0.17,0.47-0.41l0.36-2.54c0.59-0.24,1.13-0.56,1.62-0.94l2.39,0.96 c0.22,0.08,0.47,0,0.59-0.22l1.92-3.32c0.12-0.22,0.07-0.47-0.12-0.61L19.14,12.94z M12,15.6c-1.98,0-3.6-1.62-3.6-3.6 s1.62-3.6,3.6-3.6s3.6,1.62,3.6,3.6S13.98,15.6,12,15.6z"/></svg>');
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.pipIcon {
  display: inline-block;
  width: 16px;
  height: 12px;
  border: 2px solid var(--player-fg);
  border-radius: 2px;
  position: relative;
  vertical-align: middle;
}
.pipIcon::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 6px;
  height: 4px;
  background: var(--player-fg);
  border-radius: 1px;
}

.pipButton.active .pipIcon {
  border-color: var(--sectionColorPri, var(--player-fg));
}
.pipButton.active .pipIcon::after {
  background: var(--sectionColorPri, var(--player-fg));
}

.settings-tooltip ul {
  min-width: 140px;
}
.settings-tooltip li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
}
.settings-tooltip .settings-current {
  color: var(--player-subtle);
}
.settings-tooltip .settings-back {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: var(--player-subtle);
  border-bottom: 1px solid var(--player-track);
  margin-bottom: 2px;
}
.settings-tooltip .settings-back:hover {
  color: var(--player-fg);
}

.timecode {
  position: absolute;
  top: -55px;
  left: 0;
  padding: 5px 10px;
  background-color: var(--player-surface);
  color: var(--player-fg);
  font-family: "Mallory", sans-serif;
  font-style: normal;
  font-size: 12px;
  line-height: 24px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: calc(0.15s * var(--motion-scale));
          transition-duration: calc(0.15s * var(--motion-scale));
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
}
.timecode::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0) rotate(45deg);
          transform: translate3d(-50%, 0, 0) rotate(45deg);
  width: 15px;
  height: 15px;
  background-color: var(--player-surface);
}
.timecode.showtime {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: calc(0.15s * var(--motion-scale));
          transition-delay: calc(0.15s * var(--motion-scale));
}

#learn-press-checkout {
  padding-block: var(--page-margin);
  padding-inline: var(--gutter) var(--page-margin);
}
#learn-press-checkout .payment-methods .payment-method-form .learn-press-message {
  position: relative;
  left: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

span.required {
  color: var(--danger-text);
}

body:is(.wp-theme-art21-courses, .art21-courses) .lp-checkout-form__before .lp-checkout-block h4,
body:is(.wp-theme-art21-courses, .art21-courses) .lp-checkout-form__after .lp-checkout-block h4,
body:is(.wp-theme-art21-courses, .art21-courses) #checkout-payment h4 {
  color: var(--fg);
}
body:is(.wp-theme-art21-courses, .art21-courses) #checkout-payment .secure-connection {
  color: var(--fg-muted);
  opacity: 1;
}
body:is(.wp-theme-art21-courses, .art21-courses) #checkout-order .course-name a,
body:is(.wp-theme-art21-courses, .art21-courses) #checkout-order .course-title {
  color: var(--fg);
}
body:is(.wp-theme-art21-courses, .art21-courses) #checkout-order .col-number {
  color: var(--fg-muted);
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-checkout-form .lp-form-fields input:not([type=checkbox]),
body:is(.wp-theme-art21-courses, .art21-courses) .lp-checkout-form .order-comments {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  min-height: 2.75rem;
  padding: 0.625rem 0.875rem;
  border: 1px solid var(--border-strong);
  border-radius: 0;
  background-color: var(--bg);
  color: var(--fg);
  font-family: var(--font-body);
  font-size: var(--type-body);
  line-height: 1.4;
  color-scheme: light dark;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-checkout-form .lp-form-fields input:not([type=checkbox])::-webkit-input-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .lp-checkout-form .order-comments::-webkit-input-placeholder {
  color: var(--fg-subtle);
  opacity: 1;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-checkout-form .lp-form-fields input:not([type=checkbox])::-moz-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .lp-checkout-form .order-comments::-moz-placeholder {
  color: var(--fg-subtle);
  opacity: 1;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-checkout-form .lp-form-fields input:not([type=checkbox]):-ms-input-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .lp-checkout-form .order-comments:-ms-input-placeholder {
  color: var(--fg-subtle);
  opacity: 1;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-checkout-form .lp-form-fields input:not([type=checkbox])::-ms-input-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .lp-checkout-form .order-comments::-ms-input-placeholder {
  color: var(--fg-subtle);
  opacity: 1;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-checkout-form .lp-form-fields input:not([type=checkbox])::placeholder,
body:is(.wp-theme-art21-courses, .art21-courses) .lp-checkout-form .order-comments::placeholder {
  color: var(--fg-subtle);
  opacity: 1;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-checkout-form .lp-form-fields input:not([type=checkbox]):focus-visible,
body:is(.wp-theme-art21-courses, .art21-courses) .lp-checkout-form .order-comments:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 2px;
  border-color: var(--accent);
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-checkout-form .lp-form-fields input:not([type=checkbox]):disabled,
body:is(.wp-theme-art21-courses, .art21-courses) .lp-checkout-form .order-comments:disabled {
  background-color: var(--bg-sunken);
  color: var(--fg-subtle);
  cursor: not-allowed;
}
body:is(.wp-theme-art21-courses, .art21-courses) #checkout-order .lp-coupon__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0.5rem;
}
body:is(.wp-theme-art21-courses, .art21-courses) #checkout-order .lp-coupon__wrapper .input-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  min-height: 2.75rem;
  padding: 0.625rem 0.875rem;
  border: 1px solid var(--border-strong);
  border-radius: 0;
  background-color: var(--bg);
  color: var(--fg);
  font-family: var(--font-body);
  font-size: var(--type-body);
  line-height: 1.4;
  color-scheme: light dark;
}
body:is(.wp-theme-art21-courses, .art21-courses) #checkout-order .lp-coupon__wrapper .input-text::-webkit-input-placeholder {
  color: var(--fg-subtle);
  opacity: 1;
}
body:is(.wp-theme-art21-courses, .art21-courses) #checkout-order .lp-coupon__wrapper .input-text::-moz-placeholder {
  color: var(--fg-subtle);
  opacity: 1;
}
body:is(.wp-theme-art21-courses, .art21-courses) #checkout-order .lp-coupon__wrapper .input-text:-ms-input-placeholder {
  color: var(--fg-subtle);
  opacity: 1;
}
body:is(.wp-theme-art21-courses, .art21-courses) #checkout-order .lp-coupon__wrapper .input-text::-ms-input-placeholder {
  color: var(--fg-subtle);
  opacity: 1;
}
body:is(.wp-theme-art21-courses, .art21-courses) #checkout-order .lp-coupon__wrapper .input-text::placeholder {
  color: var(--fg-subtle);
  opacity: 1;
}
body:is(.wp-theme-art21-courses, .art21-courses) #checkout-order .lp-coupon__wrapper .input-text:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 2px;
  border-color: var(--accent);
}
body:is(.wp-theme-art21-courses, .art21-courses) #checkout-order .lp-coupon__wrapper .input-text:disabled {
  background-color: var(--bg-sunken);
  color: var(--fg-subtle);
  cursor: not-allowed;
}
body:is(.wp-theme-art21-courses, .art21-courses) #checkout-order .lp-coupon__wrapper .input-text {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
}
body:is(.wp-theme-art21-courses, .art21-courses) #checkout-account-login .lp-checkout-sign-up-link,
body:is(.wp-theme-art21-courses, .art21-courses) .lp-terms-and-conditions {
  color: var(--fg-muted);
}
body:is(.wp-theme-art21-courses, .art21-courses) #checkout-account-login .lp-checkout-sign-up-link a,
body:is(.wp-theme-art21-courses, .art21-courses) .lp-terms-and-conditions a {
  text-decoration-line: underline;
}
body:is(.wp-theme-art21-courses, .art21-courses) #learn-press-checkout .payment-methods .lp-payment-method > label,
body:is(.wp-theme-art21-courses, .art21-courses) #learn-press-checkout .payment-methods .lp-payment-method.selected > label {
  background-color: var(--bg-raised);
  color: var(--fg);
}
body:is(.wp-theme-art21-courses, .art21-courses) #learn-press-checkout .payment-methods .payment-method-form {
  border-top-color: var(--border);
  background-color: var(--bg-raised);
}
body:is(.wp-theme-art21-courses, .art21-courses) #checkout-payment .lp-payment-method .gateway-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0;
  border: 1px solid var(--border-strong);
  background-color: var(--bg);
  cursor: pointer;
  display: inline-grid;
  place-content: center;
  color-scheme: light dark;
}
body:is(.wp-theme-art21-courses, .art21-courses) #checkout-payment .lp-payment-method .gateway-input::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform calc(0.1s * var(--motion-scale)) ease-in-out;
  transition: -webkit-transform calc(0.1s * var(--motion-scale)) ease-in-out;
  transition: transform calc(0.1s * var(--motion-scale)) ease-in-out;
  transition: transform calc(0.1s * var(--motion-scale)) ease-in-out, -webkit-transform calc(0.1s * var(--motion-scale)) ease-in-out;
  background-color: var(--accent-fg);
}
body:is(.wp-theme-art21-courses, .art21-courses) #checkout-payment .lp-payment-method .gateway-input:checked {
  background-color: var(--accent);
  border-color: var(--accent);
}
body:is(.wp-theme-art21-courses, .art21-courses) #checkout-payment .lp-payment-method .gateway-input:checked::before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
body:is(.wp-theme-art21-courses, .art21-courses) #checkout-payment .lp-payment-method .gateway-input:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 2px;
}
body:is(.wp-theme-art21-courses, .art21-courses) #checkout-payment .lp-payment-method .gateway-input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
body:is(.wp-theme-art21-courses, .art21-courses) #checkout-payment .lp-payment-method .gateway-input {
  border-radius: 50%;
}
body:is(.wp-theme-art21-courses, .art21-courses) #checkout-payment .lp-payment-method .gateway-input::before {
  position: static;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background-color: var(--accent-fg);
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
body:is(.wp-theme-art21-courses, .art21-courses) #checkout-payment .lp-payment-method .gateway-input:checked::before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field .asterisk,
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field .required {
  color: var(--danger-text);
}

body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-profile-course__progress .lp_profile_course_progress__item td,
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-profile-course__progress .lp_profile_course_progress__item th {
  text-align: left;
}

body:is(.wp-theme-art21-courses, .art21-courses) .lp-button,
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form button[type=submit],
body:is(.wp-theme-art21-courses, .art21-courses) .lp-form button[type=submit],
body:is(.wp-theme-art21-courses, .art21-courses) .course-item-nav__button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
  min-height: 2.75rem;
  padding: 0.6875rem 1.5rem;
  border: 0px solid transparent;
  border-radius: 0;
  font-family: var(--font-body);
  font-size: var(--type-body);
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background: none;
  color: inherit;
  -webkit-transition: background-color calc(0.15s * var(--motion-scale)) ease, border-color calc(0.15s * var(--motion-scale)) ease, color calc(0.15s * var(--motion-scale)) ease;
  transition: background-color calc(0.15s * var(--motion-scale)) ease, border-color calc(0.15s * var(--motion-scale)) ease, color calc(0.15s * var(--motion-scale)) ease;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-button:focus-visible,
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form button[type=submit]:focus-visible,
body:is(.wp-theme-art21-courses, .art21-courses) .lp-form button[type=submit]:focus-visible,
body:is(.wp-theme-art21-courses, .art21-courses) .course-item-nav__button:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 2px;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-button:disabled, body:is(.wp-theme-art21-courses, .art21-courses) .lp-button[aria-disabled=true],
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form button[type=submit]:disabled,
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form button[type=submit][aria-disabled=true],
body:is(.wp-theme-art21-courses, .art21-courses) .lp-form button[type=submit]:disabled,
body:is(.wp-theme-art21-courses, .art21-courses) .lp-form button[type=submit][aria-disabled=true],
body:is(.wp-theme-art21-courses, .art21-courses) .course-item-nav__button:disabled,
body:is(.wp-theme-art21-courses, .art21-courses) .course-item-nav__button[aria-disabled=true] {
  cursor: not-allowed;
  opacity: 0.5;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-button[aria-busy=true],
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form button[type=submit][aria-busy=true],
body:is(.wp-theme-art21-courses, .art21-courses) .lp-form button[type=submit][aria-busy=true],
body:is(.wp-theme-art21-courses, .art21-courses) .course-item-nav__button[aria-busy=true] {
  cursor: progress;
  opacity: 0.7;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-button,
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form button[type=submit],
body:is(.wp-theme-art21-courses, .art21-courses) .lp-form button[type=submit],
body:is(.wp-theme-art21-courses, .art21-courses) .course-item-nav__button {
  background-color: var(--accent);
  border-color: var(--accent);
  color: var(--accent-fg);
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-button:hover:not(:disabled), body:is(.wp-theme-art21-courses, .art21-courses) .lp-button:focus-visible:not(:disabled),
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form button[type=submit]:hover:not(:disabled),
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form button[type=submit]:focus-visible:not(:disabled),
body:is(.wp-theme-art21-courses, .art21-courses) .lp-form button[type=submit]:hover:not(:disabled),
body:is(.wp-theme-art21-courses, .art21-courses) .lp-form button[type=submit]:focus-visible:not(:disabled),
body:is(.wp-theme-art21-courses, .art21-courses) .course-item-nav__button:hover:not(:disabled),
body:is(.wp-theme-art21-courses, .art21-courses) .course-item-nav__button:focus-visible:not(:disabled) {
  background-color: var(--accent-hover);
  border-color: var(--accent-hover);
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-button.button,
body:is(.wp-theme-art21-courses, .art21-courses) .button.button-enroll-course,
body:is(.wp-theme-art21-courses, .art21-courses) .button.button-purchase-course,
body:is(.wp-theme-art21-courses, .art21-courses) .button.button-retake-course,
body:is(.wp-theme-art21-courses, .art21-courses) .button.button-continue-course {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
  min-height: 2.75rem;
  padding: 0.6875rem 1.5rem;
  border: 0px solid transparent;
  border-radius: 0;
  font-family: var(--font-body);
  font-size: var(--type-body);
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background: none;
  color: inherit;
  -webkit-transition: background-color calc(0.15s * var(--motion-scale)) ease, border-color calc(0.15s * var(--motion-scale)) ease, color calc(0.15s * var(--motion-scale)) ease;
  transition: background-color calc(0.15s * var(--motion-scale)) ease, border-color calc(0.15s * var(--motion-scale)) ease, color calc(0.15s * var(--motion-scale)) ease;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-button.button:focus-visible,
body:is(.wp-theme-art21-courses, .art21-courses) .button.button-enroll-course:focus-visible,
body:is(.wp-theme-art21-courses, .art21-courses) .button.button-purchase-course:focus-visible,
body:is(.wp-theme-art21-courses, .art21-courses) .button.button-retake-course:focus-visible,
body:is(.wp-theme-art21-courses, .art21-courses) .button.button-continue-course:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 2px;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-button.button:disabled, body:is(.wp-theme-art21-courses, .art21-courses) .lp-button.button[aria-disabled=true],
body:is(.wp-theme-art21-courses, .art21-courses) .button.button-enroll-course:disabled,
body:is(.wp-theme-art21-courses, .art21-courses) .button.button-enroll-course[aria-disabled=true],
body:is(.wp-theme-art21-courses, .art21-courses) .button.button-purchase-course:disabled,
body:is(.wp-theme-art21-courses, .art21-courses) .button.button-purchase-course[aria-disabled=true],
body:is(.wp-theme-art21-courses, .art21-courses) .button.button-retake-course:disabled,
body:is(.wp-theme-art21-courses, .art21-courses) .button.button-retake-course[aria-disabled=true],
body:is(.wp-theme-art21-courses, .art21-courses) .button.button-continue-course:disabled,
body:is(.wp-theme-art21-courses, .art21-courses) .button.button-continue-course[aria-disabled=true] {
  cursor: not-allowed;
  opacity: 0.5;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-button.button[aria-busy=true],
body:is(.wp-theme-art21-courses, .art21-courses) .button.button-enroll-course[aria-busy=true],
body:is(.wp-theme-art21-courses, .art21-courses) .button.button-purchase-course[aria-busy=true],
body:is(.wp-theme-art21-courses, .art21-courses) .button.button-retake-course[aria-busy=true],
body:is(.wp-theme-art21-courses, .art21-courses) .button.button-continue-course[aria-busy=true] {
  cursor: progress;
  opacity: 0.7;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-button.button,
body:is(.wp-theme-art21-courses, .art21-courses) .button.button-enroll-course,
body:is(.wp-theme-art21-courses, .art21-courses) .button.button-purchase-course,
body:is(.wp-theme-art21-courses, .art21-courses) .button.button-retake-course,
body:is(.wp-theme-art21-courses, .art21-courses) .button.button-continue-course {
  background-color: var(--accent);
  border-color: var(--accent);
  color: var(--accent-fg);
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-button.button:hover:not(:disabled), body:is(.wp-theme-art21-courses, .art21-courses) .lp-button.button:focus-visible:not(:disabled),
body:is(.wp-theme-art21-courses, .art21-courses) .button.button-enroll-course:hover:not(:disabled),
body:is(.wp-theme-art21-courses, .art21-courses) .button.button-enroll-course:focus-visible:not(:disabled),
body:is(.wp-theme-art21-courses, .art21-courses) .button.button-purchase-course:hover:not(:disabled),
body:is(.wp-theme-art21-courses, .art21-courses) .button.button-purchase-course:focus-visible:not(:disabled),
body:is(.wp-theme-art21-courses, .art21-courses) .button.button-retake-course:hover:not(:disabled),
body:is(.wp-theme-art21-courses, .art21-courses) .button.button-retake-course:focus-visible:not(:disabled),
body:is(.wp-theme-art21-courses, .art21-courses) .button.button-continue-course:hover:not(:disabled),
body:is(.wp-theme-art21-courses, .art21-courses) .button.button-continue-course:focus-visible:not(:disabled) {
  background-color: var(--accent-hover);
  border-color: var(--accent-hover);
}
body:is(.wp-theme-art21-courses, .art21-courses) :is(.lp-button,
.course-item-nav__button,
.curriculum-more__button,
.course-filter-reset,
.course-filter-btn-mobile,
.course-filter-submit),
body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page :is(button, [type=submit], [type=button]) {
  border-width: 0;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-course-buttons > div[style*=margin-bottom] {
  margin-bottom: 0 !important;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-course-buttons > div[style*=margin-bottom]:empty {
  display: none;
}
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-buttons button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
  min-height: 2.75rem;
  padding: 0.6875rem 1.5rem;
  border: 0px solid transparent;
  border-radius: 0;
  font-family: var(--font-body);
  font-size: var(--type-body);
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background: none;
  color: inherit;
  -webkit-transition: background-color calc(0.15s * var(--motion-scale)) ease, border-color calc(0.15s * var(--motion-scale)) ease, color calc(0.15s * var(--motion-scale)) ease;
  transition: background-color calc(0.15s * var(--motion-scale)) ease, border-color calc(0.15s * var(--motion-scale)) ease, color calc(0.15s * var(--motion-scale)) ease;
}
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-buttons button:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 2px;
}
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-buttons button:disabled, body:is(.wp-theme-art21-courses, .art21-courses) .quiz-buttons button[aria-disabled=true] {
  cursor: not-allowed;
  opacity: 0.5;
}
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-buttons button[aria-busy=true] {
  cursor: progress;
  opacity: 0.7;
}
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-buttons .submit-quiz,
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-buttons .complete-quiz,
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-buttons .button-right button {
  background-color: var(--accent);
  border-color: var(--accent);
  color: var(--accent-fg);
}
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-buttons .submit-quiz:hover:not(:disabled), body:is(.wp-theme-art21-courses, .art21-courses) .quiz-buttons .submit-quiz:focus-visible:not(:disabled),
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-buttons .complete-quiz:hover:not(:disabled),
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-buttons .complete-quiz:focus-visible:not(:disabled),
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-buttons .button-right button:hover:not(:disabled),
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-buttons .button-right button:focus-visible:not(:disabled) {
  background-color: var(--accent-hover);
  border-color: var(--accent-hover);
}
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-buttons .back-quiz,
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-buttons .review-quiz,
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-buttons .button-left button {
  background-color: transparent;
  border-color: var(--border-strong);
  color: var(--fg);
}
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-buttons .back-quiz:hover:not(:disabled), body:is(.wp-theme-art21-courses, .art21-courses) .quiz-buttons .back-quiz:focus-visible:not(:disabled),
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-buttons .review-quiz:hover:not(:disabled),
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-buttons .review-quiz:focus-visible:not(:disabled),
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-buttons .button-left button:hover:not(:disabled),
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-buttons .button-left button:focus-visible:not(:disabled) {
  border-color: var(--fg);
  background-color: var(--bg-raised);
}
body:is(.wp-theme-art21-courses, .art21-courses) .curriculum-more__button,
body:is(.wp-theme-art21-courses, .art21-courses) .course-filter-reset,
body:is(.wp-theme-art21-courses, .art21-courses) .course-filter-btn-mobile {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
  min-height: 2.75rem;
  padding: 0.6875rem 1.5rem;
  border: 0px solid transparent;
  border-radius: 0;
  font-family: var(--font-body);
  font-size: var(--type-body);
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background: none;
  color: inherit;
  -webkit-transition: background-color calc(0.15s * var(--motion-scale)) ease, border-color calc(0.15s * var(--motion-scale)) ease, color calc(0.15s * var(--motion-scale)) ease;
  transition: background-color calc(0.15s * var(--motion-scale)) ease, border-color calc(0.15s * var(--motion-scale)) ease, color calc(0.15s * var(--motion-scale)) ease;
}
body:is(.wp-theme-art21-courses, .art21-courses) .curriculum-more__button:focus-visible,
body:is(.wp-theme-art21-courses, .art21-courses) .course-filter-reset:focus-visible,
body:is(.wp-theme-art21-courses, .art21-courses) .course-filter-btn-mobile:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 2px;
}
body:is(.wp-theme-art21-courses, .art21-courses) .curriculum-more__button:disabled, body:is(.wp-theme-art21-courses, .art21-courses) .curriculum-more__button[aria-disabled=true],
body:is(.wp-theme-art21-courses, .art21-courses) .course-filter-reset:disabled,
body:is(.wp-theme-art21-courses, .art21-courses) .course-filter-reset[aria-disabled=true],
body:is(.wp-theme-art21-courses, .art21-courses) .course-filter-btn-mobile:disabled,
body:is(.wp-theme-art21-courses, .art21-courses) .course-filter-btn-mobile[aria-disabled=true] {
  cursor: not-allowed;
  opacity: 0.5;
}
body:is(.wp-theme-art21-courses, .art21-courses) .curriculum-more__button[aria-busy=true],
body:is(.wp-theme-art21-courses, .art21-courses) .course-filter-reset[aria-busy=true],
body:is(.wp-theme-art21-courses, .art21-courses) .course-filter-btn-mobile[aria-busy=true] {
  cursor: progress;
  opacity: 0.7;
}
body:is(.wp-theme-art21-courses, .art21-courses) .curriculum-more__button,
body:is(.wp-theme-art21-courses, .art21-courses) .course-filter-reset,
body:is(.wp-theme-art21-courses, .art21-courses) .course-filter-btn-mobile {
  background-color: transparent;
  border-color: var(--border-strong);
  color: var(--fg);
}
body:is(.wp-theme-art21-courses, .art21-courses) .curriculum-more__button:hover:not(:disabled), body:is(.wp-theme-art21-courses, .art21-courses) .curriculum-more__button:focus-visible:not(:disabled),
body:is(.wp-theme-art21-courses, .art21-courses) .course-filter-reset:hover:not(:disabled),
body:is(.wp-theme-art21-courses, .art21-courses) .course-filter-reset:focus-visible:not(:disabled),
body:is(.wp-theme-art21-courses, .art21-courses) .course-filter-btn-mobile:hover:not(:disabled),
body:is(.wp-theme-art21-courses, .art21-courses) .course-filter-btn-mobile:focus-visible:not(:disabled) {
  border-color: var(--fg);
  background-color: var(--bg-raised);
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-filter-submit {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
  min-height: 2.75rem;
  padding: 0.6875rem 1.5rem;
  border: 0px solid transparent;
  border-radius: 0;
  font-family: var(--font-body);
  font-size: var(--type-body);
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background: none;
  color: inherit;
  -webkit-transition: background-color calc(0.15s * var(--motion-scale)) ease, border-color calc(0.15s * var(--motion-scale)) ease, color calc(0.15s * var(--motion-scale)) ease;
  transition: background-color calc(0.15s * var(--motion-scale)) ease, border-color calc(0.15s * var(--motion-scale)) ease, color calc(0.15s * var(--motion-scale)) ease;
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-filter-submit:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 2px;
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-filter-submit:disabled, body:is(.wp-theme-art21-courses, .art21-courses) .course-filter-submit[aria-disabled=true] {
  cursor: not-allowed;
  opacity: 0.5;
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-filter-submit[aria-busy=true] {
  cursor: progress;
  opacity: 0.7;
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-filter-submit {
  background-color: var(--accent);
  border-color: var(--accent);
  color: var(--accent-fg);
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-filter-submit:hover:not(:disabled), body:is(.wp-theme-art21-courses, .art21-courses) .course-filter-submit:focus-visible:not(:disabled) {
  background-color: var(--accent-hover);
  border-color: var(--accent-hover);
}
body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=text i],
body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=email i],
body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=number i],
body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=password i],
body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=search i],
body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=tel i],
body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=url i],
body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  min-height: 2.75rem;
  padding: 0.625rem 0.875rem;
  border: 1px solid var(--border-strong);
  border-radius: 0;
  background-color: var(--bg);
  color: var(--fg);
  font-family: var(--font-body);
  font-size: var(--type-body);
  line-height: 1.4;
  color-scheme: light dark;
}
body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=text i]::-webkit-input-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=email i]::-webkit-input-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=number i]::-webkit-input-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=password i]::-webkit-input-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=search i]::-webkit-input-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=tel i]::-webkit-input-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=url i]::-webkit-input-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page textarea::-webkit-input-placeholder {
  color: var(--fg-subtle);
  opacity: 1;
}
body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=text i]::-moz-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=email i]::-moz-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=number i]::-moz-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=password i]::-moz-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=search i]::-moz-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=tel i]::-moz-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=url i]::-moz-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page textarea::-moz-placeholder {
  color: var(--fg-subtle);
  opacity: 1;
}
body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=text i]:-ms-input-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=email i]:-ms-input-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=number i]:-ms-input-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=password i]:-ms-input-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=search i]:-ms-input-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=tel i]:-ms-input-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=url i]:-ms-input-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page textarea:-ms-input-placeholder {
  color: var(--fg-subtle);
  opacity: 1;
}
body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=text i]::-ms-input-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=email i]::-ms-input-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=number i]::-ms-input-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=password i]::-ms-input-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=search i]::-ms-input-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=tel i]::-ms-input-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=url i]::-ms-input-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page textarea::-ms-input-placeholder {
  color: var(--fg-subtle);
  opacity: 1;
}
body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=text i]::placeholder,
body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=email i]::placeholder,
body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=number i]::placeholder,
body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=password i]::placeholder,
body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=search i]::placeholder,
body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=tel i]::placeholder,
body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=url i]::placeholder,
body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page textarea::placeholder {
  color: var(--fg-subtle);
  opacity: 1;
}
body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=text i]:focus-visible,
body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=email i]:focus-visible,
body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=number i]:focus-visible,
body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=password i]:focus-visible,
body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=search i]:focus-visible,
body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=tel i]:focus-visible,
body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=url i]:focus-visible,
body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page textarea:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 2px;
  border-color: var(--accent);
}
body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=text i]:disabled,
body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=email i]:disabled,
body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=number i]:disabled,
body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=password i]:disabled,
body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=search i]:disabled,
body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=tel i]:disabled,
body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page input[type=url i]:disabled,
body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page textarea:disabled {
  background-color: var(--bg-sunken);
  color: var(--fg-subtle);
  cursor: not-allowed;
}
body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page textarea {
  min-height: 6rem;
  resize: vertical;
}
body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  min-height: 2.75rem;
  padding: 0.625rem 0.875rem;
  border: 1px solid var(--border-strong);
  border-radius: 0;
  background-color: var(--bg);
  color: var(--fg);
  font-family: var(--font-body);
  font-size: var(--type-body);
  line-height: 1.4;
  color-scheme: light dark;
}
body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page select::-webkit-input-placeholder {
  color: var(--fg-subtle);
  opacity: 1;
}
body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page select::-moz-placeholder {
  color: var(--fg-subtle);
  opacity: 1;
}
body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page select:-ms-input-placeholder {
  color: var(--fg-subtle);
  opacity: 1;
}
body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page select::-ms-input-placeholder {
  color: var(--fg-subtle);
  opacity: 1;
}
body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page select::placeholder {
  color: var(--fg-subtle);
  opacity: 1;
}
body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page select:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 2px;
  border-color: var(--accent);
}
body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page select:disabled {
  background-color: var(--bg-sunken);
  color: var(--fg-subtle);
  cursor: not-allowed;
}
body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 2.5rem;
  cursor: pointer;
  background-image: linear-gradient(45deg, transparent 50%, var(--fg) 50%), linear-gradient(135deg, var(--fg) 50%, transparent 50%);
  background-position: calc(100% - 1.125rem) center, calc(100% - 0.8125rem) center;
  background-size: 0.3125rem 0.3125rem, 0.3125rem 0.3125rem;
  background-repeat: no-repeat;
}
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field input[type=text i],
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field input[type=email i],
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field input[type=number i],
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field input[type=password i],
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field input[type=tel i],
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field input[type=url i],
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  min-height: 2.75rem;
  padding: 0.625rem 0.875rem;
  border: 1px solid var(--border-strong);
  border-radius: 0;
  background-color: var(--bg);
  color: var(--fg);
  font-family: var(--font-body);
  font-size: var(--type-body);
  line-height: 1.4;
  color-scheme: light dark;
}
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field input[type=text i]::-webkit-input-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field input[type=email i]::-webkit-input-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field input[type=number i]::-webkit-input-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field input[type=password i]::-webkit-input-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field input[type=tel i]::-webkit-input-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field input[type=url i]::-webkit-input-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field textarea::-webkit-input-placeholder {
  color: var(--fg-subtle);
  opacity: 1;
}
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field input[type=text i]::-moz-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field input[type=email i]::-moz-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field input[type=number i]::-moz-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field input[type=password i]::-moz-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field input[type=tel i]::-moz-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field input[type=url i]::-moz-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field textarea::-moz-placeholder {
  color: var(--fg-subtle);
  opacity: 1;
}
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field input[type=text i]:-ms-input-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field input[type=email i]:-ms-input-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field input[type=number i]:-ms-input-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field input[type=password i]:-ms-input-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field input[type=tel i]:-ms-input-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field input[type=url i]:-ms-input-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field textarea:-ms-input-placeholder {
  color: var(--fg-subtle);
  opacity: 1;
}
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field input[type=text i]::-ms-input-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field input[type=email i]::-ms-input-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field input[type=number i]::-ms-input-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field input[type=password i]::-ms-input-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field input[type=tel i]::-ms-input-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field input[type=url i]::-ms-input-placeholder, body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field textarea::-ms-input-placeholder {
  color: var(--fg-subtle);
  opacity: 1;
}
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field input[type=text i]::placeholder,
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field input[type=email i]::placeholder,
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field input[type=number i]::placeholder,
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field input[type=password i]::placeholder,
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field input[type=tel i]::placeholder,
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field input[type=url i]::placeholder,
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field textarea::placeholder {
  color: var(--fg-subtle);
  opacity: 1;
}
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field input[type=text i]:focus-visible,
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field input[type=email i]:focus-visible,
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field input[type=number i]:focus-visible,
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field input[type=password i]:focus-visible,
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field input[type=tel i]:focus-visible,
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field input[type=url i]:focus-visible,
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field textarea:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 2px;
  border-color: var(--accent);
}
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field input[type=text i]:disabled,
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field input[type=email i]:disabled,
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field input[type=number i]:disabled,
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field input[type=password i]:disabled,
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field input[type=tel i]:disabled,
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field input[type=url i]:disabled,
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field textarea:disabled {
  background-color: var(--bg-sunken);
  color: var(--fg-subtle);
  cursor: not-allowed;
}
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-form .form-fields .form-field textarea {
  min-height: 6rem;
  resize: vertical;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-course-filter__field input[type=checkbox i],
body:is(.wp-theme-art21-courses, .art21-courses) .lp-form-course-filter input[type=checkbox i] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0;
  border: 1px solid var(--border-strong);
  background-color: var(--bg);
  cursor: pointer;
  display: inline-grid;
  place-content: center;
  color-scheme: light dark;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-course-filter__field input[type=checkbox i]::before,
body:is(.wp-theme-art21-courses, .art21-courses) .lp-form-course-filter input[type=checkbox i]::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform calc(0.1s * var(--motion-scale)) ease-in-out;
  transition: -webkit-transform calc(0.1s * var(--motion-scale)) ease-in-out;
  transition: transform calc(0.1s * var(--motion-scale)) ease-in-out;
  transition: transform calc(0.1s * var(--motion-scale)) ease-in-out, -webkit-transform calc(0.1s * var(--motion-scale)) ease-in-out;
  background-color: var(--accent-fg);
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-course-filter__field input[type=checkbox i]:checked,
body:is(.wp-theme-art21-courses, .art21-courses) .lp-form-course-filter input[type=checkbox i]:checked {
  background-color: var(--accent);
  border-color: var(--accent);
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-course-filter__field input[type=checkbox i]:checked::before,
body:is(.wp-theme-art21-courses, .art21-courses) .lp-form-course-filter input[type=checkbox i]:checked::before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-course-filter__field input[type=checkbox i]:focus-visible,
body:is(.wp-theme-art21-courses, .art21-courses) .lp-form-course-filter input[type=checkbox i]:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 2px;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-course-filter__field input[type=checkbox i]:disabled,
body:is(.wp-theme-art21-courses, .art21-courses) .lp-form-course-filter input[type=checkbox i]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-course-filter__field input[type=checkbox i]::before,
body:is(.wp-theme-art21-courses, .art21-courses) .lp-form-course-filter input[type=checkbox i]::before {
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-course-filter__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  margin-bottom: 0.625rem;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-course-filter__field label {
  font-family: var(--font-body);
  font-size: var(--type-body);
  line-height: var(--leading-normal);
  font-weight: 400;
  letter-spacing: 0;
  cursor: pointer;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-course-filter-search-field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  min-height: 2.75rem;
  padding: 0.625rem 0.875rem;
  border: 1px solid var(--border-strong);
  border-radius: 0;
  background-color: var(--bg);
  color: var(--fg);
  font-family: var(--font-body);
  font-size: var(--type-body);
  line-height: 1.4;
  color-scheme: light dark;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-course-filter-search-field::-webkit-input-placeholder {
  color: var(--fg-subtle);
  opacity: 1;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-course-filter-search-field::-moz-placeholder {
  color: var(--fg-subtle);
  opacity: 1;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-course-filter-search-field:-ms-input-placeholder {
  color: var(--fg-subtle);
  opacity: 1;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-course-filter-search-field::-ms-input-placeholder {
  color: var(--fg-subtle);
  opacity: 1;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-course-filter-search-field::placeholder {
  color: var(--fg-subtle);
  opacity: 1;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-course-filter-search-field:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 2px;
  border-color: var(--accent);
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-course-filter-search-field:disabled {
  background-color: var(--bg-sunken);
  color: var(--fg-subtle);
  cursor: not-allowed;
}
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-pagination ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.25rem;
  list-style: none;
  margin: 2rem 0;
  padding: 0;
}
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-pagination ul.page-numbers li {
  margin: 0;
}
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-pagination a.page-numbers,
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-pagination span.page-numbers {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 2.75rem;
  min-height: 2.75rem;
  padding: 0 0.625rem;
  border: 1px solid var(--border);
  background-color: transparent;
  color: var(--fg);
  font-size: var(--type-body);
  line-height: 1;
  text-decoration: none;
}
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-pagination a.page-numbers:hover,
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-pagination span.page-numbers:hover {
  border-color: var(--fg);
  background-color: var(--bg-raised);
}
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-pagination a.page-numbers:focus-visible,
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-pagination span.page-numbers:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 2px;
}
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-pagination span.page-numbers.current,
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-pagination a.page-numbers[aria-current=page] {
  background-color: var(--accent);
  border-color: var(--accent);
  color: var(--accent-fg);
}
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-pagination .page-numbers.dots {
  border-color: transparent;
  color: var(--fg-subtle);
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-item-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin: 0;
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-item-nav .prev,
body:is(.wp-theme-art21-courses, .art21-courses) .course-item-nav .next {
  min-width: 0;
  grid-row: 1;
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-item-nav .prev > span.label,
body:is(.wp-theme-art21-courses, .art21-courses) .course-item-nav .next > span.label {
  border: 0;
  border-bottom: 1px solid var(--colorBorder);
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-item-nav .prev,
body:is(.wp-theme-art21-courses, .art21-courses) .course-item-nav .next {
  font-family: "MalloryMP", sans-serif;
  line-height: 1;
  font-size: var(--type-micro);
  text-transform: uppercase;
  padding-block: calc(var(--standard-pad) * 0.5) calc(var(--standard-pad) * 0.4);
  padding-inline: var(--standard-pad);
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-item-nav .prev::BEFORE,
body:is(.wp-theme-art21-courses, .art21-courses) .course-item-nav .next::BEFORE {
  display: none;
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-item-nav .prev {
  grid-column: 1/span 1;
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-item-nav .prev > span.label {
  border-right: 1px solid var(--colorBorder);
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-item-nav .next {
  grid-column: span 1/-1;
  text-align: right;
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-item-nav .next > span.label {
  border-left: 1px solid var(--colorBorder);
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-item-nav .course-item-nav__curriculum {
  grid-column: 2/-2;
  grid-row: 1;
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-item-nav .course-item-nav__name {
  display: none;
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-item-nav .nav-label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  min-height: 2.75rem;
  padding: 0.875rem 1rem;
  color: var(--fg);
  text-decoration: none;
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-item-nav .nav-label:hover {
  border-color: var(--fg);
  color: var(--accent-text);
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-item-nav .nav-label:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 2px;
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-item-nav .next-finish {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-item-nav .next-finish .lp-form {
  margin: 0;
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-item-nav .next-finish .quiz-pending-finish {
  display: none;
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-item-nav .nav-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-item-nav .next .nav-label {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-item-nav__curriculum h3.lp-course-curriculum__title,
body:is(.wp-theme-art21-courses, .art21-courses) .course-item-nav__curriculum .course-section__description {
  display: none;
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-item-nav__curriculum .course-section:NOT(.current-section) {
  display: none;
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-item-nav__curriculum .course-section .course-section-info {
  width: auto;
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-item-nav__curriculum .course-section .course-section-info .course-section__title {
  font-family: var(--font-body);
  font-size: var(--type-caption);
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: 0.01em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-item-nav__curriculum .lp-course-curriculum .course-section .course-item__link {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-course-curriculum .course-section.current-section.lp-collapse .course-section__items {
  display: initial;
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-course-curriculum .course-section.current-section.lp-collapse .course-section__items li.course-item:NOT(.current) {
  display: none;
}
body:is(.wp-theme-art21-courses, .art21-courses) .question-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem;
  list-style: none;
  padding: 0;
}
body:is(.wp-theme-art21-courses, .art21-courses) .question-numbers li,
body:is(.wp-theme-art21-courses, .art21-courses) .question-numbers a,
body:is(.wp-theme-art21-courses, .art21-courses) .question-numbers span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 2.75rem;
  min-height: 2.75rem;
  padding: 0 0.625rem;
  border: 1px solid var(--border);
  background-color: transparent;
  color: var(--fg);
  font-size: var(--type-body);
  line-height: 1;
  text-decoration: none;
}
body:is(.wp-theme-art21-courses, .art21-courses) .question-numbers li:hover,
body:is(.wp-theme-art21-courses, .art21-courses) .question-numbers a:hover,
body:is(.wp-theme-art21-courses, .art21-courses) .question-numbers span:hover {
  border-color: var(--fg);
  background-color: var(--bg-raised);
}
body:is(.wp-theme-art21-courses, .art21-courses) .question-numbers li:focus-visible,
body:is(.wp-theme-art21-courses, .art21-courses) .question-numbers a:focus-visible,
body:is(.wp-theme-art21-courses, .art21-courses) .question-numbers span:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 2px;
}
body:is(.wp-theme-art21-courses, .art21-courses) .question-numbers .current {
  background-color: var(--accent);
  border-color: var(--accent);
  color: var(--accent-fg);
}
body:is(.wp-theme-art21-courses, .art21-courses) .question-numbers .answered,
body:is(.wp-theme-art21-courses, .art21-courses) .question-numbers .answered-true {
  border-color: var(--fg);
  background-color: var(--bg-raised);
}
body:is(.wp-theme-art21-courses, .art21-courses) .question-numbers .answered-wrong {
  border-color: var(--border-strong);
  background-color: var(--bg-sunken);
  color: var(--fg-muted);
}
body:is(.wp-theme-art21-courses, .art21-courses) .question-numbers .skipped {
  border-style: dashed;
  color: var(--fg-subtle);
}
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-nav-tabs .course-nav label,
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-nav-tabs .course-nav a {
  font-family: var(--font-body);
  font-size: var(--type-body);
  line-height: var(--leading-normal);
  font-weight: 400;
  letter-spacing: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 2.75rem;
  padding: 0;
  border-bottom: 2px solid transparent;
  color: var(--fg-muted);
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-nav-tabs .course-nav.active label, body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-nav-tabs .course-nav.active a {
  color: var(--fg);
  border-bottom-color: var(--accent);
}
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-progress {
  background-color: var(--bg-sunken);
}
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-progress__active {
  background-color: var(--accent);
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-certificate-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  margin-block: 1rem 0;
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-certificate-preview__label {
  font-family: var(--font-body);
  font-size: var(--type-caption);
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: var(--type-micro);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--fg-subtle);
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-certificate-preview__image-link {
  display: block;
  -webkit-margin-end: var(--page-margin);
          margin-inline-end: var(--page-margin);
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-certificate-preview__image {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--colorBorder);
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-certificate-preview__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-certificate-preview__download, body:is(.wp-theme-art21-courses, .art21-courses) .course-certificate-preview__linkedin {
  font-family: var(--font-body);
  font-size: var(--type-body);
  line-height: var(--leading-normal);
  font-weight: 400;
  letter-spacing: 0;
  color: var(--fg);
  text-decoration: underline;
}

body:is(.wp-theme-art21-courses, .art21-courses) {
  /* from: instructors.css,learnpress.css */
}
body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page .lp-button,
body:is(.wp-theme-art21-courses, .art21-courses) .learnpress-page #lp-button {
  -webkit-transition: all calc(0.25s * var(--motion-scale));
  transition: all calc(0.25s * var(--motion-scale));
  -webkit-transition-property: color;
  transition-property: color;
}
body:is(.wp-theme-art21-courses, .art21-courses) {
  /* from: instructors.css,learnpress.css */
}
body:is(.wp-theme-art21-courses, .art21-courses) a {
  -webkit-transition: calc(0.15s * var(--motion-scale));
  transition: calc(0.15s * var(--motion-scale));
  -webkit-transition-property: color;
  transition-property: color;
}
body:is(.wp-theme-art21-courses, .art21-courses) {
  /* from: learnpress.css */
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-tab-panel .lp-course-author .author-socials > a {
  -webkit-transition: all calc(0.3s * var(--motion-scale));
  transition: all calc(0.3s * var(--motion-scale));
}
body:is(.wp-theme-art21-courses, .art21-courses) {
  /* from: learnpress.css */
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-checkout-form div.lp-guest-checkout-output {
  -webkit-transition: all calc(0.2s * var(--motion-scale)) ease;
  transition: all calc(0.2s * var(--motion-scale)) ease;
}
body:is(.wp-theme-art21-courses, .art21-courses) {
  /* from: learnpress.css */
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-progress-bar span {
  -webkit-transition: width calc(0.3s * var(--motion-scale)) ease;
  transition: width calc(0.3s * var(--motion-scale)) ease;
}
body:is(.wp-theme-art21-courses, .art21-courses) {
  /* from: learnpress.css */
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-enrolled-students-table-footer .learn-press-pagination a.page-numbers,
body:is(.wp-theme-art21-courses, .art21-courses) .lp-enrolled-students-table-footer .learn-press-pagination span.page-numbers {
  -webkit-transition: all calc(0.15s * var(--motion-scale));
  transition: all calc(0.15s * var(--motion-scale));
}
body:is(.wp-theme-art21-courses, .art21-courses) {
  /* from: learnpress.css */
}
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-profile-course__tab .learn-press-tabs--with-course-builder .learn-press-course-builder-link {
  -webkit-transition: all calc(0.2s * var(--motion-scale)) ease;
  transition: all calc(0.2s * var(--motion-scale)) ease;
}
body:is(.wp-theme-art21-courses, .art21-courses) {
  /* from: learnpress-block.css,learnpress.css */
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-extra-box__content {
  -webkit-transition: height calc(0.3s * var(--motion-scale)) ease;
  transition: height calc(0.3s * var(--motion-scale)) ease;
}
body:is(.wp-theme-art21-courses, .art21-courses) {
  /* from: learnpress-block.css,learnpress.css */
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-extra-box__content-inner {
  -webkit-animation-duration: calc(0.3s * var(--motion-scale));
  animation-duration: calc(0.3s * var(--motion-scale));
}
body:is(.wp-theme-art21-courses, .art21-courses) {
  /* from: learnpress-block.css,learnpress.css */
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-tab-panel-faqs .course-faqs-box__content-inner {
  -webkit-animation-duration: calc(0.3s * var(--motion-scale));
  animation-duration: calc(0.3s * var(--motion-scale));
}
body:is(.wp-theme-art21-courses, .art21-courses) {
  /* from: learnpress-block.css,learnpress.css */
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-curriculum .course-item {
  -webkit-transition: padding-left linear calc(0.15s * var(--motion-scale));
  transition: padding-left linear calc(0.15s * var(--motion-scale));
}
body:is(.wp-theme-art21-courses, .art21-courses) {
  /* from: learnpress-block.css,learnpress.css */
}
body:is(.wp-theme-art21-courses, .art21-courses) .course-curriculum .course-item::before {
  -webkit-transition: height linear calc(0.15s * var(--motion-scale)), top linear calc(0.15s * var(--motion-scale));
  transition: height linear calc(0.15s * var(--motion-scale)), top linear calc(0.15s * var(--motion-scale));
}
body:is(.wp-theme-art21-courses, .art21-courses) {
  /* from: learnpress.css */
}
body:is(.wp-theme-art21-courses, .art21-courses) .answer-options .answer-option {
  -webkit-transition: background linear calc(0.25s * var(--motion-scale));
  transition: background linear calc(0.25s * var(--motion-scale));
}
body:is(.wp-theme-art21-courses, .art21-courses) {
  /* from: learnpress.css */
}
body:is(.wp-theme-art21-courses, .art21-courses) .answer-options .answer-option .option-title::before {
  -webkit-transition: background linear calc(0.25s * var(--motion-scale));
  transition: background linear calc(0.25s * var(--motion-scale));
}
body:is(.wp-theme-art21-courses, .art21-courses) {
  /* from: learnpress.css */
}
body:is(.wp-theme-art21-courses, .art21-courses) .quiz-status .countdown .clock .circle-progress-bar .circle-progress-bar__circle {
  -webkit-transition: calc(0.35s * var(--motion-scale)) stroke-dashoffset;
  transition: calc(0.35s * var(--motion-scale)) stroke-dashoffset;
}
body:is(.wp-theme-art21-courses, .art21-courses) {
  /* from: learnpress.css */
}
body:is(.wp-theme-art21-courses, .art21-courses).confirm #popup_container {
  -webkit-transition: opacity calc(0.25s * var(--motion-scale));
  transition: opacity calc(0.25s * var(--motion-scale));
}
body:is(.wp-theme-art21-courses, .art21-courses) {
  /* from: learnpress.css */
}
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-courses .course-item {
  -webkit-transition: all calc(0.3s * var(--motion-scale));
  transition: all calc(0.3s * var(--motion-scale));
}
body:is(.wp-theme-art21-courses, .art21-courses) {
  /* from: learnpress.css */
}
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-courses .course-thumbnail img {
  -webkit-transition: all calc(0.5s * var(--motion-scale)) ease;
  transition: all calc(0.5s * var(--motion-scale)) ease;
}
body:is(.wp-theme-art21-courses, .art21-courses) {
  /* from: learnpress.css */
}
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-courses .course-content .course-readmore a {
  -webkit-transition: all calc(0.3s * var(--motion-scale));
  transition: all calc(0.3s * var(--motion-scale));
}
body:is(.wp-theme-art21-courses, .art21-courses) {
  /* from: learnpress.css */
}
body:is(.wp-theme-art21-courses, .art21-courses) #popup-header {
  -webkit-transition: left calc(0.35s * var(--motion-scale)) cubic-bezier(0.4, 0, 0.2, 1);
  transition: left calc(0.35s * var(--motion-scale)) cubic-bezier(0.4, 0, 0.2, 1);
}
body:is(.wp-theme-art21-courses, .art21-courses) {
  /* from: learnpress.css */
}
body:is(.wp-theme-art21-courses, .art21-courses) #popup-sidebar {
  -webkit-transition: -webkit-flex-basis calc(0.35s * var(--motion-scale)) cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-flex-basis calc(0.35s * var(--motion-scale)) cubic-bezier(0.4, 0, 0.2, 1);
  transition: flex-basis calc(0.35s * var(--motion-scale)) cubic-bezier(0.4, 0, 0.2, 1);
  transition: flex-basis calc(0.35s * var(--motion-scale)) cubic-bezier(0.4, 0, 0.2, 1), -webkit-flex-basis calc(0.35s * var(--motion-scale)) cubic-bezier(0.4, 0, 0.2, 1), -ms-flex-preferred-size calc(0.35s * var(--motion-scale)) cubic-bezier(0.4, 0, 0.2, 1);
}
body:is(.wp-theme-art21-courses, .art21-courses) {
  /* from: learnpress.css */
}
body:is(.wp-theme-art21-courses, .art21-courses) #popup-footer {
  -webkit-transition: left calc(0.35s * var(--motion-scale)) cubic-bezier(0.4, 0, 0.2, 1);
  transition: left calc(0.35s * var(--motion-scale)) cubic-bezier(0.4, 0, 0.2, 1);
}
body:is(.wp-theme-art21-courses, .art21-courses) {
  /* from: learnpress.css */
}
body:is(.wp-theme-art21-courses, .art21-courses) #sidebar-toggle {
  -webkit-transition: calc(0.25s * var(--motion-scale));
  transition: calc(0.25s * var(--motion-scale));
}
body:is(.wp-theme-art21-courses, .art21-courses) {
  /* from: learnpress-block.css,learnpress.css */
}
body:is(.wp-theme-art21-courses, .art21-courses) .social-share-toggle .wrapper-content-widget {
  -webkit-transition: all calc(0.27s * var(--motion-scale)) ease;
  transition: all calc(0.27s * var(--motion-scale)) ease;
}
body:is(.wp-theme-art21-courses, .art21-courses) {
  /* from: learnpress-block.css,learnpress.css */
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-overlay {
  -webkit-transition-duration: calc(150ms * var(--motion-scale));
          transition-duration: calc(150ms * var(--motion-scale));
}
body:is(.wp-theme-art21-courses, .art21-courses) {
  /* from: learnpress.css */
}
body:is(.wp-theme-art21-courses, .art21-courses) .learn-press-progress .learn-press-progress__active {
  -webkit-transition: calc(0.5s * var(--motion-scale));
  transition: calc(0.5s * var(--motion-scale));
}
body:is(.wp-theme-art21-courses, .art21-courses) {
  /* from: learnpress.css */
}
body:is(.wp-theme-art21-courses, .art21-courses) .scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible {
  -webkit-transition: opacity calc(0.25s * var(--motion-scale));
  transition: opacity calc(0.25s * var(--motion-scale));
}
body:is(.wp-theme-art21-courses, .art21-courses) {
  /* from: widgets.css */
}
body:is(.wp-theme-art21-courses, .art21-courses) .widget_course_filter {
  -webkit-transition: calc(0.3s * var(--motion-scale));
  transition: calc(0.3s * var(--motion-scale));
}
body:is(.wp-theme-art21-courses, .art21-courses) {
  /* from: widgets.css */
}
body:is(.wp-theme-art21-courses, .art21-courses) .show-lp-course-filter-mobile .lp-archive-courses-sidebar::after {
  -webkit-transition: opacity calc(0.5s * var(--motion-scale)), width calc(0.1s * var(--motion-scale)) calc(0.5s * var(--motion-scale)), height calc(0.1s * var(--motion-scale)) calc(0.5s * var(--motion-scale));
  transition: opacity calc(0.5s * var(--motion-scale)), width calc(0.1s * var(--motion-scale)) calc(0.5s * var(--motion-scale)), height calc(0.1s * var(--motion-scale)) calc(0.5s * var(--motion-scale));
}
body:is(.wp-theme-art21-courses, .art21-courses) {
  /* from: instructors.css */
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-list-instructors .ul-list-instructors li.item-instructor .instructor-btn-view {
  -webkit-transition: all calc(0.3s * var(--motion-scale));
  transition: all calc(0.3s * var(--motion-scale));
}
body:is(.wp-theme-art21-courses, .art21-courses) {
  /* from: learnpress-block.css */
}
body:is(.wp-theme-art21-courses, .art21-courses) .courses-btn-load-more {
  -webkit-transition: all calc(0.3s * var(--motion-scale));
  transition: all calc(0.3s * var(--motion-scale));
}
body:is(.wp-theme-art21-courses, .art21-courses) {
  /* from: learnpress-block.css */
}
body:is(.wp-theme-art21-courses, .art21-courses) .lp-button.btn-finish-course {
  -webkit-transition: all calc(0.25s * var(--motion-scale));
  transition: all calc(0.25s * var(--motion-scale));
}
body:is(.wp-theme-art21-courses, .art21-courses) {
  /* from: learnpress-block.css */
}
body:is(.wp-theme-art21-courses, .art21-courses) .wp-block-learnpress-course-button-read-more,
body:is(.wp-theme-art21-courses, .art21-courses) .wp-block-learnpress-course-button {
  -webkit-transition: all calc(0.25s * var(--motion-scale));
  transition: all calc(0.25s * var(--motion-scale));
}
body:is(.wp-theme-art21-courses, .art21-courses) {
  /* from: learnpress-block.css */
}
body:is(.wp-theme-art21-courses, .art21-courses) .wp-block-learnpress-course-material .lp-button {
  -webkit-transition: all calc(0.25s * var(--motion-scale));
  transition: all calc(0.25s * var(--motion-scale));
}
body:is(.wp-theme-art21-courses, .art21-courses) {
  /* from: learnpress-block.css */
}
body:is(.wp-theme-art21-courses, .art21-courses) .wp-block-learnpress-item-hidden-sidebar #sidebar-toggle {
  -webkit-transition: calc(0.25s * var(--motion-scale));
  transition: calc(0.25s * var(--motion-scale));
}
body:is(.wp-theme-art21-courses, .art21-courses) {
  /* from: learnpress-block.css */
}
body:is(.wp-theme-art21-courses, .art21-courses) .wp-block-learnpress-item-progress .learn-press-progress .learn-press-progress__active {
  -webkit-transition: calc(0.5s * var(--motion-scale));
  transition: calc(0.5s * var(--motion-scale));
}
body:is(.wp-theme-art21-courses, .art21-courses) {
  /* from: learnpress-block.css */
}
body:is(.wp-theme-art21-courses, .art21-courses) .wp-block-learnpress-course-button-read-more button {
  -webkit-transition: all calc(0.3s * var(--motion-scale));
  transition: all calc(0.3s * var(--motion-scale));
}
body:is(.wp-theme-art21-courses, .art21-courses) {
  /* from: learnpress-block.css */
}
body:is(.wp-theme-art21-courses, .art21-courses) .wp-block-learnpress-course-button .course-readmore a {
  -webkit-transition: all calc(0.3s * var(--motion-scale));
  transition: all calc(0.3s * var(--motion-scale));
}

html,
body,
#wrapper {
  min-height: 100vh;
}

#container,
main#content {
  min-height: calc(100svh - (54px + 25vh));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--page-margin);
}
#container > *:only-child,
main#content > *:only-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#container main#content {
  padding: 0;
}
body.viewing-course-item #container main#content {
  padding: 0px;
}

main#content > article.type-page:NOT(.homepage-landing) .page-content {
  padding-block: var(--page-margin);
  padding-inline: var(--gutter);
}
main#content > article.type-page:NOT(.homepage-landing).border-sections {
  padding: 0;
}
main#content > article.type-page:NOT(.homepage-landing):HAS(.learn-press-form-login + .learn-press-form-register) #learn-press-profile {
  max-width: 1280px;
  margin: 0 auto;
}

body {
  margin: 0;
}
body .lp-single-course__header {
  background-color: var(--bg-sunken);
}
body .lp-single-course__header .course-title {
  font-size: 3.75rem;
  text-wrap: balance;
}
body .lp-single-course__header__inner {
  padding: 48px 24px 24px;
}
body .lp-courses-bar .search-courses button {
  background-color: var(--accent);
  color: var(--accent-fg);
}
body .lp-single-course__header .lp-single-course-info-one,
body .lp-single-course__header .course-instructor-category {
  display: none;
}
body .lp-single-course .lp-single-course-main__right__inner {
  background-color: var(--bg-raised);
  color: var(--fg);
}

.grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(var(--aside-width), 1fr));
}
.grid--credits {
  gap: 0;
  grid-template-columns: 4fr 3fr;
}

.credits-column {
  grid-column: span 1;
}
.credits-column .credit-section {
  padding-block: var(--standard-pad);
  padding-inline: var(--gutter) var(--page-margin);
}
.credits-column .credit-section:last-child {
  -webkit-padding-after: var(--gutter);
          padding-block-end: var(--gutter);
}
.credits-column .credit-section h2 {
  font-family: var(--font-body);
  font-size: var(--type-caption);
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-weight: 700;
}
.credits-column .credit-section p {
  margin: 0;
}
.credits-column .credit-section p span.individual-credit {
  color: var(--fg-muted);
  display: block;
  font-size: var(--type-micro);
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
.credits-column .credit-section p:HAS(span.individual-credit):NOT(:last-of-type) {
  -webkit-margin-after: 0.625em;
          margin-block-end: 0.625em;
}

.extracred-column {
  grid-column: span 1;
  padding-inline: var(--standard-pad) var(--page-margin);
  font-family: var(--font-body);
  font-size: var(--type-bigbody);
  line-height: var(--leading-snug);
  font-weight: 400;
  letter-spacing: 0;
  -webkit-margin-after: auto;
          margin-block-end: auto;
  position: sticky;
  top: 0;
}
.extracred-column p {
  max-width: 48ch;
  text-wrap: balance;
}

.credits-column,
.extracred-column {
  padding-block: var(--page-margin);
}

.faq-item {
  padding-block: var(--page-margin);
  padding-inline: var(--gutter);
}
.faq-item:NOT(:last-child) {
  border-bottom: 1px solid var(--colorBorder);
}
.faq-item summary.faq-question {
  cursor: pointer;
  font-family: var(--font-body);
  font-size: var(--type-bigbody);
  line-height: var(--leading-snug);
  font-weight: 400;
  letter-spacing: 0;
}
.faq-item .faq-answer {
  padding-block: var(--standard-pad) 0;
}
.faq-item .faq-answer p {
  font-family: var(--font-body);
  font-size: var(--type-bigbody);
  line-height: var(--leading-snug);
  font-weight: 400;
  letter-spacing: 0;
  max-width: 48ch;
  text-wrap: balance;
}
.faq-item .faq-answer p:last-of-type {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

.vstretch {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}/*# sourceMappingURL=styles.css.map */