@charset "UTF-8";
:root {
  --max-width-narrow: var(--wp--style--global--content-size, 918px);
  --max-width-normal: var(--wp--style--global--content-size, 918px);
  --max-width-wide: var(--wp--style--global--wide-size, 1330px);
  --nua-page-padding: 20px;
  --nua-grid-column-max-width: 67px;
  --nua-grid-column-gap: 48px;
  --nua-grid-column-gap-mobile: 20px;
  --nua-max-element-width: min(var(--wp--style--global--wide-size, 1330px), calc(100% - 2 * var(--nua-page-padding)));
}

.hidden {
  display: none;
}

html,
body {
  background: var(--wp--preset--color--background);
}

:root {
  scroll-behavior: smooth;
}

.wp-site-blocks {
  padding-block-end: 0;
}
.wp-site-blocks > main.wp-block-group {
  position: relative;
}

:where(.nua-grid, .wp-block-group.alignfull) {
  display: grid;
  grid-template-columns: [full-width-start] auto [wide-width-start default-width-start] 1fr [default-width-end wide-width-end] auto [full-width-end];
  gap: 0 var(--nua-grid-column-gap-mobile);
}
@media screen and (min-width: 640px) {
  :where(.nua-grid, .wp-block-group.alignfull) {
    grid-template-columns: [full-width-start] minmax(0, 1fr) [wide-width-start] repeat(3, minmax(0, var(--nua-grid-column-max-width))) [default-width-start] repeat(6, minmax(0, var(--nua-grid-column-max-width))) [default-width-end] repeat(3, minmax(0, var(--nua-grid-column-max-width))) [wide-width-end] minmax(0, 1fr) [full-width-end];
    gap: 0 var(--nua-grid-column-gap);
  }
}
:where(.nua-grid, .wp-block-group.alignfull) > * {
  grid-column: wide-width-start/wide-width-end;
  grid-row: auto;
}
@media screen and (min-width: 640px) {
  :where(.nua-grid, .wp-block-group.alignfull) > * {
    grid-column: default-width-start/default-width-end;
  }
}
:where(.nua-grid, .wp-block-group.alignfull) > *.alignwide {
  grid-column: wide-width-start/wide-width-end;
  margin-inline: 0 !important;
}
:where(.nua-grid, .wp-block-group.alignfull) > *.alignfull {
  grid-column: full-width-start/full-width-end;
}
:where(.nua-grid, .wp-block-group.alignfull) > .has-background {
  margin-block: 0;
}

div.column__start-0,
.column__start-0 {
  grid-column-start: 1;
}

div.column__end-0,
.column__end-0 {
  grid-column-end: 2;
}

div.column__start-1,
.column__start-1 {
  grid-column-start: 2;
}

div.column__end-1,
.column__end-1 {
  grid-column-end: 3;
}

div.column__start-2,
.column__start-2 {
  grid-column-start: 3;
}

div.column__end-2,
.column__end-2 {
  grid-column-end: 4;
}

div.column__start-3,
.column__start-3 {
  grid-column-start: 4;
}

div.column__end-3,
.column__end-3 {
  grid-column-end: 5;
}

div.column__start-4,
.column__start-4 {
  grid-column-start: 5;
}

div.column__end-4,
.column__end-4 {
  grid-column-end: 6;
}

div.column__start-5,
.column__start-5 {
  grid-column-start: 6;
}

div.column__end-5,
.column__end-5 {
  grid-column-end: 7;
}

div.column__start-6,
.column__start-6 {
  grid-column-start: 7;
}

div.column__end-6,
.column__end-6 {
  grid-column-end: 8;
}

div.column__start-7,
.column__start-7 {
  grid-column-start: 8;
}

div.column__end-7,
.column__end-7 {
  grid-column-end: 9;
}

div.column__start-8,
.column__start-8 {
  grid-column-start: 9;
}

div.column__end-8,
.column__end-8 {
  grid-column-end: 10;
}

div.column__start-9,
.column__start-9 {
  grid-column-start: 10;
}

div.column__end-9,
.column__end-9 {
  grid-column-end: 11;
}

div.column__start-10,
.column__start-10 {
  grid-column-start: 11;
}

div.column__end-10,
.column__end-10 {
  grid-column-end: 12;
}

div.column__start-11,
.column__start-11 {
  grid-column-start: 12;
}

div.column__end-11,
.column__end-11 {
  grid-column-end: 13;
}

div.column__start-12,
.column__start-12 {
  grid-column-start: 13;
}

div.column__end-12,
.column__end-12 {
  grid-column-end: 14;
}

div.column__start-13,
.column__start-13 {
  grid-column-start: 14;
}

div.column__end-13,
.column__end-13 {
  grid-column-end: 15;
}

div.row__start-0,
.row__start-0 {
  grid-row-start: 1;
}

div.row__end-0,
.row__end-0 {
  grid-row-end: 2;
}

div.row__start-1,
.row__start-1 {
  grid-row-start: 2;
}

div.row__end-1,
.row__end-1 {
  grid-row-end: 3;
}

div.row__start-2,
.row__start-2 {
  grid-row-start: 3;
}

div.row__end-2,
.row__end-2 {
  grid-row-end: 4;
}

div.row__start-3,
.row__start-3 {
  grid-row-start: 4;
}

div.row__end-3,
.row__end-3 {
  grid-row-end: 5;
}

div.row__start-4,
.row__start-4 {
  grid-row-start: 5;
}

div.row__end-4,
.row__end-4 {
  grid-row-end: 6;
}

div.row__start-5,
.row__start-5 {
  grid-row-start: 6;
}

div.row__end-5,
.row__end-5 {
  grid-row-end: 7;
}

div.row__start-6,
.row__start-6 {
  grid-row-start: 7;
}

div.row__end-6,
.row__end-6 {
  grid-row-end: 8;
}

div.row__start-7,
.row__start-7 {
  grid-row-start: 8;
}

div.row__end-7,
.row__end-7 {
  grid-row-end: 9;
}

div.row__start-8,
.row__start-8 {
  grid-row-start: 9;
}

div.row__end-8,
.row__end-8 {
  grid-row-end: 10;
}

div.row__start-9,
.row__start-9 {
  grid-row-start: 10;
}

div.row__end-9,
.row__end-9 {
  grid-row-end: 11;
}

div.row__start-10,
.row__start-10 {
  grid-row-start: 11;
}

div.row__end-10,
.row__end-10 {
  grid-row-end: 12;
}

div.row__start-11,
.row__start-11 {
  grid-row-start: 12;
}

div.row__end-11,
.row__end-11 {
  grid-row-end: 13;
}

div.row__start-12,
.row__start-12 {
  grid-row-start: 13;
}

div.row__end-12,
.row__end-12 {
  grid-row-end: 14;
}

div.row__start-13,
.row__start-13 {
  grid-row-start: 14;
}

div.row__end-13,
.row__end-13 {
  grid-row-end: 15;
}

@media screen and (max-width: 639px) {
  div.column-mobile__dw {
    grid-column: default-width-start/default-width-end;
  }
}

@media screen and (max-width: 639px) {
  div.column-mobile__ww {
    grid-column: wide-width-start/wide-width-end;
  }
}

@media screen and (max-width: 639px) {
  div.column-mobile__fw {
    grid-column: full-width-start/full-width-end;
  }
}

@media screen and (max-width: 767px) {
  div.column-tablet__dw {
    grid-column: default-width-start/default-width-end;
  }
}

@media screen and (max-width: 767px) {
  div.column-tablet__ww {
    grid-column: wide-width-start/wide-width-end;
  }
}

@media screen and (max-width: 767px) {
  div.column-tablet__fw {
    grid-column: full-width-start/full-width-end;
  }
}

/**
 * CIF Courses - Separator Block Styles
 *
 * Custom block styles for core/separator.
 */
.wp-block-separator.is-style-dashed {
  border-top-style: dashed;
  border-top-width: 2px;
  border-top-color: #ABCCA7;
}

/**
 * CIF Courses - Columns Block Styles
 *
 * Custom block styles for core/columns.
 */
@media (max-width: 781px) {
  .wp-block-columns.is-style-reverse-on-mobile:not(.is-not-stacked-on-mobile) {
    flex-direction: column-reverse;
  }
}

/**
 * CIF Courses - Button Block Styles
 *
 * Custom block styles for core/button:
 *   - outline-arrow: large outline with forward arrow
 *   - outline-arrow-sm: compact outline with forward arrow
 *   - filled-arrow: compact aspen-filled with forward arrow
 */
.wp-block-button.is-style-outline-arrow .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  text-decoration: none;
  border-radius: var(--wp--custom--border-radius--small, 4px);
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.wp-block-button.is-style-outline-arrow .wp-block-button__link::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: currentColor;
  transition: transform 0.2s ease;
}
.wp-block-button.is-style-outline-arrow .wp-block-button__link:hover, .wp-block-button.is-style-outline-arrow .wp-block-button__link:focus-visible {
  background-color: #eedf49 !important;
  color: var(--wp--preset--color--spruce) !important;
  border-color: transparent !important;
}
.wp-block-button.is-style-outline-arrow .wp-block-button__link:hover::after, .wp-block-button.is-style-outline-arrow .wp-block-button__link:focus-visible::after {
  transform: translateX(4px);
}
.wp-block-button.is-style-outline-arrow .wp-block-button__link:focus-visible {
  outline: 2px solid var(--wp--preset--color--spruce);
  outline-offset: 2px;
}
.wp-block-button.is-style-outline-arrow .wp-block-button__link {
  background-color: transparent;
  color: var(--wp--preset--color--spruce);
  border: 1px solid var(--wp--preset--color--spruce);
  padding: 10px 16px;
}

