 /* Begin classes for common SPIN elements */
*, ::before, ::after { box-sizing: border-box; }
*, ::before, ::after { box-sizing: inherit; }
*, ::before, ::after { box-sizing: border-box; }
.wd_no-flex {
	display: block;
}
.wd_content-wrap {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 60px 0;
}
#wd_printable_content hr {
	border: none;
	border-top: 1px solid #bbb;
	margin: 12px 0;
}
/* Header styles */
section#wd_header {
	background-size: cover;
	background-repeat: no-repeat;
	padding: 40px 0;
}
section#wd_header .page_header {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	padding: 20px 0;
}
.wd_content-wrap .page_header,
.wd_content-wrap .category_header {
	font-size: 2.3rem;
	font-weight: 700;
	padding: 20px 10px 0px 10px;
}
.detail_header,
.detail_subheader,
.category_name {}
.category_intro {}
/* END Header styles */

#wd_printable_content ul.wd_item_list,
#wd_printable_content ul.wd_tools,
#wd_printable_content ul.wd_asset_type_link_list,
#wd_printable_content ul.wd_legend_item_list {
	margin: 0;
	padding: 0;
}
#wd_printable_content .item, 
#wd_printable_content .wd_item {
	margin: 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: .9rem;
	font-weight: normal;
	line-height: 1.4;
	letter-spacing: 1px;
	color: #569bca;
	text-transform: uppercase;
}
.item_summary, .wd_item .wd_summary {}
.wd_item .wd_subtitle {}
#wd_printable_content table {
	border: none;
}
table thead {
	background-color: #eeeeee;
	color: #54565a;
}
#wd_printable_content table thead th {
	font-weight: 700;
	text-align: initial;
	border: none;
}
#wd_printable_content table:not(.wd_committees, .wd_attachment, .wd_imagetable) tbody tr:nth-child(2n) {
	background-color: #fafafa!important; /* override client importants */
}
#wd_printable_content table:not(.wd_committees, .wd_attachment, .wd_imagetable) tbody tr:hover {
	background-color: transparent;
	background: rgba(86,155,202,0.15)!important; /* override client importants */
}
#wd_printable_content table:not(.wd_committees, .wd_attachment, .wd_imagetable) th {
	padding-bottom: 0;
}
#wd_printable_content table:not(.wd_committees, .wd_attachment, .wd_imagetable) td {
/*	border: none;*/
	border-color: #bbb!important; /* override inline styles */
	padding: 5px;
}
#wd_printable_content table:not(.wd_committees, .wd_attachment, .wd_imagetable) tbody td {
/*	border-bottom: 1px solid #bbb;*/
}
table.wd_imagetable {}
#wd_printable_content table.wd_imagetable tbody tr:hover {
	background-color: transparent!important;
}
td.imagecaption {}
#wd_printable_content table.wd_imagetable td {
	border-bottom: none;
	padding: 0;
}
table.wd_attachment {}
table.wd_attachment tr:nth-child(2) {
	display: none;
}
#wd_printable_content table.wd_attachment tbody tr:hover {
	background-color: transparent!important;
}
#wd_printable_content table.wd_attachment td {
	border-bottom: none;
}
#wd_printable_content table.wd_attachment td.wd_attachment_image {
	width: 40px;
}
table.wd_attachment td.wd_attachment_info br,
table.wd_attachment td.wd_attachment_info span.wd_attachment_description,
table.wd_attachment td.wd_attachment_info span.wd_attachment_size {
	display: none;
}
table.wd_attachment td.wd_attachment_info a.itemlink {
	text-decoration: none;
	color: #76777a;
}
table.wd_attachment td.wd_attachment_info a.itemlink:hover {
	text-decoration: underline;
	color: #569bca;
}
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;
}

.wd_back {
	position: relative;
	margin: 20px 0;
}
.wd_back:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.6 10.96'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23fff;stroke-linecap:round;stroke-miterlimit:10;stroke-width:1.25px;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EBack Arrow%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Main'%3E%3Cpolyline class='cls-1' points='5.74 10.33 0.88 5.48 5.74 0.63'/%3E%3Cline class='cls-1' x1='12.97' y1='5.48' x2='0.88' y2='5.48'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-color: #569bca;
	background-size: 16px 14px;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 100%;
	margin: 0 1rem 0 0;
	padding: 4px;
}
.wd_back a {
	text-decoration: none;
}
/* Top Nav */
/*#investor-center-nav ul.child-nav-list li#wd_menuitem_43,
#investor-center-nav ul.child-nav-list li#wd_menuitem_123 {
	display: none;
}*/

/* END Top Nav */

/* Left Sidebar Nav */
.wd_leftsidebar {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	padding: 1rem 1.5rem 3rem 0;
}
.wd_leftsidebar ul,
.wd_leftsidebar ul.wd_subnav {
	list-style: none;
	margin: 0!important; /* override client styles */
	padding: 0!important;/* override client styles */
}
.wd_leftsidebar ul > li,
.wd_leftsidebar ul li {
	margin: 0 0 .5rem 0;
	padding: 0 0 0 1.5rem; 
}
.wd_leftsidebar ul > li.wd_new-heading,
.wd_leftsidebar ul li.wd_new-heading {
	font-size: 20px;
}
.wd_leftsidebar li#wd_menuitem_45 {
	display: none;
}
.wd_leftsidebar ul > li > a,
.wd_leftsidebar ul li a {
	font-weight: 700;
	color: #76777a;
	text-decoration: none;
}
.wd_leftsidebar ul li.active,
.wd_leftsidebar ul li.active a.active,
.wd_leftsidebar ul > li > a:hover,
.wd_leftsidebar ul li a:hover {
	color: #569bca;
}
.wd_leftsidebar ul.wd_subnav li {
	position: relative;
	margin: 0 0 .5rem 0!important;/* override client styles */
}
.wd_leftsidebar ul.wd_subnav li:before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.19 8.91'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2376777a;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3ECaret Right%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Main'%3E%3Cpath class='cls-1' d='M5.11,4.66,1,8.82a.36.36,0,0,1-.21.09.31.31,0,0,1-.2-.09L.09,8.37A.29.29,0,0,1,0,8.17.36.36,0,0,1,.09,8L3.6,4.45.09,1A.36.36,0,0,1,0,.74.31.31,0,0,1,.09.54L.54.09A.31.31,0,0,1,.74,0,.36.36,0,0,1,1,.09L5.11,4.25a.3.3,0,0,1,.08.2A.3.3,0,0,1,5.11,4.66Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	width: 5px;
	height: 9px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0.5rem;
}
/* END Left Sidebar Nav */

/* Mobile Subnav */
#wd_page-intro .wd_mobile-subnav {
	display: none;
	padding: 20px 10px 0px 10px;
}
#wd_page-intro ul.wd_mobile-children {
	list-style: none;
	margin: 0;
	padding: 0;
}
#wd_page-intro ul.wd_mobile-children li {
	display: inline-block;
	width: auto;
	vertical-align: middle;
	margin: 0;
}
#wd_page-intro ul.wd_mobile-children li a {
	text-decoration: none;
	color: #76777a;
}
#wd_page-intro ul.wd_mobile-children li a.active,
#wd_page-intro ul.wd_mobile-children li a:hover {
	color: #569bca;
}
/* END Mobile Subnav */

/* Standard */
div.wd_standard {}
div.wd_standard h2.category_header {
	font-size: 1.5rem;
	font-weight: 300;
	margin: 2rem 0 .5rem;
	padding: 0;
}
/* Homepage */
.wd_pageid_45 section#wd_header .page_header {
	padding: 140px 0;
}
.wd_pageid_45 section.wd_content-wrap .elementor-row {
	max-width: 1120px;
	margin: 0 auto;
}

