/* --- Global Consistency Fixes --- */
/* Neutralize legacy Bootstrap pull/push offset classes that shift content off-screen */
[class*="col-md-push-"],
[class*="col-sm-push-"],
[class*="col-lg-push-"],
[class*="col-md-pull-"],
[class*="col-sm-pull-"],
[class*="col-lg-pull-"] {
  left: auto !important;
  right: auto !important;
}

.page-node-2435 .main-container,
.page-node-2435 #block-cdp-usuhs-content,
.page-node-2435 #block-cdp-usuhs-content > .content,
.page-node-2435 article.page.full,
.page-node-2435 article.page.full > .content,
.page-node-2435 .layout--onecol,
.page-node-2435 .layout__region--content,
.page-node-2435 .layout__region--content > section:first-child,
.page-node-2435 .layout__region--content > section:first-child > .content,
.page-careers .main-container,
.page-careers #block-cdp-usuhs-content,
.page-careers #block-cdp-usuhs-content > .content,
.page-careers article.page.full,
.page-careers article.page.full > .content,
.page-careers .layout--onecol,
.page-careers .layout__region--content,
.page-careers .layout__region--content > section:first-child,
.page-careers .layout__region--content > section:first-child > .content,
.page-partner-with-cdp .main-container,
.page-partner-with-cdp #block-cdp-usuhs-content,
.page-partner-with-cdp #block-cdp-usuhs-content > .content,
.page-partner-with-cdp article.page.full,
.page-partner-with-cdp article.page.full > .content,
.page-partner-with-cdp .layout--onecol,
.page-partner-with-cdp .layout__region--content,
.page-partner-with-cdp .layout__region--content > section:first-child,
.page-partner-with-cdp .layout__region--content > section:first-child > .content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.page-node-2435 .cdp-nav-spacer,
.page-careers .cdp-nav-spacer,
.page-partner-with-cdp .cdp-nav-spacer {
  display: none !important;
  height: 0 !important;
}

