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

#content::before
{
	display: none;
}

#bioSearch.shortForm
{
	margin-bottom: 40px;
}

#bioSearch form > div > div:first-of-type
{
	grid-column: 1 / -1;
}

/* Don't apply on Leadership */
#mainContent:has(.letterLinks)
{
	float: none;
	width: 100%;
}

/* Remove extra white space if #subContent only has whitespace (e.g., Leadership) */
div#subContent:not(:has(*))
{
	margin-top: 0;
}

.letterLinks
{
	margin: 10px 0 18px -9px;
	color: #999;
	font-weight: 300;
	font-size: 24px;
}

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

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

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

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

.letterLinks .viewAll 
{
	width: auto;
	padding: 0;
	margin-top: 10px;
	background: none;
	float: right;
	color: var(--cyan-blue);
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 700;
	white-space: nowrap;
	letter-spacing: 1px;
	line-height: 1;
	background: none !important;
}



.bioList ul.results_list,
.bioList ul.results_list > li 
{
	margin: 0;
	list-style: none;
}

.bioList ul.results_list
{
	display: grid;
	grid-gap: 15px;
}

.bioList ul.results_list .photo img 
{
	display: block;
	width: 100%;
	height: auto;
}

.bioList .photoTitle
{
	position: relative;
	transition: all 350ms ease;
	top: 0;
}

.bioList .photo a::after 
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0,0,0,1) 10%, rgba(0, 0, 0, 0) 40%);
	z-index: 0;
	opacity: .8;
}

.bioList .photoTitle:is(:hover,:focus-within)
{
	top: -10px;
}
/*
.bioList .photoTitle:is(:hover,:focus-within) .photo img 
{
	opacity: .8;
}*/

.bioList .nametitle 
{
	position: absolute;
	bottom: 0;
	left: 0;
	color: #ffffff;
	font-weight: 400;
	z-index: 10;
	pointer-events: none;
}

.bioList .nametitle
{
	padding: 20px;
}

.bioList .nametitle .title 
{
	font-weight: 700;
	--max-font-size: 26;
	--min-font-size: 20;
}

.bioList .position 
{
	text-transform: uppercase;
	--max-font-size: 16;
	--min-font-size: 14;
}

.bioList .bioInfo 
{
	padding: 20px;
	--max-font-size: 21;
}

.bioList .bioContact
{
	overflow: hidden;
}

/*.bioList .bioContact > div 
{
	float: left;
	--max-font-size: 21;
}

.bioList .bioContact > div + div::before 
{
	content: '|';
	margin: 0 10px;
}*/

.bioContact .email a:not(:hover):not(:focus),
.bioList .office a:not(:hover):not(:focus)
{
	color: inherit;
}

.bioList .office
{
	--max-font-size: 21;
}

.leadershipList .leadershipabstract 
{
	/*height: 80px;*/
	overflow: hidden;
	transition: height 250ms ease;
}

.leadershipList .leadershipabstract.expanded
{
	height: auto;
}


.leadershipList .leadershipabstract p:first-child 
{
	margin-top: 0;
}

.leadershipList button 
{
	float: left;
	padding: 0;
	margin-top: 20px;
	border: none;
	background: none;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 17px;
	cursor: pointer;
	color: var(--dark-cyan);
	letter-spacing: 1px;
}

@media (min-width: 600px)
{
	
	.bioList ul.results_list
	{
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 768px)
{
	
	form > div
	{
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px)
{

	.letterLinks
	{
		position: relative;
		font-size: 20px;
	}

	.letterLinks a,
	.letterLinks span
	{
		width: calc(100% / 31);
	}

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

	.letterLinks .viewAll 
	{
		height: auto;
		font-size: 20px;
		width: 100px;
		margin: 6px 0 0 0;
	}

	form > div
	{
		grid-template-columns: repeat(3, 1fr);
	}

	.bioList ul.results_list
	{
		grid-template-columns: repeat(3, 1fr);
	}
}


@media (min-width: 1380px)
{
	/*.leadershipList .bioContact 
	{
		height: 130px;
	}*/

	/*.leadershipList .leadershipabstract
	{
		height: 90px;
	}*/
}

@media (min-width: 1500px)
{
	.letterLinks
	{
		font-size: 24px;
	}

	.letterLinks .viewAll 
	{
		font-size: 22px;
	}
}

.ajaxBioList
{
	display: none;
}

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