/* BEGIN OFFICE-LISTING CSS -------------------------------------> */

#bodyInner
{
	background: none;
}

#fullScreenInner
{
	display: flex;
	justify-content: space-between;
	/*gap: 8.4vw;*/
	position: relative;
	padding: 19vh 0 0 0;
}

#fullScreenInner h1#pageTitle
{
	color: #fff;
	font-size: 3.36rem;
	font-weight: 300;
	line-height: 1;
}

#officeList .results_list
{
	display: flex;
	gap: min(3vw, 58px);
}

#officeList .results_list > li,
#officeList .results_list > li > a:not(.sp_pencil)
{
	display: flex;
	flex-direction: column;
	position: relative;
	width: 100%;
}

#officeList .results_list > li:first-child
{
	margin: 7vw 0 0 0;
}

#officeList .results_list .image
{
	position: relative;
	width: 100%;
}

#officeList .results_list .image img
{
	display: block;
	position: relative;
	width: 100%;
	height: 12.5vw;
	min-height: 200px;
	object-fit: cover;
}

#officeList .results_list .info
{
	padding: 2vw 28px 18px 2.3vw;
	background: #ffffff;
	font-weight: 300;
}

#officeList .results_list .title
{
	margin-bottom: 6px;
	color: #4B7483;
	font-size: 1.25rem;
	font-weight: 400;
}

#officeList .results_list a:hover,
#officeList .results_list a:focus
{
	text-decoration: none;
}

#officeList .results_list .title a
{
	color: #4B7483;
}

#officeList .results_list .title a:hover,
#officeList .results_list .title a:focus
{
	color: #3E915E;
}

#officeList .results_list > li .infoBottom
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	position: relative;
	width: 100%;
	margin: 20px 0 0 0;
}

#officeList .results_list > li .infoBottom .email
{
	display: block;
	align-self: flex-end;
}

#officeList .results_list > li .infoBottom .email a
{
	width: 38px;
	height: 39px;
}

#content #officeList .results_list > li .infoBottom svg
{
	position: relative;
	width: 38px;
	height: 39px;
}
	
#content #officeList .results_list > li .infoBottom svg .st0
{
	fill: none;
}

#content #officeList .results_list > li .infoBottom svg .st1
{
	fill: none;
	stroke: #CAD5DB;
}

#content #officeList .results_list > li .infoBottom svg .st2
{
	fill: #4B7483;
}

#content #officeList .results_list > li .infoBottom a:hover svg .st1,
#content #officeList .results_list > li .infoBottom a:focus svg .st1
{
	fill: none;
	/*stroke: none;*/
}

#content #officeList .results_list > li .infoBottom a:hover svg .st2,
#content #officeList .results_list > li .infoBottom a:focus svg .st2
{
	fill: #3E915E;
}

@media (max-width: 1024px)
{
	#fullScreenInner
	{
		display: block;
		padding: 80px 0 100px 0;
	}
}

@media (max-width: 1050px)
{
	#fullScreenInner
	{
		display: block;
		padding: 150px 0 0 0;
	}
	
	#officeList
	{
		margin: 3rem 0 0 0;
	}
	
	#officeList .results_list .image img
	{
		height: 250px;
		min-height: unset;
	}
}

@media (max-width: 767px)
{
	#fullScreenInner
	{
		
	}
	
	#officeList
	{
		margin: 1rem 0 0 0;
	}
	
	#officeList .results_list
	{
		flex-direction: column;
		gap: 30px;
	}
	
	#officeList .results_list .image img
	{
		height: 250px;
		min-height: unset;
	}
}

/* END OFFICE-LISTING CSS ---------------------------------------> */