/* Imports */

@import url("normalize.css");
@import url("agenda-variables.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

@font-face {
	font-family: "Siemens Sans";
	src:
		url("/includes/fonts/SiemensSans-BlackItalic.woff2") format("woff2"),
		url("/includes/fonts/SiemensSans-BlackItalic.woff") format("woff");
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Siemens Sans";
	src:
		url("/includes/fonts/SiemensSans-Black.woff2") format("woff2"),
		url("/includes/fonts/SiemensSans-Black.woff") format("woff");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Siemens Sans";
	src:
		url("/includes/fonts/SiemensSans-Bold.woff2") format("woff2"),
		url("/includes/fonts/SiemensSans-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Siemens Sans";
	src:
		url("/includes/fonts/SiemensSans-Roman.woff2") format("woff2"),
		url("/includes/fonts/SiemensSans-Roman.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Siemens Serif";
	src:
		url("/includes/fonts/SiemensSerif-BoldItalic.woff2") format("woff2"),
		url("/includes/fonts/SiemensSerif-BoldItalic.woff") format("woff");
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Siemens Sans";
	src:
		url("/includes/fonts/SiemensSans-Italic.woff2") format("woff2"),
		url("/includes/fonts/SiemensSans-Italic.woff") format("woff");
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Siemens Serif";
	src:
		url("/includes/fonts/SiemensSerif-Italic.woff2") format("woff2"),
		url("/includes/fonts/SiemensSerif-Italic.woff") format("woff");
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Siemens Sans";
	src:
		url("/includes/fonts/SiemensSans-BoldItalic.woff2") format("woff2"),
		url("/includes/fonts/SiemensSans-BoldItalic.woff") format("woff");
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Siemens Serif";
	src:
		url("/includes/fonts/SiemensSerif-Bold.woff2") format("woff2"),
		url("/includes/fonts/SiemensSerif-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Siemens Serif";
	src:
		url("/includes/fonts/SiemensSerif-Roman.woff2") format("woff2"),
		url("/includes/fonts/SiemensSerif-Roman.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Siemens Slab";
	src:
		url("/includes/fonts/SiemensSlab-Italic.woff2") format("woff2"),
		url("/includes/fonts/SiemensSlab-Italic.woff") format("woff");
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Siemens Serif";
	src:
		url("/includes/fonts/SiemensSerif-Semibold.woff2") format("woff2"),
		url("/includes/fonts/SiemensSerif-Semibold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Siemens Slab";
	src:
		url("/includes/fonts/SiemensSlab-Black.woff2") format("woff2"),
		url("/includes/fonts/SiemensSlab-Black.woff") format("woff");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Siemens Slab";
	src:
		url("/includes/fonts/SiemensSlab-BlackItalic.woff2") format("woff2"),
		url("/includes/fonts/SiemensSlab-BlackItalic.woff") format("woff");
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Siemens Serif";
	src:
		url("/includes/fonts/SiemensSerif-SemiboldItalic.woff2") format("woff2"),
		url("/includes/fonts/SiemensSerif-SemiboldItalic.woff") format("woff");
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Siemens Slab";
	src:
		url("/includes/fonts/SiemensSlab-Roman.woff2") format("woff2"),
		url("/includes/fonts/SiemensSlab-Roman.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Siemens Slab";
	src:
		url("/includes/fonts/SiemensSlab-BoldItalic.woff2") format("woff2"),
		url("/includes/fonts/SiemensSlab-BoldItalic.woff") format("woff");
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Siemens Slab";
	src:
		url("/includes/fonts/SiemensSlab-Bold.woff2") format("woff2"),
		url("/includes/fonts/SiemensSlab-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

/* Grid */
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#wrapper {
	/* position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0; */
}

#wrapper .row {
	display: flex;
	gap: 20px;
}

/*
* Flex Helpers
*/
.gap-1 {
	gap: 0.5rem;
}
.gap-2 {
	gap: 1rem;
}
.gap-3 {
	gap: 1.5rem;
}

.align-items-center {
	align-items: center;
}
.align-items-start {
	align-items: start;
}
.shrink-0 {
	flex-shrink: 0;
}

a {
	text-decoration: none;
	font-weight: 700 !important;
	font-size: 0.9rem;
	line-height: 1.25em;
	color: rgba(0, 0, 40, 1);
}

main,
.loading {
	order: 2;
	width: 80%;
	/* position: absolute;
	left: 20rem;
	right: 0;
	top: 300px;
	bottom: 0; */
	padding: 1rem;
	max-height: calc(100vh - 284px);
}

.page-heading {
	padding: 1rem;
	margin-top: 0;
	z-index: 99999;
}

.page-heading span {
	font-size: 46px;
	font-weight: bold;
	color: rgba(0, 0, 40, 1);
}

.page-heading p {
	font-size: 18px;
	/*line-height: 10px;*/
	color: rgba(0, 0, 40, 1);
}

.page-heading a {
	font-weight: normal;
	font-size: 1rem;
	color: rgba(0, 0, 40, 1);
}

.page-heading a:hover {
	color: #002949;
}

.loading img {
	margin: 30px auto;
	display: block;
}

.filterShareLinkDisplay {
	display: flex;
	padding: 0.5rem 1rem;
	border: 1px solid #ccc;
	border-radius: 6px;
	margin: -15px 0 15px 0;
	align-items: center;
	font-size: 0.8rem;
	max-height: 56px;
	white-space: nowrap;
}

.toggleFilterShareLink {
	margin: 0 1rem;
	font-size: 13px;
	font-weight: 700;
}

.sessionShareLinkDisplay {
	display: flex;
	padding: 0.5rem 1rem;
	border: 1px solid #ccc;
	border-radius: 6px;
	margin: 0;
	align-items: center;
	font-size: 0.8rem;
	max-height: 56px;
	white-space: nowrap;
}

.toggleSessionShareLink {
	margin: 0 1rem;
	font-size: 13px;
	font-weight: 700;
}

#wrapper.full main {
	/* left: 0rem; */
}

main {
	padding-bottom: 50px;
}

aside {
	order: 1;
	/* position: fixed;
	left: 0;
	top: 300px;
	bottom: 0; */
	max-height: calc(100vh - 284px);
	overflow-y: scroll;
	width: 19.5rem;
	padding: 1rem;
	/* height: 100vh;
	overflow: hidden;
	overflow-y: auto;
	padding-bottom: 400px;
	-webkit-overflow-scrolling: touch;*/
}

/* Layout */

html,
body {
	padding: 0;
	margin: 0;
	min-height: 100%;
	min-width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}

body {
	color: var(--main-text-color);
	font-family: "Siemens Sans", "Roboto", sans-serif;
}

header,
footer {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	padding: 30px 20px;
	position: relative;
	width: 100%;
}
header {
	background-color: var(--header-bg-color);
	border-bottom: 1px solid #fff;
	color: #fff;
	height: 70px;
}
header img {
	height: 20px;
}
footer {
	align-items: flex-start;
	background-color: var(--footer-bg-color);
	border-top: 1px solid #fff;
	color: var(--header-footer-text-color);
	flex-direction: column;
	font-size: 1em;
	font-weight: 600;
	justify-content: flex-start;
	margin: 1em 0 0;
	padding-bottom: 20px;
}

footer img {
	height: 15px;
	margin-bottom: 14px;
}

footer p {
	margin: 0px;
}

h3 {
	font-weight: bold;
	font-size: 18px;
	margin: 16px 0 21px 0;
}

h4 {
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 21px 0;
}

h4 > span.clear {
	float: right;
	font-size: 12px;
	font-weight: normal;
	position: relative;
	text-decoration: underline;
	cursor: pointer;
}

.toggle-filters {
	display: none;
	position: fixed;
	top: 0.5rem;
	right: 1rem;
	border: 1px solid var(--btn-main-bg-color);
	background-color: var(--btn-main-bg-color);
	color: var(--btn-main-text-color);
	appearance: none;
	padding: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	font-size: 0.6rem;
	border-radius: 6px;
	transition: left 0.2s ease-in-out;
	z-index: 10;
}
.toggle-filters.toggled {
	right: 1rem;
	left: unset;
	transition: left 0.2s ease-in-out;
}

/* Default btn */
.btn {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	font-size: 0.6em;
	border-radius: 0;
	padding: 1em 2em;
	text-decoration: none;
	margin: 1em 0 0;
	border: 1px solid var(--btn-main-bg-color);
	background-color: var(--btn-main-bg-color);
	color: var(--btn-main-text-color);
}

.btn-sm {
	margin: 0;
	padding: 1em 2em;
}

/* Main */

main {
	flex-grow: 1;
	overflow: auto;
}

.content {
	flex: 1;
}
.hide {
	display: none;
}

#banner-date {
	display: block;
	position: relative;
	max-width: 100%;
	margin-bottom: 20px;
}

#utility {
	display: flex;
	gap: 8px;
	position: relative;
	height: 90px;
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0);
	padding-right: 160px;
}

#utility h6 {
	margin-top: 8px;
	font-weight: 700;
	font-size: 13px;
	color: var(--secondary-text-color);
}

#utility .action-container {
	display: flex;
	position: absolute;
	top: 4px;
	right: 0;
}

#utility button.login,
#utility button.logout,
.full-agenda,
#utility a.login,
#utility a.logout {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	padding: 0 16px 0 16px;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000000;
	background-color: #00cccc;
	border: none;
	border-radius: 0;
	cursor: pointer;
}

