/* Button
----------------------------- */

.btn-primary-wrapper {
	padding: .75rem 1.5rem;
}

.btn-primary-link  {
	display: block;
	color: #ffffff;
	font-weight: 700;
	font-size: 1rem;
	line-height: normal;
	letter-spacing: .0625rem;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	padding: .75rem 1.5rem .75rem 1.5rem;
	border-radius: 2rem;

}

.btn-primary-link:hover {
	color: #ffffff;
}

/* LG */
@media screen and (min-width: 992px) {
	.btn-primary-link  {
		display: inline-block;
	}
	.btn-primary-wrapper {
		padding: 0;
	}
}

/* Cards
================================================================================== */
.c--card {
	padding: 0;
	max-width: 80rem;
}

.c--card:not(:last-child) {
	margin-bottom: 3rem;
}

.c--card .card-wrapper {
	border-radius: 0.25rem;
	box-shadow: 0 0.375rem 1rem rgba(0, 0, 0, 0.1);
	border: .0625rem solid rgba(239,239,239,1);
	background-color: #ffffff;
}

.c--card .content {
	padding: 1.75rem;
}

.c--card[max-width~='64rem'] .content {
	padding: 1.5rem;
}

.c--card[max-width~='48rem'] .content {
	padding: 1.25rem;
}

.c--card .thumbnail-wrapper {
	position: relative;
}

.c--card .thumbnail-wrapper .thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
}

.c--card .thumbnail-wrapper .thumbnail-round {
	width: 12rem;
	height: 12rem;
	margin: 1.5rem auto;
	border: 0.25rem solid #ffffff;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0 .125rem 0.25rem 0 rgba(116,116,116,.23);
}

.c--card[max-width~='32rem'] .thumbnail-wrapper .thumbnail-round {
	margin: 0 auto -1.5rem auto;
	position: relative;
	top: -1.5rem;
}

.c--card[max-width~='48rem'] .thumbnail-wrapper .thumbnail-round {
	width: 8rem;
	height: 8rem;
}

.c--card .conditions .h-icon {
	display: inline-block;
	vertical-align: middle;
	width: 1.75rem;
	height: 1.75rem;
	margin-right: 1rem;
	color: #6d7883;
}

.c--card .conditions .condition {
	display: inline-block;
	vertical-align: middle;
	padding: 0.25rem 1rem;
	border: 0.0625rem solid #979797;
	border-radius: 0.25rem;
	line-height: 1.5rem;
	font-size: 1rem;
	font-family: 'Charis', serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0;
	color: #6d7883;
}

.c--card .conditions .condition:hover {
	border-color: #007173;
	color: #007173;
}

.c--card .blurb {
	margin-bottom: 1rem;
}

.c--card .card-links {
	margin-bottom: 1rem;
}

.bio-cards-results-wrapper {
	padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 3rem;
}