.page-node-6757 .cdp-standard-hero-page__content > .field {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.cdp-partner-page {
  width: 100%;
  --cdp-content-card-border: #d7e2ef;
  --cdp-content-card-radius: 24px;
  --cdp-content-card-background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  --cdp-content-card-shadow: none;
  --cdp-content-card-padding: 24px 28px 26px;
}

.page-partner-with-cdp .cdp-partner-page__title,
.page-node-2435 .cdp-partner-page__title {
  color: #1f2f46;
  font-family: inherit;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 0.98;
  text-transform: uppercase;
  max-width: none;
}

.cdp-partner-page__sections {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.cdp-partner-page--stacked-sections .cdp-partner-page__sections {
  grid-template-columns: 1fr;
}

.cdp-partner-page--stacked-sections .cdp-partner-page__section--wide {
  grid-column: auto;
}

.cdp-partner-page__section {
  padding: var(--cdp-content-card-padding);
  border: 1px solid var(--cdp-content-card-border);
  border-radius: var(--cdp-content-card-radius);
  background: var(--cdp-content-card-background);
  box-shadow: var(--cdp-content-card-shadow);
}

.cdp-partner-page__section--wide {
  grid-column: 1 / -1;
}

.page-partner-with-cdp .cdp-partner-page__sections {
  gap: 28px;
}

.page-partner-with-cdp .cdp-partner-page__plain-section {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.page-research-at-cdp .cdp-partner-page__sections {
  gap: 0;
}

.page-research-at-cdp .cdp-partner-page__plain-section {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.page-research-at-cdp .cdp-research-section {
  padding: 28px 0;
  border-bottom: 1px solid #2f3640;
}

.page-research-at-cdp .cdp-research-section:first-child {
  padding-top: 0;
}

.page-research-at-cdp .cdp-research-section:last-child {
  border-bottom: 0;
}

.page-research-at-cdp .cdp-research-section h2 {
  margin: 0 0 20px;
  color: #111;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.page-research-at-cdp .cdp-research-section p,
.page-research-at-cdp .cdp-research-section li {
  color: #333;
  font-size: 16px;
  line-height: 1.45;
}

.page-research-at-cdp .cdp-research-section p {
  margin: 0 0 16px;
}

.page-research-at-cdp .cdp-research-section p:last-child,
.page-research-at-cdp .cdp-research-section ul:last-child {
  margin-bottom: 0;
}

.page-research-at-cdp .cdp-research-section ul {
  margin: 0 0 18px;
  padding-left: 1.4em;
}

.page-research-at-cdp .cdp-research-media-row {
  display: grid;
  grid-template-columns: minmax(160px, 220px) minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}

.page-research-at-cdp .cdp-research-media-row--right {
  grid-template-columns: minmax(0, 1fr) minmax(160px, 220px);
}

.page-research-at-cdp .cdp-research-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  padding: 18px;
  border: 1px dashed #8aa0bd;
  color: #6b7280;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.page-research-at-cdp .cdp-research-media-row img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .page-research-at-cdp .cdp-research-media-row,
  .page-research-at-cdp .cdp-research-media-row--right {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-research-at-cdp .cdp-research-image-placeholder {
    min-height: 140px;
  }
}

.cdp-partner-page__copy {
  color: #25374f;
  font-size: 17px;
  line-height: 1.75;
}

.cdp-partner-page__copy p {
  margin-bottom: 16px;
}

.cdp-partner-page__copy p:last-child {
  margin-bottom: 0;
}

.cdp-partner-page__copy ul,
.cdp-partner-page__copy ol {
  margin: 0 0 16px;
  padding-left: 1.35em;
}

.cdp-partner-page__copy li {
  margin-bottom: 8px;
  padding-left: 0.15em;
}

.cdp-partner-page__copy li:last-child {
  margin-bottom: 0;
}

.cdp-partner-page__copy a {
  color: #123763;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}

.cdp-background-page .cdp-partner-page__wrap {
  padding-top: 0;
}

.cdp-background-page .cdp-standard-hero-page__content {
  gap: 18px;
}

.cdp-background-page .cdp-standard-hero-page__content > .field,
.cdp-background-page .cdp-paragraph-wrapper {
  padding: 0;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.cdp-background-page .field--name-body > div,
.cdp-background-page .field--name-body > section,
.cdp-background-page .field--name-body > section > div {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.cdp-background-page .field--name-body > section {
  margin: 28px 0 0;
}

.cdp-background-page .cdp-partner-page__section-title,
.cdp-background-page .field--name-body h2,
.cdp-background-page .cdp-paragraph-wrapper h2 {
  margin: 0 0 14px;
  color: #1f2f46;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
  text-transform: none;
}

.cdp-background-page .field--name-body h3,
.cdp-background-page .cdp-paragraph-wrapper h3 {
  margin: 20px 0 10px;
  color: #1f2f46;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.15;
}

.cdp-background-page .field--name-body p,
.cdp-background-page .field--name-body li,
.cdp-background-page .cdp-paragraph-wrapper p,
.cdp-background-page .cdp-paragraph-wrapper li {
  font-size: 17px;
  line-height: 1.6;
}

.cdp-background-page .field--name-body p,
.cdp-background-page .cdp-paragraph-wrapper p {
  margin: 0 0 14px;
}

.cdp-background-page .field--name-body p:last-child,
.cdp-background-page .cdp-paragraph-wrapper p:last-child {
  margin-bottom: 0;
}

.cdp-background-page .field--name-body ul,
.cdp-background-page .field--name-body ol,
.cdp-background-page .cdp-paragraph-wrapper ul,
.cdp-background-page .cdp-paragraph-wrapper ol {
  margin: 0 0 16px;
  padding-left: 1.25em;
}

.cdp-background-page .field--name-body li,
.cdp-background-page .cdp-paragraph-wrapper li {
  margin-bottom: 8px;
  padding-left: 0;
}

.cdp-background-page .field--name-body li:last-child,
.cdp-background-page .cdp-paragraph-wrapper li:last-child {
  margin-bottom: 0;
}

.cdp-background-page .field--name-body img,
.cdp-background-page .cdp-paragraph-wrapper img {
  float: none !important;
  display: block;
  max-width: min(220px, 100%);
  height: auto;
  margin: 0 0 18px;
}

.cdp-background-page .field--name-body p[style*="text-align: center"],
.cdp-background-page .cdp-paragraph-wrapper p[style*="text-align: center"] {
  margin: 0 0 14px;
}

#cssmenu > ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 16px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

#cssmenu > ul > li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#cssmenu > ul > li > a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 104px;
  padding: 18px 20px;
  border: 1px solid #d7e1f0;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(247, 250, 255, 0.98), rgba(255, 255, 255, 0.98));
  box-shadow: 0 14px 32px rgba(31, 36, 93, 0.08);
  color: #1f2f46;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

#cssmenu > ul > li > a:hover,
#cssmenu > ul > li > a:focus {
  border-color: #c2d2e8;
  box-shadow: 0 18px 38px rgba(31, 36, 93, 0.12);
  color: #123763;
  text-decoration: none;
  transform: translateY(-2px);
}

.cdp-ebp-conference-intro {
  display: grid;
  gap: 24px;
}

.cdp-ebp-page .cdp-ebp-page__content {
  display: grid;
  gap: 24px;
  width: 100%;
  max-width: none;
}

.cdp-ebp-page .cdp-ebp-page__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  align-items: center;
  margin: 0;
  padding: 0 0 20px;
  border-bottom: 1px solid #d8e1ec;
}

.cdp-ebp-page .cdp-ebp-page__nav-link {
  display: inline-flex;
  align-items: center;
  color: #243162;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

.cdp-ebp-page .cdp-ebp-page__nav-link:hover,
.cdp-ebp-page .cdp-ebp-page__nav-link:focus {
  color: #123763;
  text-decoration: underline;
}

.cdp-ebp-page .cdp-ebp-page__nav-link--static {
  color: #3a4354;
}

.cdp-ebp-page__archive-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin: 0;
}

.cdp-ebp-page__archive-link {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 14px;
  border: 1px solid #d8e1ec;
  color: #243162;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.cdp-ebp-page__archive-link:hover,
.cdp-ebp-page__archive-link:focus {
  border-color: #bfcbe0;
  color: #123763;
  text-decoration: underline;
}

.cdp-ebp-page .cdp-ebp-page__content .field--name-body,
.cdp-ebp-page .cdp-ebp-page__content .text-formatted {
  display: grid;
  gap: 18px;
}

.cdp-ebp-page .cdp-ebp-page__content p,
.cdp-ebp-page .cdp-ebp-page__content ul {
  margin: 0;
}

.cdp-ebp-page .cdp-ebp-page__content ul {
  padding-left: 24px;
}

.cdp-ebp-page .cdp-ebp-page__content li {
  margin-bottom: 4px;
}

.cdp-ebp-page .cdp-ebp-page__content img {
  max-width: 100%;
  height: auto;
}

.cdp-ebp-conference-banner {
  --cdp-ebp-banner-surface:
    linear-gradient(180deg, rgba(67, 71, 147, 0.98) 0%, rgba(49, 58, 133, 0.98) 100%);
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  min-height: 260px;
  overflow: hidden;
  border: 1px solid rgba(154, 175, 220, 0.42);
  border-radius: 0;
  background: var(--cdp-ebp-banner-surface);
  box-shadow: inset 0 1px 0 rgba(104, 205, 255, 0.85);
  color: #fff;
}

.cdp-ebp-conference-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) calc(100% - 360px), rgba(255, 255, 255, 0.06) calc(100% - 359px), transparent calc(100% - 359px)),
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.08), transparent 26%);
  pointer-events: none;
}

.cdp-ebp-conference-banner::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 calc(100% - 360px);
  width: 360px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0)),
    var(--cdp-ebp-banner-mark) right 32px bottom 20px / 140px auto no-repeat;
  opacity: 0.18;
  pointer-events: none;
}

