/***************************
 * filter
 **************************/

.fea-filter .filter-available > .filter.filter-type-link {
	background-color: var(--e-global-color-accent);
}
.fea-filter .filter-available > .filter > .filter-item-group > a.filter-item,
.fea-filter .filter-available > .filter > .filter-item-group > a.filter-item[data-filter-reset] {
	font-family: var(--e-global-typography-accent-font-family);
	font-weight: var(--e-global-typography-accent-font-weight);
	font-size: 18px;
}
.fea-filter .filter-available > .filter > .filter-item-group > a.filter-item[data-filter-reset] {
	font-size: 16px;
}

/***************************
 * presentation list
 **************************/

.fea-presentation-list .fea-presentation-list-group .fea-presentation-list-group-header {
	font-size: 22px;
	background-color: var(--e-global-color-accent);
	font-family: var(--e-global-typography-accent-font-family);
	font-weight: var(--e-global-typography-accent-font-weight);
	text-align: left;
}
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-headline {
	padding-bottom: 8px;
}
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-headline .presentation-info {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	row-gap: 0px;
	column-gap: 30px;
	flex-wrap: nowrap;
}
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-headline .presentation-info .presentation-time {
	flex: 0 0 200px;
	font-size: 16px;
}
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-headline .presentation-info .presentation-title {
	flex: 1 1 100%;
}
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-headline .presentation-info .presentation-title .topic {
	font-size: 16px;
	font-family: var(--e-global-typography-accent-font-family);
	font-weight: var(--e-global-typography-accent-font-weight);
	color: var(--e-global-color-text);
}
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-headline .presentation-info .presentation-title .subtitle {
	font-size: 15px;
	font-family: var(--e-global-typography-text-font-family);
	font-weight: var(--e-global-typography-text-font-weight);
}
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-headline .presentation-meta .presentation-kind > span {
	font-size: 13px;
	cursor: default;
}
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-headline .presentation-meta .presentation-kind > span::after {
	display: none;
}
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-content .speakers .speaker {
	font-size: 14px;
}
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-content .speakers .speaker .speaker-image {
	position: relative;
}
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-content .speakers .speaker .speaker-image .speaker-image-credits {
	position: absolute;
	transform: rotate(-90deg);
	left: 0px;
	bottom: 16px;
	transform-origin: left bottom;
	font-size: 12px;
	opacity: .6;
}
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-content .speakers .speaker .speaker-info {
	text-align: left;
}
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-content .speakers .speaker .speaker-info .speaker-name {
	margin: 0px;
	font-size: 15px;
	color: var(--e-global-color-text);
}
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-content .speakers .presentation-link {
	flex: 0 0 200px;
}
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-content .abstract {
	padding-right: 200px;
	max-height: 7em;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.5em;
}
@media(max-width: 767px) {
	.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-headline {
		padding-bottom: 20px;
	}
	.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-headline .presentation-info {
		flex-direction: column;
		flex-wrap: wrap;
		margin-bottom: 10px;
	}
	.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-headline .presentation-info .presentation-time {
		flex: 1 1 auto;
	}
	.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-headline .presentation-info .presentation-title {
		flex: 1 1 auto;
	}
	.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-content .speakers .speaker .speaker-info {
		text-align: center;
	}
	.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-content .abstract {
		padding: 15px 0px 0px 0px;
	}
}

/*
 * modal
 */
.fea-presentation .fea-modal .modal-content .modal-head a {
	display: none;
}
.fea-presentation .fea-modal .modal-body > .speaker-image .speaker-image-credits {
	font-size: 14px;
}
.fea-presentation .fea-modal .modal-body > .speaker-text {
	font-size: 16px;
	line-height: 1.4em;
}
.fea-presentation .fea-modal .modal-body > .speaker-text .speaker-presentations .speaker-presentation .speaker-presentation-name {
	font-weight: var(--e-global-typography-accent-font-weight);
}

/***************************
 * presentation single
 **************************/

.single-presentation-header a {
	font-size: 16px;
}
.single-presentation-content .speakers .speaker {
	font-size: 14px;
}
.single-presentation-content .speakers .speaker .speaker-image .speaker-image-credits {
	font-size: 13px;
}
.single-presentation-content .speakers .speaker .speaker-info .speaker-name {
	margin: 0px;
	font-size: 15px;
}
.single-presentation-content .speakers .powered-by .powered-by-text {
	display: block;
}
.single-presentation-content .speakers .powered-by .powered-by-logo img {
	width: 150px;
}
.single-presentation-content .presentation {
	font-size: 16px;
}
.single-presentation-content .presentation .presentation-main .topic {
	margin: 0px;
	font-size: 22px;
}
.single-presentation-content .presentation .presentation-main .subtitle {
	font-family: var(--e-global-typography-accent-font-family);
	font-weight: var(--e-global-typography-accent-font-weight);
}
.single-presentation-content .presentation .presentation-main .abstract {
	margin-top: 10px;
	line-height: 1.4em;
}
.single-presentation-content .presentation .presentation-info {
	font-size: 16px;
}
.single-presentation-content .presentation .presentation-info .presentation-info-type > span {
	font-size: 13px;
	cursor: default;
}
.single-presentation-content .presentation .presentation-info .presentation-info-type > span::after {
	display: none;
}
.single-presentation-content .presentation .presentation-info .presentation-info-date-time-location {
	font-size: 16px;
}
.single-presentation-content .presentation .presentation-info .presentation-info-date-time-location .presentation-date-time {
	font-weight: var(--e-global-typography-accent-font-weight);
}

