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


/* office map */
#noun-pin-2693062,
#noun-pin-2693062-2,
#noun-pin-2693062-6,
#noun-pin-2693062-3_00000138544005927867730290000004296101098853792140_
{
	display: none;
}

#breadCrumb
{
	opacity: 0;
}

#content
{
	/*max-width: unset;*/
	max-width: 1560px;
	margin-bottom: 0px;
}

#mainContent
{
	padding-bottom: 0px;
}

.fullsizeBgBanner
{
	position: relative;
	width: 100%;
}

#introContent
{
	position: relative;
	z-index: 10;
	min-height: 17vw;
	color: #fff;
	padding: 10px;
}

#introContent > div
{
	padding-top: 3vw;
	padding-left: 10px;
	padding-right: 10px;
}

h2.highlightText 
{
    color: #fff;
}

#introContent > #officeMap
{
	position: relative;
	display: block;
	
	width: 100%;
	height: auto;
	margin-top: 30px;
}

#introContent > #officeMap #officeMapList
{
	position: absolute;
	width: 100%;
	height: 100%;
}

/* these just make it look broken */
#introContent > #officeMap #officeMapList .sp_pencil
{
	display: none;
}

#introContent > #officeMap #officeMapList li 
{
	position: absolute;
}

#introContent svg
{
	position: relative;
	z-index: 5;
}

#introContent svg path
{
	fill:#7488AE;
	stroke:#C7DEE8;
	stroke-width: 0.25px;
}

#introContent svg .hasAdmissions path
{
	fill:#5C6E94;
	stroke:#C7DEE8;
	stroke-width: 0.25px;
}

/* #introContent svg .st2
{
	fill-rule:evenodd;
	clip-rule:evenodd;
	fill:#F09720;
} */
	
#officeMapList .officeDot 
{
	display: block;
	position: absolute;
	width: 2.3%;
	aspect-ratio: 5/7;
	background: #F09720;
	mask-image: url('../i/map-marker.svg');
	mask-repeat: no-repeat;
	mask-size: 100% 100%;
	
	z-index: 10;
}


#bigBgBanner
{
	position: absolute;
	z-index: 5;
	left: calc(50% - 50vw);
	width: calc(100vw - 0px);
	height: 100%;
}

#bigBgBanner::after
{
	content: '';
	position: absolute;
	z-index: 6;
	top: 0;
	left: 0;
	width: calc(100% - 32px);
	height: 100%;
	background-image: linear-gradient(to bottom,  #5a6288 30%, transparent 60%);
	opacity: 0.64;
	margin: 0px 16px;
	box-sizing: border-box;
}

#bigBgBanner img
{
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	padding: 0px 16px;
	box-sizing: border-box;
}

#officeList
{
	position: relative;
	z-index: 10;
	padding: 3.5vw 10px;
}

#officeList h3
{
	color: #F09720;
	font-weight: 700;
	text-transform: uppercase;
}

#officeList ul,
#officeList ul li,
.results_list_group
{
	margin-bottom: 0px;
	margin-top: 0px;
	break-inside: avoid-column;
}

#officeList ul
{
	padding-top: 10px;
	padding-bottom: 28px;
}

#officeList ul li
{
	position: relative;
	padding: 15px 0px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.48);
	color: #FFFFFF;
	font-size: 1.2rem;
}

#officeList ul li a
{
	display: block;
	padding: 0 30px 0 0;
	background: url('../i/arrow-white-right.svg') right 10px center no-repeat; /* data-uri */
}

#officeList ul li a:not(:hover):not(:focus)
{
	color: #FFFFFF;
}

#officeList ul li a.sp_pencil
{
	position: absolute !important;
	top: 0px;
}

#footer
{
	margin-top: 0px;
}

@media (min-width: 920px)
{
	#introContent
	{
		display: flex;
		justify-content: space-between;
	}
	
	#introContent > div
	{
		width: 25vw;
		max-width: 550px;
	}
	
	h2.highlightText 
	{
		color: #3F67B1;
	}
	
	#introContent > #officeMap
	{
		width: 60%;
		margin-top: 30px;
	}
	
	#bigBgBanner::after
	{
		width: calc(100% - 40px);
		margin: 0px 20px;
	}
	
	#bigBgBanner img
	{
		padding: 0px 20px;
	}
	
	#bigBgBanner img
	{
		padding: 0px 30px;
	}
	
	#bigBgBanner::after
	{
		display: none;
	}	
	
	#officeList
	{
		columns: 2;
		column-gap: 40px;
	}
}

@media (min-width: 1025px)
{
	
}

@media (min-width: 1350px)
{
	#bigBgBanner img
	{
		padding: 0px 40px;
	}
}

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