/* Analyst Coverage */
.wd_pageid_119 div.wd_toolbar.wd_toolbar-main {
	border-top: none;
}

/* Governance */
.wd_pageid_116 .item .item_name {
	display: none;
}

/* Management */
.wd_pageid_63 .wd_category_items {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
.wd_pageid_63 .wd_category_items .item {
	flex-basis: calc(25% - 40px);
}
.wd_pageid_63 .item table.wd_imagetable {
	margin: 10px 0!important; /* override inline styles */
}
.wd_pageid_63 .item .item_name {
	font-size: 1.5rem;
	color: #569bca;
}

/* Quarterly Results */
.wd_pageid_117 .item_name {
	display: none;
}
/* END Quarterly Results */

/* Contact Us */
.wd_pageid_123 div.wd_form_footer div.wd_form_buttons {
	margin-left: 0;
}
/* END Contact Us */

/* END Standard */

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

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

/* Events */
div.wd_events {}

.wd_pageid_19 #wd_printable_content > table.wd_attachment {
	background: #fafafa;
	border-left: 4px solid #5da9dd;
	margin: 0 0 2rem 0;
	padding: 20px;
}
.wd_pageid_19 #wd_printable_content > table.wd_attachment td {
	border-bottom: none;
}
.wd_pageid_19 #wd_printable_content > table.wd_attachment td a {
	font-size: 24px;
}
.wd_pageid_19 #wd_printable_content > table.wd_attachment td.wd_attachment_image img {
	margin-top: 5px;
}

div.wd_events_month_header,
div.wd_events_past_summary div.wd_header {
	text-transform: uppercase;
	background: none;
	background-color: #f0f0f0;
	border: none;
	border-top: 2px solid #5da9dd;
	border-radius: 0;
}
li.wd_events_tab:first-child,
li.wd_events_tab:last-child {
	border-radius: 0;
}
li.wd_events_tab.active {
	background: none;
	background-color: #f0f0f0;
}
div.wd_events div.wd_event {
	display: flex;
}
div.wd_event_sidebar {
	width: 260px;
	margin: 0 20px 0 0;
	padding: 0 20px 0 0;
}
.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_event_sidebar .wd_event_webcast span.fa.fa-podcast:before {
	content: "\f6a8";
}
div.wd_event_info {
	flex-basis: calc(100% - 300px);
}
div.wd_events_past_summary div.wd_event {
	border-bottom: 1px solid #f0f0f0;
}
div.wd_events_past_summary div.wd_event:last-child {
	border-bottom: none;
}
/* END Events */

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

/* Newsfeed Releases */
div.wd_newsfeed_releases {}

div.wd_newsfeed_releases .wd_heading {
	background-color: #eeeeee;
	margin: 20px 0 0 0;
}
div.wd_newsfeed_releases .wd_heading,
div.wd_newsfeed_releases .wd_item_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 20px;
	row-gap: 20px;
}
div.wd_newsfeed_releases .wd_left,
div.wd_newsfeed_releases .wd_right {
	flex-basis: 15%;
	padding: 10px;
}
div.wd_newsfeed_releases .wd_right {
	text-align: right;
}
div.wd_newsfeed_releases .wd_center {
	flex-basis: calc(70% - 40px);
	min-width: calc(70% - 40px);
	padding: 10px;
}
div.wd_pdf_link img {
	width: 20px;
	height: auto;
}
div.wd_newsfeed_releases .wd_item .wd_subtitle,
div.wd_newsfeed_releases .wd_item .wd_thumbnail,
div.wd_newsfeed_releases .wd_item .wd_summary,
div.wd_newsfeed_releases .wd_item .wd_asset_type_link_list {
	display: none;
}
div.wd_newsfeed_releases .wd_item:hover {
	background-color: rgba(86,155,202,0.15);
}
body.wd_pageid_43.wd_item_page .wd_content-wrap h1.page_header {
	display: none;
}
div.wd_newsfeed_releases-detail .wd_title {
	font-size: 1.7rem;
	margin: 0 0 1rem 0;
}
div.wd_newsfeed_releases-detail div {
	margin: 0 0 2rem 0;
}
div.wd_newsfeed_releases-detail .prntac {
	text-align: left!important; /* override inline-styles */
}
div.wd_newsfeed_releases-detail div.wd_pdf_link {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	text-align: center;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 7'%3E%3Cdefs%3E%3Cstyle%3E.b687e12e-53b0-49d8-a250-5408c2594e6f%7Bfill:%23eeeeee;%7D%3C/style%3E%3C/defs%3E%3Cg id='ba9723c6-2afb-4448-b1c1-53877cf3b9a3' data-name='Layer 2'%3E%3Cg id='f500274e-5f72-4dbb-b2db-d7410b92d8c5' data-name='Layer 1'%3E%3Cpolygon class='b687e12e-53b0-49d8-a250-5408c2594e6f' points='6 1 6 2 5 2 5 3 4 3 4 4 3 4 3 5 2 5 2 6 1 6 1 7 2 7 3 7 3 6 4 6 4 5 5 5 5 4 6 4 6 3 7 3 7 2 7 1 6 1'/%3E%3Cpolygon class='b687e12e-53b0-49d8-a250-5408c2594e6f' points='1 1 2 1 2 0 1 0 0 0 0 1 0 2 1 2 1 1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") top left/7px 7px;
	margin: 2rem 0;
	padding: 20px;
}
div.wd_newsfeed_releases-detail div.wd_pdf_link a {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-decoration: none;
	color: #76777a;
	background-color: #fff;
	padding: 10px;
}
div.wd_newsfeed_releases-detail div.wd_pdf_link a:hover {
	color: #569bca;
	text-decoration: underline;
}
div.wd_newsfeed_releases-detail div.wd_pdf_link a img {
	margin: 0 10px 0 0;
}	 
div.wd_newsfeed_releases-detail div.wd_pdf_link a:hover img {
}
div.wd_newsfeed_releases-detail div.wd_pdf_link span {
	vertical-align: super;
}
/* 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 */

/* IR Specific */
div.wd_chart_range {
	background: #f0f0f0;
	color: #76777a;	
	padding: .75rem .5rem;
}
div.wd_chart_range.wd_chart_range-active {
	background: #569bca;
	color: #fff;
}

/* Board Members */
#wd_printable_content div.wd_board_members .wd_item {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #bbb;
	margin: 10px 0;
	padding: 20px 0;
}
#wd_printable_content div.wd_board_members .wd_item:last-of-type {
	border-bottom: none;
}
div.wd_board_members h2.wd_title {
	font-size: 1.5rem;
}
div.wd_board_members .wd_item div.wd_captioned_image {
	float: none;
	flex-basis: 20%;
	margin: 0 20px 0 0!important; /* override inline styles */
}
div.wd_board_members .wd_item div.wd_item_wrapper {
	flex-basis: calc(80% - 20px);
}
#wd_printable_content div.wd_board_members ul.wd_committee_list {
	padding: 0; 
}
div.wd_board_members ul.wd_committee_list {
	display: none;
}

