.fpf-featured-event {
	background-color: #CCF1FE;
	display: flex!important;
	flex-direction: row;
	max-width: 1068px;
	width: 100%;
}
.fpf-featured-event.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
.fpf-featured-event__column__image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-bottom: 50%;
	width: 50%;
}
.fpf-featured-event__column__content {
	padding: 50px 32px;
	width: 50%;
}

@media (max-width: 768px) {
	.fpf-featured-event {
		flex-direction: column;
	}
	.fpf-featured-event__column__image {
		width: 100%;
		padding-bottom: 56.25%;
	}
	.fpf-featured-event__column__content {
		width: 100%;
	}
}




.fpf-featured-event__column__content__inner {
	display: flex;
	flex-direction: column;
	transition: transform 0.5s;
	transform: translateY(0px);
}
.fpf-featured-event__column__content__inner:hover {
	transform: translateY(-10px);
}

.fpf-featured-event__label {
	color: #004A8B;
	leading-trim: both;
	text-edge: cap;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: "Proxima Nova";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
	text-transform: uppercase;
	margin-bottom: 16px;
}
.fpf-featured-event__title {
	color: #000;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: "Proxima Nova";
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.fpf-featured-event__excerpt {
	overflow: hidden;
	color: #000;
	font-feature-settings: 'liga' off, 'clig' off;
	text-overflow: ellipsis;
	font-family: "Proxima Nova";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 15px;
}

.fpf-featured-event__date {
	display: flex;
	align-items: center;
	color: #000;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: "Proxima Nova";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	margin-bottom: 5px;
}
.fpf-featured-event__date svg {
	margin-right: 4px;
	width: 20px;
	height: auto;
}
.fpf-featured-event__location {
	display: flex;
	align-items: center;
	color: #000;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: "Proxima Nova";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}
.fpf-featured-event__location svg {
	width: 16px;
	min-width: 16px;
	height: auto;
	margin-left: 1px;
	margin-right: 5px;
}
.fpf-featured-event__link {
	display: flex;
	padding: 24px 32px;
	align-items: center;
	gap: 16px;
	align-self: stretch;
	border-radius: 100px;
	background-color: #004A8B!important;
	color: white!important;
	width: fit-content;
	text-decoration: none;
	margin-top: 30px;
	transition: 0.3s;
	transform: translateY(0px);
	font-size: 20px;
	font-weight: 700;
}
.fpf-featured-event__link:hover {
	color: white!important;
	transform: translateY(-3px);
}