.c-3up { 
	padding: 40px 10% !important; 
}

@media screen and (max-width: 768px) {
	.c-3up { 
		padding: 30px 4.545454545% !important; 
	}
}

.c-feature-story + .c-3up {
	padding: 30px 4.545454545% 0;
}

.c-filterable + .c-3up .c-3up__article-contain.bio-cards {
	margin-top: 0 !important;
}

.c-3up-container {
	display: block;
	position: relative;
	width: 100%;
}

.c-3up h2 {
	color: #004088;
	display: inline-block;
	font-family: var(--font-serif);
	font-size: 48px;
	position: relative;
}

.c-3up .button {
	float: right;
	position: relative;
}

.c-3up__article-contain.bio-cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 45px auto 0;
	position: relative;
	max-width: 1200px;
}

.bio-cards .c-3up__article {
	background: #fff;
	border: solid #0059f3;
	/* border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px; */
	border-width: 1px 1px 5px;
	left: 0;
	margin-right: 30px;
	position: relative;
	transition: 0.2s ease-in-out;
	width: calc(33.33333% - 30px);
	max-width: 325px;
	position: relative;
}

.bio-cards .c-3up__article .c-3up-article-image {
	display: block;
	/* height: 35vw; */
	height: auto;
	aspect-ratio: 8 / 10;
	min-height: 270px;
	position: relative;
	border-bottom: 5px solid #0059f3;
	/* top: -1px; */
	width: 100%;
}

.bio-cards .c-3up__article .c-3up-article-data {
	color: #004088;
	font-family: var(--font-sans-serif);
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	padding: 25px 20px 75px;
}

.bio-cards .c-3up__article .c-3up-article-data p.bio-title {
	font-weight: 600;
	margin-bottom: 6px;
	line-height: 1.25;
}

.bio-cards .c-3up__article .c-3up-article-data p.bio-title-2 {
	font-weight: 600;
	margin-bottom: 15px;
	line-height: 1.25;
}

.bio-cards .c-3up__article .c-3up-article-data p.p-small {
	font-weight: 400;
	line-height: 1.35;
}

.bio-cards .c-3up__article .c-3up-article-data a.bio-cta {
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.bio-cards .c-3up__article .c-3up-article-data a.bio-cta span {
	color: #0059f3;
	display: inline-block;
	font-weight: 600;
	margin-bottom: 12px;
	margin-top: 12px;
	position: relative;
}

.bio-cards .c-3up__article .c-3up-article-data a.bio-cta span svg {
	display: inline-block;
	left: 0;
	position: relative;
	top: -1px;
	transition: 0.2s ease-in-out;
	vertical-align: middle;
}

.bio-cards .c-3up__article .c-3up-article-data:hover {
	background-color: white;
}

.bio-cards .c-3up__article .c-3up-article-data:hover span svg {
	left: 5px;
}

body.article .c-3up {
	padding-bottom: 40px;
	padding-top: 40px;
}

body.article .c-3up-container {
	border-top: 1px solid #eee;
	/* padding-top: 45px; */
}

body.article .bio-cards .c-3up__article {
	margin-bottom: 20px;
}
@media screen{
	.c-3up__article {
		margin-bottom: 2em;
	}
}

@media screen and (max-width: 900px) {
	.c-3up {
		padding: 40px 4.545454545%;
	}

	.c-3up .c-3up__article {
		margin-bottom: 0;
	}

	.bio-cards .c-3up__article {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 800px) {
	.c-3up {
		padding: 40px 4.545454545%;
	}

	/*resize h2*/
	.c-3up h2 {
		display: block;
		font-size: 35px
	}


	.c-3up .button {
		float: none;
		margin-bottom: 15px;
	}

	.c-3up .c-3up__article {
		display: block;
		margin-bottom: 30px;
		width: 100%;
		max-width: 425px;
	}

	.c-3up .c-3up__article .c-3up-article-image {
		aspect-ratio: 8 / 10;
		height: auto;
		min-height: 325px;
	}
}

@media screen and (min-width: 801px) and (max-width: 991px) {
	.c-3up .c-3up__article {
		margin-right: 20px;
		min-width: 285px;
	}
}