/* Board Committees */
div.wd_board_committees .wd_title {
	font-size: 1rem;
	padding: 10px;
}
div.wd_board_committees th {
	padding-bottom: 0;
}
div.wd_board_committees th.wd_member_col {
	border-bottom: none;
	border-right: none;
}
div.wd_board_committees tbody tr:nth-child(2n + 1) {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 7'%3E%3Cdefs%3E%3Cstyle%3E.b687e12e-53b0-49d8-a250-5408c2594e6f%7Bfill:%23eeeeee;%7D%3C/style%3E%3C/defs%3E%3Cg id='ba9723c6-2afb-4448-b1c1-53877cf3b9a3' data-name='Layer 2'%3E%3Cg id='f500274e-5f72-4dbb-b2db-d7410b92d8c5' data-name='Layer 1'%3E%3Cpolygon class='b687e12e-53b0-49d8-a250-5408c2594e6f' points='6 1 6 2 5 2 5 3 4 3 4 4 3 4 3 5 2 5 2 6 1 6 1 7 2 7 3 7 3 6 4 6 4 5 5 5 5 4 6 4 6 3 7 3 7 2 7 1 6 1'/%3E%3Cpolygon class='b687e12e-53b0-49d8-a250-5408c2594e6f' points='1 1 2 1 2 0 1 0 0 0 0 1 0 2 1 2 1 1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") top left/7px 7px;
    background-color: #fff;
}
div.wd_board_committees ul.wd_legend_item_list:before,
div.wd_board_committees ul.wd_legend_item_list:after {
	display: none;
}
div.wd_board_committees ul.wd_legend_item_list {
	display: flex;
}
div.wd_board_committees ul.wd_legend_item_list li {
	flex-basis: auto;
	margin: 0 20px 0 0;
}
div.wd_board_committees .wd_committee_col {
	border-right: 1px solid #fafafa;
	border-bottom: 1px solid #fafafa;
 }
/* SEC Filings */
table.wd_sec_filings th,
table.wd_sec_filings td {
	padding: 10px;
}
table.wd_sec_filings a.wd_document img {
	display: none; 
}
table.wd_sec_filings a.wd_document {
	position: relative;
}
table.wd_sec_filings a.wd_document:before {
	content: "";
	display: inline-block;
	width: 20px;
	vertical-align: middle;
}
table.wd_sec_filings a.wd_document.wd_document_html:before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 22'%3E%3Cg id='b0e73445-c91f-423c-a985-7273b2162a84' data-name='Layer 2'%3E%3Cg id='e37f695a-8e57-4bd1-9b60-ab2ea5f68347' data-name='Layer 2'%3E%3Cpolygon points='17.5 6.5 17.5 21.5 1.5 21.5 1.5 0.5 11.5 0.5 17.5 6.5' style='fill:none;stroke:%2376777a;stroke-linejoin:round'/%3E%3Cpolyline points='17 6.5 11.5 6.5 11.5 1.04' style='fill:none;stroke:%2376777a;stroke-linejoin:round'/%3E%3Crect x='0.5' y='11.5' width='18' height='7' style='fill:%2376777a;stroke:%2376777a;stroke-linejoin:round'/%3E%3Cpath d='M5.46,17H4.64V15.29H3V17H2.22V13H3v1.61h1.6V13h.82Z' style='fill:%23fff'/%3E%3Cpath d='M9.09,13.68H7.87V17H7.05V13.68H5.85V13H9.09Z' style='fill:%23fff'/%3E%3Cpath d='M10.63,13l1,2.89,1-2.89h1.08v4h-.83V15.91L13,14l-1.08,3h-.56L10.3,14l.08,1.87V17H9.56V13Z' style='fill:%23fff'/%3E%3Cpath d='M15.28,16.34H17V17H14.46V13h.82Z' style='fill:%23fff'/%3E%3Crect x='4' y='7' width='6' height='1' style='fill:%2376777a'/%3E%3Crect x='4' y='9' width='11' height='1' style='fill:%2376777a'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
table.wd_sec_filings a.wd_document.wd_document_html:hover:before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 22'%3E%3Cg id='b0e73445-c91f-423c-a985-7273b2162a84' data-name='Layer 2'%3E%3Cg id='e37f695a-8e57-4bd1-9b60-ab2ea5f68347' data-name='Layer 2'%3E%3Cpolygon points='17.5 6.5 17.5 21.5 1.5 21.5 1.5 0.5 11.5 0.5 17.5 6.5' style='fill:none;stroke:%23569bca;stroke-linejoin:round'/%3E%3Cpolyline points='17 6.5 11.5 6.5 11.5 1.04' style='fill:none;stroke:%23569bca;stroke-linejoin:round'/%3E%3Crect x='0.5' y='11.5' width='18' height='7' style='fill:%23569bca;stroke:%23569bca;stroke-linejoin:round'/%3E%3Cpath d='M5.46,17H4.64V15.29H3V17H2.22V13H3v1.61h1.6V13h.82Z' style='fill:%23fff'/%3E%3Cpath d='M9.09,13.68H7.87V17H7.05V13.68H5.85V13H9.09Z' style='fill:%23fff'/%3E%3Cpath d='M10.63,13l1,2.89,1-2.89h1.08v4h-.83V15.91L13,14l-1.08,3h-.56L10.3,14l.08,1.87V17H9.56V13Z' style='fill:%23fff'/%3E%3Cpath d='M15.28,16.34H17V17H14.46V13h.82Z' style='fill:%23fff'/%3E%3Crect x='4' y='7' width='6' height='1' style='fill:%23569bca'/%3E%3Crect x='4' y='9' width='11' height='1' style='fill:%23569bca'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