.wp-block-button.is-style-outline-arrow-sm .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  text-decoration: none;
  border-radius: var(--wp--custom--border-radius--small, 4px);
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.wp-block-button.is-style-outline-arrow-sm .wp-block-button__link::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: currentColor;
  transition: transform 0.2s ease;
}
.wp-block-button.is-style-outline-arrow-sm .wp-block-button__link:hover, .wp-block-button.is-style-outline-arrow-sm .wp-block-button__link:focus-visible {
  background-color: #eedf49 !important;
  color: var(--wp--preset--color--spruce) !important;
  border-color: transparent !important;
}
.wp-block-button.is-style-outline-arrow-sm .wp-block-button__link:hover::after, .wp-block-button.is-style-outline-arrow-sm .wp-block-button__link:focus-visible::after {
  transform: translateX(4px);
}
.wp-block-button.is-style-outline-arrow-sm .wp-block-button__link:focus-visible {
  outline: 2px solid var(--wp--preset--color--spruce);
  outline-offset: 2px;
}
.wp-block-button.is-style-outline-arrow-sm .wp-block-button__link {
  background-color: transparent;
  color: var(--wp--preset--color--spruce);
  border: 1px solid var(--wp--preset--color--spruce);
  padding: 4px 12px;
}

.wp-block-button.is-style-filled-arrow .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  text-decoration: none;
  border-radius: var(--wp--custom--border-radius--small, 4px);
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.wp-block-button.is-style-filled-arrow .wp-block-button__link::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: currentColor;
  transition: transform 0.2s ease;
}
.wp-block-button.is-style-filled-arrow .wp-block-button__link:hover, .wp-block-button.is-style-filled-arrow .wp-block-button__link:focus-visible {
  background-color: #eedf49 !important;
  color: var(--wp--preset--color--spruce) !important;
  border-color: transparent !important;
}
.wp-block-button.is-style-filled-arrow .wp-block-button__link:hover::after, .wp-block-button.is-style-filled-arrow .wp-block-button__link:focus-visible::after {
  transform: translateX(4px);
}
.wp-block-button.is-style-filled-arrow .wp-block-button__link:focus-visible {
  outline: 2px solid var(--wp--preset--color--spruce);
  outline-offset: 2px;
}
.wp-block-button.is-style-filled-arrow .wp-block-button__link {
  background-color: var(--wp--preset--color--aspen);
  color: var(--wp--preset--color--spruce);
  border: 1px solid transparent;
  padding: 4px 12px;
}

.wp-block-cif-accordion > .wp-block-cif-accordion-row + .wp-block-cif-accordion-row {
  margin-block-start: 16px;
}

.wp-block-cif-accordion-row {
  border-radius: var(--wp--custom--border-radius--medium);
  overflow: hidden;
}
.wp-block-cif-accordion-row .wp-block-cif-accordion-row__header {
  background-color: var(--wp--preset--color--aspen);
  border-radius: var(--wp--custom--border-radius--medium);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  transition: background-color 0.3s ease, border-radius 0.3s ease;
  list-style: none;
}
.wp-block-cif-accordion-row .wp-block-cif-accordion-row__header::marker, .wp-block-cif-accordion-row .wp-block-cif-accordion-row__header::-webkit-details-marker {
  content: none;
  display: none;
}
.wp-block-cif-accordion-row .wp-block-cif-accordion-row__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
}
.wp-block-cif-accordion-row .wp-block-cif-accordion-row__title {
  color: var(--wp--preset--color--spruce);
  font-family: var(--wp--preset--font-family--open-sans);
  font-size: var(--wp--preset--font-size--size-20);
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
.wp-block-cif-accordion-row .wp-block-cif-accordion-row__subtitle {
  color: var(--wp--preset--color--spruce);
  font-family: var(--wp--preset--font-family--open-sans);
  font-size: var(--wp--preset--font-size--size-20);
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}
.wp-block-cif-accordion-row .wp-block-cif-accordion-row__actions {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  gap: 16px;
}
.wp-block-cif-accordion-row .wp-block-cif-accordion-row__badge {
  color: var(--wp--preset--color--spruce);
  font-family: var(--wp--preset--font-family--open-sans);
  font-size: var(--wp--preset--font-size--size-16);
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
.wp-block-cif-accordion-row .wp-block-cif-accordion-row__icon {
  align-items: center;
  color: var(--wp--preset--color--spruce);
  display: flex;
  transition: transform 0.3s ease;
}
.wp-block-cif-accordion-row .wp-block-cif-accordion-row__icon svg {
  display: block;
  height: 24px;
  width: 24px;
}
.wp-block-cif-accordion-row .wp-block-cif-accordion-row__content {
  background-color: var(--wp--preset--color--white);
  border: 1px solid var(--wp--preset--color--spruce);
  border-top: none;
  border-radius: 0 0 var(--wp--custom--border-radius--medium) var(--wp--custom--border-radius--medium);
  padding: 32px 24px;
}
.wp-block-cif-accordion-row .wp-block-cif-accordion-row__content > div {
  overflow: hidden;
}
.wp-block-cif-accordion-row .wp-block-cif-accordion-row__content > div > :first-child {
  margin-top: 0;
}
.wp-block-cif-accordion-row .wp-block-cif-accordion-row__content > div > :last-child {
  margin-bottom: 0;
}
.wp-block-cif-accordion-row[open] .wp-block-cif-accordion-row__header {
  background-color: var(--wp--preset--color--spruce);
  border-radius: var(--wp--custom--border-radius--medium) var(--wp--custom--border-radius--medium) 0 0;
}
.wp-block-cif-accordion-row[open] .wp-block-cif-accordion-row__title,
.wp-block-cif-accordion-row[open] .wp-block-cif-accordion-row__subtitle,
.wp-block-cif-accordion-row[open] .wp-block-cif-accordion-row__badge {
  color: var(--wp--preset--color--white);
}
.wp-block-cif-accordion-row[open] .wp-block-cif-accordion-row__icon {
  color: var(--wp--preset--color--white);
  transform: rotate(180deg);
}

/**
 * Hero Banner Component
 *
 * Full-width green banner with CIF logo and page title.
 * Displayed only on the front page, above the navigation bar.
 */
.hero-banner {
  background-color: var(--wp--preset--color--primary);
}

.hero-banner__inner {
  max-width: var(--wp--style--global--wide-size, 1164px);
  margin-inline: auto;
  padding: 44px var(--nua-page-padding) 32px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (min-width: 1150px) {
  .hero-banner__inner {
    padding-bottom: 165px;
  }
}

.hero-banner__logo img {
  display: block;
  height: auto;
  max-width: 340px;
}

.hero-banner__title {
  color: var(--wp--preset--color--aspen);
  font-family: var(--wp--preset--font-family--open-sans);
  font-size: var(--wp--preset--font-size--size-64);
  font-weight: 700;
  line-height: var(--wp--custom--line-height--headings);
  margin: 0;
  max-width: 780px;
  text-wrap: auto;
}

/**
 * Course Header Component
 *
 * Full-width green banner displayed on single course pages.
 * Contains back-to-bundle navigation, course title, and subtitle.
 */
.course-header {
  background-color: var(--wp--preset--color--primary);
  margin-block-end: 24px;
}
@media screen and (min-width: 640px) {
  .course-header {
    margin-block-end: 72px;
  }
}

.course-header__inner {
  max-width: var(--wp--style--global--wide-size);
  margin-inline: auto;
  padding: 80px var(--nua-page-padding) 40px;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media (min-width: 1150px) {
  .course-header__inner {
    padding-top: 130px;
    padding-bottom: 44px;
    gap: 70px;
  }
}

.course-header__back-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid var(--wp--preset--color--white);
  border-radius: var(--wp--custom--border-radius--small);
  background-color: transparent;
  color: var(--wp--preset--color--white);
  font-family: var(--wp--preset--font-family--open-sans);
  font-size: var(--wp--preset--font-size--size-16);
  font-weight: 400;
  line-height: var(--wp--custom--line-height--label);
  text-decoration: none;
  transition: background-color 0.3s ease-out, border-color 0.3s ease-out, color 0.3s ease-out;
}
.course-header__back-btn:hover, .course-header__back-btn:focus-visible {
  background-color: var(--wp--preset--color--willow);
  border-color: var(--wp--preset--color--willow);
  color: var(--wp--preset--color--spruce);
}
.course-header__back-btn:focus-visible {
  outline: 2px solid var(--wp--preset--color--aspen);
  outline-offset: 2px;
}
@media (min-width: 1150px) {
  .course-header__back-btn {
    padding: 16px;
  }
}
.course-header__back-btn svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.course-header__back-label {
  padding: 6px 0;
}

.course-header__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.course-header__title {
  margin: 0;
  color: var(--wp--preset--color--aspen);
  font-family: var(--wp--preset--font-family--open-sans);
  font-size: var(--wp--preset--font-size--size-32);
  font-weight: 700;
  line-height: var(--wp--custom--line-height--headings);
}

.course-header__subtitle {
  margin: 0;
  max-width: 764px;
  color: var(--wp--preset--color--white);
  font-family: var(--wp--preset--font-family--open-sans);
  font-size: var(--wp--preset--font-size--size-32);
  font-weight: 700;
  line-height: var(--wp--custom--line-height--headings);
}

/**
 * Bundle Header Component
 *
 * Full-width green banner displayed on single course-bundle pages.
 * Contains the bundle title (aspen) and subtitle (white) at heading-2 size.
 */
.bundle-header {
  background-color: var(--wp--preset--color--primary);
  margin-block-end: 72px;
}

.bundle-header__inner {
  max-width: var(--wp--style--global--wide-size);
  margin-inline: auto;
  padding: 120px var(--nua-page-padding) 40px;
}
@media (min-width: 1150px) {
  .bundle-header__inner {
    padding-top: 200px;
    padding-bottom: 44px;
  }
}

.bundle-header__content {
  display: flex;
  flex-direction: column;
}

.bundle-header__title {
  margin: 0;
  color: var(--wp--preset--color--aspen);
  font-family: var(--wp--preset--font-family--open-sans);
  font-size: var(--wp--preset--font-size--size-48);
  font-weight: 700;
  line-height: var(--wp--custom--line-height--headings);
}

.bundle-header__subtitle {
  margin: 0;
  max-width: 764px;
  color: var(--wp--preset--color--white);
  font-family: var(--wp--preset--font-family--open-sans);
  font-size: var(--wp--preset--font-size--size-48);
  font-weight: 700;
  line-height: var(--wp--custom--line-height--headings);
  letter-spacing: -0.03em;
}

/**
 * CIF Courses Navigation Component
 *
 * Multi-state navigation with closed, semi-open, and expanded states.
 * Responsive design with different layouts for desktop and mobile.
 */
.courses-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  background-color: var(--wp--preset--color--spruce);
  font-family: var(--wp--preset--font-family--open-sans);
  font-size: var(--wp--preset--font-size--size-16);
  line-height: var(--wp--custom--line-height--label);
}

.courses-nav__bar {
  display: flex;
  align-items: center;
  max-width: var(--wp--style--global--wide-size, 1164px);
  margin-inline: auto;
  padding: 16px var(--nua-page-padding);
  gap: 32px;
}
@media screen and (min-width: 640px) {
  .courses-nav__bar {
    padding: 24px var(--nua-page-padding);
  }
}
@media screen and (max-width: 639px) {
  .courses-nav__bar {
    gap: 16px;
  }
}

.courses-nav__logo {
  display: flex;
  align-items: center;
}
.home .courses-nav__logo {
  display: none;
}

.courses-nav__logo-img {
  display: block;
  height: auto;
  max-height: 40px;
  width: auto;
}

.courses-nav__primary {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 639px) {
  .courses-nav__primary {
    gap: 16px;
  }
}

.courses-nav__auth {
  display: none;
  align-items: center;
  margin-left: auto;
  gap: 32px;
}
@media (min-width: 1150px) {
  .courses-nav__auth {
    display: flex;
  }
}

.courses-nav__hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  width: 48px;
  height: 48px;
  padding: 0;
  border: none;
  border-radius: var(--wp--custom--border-radius--small);
  background-color: var(--wp--preset--color--aspen);
  color: var(--wp--preset--color--spruce);
  cursor: pointer;
  transition: background-color 0.3s ease-out;
}
@media (min-width: 1150px) {
  .courses-nav__hamburger {
    display: none;
  }
}
.courses-nav__hamburger:hover, .courses-nav__hamburger:focus-visible {
  background-color: var(--wp--preset--color--willow);
}
.courses-nav__hamburger:focus-visible {
  outline: 2px solid var(--wp--preset--color--white);
  outline-offset: 2px;
}

.courses-nav__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 6px 16px;
  border: 1px solid transparent;
  border-radius: var(--wp--custom--border-radius--small);
  background-color: transparent;
  color: var(--wp--preset--color--white);
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease-out, border-color 0.3s ease-out, color 0.3s ease-out;
}
.courses-nav__btn:focus-visible {
  outline: 2px solid var(--wp--preset--color--aspen);
  outline-offset: 2px;
}

