:root {
  --ycm-ink: #172126;
  --ycm-muted: #5d6870;
  --ycm-soft: #f4f7f6;
  --ycm-paper: #ffffff;
  --ycm-line: #dfe7e3;
  --ycm-green: #1f6f63;
  --ycm-green-dark: #123f39;
  --ycm-gold: #d7a92d;
  --ycm-coral: #d95745;
  --ycm-blue: #315f91;
  --ycm-shadow: 0 18px 55px rgba(23, 33, 38, 0.12);
}

html {
  scroll-behavior: smooth;
}

body.ycm-premium {
  background: var(--ycm-paper);
  color: var(--ycm-ink);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
}

.ycm-premium * {
  box-sizing: border-box;
}

.ycm-premium img {
  display: block;
  height: auto;
  max-width: 100%;
}

.ycm-shell {
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 24px;
  width: 100%;
}

.ycm-skip-link {
  background: var(--ycm-ink);
  color: #fff;
  left: 16px;
  padding: 10px 14px;
  position: fixed;
  top: -100px;
  z-index: 1000;
}

.ycm-skip-link:focus {
  top: 16px;
}

.ycm-site-header {
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(223, 231, 227, 0.9);
  position: sticky;
  top: 0;
  transition: box-shadow 180ms ease, background 180ms ease;
  z-index: 100;
}

.ycm-site-header.is-scrolled {
  box-shadow: 0 10px 30px rgba(23, 33, 38, 0.08);
}

.ycm-header-shell {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: auto 1fr auto;
  min-height: 82px;
}

.ycm-brand img {
  width: 210px;
}

.ycm-primary-nav {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: flex-end;
}

.ycm-primary-nav a,
.ycm-footer-grid a,
.ycm-footer-bottom a {
  color: inherit;
  text-decoration: none;
}