table.wd_sec_filings a.wd_document.wd_document_doc:before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 22'%3E%3Cg id='f70fa47b-4e04-4d96-bb0b-cf5d7c2e06de' data-name='Layer 2'%3E%3Cg id='f0b7ea6f-554c-466c-b75c-9d9aea16b1d8' data-name='Layer 2'%3E%3Cpolygon points='17.5 6.5 17.5 21.5 1.5 21.5 1.5 0.5 11.5 0.5 17.5 6.5' style='fill:none;stroke:%2376777a;stroke-linejoin:round'/%3E%3Cpolyline points='17 6.5 11.5 6.5 11.5 1.04' style='fill:none;stroke:%2376777a;stroke-linejoin:round'/%3E%3Crect x='0.5' y='11.5' width='18' height='7' style='fill:%2376777a;stroke:%2376777a;stroke-linejoin:round'/%3E%3Cpath d='M5,15.85,5.5,13h.82l-.88,4H4.61L4,14.34,3.32,17H2.49l-.88-4h.81L3,15.85,3.62,13h.69Z' style='fill:%23fff'/%3E%3Cpath d='M10,15.1a2.4,2.4,0,0,1-.21,1,1.53,1.53,0,0,1-.6.68,1.64,1.64,0,0,1-.88.24,1.67,1.67,0,0,1-.89-.23,1.59,1.59,0,0,1-.6-.68,2.55,2.55,0,0,1-.22-1v-.2a2.26,2.26,0,0,1,.22-1,1.56,1.56,0,0,1,.6-.69,1.73,1.73,0,0,1,1.76,0,1.56,1.56,0,0,1,.6.69,2.4,2.4,0,0,1,.22,1Zm-.84-.18A1.65,1.65,0,0,0,9,14a.73.73,0,0,0-.64-.33A.74.74,0,0,0,7.7,14a1.67,1.67,0,0,0-.22.95v.19a1.71,1.71,0,0,0,.22,1,.79.79,0,0,0,1.28,0,1.67,1.67,0,0,0,.22-.95Z' style='fill:%23fff'/%3E%3Cpath d='M12.1,15.54h-.65V17h-.82V13h1.48a1.68,1.68,0,0,1,1.09.31,1.11,1.11,0,0,1,.38.89,1.21,1.21,0,0,1-.18.68,1.1,1.1,0,0,1-.53.43L13.73,17v0h-.88Zm-.65-.66h.66a.65.65,0,0,0,.48-.16.56.56,0,0,0,.17-.43.61.61,0,0,0-.16-.45.7.7,0,0,0-.49-.16h-.66Z' style='fill:%23fff'/%3E%3Cpath d='M14.2,17V13h1.23a1.85,1.85,0,0,1,.94.24,1.62,1.62,0,0,1,.65.67,2.13,2.13,0,0,1,.23,1v.18a2.13,2.13,0,0,1-.23,1,1.65,1.65,0,0,1-.64.67,1.85,1.85,0,0,1-.94.24ZM15,13.68v2.66h.4a.9.9,0,0,0,.74-.31,1.46,1.46,0,0,0,.26-.9v-.21a1.48,1.48,0,0,0-.25-.92.9.9,0,0,0-.74-.32Z' style='fill:%23fff'/%3E%3Crect x='4' y='7' width='6' height='1' style='fill:%2376777a'/%3E%3Crect x='4' y='9' width='11' height='1' style='fill:%2376777a'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
table.wd_sec_filings a.wd_document.wd_document_pdf:before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 22'%3E%3Cg id='ad66338c-4097-44bb-9591-4707d92b5e56' data-name='Layer 2'%3E%3Cg id='a498c9ed-3bd4-4042-87dd-da2cd488a687' data-name='Layer 2'%3E%3Cpolygon points='17.5 6.5 17.5 21.5 1.5 21.5 1.5 0.5 11.5 0.5 17.5 6.5' style='fill:none;stroke:%2376777a;stroke-linejoin:round'/%3E%3Cpolyline points='17 6.5 11.5 6.5 11.5 1.04' style='fill:none;stroke:%2376777a;stroke-linejoin:round'/%3E%3Crect x='0.5' y='11.5' width='18' height='7' style='fill:%2376777a;stroke:%2376777a;stroke-linejoin:round'/%3E%3Cpath d='M5.52,15.6V17H4.7V13H6.25a1.8,1.8,0,0,1,.79.16,1.25,1.25,0,0,1,.52.47,1.31,1.31,0,0,1,.18.69,1.13,1.13,0,0,1-.4.92,1.66,1.66,0,0,1-1.1.34Zm0-.67h.73a.75.75,0,0,0,.5-.15.57.57,0,0,0,.17-.44.64.64,0,0,0-.18-.47.65.65,0,0,0-.47-.19H5.52Z' style='fill:%23fff'/%3E%3Cpath d='M8.31,17V13H9.53a1.83,1.83,0,0,1,.94.24,1.62,1.62,0,0,1,.65.67,2.13,2.13,0,0,1,.23,1v.18a2,2,0,0,1-.23,1,1.59,1.59,0,0,1-.64.67,1.85,1.85,0,0,1-.94.24Zm.82-3.32v2.66h.39a.88.88,0,0,0,.74-.31,1.4,1.4,0,0,0,.26-.9v-.21a1.42,1.42,0,0,0-.25-.92.89.89,0,0,0-.74-.32Z' style='fill:%23fff'/%3E%3Cpath d='M14.34,15.37H12.77V17H12V13h2.59v.66H12.77v1h1.57Z' style='fill:%23fff'/%3E%3Crect x='4' y='7' width='6' height='1' style='fill:%2376777a'/%3E%3Crect x='4' y='9' width='11' height='1' style='fill:%2376777a'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
table.wd_sec_filings a.wd_document.wd_document_pdf:hover:before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 22'%3E%3Cg id='ad66338c-4097-44bb-9591-4707d92b5e56' data-name='Layer 2'%3E%3Cg id='a498c9ed-3bd4-4042-87dd-da2cd488a687' data-name='Layer 2'%3E%3Cpolygon points='17.5 6.5 17.5 21.5 1.5 21.5 1.5 0.5 11.5 0.5 17.5 6.5' style='fill:none;stroke:%23569bca;stroke-linejoin:round'/%3E%3Cpolyline points='17 6.5 11.5 6.5 11.5 1.04' style='fill:none;stroke:%23569bca;stroke-linejoin:round'/%3E%3Crect x='0.5' y='11.5' width='18' height='7' style='fill:%23569bca;stroke:%23569bca;stroke-linejoin:round'/%3E%3Cpath d='M5.52,15.6V17H4.7V13H6.25a1.8,1.8,0,0,1,.79.16,1.25,1.25,0,0,1,.52.47,1.31,1.31,0,0,1,.18.69,1.13,1.13,0,0,1-.4.92,1.66,1.66,0,0,1-1.1.34Zm0-.67h.73a.75.75,0,0,0,.5-.15.57.57,0,0,0,.17-.44.64.64,0,0,0-.18-.47.65.65,0,0,0-.47-.19H5.52Z' style='fill:%23fff'/%3E%3Cpath d='M8.31,17V13H9.53a1.83,1.83,0,0,1,.94.24,1.62,1.62,0,0,1,.65.67,2.13,2.13,0,0,1,.23,1v.18a2,2,0,0,1-.23,1,1.59,1.59,0,0,1-.64.67,1.85,1.85,0,0,1-.94.24Zm.82-3.32v2.66h.39a.88.88,0,0,0,.74-.31,1.4,1.4,0,0,0,.26-.9v-.21a1.42,1.42,0,0,0-.25-.92.89.89,0,0,0-.74-.32Z' style='fill:%23fff'/%3E%3Cpath d='M14.34,15.37H12.77V17H12V13h2.59v.66H12.77v1h1.57Z' style='fill:%23fff'/%3E%3Crect x='4' y='7' width='6' height='1' style='fill:%23569bca'/%3E%3Crect x='4' y='9' width='11' height='1' style='fill:%23569bca'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
table.wd_sec_filings a.wd_document.wd_document_doc:hover:before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 22'%3E%3Cg id='f70fa47b-4e04-4d96-bb0b-cf5d7c2e06de' data-name='Layer 2'%3E%3Cg id='f0b7ea6f-554c-466c-b75c-9d9aea16b1d8' data-name='Layer 2'%3E%3Cpolygon points='17.5 6.5 17.5 21.5 1.5 21.5 1.5 0.5 11.5 0.5 17.5 6.5' style='fill:none;stroke:%23569bca;stroke-linejoin:round'/%3E%3Cpolyline points='17 6.5 11.5 6.5 11.5 1.04' style='fill:none;stroke:%23569bca;stroke-linejoin:round'/%3E%3Crect x='0.5' y='11.5' width='18' height='7' style='fill:%23569bca;stroke:%23569bca;stroke-linejoin:round'/%3E%3Cpath d='M5,15.85,5.5,13h.82l-.88,4H4.61L4,14.34,3.32,17H2.49l-.88-4h.81L3,15.85,3.62,13h.69Z' style='fill:%23fff'/%3E%3Cpath d='M10,15.1a2.4,2.4,0,0,1-.21,1,1.53,1.53,0,0,1-.6.68,1.64,1.64,0,0,1-.88.24,1.67,1.67,0,0,1-.89-.23,1.59,1.59,0,0,1-.6-.68,2.55,2.55,0,0,1-.22-1v-.2a2.26,2.26,0,0,1,.22-1,1.56,1.56,0,0,1,.6-.69,1.73,1.73,0,0,1,1.76,0,1.56,1.56,0,0,1,.6.69,2.4,2.4,0,0,1,.22,1Zm-.84-.18A1.65,1.65,0,0,0,9,14a.73.73,0,0,0-.64-.33A.74.74,0,0,0,7.7,14a1.67,1.67,0,0,0-.22.95v.19a1.71,1.71,0,0,0,.22,1,.79.79,0,0,0,1.28,0,1.67,1.67,0,0,0,.22-.95Z' style='fill:%23fff'/%3E%3Cpath d='M12.1,15.54h-.65V17h-.82V13h1.48a1.68,1.68,0,0,1,1.09.31,1.11,1.11,0,0,1,.38.89,1.21,1.21,0,0,1-.18.68,1.1,1.1,0,0,1-.53.43L13.73,17v0h-.88Zm-.65-.66h.66a.65.65,0,0,0,.48-.16.56.56,0,0,0,.17-.43.61.61,0,0,0-.16-.45.7.7,0,0,0-.49-.16h-.66Z' style='fill:%23fff'/%3E%3Cpath d='M14.2,17V13h1.23a1.85,1.85,0,0,1,.94.24,1.62,1.62,0,0,1,.65.67,2.13,2.13,0,0,1,.23,1v.18a2.13,2.13,0,0,1-.23,1,1.65,1.65,0,0,1-.64.67,1.85,1.85,0,0,1-.94.24ZM15,13.68v2.66h.4a.9.9,0,0,0,.74-.31,1.46,1.46,0,0,0,.26-.9v-.21a1.48,1.48,0,0,0-.25-.92.9.9,0,0,0-.74-.32Z' style='fill:%23fff'/%3E%3Crect x='4' y='7' width='6' height='1' style='fill:%23569bca'/%3E%3Crect x='4' y='9' width='11' height='1' style='fill:%23569bca'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
table.wd_sec_filings a.wd_document.wd_document_xls:before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 22'%3E%3Cg id='e2d2402a-cc9c-4b6b-9796-82c150573d61' data-name='Layer 2'%3E%3Cg id='b28878a4-7950-4d0c-84aa-6ef28d0414c8' data-name='Layer 2'%3E%3Cpolygon points='17.5 6.5 17.5 21.5 1.5 21.5 1.5 0.5 11.5 0.5 17.5 6.5' style='fill:none;stroke:%2376777a;stroke-linejoin:round'/%3E%3Cpolyline points='17 6.5 11.5 6.5 11.5 1.04' style='fill:none;stroke:%2376777a;stroke-linejoin:round'/%3E%3Crect x='0.5' y='11.5' width='18' height='7' style='fill:%2376777a;stroke:%2376777a;stroke-linejoin:round'/%3E%3Cpath d='M6.26,14.39,7,13H8L6.79,15,8,17H7l-.77-1.39L5.5,17h-1l1.19-2L4.57,13h.95Z' style='fill:%23fff'/%3E%3Cpath d='M9.22,16.34H11V17H8.4V13h.82Z' style='fill:%23fff'/%3E%3Cpath d='M13.49,16a.41.41,0,0,0-.16-.36,2.26,2.26,0,0,0-.59-.26,4.89,4.89,0,0,1-.68-.28,1.09,1.09,0,0,1-.67-1,1,1,0,0,1,.18-.58,1.11,1.11,0,0,1,.52-.39,1.87,1.87,0,0,1,.76-.15,1.81,1.81,0,0,1,.76.16,1.18,1.18,0,0,1,.52.43,1.12,1.12,0,0,1,.19.64H13.5a.52.52,0,0,0-.18-.42.69.69,0,0,0-.48-.15.8.8,0,0,0-.47.12.41.41,0,0,0-.16.34.39.39,0,0,0,.19.33,2.6,2.6,0,0,0,.58.24,2.68,2.68,0,0,1,1,.52,1.06,1.06,0,0,1,.32.78,1,1,0,0,1-.39.81,1.71,1.71,0,0,1-1.06.29,2,2,0,0,1-.83-.16,1.37,1.37,0,0,1-.58-.46,1.23,1.23,0,0,1-.2-.68h.83q0,.66.78.66a.76.76,0,0,0,.46-.12A.38.38,0,0,0,13.49,16Z' style='fill:%23fff'/%3E%3Crect x='4' y='7' width='6' height='1' style='fill:%2376777a'/%3E%3Crect x='4' y='9' width='11' height='1' style='fill:%2376777a'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
table.wd_sec_filings a.wd_document.wd_document_xls:hover:before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 22'%3E%3Cg id='e2d2402a-cc9c-4b6b-9796-82c150573d61' data-name='Layer 2'%3E%3Cg id='b28878a4-7950-4d0c-84aa-6ef28d0414c8' data-name='Layer 2'%3E%3Cpolygon points='17.5 6.5 17.5 21.5 1.5 21.5 1.5 0.5 11.5 0.5 17.5 6.5' style='fill:none;stroke:%23569bca;stroke-linejoin:round'/%3E%3Cpolyline points='17 6.5 11.5 6.5 11.5 1.04' style='fill:none;stroke:%23569bca;stroke-linejoin:round'/%3E%3Crect x='0.5' y='11.5' width='18' height='7' style='fill:%23569bca;stroke:%23569bca;stroke-linejoin:round'/%3E%3Cpath d='M6.26,14.39,7,13H8L6.79,15,8,17H7l-.77-1.39L5.5,17h-1l1.19-2L4.57,13h.95Z' style='fill:%23fff'/%3E%3Cpath d='M9.22,16.34H11V17H8.4V13h.82Z' style='fill:%23fff'/%3E%3Cpath d='M13.49,16a.41.41,0,0,0-.16-.36,2.26,2.26,0,0,0-.59-.26,4.89,4.89,0,0,1-.68-.28,1.09,1.09,0,0,1-.67-1,1,1,0,0,1,.18-.58,1.11,1.11,0,0,1,.52-.39,1.87,1.87,0,0,1,.76-.15,1.81,1.81,0,0,1,.76.16,1.18,1.18,0,0,1,.52.43,1.12,1.12,0,0,1,.19.64H13.5a.52.52,0,0,0-.18-.42.69.69,0,0,0-.48-.15.8.8,0,0,0-.47.12.41.41,0,0,0-.16.34.39.39,0,0,0,.19.33,2.6,2.6,0,0,0,.58.24,2.68,2.68,0,0,1,1,.52,1.06,1.06,0,0,1,.32.78,1,1,0,0,1-.39.81,1.71,1.71,0,0,1-1.06.29,2,2,0,0,1-.83-.16,1.37,1.37,0,0,1-.58-.46,1.23,1.23,0,0,1-.2-.68h.83q0,.66.78.66a.76.76,0,0,0,.46-.12A.38.38,0,0,0,13.49,16Z' style='fill:%23fff'/%3E%3Crect x='4' y='7' width='6' height='1' style='fill:%23569bca'/%3E%3Crect x='4' y='9' width='11' height='1' style='fill:%23569bca'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
table.wd_sec_filings a.wd_document.wd_document_xbrl_viewer:before,
table.wd_sec_filings a.wd_document.wd_document_xbrl_download:before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 22'%3E%3Cg id='f9cee371-1a76-432f-9972-c98e4df6ee76' data-name='Layer 2'%3E%3Cg id='f93bc94a-d2bd-4cc9-8931-316d2eaee6fe' data-name='Layer 2'%3E%3Cpolygon points='17.5 6.5 17.5 21.5 1.5 21.5 1.5 0.5 11.5 0.5 17.5 6.5' style='fill:none;stroke:%2376777a;stroke-linejoin:round'/%3E%3Cpolyline points='17 6.5 11.5 6.5 11.5 1.04' style='fill:none;stroke:%2376777a;stroke-linejoin:round'/%3E%3Crect x='0.5' y='11.5' width='18' height='7' style='fill:%2376777a;stroke:%2376777a;stroke-linejoin:round'/%3E%3Cpath d='M4.41,14.39,5.16,13H6.1L4.94,15l1.19,2h-1l-.77-1.39L3.65,17h-1l1.19-2L2.72,13h.95Z' style='fill:%23fff'/%3E%3Cpath d='M6.54,17V13h1.4A1.81,1.81,0,0,1,9,13.3a.93.93,0,0,1,.37.81.88.88,0,0,1-.57.84.87.87,0,0,1,.49.31,1,1,0,0,1,.17.57,1.07,1.07,0,0,1-.36.87,1.64,1.64,0,0,1-1.05.3Zm.82-2.31H8c.42,0,.62-.18.62-.5a.47.47,0,0,0-.15-.39.84.84,0,0,0-.5-.12H7.36Zm0,.58v1.07h.71a.69.69,0,0,0,.45-.14.46.46,0,0,0,.16-.38.49.49,0,0,0-.56-.55Z' style='fill:%23fff'/%3E%3Cpath d='M11.59,15.54h-.65V17h-.82V13H11.6a1.68,1.68,0,0,1,1.09.31,1.11,1.11,0,0,1,.38.89,1.21,1.21,0,0,1-.18.68,1.15,1.15,0,0,1-.53.43L13.22,17v0h-.88Zm-.65-.66h.66a.65.65,0,0,0,.48-.16.56.56,0,0,0,.17-.43.65.65,0,0,0-.16-.45.7.7,0,0,0-.49-.16h-.66Z' style='fill:%23fff'/%3E%3Cpath d='M14.51,16.34h1.74V17H13.69V13h.82Z' style='fill:%23fff'/%3E%3Crect x='4' y='7' width='6' height='1' style='fill:%2376777a'/%3E%3Crect x='4' y='9' width='11' height='1' style='fill:%2376777a'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
table.wd_sec_filings a.wd_document.wd_document_xbrl_viewer:hover:before,
table.wd_sec_filings a.wd_document.wd_document_xbrl_download:hover:before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 22'%3E%3Cg id='f9cee371-1a76-432f-9972-c98e4df6ee76' data-name='Layer 2'%3E%3Cg id='f93bc94a-d2bd-4cc9-8931-316d2eaee6fe' data-name='Layer 2'%3E%3Cpolygon points='17.5 6.5 17.5 21.5 1.5 21.5 1.5 0.5 11.5 0.5 17.5 6.5' style='fill:none;stroke:%23569bca;stroke-linejoin:round'/%3E%3Cpolyline points='17 6.5 11.5 6.5 11.5 1.04' style='fill:none;stroke:%23569bca;stroke-linejoin:round'/%3E%3Crect x='0.5' y='11.5' width='18' height='7' style='fill:%23569bca;stroke:%23569bca;stroke-linejoin:round'/%3E%3Cpath d='M4.41,14.39,5.16,13H6.1L4.94,15l1.19,2h-1l-.77-1.39L3.65,17h-1l1.19-2L2.72,13h.95Z' style='fill:%23fff'/%3E%3Cpath d='M6.54,17V13h1.4A1.81,1.81,0,0,1,9,13.3a.93.93,0,0,1,.37.81.88.88,0,0,1-.57.84.87.87,0,0,1,.49.31,1,1,0,0,1,.17.57,1.07,1.07,0,0,1-.36.87,1.64,1.64,0,0,1-1.05.3Zm.82-2.31H8c.42,0,.62-.18.62-.5a.47.47,0,0,0-.15-.39.84.84,0,0,0-.5-.12H7.36Zm0,.58v1.07h.71a.69.69,0,0,0,.45-.14.46.46,0,0,0,.16-.38.49.49,0,0,0-.56-.55Z' style='fill:%23fff'/%3E%3Cpath d='M11.59,15.54h-.65V17h-.82V13H11.6a1.68,1.68,0,0,1,1.09.31,1.11,1.11,0,0,1,.38.89,1.21,1.21,0,0,1-.18.68,1.15,1.15,0,0,1-.53.43L13.22,17v0h-.88Zm-.65-.66h.66a.65.65,0,0,0,.48-.16.56.56,0,0,0,.17-.43.65.65,0,0,0-.16-.45.7.7,0,0,0-.49-.16h-.66Z' style='fill:%23fff'/%3E%3Cpath d='M14.51,16.34h1.74V17H13.69V13h.82Z' style='fill:%23fff'/%3E%3Crect x='4' y='7' width='6' height='1' style='fill:%23569bca'/%3E%3Crect x='4' y='9' width='11' height='1' style='fill:%23569bca'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
table.wd_sec_filings tfoot a {
	border: 1px solid #e4e8e8;
	margin: 10px;
	padding: 4px;
}
div.wd_ir_secfilings div.wd_selector {
	float: none;
	margin: 20px 0;
}
div.wd_ir_secfilings div.wd_selector span.wd_label {
	width: 140px;
	margin: 0 5px 0 0;
}

