	.eventLink {
		
	}
.upcomingEventName{
	    font-size: 1.5em!important;
    font-weight: 700!important;
    line-height: 1.2;
    padding: .5em 0;
	color:black;
	margin-bottom:0;
	text-decoration: none;

}
.upcomingEventName a{
	    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.2;
    padding: .5em 0;
	color:black;
	margin-bottom:0;
	text-decoration: none;

}
.eventMonth {
	color:#981e32;
	font-weight:600;
	padding-left:.9rem;
}
.upcomingEventLocation {
    background: url(https://events.wsu.edu/wp-content/themes/events-wsu-edu/images/icons/location.svg) .05em .2em / .75em no-repeat;
    padding: 0 0 0 1REM;
    margin: 0 0 0.5rem 0 !important;
}

a .upcomingEventName:hover {
    color: #da1e00!important;
    text-decoration: underline;
}
.upcomingEventName::after {
    background: url(https://events.wsu.edu/wp-content/themes/events-wsu-edu/images/icons/link-gray-25.svg) center / 55% no-repeat;
    content: "";
    display: inline-block;
    height: 1.2em;
    margin: .05em 0 0 .1em;
    position: absolute;
    width: 1.2em;
    z-index: 1;
}
.upcomingEventDate {
    color: #972633 !important;
    font-size: .9em !important;
    font-weight: 700;
    padding: 1rem 0;
    margin: 0;
    text-transform: uppercase;
    margin: 0 0 -1rem 0 !important;
    
}
    #myEventsData {
        border-top: 6px solid #f2f2f2;
    }
.upcomingEventDescription {
	    margin: 1.25em 0 0 0;
	float:left;
}
.upcomingEventContainer{
	border-bottom: solid 6px #f2f2f2;
    box-sizing: border-box;
    margin-bottom: 12px;
    padding: 36px 0;
    width: 100%;
	}

.eventDescription {
    padding-bottom: .25rem;
}
    .eventDescription > p {
        padding-bottom: .25rem;
        margin-bottom: 0.5rem !important;
    }
        #myEventsData > div {
            margin-bottom: .15rem;
            border-bottom: 6px solid #f2f2f2;
        }
.eventDescription::after {
    border-bottom: 6px solid #f2f2f2;
} 
#myEventsData:empty:after {
    content: "There are no upcoming events";
    font-weight: 500;
}       