

#whatHandW
{
	position: relative;
	width: 100%;
	display: block;
	background-color: #f0f6f6;
	color: #374b66;
	line-height: 1.612;
}
#whatHandW .content .textBlock
{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	max-width: 600px;
	min-width: 398px;
}
#whatHandW .content .imageBlock
{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	max-width: 400px;
	min-width: 398px;
}
#bioteSeal
{
	max-width: 240px;
	height: auto;
}
.content
{
	display: block;
	max-width: 1400px;
	margin-inline: auto;
	padding: 6rem 0;
	color: #374b66;
	line-height: 1.612;
}
.content h2
{
	display: inline-block;
	font-family: kiona;
	font-size: 2vw;
	letter-spacing: 2px;
	background: linear-gradient(135deg, #374b66, #f3d5d7);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 10px;
}
/* Who Section*/
#whoHandW .content h2
{
	background: linear-gradient(12deg, #374b66, #f3d5d7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 120px;
}
#whoHandW .content .sideBy .imageBlock
{
	border-top-right-radius: 80px;
	border-bottom-left-radius: 80px;
	overflow: hidden;
}
#whoHandW .content .sideBy .imageBlock img
{
	max-width: 600px;
}
#whoHandW .content .sideBy .textBlock h3
{
	display: inline-block;
	font-family: kiona;
	font-size: 1.8vw;
	letter-spacing: 2px;
	background: linear-gradient(-135deg, #374b66, #f3d5d7);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 10px;	
}
#whoHandW .content .sideBy .textBlock ul li
{
	min-width: 200px;
	padding: 12px;
	text-align: left;
	list-style: disc;
}
.sideBy
{
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 100px;
}
.callToAction
{
	position: relative;
	display: block;
	text-align: center;
	width: 100%;
}
.textBlock p
{
	max-width: 600px;
}

#nutraceuticals
{
	display: block;
	position: relative;
	width: 100%;
	line-height: 1.612;
}
#nutraceuticals .textBlock
{
	display: block;
	position: relative;
	width: 100%;
}
#nutraceuticals .content .textBlock p
{
	max-width: 600px;
	margin: 20px auto;
}
#bioteLink
{
	position: relative;
	display: block;
	margin: auto;
	border-bottom: 2px solid #374b66;
	max-width: 230px;
	padding: 12px 20px;
	transition: all .5s ease;
}
#bioteLink:hover
{
	transform: scale(1.2);
}
#bioteLink img
{
	max-width: 180px;
}
.centerImage
{
	display: block;
	margin: 60px auto;
}
#faqHolder
{
	position: relative; 
	max-width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-content: flex-start;
	align-items: flex-start;
}
.faq
{
	position: relative; 
	display: block;
	max-width: 620px;
	align-self: flex-start;
}
.question
{
	position: relative; 
	display: block;
	max-width: 100%;
	font-size: 2.0rem;
	cursor: pointer;
	padding: 12px 12px 20px 26px;
	background: #f0f6f6;
	background: #;
	color: #374b66;
	border-bottom: 1px solid #374b66;
}
.faq.openQ .question::before 
{
	opacity: 0;
	top: 50%;
	transform: rotate(-90deg) translateY(-50%);
}
.question::after
{	position: absolute; 
	top: 50%;
	right: 21px;
	transform: translateY(-50%);
	content: '';
	height: 2px;
	width: 20px;
	background: #f3d5d7;
	background: #f0f6f6;
	background: #374b66;
}
.question::before
{
	position: absolute; 
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	content: '';
	height: 20px;
	width: 2px;
	background: #f3d5d7;
	background: #f0f6f6;
	background: #374b66;
	transition: all .6s ease;
	transform-origin: top left;
}
.question p 
{
	max-width: 90%;
}
.answer
{
	position: relative; 
	display: block;
	max-width: 100%;
	overflow-wrap: break-word;
	height: 0px;
	overflow: hidden;
	transition: .6s ease;
}
.answer p
{
	width: 100%;
	height: 100%;
	display: block;
	padding: 12px;
}
/*--- Greeting ---*/
#greeting
{
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 45%;
	margin-top: 70px;
}
#greetingContent
{
	position: absolute;
	bottom: 200px;
	text-align: center;
	left: 34px; /*change in mobile*/
	max-width: 600px;
	background-color: rgba(240, 246, 246, 0.4);
	padding: 20px;
	backdrop-filter: blur(8px);
	color: rgb(55, 75, 102);
	border-top-right-radius: 80px;
	border-bottom-left-radius: 80px;
	line-height: 1.612;
}
#greetingContent h1 
{
	font-size: 3vw;
	font-family: ikarosRegular;
	color: #374b66;
	letter-spacing: 2px;
}

/*-- Health and Wellness --*/
#greeting.healthAndWellnessGreeting
{
	margin-bottom: 20px;
}
#greeting.healthAndWellnessGreeting::before
{		
	content: '';
	position: absolute;
	inset: 0;
	background: url("images/handwImages/healthExport.jpg") no-repeat center center;	
	background-size: cover;	
	padding-bottom: 40%;
	z-index: -1;
}
#greeting.healthAndWellnessGreeting #greetingContent
{
	color: #374b66;
}
#greeting.healthAndWellnessGreeting #greetingContent h1
{
	font-size: 5rem;
}
.spacer 
{
	display: block;
	position: relative;
	height: 100px;
}

/*-- Replacements and Supplements --*/
#greeting.rands
{
	margin-bottom: 20px;
}
#greeting.rands::before
{		
	content: '';
	position: absolute;
	inset: 0;
	background: url("images/handwImages/randsExport.jpg") no-repeat center center;	
	background-size: cover;	
	padding-bottom: 40%;
	z-index: -1;
}
#greeting.rands #greetingContent
{
	color: #374b66;
}
#greeting.rands #greetingContent h1
{
	font-size: 5rem;
}

/*-- Biote --*/
#greeting.bioteGreeting::before
{
	content: '';
	position: absolute;
	inset: 0;
	background: url(images/handwImages/SummerHormoneReset2-FB.jpg) no-repeat center center;	
	background-size: cover;	
	filter: saturate(50%) contrast(0.9) brightness(1.05);
	padding-bottom: 40%;
	z-index: -1;
}
#greeting.bioteGreeting #greetingContent
{
	left: 34px;
	max-width: 600px;
	background-color: rgba(240, 246, 246, 0.4);
	padding: 20px;
	backdrop-filter: blur(8px);
	color: #374b66;
	border-top-right-radius: 80px;
	border-bottom-left-radius: 80px;
	line-height: 1.612;
	z-index: 99;
}
#greeting.bioteGreeting #greetingContent h1
{
	font-size: 4rem;
}
/*--- Product Adjacent Styles ---*/
#productsWrapper
{
	position: Relative; 
	display: block;
	max-width: 100%;
	margin: 80px auto 100px auto;
}
#productsWrapper .products
{
	position: relative;
	display: block;
	margin-bottom: 60px;
	text-align: center;
}
#productsWrapper .products:nth-child(even)
{
	background-color: #717684;
	color: #fff;
	padding: 40px 0;
}
.productLogo h2
{
	font-size: 4rem;
	color: #f3d5d7;
}
.productLogo
{
	max-width: 1200px;
	text-align: left;
	margin: 30px auto;
}
.productLogo img
{
	max-height: 10rem;
}
.productsBlurb
{
	position: relative;
	max-width: 700px;
	padding: 12px;
	margin: 30px auto;
}
.productsBlurb p
{
	font-size: 2rem;
	text-align: left;
}
.productsLinks
{
	max-width: 1200px;
	margin: 30px auto;
}
.collage
{
	max-width: 600px;
	max-height: 300px;
	display: inline-block;
	vertical-align: middle;
	
	margin: 0 60px;
	
	border-top-right-radius: 80px;
	border-bottom-left-radius: 80px;
	transition: all .5s ease;
}
.productsLinks .buttonPush
{
	position: relative;
	height: 60px;
	width: 276px;
	margin: 30px auto 0;
	background: radial-gradient(circle at bottom right, #f3d5d7 0%, #717684 100%);
	background-size: 200%;
	background-clip: padding-box;
	transition: all .6s ease;
	cursor: pointer;
	font-size: 1.6rem;
}
.products:nth-child(odd) .productsLinks:hover .collage
{
	filter: drop-shadow( 3px 3px 10px rgba(113, 118, 132, 0.6) );
}
.products:nth-child(even) .productsLinks:hover .collage
{
	filter: drop-shadow( 3px 3px 10px rgba(243, 213, 215, 0.6) );
}
.products:nth-child(even) .collage 
{	
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 80px;
	border-bottom-right-radius: 80px;
}

 .activeAfter#copyText:after
{
	opacity: 1;
}