/* END IR Specific */

/* Buttons and Backgrounds */
#wd_printable_content button,
#wd_printable_content input[type=submit] {
	font-size: .8rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	background-color: #569bca;
	border: 2px solid #569bca;
	border-radius: 0;
	height: 42px;
	margin: 10px 0;
	transition: 300ms ease-in-out;
}
#wd_printable_content input[type=submit]:hover {
	color: #569bca;
	background-color: #fff;
}
.more {
	clear: both;
	margin: 32px 0 16px 0!important;
}
.more a {
	font-size: .8rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	color: #76777a;
	background-color: #fff;
	border: 2px solid #76777a;
	border-radius: 0;
	padding: 0.75rem 2rem;
	transition: 300ms ease-in-out;
}
.more:hover a {
	color: #fff;
	background-color: #76777a;
}

.more-white {
	clear: both;
	margin: 32px 0 16px 0!important;
}
.more-white a {
	font-size: .8rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 0;
	padding: 0.75rem 2rem;
	transition: 300ms ease-in-out;
}
.more-white:hover a {
	background-color: #ffffff;
	color: #76777a;
}
/* END Buttons and Backgrounds */

/* Datepicker */
button[id^="wd_wai"]:before {
	display: none;
}
button.icon.wd_wai_dp_button span.wd_datepicker-icon {
	color: #fff;
}
div.wd_wai_datepicker div.wd_wai_datepickerDialog {
	border: 3px solid #284868;
}
div.wd_wai_datepicker .wd_wai_header {
	background-color: #284868;
}
#wd_printable_content div[id^="wd_datepicker_dialog"] .wd_wai_header button[class^="wd_wai"] {
	background-color: #284868;
	border: none;
	height: auto;
}
#wd_printable_content div[id^="wd_datepicker_dialog"] button[class^="wd_wai"] {
	background-color: #eeeeee;
	border: 1px solid #76777a;
	color: #76777a;
}
#wd_printable_content div[id^="wd_datepicker_dialog"] button.wd_wai_dialogButton {
	background-color: initial;
	color: initial;
	border: initial;
}	
/* END Datepicker */