.cdp-ebp-conference-banner__lead,
.cdp-ebp-conference-banner__panel {
  position: relative;
  z-index: 1;
}

.cdp-ebp-conference-banner__lead {
  display: flex;
  align-items: center;
  padding: 48px 52px;
}

.cdp-ebp-conference-banner__lead p {
  max-width: 1040px;
  margin: 0;
  color: #fff;
  font-size: 23px;
  line-height: 1.46;
}

.cdp-ebp-conference-banner__panel {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 28px 34px 28px 36px;
}

.cdp-ebp-conference-banner__eyebrow {
  margin: 0;
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  line-height: 0.98;
  text-transform: uppercase;
}

.cdp-ebp-conference-banner__theme {
  margin: 0;
  color: #fff;
  font-size: 19px;
  line-height: 1.42;
}

.cdp-ebp-conference-banner__dates {
  display: grid;
  gap: 10px;
  justify-items: start;
}

.cdp-ebp-conference-banner__dates span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 6px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.15;
  text-transform: uppercase;
}

#cssmenu > ul > li.has-sub {
  grid-column: 1 / -1;
}

#cssmenu > ul > li.has-sub > a {
  min-height: 0;
  margin-bottom: 12px;
}

#cssmenu > ul > li.has-sub > ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#cssmenu > ul > li.has-sub > ul > li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#cssmenu > ul > li.has-sub > ul > li > a {
  display: flex;
  align-items: flex-start;
  min-height: 88px;
  padding: 16px 18px;
  border: 1px solid #d7e1f0;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(31, 36, 93, 0.06);
  color: #1f2f46;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
}

#cssmenu > ul > li.has-sub > ul > li > a:hover,
#cssmenu > ul > li.has-sub > ul > li > a:focus {
  color: #123763;
  text-decoration: none;
}

@media (max-width: 767px) {

  .cdp-ebp-conference-banner {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .cdp-ebp-conference-banner::before {
    background:
      linear-gradient(180deg, transparent calc(100% - 220px), rgba(255, 255, 255, 0.06) calc(100% - 220px), rgba(255, 255, 255, 0.06) calc(100% - 219px), transparent calc(100% - 219px)),
      radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.08), transparent 26%);
  }

  .cdp-ebp-conference-banner::after {
    inset: auto 0 0 0;
    width: auto;
    height: 180px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
      var(--cdp-ebp-banner-mark) right 22px bottom 14px / 110px auto no-repeat;
  }

  .cdp-ebp-conference-banner__lead {
    padding: 26px 22px 22px;
  }

  .cdp-ebp-conference-banner__lead p {
    font-size: 18px;
    line-height: 1.55;
  }

  .cdp-ebp-conference-banner__panel {
    padding: 22px 22px 28px;
  }

  .cdp-ebp-conference-banner__eyebrow {
    font-size: 22px;
  }

  .cdp-ebp-conference-banner__theme {
    font-size: 17px;
  }

  #cssmenu > ul,
  #cssmenu > ul > li.has-sub > ul {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  #cssmenu > ul > li > a {
    min-height: 88px;
    padding: 16px 18px;
    border-radius: 18px;
  }

  #cssmenu > ul > li.has-sub > ul > li > a {
    min-height: 76px;
    padding: 14px 16px;
    border-radius: 16px;
  }

  .cdp-background-page .cdp-standard-hero-page__content {
    gap: 14px;
  }

  .cdp-background-page .cdp-paragraph-wrapper {
    padding: 0;
  }

  .cdp-background-page .cdp-partner-page__section-title,
  .cdp-background-page .field--name-body h2,
  .cdp-background-page .cdp-paragraph-wrapper h2 {
    font-size: 24px;
  }

  .cdp-background-page .field--name-body h3,
  .cdp-background-page .cdp-paragraph-wrapper h3 {
    font-size: 20px;
  }

  .cdp-background-page .field--name-body p,
  .cdp-background-page .field--name-body li,
  .cdp-background-page .cdp-paragraph-wrapper p,
  .cdp-background-page .cdp-paragraph-wrapper li {
    font-size: 16px;
    line-height: 1.55;
  }
}

.page-careers .cdp-partner-page__wrap {
  gap: 12px;
}

.cdp-careers-page__intro {
  margin-bottom: 0;
}

.cdp-careers-page__intro p {
  margin: 0;
}

.cdp-certificate-modules-page__wrap {
  width: 100%;
}

