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

#officeAddress
{
	margin: 20px 0 0;
	--min-font-size: 18;
	--max-font-size: 20;
}

.mapaddress
{
	margin-top: 3px;
}

.mapaddress a
{
	font-size: 20px;
	color: #41748d;
}

.mapaddress svg 
{
	transform: translateY(3px);
	width: 15px;
	height: 21px;
	margin-right: 5px;
	fill: var(--orange);
}

#office_bio
{
	position: relative;
}

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

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

@media (min-width: 768px)
{
	/*#office_bio .buttonLink
	{
		position: absolute;
		top: 2px;
		right: 0;
	}*/

	#office_bio .buttonLink a 
	{
		background: none;
		padding-right: 0;
		border: none !important;
	}

	#office_bio .buttonLink a::after
	{
		content: '';
		display: block;
		height: 1px;
		width: 0;
		margin-top: 3px;
		background: var(--orange);
		transition: all 750ms ease;
	}

	#office_bio .buttonLink a:hover::after,
	#office_bio .buttonLink a:focus::after
	{
		width: 100%;
	}
}

@media (min-width: 1200px)
{
	
	#banner
	{
		align-items: unset !important;
	}

	body.scrollingDown:not(.smallBanner) #banner #officeAddress
	{
		display: none;
	}

	#bannerImage
	{
		min-height: 0;
		height: auto
	}

	#bannerImage img 
	{
		height: 100%;
	}

	#bannerContent
	{
		padding-top: 20px;
		padding-bottom: 30px;
	}

}


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