.courses-nav__btn-label {
  padding: 6px 0;
}

.courses-nav__btn--outline {
  border-color: var(--wp--preset--color--white);
}
.courses-nav__btn--outline:hover, .courses-nav__btn--outline:focus-visible {
  background-color: var(--wp--preset--color--willow);
  border-color: var(--wp--preset--color--willow);
  color: var(--wp--preset--color--spruce);
}

.courses-nav__btn--active {
  background-color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}
.courses-nav__btn--active:hover, .courses-nav__btn--active:focus-visible {
  background-color: var(--wp--preset--color--willow);
  border-color: var(--wp--preset--color--willow);
  color: var(--wp--preset--color--spruce);
}

.courses-nav__btn--login {
  background-color: var(--wp--preset--color--aspen);
  border-color: var(--wp--preset--color--aspen);
  color: var(--wp--preset--color--spruce);
}
.courses-nav__btn--login:hover, .courses-nav__btn--login:focus-visible {
  background-color: var(--wp--preset--color--willow);
  border-color: var(--wp--preset--color--willow);
}

.courses-nav__btn--account,
.courses-nav__btn--register {
  background-color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--spruce);
}
.courses-nav__btn--account:hover, .courses-nav__btn--account:focus-visible,
.courses-nav__btn--register:hover,
.courses-nav__btn--register:focus-visible {
  background-color: var(--wp--preset--color--willow);
  border-color: var(--wp--preset--color--willow);
}

.courses-nav__btn--action {
  flex: 1;
  border-color: var(--wp--preset--color--aspen);
  color: var(--wp--preset--color--aspen);
}
.courses-nav__btn--action:hover, .courses-nav__btn--action:focus-visible {
  background-color: var(--wp--preset--color--willow);
  border-color: var(--wp--preset--color--willow);
  color: var(--wp--preset--color--spruce);
}

.courses-nav__btn--full-width {
  width: 100%;
  justify-content: center;
}

.courses-nav__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.courses-nav__icon--dropdown {
  display: block;
}
.courses-nav__icon--close {
  display: none;
}
.courses-nav__icon--hamburger {
  display: block;
}

.courses-nav__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: var(--wp--preset--color--spruce);
}

.courses-nav__standards {
  display: none;
  max-width: var(--wp--style--global--wide-size, 1164px);
  margin-inline: auto;
  padding: 0 var(--nua-page-padding) 16px;
}

.courses-nav__standards-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1150px) {
  .courses-nav__standards-list {
    display: flex;
  }
}

.courses-nav__standard-item {
  display: flex;
  min-width: 144px;
  max-width: 192px;
}
.courses-nav__standard-item > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--wp--preset--color--white);
  border-radius: var(--wp--custom--border-radius--small);
  background-color: transparent;
  color: var(--wp--preset--color--white);
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease-out, border-color 0.3s ease-out, color 0.3s ease-out;
}
.courses-nav__standard-item > a:hover, .courses-nav__standard-item > a:focus-visible {
  background-color: var(--wp--preset--color--willow);
  border-color: var(--wp--preset--color--willow);
  color: var(--wp--preset--color--spruce);
}
.courses-nav__standard-item > a:focus-visible {
  outline: 2px solid var(--wp--preset--color--aspen);
  outline-offset: 2px;
}
.courses-nav__standard-item > a.is-active, .courses-nav__standard-item > a[aria-expanded=true] {
  background-color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
}

.courses-nav__modules {
  display: none;
  background-color: var(--wp--preset--color--primary);
  border-top: 1px solid var(--wp--preset--color--spruce);
}

.courses-nav__modules-panel[hidden] {
  display: none;
}
.courses-nav__modules-panel:not([hidden]) {
  display: block;
}

.courses-nav__modules-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: var(--wp--style--global--wide-size, 1164px);
  margin-inline: auto;
  padding: 24px var(--nua-page-padding) 32px;
}

.courses-nav__modules-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}
.courses-nav__modules-header:hover .courses-nav__modules-title, .courses-nav__modules-header:focus-visible .courses-nav__modules-title {
  text-decoration: underline;
}
.courses-nav__modules-header:focus-visible {
  outline: 2px solid var(--wp--preset--color--aspen);
  outline-offset: 4px;
}

.courses-nav__modules-standard-label {
  color: var(--wp--preset--color--aspen);
  font-weight: 500;
}

.courses-nav__modules-title {
  margin: 0;
  color: var(--wp--preset--color--white);
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.2;
}

.courses-nav__modules-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
  .courses-nav__modules-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1150px) {
  .courses-nav__modules-grid {
    grid-template-columns: repeat(auto-fit, minmax(279px, 1fr));
  }
}

.courses-nav__module {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 279px;
  padding: 16px;
  border: none;
  border-radius: var(--wp--custom--border-radius--small);
  background-color: var(--wp--preset--color--spruce);
  color: var(--wp--preset--color--white);
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
.courses-nav__module:hover, .courses-nav__module:focus-visible {
  background-color: var(--wp--preset--color--willow);
  color: var(--wp--preset--color--spruce);
}
.courses-nav__module:focus-visible {
  outline: 2px solid var(--wp--preset--color--aspen);
  outline-offset: 2px;
}

.courses-nav__module-label {
  padding: 6px 0;
}

.courses-nav__modules-actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1150px) {
  .courses-nav__modules-actions {
    flex-direction: row;
  }
}

.courses-nav__mobile-menu {
  display: none;
  max-width: var(--wp--style--global--wide-size, 1164px);
  margin-inline: auto;
  padding: 16px var(--nua-page-padding);
  background-color: var(--wp--preset--color--spruce);
}
@media (min-width: 1150px) {
  .courses-nav__mobile-menu {
    display: none !important;
  }
}

