/* Begin classes for common SPIN elements */
*, ::before, ::after { box-sizing: border-box; }
*, ::before, ::after { box-sizing: inherit; }
*, ::before, ::after { box-sizing: border-box; }

/* Header styles */
.page_header,
.category_header {}
.detail_header,
.detail_subheader,
.category_name {}
.category_intro {}
/* END Header styles */

.item, .wd_item {
	margin: 10px 0;
	padding: 10px 0;
}
.item_name,
.wd_title,
.wd_item .wd_title,
.wd_newsfeed_releases-teaser .wd_title,
.wd_documents_item_list > .wd_documents_item > .wd_title {
	font-size: 1.2rem;
	font-weight: 700;
}
.item_date, .wd_date,
.wd_item .wd_date,
.wd_event_sidebar .wd_event_date,
.wd_newsfeed_releases-teaser .wd_date {
	font-size: 1rem;
	font-weight: normal;
	color: inherit;
	text-transform: none;
}
.item_summary, .wd_item .wd_summary {}
.wd_item .wd_subtitle {}

table.wd_imagetable {}
td.imagecaption {}

span.wd_subscribe_icon {
	background: url('../images/webdriver/email_alerts.png') no-repeat;
	background-position: 0 3px;
	display: inline-block;
	height: 18px;
	width: 18px;
	margin-left: 5px;
}
span.wd_subscribe_icon img {
	display: none;
}

/* Standard */
div.wd_standard {}

.wd_standard .item {
	color:#141651;
	position: relative;
}

.wd_item_inner_wrap {
	width: 100%;
	margin: 0 auto;
}

.wd_item_inner_wrap .item_name {
	font-family: 'BeausiteClassicWeb-Medium';
	font-weight: normal;
	font-size: 22px;
	line-height: 1.4;
	letter-spacing: 0px;
	color: #141651;
	font-weight: bold;
}

.wd_standard .item h2 {
	text-align: center;
	font-weight: normal;
	font-size: 58px;
	line-height: 68px;
	letter-spacing: 0px;
	color: #141651;
}

.wd_standard .item ul {
    list-style: none;
    padding: 0;
	margin-bottom: 0;
}



.wd_pageid_20303 .wd_standard .item ul li span.wd_smalltext {
	font-size: 24px;
	padding: 0 5px;
	border: none;
    width: auto;
    height: auto;
    margin: 0;
}

.wd_pageid_20303 .wd_standard .item ul li span.wd_circle_large {
    width: 230px;
    height: 220px;
    font-size: 48px;
}


.wd_pageid_20303 .wd_standard .item ul li p {
    font-size: 14px;
	font-family: 'BeausiteClassicWeb-Medium';
    line-height: 24px;
    color: #141651;
}
/* END Standard */

/* Stories */
div.wd_stories {}
/* END Stories */

/* Articles */
div.wd_articles {}
/* END Articles */

/* Events */
div.wd_events {}
.wd_event_sidebar .wd_event_date,
.wd_event_sidebar .wd_event_time,
.wd_event_sidebar .wd_event_subscribe,
.wd_event_sidebar .wd_event_reminder,
.wd_event_sidebar .wd_event_webcast {
	background-position: left;
}
/* END Events */

/* Gallery */
div.wd_gallery {}
/* END Gallery */

/* Newsfeed Releases */
div.wd_newsfeed_releases {}
/* END Newsfeed Releases */

/* override font size set in feed releases */
.wd_newsfeed_releases-detail .news_body p.prnews_p {
	font-family: inherit;
	font-size: 100%;
	color: inherit;
}
/* reset UL behavior to default in NFR body */
.wd_newsfeed_releases-detail .wd_news_body ul,
.wd_newsfeed_releases-detail .wd_news_body ul ul {
	margin: 1em 0 1em 0;
	padding-left: 40px;
}
.wd_newsfeed_releases-detail .wd_news_body li,
.wd_newsfeed_releases-detail .wd_news_body li li {
	list-style-type: disc;
	list-style: disc;
}
.wd_newsfeed_releases-detail .wd_news_body ul.wd_layout-masonry li,
.wd_newsfeed_releases-detail .wd_news_body ul.wd_layout-masonry li li {
	list-style-type: none;
	list-style: none;
}
.wd_newsfeed_releases-teaser .tools {
	text-decoration: none;
	margin-bottom: 12px;
}
/* END Newsfeed Releases */

/* Formbuilder */
select::-ms-expand {
	border: none;
}
#wd_printable_content input,
#wd_printable_content button,
#wd_printable_content select {
	border-radius: 0;
	border: 1px solid #ccc;
	line-height: 34px;
	padding: 0 1rem;
	font-size: 1.2rem;
	height: 34px;
	color: #333;
}
#wd_printable_content select {
	padding: 0 1rem;
	font-size: 1.2rem;
	height: 34px;
	color: #333;
}
select::-ms-expand {
	margin-left: 50px;
	background-color: #fff;
}
#wd_printable_content button.ui-datepicker-trigger {
	border: 0;
}
#wd_printable_content .wd_form_field_label {
	line-height: 2.4em;
	margin-bottom: 0;
}
#wd_printable_content input[type=text] {
	max-width: 69%;
}
#wd_printable_content input[type=submit] {
	max-width: 30%;
	margin-left: 1%;
}
#wd_printable_content input[type=checkbox],
#wd_printable_content input[type=radio] {
	height: auto;
}
.wd_form_field {
	clear: both;
}
.wd_page_limit {
	padding: 0;
}
.wd_linkmenu-header {
	padding: 6px 2px;
}
.wd_page_link:first-child,
.wd_page_link:last-child,
.wd_linkmenu-header {
	border-radius: 0;
}
.wd_linkmenu-header:hover .wd_linkmenu-icon {
	border-color: transparent;
	background-color: transparent;
	color: #000;
}
.wd_form_field .wd_form_field_input,
.wd_form_field {
	overflow: visible;
}
/* END Formbuilder */

/* Search Results */
/* END Search Results */

/* Featureboxes */
div.wd_featurebox li,
div.wd_featurebox p {
	font-size: 14px;
	font-family: 'BeausiteClassicWeb-Medium';
}
div.wd_featurebox_container {
	margin: 40px 0;
}
div.wd_featurebox_title {
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 0px;
	padding-bottom: 25px;
	color: #141651;
}

/* END Featureboxes */

/* YouTube Responsive Video Containers */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* END YouTube Responsive Video Containers */


/******************
 Gradient Blocks
******************/
#wd_standard_content .wd_block-alt {
	background-image: -webkit-linear-gradient(top,#141651 0%,#7068a1 100%);
	background-image: linear-gradient(top,#141651 0%,#7068a1 100%);
	padding: 40px;
	border-radius: 75px;
	border-top-right-radius: 50;
	border-top-left-radius: 0px;
	margin: 0 auto 30px;
	max-width: 1000px;
}
#wd_standard_content .wd_block-alt:nth-child(2n) {
	background-image: -webkit-linear-gradient(top,#f9ddd2 0%,#cdc4e8 100%);
	background-image: linear-gradient(top,#f9ddd2 0%,#cdc4e8 100%);
}
#wd_standard_content .wd_block-alt p,
#wd_standard_content .wd_block-alt span,
#wd_standard_content .wd_block-alt li,
#wd_standard_content .wd_block-alt .item_name {
	color: #f9ddd2;
}
#wd_standard_content .wd_block-alt:nth-child(2n) p,
#wd_standard_content .wd_block-alt:nth-child(2n) span,
#wd_standard_content .wd_block-alt:nth-child(2n) li,
#wd_standard_content .wd_block-alt:nth-child(2n) .item_name {
	color: #141651;
}
.flex-div {
	height: auto;
	background: #141651;
	display: block;
	flex: 0 0 4px;
	margin: 0 30px;
}
#wd_standard_content .wd_block-alt:nth-child(2n) .flex-div {
	background: #141651;
}

