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

body {
	font-family: "3MCircular",Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: 300;
	color: #000;
}
h1 {
	font-size: 42px;
	font-weight: 700;
	line-height: 48px;
	margin: 0 0 15px 0;
}
h2 {
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
	margin: 0 0 10px 0;
}
h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	margin: 0 0 10px 0;
}
h4 {
	font-size: 18px;
	line-height: 23px;
}
h5 {
	font-size: 16px;
	line-height: 20px;
}
h6 {
	font-size: 14px;
	line-height: 18px;	
}
p {
	margin: 0 0 14px 0;
}
a {	
	position: relative;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	transition: .3s ease-in-out;
}
a:hover {
	color: rgba(0, 0, 0, 1);
	border-bottom: 1px solid rgba(0, 0, 0, 1);
}
a:focus {
	color: rgba(0, 0, 0, 1);
	border-bottom: 1px solid rgba(0, 0, 0, 1);
	outline: 2px dotted;
}
a:visited {
	color: rgba(0, 0, 0, 1);
	border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
}
abbr {
  display: inline;
}
strong, b {
	font-weight: 700;
}
em, i, dfn {
	font-style: italic;
}
u {
	 text-decoration-line: underline; 
}
sup {
  vertical-align: super;
  font-size: smaller;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
small {
  font-size: smaller;
}
.wd_content-wrapper {
    padding: 2rem 4rem;
}
.wd_landing .wd_content-wrapper.wd_empty {
    padding: 0;
}
.wd_content {
	position: relative;
}
#wd_printable_content p {
	font-size: 16px;
	margin-bottom: 20px;
}
#wd_printable_content ul {
	list-style: disc;
	margin-bottom: 20px;
	padding: 0 40px;
}
#wd_printable_content li ul {
    margin-bottom: 0;
}

#wd_printable_content ol {
	list-style: decimal;
	margin-bottom: 20px;
	padding: 0 40px;
}
#wd_printable_content ul li,
#wd_printable_content ol li {
	font-size: 16px;
	line-height: 25px;
	margin: 0;
	padding: 0;
}

/* Nav */
.m-navbar_listItem.has-children:hover .m-dropdown-list {
    display: block !important;
    position: absolute;
    left: 0;
    background-color: #FFFFFF;
    height: auto;
    /*min-height: 350px;*/
    width: 100%;
    top: 100%;
}
.m-navbar_link:hover:after {
	z-index: 99;
}
.l-dropdown-list_container {
    width: 100%;
    position: relative;
    top: auto;
    column-count: 4;
}
.l-dropdown-list_container.wd_wide .l-dropdown-list:nth-child(even) {
    break-after: always;
    -webkit-column-break-after: always;
}
.wd_mobile_trigger {
	display: none;
}
.l-dropdown-list a:not(.m-btn) {
	font-size: 20px;
	line-height: normal;
}

.wd_subnav {
    list-style: disc;
    padding-left: 30px;
}
.l-dropdown-list .wd_subnav a {
    padding-left: 0;
    border: 0;
}
.l-dropdown-list.subnav-has-children {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-after: column;
    -webkit-column-break-after: always;
    page-break-after: always;
}

/* Language Nav */
.m-navbar_localPopup, .m-navbar_popup {
	min-height: unset;
	padding: 20px 0;
}
.wd_langnav_link a {
    display: block;
    padding: 20px 0;
    border: none;
}
.wd_langnav_link {
    padding: 0 20px;
}
.wd_langnav_link ~ .wd_langnav_link a {
	border-top: 1px solid rgba(0, 0, 0, 0.25);
}
/* END Language Nav */

/* END Nav */
/* Header styles */
.page_header,
.category_header {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.25;
	color: #000;
}
.category_header {
	display: inline-block;
	width: auto;
	border-left: 5px solid #0033cc;
	background-color: #fff;
	padding: 2rem;
}
.detail_header {}
.detail_subheader,
.category_name {
	font-size: 22px;
	line-height: 28px;
}
.category_intro {}
.wd_home_hero-wrapper {
	background-color: #F2F2F2;
	padding-bottom: 4rem;
}
.wd_home_hero {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 2rem;
	background-color: #2F6988;
	position: relative;
}
.wd_header_content {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 2rem;
  position: relative;
  z-index: 1;
}
.wd_header-title {
	color: #000;
	border-left: 5px solid transparent;
	background-color: #fff;
	align-self: flex-start;
	width: 720px;
	padding: 2rem;
	position: relative;
}
.wd_header-title:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -5px;
	background-color: #00CC33;
    background-image: linear-gradient(0deg, #00CC33, #4A9124, #99CC00, #00CCCC);
}
.wd_header-title h1 {
	font-size: 60px;
	font-weight: 700;
	line-height: 65px;
	letter-spacing: -1px;
	color: #000;
}
.wd_header-text {
	font-size: 16px;
	background-color: #fff;
	align-self: flex-end;
	width: 40%;
	padding: 2rem;
}
.wd_header-image {
    position: absolute;
    right: 4rem;
    top: 0;
    width: 65%;
    height: calc(100% + 4rem);
    background-size: cover;
    background-position: center;
}
/* END Header styles */

/* Highlights */
.wd_highlight {
    padding: 60px;
    clear: both;
    background-image: url(../images/Black-background.png);
    background-size: cover;
}
.wd_highlight_inner {
    background-color: #fff;
    padding: 20px 20px 20px 200px;
    position: relative;
    min-height: 130px;
}
.wd_highlight_inner:before {
    content: '';
    display: inline-block;
    background-image: url(../images/bulb2.png);
    width: 79px;
    height: 83px;
    position: absolute;
    left: 50px;
    top: 20%;
    background-size: contain;
    background-repeat: no-repeat;
    transition-duration: .3s;
}
.wd_highlight_header {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 10px;
    position: relative;
}
.wd_highlight_inner:after,
.wd_highlight_header:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -20px;
    background-color: #ed1b2f;
    transition: 0.5s;
}
.wd_highlight_inner:after {
	height: 0;
	top: 20px;
	left: 180px;
}
.wd_highlight:hover .wd_highlight_inner:before {
	transform: translateY(-5px);
}
.wd_highlight:hover .wd_highlight_header:before {
	opacity: 0;
}
.wd_highlight:hover .wd_highlight_inner:after {
	height: calc(100% - 40px);
}
.wd_highlight p:last-child,
#wd_printable_content .wd_highlight p:last-child {
    margin-bottom: 0;
}
/* END Highlights */

.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-weight: 700;
	font-size: 22px;
	line-height: 31px;
}
.item_date, .wd_date,
.wd_item .wd_date,
.wd_event_sidebar .wd_event_date,
.wd_newsfeed_releases-teaser .wd_date {
	font-size: 14px;
	line-height: 1.25;
	font-weight: normal;
	color: inherit;
	text-transform: none;
}
.item_summary, .wd_item .wd_summary {}
.wd_item .wd_subtitle {}

table.wd_imagetable {
	max-width: 100%;
	margin-top: 0 !important;
}
#wd_printable_content table.wd_imagetable[align=right],
#wd_printable_content table.wd_imagetable[align=left] {
    max-width: 50%;
}
table.wd_imagetable img,
img {
	max-width: 100%;
	height: auto;
}
td.imagecaption {}

table.wd_attachments {}

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;
}

/* Clear Fix */
ul.wd_layout-simple:before,
ul.wd_layout-simple:after {
	content: " ";
	display: block;
}
ul.wd_layout-simple:after {
	clear: both;
}

/* Buttons and Backgrounds */
.more {
	position: relative;
	display: inline-block;
	width: auto;
	vertical-align: middle;
	text-align: center;
	margin: 20px 0;
}
.more a {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	background: #fff;
	color: #000;
	border: 1px solid #000;
	text-decoration: none;
	padding: 10px 35px;
	transform: scaleX(0);
	transform-origin: center;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	overflow: hidden;
}
.more a:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: white;
	z-index: -2;
}
.more a:hover {
	color: #fff;
	text-decoration: none;
	border-color: transparent;
	background: url("../images/GradientBar.svg");
	transform: scaleX(1);
}

.more-light-gray {
	position: relative;
	display: inline-block;
	width: auto;
	vertical-align: middle;
	text-align: center;
	margin: 20px 0;
}
.more-light-gray a {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	background: #ccc;
	color: #000;
	border: 1px solid #000;
	text-decoration: none;
	padding: 10px 35px;
	overflow: hidden;
}
.more-light-gray a:hover {
	color: #fff;
	text-decoration: none;
	border-color: transparent;
	background: url("../images/GradientBar.svg");
}

