*{box-sizing:border-box;margin:0;padding:0}
.page{font-family:'Helvetica Neue',Arial,sans-serif;background:#FDFCF8;color:#374151}

/* ── GLOBAL NAV ── */
.nav{background:#0F2D52;display:flex;align-items:center;padding:0 48px;position:sticky;top:0;z-index:100}

.nav-link{font-size:13px;color:rgba(255,255,255,.7);padding:20px 15px;cursor:pointer;white-space:nowrap}
.nav-link.active{color:#fff;border-bottom:2px solid #B8860B}




/* ── STICKY SUB-NAV ── */
.sub-nav{background:#fff;border-bottom:1px solid #E5E2D9;padding:0 48px;display:flex;align-items:center;gap:0;position:sticky;top:57px;z-index:90}
.sub-nav-label{font-size:11px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#6B7280;padding:14px 20px 14px 0;border-right:0.5px solid #E5E2D9;margin-right:4px;white-space:nowrap}
.sub-nav-link{font-size:13px;color:#6B7280;padding:14px 18px;cursor:pointer;white-space:nowrap;border-bottom:2px solid transparent;transition:all .15s}
.sub-nav-link:hover{color:#0F2D52}
.sub-nav-link.active{color:#0F2D52;border-bottom-color:#B8860B;font-weight:500}
.sub-nav-cta{margin-left:auto;background:#0F2D52;color:#fff;font-size:12px;font-weight:500;padding:8px 18px;border-radius:3px;cursor:pointer;border:none;font-family:inherit;white-space:nowrap}
a {
  text-decoration: none;
}
/* ── HERO ── */

.hero{
  position:relative;
  min-height:480px;
  display:flex;
  align-items:center;
  overflow:hidden;
}

/* BACKGROUND IMAGE HOLDER */
.hero-bg{
  position:absolute;
  inset:0;
  overflow:hidden;
}

/* COVER IMAGE */
.hero-bg img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
}


/* DARK OVERLAY */
.hero-bg-overlay{
  position:absolute;
  inset:0;
  background:rgba(10,22,40,.58);
}


.hero-img-mock{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}
.hero-img-label{position:absolute;bottom:16px;right:20px;font-size:11px;color:rgba(255,255,255,.3);letter-spacing:.06em}

/* CONTENT */
.hero-content{
  position:relative;
  z-index:2;
  padding:72px 48px 80px;
  max-width:760px;
}

.breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:18px}
.breadcrumb-item{font-size:12px;color:rgba(255,255,255,.45);cursor:pointer}
.breadcrumb-item:hover{color:rgba(255,255,255,.7)}
.breadcrumb-sep{font-size:12px;color:rgba(255,255,255,.25)}
.breadcrumb-current{font-size:12px;color:#B8860B}
.hero-eyebrow{font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#B8860B;margin-bottom:16px}
.hero-h1{font-family:Georgia,serif;font-size:40px;color:#fff;line-height:1.15;letter-spacing:-.4px;margin-bottom:20px;max-width:640px}
.hero-sub{font-size:16px;color:rgba(255,255,255,.65);line-height:1.7;margin-bottom:36px;max-width:560px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.btn-gold {
  background:#B8860B;
  color:#fff;
  border:none;
  padding:13px 30px;
  font-size:14px;
  font-weight:500;
  border:1px solid #B8860B;
  border-radius:3px 18px 18px 3px;
  cursor:pointer;
  font-family:inherit
}

.btn-ghost{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.4);padding:12px 28px;font-size:14px;font-weight:500;border-radius:3px;cursor:pointer;font-family:inherit}

/* ── QUICK FACTS BAR ── */
.facts-bar{background:#fff;border-bottom:1px solid #E5E2D9;display:grid;grid-template-columns:repeat(5,1fr)}
.fact-item{padding:20px 16px;border-right:0.5px solid #E5E2D9;text-align:center}
.fact-item:last-child{border-right:none}
.fact-n{font-family:Georgia,serif;font-size:22px;color:#0F2D52;line-height:1}
.fact-l{font-size:14px;color:#6B7280;margin-top:4px;line-height:1.4}

/* CREDIBILITY MASONRY */
.cred-section{
  background:#0F2D52;
  padding:52px 48px 56px;
}

.cred-eyebrow{
  font-size:11px;
  font-weight:500;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#B8860B;
  margin-bottom:28px;
}

.cred-masonry{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:14px;
  align-items:start;
}

.cred-card{
  border-radius:6px;
  padding:26px 24px;
  border:0.5px solid rgba(255,255,255,.1);
  position:relative;
  overflow:hidden;
  display:flex;
  flex-direction:column;
}

.cred-card.light{
  background:rgba(255,255,255,.06);
}

.cred-card.gold{
  background:rgba(184,134,11,.13);
  border-color:rgba(184,134,11,.28);
}

.cred-card.darker{
  background:rgba(0,0,0,.22);
}

.cred-card.featured{
  background:rgba(255,255,255,.09);
  border-color:rgba(255,255,255,.18);
}

.cred-tag{
  font-size:10px;
  font-weight:500;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#B8860B;
  margin-bottom:12px;
}

.cred-stat{
  font-family:Georgia,serif;
  font-size:48px;
  color:#B8860B;
  line-height:1;
  margin-bottom:6px;
}

.cred-stat-sub{
  font-size:11px;
  color:rgba(255,255,255,.4);
  margin-bottom:14px;
}

.cred-title{
  font-family:Georgia,serif;
  font-size:17px;
  color:#fff;
  line-height:1.4;
  margin-bottom:10px;
}

.cred-title.lg{font-size:20px}
.cred-title.xl{font-size:23px}

.cred-body{
  font-size:12px;
  color:rgba(255,255,255,.52);
  line-height:1.65;
  margin-top:auto;
  padding-top:12px;
}

.cred-deco{
  position:absolute;
  bottom:-14px;
  right:-8px;
  font-family:Georgia,serif;
  font-size:110px;
  color:rgba(255,255,255,.04);
  line-height:1;
  user-select:none;
  pointer-events:none;
}

/* UPDATED IMAGE BLOCK — 3:2 RATIO */
.cred-featured-media{
  width:100%;
  aspect-ratio:3 / 2;
  min-height:150px;
  border-radius:4px;
  overflow:hidden;
  margin:6px 0 16px;
  position:relative;
  background:rgba(255,255,255,.08);
  border:0.5px solid rgba(255,255,255,.08);
}

.cred-featured-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.cred-featured-media-placeholder{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:11px;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:rgba(255,255,255,.45);
}

/* VIDEO BLOCK — UPDATED TO 16:9 */
.cred-featured-video{
  width:100%;
  aspect-ratio:16 / 9;
  min-height:170px;
  border-radius:4px;
  overflow:hidden;
  margin:6px 0 16px;
  position:relative;
  background:rgba(255,255,255,.08);
  border:0.5px solid rgba(255,255,255,.08);
}

.cred-featured-video video{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.cred-featured-video::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    to top,
    rgba(0,0,0,.28),
    rgba(0,0,0,.05)
  );
  pointer-events:none;
}

.cred-featured-video-placeholder{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:11px;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:rgba(255,255,255,.45);
}

/* IMAGE BLOCK — 3:1 RATIO FOR THIS CARD */
.cred-featured-media-wide{
  width:100%;
  aspect-ratio:3 / 1;
  min-height:105px;
  border-radius:4px;
  overflow:hidden;
  margin:6px 0 16px;
  position:relative;
  background:rgba(255,255,255,.08);
  border:0.5px solid rgba(255,255,255,.08);
}

.cred-featured-media-wide img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.cred-featured-media-wide::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    to top,
    rgba(0,0,0,.14),
    rgba(0,0,0,0)
  );
  pointer-events:none;
}

.cred-featured-media-wide-placeholder{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:11px;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:rgba(255,255,255,.45);
}

/* FEATURED IMAGE BLOCK — 3:1 RATIO */
.cred-featured-media-wide{
  width:100%;
  aspect-ratio:3 / 1;
  min-height:105px;
  border-radius:4px;
  overflow:hidden;
  margin:6px 0 16px;
  position:relative;
  background:rgba(255,255,255,.08);
  border:0.5px solid rgba(255,255,255,.08);
}

.cred-featured-media-wide img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.cred-featured-media-wide::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    to top,
    rgba(0,0,0,.12),
    rgba(0,0,0,0)
  );
  pointer-events:none;
}

.cred-featured-media-wide-placeholder{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:11px;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:rgba(255,255,255,.45);
}

/* ── SECTIONS ── */
.sec{padding:64px 48px}
.sec.alt{background:#fff}
.sec.dark{background:#0F2D52}
.sec.tinted{background:#F8F7F4}
.eyebrow{font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#B8860B;margin-bottom:10px}
.sec-h2{font-family:Georgia,serif;font-size:28px;color:#0F2D52;margin-bottom:12px;line-height:1.25}
.sec-h2.light{color:#fff}
.sec-lead{font-size:16px;color:#374151;line-height:1.75;max-width:640px;margin-bottom:36px}
.sec-lead.light{color:rgba(255,255,255,.65)}
.sec-body{font-size:15px;color:#374151;line-height:1.75;max-width:680px}

/* ── INTERDISCIPLINARY MODEL ── */
.model-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;margin-bottom:48px}

.model-visual{display:grid;grid-template-columns:1fr;gap:0}

.dept-strip{border:0.5px solid #E5E2D9;border-radius:6px;overflow:hidden}
.dept-strip-row{display:grid;grid-template-columns:180px 1fr;border-bottom:0.5px solid #E5E2D9;align-items:stretch}
.dept-strip-row:last-child{border-bottom:none}
.dept-strip-color{padding:20px 18px;display:flex;flex-direction:column;justify-content:center}
.dept-strip-color.chem{background:#E8F0FE}
.dept-strip-color.phys{background:#F8F7F4}
.dept-strip-color.mech{background:#FEF9EC}
.dept-strip-dept{font-size:11px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;margin-bottom:4px}
.dept-strip-dept.chem{color:#185EA5}
.dept-strip-dept.phys{color:#374151}
.dept-strip-dept.mech{color:#B8860B}
.dept-strip-name{font-family:Georgia,serif;font-size:14px;color:#0F2D52;line-height:1.3}
.dept-strip-content{padding:16px 20px;background:#fff}
.dept-strip-topics{display:flex;flex-wrap:wrap;gap:5px}
.dept-strip-tag{font-size:11px;color:#374151;background:#F8F7F4;border:0.5px solid #E5E2D9;padding:3px 8px;border-radius:3px}

.model-connector{text-align:center;padding:14px 0}
.model-connector-label{font-size:12px;color:#6B7280;display:flex;align-items:center;justify-content:center;gap:12px}
.model-connector-label::before,.model-connector-label::after{content:"";flex:1;height:0.5px;background:#E5E2D9}

.convergence-box{background:#0F2D52;border-radius:6px;padding:20px 24px;margin-top:0;text-align:center}
.convergence-box-label{font-size:11px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#B8860B;margin-bottom:8px}
.convergence-box-title{font-family:Georgia,serif;font-size:18px;color:#fff;line-height:1.3}

/* ── WHAT YOU WILL STUDY ── */
.study-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:8px}
.study-card{background:#fff;border:0.5px solid #E5E2D9;border-radius:6px;padding:22px}
.study-card-year{font-family:Georgia,serif;font-size:32px;color:#E5E2D9;line-height:1;margin-bottom:8px}
.study-card-title{font-size:13px;font-weight:500;color:#0F2D52;margin-bottom:8px}
.study-card-list{list-style:none;padding:0}
.study-card-list li{font-size:12px;color:#374151;padding:4px 0;border-bottom:0.5px solid #F8F7F4;display:flex;gap:8px;align-items:flex-start;line-height:1.5}
.study-card-list li:last-child{border-bottom:none}
.study-card-list li::before{content:"";width:4px;height:4px;border-radius:50%;background:#B8860B;margin-top:6px;flex-shrink:0}

/* ── OUTCOMES ── */
.outcomes-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.outcome-card{background:rgba(255,255,255,.07);border:0.5px solid rgba(255,255,255,.1);border-radius:6px;padding:20px 22px;display:flex;gap:14px;align-items:flex-start}
.outcome-icon{width:36px;height:36px;border-radius:4px;background:rgba(184,134,11,.2);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.outcome-icon svg{width:16px;height:16px}
.outcome-title{font-size:13px;font-weight:500;color:#fff;margin-bottom:4px}
.outcome-body{font-size:12px;color:rgba(255,255,255,.55);line-height:1.55}

/* ── TWO PATHS ── */
.paths-intro{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:start}
.path-card{border-radius:6px;overflow:hidden}
.path-card-bsc{background:#F8F7F4;border:0.5px solid #E5E2D9}
.path-card-master{background:#0F2D52;border:none;position:relative}
.path-card-master-accent{position:absolute;top:0;left:0;right:0;height:3px;background:#B8860B}
.path-header{padding:28px 28px 20px}
.path-badge-bsc{display:inline-block;font-size:10px;font-weight:500;letter-spacing:.07em;text-transform:uppercase;background:#E8F0FE;color:#185EA5;padding:4px 10px;border-radius:3px;margin-bottom:12px}
.path-badge-master{display:inline-block;font-size:10px;font-weight:500;letter-spacing:.07em;text-transform:uppercase;background:rgba(184,134,11,.2);color:#D4A017;padding:4px 10px;border-radius:3px;margin-bottom:12px}
.path-title{font-family:Georgia,serif;font-size:19px;color:#0F2D52;margin-bottom:6px;line-height:1.3}
.path-title.light{color:#fff}
.path-duration{font-size:13px;color:#6B7280;margin-bottom:0}
.path-duration.light{color:rgba(255,255,255,.5)}
.path-divider{height:0.5px;background:#E5E2D9;margin:0 28px}
.path-divider.light{background:rgba(255,255,255,.12)}
.path-body{padding:20px 28px 24px}
.path-feature-list{list-style:none;padding:0;margin-bottom:20px}
.path-feature-list li{font-size:13px;color:#374151;padding:7px 0;border-bottom:0.5px solid #E5E2D9;display:flex;gap:10px;align-items:flex-start;line-height:1.5}
.path-feature-list.light li{color:rgba(255,255,255,.8);border-bottom-color:rgba(255,255,255,.1)}
.path-feature-list li:last-child{border-bottom:none}
.path-feature-list li::before{content:"";width:5px;height:5px;border-radius:50%;background:#185EA5;margin-top:6px;flex-shrink:0}
.path-feature-list.light li::before{background:#B8860B}
.path-highlight{background:#FEF9EC;border:0.5px solid rgba(184,134,11,.2);border-radius:4px;padding:12px 14px;margin-bottom:20px;font-size:12px;color:#374151;line-height:1.6}
.path-highlight strong{color:#B8860B;font-weight:500}
.path-highlight-dark{background:rgba(184,134,11,.12);border:0.5px solid rgba(184,134,11,.3);border-radius:4px;padding:12px 14px;margin-bottom:20px;font-size:12px;color:rgba(255,255,255,.7);line-height:1.6}
.path-highlight-dark strong{color:#D4A017;font-weight:500}
.path-cta-bsc{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#0F2D52;border:1px solid #0F2D52;padding:10px 20px;border-radius:3px;cursor:pointer;background:transparent;font-family:inherit}
.path-cta-master{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:500;background:#B8860B;color:#fff;border:none;padding:11px 20px;border-radius:3px;cursor:pointer;font-family:inherit}

/* ── SUB-PAGE LINKS ── */
.subpage-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.subpage-card{background:#fff;border:0.5px solid #E5E2D9;border-radius:6px;padding:20px;cursor:pointer;transition:border-color .15s}
.subpage-card:hover{border-color:#0F2D52}
.subpage-card-icon{width:36px;height:36px;background:#F8F7F4;border-radius:4px;margin-bottom:14px;display:flex;align-items:center;justify-content:center}
.subpage-card-title{font-size:13px;font-weight:500;color:#0F2D52;margin-bottom:6px}
.subpage-card-desc{font-size:12px;color:#6B7280;line-height:1.55;margin-bottom:12px}
.subpage-card-link{font-size:12px;color:#B8860B;font-weight:500}

    /* NEWS */
    .news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
    .news-card{background:#F8F7F4;border:0.5px solid #E5E2D9;border-radius:6px;overflow:hidden}
    .news-media{height:180px;background:#D8D2C4;position:relative;display:flex;align-items:center;justify-content:center}
    .news-media img{width:100%;height:100%;object-fit:cover;display:block}
    .news-media-label{position:absolute;bottom:12px;left:12px;font-size:10px;color:rgba(255,255,255,.85);background:rgba(0,0,0,.32);padding:4px 8px;border-radius:3px}
    .news-body{padding:20px}
    .news-meta{font-size:10px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#B8860B;margin-bottom:10px}
    .news-title{font-family:Georgia,serif;font-size:19px;color:#0F2D52;line-height:1.35;margin-bottom:10px}
    .news-excerpt{font-size:13px;color:#374151;line-height:1.7;margin-bottom:16px}
    .news-link{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#0F2D52;text-decoration:none}

/* ── APPLY BAND ── */
.apply-band{background:#0F2D52;padding:48px;display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center}
/* APPLY BAND — Premium Motion */

.apply-band-eyebrow{font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#B8860B;margin-bottom:10px}
.apply-band-title{font-family:Georgia,serif;font-size:24px;color:#fff;margin-bottom:8px;line-height:1.3}
.apply-band-sub{font-size:14px;color:rgba(255,255,255,.55);line-height:1.6}
.apply-band-actions{display:flex;gap:12px;flex-direction:column;align-items:flex-end}
.btn-gold-lg{
  background:#B8860B;
  color:#fff;
  border:1px solid #B8860B;
  border-radius:3px 14px 14px 3px;
  padding:14px 32px;
  font-size:14px;
  font-weight:500;
  cursor:pointer;
  font-family:inherit;
  white-space:nowrap;
}
.btn-outline-light{background:transparent;color:rgba(255,255,255,.7);border:1px solid rgba(255,255,255,.3);padding:10px 24px;font-size:13px;font-weight:500;border-radius:3px;cursor:pointer;font-family:inherit;white-space:nowrap}

/* =========================================================
   PROGRAMME OVERVIEW RESPONSIVE LAYER
   ========================================================= */

   html,
   body{
     width:100%;
     overflow-x:hidden;
   }
   
   img,
   video{
     max-width:100%;
   }
   
   @media(max-width:1200px){
   
     .nav,
     .sub-nav,
     .sec,
     .cred-section,
     .apply-band{
       padding-left:32px;
       padding-right:32px;
     }

   
     .hero-content{
       padding-left:32px;
       padding-right:32px;
     }
   
     .subpage-grid{
       grid-template-columns:repeat(2,1fr);
     }

     .cred-masonry{
      gap:12px;
    }
   }
   
   @media(max-width:992px){
   
     .nav,
     .sub-nav{
       padding-left:24px;
       padding-right:24px;
       overflow-x:auto;
       scrollbar-width:none;
     }
   
     .nav::-webkit-scrollbar,
     .sub-nav::-webkit-scrollbar{
       display:none;
     }
   
     .sub-nav-label{
       display:none;
     }
   
     .hero{
       min-height:560px;
     }
   
     .hero-h1{
       font-size:36px;
     }
   
     .facts-bar{
       grid-template-columns:repeat(3,1fr);
     }
   
     .fact-item:nth-child(3){
       border-right:none;
     }
   
     .fact-item:nth-child(-n+3){
       border-bottom:0.5px solid #E5E2D9;
     }
   
     .model-grid{
       grid-template-columns:1fr;
       gap:32px;
     }
   
     .study-grid{
       grid-template-columns:1fr;
     }
   
     .outcomes-grid{
       grid-template-columns:1fr;
     }
   
     .paths-intro{
       grid-template-columns:1fr;
     }
   
     .apply-band{
       grid-template-columns:1fr;
       gap:28px;
     }
   
     .apply-band-actions{
       align-items:flex-start;
       flex-direction:row;
       flex-wrap:wrap;
     }

    .cred-masonry{
      grid-template-columns:1fr;
    }
  
    .cred-masonry > div{
      margin-top:0 !important;
    }

    .news-card{
      max-width:680px;
    }

    .news-grid{
      grid-template-columns:1fr;
    }


   }
   
   @media(max-width:768px){
   
     .nav-link{
       font-size:12px;
       padding:18px 10px;
     }
   
     .sub-nav-link{
       font-size:12px;
       padding:13px 12px;
     }
   
     .hero{
       min-height:620px;
       align-items:flex-end;
     }
   
     .hero-bg-overlay{
       background:linear-gradient(
         to bottom,
         rgba(10,22,40,.38),
         rgba(10,22,40,.88)
       );
     }
   
     .hero-content{
       padding:110px 22px 52px;
       max-width:100%;
     }
   
     .breadcrumb{
       flex-wrap:wrap;
     }
   
     .hero-eyebrow{
       font-size:10px;
       line-height:1.6;
     }
   
     .hero-h1{
       font-size:32px;
       line-height:1.15;
     }
   
     .hero-sub{
       font-size:15px;
       line-height:1.65;
     }
   
     .hero-actions{
       flex-direction:column;
       align-items:stretch;
     }
   
     .hero-actions a,
     .hero-actions button,
     .btn-gold,
     .btn-ghost{
       width:100%;
     }
   
     .sec,
     .cred-section {
       padding:56px 22px;
     }

     .cred-card{
      padding:24px 20px;
    }

    .cred-title.lg{
      font-size:19px;
    }
  
    .cred-deco{
      font-size:72px !important;
    }
   
     .sec-h2{
       font-size:27px;
     }
   
     .sec-lead,
     .sec-body{
       font-size:15px;
     }
   
     .facts-bar{
       grid-template-columns:1fr;
     }
   
     .fact-item{
       border-right:none;
       border-bottom:0.5px solid #E5E2D9;
     }
   
     .fact-item:last-child{
       border-bottom:none;
     }
   
     .dept-strip-row{
       grid-template-columns:1fr;
     }
   
     .dept-strip-color{
       padding:18px;
     }
   
     .dept-strip-content{
       padding:16px 18px;
     }
   
     .study-card,
     .path-header,
     .path-body,
     .subpage-card{
       padding-left:20px;
       padding-right:20px;
     }
   
     .outcome-card{
       padding:18px;
     }
   
     .subpage-grid{
       grid-template-columns:1fr;
     }
   
     .apply-band{
       padding:44px 22px;
     }
   
     .apply-band-title{
       font-size:23px;
     }
   
     .apply-band-actions{
       flex-direction:column;
       align-items:stretch;
     }
   
     .apply-band-actions a,
     .apply-band-actions button,
     .btn-gold-lg,
     .btn-outline-light{
       width:100%;
       text-align:center;
     }

     .news-media{
      height:220px;
    }

   }
   
   @media(max-width:480px){
   
     .hero-content{
       padding-left:18px;
       padding-right:18px;
     }
   
     .hero-h1{
       font-size:28px;
     }
   
     .hero-sub{
       font-size:14px;
     }
   
     .sec,
     .cred-section {
       padding-left:18px;
       padding-right:18px;
     }
   
     .sec-h2{
       font-size:24px;
     }
   
     .dept-strip-topics{
       gap:6px;
     }
   
     .dept-strip-tag{
       font-size:10px;
     }
   
     .outcome-card{
       flex-direction:column;
     }
   
     .path-title{
       font-size:18px;
     }
   
     .path-feature-list li{
       font-size:12px;
     }
   
     .apply-band{
       padding-left:18px;
       padding-right:18px;
     }

     .news-media{
      height:190px;
    }
   }