.ycm-primary-nav a {
  color: var(--ycm-ink);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.ycm-primary-nav a:hover,
.ycm-primary-nav a:focus {
  color: var(--ycm-green);
}

.ycm-header-cta,
.ycm-button {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.ycm-header-cta,
.ycm-button-primary {
  background: var(--ycm-green);
  color: #fff;
}

.ycm-premium .ycm-button-primary,
.ycm-premium .ycm-article-content .ycm-button-primary,
.ycm-premium .ycm-page-content .ycm-button-primary {
  color: #fff;
}

.ycm-header-cta:hover,
.ycm-button:hover {
  color: #fff;
  transform: translateY(-1px);
}

.ycm-button-primary:hover {
  background: var(--ycm-green-dark);
  box-shadow: 0 12px 26px rgba(31, 111, 99, 0.22);
}

.ycm-button-secondary {
  background: #fff;
  border: 1px solid var(--ycm-line);
  color: var(--ycm-ink);
}

.ycm-button-secondary:hover {
  background: var(--ycm-ink);
  border-color: var(--ycm-ink);
}

.ycm-nav-toggle {
  align-items: center;
  background: transparent;
  border: 1px solid var(--ycm-line);
  border-radius: 6px;
  display: none;
  height: 44px;
  justify-content: center;
  padding: 0;
  width: 44px;
}

.ycm-nav-toggle span:not(.screen-reader-text) {
  background: var(--ycm-ink);
  display: block;
  height: 2px;
  margin: 3px 0;
  width: 18px;
}

.ycm-hero {
  background:
    radial-gradient(circle at 12% 20%, rgba(215, 169, 45, 0.14), transparent 28%),
    linear-gradient(135deg, #f8fbfa 0%, #ffffff 52%, #eef5f2 100%);
  overflow: hidden;
  padding: 82px 0 74px;
}

.ycm-hero-grid {
  align-items: center;
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
}

.ycm-kicker {
  color: var(--ycm-coral);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.ycm-hero h1,
.ycm-page-hero h1,
.ycm-article-hero h1 {
  color: var(--ycm-ink);
  font-size: clamp(44px, 6vw, 76px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
}

.ycm-lede,
.ycm-page-hero p,
.ycm-section-heading p,
.ycm-contact-section p {
  color: var(--ycm-muted);
  font-size: 19px;
  line-height: 1.65;
}

.ycm-lede {
  margin: 24px 0 0;
  max-width: 670px;
}

.ycm-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.ycm-hero-checks {
  color: var(--ycm-ink);
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
}

.ycm-hero-checks li {
  align-items: center;
  display: flex;
  gap: 10px;
}

.ycm-hero-checks li::before {
  background: var(--ycm-gold);
  border-radius: 99px;
  content: "";
  height: 8px;
  width: 8px;
}

.ycm-hero-visual {
  min-height: 560px;
  position: relative;
}

.ycm-hero-visual > img {
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  box-shadow: var(--ycm-shadow);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ycm-credential-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--ycm-line);
  border-radius: 8px;
  bottom: 28px;
  box-shadow: var(--ycm-shadow);
  left: -34px;
  max-width: 360px;
  padding: 24px;
  position: absolute;
}

.ycm-credential-card span,
.ycm-program-card span {
  color: var(--ycm-blue);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.ycm-credential-card strong {
  display: block;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.ycm-credential-card p {
  color: var(--ycm-muted);
  margin: 0;
}

.ycm-trust-strip {
  background: var(--ycm-ink);
  color: #fff;
}

.ycm-trust-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
}

.ycm-trust-grid div {
  padding: 26px 20px;
}

.ycm-trust-grid strong {
  color: var(--ycm-gold);
  display: block;
  font-size: 22px;
  line-height: 1.2;
}

.ycm-trust-grid span {
  color: rgba(255, 255, 255, 0.78);
  display: block;
  font-size: 14px;
  margin-top: 6px;
}

.ycm-section,
.ycm-contact-section {
  padding: 92px 0;
}

.ycm-about-band,
.ycm-contact-section {
  scroll-margin-top: 104px;
}

.ycm-section-soft {
  background: var(--ycm-soft);
}

.ycm-section-heading {
  margin-bottom: 40px;
  max-width: 820px;
}

.ycm-section-heading h2,
.ycm-contact-section h2,
.ycm-about-copy h2 {
  color: var(--ycm-ink);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.04;
  margin: 0;
}

.ycm-section-heading p {
  margin: 16px 0 0;
}

.ycm-section-heading-split {
  align-items: end;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.62fr);
  max-width: none;
}

.ycm-card-grid,
.ycm-program-grid,
.ycm-post-grid,
.ycm-testimonial-grid,
.ycm-process-grid {
  display: grid;
  gap: 24px;
}

.ycm-card-grid-three,
.ycm-program-grid,
.ycm-testimonial-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ycm-feature-card,
.ycm-program-card,
.ycm-post-card,
.ycm-search-result,
.ycm-empty-state {
  background: #fff;
  border: 1px solid var(--ycm-line);
  border-radius: 8px;
  overflow: hidden;
}

.ycm-feature-card {
  display: grid;
  grid-template-rows: auto 1fr;
}

.ycm-feature-card img,
.ycm-program-card img,
.ycm-post-card-media img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  width: 100%;
}

.ycm-feature-card div,
.ycm-program-card div,
.ycm-post-card-body {
  padding: 24px;
}

.ycm-feature-card h3,
.ycm-program-card h3,
.ycm-post-card h3,
.ycm-process-grid h3,
.ycm-search-result h2 {
  color: var(--ycm-ink);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0;
}

.ycm-feature-card p,
.ycm-program-card p,
.ycm-post-card p,
.ycm-process-grid p,
.ycm-search-result p {
  color: var(--ycm-muted);
  margin: 12px 0 0;
}

.ycm-program-card,
.ycm-post-card {
  box-shadow: 0 8px 30px rgba(23, 33, 38, 0.06);
}

.ycm-text-link {
  color: var(--ycm-green);
  display: inline-flex;
  font-weight: 900;
  margin-top: 18px;
  text-decoration: none;
}

.ycm-text-link:hover,
.ycm-post-card h3 a:hover,
.ycm-search-result h2 a:hover {
  color: var(--ycm-coral);
}

.ycm-about-band {
  background: var(--ycm-ink);
  color: #fff;
}

.ycm-about-grid {
  align-items: center;
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(360px, 0.84fr) minmax(0, 1fr);
}

.ycm-about-image img {
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.ycm-about-copy h2,
.ycm-about-copy p {
  color: #fff;
}

.ycm-about-copy > p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
  margin-top: 18px;
}

.ycm-proof-list {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 28px 0;
}

.ycm-proof-list div {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 18px;
}

.ycm-proof-list strong,
.ycm-proof-list span {
  display: block;
}

.ycm-proof-list span {
  color: rgba(255, 255, 255, 0.7);
}

.ycm-process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ycm-process-grid div {
  border-left: 3px solid var(--ycm-gold);
  padding: 6px 20px 0;
}

.ycm-process-grid span {
  color: var(--ycm-coral);
  display: block;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 10px;
}

.ycm-testimonials {
  background:
    linear-gradient(rgba(18, 63, 57, 0.82), rgba(18, 63, 57, 0.82)),
    url("../../../../uploads/2018/02/istock-499551389_wide-9b306e242e09469d770631fa91df80cb59f532af.jpg") center 48% / cover;
  color: #fff;
  padding: 96px 0;
}

.ycm-testimonials .ycm-section-heading h2,
.ycm-testimonials .ycm-section-heading p {
  color: #fff;
}

.ycm-testimonial-grid blockquote {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  margin: 0;
  padding: 28px;
}

.ycm-testimonial-grid p {
  font-size: 18px;
  line-height: 1.65;
  margin: 0 0 20px;
}

.ycm-testimonial-grid cite {
  color: var(--ycm-gold);
  font-style: normal;
  font-weight: 900;
}

.ycm-post-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ycm-post-grid-blog {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ycm-post-card-featured {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.ycm-post-card-featured .ycm-post-card-media img {
  aspect-ratio: auto;
  height: 100%;
  min-height: 360px;
}

.ycm-post-card h3 a,
.ycm-search-result h2 a {
  color: inherit;
  text-decoration: none;
}

.ycm-post-meta {
  color: var(--ycm-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 800;
  gap: 10px;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.ycm-post-meta span::before {
  content: "/";
  margin-right: 10px;
}

.ycm-contact-section {
  background:
    linear-gradient(120deg, rgba(23, 33, 38, 0.78), rgba(49, 95, 145, 0.58)),
    url("../../../../uploads/2018/02/istock-499551389_wide-9b306e242e09469d770631fa91df80cb59f532af.jpg") center 48% / cover;
  color: #fff;
  padding: 72px 0;
}

.ycm-contact-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 8px;
  box-shadow: var(--ycm-shadow);
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
  overflow: hidden;
}

.ycm-contact-copy {
  background:
    linear-gradient(145deg, rgba(23, 33, 38, 0.96), rgba(18, 63, 57, 0.92)),
    url("../../../../uploads/2018/02/college_1.jpg") center / cover;
  padding: 32px;
}

.ycm-contact-copy h2 {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.08;
}

.ycm-contact-copy h2,
.ycm-contact-copy p {
  color: #fff;
}

.ycm-contact-notes {
  color: rgba(255, 255, 255, 0.82);
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

.ycm-contact-notes li {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 10px;
}

.ycm-contact-panel {
  background: #fff;
  padding: 30px;
}

.ycm-contact-panel .wpcf7-form {
  align-items: end;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.ycm-contact-panel .wpcf7-form > p,
.ycm-contact-panel .wpcf7-form > label {
  margin: 0;
}

.ycm-contact-panel .wpcf7-form > p:nth-of-type(1),
.ycm-contact-panel .wpcf7-form > p:nth-of-type(2),
.ycm-contact-panel .wpcf7-form > p:nth-of-type(3),
.ycm-contact-panel .wpcf7-form > label:nth-of-type(1),
.ycm-contact-panel .wpcf7-form > label:nth-of-type(2),
.ycm-contact-panel .wpcf7-form > label:nth-of-type(3) {
  grid-column: span 2;
}

.ycm-contact-panel .wpcf7-form > p:nth-of-type(4),
.ycm-contact-panel .wpcf7-form > label:nth-of-type(4),
.ycm-contact-panel .wpcf7-form > p:has(textarea),
.ycm-contact-panel .wpcf7-form > label:has(textarea) {
  grid-column: span 4;
}

.ycm-contact-panel .wpcf7-form > p:nth-of-type(5),
.ycm-contact-panel .wpcf7-form > p:has(input[type="submit"]),
.ycm-contact-panel .wpcf7-form > input[type="submit"] {
  grid-column: span 2;
}

.ycm-contact-panel .wpcf7-response-output {
  grid-column: 1 / -1;
}

.ycm-contact-panel label,
.ycm-contact-panel p {
  color: var(--ycm-ink);
}

.ycm-contact-panel label {
  display: block;
  font-weight: 800;
  line-height: 1.35;
}

.ycm-contact-panel input,
.ycm-contact-panel textarea,
.ycm-blog-search input,
.ycm-empty-state input {
  border: 1px solid var(--ycm-line);
  border-radius: 6px;
  min-height: 48px;
  padding: 12px 14px;
  width: 100%;
}

.ycm-contact-panel textarea {
  height: 170px;
  min-height: 150px;
}

.ycm-contact-panel input[type="submit"],
.ycm-blog-search input[type="submit"],
.ycm-empty-state input[type="submit"] {
  background: var(--ycm-green);
  border-color: var(--ycm-green);
  color: #fff !important;
  font-weight: 900;
  min-width: 112px;
  text-indent: 0;
  width: auto;
}

.ycm-contact-panel input[type="submit"] {
  min-height: 52px;
  padding-left: 24px;
  padding-right: 24px;
}

.ycm-premium .ycm-blog-search input.search-submit[type="submit"],
.ycm-premium .ycm-empty-state input.search-submit[type="submit"] {
  min-width: 116px !important;
  text-indent: 0 !important;
  width: auto !important;
}

.ycm-post-topic {
  background: rgba(31, 111, 99, 0.1);
  border-radius: 999px;
  color: var(--ycm-green);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
  padding: 6px 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.ycm-post-topic:hover {
  background: var(--ycm-green);
  color: #fff;
}

.ycm-post-topic-light {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  margin-bottom: 18px;
}

.ycm-blog-search {
  background: #fff;
  border: 1px solid var(--ycm-line);
  border-radius: 8px;
  box-shadow: 0 12px 36px rgba(23, 33, 38, 0.08);
  padding: 24px;
}

.ycm-blog-search h2,
.ycm-sidebar-panel h2,
.ycm-article-card h2 {
  color: var(--ycm-ink);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 14px;
}

.ycm-blog-search p {
  color: var(--ycm-muted);
  font-size: 14px;
  line-height: 1.55;
  margin: 12px 0 0;
}

.ycm-blog-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.ycm-blog-topics {
  background: #fff;
  border-bottom: 1px solid var(--ycm-line);
  padding: 30px 0;
}

.ycm-blog-topics-inner {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(240px, 0.32fr) minmax(0, 1fr);
}

.ycm-blog-topics-inner h2 {
  color: var(--ycm-ink);
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0;
}

.ycm-topic-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ycm-topic-list a {
  align-items: center;
  background: var(--ycm-soft);
  border: 1px solid var(--ycm-line);
  border-radius: 999px;
  color: var(--ycm-ink);
  display: inline-flex;
  gap: 10px;
  min-height: 42px;
  padding: 8px 12px 8px 14px;
  text-decoration: none;
}

.ycm-topic-list a:hover {
  background: var(--ycm-ink);
  border-color: var(--ycm-ink);
  color: #fff;
}

.ycm-topic-list span {
  font-size: 14px;
  font-weight: 900;
}

.ycm-topic-list em {
  background: rgba(49, 95, 145, 0.12);
  border-radius: 999px;
  color: var(--ycm-blue);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  padding: 2px 8px;
}

.ycm-topic-list a:hover em {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.ycm-blog-layout {
  align-items: start;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) 320px;
}

.ycm-blog-main {
  min-width: 0;
}

.ycm-blog-feature-wrap {
  margin-bottom: 44px;
}

.ycm-blog-feature-wrap .ycm-section-heading,
.ycm-blog-recent-heading {
  margin-bottom: 24px;
  max-width: 760px;
}

.ycm-blog-recent-heading h2 {
  color: var(--ycm-ink);
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0;
}

.ycm-blog-sidebar {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 112px;
}

.ycm-sidebar-panel,
.ycm-article-card {
  background: #fff;
  border: 1px solid var(--ycm-line);
  border-radius: 8px;
  box-shadow: 0 8px 28px rgba(23, 33, 38, 0.05);
  padding: 22px;
}

.ycm-sidebar-panel a:not(.ycm-button) {
  border-top: 1px solid var(--ycm-line);
  color: var(--ycm-ink);
  display: block;
  font-weight: 800;
  padding: 12px 0;
  text-decoration: none;
}

.ycm-sidebar-panel a:not(.ycm-button):hover {
  color: var(--ycm-green);
}

.ycm-sidebar-panel p {
  color: var(--ycm-muted);
  margin: 0 0 16px;
}

.ycm-sidebar-panel-accent {
  background: var(--ycm-ink);
  border-color: var(--ycm-ink);
  color: #fff;
}

.ycm-sidebar-panel-accent h2,
.ycm-sidebar-panel-accent p {
  color: #fff;
}

.ycm-journal-hero {
  background:
    linear-gradient(90deg, rgba(16, 23, 25, 0.94) 0%, rgba(16, 23, 25, 0.82) 52%, rgba(16, 23, 25, 0.42) 100%),
    url("../../../../uploads/2018/02/istock-499551389_wide-9b306e242e09469d770631fa91df80cb59f532af.jpg") center 48% / cover;
  color: #fff;
  overflow: hidden;
  padding: 86px 0 92px;
}

.ycm-journal-hero-grid {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.52fr);
}

.ycm-journal-masthead {
  max-width: 760px;
}

.ycm-journal-masthead h1 {
  color: #fff;
  font-size: 68px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.95;
  margin: 0;
}

.ycm-journal-masthead > p:not(.ycm-kicker) {
  color: rgba(255, 255, 255, 0.76);
  font-size: 20px;
  line-height: 1.64;
  margin: 22px 0 0;
  max-width: 690px;
}

.ycm-journal-search {
  margin-top: 30px;
  max-width: 640px;
}

.ycm-journal-search form {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 8px;
}

.ycm-journal-search label {
  margin: 0;
}

.ycm-journal-search input {
  border: 0;
  border-radius: 6px;
  min-height: 54px;
  padding: 14px 16px;
  width: 100%;
}

.ycm-journal-search input[type="submit"] {
  background: var(--ycm-gold);
  border: 0;
  color: var(--ycm-ink);
  font-weight: 950;
  min-width: 126px;
  text-indent: 0;
  width: auto;
}

.ycm-journal-stats {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
  max-width: 640px;
}

.ycm-journal-stats div {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 14px;
}

.ycm-journal-stats strong,
.ycm-journal-stats span {
  display: block;
}

.ycm-journal-stats strong {
  color: var(--ycm-gold);
  font-size: 26px;
  font-weight: 950;
  line-height: 1;
}

.ycm-journal-stats span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 800;
  margin-top: 7px;
  text-transform: uppercase;
}

.ycm-journal-feature-card {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.ycm-journal-feature-media img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  width: 100%;
}

.ycm-journal-feature-body {
  padding: 28px;
}

.ycm-journal-feature-body h2 {
  color: var(--ycm-ink);
  font-size: 32px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0;
}

.ycm-journal-feature-body h2 a {
  color: inherit;
  text-decoration: none;
}

.ycm-journal-feature-body p {
  color: var(--ycm-muted);
  margin: 14px 0 0;
}

.ycm-journal-paths {
  background: var(--ycm-soft);
  border-bottom: 1px solid var(--ycm-line);
  padding: 0 0 56px;
}

.ycm-journal-path-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: -34px;
  transform: translateY(-34px);
}

.ycm-journal-path-card {
  background: #fff;
  border: 1px solid var(--ycm-line);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(23, 33, 38, 0.1);
  color: var(--ycm-ink);
  display: block;
  min-height: 220px;
  padding: 24px;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.ycm-journal-path-card:hover {
  border-color: rgba(31, 111, 99, 0.42);
  box-shadow: 0 24px 62px rgba(23, 33, 38, 0.14);
  color: var(--ycm-ink);
  transform: translateY(-3px);
}

.ycm-journal-path-card span {
  color: var(--ycm-coral);
  display: block;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.ycm-journal-path-card h2 {
  color: var(--ycm-ink);
  font-size: 23px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0;
}

.ycm-journal-path-card p {
  color: var(--ycm-muted);
  margin: 14px 0 0;
}

.ycm-journal-index {
  background:
    linear-gradient(180deg, #f7faf9 0%, #fff 38%, #f7faf9 100%);
}

.ycm-journal-layout {
  grid-template-columns: minmax(0, 1fr) 350px;
}

.ycm-journal-section-head {
  align-items: end;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: 28px;
}

.ycm-journal-section-head h2 {
  color: var(--ycm-ink);
  font-size: 42px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
}

.ycm-journal-card-grid {
  gap: 26px;
}

.ycm-journal-card-grid .ycm-post-card {
  border: 0;
  box-shadow: 0 18px 54px rgba(23, 33, 38, 0.09);
  transition: box-shadow 160ms ease, transform 160ms ease;
}

.ycm-journal-card-grid .ycm-post-card:hover {
  box-shadow: 0 26px 70px rgba(23, 33, 38, 0.14);
  transform: translateY(-3px);
}

.ycm-journal-card-grid .ycm-post-card-media img {
  aspect-ratio: 16 / 9;
}

.ycm-journal-card-grid .ycm-post-card-body {
  padding: 26px;
}

.ycm-journal-card-grid .ycm-post-card h3 {
  font-size: 27px;
  line-height: 1.1;
}

.ycm-journal-side-card,
.ycm-journal-topics-card {
  box-shadow: 0 18px 54px rgba(23, 33, 38, 0.08);
}

.ycm-journal-side-card .ycm-kicker,
.ycm-journal-topics-card .ycm-kicker,
.ycm-journal-question-card .ycm-kicker {
  margin-bottom: 10px;
}

.ycm-journal-side-card p:not(.ycm-kicker) {
  color: var(--ycm-muted);
  margin-bottom: 18px;
}

.ycm-journal-question-card {
  background:
    linear-gradient(rgba(16, 23, 25, 0.92), rgba(16, 23, 25, 0.92)),
    url("../../../../uploads/2018/02/college_1.jpg") center / cover;
}

.ycm-journal-topics-card .ycm-topic-list {
  display: grid;
}

.ycm-page-hero-premium {
  overflow: hidden;
}

.ycm-page-hero-premium .ycm-page-hero-grid {
  align-items: center;
}

.ycm-page-hero-media {
  margin: 0;
}

.ycm-page-hero-media img {
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  box-shadow: var(--ycm-shadow);
  object-fit: cover;
  width: 100%;
}

.ycm-page-hero-media figcaption {
  color: var(--ycm-muted);
  font-size: 14px;
  line-height: 1.5;
  margin-top: 12px;
}

.ycm-stat-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ycm-stat-grid div {
  background: #fff;
  border: 1px solid var(--ycm-line);
  border-radius: 8px;
  padding: 22px;
}

.ycm-stat-grid strong {
  color: var(--ycm-green);
  display: block;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.08;
  margin-bottom: 8px;
}

.ycm-stat-grid span {
  color: var(--ycm-muted);
  display: block;
  font-size: 14px;
  line-height: 1.5;
}

.ycm-split-section {
  align-items: start;
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.48fr);
}

.ycm-split-section h2,
.ycm-cta-panel h2 {
  color: var(--ycm-ink);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0;
}

.ycm-split-section p {
  color: var(--ycm-muted);
  font-size: 18px;
  line-height: 1.72;
  margin: 18px 0 0;
}

.ycm-rich-panel {
  background: var(--ycm-soft);
  border: 1px solid var(--ycm-line);
  border-radius: 8px;
  padding: 28px;
}

.ycm-rich-panel h3 {
  color: var(--ycm-ink);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0 0 18px;
}

.ycm-rich-panel ul {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ycm-rich-panel li {
  border-top: 1px solid var(--ycm-line);
  color: var(--ycm-muted);
  font-weight: 750;
  padding-top: 12px;
}

.ycm-split-section-dark h2,
.ycm-split-section-dark p,
.ycm-rich-panel-dark h3,
.ycm-rich-panel-dark li {
  color: #fff;
}

.ycm-split-section-dark .ycm-kicker,
.ycm-cta-panel .ycm-kicker {
  color: var(--ycm-gold);
}

.ycm-rich-panel-dark {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

.ycm-rich-panel-dark li {
  border-top-color: rgba(255, 255, 255, 0.18);
}

.ycm-check-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ycm-check-grid article {
  background: #fff;
  border: 1px solid var(--ycm-line);
  border-radius: 8px;
  box-shadow: 0 8px 28px rgba(23, 33, 38, 0.05);
  padding: 24px;
}

.ycm-check-grid span {
  color: var(--ycm-coral);
  display: block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.ycm-check-grid h3 {
  color: var(--ycm-ink);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0;
}

.ycm-check-grid p {
  color: var(--ycm-muted);
  margin: 12px 0 0;
}

.ycm-check-grid-compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ycm-college-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ycm-college-grid span {
  background: #fff;
  border: 1px solid var(--ycm-line);
  border-radius: 8px;
  color: var(--ycm-ink);
  font-weight: 850;
  padding: 14px 16px;
}

.ycm-cta-panel {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(23, 33, 38, 0.88), rgba(18, 63, 57, 0.72)),
    url("../../../../uploads/2018/02/istock-499551389_wide-9b306e242e09469d770631fa91df80cb59f532af.jpg") center 48% / cover;
  border-radius: 8px;
  color: #fff;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 38px;
}

.ycm-cta-panel h2,
.ycm-cta-panel p {
  color: #fff;
}

.ycm-cta-panel p:not(.ycm-kicker) {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  margin: 12px 0 0;
}

.ycm-back-link {
  color: var(--ycm-green);
  display: inline-flex;
  font-weight: 900;
  margin-bottom: 20px;
  text-decoration: none;
}

.ycm-article-card + .ycm-article-card {
  margin-top: 18px;
}

.ycm-article-card .search-form {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
  position: static;
}

.ycm-article-card .search-form label {
  margin: 0;
  min-width: 0;
}

.ycm-article-card .search-field {
  border: 1px solid var(--ycm-line);
  border-radius: 6px;
  min-height: 48px;
  padding: 12px 14px;
  width: 100%;
}

.ycm-article-card .search-submit {
  background: var(--ycm-green) !important;
  border: 1px solid var(--ycm-green) !important;
  border-radius: 6px;
  color: #fff !important;
  font-weight: 900;
  min-height: 46px;
  min-width: 92px;
  padding: 12px 16px;
  position: static !important;
  text-indent: 0 !important;
  width: auto !important;
}

.ycm-article-footer-cta {
  background: var(--ycm-soft);
  border: 1px solid var(--ycm-line);
  border-radius: 8px;
  margin-top: 44px;
  padding: 28px;
}

.ycm-article-footer-cta h2 {
  font-size: 28px;
  margin-top: 0;
}

.ycm-site-footer {
  background: #101719;
  color: rgba(255, 255, 255, 0.78);
  padding: 62px 0 26px;
}

.ycm-footer-grid {
  display: grid;
  gap: 34px;
  grid-template-columns: 1.3fr repeat(3, minmax(0, 0.7fr));
}

.ycm-footer-grid .ycm-footer-logo {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
  display: inline-flex;
  margin: 0 0 20px;
  padding: 10px 14px;
  width: auto;
}

.ycm-footer-brand img {
  filter: none;
  margin: 0;
  max-width: 220px;
}

.ycm-footer-grid h2 {
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.ycm-footer-grid a {
  color: rgba(255, 255, 255, 0.78);
  display: block;
  margin: 9px 0;
}

.ycm-footer-grid a:hover,
.ycm-footer-bottom a:hover {
  color: var(--ycm-gold);
}

.ycm-footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  justify-content: space-between;
  margin-top: 42px;
  padding-top: 22px;
}

.ycm-page-hero {
  background: linear-gradient(135deg, #f8fbfa 0%, #fff 70%, #eef5f2 100%);
  border-bottom: 1px solid var(--ycm-line);
  padding: 78px 0;
}

.ycm-page-hero-grid {
  align-items: end;
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.46fr);
}

.ycm-page-hero h1 {
  font-size: clamp(40px, 5vw, 66px);
}

.ycm-blog-search form,
.ycm-empty-state form {
  display: grid;
  gap: 10px;
}

.ycm-blog-search form {
  align-items: stretch;
  grid-template-columns: minmax(0, 1fr) auto;
}

.ycm-blog-search label {
  margin: 0;
}

.ycm-search-list {
  display: grid;
  gap: 18px;
}

.ycm-search-result {
  padding: 28px;
}

.ycm-empty-state {
  padding: 34px;
}

.ycm-pagination {
  margin-top: 38px;
}

.ycm-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ycm-pagination a,
.ycm-pagination span {
  border: 1px solid var(--ycm-line);
  border-radius: 6px;
  color: var(--ycm-ink);
  display: inline-flex;
  min-width: 42px;
  padding: 8px 12px;
  text-decoration: none;
}

.ycm-pagination .current {
  background: var(--ycm-green);
  border-color: var(--ycm-green);
  color: #fff;
}

.ycm-article-hero {
  background: var(--ycm-ink);
  color: #fff;
  padding: 78px 0;
}

.ycm-article-hero h1,
.ycm-article-hero p {
  color: #fff;
}

.ycm-article-hero-inner {
  max-width: 860px;
}

.ycm-article-hero p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 20px;
  margin-top: 20px;
}

.ycm-article-featured {
  margin-top: 52px;
}

.ycm-article-featured img {
  border-radius: 8px;
  max-height: 520px;
  object-fit: cover;
  width: 100%;
}

.ycm-article-layout {
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(190px, 0.28fr) minmax(0, 0.72fr);
  padding-bottom: 90px;
  padding-top: 58px;
}

.ycm-article-aside {
  align-self: start;
  position: sticky;
  top: 110px;
}

.ycm-article-aside a {
  color: var(--ycm-green);
  display: inline-flex;
  font-weight: 900;
  margin-bottom: 20px;
  text-decoration: none;
}

.ycm-article-content,
.ycm-page-content {
  color: #2d383d;
  font-size: 19px;
  line-height: 1.78;
}

.ycm-article-content h2,
.ycm-article-content h3,
.ycm-page-content h2,
.ycm-page-content h3 {
  color: var(--ycm-ink);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.15;
}

.ycm-article-content a,
.ycm-page-content a {
  color: var(--ycm-green);
}

.ycm-page-content {
  max-width: 940px;
}

@media (max-width: 1024px) {
  .ycm-header-shell {
    grid-template-columns: auto auto;
  }

  .ycm-nav-toggle {
    display: inline-grid;
    justify-self: end;
  }

  .ycm-primary-nav,
  .ycm-header-cta {
    display: none;
  }

  .ycm-primary-nav.is-open {
    background: #fff;
    border-top: 1px solid var(--ycm-line);
    display: grid;
    gap: 0;
    grid-column: 1 / -1;
    padding: 12px 0;
  }

  .ycm-primary-nav.is-open a {
    padding: 14px 4px;
  }

  .ycm-hero-grid,
  .ycm-about-grid,
  .ycm-contact-grid,
  .ycm-contact-card,
  .ycm-page-hero-grid,
	  .ycm-article-layout,
	  .ycm-blog-layout,
	  .ycm-blog-topics-inner,
	  .ycm-journal-hero-grid,
	  .ycm-journal-layout,
	  .ycm-journal-section-head,
	  .ycm-split-section,
	  .ycm-cta-panel {
	    grid-template-columns: 1fr;
	  }

  .ycm-hero-visual {
    min-height: auto;
  }

  .ycm-credential-card {
    bottom: auto;
    left: auto;
    margin: -80px 20px 0;
    max-width: none;
    position: relative;
  }

  .ycm-trust-grid,
  .ycm-process-grid,
  .ycm-footer-grid,
  .ycm-stat-grid,
  .ycm-check-grid,
	  .ycm-check-grid-compact,
	  .ycm-college-grid,
	  .ycm-journal-path-grid {
	    grid-template-columns: repeat(2, minmax(0, 1fr));
	  }

	  .ycm-journal-paths {
	    padding-top: 38px;
	  }

	  .ycm-journal-path-grid {
	    margin-bottom: 0;
	    transform: none;
	  }

	  .ycm-journal-masthead h1 {
	    font-size: 58px;
	  }

  .ycm-card-grid-three,
  .ycm-program-grid,
  .ycm-post-grid,
  .ycm-post-grid-blog,
  .ycm-testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ycm-post-card-featured {
    grid-template-columns: 1fr;
  }

  .ycm-article-aside {
    position: static;
  }

  .ycm-blog-sidebar {
    position: static;
  }

  .ycm-contact-panel .wpcf7-form > p:nth-of-type(4),
  .ycm-contact-panel .wpcf7-form > label:nth-of-type(4),
  .ycm-contact-panel .wpcf7-form > p:has(textarea),
  .ycm-contact-panel .wpcf7-form > label:has(textarea),
  .ycm-contact-panel .wpcf7-form > p:nth-of-type(5),
  .ycm-contact-panel .wpcf7-form > p:has(input[type="submit"]),
  .ycm-contact-panel .wpcf7-form > input[type="submit"] {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .ycm-shell {
    padding: 0 18px;
  }

  .ycm-header-shell {
    min-height: 70px;
  }

  .ycm-brand img {
    width: 170px;
  }

  .ycm-hero,
  .ycm-section,
  .ycm-contact-section,
	  .ycm-page-hero,
	  .ycm-article-hero,
	  .ycm-journal-hero {
	    padding: 58px 0;
	  }

  .ycm-hero h1,
  .ycm-page-hero h1,
	  .ycm-article-hero h1 {
	    font-size: 42px;
	  }

	  .ycm-journal-masthead h1 {
	    font-size: 42px;
	  }

  .ycm-actions,
  .ycm-footer-bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .ycm-button,
  .ycm-header-cta {
    width: 100%;
  }

  .ycm-section-heading-split,
  .ycm-blog-search form,
  .ycm-trust-grid,
  .ycm-card-grid-three,
  .ycm-program-grid,
  .ycm-post-grid,
  .ycm-post-grid-blog,
  .ycm-testimonial-grid,
  .ycm-process-grid,
  .ycm-proof-list,
  .ycm-footer-grid,
  .ycm-stat-grid,
  .ycm-check-grid,
  .ycm-check-grid-compact,
	  .ycm-college-grid,
	  .ycm-journal-path-grid,
	  .ycm-journal-search form,
	  .ycm-journal-stats,
	  .ycm-contact-panel .wpcf7-form {
	    grid-template-columns: 1fr;
	  }

  .ycm-credential-card {
    margin: -42px 12px 0;
  }

  .ycm-contact-panel,
  .ycm-feature-card div,
  .ycm-program-card div,
  .ycm-post-card-body,
  .ycm-search-result,
	  .ycm-empty-state {
	    padding: 22px;
	  }

	  .ycm-journal-feature-body,
	  .ycm-journal-path-card,
	  .ycm-journal-card-grid .ycm-post-card-body {
	    padding: 22px;
	  }

	  .ycm-journal-section-head h2 {
	    font-size: 34px;
	  }

	  .ycm-journal-feature-body h2 {
	    font-size: 27px;
	  }

	  .ycm-journal-search input[type="submit"] {
	    width: 100%;
	  }

  .ycm-contact-copy,
  .ycm-cta-panel {
    padding: 26px;
  }

  .ycm-blog-topics-inner {
    align-items: start;
  }

  .ycm-topic-list a {
    width: 100%;
  }

  .ycm-contact-panel .wpcf7-form > p,
  .ycm-contact-panel .wpcf7-form > label,
  .ycm-contact-panel .wpcf7-form > input[type="submit"] {
    grid-column: 1 / -1 !important;
  }
}
