:root {
    --brand-color-1: #364F6B;
    --brand-color-2: #1570a3;
    --brand-color-3: #77b8bb;
    --brand-color-bisque: #f7bb23;
    --brand-color-bisque1: #f9d424;
    --brand-color-sky: #1a97b8;
    --brand-color-blue: #1368b4;
}

.form-item-type-file .hint-button a {
  color: #fff;
  font-weight: 600; 
  background: var(--brand-color-2); 
  padding: 10px; 
  text-decoration: none; 
}

.menu-timeline ul.fMenu {
	display: flex;
	margin-bottom: 1rem;
}
.menu-timeline li {
	flex: 1 1 0;
	letter-spacing: -0.5px;
	text-align: center;
	position: relative;
}
.menu-timeline li.selected {
	font-weight: bold;
}

.menu-timeline li::before {
	height: 2px;
	width: 100%;
	left: -50%; top: 1rem;
	position: absolute;
	background: #4A91B7;
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
}
.menu-timeline .menu-item-text big {
	clear:both;
	display: inline-block;
	padding: 0.5rem 1rem;
	margin-bottom: 0.5rem;
	background: #4A91B7;
	color: #000;
	font-weight: bold;
}
.menu-timeline .menu-item-text span {
	display:block;
}

.menu-timeline li.future::before {
	display: none;
}
.menu-timeline li.future {
	opacity: 0.25;
}
.menu-timeline li.future a {
	pointer-events: none;
}

.intl-tel-input{
	width:100%;
}

.int-tel.form-item{
	overflow: visible;
}

.fboxy-wrapper {
    height: 80%;
    width: 80%;
    max-width: 1080px;
    max-height: 650px;
    top: unset;
    bottom: 45%;
    transform: translate(-50%, 50%);
}

.session-people-item {
    font-style: italic;
    color: #0d6efd;
    font-size: 0.9rem;
    line-height: 1.4;
}
.session-people-subtitle-33006:before,
.session-people-subtitle-33016:before{
	content:", ";
	margin-left:2px;
}
.session-people-subtitle-33006:empty,
.session-people-subtitle-33016:empty{
	display:none;
}

.page-title-sub .session-people-subtitle-33006:before{
	display:none;
}

.session-title > a {
    color: #000;
}

.matter .session-full a{
	pointer-events:none;
}

.user-list-speaker .f-list-item{
	margin:1rem auto;
}
.user-list-speaker .f-list-item-container{
	background: #e9e9e9;
	padding:1rem;
	height:100%;
}
.user-list-speaker .f-list-item-teaser-image{
	margin-bottom:15px;
}
.user-list-speaker .f-list-item-teaser-image img{
	border-radius:50%;
	aspect-ratio: 1 / 1;
	object-fit:cover;
	object-position:top center;
	max-width:100px;
}
.user-list-speaker .f-list-item-title a{
	font-weight:500;
	color: var(--brand-color-1);
	margin-bottom:5px;
}
.user-list-speaker .f-list-item-teaser-content a{
	font-size:0.9rem;
	color:#000;
}
.user-list-speaker .f-list-item-teaser-content .f-list-node-value{
	display:block;
	margin-top:5px;
	margin-left: 30px;
}
.user-list-speaker #f-list-node-username:before{
	font-family: FontAwesome;
	content:"\f0e0";
	margin-right: 14px;
	margin-left: -29px;
}
.user-list-speaker #f-list-node-33005:before{
	font-family: FontAwesome;
	content:"\f2bb";
	margin-right: 12px;
	margin-left: -29px;
}
.user-list-speaker #f-list-node-33006:before{
	font-family: FontAwesome;
	content:"\f64f";
	margin-right: 10px;
	margin-left: -28px;
}
.user-list-speaker #f-list-node-32991:before{
	font-family: FontAwesome;
	content:"\f57d";
	margin-right: 13px;
	margin-left: -27px;
}
.user-list-speaker .f-list-header form{
	display:flex;
}
.user-list-speaker .f-list-header-item.f-list-header-item-search{
	width: calc(100% - 60px);
}
.user-list-speaker .f-list-header-item.f-list-header-item-go{
	width: 50px;
	margin-left:10px;
}
.user-list-speaker .f-list-header-item.f-list-header-item-go input,
.user-list-speaker .f-list-header-item.f-list-header-item-search input{
	padding: 10px 5px;
	width:100%;
	height: 100%;
}