/* C28 Upcoming Events */
#c28 .event-item {
	background-color: var(--color-light-gray);
	display: flex;
	margin: 15px 0;
	padding: 15px;
}

#c28 .date {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-shrink: 0;
	min-width: 90px;
	max-width: 130px;
	margin: 0 30px;
}

#c28 .month {
	background-color: var(--color-evergreen);
	text-align: center;
	padding: 5px 0;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
}

#c28 .day {
	box-sizing: border-box;
	border: 1px solid var(--color-evergreen);
	font-size: 2.5em;
	padding: 10px;
	display: flex;
	justify-content: center;
}

#c28 .event-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#c28 .event-info .title {
	font-weight: 500;
}

#c28 .event-info p,
#c28 .event-info a {
	margin: 0 0 0 0;
	padding: 0 5px 0 0px;
}

#c28 .event-info a {
	width: fit-content;
}

#c28 .event-info a[href=''],
#c28 .event-info a[href='#'] {
	display: none;
}
/* End C28 Upcoming Events */