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

.block-upcoming-events-wrapper-micro{
    position: relative;
	padding-bottom: 25px;
}

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

.block-upcoming-events-logo img{
	max-height:60px; 
	max-width: 90px;
	width: auto;
}
.chev-right::before {
	transition: .3s ease-in-out;
	border-style: solid;
	border-color: #3155a4;
    border-width: 0.2em 0.2em 0 0;
    content: '';
    display: inline-block;
    height: 1.2em;
    left: -0.3em;
    position: relative;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    vertical-align: top;
    width: 1.2em;
}

.block-upcoming-events-list td {
	padding-top: 0px;
	padding-bottom: 10px;
}
.chev-holder{
	position: absolute; top: 0; left: 0; height: 100%; width: 100%;
}
.chev-col:hover .chev-right::before {
	border-color: white;
	transition: .3s ease-in-out;
}

.chev-col:hover{
	background-color: #3155a4; 
	transition: .3s ease-in-out;
}

.chev-col{
	background-color: #dddddd; 
	color: #3155a4;
	width: 4%; 
	text-align: center; 
	position: relative;
	transition: .3s ease-in-out;
}

.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;
}

.micro-flex-container {
    display: flex;
	flex-direction: column;
}
.ishere{
	display: none;
}
a.scroll-top {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	outline: 4px solid white;
  }
  
.flex-child {
	max-width: 150px;
    flex: 1;
}  
.img-container-uel{
	position:relative; 
	width:100%; 
	height:100%;
	background-color: #fcfcfc;
}
div.event-type {
    position: absolute;
    background-color: black;
    color: white;
	z-index: 1;
}

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;
}
.no-thumbnail{
	margin: 0 auto;
}

.h2-event-title{
	margin: 0;
    font-weight: 900;
    font-size: 24px;
    line-height: 32px;
}

.mei-row{
	flex: 1;
}

.micro-flex-child b {
	font-size: 18px;
    font-weight: 700;
    line-height: 2;
}

.micro-flex-child img {
	vertical-align: middle;
    transform: translateY(-0.3rem);
    margin-right: 1rem;
	max-height: 30px;
	max-width: 20px; 
}

.micro-event-info{
	position: relative;
	display: flex;
    flex-direction: column;
    width: 100%;
	justify-content: center;
    height: 100%;
	padding: 2rem 0;
}

@media (max-width: 767px) {
	.micro-event-img {
		display: none;
	}
}