/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 08 2024 | 18:00:11 */
/* Full Conference Schedule page */

.conference-schedule .conference {
	margin: 1em 0em;
	padding: .5em 1em;
	border-left: 5px solid #FFF;
	
}

.conference-schedule .sponsored {
	background-color: #F0F0F0;
	border-left: 5px solid #4b2a91;
}

/* Home Page Sponsored Conference Listing */

.sc-list {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	height: auto-flow;
}

.sc-item {
	flex: 1 0 200px;
	margin-right: 5px;
	margin-bottom: 10px;
	text-align: center;
}

.sc-header {
	width: 100%;
	height: 20%;
	background-color: #4b2a91;
	color: white;
	padding: 5px 0px;
	font-weight: bolder;
}

.sc-header a:visited {
	color: white;
}

.sc-body {
	width: 100%;
	height: 70%;
	padding: 10px;
	border-right: solid 1px #4b2a91;
	border-left: solid 1px #4b2a91;
}

.sc-footer {
	width: 100%;
	background-color: #666;
	color: white;
}

.sc-title {
	font-weight: bold;
}

.sc-location {
	text-decoration: italic;
}

/* Upcoming conference calendar sidebar widget */

.upcoming-conference {
	clear: both;
	margin: 0;
	border: 0;
	padding: 0 0 10px; 
	width: 100%;
}

.upcoming-conference .confblock {
	height: 60px;
}
.upcoming-conference .confleft {
	float: left;
	position: relative;
	margin-right: 1em;
	background: #4b2a91;
	width: 60px;
	height: 60px;
	text-align: center;
}

.upcoming-conference .confleft .confdate {
	margin-top: 13px;
	color: #FFF;
}

.upcoming-conference .confleft .confdate .confmonth {
	font-size: 13px;
	line-height: 1;
	text-align: center;
}

.upcoming-conference .confleft .confdate .confday {
	font-size: 26px;
	line-height: 20px;
	font-weight: 900;
}
.upcoming-conference .confright {
	position: relative;
	line-height: 15px;
}

.upcoming-conference .confright .conftext {

}

.upcoming-conference .confright .conftext .confname {
	display: block;
	padding-top: 10px;
	line-height: 20px;
}

.upcoming-conference .confright .conftext .confloc {
	color: #999;
	
}