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

/* Header styles */
.page_header,
.category_header {}
.detail_header,
.detail_subheader,
.category_name {}
.category_intro {}
/* END Header styles */
.wd_sidenav {
    margin-bottom: 40px;
}
p.more a {
    background: #AA9766;
    color: #fff;
    padding: 12px 40px;
    font-weight: bold;
    display: inline-block;
    transition: all .3s ease;
    margin-top: 25px;
}
p.more a:visited {
    color: #fff;
}
p.more a svg {
    margin-bottom: -1px;
    margin-left: 20px;
    display: inline-block;
    transform: translateX(0);
    transition: all .3s ease;
}
p.more a:hover {
	background: var(--skyblue);
}
p.more a:hover svg {
	transform: translateX(4px);
}
.item, .wd_item {
	margin: 10px 0;
	padding: 10px 0;
}
.item_name,
.wd_title,
.wd_item .wd_title,
.wd_newsfeed_releases-teaser .wd_title,
.wd_documents_item_list > .wd_documents_item > .wd_title {
	font-size: 1.2rem;
	font-weight: 700;
}
.item_date, .wd_date,
.wd_item .wd_date,
.wd_event_sidebar .wd_event_date,
.wd_newsfeed_releases-teaser .wd_date {
	font-size: 1rem;
	font-weight: normal;
	color: inherit;
	text-transform: none;
}
.item_summary, .wd_item .wd_summary {}
.wd_item .wd_subtitle {}

table.wd_imagetable {}
td.imagecaption {}