.wd_grad li > span:not(.wd_percent) {
	font-size: 18px;
	font-weight: normal;
}
.wd_grad .wd_percent {
	font-size: 28px;
}

.wd_block > p {
	display: inline-block;
}
.wd_block > p:first-child:after {
	content: '';
	display: inline-block;
	width: 60px;
	height: 5px;
	background: #f9ddd2;
	position: relative;
	bottom: 3px;
	margin: 0px 10px;
}
/* .wd_block:nth-child(2n) > p:first-child:after {
	background: #f9ddd2;
} */


.wd_block li {
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0;
	padding: 5px 0;
	display: flex;
	gap: 10px;
	align-items: center;
	font-size: 18px;
	text-align: left;
}
.wd_block ul {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.wd_block .wd_percent {font-size: 28px;}
.wd_block .item_name {
	text-align: left;
	margin: 0 0 12px 0;
}

#wd_standard_content .wd_block ul li:last-child {
	display: flex;
	margin-top: 7px;
}
#wd_standard_content .wd_block .percent-flex span {
	display: block;
	font-size: 28px;
}
#wd_standard_content .wd_block .percent-flex {font-weight: bold;}
.wd_block br {
	display: none;
}
.list-flex {
	display: flex;
	flex-wrap: wrap;
}
.list-flex ul {
	flex: 400px;
}

.wd_block > p:last-of-type strong {
	font-weight: normal;
}

/******************
 Quad Square
******************/
.wd_quad-flex {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.wd_quad .item_name {
	margin: 0 0 10px;
	text-align: left;
}
#wd_standard_content div.wd_quad ul {
	padding-left: 17px;
}
#wd_standard_content .wd_quad ul > li {
	list-style: circle;
	height: 50px;
	margin-bottom: 0;
	line-height: 1.3;
}
#wd_standard_content .wd_quad ul > li p,
#wd_standard_content .wd_quad ul > li span {
	line-height: 1.2;
}
#wd_standard_content .wd_quad ul > li,
#wd_standard_content .wd_quad ul > li span {
	font-size: 16px;
	font-family: 'BeausiteClassicWeb-Medium';
}
.wd_quad {
	border: 3px solid #141651;
	flex: 400px;
	padding: 25px;
}
.wd_quad > p {
	font-weight: bold;
	line-height: 1.5;
}
.wd_quad-flex > div:last-child > p:last-child strong {font-size: 16px;}
.wd_quad li span.wd_percent:not(:first-child) {font-weight: normal;}


/******************
 Fade Animation
******************/
.ani-start.item {
	max-width: none;
	margin: 40px auto;
	width: 100%;
	padding-bottom: 50px;
}
.ani-start .ani-img,
.ani-start .ani-title {
    opacity: 0;
	transition: opacity 1.5s cubic-bezier(.01, .04, .26, .95), transform 1.5s cubic-bezier(.03, .68, .26, .95);
	transform: translateX(30%);
	transition-delay: .3s;
}
.ani-start .ani-fig {
    opacity: 0;
	transition: opacity 1.5s cubic-bezier(.01, .04, .26, .95), transform 1.5s cubic-bezier(.03, .68, .26, .95);
	transform: translateX(-30%);
	display: none;
}
div.ani-end .ani-img,
div.ani-end .ani-title,
div.ani-end .ani-fig  {
	opacity: 1;
	transform: translateX(0);
}
.ani-wrap {
	background-image: -webkit-linear-gradient(left,#fff 0%,#fff 16%,#141651 16%,#f7dbd2 73%);
	background-image: linear-gradient(left,#fff 0%,#fff 16%,#141651 16%,#f7dbd2 73%);
	position: relative;
	height: 100%;
	width: 100%;
}
/* #wd_item-12 .ani-wrap {
	background-image: -webkit-linear-gradient(right,#141651 0%,#f7dbd2 73%, #f7f5fb 92.8%, #fff 93%);
	background-image: linear-gradient(right,#141651 0%,#f7dbd2 73%, #f7f5fb 92.8%, #fff 93%);
	position: relative;
	height: 100%;
	width: 100%;
}
#wd_item-12 .ani-inner {flex-direction: row-reverse;}
#wd_item-12 .item_name {transform: none;}
#wd_item-12 .ani-capt > p {padding-left: 0;} */

.ani-fig {
	position: absolute;
	left: 5%;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 290px;
	display: block;
	overflow: hidden;	
}
.ani-title div {
	font-size: clamp(32px,5vw,72px);
	line-height: 1.1;
	margin-left: 40px;
	font-weight: lighter;
	letter-spacing: 1px;
}
.ani-capt > p {
	line-height: 1.5;
	padding: 30px 40px 0 40px;
	letter-spacing: .5px;
	font-size: 16px;
}
.ani-inner {
	display: flex;
	width: 100%;
	margin: 0 auto;
	min-height: 550px;
}
.ani-left {
	align-items: center;
	display: flex;
	width: 51%;
	margin-top: -40px;
	max-width: 1000px;
}
.ani-right {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	justify-content: center;
	flex: 0 1 650px;
	padding: 0 10px;
}
.ani-img {
	width: 100%;
	height: 100%;
}
.ani-img img {
	/* max-height: 560px; */
	width: 100%;
	object-fit: contain;
	height: 100%;
	top: 100px;
	position: relative;
}
.ani-inner .item_name {
	text-align: left;
	font-family: 'RecklessNeueHeart-Regular';
}
.ani-rev .ani-inner {flex-direction: row-reverse;}
.ani-rev .item_name {
	transform: none; 
	margin-left: 0;
}

.ani-rev .ani-left {
	margin-left: 40px;
}
.ani-rev .ani-capt > p {padding-left: 0;}
.ani-rev.ani-wrap {
	background-image: -webkit-linear-gradient(right,#fff 0%,#fff 16%,#141651 16%,#f7dbd2 73%);
	background-image: linear-gradient(right,#fff 0%,#fff 16%,#141651 16%,#f7dbd2 73%);
}
.ani-rev .ani-right {
	padding-left: 40px;
}

/******************
 SECITON 0 (header)
******************/

.item#wd_item-0 {
	max-width: 795px;
	padding: 50px 6%;
	opacity: 0;
	transition: all .5s ease;
}
#wd_item-0 .item_name {
	font-size: 40px;
	text-align: left;
	max-width: none;
	line-height: 1.3;
	margin: 30px 0 20px;
}
#wd_standard_content .item#wd_item-0 ul > li {
	font-size: 18px;
}
.wd_header h1 img {
	z-index: 8;
	position: relative;
	filter: brightness(1000%);
}
#wd_item-0 p {
	opacity: 0;
	transition: all .5s ease;
}
.heart-period {
	font-family: 'RecklessNeueHeart-Regular';
	font-size: 32px;
	line-height: .5;
}

