@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&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');

header.fHeader,
#fFooter {
	display: none;
}
.nav-dashboard ul.fMenu {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}
.nav-dashboard ul.fMenu > li:first-child {
	display: none;
}
.nav-dashboard a {
	display: block;
	font-weight: 600;
	padding: 1rem;
}
.nav-dashboard ul.fMenu li {
	width: 33%;
}
.nav-dashboard ul.fMenu ul {
	max-width: 600px;
    left: 50%;
    bottom: -100%;
    margin: 0;
    padding: 0;
    transform: translate(-50%,-0%);
    border-radius: 0.5rem;
    width: calc(100% - 40px);
    position: fixed;
    background: white;
    box-shadow: 0 0 1rem rgb(0 0 0 / 25%);
    opacity: 0;
    transition: 0.5s all;
    margin-bottom: -1px;
    overflow: auto;
    z-index: 10;
    transition: 0.5s all;
}
.nav-dashboard li.close {
    position: fixed;
    margin: 0;
    padding: 0;
    opacity: 0;
    transition: 0.5s all;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.nav-dashboard ul.fMenu li.hover ul {
    display: block;
    bottom: 7rem;
    opacity: 1;
}
.nav-dashboard li.close {
	width: 100% !important;
}
.nav-dashboard li.close a {
    bottom: 1rem;
    left: 50%;
    transform: translate(-50%,-0%);
    max-width: 600px;
    width: calc(100% - 40px);
    border-radius: 0.5rem;
    box-shadow: 0 0 1rem rgb(0 0 0 / 25%);
    background: #ff0000;
    color: #fff;
    font-size: 1.25rem;
    font-weight: bold;
    position: fixed;
}
.nav-dashboard li.close.show {
    z-index: 9;
    opacity: 1;
}
.nav-dashboard ul.fMenu > li.close::before {
	display: block;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: fixed;
    background: rgba(0,0,0,0.5);
    transition: 0.5s all;
}
.nav-dashboard ul.fMenu ul li {
	width: 100%;
	padding: 0;
}
@media(min-width:576px) {
	.nav-dashboard ul.fMenu li {
		width: 25%;
	}
}
@media(min-width:992px) {
	.nav-dashboard ul.fMenu li {
		width: 20%;
	}
}

#fContent .fPageTitle {
	position: fixed;
	top: 0; left: 0; right: 0;
	height: auto;
	min-height: auto;
	padding-top: 1rem; padding-bottom: 1rem;
	z-index: 99;
	margin-bottom: 0;
}
.fPageTitle h1 {
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
}
.fModuleTitle h3{
	font-size:1.3rem;
}
.splash {
	position: absolute;
}
.splash .fGalleryImage {
	position: fixed;
	top: 0; right: 0; left: 0; bottom: 0;
	background: #fff;
	z-index: 100;
}
.splash .fGalleryImage img {
	margin: 0 auto;
	display: block;
	object-fit: cover;
	position: relative;
	top: 50%; transform: translate(0,-50%);

}


.nav-back {
	float: left;
}
.nav-main {
	position: fixed;
	top: 0; right: 1rem;
	z-index: 101;
	padding: 0 !important; 
	margin: 0 !important;
	overflow: visible !important;
}

.content-pre ul.fMenu a {
	color: #fff;
	padding: 1rem;
	display: block;
}

.nav-main .navbar-toggle {
	position: relative;
	width: 1.5rem; height: 1.25rem;
	display: block;
}

.nav-main .navbar-toggle .icon-bar {
	position: absolute;
	top: 0;
	height: 2px;
	background: #fff;
	left: 0; right: 0;
	top: 50%;
	margin: 0 !important;
}
.nav-main .navbar-toggle.collapsed .icon-bar:first-child {
	top: 0;
}
.nav-main .navbar-toggle .icon-bar:first-child {
	top: 50%;
}
.nav-main .navbar-toggle .icon-bar:last-child {
	top: 100%;
}
.nav-main .navbar-toggle.collapsed .icon-bar {
	transform: translate(0,-50%) !important;
}

.nav-main nav.collapse.show {
	display: block !important;
	opacity: 1;
}
.nav-main nav {
    position: fixed;
    left: 0; right: 0;
    top: 0; bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.5);
	height: 100%;
	opacity: 0;
	transition: 0.01s height;
}
.nav-main nav .fMenu {
	background: #fff;
	width: 320px;
	max-width: calc(100% - 3rem);
	height: 100%;
	overflow: auto;
	left: -320px;
	transition: 0.5s all;
	position: absolute;
}
.nav-main nav.show .fMenu {
	left: 0;
}
.nav-main .fMenu .menu-item {
	width: 100%;
}
.nav-main .fMenu .menu-item.close {
	display: none;
}
.nav-main a {
	display: block;
	font-weight: 600;
	padding: 0.5rem 1rem;
	font-size: 1.1rem;
}

