  :root {
	--goldprimary: #cea83d;
	--goldOnGreen: #FFD050;
	--greenOnGold: #006456;
	--goldOnWhite: #856514;
	--greenMain: #006456;
	--greenprimary: #006456;
	--transparentGreen: rgba(0, 111, 113, 0.671);
	--headerFont: "Gotham Black";
	--bodyFontSize: 1.5rem;
	--headerOne: 2.5rem;
	--headerTwo: 2rem;
	--headerThree: 1.8rem;
	--headerFour: 1.6rem;
	--headerFive: 1.4rem;
	--headerSix: 1.2rem;
	--containerWidth: 1100px;
	--hero-size: 100vh;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

/* p {
font-size: var(--bodyFontSize);
} */

html,
body {
	height: 100%;
	font-family: Arial, sans-serif;
	line-height: 1.6;
	overflow-x: revert !important;
}

body {
	position: relative;
	background: url("/_resources/images/fsc-interior-background.jpg");
	background-size: 100% auto;
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: fixed;
}

#main-content {
	position: relative;
}

#main-content::before {
	content: "";
	position: absolute;
	background: linear-gradient(90deg,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 1) 100%);
	background-repeat: repeat;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 0;
	width: calc((100% - var(--containerWidth)) / 2);
	z-index: -1;
}

#main-content::after {
	content: "";
	position: absolute;
	background: linear-gradient(90deg,
		rgba(255, 255, 255, 1) 0%,
		rgba(255, 255, 255, 0) 100%);
	background-repeat: repeat;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	right: 0;
	width: calc((100% - var(--containerWidth)) / 2);
	z-index: -1;
}

.contentContainer {
	max-width: var(--containerWidth);
	margin: 0 auto;
	padding: 0 8px;
	background: #fff;
}

.section-header {
	text-align: center;
	margin-bottom: 1rem;
}

.section-subheader {
	font-size: 1.1rem;
	color: var(--goldOnWhite);
	font-weight: 600;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: var(--headerFont);
}

.section-title {
	font-size: 2.5rem;
	font-weight: bold;
	color: var(--greenMain);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: var(--headerFont);
}

.section-subtitle {
	font-size: 1.1rem;
	color: #000;
	max-width: 500px;
	margin: 0 auto;
}

.hiddenBreak {
	display: none;
}

/* SECTIONS */

/* HERO */

.future-students .green-overlay {
/* 	background-color: var(--transparentGreen); */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.future-students section.banner {
	display: block;
	min-height: var(--hero-size);
}

.future-students section.banner .images-container {
	display: flex;
}

.future-students section.banner .images-container .hero-img {
	min-height: var(--hero-size);
	flex: 1;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}

.future-students section.banner .images-container .hero-img:not(:last-child) {
	border-right: 3px solid var(--goldprimary);
}

.future-students section.banner .images-container .hero-img .green-overlay {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.future-students section.banner .images-container .hero-img .green-overlay h1 {
/* 	color: inherit;
	text-transform: uppercase;
	font-size: 3rem;
	border: 3px solid #fff;
	padding: 0.5rem 0.75rem;
	letter-spacing: 0.25ch;
	user-select: none;
	font-family: var(--headerFont);
	 */
	
	
	color: inherit;
	text-transform: uppercase;
	font-size: 3rem;
	border: 3px solid #fff;
	padding: 0.5rem 0.75rem;
	letter-spacing: 0.25ch;
	user-select: none;
	font-family: var(--headerFont);
	background-color: #00352b86;

}

.future-students section.banner .images-container .hero-img.one {
	background-image: url("/future-students/images-new/hero/grads-min.png");
}

.future-students section.banner .images-container .hero-img.two {
	background-image: url("/future-students/images-new/hero/ramchella-stage-865x927.webp");
	background-position: -90px;
}

.future-students section.banner .images-container .hero-img.three {
	background-image: url("/future-students/images-new/hero/foam-finger-min.png");
	background-position: -95px;
}

/* MOBILE HERO */

.future-students .mobile-landing {
	display: none;
	min-height: var(--hero-size);
}

.future-students .mobile-landing .mobile-landing__images-container {
	display: flex;
	flex-direction: column;
	min-height: var(--hero-size);
}

.future-students .mobile-landing .mobile-landing__hero-img {
	position: relative;
	flex: 1;
}

.future-students .mobile-landing .mobile-landing__hero-img:not(.mobile-landing__hero-img:last-child) {
	border-bottom: 3px solid var(--goldprimary);
}

.future-students .mobile-landing .mobile-landing__images-container .mobile-landing__hero-img .green-overlay {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.future-students .mobile-landing .mobile-landing__images-container .mobile-landing__hero-img .green-overlay h1 {
	color: inherit;
	text-transform: uppercase;
	font-size: 1.75em;
	border: 3px solid #fff;
	padding: 0.5rem 0.75rem;
	letter-spacing: 0.25ch;
	user-select: none;
	font-family: var(--headerFont);
	background-color: #00352b86;
}

.future-students .mobile-landing .mobile-landing__hero-img.one {
	background-image: url("/future-students/images-new/hero/grads-min.png");
	background-size: cover;
	background-position-y: -280px;
}

.future-students .mobile-landing .mobile-landing__hero-img.two {
	background-image: url("/future-students/images-new/hero/ramchella-min.png");
	background-size: cover;
	background-position-y: -500px;
	background-position-x: 60px;
}

.future-students .mobile-landing .mobile-landing__hero-img.three {
	background-image: url("/future-students/images-new/hero/foam-finger-min.png");
	background-size: cover;
	background-position-y: -200px;
}

/* FUTURE @ FSC */
.future-students section#fsc-future {
	margin-bottom: 60px;
	padding-top: 60px;
}

.future-students section#fsc-future .section-headers .header {
	font-size: 1.1rem;
	color: var(--goldOnWhite);
	/* font-weight: 600; */
	/* margin-bottom: 15px; */
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
  font-family: var(--headerFont);
}

.future-students section#fsc-future .header span.person-type {
	color: var(--greenprimary);
	font-weight: 600;
}

