html {
    font-size: 14px;
}
@media (max-width: 991.9px) {
    html {
        font-size: 14px;
    }
}
body {
    padding-top: 0 !important;
    line-height: 1.3;
    font-family: 'OpenSans', sans-serif;
    font-size:14px;
}
a{
	text-decoration: none;
}
p{
	font-size:1rem;
	line-height: 1.4;
}
header.fHeader,
header#fHeader,
header.fHeader1,
#fFooter {
	display: none;
}

#fMatterPre{
	padding:0;	
}

.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 a{
	color:#000;
}
.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: 5rem;
    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;
}
.nav-dashboard ul.fMenu ul a {
    font-size: 1.1rem;
    border-bottom: 1px solid #dfdfdf;
}
@media(min-width:576px) {
	.nav-dashboard ul.fMenu li {
		width: 25%;
	}
}
@media(min-width:992px) {
	.nav-dashboard ul.fMenu li {
		width: 20%;
	}
}
h3{
	text-align: center;
    background-image: linear-gradient(90deg, rgba(26, 158, 184, 1) 22%, rgba(123, 188, 55, 1) 81%, rgba(247, 205, 13, 0.6923144257703081) 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: fit-content;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0px auto 15px auto !important;
    font-weight: 700 !important;
}
#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;
	background: none;
	background-color: var(--color-1);
	text-align: left;
}
#fPageTitle:before{
	display: none;
}
#fPageTitle h1#heading {
    margin: 0;
    padding: 0;
    font-size: 1.3rem;
    font-weight: 600;
}
.fModuleTitle h3{
	font-size:1.3rem;
}
.title-center .fModuleTitle h3{
	text-align:center;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}
.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;
}

#fContentPre 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: 360px;
	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%;
	text-align: left;
}
.nav-main .fMenu .menu-item.close {
	display: none;
}
.nav-main a {
	display: block;
	font-weight: 600;
	padding: 0.5rem 1rem;
	font-size: 1rem;
}

#fContentPre .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: 'OpenSans', 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;
}

.app-content-list.tour .f-list-item-container {
    display: block;
    padding: 1rem;
    align-items: center;
    border-bottom: 1px solid #ccc;
}
.app-content-list.tour .f-list-item-node.f-list-item-teaser-image{
	border-radius: 0;
	border: 2px solid var(--brand-color-bluedip) !important;
	overflow: hidden;
}
.app-content-list.tour .f-list-item-node.f-list-item-teaser-image img {
    width: auto;
    height: auto;
    object-fit: contain;
    border: 0 !important;
    padding: 0;
    margin-bottom: 1rem;
}

.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: 'OpenSans', sans-serif;
	display: block;
	text-align: center;
	padding-top: 2rem;
}
.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: 0.6rem 0;
	font-size: 1rem;
	font-weight: 700;
	height: 2rem;
	width: 2rem;
	text-align: center;
	line-height: 1rem;
	margin-bottom: 5px;
}
.nav-horizontal ul.fMenu li.selected {
	background: #fff;
	opacity: 1;
}
.nav-horizontal li.selected big {
	background: var(--color-1-hover);
	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;
	min-height: 70px;
}
.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;
	border-right: 0;
}
.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: 'OpenSans', sans-serif;
	font-size: 1rem;
}
body .session-intro,
body .session-intro a {
	font-family: 'OpenSans', 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 > .session-people-item:first-of-type .session-people-role{
	display: block;
    margin-top: 5px;
}
.session-people-subtitle{
	font-weight:400 !important;
}
.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: 'OpenSans', sans-serif;
    color: var(--brand-color-theme-3);
    padding-bottom: 0;
    margin-bottom: 0.5rem !important;
}
.session-container,
.session-container table{
	border:none;
}
.session-container table tr{
	box-shadow:none;
}
.session-container table tr:not(:first-child) td:first-child{
	/* border-bottom: 1px solid #ccc; */
}
.session-container .session-details{
	border-right: none;
}

.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-people-role-35863 .session-people-role{
	display: none !important;
}
.session-people-role-35863 a,
.session-people-role-35863 .session-people-subtitle{
	color: #3c8bca;
    font-weight: 600;
    font-size: 0.9rem;
    font-style: italic;
	margin-bottom:10px;
}

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



.f-listing-header-item{
	margin: 0 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;
}
.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;
}


.f-listing-header,
.f-list-header{
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.f-listing-header-item,
.f-list-header-item {
    margin-bottom: .5rem;
    width: fit-content;
}
.f-listing-header-item input,
.f-listing-header-item select,
.f-list-header-item input,
.f-list-header-item select{
	height:100%;
	width:100%;
	border: 1px solid #c6c6c6;
	padding: 5px;
	color: #000;
}
.f-listing-header-item.f-listing-header-search,
.f-listing-header-item.f-listing-header-filter.f-listing-session-venue{
	width:100%;
	margin:0 10px;
}
body .session-title a {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
    padding: 2px 0;
    display: inline;
    font-size: 1rem;
}

.sponsor-list .f-list-item-container {
    text-align: center;
    margin-bottom: 10px;
    border-bottom: 0;
    margin-top: 15px
}
.sponsor-list .f-list-item-teaser-image {
    margin-bottom: 15px
}
.sponsor-list .f-list-item-teaser-image img {
    width: auto;
    border-radius: 5px;
    /* border: 1px solid #ccc; */
    background: #fff;
    padding: 10px;
    max-height: 100px;
}
.sponsor-list a.fButtons {
    background: #ececec;
    padding: 10px 5px;
    border-radius: 5px;
    transition: .2s ease-in-out;
    margin-top: 1rem;
	font-size:0.9rem;
}
.sponsor-list .f-list-item-title {
    display: none;
}
.sponsor-list .f-list-item{
	max-width:300px;
}


body.abstracts .fboxy-wrapper {
    top: unset;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    max-width: 100%;
    height: 90%;
    max-height: 100%;
}


.banner{
	margin:-1rem;
}
.banner img{
	height: auto;
	max-height:150px;
	object-fit:cover;
	
}
.fMarquee::before {
	position: absolute;
	top: -0.5rem;
	right: -0.5rem;
	height: 1rem;
	width: 1rem;
	background: #cc0000;
	content:"";
	border-radius: 50%;
	animation: blinking 1.5s infinite;
}
/*----------animation----------*/
@keyframes blinking {
    0%{
        opacity: 1;
    }
    70%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.fMarquee {
	position: relative;
    margin: 1rem;
    border-radius: 5px;
    background: #eed97f78;
    padding: 0.5rem 1rem !important;
    border: 3px solid #4CAF50;
}
.fMarquee p {
	margin: 0.25rem 0;
}
.fMarquee .f-list-item-title {
	display:none;
}
.fMarquee .f-list-item-container{
	border:none !important;
	padding:0 !important;
}


@media only screen and (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
#fMenu-toggle-47708 {
    top: 0% !important;
    transform: translate(0%, 0%) !important;
}



.fboxy-wrapper .fboxy-title h3,
.fboxy-wrapper .fboxy-title img{
	display: none;
}
.fboxy-title .fboxy-close{
	height: 0;
}

body .fboxy-wrapper.loaded {
    margin: 0 auto;
    width: 100%;
    max-width: 992px;
    height: 90%;
    max-height: 90%;
    top: auto;
    bottom: 0;
    transform: translate(-50%, 0);
    left: 50%;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 5px;
}