@import url("offsets.css?v20250924v2") all;
@import url("bg-animations.css") all;
@import url("button-groups.css") all;
@import url("tab-groups.css") 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;


@media all and (min-width: 768px) {
	.leadin-line h2.elementor-heading-title.elementor-size-default {
		position: relative;
		padding-left: 6em;
	}
	.leadin-line h2.elementor-heading-title.elementor-size-default::before {
	    content: " ";
	    display: block;
	    height: 2px;
	    background-color: var(--e-global-color-accent);
	    position: absolute;
	    top: 50%;
	    left: 0;
	    width: 5.5em;
	}
	.leadin-line-green h2::before {
	    background-color: var(--e-global-color-c740602)!important;
	}
	.leadin-line-primary h2::before, .leadin-line-dark-blue h2::before {
	    background-color: var(--e-global-color-primary)!important;
	}
	.leadin-line-accent h2::before, .leadin-line-blue h2::before {
	    background-color: var(--e-global-color-accent)!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: #0153B5;
}







.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: var(--e-global-color-accent);
}
.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: var(--e-global-color-accent);
	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: #F1F9FD;
	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: var(--e-global-color-accent);
}
.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%;
	}

}
.news-item-info {
	font-size: 12px;
}

.four-item-grid-layout h3, .five-item-grid-layout h3 {
	font-size: 16px;
}
@media all and (min-width: 1280px) {
	.four-item-grid-layout .elementor-widget-container .elementor-loop-container.elementor-grid {
		display: grid;
		/* Define a flexible grid with 4 columns */
		grid-template-columns: 25% 25% 25% 25%; 
		grid-template-rows:  240px 240px;
		gap: 20px; /* Space between grid items */
	}

	.four-item-grid-layout .elementor-widget-container .elementor-loop-container.elementor-grid > .e-loop-item {
		width: 100%;
		max-width: 100%;
		height: 100%;
		min-height: inherit;
	}

	.four-item-grid-layout .elementor-widget-container .elementor-loop-container.elementor-grid > .e-loop-item > .elementor-element {
		width: 100%;
		max-width: 100%;
		height: 100%;
		min-height: inherit;
	}

	.four-item-grid-layout .elementor-widget-container .elementor-loop-container.elementor-grid > .e-loop-item:nth-of-type(1) {
		grid-column: 1 / 3;
		grid-row: 1 / 3;
	}

	.four-item-grid-layout .elementor-widget-container .elementor-loop-container.elementor-grid > .e-loop-item:nth-of-type(2) {
		grid-column: 3 / 5;
		grid-row: 1 / 1;
	}



	/*
	5 ITEM GRID LAYOUT
	*/
	.five-item-grid-layout .elementor-widget-container .elementor-loop-container.elementor-grid {
		display: grid;
		/* Define a flexible grid with 4 columns */
		grid-template-columns: 25% 25% 25% 25%; 
		grid-template-rows:  240px 240px;
		gap: 20px; /* Space between grid items */
	}

	.five-item-grid-layout .elementor-widget-container .elementor-loop-container.elementor-grid > .e-loop-item {
		width: 100%;
		max-width: 100%;
		height: 100%;
		min-height: inherit;
	}

	.five-item-grid-layout .elementor-widget-container .elementor-loop-container.elementor-grid > .e-loop-item > .elementor-element {
		width: 100%;
		max-width: 100%;
		height: 100%;
		min-height: inherit;
	}
	.five-item-grid-layout .elementor-widget-container .elementor-loop-container.elementor-grid > .e-loop-item > .elementor-element h3 {
		font-size: 18px;
	}

	.five-item-grid-layout .elementor-widget-container .elementor-loop-container.elementor-grid > .e-loop-item:nth-of-type(1) {
		grid-column: 1 / 3;
		grid-row: 1 / 3;
	}
	.five-item-grid-layout .elementor-widget-container .elementor-loop-container.elementor-grid > .e-loop-item:nth-of-type(1) h3 {
		font-size: 42px;
	}
	.five-item-grid-layout .elementor-widget-container .elementor-loop-container.elementor-grid > .e-loop-item:nth-of-type(1) .news-item-info {
		font-size: 14px;
	}

	
}




.cna-menu-stacked {
	display: flex;
	flex-direction: column;
	--column-gap: 20px;
	gap: var(--column-gap);
	list-style: none;
	margin: 0;
	padding: 0;
}
.cna-menu-stacked > li {
	flex-basis: 100%;
}
.cna-menu-stacked > li > span {
	display: block;
	margin-bottom: 1.5em;
	font-size: 1.4em;
	font-weight: 500;
}
.cna-menu-stacked > li > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
@media all and (min-width: 1024px) {
	.cna-menu-stacked {
		flex-direction: row;
		flex-wrap: nowrap;
	}
}


