/* BEGIN BIO-DETAIL CSS -----------------------------------------> */

body.people-item:not(.smallBanner) #banner
{
	display: block;
}

body.people-item #bannerContent
{
	display: block;
	position: relative;
	left: calc(50% - 50vw);
	width: 100vw;
	padding: 0;
}

#mainContent
{
	margin-top: 0;
}

#bioInfo
{
	padding: 35px 5%;
	background: var(--navy-blue);
	color: #ffffff;
}

#bioInfo a:not(:hover):not(:focus)
{
	color: inherit;
}

#bioPhoto img
{
	display: block;
	width: 100%;
	height: auto;
}

body.people-item #pageTitle
{
	margin-bottom: 10px;
}

body.people-item #pageTitle::after
{
	display: none;
}

#bioTitle
{
	--min-font-size: 20;
	--max-font-size: 26;
	font-weight: 500;
}

#bioTitle::after
{
	max-width: 102px;
	margin-bottom: 20px;
}

#bioContact
{
	display: flex;
}

#bioContact ul
{
	min-width: 13rem;
	margin-right: 2rem;
}

#bioContact ul,
#bioContact li,
ul#bioAccessories,
ul#bioAccessories li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#bioAccessories
{
	display: flex;
	align-items: center;
	margin-top: 70px;
}

ul#bioAccessories a
{
	display: block;
	width: 23px;
	height: auto;
}

ul#bioAccessories svg
{
	display: block;
	width: 100%;
	height: auto;
	fill: #ffffff;
}

ul#bioAccessories a:hover svg,
ul#bioAccessories a:focus svg
{
	fill: var(--orange);
}

ul#bioAccessories li:not(:last-child)
{
	margin-right: 22px;
}

#bioEmail a,
.office a
{
	text-decoration: underline;
}

#bioEmail a:hover,
.office a:hover,
#bioEmail a:focus,
.office a:focus
{
	color: var(--orange);
}

section#Overview h2.sectTitle
{
	display: none;
}

.badgeList img
{
	max-width: 200px;
	max-height: 120px;
}

.badgeList ul,
.badgeList ul li
{
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}

.badgeList ul li
{
	display: inline-block;
	margin-right: 20px;
}

/* Removed because this needs to appear on bios */
/*section#Experience h2.sectTitle
{
	display: none;
}*/

#matterList .itemList
{
	margin-bottom: 10px;
}

#matterList ul.results_list li
{
	padding-bottom: 30px;
	border-bottom: 1px solid #ffffff;
}

#matterList .buttonLink
{
	text-align: center;
}

#matterList .buttonLink a
{
	border-color: var(--orange);
	color: #ffffff;
}

#item_event .results_list .title
{
	font-weight: 500;
	--min-font-size: 18;
	line-height: 1.5;
	letter-spacing: .35px;
}

section#Insights h2.sectTitle
{
	display: none;
}

section#Insights .squareColumns
{
	/*padding-top: 0;*/
}

#focusAreas li
{
	padding: 0;
	margin: 0 0 10px;
	font-weight: 500;
	--min-font-size: 18;
	--max-font-size: 21;
}

#focusAreas > div
{
	margin-bottom: 35px;
}

#Credentials.contentSection
{
	margin-bottom: 55px;
}


#altBioNav
{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 20px;
	list-style: none;
}

#altBioNav li
{
	margin: 0 10px 10px 0;
}

#altBioNav a
{
	display: block;
	padding: 7px 18px;
	border: 1px solid var(--navy-blue);
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 28px;
	letter-spacing: 1px;
	text-decoration: none;
	transition: all 250ms ease;
}

#altBioNav li.current a,
#altBioNav li a:hover,
#altBioNav li a:focus
{
	background: var(--navy-blue);
	color: #ffffff;
}


@media (min-width: 768px)
{
	.contentSection
	{
		position: relative;
	}

	

	#matterList
	{
		/*margin-top: 70px;*/ /* SIGH */
		padding-top: 0;
	}

	#matterList ul.results_list li
	{
		padding-bottom: 0;
	}

	#focusAreas
	{
		columns: 2;
		gap: 60px;
	}

	#focusAreas > div
	{
		-webkit-column-break-inside: avoid;
	}

	#matterList .buttonLink a
	{
		color: #000000;
	}

	section#Insights .squareColumns
	{
		padding-top: 0;
	}
}

@media (min-width: 1200px)
{
	#bioInfoWrapper
	{
		display: flex;
		width: 100%;
	}

	ul#bioAccessories
	{
		margin-top: 34px;
	}

	#bioPhoto
	{
		flex: 0 1 479px;
		min-height: 0;
	}

	#bioPhoto img
	{
		height: 100%;
		object-fit: cover;
	}

	#bioInfo
	{
		flex: 1 1 1270px;
		display: flex;
		align-items: center;
		padding-left: 60px;
	}

	body.people-item.scrollingDown:not(.smallBanner) #banner
	{
		height: 160px;
		padding: 0;
	}

	body:not(.blog).scrollingDown:not(.smallBanner) #banner #bioTitle
	{
		font-size: 20px;
	}

	body.people-item.scrollingDown #bioContact,
	body.people-item.scrollingDown #bioAccessories,
	body.people-item.scrollingDown #bioTitle::after
	{
		display: none;
	}

	body.people-item.scrollingDown #bioPhoto img
	{
		width: 160px;
		height: auto;
		margin: 0 auto;
	}

	#item_event .results_list
	{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 20px;
	}

	#item_event .results_list li:nth-child(odd)
	{
		padding-right: 30px;
	}

	#item_event .results_list li:nth-child(even)
	{
		padding-left: 30px;
		border-left: 1px solid var(--orange);
	}

}

/* END BIO-DETAIL CSS -------------------------------------------> */