.courses-nav__mobile-auth {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

[data-nav-state=closed] .courses-nav__courses-trigger .courses-nav__icon--dropdown {
  display: block;
}
[data-nav-state=closed] .courses-nav__courses-trigger .courses-nav__icon--close {
  display: none;
}
[data-nav-state=closed] .courses-nav__standards,
[data-nav-state=closed] .courses-nav__modules {
  display: none;
}

[data-nav-state=semi-open] .courses-nav__courses-trigger {
  background-color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
}
[data-nav-state=semi-open] .courses-nav__courses-trigger .courses-nav__icon--dropdown {
  display: none;
}
[data-nav-state=semi-open] .courses-nav__courses-trigger .courses-nav__icon--close {
  display: block;
}
[data-nav-state=semi-open] .courses-nav__standards {
  display: block;
}
[data-nav-state=semi-open] .courses-nav__modules {
  display: none;
}

[data-nav-state=expanded] .courses-nav__courses-trigger {
  background-color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
}
[data-nav-state=expanded] .courses-nav__courses-trigger .courses-nav__icon--dropdown {
  display: none;
}
[data-nav-state=expanded] .courses-nav__courses-trigger .courses-nav__icon--close {
  display: block;
}
[data-nav-state=expanded] .courses-nav__standards {
  display: block;
}
[data-nav-state=expanded] .courses-nav__modules {
  display: block;
}

[data-mobile-menu=open] .courses-nav__mobile-menu {
  display: block;
}
@media (min-width: 1150px) {
  [data-mobile-menu=open] .courses-nav__mobile-menu {
    display: none;
  }
}
[data-mobile-menu=open] .courses-nav__hamburger {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}

.courses-nav__standards,
.courses-nav__modules,
.courses-nav__mobile-menu {
  animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/**
 * CIF Courses - Registration & Checkout Form Styles
 *
 * Registration form uses Material Design 3 "outlined" text field pattern
 * with floating labels on the input border.
 */
.cif-registration-wrap {
  max-width: 760px;
  margin: 0 auto;
  padding-block: 72px;
}

.cif-registration-title {
  margin: 0 0 48px 0;
}

.cif-registration-links {
  font-family: var(--wp--preset--font-family--source-serif-pro);
  font-size: var(--wp--preset--font-size--size-18);
  line-height: var(--wp--custom--line-height--paragraph);
  margin-bottom: 48px;
}
.cif-registration-links p {
  margin: 0;
}
.cif-registration-links a {
  color: var(--wp--preset--color--black-walnut);
  text-decoration: underline;
}
.cif-registration-links a:hover, .cif-registration-links a:focus-visible {
  color: var(--wp--preset--color--primary);
}

.cif-registration-form {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.cif-registration-form .tutor-password-field > label, .cif-registration-form .tutor-form-group > label {
  position: absolute;
  top: 0;
  left: 12px;
  transform: translateY(-50%);
  background-color: var(--wp--preset--color--background);
  padding: 0 4px;
  font-family: var(--wp--preset--font-family--open-sans);
  font-size: var(--wp--preset--font-size--size-12);
  font-weight: 400;
  color: var(--wp--preset--color--on-surface);
  line-height: 16px;
  letter-spacing: 0.4px;
  z-index: 1;
  pointer-events: none;
  white-space: nowrap;
}
.cif-registration-form .tutor-form-group textarea, .cif-registration-form .tutor-form-group select, .cif-registration-form .tutor-form-group input[type=text],
.cif-registration-form .tutor-form-group input[type=email],
.cif-registration-form .tutor-form-group input[type=password],
.cif-registration-form .tutor-form-group input[type=tel] {
  width: 100%;
  height: 56px;
  padding: 4px 16px;
  border: 1px solid var(--wp--preset--color--on-surface);
  border-radius: var(--wp--custom--border-radius--small);
  background: transparent;
  font-family: var(--wp--preset--font-family--open-sans);
  font-size: var(--wp--preset--font-size--size-16);
  font-weight: 500;
  color: var(--wp--preset--color--black-walnut);
  letter-spacing: 0.5px;
  line-height: 24px;
  transition: border-color 0.2s ease;
  text-indent: 0;
  margin-bottom: 0;
  box-shadow: none;
}
.cif-registration-form .tutor-form-group textarea::placeholder, .cif-registration-form .tutor-form-group select::placeholder, .cif-registration-form .tutor-form-group input[type=text]::placeholder,
.cif-registration-form .tutor-form-group input[type=email]::placeholder,
.cif-registration-form .tutor-form-group input[type=password]::placeholder,
.cif-registration-form .tutor-form-group input[type=tel]::placeholder {
  color: var(--wp--preset--color--placeholder);
  font-weight: 500;
}
.cif-registration-form .tutor-form-group textarea:focus, .cif-registration-form .tutor-form-group select:focus, .cif-registration-form .tutor-form-group input[type=text]:focus,
.cif-registration-form .tutor-form-group input[type=email]:focus,
.cif-registration-form .tutor-form-group input[type=password]:focus,
.cif-registration-form .tutor-form-group input[type=tel]:focus {
  outline: none;
  border-color: var(--wp--preset--color--primary) !important;
  background: transparent !important;
  box-shadow: 0 0 0 1px var(--wp--preset--color--primary);
}
.cif-registration-form .tutor-form-group {
  position: relative;
  margin-bottom: 0;
}
.cif-registration-form .tutor-form-group select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23231f20' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 24px 24px;
  padding-right: 48px;
}
.cif-registration-form .tutor-form-group textarea {
  height: auto;
  min-height: 56px;
  padding-top: 16px;
  padding-bottom: 16px;
  resize: vertical;
}
.cif-registration-form .tutor-form-group:has(select) > label {
  display: none;
}
.cif-registration-form .cif-required {
  display: none;
}
.cif-registration-form .tutor-form-row {
  display: flex;
  gap: 28px;
  margin: 0;
}
.cif-registration-form .tutor-form-row > [class*=tutor-form-col-] {
  padding: 0;
}
.cif-registration-form .tutor-form-col-6 {
  flex: 1 1 0;
  min-width: 0;
}
.cif-registration-form .tutor-form-col-12 {
  flex: 0 0 100%;
  min-width: 0;
}
.cif-registration-form .cif-form-row-thirds .cif-col-city {
  flex: 2 1 0;
  min-width: 0;
}
.cif-registration-form .cif-form-row-thirds .cif-col-province,
.cif-registration-form .cif-form-row-thirds .cif-col-postal {
  flex: 1 1 0;
  min-width: 0;
}
.cif-registration-form .tutor-password-strength-checker,
.cif-registration-form .tutor-password-field {
  margin: 0;
  padding: 0;
}
.cif-registration-form .tutor-password-field {
  position: relative;
}
.cif-registration-form .tutor-password-field .show-hide-btn {
  display: none;
}
.cif-registration-form .tutor-password-strength-hint {
  display: none;
}
.cif-registration-form .tutor-form-wrap {
  position: relative;
  margin: 0;
  padding: 0;
}
.cif-registration-form .cif-form-divider {
  border: 0;
  border-top: 1px dashed var(--wp--preset--color--on-surface);
  margin: 0;
  opacity: 0.3;
}
.cif-registration-form .cif-form-section-title {
  font-family: var(--wp--preset--font-family--open-sans);
  font-size: var(--wp--preset--font-size--size-20);
  font-weight: 700;
  color: var(--wp--preset--color--spruce);
  line-height: var(--wp--custom--line-height--headings);
  margin: 0;
  padding: 0;
}
.cif-registration-form .cif-form-subsection {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cif-registration-form .tutor-alert {
  padding: 1rem;
  border-radius: var(--wp--custom--border-radius--small);
  margin: 0;
}
.cif-registration-form .tutor-alert.tutor-warning {
  background-color: #fef3cd;
  border: 1px solid #ffc107;
}
.cif-registration-form .tutor-alert ul {
  margin: 0;
  padding-left: 1.25rem;
}
.cif-registration-form .tutor-alert ul li {
  color: #856404;
}
.cif-registration-form .tutor-mb-24 {
  font-family: var(--wp--preset--font-family--source-serif-pro);
  font-size: var(--wp--preset--font-size--size-14);
  color: var(--wp--preset--color--placeholder);
  margin: 0;
}
.cif-registration-form .tutor-mb-24 a {
  color: var(--wp--preset--color--primary);
  text-decoration: underline;
}
.cif-registration-form .tutor-mb-24 a:hover {
  color: var(--wp--preset--color--spruce);
}
.cif-registration-form .tutor-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 16px;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  border: 1px solid transparent;
  border-radius: var(--wp--custom--border-radius--small);
  font-family: var(--wp--preset--font-family--open-sans);
  font-size: var(--wp--preset--font-size--size-16);
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.cif-registration-form .tutor-btn-primary::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: currentColor;
  transition: transform 0.2s ease;
}
.cif-registration-form .tutor-btn-primary:hover, .cif-registration-form .tutor-btn-primary:focus-visible {
  background-color: var(--wp--preset--color--spruce);
}
.cif-registration-form .tutor-btn-primary:hover::after, .cif-registration-form .tutor-btn-primary:focus-visible::after {
  transform: translateX(4px);
}
.cif-registration-form .tutor-btn-primary:focus-visible {
  outline: 2px solid var(--wp--preset--color--spruce);
  outline-offset: 2px;
}
@media (max-width: 640px) {
  .cif-registration-form {
    gap: 32px;
  }
  .cif-registration-form .tutor-form-row {
    flex-direction: column;
    gap: 32px;
  }
  .cif-registration-form .tutor-form-col-6,
  .cif-registration-form .cif-form-row-thirds .cif-col-city,
  .cif-registration-form .cif-form-row-thirds .cif-col-province,
  .cif-registration-form .cif-form-row-thirds .cif-col-postal {
    flex: 0 0 100%;
  }
}

.cif-profile-address-section {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px dashed #d0d5dd;
}
.cif-profile-address-section .cif-profile-section-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  color: var(--tutor-color-black, #212327);
}

/**
 * CIF Courses - Checkout Page Styles
 *
 * Restyling of TutorLMS checkout page to match Figma design:
 * full-width green header, two-column layout, custom course list.
 */
.entry-content > .cif-checkout-simplified {
  max-width: none;
  margin-inline: 0;
}

article.nua-grid:has(.cif-checkout-simplified) {
  overflow-x: clip;
}

.cif-checkout-simplified.tutor-checkout-page {
  background: transparent;
  padding: 0;
  grid-column: wide-width-start/wide-width-end;
}
.cif-checkout-simplified .cif-checkout-header {
  background-color: var(--wp--preset--color--primary);
  margin-inline: calc(50% - 50vw);
  width: 100vw;
}
.cif-checkout-simplified .cif-checkout-header__inner {
  max-width: var(--wp--style--global--wide-size);
  margin-inline: auto;
  padding: 80px var(--nua-page-padding) 40px;
}
@media (min-width: 1150px) {
  .cif-checkout-simplified .cif-checkout-header__inner {
    padding-top: 130px;
    padding-bottom: 44px;
  }
}
.cif-checkout-simplified .cif-checkout-header__title {
  margin: 0;
  color: var(--wp--preset--color--aspen);
  font-family: var(--wp--preset--font-family--open-sans);
  font-size: var(--wp--preset--font-size--size-48);
  font-weight: 700;
  line-height: var(--wp--custom--line-height--headings);
}
.cif-checkout-simplified .tutor-container {
  max-width: var(--wp--style--global--wide-size);
  margin-inline: auto;
  padding: 72px var(--nua-page-padding);
  background: transparent;
}
.cif-checkout-simplified .tutor-checkout-container {
  background: transparent;
  max-width: unset;
}
.cif-checkout-simplified .cif-checkout-row {
  display: flex;
  gap: 160px;
  align-items: flex-start;
}
.cif-checkout-simplified .cif-checkout-main {
  flex: 1 1 0;
  min-width: 0;
}
.cif-checkout-simplified .cif-checkout-sidebar {
  flex: 0 0 380px;
}
.cif-checkout-simplified .cif-checkout-section-title {
  font-family: var(--wp--preset--font-family--open-sans);
  font-size: var(--wp--preset--font-size--size-20);
  font-weight: 700;
  color: var(--wp--preset--color--spruce);
  line-height: var(--wp--custom--line-height--headings);
  margin: 0 0 32px;
  padding: 0;
}
.cif-checkout-simplified .tutor-checkout-details {
  background: transparent;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cif-checkout-simplified .tutor-checkout-details .tutor-checkout-details-inner {
  background: transparent;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cif-checkout-simplified .cif-checkout-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cif-checkout-simplified .cif-checkout-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
.cif-checkout-simplified .cif-checkout-item__info {
  flex: 1 1 0;
  min-width: 0;
}
.cif-checkout-simplified .cif-checkout-item__text {
  margin: 0;
  font-family: var(--wp--preset--font-family--open-sans);
  font-size: var(--wp--preset--font-size--size-16);
  font-weight: 400;
  line-height: 1.3;
  color: var(--wp--preset--color--spruce);
}
.cif-checkout-simplified .cif-checkout-item__text strong {
  font-weight: 700;
}
.cif-checkout-simplified .cif-checkout-item__price {
  flex-shrink: 0;
  text-align: right;
}
.cif-checkout-simplified .cif-checkout-item__amount {
  display: block;
  font-family: var(--wp--preset--font-family--open-sans);
  font-size: var(--wp--preset--font-size--size-20);
  font-weight: 700;
  color: var(--wp--preset--color--spruce);
  line-height: 1.2;
  white-space: nowrap;
}
.cif-checkout-simplified .cif-checkout-item__original-price {
  display: block;
  font-family: var(--wp--preset--font-family--open-sans);
  font-size: var(--wp--preset--font-size--size-14);
  color: var(--wp--preset--color--placeholder);
  text-decoration: line-through;
}
.cif-checkout-simplified .cif-checkout-item__tax {
  display: block;
  font-size: var(--wp--preset--font-size--size-12);
  color: var(--wp--preset--color--placeholder);
}
.cif-checkout-simplified .tutor-checkout-coupon-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 4px;
  font-family: var(--wp--preset--font-family--open-sans);
  font-size: var(--wp--preset--font-size--size-14);
  color: var(--wp--preset--color--primary);
}
.cif-checkout-simplified .cif-checkout-summary {
  margin-top: 32px;
}
.cif-checkout-simplified .cif-checkout-summary__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  padding: 8px 0;
}
.cif-checkout-simplified .cif-checkout-summary__row > span:first-child {
  font-family: var(--wp--preset--font-family--open-sans);
  font-size: var(--wp--preset--font-size--size-16);
  font-weight: 400;
  color: var(--wp--preset--color--spruce);
  line-height: 1.3;
}
.cif-checkout-simplified .cif-checkout-summary__value {
  font-family: var(--wp--preset--font-family--open-sans);
  font-size: var(--wp--preset--font-size--size-20);
  font-weight: 700;
  color: var(--wp--preset--color--spruce);
  line-height: 1.2;
  white-space: nowrap;
}
.cif-checkout-simplified .cif-checkout-coupon-toggle button {
  font-family: var(--wp--preset--font-family--open-sans);
  font-size: var(--wp--preset--font-size--size-14);
  color: var(--wp--preset--color--primary);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
}
.cif-checkout-simplified .cif-checkout-coupon-toggle button:hover {
  color: var(--wp--preset--color--spruce);
}
.cif-checkout-simplified .tutor-apply-coupon-form {
  display: flex;
  gap: 8px;
  padding: 8px 0;
}
.cif-checkout-simplified .tutor-apply-coupon-form input[type=text] {
  flex: 1;
  height: 44px;
  padding: 8px 16px;
  border: 1px solid var(--wp--preset--color--on-surface);
  border-radius: var(--wp--custom--border-radius--small);
  font-family: var(--wp--preset--font-family--open-sans);
  font-size: var(--wp--preset--font-size--size-14);
  background: transparent;
}
.cif-checkout-simplified .tutor-apply-coupon-form input[type=text]:focus {
  outline: none;
  border-color: var(--wp--preset--color--primary);
  box-shadow: 0 0 0 1px var(--wp--preset--color--primary);
}
.cif-checkout-simplified .tutor-apply-coupon-form button {
  padding: 8px 16px;
  border-radius: var(--wp--custom--border-radius--small);
  font-family: var(--wp--preset--font-family--open-sans);
  font-size: var(--wp--preset--font-size--size-14);
}
.cif-checkout-simplified .tutor-checkout-coupon-wrapper .tutor-has-delete-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cif-checkout-simplified .cif-checkout-grand-total {
  position: relative;
  margin-top: 56px;
  padding-top: 56px;
}
.cif-checkout-simplified .cif-checkout-grand-total::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-image: repeating-linear-gradient(to right, var(--wp--preset--color--primary) 0 12px, transparent 12px 24px);
}
.cif-checkout-simplified .cif-checkout-grand-total__label {
  font-family: var(--wp--preset--font-family--open-sans);
  font-size: var(--wp--preset--font-size--size-20);
  font-weight: 700;
  color: var(--wp--preset--color--spruce);
  line-height: var(--wp--custom--line-height--headings);
}
.cif-checkout-simplified .cif-checkout-grand-total__tax-note {
  font-family: var(--wp--preset--font-family--open-sans);
  font-size: var(--wp--preset--font-size--size-14);
  color: var(--wp--preset--color--placeholder);
}
.cif-checkout-simplified #tutor-checkout-pay-now-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 56px;
  padding: 16px;
  background-color: var(--wp--preset--color--spruce);
  color: var(--wp--preset--color--white);
  border: none;
  border-radius: var(--wp--custom--border-radius--small);
  font-family: var(--wp--preset--font-family--open-sans);
  font-size: var(--wp--preset--font-size--size-16);
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
  width: auto;
}
.cif-checkout-simplified #tutor-checkout-pay-now-button::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: currentColor;
  transition: transform 0.2s ease;
}
.cif-checkout-simplified #tutor-checkout-pay-now-button:hover, .cif-checkout-simplified #tutor-checkout-pay-now-button:focus-visible {
  background-color: var(--wp--preset--color--willow);
  color: var(--wp--preset--color--spruce);
}
.cif-checkout-simplified #tutor-checkout-pay-now-button:hover::after, .cif-checkout-simplified #tutor-checkout-pay-now-button:focus-visible::after {
  transform: translateX(4px);
}
.cif-checkout-simplified #tutor-checkout-pay-now-button:focus-visible {
  outline: 2px solid var(--wp--preset--color--aspen);
  outline-offset: 2px;
}
.cif-checkout-simplified #tutor-checkout-pay-now-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.cif-checkout-simplified .cif-checkout-payment-content {
  font-family: var(--wp--preset--font-family--source-serif-pro);
  font-size: var(--wp--preset--font-size--size-18);
  line-height: 1.4;
  color: var(--wp--preset--color--black-walnut);
}
.cif-checkout-simplified .cif-checkout-payment-content ul {
  margin: 0;
  padding-left: 27px;
}
.cif-checkout-simplified .cif-checkout-payment-content ul li + li {
  margin-top: 0.5em;
}
.cif-checkout-simplified .cif-checkout-payment-content p {
  margin: 0 0 1em;
}
.cif-checkout-simplified .cif-hidden-billing {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.cif-checkout-simplified .cif-profile-incomplete-notice {
  background-color: #fef3cd;
  border: 1px solid #ffc107;
  border-radius: var(--wp--custom--border-radius--medium);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cif-checkout-simplified .cif-profile-incomplete-notice h4 {
  margin: 0 0 0.5rem;
  color: #856404;
}
.cif-checkout-simplified .cif-profile-incomplete-notice p {
  margin: 0 0 1rem;
  color: #856404;
}
.cif-checkout-simplified .cif-profile-incomplete-notice .tutor-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  border: none;
  border-radius: var(--wp--custom--border-radius--small);
  font-family: var(--wp--preset--font-family--open-sans);
  font-size: var(--wp--preset--font-size--size-16);
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}
.cif-checkout-simplified .tutor-alert {
  padding: 1rem;
  border-radius: var(--wp--custom--border-radius--small);
  margin: 0 0 1rem;
}
.cif-checkout-simplified .tutor-alert.tutor-danger {
  background-color: #fee2e2;
  border: 1px solid #ef4444;
}
.cif-checkout-simplified .tutor-alert.tutor-warning {
  background-color: #fef3cd;
  border: 1px solid #ffc107;
}
.cif-checkout-simplified .tutor-alert ul {
  margin: 0;
  padding-left: 1.25rem;
}
.cif-checkout-simplified .tutor-form-check {
  font-family: var(--wp--preset--font-family--source-serif-pro);
  font-size: var(--wp--preset--font-size--size-14);
  color: var(--wp--preset--color--placeholder);
  margin-top: 16px;
}
.cif-checkout-simplified .tutor-form-check a {
  color: var(--wp--preset--color--primary);
  text-decoration: underline;
}
.cif-checkout-simplified .tutor-form-check a:hover {
  color: var(--wp--preset--color--spruce);
}
.cif-checkout-simplified .tutor-checkout-billing .tutor-billing-fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cif-checkout-simplified .tutor-checkout-payment-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cif-checkout-simplified .tutor-checkout-payment-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border: 1px solid var(--wp--preset--color--on-surface);
  border-radius: var(--wp--custom--border-radius--small);
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.cif-checkout-simplified .tutor-checkout-payment-item:hover {
  border-color: var(--wp--preset--color--primary);
}
.cif-checkout-simplified .tutor-checkout-payment-item img {
  height: 24px;
  width: auto;
}
@media (max-width: 768px) {
  .cif-checkout-simplified .cif-checkout-header__inner {
    padding-top: 60px;
    padding-bottom: 32px;
  }
  .cif-checkout-simplified .cif-checkout-header__title {
    font-size: var(--wp--preset--font-size--size-32);
  }
  .cif-checkout-simplified .tutor-container {
    padding-block: 40px;
  }
  .cif-checkout-simplified .cif-checkout-row {
    flex-direction: column;
    gap: 40px;
  }
  .cif-checkout-simplified .cif-checkout-sidebar {
    flex: 0 0 auto;
    width: 100%;
  }
  .cif-checkout-simplified .cif-checkout-summary {
    margin-top: 24px;
  }
  .cif-checkout-simplified .cif-checkout-grand-total {
    margin-top: 32px;
    padding-top: 32px;
  }
  .cif-checkout-simplified #tutor-checkout-pay-now-button {
    margin-top: 32px;
    width: 100%;
    justify-content: center;
  }
}