.cdp-certificate-modules-page__alert {
  margin: 0 0 18px;
  padding: 16px 20px;
  border-radius: 12px;
  background: #e2c57e;
  color: #111;
  font-size: 14px;
  line-height: 1.45;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.cdp-certificate-modules-page__alert p:last-child {
  margin-bottom: 0;
}

.cdp-dod-child-page__banner-wrap {
  margin: 0 0 28px;
}

.cdp-dod-child-page__banner {
  max-width: 820px;
  padding: 24px 22px 22px;
  border-radius: 18px;
  background: #ece4e2;
}

.cdp-dod-child-page__banner-title {
  margin: 0 0 12px;
  color: #31333a;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
}

.cdp-dod-child-page__banner-body,
.cdp-dod-child-page__banner-body p {
  color: #31333a;
  font-size: 17px;
  line-height: 1.55;
}

.cdp-dod-child-page__banner-body p:last-child {
  margin-bottom: 0;
}

.cdp-certificate-modules-page__courses {
  display: grid;
  gap: 24px;
}

.cdp-certificate-modules-page__course {
  padding: var(--cdp-content-card-padding, 24px 28px 26px);
  border: 1px solid var(--cdp-content-card-border, #d7e2ef);
  border-radius: var(--cdp-content-card-radius, 24px);
  background: var(--cdp-content-card-background, linear-gradient(180deg, #ffffff 0%, #fbfdff 100%));
  box-shadow: var(--cdp-content-card-shadow, none);
}

.cdp-certificate-modules-page__course-title {
  margin: 0 0 6px;
  color: #1f2f46;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.cdp-certificate-modules-page__course-ce {
  margin: 0 0 14px;
  color: #123763;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.cdp-certificate-modules-page__course-copy {
  color: #25374f;
  font-size: 17px;
  line-height: 1.75;
}

.cdp-certificate-modules-page__course-copy p {
  margin-bottom: 16px;
}

.cdp-certificate-modules-page__course-copy p:last-child {
  margin-bottom: 0;
}

.cdp-certificate-modules-page__course-link-wrap {
  margin: 18px 0 0;
}

.cdp-certificate-modules-page__course-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #123763;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.cdp-certificate-modules-page__course-link:hover,
.cdp-certificate-modules-page__course-link:focus {
  text-decoration: underline;
}

.cdp-certificate-modules-page__pdf-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 24px;
  padding: 0 6px;
  border-radius: 6px;
  background: #5B1413;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.cdp-vwp-page {
  padding: 0 0 54px;
}

.cdp-vwp-page__listing .view-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.cdp-vwp-page__listing .views-row {
  min-width: 0;
}

.cdp-vwp-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.cdp-vwp-card__media {
  width: 100%;
  max-width: 180px;
}

.cdp-vwp-card__media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
}

.cdp-vwp-card__body {
  min-width: 0;
}

.cdp-vwp-card__title {
  margin: 0 0 8px;
  color: #1f2f46;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.04;
}

.cdp-vwp-card__position,
.cdp-vwp-card__sl {
  margin: 0;
  color: #25374f;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}

.cdp-vwp-card__sl {
  margin-bottom: 16px;
}

.cdp-vwp-card__description {
  font-size: 16px;
  line-height: 1.7;
}

.cdp-vwp-page__listing--empty {
  color: #25374f;
  font-size: 17px;
  line-height: 1.7;
}

.page-careers .cdp-partner-page__title {
  max-width: none;
  font-size: 25px;
  letter-spacing: -0.03em;
  line-height: 0.98;
}

.cdp-pathways-landing-page__copy + .cdp-pathways-landing-page__table {
  margin-top: 24px;
}

.cdp-pathways-landing-page__table {
  overflow-x: auto;
}

.cdp-pathways-landing-page__table table {
  width: 100%;
}

.cdp-careers-page__jobs {
  display: grid;
  gap: 24px;
  margin-top: 0;
}

.page-careers .cdp-careers-page__jobs--faq .field,
.page-careers .cdp-careers-page__jobs--faq .field__items,
.page-careers .cdp-careers-page__jobs--faq .field__item {
  display: contents;
}

.page-careers .cdp-faqs-block {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.page-careers .cdp-faqs-block__title {
  margin: 0 0 18px;
}

.page-careers .cdp-faqs-block__list {
  gap: 0;
}

.page-careers .cdp-faqs-block__item {
  border: 0;
  border-bottom: 1px solid #d9e4f1;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.page-careers .cdp-faqs-block__item:hover {
  border-color: #d9e4f1;
  box-shadow: none;
  transform: none;
}

.page-careers .cdp-faqs-block__item summary {
  padding-left: 0;
  padding-right: 42px;
}

.page-careers .cdp-faqs-block__item summary::after {
  right: 0;
}

.page-careers .cdp-faqs-block__answer {
  padding-left: 0;
  padding-right: 0;
}

.page-node-10285 .field--name-field-cdp-faq-blocks,
.page-node-10285 .field--name-field-cdp-faq-blocks .field__items,
.page-node-10285 .field--name-field-cdp-faq-blocks .field__item {
  display: contents;
}

.page-node-10285 .cdp-faqs-block {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.cdp-careers-page__job {
  padding: 0;
  overflow: hidden;
}

.cdp-careers-page__job[open] {
  box-shadow: 0 22px 44px rgba(15, 23, 42, 0.08);
}

.cdp-careers-page__job-toggle {
  display: block;
  list-style: none;
  cursor: pointer;
  padding: 30px 32px;
}

.cdp-careers-page__job-toggle::-webkit-details-marker {
  display: none;
}

.cdp-careers-page__job-toggle::marker {
  content: "";
}

.cdp-careers-page__job-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.cdp-careers-page__job-copy {
  flex: 1 1 auto;
  min-width: 0;
}

.cdp-careers-page__job-title {
  margin: 0;
  color: #1f2f46;
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.cdp-careers-page__summary {
  margin: 14px 0 0;
  color: #33465f;
  font-size: 18px;
  line-height: 1.7;
}

.cdp-careers-page__caret {
  position: relative;
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  margin-top: 4px;
  border: 1px solid #dbe4f0;
  border-radius: 50%;
  background: #f8fbff;
}

.cdp-careers-page__caret::before {
  content: "";
  position: absolute;
  top: 48%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-right: 2px solid #123763;
  border-bottom: 2px solid #123763;
  transform: translate(-50%, -60%) rotate(45deg);
  transition: transform 0.2s ease;
}

.cdp-careers-page__job[open] .cdp-careers-page__caret::before {
  transform: translate(-50%, -30%) rotate(-135deg);
}

.cdp-careers-page__body {
  padding: 0 32px 34px;
}

.cdp-careers-page__apply {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 154px;
  margin: 0 0 22px;
  padding: 14px 22px;
  border-radius: 999px;
  background: #5B1413;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 16px 30px rgba(91, 20, 19, 0.22);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.cdp-careers-page__apply:hover,
.cdp-careers-page__apply:focus {
  background: #5B1413;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 20px 34px rgba(91, 20, 19, 0.24);
}

.cdp-careers-page__copy p strong,
.cdp-careers-page__copy li strong {
  color: #123763;
}

.cdp-careers-page__copy ul,
.cdp-careers-page__copy ol {
  margin: 0 0 18px 1.4rem;
}

.cdp-careers-page__copy li {
  margin-bottom: 10px;
}

.cdp-disorders-page__intro {
  margin-bottom: 24px;
}

.cdp-disorders-page__intro-copy {
  max-width: 980px;
}

.cdp-disorders-page__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.cdp-disorders-page__card {
  overflow: hidden;
  border: 1px solid var(--cdp-content-card-border, #d7e2ef);
  border-radius: var(--cdp-content-card-radius, 24px);
  background: var(--cdp-content-card-background, linear-gradient(180deg, #ffffff 0%, #fbfdff 100%));
  box-shadow: var(--cdp-content-card-shadow, none);
}

.cdp-disorders-page__media-link {
  display: block;
  text-decoration: none;
}

.cdp-disorders-page__media {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: linear-gradient(180deg, #dfe6f0 0%, #edf2f8 100%);
}

.cdp-disorders-page__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cdp-disorders-page__body {
  padding: 24px 26px 28px;
}

.cdp-disorders-page__title {
  display: inline-block;
  margin: 0 0 12px;
  color: #1f2f46;
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.08;
  text-decoration: none;
}

.cdp-disorders-page__title:hover,
.cdp-disorders-page__title:focus {
  color: #123763;
  text-decoration: underline;
}

.cdp-disorders-page__summary {
  margin: 0;
  color: #33465f;
  font-size: 17px;
  line-height: 1.75;
}

@media (max-width: 900px) {
  .cdp-partner-page__sections {
    grid-template-columns: 1fr;
  }

  .cdp-partner-page__section--wide {
    grid-column: auto;
  }

  .cdp-careers-page__job-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .cdp-careers-page__caret {
    margin-top: 10px;
  }

  .cdp-disorders-page__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .cdp-partner-page__section {
    padding: 20px 18px 22px;
    border-radius: 20px;
  }

  .cdp-partner-page__copy {
    font-size: 16px;
    line-height: 1.7;
  }

  .cdp-careers-page__job {
    padding: 0;
  }

  .cdp-careers-page__job-toggle {
    padding: 22px 20px;
  }

  .cdp-careers-page__job-title {
    font-size: 26px;
  }

  .cdp-careers-page__body {
    padding: 0 20px 24px;
  }

  .cdp-careers-page__apply {
    width: 100%;
    min-width: 0;
  }

  .cdp-disorders-page__body {
    padding: 20px 18px 22px;
  }

  .cdp-disorders-page__title {
    font-size: 26px;
  }

  .cdp-disorders-page__summary {
    font-size: 16px;
    line-height: 1.7;
  }
}

.cdp-child-study-page {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 8px 0 42px;
}

.cdp-child-study-kicker {
  margin: 0;
  color: #111;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.cdp-child-study-title {
  margin: 6px 0 26px;
  color: #111;
  font-size: 50px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 0.95;
  text-transform: uppercase;
}

.cdp-child-study-copy {
  max-width: 1120px;
}

.cdp-child-study-copy p {
  color: #333;
  font-size: 18px;
  line-height: 1.58;
  margin: 0 0 18px;
}

.cdp-child-study-copy p:last-child {
  margin-bottom: 0;
}

.cdp-child-study-feature-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.cdp-child-study-card {
  min-width: 0;
}

.cdp-child-study-card-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.cdp-child-study-card-title {
  margin: 14px 0 10px;
  color: #1f245d;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.cdp-child-study-card-copy {
  color: #4a4a4a;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 18px;
}

.cdp-child-study-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 186px;
  padding: 13px 20px;
  background: #5B1413;
  color: #fff !important;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none !important;
  text-transform: uppercase;
}

.cdp-child-study-button:hover,
.cdp-child-study-button:focus {
  color: #fff !important;
  text-decoration: none !important;
}

.cdp-child-study-bottom {
  margin-top: 36px;
  padding: 36px 40px;
  background: #eff2f8;
}

.cdp-child-study-bottom-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cdp-child-study-bottom-card {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none !important;
}

.cdp-child-study-bottom-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.1 / 1;
  object-fit: cover;
}

.cdp-child-study-bottom-card-label {
  position: absolute;
  left: 14px;
  bottom: 14px;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

@media (max-width: 1199px) {
  .cdp-child-study-title {
    font-size: 42px;
  }

  .cdp-child-study-feature-grid {
    gap: 22px;
  }
}

@media (max-width: 767px) {
  .cdp-child-study-page {
    padding-bottom: 24px;
  }

  .cdp-child-study-kicker {
    font-size: 22px;
  }

  .cdp-child-study-title {
    font-size: 34px;
    margin-bottom: 18px;
  }

  .cdp-child-study-copy p,
  .cdp-child-study-card-copy {
    font-size: 16px;
  }

  .cdp-child-study-feature-grid,
  .cdp-child-study-bottom-grid {
    grid-template-columns: 1fr;
  }

  .cdp-child-study-button {
    width: 100%;
    min-width: 0;
    font-size: 20px;
  }

  .cdp-child-study-bottom {
    margin-top: 28px;
    padding: 22px 18px;
  }
}

.cdp-child-study-page {
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fd 100%);
  border-radius: 28px;
  padding: 28px 28px 40px;
}

.page-node-9853 .main-container,
.page-node-9853 #block-cdp-usuhs-content,
.page-node-9853 #block-cdp-usuhs-content > .content,
.page-node-9853 article.page.full,
.page-node-9853 article.page.full > .content,
.page-node-9853 .layout--onecol,
.page-node-9853 .layout__region--content,
.page-node-9853 .layout__region--content > section:first-child,
.page-node-9853 .layout__region--content > section:first-child > .content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.page-node-9853 .cdp-nav-spacer {
  display: none !important;
  height: 0 !important;
}

.page-node-9853 .cdp-child-study-page {
  width: 100%;
  max-width: none;
  padding: 12px 0 46px;
  border-radius: 0;
  background: transparent;
}

.cdp-child-study-kicker {
  color: #243d73;
  font-size: 24px;
  letter-spacing: 0.03em;
}

.page-node-9853 .cdp-child-study-kicker {
  margin: 0 0 12px;
  color: #123763;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.cdp-child-study-title {
  margin-bottom: 22px;
}

.page-node-9853 .cdp-child-study-title {
  position: relative;
  max-width: 980px;
  margin: 0 0 30px;
  padding-bottom: 28px;
  color: #1f2f46;
  font-family: inherit;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 0.98;
  text-transform: uppercase;
}

.page-node-9853 .cdp-child-study-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 140px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #123763 0%, #d8b24c 100%);
}

.page-node-9853 .cdp-child-study-page > .cdp-child-study-copy:first-of-type {
  margin: 0 0 28px;
  padding: 28px 32px 32px;
  border: 1px solid #dbe4f0;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.cdp-child-study-copy p {
  max-width: 1080px;
}

.page-node-9853 .cdp-child-study-page > .cdp-child-study-copy:first-of-type p {
  max-width: none;
  color: #25374f;
  font-size: 20px;
  line-height: 1.62;
  letter-spacing: -0.01em;
}

.page-node-9853 .cdp-child-study-feature-grid {
  gap: 24px;
  margin-top: 0;
}

.cdp-child-study-feature-grid {
  gap: 24px;
  align-items: stretch;
}

.cdp-child-study-card {
  display: flex;
  flex-direction: column;
  padding: 14px 14px 18px;
  background: #ffffff;
  border: 1px solid #dbe3f1;
  border-radius: 22px;
  box-shadow: 0 16px 28px rgba(16, 37, 64, 0.08);
}

.page-node-9853 .cdp-child-study-card {
  position: relative;
  overflow: hidden;
  padding: 18px 18px 22px;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-node-9853 .cdp-child-study-card:hover,
.page-node-9853 .cdp-child-study-card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 24px 46px rgba(15, 23, 42, 0.12);
}

.cdp-dod-child-page__card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.cdp-dod-child-page__card-link:hover,
.cdp-dod-child-page__card-link:focus {
  color: inherit;
  text-decoration: none;
}

.cdp-dod-child-page__card-link:focus-visible {
  outline: 2px solid #123763;
  outline-offset: 6px;
  border-radius: 32px;
}

.cdp-child-study-card-image {
  border-radius: 16px;
  box-shadow: inset 0 0 0 1px rgba(18, 36, 64, 0.08);
}

.page-node-9853 .cdp-child-study-card-image {
  aspect-ratio: 1.45 / 1;
  border-radius: 20px;
}

.cdp-child-study-card-title {
  margin-top: 18px;
  margin-bottom: 12px;
  color: #243d73;
  font-size: 20px;
  letter-spacing: 0.02em;
}

.page-node-9853 .cdp-child-study-card-title {
  margin: 18px 0 10px;
  color: #1f2f46;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
  text-align: left;
  text-transform: none;
}

.cdp-child-study-card-copy {
  flex: 1 1 auto;
  margin-bottom: 22px;
  color: #445169;
}

.page-node-9853 .cdp-child-study-card-copy {
  color: #445169;
  font-size: 17px;
  line-height: 1.7;
}

.cdp-child-study-button {
  width: 100%;
  min-width: 0;
  border-radius: 999px;
  background: #5B1413;
  box-shadow: 0 10px 18px rgba(91, 20, 19, 0.24);
  font-size: 18px;
  letter-spacing: 0.04em;
}

.page-node-9853 .cdp-child-study-button {
  width: auto;
  min-width: 168px;
  align-self: flex-start;
  padding: 14px 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.05em;
  box-shadow: 0 16px 30px rgba(141, 50, 29, 0.22);
}

.page-node-9853 .cdp-child-study-button:hover,
.page-node-9853 .cdp-child-study-button:focus {
  transform: translateY(-1px);
  box-shadow: 0 20px 34px rgba(141, 50, 29, 0.24);
}

.page-node-9853 .cdp-child-study-page > .cdp-child-study-copy[style] {
  margin-top: 28px !important;
  padding: 28px 32px 32px;
  border: 1px solid #dbe4f0;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
}

.page-node-9853 .cdp-child-study-page > .cdp-child-study-copy[style] p {
  max-width: none;
  color: #25374f;
  font-size: 17px;
  line-height: 1.75;
}

.cdp-child-study-bottom {
  margin-top: 42px;
  padding: 0;
  background: transparent;
}

.page-node-9853 .cdp-child-study-bottom {
  margin-top: 28px;
}

.cdp-child-study-bottom-grid {
  gap: 24px;
}

.page-node-9853 .cdp-child-study-bottom-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cdp-child-study-bottom-card {
  border-radius: 24px;
  box-shadow: 0 18px 34px rgba(22, 40, 71, 0.12);
  transform: translateY(0);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cdp-child-study-bottom-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 26, 49, 0.04) 0%, rgba(14, 26, 49, 0.68) 100%);
}

.cdp-child-study-bottom-card:hover,
.cdp-child-study-bottom-card:focus {
  transform: translateY(-4px);
  box-shadow: 0 22px 38px rgba(22, 40, 71, 0.16);
}

.cdp-child-study-bottom-card img {
  aspect-ratio: 1.08 / 1;
  filter: saturate(0.96) contrast(1.02);
}

.cdp-child-study-bottom-card:nth-child(2),
.cdp-child-study-bottom-card:nth-child(3) {
  background: linear-gradient(180deg, #f7f3e8 0%, #efe4bf 100%);
}

.cdp-child-study-bottom-card:nth-child(2) img,
.cdp-child-study-bottom-card:nth-child(3) img {
  padding: 16px;
  object-fit: contain;
}

.cdp-child-study-bottom-card-label {
  left: 18px;
  bottom: 18px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(20, 38, 70, 0.84);
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .cdp-child-study-page {
    border-radius: 18px;
    padding: 20px 16px 24px;
  }

  .cdp-child-study-card {
    border-radius: 18px;
    padding: 12px 12px 16px;
  }

  .cdp-child-study-button {
    font-size: 17px;
  }

  .cdp-child-study-bottom-card {
    border-radius: 18px;
  }

  .cdp-child-study-bottom-card-label {
    left: 14px;
    bottom: 14px;
    font-size: 14px;
  }

  .page-node-9853 .cdp-child-study-page {
    padding: 8px 0 24px;
  }

  .page-node-9853 .cdp-child-study-title {
    margin-bottom: 24px;
    padding-bottom: 22px;
    font-size: 25px;
    line-height: 0.98;
  }

  .page-node-9853 .cdp-child-study-page > .cdp-child-study-copy:first-of-type,
  .page-node-9853 .cdp-child-study-page > .cdp-child-study-copy[style] {
    padding: 22px 20px 24px;
    border-radius: 22px;
  }

  .page-node-9853 .cdp-child-study-page > .cdp-child-study-copy:first-of-type p {
    font-size: 17px;
    line-height: 1.65;
  }

  .page-node-9853 .cdp-child-study-card {
    padding: 14px 14px 18px;
    border-radius: 22px;
  }

  .page-node-9853 .cdp-child-study-card-image {
    border-radius: 16px;
  }

  .page-node-9853 .cdp-child-study-card-title {
    font-size: 24px;
  }

  .page-node-9853 .cdp-child-study-card-copy,
  .page-node-9853 .cdp-child-study-page > .cdp-child-study-copy[style] p {
    font-size: 16px;
    line-height: 1.7;
  }

  .page-node-9853 .cdp-child-study-button {
    width: 100%;
    min-width: 0;
  }

  .page-node-9853 .cdp-child-study-bottom-grid {
    grid-template-columns: 1fr;
  }
}

.cdp-child-study-about-page {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 12px 0 42px;
}

.cdp-child-study-about-kicker {
  margin: 0;
  color: #111;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.cdp-child-study-about-title {
  margin: 6px 0 28px;
  color: #111;
  font-size: 50px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 0.95;
  text-transform: uppercase;
}

.cdp-child-study-about-copy {
  max-width: 1100px;
}

.cdp-child-study-about-copy p {
  color: #333;
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 18px;
}

.cdp-child-study-about-copy p:last-child {
  margin-bottom: 0;
}

.cdp-child-study-about-section {
  margin-top: 46px;
}

.cdp-child-study-about-section-title {
  margin: 0 0 22px;
  color: #111;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.cdp-child-study-about-partners {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.cdp-child-study-about-partner {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cdp-child-study-about-partner-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 118px;
  padding: 16px;
  border: 1px solid #dbe3f1;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(21, 39, 68, 0.08);
  text-align: center;
}

.cdp-child-study-about-partner-mark img {
  display: block;
  max-width: 100%;
  max-height: 86px;
  object-fit: contain;
}

.cdp-child-study-about-partner-wordmark {
  color: #183b72;
  font-size: 28px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.05;
}

.cdp-child-study-about-partner-wordmark--minnesota {
  color: #7a0019;
  font-size: 19px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.15;
  text-transform: uppercase;
}

.cdp-child-study-about-partner-wordmark--minnesota span {
  display: block;
  color: #ffcc33;
  font-size: 16px;
  letter-spacing: 0.04em;
}

.cdp-child-study-about-partner-wordmark--usu {
  color: #283647;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.05;
}

.cdp-child-study-about-partner-wordmark--usu strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.cdp-child-study-about-partner-link {
  color: #243d73;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: underline;
}

.cdp-child-study-about-partner-link:hover,
.cdp-child-study-about-partner-link:focus {
  color: #182b58;
}

@media (max-width: 1199px) {
  .cdp-child-study-about-partners {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .cdp-child-study-about-page {
    padding-bottom: 24px;
  }

  .cdp-child-study-about-kicker {
    font-size: 22px;
  }

  .cdp-child-study-about-title {
    font-size: 34px;
    margin-bottom: 20px;
  }

  .cdp-child-study-about-copy p {
    font-size: 16px;
  }

  .cdp-child-study-about-section {
    margin-top: 34px;
  }

  .cdp-child-study-about-section-title {
    font-size: 24px;
    margin-bottom: 18px;
  }

  .cdp-child-study-about-partners {
    grid-template-columns: 1fr;
  }

  .cdp-child-study-about-partner-mark {
    min-height: 104px;
  }
}

.cdp-child-study-activities-page {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 12px 0 42px;
}

.cdp-child-study-activities-kicker {
  margin: 0;
  color: #111;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.cdp-child-study-activities-title {
  margin: 6px 0 30px;
  color: #111;
  font-size: 50px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 0.95;
  text-transform: uppercase;
}

.cdp-child-study-activities-panel {
  max-width: 1040px;
}

.cdp-csa-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
  width: 100%;
  margin: 28px 0 8px;
}

.cdp-csa-card {
  padding: 22px 20px;
  border: 1px solid #d8dde8;
  border-radius: 18px;
  background: #f6f7fb;
}

.cdp-csa-card__title {
  margin: 0 0 12px;
  color: #111;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.02;
  text-transform: uppercase;
}

.cdp-csa-card__body,
.cdp-csa-card__body p {
  color: #333;
  font-size: 17px;
  line-height: 1.6;
}

.cdp-csa-card__body p:last-child {
  margin-bottom: 0;
}

.cdp-child-study-activities-heading {
  margin: 0 0 18px;
  color: #111;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.cdp-child-study-activities-copy p {
  color: #333;
  font-size: 18px;
  line-height: 1.62;
  margin: 0 0 18px;
}

.cdp-child-study-activities-copy p:last-child {
  margin-bottom: 0;
}

.cdp-child-study-activities-toolbar {
  display: flex;
  justify-content: flex-end;
  margin: 26px 0 18px;
}

.cdp-child-study-activities-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 144px;
  padding: 12px 18px;
  border: 0;
  border-radius: 10px;
  background: #232a67;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.cdp-child-study-activities-toggle:hover,
.cdp-child-study-activities-toggle:focus {
  background: #1d2256;
  color: #fff;
}

.cdp-child-study-activities-list {
  display: grid;
  gap: 12px;
  width: 100%;
}

.cdp-child-study-activity {
  margin: 0;
  border: 1px solid #d8dde8;
  background: #f6f7fb;
}

.cdp-child-study-activity summary {
  position: relative;
  display: block;
  list-style: none;
  cursor: pointer;
  padding: 12px 44px 12px 16px;
  color: #111;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}

.cdp-child-study-activity summary::-webkit-details-marker {
  display: none;
}

.cdp-child-study-activity summary::after {
  content: "+";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #111;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

.cdp-child-study-activity[open] summary::after {
  content: "-";
}

.cdp-child-study-activity-body {
  padding: 0 16px 16px;
  color: #222;
  font-size: 16px;
  line-height: 1.6;
}

.cdp-child-study-activity-body p {
  margin: 0;
}

.page-node-9862 .cdp-partner-page__sections {
  grid-template-columns: 1fr;
}

.page-node-9862 .cdp-child-study-activities-panel,
.page-node-9862 .cdp-child-study-activities-list {
  max-width: none;
}

@media (max-width: 767px) {
  .cdp-child-study-activities-page {
    padding-bottom: 24px;
  }

  .cdp-child-study-activities-kicker {
    font-size: 22px;
  }

  .cdp-child-study-activities-title {
    font-size: 34px;
    margin-bottom: 22px;
  }

  .cdp-child-study-activities-heading {
    font-size: 26px;
  }

  .cdp-child-study-activities-copy p {
    font-size: 16px;
  }

  .cdp-child-study-activities-toolbar {
    justify-content: flex-start;
  }

  .cdp-child-study-activities-toggle {
    width: 100%;
    min-width: 0;
    font-size: 18px;
  }

  .cdp-child-study-activity summary {
    font-size: 16px;
  }
}

.cdp-pathways-faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: none;
}

.cdp-pathways-faq-item {
  margin: 0;
  border: 1px solid #d9e4f1;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 24px rgba(17, 38, 68, 0.06);
  overflow: hidden;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.cdp-pathways-faq-item + .cdp-pathways-faq-item {
  margin-top: 0;
}

.cdp-pathways-faq-item:hover {
  border-color: #bfd0e8;
  box-shadow: 0 14px 30px rgba(17, 38, 68, 0.1);
  transform: translateY(-1px);
}

.cdp-pathways-faq-item summary::-webkit-details-marker {
  display: none;
}
