/****

RSAC 2025 Page

****/

.resources-template-page-rsac-2025 #view-main {
	padding: 0;
}

#rsac-2025 p,
#rsac-2025 li {
	line-height: 1.8;
}

#rsac-2025 ul li::marker {
	color: #3652f3;
}

#rsac-2025 {
	max-width: 100%;
	margin: 5.6rem 0 0;
	background-color: #F2F2F8;
}

#rsac-2025 .hero {
	background-image: url('/wp-content/uploads/rsac-hero-bg.webp');
	background-size: cover;
	background-position: center;
	padding: 93px 20px 50px;
}

#rsac-2025 .hero .inner-container {
	max-width: 1520px;
	width: 100%;
	margin: 0 auto;
}

#rsac-2025 .hero .inner-container .text {
	max-width: 900px;
	width: 100%;
}

#rsac-2025 .hero .inner-container .text h1 {
	font-family: 'Onest';
	color: #fff;
	font-weight: 600;
	letter-spacing: -5px;
	margin-bottom: 65px;
}

#rsac-2025 .hero .inner-container .text h2 {
	color: #fff;
	font-family: 'Onest';
	letter-spacing: -4px;
}

#rsac-2025 .hero .inner-container .text img {
	margin: 5px 0 50px;
	max-width: 100%;
}

#rsac-2025 .primary-text {
	padding: 50px 20px;
}

#rsac-2025 .primary-text h2 {
	text-align: center;
	margin-bottom: 50px;
}

#rsac-2025 .primary-text h2 span {
	font-weight: 600;
	color: #3652f3;
}

#rsac-2025 .primary-text .inner-container {
	max-width: 1250px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#rsac-2025 .primary-text .inner-container .text {
	max-width: 750px;
}

#rsac-2025 .primary-text .inner-container .text .quote {
	border-left: 4px solid #3652f3;
	padding-left: 20px;
}

#rsac-2025 .primary-text .inner-container .text .quote p {
	font-style: italic;
}

#rsac-2025 .primary-text .inner-container .image {
	flex: 1;
}

#rsac-2025 .primary-text .inner-container .image img {
	max-width: 100%;
}

#rsac-2025 .primary-text .flex-container {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	max-width: 1070px;
	width: 100%;
	margin: 30px auto 0;
}

#rsac-2025 .primary-text .flex-container .single {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: #fff;
	border-radius: 15px;
	text-align: center;
	padding: 30px 20px;
}

#rsac-2025 .primary-text .flex-container .single h4 {
	font-weight: 500;
}

#rsac-2025 .primary-text .flex-container .single .btn-purple {
	width: auto;
}

#rsac-2025 .not-attending {
	padding: 45px 20px 60px;
	background-color: #fff;
}

#rsac-2025 .not-attending .inner-container {
	text-align: center;
	max-width: 850px;
	width: 100%;
	margin: 0 auto;
}

#rsac-2025 .not-attending .inner-container .btn-purple {
	width: auto;
}

#rsac-2025 .not-attending .inner-container .spacer {
	height: 50px;
}

#rsac-2025 .fair-breakfast {
	padding: 50px 20px;
}

#rsac-2025 .fair-breakfast .inner-container {
	max-width: 1250px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	gap: 40px;
	align-items: center;
}

#rsac-2025 .fair-breakfast .inner-container .left {
	flex-basis: 63%;
}

#rsac-2025 .fair-breakfast .inner-container .left h2 span {
	font-weight: 600;
	color: #3652f3;
	display: block;
}

#rsac-2025 .fair-breakfast .inner-container .right {
	flex-basis: 37%;
}

#rsac-2025 .fair-breakfast .inner-container .right .btn-purple {
	height: auto;
	width: auto;
}

#rsac-2025 .passes {
	padding: 75px 20px;
}

#rsac-2025 .passes .inner-container {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	max-width: 1035px;
	width: 100%;
	margin: 0 auto;
}

#rsac-2025 .passes .inner-container .tile {
	flex: 1;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	border-radius: 15px;
	text-align: center;
	padding: 30px 20px;
}

#rsac-2025 .passes .inner-container .tile h4 {
	font-weight: 500;
}

#rsac-2025 .passes .inner-container .tile p {
	line-height: 1.5;
}

#rsac-2025 .passes .inner-container .tile a {
	margin-top: auto;
}

#rsac-2025 .passes .inner-container .tile .btn-purple {
	width: auto;
	height: auto;
}

#rsac-2025 .featured-resources {
	padding: 70px 20px;
	background-color: #fff;
}

#rsac-2025 .featured-resources h2 {
	text-align: center;
	margin-bottom: 70px;
}

#rsac-2025 .featured-resources .inner-container {
	max-width: 1075px;
	width: 100%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-content: space-between;
	gap: 20px;
}

#rsac-2025 .featured-resources .inner-container .single {
	position: relative;
	display: flex;
	flex-direction: column;
}

#rsac-2025 .featured-resources .inner-container .single>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#rsac-2025 .featured-resources .inner-container .single .image {
	background-size: cover;
	aspect-ratio: 800 / 467;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#rsac-2025 .featured-resources .inner-container .single .text {
	display: flex;
	flex-direction: column;
	flex: 1;
	border-left: 1px solid #a8a8a8;
	border-right: 1px solid #a8a8a8;
	border-bottom: 1px solid #a8a8a8;
	padding: 20px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

#rsac-2025 .featured-resources .inner-container .single .text h6 {
	font-weight: 600;
	color: #3652f3;
}

#rsac-2025 .featured-resources .inner-container .single .text p {
	font-weight: 600;
	margin-bottom: 30px;
}

#rsac-2025 .featured-resources .inner-container .single .text .button {
	margin-top: auto;
}

#rsac-2025 .featured-resources .inner-container .single .text .btn-clear {
	color: #000;
	border: 1px solid #000;
	padding: 9px 10px 11px;
	min-width: auto;
}

@media (max-width: 991px) {
	#rsac-2025 {
		margin: 1.6rem 0 0;
	}

	#rsac-2025 .fair-breakfast .inner-container {
		flex-direction: column;
		gap: 0;
		text-align: center;
	}
}

@media (max-width: 767px) {
	#rsac-2025 .primary-text .flex-container {
		flex-direction: column;
		gap: 10px;
	}

	#rsac-2025 .primary-text .flex-container .single {
		padding: 20px;
	}

	#rsac-2025 .passes .inner-container {
		flex-direction: column;
	}

	#rsac-2025 .featured-resources {
		padding: 50px 20px;
	}

	#rsac-2025 .featured-resources h2 {
		margin-bottom: 50px;
	}

	#rsac-2025 .featured-resources .inner-container {
		grid-template-columns: repeat(1, 1fr);
		max-width: 500px;
	}
}

@media (max-width: 550px) {
	#rsac-2025 .hero {
		padding: 50px 20px 40px;
	}
}