/* BEGIN CAREERS CSS ---------------------------------------------> */

/*body.smallBanner #banner
{
	margin-bottom: 40px;
}
*/

/* FIX THIS LATER!!!! */
#careers-professional-staff #subContent #mediaContact 
{
	display: none;
}


#careerSubNav
{
	margin: 64px 0;
}

#careerSubNav ul,
#careerSubNav li 
{
	position: relative;
	margin: 0;
	list-style: none;
}

#careerSubNav .sp_pencil 
{
	position: absolute;
	z-index: 100;
}

#careerSubNav ul
{
	display: grid;
	grid-gap: max(32px, 
	             min(42px, 32px + (42 - 32) * ((100vw - 767px) / (1600 - 767))
	));
}

#careerSubNav .image
{
	background: #25435a;
}

#careerSubNav .image img 
{
	display: block;
	width: 100%;
	height: auto;
	opacity: .7;
}

#careerSubNav .title 
{
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	z-index: 10;
	color: #ffffff;
	text-align: center;

	--min-font-size: 20;
	--max-font-size: 23;
	text-transform: uppercase;
}

body.careersLanding .columnedFreeForm
{
	position: relative;
	left: calc(50% - 50vw);
	width: 100vw;
}

body.careersLanding .columnedFreeForm ul
{
	grid-row-gap: unset;
}

body.careersLanding .columnedFreeForm ul li 
{
	min-height: 30vw;
}

body.careersLanding .columnedFreeForm .hovercontent
{
	min-height: inherit;
}



body.careersLanding .stackedFreeForm
{
	margin: 60px 0;
}

body.careersLanding .stackedFreeForm li
{
	position: relative;
	display: flex;
	width: 100vw;
	min-height: 40vh;
	left: calc(50% - 50vw);
	flex-direction: column-reverse;
}

body.careersLanding .stackedFreeForm .content 
{
	display: flex;
	align-items: center;
	padding: 50px 5vw;
	background: #f0f2f4;
	box-sizing: border-box;
}

body.careersLanding .stackedFreeForm .title
{
	border: none;
}

body.careersLanding .stackedFreeForm .content p a
{
	color: inherit;
}

body.careersLanding .stackedFreeForm .content
{
	margin-bottom: 42px;
}

body.careersLanding .lowerStaticText 
{
	margin-bottom: 150px;
}

.jobList 
{
	margin-bottom: 60px;
}

.jobList li 
{
	overflow: hidden;
}

.jobList li ul,
.jobList li ul li 
{
	margin: 0;
	list-style: none;
}

/*
.jobList li .office li:first-child::before,
.jobList li .office li:last-child::after
{
	content: "(";
	display: 'inline-block';
	color: #000000;
}

.jobList li .office li:last-child::after
{
	content: ")";
}
*/

.jobList li .office a:first-child::before,
.jobList li .office a:last-child::after
{
	content: "(";
	display: 'inline-block';
	color: #000000;
}

.jobList li .office a:last-child::after
{
	content: ")";
}

.jobList li > div 
{
	float: left;
}

.jobList li > div + div 
{
	margin-left: 8px;
}

@media (min-width: 768px)
{
	#careerSubNav ul
	{
		grid-template-columns: repeat(2, 1fr);
	}

	body.careersLanding #careerSubNav ul
	{
		grid-template-columns: repeat(3, 1fr);
	}

	.infographics ul 
	{
		display: flex;
		justify-content: center;
		grid-gap: max(39px, 
		             min(96px, 39px + (96 - 39) * ((100vw - 767px) / (1600 - 767))
		));
	}

	.infographics ul li 
	{
		flex-basis: calc(100%/3);
	}

	body.careersLanding .infographics ul li
	{
		flex-basis: 25%;
	}

	body.careersLanding .infographics
	{
		padding: 75px 0;
	}

	body.careersLanding .infographics::before
	{
		display: block;
	}

	
	body.careersLanding .stackedFreeForm li
	{
		flex-direction: row-reverse;
	}

	body.careersLanding .stackedFreeForm li .content 
	{
		margin: 0;
	}

	body.careersLanding .stackedFreeForm .image
	{
		margin-bottom: 0;
		padding: 0 calc(5vw + 7px) 0 42px;
		box-sizing: border-box;
	}

	body.careersLanding .stackedFreeForm .image img 
	{
		height: 100%;
		object-fit: cover;
	}

	body.careersLanding .stackedFreeForm li > div 
	{
		flex: 0 0 50%;
	}
}

@media (min-width: 990px)
{

	body.careersLanding #content 
	{
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
	}

	body.careersLanding #mainContent,
	body.careersLanding #mainContent:not(:only-child)
	{
		width: 66.66%;
		padding-right: 42px;
		box-sizing: border-box;
	}

	body.careersLanding.subContentRight #subContent
	{
		width: 33.33%;
	}
}

@media (min-width: 1350px)
{
	body.careersLanding #careersVideo .xrefMultimediaList ul li
	{
		flex-basis: calc(25% - 30px);
	}
}


/* END CAREERS CSS -----------------------------------------------> */