/* Formbuilder */
select::-ms-expand {
	border: none;
	margin-left: 50px;
	background-color: #fff;
}
#wd_printable_content input,
#wd_printable_content select {
	display: inline-block;
	width: auto;
	vertical-align: middle;
	font-size: 1rem;
	line-height: 1;
	color: #54565a;
	background-color: #fff;
	border: 1px solid #bbb;
	border-radius: 0;
	height: 42px;
}
#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=checkbox],
#wd_printable_content input[type=radio] {
	height: auto;
	margin-right: 5px;
}
#wd_printable_content input[type=file] {
	border: none;
}
#wd_printable_content textarea {
	border: 1px solid #bbb;
}
.wd_form_field {
	clear: both;
}
.wd_form_field .wd_form_field_input,
.wd_form_field {
	overflow: visible;
}
#wd_printable_content label,
#wd_printable_content legend {
	font-weight: 700;
	text-transform: uppercase;
}
div.wd_form_footer {
	margin: 5px;
}
div.wd_form_field.wd_form_field_pos_below div.wd_form_field_label,
div.wd_form_field.wd_form_field_pos_below div.wd_form_field_input {
	margin-left: 0;
}

/* Page Filters */
.wd_search_basic_fields {
	background-color: transparent;
	border: none;
	padding: 0;
}
/* Page Filters */