#utility button.login:hover,
#utility button.logout:hover,
.full-agenda:hover,
#utility a.login:hover,
#utility a.logout:hover {
	background-color: var(--btn-hover-bg-color);
}

button.support {
	height: 36px;
	padding: 0 16px 0 16px;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000000;
	background-color: #00cccc;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

#utility button.logout {
	margin-left: 0.5rem;
}

#utility button.login.addSession {
	padding: 0 23px;
	right: 300px;
}

#utility button.login:hover,
#utility button.logout:hover,
.full-agenda:hover {
	background-color: #d0fff3;
}

#utility button.login:active,
#utility button.logout:active,
.full-agenda:active {
	background-color: #00cccc;
}

nav.view-nav {
	display: block;
	margin: 0;
	padding: 0;
	height: 42px;
	width: 100%;
	border-bottom: 1px solid var(--border-color-main);
}

nav.view-nav button.view-nav-item {
	float: left;
	margin: 0;
	padding: 0 16px;
	height: 42px;
	background-color: transparent;
	font-weight: 500;
	font-size: 16px;
	text-align: left;
	cursor: pointer;
	border: none;
	border-bottom: 1px solid transparent;
}

nav.view-nav button.view-nav-item:hover {
	border-bottom: 1px solid var(--border-color-hover);
}

