body {
	background: linear-gradient(0deg, #ffffff 40.07%, #f6fdff 100%);
	padding: 80px 0px 80px 0px;
	position: relative;
}

/* ==========================================================================
   Summit Page
========================================================================== */
.summit-wrapper {
	width: var(--1280);
	box-sizing: border-box;
	background: #ffffff;
	border: 1px solid #e4f1fb;
	box-shadow:
		0px 0px 28px rgba(0, 156, 222, 0.08),
		inset 0px 0px 0px 3px #ffffff;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 0 auto;
	position: relative;
	padding: 60px 80px;
	font-variant-ligatures: no-common-ligatures;
	overflow: hidden;
}

.summit-header-container {
	display: flex;
	flex-direction: row;
	position: relative;
	width: 100%;
	align-items: flex-start;
}

.summit-header-wrapper {
	width: 100%;
	padding-bottom: 60px;
	position: relative;
	display: flex;
}

.summit-header-container {
	z-index: 1;
}

.summit-header-container h1 {
	font-family: var(--font-family);
	color: var(--gb-dark-blue-text);
	font-size: 90px;
	line-height: 82px;
	font-weight: 300;
	max-width: 800px;
	margin: 0px;
}

.summit-header-container h1 span {
	display: block;
	font-weight: 900;
	color: var(--primary-900);
}

.summit-header-container p {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 24px;
	line-height: 133%;
	color: var(--gray-900);
	margin-top: 18px;
}

.summit-subheader-wrapper {
	border-top: 1px solid #e4f1fb;
	border-bottom: 1px solid #e4f1fb;
	width: 100%;
}

.summit-subheader-container {
	padding: 30px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.summit-date-location {
	font-size: 18px;
	color: var(--gray-100);
}

.summit-date-location span {
	color: var(--gray-900);
	font-weight: 600;
}

.summit-date-location strong {
	color: var(--green-600);
	font-weight: 900;
}

.summit-register a {
	display: inline-flex;
	background-color: var(--green-600);
	color: #fff;
	border-radius: 6px;
	padding: 10px 30px;
	font-weight: bold;
	font-size: 18px;
	transition: var(--animate-transition);
}

.summit-register a:hover {
	background-color: var(--green-900);
	text-decoration: none;
}

.summit-event-overview {
	padding-bottom: 60px;
}

.summit-event-overview h2,
.summit-explore h2,
.summit-presenter h2,
.summit-faq h2 {
	font-weight: 800;
	font-size: 34px;
	color: var(--primary-900);
	display: flex;
	margin: 0px;
	max-width: var(--1280);
	width: 100%;
	line-height: normal;
	margin-top: 60px;
}

.summit-event-overview p,
.summit-presenter p,
.summit-explore p {
	color: var(--gray-900);
	font-size: 18px;
	padding: 0px;
	margin-bottom: 1em;
	margin-top: 1em;
	line-height: 32px;
}

.summit-explore p:last-of-type {
	margin-bottom: 0px;
}

.summit-explore ul li:last-child {
	grid-template-rows: auto 0px;
}

.summit-event-overview ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.summit-event-overview ul li {
	color: var(--gray-900);
	font-size: 18px;
	padding: 0px;
	margin: 1em 0px;
	line-height: 32px;
}

.summit-event-overview ul li:first-child {
	margin-top: 0px;
}

.summit-event-overview ul li:last-child {
	margin-bottom: 0px;
}

.summit-event-overview-more {
	display: flex;
	width: 100%;
	align-items: flex-start;
	justify-content: flex-end;
	position: relative;
	flex-direction: row-reverse;
}

.sponsored {
	border: 1px dashed #e4f1fb;
	border-radius: 6px;
	padding: 30px;
	position: absolute;
	display: inline-block;
	right: 0px;
}

.sponsored span {
	display: block;
	font-size: 14px;
	margin-bottom: 8px;
	color: var(--gray-900);
	position: absolute;
	top: -10px;
	left: 22px;
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}

.sponsored img {
	max-width: 200px;
}

.summit-explore,
.summit-presenter {
	border-top: 1px solid #e4f1fb;
	padding-bottom: 60px;
}

.summit-explore ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.summit-explore ul li {
	color: var(--gray-900);
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	margin-top: 30px;
	line-height: 32px;
	display: grid;
	grid-template-columns: 2fr 3fr;
	grid-template-rows: auto 30px;
	border-bottom: 1px dashed var(--green-600);
}

.summit-explore ul li strong {
	font-weight: 700;
	font-size: 20px;
	padding-right: 30px;
}

.summit-explore ul li:last-child {
	border-bottom: none;
}

.summit-presenter {
	display: flex;
	flex-direction: row-reverse;
	gap: 30px;
	align-items: center;
}

.summit-presenter h3 {
	font-weight: 800;
	font-size: 28px;
	color: var(--primary-900);
	display: flex;
	margin: 0px auto;
	max-width: var(--1280);
	width: 100%;
	line-height: normal;
	flex-direction: column;
}

.summit-presenter h3 span {
	font-weight: 300;
	display: block;
	font-size: 26px;
}

.summit-presenter img {
	max-width: 250px;
	border-radius: 16px;
	margin-top: 50px;
}

.summit-faq {
	width: 100%;
	display: block;
	padding-bottom: 60px;
}

/* ==========================================================================
   FAQ accordion
========================================================================== */
.accordion {
	margin: 20px auto;
	border-radius: 8px;
}

.accordion-item {
	margin-bottom: 16px;
}

.accordion-item:last-of-type {
	margin-bottom: 0px;
}

.accordion-header {
	width: 100%;
	text-align: left;
	background: #f7f7f7;
	padding: 16px;
	cursor: pointer;
	font-weight: bold;
	position: relative;
	border: none;
	outline: none;
	font-size: 18px;
	color: var(--gb-gray-900);
	border-radius: 6px;
}

.accordion-header::after {
	content: "+";
	position: absolute;
	right: 20px;
	font-size: 20px;
	transition: transform 0.3s ease;
}

.accordion-header[aria-expanded="true"]::after {
	content: "-";
}

.accordion-content {
	max-height: 0;
	overflow: hidden;
	background: #fff;
	transition: max-height 0.4s ease;
	color: var(--gray-900);
	font-size: 18px;
	line-height: 32px;
}

.accordion-content.open {
	padding: 16px;
	padding-bottom: 0px;
}

.summit-img {
	margin-top: 10px;
	margin-right: 40px;
	display: block;
	max-width: 186px;
}

@media only screen and (max-width: 1300px) {
	main {
		box-sizing: border-box;
		width: 100%;
		display: flex;
	}
	.summit-wrapper {
		width: 100%;
		margin-right: 30px;
		margin-left: 30px;
	}
}

@media only screen and (max-width: 1186px) {
	.summit-header-container h1 {
		font-size: 60px;
		line-height: 62px;
		max-width: 720px;
	}
	.sponsored img {
		max-width: 140px;
	}
}

@media only screen and (max-width: 920px) {
	body {
		padding: 16px 0px;
	}
	.summit-wrapper {
		margin-right: 16px;
		margin-left: 16px;
	}
	.summit-header-container {
		flex-direction: column;
	}
	.sponsored {
		position: relative;
		margin-top: 20px;
	}
	.summit-subheader-container {
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: column;
		gap: 16px;
	}
}

@media only screen and (max-width: 860px) {
	.summit-wrapper {
		padding: 24px;
	}
	.summit-header-container h1 {
		font-size: 40px;
		line-height: 42px;
		max-width: 480px;
	}
	.summit-header-container p {
		font-size: 20px;
		margin-top: 14px;
	}
	.sponsored {
		display: flex;
		flex-direction: row;
		border: none;
		padding: 0px;
		align-items: flex-end;
		margin-top: 12px;
	}
	.sponsored span {
		display: block;
		font-size: 14px;
		margin-bottom: 0px;
		position: relative;
		top: auto;
		left: auto;
		background-color: transparent;
		padding-left: 0px;
		padding-right: 10px;
	}
	.summit-header-wrapper {
		padding-bottom: 30px;
	}
	.summit-date-location {
		font-size: 16px;
	}
	.summit-register a {
		padding: 10px 24px;
		font-size: 16px;
	}
	.summit-event-overview h2,
	.summit-explore h2,
	.summit-presenter h2,
	.summit-faq h2 {
		margin-top: 30px;
		font-size: 24px;
	}
	.summit-event-overview p,
	.summit-presenter p,
	.summit-event-overview p,
	.summit-presenter p,
	.summit-explore p {
		font-size: 16px;
		margin-bottom: 0.5em;
		margin-top: 0.5em;
		line-height: 30px;
	}
	.summit-event-overview ul li {
		font-size: 16px;
		margin: 0.5em 0px;
		line-height: 30px;
	}
	.state-map {
		display: none;
	}
	.summit-event-overview {
		padding-bottom: 30px;
	}
	.summit-explore ul li {
		font-size: 16px;
		padding: 0px;
		margin: 0px;
		margin-top: 16px;
		line-height: 30px;
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		padding-bottom: 16px;
	}
	.summit-explore ul li strong {
		font-size: 18px;
		padding-right: 0px;
	}
	.summit-explore ul li:last-child {
		grid-template-rows: auto;
		padding-bottom: 0px;
	}
	.summit-explore,
	.summit-presenter {
		padding-bottom: 30px;
	}
	.summit-presenter {
		display: flex;
		gap: 24px;
		align-items: flex-start;
		flex-direction: row-reverse;
	}
	.summit-presenter img {
		max-width: 160px;
		border-radius: 16px;
		margin-top: 30px;
	}
	.summit-faq {
		width: 100%;
		display: block;
		padding-bottom: 30px;
	}
	.accordion-header {
		padding: 16px;
	}
	.accordion-content {
		font-size: 16px;
		line-height: 30px;
	}
}

@media only screen and (max-width: 620px) {
	.summit-wrapper {
		padding: 16px;
	}
	.summit-header-container h1 {
		font-size: 36px;
		line-height: 38px;
		max-width: 380px;
	}
	.summit-presenter {
		display: flex;
		gap: 16px;
		align-items: flex-start;
		flex-direction: column-reverse;
	}
	.summit-presenter h2 {
		margin-top: 0px;
	}
	.summit-event-overview p,
	.summit-presenter p,
	.summit-event-overview p,
	.summit-presenter p,
	.summit-explore p,
	.summit-explore ul li,
	.accordion-content {
		font-size: 14px;
		line-height: 28px;
	}
	.summit-event-overview ul li {
		font-size: 14px;
		line-height: 28px;
	}
	.summit-header-container p {
		font-size: 16px;
		margin-top: 14px;
	}
	.sponsored span {
		font-size: 12px;
	}
	.sponsored img {
		max-width: 124px;
	}
	.summit-date-location {
		font-size: 14px;
	}
	.summit-register a {
		padding: 10px 16px;
		font-size: 14px;
	}
	.summit-event-overview h2,
	.summit-explore h2,
	.summit-presenter h2,
	.summit-faq h2 {
		margin-top: 20px;
		font-size: 18px;
	}
	.summit-subheader-container {
		padding: 20px 0px;
	}
	.summit-header-wrapper,
	.summit-explore,
	.summit-presenter {
		padding-bottom: 20px;
	}
	.summit-register,
	.summit-date-location {
		margin: 0px auto;
	}
	.summit-event-overview {
		padding-bottom: 20px;
	}
	.sponsored {
		margin: 0px auto;
	}
	.summit-explore ul li strong {
		font-size: 16px;
	}
	.summit-presenter {
		gap: 0px;
	}
	.summit-presenter img {
		width: 100%;
		border-radius: 16px;
		margin-top: 20px;
		max-width: fit-content;
	}
	.summit-presenter h3 {
		font-size: 28px;
	}
	.summit-presenter h3 span {
		font-size: 24px;
	}
	.summit-presenter p {
		margin-bottom: 0px;
	}
	.summit-faq {
		padding-bottom: 0px;
	}
	.accordion-header {
		font-size: 14px;
	}
	.summit-header-container div:first-of-type {
		margin: 20px 0px;
	}
}