.item_name {
	text-align: center;
}
/******************
 Section 1
******************/	
.item[class*="sec-"] {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 60px 20px;
}
.item div[class*="sec-1-"] > p:last-child {
	font-family: "BeausiteClassicWeb-Clear";
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	font-style: italic;
	margin-top: 20px;
	text-align: center;
	margin-bottom: 0;
	padding: 0 20px;
}
.item div[class*="sec-1-"] > p:first-child {
	max-width: 750px;
	text-align: center;
	margin: 0 auto 20px;
	font-family: "BeausiteClassicWeb-Clear";
	font-weight: 400;
	font-size: 18px;
	font-style: normal;
	padding: 0;
	line-height: 24px;
}
.item div[class*="sec-1-"] .wd_percent {
	font-weight: bold;
	font-size: 20px;
	font-family: 'BeausiteClassicWeb-Medium';
}

/* sec-1-1 */
.sec-1-1 p:nth-child(2) {
	background: #141651;
	color: white;
	padding: 40px;
	border-radius: 70px;
	border-top-left-radius: 0;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 30px;
}
.sec-1-1 p:nth-child(2) .wd_percent {
	font-size: 80px;
	font-family: 'BeausiteClassicWeb-Medium';
	font-weight: bold;
	line-height: 1;
}
.sec-1-1 p:nth-child(3) {
	background: #f7dbd2;
	color: #141651;
	padding: 40px;
	border-radius: 100px;
	border-top-right-radius: 0;
	max-width: 750px;
	margin-left: auto;
}
.sec-1-1 p:nth-child(3) .wd_percent {
	font-weight: bold;
	font-size: 20px;
	font-family: 'BeausiteClassicWeb-Medium';
}

/* sec-1-2 */
.sec-1-2-wrap.item {
	background: #141651;
	max-width: none;
	padding: 60px 0;
}
#wd_standard_content .sec-1-2-wrap .item_name,
#wd_standard_content .sec-1-2-wrap p {
	color: white;
	padding-left: 15px;
	padding-right: 15px;
}
#wd_standard_content .sec-1-2 div > p {
	margin: 0;
	max-width: 500px;
	text-align: left;
}
.sec-1-2 div:nth-child(2)::before {
	content: '';
	background: url(../images/hand.png) no-repeat;
	width: 40%;
	display: block;
	background-size: contain;
	padding-bottom: max(20%, 180px);
	margin-top: 24px;
}
.sec-1-2 > div {
	display: flex;
	align-items: center;
	gap: 5%;
	margin-top: 20px;
}


/* sec-1-3 */
.sec-1-3 > div {
	display: flex;
	align-items: center;
	gap: max(5%, 20px);
	margin-top: 20px;
	justify-content: center;
}
.sec-1-3 div:nth-child(2)::after {
	content: '';
	background: url(../images/sparkle-icon.png) no-repeat;
	display: block;
	background-size: contain;
	width: 217px;
	height: 228px;
}
#wd_standard_content .sec-1-3 div > p {
	max-width: 300px;
	text-align: left;
	margin: 0;
}

/* sec-1-4 */
.sec-1-4-wrap.item {
	background: #f7dbd2;
	max-width: none;
	padding: 60px 0;
}
.sec-1-4 > div {
	display: flex;
	align-items: center;
	gap: max(2.5%, 20px);
	margin-top: 30px;
	justify-content: center;
}
.sec-1-4 div::before {
	content: '';
	background: url(../images/traffic.png) no-repeat;
	display: block;
	background-size: contain;
	width: 217px;
	height: 289px;
}
#wd_standard_content .sec-1-4 div > p {
	max-width: 300px;
	text-align: left;
	margin: 0;
	width: 30%;
}
.sec-1-4 div > p:first-child {
	order: -1;
}

/* sec-1-5 */
.sec-1-5 > div {
	display: flex;
	align-items: center;
	gap: 250px;
	margin-top: 40px;
	justify-content: center;
	padding-bottom: 50px;
	position: relative;
	margin-bottom: 50px;
}
.sec-1-5 div::before {
	content: '';
	background: url(../images/heart42.png) no-repeat;
	display: block;
	background-size: contain;
	max-width: 750px;
	height: 168px;
	position: absolute;
	width: 100%;
	bottom: 0;
}
#wd_standard_content .sec-1-5 div > p {
	max-width: 300px;
	text-align: left;
	margin: 0;
}

/* sec-1-6 */
.sec-1-6-wrap.item {
	background: #141651;
	max-width: none;
	padding: 60px 0;
}
.sec-1-6-wrap .item_name,
.sec-1-6-wrap li,
.sec-1-6-wrap p {
	color: white;
}
.sec-1-6 > div {
	display: flex;
	align-items: center;
	gap: 2.5%;
	margin-top: 20px;
	justify-content: center;
}
.sec-1-6 div::before {
	content: '';
	background: url(../images/phone.png) no-repeat;
	display: block;
	background-size: contain;
	max-width: 184px;
	height: 321px;
	width: 100%;
}
.sec-1-6 div > ul:first-child {
	order: -1;
}
.sec-1-6 ul {
	width: 200px;
	margin: 0;
}
.sec-1-6 ul:last-of-type .wd_percent {
	text-align: right;
}
#wd_standard_content .sec-1-6 .wd_percent {
	display: block;
	font-size: 42px;
	line-height: 1;
}
.sec-1-6 li {
	border-bottom: 5px solid white;
	padding-bottom: 4px;
	margin: 50px 0;
}
.sec-1-6 ul:last-child li {
	text-align: right;
}
.sec-1-6 p:nth-of-type(2) {
	text-align: center;
	margin: 20px 0 30px;
}

/* sec-1-7 */
.sec-1-7 > div {
	display: flex;
	align-items: center;
	gap: 10%;
	margin-top: 20px;
	justify-content: center;
}
.sec-1-7 div::before {
	content: '';
	background: url(../images/peach.png) no-repeat;
	display: block;
	background-size: contain;
	max-width: 229px;
	height: 265px;
	width: 100%;
}
.sec-1-7 div::after {
	content: '';
	background: url(../images/banana.png) no-repeat;
	display: block;
	background-size: contain;
	max-width: 227px;
	height: 250px;
	width: 100%;
}
#wd_standard_content .sec-1-7 p {
	max-width: 800px;
}

/******************
 SECITON 2 (Sex+)
******************/
/* Stigma */
.item.wd_stigma-wrap .wd_item_inner_wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 50px;
	padding: 0 15px;
}
.wd_stigma-wrap .wd_item_inner_wrap .item_name,
.wd_stigma-wrap .wd_item_inner_wrap p:not(.wd_and) {
	width: 100%;
	text-align: center
}
.wd_stigma-wrap .wd_item_inner_wrap p:not(.wd_and) {
	margin-bottom: 30px;
	line-height: 24px;
}
.wd_stigma-wrap .wd_item_inner_wrap div:not(.item_name) {
	max-width: 400px;
	width: 100%;
	background: url(../images/pillow.png);
	padding: 50px 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 275px;
	background-size: contain;
	background-repeat: no-repeat;
	/* padding: clamp(20px, 7vw, 50px) clamp(40px, 10%, 80px); */
}
.wd_stigma-wrap .wd_percent {
	color: #141651;
	font-size: 90px;
	line-height: 1;
	display: block;
	font-weight: bold;
	font-family: 'BeausiteClassicWeb-Medium';
}
.wd_stigma-wrap .wd_and {
	display: flex;
	align-items: center;
	margin: 0 26px;
	width: fit-content;
}
.wd_stigma-wrap .wd_heading_small {
	margin: 0 auto;
}