/**
 * Contact Form Section
 *
 * "Need more information? Get in touch" — Gravity Forms contact form
 * displayed above the footer on every page.
 *
 * Gravity Forms HTML structure (form ID 1):
 *   .gform_wrapper > form
 *     .gform_body > .gform_fields (ul)
 *       .gfield.gfield--width-half  (Email — <div> with <label>)
 *       .gfield.gfield--width-half  (Name — <fieldset> with <legend>)
 *       .gfield.gfield--width-full  (Message — <div> with <label> + <textarea>)
 *     .gform_footer
 *       input[type="submit"]
 */
#contact-form-section,
.feedback-form-section {
  background-color: var(--wp--preset--color--white);
  padding: 72px var(--nua-page-padding);
}
#contact-form-section__inner,
.feedback-form-section__inner {
  max-width: 962px;
  margin-inline: auto;
}
#contact-form-section .gform_description,
.feedback-form-section .gform_description {
  margin-block-end: 3rem;
}
#contact-form-section .gform_title,
.feedback-form-section .gform_title {
  margin: 0 0 32px;
  font-family: var(--wp--preset--font-family--open-sans);
  font-size: var(--wp--preset--font-size--size-32);
  font-weight: 700;
  line-height: 1.2;
  color: var(--wp--preset--color--spruce);
  text-align: center;
}
#contact-form-section .gform_wrapper,
.feedback-form-section .gform_wrapper {
  margin: 0;
}
#contact-form-section .gform_wrapper form,
.feedback-form-section .gform_wrapper form {
  position: relative;
}
#contact-form-section .gform_body,
.feedback-form-section .gform_body {
  margin: 0;
}
#contact-form-section .gform_fields,
.feedback-form-section .gform_fields {
  display: flex;
  flex-wrap: wrap;
  column-gap: 28px;
  row-gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#contact-form-section .gfield--width-half,
.feedback-form-section .gfield--width-half {
  flex: 1 1 calc(50% - 14px);
  min-width: 0;
}
#contact-form-section .gfield--width-full,
.feedback-form-section .gfield--width-full {
  flex: 1 1 100%;
  min-width: 0;
}
#contact-form-section .gfield,
.feedback-form-section .gfield {
  position: relative;
  border: none;
  margin: 0;
  padding: 0;
}
#contact-form-section .gfield .gfield_label,
#contact-form-section .gfield > legend.gfield_label,
.feedback-form-section .gfield .gfield_label,
.feedback-form-section .gfield > legend.gfield_label {
  position: absolute !important;
  top: -8px !important;
  left: 12px !important;
  z-index: 1;
  padding: 0 4px !important;
  margin: 0 !important;
  float: none !important;
  width: auto !important;
  background-color: var(--wp--preset--color--white);
  font-family: var(--wp--preset--font-family--open-sans);
  font-size: 12px !important;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: var(--wp--preset--color--on-surface, #1d1b20);
}
#contact-form-section .gfield .gfield_required,
.feedback-form-section .gfield .gfield_required {
  display: none;
}
#contact-form-section .gfield .ginput_container,
.feedback-form-section .gfield .ginput_container {
  margin: 0;
}
#contact-form-section .gfield .ginput_complex.ginput_container--name,
.feedback-form-section .gfield .ginput_complex.ginput_container--name {
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
}
#contact-form-section .gfield .gform-grid-col,
.feedback-form-section .gfield .gform-grid-col {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}
#contact-form-section .gfield .hidden_sub_label,
#contact-form-section .gfield .screen-reader-text,
.feedback-form-section .gfield .hidden_sub_label,
.feedback-form-section .gfield .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
#contact-form-section .gfield input[type=text],
#contact-form-section .gfield input[type=email],
#contact-form-section .gfield input[type=tel],
#contact-form-section .gfield textarea,
.feedback-form-section .gfield input[type=text],
.feedback-form-section .gfield input[type=email],
.feedback-form-section .gfield input[type=tel],
.feedback-form-section .gfield textarea {
  width: 100%;
  height: 56px;
  padding: 16px;
  border: 1px solid var(--wp--preset--color--on-surface, #1d1b20);
  border-radius: 4px;
  font-family: var(--wp--preset--font-family--open-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: var(--wp--preset--color--black-walnut, #231f20);
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
}
#contact-form-section .gfield input[type=text]::placeholder,
#contact-form-section .gfield input[type=email]::placeholder,
#contact-form-section .gfield input[type=tel]::placeholder,
#contact-form-section .gfield textarea::placeholder,
.feedback-form-section .gfield input[type=text]::placeholder,
.feedback-form-section .gfield input[type=email]::placeholder,
.feedback-form-section .gfield input[type=tel]::placeholder,
.feedback-form-section .gfield textarea::placeholder {
  color: var(--wp--preset--color--placeholder, #737373);
}
#contact-form-section .gfield input[type=text]:focus,
#contact-form-section .gfield input[type=email]:focus,
#contact-form-section .gfield input[type=tel]:focus,
#contact-form-section .gfield textarea:focus,
.feedback-form-section .gfield input[type=text]:focus,
.feedback-form-section .gfield input[type=email]:focus,
.feedback-form-section .gfield input[type=tel]:focus,
.feedback-form-section .gfield textarea:focus {
  border-color: var(--wp--preset--color--primary);
  border-width: 2px;
  padding: 15px;
}
#contact-form-section .gfield textarea,
.feedback-form-section .gfield textarea {
  height: 56px;
  min-height: 56px;
  max-height: 56px;
  resize: none;
  overflow: hidden;
}
#contact-form-section .charleft,
#contact-form-section .ginput_counter,
.feedback-form-section .charleft,
.feedback-form-section .ginput_counter {
  display: none !important;
}
#contact-form-section .gfield--width-full:last-child,
.feedback-form-section .gfield--width-full:last-child {
  padding-right: 140px;
}
#contact-form-section .gform_footer,
#contact-form-section .gform-footer,
.feedback-form-section .gform_footer,
.feedback-form-section .gform-footer {
  position: absolute !important;
  right: 0 !important;
  bottom: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  width: auto !important;
}
#contact-form-section .gform_footer input[type=submit],
#contact-form-section .gform_footer button[type=submit],
#contact-form-section .gform_footer .gform_button,
#contact-form-section .gform-footer input[type=submit],
#contact-form-section .gform-footer button[type=submit],
#contact-form-section .gform-footer .gform_button,
.feedback-form-section .gform_footer input[type=submit],
.feedback-form-section .gform_footer button[type=submit],
.feedback-form-section .gform_footer .gform_button,
.feedback-form-section .gform-footer input[type=submit],
.feedback-form-section .gform-footer button[type=submit],
.feedback-form-section .gform-footer .gform_button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  height: 56px !important;
  padding: 10px 44px 10px 16px !important;
  border: none !important;
  border-radius: 4px !important;
  background-color: var(--wp--preset--color--aspen) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231a5632'%3E%3Cpath d='M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  background-size: 20px 20px !important;
  font-family: var(--wp--preset--font-family--open-sans);
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1;
  color: var(--wp--preset--color--spruce, #1a5632) !important;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}
#contact-form-section .gform_footer input[type=submit]:hover,
#contact-form-section .gform_footer button[type=submit]:hover,
#contact-form-section .gform_footer .gform_button:hover,
#contact-form-section .gform-footer input[type=submit]:hover,
#contact-form-section .gform-footer button[type=submit]:hover,
#contact-form-section .gform-footer .gform_button:hover,
.feedback-form-section .gform_footer input[type=submit]:hover,
.feedback-form-section .gform_footer button[type=submit]:hover,
.feedback-form-section .gform_footer .gform_button:hover,
.feedback-form-section .gform-footer input[type=submit]:hover,
.feedback-form-section .gform-footer button[type=submit]:hover,
.feedback-form-section .gform-footer .gform_button:hover {
  background-color: var(--wp--preset--color--primary) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z'/%3E%3C/svg%3E") !important;
  color: var(--wp--preset--color--white) !important;
}
#contact-form-section .gfield_error input[type=text],
#contact-form-section .gfield_error input[type=email],
#contact-form-section .gfield_error input[type=tel],
#contact-form-section .gfield_error textarea,
.feedback-form-section .gfield_error input[type=text],
.feedback-form-section .gfield_error input[type=email],
.feedback-form-section .gfield_error input[type=tel],
.feedback-form-section .gfield_error textarea {
  border-color: #dc3545;
}
#contact-form-section .validation_message,
.feedback-form-section .validation_message {
  margin-top: 4px;
  font-size: 12px;
  color: #dc3545;
}
#contact-form-section .gform_confirmation_message,
.feedback-form-section .gform_confirmation_message {
  text-align: center;
  font-family: var(--wp--preset--font-family--open-sans);
  font-size: var(--wp--preset--font-size--size-18);
  color: var(--wp--preset--color--spruce);
  padding: 24px 0;
}
@media (max-width: 768px) {
  #contact-form-section,
  .feedback-form-section {
    padding: 48px var(--nua-page-padding);
  }
  #contact-form-section .gform_fields,
  .feedback-form-section .gform_fields {
    flex-direction: column;
  }
  #contact-form-section .gfield--width-half,
  #contact-form-section .gfield--width-full,
  .feedback-form-section .gfield--width-half,
  .feedback-form-section .gfield--width-full {
    flex: 1 1 100%;
  }
  #contact-form-section .gfield--width-full:last-child,
  .feedback-form-section .gfield--width-full:last-child {
    padding-right: 0;
  }
  #contact-form-section .gform_footer,
  #contact-form-section .gform-footer,
  .feedback-form-section .gform_footer,
  .feedback-form-section .gform-footer {
    position: static !important;
    margin-top: 24px !important;
  }
  #contact-form-section .gform_footer input[type=submit],
  #contact-form-section .gform_footer button[type=submit],
  #contact-form-section .gform_footer .gform_button,
  #contact-form-section .gform-footer input[type=submit],
  #contact-form-section .gform-footer button[type=submit],
  #contact-form-section .gform-footer .gform_button,
  .feedback-form-section .gform_footer input[type=submit],
  .feedback-form-section .gform_footer button[type=submit],
  .feedback-form-section .gform_footer .gform_button,
  .feedback-form-section .gform-footer input[type=submit],
  .feedback-form-section .gform-footer button[type=submit],
  .feedback-form-section .gform-footer .gform_button {
    width: 100% !important;
  }
}

.feedback-form-section {
  background-color: transparent;
}
.feedback-form-section .gfield .gfield_label,
.feedback-form-section .gfield > legend.gfield_label {
  background: var(--wp--preset--color--background);
}
.feedback-form-section .gfield textarea {
  min-height: 168px;
}
.feedback-form-section .gfield input[type=text],
.feedback-form-section .gfield input[type=email],
.feedback-form-section .gfield input[type=tel],
.feedback-form-section .gfield textarea {
  background-color: transparent;
}
.feedback-form-section .gfield.gfield--type-consent .gfield_label,
.feedback-form-section .gfield.gfield--type-consent > legend.gfield_label, .feedback-form-section .gfield.gfield--type-fileupload .gfield_label,
.feedback-form-section .gfield.gfield--type-fileupload > legend.gfield_label {
  position: relative !important;
}

/**
 * Global Footer
 *
 * CIF Courses footer with program title, organization info, and social links.
 * Mobile-first layout: single column on small screens, horizontal rows on desktop.
 */
.global-footer {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  flex-shrink: 0;
}
.global-footer__wrapper {
  max-width: var(--max-width-wide);
  margin-inline: auto;
  padding: 56px var(--nua-page-padding) 40px;
}
@media (min-width: 768px) {
  .global-footer__wrapper {
    padding: 40px var(--nua-page-padding) 32px;
  }
}
.global-footer__title-row {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--wp--preset--color--aspen);
}
@media (min-width: 768px) {
  .global-footer__title-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.global-footer__program-title {
  margin: 0;
  font-family: var(--wp--preset--font-family--open-sans);
  font-size: var(--wp--preset--font-size--size-32);
  font-weight: 700;
  line-height: var(--wp--custom--line-height--headings);
  color: var(--wp--preset--color--white);
}
.global-footer__info-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 0 32px;
  border-bottom: 1px solid var(--wp--preset--color--aspen);
  gap: 32px;
}
@media (min-width: 768px) {
  .global-footer__info-row {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    padding: 40px 0 56px;
  }
}
.global-footer__logo {
  flex-shrink: 0;
}
.global-footer__logo img {
  display: block;
  width: 100%;
  max-width: 303px;
  height: auto;
}
@media (min-width: 768px) {
  .global-footer__logo img {
    width: 340px;
    max-width: none;
  }
}
.global-footer__address {
  font-family: var(--wp--preset--font-family--open-sans);
  font-size: var(--wp--preset--font-size--size-16);
  font-weight: 500;
  font-style: normal;
  line-height: var(--wp--custom--line-height--card-body);
  color: var(--wp--preset--color--white);
  text-align: left;
}
@media (min-width: 768px) {
  .global-footer__address {
    max-width: 351px;
  }
}
.global-footer__contact {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
@media (min-width: 768px) {
  .global-footer__contact {
    max-width: 226px;
  }
}
.global-footer__contact-row {
  display: flex;
  align-items: center;
  gap: 13px;
  font-family: var(--wp--preset--font-family--open-sans);
  font-size: var(--wp--preset--font-size--size-16);
  font-weight: 500;
  line-height: var(--wp--custom--line-height--card-body);
  color: var(--wp--preset--color--white);
  text-decoration: none;
}
.global-footer__contact-row:hover {
  text-decoration: underline;
}
.global-footer__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: var(--wp--preset--color--white);
}
.global-footer__bottom-row {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 12px;
  padding-top: 16px;
}
@media (min-width: 768px) {
  .global-footer__bottom-row {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0;
  }
}
.global-footer__copyright {
  margin: 0;
  font-family: var(--wp--preset--font-family--open-sans);
  font-size: var(--wp--preset--font-size--size-14);
  font-weight: 400;
  color: var(--wp--preset--color--aspen);
}
.global-footer__social {
  display: flex;
  align-items: center;
  gap: 24px;
}
.global-footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--wp--preset--color--aspen);
  transition: color 0.2s ease;
}
.global-footer__social-link:hover {
  color: var(--wp--preset--color--white);
}
.global-footer__social-link svg,
.global-footer__social-link img {
  display: block;
  width: 24px;
  height: 24px;
}

body.bbpress .entry-header {
  display: none;
}
body.bbpress .entry-content {
  padding: 40px var(--nua-page-padding);
  background-color: white;
  width: 100%;
  max-width: var(--wp--style--global--wide-size, 1164px);
  margin-inline: auto;
}

.bbpress #subscription-toggle {
  float: right;
}

.bbpress .bbp-breadcrumb {
  margin: 10px 0;
}

#subscription-toggle {
  /**	margin: 10px 0;	*/
}

#bbpress-forums {
  max-width: unset;
  grid-column: wide-width-start/wide-width-end;
}

#bbpress-forums div.bbp-template-notice img.avatar {
  margin-bottom: 2px;
}

