 /* 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 {
	margin-top: 30px;
}
.page_header {
	margin: 30px auto 20px;
    max-width: 1140px;
    width: calc(100% - 80px);
}
.wd_pageid_45 .page_header {
    display: none;
}
.detail_header,
.detail_subheader,
.category_name {}
.category_intro {}

.local-nav-scrolled {
    position: fixed;
    border-bottom: 2px solid #e8e8e7;
    left: 0;
}
.wd_nav .open .downarrow {
     display: inline-block; 
}
.wd_nav .open .downarrow svg {
    transform: rotate(180deg);
}
/* END Header styles */

/* General */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
h1 {
    font-size: 3.6rem;
    line-height: 3.2rem;
	font-family: inherit;
    font-weight: 400;
    letter-spacing: -0.09px;
    color: rgba(60,60,60,1);
}
h2 {
    font-size: 2.8rem;
    line-height: 3rem;
    font-weight: 400;
    color: rgba(23,15,95,1);
}
.wd_pageid_123 #wd_printable_content h2 {
	font-size: 3.2rem;
}
h3 {
	font-size: 3.2rem;
    line-height: 1.26;
    font-weight: 400;
    color: rgba(23,15,95,1);
}

h4 {
    font-size: 2.4rem;
    line-height: 1.26;
    font-weight: 400;
    color: rgba(23,15,95,1);
    letter-spacing: -0.09px;
    /* margin-top: 1em; */
}
p {
    padding: 0;
    margin: 0 0 2.4rem 0;
    line-height: 1.750em;
	font-size: 1em;
}
p.more {
	margin: 2em 0;
}
p.more a {
    border-radius: 24px;
    border: solid 1px rgba(16,16,235,1);
    min-height: 48px;
    color: rgba(16,16,235,1);
    transition: all .5s ease;
    font-weight: 600;
    justify-content: center;
    padding: 0 2em;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}
p.more a:hover {
	background-color: white;
}
p.more a {
	text-decoration: none;
}
#wd_printable_content > * {
	max-width: 1140px;
	width: calc(100% - 80px);
}
#wd_printable_content {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.main-content > div:not(#wd_printable_content, .wd_fb_fullbg) {
	max-width: 1140px;
	width: calc(100% - 80px);
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 1024px) {
	h2 {
		font-size: 4.4rem;
		line-height: 4.6rem;
	}
}
@media (min-width: 768px) {
    .wd_dividend_rowyears {
        background-color: #F2F2F2;
    }

    tr.wd_dividend_rowyears td:first-child {
    border-left: 4px solid #000;
}

tr.wd_dividend_rowyears td {
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
}

tr.wd_dividend_rowyears td:last-child {
    border-right: 4px solid #000;
}

	h1 {
		font-size: 5rem;
		line-height: 5.2rem;
	}
}
.wd_imagetable tr td {
    border: 0;
    padding: 0;
}
/* END General */

.item, .wd_item {
	margin: 10px 0;
	padding: 10px 0;
}
.item_name,
.item_name a,
.category_name a,
.wd_title,
.wd_item .wd_title,
.wd_newsfeed_releases-teaser .wd_title,
.wd_documents_item_list > .wd_documents_item > .wd_title {
	color: #004b87;
	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 {
	margin: 0 0 2rem;
    font-size: 1em;
	color: #53565a; 
}
.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;
}

/* Nav */
nav.local-nav ul.wd_nav {
    display: flex;
    justify-content: space-between;
	max-width: 1140px;
    margin: 0 auto;
    width: calc(100% - 80px);
}
nav.local-nav ul.wd_nav li {
	min-width: 0;
}
nav.local-nav ul.wd_nav a {
	padding: 10px;
}
nav.local-nav ul.wd_nav > li > a {
    color: rgba(20,15,75,1);
    font-weight: 600;
}
nav.local-nav ul.wd_nav > li:first-child > a {
	margin-left: -10px;
}
nav.local-nav ul.wd_nav > li.active:first-child > a {
    margin-left: 0;
}
nav.local-nav ul.wd_nav li ul a {
	padding-left: 20px;
}
.local-nav .open>.dropdown-menu {
	width: 220px;
}
nav.local-nav ul a {
	color: #007cbd;
	font-size: 16px;
}
nav.local-nav ul a svg {
	width: 10px;
	height: 10px;
}
.local-nav li.active>a {
    background: #f2f2f2;
}

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

/* Custom Classes */
.wd_explore_title {
    font-size: 1.8rem!important; /* override any other font sizing */
}
/* END Custom Classes */

/* Standard */
div.wd_standard {}


/* Quarterly Results / Annual Meeting */
.wd_pageid_120 div.wd_category_info h1.category_header,
.wd_pageid_182 div.wd_category_info h1.category_header {
    font-size: 16px;
    font-weight: 700;
    color: #001E46;
    margin-bottom: 0;
    line-height: normal;
}
.wd_pageid_120 .wd_standard .item .item_name,
.wd_pageid_182 .wd_standard .item .item_name {
	background-color: #001e46;
    padding: 7px 5px;
    border-radius: 0px;
    font-weight: 700;
	color: #FFF;
	font-size: 16px;
}
.wd_pageid_182 .item ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
    margin-top: 24px;
    text-align: center;
    column-gap: 20px;
    flex-wrap: wrap;
    row-gap: 20px;
}
.wd_pageid_182 .item ul li {
    max-width: 20%;
}
.wd_chart-bar_icon,
.wd_chart-pie_icon,
.wd_microphone_icon,
.wd_filetext_icon {
    padding-top: 70px;
    display: inline-block;
    position: relative;
    color: #001e46;
    text-decoration: underline;
    font-family: 'Avenir Next World Bold', sans-serif;
    font-size: 14px;
}
.wd_chart-bar_icon:before,
.wd_chart-pie_icon:before,
.wd_microphone_icon:before,
.wd_filetext_icon:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    width: 50px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.wd_chart-bar_icon:before {
    background-image: url(../images/Icon-awesome-chart-bar.svg);
}
.wd_chart-pie_icon:before {
    background-image: url(../images/Icon-awesome-chart-pie.svg);
}
.wd_microphone_icon:before {
    background-image: url(../images/Icon-awesome-microphone-alt.svg);
}
.wd_filetext_icon:before {
    background-image: url(../images/Icon-feather-file-text.svg);
}
.wd_pageid_120 .item p,
.wd_pageid_182 .item p {
    margin-bottom: 1rem;
}
.wd_annual_meeting {
    background-color: #f5f5f5;
    padding: 3.2rem;
    margin: 20px 0;
}
/* END Quarterly Results / Annual Meeting */

