/* BEGIN BIO-LISTING CSS ----------------------------------------> */

.letterLinks
{
	position: relative;
	padding-bottom: 45px;
	margin: 30px 0 0px -9px;
	font-weight: 500;
	font-size: 26px;
	color: var(--rules);
}

.letterLinks::after
{
	/* make div stretch to height of content */
	content: '';
	display: block;
	clear: both;
}

.letterLinks a:not(#bioViewAll),
.letterLinks span
{
	display: inline-block;
	float: left;
	width: calc(100% / 13);
	text-align: center;
}

.letterLinks a
{
	color: var(--darkblue);
}

.letterLinks a:is(:hover,:focus)
{
	color: var(--teal);
}

.letterLinks > *:nth-child(12),
.letterLinks > *:last-child
{
	width: calc(100% / 13 - 1px);
}

.letterLinks #bioViewAll
{
	position: absolute;
	bottom: 0;
	right: 0;
	width: auto;
	font-size: 20px;
	text-transform: uppercase;
}


.bioList
{
	margin: 30px 0 20px 0;
}

.bioList > .results-criteria-wrapper
{
	display: flex;
	justify-content: space-between;
	margin-bottom: max(50px, 
	             min(82px, 50px + (82 - 50) * ((100vw - 767px) / (1700 - 767))
	));
}

.bioList > .results-criteria-wrapper > div
{
	padding: 0 20px 0 0;
}

.bioList > .results-criteria-wrapper .results_criteria,
.bioList > .results-criteria-wrapper .results_criteria > li
{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.bioList > .results-criteria-wrapper button
{
	 align-self: flex-start;
}

.ajaxBioList
{
	display: none;
}


@media (min-width: 1025px)
{
	.letterLinks a:not(#bioViewAll),
	.letterLinks span
	{
		width: calc(100% / 26);
	}

	.letterLinks > *:nth-child(12),
	.letterLinks > *:last-child
	{
		width: calc(100% / 26 - 1px);
	}
}


@media (min-width: 1350px)
{
	
	.letterLinks
	{
		padding-right: 15%;
	}

	.letterLinks #bioViewAll
	{
		bottom: 0;
		top: 7px;
	}
}

/* END BIO-LISTING CSS ------------------------------------------> */