.future-students section#fsc-future .section-headers h2 {
	margin: 0;
	text-align: center;
	font-family: var(--headerFont);
	font-size: 3.75rem;
	background-image: url("/future-students/images-new/green-background-1920x1080.jpg");
	background-position: 300px 200px;
	background-clip: text;
	text-transform: uppercase;
	/* font-weight: 800; */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.future-students section#fsc-future .section-headers .underline-container {
	position: relative;
	/* display: flex;
	justify-content: center; */
	text-align: center;
	margin-top: -17px;
}

.future-students section#fsc-future .section-headers .underline-path {
	/* position: absolute; */
	/* top: -17px; */
	/* margin-top: -17px; */
}

.future-students section#fsc-future .section-headers .clip-rect {
	/* animation: reveal 0.8s linear forwards; */
}

.future-students section#fsc-future .copy-container {
	font-size: var(--bodyFontSize);
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.future-students section#fsc-future .copy-container p {
	margin-bottom: 1em;
	line-height: 1.6;
	color: #000;
}

/* Campus Life and Engagement */

.campus-life-section {
	padding-top: 60px;
	padding-bottom: 60px;
}

.campusLifeGrid {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-template-rows: 500px;
	gap: 20px;
}

.heroCard {
	position: relative;
	/* background: #000; */
	/* border: 1px solid var(--goldprimary); */
}


.heroCard__video {
	width: 100%;
	height: auto;
	object-fit: contain;
	border: 1px solid var(--goldprimary);
}

.heroCard__videoContainer {
	position: relative;
}

.heroCard__videoToggle {
	position: absolute;
	right: 50px;
	bottom: 25px;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	background: #ffffff82;
	border: none;
}

.heroCard__videoToggle:hover {
	cursor: pointer;
}

#videoToggleBtn:focus-visible {
	outline: 2px solid var(--goldOnGreen);
}

.heroCard__content {
	/* position: absolute;
	bottom: 20px;
	left: 20px; */
	margin-top: 20px;
	color: #fff;
}

.heroCard__title {
	font-size: 2.25em;
	font-weight: bold;
	/* margin-bottom: 10px; */
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-family: var(--headerFont);
	color: var(--greenMain);
	margin: 0 !important;
}

.heroCard__description {
	font-size: 1rem;
	opacity: 0.9;
	line-height: 1.5;
	max-width: 500px;
	color: #000;
	margin: 0 !important;
}

.heroCard__description a {
	color: var(--greenMain);
	font-weight: bold;
	text-decoration: none;
}