/* 4 Purple Squares */
/* .wd_4-purple-wrap {
	max-width: 1000px;
	margin: 10px auto 60px;
}
.wd_4-purple-wrap .item_name,
.wd_4-purple-wrap .wd_item_inner_wrap > p {
	text-align: center;
}
.wd_4-purple-wrap .wd_heading_small {
	font-size: 25px;
}
.wd_4-purple-wrap .wd_item_inner_wrap > p {
	font-family: 'RecklessNeueHeart-Regular';
	font-weight: bold;
}
.wd_4-purple {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	padding: 10px 20px;
}
.wd_4-purple ul {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.wd_4-purple ul li:first-child {flex: 400px;}
.wd_4-purple ul li:last-child {
	flex: 1;
	min-width: 300px;
}
.wd_4-purple ul li {
	background: #b1a3db;
	padding: 20px 40px;
	height: 240px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.wd_4-purple .wd_percent {
	font-family: 'BeausiteClassicWeb-Medium';
	font-size: 80px;
	font-weight: bold;
	line-height: 1.2;
}
.wd_4-purple ul li:first-child {
	padding-left: 80px;
} */

/* 3 Squares */
.wd_3-block-bg {
	width: 100%;
	background: #141651;
	padding: 90px 20px;
}
.wd_3-block-wrap {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.wd_3-block-wrap .wd_item_inner_wrap p:last-of-type {
	margin-bottom: 0;
}
.wd_3-block-wrap > div:nth-child(1) {
	flex: 100%;
	background: #f7dbd2;
}
.wd_3-block-wrap > div:nth-child(2) {
	flex: calc(50% - 10px);
	background: #831fd1;
}
.wd_3-block-wrap > div:nth-child(3) {
	flex: calc(50% - 10px);
	background: #fff;
}
.wd_3-block-wrap .wd_item_inner_wrap {
	height: fit-content;
}
.wd_3-block-wrap > div.wd_3-block-item {
	margin: 0;
	padding: 40px;
	align-items: center;
	display: flex;
}
.wd_3-block-wrap div:nth-child(1) .wd_item_inner_wrap li {
	display: list-item;
	margin: 10px 20px;
}
.wd_3-block-wrap .wd_percent-line {display: none;}
.wd_3-block-wrap span.wd_heading_small {padding: 0;}
.wd_3-block-wrap .item_name {
	margin: 0 0 10px;
	text-align: left;
}
.wd_3-block-wrap > div:nth-child(1) ul {display: flex;}
.wd_3-block-wrap .wd_divider {
	background: #141651;
	flex: 0 0 5px;
	margin: 0 40px;
}
.wd_3-block-wrap .flex-left > p {
	margin-bottom: 0;
}
.wd_3-block-wrap .wd_sub.item > div {
	flex: 1;
}
#wd_standard_content .wd_3-block-wrap > div:nth-child(2) * {
	color: white;
}
.wd_3-block-wrap .wd_percent {
	font-weight: bold;
	font-size: 20px;
	font-family: 'BeausiteClassicWeb-Medium';
	color: #141651;
}


