.tl-slide-background {
	background-image: url("/sites/www2/files/2023-04/brown_background_large-min.jpg") !important;
	opacity: 1 !important;
	display: block !important;
}
.tl-text p {
	color: #ffffff;
}
.tl-text .tl-headline-date, .tl-text h3.tl-headline-date {
	color: #fffffff !important;
}
.tl-headline-date {
	color: #FFD94A !important;
}
.tl-full-image-background .tl-text .tl-headline-date, .tl-full-color-background .tl-text .tl-headline-date, .tl-full-image-background .tl-text p .tl-headline-date, .tl-full-color-background .tl-text p .tl-headline-date, .tl-full-image-background .tl-text h3.tl-headline-date, .tl-full-color-background .tl-text h3.tl-headline-date, .tl-full-image-background .tl-text p h3.tl-headline-date, .tl-full-color-background .tl-text p h3.tl-headline-date {
	color: #FFD94A !important;
}
.tl-slidenav-title {
	text-shadow: none !important;
}
.tl-slidenav-description {
	color: #ffffff !important;
}
.tl-slidenav-description:hover {
	opacity: 1.0 !important;
}
.tl-slidenav-description:focus {
	opacity: 1.0 !important;
}
.tl-timeline h1, .tl-timeline h2, .tl-timeline h3, .tl-timeline h4, .tl-timeline h5, .tl-timeline h6 {
	color: unset;
}
.tl-text-headline-container .tl-headline {
	color: #ffffff;
	font-size: 1.5em !important;
}
.tl-slidenav-previous .tl-slidenav-content-container .tl-slidenav-icon, .tl-slidenav-next .tl-slidenav-content-container .tl-slidenav-icon, .tl-slidenav-previous .tl-slidenav-content-container .tl-slidenav-title, .tl-slidenav-next .tl-slidenav-content-container .tl-slidenav-title, .tl-slidenav-previous .tl-slidenav-content-container .tl-slidenav-description, .tl-slidenav-next .tl-slidenav-content-container .tl-slidenav-description {
	color: #ffffff;
}
.tl-timegroup .tl-timegroup-message {
	color: #505050 !important;
}
.tl-menubar-button {
	color: #505050 !important;
}
.tl-timeline p {
	/*font-size: 0.75em !important;*/
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
/*Era List Styling*/
.timeline-era-wrapper {
	width: 100%;
}
.timeline-era-item {
	float: left;
	width: 25%;
	text-align: center;
	position: relative;
	z-index: 100;
}
.timeline-era-item a {
	color: #502d0e !important;
	text-decoration: none !important;
	border-bottom: 1px solid #502d0e;
}
.timeline-era-item a:hover {
	border-bottom: 1px solid #FFD94A;
	text-decoration: none !important;
}
#timelinejs-lehigh-university-timeline-block-1 {
	padding-top: 40px;
}
.tl-caption .item-list::before {
	content: 'More From This Year';
	color: #FFD94A !important;
	font-weight: bold;
}
.tl-caption .item-list .list-group {
	padding-top: 0px;
}
.tl-caption .item-list .list-group .list-group-item {
	background-color: transparent;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tl-caption a {
	color: #FFD94A !important;
}
.tl-caption a:hover {
	color: #FFD94A !important;
}
/*Removing the Timeline Bottom CSS*/
.tl-timenav {
	display: none;
}
.tl-menubar {
	display: none;
}
.tl-attribution {
	display: none !important;
}
/*End of Removing the Timeline Bottom CSS*/
/*Mobile Sizing*/
 @media screen and (max-width: 767px) {
.tl-timeline {
	height: 100% !important;
	padding-bottom: 40px;
}
.tl-storyslider {
	height: 850px !important;
}
.tl-text-headline-container .tl-headline {
	font-size: 1.25em !important;
}
.tl-timeline p {
font-size: 0.75em !important;	
}
.tl-caption {
	padding-top: 20px;
	font-size: 0.75em !important;
}
.tl-caption .item-list .list-group .list-group-item p {
	color: #ffffff !important;
}
}
/*Further Desktop Styling*/
 @media screen and (min-width: 768px) {
 	.tl-caption .item-list .list-group .list-group-item p {
	color: #ffffff !important;
	font-size: 11px;
}
.tl-timeline {
	height: 50em !important;
}
.tl-storyslider {
	height: 575px !important;
}
.tl-timeline p {
	font-size: 16px;
 }
 }
/*End Further Desktop Styling*/
/*End Mobile Sizing*/