.sideFlex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
	align-items: center;
}

.secondaryHeroCard {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-width: 325px;
}

.secondaryHeroCard .cardImageContainer {
	/* max-width: 260px; */
	overflow: hidden;
	border: 1px solid var(--goldprimary);
}

.secondaryHeroCard .cardImageContainer:hover img {
	transform: scale(1.05);
	opacity: 0.9;
}

.secondaryHeroCard .cardImageContainer img {
	width: 100%;
	display: block;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.secondaryHeroCard .cardDescription {
	font-size: 14px;
	line-height: 1;
	margin: 0 !important;
}

.secondaryHeroCard .cardTitle {
	/* color: #ffde70; */
	color: var(--greenMain);
	text-transform: uppercase;
	font-family: var(--headerFont);
	font-weight: bold;
	line-height: 1.2;
	margin: 0 !important;
}

.secondaryHeroCard .cardTitle a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s ease;
}

.secondaryHeroCard .cardTitle a:hover {
	color: var(--goldprimary);
}

.infoCardContainer {
	margin-top: 40px;
	display: flex;
	gap: 20px;
}

.infoCard {
	flex: 1;
	background: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
}

.infoCard__imageContainer {
	overflow: hidden;
  border: 1px solid #cea83d;
}

.infoCard__imageContainer img {
	width: 100%;
	height: auto;
  transition: transform 0.3s ease;
}

.infoCard__imageContainer:hover img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.infoCard__content {
	padding: 20px;
}

.infoCard__title {
	text-transform: uppercase;
	font-family: var(--headerFont);
	font-weight: bold;
	margin-bottom: 5px;
}

.infoCard__title a {
  color: var(--greenMain);
  transition: color 0.3s ease;
}

.infoCard__title a:hover {
  color: var(--goldprimary);
  transition: color 0.3s ease;
}

.infoCard__footer {
	margin-top: auto;
}


.infoCard__link {
	width: 100%;
	height: 100%;
	display: block;
	background-color: var(--greenMain);
	padding: 10px;
	text-align: center;
	text-decoration: none;
	font-family: var(--headerFont);
	text-transform: uppercase;
	font-weight: bold;
	color: var(--goldOnGreen);
	transition: background-color 0.3s ease, color 0.3s ease;
}

.infoCard__link:hover {
	background-color: var(--goldOnGreen);
	color: var(--greenMain);
}

/* .infoCard__footer a {
display: block;
width: 100%;
height: 100%;
text-align: center;
color: #ffde70;
text-decoration: none;
text-transform: uppercase;
font-family: "Gotham Pro";
font-weight: bold;
} */




/* ACADEMIC PROGRAMS */
.programCardGrid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
}

.programCard {
	background-color: #fff;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
}

.programCard img {
	width: 100%;
	display: block;
}

.programCard .programCardContent {
	padding: 2em;
	display: flex;
	flex-direction: column;
	height: 100%;
	flex-grow: 1;
}

.programCard .schoolTag {
	font-size: 0.7em;
	color: #fff;
	font-weight: 600;
	margin-bottom: 8px;
	text-transform: uppercase;
	background-color: var(--goldprimary);
	padding: 4px 8px;
	align-self: flex-start;
}

.programCardTitle {
	color: var(--greenprimary);
	margin-bottom: 12px;
	line-height: 1.2;


	font-weight: bold;
	font-family: var(--headerFont);
	text-transform: uppercase;
	font-size: 1.25em;

}

.programDescription {
	margin-bottom: 20px;
	color: #000;
}

.programCard .cardFooter {
	margin-top: auto;
}

.programCard .cardFooter .programCTA {
	display: inline-block;
	border: 1px solid var(--greenprimary);
	color: var(--greenprimary);
	padding: 0.25em 1em;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	transition: background-color 0.3s ease, transform 0.3s ease-in-out;
	font-size: 0.9em;
	font-family: var(--headerFont);
}

.programCard .cardFooter .programCTA:hover {
	background-color: var(--greenprimary);
	color: #fff;
	transform: translateY(-2px);
}

.ctaCard {
	margin: 30px 0;
	background: linear-gradient(135deg, var(--greenMain) 0%, var(--greenprimary) 100%);
	padding: 2em;
	color: #fff;
	text-align: center;
	margin-bottom: 0px;
}