span.wd_subscribe_icon {
	background: url('../png/email_alertso251.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;
}

/* Tables */
table .wd_mobile-label {
    display: none;
}
/* END Tables */

/* Standard */
div.wd_standard {}
/* END Standard */

/* Toggle Pages */
.wd_toggle_page .wd_category_items,
.wd_toggle_page .item .wd_item_wrapper {
    display: none;
}

.wd_toggle_page .category_header {
    line-height: 1.2;
    margin: 30px 0 20px;
    padding: 0;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 700;
    color: #000;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.wd_toggle_page .item_name {
    position: relative;
    font-size: 1.3125rem;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.wd_toggle_page .item {
    border-bottom: 1px solid;
    padding-bottom: 1.5rem;
    padding-left: 0;
    padding-top: 1.5rem;
    margin: 0;
}
.wd_toggle_page .item:first-child {
    border-top: 1px solid;
}
.wd_toggle_page .category_header::after,
.wd_toggle_page .item .item_name::after {
    content: '';
    width: 1.25rem;
    background-size: 1.25rem;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    display: inline-block;
    height: 1.25rem;
    margin-left: auto;
    transition: transform 0.2s ease-in-out;
}
.wd_toggle_page .category_header.wd_active::after,
.wd_toggle_page .item .item_name.wd_active::after {
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
}
.wd_toggle_list,
.wd_drillhole_data,
.wd_q_results {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.wd_toggle_list li a,
.wd_drillhole_data li a,
.wd_q_results li a {
    display: block;
    padding: 8px 0px;
    position: relative;
}
/* END Toggle Pages */

/* Documents */
.wd_documents .wd_documents_item .wd_icon {
    display: none;
}
.wd_documents .wd_documents_item_list .wd_documents_item {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    margin: 0;
    display: flex;
    align-items: center;
    column-gap: 42px;
    border-top: none;
}
.wd_documents .wd_documents_item .wd_date {
    white-space: nowrap;
    line-height: 24px;
    color: #929292;
    min-width: 100px;
}
.wd_documents .wd_documents_item .wd_title {
    font-size: 1rem;
    font-weight: 400;
}
.wd_documents .wd_documents_item .wd_title a {
    color: #063260;
}
/* END Documents */

/* 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_subscribe_link,
.wd_events .wd_events_inputs #wd_events_input_year,
.wd_events .wd_events_inputs #wd_events_input_month,
.wd_events .wd_events_header_container,
.wd_events .wd_events_tab svg,
.wd_event .svg-inline--fa,
.wd_event .wd_more,
.wd_event .wd_attachment_description,
.wd_event .wd_attachment_icon,
.wd_event_sidebar_mobile {
    display: none;
}
.wd_events .wd_events_past_summary {
    display: none !important; /* override inline */
}
.wd_events .wd_event,
.wd_events-detail .wd_event {
    display: flex;
    background: none;
    padding: 16px 20px;
    margin-bottom: 10px;
}
.wd_events .wd_events_tabs {
    float: none;
    border-bottom: 1px solid #1b3863;
}
.wd_events .wd_events_tabs .wd_events_tab {
    background: none;
    border: none;
    padding: 16px 20px;
    color: #1b3863;
    font-weight: 700;
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -moz-border-radius: 0;
}
.wd_events .wd_events_tabs .wd_events_tab.active {
    color: #fff;
    background: #1b3863;
}
.wd_events .wd_events_inputs {
    text-align: right;
}
#wd_printable_content button.wd_events_input_go {
    height: 38px;
    padding: 0 15px;
    vertical-align: bottom;
    font-weight: 700;
    margin-left: 10px;
}
.wd_event .wd_title,
.wd_event .wd_title a {
    color: #404040;
}
.wd_event .wd_attachment_title {
    font-weight: 400;
}
.wd_event .wd_attachment_wrapper {
    margin: 0;
}
.wd_event .wd_summary p,
.wd_event .wd_title {
    margin-bottom: 0;
}
.wd_events_more svg {
    display: none;
}
.wd_event .item_time,
.wd_event .item_date {
    color: #404040;
}
.wd_event .wd_event_sidebar_item,
.wd_event .wd_attachment_container {
    margin: 0;
}
.wd_event .wd_event_info {
    flex: 1;
}
.wd_events-detail .wd_title {
    font-size: 1.25rem;
}
/* END Events */

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

/* Newsfeed Releases */
.wd_newsfeed_releases .wd_subscribe_link,
.wd_item_search_form_container .wd_search_advanced_link {
    display: none;
}

.wd_item_search_form_container .wd_search_basic_fields {
    background: none;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.wd_item_search_form_container .wd_search_form_basic {
    display: block;
}
.wd_item_search_form_container input {
    margin: 0;
}
#wd_printable_content .wd_item_search_form_container .wd_search_basic_fields .wd_search_button {
    height: 38px;
    padding: 0 15px;
}

.wd_newsfeed_releases .wd_item_wrapper {
    display: flex;
}
.wd_newsfeed_releases .wd_item {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    margin: 0;
}
.wd_newsfeed_releases .wd_title a {
    color: #063260;
    font-weight: 400;
    line-height: 24px;
}
.wd_newsfeed_releases .wd_title  {
    line-height: 24px;
    font-size: 1rem;
}
.wd_newsfeed_releases .wd_date {
    white-space: nowrap;
    margin-right: 42px;
    line-height: 24px;
    color: #929292;
    min-width: 100px;
}

.wd_newsfeed_releases-detail .wd_title {
    font-size: 1.25rem;
    color: #000;
    text-align: center;
    margin-bottom: 1em;
}
.wd_newsfeed_releases-detail .wd_subtitle {
    margin-bottom: 1em;
}
.wd_newsfeed_releases-detail div.PRN_ImbeddedAssetReference {
    display: block;
}
.wd_newsfeed_releases-detail div.wd_news_body  div.PRN_ImbeddedAssetReference img {
    float: none;
    margin: 0 auto;
    max-width: 100%;
    max-height: unset;
}
.wd_newsfeed_releases-detail span,
.wd_newsfeed_releases-detail p {
    color: #404040;
}

.wd_newsfeed_releases-detail td span.prnews_span {
    font-size: 14px;
}
/* END Newsfeed Releases */

/* Toolbar */
div.wd_toolbar {
    padding: 0;
    border: none;
    margin: 0;
}
div.wd_toolbar ul.wd_tools li.wd_tool {
    float: left;
    margin-right: 2px;
}
span.wd_tool_icon > a:link,
span.wd_tool_icon > a:visited {
    color: #AA9766;
    background: none !important; /* override inline */
    transition: all .2s ease-in-out;
    font-size: 1rem;
}
span.wd_tool_icon a:hover {
    transform: translateY(-4px);
}
.wd_toolbar .fa {
    font-family: 'FontAwesome';
    font-weight: 400;
}
.wd_toolbar svg.ext {
    display: none !important; /* override client !important */
}
/* END Toolbar */

/* Pagination */
.wd_page_menu .wd_page_link {
    border: none;
    padding: 0;
}
.wd_page_menu .wd_page_link a,
.wd_page_menu .wd_page_link span {
    display: inline-block;
    padding: 3px 10px;
    background: #063260;
    border-radius: 2px;
    margin-right: 2px;
    color: #a59266;
    font-weight: bold;
}
.wd_page_menu .wd_page_link a {
    color: #fff;
}
/* END Pagination */

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

/* Formbuilder */
select::-ms-expand {
	border: none;
}
#wd_printable_content input,
#wd_printable_content button:not([class*=wd_wai]),
button.wd_wai_dp_button,
#wd_printable_content select,
button.wd_events_more {
	border-radius: 0;
	border: 1px solid #ccc;
	line-height: 38px;
	padding: 0 1rem;
	font-size: 1rem;
	height: 38px;
	color: #333;
    display: inline-block;
}
.wd_iframe.wd_pageid_122 button.wd_wai_dp_button {
    background-color: #3FB2D2;
    border-radius: 4px;
}
.wd_iframe.wd_pageid_122 button.wd_wai_dp_button span.wd_datepicker-icon {
    color: #09202E;
}
.wd_iframe.wd_pageid_122 button.wd_wai_dp_button:hover {
    background-color: #6FF2F6;
}
.wd_iframe.wd_pageid_122 button.wd_wai_dp_button:hover span.wd_datepicker-icon {
    color: #09202E;
}
#wd_printable_content select {
	padding: 0 1rem;
	font-size: 1rem;
	height: 38px;
	color: #333;
}
#wd_printable_content .wd_select_wrapper select {
    background: none;
    padding-right: 30px;
    min-width: 175px;
}
#wd_printable_content .wd_select_wrapper {
    position: relative;
    display: inline-block;
}
#wd_printable_content .wd_select_wrapper:after {
    content: "";
    height: 0;
    width: 0;
    border-style: solid;
    border-color: currentColor transparent transparent transparent;
    border-width: 5px;
    position: absolute;
    right: 11.5px;
    top: 50%;
    margin-top: -2.5px;
    pointer-events: none;
    display: table;
}
select::-ms-expand {
	margin-left: 50px;
	background-color: #fff;
}
#wd_printable_content button.ui-datepicker-trigger {
	border: 0;
}
#wd_printable_content .wd_form_field_label {
	line-height: 2.4em;
	margin-bottom: 0;
}
#wd_printable_content input[type=text] {
	max-width: 69%;
}
#wd_printable_content input[type=submit],
#wd_printable_content button[type=submit],
#wd_printable_content button.wd_events_input_go,
#wd_printable_content button.wd_events_more,
#wd_printable_content button.fullscreen-button {
    border: 1px solid #ddd;
    font-size: 1em;
    font-family: inherit;
    padding: 10px 15px;
    background: #1b3863;
    color: #fff;
    height: auto;
    line-height: normal;
}
#wd_printable_content input[type=checkbox],
#wd_printable_content input[type=radio] {
	height: auto;
}
.wd_form_field {
	clear: both;
}
.wd_page_limit {
	padding: 0;
}
.wd_linkmenu-header {
	padding: 6px 2px;
}
.wd_page_link:first-child,
.wd_page_link:last-child,
.wd_linkmenu-header {
	border-radius: 0;
}
.wd_linkmenu-header:hover .wd_linkmenu-icon {
	border-color: transparent;
	background-color: transparent;
	color: #000;
}
.wd_form_field .wd_form_field_input,
.wd_form_field {
	overflow: visible;
}