nav.view-nav button.view-nav-item:active,
nav.view-nav button.view-nav-item.active {
	border-bottom: 3px solid var(--border-color-active);
}

main {
	flex: 1;
}

section {
	flex-grow: 1;
	min-height: 0;
	overflow: auto;
}

#main-agenda-content {
	/* position: absolute;
	top: 7rem;
	bottom: 1rem;
	right: 0;
	left: 0;
	max-height: 60vh;
	overflow-y: scroll; */
	padding: 0 1rem 3rem 1rem;
	-webkit-overflow-scrolling: touch;
}

#main-agenda-content header {
	margin: 32px 0 0 12px;
	font-weight: 700;
	font-size: 13px;
	color: var(--secondary-text-color);
}

#main-agenda-content .session-block.room-full article {
	opacity: 0.6;
	background: #eee;
}
#main-agenda-content .session-block.room-full .add-to-agenda {
	background-color: #888;
}

#main-agenda-content article {
	padding: 32px;
	margin: 12px 12px 24px 12px;
	border: 2px solid var(--border-color-secondary);
	border-radius: 6px;
	position: relative;
}

#main-agenda-content .tracks {
	list-style: none;
	margin: 0;
	padding: 0;
}

#main-agenda-content .tracks li {
	display: inline-block;
	font-size: 12px;
	color: var(--secondary-text-color);
}

#main-agenda-content .tracks li:after {
	content: ", ";
}

#main-agenda-content .tracks li:last-child:after {
	content: " ";
}

#main-agenda-content article h3 {
	margin-top: 12px;
	margin-bottom: 16px;
}

#main-agenda-content .speaker {
	position: relative;
	margin-bottom: 12px;
	display: flex;
	cursor: pointer;
}

#main-agenda-content .speaker img {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	top: 0;
	margin-right: 5px;
	object-fit: cover;
}