.more-dark-gray {
	position: relative;
	display: inline-block;
	width: auto;
	vertical-align: middle;
	text-align: center;
	margin: 20px 0;
}
.more-dark-gray a {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	background: #4b4b4b;
	color: #fff;
	border: 1px solid #000;
	text-decoration: none;
	padding: 10px 35px;
	overflow: hidden;
}
.more-dark-gray a:hover {
	color: #fff;
	text-decoration: none;
	border-color: transparent;
	background: url("../images/GradientBar.svg");
}

.btn-green {
    color: #2e2e2e;
    font-size: 15px;
    line-height: 55px;
    height: 55px;
    font-style: normal;
    font-weight: 400;
    background-color: #97c240;
    border-radius: 60px;
    text-transform: none;
    border-width: 2px;
    padding: 0 72px;
    display: block;
    width: fit-content;
    transition: color .1s linear,background-color .1s linear,border-color .1s linear;
}
.btn-green > a {
    color: #2e2e2e;
    border: none;
    font-weight: 600 !important;
}
.btn-green:hover {
    background-color: #fff;
}

.top-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
#wd_printable_content .top-wrap p:not(.btn-green) {
    font-size: 22px;
    flex: 1;
    margin-right: 20px;
    min-width: 450px;
    margin: 20px 20px 20px 0;
}
.top-wrap .btn-green {
    margin: 20px auto;
}

/* END Buttons and Backgrounds */

/* Back to */
.wd_backto {
	margin-bottom: 40px;
}
.wd_backto a {}
.wd_backto a:hover {
	border-bottom: 1px solid rgba(0, 0, 0, 1);
}

/* Timeline */
#wd_printable_content ul.wd_timeline-block {
	position: relative;
	max-width: 1400px;
	height: auto;
	margin: 80px auto;
	padding: 20px 0;
}
.wd_timeline-block:after {
	content: '';
	position: absolute;
	width: 6px;
	background-color: #000;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -3px;
}
#wd_printable_content ul.wd_timeline-block li {
	position: relative;
	list-style: none;
	width: calc(50% - 40px);
	background-color: #fff;
	border-top: 4px solid #000;
	margin: -20px 20px;
}
.wd_timeline-block li:after {
	content: '';
	position: absolute;
	top: -14px;
	width: 25px;
	height: 25px;
	right: -32px;
	background-color: white;
	border: 4px solid #000;
	border-radius: 50%;
	z-index: 1;
}
#wd_printable_content ul.wd_timeline-block li.wd_timeline_left {
	left: 0;
	padding: 20px 80px 20px 40px;
}
li.wd_timeline_left:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 80px;
	background: #000;
}

#wd_printable_content ul.wd_timeline-block li.wd_timeline_right {
	left: 50%;
	padding: 20px 40px 20px 80px;
}
li.wd_timeline_right:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 4px;
	height: 80px;
	background: #000;
}
li.wd_timeline_right:after {
	left: -33px;
}
.wd_timeline-block li span {
	display: inline-block;
	width: 100%;
}
.wd_timeline_title {
	font-size: 1.4rem;
	font-weight: bold;
}
.wd_timeline-img-wrap {
	max-width: 100%;
	overflow: hidden;
}
.wd_timeline-img-wrap img {
	width: 100%;
	height: auto;
	margin: 40px 0 0 0;
}

/* Related Items */
#wd_printable_content ul.wd_related_items {
	display: flex;
	/*flex-wrap: wrap;*/
	justify-content: space-between;
	margin: 20px 0;
	padding: 0;
}
#wd_printable_content ul.wd_related_items li {
	list-style: none;
	flex-basis: calc(25% - 20px);
	width: calc(25% - 20px);
	height: 300px;
	background-color: #F2F2F2;
	color: #000;
	margin: 0;
	padding: 0;
}
.wd_related_items li a {
	display: flex;
	justify-content: space-between;
	color: #fff;
	width: 100%;
	height: 100%;
	padding: 20px;
}
.wd_related_items li a:hover {
	text-decoration: none;
	border-bottom: none;
}
.wd_related_items li span.wd_text {
	font-size: 26px;
	font-weight: 700;
	/*width: 100%;*/
	align-self: flex-start;
}
.wd_related_items li span.wd_image {
	align-self: flex-end;
}
.wd_related_items li span.wd_image img {
	width: auto;
	max-width: 75px;
	height: 75px;
}
.wd_related_items li a:hover span.wd_image img {
	transition: transform .75s ease-in-out;
	transform: scale(1.3);
}


/* Standard */
div.wd_standard {}

div.wd_standard-detail {
	padding: 2rem;
} 
div.wd_standard-detail h2,
div.wd_standard-detail h3,
div.wd_standard-detail h4,
div.wd_standard-detail h5,
div.wd_standard-detail p,
div.wd_standard-detail ol,
div.wd_standard-detail ul, {
	padding: 0 2rem;
}

/* Trends Pages - Overall Layout */
.wd_trends-detail-header {
	position: relative;
}
.wd_trends-detail-header h1.detail_header {
	position: absolute;
	top: 60px;
	left:;
}
.wd_trends-detail .wd_content-wrapper {
    padding: 2rem 0;
}
.wd_category.wd_expert,
.wd_category.wd_trends,
.wd_category.wd_current,
.wd_category.wd_footnotes {
	clear: both;
	margin: 20px 0;
	padding: 2rem;
}
.wd_category.wd_expert {
	display: flex;
	justify-content: space-between;
	align-content: center;
}

.wd_category.wd_expert .wd_category_info > .category_header {
	display: none;
}

.wd_category.wd_expert .category_header span.wd_small {
	font-size: 26px;
	line-height: 1.1;
}

.wd_category.wd_expert table.wd_imagetable {
	width: 100%!important; /* override inline styles */
	max-width: 400px;
	height: auto;
	margin: 0!important; /* override inline styles */
}

.wd_category.wd_expert .wd_imagetable img {
	width: 100%;
	height: auto;
}
.wd_category.wd_expert .item .item_name {
	display: none;
}

.wd_category.wd_expert .wd_category_info {
	flex-basis: 20%;
}

.wd_category.wd_expert .wd_category_items {
	flex-basis: 75%;
	align-self: baseline;
}

.wd_category.wd_expert .wd_category_items .item {
	padding: 2rem;
}
.wd_category..wd_expert .item .item_name {
	display: none;
}
.wd_category.wd_expert .wd_category_items .item {
	column-count: 2;
	column-gap: 40px;
	column-fill: balance;
	/*text-align: justify;*/
}

.wd_category.wd_trends {
	background-size: cover;
	background-repeat: no-repeat;
}
.wd_category.wd_trends table.wd_imagetable {
	display: none;
}
.wd_category.wd_trends .wd_category_items {
	display: flex;
	justify-content: space-between;
	align-content: center;
    flex-wrap: wrap;
}

.wd_category.wd_trends .item {
	color: #fff;
	background-color: #0F72E3;
	flex-basis: calc(25% - 30px);
	height: 300px;
	margin: 4rem 0;
	padding: 0;
}
.wd_category.wd_trends .item a.wd_item-link {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-evenly;
	height: 100%;
	padding: 1rem;
}	
.wd_category.wd_trends .item .item_name {
	align-self: flex-start;
	width: 100%;
}
.wd_category.wd_trends .item img {
	align-self: flex-end;
	width: auto;
	height: 75px;
}
.wd_category.wd_trends .item a {
	color: #fff;
	text-decoration: none;
	border-bottom: none;
}
.wd_category.wd_trends .item a.wd_item-link:hover img {
	transition: transform .75s ease-in-out;
	transform: scale(1.3);
}
.wd_category.wd_current .item .item_name {
	display: none;
}
.wd_category.wd_current .item {
	column-count: 2;
	column-gap: 40px;
	column-fill: balance;
	/*text-align: justify;*/
	padding: 2rem;
}

.wd_category.wd_footnotes .category_header {
	background: transparent;
	word-wrap: break-word;
}
.wd_category.wd_footnotes {
	background-color: #F2F2F2;
}
.wd_category.wd_footnotes .item .item_name {
	display: none;
}
.wd_category.wd_footnotes .item {
/*	column-count: 2;
	column-gap: 40px;
	column-fill: balance;
	text-align: justify;*/
	padding: 2rem;
}

.wd_category.wd_trends .wd_category_items .item .item_name,
.wd_category.wd_expert .wd_category_items .item .item_name,
.wd_category.wd_current .wd_category_items .item .item_name,
.wd_category.wd_footnotes .wd_category_items .item .item_name {
	font-size: 26px;
	font-weight: 700;
	line-height: 30px;
}


.wd_trends-detail .wd_header-text {
	display: none;
}
.wd_trends-detail table.wd_imagetable {
    float: right;
    margin: 0 0 20px 20px !important;
}


