body {
	--primary-color: #4e7792;
	--secondary-color: #c3d0d8;
	--darker-primary-color: #39596d;
	--toggle-color: #c15040;
	--toggle-text-color: #ffffff;
	--register-now-color: #c15040;
	--register-now-text-color: #ffffff;
	--learn-more-color: #c15040;
	--learn-more-text-color: #ffffff;
}

.content-wrapper {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 12px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
	margin-bottom: 20px;
	margin-top: 7px;
}

.detail-profile {
	border-right:1px solid #eeeeee;
	float: left;
	width: 660px;
}

.detail-profile .fair-detail {
	background-color:#f7f7f7;
	overflow:hidden;
    min-height:55px;
}
.detail-profile .fair-title { float:left; }
.detail-profile .fair-date { float:right; }
#content .detail-profile .fair-title h1 {
	color:#444444;
	font-size:36px;
	font-weight:normal;
	line-height:36px;
}

#content .detail-profile .fair-title h2 {
	color:#444444;
	font-family:'Roboto', Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	line-height:26px;
}

#content .detail-profile .fair-date h3,
#content .detail-profile .fair-date h4 {
	margin:0;
	text-align:right;
}

#content .detail-profile .fair-date h3 {
	color:#444444;
	font-family:'Roboto', Arial, Helvetica, sans-serif;
	font-size:32px;
	line-height:32px;
}

#content .detail-profile .fair-date h4 {
	color:#444444;
	font-size:14px;
	font-weight:normal;
	line-height:16px;
}
	
.detail-partners {
	background:url(../images/left-col-bg.png) top left no-repeat scroll;
	float: left;
	margin-left: -16px;
	min-height:560px;
	padding:5px 10px 5px 26px;
	width: 273px;
}

.fair-content {
	border-bottom:1px solid #eeeeee;
	margin:15px 2%;
	overflow:auto;
	padding-bottom:10px;
}

.fair-footer h6 {
	color:#777777;
	font-size:22px;
	margin:0;
}

.fair-footer { margin:20px 2%; }

.fair-footer > a {
	color:#00a5df;
	font-size:18px;
	text-decoration:none;
}

.fair-employer, .fair-student {
	float: left;
	padding: 2%;
	width: 45.5%;
}

.fair-studentOnly {
    padding: 2%;
}

.fair-studentOnly h5 {
	font-size:18px;
	margin:0;
}

.fair-employer { border-right:1px solid #eeeeee; }

.fair-employer h5, .fair-student h5 {
	font-size:18px;
	margin:0;
}

.fair-content-row {
	margin:5px 0;
	overflow:auto;
}
.fair-content-row p {
	color:#777777;
	font-size:12px; 
}

.fair-content-row .formButton.btn-profile-chat {
	background-image: url(../images/logo-icon.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 10px 6px;
	background-size: 24px;
	border-color: #dddddd;
	float:right;
	font-weight: bold;
	padding: 7px 10px 7px 40px;
	width: 92px;
}

.link-darkblue {
	background-color: #194C79 !important;
    color: #fff !important;
	border-color: #DDD !important;
	float:right;
	text-align:center;
	width: 122px;
}

.fair-content-row .formButton {	margin-left:10px; }

.detail-partners .partner-title {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 10px;
}

.detail-partners .partner-content { margin-bottom: 30px; }
.detail-partners .partner-content.tabs { margin-bottom: 30px; }

.detail-partners .partner-content.logos {
	margin:10px 0 30px;
	text-align:center; 
}

.sub-page .partner-content.ui-tabs .ui-widget-header { border-bottom: 1px solid #dddddd; }

.sub-page .partner-content.ui-tabs .ui-tabs-nav .ui-state-active { border-bottom: none; }

.sub-page .partner-content.ui-tabs .ui-tabs-panel {
	border: none;
	border-radius: 0;
	margin-bottom: 40px;
	padding: 10px 0 0;
}

.detail-partners .slider {
	height: auto;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	width: 273px;
}

.partner-content .as-nav { bottom: -20px; }

.partner-content .as-nav a.as-active {
	background: #aaaaaa;
}
.partner-content .as-nav a {
	background: #dddddd;
	border-radius: 5px;
	height: 10px;
	width: 10px;
}

.partner-content .slider .as-prev-arrow, .partner-content .slider .as-next-arrow {
	background: url(../images/slider-arrows.png) no-repeat;
	height: 30px;
	top: 50px;
	width: 30px;
}

.partner-content .slider .as-prev-arrow {
	background-position: left center;
	left: -6px;
}

.partner-content .slider .as-next-arrow {
	background-position: right center;
	right: -6px;
}

.body {
	margin: 0;
	font-family: "Red Hat Display", system-ui;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	overflow: hidden;
	height: 100%;
}

	body.nav-open {
		overflow: hidden;
	}
		body.nav-open .wrapper {
			-webkit-transform: translateX(-320px);
			transform: translateX(-320px);
		}

	.body.dark {
		background-color: #000000;
		color: #ffffff;
	}

	.body.dark .elpt-content h2 {
		color: #ffffff !important;
	}

.body .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 100dvw;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	height: 100%;
}

	.body h1, .body .h1 {
		font-size: 36px;
		font-weight: 700;
		line-height: 1.25;
	}

@media screen and (min-width: 1024px) {
	.body h1, .body .h1 {
		font-size: 60px;
	}
}

.body h2, .body .h2 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.25;
}

@media screen and (min-width: 1024px) {
	.body h2, .body .h2 {
		font-size: 36px;
	}
}

.body h3, .body .h3 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.25;
}