#main-agenda-content .speaker dl {
	display: inline-block;
	margin: 0 0 0 4px;
	font-size: 15px;
}

#main-agenda-content .speaker dt {
	font-weight: 500;
}

#main-agenda-content .speaker dd {
	display: inline-block;
	margin: 0;
	color: var(--main-text-color);
}

#main-agenda-content .speaker dd.speaker-title:after {
	content: ", ";
	margin-left: -3px;
}

#main-agenda-content .session-description {
	position: relative;
}

#main-agenda-content .session-description .text-wrapper {
	height: 0px;
	overflow: hidden;
	margin-bottom: 30px;
	font-size: 15px;
	line-height: 16px;
	color: var(--main-text-color);
}

#main-agenda-content .session-description .text-wrapper img {
	max-width: 100%;
}

#main-agenda-content .session-description.expanded .text-wrapper {
	height: auto;
	overflow: auto;
}
#main-agenda-content .session-description-toggle {
	border-top: 1px solid var(--link-main-text-color);
	text-align: center;
	margin: -20px 0 10px;
}
#main-agenda-content .session-description button {
	display: inline-block;
	color: var(--link-main-text-color);
	font-size: 13px;
	font-weight: 500;
	border: none;
	background: none;
	cursor: pointer;
}

#main-agenda-content .tags {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 9px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 30px;
	width: calc(100% - 255px);
}

#main-agenda-content .tags li {
	display: inline-block;
	margin-right: 6px;
	padding: 0 10px;
	height: 22px;
	border: none;
	border-radius: 0;
	font-size: 9px;
	line-height: 22px;
	vertical-align: middle;
	cursor: pointer;
	margin-top: 4px;
}

#main-agenda-content .add-to-agenda {
	position: relative;
	border: none;
	border-radius: 0;
	padding: 10px 15px;
	text-transform: uppercase;
	font-size: 0.6em;
	color: #000000;
	background-color: #00cccc;
	cursor: pointer;
}
#main-agenda-content .add-to-agenda .fal {
	margin-right: 0.6em;
	font-size: 1.5em;
	vertical-align: baseline;
}
#main-agenda-content .add-to-agenda.remove {
	background-color: #00cccc;
	color: rgba(0, 0, 40, 1);
	/* background-color: var(--remove-btn-color); */
}
#main-agenda-content .add-to-agenda.remove:hover {
	background-color: #d0fff3;
	color: #000000;
	/* background-color: var(--remove-btn-color); */
}

#main-agenda-content .add-to-agenda:hover {
	background-color: #d0fff3;
}

#main-agenda-content .add-to-agenda:active {
	background-color: #00cccc;
}

#main-agenda-content .share-session,
#main-agenda-content .view-session {
	position: relative;
	border: none;
	border-radius: 0;
	padding: 10px 15px;
	text-transform: uppercase;
	font-size: 0.6em;
	color: #000000;
	background-color: #00cccc;
	cursor: pointer;
}

#main-agenda-content .share-session:hover,
#main-agenda-content .view-session:hover {
	background-color: #d0fff3;
}

#main-agenda-content .share-session:active,
#main-agenda-content .view-session:active {
	background-color: #00cccc;
}

#main-agenda-content .share-session.ghost {
	background-color: #fff;
	border: 2px solid #000000;
	color: #000000;
	font-weight: bold;
}

#main-agenda-content .share-session.ghost:hover {
	background-color: #d0fff3;
}

body.session #main-agenda-content .share-session {
	position: relative;
	bottom: unset;
	right: unset;
}

/* Sidebar */
section[role="search"] {
	position: relative;
	margin-bottom: 21px;
}

section[role="search"] form {
	display: block;
	position: relative;
	width: 100%;
	height: 42px;
}

section[role="search"] form input {
	height: 42px;
	width: 100%;
	padding-left: 8px;
	border-radius: 4px;
	border: 1px solid var(--border-color-main);
}