/* magnifying glass */
.wd_mag-wrap  {
	background: url(../images/mag.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	align-items: center;
	height: min(66vw, 800px);
	width: 100%;
}
.wd_mag-wrap .wd_item_inner_wrap {
	width: min(35vw, 440px);
	text-align: center;
	padding-right: min(8%, 82px);
	padding-bottom: min(3%, 40px);
}
.wd_mag-wrap .wd_percent {
	font-weight: bold;
	font-size: 20px;
	font-family: 'BeausiteClassicWeb-Medium';
	color: #141651;
}
.wd_mag-wrap img {
	display: none;
	width: 100%;
	max-width: 400px;
	margin: -20px auto;
}

/* 4 horizontal squares */
.wd_4-horizontal-wrap.item {
	width: 100%;
	background: #141651;
	padding: 60px 0 110px;
}
.wd_4-horizontal-wrap .wd_percent-line {display: none;}
.wd_4-horizontal-wrap span.wd_heading_small {padding: 0;}
.wd_4-horizontal-wrap .item_name {
	text-align: center;
	color: white;
}
.wd_4-horizontal-wrap p {
	max-width: 500px;
	text-align: center;
	color: white;
	margin: 0 auto 20px;
	line-height: 24px;
}
.wd_4-horizontal-wrap .wd_flip {display: none;}
.wd_4-horizontal {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: center;
}
.wd_4-horizontal li {
	flex: 0 1 225px;
	/* box-shadow: 14px 14px 0px 4px #fff; */
}
.wd_4-horizontal .wd_percent {
	font-size: 50px;
	padding: 60px 20px;
	width: 100%;
	justify-content: center;
}

/* flip animate */
.flip-card {
	background-color: transparent;
	width: 100%;
	height: 225px;
	perspective: 1000px; 
}

/* This container is needed to position the front and back side */
.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flipped.flip-card-inner {
	transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: hidden;
	/* background-image: -webkit-linear-gradient(bottom,#f9ddd2 0%,#cdc4e8 100%);
	background-image: linear-gradient(bottom,#f9ddd2 0%,#cdc4e8 100%); */
	background: #f7dbd2;
	font-family: 'BeausiteClassicWeb-Medium';
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
	/* background-image: -webkit-linear-gradient(bottom,#f9ddd2 0%,#cdc4e8 100%);
	background-image: linear-gradient(bottom,#f9ddd2 0%,#cdc4e8 100%); */
	background: #f7dbd2;
	font-size: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #141651;
	font-weight: bold;
	font-family: 'BeausiteClassicWeb-Medium';
	border: 5px solid #141651;
}

/* Style the back side */
.flip-card-back {
	background-color: white;
	border: 5px solid #141651;
	color: white;
	transform: rotateY(180deg);
	font-size: 16px;
	color: #141651;
	font-family: "BeausiteClassicWeb-Clear";
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	text-align: left;
}

.flip-card-inner svg {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 12px;
	cursor: pointer;
}
.flip-card-inner svg:hover path {
	fill: #f7dbd2;

}
.flip-card-inner svg:hover {
	background: #141651;
	border-radius: 1000px;
	outline: 3px solid #141651;
	outline-offset: -3px;
}


/******************
 Purple Chart
******************/	
.wd_purple-chart-wrap.item {
	background: #f7dbd2;
	padding: 30px 0;
	max-width: 1000px;
	margin: 20px auto 60px;
	border: 5px solid #141651;
}
.wd_purple-chart-wrap .item_name {
	text-align: center;
}
.wd_purple-chart-wrap .wd_item_inner_wrap > p {
	text-align: center;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 24px;
	padding: 0 20px;
}
.wd_purple-chart-wrap li:first-child {
	border-top: 5px solid #141651;
}
.wd_purple-chart-wrap li {
	border-bottom: 5px solid #141651;
	padding: 0 20px;
	height: 100px;
	position: relative;
	display: flex;
	align-items: center;
}
.wd_purple-chart-wrap .fa-solid:before {
	content: '\f058';
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	font-size: 30px;
}
.wd_purple-chart-wrap .fa.fa-solid {
	padding: 20px 40px 20px 20px;
	border-right: 5px solid #141651;
	margin-right: 40px;
	height: 100px;
	display: flex;
	align-items: center;
}

/* sec-3-1 */
.sec-3-1-wrap .item_name {
	text-align: center;
}
.sec-3-1-wrap .wd_item_inner_wrap > p {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
}
.sec-3-1 > p {
	text-align: center;
	line-height: 24px;
}
.sec-3-1-wrap img {
	margin: 40px auto;
	display: block;
	max-width: 850px;
}
.sec-3-1-wrap .wd_percent {
	display: block;
	font-size: 78px;
	font-weight: bold;
	font-family: 'BeausiteClassicWeb-Medium';
	line-height: 1;
	width: fit-content;
	text-align: center;
	margin-right: auto;
}

.sec-3-1 ul li:not(:last-child) {
	border-right: 5px solid #141651;
}
.sec-3-1 ul {
	display: flex;
	justify-content: center;
}
.sec-3-1 ul li {
	flex: 1 1 300px;
	padding: 30px 50px;

}


/******************
 Flag Chart
******************/
.item.wd_flag-chart-wrap .wd_item_inner_wrap > .item_name {
	text-align: center;
	padding-bottom: 30px;
}
.wd_flag-chart-wrap {
	background: #f7dbd2;
	max-width: none;
	padding: 70px 0;
	width: 100%;
}
.wd_flag-chart-wrap > div {
	max-width: 1100px;
	margin: 0 auto;
}
.wd_flag-chart  {
	border-top: 5px solid #141651;
}
.wd_flag-chart > *:not(p:last-child) {
	border-left: 5px solid #141651;
	border-right: 5px solid #141651;
}
.wd_flag-chart > ul {
	border-bottom: 5px solid #141651;
}
.wd_flag-chart .item_name {
	background: #141651;
	display: flex;
	align-items: center;
	padding: 30px;
	flex: 0 1 506px;
	border-right: 5px solid #141651;
	font-size: 26px;
	color: white;
}
.wd_flag-chart > div {display: flex;}

.flag-right,
.wd_flag-chart > p:not(:last-of-type),
.wd_flag-chart ul li {
  background: #831fd1;
  color: white;
}

.flag-right div:nth-child(2),
.wd_flag-chart ul li:first-child,
.wd_flag-chart ul li:last-child {
  background: white;
  color: #141651;
}

.flag-right div, 
.wd_flag-chart > p:not(:last-of-type),
.wd_flag-chart ul li:not(:last-child) {
  border-bottom: 5px solid #141651;
}


.wd_flag-chart > p {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}

.wd_flag-chart ul li,
.wd_flag-chart > p {
	padding: 20px;
	text-align: center;
}
.wd_flag-chart > p:last-child {
	max-width: 700px;
	margin: 10px auto 0;
	padding: 20px 20px 0;
	background: none;
	color: #141651;
	border: none;
	font-family: "BeausiteClassicWeb-Clear";
	font-style: italic;
	font-weight: 700;
	line-height: 30px;
}
.flag-right .wd_percent,
.wd_purple-chart .wd_percent,
.wd_covid .wd_percent {
	font-weight: bold;
	font-size: 20px;
	font-family: 'BeausiteClassicWeb-Medium';
	padding-right: 4px;
}
.flag-right div {
	text-align: left;
	padding: 20px 40px;
}

/* sec-3-3 */
#wd_standard_content .sec-3-3-wrap {
	max-width: 1240px;
}
.sec-3-3-wrap .item_name {
	text-align: center;
}
.sec-3-3-wrap .wd_item_inner_wrap > p {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
}
.sec-3-3 > p {
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
	line-height: 24px;
}
.sec-3-3-wrap img {
	margin: 40px auto;
	display: block;
	max-width: 500px;
	width: 100%;
}
.sec-3-3-wrap .wd_percent {
	display: block;
	font-size: 80px;
	font-weight: bold;
	font-family: 'BeausiteClassicWeb-Medium';
	line-height: 1;
	width: fit-content;
	margin-right: auto;
}
.sec-3-3 ul li:not(:last-child) {
	border-right: 5px solid #141651;
}
.sec-3-3 ul {
	display: flex;
	justify-content: center;
}
.sec-3-3 ul li {
	flex: 1 1 300px;
	padding: 30px clamp(15px, 3%, 40px);
	display: flex;
	flex-direction: column;
	align-items: center;
}

/******************
 White Chart
******************/
.wd_white-bg {
	background-image: -webkit-linear-gradient(bottom,#141651 0%,#f7dbd2 100%);
	background-image: linear-gradient(bottom,#141651 0%,#f7dbd2 100%);
	padding: 50px 20px;
	width: 100%;
}
.wd_white-wrap > div {margin: 0 auto;}
.wd_purple-chart-wrap.item.wd_white-wrap {
	background: white;
}

/******************
 Sticky Nav
******************/
.wd_sticky {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 8;
	margin: 0 30px 40px 0;
	transition: all .3s ease;
	opacity: 0;
}
.wd_sticky > div {
	margin-bottom: 12px;
	position: relative;
}
.wd_sticky p {
	opacity: 0;
	position: absolute;
	top: 0;
	text-align: right;
	right: 50px;
	white-space: pre;
	transition: all 0.3s ease;
	font-weight: bold;
}
.wd_sticky a {
	background: #141651; 
	border-radius: 1000px;
	height: 32px; width: 32px;
	display: block;
	transition: all 0.3s ease;
	border: 3px solid white;
	color: white;
	text-align: center;
	font-size: 18px;
}
.wd_sticky a:hover {
	background: #f7dbd2;
	color: #141651;
	text-decoration: none;
}
.wd_sticky a:hover + p {
	opacity: 1;
}


/* sec-3-5	 */
.sec-3-5 > div {
	display: flex;
	align-items: center;
	gap: max(2.5%, 20px);
	justify-content: center;
}
.sec-3-5 div::before {
	content: '';
	background: url(../images/syringe.png) no-repeat;
	  background-size: auto;
	display: block;
	background-size: contain;
	max-width: 185px;
	height: 530px;
	width: 100%;
	background-position: center;
}
.sec-3-5 div > p:first-child {
	order: -1;
}
.sec-3-5 div p {
	width: 250px;
	line-height: 1.2;
}
.sec-3-5 .wd_percent {
	font-weight: bold;
	font-family: 'BeausiteClassicWeb-Medium';
	display: block;
	font-size: 78px;
	line-height: 1;
}
.sec-3-5 > p:last-child {
	font-family: "BeausiteClassicWeb-Clear";
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	font-style: italic;
	margin-top: 20px;
	text-align: center;
	margin-bottom: 0;
	padding: 0 20px;
}
.sec-3-5> p:first-child {
	text-align: center;
	line-height: 24px;
}

/******************
 Section 4 (economic of power)
******************/

/* sec-4-1 */
#wd_standard_content .sec-4-1-wrap {
	max-width: 450px;
	padding: 10px 20px;
	margin: 60px auto;
	width: 100%;
}
.sec-4-1-wrap li {position: relative;}
.sec-4-1-wrap li:not(:first-child) {
	border-top: 3px dotted #141651;
	margin-top: 16px;
	padding-top: 16px;
}
.sec-4-1-wrap li:last-child {
	border-top: 3px solid #141651;
	font-size: 20px;
	font-weight: 600;
	padding: 30px 0;
}
.sec-4-1-wrap li:last-child span {
	background: url(../images/Ellipse.png) no-repeat;
	height: 58px;
	width: 124px;
	background-size: contain;
	padding-top: 17px;
	text-align: center;
	margin-top: 16px;
}
.sec-4-1-wrap li:last-child span {
	position: absolute;
	top: 0;
	font-size: 1rem;
	font-weight: normal;
	right: 0;
}
.sec-4-1-wrap .wd_item_inner_wrap {
	border: 5px solid #141651;
	padding: 20px;
}
.sec-4-1-wrap .item_name {
	text-align: center; 
	margin-bottom: 30px;
	padding-top: 20px;
	line-height: 1.1;
}
.sec-4-1-wrap .item_name::before {
	content: '';
	background: url(../images/purple_pin.png);
	display: block;
	width: 35px;
	height: 39px;
	position: relative;
	margin: 0 auto 30px;
	transform: rotate(90deg);
}
.sec-4-1-wrap li:not(:last-child) {
	display: flex;
	justify-content: space-between;
}


/* graph */
.wd_graph-wrap { 
	background: #141651;
	width: 100%;
	padding: 40px 20px;
}
#wd_standard_content ul.wd_graph {
	margin: 30px 20px 20px;
	position: relative;
	border-left: 5px solid #141651;
	border-bottom: 5px solid #141651;
}
.wd_graph-wrap li {
	background: #f9ddd2;
	padding: 10px;
	margin-bottom: 30px;
	width: fit-content;
}
.wd_graph-wrap .item_name {
	text-align: center;
}
.wd_graph-wrap .wd_percent {
	font-weight: bold;
	font-size: 20px;
	font-family: 'BeausiteClassicWeb-Medium';
	padding-right: 4px;
}
.wd_graph-wrap .wd_item_inner_wrap {
	border: 5px solid #141651;
	padding: 20px;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	background: white;
}
.wd_graph-wrap .wd_item_inner_wrap > p {
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	padding: 0 13%;
}
ul.wd_graph:before {
	content: '';
	border-color: transparent transparent #141651 transparent;
	border-style: solid;
	border-width: 0px 7px 14px 7px;
	height: 0;
	width: 0px;
	position: relative;
	left: -10px;
	top: -14px;
	display: block;
}
ul.wd_graph:after {
	content: '';
	border-color: transparent transparent transparent #141651;
	border-style: solid;
	border-width: 7px 0px 7px 14px;
	height: 0;
	width: 0px;
	position: relative;
	left: 100%;
	top: 10px;
	display: block;
}

