/* BEGIN OFFICE-DETAIL CSS --------------------------------------> */

#aboveContent
{
	position: relative;
	background: #2F3351;
}

#aboveContentBanner
{
	position: absolute;
	z-index: -1;
	left: calc(50% - 50vw);
	width: 100vw;
	height: 100%;
	min-height: 620px;
}

#aboveContentBanner img
{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#aboveContentBanner::after
{
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 620px;
	background-image: linear-gradient(10deg,  rgba(54, 58, 74, 1) 30%, transparent 60%),
						linear-gradient(-10deg,  rgba(54, 58, 74, 1) 30%, transparent 60%);
	opacity: 0.64;
}

#tabCrumbs
{
	margin-top: 0px;
	padding-top: 0px;
}

#bioInfoWrapper
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
	position: relative;
	min-height: 620px;
}

#bioInfo
{
	display: flex;
	flex-direction: column;
	color: #fff;
	font-size: 1.3rem;
}

#bioInfo a
{
	color: #FFA327;
}

#bioInfo h1
{
	color: #fff;
	text-transform: uppercase;
}

#bioTitle
{
	padding: 0 0 10px 0;
	font-weight: 700;
}

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

ul#bioContact
{
	padding: max(10px, 2vw) 0px 0px 0;
	box-sizing: border-box;
	color: #FFA327;
}

ul#bioContact li a[href^="tel:"]
{
	color: #FFA327 !important;
}

#bannerAccessories
{
	position: absolute;
	right: 0px;
	bottom: 5vw;
}

#content
{
	margin-bottom: 0px;
}

#office_bio
{
	padding-bottom: 50px;
}

#footer
{
	z-index: 100;
	margin-top: 0px;
}

#office_map
{
	margin-top: 58px;
}

@media (min-width: 768px)
{
	#bioInfoWrapper
	{
		flex-direction: row;
		align-items: center;
		justify-content: unset;
		padding-bottom: 5vw;
		box-sizing: border-box;
	}
	
	#bioInfo
	{
		align-self: flex-end;
		padding: 0 0 0 12vw;
	}
}

/* END OFFICE-DETAIL CSS ----------------------------------------> */