div.bbp-template-notice.info {
  border: none;
  background-color: #f0f8ff;
  padding: 1px 5px;
}

div.bbp-template-notice,
div.indicator-hint {
  border: none;
  padding: 1px 5px;
  background-color: #FFF7D6;
}

#bbpress-forums fieldset.bbp-form label {
  line-height: 30px;
}

div.bbp-template-notice a {
  color: #008ed6;
  text-decoration: none;
}

.bbp-pagination {
  float: left;
  width: 100%;
  margin-bottom: 0px;
  margin-top: 10px;
}

#bbpress-forums li.bbp-header {
  background: #FBFBFB;
  padding: 10px 0;
}

#bbpress-forums #bbp-search-form #bbp_search {
  padding: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
  font-size: 11px;
  line-height: 16px;
}

#bbpress-forums div.bbp-the-content-wrapper input {
  width: auto;
}

#bbpress-forums fieldset.bbp-form input {
  padding: 5px;
}

#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
  border-top: none;
}

#bbpress-forums li.bbp-header {
  background: none;
}

#bbpress-forums div.odd,
#bbpress-forums ul.odd {
  background: none;
}

#bbpress-forums input[type=submit] {
  padding: 5px 30px 5px 30px;
}

#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
  background: none;
}

#bbpress-forums li.bbp-header {
  border-bottom: 2px solid #ececec;
}