/***************************
 * speaker list
 **************************/

.fea-speaker-list .fea-speaker-list-group .fea-speaker-list-group-header {
	font-size: 22px;
	font-family: var(--e-global-typography-accent-font-family);
	font-weight: var(--e-global-typography-accent-font-weight);
	background-color: var(--e-global-color-accent);
	text-align: left;
}
.fea-speaker-list .fea-speaker-list-group .fea-speaker-list-item .speaker-image .speaker-image-credits {
	font-size: 13px;
}
.fea-speaker-list .fea-speaker-list-group .fea-speaker-list-item .speaker .speaker-info {
	font-size: 16px;
}
.fea-speaker-list .fea-speaker-list-group .fea-speaker-list-item .speaker .speaker-info .speaker-name {
	color: var(--e-global-color-text);
	font-size: 20px;
	margin-bottom: 8px;
}
.fea-speaker-list .fea-speaker-list-group .fea-speaker-list-item .speaker .speaker-info .speaker-jobtitle {
	font-size: 15px;
	font-family: var(--e-global-typography-accent-font-family);
	font-weight: var(--e-global-typography-accent-font-weight);
}
.fea-speaker-list .fea-speaker-list-group .fea-speaker-list-item .speaker .speaker-info .speaker-company {
	font-size: 15px;
}
.fea-speaker-list .fea-speaker-list-group .fea-speaker-list-item .speaker .speaker-info .speaker-presentations .speaker-presentation-name {
	font-size: 15px;
}

/***************************
 * speaker single
 **************************/

.single-speaker-header a {
	font-size: 16px;
}
.single-speaker-content .speaker-image .speaker-image-credits {
	font-size: 13px;
}
.single-speaker-content .speaker-text {
	font-size: 16px;
	line-height: 1.5;
}
.single-speaker-content .speaker-text .speaker-name {
	color: var(--e-global-color-text);
}
.single-speaker-content .speaker-text .speaker-company {
	font-family: var(--e-global-typography-accent-font-family);
	font-weight: var(--e-global-typography-accent-font-weight);
}
.single-speaker-content .speaker-text .speaker-vita {
	margin-bottom: 15px;
}
.single-speaker-content .speaker-text .speaker-presentations .speaker-presentation .speaker-presentation-name {
	font-family: var(--e-global-typography-accent-font-family);
	font-weight: var(--e-global-typography-accent-font-weight);
}
.single-speaker-content .speaker-text .speaker-presentations .speaker-presentation .speaker-presentation-date,
.single-speaker-content .speaker-text .speaker-presentations .speaker-presentation .speaker-presentation-time {
	font-size: 15px;
}

/***************************
 * exhibitor list
 **************************/
 
.fea-exhibitor .exhibitor-list-header {
	padding: 40px 0px 0px 0px;
	margin: 0px 0px 50px 0px;
	font-family: var(--e-global-typography-accent-font-family);
	font-weight: var(--e-global-typography-accent-font-weight);
	font-size: 30px;
	color: var(--e-global-color-accent);
	background-color: transparent;
	text-align: left;
}
.fea-exhibitor .exhibitor-list.wide .exhibitor-item:last-child {
	margin-bottom: 20px;
	border-bottom: 1px solid var(--e-global-color-secondary);
}
.fea-exhibitor .exhibitor-list.small .exhibitor-item {
	border: none;
}

/***************************
 * participant-logos
 **************************/

.participant-logos > .participants-loop > .participant-loop-item {
	margin-bottom: 20px;
	padding-bottom: 20px;
	flex-wrap: nowrap;
	column-gap: 40px;
	row-gap: 20px;
}
.participant-logos > .participants-loop > .participant-loop-item > .participant-logo {
	flex: 0 0 250px;
	min-height: initial;
	min-width: initial;
	padding: 0px 0px 0px 0px;
}
.participant-logos > .participants-loop > .participant-loop-item > .participant-logo > img {
	width: 100%;
	height: auto;
	max-width: initial;
	max-height: initial;
	object-fit: contain;
}
.participant-logos > .participants-loop > .participant-loop-item > .participant-name {
	flex: 1 1 100%;
	display: flex;
	flex-direction: column;
	font-size: 22px;
	font-weight: 700;
}
@media(max-width: 767px) {
	.participant-logos > .participants-loop > .participant-loop-item {
		flex-wrap: wrap;
		justify-content: center;
	}
	.participant-logos > .participants-loop > .participant-loop-item > .participant-name {
		justify-content: center;
		align-items: center;
		text-align: center;
	}
}