 /* 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 {
	color: inherit;
}
.detail_header,
.detail_subheader,
.category_name {}
.category_intro {}

.wd_header_wrapper,
.wd_header_image {
	position: relative;
	min-height: 200px;
}
.wd_header_image::before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(68, 55, 56, .4);
	z-index: 1;
}
body:not(.wd_pageid_45) .wd_header_image img {
	max-height: 330px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.wd_header_outer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.wd_header_inner {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.wd_header_title {
	color: #fff;
	font-size: 4.9375rem;
	line-height: 1.05;
	letter-spacing: 0;
	text-align: center;
}
.wd_header_content {
	width: 100%;
}
.wd_pageid_45 .wd_header_content {
	width: 50%;
	align-self: center;
}
.wd_pageid_45 .wd_header_title {
	text-align: left;
}
.wd_header_content p {
	color: #fff;
}
/* END Header styles */
p.more {
	text-align: center;
}
p.more a,
#wd_printable_content button:not([class*=wd_wai]),
#wd_printable_content input[type=submit],
.wd_event_subscribe a {
	font-weight: 700;
	border: 1px solid #ce0954;
	border-radius: 2.2rem;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	transform: translate3d(0px, 0px, 0px);
	/*padding: 1.2rem 3rem 0.938rem;*/
	padding: 10px 25px;
	transform-style: preserve-3d;
	background-color: #ce0954;
	transition: color 0.3s linear;
	color: #fff;
	font-size: 1.125rem;
	letter-spacing: 0;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	height: auto;
}
p.more a:hover,
p.more a:focus,
#wd_printable_content button:not([class*=wd_wai]):hover,
#wd_printable_content input[type=submit]:hover,
.wd_event_subscribe a:hover {
	text-decoration: none;
	background-color: #fff;
	color: #ce0954;
}
.wd_right_arrow a {
	border-bottom: 2px solid #ce0954;
	color: #fff;
	font-size: 1.1875rem;
	line-height: 1;
	padding-bottom: 5px;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
}
.wd_right_arrow a::after {
	background-image: url("../images/arrow-link.svg?2");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	content: "";
	margin-left: 0.5rem;
	width: 8px;
	height: 14px;
	position: relative;
	top: .0625rem;
}

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

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

/* Standard */

/* Financials and Filings */
.wd_pageid_117 .item .item_name {
	font-size: 2.875rem;
	letter-spacing: -0.92px;
	color: #443738;
	font-weight: 400;
	margin-bottom: 16px;
}
.wd_pageid_117 .item table th {
	color: inherit;
	font-family: "Poppins-SemiBold", sans-serif;
	color: inherit;
	text-transform: none;
	font-weight: 400;
	border: none;
	font-size: 1.4375rem;
}
.wd_pageid_117 .item table {
	width: 100%;
	border-collapse: collapse;
}
.wd_pageid_117 .item table th,
.wd_pageid_117 .item table td {
	padding: 15px 5px;
	vertical-align: top;
	border-bottom: 1px solid #707070;
}
.wd_pageid_117 .item table th:first-child,
.wd_pageid_117 .item table td:first-child {
	width: 10%;
}
.wd_pageid_117 .item table th:last-child,
.wd_pageid_117 .item table td:last-child {
	width: 340px;
	padding-left: 60px;
}
.wd_pageid_117 .item table th:nth-child(2),
.wd_pageid_117 .item table td:nth-child(2) {
	padding-left: 40px;
	padding-right: 40px;
}
.wd_pageid_117 .item table tbody tr:last-child td {
	border: none;
}
/* END Financials and Filings */


/* Toggle item pages */
.wd_item_toggle .wd_standard {
	padding: 48px 0;
}
.wd_item_toggle .category_header {
	text-align: left;
	font-size: 2.875rem;
	font-weight: 400;
	font-family: "MarkOT", sans-serif;
	margin-bottom: 26px;
}
.wd_item_toggle .wd_category ~ .wd_category {
	margin-top: 80px;
}
.wd_item_toggle .wd_item_content {
	display: none;
	margin-top: 20px;
}
.wd_item_toggle .item_name {
	font-size: 1.6875rem;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	padding-right: 10px;
}
.wd_item_toggle .item {
	border-bottom: 1px solid rgba(112, 112, 112, .4);
	margin: 0;
	padding: 14px 0;
}
.wd_item_toggle .item_name::after {
	font-family: 'FontAwesome';
	content: '\f107';
	margin-left: 10px;
	font-size: 2rem;
	color: #ce0954;
	transition: 0.2s;
}
.wd_item_toggle .item_name.open {
	color: #ce0954;
}
.wd_item_toggle .item .item_name.open::after {
	transform: rotate(180deg);
}

/* END Toggle item pages */

