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

#upperContent,
#banner
{
	margin-bottom: 64px;
}

body.services #banner,
body.contact-item #banner
{
	background: #ffffff;
}

#content
{
	margin-top: 0;
}

#bioInfoWrapper 
{
	position: relative;
}

#bioPhoto
{
	margin-bottom: 30px;
}

#bioPhoto img
{
	position: relative;
	display: block;
	width: 250vw;
	height: auto;
	left: -130vw;
}

h1#pageTitle
{
	margin-bottom: 0;
}

h1#pageTitle::after 
{
	display: block;
	content: '';
	width: 50%;
	max-width: 65px;
	height: 1px;
	margin: 15px 0 23px;
	background: var(--medium-blue);
}

#bioTitle,
#fullstate
{
	text-transform: uppercase;
	color: var(--warm-gray);
	letter-spacing: 1px;
	font-size: 17px;
}

#fullstate
{
	margin-bottom: 32px;
}

#officeAddress 
{
	font-weight: 300;
	line-height: 1.5;
}

#mapit 
{
	display: inline-block;
	margin-top: 38px;
}

#mapit span
{
	text-decoration: underline;
	text-underline-offset: 6px;
	text-decoration-color: #ADA9A9;
}

#mapit svg 
{
	position: relative;
	top: 2px;
	margin-right: 3px;
	fill: var(--medium-blue);
}

#bioContact,
#bioContact li,
#bioOffice,
#bioOffice li  
{
	margin: 0;
	list-style: none;
	overflow: hidden;
}

#bioOffice
{
	margin-bottom: 6px;
}

#bioOffice li 
{
	float: left;
}

#bioOffice li:not(:last-child)::after 
{
	content: '|';
	margin: 0 10px;
	color: var(--rules);
}

#bioOffice a 
{
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-color: var(--rules);
}

#bioContactInfo
{
	margin-top: 20px;
}

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

#bioContact li 
{
	margin-bottom: 6px;
}

.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;
}

#bottomContent
{
    position: relative;
    /*padding: 30px 0 80px;*/
    padding: 30px 0 0; /* let the tail chasing begin - changed to make practices match about pages */
    background: #F4F4F4;
}



#banner 
{
	display: flex;
	align-items: flex-end;
	height: auto;
	min-height: 350px;
}

#bannerContent 
{
	position: relative;
	max-width: 702px;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #333232;
	box-sizing: border-box;
}

#banner #bannerImage 
{
	position: absolute;
	top: 0;
	left: calc(50% - 50vw);
	width: 100vw;
}

#banner #bannerImage::after 
{
	content: '';
	position: absolute;
	top: 0;
	left: calc(50% - 50vw);
	display: block;
	width: 100vw;
	height: 100%;
	background: #ffffff;
	opacity: .85;
}

#officeBottomSpotlights
{
	padding-bottom: 60px;
	margin-top: 80px;
}

#officeBottomSpotlights #bottomSpotlights 
{
	padding-bottom: 0;
}

#areaBrochure
{
	margin-bottom: 40px;
}

@media (min-width: 1024px)
{
	
	#officeBottomSpotlights
	{
		display: flex;
	}

	#officeBottomSpotlights #bottomSpotlights
	{
		flex-basis: 50%;
	}

	#office_map 
	{
		min-height: 574px;
		flex-basis: 50%;
		padding-top: 15px;
		margin-left: 10px;
	}

	#office_map iframe
	{
		height: 100%;
	}

	#officeBottomSpotlights .itemList,
	#officeBottomSpotlights .itemList .results_list 
	{
		height: 100%;
	}

	#officeBottomSpotlights .itemList li 
	{
		margin-bottom: 0;
	}

}

.bioList 
{
	margin-top: 0;
}

@media (min-width: 768px)
{
	
	#bioPhoto
	{
		position: relative;
		margin-bottom: 0;
	}

	#bioPhoto::after 
	{
		content: '';
		position: absolute;
		top: 0;
		left: calc(50% - 50vw);
		display: block;
		width: 100vw;
		height: 100%;
		background: linear-gradient(to right, rgba(244,244,244, 1) 20%, rgba(244,244,244, 0) 50%);
		opacity: .67;
	}

	#bioPhoto img
	{
		width: 150vw;
		height: auto;
		left: -50vw;
	}

	#bioInfo
	{
		position: absolute;
		top: 0;
		left: 0;
		width: 50%;
		height: 100%;
		display: flex;
		align-items: center;
	}

	#bannerContent
	{
		width: 70%;
	}

	#banner #bannerImage::after 
	{

		background: linear-gradient(to right, rgba(244,244,244, 1) 40%, rgba(244,244,244, 0) 80%);
		opacity: .85;
	}

}

@media (min-width: 1280px)
{
	#bioPhoto img
	{
		width: 100vw;
		left: calc(50% - 50vw);
	}

	#bioContactInfo
	{
		margin-top: 60px;
	}

	#banner 
	{
		align-items: center;
		padding-bottom: 40px;
		box-sizing: border-box;
	}

	#bannerContent 
	{
		padding: 80px 0 0 0;
	}
}

@media (min-width: 1350px)
{
	
	#banner
	{
		min-height: 575px;
	}

	.podcastItemList ul.results_list
	{
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 20px;
	}
}

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