/* Trend Pages - Specific to the Page */

/* Climate - ID20292 */
.wd_pageid_20292 .wd_header-title,
.wd_pageid_20292 .category_header {
	position: relative;
	border-left: 5px solid transparent;
}
.wd_pageid_20292 .wd_header-title:before,
.wd_pageid_20292 .category_header:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -5px;
	background-color: #0033cc;
	background-image: linear-gradient(0deg, #0033cc, #1d1d95, #00cccc);
}
.wd_pageid_20292 .wd_category.wd_trends .item:first-child {
	background-color: #8B3C9D;
}
.wd_pageid_20292 .wd_category.wd_trends .item:nth-child(2) {
	background-color: #7F42A3;
}
.wd_pageid_20292 .wd_category.wd_trends .item:nth-child(3) {
	background-color: #5355BC;
}
.wd_pageid_20292 .wd_category.wd_trends .item:nth-child(4) {
	background-color: #0F72E3;
}

.wd_pageid_20292.wd_item_page .wd_facts-wrap {
	display: none;
}
.wd_pageid_20292.wd_item_page .detail_header {
	position: relative;
	display: inline-block;
	width: auto;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.25;
	color: #000;
	border-left: 5px solid transparent;
	background-color: #fff;
	padding: 2rem;
}
.wd_pageid_20292.wd_item_page .detail_header:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -5px;
	background-color: #0033cc;
	background-image: linear-gradient(0deg, #0033cc, #1d1d95, #00cccc);
}
.wd_pageid_20292.wd_item_page #wd_printable_content ul.wd_related_items li:first-child {
	background-color: #8B3C9D;
}
.wd_pageid_20292.wd_item_page #wd_printable_content ul.wd_related_items li:nth-child(2) {
	background-color: #7F42A3;
}
.wd_pageid_20292.wd_item_page #wd_printable_content ul.wd_related_items li:nth-child(3) {
	background-color: #5355BC;
}
.wd_pageid_20292.wd_item_page #wd_printable_content ul.wd_related_items li:nth-child(4) {
	background-color: #0F72E3;
}


/* Demographics - ID20288 */
.wd_pageid_20288 .wd_header-title,
.wd_pageid_20288 .category_header {
	position: relative;
	border-left: 5px solid transparent;
}
.wd_pageid_20288 .wd_header-title:before,
.wd_pageid_20288 .category_header:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -5px;
	background-color: #913A99;
	background-image: linear-gradient(0deg, #913A99, #FF0000, #F4811D);
}
.wd_pageid_20288 .wd_category.wd_trends .item:first-child {
	background-color: #913A99;
}
.wd_pageid_20288 .wd_category.wd_trends .item:nth-child(2) {
	background-color: #CA1C49;
}
.wd_pageid_20288 .wd_category.wd_trends .item:nth-child(3) {
	background-color: #FF0000;
}
.wd_pageid_20288 .wd_category.wd_trends .item:nth-child(4) {
	background-color: #F4811D;
}
.wd_pageid_20288.wd_item_page .wd_facts-wrap {
	display: none;
}
.wd_pageid_20288.wd_item_page .detail_header {
	position: relative;
	display: inline-block;
	width: auto;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.25;
	color: #000;
	border-left: 5px solid transparent;
	background-color: #fff;
	padding: 2rem;
}
.wd_pageid_20288.wd_item_page .detail_header:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -5px;
	background-color: #913A99;
	background-image: linear-gradient(0deg, #913A99, #FF0000, #F4811D);
}
.wd_pageid_20288.wd_item_page #wd_printable_content ul.wd_related_items li:first-child {
	background-color: #913A99;
}
.wd_pageid_20288.wd_item_page #wd_printable_content ul.wd_related_items li:nth-child(2) {
	background-color: #CA1C49;
}
.wd_pageid_20288.wd_item_page #wd_printable_content ul.wd_related_items li:nth-child(3) {
	background-color: #FF0000;
}
.wd_pageid_20288.wd_item_page #wd_printable_content ul.wd_related_items li:nth-child(4) {
	background-color: #F4811D;
}

/* Rebalancing - ID20287 */
.wd_pageid_20287 .wd_header-title,
.wd_pageid_20287 .category_header {
	position: relative;
	border-left: 5px solid transparent;
}
.wd_pageid_20287 .wd_header-title:before,
.wd_pageid_20287 .category_header:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -5px;
	background-color: #00CC33;
	background-image: linear-gradient(0deg, #00CC33, #4A9124, #99CC00, #00CCCC);
}
.wd_pageid_20287 .wd_category.wd_trends .item:first-child {
	background-color: #00CC33;
}
.wd_pageid_20287 .wd_category.wd_trends .item:nth-child(2) {
	background-color: #4A9124;
}
.wd_pageid_20287 .wd_category.wd_trends .item:nth-child(3) {
	background-color: #99CC00;
}
.wd_pageid_20287 .wd_category.wd_trends .item:nth-child(4) {
	background-color: #00CCCC;
}
.wd_pageid_20287.wd_item_page .wd_facts-wrap {
	display: none;
}
.wd_pageid_20287.wd_item_page .detail_header {
	position: relative;
	display: inline-block;
	width: auto;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.25;
	color: #000;
	border-left: 5px solid transparent;
	background-color: #fff;
	padding: 2rem;
}
.wd_pageid_20287.wd_item_page .detail_header:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -5px;
	background-color: #00CC33;
	background-image: linear-gradient(0deg, #00CC33, #4A9124, #99CC00, #00CCCC);
}
.wd_pageid_20287.wd_item_page #wd_printable_content ul.wd_related_items li:first-child {
	background-color: #00CC33;
}
.wd_pageid_20287.wd_item_page #wd_printable_content ul.wd_related_items li:nth-child(2) {
	background-color: #4A9124;
}
.wd_pageid_20287.wd_item_page #wd_printable_content ul.wd_related_items li:nth-child(3) {
	background-color: #99CC00;
}
.wd_pageid_20287.wd_item_page #wd_printable_content ul.wd_related_items li:nth-child(4) {
	background-color: #00CCCC;
}

/* Breakthroughs - ID20301 */
.wd_pageid_20301 .wd_header-title,
.wd_pageid_20301 .category_header {
	position: relative;
	border-left: 5px solid transparent;
}
.wd_pageid_20301 .wd_category.wd_trends .item:first-child {
	background-color: #9933CC;
}
.wd_pageid_20301 .wd_category.wd_trends .item:nth-child(2) {
	background-color: #AB21BA;
}
.wd_pageid_20301 .wd_category.wd_trends .item:nth-child(3) {
	background-color: #AB21BA;
}
.wd_pageid_20301 .wd_category.wd_trends .item:nth-child(4) {
	background-color: #990066;
}
.wd_pageid_20301.wd_item_page .wd_facts-wrap {
	display: none;
}
.wd_pageid_20301.wd_item_page .detail_header {
	position: relative;
	display: inline-block;
	width: auto;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.25;
	color: #000;
	border-left: 5px solid transparent;
	background-color: #fff;
	padding: 2rem;
}
.wd_pageid_20301.wd_item_page .detail_header:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -5px;
	background-color: #9933CC;
	background-image: linear-gradient(0deg, #9933CC, #AB21BA, #AB21BA, #990066);
}
.wd_pageid_20301.wd_item_page #wd_printable_content ul.wd_related_items li:first-child {
	background-color: #9933CC;
}
.wd_pageid_20301.wd_item_page #wd_printable_content ul.wd_related_items li:nth-child(2) {
	background-color: #AB21BA;
}
.wd_pageid_20301.wd_item_page #wd_printable_content ul.wd_related_items li:nth-child(3) {
	background-color: #AB21BA;
}
.wd_pageid_20301.wd_item_page #wd_printable_content ul.wd_related_items li:nth-child(4) {
	background-color: #990066;
}