.wd_search_form_advanced .wd_form_field_input {
    display: flex;
}
.wd_wai_datepicker .wd_wai_header {
    background-color: #073361;
}
.wd_iframe.wd_pageid_122 .wd_wai_datepicker .wd_wai_header {
    background-color: #3FB2D2;
}
.wd_wai_datepicker .wd_wai_datepickerDialog {
    border-color: #073361;
}
.wd_iframe.wd_pageid_122 .wd_wai_datepicker .wd_wai_datepickerDialog {
    border-color: #3FB2D2;
    border-radius: 4px;
}
.wd_subscribe2 #wd_subcategories_4_all {
    display: none;
}
/* END Formbuilder */

/* Search Results */
.wd_sphinx_search .wd_search_result .wd_search_info {
    display: none;
}
.wd_sphinx_search .wd_search_result {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
/* END Search Results */

/* Featureboxes */
.wd_featurebox_title {
    color: var(--main-gold);
    font-size: 3.125rem;
    text-shadow: 0px 0px 100px #000000;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 16px;
}
.wd_featurebox_title:before {
    content: '';
    display: block;
    max-width: 300px;
    height: 5px;
    background: #C0B28C;
    margin-bottom: 20px;
}
.wd_inner_page_header {
    font-size: 2.125rem;
    font-weight: normal;
}
/* Stock Featureboxes */
.wd_featureboxes_stock .wd_featurebox_title {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 31px;
    text-transform: uppercase;
    color: #fff;
}
.wd_featureboxes_stock .wd_ticker_selector {
    display: none;
}
.wd_featureboxes_stock .wd_linkmenu-label {
    display: block;
    color: #fff;
}
.wd_featureboxes_stock .wd_featurebox_title:before {
	display: none;
}
.wd_featureboxes_stock .wd_ticker_label {
    text-align: left;
    margin: 0;
    color: #fff;
}
.wd_featureboxes_stock div.wd_ticker_label span.wd_exchange {
	color: inherit;
}
.wd_featureboxes_stock .wd_chart-quote-item .wd_chart-quote-value {
	font-size: 0.875rem;
	color: #fff;
	font-weight: 400;
}
.wd_featureboxes_stock .wd_chart-quote-item .wd_chart-quote-value br,
.wd_featureboxes_stock .wd_chart-quote-item .wd_chart-quote-value br:before {
	display: inline;
	content: ' ';
}
.wd_featureboxes_stock .wd_chart-quote-item:first-child .wd_chart-quote-value {
    font-size: 2.5rem;
    line-height: 129.4%;
    color: #AA9766;
    font-weight: 400;
}
.wd_featureboxes_stock .wd_chart-quote-footer .wd_currency,
.wd_featureboxes_stock .wd_chart-quote-footer br,
.wd_featureboxes_stock .wd_chart-quote-label,
.wd_featureboxes_stock .wd_chart-quote-item:nth-child(3),
.wd_featureboxes_stock .wd_chart-quote-item:nth-child(4) {
    display: none;
}
.wd_featureboxes_stock .wd_chart-quote-item {
    display: flex;
    flex-direction: column-reverse;
    margin: 0;
}
.wd_featureboxes_stock .wd_chart-quote-label {
    color: #fff;
}
.wd_featureboxes_stock .wd_chart-quote-footer {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}
.wd_featureboxes_stock .wd_ticker_label .wd_exchange:after {
    content: ':';
}
/* END Stock Featureboxes */

/* Top Featureboxes */
.wd_featureboxes_top .wd_featurebox > p:not(.more) {
    font-size: 1.25rem;
    font-weight: 600;
}
ul.wd_icon_links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
ul.wd_icon_links li {
    width: calc(25% - 22.5px);
    display: flex;
    background: #425177;
}
ul.wd_icon_links li .wd_icon {
    padding: 20px;
    background: #2E436C;
}
ul.wd_icon_links li .wd_icon_text {
    padding: 10px;
    min-height: 108px;
    flex: 2;
    display: flex;
    flex-direction: column;
}
ul.wd_icon_links li .wd_icon_text p {
    font-weight: bold;
    color: #fff;
    margin-bottom: 19px;
    font-size: 16px;
}
ul.wd_icon_links li .wd_icon_text a {
    color: #AA9766;
    font-weight: bold;
    margin-top: auto;
}
ul.wd_icon_links li .wd_icon_text a svg {
    margin-left: 10px;
    margin-bottom: -1px;
    transform: translateX(0);
    transition: all .3s ease;
    display: inline-block;
}
ul.wd_icon_links li .wd_icon_text a:hover svg {
    transform: translateX(4px);
}
/* END Top Featureboxes */

/* Top Left/Right Featureboxes */
.wd_topleftright_wrapper {
    background-color: #F1F1F1;
    margin: 60px 0 0;
    padding: 60px 0;
}
.wd_featureboxes_topleft,
.wd_featureboxes_topright {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.wd_topleftright_wrapper .wd_featurebox_container {
    padding-bottom: 75px;
    position: relative;
    flex: 100%;
}
.wd_topleftright_wrapper .wd_featurebox_image {
    height: 260px;
    width: 100%;
    background-size: cover;
}
.wd_topleftright_wrapper .wd_featurebox_container .wd_featurebox_title {
    background: #FFFFFF;
    box-shadow: 0px 85px 109px rgba(0, 0, 0, 0.15);
    padding: 20px 20px 20px 40px;
    font-family: Overpass;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 31px;
    color: #1B3863;
    width: 310px;
    position: relative;
    top: -37px;
}
.wd_topleftright_wrapper .wd_featurebox_container .wd_featurebox_title:before {
    position: absolute;
    width: 2px;
    background: #AA9766;
    height: 30px;
    top: 22px;
    left: 20px;
}
.wd_topleftright_wrapper .item {
	margin: 0;
	padding: 0;
}
.wd_topleftright_wrapper .item .item_name {
    font-size: 1rem;
}
.wd_topleftright_wrapper .item .item_date,
.wd_topleftright_wrapper .item .item_time {
	display: inline-block;
}
.wd_topleftright_wrapper .item .item_date ~ .item_time:before {
	content: ' at ';
}
.wd_topleftright_wrapper a {
    font-weight: bold;
}
.wd_topleftright_wrapper p.more {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.wd_topleftright_wrapper p.more a {
    width: 100%;
    text-align: center;
}
.wd_topleftright_wrapper .wd_featurebox p {
    margin: 0;
    line-height: 1.5;
}
/* END Top Left/Right Featureboxes */

/* Middle Featureboxes */
.wd_featureboxes_middle .wd_featurebox_container {
    padding: 60px 0;
    position: relative;
}
.wd_featureboxes_middle .wd_featurebox_container:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 15px;
    border-right: 1px solid #1B3863;
}
.wd_featureboxes_middle .wd_featurebox_title,
.wd_featureboxes_middle .wd_featurebox .wd_left,
.wd_featureboxes_middle .wd_featurebox .wd_right {
    width: 50%;
}
.wd_featureboxes_middle .wd_featurebox {
    display: flex;
    column-gap: 30px;
}
.wd_featureboxes_middle .wd_right {
	padding-left: 40px;
}
.wd_featureboxes_middle .wd_left p {
    color: #425177;
    font-weight: 700;
    font-size: 1.25rem;
}
.wd_featureboxes_middle .subscribe_link,
.wd_featureboxes_middle .item .wd_thumbnail,
.wd_featureboxes_middle .item .wd_summary {
    display: none;
}
.wd_featureboxes_middle .item .wd_date {
    color: #393939;
}

.wd_featureboxes_middle p.more svg path {
    stroke: currentColor;
}
.wd_featureboxes_middle .item {
    margin: 0 0 40px;
    padding: 0;
    position: relative;
}
.wd_featureboxes_middle .item:before {
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #1B3863;
    top: 15px;
    left: -44px;
}
.wd_featureboxes_middle .item .wd_title {
    font-size: 1rem;
}
/* END Middle Featureboxes */

/* Bottom Featureboxes */
.wd_bottom_wrapper {
    background-color: #F1F1F1;
    padding: 60px 0;
}
.wd_featureboxes_bottom {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 20px;
}
.wd_featureboxes_bottom .wd_featurebox_title {
	width: 100%;
    font-size: 2.125rem;
}
.wd_featureboxes_bottom .wd_featurebox_container {
	width: calc(50% - 15px);
	min-height: 175px;
	background-size: cover;
}
.wd_featureboxes_bottom .wd_imagetable,
.wd_featureboxes_bottom .wd_featurebox_container .wd_featurebox_title {
	display: none;
}
.wd_featureboxes_bottom a.wd_featurebox_link {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}
.wd_featureboxes_bottom .wd_featurebox_link p {
    margin: 0;
}
.wd_featureboxes_bottom .wd_featurebox_link p a {
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 50px 30px 10px 10px;
    color: #fff;
    font-weight: bold;
    font-size: 0.875rem;
    text-transform: uppercase;
}
.wd_featureboxes_bottom .wd_featurebox_link p a:after {
    transition: all 0.3s ease;
    content: '';
    background: url(../svg/angle-rightz685.svg) no-repeat center;
    width: 22px;
    height: 26px;
    position: absolute;
    right: 15px;
    bottom: 9px;
}
.wd_featureboxes_bottom .wd_featurebox_link:hover p a:after {
	right: 10px;
}
/* END Bottom Featureboxes */

/* Bottom Left/Right Featureboxes */
.wd_bottomleftright_wrapper .grid-x {
    row-gap: 40px;
}
.wd_bottomleftright_wrapper .wd_featurebox_title {
    font-size: 2.125rem;
}
.wd_bottomleftright_wrapper .wd_featurebox {
    font-size: 0.9375rem;
}
.wd_bottomleftright_wrapper .grid-x > .large-6 {
	width: 50%;
}
.wd_bottomleftright_wrapper {
    padding: 40px 0;
    background-color: #1B3863;
    color: #fff;
}
.wd_bottomleftright_wrapper p {
    margin: 0;
}
.wd_bottomleftright_wrapper p.more a {
    width: 100%;
    text-align: center;
    margin: 20px 0 0;
}
.wd_bottomleftright_wrapper .wd_featurebox_container {
	position: relative;
	padding-bottom: 80px;
}
.wd_bottomleftright_wrapper p.more {
	position: absolute;
	bottom: 0;
	width: 100%;
}
/* END Bottom Left/Right Featureboxes */

.wd_featureboxes_bottominfo .wd_featurebox_title:before {
    display: none;
}

/* Featured Presentation Featureboxes */
.wd_featureboxes_featuredpres .wd_featurebox_container {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    column-gap: 30px;
}
.wd_featureboxes_featuredpres .wd_featurebox_title {
    position: absolute;
    background: #FFFFFF;
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.25);
    padding: 20px 20px 20px 40px;
    font-family: Overpass, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 31px;
    color: #1B3863;
    width: 310px;
    bottom: 0;
    margin: 0;
    transform: translateY(50%);
}
.wd_featureboxes_featuredpres .wd_featurebox_title::before {
    position: absolute;
    width: 2px;
    background: #AA9766;
    height: 30px;
    top: 22px;
    left: 20px;
}
.wd_featureboxes_featuredpres .wd_imagetable {
    display: none;
}
.wd_featureboxes_featuredpres .wd_featurebox_image {
    flex: 2;
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.25);
}
.wd_featureboxes_featuredpres .wd_featurebox {
    flex: 1;
}
/* END Featured Presentation Featureboxes */