/* Historical Share Page */
.wd_pageid_181 .wd_attachment {
	margin: 0;
}
.wd_pageid_181 .wd_attachment .wd_attachment_image, 
.wd_pageid_181 .wd_attachment .wd_attachment_description, 
.wd_pageid_181 .wd_attachment .wd_attachment_size, 
.wd_pageid_181 .wd_attachment .wd_attachment_spacer {
    display: none;
}
.wd_pageid_181 .wd_attachment .wd_attachment_info {
    padding: 0;
    border: 0;
}
.wd_pageid_181 .wd_attachment .wd_attachment_info a {
	margin: 1em 0;
    border-radius: 24px;
    border: solid 1px rgba(16,16,235,1);
    line-height: 48px;
    background-color: rgba(16,16,235,1);
    color: #fff;
    transition: all .5s ease;
    width: fit-content;
    font-weight: 600;
    justify-content: center;
    padding: 0 2em;
    display: inline-block;
}
.wd_pageid_181 .wd_attachment .wd_attachment_info a:hover {
	text-decoration: none;
}
/* END Historical Share Page */

/* Dividend History */
.wd_pageid_177 #wd_printable_content table {
    max-width: 912px;
    margin-left: auto;
    margin-right: auto;
}
.wd_pageid_177 .item_name {
    font-size: 2.8rem;
    line-height: 3rem;
    font-weight: 400;
    color: rgba(23,15,95,1);
    font-size: 4.4rem;
    line-height: 4.6rem;
}
.wd_pageid_177 th {
    border-color: #170f5f;
    background: #fff;
    border-top: 1px solid #170f5f;
    color: rgba(60,60,60,1);
    font-weight: 400;
}
/* END Dividend History */

/* FAQs */

.wd_pageid_118 .wd_standard .item .wd_item_wrapper {
    display: none;
    padding: 15px 10px;
}

.wd_pageid_118 .wd_standard .item {
    padding:10px;
    margin: 0;
    border-top: 1px solid #e0e0e0;
    transition: all 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
}

.wd_pageid_118 .wd_standard .item:hover {
    background-color: #e5e5e5;
}

.wd_pageid_118 .wd_standard .item.wd_active:hover {
    background-color: #FFF;
}

.wd_pageid_118 .wd_standard .item:hover .wd_item_wrapper {
    background-color: #FFF;
}

.wd_pageid_118 .wd_standard .item .item_name a,
.wd_pageid_118 .wd_standard .item .item_name {
    position: relative;
	margin: 0;
	padding-right: 30px;
}

.wd_pageid_118 .item_name:after {
    content: "\f078";
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.wd_pageid_118 .item_name.open:after {
	transform: translateY(-50%) rotate(180deg);
}

.wd_pageid_118 .wd_standard .item .item_name span.fa{
    padding-left: 5px;
}

.wd_pageid_118 .wd_standard .item .item_name:hover {
    cursor: pointer;
}

.wd_pageid_118 .wd_standard .item .item_summary {
	display: none;
}



/* END FAQs */

/* END Standard */

/* Responsive Tables */
.wd_col_tbl-mobile {
	display: none;
}
.wd_pageid_179 table.responsive {
    table-layout: fixed;
}

/* END Responsive Tables */

/* 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_month_header {
	background: none;
	border: none;
	border-bottom: 1px solid #666;
    border-radius: 0;
    padding: 1em 0;
}
.wd_events .wd_events_past_summary {
	display: none !important;
}
#wd_printable_content .wd_events_inputs select {
    margin: 5px 5px 5px 0;
    font-size: 1.2rem;
    display: inline-block;
    padding: 3px 12px;
    font-size: 16px;
    line-height: 1.3;
    color: #555;
    min-width: 200px;
    width: auto;
}
.wd_events-detail .item_date,
.wd_events .item_date {
    font-size: 1.6rem;
}
.wd_events .wd_event_info {
    max-width: calc(100% - 266px);
}
.wd_events_inputs button {
    color: #fff;
    height: 34px;
    margin: 5px 0;
    line-height: 1.3;
    vertical-align: top;
    border-radius: 24px;
    border: solid 1px rgba(16,16,235,1);
    background-color: rgba(16,16,235,1);
    transition: all .5s ease;
    width: fit-content;
    font-weight: 600;
    justify-content: center;
    padding: 0 2em;
}
.wd_events .wd_events_list .wd_event {
    display: flex;
    flex-wrap: wrap;
}
.wd_events .wd_events_more {
    margin-top: 2em;
    border-radius: 24px;
    border: solid 1px rgba(16,16,235,1);
    min-height: 48px;
    color: rgba(16,16,235,1);
    transition: all .5s ease;
    width: auto;
    font-weight: 600;
    background-color: transparent;
    margin-bottom: 2em;
    justify-content: center;
    padding: 0 2em;
}
.wd_events .wd_events_more span.fa {
	display: none;
}
.wd_attachment_wrapper {
    overflow: hidden;
}
.wd_events .wd_more {
    display: none;
}
.wd_events-detail .wd_title {
    margin-top: 30px;
    font-size: 20px;
}
.wd_events-detail .wd_event {
    display: flex;
    flex-wrap: wrap;
}
.wd_events-detail .wd_event_sidebar {
    float: none;
}
.wd_events-detail .wd_attachment_container:first-child {
    margin-top: 0;
}
/* END Events */

/* Fundamentals */
table.wd_fundamentals tbody th {
    background: none;
    color: rgba(60,60,60,1);
}
table.wd_fundamentals tr th,
table.wd_fundamentals tr td {
    border: 0 !important; /* override client !important style */
    padding: 0;
}
.wd_ir_fundamentals div.wd_ticker_label {
    text-align: left;
    font-weight: 700;
}
ul.wd_fundamentals_reports,
ul.wd_fundamentals_periods {
    overflow: hidden;
}
/* END Fundamentals */

/* Key Ratios */
table.wd_ratios_values th {
    color: #fff;
}
/* END Key Ratios */

/* Snapshot */
table.wd_snapshot_values th,
table.wd_snapshot_values td {
    font-size: 1em;
}
table.wd_snapshot_values div.wd_filing_type a {
    color: #fff;
}
table.wd_snapshot_values div.wd_filing_type a .shape-mdt-external {
    display: none;
}
table.wd_ratios_values td,
table.wd_snapshot_values td.wd_value {
	padding-right: 5px;
}
table.wd_ratios_values th,
table.wd_snapshot_values th {
	padding-left: 5px;
}
/* END Snapshot */

/* IR Calculator */
.highcharts-axis-labels text {
    visibility: visible;
}
.wd_ir_calculator input[type="text"] {
    display: inline-block;
}
/* END IR Calculator */

/* SEC Filings */
.wd_ir_secfilings .wd_selector .wd_label {
    margin: 0 10px;
}
.wd_sec_filings td {
    border-color: #dddddd;
}
.wd_sec_filings .wd_document .shape-mdt-external {
    display: none;
}
.wd_sec_filings a.wd_document img {
    display: inline;
}
table.wd_sec_filings td.wd_document_format {
    min-width: 160px;
}
.wd_ir_secfilings table.wd_sec_filings tbody tr:nth-child(odd) {
    background: #EEEEEE;
}
/* END SEC Filings */

/* Stock Quote */
.wd_ir_quote {
	border-bottom: 2px solid #000;
	padding: 0;
	margin: 20px 0;
}

.wd_ir_quote .wd_ticker_label,
.wd_ir_quote .wd_quote {
	display: none;
}

.wd_ir_quote .wd_ticker {
	text-transform: uppercase;
}

.wd_ir_quote .wd_ticker,
.wd_ir_quote .wd_change,
.wd_ir_quote .wd_volume,
.wd_ir_quote .wd_range {
	font-size: 24px;
	font-weight: 700;
	padding-top: 15px;
	margin-bottom: 2em;
}

.wd_ir_quote #wd_change,
.wd_ir_quote #wd_range,
.wd_ir_quote #wd_volume {
	font-size: 26px;
	font-weight: 400;
}