/* Rise of the Individual - ID20306 */
.wd_pageid_20306 .wd_header-title,
.wd_pageid_20306 .category_header {
	position: relative;
	border-left: 5px solid transparent;
}
.wd_pageid_20306 .wd_header-title:before,
.wd_pageid_20306 .category_header:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -5px;
	background-color: #FFFF00;
	background-image: linear-gradient(0deg, #FFFF00, #F4811D, #FA8D0E, #FF9900);
}
.wd_pageid_20306 .wd_category.wd_trends .item:first-child {
	background-color: #FCD809;
}
.wd_pageid_20306 .wd_category.wd_trends .item:nth-child(2) {
	background-color: #F4811D;
}
.wd_pageid_20306 .wd_category.wd_trends .item:nth-child(3) {
	background-color: #FA8D0E;
}
.wd_pageid_20306 .wd_category.wd_trends .item:nth-child(4) {
	background-color: #FF9900;
}
.wd_pageid_20306.wd_item_page .wd_facts-wrap {
	display: none;
}
.wd_pageid_20308 .item_name a,
.wd_pageid_20308.wd_item_page .detail_header,
.wd_pageid_20328 .item_name a,
.wd_pageid_20296 .item_name a,
.wd_pageid_20306 .item_name a,
.wd_pageid_20328.wd_item_page .detail_header,
.wd_pageid_20296.wd_item_page .detail_header,
.wd_pageid_20306.wd_item_page .detail_header {
	position: relative;
	display: inline-block;
	width: auto;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.25;
	color: #000;
	border-left: 5px solid transparent;
	background-color: #fff;
	padding: 2rem;
	border-bottom: 0;
}
.wd_pageid_20308.wd_item_page .detail_header,
.wd_pageid_20328.wd_item_page .detail_header,
.wd_pageid_20296.wd_item_page .detail_header,
.wd_pageid_20306.wd_item_page .detail_header {
	max-width: calc(100% - 600px);
}
.wd_pageid_20308 .item_name a:before,
.wd_pageid_20308.wd_item_page .detail_header:before,
.wd_pageid_20328 .item_name a:before,
.wd_pageid_20296 .item_name a:before,
.wd_pageid_20306 .item_name a:before,
.wd_pageid_20328.wd_item_page .detail_header:before,
.wd_pageid_20296.wd_item_page .detail_header:before,
.wd_pageid_20306.wd_item_page .detail_header:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -5px;
	background-color: #FFFF00;
	background-image: linear-gradient(0deg, #FFFF00, #F4811D, #FA8D0E, #FF9900);
}
.wd_pageid_20328 .item_name a:before,
.wd_pageid_20296 .item_name a:before,
.wd_pageid_20328.wd_item_page .detail_header:before,
.wd_pageid_20296.wd_item_page .detail_header:before {
    background-color: #00CC33;
    background-image: linear-gradient(0deg, #00CC33, #4A9124, #99CC00, #00CCCC);
}
.wd_pageid_20308 .item_name a:hover,
.wd_pageid_20328 .item_name a:hover,
.wd_pageid_20296 .item_name a:hover,
.wd_pageid_20306 .item_name a:hover {
	border-bottom: 0;
	text-decoration: underline 1px;
}
.wd_pageid_20306.wd_item_page #wd_printable_content ul.wd_related_items li:first-child {
	background-color: #FCD809;
}
.wd_pageid_20306.wd_item_page #wd_printable_content ul.wd_related_items li:nth-child(2) {
	background-color: #F4811D;
}
.wd_pageid_20306.wd_item_page #wd_printable_content ul.wd_related_items li:nth-child(3) {
	background-color: #FA8D0E;
}
.wd_pageid_20306.wd_item_page #wd_printable_content ul.wd_related_items li:nth-child(4) {
	background-color: #FF9900;
}

.wd_pageid_20308 .item_summary,
.wd_pageid_20328 .item_summary,
.wd_pageid_20296 .item_summary,
.wd_pageid_20306 .item_summary {
    padding-left: 2rem;
    border-left: 5px solid transparent;
}
/* END Trends Pages */

/* 
COVID - ID20285
Endnotes - ID20296 
*/

.wd_pageid_20285 .wd_header-text,
.wd_pageid_20296 .wd_header-text {
	display: none;
}
.wd_pageid_20285 #wd_printable_content,
.wd_pageid_20296 #wd_printable_content {
	padding: 2rem;
}

/* Zwijndrecht */
.wd_pageid_20316 .item:before {
    content: "";
    background: url('../images/GradientBar.svg');
    background-size: 100% 2px;
    position: relative;
    display: block;
    width: 100%;
    min-height: .07vh;
    max-height: .1vh;
    margin: 25px 0;
    padding-top: 1.5px;
    border: none;
    background-color: transparent;
    transform: scaleY(1.1);
    transform-origin: 0 0;
    -ms-transform: scaleY(1.2);
}
.wd_pageid_20316 .item_name,
.wd_pageid_20316 .item_name h2 {
    line-height: 31px;
    margin-bottom: 20px;
}
/* END Zwijndrecht */

/* FAQs */
.wd_faqs_wrapper .wd_faqs_a {
    display: none;
    padding-left: 28px;
    font-size: 16px;
    margin-bottom: 40px;
}
.wd_faqs_wrapper .wd_faqs_q:before {
	font-family: '3MThemeIconFont', '3MCircular-Book', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	display: inline-block;
	content: '\e055';
	font-size: 14px;
	margin-right: 14px;
}
.wd_faqs_wrapper .wd_faqs_q.open:before {
	content: '\e04f';
}
.wd_faqs_wrapper .wd_faqs_q {
    font-weight: bold;
    font-size: 18px;
    color: #000;
    cursor: pointer;
    margin-bottom: 40px;
}
.wd_faqs_wrapper .wd_faqs_q:hover {
	text-decoration: underline rgba(0,0,0,0.25);
}
/* END FAQs */

/* 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;
}

.wd_events .wd_events_none {
    display: none !important; /* override inline style */
}
.wd_events .wd_events_inputs,
.wd_events .wd_more {
    display: none;
}
.wd_events .wd_event_sidebar .item_date,
.wd_events .wd_event_sidebar {
    font-size: 1rem;
}

.wd_events .wd_events_month_header {
    font-size: 1.25rem;
    background: none;
    border-width: 0 0 1px 0;
    border-color: #404041;
    border-radius: 0;
}
.wd_events .wd_event_sidebar {
    padding-left: 10px;
}
.wd_events .wd_title {
    font-size: 1.25rem;
}
/* END Events */

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

/* Newsfeed Releases */
.wd_newsfeed_releases .wd_subtitle,
.wd_newsfeed_releases .wd_thumbnail,
.wd_newsfeed_releases .wd_asset_type_link_list {
	display: none;
}

.wd_newsfeed_releases .wd_item_wrapper {
	margin-left: 0;
}

.wd_newsfeed_releases-detail .wd_title {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 2.1875rem;
}

#wd_printable_content .wd_page_menu .wd_page_link {
	padding: 8px;
}
.wd_item_search_form_container {
    margin-bottom: 40px;
}
.wd_search_basic_fields {
    display: inline-flex;
    column-gap: 5px;
}
.wd_search_advanced_link {
    display: inline-block;
    margin-top: 5px;
}
/* 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;
	margin-left: 50px;
	background-color: #fff;
}
#wd_printable_content input,
#wd_printable_content button:not([class*="wd_wai"]),
#wd_printable_content select,
.wd_form_field_input button {
	font-size: 14px;
	line-height: 1.2;
	color: #000;
	border: 1px solid #4B4B4B;
	border-radius: 0;
	padding: 10px 35px;
}
#wd_printable_content button:not([class*="wd_wai"]),
.wd_form_field_input button {
	text-transform: uppercase;
	padding: 10px 35px;
}
#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] {
	font-size: 14px;
	text-transform: uppercase;
	background-color: #fff;
	border: 1px solid #4B4B4B;
	max-width: 30%;
}
#wd_printable_content input[type=checkbox],
#wd_printable_content input[type=radio] {
	height: auto;
	margin-right: 5px;
	vertical-align: text-top;
}
#wd_printable_content input[type=file] {
	border: none;
}
.wd_form_field {
	margin: 10px 0;
	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;
}

.wd_search_basic_fields {
    background: none;
    border: none;
    padding: 0;
}
.wd_form_field .wd_checkbox label {
	line-height: 2.4em;
}

.wd_formbuilder .wd_form_footer .wd_form_buttons,
.wd_formbuilder .wd_form_field_label,
.wd_formbuilder .wd_form_field_input {
    margin-left: 0;
    min-width: unset;
}
.wd_formbuilder .wd_form_footer,
.wd_formbuilder .wd_form_field {
    margin: 15px 0;
}
#wd_printable_content .wd_formbuilder input[type=submit] {
    font-weight: bold;
    cursor: pointer;
    transition: All .5s ease;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease;
}
#wd_printable_content .wd_formbuilder input[type=submit]:hover {
    text-decoration: none;
    color: #ffffff;
    background: url(../images/GradientBar.svg);
    border: 1px solid rgba(0,0,0,0.25);
}

/* Get Involved Form */
.wd_pageid_20305 .wd_form_wrapper .wd_formbuilder,
.wd_pageid_20305 .wd_form_header {
    display: none;
}
.wd_pageid_20305 .wd_form_field_header,
.wd_pageid_20305 .wd_formbuilder label {
    font-size: 1rem;
    font-weight: bold;
    color: #4b4b4b;
    line-height: 1.25;
    display: block;
}
.wd_pageid_20305 #wd_printable_content .wd_formbuilder input[type=text] {
    box-sizing: border-box;
    width: 100%;
    max-width: 767px;
    padding: 9px 10px 8px 10px;
    border: 1px #e4e3e3 solid;
    font-size: 14px;
}

