.news.time, .lastupdate {
	color: #444;
	font-style: italic;
	font-size: 80%;
}

.longform {
	width: 100%;
	min-height: 350px;
	margin-bottom: 1em;
}

.internship .place {
	font-style: italic;
	color: #444;
}

.jobs {
	list-style-type: none;
	padding-left: 0;
}

.job {
	display: flex;
	align-items: center;
}

.job a {
	text-decoration: none;
	box-shadow: none !important;
}

.job img {
	width: 96px;
	max-height: 128px;
	float: left;
	margin-right: 1em;
}

.job .name {
	font-weight: bold;
}

.subsubhead {
	position: relative;
	float: left;
	width: 270px;
	padding: 7px 10px 5px;
	margin-bottom: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-variant: small-caps;
	color: #fff;
	background: rgb(0, 75, 141);
	clear: both;
}

#main_right {
	padding-top: 0;
}

.alumnus {
	margin: 1em 0;
	clear: both;
}

.alumnus .photo {
	width: 200px;
	max-height: 200px;
}

.alumnus .year {
	color: #777;
}

.left { float: left; } .right { float: right; } .clear { clear: both; }

.alumnus .photo.left {
	margin-right: 20px;
}
.alumnus .photo.right {
	margin-left: 20px;
}

table {
	border-collapse: collapse;
}

.cms {
	min-width: 75%;
	margin: 0 auto;
}

.cms th, .cms td {
	padding: 0.5ex 0.5em;
}

.cms td {
	border: 2px solid #cfab7a;
}

.cms .thead th {
	border: 2px solid #004b8d;
}

.cms .created, .cms .modified {
	font-size: 75%;
}

.action {
	font-size: 75%;
	box-shadow: none;
	border-left: 4px solid #222;
	border-right: 4px solid #666;
	border-bottom: 4px solid #222;
	border-top: 4px solid #666;
	color: #eee;
	display: inline-block;
	padding: 0.25em 0.5em;
}
.action:link {
	color: #eee;
	box-shadow: none;
}
.action:visited {
	color: #eee;
}

.cms .view, .action.go {
	background-color: #007;
}
.cms .view:hover, .action.go:hover {
	color: #00f;
}

.cms .visit, .action.up {
	background-color: #077;
}
.cms .visit:hover, .action.up:hover {
	color: #0ff;
}

.cms .edit, .action.add {
	background-color: #070;
}
.cms .edit:hover, .action.add:hover {
	color: #0f0;
}

.cms .modify, .cms .move {
	background-color: #770;
}
.cms .modify:hover, .cms .move:hover {
	color: #ff0;
}

.cms .remove {
	background-color: #700;
}
.cms .remove:hover {
	color: #f00;
}

.cms .replace {
	background-color: #730;
}
.cms .replace:hover {
	color: #f70;
}

.cms .name {
	font-weight: bold;
	font-size: 125%;
}

.cms .routes td {
	border-bottom: 2px solid #004b8d;
}

.bkgd {
	padding: 1em;
	background-color: #fff;
}

.error.details {
	white-space: pre-wrap;
	font-family: monospace;
}

.faq .faqentry {
	border: 1px solid #730;
	border-radius: 5px;
	box-shadow: 2px 2px 2px #000;
	background-color: #f703;
	margin: 1em 0;
	padding: 0.5em;
}

.faq .faqentry .question {
	font-weight: bold;
	font-size: 125%;
	margin-bottom: 1em;
}

#results .faqentry .question a, #results .faqentry .question a:link {
	box-shadow: none;
	color: #00a;
	font-variant: small-caps;
	font-size: 75%;
}

#results .faqentry .question a:hover {
	color: #22f;
}

.faq .fail {
	font-style: italic;
	text-align: center;
	color: #333;
}

.searchbar {
	background-color: #888;
	border: 1px solid #333;
	border-radius: 5px;
	padding: 1em;
	font-variant: small-caps;
	color: #fff;
}

.searchbar input {
	width: 100%;
}

.extra-section {
  margin: 30px 0;
  padding: 20px;
  border: 2px solid #cfb077;
  border-radius: 10px;
  background: #f9f9f9;
}

.extra-section h2 {
  margin-bottom: 15px;
  color: #004b8d;
  font-weight: 700;
}

.extra-list {
  list-style: none;
  padding-left: 0;
}

.extra-list li {
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 1.5;
}

.extra-list li::before {
  content: "✔ ";
  color: #00a160;
  font-weight: bold;
}
.extra-item {
  margin-bottom: 20px;
  padding: 15px;
  border-left: 4px solid #004b8d;
  background: #fff;
  border-radius: 6px;
}