.wd_inline_block_container {
	display: inline-block;
	width: 23%;
	vertical-align: top;
	margin: 0px 10px 0 0;
	height: 150px;
}

.wd_pageid_143 .wd_inline_block_container {
	display: inline-flex;
    flex-direction: column;
    margin-bottom: 3em;
}

.wd_ir_quote .wd_ticker {
	text-transform: uppercase;
}

.wd_ir_quote .wd_ticker,
.wd_ir_quote .wd_change,
.wd_ir_quote .wd_volume,
.wd_ir_quote .wd_range {
	font-size: 24px;
	font-weight: 700;
	padding-top: 15px;
	margin-bottom: 2em;
}

.wd_ir_quote #wd_change,
.wd_ir_quote #wd_range,
.wd_ir_quote #wd_volume {
	font-size: 26px;
	font-weight: 400;
}

#wd_price {
	color: #004b87;
	font-size: 44px;
}

#wd_change {
	font-size: 2.2rem;
}
.wd_data_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/* END Stock Quote */

/* Historical */
.wd_ir_historical div.wd_ticker_label {
	text-align: left;
}
.wd_wai_datepicker th {
    background: none;
    color: #444;
    padding: 0;
    line-height: 1.7;
}
.wd_wai_datepicker table.wd_wai_dates {
    margin-bottom: 0;
}
.wd_historical_calendar .wd_wai_datepicker .wd_wai_dateButton {
    height: 95%;
    width: 95%;
}
/* END Historical */

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

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

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

/* Formbuilder */
select::-ms-expand {
	border: none;
}
input[type="text"] {
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 1em;
    line-height: 1.3;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.wd_calculator_form input[type="text"] {
	display: inline-block;
}
#wd_printable_content select {
	padding: 0 1rem;
	font-size: 1.2rem;
	height: 34px;
	color: #333;
	width: 200px;
	display: inline-block;
}
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 label {
	margin-bottom: 0;
	padding-bottom: 0.5rem;
	font-size: 16px;
    line-height: 1.3;
    color: #53565a;

}
#wd_printable_content input[type=text] {
	max-width: 69%;
}
#wd_printable_content input[type=submit] {
	padding: 5px 2rem;
    margin-right: 2rem;
	background: rgb(0, 124, 189);
	border: 1px solid rgb(0, 124, 189);
	line-height: 2rem;
	color: white;
}
#wd_printable_content input[type=submit]:hover {
	background: black;
}

#wd_printable_content input[type=checkbox],
#wd_printable_content input[type=radio] {
	height: auto;
}
.wd_form_field {
	clear: both;
}
.wd_page_limit {
	padding: 0;
}
.wd_linkmenu-header {
	padding: 6px 2px;
}
.wd_page_link:first-child,
.wd_page_link:last-child,
.wd_linkmenu-header {
	border-radius: 0;
}
.wd_linkmenu-header:hover .wd_linkmenu-icon {
	border-color: transparent;
	background-color: transparent;
	color: #000;
}
.wd_form_field .wd_form_field_input,
.wd_form_field {
	overflow: visible;
}
/* END Formbuilder */

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

/* Featureboxes */
.wd_featurebox .overflow-scroll {
    display: none;
}