.ctaCard__title {
	font-size: 2rem;
	letter-spacing: 1.5px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
	font-weight: 700;
	color: #fff;
	font-family: var(--headerFont);
	text-transform: uppercase;
}

.ctaCard__footer {
	margin-top: 1em;
	display: flex;
	gap: 15px;
	justify-content: center;
	flex-wrap: wrap;
}

.ctaCard__btn {
	display: inline-block;
	border: 2px solid #fff;
	color: #fff;
	padding: 12px 20px;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	transition: all 0.3s ease;
	font-size: 0.9rem;
	font-family: var(--headerFont);
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 150px;
	font-weight: 700;
}

.ctaCard__btn:hover {
	background: var(--goldOnGreen);
	transform: translateY(-3px);
	box-shadow: 1px 1px 6px #000000a3;	
	color: var(--greenOnGold);
	border-color: var(--greenOnGold);
}

.ctaCard__btn:focus {
	background: var(--goldOnGreen);
	transform: translateY(-3px);
	box-shadow: 1px 1px 6px #000000a3;	
	color: var(--greenOnGold);
	border-color: var(--greenOnGold);
}

.programsCTA {
	position: relative;
	text-align: center;
	margin-top: 30px;
}

.programsCTA__btn {
	display: inline-block;
	border: 2px solid var(--greenMain);
	color: var(--greenMain);
	background-color: #fff;
	padding: 12px 20px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	transition: all 0.3s ease;
	font-size: 0.9rem;
	font-family: var(--headerFont);
	font-weight: 700; 
}

.programsCTA__btn:hover {
	background-color: var(--greenMain);
	color: #fff;
}

.programsCTA__btn::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 32%;
	height: 2px;
	background-image: linear-gradient(to right, transparent, var(--greenprimary));

}


.programsCTA__btn::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 32%;
	height: 2px;
	background-image: linear-gradient(to left, transparent, var(--greenprimary));

}




/* Career Services (falling cards) */
.opportunities {
	position: relative;
}

.opportunity {
	display: flex;
	gap: 40px;
	align-items: center;
	background: white;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	margin: 1.5rem 0;
	opacity: 0;
	filter: blur(3px);
}



.opportunity:nth-child(even) {
	direction: rtl;
}

.opportunity:nth-child(even)>* {
	direction: ltr;
}

.opportunity:nth-child(odd) {
	transform: translateX(25%);
}

.opportunity:nth-child(even) {
	transform: translateX(-25%);
}

.opportunity.slideIn {
	transition: all 1500ms ease-in-out;
	transform: translateX(0);
	opacity: 1;
	filter: blur(0);
}

.opportunity__image {
	flex: 1;
}

.opportunity__image img {
  display: block;
  width: 100%;
}

.opportunity__content {
	padding: 40px;
  flex: 1;
}

