: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;
}