/* Top Boxes Featureboxes */
.wd_featureboxes_topboxes {
    display: flex;
    gap: 30px;
    padding: 0 15px;
}
.wd_featureboxes_topboxes .wd_featurebox_container {
    flex: 1;
    background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2));
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 400px;
    padding: 0px;
    border-top: 5px solid var(--main-gold);
    position: relative;
    display: flex;
    flex-direction: column;
}
.wd_featureboxes_topboxes .wd_featurebox_title {
    color: #fff;
    margin-left: 0px;
    margin-top: 0px;
    background: rgba(7, 51, 97, 0.86);
    padding: 6px 15px;
    font-weight: bold;
    font-size: 1.625rem;
}
.wd_featureboxes_topboxes .wd_featurebox_title::before {
    display: none;
}
.wd_featureboxes_topboxes .wd_imagetable {
    display: none;
}
.wd_featureboxes_topboxes .wd_featurebox {
    display: flex;
    flex-direction: column;
    flex: 100%;
}
.wd_featureboxes_topboxes .wd_featurebox p.more {
    margin: auto 0 30px 30px;
}
.wd_featureboxes_topboxes .wd_featurebox p.more a {
    padding: 10px;
}
/* END Top Boxes Featureboxes */

/* END Featureboxes */

/* Stock Widget */
.wd_widget .wd_quote-wrapper {
    max-width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
    padding: 30px;
}
.wd_widget .wd_quote {
    background: none;
    border: none;
    padding: 0;
}
.wd_widget .wd_quote .wd_symbol .wd_exchange,
.wd_widget .wd_quote .wd_symbol .wd_symbol {
    font-size: 2.625rem;
    color: #AA9766;
}
.wd_widget .wd_quote .wd_main-wrapper {
    text-align: left;
    width: auto;
    float: none;
}
.wd_widget .wd_quote .wd_main {
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.wd_widget .wd_quote .wd_values-wrapper {
    width: 100%;
}
.wd_widget .wd_quote .wd_values {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
}
.wd_widget .wd_quote .wd_values .wd_data-wrapper {
    width: calc(50% - 15px);
    padding: 0 15px;
}
.wd_widget .wd_quote .wd_data {
    border-color: #999;
    border-style: solid;
    border-width: 0 0 1px 0;
    padding: 0 0 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
}
.wd_widget .wd_quote .wd_data .wd_label {
    color: #1B3863;
    font-size: 1.125rem;
    font-weight: bold;
}
.wd_widget .wd_quote .wd_data .wd_label:after {
    content: ':';
}
.wd_widget .wd_quote .wd_data .wd_value {
    font-size: 1rem;
    margin: 0;
    color: #404040;
}
.wd_widget .wd_quote .wd_price .wd_value,
.wd_widget .wd_quote .wd_price > span {
    display: none;
}
.wd_widget .wd_quote .wd_quote_footer {
    float: none;
    font-size: 0.875rem;
    color: #AA9766;
    text-transform: uppercase;
    display: inline;
    align-self: flex-end;
    margin: 0;
}
.wd_iframe.wd_pageid_122 .wd_widget .wd_quote .wd_quote_footer {
    color: #09212E;
}
.wd_widget .wd_quote .wd_quote_footer span:first-child {
    display: none;
}
.wd_widget .wd_quote .wd_exchange:after {
    content: ':';
}
/* END Stock Widget */

/* Interactive Chart */
.wd_ir_interactivechart {
    background: #FFFFFF;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
    padding: 30px;
}
.wd_iframe.wd_pageid_122 {
    background-color: #fff;
}
.wd_iframe.wd_pageid_122 .wd_ir_interactivechart {
    box-shadow: none;
}
/* .wd_iframe.wd_pageid_122 .wd_ir_interactivechart .wd_featurebox_title, */
.wd_iframe.wd_pageid_122 .wd_featureboxes_bottominfo,
/* .wd_iframe.wd_pageid_122 .wd_widget, */
.wd_iframe.wd_pageid_122 #wd_printable_content > p,
.wd_iframe.wd_pageid_122 #wd_printable_content > br {
    display: none;
}
.wd_iframe.wd_pageid_122 .wd_ir_interactivechart .wd_featurebox_title {
    color: #09212E;
}
.wd_iframe.wd_pageid_122 .wd_ir_interactivechart .wd_featurebox_title:before {
    background-color: #09212E;
    /* display: none; */
}
.wd_iframe.wd_pageid_122 .wd_ir_interactivechart div.wd_ticker_selector {
    text-align: left;
}
.wd_iframe.wd_pageid_122 .wd_ir_interactivechart div.wd_ticker_selector .wd_linkmenu-header {
    border-radius: 4px;
    height: 38px;

}
.wd_iframe.wd_pageid_122 .wd_ir_interactivechart div.wd_ticker_selector .wd_linkmenu-label {
    font-size: .8rem;
}
.wd_ir_interactivechart .wd_chart_range_inputs {
    display: flex;
    justify-content: space-between;
}
#wd_chart_ranges {
    float: none !important; /* override inline */
}
.wd_ir_interactivechart .wd_chart_range {
    font-size: .8rem;
    background: #F1F1F1;
    border: none;
    padding: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    margin-right: 4px;
    color: #09202E;
    border-radius: 4px;

}
.wd_ir_interactivechart .wd_chart_range:hover {
    background: #e6e6e6;
}
.wd_ir_interactivechart .wd_chart_range-active {
    background: #3FB2D2;
    color: #09202E;
    font-weight: bold;
}
#wd_printable_content .wd_ir_interactivechart .wd_chart_dates input[type=text] {
    max-width: 140px;
    width: auto;
    vertical-align: bottom;
    font-size: 1rem;
    border-radius: 4px;
    box-shadow: none;
}

