/* BEGIN INDEX CSS ----------------------------------------------> */

body
{
	margin-top: 0;
}



#header
{
	background: none;
}

body:not(.scrolled) #topNav > ul > li > a::before
{
	background: #ffffff;
}

body:not(.scrolled) #logo #logoText,
body:not(.scrolled) #logo #logoG,
body:not(.scrolled) #searchJump svg
{
	fill: #ffffff;
}

body:not(.scrolled) .mobileNavBox span
{
	background: #ffffff;
}

body:not(.scrolled) #navToggle:is(:hover,:focus) .mobileNavBox span
{
	background: var(--light-blue);
}

body:not(.scrolled) #searchJump:is(:hover,:focus) svg 
{
	fill: var(--light-blue);
}

/*body:not(.scrolled) #mainNav a, */
body:not(.scrolled) #topNav a
{
	color: #ffffff;
}

body.scrolled #header
{
	background: #ffffff;
}

#topNav:is(:hover,:focus-within) > ul > li > a
{
	opacity: 1;
}

#content
{
	max-width: none;
	margin: 0px auto;
}

#content::before 
{
	display: none;
}

#index #mainContent
{
	width: 100%;
	margin: 0;
	padding: 0;
	float: none;
}

#homeAnimation
{
	position: relative;
	padding-top: 120px;
	padding-bottom: 80px;
}

#homeAnimation #images
{
	background: black;
}

#homeAnimation #images::before 
{
	position: absolute;
	top: 0;
	left: calc(50% - 50vw);
	width: 100vw;
	height: 100vh;
	content:'';
	display: block;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 1.0) 0%, transparent 70%);
	opacity: .74;
	z-index: 0;
}

#homeAnimation .freeFormMultiple
{
	position: relative;
	z-index: 10;
}

#homeAnimation #images div.results_list > div
{
	display: none;
}

#homeAnimation #images
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: -1;
}

#homeAnimation #images.removeFixed
{
	position: absolute;
	bottom: 0;
	top: auto;
}

#homeAnimation #images img 
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100vw;
	left: calc(50% - 50vw);
	display: block;
	width: 100vw;
	height: 100%;
	object-fit: cover;
}

#homeAnimation #freeFormIntro
{
	margin-bottom: 50px;
	color: #ffffff;
}

#homeAnimation #freeFormIntro *
{
	color: inherit;
}

#homeAnimation #freeFormIntro > *:first-child 
{
	margin-top: 0;
}

.freeFormMultiple li 
{
	background: rgba(30, 85, 107, .85);
}

.freeFormSpotlight li:has(a):is(:hover,:focus-within)
{
	background: none;
}

.freeFormSpotlight li:has(a):is(:hover,:focus-within) a
{
	background: rgba(255, 255, 255, .85) !important;
}

#homeSearchForm > div 
{
	display: block;
}

#homeSearchForm button 
{
	position: absolute;
	right: 20px;
	top: 6px;
	display: block;
	width: 24px;
	padding: 0;
	background: none;
	border: none;
}

#homeSearchForm button svg 
{
	display: block;
	width: 100%;
	height: auto;
	transform: rotate(90deg);
	fill: var(--orange-yellow);
}

h1,
.looksLikeh1
{
	--max-font-size: 100;
}

.scrollingAreaList,
#bottomSpotlights
{
	position: relative;
	margin: max(100px, 
	             min(143px, 100px + (143 - 100) * ((100vw - 767px) / (1600 - 767))
	)) 0;
}

.scrollingAreaList div.slick-track 
{
	display: flex !important;
}

.scrollingAreaList div.slick-track > div 
{
	position: relative;
	height: 400px;

	background: var(--dark-cyan);
}

.scrollingAreaList a:not(.sp_pencil) 
{
	display: block;
	position: relative;
	height: 100%;
}

.scrollingAreaList a.sp_pencil 
{
	position: absolute;
	z-index: 100;
	top: 10px;
	right: 10px;
}

.scrollingAreaList .info 
{
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	padding: 33px;
	height: 100%;
	/*aspect-ratio: 471 / 544;*/
	box-sizing: border-box;
	color: #ffffff;
}

.scrollingAreaList .title 
{
	--fluid-start: 1024;
	--max-font-size: 36;
	font-family: 'playfair_display';
	line-height: 1.33;

}

