/* Conference specific customisations */

.section#ConferenceHome .ad .img_caption {
	border-bottom: none;
}

/* Knowledge Space Menu */

.section#KnowledgeSpaces #ks_menu #plenary {
	color: #0A7606 !important;
	text-align: center;
	font-style: italic;
	padding: 0;
	margin-bottom: 0;
}

.section#KnowledgeSpaces #ks_menu #plenary .side img {
	height: 3rem;
}

.section#KnowledgeSpaces #ks_menu .items .box.kernelBorder {
	background-size: contain;
	background-repeat: no-repeat;
}

.section#KnowledgeSpaces #ks_menu .items .box {
	flex-wrap: wrap;
	align-content: center;
	padding: 3rem 0.5rem 1rem !important;
	text-align: center;
	height: 4rem;

}

.section#KnowledgeSpaces #ks_menu .items .menuTitle {
	margin-bottom: 0.25rem;
}

.section#KnowledgeSpaces #ks_menu .items .menuDesc {
    font-size: 12px;
    font-weight: normal;
}

.section#KnowledgeSpaces #ks_menu #spotlight {
    display: flex;
    align-items: center;
    margin: 1rem 0.5rem;
    justify-content: center;
    height: 13rem;
	padding: 3.5rem 0.5rem 0.5rem !important;
    text-decoration: none;
    color: white;
	font-size: 0.8rem;
	background-size: contain;
	background-repeat: no-repeat;
}

.section#KnowledgeSpaces #ks_menu #spotlight a.callToAction {
	height: unset;
	padding: 0.75rem !important;
	margin: 0.25rem;
}


.section#KnowledgeSpaces #ks_menu p#tbc {
	font-size: 0.7rem;
	font-style: italic;
	margin: 0 0.5rem;
}


/* Copied from RDD Europe 2025:

Conference specific customisations



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