/* 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-detail {
	margin-bottom: 45px;
}
.wd_events-detail {
	margin-top: 45px;
}

.wd_events .wd_subscribe_link,
.wd_events_inputs,
.wd_events_inputs #wd_events_input_year,
.wd_events_inputs #wd_events_input_month,
.wd_events .wd_events_header_container,
.wd_event .wd_event_reminder {
	display: none;
}
.wd_events_filter_wrapper {
	padding: 26px 0;
	background-color: #ce0954;
	margin-bottom: 50px;
}
.wd_events_filter {
	display: flex;
	justify-content: center;
	column-gap: 30px;
	flex-wrap: wrap;
	row-gap: 20px;
}
.wd_events_filter a {
	color: #fff;
}
.wd_events_categories {
	position: relative;
}
.wd_events_filter .category-nav {
	display: none;
	position: absolute;
	top: -3px;
	left: 0;
	margin: 0;
	padding: 12px 0;
	list-style: none;
	min-width: 100%;
	z-index: 2;
	background-color: #ce0954;
	border-radius: 28px;
	border: 3px solid #fff;
}
.wd_category_nav_trigger,
.wd_events_filter .wd_upcoming a {
	padding: 12px 35px;
	border: 3px solid #fff;
	border-radius: 28px;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 700;
}
.wd_category_nav_trigger {
	color: #fff;
}
.wd_category_nav_trigger::after {
	background-image: url("../images/arrow-menu-white.svg?1");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-left: 1rem;
	margin-top: 0rem;
	width: .6875rem;
	height: .4375rem;
	content: "";
}
.wd_events_categories.active .wd_category_nav_trigger::after {
	background-image: url("../images/arrow-menu-pink.svg?1");
}
.wd_events_filter .wd_upcoming a,
.wd_events_filter .wd_upcoming a:hover {
	background: none;
	color: #fff;
}
.wd_events_categories.active .wd_category_nav_trigger,
.wd_events_filter .wd_upcoming.active a {
	background-color: #fff;
	color: #ce0954;
}
.wd_events_categories .wd_cat a {
	font-size: 1.125rem;
	font-weight: 700;
	padding: 0 35px;
	text-decoration: none;
	white-space: nowrap;
}
.wd_events .wd_events_list .wd_event {
	background: none;
	margin-bottom: 30px;
}
.wd_event .wd_title,
.wd_event .wd_title a {
	color: #443738;
	font-size: 1.6875rem;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 12px;
}
.wd_event_header {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
.wd_event .item_date,
.wd_event .item_time,
.wd_event .wd_event_sidebar_venue {
	display: inline-block;
	margin: 0 12px 0 0;
}
.wd_event .wd_event_location {
	display: inline;
}
.wd_event .fa {
	color: #925041;
}
.wd_event_header_right {
	align-self: flex-end;
	white-space: nowrap;
}
.wd_event_subscribe .fa {
	display: none;
}
.wd_event_header {
	padding-bottom: 10px;
	border-bottom: 1px solid #707070;
	margin-bottom: 15px;
}
.wd_event .wd_summary {
	margin: 16px 0;
}
.wd_events-detail .wd_event .wd_event_info p,
.wd_event .wd_summary p {
	font-size: 1rem;
}
.wd_event .wd_more {
	margin-top: 16px;
}
.wd_event .wd_more a {
	letter-spacing: 1.2px;
	text-transform: uppercase;
	font-size: .8125rem;
	font-weight: 700;
}
.wd_events-detail .wd_event .wd_event_info {
	margin-top: 16px;
}
.wd_event .wd_attachment_size {
	display: none;
}

.wd_event .wd_attachment_icon {
	display: none;
}
.wd_events-detail .wd_event .wd_event_info .fa {
	color: #443738;
}
.wd_event .wd_attachment_title a::before {
	font-family: "FontAwesome";
	color: #443738;
	margin-right: 5px;
}
.wd_event .wd_attachment_title a {
	font-weight: 400;
}
.wd_event .wd_attachment_title a[href$="pdf"]::before {
	content: '\f1c1';
}
.wd_event .wd_attachment_title a[href$="mp4"]::before {
	content: '\f1c8';
}
.wd_event .wd_attachment_title a[href$="m4a"]::before {
	content: '\f1c7';
}
.wd_event .wd_attachment_title a[href$="docx"]::before,
.wd_event .wd_attachment_title a[href$="doc"]::before {
	content: '\f1c2';
}
.wd_event .wd_attachment_wrapper {
	margin-left: 0;
}
/* END Events */

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

/* Newsfeed Releases */

.wd_pageid_43.wd_item_page .wd_header_wrapper,
.wd_pageid_43.wd_item_page .wd_featureboxes_bottom {
	display: none;
}
.wd_newsfeed_releases-detail .wd_title {
	font-family: "Poppins-SemiBold", sans-serif;
	font-weight: normal;
	color: #443738;
	font-size: 2.875rem;
	line-height: 1.2;
	text-align: left;
	margin-top: 1.25rem;
	margin-bottom: 1.5625rem;
}
.wd_newsfeed_releases-detail .wd_pdf_link {
	text-align: center;
	margin-top: 4rem;
	margin-bottom: 5rem;
}
.wd_pdf_link a {
	background-color: #ce0954;
	padding: 15px 20px 10px;
	border-radius: 20px;
	color: #fff;
}
.wd_pdf_link a span {
	font-size: 1.2rem;
	vertical-align: text-bottom;
	padding: 15px 20px 8px;
}
.wd_newsfeed_releases-detail .PRN_ImbeddedAssetReference {
	display: block;
}
.wd_newsfeed_releases-detail .PRN_ImbeddedAssetReference img {
	float: none;
	margin: 0;
	max-width: 100%;
}
/* 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;
}
#wd_printable_content #wd_wai_dp_button {
	display: none;
}
/* END Formbuilder */

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

/* Featureboxes */
.wd_content_header,
.wd_featurebox_header,
.wd_featurebox_title {
	font-size: 2.875rem;
	letter-spacing: -0.92px;
	color: #443738;
	font-weight: 400;
	margin-bottom: 16px;
}
/* Stock Featureboxes */
.wd_featureboxes_stock .wd_featurebox_container {
	background-color: #ce0954;
	color: #fff;
	padding: 25px 45px;
}
.wd_featureboxes_stock .wd_featurebox_title {
	display: none;
}
.wd_featureboxes_stock .wd_ticker_label {
	text-align: left;
	font-size: 2rem;
	letter-spacing: -0.64px;
}
.wd_featureboxes_stock .wd_ticker_label .wd_exchange,
.wd_featureboxes_stock .wd_chart-quote-value,
.wd_featureboxes_stock .wd_chart-quote-footer {
	color: inherit;
	font-weight: 400;
}
.wd_featureboxes_stock .wd_chart-quote-label {
	display: none;
}
.wd_featureboxes_stock .wd_chart-quote,
.wd_featureboxes_stock .wd_chart-quote-footer {
	text-align: center;
}
.wd_featureboxes_stock .wd_chart-quote-item {
	float: none;
	width: 100%;
	font-size: 2rem;
	letter-spacing: -0.64px;
}
.wd_featureboxes_stock .wd_chart-quote-item:nth-child(3),
.wd_featureboxes_stock .wd_chart-quote-item:nth-child(4) {
	display: none;
}
.wd_featureboxes_stock .wd_chart-quote-footer {
	font-size: 1.0625rem;
	max-width: 200px;
	margin: 10px auto 0;
}
.wd_featureboxes_stock .wd_chart-quote-item:first-child .wd_chart-quote-value {
	font-size: 4.375rem;
}
/* END Stock Featureboxes */