/* Pagination */
.wd_page_menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 20px 0;
}

.wd_page_limit,
.wd_page_menu nav {
	flex-basis: 100%;
	text-align: center;
	float: none;
	margin: 20px 0;
	padding: 0;
}
.wd_page_limit {
	display: none;
}
.wd_linkmenu-header {
	border-radius: 0;	
	padding: 6px 2px;
}
#wd_printable_content ul.wd_page_links {
	float: none;
	margin: 0;
}
#wd_printable_content li.wd_page_link {
	color: #76777a;
	background-color: #fff;
	border: 1px solid #e4e8e8;
	border-radius: 0;
	width: 2em;
	height: 2em;
	margin: 10px;
	padding: 4px;
}
#wd_printable_content li.wd_page_link a {
	text-decoration: none;
	color: #76777a;
}
#wd_printable_content li.wd_page_link:hover {
	background-color: #76777a;
	border-color: #76777a;
}
#wd_printable_content li.wd_page_link:hover a,
#wd_printable_content li.wd_page_link:hover span {
	color: #fff;
}
#wd_printable_content li.wd_page_link.wd_page_active {
	color: #fff;
	background-color: #569bca;
	border-color: #569bca;
	border-radius: 0;
}
.wd_linkmenu-header:hover .wd_linkmenu-icon {
	border-color: transparent;
	background-color: transparent;
	color: #000;
}
/* END Formbuilder */

/* Toolbar - importants added to override inline styles  */
div.wd_toolbar.wd_toolbar-main {
	position: relative;
	border-top: 1px solid #bbb;
	border-bottom: none;
	margin: 20px 0 0 0;
	padding: 40px 0 0 0;
}
div.wd_toolbar.wd_toolbar-detail {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	margin: 20px 0;
	padding: 20px 0;
}
div.wd_toolbar ul.wd_tools {
	text-align: center;
}
div.wd_toolbar ul.wd_tools li.wd_tool {
	display: inline-block;
	float: none;
	margin: 0 10px!important;
}
span.wd_tool_icon > a:link, 
span.wd_tool_icon > a:visited {
	background-color: transparent!important;
	color: #54565A!important;
}
/* END Toolbar */

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

/* Featureboxes */
div.wd_featurebox {}
div.wd_featurebox_container {
	margin: 0 0 40px 0;
	padding: 20px 0;
}
div.wd_featurebox_title {
	font-size: 1.7rem;
	line-height: 1.2;
	font-weight: 700;
	text-align: center;
	text-transform: none;
	color: #76777a;
	margin: 0 0 2rem 0;
}

div.wd_featureboxes_top {}
div.wd_featureboxes_top div.wd_featurebox {}
div.wd_featureboxes_top div.wd_featurebox_container {}
div.wd_featureboxes_top div.wd_featurebox_title {}

div.wd_featureboxes_left {}
div.wd_featureboxes_left div.wd_featurebox {}
div.wd_featureboxes_left div.wd_featurebox_container {
	padding: 0 0 0 1.5rem;
}
div.wd_featureboxes_left div.wd_featurebox_title {}

div.wd_featureboxes_left div.wd_featurebox div.wd_ticker_label {
	text-align: left;
}

div.wd_featureboxes_middle {}
div.wd_featureboxes_middle div.wd_featurebox {}
div.wd_featureboxes_middle div.wd_featurebox_container {}
div.wd_featureboxes_middle div.wd_featurebox_title {}

section#wd_bottom-fb {
	background: #569BCA;
}
div.wd_featureboxes_bottom {
	padding: 64px 0;
}
div.wd_featureboxes_bottom div.wd_featurebox {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	color: #fff;
}
div.wd_featureboxes_bottom div.wd_featurebox_container {}
div.wd_featureboxes_bottom div.wd_featurebox_title {
	font-size: 1.1rem;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 1.5px;
	color: #fff;
	margin: 0 0 1rem 0;
}
div.wd_featureboxes_bottom div.wd_featurebox .wd_left {
	flex-basis: 40%;
	
}
div.wd_featureboxes_bottom div.wd_featurebox .wd_right {
	flex-basis: 40%;
	order: 2;
}
section#wd_bottom-fb div.wd_featureboxes_bottom div.wd_featurebox .wd_left ul {
	display: flex;	
	flex-wrap: wrap;
	gap: .5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}
section#wd_bottom-fb div.wd_featureboxes_bottom div.wd_featurebox .wd_left ul li {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 140px;
	text-align: center;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 7'%3E%3Cdefs%3E%3Cstyle%3E.b687e12e-53b0-49d8-a250-5408c2594e6f%7Bfill:%234d8db8;%7D%3C/style%3E%3C/defs%3E%3Cg id='ba9723c6-2afb-4448-b1c1-53877cf3b9a3' data-name='Layer 2'%3E%3Cg id='f500274e-5f72-4dbb-b2db-d7410b92d8c5' data-name='Layer 1'%3E%3Cpolygon class='b687e12e-53b0-49d8-a250-5408c2594e6f' points='6 1 6 2 5 2 5 3 4 3 4 4 3 4 3 5 2 5 2 6 1 6 1 7 2 7 3 7 3 6 4 6 4 5 5 5 5 4 6 4 6 3 7 3 7 2 7 1 6 1'/%3E%3Cpolygon class='b687e12e-53b0-49d8-a250-5408c2594e6f' points='1 1 2 1 2 0 1 0 0 0 0 1 0 2 1 2 1 1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") top left/7px 7px;
	margin: 0;
	padding: 0;
}
section#wd_bottom-fb div.wd_featureboxes_bottom div.wd_featurebox .wd_left ul li:before {
	content: "";
	position: absolute;
	background-color: #518fb9;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 300ms ease-in-out;
	z-index: 1;
}
section#wd_bottom-fb div.wd_featureboxes_bottom div.wd_featurebox .wd_left ul li:hover:before {
	opacity: 1;
}
div.wd_featureboxes_bottom div.wd_featurebox h2,
div.wd_featureboxes_bottom div.wd_featurebox span,
div.wd_featureboxes_bottom div.wd_featurebox a {
	color: #fff;
}
div.wd_featureboxes_bottom div.wd_featurebox h2 {
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1.4em;
}
div.wd_featureboxes_bottom div.wd_featurebox a {
	text-decoration: none;
}
div.wd_featureboxes_bottom div.wd_featurebox p.more-white:hover a {
	color: initial;
}
div.wd_featureboxes_bottom div.wd_featurebox .wd_left ul li img {
	position: relative;
	display: block;
	height: 56px;
	width: auto;
	margin: 0 auto 10px;
	z-index: 2;
}
div.wd_featureboxes_bottom div.wd_featurebox span {
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

#wd_featurebox-financial_2 div.wd_featurebox_title {
	display: none;
}
#wd_featurebox-financial_2 div.wd_featurebox_container,
#wd_featurebox-financial_2 div.wd_ticker_label,
#ir_featurebox_2-footer {
	text-align: center;
}
#wd_featurebox-financial_2 div.wd_ticker_label span {
	font-size: 1.2rem;
	font-weight: 300;
	text-transform: uppercase;
	color: #569bca;
	letter-spacing: 1.5px;
	margin: 0 0 .5rem 0;
}
#ir_featurebox_2-quote {
	text-align: center;
}
#ir_featurebox_2-quote div.wd_quote-price {
	font-size: 4rem;
}

