/* BEGIN BIO-DETAIL CSS -----------------------------------------> */

/*body
{
	background: url(../i/home-banner-dots.svg) no-repeat, url(../i/home-banner-dots.svg) no-repeat, linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(197,207,218,.46) 100%);
	background-size: 589px, 450px;
	background-position: -380px 88%, calc(100% + 370px) 55%;
}
*/
/*body
{
	-webkit-linear-gradient: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(197,207,218,.46) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(197,207,218,.46) 100%);
}*/

#banner
{
	height: auto;
}

#BannerShapeInlineSVG
{
	display: none;
}

#bannerContent
{
	position: relative;
	bottom: 0;
	width: 100%;
	max-width: 100%;
}

#bioPhoto
{
	position: relative;
	display: block;
	width: 150vw;
	height: auto;
	left: -50vw;
	margin: 0 0 30px;
}

#bioPhoto img
{
	display: block;
	width: 100%;
	height: auto;
}

#bioPhoto .dotsSVG
{
	position: absolute;
	right: -370px;
	bottom: -275px;
	display: block;
	width: 500px;
	height: auto;
	z-index: 10;
}

#bioInfo
{
	--min-font-size: 18;
	--max-font-size: 22;
	line-height: 1.63;
}

ul#bioContact,
ul#bioContact li,
ul#bioAccessories,
ul#bioAccessories li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#bioAccessories
{
	display: flex;
	margin-top: 35px;
}

ul#bioAccessories li:not(:last-child)
{
	margin-right: 14px;
}

#bioAccessories svg
{
	fill: #B4C2D0;
}

#bioAccessories a:hover svg
{
	fill: #CE392A;
}

#itemIntro
{
	padding: 30px;
	margin: 0 0 30px;
	background: #ffffff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.12);
	text-align: center;
	color: #001F60;
}

#itemIntro p
{
	color: inherit;
	--min-font-size: 20;
	--max-font-size: 24;
}

#itemIntro p:first-child
{
	margin-top: 0;
}

#itemIntro p:last-child
{
	margin-bottom: 0;
}

.centeredColumn
{
	width: auto;
	max-width: 100%;
}

.badgeList img
{
	max-width: 100px;
}

.badgeList ul,
.badgeList ul li
{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.badgeList ul li
{
	display: inline-block;
	margin-right: 20px;
}

#subContent .itemSection
{
	margin-bottom: 34px;
}

.expandable button
{
	margin-bottom: 14px !important;
	background: none;
}

.expandable button::after
{
	top: -10px;
}

.expandable button h2
{
	margin: 0;
}

.expandable button + div
{
	display: none;
}


@media (min-width: 768px)
{

	#bannerContent,
	#bioInfoWrapper
	{
		height: 100%;
	}

	#banner
	{
		height: 45vw;
		max-height: 577px;
	}

	#bioPhoto
	{
		position: relative;
		width: 100vw;
		left: calc(50% - 50vw);
		height: 100%;
		overflow: hidden;
		background: #e0e6ee;
	}


	#bioPhoto img
	{
		position: absolute;
		right: -17vw;
		height: 100%;
		width: auto;
	}

	#BannerShapeInlineSVG
	{
		display: block;
		left: auto;
		right: 30%;
		top: -400px;
		top: max(-400px, min(-100px, -100px + (-100 - -400) * ((100vw - 300px) / (1280 - 300) * -1) ));
	}

	#bioInfo
	{
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
		display: flex;
		align-items: center;
		width: 50%;
		max-width: 520px;
		height: 100%;
	}

	#bioInfo h1#pageTitle
	{
		line-height: 1.1;
		--fluid-start: 1024;
		--fluid-end: 1920;
		--min-font-size: 26;
		--max-margin-bottom: 20;
	}

	ul#bioAccessories
	{
		margin-top: 55px;
		margin-top: max(30px,
		             min(55px, 30px + (55 - 30) * ((100vw - 1024px) / (1920 - 1024))
		));
	}

	#itemIntro
	{
		position: relative;
		z-index: 10;

		margin-top: -80px !important;
		margin-top: max(-80px,
		             min(-20px, -20px + (-20 - -80) * ((100vw - 1024px) / (1600 - 1024) * -1)
		)) !important;

		padding-left: 180px;
		padding-left: max(30px,
		             min(180px, 30px + (180 - 30) * ((100vw - 768px) / (1600 - 768))
		));

		padding-right: 180px;
		padding-right: max(30px,
		             min(180px, 30px + (180 - 30) * ((100vw - 768px) / (1600 - 768))
		));

		padding-top: 75px;
		padding-top: max(30px,
		             min(75px, 30px + (75 - 30) * ((100vw - 768px) / (1600 - 768))
		));

		padding-bottom: 75px;
		padding-bottom: max(30px,
		             min(75px, 30px + (75 - 30) * ((100vw - 768px) / (1600 - 768))
		));

		margin-bottom: 0;
	}


}

@media (min-width: 1280px)
{
	#BannerShapeInlineSVG
	{
		right: 39%;
	}

	#bioPhoto img
	{
		right: -10vw;
	}
}

@media (min-width: 1350px)
{

	#bioPhoto::after
	{
		position: absolute;
		top: 0;
		right: 800px;
		/*left: 1360px;
		left: max(300px,
		             min(1360px, 300px + (1360 - 300) * ((100vw - 1350px) / (2550 - 1350))
		));*/
		content: '';
		display: block;
		width: 250px;
		height: 100%;
		background: linear-gradient(to right, rgba(224,230,238,1) 40%,rgba(224,230,238,0) 100%);
	}
}

@media (min-width: 1600px)
{
	#BannerShapeInlineSVG
	{
		top: -475px;
		top: max(-475px, min(-100px, -100px + (-100 - -400) * ((100vw - 300px) / (1280 - 300) * -1) ));
		height: 1347px;

	}

	#bioPhoto img
	{
		right: -5vw;
	}

	#bioPhoto::after
	{
		right: 900px;
	}
}

@media (min-width: 1800px)
{
	#bioPhoto img
	{
		right: 0;
	}

	#bioPhoto::after
	{
		right: 950px;
	}
}

/* END BIO-DETAIL CSS -------------------------------------------> */