/* Quarterly Featureboxes */
.wd_featureboxes_quarterly .wd_featurebox_container {
	margin: 45px 0;
	padding: 0 0 45px;
	border-bottom: 1px solid rgba(112, 112, 112, .4);
}
.wd_featureboxes_quarterly .wd_featurebox ul {
	list-style: none;
	padding: 0;
	margin: 0;
	column-count: 2;
	max-width: 1000px;
}
.wd_featureboxes_quarterly .wd_featurebox ul li {
	display: flex;
	align-items: center;
}
.wd_featureboxes_quarterly .wd_featurebox a {
	color: #443738;
}
/* END Quarterly Featureboxes */

/* Top Featureboxes */
.wd_featureboxes_top .wd_featurebox_container {
	margin: 45px 0 30px;
	padding: 0 0 30px;
	border-bottom: 1px solid rgba(112, 112, 112, .4);
}
.wd_featureboxes_top .wd_featurebox div[class$="-teaser"] {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.wd_featureboxes_top .item {
	width: calc(33.3333% - 13.3333px);
	display: flex;
	flex-direction: column;
}
.wd_featureboxes_top .item .wd_date {
	font-size: 1.1875rem;
	color: #443738;
	opacity: 40%;
	font-weight: 700;
	margin-bottom: 10px;
}
.wd_featureboxes_top .item .wd_title {
	margin-bottom: 10px;
}
.wd_featureboxes_top .item .wd_title a {
	font-size: 2rem;
	color: #443738;
	line-height: 1.25;
}
.wd_featureboxes_top .item .wd_summary {
	display: none;
}
.wd_featureboxes_top .item .wd_more {
	margin-top: auto;
	font-size: 0.8125rem;
}
/* END Top Featureboxes */

/* Stock Top Featureboxes */
.wd_featureboxes_stocktop .wd_featurebox_title {
	display: none;
}
.wd_featureboxes_stocktop .wd_featurebox_container {
	margin: 50px auto;
	max-width: 1080px;
}
.wd_featureboxes_stocktop .wd_widget {
	font: inherit;
	display: none;
}
.wd_featureboxes_stocktop .wd_widget .wd_quote {
	background-color: #CE0954;
	color: #fff;
	border: none;
	border-radius: 0;
	display: flex;
	padding: 24px;
}
.wd_featureboxes_stocktop .wd_widget .wd_quote-wrapper {
	max-width: 100%;
}
.wd_featureboxes_stocktop .wd_widget .wd_values {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
}
.wd_featureboxes_stocktop .wd_widget .wd_data-wrapper {
	float: none;
	width: 100%;
}
.wd_featureboxes_stocktop .wd_widget .wd_main .wd_price {
	font-size: 4.375rem;
	font-weight: 400;
}
.wd_featureboxes_stocktop .wd_quote .wd_data {
	border: none;
	padding: 8px 24px;
}
.wd_featureboxes_stocktop .wd_quote .wd_data .wd_label {
	color: inherit;
	font-size: 1.125rem;
	font-weight: 400;
}
.wd_featureboxes_stocktop .wd_quote .wd_data .wd_value {
	color: inherit;
	font-size: 1.5rem;
}
.wd_featureboxes_stocktop .wd_data_set {
	width: 40%;
	display: flex;
	flex-direction: column;
	border-left: 1px solid;
	justify-content: space-between;
}
.wd_featureboxes_stocktop .wd_data_set:last-child {
	width: 20%;
}
.wd_featureboxes_stocktop .wd_quote .wd_main .wd_price .wd_value {
	display: none;
}
.wd_featureboxes_stocktop .wd_quote .wd_main {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
}
.wd_featureboxes_stocktop .wd_quote .wd_main .wd_exchange,
.wd_featureboxes_stocktop .wd_quote .wd_main .wd_symbol {
	color: inherit;
	font-size: 2rem;
	margin: 0;
}
.wd_featureboxes_stocktop .wd_quote .wd_main-wrapper {
	flex: 1;
	width: auto;
}
.wd_featureboxes_stocktop .wd_quote .wd_values-wrapper {
	width: auto;
	flex: 2;
}
.wd_featureboxes_stocktop .wd_quote .wd_data_set:nth-child(2) .wd_data-wrapper:first-child {
	background-color: #A3003E;
}
.wd_featureboxes_stocktop .wd_quote_footer {
	float: none;
	text-align: center;
	margin-top: 20px;
	font-size: 1.1875rem;
	color: #443738;
}
/* END Stock Top Featureboxes */

/* Stock Middle Featureboxes */
.wd_featureboxes_stockmiddle .wd_ticker_label {
	display: none;
}
.wd_featureboxes_stockmiddle .wd_chart-quote-footer {
	font-size: 1.0625rem;
	margin: 20px 0;
	color: #443738;
}
.wd_featureboxes_stockmiddle {
	margin-bottom: 60px;
}
/* END Stock Middle Featureboxes */

/* Middle Featureboxes */
.wd_featureboxes_middle .wd_featurebox_container {
	margin: 30px 0;
	padding: 0 0 30px;
}
.wd_featureboxes_middle .wd_featurebox div[class$="-teaser"] {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.wd_featureboxes_middle .item {
	width: calc(33.3333% - 13.3333px);
	display: flex;
	flex-direction: column;
}
.wd_featureboxes_middle .wd_events-teaser .wd_upcoming {
	background-color: #CE0954;
	color: #fff;
	padding: 20px 20px 20px 65px;
	position: relative;
}
.wd_featureboxes_middle .item .item_name {
	margin-bottom: 10px;
}
.wd_featureboxes_middle .item .item_name a {
	font-size: 2rem;
	color: #443738;
	line-height: 1.25;
}
.wd_featureboxes_middle .wd_events-teaser .wd_upcoming .item_name a {
	color: #fff;
}
.wd_featureboxes_middle .item .item_date,
.wd_featureboxes_middle .item .item_time {
	font-size: 1.1875rem;
	font-weight: 700;
	margin-bottom: 10px;
}
.wd_featureboxes_middle .item .wd_upcoming_label {
	position: absolute;
	bottom: 0;
	left: 20px;
	transform: rotate(-90deg);
	font-size: 1.6875rem;
	opacity: 39%;
	transform-origin: left;
}
.wd_featureboxes_middle .item .wd_event_reminder {
	display: none;
}
.wd_featureboxes_middle .item .wd_event_subscribe a {
	display: inline-block;
	padding: 8px 36px;
	border-radius: 28px;
	color: #CE0954;
	background-color: #fff;
	letter-spacing: -0.36px;
	font-weight: 700;
}
.wd_featureboxes_middle .item .wd_event_subscribe a:hover {
	text-decoration: none;
}
/* END Middle Featureboxes */

/* Cards Featureboxes */
.wd_featureboxes_cards {
	/*display: flex;
	flex-wrap: wrap;
	gap: 20px;*/
	margin: 45px -10px;
}
.wd_featureboxes_cards .wd_featurebox_container {
	/*width: calc(33.3333% - 13.3333px);*/
	position: relative;
	margin: 0 10px;
}
.wd_featureboxes_cards .wd_featurebox_title {
	display: none;
}
.wd_featureboxes_cards .wd_imagetable {
	float: none;
	width: 100%;
}
.wd_featureboxes_cards .wd_imagetable tr {
	position: static;
}
.wd_featureboxes_cards .imagecaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	justify-content: center;
	align-items: center;
	pointer-events: none;
	background-color: rgba(68, 55, 56, .4);
}
.wd_featureboxes_cards .imagecaption p {
	color: #fff;
}
.wd_featureboxes_cards .wd_featurebox_container .wd_imagetable:hover .imagecaption {
	display: flex;
}
.wd_featureboxes_cards .wd_imagetable img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.wd_cards_header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 16px;
}
.wd_cards_header .wd_featurebox_header {
	margin-bottom: 0;
}
.wd_cards_arrows {
	white-space: nowrap;
}
.wd_cards_arrows .slick-arrow {
	font-size: 1.5rem;
	letter-spacing: -0.92px;
	color: #443738;
	margin-left: 20px;
	font-weight: 300;
	background: none;
	cursor: pointer;
	margin-bottom: 1rem;
}
/* END Cards Featureboxes */