.wd_pageid_20305 #wd_printable_content input[type=file] {
    padding-left: 0;
}

/* END Get Involved Form */

/* END Formbuilder */

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

/* Toolbar */
.wd_share {
	display: inline-block;
	width: auto;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
div.wd_toolbar {
	border-top: none;
	border-bottom: none;
}
div.wd_toolbar ul.wd_tools {
	text-align: right;
	padding: 0;
}
div.wd_toolbar ul.wd_tools li.wd_tool {
	display: inline-block;
	width: auto;
	vertical-align: middle;
	float: none;
	margin: 0 5px 0 0!important;
	padding: 0!important;
}
span.wd_tool_icon {
	margin: 0 5px 0 0;
}
span.wd_tool_icon > a:link, 
span.wd_tool_icon > a:visited {
	width: 35px;
	height: 35px;
	color: #000;
	background-color: transparent;
	border: 2px solid #000;
	border-radius: 50%;
	transition: all .2s ease-in-out;
}
span.wd_tool_icon > a:hover {
	transform: translateY(-4px);
}
a.at-icon-wrapper.at-share-btn {
    background-color: transparent !important;/*override inline styles */
    border: 2px solid #000;
    border-radius: 50% !important;/*override inline styles */
    margin: 0 10px 0 0 !important;/*override inline styles */
    padding: 5px !important;/*override inline styles */
}
li.wd_tool.wd_tool-addthis a.at-icon-wrapper svg {
	fill: #000!important;/*override inline styles */
}
.wd_trends-detail div.wd_toolbar {
	display: inline-block;
	width: 48%;
	vertical-align: middle;
}
.at-resp-share-element .at-share-btn.at-svc-pinterest_share {
	display: none;
}
/* END Toolbar */

/* Featureboxes */
div.wd_featurebox {}
div.wd_featurebox_container {
	padding: 20px;
}
div.wd_featurebox_container.wd_arrow div.wd_featurebox_title {
    border: none;
    padding: 10px 60px 10px 0;
    position: relative;
}
div.wd_featurebox_container.wd_arrow div.wd_featurebox_title:after {
    font-family: '3MThemeIconFont';
    font-weight: bold;
    content: '\e975';
    color: #FF0000;
    transform: rotate(270deg);
    position: absolute;
    right: 100px;
    opacity: 0;
    transition-duration: 0.25s;
    display: inline-block;
}
div.wd_featurebox_container.wd_arrow:hover .wd_featurebox_title:after, 
div.wd_featurebox_container.wd_arrow:focus .wd_featurebox_title:after {
	opacity: 1;
	right: 10px;
}

.wd_bottom_stock_header,
.wd_square_tiles_header,
.wd_fb_four_across_header,
div.wd_featurebox_title {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.25;
	margin-bottom: 10px;
}

.wd_grayfb-wrap {
	background-color: #F2F2F2;
	padding: 2rem;
}

/* Top / Middle Gray Featureboxes */
.wd_featureboxes_top {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 2%;
    padding: 0 2rem;
}
.wd_featureboxes_top .wd_featurebox_container {
	flex: 32%;
}
.wd_featureboxes_middle_gray {
	position: relative;
}
.wd_featureboxes_middle_gray .wd_featurebox_container,
.wd_featureboxes_top .wd_featurebox_container {
    max-width: 900px;
    margin: 40px auto;
    background-color: #fff;
    position: relative;
    padding: 40px;
}
.wd_featureboxes_middle_gray .wd_featurebox_container:before,
.wd_featureboxes_top .wd_featurebox_container:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -5px;
    background-color: #9933CC;
    background-image: linear-gradient(0deg, #9933CC, #AB21BA, #AB21BA, #990066);
}
.wd_featureboxes_middle_gray .wd_featurebox .wd_more a,
.wd_featureboxes_top .wd_featurebox .wd_more a {
    transition-duration: 0.25s;
    color: #FF0000;
    border-color: #FF0000;
    opacity: 0;
}
.wd_featureboxes_middle_gray .wd_featurebox_container:focus .wd_featurebox .wd_more a,
.wd_featureboxes_top .wd_featurebox_container:focus .wd_featurebox .wd_more a,
.wd_featureboxes_middle_gray .wd_featurebox_container:hover .wd_featurebox .wd_more a,
.wd_featureboxes_top .wd_featurebox_container:hover .wd_featurebox .wd_more a,
.wd_featureboxes_middle_gray .wd_featurebox_container .wd_featurebox .wd_more a:focus,
.wd_featureboxes_top .wd_featurebox_container .wd_featurebox .wd_more a:focus {
	opacity: 1;
}
/* END Top Featureboxes */

/* Middle White / Middle Bottom Featureboxes */
.wd_featureboxes_middle_white,
.wd_featureboxes_middle_bottom {
    padding: 0 2rem;
}
.wd_featureboxes_middle_white,
.wd_featureboxes_middle_white .wd_featurebox_container {
    margin: 40px 0 80px;
}
.wd_featureboxes_middle_white .wd_featurebox_container,
.wd_featureboxes_middle_bottom .wd_featurebox_container {
    display: flex;
    background-color: #fff;
    padding: 0;
}
.wd_featureboxes_middle_white {
	position: relative;
}
.wd_featureboxes_middle_white .wd_featurebox_container.wd_arrow div.wd_featurebox_title:after {
	display: none;
}
.wd_featureboxes_middle_white .wd_featurebox_container.wd_arrow:after {
	font-family: '3MThemeIconFont';
    font-weight: bold;
    font-size: 2rem;
    content: '\e975';
    color: #FF0000;
    transform: rotate(270deg);
    position: absolute;
    top: 80px;
    right: 200px;
    opacity: 0;
    transition-duration: 0.25s;
    display: inline-block;
}
.wd_featureboxes_middle_white .wd_featurebox_container.wd_arrow:hover:after {
	opacity: 1;
	right: 100px;
}
.wd_featureboxes_middle_white .wd_featurebox_image,
.wd_featureboxes_middle_white .wd_featurebox_content,
.wd_featureboxes_middle_bottom .wd_featurebox_image,
.wd_featureboxes_middle_bottom .wd_featurebox_content {
    width: 50%;
}
.wd_featureboxes_middle_white .wd_featurebox_image,
.wd_featureboxes_middle_bottom .wd_featurebox_image {
	align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.wd_featureboxes_middle_white .wd_featurebox_image img,
.wd_featureboxes_middle_bottom .wd_featurebox_image img {
    width: 100%;
}
.wd_featureboxes_middle_white .wd_featurebox_content,
.wd_featureboxes_middle_bottom .wd_featurebox_content {
    margin: 120px 0 40px 20px;
    padding: 0 20px;
    display: inline-block;
    align-self: center;
}
.wd_featureboxes_middle_white .wd_featurebox_content,
.wd_featureboxes_middle_bottom .wd_featurebox_content,
.wd_featureboxes_middle_white .wd_featurebox_title,
.wd_featureboxes_middle_bottom .wd_featurebox_title {
    position: relative;
}
.wd_featureboxes_middle_white .wd_featurebox_content:before,
.wd_featureboxes_middle_bottom .wd_featurebox_content:before,
.wd_featureboxes_middle_white .wd_featurebox_title:before,
.wd_featureboxes_middle_bottom .wd_featurebox_title:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -20px;
    background-color: #9933CC;
    background-image: linear-gradient(0deg, #9933CC, #AB21BA, #AB21BA, #990066);
    transition: 0.5s;
}
.wd_featureboxes_middle_white .wd_featurebox_content:before,
.wd_featureboxes_middle_bottom .wd_featurebox_content:before {
		left: 0;
		height: 0px;
}
.wd_featureboxes_middle_white .wd_featurebox_content:hover:before,
.wd_featureboxes_middle_bottom .wd_featurebox_content:hover:before {
		height: 100%;
}
.wd_featureboxes_middle_white .wd_featurebox_content:hover .wd_featurebox_title:before,
.wd_featureboxes_middle_bottom .wd_featurebox_content:hover .wd_featurebox_title:before {
		opacity: 0;
}
.wd_featureboxes_middle_white .wd_featurebox_content:hover p.more a,
.wd_featureboxes_middle_bottom .wd_featurebox_content:hover p.more a {
		background: url("../images/GradientBar.svg");
		color: #fff;
		border-color: transparent;
}
.wd_featureboxes_middle_white .more,
.wd_featureboxes_middle_bottom .more {
    margin-bottom: 6px;
}
/* END Middle White / Middle Bottom Featureboxes */

/* Four Across Featureboxes */
.wd_fb_four_across_wrapper {
    padding: 4rem;
}
.wd_fb_four_across_header {
    text-align: center;
    margin-bottom: 2rem;
}
.wd_featureboxes_four_across {
    display: flex;
    justify-content: center;
}
.wd_featureboxes_four_across .wd_featurebox_container .wd_featurebox_title {
	display: none;
}
.wd_featureboxes_four_across .wd_featurebox_container {
    width: 24%;
    text-align: center;
    padding: 0 20px 20px;
}
.wd_featureboxes_four_across .wd_featurebox_container ~ .wd_featurebox_container {
    border-left: 1px solid #DDDDDD;
}
.wd_featureboxes_four_across .wd_featurebox_image {
    width: 45px;
    height: 45px;
    margin: 0 auto 20px;
}
.wd_featureboxes_four_across .wd_featurebox_image img {
    transition-duration: .3s;
    position: relative;
    bottom: 0;
}
.wd_featureboxes_four_across .wd_featurebox_container:hover .wd_featurebox_image img {
    bottom: 5px;
}
.wd_featureboxes_four_across .wd_featurebox_content {
	font-weight: bold;
}
/* END Four Across Featureboxes */

/* Bottom Featureboxes */
.wd_fb_bottom_wrapper {
    background: #F2F2F2;
    clear: both;
}
.wd_fb_bottom_wrapper:after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: url('../images/GradientBar.svg');
    background-size: 100% 100%;
}
.wd_featureboxes_bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding-top: 20px;
}
.wd_featureboxes_bottom .wd_featurebox_container {
    flex: 50%;
    padding: 40px 80px;
}
.wd_featureboxes_bottom .wd_featurebox_title {
    position: relative;
    font-size: 2rem;
    font-weight: 700;
    color: #000;
    margin: 0 0 20px 0;
}
.wd_featureboxes_bottom .wd_featurebox_title:before {
    content: "";
    position: absolute;
    top: -20px;
    width: 70px;
    height: 3px;
    background-color: #000;
}
.wd_featureboxes_bottom div.wd_featurebox_container.wd_arrow div.wd_featurebox_title:after {
	display: none;
}
.wd_featureboxes_bottom .wd_featurebox p:not(.more) a {
    color: #03c;
    border-bottom: 1px solid rgba(0, 51, 204, 0.25);
}
/* END Bottom Featureboxes */


