table.block-upcoming-events-list {
	border-collapse: separate;
}

.block-upcoming-events-wrapper {
    position: relative;
}

.block-upcoming-events-logo {
	padding-right: 10px;
	width:100px;
}

.block-upcoming-events-logo img{
	max-height:60px; 
	max-width: 90px;
	width: auto;
}

.block-upcoming-events-list td {
	padding-top: 0px;
	padding-bottom: 10px;
}

.midarea .block-upcoming-events-container td {
	padding-bottom: 20px;
}

.block-upcoming-events-wrapper .subheading-outerborder {
	padding-top:0px;
}

.logo-column {
	vertical-align: top;
	padding-top: 20px;
	padding-left: 30px;
}

.flex-container {
    display: flex;
}

.flex-child {
	max-width: 150px;
    flex: 1;
}  

div.event-type {
    position: absolute;
    background-color: black;
    color: white;
	z-index: 2;
}

div.event-type img {
    width: 30px;
    height: 30px;
	padding: 3px;
	float: left;
}

div.event-type div {
	padding: 5px 5px 0px 0px;
	display: flex;
	white-space: nowrap;
}

img.upc-events-img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	margin:auto;
}

.h2-event-title{
	margin: 0;
    font-weight: 900;
    font-size: 24px;
    line-height: 32px;
}
@media (max-width: 767px) {
	.cmmc-event-img {
		display: none;
	}
	.cmmc-event-text {
		padding-left:5px;
	}
}