/* Bottom Featureboxes */
.wd_featureboxes_bottom {
	clear: both;
	margin-top: 45px;
}
.wd_featureboxes_bottom .wd_featurebox_container {
	background-color: #ECF9FE;
	padding: 20px 20px 45px;
	text-align: center;
}
.wd_featureboxes_bottom .wd_featurebox_title {
	color: #3FC7F2;
}
.wd_featureboxes_bottom .wd_form_header {
	display: none;
}
.wd_featureboxes_bottom .wd_featurebox-subscribe .wd_formbuilder {
	max-width: 600px;
	margin: 0 auto;
}
.wd_featureboxes_bottom * {
	position: initial;
}
.wd_featureboxes_bottom .wd_email_submit {
	position: relative;
}
.wd_featureboxes_bottom .wd_form_field,
.wd_featureboxes_bottom .wd_form_footer {
	margin: 0;
}
.wd_featureboxes_bottom .wd_formbuilder_submit {
	position: absolute;
	right: 4px;
	top: 4px;
	height: 34px;
	width: 34px;
}
.wd_featureboxes_bottom .wd_featurebox-subscribe input[type="text"] {
	height: 42px;
	font-size: 1.125rem;
	border: 2px solid #40C7F2;
}
.wd_featureboxes_bottom .wd_featurebox-subscribe input[type="text"]:focus {
	border-color: transparent;
}
.wd_featureboxes_bottom .wd_featurebox-subscribe input[type="text"]::placeholder {
	opacity: 30%;
}
.wd_featureboxes_bottom .wd_intro {
	font-size: 1.1875rem;
	line-height: 1.3;
	color: #443738;
	margin-bottom: 24px;
}
/* END Bottom Featureboxes */

/* Stock Bottom Featureboxes */
.wd_featureboxes_stockbottom {
	margin: 60px 0;
}
.wd_featureboxes_stockbottom .wd_featurebox table {
	float: none;
	border-collapse: collapse;
}
.wd_featureboxes_stockbottom thead th {
	text-transform: none;
	color: inherit;
	font-family: "Poppins-Bold", sans-serif;
	font-size: 1.4375rem;
}
.wd_featureboxes_stockbottom th,
.wd_featureboxes_stockbottom td {
	border-bottom: 1px solid #707070;
	padding: 10px 0;
}
.wd_featureboxes_stockbottom td {
	font-family: "Poppins-Regular", sans-serif;
	font-size: 1.1875rem;
}
/* END Stock Bottom Featureboxes */

/* Contacts Featureboxes */
.wd_featureboxes_contacts .wd_featurebox_container {
	margin-bottom: 72px;
	display: flex;
	align-items: center;
	background-color: rgba(68, 55, 56, .04);
}
.wd_featureboxes_contacts .wd_featurebox_content {
	padding: 27px 46px;
	flex: 1;
}
.wd_featureboxes_contacts .wd_featurebox {
	display: flex;
	gap: 20px;
	justify-content: space-between;
}
.wd_featureboxes_contacts .wd_imagetable {
	display: none;
}
.wd_featureboxes_contacts .wd_featurebox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.wd_featureboxes_contacts .wd_featurebox_image {
	align-self: stretch;
	width: fit-content;
}
.wd_featureboxes_contacts .wd_featurebox_image img {
	height: 100%;
	object-fit: cover;
	display: block;
}
/* END Contacts Featureboxes */