@media screen and (min-width: 1024px) {
	.body h3, .body .h3 {
		font-size: 32px;
	}
}

.body h4, .body .h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.25;
    margin: 20px 0 0 0;
}

@media screen and (min-width: 1024px) {
	.body h4, .body .h4 {
		font-size: 32px;
	}
}

.body h5, .body .h5 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
}

@media screen and (min-width: 1024px) {
	.body h5, .body .h5 {
		font-size: 24px;
	}
}

.body .desktop {
	display: none;
}

@media screen and (min-width: 1024px) {
	.body .desktop {
		display: block;
	}
}

.body .mobile {
	display: block;
}

@media screen and (min-width: 1024px) {
	.body .mobile {
		display: none;
	}
}

.elpt-btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: 3px solid #ffffff;
	border-radius: 6px;
	color: #ffffff;
	cursor: pointer;
	font-weight: 700;
	padding: 13px 16px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: color 300ms ease-in-out, -webkit-box-shadow 300ms ease-in-out;
	transition: color 300ms ease-in-out, -webkit-box-shadow 300ms ease-in-out;
	transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
	transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out, -webkit-box-shadow 300ms ease-in-out;
	white-space: nowrap;
}

.elpt-btn.hilite.register {
	color: var(--register-now-text-color);
	border-color: var(--register-now-text-color);
	background-color: var(--register-now-color);
}

.elpt-btn.hilite.learn-more {
	color: var(--learn-more-color);
	border-color: var(--learn-more-color);
}

.elpt-btn.hilite.learn-more:hover {
	color: var(--learn-more-text-color);
	border-color: var(--learn-more-color);
	-webkit-box-shadow: 0 0 40px 40px var(--learn-more-color) inset;
	box-shadow: 0 0 40px 40px var(--learn-more-color) inset;
}

.elpt-btn.info,
.elpt-btn.organization-info {
	color: var(--learn-more-text-color);
	border-color: var(--learn-more-color);
}

.elpt-btn.hilite.learn-more:hover {
	color: var(--learn-more-text-color);
	border-color: var(--learn-more-color);
	-webkit-box-shadow: 0 0 40px 40px var(--learn-more-color) inset;
	box-shadow: 0 0 40px 40px var(--learn-more-color) inset;
}


.elpt-btn.organization-info-back:hover {
	color: var(--learn-more-text-color);
	border-color: var(--learn-more-color);
	-webkit-box-shadow: 0 0 40px 40px var(--learn-more-color) inset;
	box-shadow: 0 0 40px 40px var(--learn-more-color) inset;
}


.elpt-btn:hover {
    color: #000 !important;
}


.elpt-btn.info:hover {
    -webkit-box-shadow: 0 0 40px 40px #ffffff inset;
    box-shadow: 0 0 40px 40px #ffffff inset;
    color: var(--darker-primary-color);
}

.elpt-btn:hover svg {
	stroke: var(--darker-primary-color);
	-webkit-transition: stroke 300ms ease-in-out;
	transition: stroke 300ms ease-in-out;
}

.elpt-btn svg {
	stroke: #ffffff;
	height: 24px;
	margin-left: 8px;
	width: 24px;
}

.organization .elpt-btn.info {
	display: none;
}

.landing-page:not(.organization) .elpt-btn.back {
    display: none;
}

/* LINK */
.link {
	position: relative;
	text-decoration: none;
}

	.link::before {
		content: "";
		display: block;
		height: 1px;
		margin-bottom: 10px;
		position: absolute;
		left: 0;
		top: 100%;
		width: 0;
		-webkit-transition: width 150ms ease-in-out;
		transition: width 150ms ease-in-out;
	}

	.link:hover::before {
		width: 100%;
	}

/* SPONSORS */
.elpt-sponsors {
	background-color: #f5f5f5;
	border-radius: 10px;
	border-style: solid;
	border-width: 3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 20px;
	max-width: 1200px;
	padding: 20px 20px 10px;
	width: calc(100% - 40px);
}

.body.dark .elpt-sponsors {
	background-color:black;
	color: black;
}

.body.dark .elpt-sponsors h3 {
	color: white;
}

