@import url("offsets.css") all;
@import url("bg-animations.css?v1") all;
@import url("button-groups.css?v=20250623") all;
@import url("tab-groups.css?v=20250623") all;
@import url("tag-lists.css") all;
@import url("agenda-program.css?20250131v1") all;
@import url("speaker-modals.css?20250130v1") all;
@import url("featured-content.css") all;
@import url("sponsor-lists.css?20250130v1") all;
@import url("student-form.css") all;
@import url("search-widget.css") all;

.highlight-color,
	.highlight-heading .elementor-widget-container {
	display: inline-block;
	padding: .1em;
	background-color: #EF008E;
}
.highlight-color,
	.highlight-heading .elementor-widget-container h2,
	.highlight-heading .elementor-widget-container h3,
	.highlight-heading .elementor-widget-container h4,
	.highlight-heading .elementor-widget-container h5 {
	color: #FFFFFF!important;
}

/*
Salesforce/Pardot Cookie notice
*/
#pi_tracking_opt_in_div {
	display: none!important;
}

main > .page-header {
	overflow: hidden;
	height: 0;
}
.d-none {
	display: none!important;
}

.text-center {
	text-align: center;
}

body.modal-open {
	overflow: hidden;
}

div[data-modal] {
	overflow-x: hidden;
	overflow-y: auto;
	max-height: none;
	opacity: 0;
	transition: all .25s ease-in;
}
div[data-modal] > .e-con-inner {
	height: auto;
	padding-top: 30px;
}
div[data-modal].active {
	transition: all .25s ease-in;
	opacity: 1;
}
ul + p {
	margin-top: 1.2em;
}

.elementor-widget-container ol >li, .elementor-widget-container ul > li {
	margin-bottom: 1.2em;
}
.elementor-widget-container ol > li > ul > li, .elementor-widget-container ul > li > ul > li {
	margin-bottom: .25em;
}



.speaker-cards {
	--gap: 2em;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: var(--gap);
}
.speaker-cards > * {
	flex-basis: 100%;
	cursor: pointer;
}
.speaker-cards > *  {
	display: flex;
	flex-direction: column;
	gap: 1em;
}
.speaker-cards > * > * {
	display: flex;
	flex-direction: column;
	gap: .5em;
}
.speaker-cards > * > .image {
	aspect-ratio: 4/4;
}
.speaker-cards > * > .image > img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 4/4;
}
@media all and (min-width: 480px) and (max-width: 767px) {
	.speaker-cards > * {
		flex-basis: calc(50% - (var(--gap) / 2));
	}
}
@media all and (min-width: 768px) and (max-width: 1023px) {
	.speaker-cards > * {
		flex-basis: calc(33.33333% - (var(--gap) / 1.5));
	}
}
@media all and (min-width: 1024px) {
	.speaker-cards > * {
		flex-basis: calc(25% - (var(--gap) / 1.30));
	}
}
.speaker-cards > * > * > * {
	font-family: "Plus Jakarta Sans";
	font-size: 1em;
	font-weight: 400;
}
.speaker-cards > * > * > .full-name {
	font-family: Figtree;
	font-size: 1.4em;
	font-weight: 700;
}
.speaker-cards > * > .speaker-details {
	flex-grow: 1;
	line-height: 1.4;
}
.speaker-cards > * > * > .titles {
	flex-grow: 1;
}
.speaker-cards > * > * > .organization {
	text-transform: uppercase;
	letter-spacing: 1.1;
	font-size: .9em;
	font-weight: 700;
	color: #4B8400;
}







.modal-content-wrap * {
	line-height:  1.4;
}


.modal-content-wrap .speaker-entry {
	font-family: Figtree;
	display: flex;
	flex-direction: column;
	gap: 2em;
	padding: 1.5em;
}
.modal-content-wrap .speaker-summary {
	display: flex;
	flex-direction: column;
	gap: 2em;
}
.modal-content-wrap .speaker-summary > .image {
	flex-basis: 100%;
	width: 100%;
	aspect-ratio: auto 3/4;
}
.modal-content-wrap .speaker-summary > .image > img {
	height: 100%;
	width: 100%;
	aspect-ratio: auto 3/4;
	object-fit: cover;
}
.modal-content-wrap .speaker-summary > .speaker-details {
	display: flex;
	flex-direction: column;
	gap: 1.5em;
	flex-basis: 100%;
	width: 100%;
}
.modal-content-wrap .speaker-details > .full-name {
	font-size: 1.5em;
	font-weight: 700;
	margin-bottom: 1em;
}
.modal-content-wrap .speaker-entry > .speaker-bio {
	line-height: 1.6;
	font-size: 1.1em;
	
}
.modal-content-wrap .speaker-sessions h4 {
	color: #4B8400;
}
.modal-content-wrap .speaker-details > .org-role > .titles {
	color: var(--e-global-color-text);
	font-size: .8em;
}
.modal-content-wrap .speaker-details > .org-role > .organization {
	margin-top: .5em;
	color: #4B8400;
	text-transform: uppercase;
	font-size: .7em;
}
.modal-content-wrap .speaker-details > * {
	font-size: 1.25em;
	font-weight: 600;
}
.modal-content-wrap .session-entry {
	display: flex;
	flex-direction: column;
	gap: 1em;
	background-color: #FFFFFF;
	padding: .5em;
	margin-bottom: .5em;
}
.modal-content-wrap .session-entry > .entry-title {
	font-size: 1.3em;
	font-weight: 700;
	margin-bottom: 1em;
}
.modal-content-wrap .session-entry > .entry-details {
	display: flex;
	flex-direction: row;
	gap: 2em;
}
.modal-content-wrap .speaker-details .social-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	border: 2px solid black;
	color: #ffffff;;
	background-color: rgba(0, 0, 0, 1);
	transition: background .25s ease-in;
}
.modal-content-wrap .speaker-details .social-icon > .fa-brands {
	font-size: .75em;
}
.modal-content-wrap .speaker-details .social-icon:hover {
	background-color: rgba(0, 0, 0, .8);
}
.modal-content-wrap .session-entry > .entry-details .icon {
	color: #4B8400;
}
.modal-content-wrap .session-entry > .entry-details > * {
	display: flex;
	flex-direction: row;
	gap: 0.5em;
}

@media all and (min-width: 786px) {
	.modal-content-wrap .speaker-details > .full-name {
		font-size: 2em;
		font-weight: 600;
	}
	.modal-content-wrap .speaker-details > * {
		font-size: 1.75em;
	}
	.modal-content-wrap .speaker-summary {
		flex-direction: row;
	}
	.modal-content-wrap .speaker-summary > .image {
		flex-basis: 35%;
		width: 35%;
	}
	.modal-content-wrap .speaker-summary > .speaker-details {
		flex-basis: 65%;
		width: 65%;
	}
}
@media all and (min-width: 1024px) {
	.modal-content-wrap .speaker-details > .full-name {
		font-size: 2.75em;
	}
	.modal-content-wrap .speaker-summary > .image {
		flex-basis: 25%;
		width: 25%;
	}
	.modal-content-wrap .speaker-summary > .speaker-details {
		flex-basis: 75%;
		width: 75%;
	}

}