/* Board Members Featureboxes */
.wd_featureboxes_boardmembers .wd_featurebox_container {
	position: relative;
	margin-top: 45px;
}
.wd_featureboxes_boardmembers .wd_featurebox_title {
	display: flex;
	justify-content: space-between;
}
.wd_featureboxes_boardmembers .wd_featurebox_arrows {
	white-space: nowrap;
}
.wd_featureboxes_boardmembers .wd_featurebox div[class*="-teaser"] {
	margin: 0 -10px;
}
.wd_featureboxes_boardmembers .item {
	position: relative;
	margin: 0 10px;
	padding: 0;
	aspect-ratio: 1;
	display: flex;
	color: #fff;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.wd_featureboxes_boardmembers .item::after,
.wd_featureboxes_boardmembers .item::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.wd_featureboxes_boardmembers .item::after {
	background: rgba(68,55,56,0.2);
}
.wd_featureboxes_boardmembers .item::before {
	background-color: #ce0954;
	opacity: 0;
	transition: 0.5s ease;
}
.wd_featureboxes_boardmembers .item:nth-child(even)::before {
	background: #3fc7f2;
}
.wd_featureboxes_boardmembers .item:hover::before {
	opacity: 1;
}
.wd_featureboxes_boardmembers .item:hover::after {
	display: none;
}
.wd_featureboxes_boardmembers .item .wd_imagetable {
	display: none;
}
.wd_featureboxes_boardmembers .item .wd_item_content {
	margin-top: auto;
	padding: 1.3rem 1.25rem 1rem;
	width: 100%;
	z-index: 2;
}
.wd_featureboxes_boardmembers .item .item_name {
	margin-bottom: 0.938rem;
	font-weight: 400;
}
.wd_featureboxes_boardmembers .item .item_name a {
	font-size: 2rem;
	line-height: 1;
	color: inherit;
}
.wd_featureboxes_boardmembers .item p {
	font-size: 1rem;
	color: inherit;
	margin-bottom: 0;
	margin-top: 0.938rem;
	line-height: 1;
}
.wd_featureboxes_boardmembers .item .wd_right_arrow a {
	border-bottom: 2px solid #ce0954;
	color: #fff;
	font-size: 1.1875rem;
	line-height: 1;
	padding-bottom: 5px;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
}
.wd_featureboxes_boardmembers .item:hover .wd_right_arrow a {
	border-color: #fff;
}
.wd_featureboxes_boardmembers .item .wd_right_arrow a::after {
	background-image: url("../images/arrow-link.svg?2");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	content: "";
	margin-left: 0.5rem;
	width: 8px;
	height: 14px;
	position: relative;
	top: .0625rem;
}
.wd_featureboxes_boardmembers .item .wd_right_arrow {
	text-align: right;
	margin-top: 1.875rem;
}
.wd_featureboxes_boardmembers .slick-arrow,
#wd_printable_content .wd_featureboxes_boardmembers .slick-arrow {
	font-size: 1.5rem;
	letter-spacing: -0.92px;
	color: #443738;
	margin-left: 20px;
	font-weight: 300;
	background: none;
	cursor: pointer;
	padding: 0;
	border: none;
	border-radius: 0;
}
.wd_featureboxes_boardmembers .wd_featurebox_arrows .slick-arrow::before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.wd_featureboxes_boardmembers .wd_featurebox_arrows .slick-prev::before {
	background-image: url(../images/arrow-round-left.png);
}
.wd_featureboxes_boardmembers .wd_featurebox_arrows .slick-next::before {
	background-image: url(../images/arrow-round-right.png);
}
/* END Board Members Featureboxes */

/* Documents Featureboxes */
.wd_featureboxes_documents .wd_featurebox_container {
	margin: 45px 0;
}
.wd_featureboxes_documents .wd_featurebox {
	display: flex;
	flex-wrap: wrap;
	background-color: rgba(68, 55, 56, .04);
	padding: 35px;
	justify-content: center;
	gap: 20px;
}
.wd_featureboxes_documents .wd_featurebox ul {
	margin: 0;
	padding: 0;
	list-style: none;
	flex: 1;
	max-width: 24%;
}
.wd_featureboxes_documents .wd_featurebox li {
	text-align: center;
	margin-bottom: 1rem;
}
.wd_featureboxes_documents .wd_featurebox li:first-child {
	font-size: 1.6875rem;
	line-height: 1.2;
}
/* END Documents Featureboxes */

/* Board Matrix Featureboxes */
.wd_featureboxes_boardmatrix .wd_featurebox table:not(.wd_imagetable) {
	width: 100%;
	border-collapse: collapse;
}
.wd_featureboxes_boardmatrix .wd_featurebox table:not(.wd_imagetable),
.wd_featureboxes_boardmatrix .wd_featurebox table:not(.wd_imagetable) td,
.wd_featureboxes_boardmatrix .wd_featurebox table:not(.wd_imagetable) th {
	border: 1px solid #000;
	font-size: 1.25rem;
	line-height: 1.9;
}
.wd_featureboxes_boardmatrix .wd_featurebox table:not(.wd_imagetable) td,
.wd_featureboxes_boardmatrix .wd_featurebox table:not(.wd_imagetable) th {
	padding: 5px;
}
.wd_featureboxes_boardmatrix .wd_featurebox table:not(.wd_imagetable) td:not(:first-child),
.wd_featureboxes_boardmatrix .wd_featurebox table:not(.wd_imagetable) th:not(:first-child) {
	text-align: center;
}
/* END Board Matrix Featureboxes */

/* END Featureboxes */