/* Top Featureboxes */
.wd_featureboxes_top {
    margin-top: 80px;
}
div.wd_featureboxes_top div.wd_featurebox_title {
    font-size: 32px;
    text-align: center;
    color: rgba(20,15,75,1);
}
.wd_featureboxes_top p.more {
    text-align: right;
}
.wd_featureboxes_top p.more a {
	background-color: rgba(16,16,235,1);
	color: #fff;
}
.wd_featureboxes_top .wd_featurebox > p:not(.more) {
    text-align: center;
}
.wd_featureboxes_top ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    row-gap: 40px;
}
.wd_featureboxes_top ul li {
    width: 22%;
    position: relative;
}
.wd_featureboxes_top ul li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
}
span.wd_top_metric {
    display: block;
    font-size: 40px;
    color: rgba(16,16,235,1);
    margin-bottom: 20px;
    line-height: 1;
}
.wd_featureboxes_top ul li p {
    font-size: 14px;
    color: #3c3c3c;
    margin: 0;
    padding-left: 80px;
}
/* END Top Featureboxes */

div.wd_featureboxes_left {}
div.wd_featureboxes_left div.wd_featurebox {}
div.wd_featureboxes_left div.wd_featurebox_container {}
div.wd_featureboxes_left div.wd_featurebox_title {}

div.wd_featureboxes_right {}
div.wd_featureboxes_right div.wd_featurebox {}
div.wd_featureboxes_right div.wd_featurebox_container {}
div.wd_featureboxes_right div.wd_featurebox_title {}

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


.wd_fundamentals_reports,
.wd_fundamentals_periods,
.wd_featurebox-financial div.wd_chart-ranges {
	overflow: hidden;
}

/* Stock Featureboxes */
.wd_stock-wrapper {
    background-color: #777777;
    margin-top: 3px;
}
.wd_stock {
    max-width: 1140px;
    width: calc(100% - 80px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 0;
    color: #fff;
    row-gap: 30px;
}

.wd_featureboxes_stock .wd_chart-quote-footer,
.wd_featureboxes_stock .wd_chart-quote-item:last-child,
.wd_featureboxes_stock .wd_ticker_label {
    display: none;
}
.wd_featureboxes_stock .wd_chart-quote {
    display: flex;
    column-gap: 100px;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 30px;
    align-items: flex-start;
}
.wd_featureboxes_stock .wd_chart-quote-value br {
    display: none;
}
.wd_featureboxes_stock .wd_chart-quote-item {
	width: auto;
	display: flex;
    flex-direction: column-reverse;
    margin: 0;
    overflow: hidden;
    float: none;
}
.wd_featureboxes_stock .wd_chart-quote-value {
    font-weight: 200;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    margin-top: 20px;
}
.wd_featureboxes_stock .wd_chart-quote-item:first-child .wd_chart-quote-value {
    font-size: 32px;
}
.wd_featureboxes_stock .wd_chart-quote-label {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Avenir Next World Bold', sans-serif;
}
.wd_featureboxes_stock .wd_chart-quote-value br {
    content: ' ';
    margin-right: 5px;
}
.wd_featureboxes_stock .wd_chart-quote-item:first-child .wd_chart-quote-value {
    display: flex;
    flex-direction: column;
}
.wd_featureboxes_stock .wd_featurebox::after {
    content: 'Quote data delayed by at least 15 minutes.';
    font-size: 13px;
    margin-top: 18px;
    font-weight: bold;
    display: block;
}
.wd_stock p.more {
	margin: 0;
}
.wd_stock p.more a {
    margin: 0;
    background: rgba(16,16,235,1);
    color: #fff;
}
.wd_stock p.more a {
	color: #fff;
}
.wd_featureboxes_stock .wd_chart-quote-label .wd_exchange:after {
    content: ': ';
}
/* END Stock Featureboxes */

/* Top Icons Featureboxes */
.wd_featureboxes_top_icons {
    margin: 40px auto;
}
.wd_featureboxes_top_icons .wd_featurebox_title {
    display: none;
}
.wd_featureboxes_top_icons ul {
    list-style: none;
    display: flex;
    padding: 0;
    justify-content: space-between;
    text-align: center;
    row-gap: 40px;
}
.wd_featureboxes_top_icons ul a {
    font-size: 16px;
    color: #1010eb;
    text-transform: uppercase;
    font-family: 'Avenir Next World Bold', sans-serif;
}
/*.wd_featureboxes_top_icons ul img {
    margin-bottom: 10px;
    padding: 20px;
    border: 1px solid #1010eb;
    border-radius: 50%;
}*/
.wd_featureboxes_top_icons ul li {
    width: 23%;
}
a.wd_circle {
    padding: 20px;
    border: 1px solid #1010eb;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    display: inline-flex;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
}
.wd_featureboxes_top_icons .wd_money-check_icon,
.wd_featureboxes_top_icons .wd_comments_icon,
.wd_featureboxes_top_icons .wd_tv_icon,
.wd_featureboxes_top_icons .wd_filetext_icon {
	text-decoration: none;
	position: relative;
	display: inline-block;
	padding-top: 90px;
	min-width: 80px;
}
.wd_featureboxes_top_icons .wd_money-check_icon:hover,
.wd_featureboxes_top_icons .wd_comments_icon:hover,
.wd_featureboxes_top_icons .wd_tv_icon:hover,
.wd_featureboxes_top_icons .wd_filetext_icon:hover {
	text-decoration: underline;
}
.wd_featureboxes_top_icons .wd_money-check_icon:before,
.wd_featureboxes_top_icons .wd_comments_icon:before,
.wd_featureboxes_top_icons .wd_tv_icon:before,
.wd_featureboxes_top_icons .wd_filetext_icon:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 80px;
    width: 80px;
    background-size: auto 40px;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #1010eb;
    border-radius: 50%;
}
.wd_featureboxes_top_icons .wd_money-check_icon:before {
	background-image: url(../images/Icon-awesome-chart-bar-light.svg);
	background-size: 40px;
}
.wd_featureboxes_top_icons .wd_comments_icon:before {
	background-image: url(../images/Icon-awesome-comments-blue.svg);
}
.wd_featureboxes_top_icons .wd_tv_icon:before {
	background-image: url(../images/Icon-feather-tv-blue.svg);
}
.wd_featureboxes_top_icons .wd_filetext_icon:before {
	background-image: url(../images/Icon-feather-file-text-blue.svg);
}
/* END Top Icons Featureboxes */