section[role="search"] form .search-icon {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 42px;
	width: 42px;
	border: none;
	border-radius: 0 4px 4px 0;
	background-color: var(--btn-main-bg-color);
	color: #fff;
	text-align: center;
	line-height: 42px;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

legend {
	position: relative;
	display: flex;
	gap: 4px;
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 14px;
	margin: 0 0 21px 0;
	border-bottom: 1px solid var(--border-color-main);
	cursor: pointer;
	vertical-align: middle;
	line-height: 1em;
}

legend .tag-color {
	width: 0.9rem;
	height: 0.9rem;
	border-radius: 0.5rem;
	background: #ddd;
	margin-right: 0.25em;
	display: inline-block;
}

aside.hidden {
	display: none;
	position: absolute;
}

aside legend:after {
	display: inline-block;
	position: absolute;
	top: 3px;
	right: 8px;
	content: " ";
	background-image: url("/includes/images/agenda-builder/down.svg");
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
}

aside fieldset.active legend:after {
	background-image: url("/includes/images/agenda-builder/up.svg");
}

.filter-menu ul {
	display: none;
	margin: 0 0 21px 0;
	padding: 0;
	list-style: none;
}

aside fieldset.active ul {
	display: block;
}

.filter-menu ul li {
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	margin: 0 0 16px 0;
	padding: 0 0 0 2rem;
	position: relative;
}

.filter-menu input[type="checkbox"] {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -8px;
	width: 1rem;
	height: 1rem;
}

.filtered-chips-tracks {
	background-color: #15ad8d;
	border-radius: 10px;
	color: #000;
	display: inline-block;
	font-size: 12px;
	height: 28px;
	line-height: 28px;
	margin: 2px;
	padding: 0px 12px;
}

.filtered-chips-tags {
	background-color: #00cccc;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	height: 28px;
	line-height: 28px;
	margin: 2px;
	padding: 0px 12px;
}

.logged-in {
	color: rgb(46, 142, 184);
}

.assistance {
	font-size: 14px;
}

/*  Modal */

.swal2-container {
	display: block !important;
	padding-top: 60px !important;
}

.swal2-confirm.swal2-styled {
	background: #00cccc !important;
	color: #000000 !important;
}

.swal2-confirm.swal2-styled:hover {
	background: #d0fff3 !important;
}

.swal2-cancel.swal2-styled {
	background-color: #fff !important;
	border: 2px solid #00cccc !important;
	color: #000000 !important;
}

.swal2-cancel.swal2-styled:hover {
	background: #d0fff3 !important;
}

.modal-mask {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: table;
	transition: opacity 0.3s ease;
}

.speaker-modal.modal-mask {
	background-color: rgba(0, 0, 0, 0.005);
	transition: none;
}

.modal-wrapper {
	position: relative;
	height: 60vh;
	margin-top: 20vh;
}

.modal-container {
	width: 90%;
	height: 100%;
	margin: 0px auto;
	padding: 10px 10px;
	background-color: #008099;
	border-radius: 2px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
	transition: all 0.3s ease;
	font-family: Helvetica, Arial, sans-serif;
	position: relative;
}

.speaker-modal .modal-container {
	display: none;
	background: #fff;
	width: 50%;
	height: auto;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
}

body.modal-open .speaker-modal .modal-container {
	display: block;
}

.modal-container .modal-body iframe {
	overflow-y: auto;
}

.modal-container button.close,
.speaker-modal .modal-wrapper button.modal-close {
	position: absolute;
	top: 10px;
	left: 10px;
	cursor: pointer;
	background: none;
	border: none;
	font-size: 1.5em;
	width: 2em;
	height: 2em;
	line-height: 2em;
	color: #000;
}

.modal-header h3 {
	margin-top: 0;
	color: #42b983;
}

.modal-body {
	margin: 0;
	height: 100%;
}

.modal-body .loader {
	position: absolute;
	left: calc(50% - 50px);
	top: calc(50% - 50px);
}

.modal-default-button {
	float: right;
}

.speaker-modal .speaker,
#speaker-modal .speaker {
	position: relative;
	margin-bottom: 16px;
	display: flex;
	margin: 30px 20px 0 60px;
}

.speaker-modal .speaker img,
.speaker-modal .speaker .speaker-img,
#speaker-modal .speaker img,
#speaker-modal .speaker .speaker-img {
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	top: 0;
	margin-right: 20px;
	object-fit: cover;
}

.speaker-modal .speaker-img::before,
#speaker-modal .speaker-img::before {
	line-height: 100px;
	font-size: 60px;
}