/* SEC Filings / Financial Top Featureboxes */
.wd_featureboxes_financialtop {
	margin: 48px 0;
}
.wd_featureboxes_financialtop .wd_filer_label {
	display: none;
}
.wd_featureboxes_financialtop .wd_selector {
	float: left;
	margin-right: 20px;
}
table.wd_sec_filings th {
	font-family: "Poppins-SemiBold", sans-serif;
	color: inherit;
	text-transform: none;
	font-weight: 400;
	border: none;
	font-size: 1.4375rem;
}
table.wd_sec_filings th,
table.wd_sec_filings td {
	padding: 15px 5px;
	vertical-align: top;
	border-bottom: 1px solid #707070;
}
.wd_sec_filings label {
	color: inherit;
	font-size: 1.4375rem;
	font-weight: 700;
}
.wd_ir_secfilings .wd_selector .wd_label {
	font-weight: 700;
}
.wd_featureboxes_financialtop table.wd_sec_filings tbody tr:nth-child(n + 7) {
	display: none;
}
.wd_featureboxes_financialtop table.wd_sec_filings a.wd_document img {
	display: none;
}
.wd_featureboxes_financialtop table.wd_sec_filings a.wd_document {
	display: inline-block;
	width: 35px;
	height: 40px;
	background-position: center;
	background-repeat: no-repeat;
}
.wd_featureboxes_financialtop table.wd_sec_filings a.wd_document.wd_document_html {
	background-image: url(../images/webdriver/fileicons/16/sec_html.png);
}
.wd_featureboxes_financialtop table.wd_sec_filings a.wd_document.wd_document_pdf {
	background-image: url(../images/webdriver/fileicons/16/sec_pdf.png);
}
.wd_featureboxes_financialtop table.wd_sec_filings a.wd_document.wd_document_doc {
	background-image: url(../images/webdriver/fileicons/16/sec_doc.png);
}
.wd_featureboxes_financialtop table.wd_sec_filings a.wd_document.wd_document_xls {
	background-image: url(../images/webdriver/fileicons/16/sec_xls.png);
}
.wd_featureboxes_financialtop table.wd_sec_filings a.wd_document.wd_document_xbrl_viewer {
	background-image: url(../images/webdriver/fileicons/16/sec_xbrl.png);
}
.wd_featureboxes_financialtop table.wd_sec_filings a.wd_document.wd_document_xbrl_download {
	background-image: url(../images/webdriver/fileicons/16/sec_xbrl_download.png);
}
table.wd_sec_filings .wd_description {
	max-width: 600px;
	padding-left: 40px;
	padding-right: 40px;
}
table.wd_sec_filings .wd_document_format {
	width: 340px;
	padding-left: 60px;
}
.wd_featureboxes_financialtop tfoot {
	display: none;
}
.wd_featureboxes_financialtop p.more {
	text-align: left;
}
table.wd_sec_filings .wd_filing_type {
	width: 10%;
}
.wd_featureboxes_financialtop table.wd_sec_filings tbody tr:nth-child(6) td,
table.wd_sec_filings tfoot td {
	border: none;
}
.wd_sec_filings select {
	background-image: url(../images/select-arrow-pink.png) !important; /* override client !important */
	background-position: right 30px center !important; /* override client !important */
	display: block;
	color: #ce0954;
	border: 2px solid;
	padding: 12px 60px 12px 30px;
	font-weight: 700;
	font-size: 1.125rem;
	margin-top: 10px;
	height: auto;
}

table .wd_mobile-label {
	display: none;
}
.wd_ir_secfilings .wd_selector {
	float: none;
	margin-right: 20px;
	display: inline-block;
}
.wd_ir_secfilings .wd_linkmenu-header {
	background-image: url(../images/select-arrow-pink.png);
	background-position: right 30px center;
	display: block;
	color: #ce0954;
	border: 2px solid;
	padding: 12px 60px 12px 30px;
	font-weight: 700;
	font-size: 1.125rem;
	margin-top: 10px;
	height: auto;
	background-repeat: no-repeat;
	border-radius: 5rem;
}
.wd_ir_secfilings .wd_linkmenu-header .wd_linkmenu-icon {
	display: none;
}
.wd_ir_secfilings .wd_linkmenu-header .wd_linkmenu-label {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.2;
	width: auto !important; /* override inline */
}
.wd_label {
	font-size: 1.4375rem;
}

.wd_pageid_127 .wd_linkmenu {
	margin: 0;
	padding: 12px 0;
	list-style: none;
	background-color: #ce0954;
	border-radius: 28px;
	border: 3px solid #fff;
	width: fit-content !important; /* override inline */
}
.wd_pageid_127 .wd_linkmenu a.wd_linkmenu-listitem {
	font-size: 0.938rem;
	font-weight: 700;
	padding: 0 35px;
	text-decoration: none;
	white-space: nowrap;
	background: none;
	color: #fff;
	margin-bottom: .5rem;
}
.wd_pageid_127 .wd_linkmenu a.wd_linkmenu-listitem[href$="?cat=6"],
.wd_sec_filings #wd_filings_category option[value="6"] {
	display: none;
}
/* END SEC Filings / Financial Top Featureboxes */

/* IR Styles */
.wd_chart-ranges {
	display: flex;
	gap: 1px;
}
.wd_chart-ranges .wd_chart-range {
	background-color: #3fc7f2;
	border: none;
}
.wd_chart-ranges .wd_chart-range {
	background-color: #3fc7f2;
	border: none;
	flex: 1;
	color: #443738;
	padding: 10px;
	text-align: center;
	float: none;
	width: auto;
	font-size: 1.1875rem;
}
.wd_chart-ranges .wd_chart-range-active {
	background-color: #fff;
}

.wd_ir_historical .wd_ticker_label,
.wd_historical_calendar-label {
	display: none;
}
.wd_wai_datepicker .wd_wai_header {
	color: #000;
	background: none;
	align-items: center;
}
.wd_wai_datepicker .wd_wai_header div.wd_wai_monthYear {
	color: inherit;
	font-size: 1.125rem;
}
.wd_wai_datepicker .wd_wai_datepickerDialog {
	border: 1px solid #000;
	padding: 10px;
}
#wd_printable_content .wd_wai_header button {
	border: none;
	font-size: 1.125rem;
}
.wd_wai_datepicker table.wd_wai_dates th,
.wd_wai_datepicker table.wd_wai_dates td {
	color: #000;
	font-size: 1.125rem;
	text-transform: none;
}
#wd_printable_content .wd_wai_datepicker .wd_wai_dateRow button {
	background: none;
	border: none;
	font-size: 1.125rem;
	padding: 0;
}
#wd_printable_content .wd_wai_datepicker .wd_wai_dateRow button[tabindex="0"] {
	color: #fff;
	border-radius: 100%;
	height: 34px;
	width: 34px;
	background-color: #ce0954;
}
.wd_historical_results h4 {
	text-transform: none;
	font-size: 1.4375rem;
	font-weight: 400;
	color: #443738;
	font-family: "MarkOT", sans-serif;
}
.wd_historical_results .wd_historical_label {
	font-size: 1.375rem;
	color: #443738;
	font-weight: 400;
}
.wd_historical_results .wd_historical_value {
	color: #ce0954;
	font-weight: 400;
	font-size: 2rem;
}
.wd_historical_calendar .wd_wai_datepicker {
	min-width: unset;
	width: 500px;
	max-width: 100%;
}
.wd_ir_historical .wd_historical_footer {
	font-size: 1.0625rem;
	margin-top: 20px;
	color: #443738;
}
.wd_pageid_125 #wd_printable_content h3 {
	font-size: 2.875rem;
	letter-spacing: -0.92px;
	color: #443738;
	font-weight: 400;
	margin-bottom: 16px;
}
/* END IR Styles */