/* Events Featureboxes */
.wd_fb_flex {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 40px;
    flex-wrap: wrap;
    row-gap: 40px;
}
.wd_featureboxes_events {
    width: 30%;
}
.wd_featureboxes_events .wd_featurebox_container {
    height: 100%;
}
.wd_featureboxes_events .wd_featurebox {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.wd_featureboxes_events .wd_featurebox_title {
    color: rgba(20,15,75,1);
    font-size: 28px;
    margin-top: 20px;
    padding-left: 24px;
    position: relative;
    font-weight: 700;
}
.wd_featureboxes_events .wd_featurebox_title:after {
    content: '';
    height: 60px;
    width: 8px;
    position: absolute;
    left: 0;
    top: 5%;
    background-color: rgba(16,16,235,1);
}
.wd_featureboxes_events .wd_events-teaser .item {
    margin: 0;
    padding: 0;
}
.wd_featureboxes_events .wd_events-teaser .item > * {
    padding-left: 24px;
}

.wd_featureboxes_events .wd_events-teaser .item_name {
	position: relative;
    line-height: 1.750em;
}
.wd_featureboxes_events .wd_events-teaser .item_name a {
    color: #3c3c3c;
    font-size: 16px;

}
.wd_featureboxes_events .wd_events-teaser .item_time,
.wd_featureboxes_events .wd_events-teaser .item_date {
    font-size: 14px;
    color: #3c3c3c;
}
.wd_featureboxes_events .wd_events-teaser a {
    font-size: 14px;
}
.wd_featureboxes_events p.more {
    margin: 0 0 10px 24px;
}
.wd_featureboxes_events .wd_event_pastbutton p.more:last-child {
    margin-bottom: 20px;
}
.wd_featureboxes_events p.more a {
    background-color: rgba(16,16,235,1);
    color: #fff;
}
.wd_featureboxes_events .wd_event_pastbutton {
    margin-top: auto;
}
/* END Events Featureboxes */

/* Featured Featureboxes */
.wd_featureboxes_featured_video,
.wd_featureboxes_featured {
    width: 65%;
}
.wd_featureboxes_featured_video .wd_featuredvideo,
.wd_featureboxes_featured_video .wd_featuredvideo_content,
.wd_featureboxes_featured .wd_imagetable,
.wd_featureboxes_featured .wd_featurebox {
    width: 49%;
}
.wd_featureboxes_featured_video .wd_featurebox,
.wd_featureboxes_featured .wd_featurebox_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
}
.wd_featureboxes_featured_video .wd_featurebox_title,
.wd_featureboxes_featured .wd_featurebox_title {
    color: rgba(20,15,75,1);
    font-size: 28px;
    position: relative;
    font-weight: 700;
}
.wd_featureboxes_featured_video .wd_featurebox_title:after,
.wd_featureboxes_featured .wd_featurebox_title:after {
    content: '';
    height: 60px;
    width: 8px;
    position: absolute;
    left: 0;
    top: 5%;
    background-color: rgba(16,16,235,1);
}
.wd_featureboxes_featured_video .wd_featuredvideo_content > *,
.wd_featureboxes_featured .wd_featurebox > * {
    padding-left: 24px;
}
.wd_featureboxes_featured_video .wd_featuredvideo_content,
.wd_featureboxes_featured .wd_featurebox {
    padding: 20px;
    background: #F5F5F5;
    display: flex;
    flex-direction: column;
}
.wd_featureboxes_featured_video p.more,
.wd_featureboxes_featured p.more {
    text-align: center;
    padding: 0;
    margin-bottom: 0;
    margin-top: auto;
}
.wd_featuredvideo iframe {
   width: 100%;
}
.wd_iframe_wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.wd_iframe_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* END Featureed featureboxes */

/* Releases Featureboxes */
.wd_fb_gray {
    background-color: #F5F5F5;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}
.wd_fb_gray > * {
    max-width: 1140px;
    width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
}
.wd_featureboxes_releases .wd_featurebox_title {
    color: #140F4B;
    font-size: 32px;
    margin-bottom: 20px;
}
.wd_featureboxes_releases p.more {
    margin: 0;
}
.wd_featureboxes_releases p.more a {
	background-color: rgba(16,16,235,1);
	color: #fff;
}
.wd_featureboxes_releases div[id^="featurebox_rss"] {
    display: flex;
    justify-content: space-between;
    row-gap: 30px;
    flex-wrap: wrap;
}
.wd_featureboxes_releases .item {
    width: 31%;
    background-color: #fff;
    padding: 24px;
    min-height: 300px;
    margin: 0;
}
.wd_featureboxes_releases .item_date {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}
.wd_featureboxes_releases .item_name {
    position: relative;
}
.wd_featureboxes_releases .item_name:after {
    content: '';
    height: 60px;
    width: 8px;
    position: absolute;
    left: -24px;
    top: 5%;
    background-color: rgba(16,16,235,1);
}
.wd_featureboxes_releases .item_name a {
    color: rgba(60,60,60,1);
    font-weight: 400;
    font-size: 18px;
}
.wd_featureboxes_releases .wd_featurebox .wd_more {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
    column-gap: 36px;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 14px;
}
/* END Releases Featureboxes */

/* Bottom Featureboxes */
.wd_featureboxes_bottom,
.wd_featuboxes_bottom_full_width {
    max-width: 1140px;
    width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
}
.wd_featureboxes_bottom {
    margin: 40px auto;
}
.wd_featureboxes_bottom .wd_featurebox_title {
    color: #140F4B;
    font-size: 32px;
    text-align: center;
    margin-bottom: 20px;
}
.wd_featureboxes_bottom ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 30px;
}
.wd_featureboxes_bottom li {
    width: 32%;
    display: flex;
    flex-direction: column;
}
.wd_featureboxes_bottom li img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    margin-bottom: 24px;
}
.wd_featureboxes_bottom li p {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-left: 24px;
}
.wd_featureboxes_bottom li p.more {
    margin-top: auto;
    padding-top: 2em;
}
.wd_featureboxes_bottom .wd_bluebar {
    font-size: 1em;
    padding-left: 24px;
    position: relative;
    display: block;
    line-height: 1.2;
    font-weight: 400;
}
.wd_featureboxes_bottom li > a {
    font-size: 38px;
    color: #140F4B;
    padding-left: 24px;
    position: relative;
    display: block;
    line-height: 1.2;
}
.wd_featureboxes_bottom .wd_bluebar:after,
.wd_featureboxes_bottom li > a:after {
    content: '';
    height: 60px;
    width: 8px;
    position: absolute;
    left: 0;
    top: 5%;
    background-color: rgba(16,16,235,1);
    font-weight: 400;
}
.wd_featureboxes_bottom p.more a {
    background-color: rgba(16,16,235,1);
    color: #fff;
}
/* END Bottom Featureboxes */

