/**
 * Gel 2019.0
 * Conference Schedule Stylesheet
 * @version 2019.0.17
 * @modified 2023-03-30 by Chelsea Harder
 */.schedule {
	position: relative;
	margin-top: 2em;
	padding-top: 5.9em;
	border: 2px solid #fff;
	border-radius: 12px;
	background: rgba(255, 255, 255);
	backdrop-filter: blur(24px) saturate(180%);
	margin: 2em 0em;
}
.day-header {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 25%;
	height: 3.5em;
	margin: 0;
	padding: .8em;
	background: #000000;
	border-right: 1px solid #fff;
	color: #FFF;
	font-size: 1.7em;
	line-height: 1em;
	text-align: center;
	cursor: pointer;
}
.day-header:nth-of-type(1) {
	left: 0;
	border-radius: 0px 0 0 0;
}
.day-header:nth-of-type(2) {
	left: 25%;
}
.day-header:nth-of-type(3) {
	left: 50%;
}
.day-header:nth-of-type(4) {
	left: 75%;
	border: none;
	border-radius: 0 10px 0 0;
}
.day-header:not(.day-open):hover {
	z-index: 2;
	color: #f99f3f;
}
.day-open {
	z-index: 3;
	background: #791215;
}
.day-header-date {
	display: block;
	font-size: .6em;
	font-weight: 400;
}
.day-open:after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 50%;
	z-index: -1;
	margin-left: -20px;
	border-top: 20px solid #791215;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
}
.day {
	display: none;
	position: relative;
	padding: 3em 3em 1em 0;
	-moz-transition: opacity 2s ease;
	-webkit-transition: opacity 2s ease;
	transition: opacity 2s ease;
}
.day-open + .day {
	display: block;
}
.day:after {
	content: "";
	position: absolute;
	top: 0;
	left: 7.4em;
	z-index: 0;
	width: 3px;
	height: 100%;
	background-color: #cccccc;
}
.time-slot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative;
	z-index: 1;
	margin: 0 0 2em;
}
.start-end-time {
	position: relative;
	width: 15em;
	margin: 0em 0 0 2em;
	font-size: .875em;
	text-align: center;
	font-variant: small-caps;
}
.start-end-time:after {
	content: "";
	position: absolute;
	top: -.05em;
	left:43%;
	z-index: -1;
	width: 1.4em;
	height: 1.4em;
	margin-left: -.7em;
	background-color: #cccccc;
	border-radius: 50%;
}
.sessions {
	-webkit-box-flex: 1 0 40%;
	-webkit-flex: 1 0 40%;
	-ms-flex: 1 0 40%;
	flex: 1 0 40%;
	width: 40%;
}
.sessions h4 {
	width: 100%;
	margin-top: 0;
	color: #000000;
	font-size: 1.42em;
}
.session {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-box-wrap: wrap;
	-webkit-box-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flexbox-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 1em;
}
.session:last-child {
	margin-bottom: 0;
}
.session-title a {
	font-style: normal;
	color: #791215;
	font-weight: 700;
}
.session-title a:hover {
	color: #D14727;
}
.session-title {
	width: 100%;
	margin: 0 0 .25em;
	color: #000000;
	text-align: left;
}
.speaker-names {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 1.5em 0 0;
	color: #000000;
	font-size: .875em;
	font-weight: normal;
}
.location {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 1.5em 0 0;
	color: #000000;
	font-size: .8em;
}
.schedule-bottom {
	background: rgba(221, 222, 228, 0.25);
	backdrop-filter: blur(24px) saturate(180%);
	padding: 1.5em 3em;
	
	border: 1px solid #000000;
	margin-top: 1.5em;
	width: 100%;
}
.schedule-bottom > p {
	text-align: center;
}
.location svg, .speaker-names svg {
	margin-right: .5em;
}
.sponsor {
	margin: 0 1.5em 0 0;
	font-size: .875em;
	font-weight: normal;
}
@media screen and (max-width: 1120px) {
	.day-header {
		font-size: 1.2em;
	}
	.schedule {
		padding-top: 4em;
	}
}
@media screen and (max-width: 900px) {
	.schedule {
		padding-top: 3.2em;
	}
	.day-header-date {
		font-size: .7em;
	}
	.day:after {
		left: 5.25em;
	}
	.start-end-time {
		width: 12em;
	}
}
@media screen and (max-width: 800px) {
	.day-header {
		font-size: 1em;
	}
}
@media screen and (max-width: 675px) {
	.schedule {
		padding-top: 10em;
		margin: 2em -1em -1em;
		border-radius: 0;
		border-left: none;
		border-right: none;
	}
	.day-header {
		width: 100%;
		height: 2.5em;
		padding-top: .75em;
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, .4);
	}
	.day-header:nth-of-type(1) {
		top: 0;
		left: 0;
		border-radius: 0;
	}
	.day-header:nth-of-type(2) {
		top: 2.5em;
		left: 0;
	}
	.day-header:nth-of-type(3) {
		top: 5em;
		left: 0;
	}
	.day-header:nth-of-type(4) {
		top: 7.5em;
		left: 0;
		border-radius: 0;
	}
	.day-header-date {
		display: inline;
		font-size: 1em;
		color: inherit;
		font-weight: inherit;
	}
	.day-header-date:before {
		content: ", ";
	}
	.day-open:after {
		display: none;
	}
	.day {
		padding: 2em 3em 0;
	}
	.day:after {
		display: none;
	}
	.time-slot {
		display: block;
	}
	.start-end-time {
		width: 100%;
		margin: 0 0 1em;
		border-top: 1px solid #C8C8C9;
		border-bottom: 1px solid #C8C8C9;
		font-size: 1.1em;
	}
	.start-end-time:after {
		display: none
	}
	.sessions, .speaker-names, .location {
		width: 100%;
	}
	.speaker-names {
		-webkit-box-align: flex-start;
		-webkit-align-items: flex-start;
		-moz-box-align: flex-start;
		-ms-flex-align: flex-start;
		align-items: flex-start;
		margin: .5em 1.5em .25em 0;
		font-size: .8em;
		font-weight: normal;
		text-align: left;
	}
	.speaker-names svg {
		margin-top: auto;
		margin-bottom: auto;
	}
	.sessions h4 {
		font-size: 1.1em;
	}
}
@media screen and (max-width: 425px) {
	.day {
		padding: 2em 1.5em .1em;
	}
}