/* Board Committees */
.wd_board_committees {
	margin-bottom: 45px;
}
.wd_board_committees .wd_title,
.wd_board_committees .wd_title a {
	color: #443738;
	font-weight: 400;
	text-transform: none;
	font-family: "MarkOT", sans-serif;
}
.wd_board_committees .wd_header_row .wd_title,
.wd_board_committees .wd_header_row .wd_title a {
	font-size: 1.1875rem;
	line-height: 1.3;
}
.wd_board_committees .wd_member_row .wd_title,
.wd_board_committees .wd_member_row .wd_title a {
	font-size: 1.6875rem;
}
.wd_board_committees img {
	max-width: 48px;
}
.wd_board_committees .wd_member_col,
.wd_board_committees .wd_committee_col {
	padding: 10px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #707070;
}
.wd_board_committees tr {
	background: none;
}
.wd_board_committees .wd_legend_icon img {
	display: none;
}
.wd_board_committees .wd_legend_item .wd_legend_icon {
	height: 16px;
	width: 16px;
	display: inline-block;
	border-radius: 100%;
	margin-right: 12px;
}
.wd_board_committees .wd_legend_item .wd_legend_icon.wd_chair_icon {
	background-color: #ce0954;
}
.wd_board_committees .wd_legend_item .wd_legend_icon.wd_member_icon {
	background-color: #3fc7f2;
}
.wd_board_committees .wd_legend_item_list {
	position: absolute;
}
.wd_board_committees .wd_legend_item_list::before,
.wd_board_committees .wd_legend_item_list::after {
	display: none;
}
.wd_board_committees .wd_legend_item {
	display: inline-flex;
	margin: 0 20px 0 0;
	align-items: center;
}
/* END Board Committees */

/* 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: 1199px) {}

/* Large devices (desktops) */
@media (max-width: 992px) {
	.wd_featureboxes_stocktop .wd_quote .wd_values-wrapper {
		flex: 3;
	}
	.wd_historical .wd_historical_results {
		width: 100%;
		margin-left: 0;
	}
	.wd_featureboxes_stocktop .wd_widget .wd_main .wd_price {
		font-size: 3.375rem;
	}
	/*.wd_featureboxes_stocktop .wd_data_set,
	.wd_featureboxes_stocktop .wd_data_set:last-child {
		width: 33.333%;
	}*/
	.wd_featureboxes_stocktop .wd_quote .wd_main .wd_exchange,
	.wd_featureboxes_stocktop .wd_quote .wd_main .wd_symbol {
		font-size: 1.5rem;
	}
	.wd_featureboxes_stocktop .wd_quote .wd_data {
		padding: 8px 16px;
	}
	.wd_featureboxes_contacts .wd_featurebox {
		flex-direction: column;
	}
	.wd_header_image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
		min-height: 200px;
	}
	body:not(.wd_pageid_45) .wd_header_image img {
		max-height: 200px;
	}
	.wd_header_title {
		font-size: 3rem;
	}
	.wd_featureboxes_boardmembers .item {
		aspect-ratio: 3 / 4;
	}
	.wd_featureboxes_documents .wd_featurebox ul {
		max-width: 48%;
		flex: 48%;
	}
	.wd_featureboxes_documents .wd_featurebox {
		column-gap: 4%;
	}
}

