.details {
	margin: 0.375rem 0 0 0;
}
.affiliation {
	color: #777;
}

.functions button {
	display: block;
	width: 100%;
	text-align: left;
}

.itinerary .fa-times-circle {
	color: #e7edf1;
}
.itinerary .fa-check-circle {
	display: none;
}
.itinerary.selected .fa-times-circle {
	display: none;
}
.itinerary.selected .fa-check-circle {
	display: inline-block;
}

.launch {
	margin-top: 1.25rem; padding-top: 1.25rem;
	border-top: 1px solid #ccc;
}
.launch .links {
	font-size: 1rem;
}
.launch .links a {
	display: block;
	margin-bottom: 0.75rem;
	text-decoration: none; white-space: nowrap;
}
.launch.alert .links a {
	color: #500;
}
.launch .links a:last-child {
	margin-bottom: 0;
}
.launch .links i {
	margin-right: 0.375rem;
}
.launch .notes {
	margin-top: 1.25rem;
}
.launch .notes.hug {
	margin-top: 0.875rem;
}
.launch .notes p {
	margin: 0.375rem 0 0 0;
	font-size: 0.9375rem;
}

.video_label {
	 margin: 1.5rem 0 0 0;
}

.officials {
	margin-top: 1.25rem; padding-top: 1.25rem;
	border-top: 1px solid #ccc;
}
.officials .row {
	margin-top: 0.375rem;
}
.officials .row:first-child {
	margin-top: 0;
}
.officials .person {
	margin-top: 0;
}

.panelists ul {
	margin-top: 0;
}

.papers {
}
.papers .paper {
	margin-top: 1.25rem; padding-top: 1.25rem;
	border-top: 1px solid #ccc;
}
.papers .paper .title {
	font-weight: 500;
}
.papers .paper .authors {
	margin-top: 0.375rem;
}
.papers .paper .time {
	margin-top: 0.375rem;
}
.papers .paper .attachments {
	margin-top: 0.75rem; padding-left: 1.5rem;
}

.group.follow {
	margin-top: 1.5rem; padding-top: 1.5rem;
	border-top: 1px solid #ccc;
}
.group .callout {
	margin: 0 0 0.5rem 0;
}
.people {
	display: flex;
	flex-flow: wrap;
	margin: 0 -1rem;
}
.bit.active .people {
	padding-top: 2rem;
}
.people .person {
	flex: 0 0 auto; flex-basis: 50%;
	padding: 1rem;
}
.people .person .photo {
	box-shadow: 0 0 2px #0005;
}
.people.tilt .person .photo {
	transform: scale(1.025) perspective(90px) rotateY(1.5deg);
}
.people.tilt .person .label {
	margin-top: 0.75rem;
	text-align: right;
}
.people .person .label .name {
	margin-top: 0.5rem;
	font-size: 1rem; font-weight: 500;
}
.people .person .label .affiliation {
	margin-top: 0.25rem;
	font-size: 0.9375rem; font-style: italic;
}
@media only screen and (min-width: 480px) and (max-width: 1023px), (min-width: 1120px) {
	.people .person {
		flex-basis: 25%;
	}
}

#speakers {
}
#speakers .paper {
	margin-top: 1.25rem;
}
#speakers .paper .title {
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #ccc;
	font-size: 1rem; font-weight: 500;
}
#speakers .speaker {
	display: flex;
	padding: 0.5rem 0;
	border-bottom: 1px solid #ccc;
}
#speakers .speaker.header {
	padding-top: 0;
	border-top: none;
	font-weight: 500;
}
#speakers .speaker .name {
	flex: 0 0 50%;
}
#speakers .speaker .name .icon {
	display: inline-block;
	width: 1rem; margin-right: 0.5rem;
}
#speakers .speaker .name .icon.disabled {
	color: #ccc;
}
#speakers .speaker .time {
	flex: 0 0 25%;
}
#speakers .speaker .null {
	color: #999;
}
#speakers .speaker .label {
	display: none;
	color: #555;
}
#speakers .legend {
	display: block;
	margin-top: 1rem;
	font-size: 0.875rem; text-align: right;
}
#speakers .legend .entry {
	display: inline;
	margin-left: 1rem;
}
#speakers .legend .icon {
	display: inline;
	margin-right: 0.375rem;
}
#speakers .legend .icon.disabled {
	color: #ccc;
}
@media only screen and (min-width: 1px) and (max-width: 767px), (min-width: 1024px) and (max-width: 1279px) {
	#speakers .speaker {
		flex-wrap: wrap;
	}
	#speakers .speaker.header {
		display: none;
	}
	#speakers .speaker .name {
		flex: 0 0 100%;
		padding-bottom: 0.5rem;
		font-weight: 500;
	}
	#speakers .speaker .name .icon {
		display: inline;
	}
	#speakers .speaker .name .icon.active {
		margin-right: 0.5rem;
	}
	#speakers .speaker .time {
		flex: 0 0 50%;
	}
	#speakers .speaker .label {
		display: block;
		margin-bottom: 0.25rem;
	}
}


.video_overlay {
	display: block; position: absolute;
	width: 100%; height: 100%;
	cursor: pointer;
}
