/* BEGIN HEADER-DETAIL CSS (BIOS/PRACTICES) -----------------------------------------> */

@media (min-width: 1050px)
{
	#header::before
	{
		content: '';

		position: absolute;
		left: 0;
		right: 0;

		height: 150px;
		background: linear-gradient(to bottom, rgba(0,0,0,.3), rgba(0,0,0,0));
		z-index: 3;
	}

	#mainContent
	{
		float: left;
		width: calc(100% - 26.5% - 90px);
	}

	body.contact-item #mainContent
	{
		float: none;
		width: 100%;
		max-width: 1278px;
		margin-left: auto;
		margin-right: auto;
	}

	#subContent,
	#bannerInfoWrapper
	{
		float: right;
		clear: right;
		width: 26.5%;
	}

	#subContent
	{
		padding-top: 25px;
	}

	body.people-item #subContent
	{
		padding-top: 51px;
	}

	#bannerInfoWrapper
	{
		min-width: 350px;
	}
}

#banner
{
	max-height: 674px;
}

@media (min-width: 1050px)
{
	#banner
	{
		background: #666;
		/* min-height: calc(940vw/24); */
	}
}

/* banner mask */
#banner::after,
#bannerInfo::before
{
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	left: calc(50% - 50vw);
	width: 100vw;
	height: 100%;

	background: linear-gradient(-66deg,
		rgb(31, 32, 34) 53.6%,
		transparent 0
		) 0 0 no-repeat;
	background-size: 100vw 100vw;
}

#bannerInfo::before
{
	background: linear-gradient(-66deg,
		rgb(31, 32, 34) 53.6%,
		transparent 0
		) 0 0 no-repeat;

	left: calc(50% - 40vw);
	top: 0;

	z-index: -1;
}

@media (max-width: 1799px)
{
	#bannerInfo::before
	{
		content: none;
	}
}

#bannerImage
{
	position: absolute;
	width: 100vw;
	left: calc(50% - 50vw);
	height: 100%;

	background: rgb(31, 32, 34);
}

#bannerImage img
{
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1;

	object-fit: contain;
	object-position: left;
}

@media (max-width: 1919px)
{
	#bannerImage img
	{
		object-fit: cover;
		object-position: 50% 0;
	}
}

#banner h1
{
	padding-bottom: 0px;
	text-transform: uppercase;
	font-size: clamp(1.5rem, 2.08vw, 40px);
	line-height: 1;
}

body.contact-item #banner h1
{
	padding-bottom: 10px;
}

#bannerContent
{
	position:relative;
	overflow: hidden;

	z-index: 3;
	color: white;

	padding-top: 159px;

	box-sizing: border-box;

	width: calc(100% - 88px);
	max-width: 1630px;
	margin: 0 auto;

	min-height: 512px;
	min-height: 630px;
}

#bannerContent *
{
	color: inherit;
}

@media (max-width: 1049px)
{
	#banner::after
	{
		content: none !important;
	}
}

@media (max-width: 1050px)
{
	#bannerImage
	{
		position: relative;
		left: 0;
	}

	#bannerImage img
	{
		position: static;
		display: block;

		height: auto;
		width: 100vw;

		min-height: calc(940vw/24);
	}

	#bannerContent
	{
		position: relative;
		overflow: visible;
		padding-top: 0;

		background: rgb(31, 32, 34);
		margin: 0;
		width: auto;
		min-height: 0;
	}
}

#bannerInfo
{
	flex-grow: 1;
	max-width: 500px;

	font-size: max(16px, 1.05rem);
}

#bannerInfo a:hover,
#bannerInfo a:focus
{
	color: #E9CF2C;
}

#bioTitle, #officeState
{
	margin: 6px 0 30px 0;
	text-transform: uppercase;

	font-size: 1.17rem;
}

@media (max-width: 1050px)
{
	#banner
	{
		max-height: none;
	}

	#bannerInfoWrapper
	{
		float: none;
		width: auto;

		background: #1F2022;
		overflow: hidden;
	}

	#bannerInfo
	{
		max-width: none;

		margin: 22px 44px;
	}

	#bioTitle, #officeState
	{
		margin-bottom: 1.3em;
	}
}

@media (max-width: 1049px)
{
	#bannerInfoWrapper
	{
		padding: 22px 16px;
	}
}

ul#bannerContact,
ul#bannerContact li,
ul#bannerAccessories,
ul#bannerAccessories li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#bannerContact li
{
	margin-bottom: 7px;
}

ul#bannerAccessories
{
	display: flex;
	margin: 50px 0 0;
	padding: 0;
}

.hasBlurb ul#bannerAccessories
{
	padding-bottom: 110px;
}

@media (max-width: 1049px)
{
	ul#bannerAccessories
	{
		margin-top: 20px;
	}
}

@media (max-width: 1049px)
{
	.hasBlurb ul#bannerAccessories
	{
		padding-bottom: 50px;
	}
}

@media (max-width: 549px)
{
	#banner ul#bannerAccessories
	{
		padding-bottom: 0;
	}
}

ul#bannerAccessories li
{
	margin-right: 16px;
}

ul#bannerAccessories li a svg path
{
	fill: #fff;
}

ul#bannerAccessories li a:hover:not(#dummy) svg path,
ul#bannerAccessories li a:focus svg path
{
	fill: #E9CF2C;
}

ul#bannerAccessories li a:focus:not(:focus) svg path
{
	fill: #fff;
}

#officeAddress
{
	line-height: 1.6;
}

@media (max-width: 549px)
{
	ul#bannerAccessories
	{
		margin-bottom: 0;
	}
}

#office_map
{
	margin-bottom: 30px;
}

#area_bio_contact .title
{
	font-weight: 500;
}

#area_bio_contact .info
{
	font-size: 0.9rem;
}

/* END HEADER-DETAIL CSS -------------------------------------------> */