/* Custom Marquee */
.custom-marquee-1 .js-marquee-wrapper,
.custom-marquee-1 .js-marquee,
.custom-marquee-1 .js-marquee > span {
		display: flex;
}

/*
* Alumni
*/
.alumni {
		padding-bottom: 36px;
}

@media (min-width: 768px) {
		.alumni {
				padding-bottom: 30px;
		}
}

@media (min-width: 820px) {
		.alumni {
				padding-bottom: 28px;
		}
}

@media (min-width: 1024px) {
		.alumni {
				padding-bottom: 26px;
		}
}

@media (min-width: 1180px) {
		.alumni {
				padding-bottom: 22px;
		}
}

@media (min-width: 1280px) {
		.alumni {
				padding-bottom: 20px;
		}
}

/*
* Schedule At A Glance
*/
.schedule-glance-section {
		background: transparent;
		color: var(--tertiary);
}

.schedule-glance-hero {
		padding: 3rem 0 2rem;
		background: transparent;
		border-bottom: 2px solid var(--primary-rgba-40);
}

.schedule-glance-body {
		background: transparent;
}

.schedule-period-card {
		height: 100%;
		padding: 0;
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
}

.schedule-period-label {
		margin-bottom: 1.25rem;
}

.schedule-item {
		display: grid;
		grid-template-columns: 92px minmax(0, 1fr);
		gap: 1rem;
		padding: 1rem 1.1rem;
		margin-bottom: 1rem;
		background: rgba(255, 255, 255, 0.9);
		border: 1px solid var(--primary-rgba-80);
		border-radius: 0.85rem;
}

.schedule-time {
		color: var(--secondary);
		font-size: 1rem;
		font-weight: 700;
		line-height: 1.3;
		text-transform: uppercase;
}

.schedule-copy h4 {
		color: var(--tertiary);
		line-height: 1.2;
}

.schedule-copy p {
		margin: 0;
		color: rgba(31, 47, 40, 0.78);
		font-size: 1rem;
		line-height: 1.45;
}

.schedule-copy strong {
		color: var(--tertiary);
}

@media (max-width: 991px) {
		.schedule-glance-hero {
				padding: 2rem 0 1.5rem;
		}

		.schedule-item {
				grid-template-columns: 1fr;
				gap: 0.35rem;
		}
}
