.fpf-image-date-list-item {
	font-family: "ProximaNova";
	font-feature-settings: 'liga' off, 'clig' off;
	color: #000;
	font-style: normal;
	padding: 30px;
}
.content-basic .fpf-image-date-list-item a,
.fpf-image-date-list-item a {
	color: black;
}
.fpf-image-date-list-item__container____title {
	color: #000;
	leading-trim: both;
	text-edge: cap;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: "ProximaNova";
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px; /* 153.846% */
	margin-bottom: 32px;
}
.fpf-image-date-list-item__container {
	display: flex;
}

.fpf-image-date-list-item__container__column:nth-child(1) {
	width: 70%;
}
.fpf-image-date-list-item__container__column:nth-child(2) {
	width: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-left: 4px solid #004A8B;
}

@media (max-width: 768px) {
	.fpf-image-date-list-item__container____title {
		text-align: center;
	}
	.fpf-image-date-list-item__container {
		flex-direction: column;
	}
	.fpf-image-date-list-item__container__column:nth-child(1) {
		order: 2;
		width: 100%;
	}
	.fpf-image-date-list-item__container__column:nth-child(2) {
		width: 100%;
		order: 1;
		border-left: none;
		border-bottom: 4px solid #004A8B;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
}



.fpf-image-date-list-item__container__people {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: flex-start;
	justify-content: center;
}
.fpf-image-date-list-item__container__people__person {
	width: 200px;
}

.fpf-image-date-list-item__container__people__person__image {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 24px;
}
.fpf-image-date-list-item__container__people__person__name {
	color: var(--FPF-Brand-Black, #231F23);
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: "ProximaNova";
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 8px;
}
.fpf-image-date-list-item__container__people__person__title {
	color: var(--FPF-Brand-Black, #231F23);
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: "ProximaNova";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 125% */
	margin-bottom: 2px;
}
.fpf-image-date-list-item__container__people__person__organization {
	color: var(--FPF-Brand-Black, #231F23);
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: "ProximaNova";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px; /* 162.5% */
}




.fpf-image-date-list-item__container__date {
	font-weight: 700;
	text-align: center;
}
.fpf-image-date-list-item__container__date__line_1 {
	font-size: 30px;
	line-height: 40px; /* 133.333% */
	text-transform: uppercase;
}
.fpf-image-date-list-item__container__date__line_2 {
	leading-trim: both;
	text-edge: cap;
	font-size: 26px;
	line-height: 40px; /* 153.846% */
}
.fpf-image-date-list-item__container__date__line_3 {
	leading-trim: both;
	text-edge: cap;
	font-size: 62px;
	line-height: 40px; /* 64.516% */
}
.fpf-image-date-list-item__container__date__line_4 {
	leading-trim: both;
	text-edge: cap;
	font-size: 26px;
	line-height: 40px; /* 153.846% */
}