.webinar-events {
	display: flex;
	flex-direction: column;
	gap: 3rem;
	padding: 1.5rem 0;
}
.webinar-events .webinar-events--heading {
	margin: 0;
	line-height: 1;
	max-width: 1100px;
	width: 100%;
	margin: auto auto;
}
.webinar-event--item {
	flex: 1 1 100%;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	background: #F4F4F4;
	border-radius: 12px;
	overflow: hidden;
}
.webinar-event--image {
	flex: 1 1 500px;
	position: relative;
	display: flex;
	max-height: 300px;
}
.webinar-event--image img.webinar-bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	
}
.webinar-logo {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 1rem 2rem;
}
.webinar-event--text {
	flex: 1 1 auto;
	padding: 1rem 1.25rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.webinar-event__description {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.webinar-event__description p {
	font-size: 16px;
}
.webinar-event__description p:last-of-type,
.webinar-event--text h2,
.webinar-event--text h3,
.webinar-event--text h4,
.webinar-event--text h5 {
	margin: 0;
	color: #000;
}
.webinar-event--text h2,
.webinar-event--text h3,
.webinar-event--text h4,
.webinar-event--text h5 {
	line-height: 1.2;
	font-style: normal;
}
.webinar-event__link {
	width: 100%;
	text-align: right;
}
.date-type {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 2rem;
}
.webinar-event--item.hidden {
	display: none;
}
.date-type h5,
.date-type .meeting--type {
	flex: 0 1 auto;
}
.date-type .meeting--type  {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 1rem;
	font-size: var(--font-size__extra);
}
.webinar-event--image__year {
	background: #fff;
	border-radius: 50%;
	height: 22px;
	width: 22px;
	display: flex;
    aspect-ratio: 1;
    justify-content: center;
    align-items: center;
	margin-right: -0.3rem;
	color: var(--tab-color);
}
ul.webinar-events {
	margin: 0;
	list-style: none;
}
ul.webinar-events li {
	margin-bottom: 0;
}
/*potentially remove*/
.webinar-event--image:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	background-color: transparent;
	background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.75) 100%);
	z-index: 9;
}
.webinar-event--image__location,
.webinar-event--image__title {
	z-index: 9;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	width: 100%;
	max-width: max-content;
	font-family: var(--font__sans-serif);
}
.webinar-event--image__location {
	bottom: 3.25rem;
	font-size: calc((var(--font-min__h3) * 1px) + (var(--font-max__h3) - var(--font-min__h3)) * (100vw - calc(var(--min-size) * 1px)) / (var(--max-size) - var(--min-size)));
	font-weight: 700;
	line-height: 1.2;
}
.webinar-event--image__title {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	bottom: 1rem;
	background: var(--tab-color);
	border-radius: 25px;
	line-height: 1;
	padding: 0.25rem 0.65rem;
	display: flex;
	align-items: center;
	gap:0.5rem;
}
/*    */
.webinar-events.easyPaginateList + .pagination {
	max-width: 1100px;
	margin: 0 auto;
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 1rem;
}
.pagination {
	max-width: 1100px;
    margin: 1rem auto 3rem;
	position: relative;
	display: block;
	height: 40px;
}
.pagination button[title="Next"],
.pagination button[title="Previous"] {
	position: absolute;
	top: 0;
}
.pagination button[title="Previous"] {
	left: 0;
}
.pagination button[title="Next"] {
	right: 0;
}
.pagination .page {
	display: none;
}
.pagination button {
	appearance: none;
	cursor: pointer;
	background: transparent;
	outline: 0;
	border: 0;
	font-size: var(--font-size__base, 16px);
	color: var(--theme-link, #00E);
	transition: all 0.15s ease-in-out;
	font-family: var(--font__serif);
	font-weight: 600;
}
.pagination button:hover {
    color: var(--theme-link-hover, #551A8B);
}
.pagination button.hidden {
	width: 0;
    height: 0;
    content-visibility: hidden;
    padding: 0;
    font-size: 0px !important;
}
.pagination button:focus,
.pagination button:focus-within,
.pagination button:focus-visible {
	outline: none !important;
}
.event-filters {
	max-width: 1100px;
	margin: 0 auto;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	gap: 1rem;
	scroll-margin-top: 3rem;
}
.event-filters button {
	appearance: none;
	outline: none;
	border: 0px;
	text-shadow: none;
	box-shadow: none;
	background: transparent;
	font-family: var(--font__serif);
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.15s ease-in-out;
	border-bottom: 0.25rem solid transparent;
}
.event-filters button:hover {
	border-color: var(--tab-color);
}
.event-filters button.active {
	border-bottom: 0.25rem solid var(--tab-color);
}
@media screen and (min-width: 900px) {
	.webinar-event--item {
		flex-wrap: nowrap;
	}
	.webinar-event--image {
		flex: 0 1 50%;
	}
	.webinar-event--text {
		flex: 0 1 50%;
	}
	.webinar-event--image {
		max-height: 500px;
	}
}