#bbpress-forums li.bbp-footer {
  border-top: 3px solid #ececec;
}

.bbp-breadcrumb,
.bbp-breadcrumb a,
.bbp-breadcrumb p {
  font-weight: 400;
  color: #666666;
  font-size: 16px;
  line-height: 26px;
}

.bbp-topics-front ul.super-sticky,
.bbp-topics ul.super-sticky,
.bbp-topics ul.sticky,
.bbp-forum-content ul.sticky {
  background-color: #f9f9f9 !important;
}

#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
  font-weight: 400;
  color: #666666;
  font-size: 16px;
  line-height: 26px;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
  font-weight: 400;
  color: #666666;
  font-size: 16px;
  line-height: 26px;
}

.bbp-forum-title,
.bbp-forum-title:visited {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
  float: left;
  text-decoration: none;
}

.bbp-forum-title:hover {
  text-decoration: none;
}

.bbp-forum-title:after {
  content: "";
  height: 2px;
  width: 80px;
  display: block;
  background: #008ed6;
  margin-top: 5px;
}

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
  border-top: 1px solid #eee;
  padding: 20px 5px !important;
}

.bbp-forum-freshness p,
.bbp-forum-freshness a,
.bbp-forum-freshness span {
  font-size: 14px;
  color: #666666;
  line-height: 18px;
  font-style: italic;
}

.bbp-forum-freshness a:hover {
  text-decoration: underline;
}

#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
  margin-bottom: 0;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  clear: left;
}

#bbpress-forums li {
  font-size: 14px;
}

#bbpress-forums p.bbp-topic-meta,
#bbpress-forums p.bbp-topic-meta span {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.bbp-topic-started-by {
  float: left;
}

div.bbp-template-notice p,
div.bbp-template-notice a {
  font-size: 12px;
  line-height: 16px;
}

.bbp-topic-freshness,
.bbp-topic-freshness a {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.bbp-topic-freshness a {
  font-style: italic;
  color: #666666;
}

a.bbp-author-name:hover,
.bbp-topic-freshness a:hover {
  text-decoration: underline;
}

#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
  border: none;
}

#bbpress-forums .bbp-author-name {
  font-size: 14px;
  line-height: 24px;
  font-style: italic;
  color: #666666;
}

#bbpress-forums fieldset.bbp-form {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
  border: 1px solid #E7E7E7;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  font-size: 14px;
}

#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
  border: 1px solid #E7E7E7;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  border-bottom: none;
}

#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
  border: 1px solid #E7E7E7;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  border-bottom: none;
}

li.bbp-forum-freshness,
li.bbp-topic-freshness {
  text-align: center;
  float: left;
  width: 25%;
}

#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar input {
  padding: 5px;
  box-shadow: none;
  background-color: #FBFBFB;
  border: 1px solid #E7E7E7;
}

#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar input:hover {
  color: #e96656;
}

#bbpress-forums fieldset.bbp-form input {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#bbpress-forums fieldset.bbp-form select {
  color: #666;
  border: 1px solid #dedede;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
}

.bbp-topics-front ul.super-sticky,
.bbp-topics ul.super-sticky,
.bbp-topics ul.sticky,
.bbp-forum-content ul.sticky {
  background: red;
}

#bbpress-forums div.bbp-topic-tags {
  float: left;
  margin-bottom: 15px;
  width: 100%;
}