.extra-item h3 {
  margin-top: 0;
  font-size: 1.2em;
  color: #004b8d;
}

.extra-item p {
  margin: 6px 0;
  font-size: 0.95em;
}
.roadmap-step {
  margin-bottom: 25px;
  padding: 15px 20px;
  border-left: 5px solid #004b8d;
  background: #fff;
  border-radius: 6px;
}

.roadmap-step h3 {
  margin-top: 0;
  color: #004b8d;
  font-size: 1.2em;
}

.roadmap-step p, 
.roadmap-step ul {
  font-size: 0.95em;
  margin: 6px 0;
}
.expand-content {
  display: none;              /* hidden by default */
  margin-top: 10px;
}

.expand-btn {
  background: #004b8d;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 0.9em;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

.expand-btn:hover {
  background: #003366;
}

.expand-btn.open {
  background: #cfb077;
  color: #000;
}
.extra-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.extra-header h3 {
  margin: 0;
  font-size: 1.2em;
  color: #004b8d;
}

.expand-btn {
  background: #004b8d;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 0.9em;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

.expand-btn:hover {
  background: #003366;
}

.expand-btn.open {
  background: #cfb077;
  color: #000;
}

.expand-content {
  display: none;
  margin-top: 10px;
}
.extra-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.extra-header h3 {
  margin: 0;
  font-size: 1.2em;
  color: #004b8d;
}

.short-desc {
  flex: 1 1 100%;
  margin: 4px 0;
  font-size: 0.95em;
  color: #333;
}

.expand-btn {
  background: #004b8d;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 0.9em;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

.expand-btn:hover {
  background: #003366;
}

.expand-btn.open {
  background: #cfb077;
  color: #000;
}

.expand-content {
  display: none;
  margin-top: 10px;
}
.triple-container {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.triple-box {
  flex: 1;
  background: #fff;
  border: 2px solid #cfb077;
  border-radius: 10px;
  padding: 20px;
}

.triple-box h2 {
  margin-top: 0;
  color: #004b8d;
  font-size: 1.2em;
  margin-bottom: 15px;
}

.extra-list {
  list-style: none;
  padding-left: 0;
}

.extra-list li {
  margin-bottom: 12px;
  font-size: 0.95em;
  line-height: 1.4;
}
.extra-section ul.extra-list li {
  margin-bottom: 10px;
  line-height: 1.5;
}

.extra-section ul.extra-list li strong {
  color: #004b8d;
}
.cert-sections {
  display: flex;
  gap: 20px;
  margin: 30px 0;
  flex-wrap: wrap; /* makes it responsive */
}

.cert-box {
  flex: 1;
  font-size: 1.5em;
  min-width: 280px;
  background: #fff;
  border: 2px solid #cfb077;
  border-radius: 10px;
  padding: 20px;
}

.cert-box h2 {
  margin-top: 0;
  color: #004b8d;
  font-size: 1.2em;
  margin-bottom: 15px;
}

.cert-box .extra-list {
  list-style: none;
  padding-left: 0;
}

.cert-box .extra-list li {
  margin-bottom: 10px;
  line-height: 1.4;
}

.cert-box .sources {
  font-size: 0.85em;
  color: #555;
  margin-top: 10px;
}

.quick-links {
  margin: 30px 0;
  padding: 20px;
  background: #f5f5f5;
  border: 2px solid #cfb077;
  border-radius: 10px;
  text-align: center;
}

.quick-links h2 {
  margin-bottom: 20px;
  color: #004b8d;
  font-size: 1.4em;
}

.quick-links-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.quick-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 140px;
  text-decoration: none;
  background: #fff;
  border: 2px solid #004b8d;
  border-radius: 10px;
  padding: 15px;
  transition: transform 0.2s ease, background 0.2s ease;
}

.quick-btn img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.quick-btn span {
  font-weight: 600;
  color: #004b8d;
}

.quick-btn:hover {
  background: #004b8d;
  color: #fff;
  transform: translateY(-3px);
}

.quick-btn:hover span {
  color: #fff;
}
.quick-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f5f5f5;
  border: 2px solid #cfb077;
  border-radius: 8px;
  padding: 8px 12px;
  margin: 20px 0;
  flex-wrap: wrap; /* keeps it responsive */
}

.quick-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.qbtn {
  padding: 6px 12px;
  background: #004b8d;
  color: #fff;
  text-decoration: none;
  font-size: 0.85em;
  font-weight: 600;
  border-radius: 4px;
  transition: background 0.2s ease;
}

.qbtn:hover {
  background: #003366;
}

.quick-badges {
  display: flex;
  gap: 10px;
  align-items: center;
}

.quick-badges img {
  height: 50px; /* keeps them small */
  width: auto;
}
.quick-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f5f5f5;
  border: 2px solid #cfb077;
  border-radius: 8px;
  padding: 15px;
  margin: 20px 0;
  flex-wrap: wrap;
}

.quick-buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  flex: 1;
  max-width: 600px;
}

.qbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  background: #004b8d;
  color: #fff;
  text-decoration: none;
  font-size: 1em;
  font-weight: 600;
  border-radius: 6px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.qbtn:hover {
  background: #003366;
  transform: translateY(-2px);
}

.quick-badges {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}

.quick-badges img {
  height: 70px;
  width: auto;
}
#quick-access {
  overflow-x: hidden;
  margin: 25px 0;
  max-width: 800px;
  padding: 15px;
  background: #f5f5f5;
  border: 2px solid #cfb077;
  border-radius: 10px;
}

#quick-access h2 {
  text-align: center;
  color: #004b8d;
  margin-bottom: 20px;
}

.quick-access-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

/* Only affects Quick Access section */
#quick-access .icon-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  max-width: 450px;
}

#quick-access .icon-link img {
  width: 80px;
  height: 80px;
  margin-bottom: 4px;
}

#quick-access .icon-link span {
  font-size: 0.8em;
}

#quick-access .quick-badges img {
  max-width: 100px;
}

.quick-badges {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
  justify-content: center;
}

.quick-badges img {
  width: 100px;
  height: 100px;
}
/* Remove green bar from badges */
.quick-badges a,
.quick-badges img {
  border: none !important;
  box-shadow: none !important;
}
.hero-video {
  position: relative;
  width: 100%;
  height: 700px; /* adjust for how “big” you want it */
  overflow: hidden;
}

.hero-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* fills the section nicely */
  z-index: 1;
}

.hero-overlay {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  height: 100%;
}

.hero-btn {
  padding: 12px 24px;
  background: #004b8d;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.3s ease, transform 0.2s ease;
}

.hero-btn:hover {
  background: #003366;
  transform: translateY(-2px);
}
.hero-video {
  position: relative;
  width: 100%;
  height: 1000px;
  overflow: hidden;
}

.hero-video-bg {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero-overlay {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  height: 100%;
}

.hero-btn {
  padding: 12px 24px;
  background: #004b8d;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}

.hero-btn:hover {
  background: #003366;
  transform: translateY(-2px);
}

.hero-video {
  position: relative;
  width: 100%;
  height: 1000px; /* adjust as needed */
  overflow: hidden;
}

.hero-video-bg {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* Overlay Quick Access */
#quick-access {
  position: absolute;
  bottom: 0;          /* anchor to bottom of video */
  left: 0;
  width: 100%;
  margin: 0;
  padding: 15px;
  background: rgba(245, 245, 245, 0.85); /* semi-transparent background */
  border: none;       /* optional: remove border if you want it cleaner */
  border-radius: 0;   /* flush with video edges */
  z-index: 2;
}

#quick-access h2 {
  text-align: center;
  margin-bottom: 10px;
  color: #004b8d;
}
#quick-access .icon-grid {
  display: flex;              /* switch from grid to flexbox */
  flex-direction: row;        /* horizontal line */
  justify-content: center;    /* center them across the bar */
  flex-wrap: nowrap;          /* keep them in one line (no wrapping) */
  gap: 20px;                  /* spacing between buttons */
  max-width: 100%;            /* allow full width */
}
.mute-btn {
  position: absolute;
  bottom: 15px;   /* distance from bottom */
  right: 15px;    /* distance from right */
  z-index: 3;     /* above video and overlays */
  padding: 8px 14px;
  background: rgba(0, 75, 141, 0.8);
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 0.9em;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

.mute-btn:hover {
  background: rgba(0, 75, 141, 1);
}
.hero-title {
  position: absolute;
  top: 10px;       /* sits just above Quick Access bar */
  left: 10px;         /* bottom-left corner */
  z-index: 3;
  font-family: 'Trebuchet MS', 'Impact', 'Arial Black', sans-serif; /* bold flare font */
  font-size: 5.8em;
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.7); /* makes text pop */
  background: rgba(0, 75, 141, 0.6);        /* semi-transparent backdrop */
  padding: 8px 12px;
  border-radius: 6px;
  max-width: 1000px;   /* keeps it compact */
}