/* sec-4-3 */
.sec-4-3 > p {
	margin: 0 auto 40px;
	line-height: 24px;
	text-align: center;
	flex: 100%;
	padding: 0 9vw;
}
.sec-4-3 {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	column-gap: 8%;
}
.sec-4-3 img {
	flex: 1;
	max-width: 460px;
	margin: 0 auto;
	width: 100%;
}
.sec-4-3 ul {
	flex: 1;
}
.sec-4-3 .wd_percent {
	background: url(../images/poker.png);
	font-size: 40px;
	font-weight: bold;
	font-family: 'BeausiteClassicWeb-Medium';
	color: white;
	background-size: cover;
	height: 120px;
	width: 120px;
	text-align: center;
	padding: 32px 20px 0;
	margin: 24px 0;
}
.sec-4-3 li {
	display: flex;
	gap: 16px;
	align-items: center;
}

/* Heart Rate */
.wd_heart-rate-wrap {
	background: #141651;
	width: 100%;
	padding: 80px 20px;
}
.wd_heart-rate-wrap .item_name,
.wd_heart-rate-wrap p {
	color: white;
	text-align: center;
}
.wd_heart-rate-wrap p {
	line-height: 24px;
}
.wd_heart-rate {
	background-color: white;
	display: flex;
	flex-wrap: wrap;
	max-width: 1100px;
	margin: 0 auto;
	width: 100%;
}
.wd_heart-rate li {
	flex: 33.333%;
	padding: 30px 50px;
}
.wd_heart-rate:before {
	content: '';
	background: url(../images/heart-rate.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 187px;
	display: block;
	border-bottom: 5px solid #141651;
} 
.wd_heart-rate li:not(:last-child) {
	border-right: 5px solid #141651;
}
.wd_heart-rate .wd_percent {
	font-size: 80px;
	font-weight: bold;
	font-family: 'BeausiteClassicWeb-Medium';
	display: block;
	line-height: 1;
}
.wd_heart-rate-wrap .wd_item_inner_wrap > p:last-child {
	margin: 20px auto 0;
	max-width: 600px;
	width: 100%;
	font-family: "BeausiteClassicWeb-Clear";
	font-style: italic;
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
}


/* sec-4-5 */
#wd_standard_content .sec-4-5-wrap {
	max-width: 1240px;
}
.sec-4-5-wrap .item_name {
	text-align: center;
	line-height: 24px;
}
.sec-4-5-wrap .wd_item_inner_wrap > p {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
}
.sec-4-5 > p {
	text-align: center;
}
.sec-4-5-wrap img {
	margin: 40px auto;
	display: block;
	max-width: 500px;
	width: 100%;
}
.sec-4-5-wrap .wd_percent {
	display: block;
	font-size: 80px;
	font-weight: bold;
	font-family: 'BeausiteClassicWeb-Medium';
	line-height: 1;
	width: fit-content;
	margin-right: auto;
}
.sec-4-5 ul li:not(:last-child) {
	border-right: 5px solid #141651;
}
.sec-4-5 ul {
	display: flex;
	justify-content: center;
}
.sec-4-5 ul li {
	flex: 1 1 300px;
	padding: 30px 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/******************
 Section 5 (mental health)
******************/

/* sec-5-1 */
#wd_standard_content .sec-5-1-wrap {
	max-width: 1200px;
}
.sec-5-1-wrap .item_name {
	text-align: center;
}
.sec-5-1-wrap .wd_item_inner_wrap > p {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
}
.sec-5-1-wrap img {
	margin: 40px auto;
	display: block;
}
.sec-5-1-wrap .wd_percent {
	display: block;
	font-size: 80px;
	font-weight: bold;
	font-family: 'BeausiteClassicWeb-Medium';
	line-height: 1;
	width: fit-content;
	margin-right: auto;
}
.sec-5-1 ul li:not(:last-child) {
	border-right: 5px solid #141651;
}
.sec-5-1 ul {
	display: flex;
	justify-content: center;
}
.sec-5-1 ul li {
	flex: 0 1 300px;
	padding: 30px 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.sec-5-1 > p {
	max-width: 600px;
	margin: 0 auto;
	line-height: 24px;
	text-align: center;
}

/* good-bad */
.wd_good-bad-wrap .item_name {
	text-align: center;
	color: white;
}
.wd_good-bad-wrap {
	background: #141651;
	width: 100%;
	padding: 80px 20px;
}
.wd_good-bad-wrap img {
	width: 100%;
	max-width: 450px;
}
#wd_standard_content .wd_good-bad {
	display: flex;
	max-width: 1200px;
	margin: 40px auto 0;
	justify-content: center;
	align-items: center;
}
.wd_good-bad .wd_percent {
	display: block;
	font-size: 80px;
	font-weight: bold;
	font-family: 'BeausiteClassicWeb-Medium';
	line-height: 1;
	width: fit-content;
	color: white;
}
.wd_good-bad li {
	color: white;
}
.wd_good-bad li:not(:nth-child(2)) {
	flex: 0 1 288px;
	padding: 50px;
}

