.tab-selection {
	display: flex;
	gap: 1rem;
	margin-top: 2rem;
}

.tab-selection h5 {
	font-size: 18px;
}

.tab-selector {
	flex: 1;
	height: 50px;
}

.tab-selector,
.tab-selector-mobile.dropdown-label {

	border: 2px solid rgb(195, 195, 195);
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
}

.tab-selector-mobile {
	min-height: 50px;
	border-bottom: 2px solid rgb(195, 195, 195);
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
}

.tab-selector-mobile.dropdown-label {
	width: 50%;
	margin: 2rem auto;
	position: relative;
}

.tab-selector-mobile.dropdown-label::after {
	content: "";
	border-right: 2px solid #3155a4;
	border-top: 2px solid #3155a4;
	transform: rotate(135deg);
	height: 1.5rem;
	width: 1.5rem;
	position: absolute;
	right: 10%;

}

.tab-selector-mobile:hover {
	cursor: pointer;
}

.button-icon {
	height: 25px;
	width: 25px;
	background-repeat: no-repeat;
}

.tab-selection-mobile .dropdown-menu {
	left: 50% !important;
	transform: translateX(-50%) !important;
	width: 50%;
}

.tab-selection-mobile.open .dropdown-menu {
	width: 50%;
}

.tab-selector.chosen,
.tab-selector-mobile.chosen {
	background-color: #3155a4;
	color: white;
}

.ht-m,
.ht-d {
	z-index: 3;
}

.ht-m:hover,
.ht-d:hover {
	cursor: pointer;
}

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

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

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

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

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

.homepage-tab .chev-holder {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.homepage-tab .chev-col:hover .chev-right::before {
	border-color: white;
	transition: .3s ease-in-out;
}

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

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

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

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

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

.homepage-tab .micro-flex-container {
	display: flex;
	flex-direction: column;
}

.homepage-tab .ishere {
	display: none;
}

a.scroll-top {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	outline: 4px solid white;
}

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

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

.homepage-tab .no-thumbnail {
	margin: 0 auto;
}

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

.homepage-tab .mei-row {
	flex: 1;
}

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

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

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

.homepage-tab .upcoming-events-pagination-desktop button,
.homepage-tab .upcoming-events-pagination-mobile button {
	background: rgb(195, 195, 195);
	height: 12px;
	width: 6px;
	border: none;
	border-radius: 25px;
}

.homepage-tab .bluebg.end-tag {
	background-color: #3155a4;
	color: white;

	height: 25px;
	padding: 2px 0;
	margin: -1px;
	text-align: center;
}

.graybg {
	background-color: #f5f5f5;
}

@media screen and (max-width: 991px) {
	.content-section {
		padding: 2rem 2rem !important;
	}
	.tab-selection h5 {
		font-size: 14px;
	}
}

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


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

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

.homepage-tab .tab-card-name {
	color: #3155a4;
	font-size: 12px;

}

.homepage-tab.inactive-tab {
	display: none;
}


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

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

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

.homepage-tab .h3-tab-card-title {
	font-size: 18px;
	margin-top: 3px;
}

.homepage-tab .event-card {

	border: 2px solid rgb(195, 195, 195);
}

.homepage-tab .link-to-events {
	text-align: center;
	margin-bottom: 2rem;
}

.homepage-tab .homepage-new-event-slider-wrapper {
	position: relative;
	width: 100%;
}

.homepage-tab-swiper {
	padding-bottom: 50px !important;
	padding-top: 50px !important;
}

@media (max-width: 767px) {
	.tab-selection {
		display: none;
	}

	.slider-description-content{
		display: none;
	}
}

@media (min-width: 768px) {
	.homepage-tab-swiper {
		padding: 50px !important;
	}

	.tab-selection-mobile {
		display: none;
	}
}

.new-resource-img{
	height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #3155a4;
    background-position: center;
	display: flex;
}

.blog-img{
	max-height: 100% !important;
	max-width: 100% !important;
}