.content-pre .nav-main ul.fMenu a {
	color: #000;
	font-weight: 600;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.nav-main ul ul {
	margin: 0; padding: 0;
}
.nav-main ul ul a {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-weight: 400 !important;
}
.nav-main .fMenu .menu-item-icon {
	display: inline-block;
	margin-right: 1rem;
	width: 2.5rem;
}
.menu-item-icon img {
	max-width: 100%;
}


/* User List */
.app-user-list .f-list-users .f-list-item-container,
.app-user-list .f-list-content .f-list-item-container {
    padding: 1rem;
    border-bottom: 1px solid #ccc;
}
.app-user-list .f-list-users .f-list-item-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.app-user-list .f-list-users .f-list-item-text {
    flex-basis: calc(100% - 5rem);
}
.app-user-list .f-list-users .f-list-item-teaser-image {
    flex-basis: 4rem;
    margin-right: 1rem;
}
.app-user-list .f-list-users .f-list-item-teaser-image img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #ccc;
    object-fit: cover;
    border: 2px solid var(--brand-color-bluedip) !important;
}
.app-user-list .f-list-item-title {
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

/* Content List */
.app-content-list .fModuleTitle h3 {
	text-align:left;
	border-bottom:1px solid #bbb;
	margin-bottom: 1rem;
}
.app-content-list .f-list-item-container {
    display:flex;
	padding: 1rem;
	flex-wrap: wrap;
    align-items: center;
	border-bottom: 1px solid #ccc;
}
.app-content-list .f-list-item-node.f-list-item-teaser-image{
	border-radius: 50%;
	border: 2px solid var(--brand-color-bluedip) !important;
	overflow: hidden;
}
.app-content-list .f-list-item-node.f-list-item-teaser-image img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    border: 0 !important;
    padding: 5px;
}
.app-content-list .f-list-item-teaser-image {
    flex-basis: 4rem;
    margin-right: 1rem;
}
.app-content-list .f-list-item-text {
    flex-basis: calc(100% - 5rem);
}
.app-content-list .f-list-item-title{
	font-weight:600;
}

.nav-horizontal ul.fMenu {
	display: flex;
	flex-wrap: nowrap;
}
.fPageTitle .container {
    display: flex;
    align-items: center;
}
h1#heading {
	display: inline-block;
}
a.link-back {
	color: #fff;
	padding: 0.5rem;
	display: inline-block;
	margin-right: 1rem;
	border: 1px solid #fff;
	border-radius: 0.5rem;
}



/* Program */
.nav-horizontal ul.fMenu {
	display: flex;
	flex-wrap: nowrap;
	background: #eeeeee;
	justify-content: center;
}
.nav-horizontal ul.fMenu li a:hover {
	color: #000;
}
.nav-horizontal ul.fMenu li a {
	padding: 1rem;
	font-family: 'Roboto', sans-serif;
	display: block;
	text-align: center;
}
.nav-horizontal ul.fMenu li {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	opacity: 0.75;
	flex-grow: 1;
}
.nav-horizontal big {
	background: #ccc;
	display: inline-block;
	clear: both;
	border-radius: 50%;
	padding: 1rem 0;
	font-size: 1.25rem;
	font-weight: 700;
	height: 3rem; width: 3rem;
	text-align: center;
	line-height: 1rem;
}
.nav-horizontal ul.fMenu li.selected {
	background: #fff;
	opacity: 1;
}
.nav-horizontal li.selected big {
	background: var(--brand-color-theme-1);
	color: #fff;
}


/* Session */
body .session-container {
	overflow: hidden;
	background: #fff;
}
.session-container th {
	display: none;
}
.session-container table tr {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	border: 0px none;
	margin-top: 0;
}
.session-container table td {
	width: calc(100% - 80px);
	margin-left: 80px;
	text-align: left !important;
	border-bottom: 1px solid #ccc;
}
.session-container table td.session-time {
	width: 80px !important;
	min-width: unset;
	margin: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	background: none !important;
	color: #000 !important;
	text-align: center !important;
	font-size: 1rem !important;
}
.session-venue {
	margin-top: 0.5rem;
	padding-left: 1.25rem;
	background: url('https://img.icons8.com/fluency-systems-regular/48/000000/marker--v1.png') left center no-repeat;
	background-size: 1rem;
	font-size: 0.8rem;
	opacity: 0.75;
	color: #000;
	position: relative;
	bottom: unset;
}
body .session-title,
body .session-time-start {
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
}
body .session-intro,
body .session-intro a {
	font-family: 'Roboto', sans-serif;
}
.session-full {
	text-align: center;
	padding-top: 1rem;
	background: #fff;
}
.session-full .session-intro {
	font-size: 1.25rem;
	line-height: 1.5rem;
	padding: 1rem;
}
.session-full .session-item-slots {
	text-align: left;
	border-top: 1px solid #ccc;
	margin-top: 1rem;
}
.session-full .session-venue {
	display: inline-block;
    background-color: #eee;
    padding: 0.25rem 0.5rem 0.25rem 1.5rem;
    background-position: 0.5rem center;
    border-radius: 4px;
}