.opportunity__category {
	display: inline-block;
	background: linear-gradient(135deg, #1a5f5f, #2d8f8f);
	color: white;
	padding: 8px 16px;
	border-radius: 20px;
	font-size: 0.85rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
}

.opportunity__title {
	font-size: 1.5em;
	font-weight: bold;
	color: #1a5f5f;
	margin-bottom: 15px;
	font-family: var(--headerFont);
	text-transform: uppercase;
}

.opportunity__description {
	color: #000;
	font-size: 1rem;
	line-height: 1.7;
	margin-bottom: 20px;
}

.opportunity__link {
	text-decoration: none;
	font-weight: bold;
	border: 1px solid var(--greenprimary);
	padding: 5px 10px;
	text-transform: uppercase;
	font-family: 'Gotham';
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.opportunity__link:hover {
	background: var(--greenprimary);
	color: #fff;
	transform: translateY(-2px);
}

/* .opportunity__link::after {
content: "→";
margin-left: 8px;
transition: transform 0.3s ease;
} */

/* .opportunity__link:hover {
color: #1a5f5f;
} */

/* .opportunity__link:hover::after {
transform: translateX(5px);
} */


/* Student Resources */
.studentResources {
	margin: 60px auto;
	margin-bottom: 0;
	padding-bottom: 60px;
}

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

.studentResources__link {
	display: block;
	text-decoration: none;
}

.studentResources__card {
	position: relative;
	border: 1px solid #ffc107;
	/* Make the height always match the width */
	aspect-ratio: 1/1;
	display: flex;
	flex-direction: column;
	justify-content: end;
	padding: 20px;
	background-size: cover;
	background-position: center;
	transition: transform .3s ease-in-out;
}

.studentResources__card:hover {
	transform: scale(1.05);
	cursor: pointer;
}

.studentResources__card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #006f7175;
	z-index: 1;
}

.studentResources__title {
	font-size: 1.3rem;
	color: #fff;
	position: static;
	z-index: 2;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
	font-weight: bold;
	font-family: var(--headerFont);
}

.studentResources__card.transfer {
	background-image: url('/future-students/images-new/student-resources/future-students-transfer-info-680x680.jpg');
	background-position: revert;
}

.studentResources__card.veterans {
	background-image: url('/future-students/images-new/student-resources/future-students-veterans-680x680.jpg');
}

.studentResources__card.adult-learners {
	background-image: url('/future-students/images-new/student-resources/240924-future-students-adult-learners-680x680.jpg')
}

.studentResources__card.first-year-students {
	background-image: url('/future-students/images-new/student-resources/240924-future-students-first-year-680x680.jpg')
}

.studentResources__card.online-learning {
	background-image: url('/future-students/images-new/student-resources/240924-future-students-online-learners-680x680.jpg')
}

.studentResources__card.virtual-tour {
	background-image: url('/future-students/images-new/student-resources/240924-future-students-be-well-680x680.jpg');
	background-position: revert;
}

.studentResources__card.financial-aid {
	background-image: url('/future-students/images-new/student-resources/future-students-financial-aid-680x680.jpg');
	/* background-position: revert; */
}

.studentResources__card.counselor {
	background-image: url('/future-students/images-new/student-resources/future-students-counselor-680x680.jpg')
}


/* MOBILE HERO */
@media (max-width: 938px) {
	.future-students .mobile-landing .mobile-landing__hero-img.one {
		background-position-y: -200px;
	}

	.future-students .mobile-landing .mobile-landing__hero-img.two {
		background-position-y: -400px;
	}

	.future-students .mobile-landing .mobile-landing__hero-img.three {
		background-position-y: -100px;
	}
}

@media (max-width: 742px) {
	.future-students .mobile-landing .mobile-landing__hero-img.one {
		background-position-y: -135px;
	}

	.future-students .mobile-landing .mobile-landing__hero-img.two {
		background-position-y: -300px;
	}

	.future-students .mobile-landing .mobile-landing__hero-img.three {
		background-position-y: -50px;
	}
}

@media (max-width: 562px) {
	.future-students .mobile-landing .mobile-landing__hero-img.one {
		background-position-y: -100px;
	}

	.future-students .mobile-landing .mobile-landing__hero-img.two {
		background-position-y: -250px;
		background-position-x: 20px;
	}

	.future-students .mobile-landing .mobile-landing__hero-img.three {
		background-position-y: -50px;
	}
}

@media (max-width: 478px) {
	.future-students .mobile-landing .mobile-landing__hero-img.two {
		background-position-y: -200px;
	}
}

@media (max-width: 375px) {
	.future-students .mobile-landing .mobile-landing__hero-img.two {
		background-position-y: -150px;
	}

	.future-students .mobile-landing .mobile-landing__images-container .mobile-landing__hero-img .green-overlay h1 {
		font-size: 1.5rem;
	}
}

/* =========================
BANNER VISIBILITY
========================= */
@media (max-width: 1182px) {
	.future-students section.banner {
		display: none;
	}

	.future-students section.mobile-landing {
		display: block;
	}
}

/* =========================
SECTION HEADERS & TITLES
========================= */
@media (max-width: 1056px) {
	:root {
		--bodyFontSize: 1.25rem;
		--sectionHeader: 2rem;
		--sectionSubHeader: 0.9rem;
	}

	.future-students section#fsc-future .section-headers .underline-path {
		width: 400px;
	}
}

@media (max-width: 1140px) {
	:root {
		--containerWidth: 90%;
	}

	.future-students section#fsc-future .section-headers h2 {
		font-size: 3rem;
	}

	.future-students section#fsc-future .copy-container p {
		font-size: 1.2rem;
	}
}

@media (max-width: 929px) {
	.future-students section#fsc-future .section-headers h2 {
		font-size: 2.5rem;
	}

	.future-students section#fsc-future .section-headers .underline-container {
		margin-top: -10px;
	}
}