.scrollingAreaList .abstract 
{
	align-self: flex-end;
	--max-font-size: 21;
	line-height: 1.71;
}

.scrollingAreaList .image
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.scrollingAreaList .image::after 
{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, .7) 0%, transparent 50%);
}

.scrollingAreaList .image img 
{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.scrollingAreaList .abstract
{
	background: rgba(255, 255, 255, .9);
	padding: 30px;
	color: #000000;
	font-weight: 300;
}

.scrollingAreaList .view_more
{
	margin-top: 45px;
	text-align: right;
}


.scrollingAreaList button 
{
	position: absolute;
	left: calc(50% - 50vw);
	top: calc(50% - 62px);
	z-index: 1000;

	display: block;
	width: 52px;
	height: 52px;
	/*background: url('../i/icon-chevron.svgz') no-repeat;*/ /* data-uri */
	background-size: 100%;
	border: none;
	padding: 15px;
	box-sizing: border-box;
	transform: rotate(-90deg);
	font-size: 0px;
	background: #ffffff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
	cursor: pointer;
}

.scrollingAreaList button.slick-next
{

	left: auto;
	right: calc(50% - 50vw);
	transform: rotate(90deg);
}

.scrollingAreaList button svg
{

	display: block;
	width: 100%;
	height: auto;
	fill: var(--orange-yellow);
}


@media (min-width: 768px)
{
	
	#homeSearchForm button 
	{
		width: 19px;
	}

	.scrollingAreaList
	{
		margin-left: -20px;
		margin-right: -20px;
	}

	.scrollingAreaList div.slick-track > div 
	{
		height: auto;
		aspect-ratio: 471 / 544;
		margin: 0 20px;
	}

	.scrollingAreaList .view_more
	{
		margin-right: 20px;
	}
}

@media (min-width: 1280px)
{
	
	#homeAnimation #freeFormIntro
	{
		position: sticky;
		/*top: 200px;*/
		top: max(200px, 
		             min(330px, 200px + (330 - 200) * ((100vw - 1200px) / (1800 - 1200))
		)); /* changed per jessica */
		left: 0;
		height: 400px;
	}

	#homeAnimation #images::before 
	{
		position: absolute;
		top: 0;
		left: calc(50% - 50vw);
		width: 100vw;
		height: 100vh;
		content:'';
		display: block;
		background: linear-gradient(to right, rgba(0, 0, 0, 1.0) 0%, transparent 60%);
		opacity: .74;
		z-index: 0;
	}

	#homeAnimation .freeFormMultiple
	{
		padding-top: 40px;
	}
}

@media (min-width: 1280px)
{


	.scrollingAreaList .abstract
	{
		background: none;
		padding: 0;
		opacity: 0;
	}

	.scrollingAreaList .info
	{
		width: calc(100% - 33px);
		/*height: calc(100% - 33px);*/
		height: 100%;
		padding: 46px 35px;
		/*margin-top: 33px;*/
		padding-bottom: max(40px, 
		             min(115px, 40px + (115 - 40) * ((100vw - 1280px) / (1800 - 1280))
		));
	}

	.scrollingAreaList .info::before 
	{
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: -1;
		content: '';
		display: block;
		width: 0;
		height: 0;
		background: rgba(255, 255, 255, .9);
		transition: all 500ms ease;
	}

	.scrollingAreaList div.slick-slide a:is(:hover,:focus)::after 
	{
		position: absolute;
		top: -15px;
		right: -15px;
		content: '';
		display: block;
		width: 97px;
		height: 97px;
		background: url('../i/icon-chevron.svgz') no-repeat; /* data-uri */
		background-size: cover;
		transform: rotate(-135deg);
	}

	.scrollingAreaList a:is(:hover,:focus) .info::before
	{
		width: 100%;
		height: calc(100% - 33px);
	}

	.scrollingAreaList a:is(:hover,:focus) .title
	{
		color: #000000;
		transition: all 250ms ease 300ms;
	}

	.scrollingAreaList a:is(:hover,:focus) .abstract
	{
		opacity: 1;
		transition: all 250ms ease 150ms;
	}
}

@media (min-width: 1350px)
{

	.scrollingAreaList > div.results
	{
		position: relative;
		left: calc((50% - 50vw) + 30px);
		width: 100vw;
		margin-left: -30px;
		margin-right: -30px;
	}
	
	.scrollingAreaList div.slick-track > div 
	{
		margin: 0 52px;
		aspect-ratio: 371 / 544;
	}
}


/* Home Alert Message */

#alertMessage
{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 98;
	width: 100%;
	padding: 12px 16px 12px 16px;
	background: #ccc;
	box-sizing: border-box;
	color: #000000;
	font-size: 0.9rem;
	line-height: 1.2;
	text-align: center;
}

#alertMessage p,
#alertMessage p *
{
	margin: 0;
	padding: 0;
	color: #000000;
}

#alertMessage a
{
	text-decoration: underline;
}

#alertMessage .closeButton
{
	position: absolute;
	top: 20px;
	right: 17px;
	padding: 24px 24px 0 0;
	background: none;
	border: none;
	color: #000;
}

#alertMessage .closeButton::before,
#alertMessage .closeButton::after
{
	top: 10px;
	left: 0px;
	width: 24px;
	height: 2px;
}

#alertMessage .closeButton:is(:hover,:focus)
{
	color: #555;
}

@media (min-width: 920px)
{
	#alertMessage
	{
		padding: 20px 44px 20px 44px;
		font-size: 1rem;
	}
}

@media (min-width: 1350px)
{
	#alertMessage
	{
		padding: 20px 80px 20px 80px;
	}
}


/* Home Notice Message */

#noticeMessage
{
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 2000; /* so we can be over the header div */
	top: 10px;
	bottom: 10px;
	left: 16px;
	right: 16px;
	height: 40vh;
	max-height: 70vh;
	width: calc(100vw - 32px - 50px);
	max-width: 866px;
	margin: auto;
	padding: 3.5em 20px 1.5em 20px;
	background: rgba(0,0,0,0.95);
}

#noticeMessage:not(.open)
{
	display: none;
}

#noticeMessage > div
{
	position: relative;
	z-index: 999999;
	width: 100%;
	height: 100%;
	font-size: 0.825rem;
}

#noticeMessage > div > div
{
	position: relative;
	overflow: auto;
	height: 100%;
	max-height: 70vh;
	margin: 0;
	padding: 0 2.5em 0 0;
}

#noticeMessage > div > div *
{
	color: #ffffff;
	--max-font-size: 20;
}

#noticeMessage > div div p:last-child
{
	margin-bottom: 0;
	padding-bottom: 0;
}

#noticeMessage .noticebuttons
{
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
}

#noticeMessage div button,
#noticeMessage a.standardButton
{
	display: inline-flex;
	padding: 14px 18px 14px 25px;
	margin: 10px 10px 10px 0;
	background: none;
	border: 1px solid currentColor;
	border-radius: 0;
	color: inherit;
	font-weight: 300;
	font-size: 16px;
	text-transform: uppercase;
	white-space: nowrap;
	cursor: pointer;
}

#noticeMessage div button:last-of-type,
#noticeMessage a.standardButton:last-of-type
{
	margin-right: 0;
}

#noticeMessage div button:after
{
	content: 'x';
	display: inline-block;
	margin-left: 18px;
	font-size: 1rem;
	line-height: 1.4;
	vertical-align: middle;
}

#noticeMessage div button:is(:hover,:focus),
#noticeMessage a.standardButton:is(:hover,:focus)
{
	background: white;
	color: black;
}

#noticeMessage div button:is(:hover,:focus) div,
#noticeMessage a.standardButton:is(:hover,:focus)
{
	color: black;
}

#noticeMessage .closeButton
{
	position: absolute;
	top: 20px;
	right: 17px;
	padding: 24px 24px 0 0;
	background: none;
	border: none;
	color: #fff;
}

#noticeMessage .closeButton::before,
#noticeMessage .closeButton::after
{
	top: 10px;
	left: 0px;
	width: 24px;
	height: 2px;
}

#noticeMessage .closeButton:is(:hover,:focus)
{
	color: #ccc;
}

@media (min-width: 969px)
{	
	#noticeMessage
	{
		width: calc(100vw - 32px - 60px);
		padding: 3.5em 20px 1.5em 40px;
	}
}

/* END INDEX CSS ------------------------------------------------> */