div.wd_newsfeed_releases-teaser div.subscribe_link,
div.wd_newsfeed_releases-teaser div.wd_summary,
div.wd_newsfeed_releases-teaser div.wd_thumbnail,
div.wd_newsfeed_releases-teaser ul.wd_asset_icon_link_list {
	display: none;
}
div.wd_newsfeed_releases-teaser {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
div.wd_newsfeed_releases-teaser .item {
	flex-basis: calc(50% - 20px);
	margin: 10px 0;
	padding: 10px 0;
}
div.wd_newsfeed_releases-teaser .item div.wd_title a {
	color: #76777a;
	text-decoration: none;
}
div.wd_newsfeed_releases-teaser .item div.wd_date {
	color: #569BCA;
}

#wd_featurebox-standard_2 .wd_featurebox p > a {
	color: #76777a;
	text-decoration: none;
}
#wd_featurebox-standard_2 .wd_featurebox p > a span {
	margin: 0 0 0 10px;
}
#wd_featurebox-standard_2 .wd_featurebox p > a:hover span {
	color: #569BCA;
	text-decoration: underline;
}
#wd_featurebox-standard_2 .wd_featurebox p > a > img,
#wd_featurebox-standard_2 .wd_featurebox p a img {
	max-width: 20px;
	height: auto;
}
/* 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: 1199px) {}

@media (max-width: 1024px) {
	#wd_page-intro .wd_mobile-subnav {
		display: block;
	}
	.wd_leftsidebar {
		display: none;
	}
	.wd_main-content {
		width: 100%!important;/* override client styles */
	}
}

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

/* Medium devices (tablets) */
@media (max-width: 812px) {
	div.wd_board_members .wd_item {
		flex-wrap: wrap;
		justify-content: space-evenly;
		padding: 20px;
	}
	div.wd_board_members .wd_item div.wd_captioned_image,
	div.wd_board_members .wd_item div.wd_item_wrapper {
		flex-basis: 100%;
	}
	div.wd_board_members .wd_item div.wd_captioned_image {
		margin: 0 0 20px 0!important; /* override inline styles */
	}
	div.wd_board_members .wd_item h2.wd_title,
	div.wd_board_members .wd_item p:first-of-type {
		text-align: center;
	}
	div.wd_board_members .wd_item h2.wd_title {
		margin-bottom: .5rem;
	}
	div.wd_featurebox_container {
		margin: 0;
		padding: 32px 64px; 
	}
	div.wd_newsfeed_releases-teaser .item {
		flex-basis: 100%;
	}
	div.wd_featureboxes_bottom {
		padding: 64px;
	}
	div.wd_featureboxes_bottom div.wd_featurebox {
		flex-wrap: wrap;
	}
	div.wd_featureboxes_bottom div.wd_featurebox .wd_left,
	div.wd_featureboxes_bottom div.wd_featurebox .wd_right {
		flex-basis: 100%;
	}
	div.wd_featureboxes_bottom div.wd_featurebox .wd_left {
		max-width: 320px;
		margin-bottom: 2rem;
	}
	section#wd_bottom-fb div.wd_featureboxes_bottom div.wd_featurebox .wd_left ul li
{
		width: 100px;
		height: 100px;
	}
	section#wd_bottom-fb div.wd_featureboxes_bottom div.wd_featurebox .wd_left ul {
		max-width: 360px;
	}
	div.wd_featureboxes_bottom div.wd_featurebox .wd_left ul li img {
		height: 40px;
	}
}
@media (max-width: 769px) {
	.wd_pageid_63 .wd_category_items .item {
		flex-basis: calc(50% - 20px);
	}
	div.wd_newsfeed_releases .wd_heading {
		display: none;
	}
	div.wd_newsfeed_releases .wd_item_wrapper {
		flex-wrap: wrap;
		padding: 10px;
	}
	div.wd_newsfeed_releases .wd_left,
	div.wd_newsfeed_releases .wd_right,
	div.wd_newsfeed_releases .wd_center {
		flex-basis: 100%;
		min-width: 100%;
		padding: 0;
	}
	div.wd_newsfeed_releases .wd_item {
		border: 1px solid #bbbbbb;
		padding: 10px;
	}
	div.wd_events div.wd_event {
		flex-wrap: wrap-reverse;
	}
	div.wd_event_sidebar {
		width: 100%;
	}
	div.wd_event_info {
		flex-basis: 100%;
	}
	div.wd_newsfeed_releases-teaser .item {
		flex-basis: 100%;
	}
}

/* Small devices (landscape phones) */
@media (max-width: 575px) {
	#wd_printable_content input, 
	#wd_printable_content button, 
	#wd_printable_content select {
		width: 100%;
		margin: 10px 0;
	}
	#wd_printable_content input[type="text"] {
		max-width: 100%;
	}
	#wd_printable_content input[type="checkbox"], 
	#wd_printable_content input[type="radio"] {
		width: auto;
	}
	#wd_printable_content ul.wd_item_list {
		margin: 40px 0;
	}
	#wd_printable_content .item, 
	#wd_printable_content .wd_item {
		margin: 10px 0 0 0;
		padding: 10px 0 20px 0;
	}
	.wd_wai_datepicker .wd_wai_datepickerDialog {
		width: 99%;
	}
	.wd_content-wrap .page_header, 
	.wd_content-wrap .category_header {
		padding: 20px;
	}
	.wd_pageid_63 .wd_category_items {
		text-align: center;
	}
	.wd_pageid_63 .wd_category_items .item {
		flex-basis: 100%;
		border-bottom: 1px solid #bbb;
	}
	.wd_pageid_63 .wd_category_items .item:last-child {
		border-bottom: none;
	}
	.wd_pageid_63 .item table.wd_imagetable img {
		display: block;
		margin: 0 auto;
	}
	div.wd_chart_dates {
		float: none;
		white-space: normal;
	}
}

/* CLIENT CSS OVERRIDES */
header#fh_intrado-header .header-content-container .main-nav-container .mobile-nav     -content-container .mobile-nav-container .wd_search_form_container {
	position: relative;
}
header#fh_intrado-header .header-content-container .search-content-container .search-container form input[type=submit],
header#fh_intrado-header .header-content-container .main-nav-container .mobile-nav-content-container .mobile-nav-container form.wd_search_form input[type=submit] {
	position: absolute;
	top: 20%;
	right: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.85 14.85'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2376777a;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EAsset 2%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Main'%3E%3Cpath class='cls-1' d='M13.71,14.85a1.09,1.09,0,0,1-.8-.34l-3.06-3a6.29,6.29,0,1,1,1.61-1.61l3.06,3.06a1.12,1.12,0,0,1,.33.8A1.14,1.14,0,0,1,13.71,14.85ZM6.28,2.29a4,4,0,1,0,4,4A4,4,0,0,0,6.28,2.29Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	width: 1.3rem;
	height: 1.3rem;
	background-size: 1.25rem;
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	color: transparent;
	border: none;
}
header#fh_intrado-header .header-content-container .main-nav-container .mobile-nav-content-container .mobile-nav-container form.wd_search_form input[type="submit"] {
	bottom: 10px;
}
header#fh_intrado-header .header-content-container .main-nav-container .mobile-nav     -content-container .mobile-nav-container form.wd_search_form input[type=text] {
	padding: 1rem 4rem 1rem 1rem;
}
#wd_page-intro div.elementor-container {
	display: block;
}