.wd_ir_interactivechart .wd_wai_datepicker .wd_wai_datepickerDialog {
    width: auto;
}
.wd_ir_interactivechart .wd_chart_footer,
.wd_ir_interactivechart .wd_chart_options {
    display: none;
}
/* END Interactive Chart */

/* Start Investor Day */
.wd_pageid_62 .wd_category_49 {
    display: flex;
    gap: 40px;
    padding: 30px 15px;
    margin-bottom: 30px;
}
.wd_pageid_62 .wd_category_49 {
    background-color: #AA9766;
}
.wd_pageid_62 .wd_category_49 .wd_category_info {
    width: calc(100% - 20px);
}
.wd_pageid_62 .wd_category_49 .wd_category_items {
    width: calc(100% - 20px);
}
.wd_pageid_62 .category_header {
    display: none;
}
.wd_pageid_62 .item {
    padding: 0;
    margin: 0;
}
.wd_pageid_62 .item table {
    margin: 0 !important;
}
.wd_pageid_62 .item table td {
    padding: 0;
}
.wd_pageid_62 .wd_category_50 {
    padding: 30px 15px;
    background-color: #425177;

}
.wd_pageid_62 .wd_category_50 .item {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    
}
.wd_pageid_62 .wd_category_50 .item_name {
    color: #fff;
    margin-bottom: 15px;
}
.wd_pageid_62 .wd_category_50 .item iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
/* End Investor Day */