/* Bottom Full Width Featureboxes */
.wd_featureboxes_bottom_full_width .wd_featurebox_container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.wd_featureboxes_bottom_full_width .wd_image {
	width: 60%;
}
.wd_featureboxes_bottom_full_width .wd_image > img {
    margin: 0;
    height: 100%;
    object-fit: cover;
    vertical-align: baseline;
}
.wd_featureboxes_bottom_full_width .wd_featurebox {
    width: 40%;
    padding: 30px 50px;
    background-color: #fff;
    text-align: center;
}
.wd_featureboxes_bottom_full_width .wd_featurebox_title {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Avenir Next World Bold', sans-serif;
    display: inline-block;
    padding: 5px;
    border-top: 8px solid #1010eb;
}
.wd_award {
    font-size: 32px;
    color: #140F4B;
}
/* END Bottom Full Width Featureboxes */

/* Bottom Feature Image Featureboxes */
.wd_featureboxes_bottom_feature_image .wd_featurebox_title,
.wd_featureboxes_bottom_feature_image .wd_accordion_content {
    display: none;
}
.wd_featureboxes_bottom_feature_image .wd_featurebox_container {
    text-align: center;
}
.wd_accordion_content {
    text-align: left;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 5px;
    max-width: 75%;
    margin: 0 auto;
    padding: 25px;
}
/* END Bottom Feature Image Featureboxes */

/* Bottom Blue Featureboxex */
.wd_fb_blue {
    background-color: #1010EA;
    padding: 20px 20px;
    color: #fff;
}
.wd_fb_blue a {
    color: #fff;
}
.wd_fb_blue > * {
    max-width: 1140px;
    width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
}
.wd_featureboxes_bottom_blue .wd_featurebox_title {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.wd_featureboxes_bottom_blue ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
    margin: 0;
}
.wd_featureboxes_bottom_blue ul li {
}
.wd_featureboxes_bottom_blue ul li p {
    font-size: 14px;
}
/* END Bottom Blue Featureboxes */

/* Quarterly Featureboxes */
.wd_fb_fullbg {
    background-repeat: no-repeat;
    background-position: top left;
    margin: 60px 0;
    position: relative;
}
.wd_quarterly-wrapper {
    max-width: 1140px;
    width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: flex-end;
    min-height: 550px;
    align-items: center;
    position: relative;
}
.wd_quarterly-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #fff 60%);
}
.wd_featureboxes_quarterly {
    max-width: 50%;
}
.wd_featureboxes_quarterly .wd_featurebox_title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}
.wd_featureboxes_quarterly .wd_featurebox h3 {
    font-size: 4rem;
}
.wd_featureboxes_quarterly .wd_featurebox p {
    margin-bottom: 0;
}
.wd_featureboxes_quarterly .wd_featurebox p.more a {
    color: #fff;
    background-color: rgba(16,16,235,1);
}
/* END Quarterly Featureboxes */