/* burnout */
.wd_burnout-wrap .item_name {
	text-align: center;
}
.wd_burnout-wrap {
	padding: 80px 20px;
}
.wd_burnout-wrap .wd_item_inner_wrap p {
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	max-width: 730px;
	margin: 0 auto;
	font-family: "BeausiteClassicWeb-Clear";
	font-weight: 400;
}
#wd_standard_content .wd_burnout {
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 40px auto 0;
	justify-content: center;
	align-items: center;
}
.wd_burnout .wd_percent {
	display: block;
	font-size: 80px;
	font-weight: bold;
	font-family: 'BeausiteClassicWeb-Medium';
	line-height: 1;
	width: fit-content;
}
.wd_burnout li img {
	max-height: 300px;
	padding: 0 80px;
	margin: 30px 0;
}
.wd_burnout li:not(:nth-child(2)) {
	flex: 0 0 200px;
}
.wd_burnout-wrap .wd_burnout-2 ul {
	padding: 40px;
	display: flex;
	margin: 0px auto 0;
	max-width: 980px;
	align-items: center;
	justify-content: center;
}
.wd_burnout-wrap .wd_burnout-2 li:not(:last-child) {
	border-right: 5px solid #141651;
	
}
.wd_burnout-wrap .wd_burnout-2 ul li {
	flex: 0 0 300px;
	padding: 20px 30px;
}
.wd_burnout-wrap .wd_burnout-2 {
	background: #f9ddd2;
	margin-top: 60px;
}
.wd_burnout-wrap .wd_burnout-2 p {padding: 40px 40px 0; font-weight: 700;}

/* Footer */
div.wd_featureboxes_bottom {
	background-color: #141651;
	width: 100%;
	padding: 140px 15px 40px;
}
div.wd_featureboxes_bottom p {
	max-width: 600px;
	color: white;
	font-family: 'RecklessNeueHeart-Regular';
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
div.wd_featureboxes_bottom .wd_featurebox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
div.wd_featureboxes_bottom .wd_imagetable {display: none;}
div.wd_featureboxes_bottom a.wd_btn {
	color: #141651;
	text-decoration: none;
	background: white;
	padding: 18px 32px;
	border-radius: 40px;
	font-family: "BeausiteClassicWeb-Clear";
	margin: 20px;
	display: inline-block;
	transition: all .2s ease;
}
div.wd_featureboxes_bottom a.wd_btn:hover {
	text-decoration: none;
	background: #f9ddd2;
}
.container-fluid.wd_footer {
	background: #141651;
	border: none;
}
.container-fluid.wd_footer * {
	border: none;
	background: none;
}
.wd_footer .wd_footer-info {
	color: white;
}
.wd_footer-social * {
	fill: #fff !important; /* fixing issue with icons turning black */
}

/******************
 Mobile Nav Ani
******************/
#navbarNavDropdown > a:before {
	content: "";
	position: absolute;
	width: 0;
	height: 12px;
	bottom: 31px;
	left: 0;
	transition: width .6s;
	-webkit-transition: width .6s;
	-moz-transition: width .6s;
	-o-transition: width .6s;
	/* background: #e31e3c; */
	background-image: -moz-linear-gradient(left,#B1A3DB 0%,#f9ddd2 100%);
	background-image: -o-linear-gradient(left,#B1A3DB 0%,#f9ddd2 100%);
	background-image: -webkit-linear-gradient(left,#B1A3DB 0%,#f9ddd2 100%);
	background-image: linear-gradient(left,#B1A3DB 0%,#f9ddd2 100%);
	z-index: -1;
	bottom: 19px;
}
#navbarNavDropdown > a:hover:before {
	width: 100%;
	color: hsl(0, 0%, 18%);
}
div#navbarNavDropdown > a {
	position: relative;
	color: #f7dbd2;
	text-decoration: none;
	font-size: 42px;
	opacity: 0;
	transition: all .25s;
}
#navbarNavDropdown.show {
	opacity: 1;
	visibility: visible;
	width: 100%;
}

div#navbarNavDropdown.show > a {
	opacity: 1;
}
#navbarNavDropdown {
	transition: width .5s,visibility .5s, opacity .5s !important;
	height: auto !important;
	width: 0;
	overflow: auto;
}





.wd_pageid_20303 .wd_category_items {
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
}

.wd_pageid_20303 .wd_category_items .wd_item_inner_wrap ul {
	float: none;
	/* max-width: none; */
}

.boilerplate {
	background: #141651;
	height: fit-content;
	width: 100%;
}



@media (max-width: 1650px) {
	/* .ani-inner {
		justify-content: space-between;
	} */
}

/* Extra large devices (large desktops) */
@media (max-width: 1199px) {}

/* Large devices (desktops) */
@media (max-width: 992px) {}