.wd_landing-featurebox-wrap {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.wd_left {
	width: 40%;
}
.wd_right {
	width: 60%;
}
div.wd_featureboxes_landing_left {
}
div.wd_featureboxes_landing_left div.wd_featurebox_container {}
div.wd_featureboxes_landing_left div.wd_featurebox_title {
	font-size: 65px;
	line-height: 1.2;
	font-weight: 700;
	color: #000;
	border-left: none;
	margin: 0 0 20px 0;
	padding: 10px 10px 10px 0;
}
div.wd_featureboxes_landing_left div.wd_featurebox {
	font-size: 20px;
	line-height: 2;
}

div.wd_featureboxes_landing_right {
	display: flex;
	flex-flow: column wrap;
	align-items: stretch;
	height: 1200px;
}
div.wd_featureboxes_landing_right div.wd_featurebox_container {
	padding: 0;
	flex: 1 1 auto;
	overflow: hidden;
	align-self: stretch;
	min-height: 300px;
}
div.wd_featureboxes_landing_right div.wd_featurebox_container:nth-child(5n+1) {
	height: 475px;
}
div.wd_featureboxes_landing_right div.wd_featurebox_container:nth-child(5n+2) {
	height: 305px;
}
div.wd_featureboxes_landing_right div.wd_featurebox_container:nth-child(5n+3) {
	height: 320px;
}
div.wd_featureboxes_landing_right div.wd_featurebox_container:nth-child(5n+4) {
	height: 530px;
}
div.wd_featureboxes_landing_right div.wd_featurebox_container:nth-child(5n+5) {
	height: 570px;
}
div.wd_featureboxes_landing_right div.wd_featurebox_title {
	position: relative;
	font-size: 30px;
	font-weight: 700;
	text-align: left;
	background-color: #fff;
	border-left: 5px solid transparent;
}
div.wd_featureboxes_landing_right div.wd_featurebox_title:before {
	content: "";
	position: absolute;
	top: 0;
	left: -10px;
	width: 5px;
	height: 100%;
	background-color: #0033cc;
	background-image: linear-gradient(0deg, #0033cc, #1d1d95, #00cccc);
}
div.wd_featureboxes_landing_right div.wd_featurebox_container:nth-child(5n+1) div.wd_featurebox_title:before {
	background-color: #0033cc;
	background-image: linear-gradient(0deg, #0033cc, #1d1d95, #00cccc);
}
div.wd_featureboxes_landing_right div.wd_featurebox_container:nth-child(5n+2) div.wd_featurebox_title:before {
	background-color: #913A99;
	background-image: linear-gradient(0deg, #913A99, #FF0000, #F4811D);
}
div.wd_featureboxes_landing_right div.wd_featurebox_container:nth-child(5n+3) div.wd_featurebox_title:before {
	background-color: #00CC33;
	background-image: linear-gradient(0deg, #00CC33, #4A9124, #99CC00, #00CCCC);
}
div.wd_featureboxes_landing_right div.wd_featurebox_container:nth-child(5n+4) div.wd_featurebox_title:before {
	background-color: #9933CC;
	background-image: linear-gradient(0deg, #9933CC, #AB21BA, #AB21BA, #990066);
}
div.wd_featureboxes_landing_right div.wd_featurebox_container:nth-child(5n+5) div.wd_featurebox_title:before {
	background-color: #FFFF00;
	background-image: linear-gradient(0deg, #FFFF00, #F4811D, #FA8D0E, #FF9900);
}

div.wd_featureboxes_landing_right div.wd_featurebox {}
div.wd_featureboxes_landing_right .wd_flipbox-back .wd_imagetable {
	display: none;
}

.wd_flipbox {
	position: relative;
	background-color: #f1f1f1;
	width: auto;
	height: 100%;
	min-height: 200px;
	/*border: 1px solid #f1f1f1;*/
	perspective: 1000px; 
}
.wd_flipbox-inner {
	position: relative;
	width: 100%;
	height: 100%;
	transition: transform .8s ease;
	transform-style: preserve-3d;
}
.wd_flipbox:hover .wd_flipbox-inner {
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.wd_flipbox-front,
.wd_flipbox-back {
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	padding: 20px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
} 
.wd_flipbox-front {
	background-size: cover;
	background-repeat: no-repeat;
	transform: rotateY(0deg);
}
.wd_flipbox:hover .wd_flipbox-back {
	-ms-transform: scale(-1, 1); 
}
.wd_flipbox-back {
	background-color: #F2F2F2;
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.wd_flipbox-back h2 {
	font-size: 28px;
	line-height: 1.25;
	font-weight: bold;
	padding: 10px 0;
	-webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: hidden;
}

/* Square Tiles Featureboxes */
.wd_square_tiles_wrapper {
    padding: 4rem;
    background-image: url(../images/bluebackground.png);
    background-size: cover;
}
.wd_square_tiles_header {
	color: #fff;
	margin-bottom: 20px;
}
.wd_featureboxes_square_tiles {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 2%;
    row-gap: 40px;
}
.wd_featureboxes_square_tiles .wd_featurebox_container {
    width: 32%;
    background-color: #fff;
    transition: .5s ease-in-out;
}
.wd_pageid_20292 .wd_featureboxes_square_tiles .wd_featurebox_container {
	width: 32%;
}
.wd_featureboxes_square_tiles .wd_featurebox_container:not(.wd_nolink):hover {
    margin-top: -20px;
    margin-bottom: 20px;
}
.wd_featureboxes_square_tiles .wd_featurebox_title {
    font-size: 20px;
    position: relative;
    padding-right: 24px;
}
.wd_featureboxes_square_tiles .wd_nolink .wd_featurebox_title {
	padding-right: 0;
}
.wd_featureboxes_square_tiles .wd_featurebox_container:not(.wd_nolink) .wd_featurebox_title:after {
    font-family: '3MThemeIconFont';
    font-weight: bold;
    content: '\e975';
    color: #FF0000;
    transform: rotate(270deg);
    position: absolute;
    right: 0;
    display: inline-block;
}
.wd_featureboxes_square_tiles .wd_featurebox_title a {
    border: none;
}
.wd_featureboxes_square_tiles .wd_featurebox {
	font-size: 16px;
}
/* END Square Tiles Featureboxes */

/* Bottom Stack Featureboxes */
.wd_bottom_stack_wrapper {
	padding: 4rem;
}
.wd_featureboxes_bottom_stack .wd_featurebox_title {
	display: none;
}
.wd_featureboxes_bottom_stack .wd_featurebox_container {
    background-size: cover;
    padding: 4rem 3rem;
    display: flex;
    margin-top: 40px;
}
.wd_featureboxes_bottom_stack .wd_featurebox_container:nth-child(even) {
    justify-content: flex-end;
}
.wd_featureboxes_bottom_stack .wd_featurebox {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 4rem;
    max-width: 600px;
}
.wd_featureboxes_bottom_stack .wd_featurebox_content {
	padding-left: 1rem;
}
.wd_featureboxes_bottom_stack .wd_featurebox_content,
.wd_featureboxes_bottom_stack .wd_featurebox_content h2 {
	position: relative;
}
.wd_featureboxes_bottom_stack .wd_featurebox_content h2:before,
.wd_featureboxes_bottom_stack .wd_featurebox_content:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -1rem;
    background-color: #9933CC;
    background-image: linear-gradient(0deg, #9933CC, #AB21BA, #AB21BA, #990066);
    transition: 0.5s;
}
.wd_featureboxes_bottom_stack .wd_featurebox_content:before {
	height: 0;
	left: 0;
}
.wd_featureboxes_bottom_stack .wd_featurebox_content:hover:before {
	height: 100%;
}
.wd_featureboxes_bottom_stack .wd_featurebox_content:hover h2:before {
	opacity: 0;
}
.wd_featureboxes_bottom_stack p.more {
    margin-bottom: 10px;
}
.wd_featureboxes_bottom_stack .wd_featurebox_content:hover .more a {
    color: #fff;
    text-decoration: none;
    border-color: transparent;
    background: url("../images/GradientBar.svg");
    transform: scaleX(1);
}
/* END Bottom Stack Featureboxes */

/* 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 */

div.wd_rssfeeds_item {
	margin-bottom: 10px;
}

/* Extra large devices (large desktops) */
@media (max-width: 1399px) {
	.wd_category.wd_trends .item {
		flex-basis: calc(50% - 40px);
	}
	.wd_trends-detail table.wd_imagetable {
		float: none;
		margin: 20px 0 !important;
	}
	.wd_pageid_20308.wd_item_page .detail_header,
	.wd_pageid_20328.wd_item_page .detail_header,
	.wd_pageid_20296.wd_item_page .detail_header,
	.wd_pageid_20306.wd_item_page .detail_header {
		max-width: 100%;
	}
}
@media (max-width: 1199px) {
	.wd_landing-featurebox-wrap {
		flex-wrap: wrap;
	}
	.wd_left,.wd_right {
		width: 100%;
	}


	.wd_related_items {
		flex-wrap: wrap;
	}
	#wd_printable_content ul.wd_related_items li {
		flex-basis: calc(50% - 20px);
		width: calc(50% - 20px);
		margin-bottom: 40px;
	}

}
@media (max-width: 1024px) {
	.wd_header-title,
	.wd_header-text {
		width: 100%;
		padding: 1rem;
	}
	.wd_header-title {
		margin: 0 0 40px 0;
	}
	.wd_header-image {
    height: 100%;
    width: 100%;
    right: 0;
	}
	.wd_home_hero-wrapper {
		padding-bottom: 0;
	}
	.wd_featureboxes_middle_white .wd_featurebox_container,
	.wd_featureboxes_middle_bottom .wd_featurebox_container {
		flex-wrap: wrap;
	}
	.wd_featureboxes_middle_white .wd_featurebox_image,
	.wd_featureboxes_middle_white .wd_featurebox_content,
	.wd_featureboxes_middle_bottom .wd_featurebox_image,
	.wd_featureboxes_middle_bottom .wd_featurebox_content {
		width: 100%;
	}
	.wd_featureboxes_middle_white .wd_featurebox_content,
	.wd_featureboxes_middle_bottom .wd_featurebox_content {
	    margin-top: 60px;
  }
  .wd_featureboxes_four_across .wd_featurebox_container {
	  	width: 25%;
  }
}
/* Large devices (desktops) */
@media (max-width: 992px) {
	.wd_facts-wrap {
		padding: 1rem;
	}
	div.wd_featureboxes_facts div.wd_featurebox ul li,
	div.wd_featureboxes_facts div.wd_featurebox ul li:nth-of-type(2) {
		flex-basis: calc(33% - 20px);
	}
	#wd_printable_content table.wd_imagetable[align=right],
	#wd_printable_content table.wd_imagetable[align=left] {
	    max-width: 100%;
	}
}

@media (max-width: 959px) {
	.wd_home_hero {
		margin-top: 50px;
	}
	.m-navbar_listItem.has-children .wd_mobile_trigger {
	    display: inline;
	    position: absolute;
	    top: 15px;
	    right: 20px;
	    width: 25px;
	    height: 25px;
	    border: 0;
	    z-index: 200;
	}
	.m-navbar_listItem.has-children.active .m-dropdown-list, 
	.m-navbar_listItem.has-children.active .m-dropdown-list label,
	.m-navbar_listItem.has-children.active .m-dropdown-list .l-dropdown-list_container {
		display: block;
	}
	.l-dropdown-list_container {
		width: 100%;
		columns: auto;
	}
	.m-navbar_listItem.has-children.active .m-dropdown-list {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 200;
	}
	.m-navbar_listItem:not(.has-children) .m-navbar_link:after {
		content: '';
	}
	.wd_featureboxes_square_tiles {
		column-gap: 4%;
	}
	.wd_pageid_20292 .wd_featureboxes_square_tiles .wd_featurebox_container,
	.wd_featureboxes_square_tiles .wd_featurebox_container {
		width: 48%;
	}

	.wd_page_menu {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    row-gap: 40px;
	}
}

/* Medium devices (tablets) */
@media (max-width: 767px) {
	.wd_home_hero,
	.wd_header_content {
		padding: 1rem;
	}
	.wd_header-title h1 {
		font-size: 36px;
		line-height: 45px;
	}
	.wd_content-wrapper {
		padding: 2rem;
	}
	.wd_bottom_stock_header,
	.wd_square_tiles_header,
	.wd_featureboxes_bottom .wd_featurebox_title,
	.wd_fb_four_across_header,
	div.wd_featurebox_title {
		font-size: 30px;
		line-height: 38px;
	}
	p {
		font-size: 16px;
		line-height: 24px;
	}
	.wd_landing-featurebox-wrap {
		max-height: unset;
	}
	div.wd_featureboxes_landing_right div.wd_featurebox_container {
		overflow: initial;
	}
	div.wd_featureboxes_landing_right {
		height: auto;
	}
	div.wd_featureboxes_landing_right div.wd_featurebox_container {
		margin: 40px 0;
	}
	div.wd_featureboxes_landing_right div.wd_featurebox_container:nth-child(5n+1),
	div.wd_featureboxes_landing_right div.wd_featurebox_container:nth-child(5n+2),
	div.wd_featureboxes_landing_right div.wd_featurebox_container:nth-child(5n+3),
	div.wd_featureboxes_landing_right div.wd_featurebox_container:nth-child(5n+4),
	div.wd_featureboxes_landing_right div.wd_featurebox_container:nth-child(5n+5) {
		height: unset;
	}
	.wd_flipbox {
		width: 100%;
		height: auto;
	}
	.wd_flipbox-inner {
		transition: none;
		transform-style: unset;
	}
	.wd_flipbox-front,
	.wd_flipbox-back {
		position: relative;
		width: 100%;
		min-height: 300px;
		transform: none;
		-webkit-backface-visibility: visible;
		backface-visibility: visible;
	}
	.wd_flipbox-back {
		background-color: #fff;
	}
	.wd_flipbox-back h2 {
		display: none;
	}
	.wd_flipbox:hover .wd_flipbox-inner {
    	transform: none;
	}

	.wd_category.wd_expert,  
	.wd_category.wd_current{
		padding: 2rem 2rem 4rem 2rem;
	}

	.wd_category.wd_expert, 
	.wd_category.wd_trends, 
	.wd_category.wd_current, 
	.wd_category.wd_footnotes {
		margin: 0;
	}

	.wd_category.wd_expert .wd_category_items .item,
	.wd_category.wd_current .wd_category_items .item,
	.wd_category.wd_footnotes .wd_category_items .item {
		column-count: 1;
		text-align: left;
	}
	.wd_category.wd_expert {
		flex-wrap: wrap;
	}
	.wd_category.wd_expert .wd_category_info,
	.wd_category.wd_expert .wd_category_items {
		flex-basis: 100%;
	}
	.wd_category.wd_expert table.wd_imagetable {
		max-width: 100%;
		text-align: center;
	}
	.wd_category.wd_expert table.wd_imagetable img {
		max-width: 300px;
	}
	.wd_category.wd_trends .item {
		flex-basis: 100%;
		margin: 2rem 0;
	}
	#wd_printable_content ul.wd_timeline-block {
		margin: 20px 0;
	}
	#wd_printable_content ul.wd_timeline-block li {
		width: 100%;
		border: 4px solid #000;
		margin: 20px 0;
		padding: 40px;
	}
	.wd_timeline-block:after {
		background-color: transparent;
	}
	.wd_timeline-block li:after {
		background-color: transparent;
		border: 4px solid transparent;
	}
	#wd_printable_content ul.wd_timeline-block li.wd_timeline_left {
		padding: 40px;
	}
	#wd_printable_content ul.wd_timeline-block li.wd_timeline_right {
		left: 0;
		padding: 40px;
	}
	li.wd_timeline_left:before,
	li.wd_timeline_right:before {
		background: transparent;
	}
	#wd_printable_content ul.wd_related_items li {
		flex-basis: 100%;
		width: 100%;
	}
	.wd_backto,
	.wd_trends-detail div.wd_toolbar {
		width: 100%;
	}
	div.wd_featureboxes_facts div.wd_featurebox ul {
		flex-wrap: wrap;
	}
	div.wd_featureboxes_facts div.wd_featurebox ul li,
	div.wd_featureboxes_facts div.wd_featurebox ul li:nth-of-type(2) {
		flex-basis: 100%;
	}
	div.wd_featureboxes_facts div.wd_featurebox ul li:after,
	div.wd_featureboxes_facts div.wd_featurebox ul li:nth-of-type(2):after {
		left: 0;
		right: 0;
		width: 100%;
		height: 2px;
		bottom: 0;
		top: unset;
	}
	.wd_featureboxes_middle_gray .wd_featurebox_title:after,
	.wd_featureboxes_top .wd_featurebox_title:after,
	.wd_featureboxes_middle_gray .wd_featurebox .wd_more a,
	.wd_featureboxes_top .wd_featurebox .wd_more a {
		opacity: 1;
	}
	.wd_featureboxes_middle_gray .wd_featurebox_title:after,
	.wd_featureboxes_top .wd_featurebox_title:after {
		right: 10px;
	}
	.wd_featureboxes_four_across {
		flex-wrap: wrap;
	}
	.wd_featureboxes_four_across .wd_featurebox_container {
		width: 50%;
	}
	.wd_featureboxes_four_across .wd_featurebox_container ~ .wd_featurebox_container {
		border: none;
	}
	.wd_featureboxes_bottom .wd_featurebox_container {
		flex: 100%;
		padding: 40px;
	}
	.wd_featureboxes_middle_white, .wd_featureboxes_middle_bottom {
	    padding: 0;
	}
	.wd_subnav {
	    padding-left: 60px;
	}
	.wd_featureboxes_top .wd_featurebox_container {
	    flex: 100%;
	}
	.wd_pageid_20292 .wd_featureboxes_square_tiles .wd_featurebox_container,
	.wd_featureboxes_square_tiles .wd_featurebox_container {
		width: 100%;
	}
	.wd_bottom_stack_wrapper {
	    padding: 4rem 0;
	}
	.wd_bottom_stock_header {
	    padding: 0 2rem;
	}
	.wd_featureboxes_bottom_stack .wd_featurebox_container {
	    padding: 2rem;
	}
	.wd_featureboxes_bottom_stack .wd_featurebox {
	    max-width: 100%;
	    padding: 2rem;
	}
	.wd_pageid_20328 .item_name a,
	.wd_pageid_20296 .item_name a,
	.wd_pageid_20306 .item_name a {
		font-size: 36px;
		line-height: 45px;
	}
	.wd_highlight {
	    margin: 0 -4rem;
	}
	.wd_trends-detail .wd_highlight {
		margin: 0 -2rem;
	}
	.wd_highlight_inner {
		padding: 200px 20px 20px 40px;
	}
	.wd_highlight_inner:before {
		top: 50px;
		left: 50%;
		transform: translateX(-50%);
	}
	.wd_highlight:hover .wd_highlight_inner:before {
		transform: translateY(-5px) translateX(-50%);
	}
	.wd_highlight_inner:after {
	    left: 20px;
	    top: 200px;
	}
	.wd_highlight:hover .wd_highlight_inner:after {
	    height: calc(100% - 220px);
	}
	.wd_page_menu {
		font-size: 16px;
	}
	#wd_printable_content .wd_page_menu .wd_page_link {
		font-size: 12px;
	}
	#wd_printable_content ul.wd_item_list {
		padding: 0;
	}
	.wd_item_search_form_container .wd_search_form_basic {
	    width: 100%;
	}
	.wd_search_basic_fields {
	    display: flex;
	    flex-direction: column;
	    row-gap: 20px;
	    margin-bottom: 10px;
	}
	#wd_printable_content .wd_item_search_form_container input[type=text] {
		max-width: 100%;
	}

	.wd_item_search_form_container .wd_search_form_advanced .wd_form_field_label {
	    float: none;
	    text-align: left;
	}
	.wd_item_search_form_container .wd_search_form_advanced div.wd_form_field .wd_form_field_input {
	    margin-left: 0;
	    display: flex;
	}
	.wd_item_search_form_container .wd_search_form_advanced .wd_form_field:nth-child(2) .wd_form_field_input {
		flex-wrap: wrap;
	}
	.wd_item_search_form_container .wd_search_form_advanced input[type=text] {
		width: 100%;
	}
	.wd_item_search_form_container .wd_search_form_advanced .wd_form_footer {
	    margin: 5px 0;
	}
	#wd_printable_content .wd_item_search_form_container .wd_search_form_advanced input[type=submit] {
	    max-width: 100%;
	    width: 100%;
	}
	.wd_wai_datepicker .wd_wai_datepickerDialog {
	    width: 100%;
	}

}