/* Start Iframe */ 
.wd_iframe .page_header,
.wd_iframe .breadcrumb {
    display: none;
}
.wd_iframe {
    padding: 20px;
}
.wd_iframe.wd_pageid_147 {
    background-color: #F1F1F1;
}
.wd_iframe.wd_pageid_147 .wd_formbuilder > .wd_form_field:nth-child(2) a {
    color: #09202E;
}
.wd_iframe.wd_pageid_147 .wd_formbuilder > .wd_form_field:nth-child(2) a:hover {
    color: #3FB2D2;
}
.wd_iframe.wd_pageid_147 .wd_formbuilder label {
    color: #09202E;
    font-weight: 700;
}
.wd_iframe.wd_pageid_147 #wd_printable_content .wd_formbuilder_submit {
    background-color: #3FB2D2;
    color: #09202E;
    font-weight: 700;
    border: none;
    border-radius: 5px;
}
.wd_iframe.wd_pageid_147 #wd_printable_content .wd_formbuilder_submit:hover {
    background-color: #6FF2F6;
}
.wd_iframe.wd_pageid_122 {
    background: #fff;
}
.wd_iframe.wd_pageid_122 .wd_quote-wrapper {
    background-color: #FFF;
}
.wd_iframe.wd_pageid_122 .wd_label {
    color:#09202E;
} 
.wd_iframe.wd_pageid_122 .wd_ir_interactivechart .wd_chart_range-active {
    color: #09202E;
}
.wd_iframe.wd_pageid_122 .wd_widget .wd_quote .wd_main {
    align-items: normal;
}
.wd_iframe.wd_pageid_122 div.wd_quote div.wd_price {
    margin: 2rem 0 0;
}
.wd_iframe.wd_pageid_122 .wd_widget .wd_quote .wd_symbol .wd_exchange, 
.wd_iframe.wd_pageid_122 .wd_widget .wd_quote .wd_symbol .wd_symbol {
    font-family: "Spline Sans", sans-serif;
    color: #09212E;
}
.wd_iframe.wd_pageid_122 .wd_widget .wd_quote .wd_data {
    border-color: #3FB2D2;
}
.wd_iframe.wd_pageid_122 .wd_ir_interactivechart {
    background-color: #fff;
}
.wd_iframe.wd_pageid_147 {
    background-color: #fff;
}
.wd_iframe.wd_pageid_147 #wd_printable_content .wd_form_field input[type="text"] {
    max-width: 100%;
}
.wd_iframe.wd_pageid_147 #wd_printable_content input[type="radio"] {
    margin-bottom: 0;
}
.wd_iframe.wd_pageid_147 .wd_form_field_input {
    margin-left: 0px; 
}
.wd_iframe.wd_pageid_147 .wd_form_field_label {
    float: none !important;
}
.wd_iframe.wd_pageid_147 .wd_form_field_label label {
    text-align: left;
}
.wd_iframe.wd_pageid_147 .wd_form_buttons {
    margin-left: 0 !important;
}
.wd_iframe.wd_pageid_147 #wd_printable_content input[type="text"] {
    box-shadow: none;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.wd_iframe.wd_pageid_147 .wd_name_fields {
    display: flex;
    gap: 20px;
}
.wd_iframe.wd_pageid_147 .wd_name_fields .wd_form_field {
    width: calc(50% - 10px);
}
/* End Iframe */

