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;
	margin-top: -2px;
	margin-left: -2px;
}

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

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

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

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

.upcoming-events-pagination-desktop button.active-pag,
.upcoming-events-pagination-mobile button.active-pag,
.upcoming-events-pagination-desktop button.first-pag,
.upcoming-events-pagination-mobile button.first-pag {
	background: #3155a4 !important;
}

.upcoming-events-pagination-desktop button,
.upcoming-events-pagination-mobile button {
	background: rgb(195,195,195);
	height: 12px;
	width: 6px;
	border: none;
	border-radius: 25px;
}
.bluebg.end-tag{
	background-color: #3155a4;
	color: white;
	
	height: 25px;
	padding: 2px 0;
	margin: -1px;
	text-align: center;
}

@media screen and (max-width: 991px) {
	.content-section {
		padding: 2rem 2rem !important;
	}
	.homepage-new-event-slider {
		display: none;
	}

	.homepage-new-event-slider--mobile {
		display: flex;

	}
	.event-card {
		max-width: 50%;
	}

	.ue-list-d {
		display: none;
	}
	.upcoming-events-pagination-mobile {
		display: flex;
	}

	.upcoming-events-pagination-desktop {
		display: none;
	}

	.event-card.active-card-right,
	.event-card.active-card-left,
	.event-card.first-card {

		justify-content: space-around;
		float: left;
		position: relative;
		opacity: 1;
		width: 100%;
		z-index: 2;
	}

	.event-card.inactive-card-right,
	.event-card.inactive-card-left {
		float: none;
		justify-content: space-around;
		position: absolute;
		opacity: 0;
		z-index: 1;
		width: 90%;

	}

	.event-card.active-card-left {
		animation: slide-in-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	}

	.event-card.active-card-right {
		animation: slide-in-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	}

	.event-card.inactive-card-left {
		animation: slide-out-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	}

	.event-card.inactive-card-right {
		animation: slide-out-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	}

	.ue-slide.active-slide-left {
		animation: slide-in-left 0.1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both !important;
	}

	.ue-slide.active-slide-right {
		animation: slide-in-right 0.1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both !important;
	}

	.ue-slide.inactive-slide-left {
		animation: slide-out-left 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both !important;
	}

	.ue-slide.inactive-slide-right {
		animation: slide-out-right 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both !important;
	}
}

@media screen and (min-width: 992px) {
	.card-slide {
		display: none;
	}

	.ue-list-m {
		display: none;
	}
	.upcoming-events-pagination-desktop {
		display: flex;
	}
	.upcoming-events-pagination-mobile {
		display: none;
	}
}

@media (max-width: 1200px) {
	.content-section{
		padding: 1rem !important;
	}
}

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

	.event-card {
		max-width: 70%;
	}




}

.ue-slide {
	display: flex;
	gap: 2rem;
}

.homepage-new-event-slider--mobile {
	display: none;
}

.homepage-new-event-slider {
	display: flex;
	gap: 3rem;
	overflow: hidden;
	position: relative;
}

.event-name {
	color: #3155a4;
	font-size: 12px;

}

.event-info {
	display: flex;
	flex-direction: column;
	justify-content: start;
	position: absolute;
	top: 70%;
}

.image-section img {
	max-height: 50%;
	max-width: 70%;
	margin: auto;
	width: auto;
	height: auto;
}

.image-section {
	height: 13rem;
	display: flex;
	background-color: white;
}

.content-section {
	height: 23rem;
	padding: 2rem 3rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

.h3-event-title {
	font-size: 18px;
	margin-top: 3px;
}

.event-card {
	border: 2px solid rgb(195, 195, 195);
}
.link-to-events{
	text-align: center;
	padding-bottom: 4rem;
	margin-bottom: 2rem;
}

.homepage-new-event-slider-wrapper {
	position: relative;
}
.homepage-slider-swiper-hs{
	padding-bottom: 50px !important;
}
@media (min-width: 768px){
	.homepage-slider-swiper-hs{
		padding: 50px !important;
	}
	.blocker {
		position: absolute;
		display: block !important;
		top: 0px;
		height: 100%;
		width: 30px;
		background-color: #f5f5f5;
		z-index: 1;
	}

	.blocker.right {
		right: 0px;
	}
	.blocker.left {
		left: 0px;
	}
	.blocker.white {
		background-color: white;
	}
}
.blocker {
	display:none;
}