/* Middle Full BG Featureboxes */
.wd_middle-bg {
    margin: 0;
    background-position: center;
    background-size: cover;
}
.wd_middle_full_bg-wrapper {
    max-width: 1140px;
    width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.wd_featureboxes_middle_full_bg .wd_featurebox_container {
    width: 41.66666667%;
    padding: 40px 0;
}
.wd_featureboxes_middle_full_bg .wd_featurebox_title {
    font-size: 2.4rem;
    color: #fff;
    font-family: 'Avenir Next World Regular',sans-serif;
    font-weight: 700;
}
.wd_featureboxes_middle_full_bg .wd_featurebox h3 {
    font-size: 1em;
    color: #fff;
    font-weight: 400;
}
.wd_featureboxes_middle_full_bg .wd_featurebox a {
    color: rgba(74,125,255,1);
    font-weight: 700;
    font-family: 'Avenir Next World Bold',sans-serif;
}
.wd_featureboxes_middle_full_bg .wd_featurebox .wd_outline-button {
    margin: 2em 0;
}
.wd_featureboxes_middle_full_bg .wd_featurebox .wd_outline-button a {
    font-family: 'Avenir Next World Regular',sans-serif;
    font-weight: 600;
    transition: all .5s ease;
    border-radius: 24px;
    border: solid 1px white;
    min-height: 48px;
    color: white;
    font-weight: 600;
    justify-content: center;
    padding: 0 2em;
    display: inline-flex;
    align-items: center;
    position: relative;
}
.wd_featureboxes_middle_full_bg .wd_featurebox .wd_outline-button a:hover {
    text-decoration: none;
    color: rgba(16,16,235,1);
    background-color: white;
    border: solid 1px rgba(16,16,235,1);
}
.wd_featureboxes_middle_full_bg .wd_featurebox .wd_outline-button a .shape-mdt-external {
    margin-left: 10px;
}
.wd_featureboxes_middle_full_bg .wd_featurebox a .shape-mdt-external path {
    stroke: #fff;
}
.wd_featureboxes_middle_full_bg .wd_featurebox a:hover .shape-mdt-external path {
    stroke: rgba(16,16,235,1);
}

.wd_pageid_45 .wd_featureboxes_middle_full_bg .wd_featurebox a .shape-mdt-external path,
.wd_pageid_45 .wd_featureboxes_middle_full_bg .wd_featurebox a:hover .shape-mdt-external path {
    stroke: #4A7DFF;
}
.wd_featureboxes_middle_full_bg .wd_featurebox p {
    margin-bottom: 0;
}
.wd_indented_esgtxt {
    margin-bottom: 16px;
    margin-left: 16px;
}
/* END Middle Full BG Featureboxes */

/* END Featureboxes */

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

/* Toolbar */
.wd_toolbar.wd_toolbar-main {
	border: none;
}
div.wd_toolbar ul.wd_tools li.wd_tool {
    float: left;
}
.wd_toolbar span.wd_tool_icon > a:link {
    background: white;
    color: #1010eb;
}

div.wd_rssfeeds_item {
	margin-bottom: 10px;
}
span.wd_tool_icon > a:link, span.wd_tool_icon > a:visited {
    font-size: 1em;
}
/* Extra large devices (large desktops) */
@media (max-width: 1410px) {
	.local-nav .open:last-child >.dropdown-menu {
	    right: 0;
	    left: auto;
	}
}
@media (max-width: 1199px) {
    .wd_quarterly-overlay {
        background: linear-gradient(to right, rgba(0, 0, 0, 0) 45%, #fff 55%);
    }
    .wd_featureboxes_bottom_blue ul li {
        width: 33.3333%;
    }
    .wd_featureboxes_bottom_blue ul {
        justify-content: flex-start;
    }
}

/* Client nav breakpoint */
@media (max-width: 1023px) {
    .main-content {
        padding-top: 60px;
    }
    .wd_featureboxes_quarterly {
        max-width: 40%;
    }
    .wd_fb_fullbg {
        background-size: auto 600px;
    }
    .med-hero.hero-module>.cmp-container .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
        width: 100%;
        background: #fff;
        margin-left: 0;
        padding-left: 8.33333333%;
    }
    .wd_featureboxes_bottom_blue ul li {
        width: 50%;
    }
}

/* Large devices (desktops) */
@media (max-width: 992px) {
	.wd_featureboxes_top_icons ul {
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 6%;
    }
	.wd_featureboxes_top ul li,
	.wd_featureboxes_top_icons ul li {
		width: 47%;
	}
	.wd_featureboxes_bottom_full_width .wd_image,
	.wd_featureboxes_bottom_full_width .wd_featurebox,
	.wd_featureboxes_events,
	.wd_featureboxes_featured,
    .wd_featureboxes_featured_video {
		width: 100%;
	}
    .wd_featureboxes_events .wd_event_pastbutton {
        margin-top: 2em;
    }
    .wd_quarterly_bg {
        background-size: auto 500px;
    }
    .wd_middle-bg {
        background-size: contain;
        background-position: top;
        padding-top: 48.611111%;
    }
    .wd_featureboxes_middle_full_bg .wd_featurebox_container {
        width: 100%;
        padding: 20px 0;
    }
    .wd_featureboxes_middle_full_bg .wd_featurebox_title {
        color: rgba(60,60,60,1);
        font-size: 5.5rem;
        line-height: 6.4rem;
    }
    .wd_featureboxes_middle_full_bg .wd_featurebox h3 {
        color: rgba(60,60,60,1);
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
    .wd_featureboxes_middle_full_bg .wd_featurebox a {
        color: rgba(16,16,235,1);
    }
    .wd_featureboxes_middle_full_bg .wd_featurebox .wd_outline-button a {
        text-decoration: none;
        color: rgba(16,16,235,1);
        background-color: white;
        border: solid 1px rgba(16,16,235,1);
    }
    .wd_pageid_177 .item_name {
        font-size: 2.8rem;
        line-height: 3rem;
    }
    .wd_featureboxes_middle_full_bg .wd_featurebox a .shape-mdt-external path {
        stroke: rgba(16,16,235,1);
    }
    .wd_pageid_45 .wd_featureboxes_middle_full_bg .wd_featurebox a .shape-mdt-external path,
    .wd_pageid_45 .wd_featureboxes_middle_full_bg .wd_featurebox a:hover .shape-mdt-external path {
        stroke: rgba(16,16,235,1);
    }
}

@media (min-width: 992px) {
    .wd_featureboxes_middle_full_bg .wd_outline-button a .shape-mdt-external path {
        stroke: white !important;
        transition: all .5s ease;
    }
    .wd_featureboxes_middle_full_bg .wd_outline-button a:hover .shape-mdt-external path {
        stroke: #4A7DFF !important;
    }
}

@media (max-width: 932px) {
    .local-nav {
        border-bottom: 1px solid #ccc;
    }
    .local-nav .wd_nav {
        flex-direction: column;
    }
    .local-nav .open>.dropdown-menu {
        width: 100%;
    }
    nav.local-nav ul.wd_nav > li:first-child > a {
        margin-left: 0;
    }
}

/* Medium devices (tablets) */
@media (max-width: 767px) {
    table.responsive.wd_row_tbl .wd_dividend_rowyears td {
        border:4px solid #000;
    }

    table.responsive.wd_row_tbl .wd_dividend_rowyears td:first-child {
        border-bottom: none;
    }
	table.wd_sec_filings td.wd_description {
		display: block;
	}
	#wd_printable_content .wd_sec_filings thead {
	    display: none;
	}
	#wd_printable_content .wd_sec_filings tr {
	    display: flex;
	    flex-direction: column;
	    margin: 30px 0;
	}
	#wd_printable_content .wd_ir_secfilings table.wd_sec_filings th~th,
	#wd_printable_content .wd_ir_secfilings table.wd_sec_filings td~td {
		border: 0;
	}
	#wd_printable_content .wd_ir_secfilings table.wd_sec_filings td.wd_filing_date {
	    order: -1;
	    padding-bottom: 0;
	}
	#wd_printable_content .wd_ir_secfilings table.wd_sec_filings td.wd_filing_date,
	#wd_printable_content .wd_ir_secfilings table.wd_sec_filings td.wd_filing_type {
		text-align: left;
	    background-color: #170f5f;
	    color: #fff;
	}
	#wd_printable_content .wd_ir_secfilings table.wd_sec_filings td.wd_filing_type:before {
	    content: 'Filing type: ';
	}
	#wd_printable_content .wd_ir_secfilings table.wd_sec_filings td.wd_document_format:before {
		content: 'File format for download';
		display: block;
		margin-bottom: 10px;
		color: #000;
		font-weight: 700;
	}
	#wd_printable_content .wd_ir_secfilings table.wd_sec_filings td {
	    padding: 10px 20px;
	}
	#wd_printable_content .wd_ir_secfilings table.wd_sec_filings td.wd_document_format,
	#wd_printable_content .wd_ir_secfilings table.wd_sec_filings td.wd_description {
		background-color: #DEDEDF;
	}
	#wd_printable_content .wd_ir_secfilings table.wd_sec_filings td.wd_document_format {
		padding-bottom: 20px;
	}
	#wd_printable_content .wd_ir_secfilings table.wd_sec_filings td.wd_filing_type {
		position: relative;
	}
	.wd_pageid_143 .wd_inline_block_container {
		width: 48%;
	}
	/* Responsive tables */
	table.responsive.wd_row_tbl td:first-child {
		background: #170f5f;
		color: #fff;
		margin-top: 25px;
	}
    .wd_pageid_177 table.responsive.wd_row_tbl td:first-child {
        background: #fff;
        color: rgba(60,60,60,1);
        border-top: 1px solid #170f5f;
    }
	table.responsive.wd_row_tbl td {
		text-align: left;
		display: block;
		padding: 10px;
		width: 100% !important;
        border-right: 1px solid #170f5f;
	}
	table.responsive.wd_row_tbl thead {
		display: none;
	}
	table.responsive.wd_row_tbl tbody td:before {
		content: attr(data-th);
		display: inline;
		font-weight: bold;
		line-height: 1.1em;
	}
	table.responsive.wd_row_tbl tbody td p {
		display: inline;
	}
	.wd_col_tbl {
		display: none;
	}
	.wd_col_tbl-mobile {
		display: table;
	}
    table.responsive td.wd_empty {
        display: none;
    }
	/* END Responsive tables */
	.wd_featureboxes_stock,
	.wd_featureboxes_stock .wd_chart-quote-item {
	    width: 100%;
	}
	.wd_stock {
		justify-content: center;
	}
    .wd_featureboxes_bottom_blue ul li,
	.wd_featureboxes_releases .item,
	.wd_featureboxes_featured .wd_imagetable,
	.wd_featureboxes_featured .wd_featurebox,
    .wd_featureboxes_featured_video .wd_featuredvideo,
    .wd_featureboxes_featured_video .wd_featuredvideo_content,
	.wd_featureboxes_bottom li,
	.wd_featureboxes_top_icons ul li {
		width: 100%;
	}
    .wd_featureboxes_top ul li {
        width: 75%;
    }
    .wd_featureboxes_top ul {
        flex-direction: column;
        align-items: center;
    }

    .wd_featureboxes_quarterly {
        max-width: 100%;
    }
    .wd_featureboxes_middle_full_bg .wd_featurebox_title {
        font-size: 3.2rem;
        line-height: 3.4rem;
    }
    .wd_featureboxes_middle_full_bg .wd_featurebox h3 {
        font-size: 16px;
        line-height: 1.5;
    }
    .wd_events .wd_event_info {
        max-width: 100%;
    }
    .wd_pageid_182 .item ul li {
        max-width: 100%;
        width: 100%;
    }
    .wd_quarterly-wrapper {
        justify-content: flex-start;
        align-items: flex-end;
        padding-top: 450px;
    }
    .wd_quarterly-overlay {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 380px, #fff 420px);
    }
    .wd_featureboxes_stock .wd_chart-quote-item:first-child .wd_chart-quote-label {
        display: block;
    }
    .wd_featureboxes_stock .wd_chart-quote {
        text-align: center;
    }
    .wd_events-detail .wd_event {
        display: block;
    }
    .wd_featureboxes_stock .wd_featurebox::after {
        display: none;
    }
    .wd_stock p.more::after {
        content: 'Quote data delayed by at least 15 minutes.';
        font-size: 13px;
        margin-top: 12px;
        font-weight: bold;
        display: block;
    }
    .wd_stock p.more a {
        margin: 0 auto;
        display: block;
        width: fit-content;
    }
}