/* 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_topleftright_wrapper p.more {
		position: initial;
	}
	.wd_topleftright_wrapper .wd_featurebox_container {
	    padding-bottom: 25px;
	}
	.wd_bottomleftright_wrapper p.more {
	    position: inherit;
	    margin-top: 30px;
	}
	.wd_bottomleftright_wrapper .wd_featurebox_container {
		padding-bottom: 0;
	}
    .wd_featureboxes_topboxes {
        flex-direction: column;
    }
}

/* Large devices (desktops) */
@media (max-width: 992px) {
	ul.wd_icon_links li {
	    flex-direction: column;
	}
	.wd_featureboxes_middle .wd_featurebox {
		flex-direction: column;
	}
	.wd_featureboxes_middle .wd_featurebox_title,
	.wd_featureboxes_middle .wd_featurebox .wd_left,
	.wd_featureboxes_middle .wd_featurebox .wd_right {
		width: 100%;
	}
	.wd_featureboxes_middle .wd_featurebox_container:after {
		display: none;
	}
	.wd_featureboxes_middle .wd_right {
	    padding-top: 30px;
	    padding-bottom: 30px;
		border-left: 1px solid #1B3863;
	}
	.wd_bottomleftright_wrapper .grid-x > .large-6 {
		width: 100%;
	}
    .wd_ir_interactivechart .wd_chart_range_inputs {
        flex-direction: column; 
    }
    .wd_ir_interactivechart .wd_chart_dates {
        margin-left: 0;
    }
}

