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

#bodyInner
{
	background: none; /* not in the mocks */
}

#aboveContent
{
	position: relative;
	z-index: 10;
	left: 25vw;
	width: 100%;
	margin: 0 0 0 0;
	box-sizing: border-box;
}

#mainContent
{
	margin-top: 0px;
}

body.contact-item #subContent
{
	padding: 0px;
}

body.contact-item #mainContent > h2
{
	padding: 5px 0 15px 0;
	color: #4B7483;
	font-weight: 300;

	--min-font-size: 24;
	--max-font-size: 32;
}

h2.highlightText
{
	padding-top: 0px;
}
	
#bioPhoto
{
	position: relative;
	/* 100% - fixed side margin + left and right padding, long form for readability */
	width: calc(100% - 25vw + 4.65vw + 68px);
	height: auto;
	margin-left: -4.65vw;
	max-height: 595px;
	overflow: hidden;
}

#bioPhoto::after
{
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, rgba(0,0,0,0.50) 15%, transparent);
}

#bioPhoto::before
{
	content: '';
	position: absolute;
	z-index: 3;
	top: -96px;
	left: -30vw;
	width: 845px;
	height: 884px;
	background: url('../i/bio-bg.svg') left top no-repeat; /* data-uri */
	background-size: 44vw auto;
}

#bioPhoto > picture > img,
#bioPhoto img
{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;
}

#bioInfo
{
	position: absolute;
	z-index: 5;
	bottom: 60px;
	left: 0px;
	width: calc(100% - 25vw);
	box-sizing: border-box;
	color: #fff;
}

#bioInfo h1#pageTitle
{
	padding: 0;
	color: #ffffff;
	line-height: 1;
}

#bioInfo h1#pageTitle
{
	--min-font-size: 44;
	--max-font-size: 64;
}

#bioPhoto
{
	display: block;
}

#bioInfo
{
	flex-grow: 1;
	max-width: 500px;
	margin: 0 0 0 8vw;
}

body.contact-item #bioInfo
{
	max-width: 900px;
}

#bioInfo a
{
	color: #ffffff;
}

#bioTitle
{
	padding: 0 0 20px 0;
	color: #D6E1E6;
	text-transform: uppercase;
	letter-spacing: 2px;
}

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

body.contact-item ul#bioContact li
{
	letter-spacing: 2px;
}

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

ul#bioAccessories li a svg
{
	position: relative;
	width: 38px;
	height: 39px;
}
	
ul#bioAccessories li a svg .st0
{
	fill: none;
}

ul#bioAccessories li a svg .st1
{
	fill: none;
	stroke: #CAD5DB;
}

ul#bioAccessories li a svg .st2
{
	fill: #ffffff;
}

ul#bioAccessories li:hover a svg .st0,
ul#bioAccessories li:focus a svg .st0
{
	fill: #ffffff;
}

ul#bioAccessories li a:hover svg .st1,
ul#bioAccessories li a:focus svg .st1
{
	fill: none;
	stroke: none;
}

ul#bioAccessories li a:hover svg .st2,
ul#bioAccessories li a:focus svg .st2
{
	fill: #3E915E;
}

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

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

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

body.contact-item #officeAddress
{
	margin-bottom: min(2vw, 20px);
}

body.contact-item #bioEmail a
{
	text-decoration: none;
	padding-bottom: 3px;
	border-bottom: 1px solid #ffffff;
}

body.contact-item #bioEmail a:hover,
body.contact-item #bioEmail a:focus
{
	color: #ccc;
}

#office_map
{
	text-align: center;
}

a#viewDirections
{
	display: inline-block;
	margin: 12px 0 20px 0;
	font-size: 0.8rem;
	text-align: center;
	text-transform: uppercase;
}

.newsList .info
{
	margin: 0 0 6px 0;
    color: #4B7483;
    font-size: 0.8rem;
    font-weight: 400;
    text-transform: uppercase;
}

@media (max-width: 1049px)
{
	#header
	{
		background: #253D4B;
	}
	
	#aboveContent
	{
		left: 0px;
		width: 100%;
		height: auto;
		padding: 129px 0 0 0;
		width: calc(100% + 32px);
		margin-left: -16px;
		background: #253D4B;
	}
	
	#bioPhoto::after,
	#bioPhoto::before
	{
		display: none;
	}
	
	#bioPhoto > picture > img,
	#bioPhoto > img
	{
		/*position: absolute;*/
		width: 100%;
		height: 335px;
		object-fit: cover;
		object-position: right;
	}
	
	body.contact-item #bioPhoto > picture > img,
	body.contact-item #bioPhoto > img
	{
		object-position: center;
	}
	
	#bioInfo
	{
		position: relative;
		bottom: unset;
		left: unset;
		width: auto;
		margin: 0 0 0 0;
		padding: 20px 16px;
	}
	
	#bioPhoto
	{
		width: calc(100vw + 32px);
		margin-left: 0;
	}
}

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