
.slider-header {
	font-weight: bold;
	text-align: center;
	margin-bottom: 2em;
}
.numbertext {
	font-size:larger;
}
.slider-image-text {
	font-size:medium;
	color:#000;
	background-color: #FFF;
/*	font-size: 12px;*/
	padding: 3px 3px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: left;
	border: solid 1px #CCC;
}
.slider-image {
	width:100%;
	height:auto;
}

/* People thumbnail images */

.thumbnails {
	text-align: center;
	margin-bottom: 4rem;
}
.thumbnail-people {
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap:2rem;
	width: 75em;
	margin: 0 auto;
}
.thumbnail-people figure {
	width: 100px;
}

.thumbnail-people img {
	width: 100%;
}

.thumbnail-people figcaption {
	font-size: 10px;
}

/* CSS for people lists */
.header-divider::after {
	content: '';
	position: relative;
	margin: auto;
	top: 10px;
	display: block;
	left: 0;
	width: 50%;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.125);
}

.group-heading {
	font-size: 1.1rem;
	margin-bottom: 1em;
}
.person-block {
	display: flex;
	gap: 0 2rem;
	margin-bottom: 1rem;
	align-items: start;
}
.people-header {
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
}
.person-name {
	font-size: 1.75rem;
}
.person-links {
	display: flex;
	gap: 1rem 2rem;
	flex-flow: wrap;
	justify-content: center;
}
.person-link {
	background-color: transparent;
	box-shadow: inset 0 0 0 2px rgba(144, 144, 144, 0.25);
	font-size: 0.8rem;
	line-height: 2.85rem;
}
.person-link a {
	color: #555;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 1.5rem;
}
.people-divider {
	padding: 1rem 0;
}

/* Alumni CSS */
.alumni-person {
	margin: 2rem 0;
}
.alumni-person ul {
	margin: unset;
}

.sponsors {
	background: #FFF;
	padding: 0 1rem;
}

.sponsor-header {
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
}
.sponsor-images {
	display:flex;
	gap: 2rem 4rem;
	flex-flow: wrap;
	align-items: center;
	justify-content: center;
	padding: 1em 0;
}

@media only screen and (max-width: 1200px) {
	.thumbnail-people {width: unset}
	.person-block {
		gap: 1em 0;
		flex-direction: column;
		align-items: center;
	}
}
@media only screen and (max-width: 500px) {
	.person-links {
		flex-direction: column;
		width: 90%;
		text-align: center;
	}
	.slider-image-text {
		position: unset;
	}
}
@media only screen and (max-width: 350px) {
	.slider-image-text {font-size: 11px}
}

/* ============================================
   Mobile Optimization (April 2026)
   ============================================ */

/* --- Header and Menu Fixes --- */

/* Ensure Menu link is always clickable above the logo */
#header > a[href="#menu"] {
	position: relative;
	z-index: 2;
}

/* Prevent logo from blocking clicks on menu */
#header > .logo {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	right: 8em; /* leave room for Menu link */
}

/* Responsive forecast table */
.table-wrapper {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

/* Footer sponsor logos - responsive grid */
.sponsor-logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 1.5rem;
}
.sponsor-logos img {
	height: auto !important;
	float: none !important;
	margin: 0 !important;
}

/* News image responsive */
.news-image {
	max-width: 350px;
	width: 100%;
	height: auto !important;
	margin: 15px;
	float: left;
}

/* Forecast box - prevent negative margin overflow */
.forecast-box {
	margin: 0px -60px 0px -120px;
}

/* Forecast factors inner margins */
.forecast-factors-inner {
	margin-left: 50px;
	margin-right: 50px;
}

/* Overlay text on archive/resources images */
.centered-above h2 {
	font-size: 1.75rem;
}
.centered-below p {
	font-size: 0.9rem;
}

/* Schedule buttons responsive */
#schedule .actions,
#schedule-twoweek .actions,
#schedule-archive .actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem;
}

/* ---- Tablet (max-width: 980px) ---- */
@media only screen and (max-width: 980px) {
	.forecast-box {
		margin: 0 !important;
	}
	.forecast-factors-inner {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}

	/* Header spacing - prevent content from hiding under fixed header */
	#header.alt {
		top: 0;
		position: fixed;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		height: auto;
		line-height: 1.5;
		background: rgba(0, 0, 0, 0.975);
	}

	/* Logo text wraps instead of single line on tablet */
	#header > .logo {
		position: relative;
		left: auto;
		display: block;
		text-align: left;
		padding: 0.25em 6em 0.25em 1em;
		font-size: 0.85em;
		white-space: normal;
		overflow: visible;
		right: auto;
	}

	/* Menu button positioned top-right */
	#header > a[href="#menu"] {
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		display: flex;
		align-items: center;
		padding: 0 1.25em;
	}

	/* Push page content below the header */
	.banner {
		padding-top: 4em;
	}
	section.wrapper:first-of-type {
		padding-top: 4em;
	}
}

/* ---- Mobile (max-width: 736px) ---- */
@media only screen and (max-width: 736px) {
	/* Smaller logo text on phones */
	#header > .logo {
		font-size: 0.75em;
		padding-right: 5em;
	}

	/* News image stacks full width */
	.news-image {
		float: none !important;
		display: block;
		max-width: 100%;
		margin: 0 auto 15px auto;
	}

	/* Sponsor logos smaller on mobile */
	.sponsor-logos img {
		max-width: 120px !important;
	}

	/* Forecast factors reduced margins */
	.forecast-factors-inner {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}

	/* Overlay text smaller on mobile */
	.centered-above h2 {
		font-size: 1.25rem;
	}
	.centered-below p {
		font-size: 0.75rem;
	}

	/* Schedule buttons fill width on mobile */
	#schedule .actions li,
	#schedule-twoweek .actions li,
	#schedule-archive .actions li {
		flex: 1 1 auto;
		min-width: 140px;
	}
	#schedule .actions li a,
	#schedule-twoweek .actions li a,
	#schedule-archive .actions li a {
		width: 100% !important;
	}

	/* Banner text smaller */
	.banner .inner h2 {
		font-size: 1.25rem;
	}
	.banner .inner h3 {
		font-size: 1rem;
	}
	.banner .inner p {
		font-size: 0.8rem;
	}
}

/* ---- Small Mobile (max-width: 480px) ---- */
@media only screen and (max-width: 480px) {
	/* Even smaller sponsor logos */
	.sponsor-logos img {
		max-width: 100px !important;
	}

	/* Overlay text very small */
	.centered-above h2 {
		font-size: 1rem;
	}
	.centered-below {
		display: none;
	}

	/* Forecast factors minimal margins */
	.forecast-factors-inner {
		margin-left: 5px !important;
		margin-right: 5px !important;
	}

	/* Schedule buttons single column */
	#schedule .actions li,
	#schedule-twoweek .actions li,
	#schedule-archive .actions li {
		flex: 1 1 100%;
	}
}