/* Medium devices (tablets) */
@media (max-width: 767px) {
	ul.wd_icon_links li {
	    flex-direction: row;
	    width: 100%;
	}
    .wd_wai_datepicker .wd_wai_datepickerDialog {
        width: calc(100% - 30px);
    }
    .wd_page_menu {
        display: flex;
        flex-direction: column;
        text-align: center;
        row-gap: 20px;
    }
    .wd_page_menu .wd_page_links {
        float: none;
    }
    .wd_featureboxes_featuredpres .wd_featurebox_container {
        flex-direction: column;
        align-items: flex-start;
    }
    .wd_featureboxes_featuredpres .wd_featurebox_title {
        position: relative;
        transform: translateY(-50%);
    }
    .wd_event .wd_event_sidebar {
        display: none;
    }
    .wd_event .wd_event_sidebar_mobile {
        display: block;
    }
    .wd_events .wd_events_inputs {
        text-align: left;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    #wd_printable_content button.wd_events_input_go {
        margin-left: 0;
    }

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

@media (max-width: 639px) {
	.wd_featureboxes_bottom .wd_featurebox_container {
	    width: 100%;
	}
    .wd_widget .wd_quote .wd_values .wd_data-wrapper {
        width: 100%;
    }
    .wd_ir_interactivechart .wd_chart_dates,
    .wd_ir_interactivechart .wd_chart_ranges {
        float: none;
        white-space: unset;
    }
    #wd_printable_content .wd_ir_interactivechart .wd_chart_dates input[type="text"] {
        width: calc(100% - 60px);
        max-width: unset;
    }
    .wd_ir_interactivechart .wd_chart_dates input,
    .wd_ir_interactivechart .wd_chart_dates button {
        margin-bottom: 12px;
    }
    .wd_item_search_form_container .wd_search_basic_fields {
        flex-direction: column;
        align-items: stretch;
    }
    #wd_printable_content .wd_item_search_form_container .wd_search_basic_fields input {
        width: 100%;
        max-width: 100%;
    }
}

/* Small devices (landscape phones) */
@media (max-width: 575px) {
	.wd_featureboxes_stock .wd_chart-quote-item {
	    float: none;
	    width: 100%;
	}
    .wd_wai_datepicker .wd_wai_datepickerDialog {
        width: calc(100% - 20px);
    }
    .wd_wai_datepicker .wd_wai_datepickerDialog th {
        padding: 0;
    }
    .wd_page_menu .wd_page_links {
        font-size: 0.875rem;
    }
    .wd_page_menu .wd_page_link a,
    .wd_page_menu .wd_page_link span {
        padding: 3px 6px;
    }
    .wd_pageid_62 .wd_category_49 {
        flex-direction: column-reverse;
        padding: 30px 15px;
    }
    .wd_pageid_62 .wd_category_49 .wd_category_info,
    .wd_pageid_62 .wd_category_49 .wd_category_items {
        width: 100%;
    }
    .wd_pageid_62 .wd_category_50 {
        padding: 30px 15px;
    }
}

/* CLIENT CSS OVERRIDES */
.entry-content {
    margin-top: 30px;
}