/* Small devices (landscape phones) */
@media (max-width: 575px) {
	#wd_printable_content .wd_events_inputs select {
		display: block;
		margin: 5px 0;
	}
}


/* CLIENT CSS OVERRIDES */
.wd_static.local-nav-scrolled {
    position: relative;
}
.footer {
    margin-top: 0;
}
.med-hero.flex-center>.cmp-container {
    height: 475px !important;
    min-height: unset;
}
.h1 p {
    font-family: 'Avenir Next World Thin', sans-serif;
    color: rgba(23,15,95,1);
    margin: 0;
    font-size: 4.4rem;
    font-weight: 400;
    line-height: 4.6rem;
    text-decoration: none;
    margin-bottom: 10px;
    text-transform: initial;
    text-align: left;
    letter-spacing: 0px;
}
.intro-heading p {
    font-size: 16px;
}
@media (max-width: 1024px) {
    .flex-center.hero-module {
        position: relative;
        top: 50px;
    }
}
@media (max-width: 1023px) {
    .med-hero.flex-center>.cmp-container {
        height: auto !important; /* override client !important */
    }
}
@media (max-width: 767px) {
    .flex-center.hero-module {
        top: 24px;
    }
}
@media (max-width: 650px) {
    .med-hero.hero-module>.cmp-container .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
        padding-left: 0;
    }
}