/* Medium devices (tablets) */
@media (max-width: 992px) {

	.navbar-light .navbar-brand {
		padding-left: 1rem;
	}
	nav.navbar {
		padding: 0.75rem 1rem;
	}
	#navbarNavDropdown {
		padding-top: 50px;
		justify-content: flex-start;
	}

	.ani-inner,
	.ani-inner > div {
		width: 100%;	
	}
	.ani-inner {
		flex-direction: column;
	}
	.ani-left, .ani-right {
		margin: 0;
	}
	.ani-left {padding: 40px 15px 0;}
	.ani-right {padding: 0 15px; flex: 1;}
	.ani-img img {
		top: 0;
	}
	.ani-title div {
		font-size: 48px; 
		padding: 0;
		margin: 20px 0;
		transform: none;
	}
	.ani-wrap {
		background-image: -webkit-linear-gradient(left,#f9ddd2 0%,#cdc4e8 73%, #f7f5fb 100%);
		background-image: linear-gradient(left,#f9ddd2 0%,#cdc4e8 73%, #f7f5fb 100%);
	}
	.ani-rev.ani-wrap {
		background-image: -webkit-linear-gradient(right,#f9ddd2 0%,#cdc4e8 73%, #f7f5fb 100%);
		background-image: linear-gradient(right,#f9ddd2 0%,#cdc4e8 73%, #f7f5fb 100%);
	}
	.ani-capt > p {padding: 0 0 20px;}
	.ani-rev .ani-right {padding: 15px;}
	.ani-rev .ani-inner {flex-direction: column;}
	.ani-rev .ani-img img {margin: 0;}
	.ani-rev .ani-left {
		margin-left: 0;
	}


	#wd_item-3 .flex-list ul:nth-child(2) li img {height: 90px;}
	.wd_item_inner_wrap .item_name {font-size: 20px;}

	.wd_block {padding: 40px 30px;}

	.flex-div {
		width: 100%;
		height: 4px;
		margin: 30px;
		flex: 1;
	}



	#wd_item-13 .flex-list ul:first-child li {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
	}
	#wd_item-13 .flex-list ul {min-width: 140px;}
	.sec-3-1-wrap img {width: 100%; max-width: none;}


	.wd_3-block-wrap > div.wd_3-block-item {padding: 32px;}
	.wd_3-block-wrap .wd_percent {font-size: 22px;}
	.wd_3-block-wrap div:nth-child(1) .wd_item_inner_wrap li {margin: 10px 10px;}
	.wd_3-block-wrap > div:nth-child(1) ul {flex-direction: column;}


	.wd_sub .wd_item_inner_wrap li {
		flex-wrap: wrap;
	}
	.wd_sub.item > div {
		flex: none;
		width: 100%;
	}


	.wd_therm-wrap img {
		margin: 0 auto 20px;
		display: block;
	}

	.ani-start.item {
		margin: 40px auto 0;
		padding-bottom: 0;
	}

	.item.wd_stigma-wrap .wd_item_inner_wrap,
	.sec-3-1 ul,
	.sec-4-5 ul,
	.sec-5-1 ul,
	.wd_heart-rate,
	.wd_burnout-2 ul {
		flex-direction: column;
	}

	.item.wd_stigma-wrap .wd_item_inner_wrap {
		gap: 20px;
		align-items: center;
	}
	.wd_4-horizontal {
		max-width: 600px;
		margin: 0 auto;
	}
	.sec-3-1 ul li,
	.sec-4-5 ul li,
	.sec-5-1 ul li {
		padding: 50px 10%;
		flex: 1;
	}

	.sec-3-1 ul li:not(:last-child),
	.sec-4-5 ul li:not(:last-child),
	.sec-5-1 ul li:not(:last-child),
	#wd_standard_content .wd_heart-rate li,
	#wd_standard_content .wd_burnout-2 li {
		border: none;
		border-bottom: 5px solid #141651;
	}

	.wd_heart-rate li {
		display: flex;
		align-items: center;
		gap: 10px;
		flex-wrap: wrap;
	}
	.wd_heart-rate li div {flex: 180px;}
	.wd_burnout-wrap .wd_burnout-2 ul li {
		flex: 1;
		padding: 20px 40px 20px;
		width: 100%;
		text-align: center;
	} 

	.sec-3-3 ul li {
		padding: 50px 10%;
		flex: 1;
	}
	.sec-3-1 ul li:not(:last-child),
	.sec-3-3 ul li:not(:last-child) {
		border: none;
		border-bottom: 5px solid #141651;
	}
	.sec-3-3 ul {
		flex-direction: column;
	}
	.sec-3-3-wrap .wd_percent,
	.sec-4-5-wrap .wd_percent,
	.sec-5-1-wrap .wd_percent,
	.sec-3-1-wrap .wd_percent {
		margin: 0 auto;
	}



}

@media (max-width: 867px) {


}

@media (max-width: 768px) {
	.wd_purple-chart-wrap .fa.fa-solid {
		display: none;
	}
	.wd_purple-chart-wrap li {
		display: block;
		height: auto;
		padding: 20px;
	}
	.wd_flag-chart > div {flex-direction: column;}
	.wd_flag-chart .item_name {
		border-right: none;
		border-bottom: 5px solid #141651;
		flex: none;
	}
	.wd_covid {
		flex-direction: column;
		max-width: 250px;
		margin: 0 auto;
	}
	#wd_standard_content div.wd_covid > ul {
		flex-direction: column;
		margin: 40px auto;
	}
	div.wd_covid > ul li {
		border-right: none;
		border-bottom: 5px solid #f9ddd2;
		margin-right: 0;
		margin-bottom: 40px;
	}
	div.wd_covid > ul li:first-child {min-width: auto;}
	.wd_covid::after {
		margin: 0 auto 20px;
	}
	.wd_covid .item_name {padding-left: 37px;}
	
	.sec-1-1 p:nth-child(2),
	.sec-1-2 > div,
	.sec-1-4 > div,
	.sec-1-5 > div,
	.sec-1-6 > div,
	.sec-3-3 ul,
	.sec-3-5 > div,
	ul.wd_good-bad,
	.wd_burnout,
	.sec-4-3 {
		flex-direction: column;
	}
	.sec-1-3 > div {
		flex-direction: column-reverse;
	}

	.sec-1-2 div:nth-child(2)::before {width: 100%;}
	#wd_standard_content .sec-1-2 div > p {
		text-align: center; 
		padding-top: 30px;
	}
	#wd_standard_content .sec-1-4 div > p,
	#wd_standard_content .sec-1-5 div > p {
		width: 100%;
		text-align: center;
	}
	.sec-1-5 div::before {
		min-height: 170px;
		background-position: center;
		background-size: cover;
		bottom: auto;
		margin-bottom: 24px;
	}
	.wd_mag-wrap {background: none;}
	.wd_mag-wrap img {display: block;}
	.wd_mag-wrap .wd_item_inner_wrap {
		padding: 0 15px;
		width: 100%;
	}
	.wd_mag-wrap {height: auto;}


	.sec-3-5 div::before {height: 300px;}
	.sec-3-5 div p {text-align: center;}
	.sec-4-3 img {padding: 0 5%;}

	.wd_good-bad li {
		max-width: 275px;
		margin: 0 auto;
	}

	.wd_burnout li:not(:nth-child(2)) {
		flex: 1;
		max-width: 170px;
	}

	.wd_3-block-wrap > div:nth-child(2) {
		flex: 100%;
	}

	.wd_burnout-wrap .wd_burnout-2 ul li {padding: 30px 0;}

}

/* Small devices (landscape phones) */
@media (max-width: 575px) {
	ul.wd_footer-info li:first-child {
		display: none;
	}
	div#navbarNavDropdown a {
		font-size: 30px;
	}
	.wd_stigma-wrap .wd_item_inner_wrap div:not(.item_name) {
		height: 60vw;
		background-position: center;
	}
}

/* CLIENT CSS OVERRIDES */
header .navbar-brand {padding: 0;}
header.wd_section-wrapper.nav-header {
	background: transparent;
	width: 100%;
	position: absolute;
	z-index: 100;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 100;
}
header.sticky-top.wd_section-wrapper {
	position: fixed;
}
header .navbar-brand {
	height: 33px;
	fill: white;
}
.container-fluid.wd_header {
	min-height: 700px;
	justify-content: flex-start;
}
.wd_header h1 {
	max-width: 600px;
	margin-top: 80px;
}


.navbar-light .navbar-toggler .icon-bar {border-color: white;}

.wd_header:before {
	content: '';
	width: 100%;
	display: block;
	position: absolute;
	background-color: transparent;
	background-image: linear-gradient(0deg, #fff 0%, #fff0 40%, #fff0 55%);
	height: 100%;
	margin-left: -15px;
	z-index: 1;
}


#navbarNavDropdown {
	background: #141651;
}
.navbar-brand svg {
	width: auto;
}
.navbar-brand img {
	height: 33px;
	filter: brightness(100);
}
ul.wd_footer-info img {
	filter: brightness(100);
}

nav.navbar {
	padding: 1.5rem 0 .75rem;;
}


.container-fluid.wd_header {
	min-height: 700px;
	justify-content: flex-start;
	background-position-y: 90px;
	background-position-x: center;
	background-color: #f1ac9d;
	position: relative;
}

.wd_header:after {
	content: '';
	width: 100%;
	display: block;
	background-color: #f1ac9d;
	height: 90px;
	position: absolute;
	top: 0;
	left: 0;
}