/* Small devices (landscape phones) */
@media (max-width: 575px) {
	h1 {
		font-size: 36px;
		font-weight: bold;
		line-height: 45px;
	}
	h2 {
		font-size: 20px;
		line-height: 25px;
	}
	h3 {
		font-size: 18px;
		line-height: 22px;
	}
	h4 {
		font-size: 16px;
		line-height: 20px;
	}
	h5 {
		font-size: 14px;
		line-height: 18px;
	}
	.page_header, .category_header {
		font-size: 36px;
		line-height: 45px;
	}
	div.wd_featureboxes_landing_left div.wd_featurebox_title {
		font-size: 50px;
	}
	div.wd_featureboxes_landing_left div.wd_featurebox {
		font-size: 16px;
		line-height: 1.5;
	}
	#wd_printable_content div.wd_toolbar {
		padding: 0;
	}
	#wd_printable_content div.wd_toolbar ul.wd_tools {
		text-align: left;
		margin-left: 0;
		padding: 0;
	}
	.wd_featureboxes_middle_gray .wd_featurebox_title,
	.wd_featureboxes_top .wd_featurebox_title {
		padding: 10px 0;
	}
	.wd_featureboxes_middle_gray .wd_featurebox_title:after,
	.wd_featureboxes_top .wd_featurebox_title:after {
		display: none;
	}
}

/* CLIENT CSS OVERRIDES */
.MMM--themeWrapper {
	width: 90%;
	margin: 0 auto;
	min-height: 470px;
}
#industries-list {
	width: 100%;
	height: 350px;
}
.m-navbar_localization {
	z-index: 101;
}
.m-header {
	background: none;
}
.m-navbar {
	height: 100%;
}
.l-dropdown-list_container {
    column-width: auto;
    display: block !important; /* override for JS issue */
}
.l-dropdown-list a:not(.m-btn) {
    font-size: 16px;
}

@media screen and (min-width: 768px) {
	.m-header {
		width: calc(100% - 30px);
	}
	.m-header_menu {
		width: 20px;
	}
}
@media screen and (min-width: 960px) {
	.l-dropdown-list {
	    break-inside: avoid;
	    -webkit-column-break-inside: avoid;
	    page-break-inside: avoid;
	}
	.m-navbar_nav {
	    height: auto;
	    min-height: 55px;
	}
	#navOptions {
	    display: flex;
	}

}
@media (max-width: 959px) {
	.m-navbar_localization {
	    bottom: 65px;
	    top: auto;
	}
}
@media (max-width: 767px) {
	.MMM--themeWrapper {
		width: 100%;
	}
}