@media (max-width: 777px) {
	.future-students .hiddenBreak {
		display: block;
	}

	.future-students section#fsc-future .section-headers h2 {
		font-size: 3rem;
	}
}

@media (max-width: 518px) {
	.future-students section#fsc-future .section-headers h2 {
		font-size: 2.5rem;
	}
}

@media (max-width: 448px) {
	.future-students section#fsc-future .section-headers .header {
		font-size: .9rem;
	}

	.future-students section#fsc-future .section-headers .underline-container {
		display: none;
	}
}

@media (max-width: 375px) {
	.future-students section#fsc-future .section-headers .header {
		font-size: .8rem;
	}
}

/* =========================
CAMPUS LIFE GRID
========================= */
@media (max-width: 858px) {
	.campusLifeGrid {
		grid-template-columns: 1fr;
		gap: 20px;
		grid-template-rows: auto;
	}

	.secondaryHeroCard {
		max-width: 100%;
	}

	.sideFlex {
		align-items: revert;
	}

	.heroCard__video {
		display: block;
	}

	.heroCard__content {
		margin-top: 10px;
	}

	.heroCard__title {
		font-size: 2em;
	}

	.infoCardContainer {
		flex-direction: column;
	}

	.opportunity__title {
		font-size: 1.5em;
	}
}

/* =========================
INFO CARDS
========================= */
@media (max-width: 1113px) {
	.infoCard__link {
		font-size: .75em;
	}
}

/* =========================
PROGRAMS SECTION
========================= */
@media (max-width: 778px) {
	.ctaCard__title {
		font-size: 1.5em;
	}

	.ctaCard__btn {
		padding: 6px 10px;
		font-size: .8em;
	}
}

@media (max-width: 617px) {
	.cardCard__title .hiddenBreak {
		display: block;
	}
}

@media (max-width: 499px) {
	.ctaCard__footer {
		flex-direction: column;
	}
}

@media(max-width: 1010px) {
	.programsCTA__btn::before {
		width: 28%;
	}
	.programsCTA__btn::after {
		width: 28%;
	}
}

@media(max-width: 831px) {
	.programsCTA__btn::before {
		width: 23%;
	}
	.programsCTA__btn::after {
		width: 23%;
	}
}

@media(max-width: 731px) {

	.programsCTA__btn::before {
		width: 18%;
		height: 2px;
	}
	.programsCTA__btn::after {
		width: 18%;
		height: 2px;
	}
}

@media(max-width: 603px) {
	.programsCTA__btn::before {
		width: 15%;
	}
	.programsCTA__btn::after {
		width: 15%;
	}
}

@media(max-width: 519px) {
	.programsCTA__btn::before {
		width: 10%;
	}
	.programsCTA__btn::after {
		width: 10%;
	}
}

@media(max-width: 457px) {
	.programsCTA__btn::before {
		width: 6%;
	}
	.programsCTA__btn::after {
		width: 6%;
	}
}
@media(max-width: 410px) {
	.programsCTA__btn::before {
		display: none;
	}
	.programsCTA__btn::after {
		display: none;
	}
}

/* =========================
OPPORTUNITIES SECTION
========================= */
@media (max-width: 750px) {
	.opportunity {
		gap: 10px;
	}

	.opportunity__content {
		padding: 20px;
	}
}

@media (max-width: 916px) {
	.opportunity {
		flex-direction: column;
	}
}

/* =========================
STUDENT RESOURCES SECTION
========================= */
@media(max-width: 1034px) {
	.studentResources__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media(max-width: 568px) {
	.studentResources__grid {
		grid-template-columns: 1fr;
	}
}

/* =========================
GENERAL TYPOGRAPHY & LAYOUT
========================= */
@media (max-width: 768px) {

	.section-title {
		font-size: 1.8rem;
	}
}

@media (max-width: 644px) {
	.heroCard__title {
		font-size: 1.5em;
	}
}

@media (max-width: 497px) {
	.heroCard__title {
		font-size: 1.2em;
	}
}

@media (max-width: 1091px) {
	.heroCard__title {
		font-size: 2em;
	}
}

@media (max-width: 980px) {
	.heroCard__title {
		font-size: 1.5em;
	}
}
@keyframes reveal {
	to {
		width: 100%;
	}
}

