/* Conference specific customisations */

.section#KnowledgeSpaces .kernelBorder {
	background-repeat: no-repeat !important;
	background-position-x: -31px;
}

/* Knowledge Space Menu */

.section#KnowledgeSpaces #ks_menu #plenary {
	border: 1px solid #3A5CA6;
	color: #3A5CA6;
}

.section#KnowledgeSpaces #ks_menu #plenary #explore_contents {
	text-align: center;
	line-height: 1.5;
}

.section #ks_menu img#NoseAndLungs {
	height: 90px;
}

.section #ks_menu div#side {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-left: 1px solid;
	padding-left: 0.5rem;
	padding-bottom: 1rem;
}

.section #ks_menu div#side #sideSponsors {
	padding-left: 0;
	border-left: none;
}


/* Knowledge Space Menu items */

.section #ks_menu .items a {
	flex-wrap: wrap;
	align-content: center;
	padding: 3.5rem 0.5rem 0.5rem !important;
	text-align: center;

}

.section #ks_menu .items a.kernelBorder {
	background-size: cover;
    background-size: auto 3rem;
	background-repeat: repeat-x !important;
}

.section #ks_menu .items a.kernelBorder.halfheight {
	height: 3.5rem;
	padding: 0.5rem !important;
    background-position-x: 0;
}

/* .section #ks_menu .items a .menuTitle {
	font-size: 1.1rem;
}

.section #ks_menu .items a .dateAndTime {
	font-size: 0.9rem;
} */

.section #ks_menu #iconLinks {
	border: 1px solid black;
	margin: 1rem 0.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.section #ks_menu #iconLinks a {
	flex-basis: 35%;
	min-height: 80px;
	color: black;
	height: unset;
	padding: 0 !important;
	margin: 0 !important;
}

.section #ks_menu #iconLinks img {
	width: 40px;
}

.section #ks_menu #iconLinks span.desc {
	font-weight: normal;
	font-size: 0.7rem;
}


/* Knowledge Space Menu Moderator box  */

.section #ksSession .item.moderator .side {
	align-self: center;
}

.section #ksSession .item.moderator .middle {
	display: flex;
	justify-content: space-around;
	flex-basis: unset;
	flex-direction: column;
	flex-grow: 1;
/*	align-self: start; */
}

/* .section #ksSession .item.moderator .middle>div {
	margin: unset;
} */