.elpt-sponsors ul li span {
	display: -webkit-box;
	font-size: 24px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-align: center;
}

@media screen and (min-width: 1024px) {
	.elpt-sponsors {
		margin: 20px auto;
	}
}

.elpt-sponsors.level1 {
	border-color: #adadad;
}

.elpt-sponsors.level2 {
	border-color: #d4af37;
}

.elpt-sponsors.level3 {
	border-color: #e0e0e0;
}

.elpt-sponsors h3 {
	margin-top: 20px 10px; 
	text-align: center;
}

.elpt-sponsors ul {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	margin: 0;
	padding: 8px 8px 16px;
}

@media screen and (min-width: 1024px) {
	.elpt-sponsors ul {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.elpt-sponsors ul li {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ffffff;
	border-radius: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
	margin: 8px;
	height: 160px;
	padding: 20px;
	width: 320px;
}

	.elpt-sponsors ul li img {
		display: block;
		height: auto;
		margin: 0 auto;
		max-height: 100%;
		max-width: 100%;
	}

	.body.dark .elpt-sponsors {
		color: black;
	}

/* CONTENT */
.elpt-content {
	display: none;
	margin: 0px auto;
	padding: 0 20px;
	max-width: 1200px;
	width: calc(100% - 40px);
}

.organization .elpt-content {
	display: block;
}

.elpt-content .link {
	color: var(--primary-color);
}

	.elpt-content .link::before {
		background-color: var(--primary-color);
	}

.dark .elpt-content .link {
	color: var(--secondary-color);
}

	.dark .elpt-content .link::before {
		background-color: var(--secondary-color);
	}

/* PROCESS */
.elpt-process {
	background-color: var(--secondary-color);
	counter-reset: step;
	display: none;
	margin: 0 0 60px;
	padding: 40px 20px;
}

@media screen and (min-width: 1024px) {
	.elpt-process {
		padding: 80px calc(50vw - 600px);
	}
}

.landing-page .elpt-process.landing-page,
.organization .elpt-process.organization {
    display: block;
}

.elpt-process h2, .elpt-process h3 {
	color: #000000;
	text-align: center;
}

.elpt-process__steps {
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 40px;
}

@media screen and (min-width: 1024px) {
	.elpt-process__steps {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.elpt-process__steps--column {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: var(--primary-color);
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	counter-increment: step;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 24px;
	overflow: hidden;
	margin: 15px;
	padding: 40px;
	position: relative;
	text-align: center;
}

@media screen and (min-width: 1024px) {
	.elpt-process__steps--column {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 calc((100% / 3) - 30px);
		flex: 1 1 calc((100% / 3) - 30px);
		max-width: calc((100% / 3) - 30px);
	}
}

.elpt-process__steps--column::before {
	background-color: #ffffff;
	border-radius: 50%;
	color: #000000;
	content: counter(step);
	display: block;
	font-size: 48px;
	font-weight: 100;
	height: 60px;
	line-height: 60px;
	text-align: center;
	width: 60px;
}

.elpt-process__steps--column:first-child {
	padding-bottom: 70px;
}

.elpt-process__steps--column h2 {
	color: #ffffff;
}

.elpt-process__steps--column a {
	background-color: var(--darker-primary-color);
	color: #ffffff;
	display: block;
	font-weight: 700;
	line-height: 30px;
	padding: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.elpt-process__video {
	border-radius: 10px;
	margin: 0 20px;
	overflow: hidden;
}

	.elpt-process__video iframe {
		aspect-ratio: 16 / 9;
		height: auto;
		max-width: 100%;
	}

/* SCHEDULE */
.elpt-schedule {
	background-color: #f5f5f5;
	counter-reset: step;
	display: none;
	margin: 60px 0 0;
	padding: 40px 20px;
}

@media screen and (min-width: 1024px) {
	.elpt-schedule {
		padding: 80px calc(50vw - 640px);
	}
}

.landing-page .elpt-schedule,
.organization .elpt-schedule {
    display: block;
}

.elpt-schedule h2 {
	color: #000000;
	text-align: center;
}

.elpt-schedule ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

	.elpt-schedule ul li {
		background-color: #fff;
		border-radius: 10px;
		border: 2px solid var(--primary-color);
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% - 40px);
		flex: 0 0 calc(100% - 40px);
		margin: 20px;
		padding: 20px;
	}

@media screen and (min-width: 1024px) {
	.elpt-schedule ul li {
		-ms-flex-preferred-size: calc(20% - 42px);
		flex-basis: calc(20% - 42px);
	}
}

.elpt-schedule ul li .event-day {
	color: var(--darker-primary-color);
	font-size: 48px;
	font-weight: 100;
	line-height: 1.25;
	margin-bottom: 20px;
}

	.elpt-schedule ul li .event-day sup {
		font-size: 20px;
	}

	.elpt-schedule ul li .event-day span {
		display: block;
		font-size: 20px;
		font-weight: 500;
		text-transform: uppercase;
	}

.elpt-schedule ul li .event-time {
	color: var(--darker-primary-color);
	font-size: 24px;
}

/* CANDIDATE */
.elpt-landing-page {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 20px;
    max-width: 1200px;
}

@media screen and (min-width: 1024px) {
    .elpt-landing-page {
        margin: 0 auto;
        padding: 0 20px;
    }
}

.landing-page .elpt-landing-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.elpt-landing-page hr {
    width: 100%;
}

.elpt-landing-page h3 {
    text-align: center;
}

.elpt-landing-page__exhibitors {
    margin: 40px 0;
}

@media screen and (min-width: 1024px) {
    .elpt-landing-page__exhibitors {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
}

.elpt-landing-page__exhibitors p {
    font-size: 24px;
    margin-top: 0;
}

@media screen and (max-width: 1024px) {
    .elpt-landing-page > div {
        max-width: 100dvw;
    }

    .elpt-landing-page > div > p, 
    .elpt-landing-page > div > table {
        margin: 0 7px 0 7px;
    }
}


/* ORGANIZATIONS */
.elpt-organization {
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 auto;
	max-width: 1200px;
	padding: 20px;
}

.organization .elpt-organization {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.elpt-organization hr {
	margin-bottom: 40px;
	width: 100%;
}

.elpt-organization h4 {
	margin-top: 20px;
	text-align: center;
}

.elpt-organization .note {
	font-style: italic;
	font-weight: 500;
}

.elpt-organization__columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	margin-bottom: 0px;
}

@media (min-width: 1024px) {
	.elpt-organization__columns {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.elpt-organization__columns-column {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-style: solid;
	border-width: 2px;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	counter-increment: step;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 24px;
	margin: 15px;
	overflow: hidden;
	padding: 40px;
	position: relative;
	text-align: center;
}

@media (min-width: 1024px) {
	.elpt-organization__columns-column {
		-ms-flex-preferred-size: calc((100% / 3) - 30px);
		flex-basis: calc((100% / 3) - 30px);
		max-width: calc((100% / 3) - 30px);
	}
}

.elpt-organization__columns-column.registration {
	border-color: var(--primary-color);
}

.elpt-organization__columns-column p {
	margin: 0 0 20px;
}

	.elpt-organization__columns-column p.pricing {
		font-size: 48px;
		font-weight: 100;
		margin: 0;
	}

.elpt-organization__columns-column ul li {
	font-size: 20px;
	text-align: left;
}

.elpt-organization__columns.sponsor {
	margin-top: 20px;
}

.elpt-organization__columns.sponsor .elpt-organization__columns-column {
	background-color: #f5f5f5;
	border-color: #f5f5f5;
	color: #000000;
}

.elpt-organization__columns.sponsor .elpt-organization__columns-column.level1::before, .elpt-organization__columns.sponsor .elpt-organization__columns-column.level2::before, .elpt-organization__columns.sponsor .elpt-organization__columns-column.level3::before {
	border: 2px solid #ffffff;
	border-radius: 20px;
	content: '';
	height: 38px;
	margin-bottom: 20px;
	width: 38px;
}

.elpt-organization__columns.sponsor .elpt-organization__columns-column.level1:before {
	background-color: #e5e5e5;
}

.elpt-organization__columns.sponsor .elpt-organization__columns-column.level2:before {
	background-color: #d4af37;
}

.elpt-organization__columns.sponsor .elpt-organization__columns-column.level3:before {
	background-color: #e0e0e0;
}

.elpt-organization__columns.contact {
	margin-top: 0px;
	width: 100%;
}

.elpt-organization__columns.contact .elpt-organization__columns-column {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: none;
	font-size: 20px;
	padding: 0;
}

.elpt-organization__columns.contact .elpt-organization__columns-column .social {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
	margin: 20px 0 0;
	padding: 0;
}

.elpt-organization__columns.contact .elpt-organization__columns-column .social svg {
	height: 32px;
	margin: 0 5px;
	width: 32px;
}

.elpt-organization__columns.contact .elpt-organization__columns-column .link {
	color: var(--primary-color);
}

.dark .elpt-organization__columns.contact .elpt-organization__columns-column .link {
	color: var(--secondary-color);
}

.elpt-organization__columns.contact .elpt-organization__columns-column .link::before {
	background-color: var(--primary-color);
}

.dark .elpt-organization__columns.contact .elpt-organization__columns-column .link::before {
	background-color: var(--primary-color);
}

/* FOOTER */
footer {
	background-color: #194C79;
	color: #ffffff;
	margin-top: 60px;
	padding: 40px 0;
	text-align: center;
}

footer .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
}

@media (min-width: 1024px) {
	footer .container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

footer .container .about {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	max-width: 280px;
	padding: 0 20px;
	text-align: left;
}

@media (min-width: 1024px) {
	footer .container .about {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		padding: 0;
	}
}

footer .container .contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 20px;
}

@media (min-width: 1024px) {
	footer .container .contact {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		padding: 0;
	}
}

footer .container .contact ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

@media (min-width: 1024px) {
	footer .container .contact ul {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

footer .container .contact ul.social {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

footer .container .contact ul li {
	margin: 10px;
	text-align: left;
}

footer .container .contact ul li a {
	color: #ffffff;
	text-decoration: none;
}

footer .container .contact ul li a svg {
	fill: #ffffff;
	height: 24px;
	width: 24px;
}

footer .container .contact ul li a.facebook, footer .container .contact ul li a.twitter, footer .container .contact ul li a.linkedin, footer .container .contact ul li a.instagram {
	border-radius: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 8px;
}

footer .container .contact ul li a.facebook {
	background-color: #3b5998;
}

footer .container .contact ul li a.twitter {
	background-color: #000000;
}

footer .container .contact ul li a.linkedin {
	background-color: #0077b5;
}

footer .container .contact ul li a.instagram {
	background-color: #e4405f;
}

footer .container .contact p {
	text-align: left;
	max-width: 480px;
}

@media (min-width: 1024px) {
	footer .container .contact p {
		text-align: right;
	}
}

.elpt-hero {
	background-color: #000000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: auto;
	position: relative;
	height: 100%;
	/* CENTER STYLE */
	/* LEFT STYLE */
}

.elpt-hero__prefs, .elpt-hero__content {
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
	width: calc(100% - 40px);
	z-index: 9;
}

@media screen and (min-width: 1024px) {
	.elpt-hero__prefs, .elpt-hero__content {
		width: 100%;
	}
}

.elpt-hero__prefs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-filter: blur(0);
	filter: blur(0);
	opacity: 1;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.landing-page .elpt-hero__prefs,
.organization .elpt-hero__prefs {
    display: none;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0;
    visibility: hidden;
}

.elpt-hero__content {
	display: none;
	-webkit-filter: blur(10px);
	filter: blur(10px);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	opacity: 0;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	visibility: hidden;
}

.landing-page .elpt-hero__content,
.organization .elpt-hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
    visibility: visible;
}

.elpt-hero__content .link {
	color: #ffffff;
}

.elpt-hero__content .link::before {
	background-color: #ffffff;
}

.elpt-hero.center {
	
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.elpt-hero.center:before {
	-webkit-backdrop-filter: blur(40px);
	backdrop-filter: blur(40px);
	background-color: rgba(0, 0, 0, 0.3);
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
}

.elpt-hero.center .elpt-hero__content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: url("/ce/Content/images/elpt-hero-768.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px;
	-webkit-box-shadow: 0 20px 40px -20px #000000;
	box-shadow: 0 20px 40px -20px #000000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 60px;
	padding: 40px;
	width: calc(100% - 40px);
}

.elpt-hero.center .elpt-hero__content:before {
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 20px;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.elpt-hero.center .elpt-hero__content h1, .elpt-hero.center .elpt-hero__content h2, .elpt-hero.center .elpt-hero__content h3 {
	color: #ffffff;
	margin: 10px 0;
	text-align: center;
	z-index: 9;
}

.elpt-hero.center .elpt-hero__content hr {
	border-top: 3px solid #ffffff;
	margin: 0 auto;
	max-width: 200px;
}

.elpt-hero.center .elpt-hero__content h3 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.elpt-hero.center .elpt-hero__content h3 .event-date {
	color: #ffffff;
	font-size: 36px;
	font-weight: 500;
	margin: 0;
}

.elpt-hero.center .elpt-hero__content h3 .event-time {
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
}

.elpt-hero.center .elpt-hero__content h3 .event-schedule {
	color: #ffffff;
	font-size: 20px;
	font-weight: 500;
	margin: 0;
	text-transform: uppercase;
}

.elpt-hero.center .elpt-hero__content--actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px 0;
	z-index: 9;
}

.elpt-hero.center .elpt-hero__content--actions .elpt-btn {
	margin: 0 10px;
}

.elpt-hero.center .elpt-hero__content .add-to-calendar {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 20px;
	padding-bottom: 2px;
	z-index: 9;
    font-weight: 500;
}

.elpt-hero.center .elpt-hero__content .add-to-calendar svg {
	margin-right: 10px;
}

.elpt-hero.center .elpt-hero__content .reset {
	margin-top: 20px;
	/*z-index: 9;*/
}

.elpt-hero.center .elpt-hero__content .reset svg {
	margin-right: 10px;
}

.elpt-hero.center h1, .elpt-hero.center .h1, .elpt-hero.center h2, .elpt-hero.center .h2 {
	text-transform: uppercase;
}

.elpt-hero.left, .elpt-hero.right {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.elpt-hero.left:before, .elpt-hero.right:before {
	background-color: rgba(0, 0, 0, 0.5);
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
}

.elpt-hero.left .event-nav {
	background-color: var(--primary-color);
}

.elpt-hero.left .elpt-hero__content {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 60px;
	padding: 20px;
}

@media (min-width: 1024px) {
	.elpt-hero.left .elpt-hero__content {
		padding: 40px;
	}
}

.elpt-hero.left .elpt-hero__content h1, .elpt-hero.left .elpt-hero__content h2, .elpt-hero.left .elpt-hero__content h3 {
	color: #ffffff;
	margin: 10px 0;
	z-index: 9;
}

.elpt-hero.left .elpt-hero__content hr {
	border-top: 3px solid #ffffff;
	margin: 0 auto;
	max-width: 200px;
}

.elpt-hero.left .elpt-hero__content h3 {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (min-width: 1024px) {
	.elpt-hero.left .elpt-hero__content h3 {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.elpt-hero.left .elpt-hero__content h3 .event-date {
	color: #ffffff;
	font-size: 36px;
	font-weight: 400;
	margin: 0 20px 0 0;
}

.elpt-hero.left .elpt-hero__content h3 .event-time {
	color: #ffffff;
	font-size: 24px;
	font-weight: 100;
	margin: 0;
	text-transform: uppercase;
}

.elpt-hero.left .elpt-hero__content h3 .event-schedule {
	color: #ffffff;
	font-size: 20px;
	font-weight: 100;
	margin: 0;
	text-transform: uppercase;
}

.elpt-hero.left .elpt-hero__content--actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px 0;
	z-index: 9;
}

	.elpt-hero.left .elpt-hero__content--actions .elpt-btn {
		margin: 0 10px 0 0;
	}

.elpt-hero.left .elpt-hero__content .add-to-calendar {
	z-index: 9;
}

	.elpt-hero.left .elpt-hero__content .add-to-calendar svg {
		margin-right: 10px;
	}

.elpt-hero.left .elpt-hero__content .reset {
	margin-top: 20px;
	/*z-index: 9;*/
}

	.elpt-hero.left .elpt-hero__content .reset svg {
		margin-right: 10px;
	}

.elpt-hero.left h1, .elpt-hero.left .h1, .elpt-hero.left h2, .elpt-hero.left .h2 {
	text-transform: uppercase;
}

.elpt-hero.right {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.elpt-hero.right .elpt-hero__content {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 60px;
	padding: 20px;
}

@media (min-width: 1024px) {
	.elpt-hero.right .elpt-hero__content {
		padding: 40px;
	}
}

.elpt-hero.right .elpt-hero__content h1, .elpt-hero.right .elpt-hero__content h2, .elpt-hero.right .elpt-hero__content h3 {
	color: #ffffff;
	margin: 10px 0;
	max-width: 600px;
	text-align: right;
	z-index: 9;
}

.elpt-hero.right .elpt-hero__content hr {
	border-top: 3px solid #ffffff;
	margin: 0 auto;
	max-width: 200px;
}

.elpt-hero.right .elpt-hero__content h3 {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

	.elpt-hero.right .elpt-hero__content h3 .event-date {
		color: #ffffff;
		font-size: 36px;
		font-weight: 100;
	}

	.elpt-hero.right .elpt-hero__content h3 .event-time {
		color: #ffffff;
		font-size: 24px;
		font-weight: 100;
		margin: 0;
		text-transform: uppercase;
	}

	.elpt-hero.right .elpt-hero__content h3 .event-schedule {
		color: #ffffff;
		font-size: 20px;
		font-weight: 100;
		margin: 0;
		text-transform: uppercase;
	}

.elpt-hero.right .elpt-hero__content--actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px 0;
	z-index: 9;
}

	.elpt-hero.right .elpt-hero__content--actions .elpt-btn {
		margin: 0 0 0 10px;
	}

.elpt-hero.right .elpt-hero__content .add-to-calendar {
	z-index: 9;
}

	.elpt-hero.right .elpt-hero__content .add-to-calendar svg {
		margin-right: 10px;
	}

.elpt-hero.right .elpt-hero__content .reset {
	margin-top: 20px;
	/*z-index: 9;*/
}

	.elpt-hero.right .elpt-hero__content .reset svg {
		margin-right: 10px;
	}

.elpt-hero.right h1, .elpt-hero.right .h1, .elpt-hero.right h2, .elpt-hero.right .h2 {
	text-transform: uppercase;
}

.elpt-hero .elpt-hero__prefs {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 100px auto;
}

.landing-page .elpt-hero .elpt-hero__prefs,
.organization .elpt-hero .elpt-hero__prefs {
    display: none;
}

.elpt-hero .elpt-hero__prefs .h2 {
	color: #ffffff;
	text-align: center;
}

.elpt-hero .elpt-hero__prefs--group {
	border: 1px solid #ffffff;
	border-radius: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
	margin-top: 50px;
	padding: 2px;
}

	.elpt-hero .elpt-hero__prefs--group input[type="radio"], .elpt-organization-type-group input[type="radio"] {
		opacity: 0;
		position: absolute;
	}

		.elpt-hero .elpt-hero__prefs--group input[type="radio"]:checked + label, .elpt-organization-type-group input[type="radio"]:checked + label {
			background-color: var(--toggle-color);
		}

		.elpt-hero .elpt-hero__prefs--group input[type="radio"]:not(:checked) + label::before, .elpt-organization-type-group input[type="radio"]:not(:checked) + label::before {
			border-width: 1px;
			border-style: solid;
			border-color: rgba(255, 255, 255, 0);
			border-radius: 22px;
			content: "";
			display: block;
			height: 0%;
			position: absolute;
			left: 50%;
			top: 50%;
			-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			width: 0%;
			-webkit-transition: height 0.3s ease-in-out, width 300ms ease-in-out, border-color 300ms ease-in-out;
			transition: height 0.3s ease-in-out, width 300ms ease-in-out, border-color 300ms ease-in-out;
		}

		.elpt-hero .elpt-hero__prefs--group input[type="radio"]:not(:checked) + label:hover::before, .elpt-organization-type-group input[type="radio"]:not(:checked) + label:hover::before {
			border-color: rgba(255, 255, 255, 0.5);
			height: calc(100% - 2px);
			width: calc(100% - 2px);
		}

		.elpt-hero .elpt-hero__prefs--group input[type="radio"] + label, .elpt-organization-type-group input[type="radio"] + label {
			background-color: transparent;
			border-radius: 22px;
			color: var(--toggle-text-color);
			cursor: pointer;
			font-weight: 400;
			padding: 10px 20px;
			position: relative;
			text-align: center;
			-webkit-transition: background-color 0.3s ease-in-out;
			transition: background-color 0.3s ease-in-out;
		}

		.elpt-organization-type-group input[type="radio"]:not(:checked) + label {
			color: black;
		}

	.elpt-hero .elpt-hero__prefs .set-preference {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 24px;
	}

	.elpt-hero .elpt-hero__prefs .set-preference img {
		margin-left: 10px;
	}

.event-nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 18px;
	padding: 20px;
	position: relative;
}

@media screen and (min-width: 1024px) {
	.event-nav {
		padding: 20px 0;
	}
}

@media screen and (min-width: 1024px) {
	.event-nav {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

@media screen and (min-width: 1200px) {
	.event-nav {
		padding: 20px calc(50vw - 600px);
	}
}

.event-nav__logo {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.event-nav__info {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #ffffff;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 10px;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	padding-top: 10px;
	width: 100%;
}

@media screen and (min-width: 1024px) {
	.event-nav__info {
		border-top: none;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-top: 0;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding-top: 0;
		width: 50%;
	}
}

.event-nav__info-event {
	font-size: 20px;
	font-weight: 500;
	margin: 0 10px;
	max-width: 100%;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
	.event-nav__info-event {
		font-size: 24px;
	}
}

.event-nav__info-date {
	font-size: 20px;
	font-weight: 200;
	margin: 0 10px;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
}

@media screen and (min-width: 1024px) {
	.event-nav__info-date {
		font-size: 24px;
	}
}

.event-nav__actions {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
@media screen and (max-width: 440px) {
    .event-nav__actions {
        margin-top:5px;
    }
}

@media screen and (max-width: 767px) {
	.event-nav__actions > .elpt-btn {
		border-width: 2px;
		font-size: 16px;
		padding: 5px 10px;
	}
}

.event-nav__actions .event-nav__actions-menu .menu-hamburger {
	background-color: transparent;
	border: none;
	cursor: pointer;
	padding: 10px;
	margin: 0 0 0 20px;
	width: 42px;
}

@media screen and (min-width: 1024px) {
	.event-nav__actions .event-nav__actions-menu .menu-hamburger {
		margin: 20px;
	}
}

.event-nav__actions .event-nav__actions-menu .menu-hamburger.open .menu-dropdown {
	display: block;
}

.event-nav__actions .event-nav__actions-menu .menu-hamburger__icon {
	background-color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 3px;
	position: relative;
}

	.event-nav__actions .event-nav__actions-menu .menu-hamburger__icon::before, .event-nav__actions .event-nav__actions-menu .menu-hamburger__icon::after {
		background-color: #ffffff;
		content: "";
		display: block;
		height: 3px;
		position: absolute;
		width: 100%;
	}

	.event-nav__actions .event-nav__actions-menu .menu-hamburger__icon::before {
		top: -6px;
	}

	.event-nav__actions .event-nav__actions-menu .menu-hamburger__icon::after {
		top: 6px;
	}

.event-nav__actions .event-nav__actions-menu .menu-dropdown {
	background-color: #ffffff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style-type: none;
	margin: 0;
	padding: 40px;
	position: absolute;
	left: 100%;
	top: 0;
	height: 100dvh;
	width: 320px;
}

.event-nav__actions .event-nav__actions-menu .menu-dropdown li {
	border-bottom: 1px solid #000000;
}

.event-nav__actions .event-nav__actions-menu .menu-dropdown li a {
	color: #000000;
	display: block;
	font-size: 24px;
	font-weight: 100;
	padding: 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.elpt-content ul,
.elpt-organization ul {
	margin-left:40px;
	padding-top:16px;
	padding-bottom:16px;
}

.body.landing-page .elpt-process.elpt-organization {
    display: none;
}

.body.organization .elpt-process.elpt-landing-page {
    display: none;
}

.elpt-organization hr + .elpt-organization-type-group {
	margin-top: -20px;
}

.elpt-organization-type-group {
	-ms-flex-item-align: center;
	align-self: center;
	background-color: #f5f5f5;
	border-radius: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
	margin-top: 50px;
	padding: 2px;
}

.elpt-hero.center .elpt-hero__content--share {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 20px;
	z-index: 9;
}

.elpt-hero__content .add-to-calendar {
	margin: 0 30px 0 0;
}

@media screen and (min-width: 1024px) {
	.elpt-hero__content--share {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.elpt-hero__content--share {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-bottom: 20px;
	z-index: 9;
}

/*@media screen and (min-width: 1024px) {
	.elpt-hero.center .elpt-hero__content--share {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}*/

.elpt-hero .elpt-hero__content--share div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.elpt-hero .elpt-hero__content--share div#calendars {
	display: inherit;
}

.elpt-hero .elpt-hero__content--share p {
	color: #ffffff;
	font-size: 24px;
	margin: 0 0 0 20px;
}

.elpt-hero .elpt-hero__content--share .elpt-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 6px;
	border-width: 1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 5px;
	padding: 6px;
	-webkit-transition: all 250ms;
	transition: all 250ms;
}

	.elpt-hero .elpt-hero__content--share .elpt-btn svg {
		height: 16px;
		margin: 0;
		stroke: none;
		width: 16px;
	}

	.elpt-hero .elpt-hero__content--share .elpt-btn:hover {
		border-color: rgba(255, 255, 255, 0.5);
		-webkit-box-shadow: none;
		box-shadow: none;
	}

.elpt-hero .elpt-hero__prefs--share {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}

	.elpt-hero .elpt-hero__prefs--share p {
		color: #ffffff;
		font-size: 24px;
		margin-left: 20px;
	}

	.elpt-hero .elpt-hero__prefs--share .elpt-btn {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border-radius: 6px;
		border-width: 1px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 5px;
		padding: 6px;
		-webkit-transition: all 250ms;
		transition: all 250ms;
	}

		.elpt-hero .elpt-hero__prefs--share .elpt-btn svg {
			height: 16px;
			width: 16px;
			margin: 0;
			stroke: none;
		}

		.elpt-hero .elpt-hero__prefs--share .elpt-btn:hover {
			border-color: rgba(255, 255, 255, 0.5);
			-webkit-box-shadow: none;
			box-shadow: none;
		}

.elpt-hero.left .elpt-hero__content .add-to-calendar {
	margin-top: 3px;
	margin-left: 7px;
	z-index: 9;
}

.elpt-hero.left .elpt-hero__content--share {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.elpt-hero__content--share .elpt-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 6px;
	border-width: 1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 5px;
	padding: 6px;
	-webkit-transition: all 250ms;
	transition: all 250ms;
}

.body.dark #facebook-path, .body.dark #linkedin-path, .body.dark #twitter-path {
	fill: white;
}

.body.dark .instagram img {
	background: white;
	border-radius: 4px;
	width: 32px;
	height: 32px;
}

.icon-close {
	height: 12px;
	width: 12px;
	float: right;
	cursor: pointer;
}

.additional-point-of-contact {
	font-size: 20px;
	margin: 40px auto 0px;
}

.elpt-organization ul {
    margin-bottom: 20px;
}

.elpt-landing--page__exhibitors {
    margin-bottom: 20px;
}

.organization .elpt-sponsors {
    display: none;
}

@media screen and (max-width: 768px) {
    #page-wrapper #content-wrapper #body-wrapper #main #container.sub-page {
        padding: unset;
    }

    #page-wrapper #content-wrapper #body-wrapper #main #container #content {
        padding: unset;
    }
    #content.new-layout .elpt-hero h1 {
        font-size: 35px;
    }
    .elpt-hero.center .elpt-hero__content--actions .elpt-btn {
        margin: 5px 10px;
    }
    .elpt-hero.center .elpt-hero__content--actions {
        flex-wrap: wrap;
    }
    .elpt-hero .elpt-hero__content--share div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .elpt-hero .elpt-hero__content--share p {
        font-size: 18px;
    }
}