/* Medium devices (tablets) */
@media (max-width: 900px) {
	.wd_featureboxes_stocktop .wd_data_set,
	.wd_featureboxes_stocktop .wd_data_set:last-child {
		width: 33.33333%;
	}
	
}
@media (max-width: 767px) {
	.wd_header_wrapper {
		background-size: contain;
		background-repeat: no-repeat;
		padding: 0;
	}
	.wd_header_inner {
		width: auto;
	}
	.wd_header_outer,
	.wd_header_inner {
		position: static;
	}
	.wd_header_content {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 75px 16px;
		text-align: center;
	}
	.wd_pageid_45 .wd_header_content {
		width: 100%;
	}
	.wd_pageid_45 .wd_header_title {
		text-align: center;
	}
	.wd_header_desc {
		display: none;
	}
	.wd_stock_wrapper {
		margin: 30px;
	}
	.wd_featureboxes_quarterly .wd_featurebox ul {
		column-count: auto;
	}
	.wd_featureboxes_quarterly .wd_featurebox ul li {
		margin-bottom: 10px;
	}

	.wd_featureboxes_cards .wd_featurebox_container,
	.wd_featureboxes_middle .item,
	.wd_featureboxes_top .item {
		width: 100%;
	}
	.wd_featureboxes_middle .item .wd_upcoming_label {
		display: none;
	}

	.wd_featureboxes_cards {
		display: block;
		margin: 45px -10px;
	}
	.wd_featureboxes_cards .wd_featurebox_container {
		width: auto;
		margin: 0 10px;
	}

	.wd_featureboxes_stocktop .wd_widget .wd_quote {
		flex-direction: column;
	}
	.wd_featureboxes_stocktop .wd_quote .wd_main {
		flex-direction: column;
	}
	.wd_featureboxes_stocktop .wd_data_set {
		border-left: 0;
		border-top: 1px solid;
		flex-direction: row;
		justify-content: flex-start;
		gap: 10px;
	}
	.wd_featureboxes_stocktop .wd_data_set,
	.wd_featureboxes_stocktop .wd_data_set:last-child {
		width: 100%;
	}
	.wd_featureboxes_stocktop .wd_quote .wd_data_set:nth-child(2) .wd_data-wrapper:first-child {
		background: inherit;
	}
	.wd_featureboxes_stocktop .wd_quote .wd_main .wd_price .wd_value {
		display: block;
		color: inherit;
		text-align: center;
	}
	.wd_featureboxes_stocktop .wd_quote .wd_data {
		padding: 8px 0;
	}

	/* SEC Filings */
    table.wd_sec_filings thead {
        display: none;
    }
    table.wd_sec_filings tbody tr {
        display: flex;
        flex-direction: column;
        border-top: 1px solid #707070;
        margin-top: 15px;
        padding-top: 10px;
    }
    table.wd_sec_filings td.wd_description {
        display: block;
    }
    table.wd_sec_filings td.wd_document_format {
        text-align: left;
    }
    table.wd_sec_filings td {
        border-bottom: 0;
    }
    table.wd_sec_filings .wd_description,
    table.wd_sec_filings .wd_document_format {
    	padding-left: 5px;
    	padding-right: 5px;
    	max-width: unset;
    }
    table.wd_sec_filings td.wd_filing_type {
		cursor: auto;
		color: inherit;
	}

	/* responsive tables */
	table.responsive.wd_tbl_col,
	table.responsive.wd_tbl_col tbody,
	table.responsive.wd_tbl_col tbody tr,
	table.responsive.wd_tbl_col tbody td {
	    display: block;
	}
	table.responsive.wd_tbl_col .wd_mobile-label {
		display: block;
		font-weight: 700;
	}
	table.responsive.wd_tbl_col thead {
		display: none;
	}
	table.responsive.wd_tbl_col tbody tr,
    table.responsive.wd_tbl_col tfoot tr {
	    margin-bottom: 20px;
	    border-bottom: 1px solid #707070; 
	}

	.wd_pageid_117 .item table th:first-child,
	.wd_pageid_117 .item table td:first-child,
	.wd_pageid_117 .item table th:last-child,
	.wd_pageid_117 .item table td:last-child,
	.wd_pageid_117 .item table th:nth-child(2),
	.wd_pageid_117 .item table td:nth-child(2) {
		width: auto;
		padding-left: 5px;
		padding-right: 5px;
		border: none;
	}
	.wd_featureboxes_contacts .wd_featurebox_container {
		margin-left: -0.9375rem;
		margin-right: -0.9375rem;
		flex-direction: column;
	}
	.wd_featureboxes_contacts .wd_featurebox_content {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
		flex-direction: column;
	}
	.wd_featureboxes_contacts .wd_featurebox_content,
	.wd_featureboxes_contacts .wd_featurebox_image,
	.wd_featureboxes_contacts .wd_featurebox_image img {
		width: 100%;
	}

	.wd_board_committees img {
		max-width: 25px;
	}
	.wd_board_committees .wd_legend_item_list {
		position: initial;
	}
	.wd_event_header {
		flex-direction: column;
	}
	.wd_event_header_right {
		align-self: flex-start;
		white-space: initial;
	}

	.wd_featureboxes_boardmembers .item .wd_item_content {
		position: initial;
	}
	.wd_featureboxes_boardmembers .item .wd_right_arrow {
		position: initial;
		margin: 0;
		height: 0;
	}
	.wd_featureboxes_boardmembers .item .wd_right_arrow a {
		border: none;
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: 3;
		display: block;
	}
	.wd_featureboxes_boardmembers .item .wd_right_arrow a span {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		border: 0;
	}
	.wd_featureboxes_boardmembers .item .wd_right_arrow a::after {
		position: absolute;
		bottom: 10px;
		right: 5px;
		top: auto;
	}
	.wd_featureboxes_boardmembers .item::before {
		display: none;
	}

	.wd_board_committees .wd_member_row .wd_title,
	.wd_board_committees .wd_member_row .wd_title a,
	.wd_board_committees .wd_header_row .wd_title,
	.wd_board_committees .wd_header_row .wd_title a {
		font-size: 1rem;
		line-height: 1.3;
	}
}

/* Small devices (landscape phones) */
@media (max-width: 575px) {
	.wd_header_content {
		padding: 50px 16px;
	}
	.wd_featureboxes_stocktop .wd_quote .wd_data .wd_label,
	.wd_featureboxes_stocktop .wd_quote .wd_data .wd_value {
		font-size: 1rem;
	}
	.wd_featureboxes_stockbottom td {
		font-size: 1rem;
	}
	.wd_featureboxes_stockbottom td,
	.wd_featureboxes_stockbottom th {
		padding-left: 5px;
		padding-right: 5px;
	}
	.wd_featureboxes_stockbottom td:first-child,
	.wd_featureboxes_stockbottom th:first-child {
		padding-left: 0;
	}
	.wd_featureboxes_stockbottom td:last-child,
	.wd_featureboxes_stockbottom th:last-child {
		padding-right: 0;
	}
	.wd_event .item_date,
	.wd_event .item_time,
	.wd_event .wd_event_sidebar_venue {
		display: block;
		margin-right: 0;
	}
	.wd_featureboxes_boardmembers .wd_featurebox_title {
		font-size: 2rem;
	}
	.wd_featureboxes_boardmembers .item .item_name a {
		font-size: 1.5rem;
	}
	.wd_featureboxes_boardmembers .item p {
		font-size: .875rem;
	}
	.wd_featureboxes_documents .wd_featurebox {
		padding: 0;
	}
	.wd_featureboxes_documents .wd_featurebox ul {
		flex: 100%;
		max-width: 100%;
	}
}

@media (max-width: 500px) {
	.wd_featureboxes_boardmembers .item p {
		font-size: .75rem;
	}
	.wd_featureboxes_documents .wd_featurebox li:first-child {
		font-size: 1.1875rem;
	}
	.wd_featureboxes_boardmatrix .wd_featurebox {
		overflow-x: scroll; 
	}
	.wd_featureboxes_boardmatrix .wd_featurebox table:not(.wd_imagetable),
	.wd_featureboxes_boardmatrix .wd_featurebox table:not(.wd_imagetable) td,
	.wd_featureboxes_boardmatrix .wd_featurebox table:not(.wd_imagetable) th {
		font-size: 1rem;
	}
}

@media (max-width: 440px) {
}

/* CLIENT CSS OVERRIDES */
p a, li a, td a {
	font-size: inherit;
}
.header__main > ul > li > .sub-menu {
	min-width: 12.5rem;
}
@media (max-width: 1400px) {
	html {
		font-size: calc(16/1400 * 100vw);
	}
}
@media (max-width: 1079px) {
	.header__menu {
		display: block !important; /* override inline from JS */
	}
	.header__collapsed a#to-uncollapse-menu {
		display: none;
	}
}
@media (max-width: 1000px) {
	html {
		font-size: calc(16/1000 * 100vw);
	}
}
@media (max-width: 767px) {
	html {
		font-size: calc(16/767 * 100vw);
	}
}
@media (max-width: 500px) {
	html {
		font-size: calc(16/500 * 100vw);
	}
}
@media (max-width: 390px) {
	html {
		font-size: calc(16/390 * 100vw);
	}
}