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

#bannerImage
{
	position: relative;
}

#bannerImage > picture > img
{
	position: relative;
}

#bannerContent
{
	position: absolute;
	z-index: 10;
	top: 15%;
	left: 0;
	min-height: unset;
}

#mainContent
{
	margin-left: 0;
}

body.fullWidth #mainContent
{
	max-width: unset;
}

.officeList .address 
{
	--max-font-size: 19;
	margin-top: 20px;
}


.quadSpotlight:not(#quadFreeform) a:is(:hover,:focus) .imagewrapper::after
{
	background: #000000;
	opacity: .55;
}

.quadSpotlight.officeList .title,
.quadSpotlight.officeList .phone
{
	padding: 0;
	margin: 0;
}

.quadSpotlight.officeList li a 
{
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	padding-top: 0;
}

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

#officeList .mapicon
{
	width: 1.15vw;
}

#officeList .mapicon svg
{
	display: block;
	width: 100%;
	height: auto;
	fill: var(--yellow);
}

#officeList li 
{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 20;
	width: auto;
}

#officeList .title 
{
	display: none;
	line-height: 1.25;
	/*width: 200px;*/
	padding: 5px 15px;
	background: var(--teal);
	color: #ffffff;
	white-space: nowrap;
}

#officeList li .mapicon:hover + .title 
{
	display: block;
	position: absolute;
	left: 40px; 
	top: 0;
	margin: 0;
	z-index: 200;
}

#officeList li:is(:hover,:focus-within)
{
	z-index: 200;
}

#officeList li a:is(:hover,:focus) .title 
{
	display: block;
	position: absolute;
	left: 40px; 
	top: 0;
	margin: 0;
	color: #ffffff;
}

@keyframes icon_slide_down
{
	0%
	{
		transform: translateY(-50px);
		opacity: 0;
	}

	100%
	{
		transform: translateY(0);
		opacity: 1;
	}
}

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

#officeList li 
{
	transform: translateY(-50px);
	opacity: 0;
	animation: icon_slide_down .5s forwards 750ms;
}

/*#officeList.startAnimation li 
{

	
}*/

#officeList.startAnimation li:nth-child(2n) { animation-delay: .5s }
#officeList.startAnimation li:nth-child(3n) { animation-delay: .75s }
#officeList.startAnimation li:nth-child(4n) { animation-delay: 1s }
#officeList.startAnimation li:nth-child(5n) { animation-delay: 1.25s }
#officeList.startAnimation li:nth-child(6n) { animation-delay: 1.5s }
#officeList.startAnimation li:nth-child(7n) { animation-delay: 1.75s }
#officeList.startAnimation li:nth-child(8n) { animation-delay: 2s }
#officeList.startAnimation li:nth-child(9n) { animation-delay: 2.25s }
#officeList.startAnimation li:nth-child(10n) { animation-delay: 2.5s }
#officeList.startAnimation li:nth-child(11n) { animation-delay: 2.75s }
#officeList.startAnimation li:nth-child(12n) { animation-delay: 3s }
#officeList.startAnimation li:nth-child(13n) { animation-delay: 3.25s }


.clockWrapper
{
	position: absolute;
	top: 0;
	left: auto;
	right: 0px;
	width: 100px;
	height: 100px;
}

.clockWrapper .currentTime 
{
	font-size: 16px;
}

.clock
{
	width: 100px;
	height: 100px;
	transform: scale(.25);
}

.quadSpotlight.officeList .content
{
	padding-top: 120px;
}

.clock .secondHand
{
	height: 80%;
}

@media (min-width: 1024px)
{
	#tabLinks
	{
		text-align: center;
		margin-bottom: 30px;
	}

	#tabLinks a,
	#tabLinks a.current 
	{
		border: none;
	}

	#tabLinks a:not(:last-child)
	{
		margin-right: 13px;
	}

	#tabLinks a
	{
		padding: 13px 23px;
		line-height: 1;
		border: 1px solid var(--teal) !important;
		color: var(--teal);
		--max-font-size: 19;
	}

	#tabLinks a.current,
	#tabLinks a:is(:hover,:focus)
	{
		background: var(--teal);
		color: #ffffff;
	}
}

@media (min-width: 1280px)
{


	.clockWrapper
	{
		top: 47px;
		left: calc(50% - 70px);
		right: 0px;
		width: 140px;
		height: 140px;
		padding-bottom: 40px;
		opacity: 0;
	}

	.clockWrapper .currentTime 
	{
		font-size: 17px;
	}

	.clock
	{
		width: 140px;
		height: 140px;
		transform: scale(.5);
	}


	.officeList li 
	{
		min-height: 516px;
	}

	.officeList a .address
	{
		display: none;
	}
	
	.officeList a:is(:hover,:focus) .address,
	.officeList a:is(:hover,:focus) .clockWrapper
	{
		display: block;
		opacity: 1;
	}

	.officeList:not(.regionList) a:is(:hover,:focus) .content
	{
		margin-bottom: 0;
	}

	.quadSpotlight.officeList .content
	{
		padding-top: 242px;
		margin-bottom: 65px;
	}


}

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