.speaker-modal .speaker dl,
#speaker-modal .speaker dl {
	display: inline-block;
	margin: 10px 0 0 4px;
	font-size: 16px;
}

.speaker-modal .speaker dt,
#speaker-modal .speaker dt {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 10px;
}

.speaker-modal .speaker dd,
#speaker-modal .speaker dd {
	display: inline-block;
	margin: 0 0 5px 0;
	color: var(--secondary-text-color);
}

.speaker-modal .speaker dd.speaker-bio,
#speaker-modal .speaker dd.speaker-bio {
	display: block;
}

.speaker-modal .speaker dd.speaker-title:after,
#speaker-modal .speaker dd.speaker-title:after {
	content: ", ";
	margin-left: -3px;
}

/*** Alerts ***/
.alert {
	background: var(--alert-bg-color);
	border: 1px solid var(--alert-border-color);
	color: var(--alert-text-color);
	padding: 1rem;
	border-radius: 6px;
	font-size: 0.9rem;
	line-height: 1.25em;
}

.alert-info {
	width: 50%;
	margin: 0 auto;
	text-align: center;
}

.alert h2,
.alert h3,
.alert h4 {
	margin: 0 0 0.4em;
}
.alert p {
	margin: 0;
}
.alert * + p {
	margin: 0.5em 0 0 0;
}

#session-buttons-top {
	display: flex;
	position: absolute;
	right: 6px;
	top: 10px;
	width: 100%;
	justify-content: flex-end;
	gap: 0.5rem;
}

#session-buttons-bottom {
	display: flex;
	position: absolute;
	right: 6px;
	bottom: 10px;
	width: 100%;
	justify-content: flex-end;
	gap: 0.5rem;
}

body.session aside {
	display: none;
}

body.session #main-agenda-content {
	max-height: unset;
	overflow-y: unset;
}

body.session article h3 {
	font-size: 32px;
}

body.session div.text-wrapper {
	font-size: 1rem;
	line-height: 1.5rem;
	color: #7e7e7e;
	margin-top: 2rem;
}

body.session #main-agenda-content .speaker img {
	display: inline-block;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	top: 0;
	margin-right: 8px;
}

body.session #main-agenda-content .speaker dl {
	font-size: 14px;
}

body.session #main-agenda-content .speaker dt {
	margin: 6px 0;
}

/*
   * The following styles are auto-applied to elements with
   * transition="modal" when their visibility is toggled
   * by Vue.js.
   *
   * You can easily play with the modal transition by editing
   * these styles.
   */

.modal-enter {
	opacity: 0;
}

.modal-leave-active {
	opacity: 0;
}

/*
.modal-enter .modal-container,
.modal-leave-active .modal-container {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
*/

.speaker-img {
	width: 30px;
	height: 30px;
	background: #e4e4e4;
	border-radius: 50%;
	line-height: 30px !important;
	text-align: center;
	position: relative;
	top: -5px;
	margin-right: 10px;
}

/*** Drift Overrides ***/
div#drift-frame-chat {
	/* left: 12px !important; */
}

div#drift-frame-controller {
	height: 76px !important;
	/* left: 24px !important; */
	bottom: 24px !important;
}

@media screen and (max-width: 768px) {
	#wrapper .row {
		display: block;
		gap: unset;
	}
	.page-heading h1 {
		font-size: 40px;
		line-height: 44px;
	}
	main {
		order: unset;
		/* top: 340px;
		left: 0; */
		width: 100%;
	}
	#main-agenda-content {
		top: 8rem;
		padding: 0;
	}
	.toggle-filters {
		display: block;
	}
	aside {
		position: absolute;
		order: unset;
		width: 100% !important;
		/* height: 100vh; */
		max-height: unset;
		top: 0;
		width: 19.5rem;
		padding-top: 3rem;
		padding-bottom: 1rem;
		background: #fff;
		background: rgba(255, 255, 255, 0.9);
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
		transform: translateX(-100vw);
		transition: transform 0.2s ease-in-out;
	}
	aside.show {
		transform: translateX(0);
		transition: transform 0.2s ease-in-out;
	}
	nav.view-nav {
		white-space: nowrap;
		overflow-x: scroll;
		height: 62px;
		width: 100%;
	}

	nav.view-nav .view-nav-item {
		display: inline-block;
		float: none !important;
	}
}