.hero-title .subtitle {
  font-size: 0.7em;
  font-weight: 400;
  color: #cfb077;     /* accent color */
}
.header-badge-box {
  position: absolute;
  top: .8rem;               /* responsive top spacing */
  right: 1%;               /* responsive right spacing */

  display: flex;
  align-items: center;
  gap: 0.5rem;

  background: rgba(255, 255, 255, 0.95);
  border: 0.15rem solid #004b8d;
  border-radius: 0.5rem;
  z-index: 2000;

  width: 40%;              /* responsive width */
    

  height: 8rem;            /* FIXED HEIGHT */
          /* prevents content from spilling out */

  padding: 0.5rem 1rem;
  box-sizing: border-box;
}

.badge-text {
  font-size: 0.75em;
  color: #004b8d;
  line-height: 1.4;
}

.badge-text a {
  color: #004b8d;
  font-weight: 600;
  text-decoration: none;
}

.badge-text a:hover {
  text-decoration: underline;
  color: #004b8d;
}

.badge-images {
  display: flex;
  gap: 12px;
}

.badge-images .badge {
  width: 8rem;                 /* responsive width (~128px) */
  height: 8rem;                /* keeps them square */
  max-width: 10vw;             /* prevents them from getting huge on big screens */
  min-width: 5rem;             /* prevents shrinking too small */
  object-fit: contain;         /* keeps logos from stretching */
  transition: transform 0.2s ease;
}

.badge-images .badge:hover {
  transform: scale(1.1);
}
.header-badge-box .badge-text a,
.header-badge-box .badge-text a:visited {
  color: #004b8d !important;   /* strong blue, forces visibility */
  font-weight: 700;
  text-decoration: underline;
}

.header-badge-box .badge-text a:hover {
  color: #cfb077 !important;   /* gold accent on hover */
  text-decoration: none;
}

.helpful-links {
  text-align: center;
  margin: 60px auto 40px;
  font-family: 'Arimo', sans-serif;
}

.helpful-links h2 {
  font-size: 1.8em;
  color: #004b8d; /* SUNY Canton blue */
  margin-bottom: 25px;
  border-bottom: 3px solid #cfb077; /* gold accent */
  display: inline-block;
  padding-bottom: 5px;
}

.links-panel {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  background: #fff;
  border: 2px solid #cfb077; /* gold border */
  border-radius: 12px;
  padding: 30px 40px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  max-width: 600px;
  margin: 0 auto;
}

.link-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #004b8d;
  transition: transform 0.2s ease, color 0.3s ease;
  width: 160px;
}

.link-tile:hover {
  transform: translateY(-5px);
  color: #cfb077;
}

.link-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 12px;
  border: 3px solid #cfb077; /* gold ring around icons */
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.label {
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 5px;
}
/* Force icon above label in these tiles */
.helpful-links .link-tile {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

/* Neutralize global label/img styles that push text sideways */
.helpful-links .label,
.helpful-links .link-icon {
  display: block !important;
}

/* Container + title */
.helpful-links {
  max-width: 800px;
  margin: 40px auto 30px;
  padding: 0 20px;
  text-align: center;
}

.helpful-links-title {
  display: inline-block;
  font-size: 1.8em;
  color: #004b8d;
  margin-bottom: 20px;
  border-bottom: 3px solid #cfb077;
  padding-bottom: 6px;
}

/* Strict three-column grid, perfectly centered */
.helpful-links-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);     /* equal columns */
  gap: 32px;
  align-items: start;
  justify-items: center;                     /* centers each item in its column */
  background: #fff;
  border: 2px solid #cfb077;
  border-radius: 12px;
  padding: 24px 28px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

/* Treat icon+text as one centered object */
.helpful-links-item {
  display: inline-grid;                      /* one object */
  grid-template-rows: auto auto;
  justify-items: center;                     /* center icon and label together */
  text-decoration: none;
  color: #004b8d;
  width: 180px;                              /* consistent tile width */
  transition: transform 0.2s ease, color 0.2s ease;
}

.helpful-links-item:hover {
  transform: translateY(-4px);
  color: #cfb077;
}

/* Icon */
.helpful-links-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
  border: 3px solid #cfb077;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  display: block;
}