#bbpress-forums .bbp-topic-description a {
  font-size: 12px;
  color: #666;
  font-style: italic;
}

#bbpress-forums .bbp-topic-description a:hover {
  text-decoration: underline;
}

#bbpress-forums fieldset.bbp-form legend {
  padding: 5px 0;
}

div.bbp-forum-header,
div.bbp-topic-header,
div.bbp-reply-header,
li.bbp-body div.hentry {
  padding: 8px 0;
}

#bbpress-forums div.bbp-reply-header {
  background: none;
}

#bbpress-forums .bbp-admin-links {
  color: transparent;
}

#bbpress-forums .bbp-admin-links a:hover {
  color: #008ed6;
}

.bbp-forum-header a.bbp-forum-permalink,
.bbp-topic-header a.bbp-topic-permalink,
.bbp-reply-header a.bbp-reply-permalink {
  float: right;
  margin-left: 10px;
  color: #666;
  font-size: 12px;
  line-height: 32px;
}

.bbp-body a.bbp-topic-permalink {
  font-size: 20px;
  line-height: 22px;
  color: #404040;
  position: relative;
}

.bbp-body a.bbp-topic-permalink:hover {
  color: #e96656;
}

.bbp-body .bbp-topic-permalink:after {
  position: absolute;
  margin: auto;
  z-index: 1;
  content: "";
  width: 50px;
  height: 2px;
  background: #e96656;
  bottom: -4px;
  left: 0;
}

#bbpress-forums #bbp-user-wrapper h2.entry-title {
  font-size: 30px;
  line-height: 34px;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
  background: #008ED6;
  opacity: 0.8;
  color: #FFF;
}

#bbpress-forums #bbp-your-profile fieldset fieldset.password span.description {
  line-height: 18px;
}

#bbpress-forums .bbp-forum-description .bbp-author-name {
  font-size: 12px;
}

.bbp-pagination-count {
  float: left;
  border: 1px solid transparent;
  font-size: 12px;
}

.bbp-topic-tags a {
  color: #949494;
  font-style: italic;
}

.bbp-topic-tags a:hover {
  color: #e96656;
}

#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
  clear: left;
  display: inline-block;
  color: #e96656;
}

.bbp-reply-post-date {
  font-size: 12px;
}

.bbp-template-notice.error strong {
  font-size: 12px;
}

.bbp-body > ul:nth-child(4n) .bbp-forum-title:after {
  content: "";
  background: #34d293;
}

.bbp-body > ul:nth-child(4n+1) .bbp-forum-title:after {
  content: "";
  background: #3ab0e2;
}

.bbp-body > ul:nth-child(4n+2) .bbp-forum-title:after {
  content: "";
  background: #f7d861;
}

.bbp-body > ul:nth-child(4n+3) .bbp-forum-title:after {
  content: "";
  background: #e96656;
}

.bbp-body > ul:nth-child(4n) .bbp-topic-permalink:after {
  content: "";
  background: #34d293;
}

.bbp-body > ul:nth-child(4n+1) .bbp-topic-permalink:after {
  content: "";
  background: #3ab0e2;
}

.bbp-body > ul:nth-child(4n+2) .bbp-topic-permalink:after {
  content: "";
  background: #f7d861;
}

.bbp-body > ul:nth-child(4n+3) .bbp-topic-permalink:after {
  content: "";
  background: #e96656;
}

.bbp-meta {
  webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0px 5px;
  border-bottom: 1px solid #F5F5F5;
  float: left;
  width: 100%;
}

span.bbp-admin-links a {
  color: #666666;
}

span.bbp-admin-links a:hover {
  color: #e96656 !important;
}

#favorite-toggle a,
#subscription-toggle a {
  color: #666;
  font-style: italic;
}

#favorite-toggle a:hover,
#subscription-toggle a:hover {
  color: #e96656;
}

#bbpress-forums #bbp-user-wrapper h2.entry-title {
  font-size: 1.4em;
  margin: 0;
  padding-top: 0;
  clear: none;
  padding-bottom: 0;
}

#bbpress-forums #bbp-user-wrapper h2.entry-title:before {
  position: absolute;
  margin: auto;
  z-index: 1;
  content: "";
  width: 10%;
  height: 2px;
  background: #e96656;
  bottom: 0px;
  left: 0;
}

.bbp-user-section {
  margin-top: 20px;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
  background: none !important;
  color: #666;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

#bbpress-forums #bbp-user-wrapper ul.bbp-topics {
  clear: left;
}

.bbp-topic-started-in a {
  font-size: 12px;
  color: #666;
  font-style: italic;
}

.bbp-topic-started-in a:hover {
  text-decoration: underline;
}

#bbpress-forums #bbp-user-wrapper ul.bbp-replies {
  clear: left;
}

#bbpress-forums li.bbp-body .bbp-meta .bbp-header {
  font-size: 13px;
  clear: left;
  float: left;
}

#bbpress-forums li.bbp-body .bbp-meta .bbp-header .bbp-topic-permalink {
  font-size: 13px;
  font-style: italic;
}

#bbpress-forums li.bbp-body .bbp-meta .bbp-header .bbp-topic-permalink:after {
  content: "";
  display: none;
}

#bbpress-forums li.bbp-body .bbp-meta .bbp-reply-post-date {
  float: left;
}

#bbpress-forums fieldset.bbp-form legend {
  font-size: 20px;
  line-height: 22px;
  color: #404040;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: 500;
  position: relative;
  margin-bottom: 30px;
  margin-top: 50px;
  float: left;
}

#bbpress-forums fieldset.bbp-form legend:before {
  position: absolute;
  margin: auto;
  z-index: 1;
  content: "";
  width: 10%;
  height: 2px;
  background: #e96656;
  bottom: -5px;
  left: 0;
}

#bbpress-forums .is-favorite a {
  color: #e96656;
}

#bbpress-forums .bbp-reply-title h3 {
  float: left;
}

#bbpress-forums .bbp-reply-title h3 a {
  font-size: 16px;
  font-style: italic;
}

#bbpress-forums .bbp-reply-title h3 a.bbp-topic-permalink:after {
  content: "";
  display: none;
}

#bbpress-forums div.bbp-forum-header {
  background: none;
  padding-bottom: 0;
}

#bbpress-forums div.bbp-forum-header .bbp-forum-title {
  padding-left: 5px;
}

#bbpress-forums div.bbp-topic-header {
  background: none;
}

#bbpress-forums div.bbp-topic-title h3 {
  float: left;
  padding-left: 5px;
}

#bbpress-forums div.bbp-topic-header .bbp-meta .bbp-topic-permalink {
  float: right;
  margin-left: 10px;
  color: #666;
  font-size: 12px;
  line-height: 32px;
}

#bbpress-forums div.bbp-topic-header .bbp-meta .bbp-topic-permalink:after {
  content: "";
  display: none;
}

#bbpress-forums div.bbp-topic-header .bbp-topic-title .bbp-topic-title-meta {
  float: left;
  margin-left: 5px;
  line-height: 33px;
}

#bbpress-forums div.bbp-forum-header .bbp-forum-title:after {
  content: "";
  display: none;
}

li.bbp-body div.hentry {
  padding: 0;
}

#bbpress-forums li.bbp-body div.hentry .bbp-forum-content {
  padding-top: 0;
}

h1.tutor-color-black,
h2.tutor-color-black,
h3.tutor-color-black,
h4.tutor-color-black,
h5.tutor-color-black,
h6.tutor-color-black {
  color: var(--wp--preset--color--spruce);
}

.tutor-wrap {
  padding-block-end: 72px;
}

.tutor-frontend-dashboard {
  padding-block: 72px;
}

.tutor-course-thumbnail img {
  border-radius: 16px;
  aspect-ratio: 16/9;
  object-fit: cover;
}

#tutor-registration-wrap {
  max-width: 760px;
  margin: 0 auto;
  padding: 72px 0;
  box-shadow: none;
  border-radius: 0;
}

#tutor-registration-form {
  padding: 0;
}

.tutor-login-modal {
  max-width: none;
  margin: 0;
}

.tutor-course-sidebar-card-pricing {
  display: none !important;
}

.tutor-icon-cart-line::before {
  content: "";
}

.tutor-card {
  background-color: transparent;
}

.tutor-single-course-sidebar .tutor-sidebar-card .tutor-card-body {
  background-color: transparent;
  border: 1px solid var(--wp--preset--color--spruce);
  border-radius: 16px;
}

#tutor-single-entry-content {
  background-color: white;
}

.tutor-course-details-page .tutor-nav {
  display: none;
}

.tutor-login-wrap {
  margin-block-start: 40px;
}

.tutor-course-topic-single-body .tutor-tab a {
  text-decoration: underline;
}

.tutor-cart-page {
  grid-column: wide-width-start/wide-width-end;
}
.tutor-cart-page .tutor-cart-summery,
.tutor-cart-page .tutor-cart-course-list {
  border: 1px solid var(--wp--preset--color--spruce);
}
.tutor-cart-page .tutor-cart-summery .tutor-cart-summery-top {
  border-bottom: 1px solid var(--wp--preset--color--spruce);
}

.cif-lesson-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cif-lesson {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.cif-lesson__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.cif-lesson__icon--fallback {
  font-size: 24px;
  line-height: 1;
  color: var(--wp--preset--color--spruce);
}

.cif-lesson__text {
  flex: 1;
  min-width: 0;
}

.cif-lesson__title {
  margin: 0;
  font-family: var(--wp--preset--font-family--open-sans);
  font-size: var(--wp--preset--font-size--size-16);
  font-weight: 700;
  line-height: var(--wp--custom--line-height--card-body);
  color: var(--wp--preset--color--spruce);
}

a.cif-lesson__title {
  text-decoration: none;
}
a.cif-lesson__title:hover, a.cif-lesson__title:focus-visible {
  text-decoration: underline;
}

.cif-lesson__excerpt {
  margin: 0;
  font-family: var(--wp--preset--font-family--open-sans);
  font-size: var(--wp--preset--font-size--size-16);
  font-weight: 400;
  line-height: var(--wp--custom--line-height--card-body);
  color: var(--wp--preset--color--spruce);
}

/*# sourceMappingURL=style.css.map */