.session-time-start:after{
	display:none !important;
}
.session-time .session-time-end{
	opacity: 0.4 !important;
}
.session-people-name::before{
	display:none;
}
.session-people-role-29818,
.session-people-role-31044{
	margin-bottom:15px;
	color:#000;
	font-weight: 400;
}
.session-people-role-29818 a,
.session-people-role-29818 .session-people-subtitle,
.session-people-role-31044 a,
.session-people-role-31044 .session-people-subtitle{
	color:#000;
    font-weight: 400;
}
.session-people-role-29818 .session-people-role,
.session-people-role-31044 .session-people-role{
	display:block;
}
.session-people-role-36047 .session-people-role,
/* .session-people-role-36076 .session-people-role, */
.session-people-role-29815 .session-people-role{
	display:none;
}
.session-people-role-29816 a,
.session-people-role-29816 .session-people-subtitle,
.session-people-role-31043 a,
.session-people-role-31043 .session-people-subtitle,
.session-people-role-29815 a,
.session-people-role-29815 .session-people-subtitle{
	color: var(--brand-color-Navy);
	font-weight: 600;
	margin-bottom:10px;
}
.session-people-subtitle{
	font-weight:400 !important;
}
.session-people-subtitle-19377:empty{
	display:none;
}
.virtual-venue{
	display:none;
}
.session-title.session-sub-title{
	font-size:1rem;
	font-weight:600;
	color: #000;
}
body.app-programme #fMatter{
	padding:0;
}
h3.session-heading {
    font-size: 1.2rem;
    padding: 1rem;
    font-weight: 600;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    color: var(--brand-color-theme-3);
    padding-bottom: 0;
    margin-bottom: 0.5rem !important;
}
.session-container table tr{
	box-shadow:none;
}
.session-container table tr:not(:first-child) td:first-child{
	border-bottom: 1px solid #ccc;
}

.session-container ul.session-sub li {
    margin: 0 !important;
    list-style: none;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.session-container ul.session-sub li:last-child {
	border: 0 none;
}
.session-container table td.session-track-36317 {
	margin-left: 0;
	display: block;
    background: #f4f4fc;
    width: 100%;
}


.app-abstract-list{
	margin:calc(var(--bs-gutter-x) * -.5);	
}

.app-abstract-list .f-list-item-container{
	padding:1rem;
	border-bottom: 1px solid #ccc;
}
.app-abstract-list .f-list-subtitle,
.app-abstract-list .f-list-subtitle a{
	font-weight:500;
	color: var(--brand-color-Navy);
}
#f-list-node-14421,
#f-list-node-12091{
	display:none;
}

.f-listing-header-item{
	margin:0.5rem;
}

.f-listing-header-item input,
.f-listing-header-item select{
	width:100%;
	padding:5px;
	border: 1px solid var(--brand-color-Navy);
	border-radius:10px;
}
.session-status-3 > .session-title:before {
    position: relative;
    content: "Live";
    color: #cc0000;
    font-size: 1rem;
    font-weight: bold;
    display: block;
    animation: blinking 1.5s infinite;
}

.div-loading {
	background: #fff center center url('https://storage.unitedwebnetwork.com/files/1048/e56422fb49409b6f09ee7bbb05e96fc3.gif') no-repeat;
	position: fixed;
	top: 0; right: 0; left: 0; bottom: 0;
	z-index: 999;
	opacity: 0.5;
}


body.content-type-36011 .fPageTitle h1{
	font-size:1rem;
}

#fMatter .fModule {
    padding: 0;
}


.f-list-item-title {
	font-weight:600;
}
body.com-user #fMatter .f-user-container .f-content-item-node {
    text-align: center;
}
body.com-user #fMatter .f-user-container .f-content-item-node img {
    width: 150px;
    height: 150px;
    margin-top:5px;
    margin-bottom: 10px;
    border-radius: 50%;
	object-fit: cover;
    object-position: center;
    border: 4px solid var(--brand-color-theme-1);
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
.f-content-fields .f-content-node {
    padding: 1rem;
    border-top: 1px solid #ccc;
}
.f-content-node-title {
    font-size: 0.8rem;
    text-transform: uppercase;
    opacity: 0.7;
}