/* Label */
.helpful-links-label {
  font-size: 1.05em;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  display: block;
  margin: 0;
}
.labs-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      padding: 40px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .lab-card {
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      padding: 20px;
      text-align: center;
      transition: transform 0.2s ease;
    }

    .lab-card:hover {
      transform: translateY(-5px);
    }

    .lab-card img {
      width: 120px;
      height: 120px;
      object-fit: cover;
      border-radius: 50%;
      margin-bottom: 15px;
      border: 3px solid #cfb077;
    }

    .lab-card h2 {
      margin: 10px 0;
      font-size: 1.4em;
      color: #004b8d;
    }

    .lab-card p {
      font-size: 0.95em;
      margin-bottom: 20px;
    }

    .lab-card a {
      display: inline-block;
      padding: 10px 20px;
      background: #fff;
	border: 2px solid #28a745; /* full green border */
      color: #fff;
      text-decoration: none;
      border-radius: 6px;
      transition: background 0.2s ease;
    }

    .lab-card a:hover {
      background: #cfb077;
      color: #000;
    }
/* FORCE the slideshow/map wrapper to be full width */
.slideshow-bucket-container {
  display: flex;
  flex-wrap: nowrap;              /* keep side-by-side */
  justify-content: space-between;
  align-items: flex-start;
  width: 100% !important;         /* override SUNY template */
  max-width: 100% !important;
  margin: 0 auto !important;
  gap: 1.5%;
  padding: 1rem 0;
  box-sizing: border-box;
  overflow: hidden;               /* prevent map drifting off-screen */
}

/* SLIDESHOW — force it to align left and take correct width */
/* FORCE the parent to be truly full width */
.slideshow-bucket-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;

  width: 100vw !important;         /* full viewport width */
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important; /* escape template centering */
  margin-right: calc(50% - 50vw) !important;

  gap: 1.5%;
  padding: 1rem 0;
  box-sizing: border-box;
  overflow: hidden;
}

/* SLIDESHOW — force it to actually take up space */
.slideshow-container {
  width: 50%;                      /* slightly smaller to ensure room */
  min-width: 380px;
  margin: 0 !important;
  float: none !important;

  background-color: rgb(214, 228, 229);
  border-radius: 0.5rem;
  overflow: hidden;
}

/* MAP — force it to shrink instead of drifting off-screen */
.map-container {
  width: 38%;
  min-width: 260px;
  max-width: 100%;
  max-height: 30rem;

  border-radius: 0.5rem;
  
}

/* MOBILE BREAKPOINT */
@media (max-width: 900px) {
  .slideshow-bucket-container {
    flex-direction: column;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .slideshow-container,
  .map-container {
    width: 100%;
    min-width: 100%;
  }
}

.disclaimerr {
  font-size: 0.85em;
  color: #444;
  background: #f9f9f9;        /* light background */
  border: 1px solid #ddd;     /* thin border */
  border-radius: 6px;         /* rounded corners */
  padding: 12px 16px;         /* breathing room */
  max-width: 700px;           /* prevents stretching across screen */

  line-height: 1.5;           /* easier to read */
  text-align: left;           /* feels natural for disclaimers */
}

/* Overall layout: accordion left, career desk right */
.career-layout {
  display: flex;              /* enables horizontal layout */
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;                  /* space between accordion and career desk */
  margin: 30px 40px;
}

/* Accordion column */
.career-accordion {
  flex: 2;                    /* wider left column */
  max-width: 1000px;             /* let flex control width */
  margin: 0;                   /* remove left margin that caused stacking */
  padding: 0;
  text-align: left;
}

.career-accordion .job-card {
  border: 2px solid #28a745;
  border-radius: 8px;
  margin-bottom: 20px;
  background: #fff;
}

.career-accordion .job-header {
  background: #cfb077;
  padding: 15px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.2em;
  display: flex;                 /* align text + arrow */
  justify-content: space-between;/* push arrow to right */
  align-items: center;
}

.career-accordion .job-details {
  display: none;
  padding: 20px;
  font-size: 0.95em;
  line-height: 1.5em;
}

.career-accordion .job-details p {
  margin: 10px 0;
}

/* Career Desk column */
#career-desk {
  flex: 1;                      /* narrower right column */
  background: #f0f4f8;
  padding: 20px;
  border: 2px solid #28a745;
  border-radius: 10px;
}

#career-desk h2 {
  color: #004b8d;
  margin-bottom: 15px;
}

#career-desk ul {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}

#career-desk ul li {
  margin: 8px 0;
  font-weight: 600;
}

.career-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  background: #cfb077;
  color: #000;
  padding: 12px 20px;
  border-radius: 8px;
  border: 2px solid #28a745;
  transition: background 0.2s ease;
}

.career-link:hover {
  background: #004b8d;
  color: #fff;
}

.career-icon {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  border-radius: 50%;
  border: 2px solid #28a745;
}

/* Responsive: stack vertically on smaller screens */
@media (max-width: 900px) {
  .career-layout {
    flex-direction: column;
  }
}


