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

.hero-header, .hero-subheader {
  color: #000;
}

.what-we-do-hero {
    /*height: calc(100vh - 100px) !important; */
    height: 550px !important;
}

#megasubmenu .submegamenu {
    height: auto;
    min-height: 330px;
}

#megasubmenu .submegamenu ul.level-1 {
  margin: 0;
}
#megasubmenu .submegamenu ul.level-1 > li > a {
  font-size: min(2.5vh,2.25rem);
  line-height: min(2.5vh,3rem);
}

#megasubmenu .submegamenu.open {
  bottom: inherit;
}

.hero-generic-detail .hero-header {
  position:relative
}
.hero-generic-detail .hero-header .text-wrapper {
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  right:0;
  z-index:2;
  max-width:1670px;
  width:100%;
  padding-right:702px
}
.hero-generic-detail .hero-header .image-wrapper .mobile {
  height:calc(55vh - 80px)
}
.hero-generic-detail .hero-header .image-wrapper .mobile picture img {
  height:100%;
  object-fit:cover
}
.hero-generic-detail .hero-header .text-link {
  position:absolute;
  left:50%;
  top:50%;
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  width:100%;
  max-width:1670px
}
.hero-generic-detail .hero-header .breadcrumbs,
.hero-generic-detail .hero-header .cta,
.hero-generic-detail .hero-header .desc,
.hero-generic-detail .hero-header .title {
  padding-left:15px;
  padding-right:15px
}
.hero-generic-detail .hero-header .breadcrumbs h1,
.hero-generic-detail .hero-header .cta h1,
.hero-generic-detail .hero-header .desc h1,
.hero-generic-detail .hero-header .title h1 {
  font-family:ivypresto-display;
  font-weight:600;
  color:#fff
}

.hero-generic-detail .hero-header .title h1 {
    color:#000;
}

.hero-generic-detail .hero-header .breadcrumbs {
  font-family:aptos,sans-serif;
  font-weight:600;
  transform:translateY(2px);
  font-size:20px;
  line-height:120%!important;
  display:block;
  color:#fff;
  margin:0 auto 40px
}
.hero-generic-detail .hero-header .desc {
  margin-top:20px;
  font-family:aptos,sans-serif;
  font-weight:300;
  font-weight:400;
  color:#fff
}
.hero-generic-detail .hero-header .cta {
  margin-top:55px
}
.hero-generic-detail .hero-header .cta div a {
  font-family:aptos,sans-serif;
  font-weight:600;
  color:#000;
  text-transform:uppercase;
  padding-bottom:11px;
  text-decoration:none;
  position:relative;
  display:inline-block;
  white-space:nowrap;
  font-size:14px;
  padding-top:12px;
  padding-bottom:12px;
  padding-left:80px;
  padding-right:80px;
  background:#fff
}
.hero-generic-detail .hero-header .cta div a:after {
  background:0 0
}
.hero-generic-detail .hero-header .cta div a:hover {
  color:#fff!important;
  background-color:#000;
  transition:.25s
}
.hero-generic-detail .image-wrapper {
  position:relative;
  z-index:1
}
.hero-generic-detail .image-wrapper .image {
  position:relative;
  top:auto;
  right:auto;
  bottom:auto;
  left:auto
}
.hero-generic-detail .image-wrapper .image:after {
  content:"";
  position:absolute;
  display:block;
  top:0;
  right:0;
  bottom:0;
  left:0
}
.hero-generic-detail .image-wrapper .image picture {
  width:100%;
  height:auto
}
.image-wrapper {
}

/* END Header styles */

.item, .wd_item {
	margin: 10px 0;
	padding: 10px 0;
}
.item_name,
.wd_title,
.wd_item .wd_title,
.wd_newsfeed_releases-teaser .wd_title,
.wd_documents_item_list > .wd_documents_item > .wd_title {
	/* font-size: 1.2rem; */
	font-weight: 700;
}
.item_date, .wd_date,
.wd_item .wd_date,
.wd_event_sidebar .wd_event_date,
.wd_newsfeed_releases-teaser .wd_date {
	/* font-size: 1rem; */
	font-weight: normal;
	color: inherit;
	text-transform: none;
}
.item_summary, .wd_item .wd_summary {}
.wd_item .wd_subtitle {}

table.wd_imagetable {}
td.imagecaption {}

span.wd_subscribe_icon {
	background: url('../images/webdriver/email_alerts.png') no-repeat;
	background-position: 0 3px;
	display: inline-block;
	height: 18px;
	width: 18px;
	margin-left: 5px;
}
span.wd_subscribe_icon img {
	display: none;
}

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

/* SEC Filings */
.wd_ir_secfilings .wd_selector {
    float: left;
    margin: 0 20px 25px 0px;
}

.wd_ir_secfilings .wd_linkmenu-header {
	height: 53px;
	display: flex;
	align-items: center;
}

.wd_ir_secfilings span.wd_label {
    display: block;
}
.wd_ir_secfilings .wd_sec_filings th {
	border: none;
	color: #fff;
	background-color: #27252D;
    padding: .5em;
}
.wd_linkmenu a {
	font-weight: 400;
}
table.wd_sec_filings a.wd_document {
	margin: 0;
	padding: 0;
}
.wd_document_format a {
	display: inline-block;
	width: 45px;
	height: 20px;
}
.wd_document_format a img {
	display: none;
}
.wd_document_format a.wd_document_html {
	width: 55px;
}
.wd_document_format a.wd_document_html:before {
	content: 'HTML';
	border-right: 1px solid #27252D;
	padding-right: 5px;
}
.wd_document_format a.wd_document_doc:before {
	content: 'DOC';
	border-right: 1px solid #27252D;
	padding-right: 5px;
}
.wd_document_format a.wd_document_pdf:before {
	content: 'PDF';
	border-right: 1px solid #27252D;
	padding-right: 5px;
}
.wd_document_format a.wd_document_xls:before {
	content: 'XLS';
}
a.wd_document.wd_document_xbrl_viewer {
	display: none;
}
.wd_mobile-label {
    display: none;
}
a.wd_document.wd_document_xbrl_download::before {
  content: 'XBRL';
  border-left: 1px solid #27252D;
  padding-left: 8px;
  margin-left: -13px;
}
/* end SEC Filings */

/* Standard */
#wd_printable_content {
    margin-top: 20px
}
div.wd_standard {}

.wd_pageid_117 .wd_standard .item:hover,
.wd_pageid_120 .wd_standard .item:hover {
    border-left: 3px solid;
    background-color: #f9f9f9;
}
.wd_pageid_117 .wd_standard .item p,
.wd_pageid_120 .wd_standard .item p {
    margin: 0;
}
.wd_pageid_117 .wd_standard .item,
.wd_pageid_120 .wd_standard .item {
    margin: 0;
    padding: 0;
    border-left: 3px solid transparent
}
.wd_pageid_117 .wd_standard .item a:hover,
.wd_pageid_120 .wd_standard .item a:hover {
    color: #EB1326;
    text-decoration: underline;
}
.wd_pageid_117 .wd_standard .item a,
.wd_pageid_120 .wd_standard .item a {
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #DDD;
}
.wd_pageid_120 .wd_standard .item a[href$=".html"] img,
.wd_pageid_120 .wd_standard .item .item_name,
.wd_pageid_117 .wd_standard .item .wd_attachment,
.wd_pageid_120 .wd_standard .item .wd_attachment {
    display: none;
}

#wd_expand {
    text-align: right;
    font-weight: bold;
}

#wd_expand:hover {
    cursor:pointer;
    text-decoration: underline;
}

.wd_toggle_items .category_header{
	margin-bottom: 25px;
}

.wd_toggle_items .wd_standard .wd_category_items .item:first-of-type {
	border-top: 1px solid;
}

.wd_toggle_items .wd_standard .wd_category_items .item {
	border-bottom: 1px solid;
	font-size: 1.3125rem;
    font-weight: 700;
    padding-bottom: 1.5rem;
    padding-left: 0;
    padding-top: 1.5rem;
	margin: 0;
}

.wd_toggle_items .wd_standard .wd_category_items .item .wd_item_wrapper {
	font-size: 18px;
	line-height: normal;
    font-weight: normal;
}

.wd_toggle_items .wd_standard .wd_category_items .item_name {
	position: relative;
	font-size: 21px;
	display: flex;
    align-items: center;
    padding-right: 30px;
}

.wd_toggle_items .item .wd_item_wrapper {
	display: none;
	overflow: hidden;
}

.wd_toggle_items .wd_standard .wd_category_items .item_name:after {
	content: '';
	width: 24px;
	background-size: 24px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2327252D'%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: 24px;
    margin-left: auto;	
    position: absolute;
    right: 0;
	transition: transform 0.2s ease-in-out;
}

.wd_toggle_items .wd_standard .wd_category_items .item .item_name.wd_active:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2327252D'%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");
	transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
}

.wd_pageid_62 .wd_category {
  margin: 0 0 30px 0;
}

.wd_q_results {
	list-style: none;
	padding: 0;
	margin: 20px 0;
}

.wd_q_results li a {
    font-size: 18px;
	font-weight: normal;
	display: block;
	width: 50%;
	padding: 8px 0px;
	position: relative;
}

.wd_q_results li a i {
	position: absolute;
	right: 0;
	top: 9px;
	font-size: 28px;
}
/* END Standard */

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

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

/* Events */
div.wd_events {}
.wd_event_sidebar .wd_event_date,
.wd_event_sidebar .wd_event_time,
.wd_event_sidebar .wd_event_subscribe,
.wd_event_sidebar .wd_event_reminder,
.wd_event_sidebar .wd_event_webcast {
	background-position: left;
}

.wd_events-teaser .item {
    margin: 20px 0;
    padding: 20px 0;
}

.wd_events-teaser .item_name a {
  font-size: 18px;
  line-height: 22px;
  display: block;
  margin-bottom: 20px;
}
.wd_events-teaser .wd_date_time {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  font-size: 16px;
}

.wd_events-teaser .wd_event_subscribe a,
.wd_events-teaser .wd_event_reminder a {
  font-weight: 300;
  font-size: 16px;
}

.wd_events-teaser .wd_event_subscribe a:before,
.wd_events-teaser .wd_event_reminder a:before {
    content: '+ ';
}

/************************
 Events
************************/
 .wd_events-detail .wd_title {
  font-size: 40px;
  margin: 20px 0;
  line-height: 48px;
  font-family: ivypresto-display, sans-serif;
  font-weight: 600;
}
.wd_event-details {
  position: relative;
}
.wd_event-details .wd_more {
    position: absolute;
    top: 0;
    width: 100%;
    display: block;
    height: 100%;
}
.wd_event-details .wd_more a {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    font-size: 0;
    height: 100%;
}
.wd_pageid_19 .wd_events_tabs {
    border: none;
    border-top: 8px solid #27252D;
    background: #27252D;
    display: flex;
    padding-left: 20px;
    margin-bottom: 10px;
    list-style-type: none;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    float: none;
}
.wd_pageid_19 #wd_printable_content .wd_events_tab {
    padding: 8px 14px;
    display: block;
    background: #27252D;
    text-decoration: none;
    border-radius: 0;
    border: none;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    color: #fff;
    font-weight: bold;
    margin-right: 4px;
}
.wd_pageid_19 #wd_printable_content .wd_events_tab .fa,
.wd_pageid_19 .wd_event_info .wd_attachment_description,
.wd_pageid_19 .wd_event_info .wd_attachment_icon img {
    display: none;
}

.wd_pageid_19 .wd_event_info .wd_attachment_icon {
  margin: 0;
}

.wd_pageid_19 .wd_event_info a,
.wd_pageid_19 .wd_event_info a:hover {
    text-decoration: underline;
    font-weight: 500;
    color: #27252D;
}
.wd_pageid_19 .wd_event_info .wd_attachment_title {
    width: fit-content;
}
.wd_pageid_19 .wd_event_info .wd_attachment_wrapper {
    margin: 0;
}
.wd_pageid_19 #wd_printable_content .wd_events_tab.active {
    pointer-events: none;
}
.wd_pageid_19 #wd_printable_content .wd_events_tab.active,
.wd_pageid_19 #wd_printable_content .wd_events_tab:hover {
    text-decoration: none;
    background: #fff;
    color: #27252D;
}
.wd_events_list .wd_event:first-child {
    padding: 0;
    background: none;
}

.wd_pageid_19 #wd_printable_content > p,
.wd_pageid_19 .wd_events_inputs > select, 
.wd_pageid_19 .wd_events_inputs .wd_events_input_go {
    display: none;
}
.wd_pageid_19 .wd_events_header_container {
    padding: 0;
    margin: 0;
    width: fit-content;
}
.wd_pageid_19 .wd_events_header_container > div:hover,
.wd_pageid_19 .wd_open .wd_events_header_container > div {
    background: #27252D;
}
.wd_pageid_19  .wd_events_month.wd_open .wd_events_header_container ~ div,
.wd_pageid_19 .wd_events_past_summary.wd_open .wd_events_header_container ~ div {
    display: block;
}
.wd_pageid_19 .wd_events_past_summary .wd_events_header_container ~ div,
.wd_pageid_19  .wd_events_month .wd_events_header_container ~ div {
    display: none;
}
.wd_pageid_19 .wd_events_header_container > div {
    background: #666;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 4px 15px 1px;
    margin: 0;
    cursor: pointer;
    border-radius: 4px;
    border: none;
    line-height: 1.5;
}

.wd_pageid_19 .wd_events_list,
.wd_pageid_19 .wd_events_past_summary {
    border-left: 1px solid #ddd;
    margin-left: 20px;
}
.wd_pageid_19 .wd_events_past_summary:before,
.wd_pageid_19 .wd_events_month:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 14px;
    border-top: 1px solid #ddd;
    height: 0;
    width: 15px;
}
.wd_pageid_19 .wd_events_past_summary,
.wd_pageid_19 .wd_events_month {
    position: relative;
    padding: 0 0 20px 30px;
}
.wd_pageid_19 .item {
    margin: 12px 0;
    padding: 0;
    overflow-x: hidden;
    background: none;
}
.wd_pageid_19 .wd_event_info {
    position: relative;
}
.wd_pageid_19 .wd_event-dropdown {
    background-color: #fcfcfc;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px 15px;
    display: none;
}
.wd_pageid_19 .item.open .wd_event-dropdown {
    display: block;
}
.wd_pageid_19 .wd_event_info .fa {
    display: none;
}
.wd_pageid_19 .wd_event_info .wd_event-date-time,
.wd_pageid_19 .wd_event_info .wd_event-date {
    display: flex;
    gap: 8px;
}
.wd_pageid_19 .wd_event_info .wd_event-date div, 
.wd_pageid_19 .wd_event_info .wd_event-dropdown > * {
    margin: 0;
}

.wd_pageid_19 .wd_event_info .wd_event-dropdown > :not(.wd_event-details) {
    margin: 12px 0 12px 40px;
}
.wd_pageid_19 .wd_event_info .wd_title a {
    color: #27252D;
    text-decoration: none;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    line-height: 1.3;
}
.wd_pageid_19 .wd_event_info > .item_date {
    color: #27252d;
    margin: 0;
    font-weight: 400;
}
#wd_printable_content .wd_events .wd_event_toggle {
    position: absolute;
    top: 0;
    right: 0;
    color: #27252D;
    padding: 0;
    height: 30px;
    background: none;
    border: none;
    box-shadow: none;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
#wd_printable_content .wd_events .wd_event_toggle::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f067";
}
#wd_printable_content .wd_events .item.open .wd_event_toggle::before {
    content: "\f068";
}

.wd_date_time .fa-calendar {
  display: none;
}
.wd_event .wd_date_time {
  display: flex;
  margin-bottom: 1em;
}

.wd_events-detail .wd_attachment_icon,
.wd_events-detail .wd_attachment_size,
.wd_events-detail .fa.fa-bell-o,
.wd_events-detail .fa.fa-calendar-plus-o {
    display: none;
}

.wd_events-detail .wd_attachment_container,
.wd_event_sidebar_item {
	margin: 0 0 12px 0;
}
.wd_events-detail .wd_attachment_wrapper {
  margin: 0px;
}

.wd_event a,
.wd_attachment_title,
.wd_attachment_title a,
.wd_event_sidebar_item a {
	text-decoration: underline;
	font-weight: normal;
}
/* END Events */

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

/* Newsfeed Releases */
div.wd_newsfeed_releases {}

/************************
 Press Release
************************/
.wd_category_link_list {
  list-style: none;
  padding: 0;
}
/* search */
#wd_printable_content .wd_newsfeed_releases input[type="text"] {
    width: 100%;
    max-width: 100%;
  }
  #wd_printable_content .wd_newsfeed_releases .wd_search_form_basic {
    width: 100%;
  }
  #wd_printable_content .wd_newsfeed_releases select,
  #wd_printable_content .wd_newsfeed_releases input[type="text"],
  #wd_printable_content .wd_newsfeed_releases .wd_search_button {
    height: 34px !important;
  }
  #wd_printable_content .wd_newsfeed_releases .wd_item_search_form_container:before {
    content: 'Search News Releases';
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}
/* cat tabs */
.wd_category_nav {
    border: none;
    border-top: 8px solid #27252D;
    background: #27252D;
    display: flex;
    padding-left: 5px;
    margin: 20px 0 10px 0;
    list-style-type: none;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.wd_category_nav .wd_cat_nav_item a {
    padding: 8px 14px;
    display: block;
    background: #27252D;
    color: #FFFFFF;
    line-height: 1.4;
    text-decoration: none;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.wd_category_nav .wd_cat_nav_item.active a {
    text-decoration: none;
    background: #fff;
    color: #000;
    pointer-events: none;
}

.wd_newsfeed_releases .wd_thumbnail,
.wd_newsfeed_releases .wd_asset_type_link_list,
.wd_newsfeed_releases .wd_search_advanced_link,
.wd_pageid_43 #wd_printable_content > p,
.wd_newsfeed_releases .wd_summary,
.wd_newsfeed_releases .wd_title_wrapper > ul:nth-of-type(2) {
    display: none;
}
.wd_newsfeed_releases .wd_item_wrapper {
    margin: 0;
    display: flex;
}
.wd_newsfeed_releases .wd_item_search_form_container select[name=category] {
    display: none;
}
.wd_newsfeed_releases .wd_item_search_form_container {
    background-color: #eaeaea;
    padding: 18px 15px;
    margin-bottom: 15px;
}
.wd_newsfeed_releases .wd_search_basic_fields {
    background: none;
    border: none;
    padding: 0;
    display: flex;
    gap: 10px;
}
.wd_newsfeed_releases .wd_item_list {
    margin: 0;
}
.wd_list_header {
    font-weight: bold;
    padding: 5px 0;
    margin-bottom: 5px;
    background: #27252D;
    color: #fff;
    display: flex;
    margin: 0;
}
.wd_newsfeed_releases .wd_item_wrapper .wd_date_time .wd_date:last-of-type:after {
    content: ' ET';
}
.wd_newsfeed_releases .wd_item_wrapper .wd_date_time,
.wd_list_header .wd_date_header {
    width: 16.666666666666664%;
}
.wd_newsfeed_releases .wd_item_wrapper .wd_title_wrapper,
.wd_list_header .wd_headline_header {
    width: 83.33333333333334%;
}
.wd_newsfeed_releases .wd_item_wrapper .wd_date_time,
.wd_newsfeed_releases .wd_item_wrapper .wd_title_wrapper,
.wd_list_header .wd_date_header,
.wd_list_header .wd_headline_header {
    padding-left: 15px;
    padding-right: 15px;
}
.wd_newsfeed_releases .wd_title {
    line-height: 1;
}
.wd_newsfeed_releases .wd_title a {
    font-size: 2rem;
    text-decoration: none;
    color: #27252D;
    line-height: normal;
    margin: 3px 0;
    display: block;
}
.wd_newsfeed_releases .wd_category_link {
    line-height: 1;
}
.wd_newsfeed_releases .wd_title a:hover {
    color: #27252D;
}
.wd_newsfeed_releases .wd_item_wrapper .wd_date {
    color: #27252D;
    margin-top: 8px;
}
.wd_newsfeed_releases .wd_item_wrapper .wd_date:nth-child(2) {
    color: #27252D;
    text-transform: uppercase;
    margin: 0;
}
.wd_newsfeed_releases .wd_item {
    border-bottom: 1px solid #eaeaea;
    padding: 15px 0;
    margin: 0;
}
.wd_newsfeed_releases .wd_category_link,
.wd_newsfeed_releases .wd_category_link a {
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
}
.wd_continue_reading {
    font-size: 16px;
    font-weight: 400;
}
.wd_newsfeed_releases .wd_summary-toggle {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    line-height: 2;
    width: fit-content;
}
.wd_newsfeed_releases .wd_summary-toggle:before {
    content: '\f0fe';
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    margin-right: 4px;
}
.wd_newsfeed_releases .wd_summary-toggle:hover,
.wd_newsfeed_releases .wd_open.wd_summary-toggle {
    color: #27252D;
}
.wd_newsfeed_releases .wd_open.wd_summary-toggle:before {
    content: '\f146';
}
.wd_newsfeed_releases .wd_summary p {
    background-color: #eaeaea;
    padding: 8px;
    color: #666;
    margin: 3px 0 8px;
}
/* END Newsfeed Releases */


.wd_captioned_image {
  width: auto !important;
  margin: 0 0 30px 0 !important;
}
.wd_captioned_image img {
  width: 100%;
}

.wd_newsfeed_releases-detail table {
    border-collapse: collapse;
    margin: 0 0 20px 0;
}
.wd_newsfeed_releases-detail table, 
table tbody, 
.wd_newsfeed_releases-detail tbody td p {
  font-family: Arial;
  font-size: 14px;
}
.wd_newsfeed_releases-detail table, 
.wd_newsfeed_releases-detailtable tbody,
.wd_newsfeed_releases-detail tbody td {
  /*border-left: none;
  border-right: none; */
  padding: .25em 0;
}

.wd_newsfeed_releases-detail div.wd_toolbar {
    border: none;
}

.wd_newsfeed_releases-detail {
    max-width: 900px;
    margin: 20px auto;
}

.wd_newsfeed_releases-detail .wd_subtitle {
  font-style: italic;
  margin-bottom: 1rem;
  text-align: center;
}

.wd_newsfeed_releases-detail .wd_title {
    margin: 30px 0;
    font-family: 'ivypresto-display', sans-serif;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
}

.wd_asset_gallery_list,
.wd_asset_carousel,
.wd_asset_inline {
  background-color: transparent;
}

.wd_layout-masonry.wd_asset_inline_list {
    margin-left: 15px;
}

.wd_events-detail a[href$='events']:before,
.wd_newsfeed_releases-detail a[href$="news"]:before {
  content: '\f053';
  font-family: 'Font Awesome 5 Pro';
  padding-right:3px;
  font-size: 14px;
}

/* 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:not(.wd_asset_list),
.wd_newsfeed_releases-detail .wd_news_body ul ul {
	margin: 1em 0 1em 0;
	padding-left: 40px;
}
.wd_newsfeed_releases-detail .wd_news_body ul li,
.wd_newsfeed_releases-detail .wd_news_body ul li ul 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;
}

.wd_news_body + p {
    margin-top: 1em;
}

.wd_video_modal div.wd_embed_code object, .wd_video_modal div.wd_embed_code embed, .wd_video_modal div.wd_embed_code iframe {
    max-width: 1000px;
    max-height: 600px;
}

.wd_video_modal .wd_video {
  height: auto !important;
}

.wd_modal-outer,
.wd_slideshow-list,
.wd_videos-modal {
	max-width: 1000px !important;
}

.wd_documents_asset .wd_icon_container a:first-of-type,
ul.wd_asset_carousel_type_link_list li.wd_asset_carousel_type_link,
.wd_scroll_to_link.wd_continue_link,
.wd_document_modal .wd_filesize {
    display: none;
}

div[wd_move_after] + p {
}

.wd_documents_asset .wd_file_info {
  text-transform: uppercase;
}

.wd_video_modal .wd_video_aspect {
  max-width: calc(100% - 20px);
  max-height: 100%;
}

.wd_videos_asset .fa:before {
  content: "\f144";
}

.wd_asset_gallery.wd_item,
.wd_asset_inline.wd_item {
  margin: 0;
  padding: 0;
}

#wd_printable_content .wd_newsfeed_releases-detail .fullscreen-button {
  border: 2px solid #000;
  background: #FFF;
  margin: 5px 0px 5px 0px;
  color: #000;
  width: auto;
  -moz-border-radius: 0px;
  border-radius: 0px;
  cursor: pointer;
  display: inline-block;
  border: 2px solid #000;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: none;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

#wd_printable_content .wd_newsfeed_releases-detail .fullscreen-button:hover {
    color: #FFF;
    background-color: #000;
}
span.wd_tool_icon > a:link,
span.wd_tool_icon > a:visited {
    color: #000;
    background: none !important; /* override inline */
    transition: all .2s ease-in-out;
    font-size: 2rem;
}
span.wd_tool_icon a:hover {
    transform: translateY(-4px);
}

.wd_tool_icon .fa {
  font-family: 'Font Awesome 5 Brands',"Font Awesome 5 Pro",'FontAwesome';
}

.fa-file-pdf-o::before {
  content: "\f1c1";
}

/* END Newsfeed Releases */

.wd_board_committees-detail .wd_title {
    line-height: normal;
}

.wd_committees thead {
  background-color: #27252D;
}

.wd_committees thead th {
  border: none;
  padding: 8px 6px;
}

.wd_committees thead th a {
  color:#FFF;
}

.wd_committees tbody th {
    padding-left:8px;
}

/* Formbuilder */
select::-ms-expand {
	border: none;
}
#wd_printable_content input,
#wd_printable_content button:not([class*=wd_wai]),
#wd_printable_content select {
	border-radius: 0;
	border: 1px solid #ccc;
	line-height: 34px;
	padding: 0 1rem;
	font-size: 1em;
	height: 34px;
	color: #333;
}
#wd_printable_content select {
	padding: 0 1rem;
	font-size: 1em;
	height: 34px;
	color: #333;
}

.wd_subscribe_featurebox input[type='submit'],
#wd_printable_content button.wd_events_more,
#wd_printable_content button[type='submit'],
#wd_printable_content input[type='submit'],
p.more a {
	display: inline-block;
  border: 2px solid #000;
  padding-left: 20px;
  padding-right: 20px;
  background: #fff;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

.wd_subscribe_featurebox input[type='submit'] {
    padding: 8px 40px 9px 40px;
    min-width: 200px;
    margin: 0;
}

.wd_subscribe_featurebox input[type='text'] {
    padding: 8px 2px 9px 2px;
    min-width: 200px;
    border: 2px solid #000;
    background: #fff;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  width: 100%;
}

.wd_subscribe_featurebox input[type='submit']:hover,
p.more a:hover,
#wd_printable_content button.wd_events_more:hover,
#wd_printable_content button[type='submit']:hover,
#wd_printable_content input[type='submit']:hover {
    color: #fff;
  background-color: #000;
  transition: .25s;
  text-decoration: none;
}

.wd_events_more .fa {
    display: none;
}
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=checkbox],
#wd_printable_content input[type=radio] {
	height: auto;
	margin-right: 4px;
}
.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 */
.limiter {
    max-width: 1670px;
    margin-left: auto;
    margin-right: auto;
}

.wd_featureboxes_hero_news {
  display: none;
}

.wd_featureboxes_stock {
    /* margin-top: -80px */ 
    position: absolute;
    top: -60px;
    left: 40px;
    right: 40px;
    z-index: 100;
}

.wd_featureboxes_stock .wd_featurebox {
	background: #27252D 0% 0% no-repeat padding-box;
	/* box-shadow: 3px 3px 7px #00000029; */
	/* border-radius: 6px; */
	padding: 0px;
	display: flex;	
	margin: 0px auto 30px auto;
}
.wd_featureboxes_stock .wd_featurebox_title, .wd_featureboxes_stock .wd_chart-quote-footer, 
.wd_featureboxes_stock .wd_quote-container div.wd_chart-quote-item:first-of-type {
	display: none;
}

.wd_featureboxes_stock div.wd_ticker_label {
	text-align: left;
	margin: 0;
	flex: 1 0 200px;
}

.wd_featureboxes_stock .wd_quote-container {
	display: flex;
	width: 100%;
}

.wd_featureboxes_stock .wd_quote-container .wd_chart-quote {
	display: flex;
	/* justify-content: space-between; */
    line-height: normal;
}

.wd_featureboxes_stock .wd_quote-container div.wd_chart-quote-item {
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	flex-flow: column-reverse;
	width: auto;
    padding: 30px;
    min-width: 220px;
}

.wd_featureboxes_stock .wd_quote-container div.wd_chart-quote-item:last-of-type {
	align-items: flex-end;
	justify-content: center;
    margin-left: auto;
}

.wd_featureboxes_stock div.wd_chart-quote-label {
	color: #FFF;
	text-transform: uppercase;
	font-weight: 500;
    font-size: 18px;
}

.wd_featureboxes_stock .wd_featurebox div.wd_chart-quote-value.wd_chart-quote-value-down,
.wd_featureboxes_stock .wd_featurebox div.wd_chart-quote-value.wd_chart-quote-value-up,
.wd_featureboxes_stock .wd_featurebox div.wd_chart-quote-value {
	font-size: 20px;
	color: #FFF;
	font-weight: 600;
	margin-top: 10px;
}

.wd_featureboxes_stock .wd_featurebox div.wd_chart-quote-value.wd_quote-price {
	font-size: 40px;
	font-weight: 600;
	color: #FFF;
    margin-top:  20px;
}

.wd_featureboxes_stock div.wd_ticker_label {
	font-weight: 500;
    background-color: #000;
    color:#FFF;
    padding: 30px;;
}

.wd_featureboxes_stock div.wd_ticker_label span.wd_exchange,
.wd_featureboxes_stock .wd_symbol {
	color: #FFF;
	font-weight:700;
}

div.wd_featureboxes_bottom_right div.wd_featurebox .wd_intro,
div.wd_featureboxes_bottom_left div.wd_featurebox h2,
div.wd_featureboxes_right div.wd_featurebox_title,
div.wd_featureboxes_left div.wd_featurebox_title {
    font-family:ivypresto-display;
    font-weight:600;
    font-size: 40px;    
    line-height: 48px;
    margin: 0;
}

div.wd_featureboxes_right,
div.wd_featureboxes_left {
    height: 100%;
}

div.wd_featureboxes_right div.wd_featurebox, 
div.wd_featureboxes_left div.wd_featurebox {
  padding: 100px;
  color:#FFF;
}

div.wd_featureboxes_left ul {
  padding: 0;
  margin: 20px 0;
  list-style: none;
}

div.wd_featureboxes_left ul li {
  margin-bottom: 8px;
}

div.wd_featureboxes_left ul li a.cta-right-arrow {
    font-size: 18px;
    text-transform: none;
}

.d-flex {
    display: flex;
    clear: both;
}

.wd_purple {
    background-color: #1E3278;
    color:#FFF;
}

.wd_dark_gray {
    background-color: #27252D;
    color:#FFF;
}

.wd_light_gray {
    background-color: #F4F4F4;
    color:#000;
}

.wd_featureboxes_left a,
.wd_featureboxes_right a,
.wd_purple a {
    color:#FFF;
}

.p-0 {
    padding:0;
}

.m-0 {
    margin: 0;
}

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

.wd_top_fbox .chapter-title span.text {
    color:#FFF;
}

.what-we-do-stats-img {
  width: 100%;
}

.wd_bottom_fbox {
    padding-bottom: 100px;
}
.wd_bottom_boxes,
.wd_middle_fbox,
.wd_top_fbox {
    padding: 100px 0;
}
div.wd_featureboxes_top div.wd_featurebox ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    flex: 0 0 46%;
}
div.wd_featureboxes_top div.wd_featurebox {
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
}

div.wd_featureboxes_top div.wd_featurebox ul li:nth-child(2) {
    font-family:ivypresto-display;
    font-weight:600;
    font-size: 24px;
    line-height: 32px;
}

div.wd_featureboxes_top div.wd_featurebox ul li:not(:nth-child(2)) {
    font-weight:300;
    font-size: 18px;
  line-height: 22px;
    margin: 0;
}

div.wd_featureboxes_top div.wd_featurebox_container {}
.wd_pageid_45 div.wd_featureboxes_top div.wd_featurebox_title {
    display: none;
}

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_bottom,
div.wd_featureboxes_middle {
    padding: 0 12px;
}
div.wd_featureboxes_middle div.wd_featurebox > p:first-of-type {
    font-size: 40px;
    line-height: 38px;
    font-weight: 600;
    font-family:ivypresto-display;
    margin-bottom: 40px;
}

div.wd_featureboxes_middle div.wd_featurebox > p:last-of-type {
    text-align: center;
}

div.wd_featureboxes_middle div.wd_featurebox_container {}

div.wd_featureboxes_bottom_right div.wd_featurebox_title,
div.wd_featureboxes_bottom_left div.wd_featurebox_title,
div.wd_featureboxes_bottom div.wd_featurebox_title,
div.wd_featureboxes_middle div.wd_featurebox_title {
    font-size: 20px;
    line-height: 120%;
    font-weight: 600;
    margin-bottom: 40px;
}

.wd_newsfeed_releases-teaser .wd_thumbnail,
.wd_newsfeed_releases-teaser .subscribe_link {
  display: none;
}

.wd_newsfeed_releases-teaser {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 -39px;
}
.wd_newsfeed_releases-teaser .item {
    flex: 0 0 23%;
    position: relative;
    padding: 46px 39px;
}

.wd_newsfeed_releases-teaser .item:hover {
    cursor: pointer;
    box-shadow: 0 0 20px rgba(0,0,0,0.16);
}

.wd_newsfeed_releases-teaser .wd_date {
  font-family: aptos,sans-serif;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 175%;
  color: #5f687a;
  margin-bottom: 20px;
}

.wd_newsfeed_releases-teaser .wd_title {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 20px;
}

.wd_newsfeed_releases-teaser .link {
  margin-top: auto;
  display: block;
  padding-top: 20px;
}

.wd_newsfeed_releases-teaser a.cover-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  text-indent: -999999px;
  cursor: pointer;
}

div.wd_featureboxes_bottom {}

div.wd_featureboxes_bottom div.wd_featurebox > h2 {
    margin-bottom: 40px;
}
div.wd_featureboxes_bottom div.wd_featurebox .markets-row {
    display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.market-container {
  flex: 0 0 13%;
  background-color: #27252d;
  position: relative;
  cursor: pointer;
}

.market-image {
    height: 456px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  transition: 0.5s;
}

.market-container h2 {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #fff;
  font-size: 25px;
  margin: 0;
}
.market-container h2 a {
    color:#FFF;
}

.market-container:hover .market-image {
  opacity: 0;
}

.wd_subscribe_featurebox form {
    margin-top: 30px;
    display: flex;
    align-items: center;
    max-width: 80%;
}

.wd_subscribe_featurebox .wd_form_field_label,
.wd_subscribe_featurebox .wd_form_header {
    display: none;
}

.wd_subscribe_featurebox .wd_form_field {
    margin: 0;
    flex: 1;
}

.wd_featureboxes_bottom_left .wd_featurebox {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;  
}
.wd_featureboxes_bottom_left .wd_featurebox h2 {
  flex: 1 1 100%;
}

div.wd_featureboxes_bottom div.wd_featurebox_container {}
div.wd_featureboxes_bottom div.wd_featurebox_title {}
/* 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;
}

.wd_search_info {
  display: none;
}

.wd_search_result {
    border-bottom: 1px solid #CCC;
    padding-bottom: 20px;
}

.wd_search_text,
.wd_search_title {
  line-height: 30px;
}

.footer_spacer {
	margin-top: 2.5em;
}

.wd_page_menu {
	font-size: 1.6rem;
	display: flex;
	flex-direction: column;
	text-align: center;
}
.wd_page_limit,
.wd_page-content ul.wd_page_links {
	float: none!important; /* override inline styles */
	margin: 10px 0;
	padding: 0;
}
.wd_page_limit {
	order: 2;
	padding: 0;
}
.wd_linkmenu-header {
	padding: 6px 2px;
}
.wd_page_link {
	border: none;
}
.wd_page_link a {
  text-decoration: none;
}
.wd_page_link:first-child,
.wd_page_link:last-child{
	border: none;
	border-radius: 0;
}
.wd_page_link.wd_page_active {
	font-weight: 700;
	color: #000;
	background-color: transparent;
}
.wd_linkmenu-header:hover .wd_linkmenu-icon {
	border-color: transparent;
	background-color: transparent;
	color: #000;
}
.wd_page_links {
  float: none;
  margin: 0 auto;
}

.wd_inline_btn {
  display: flex;
  justify-content: center;
}
.wd_inline_btn p {
  margin-right: 20px;
}

.wd_pageid_115 .wd_attachment_description,
.wd_pageid_115 .wd_attachment_icon {
  display: none;
}

.wd_pageid_115 .wd_attachment_wrapper {
  margin: 0;
}
.wd_pageid_115 .wd_attachment_title,
.wd_pageid_115 .wd_attachment_title a {
  text-decoration: none;
  font-weight: bold;
}
.wd_pageid_115 .wd_attachment_title a {
display: flex;
  align-items: center;
  justify-content: space-between;
  }
.wd_pageid_115 .wd_attachment_container {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 8px;
  border-left: 3px solid transparent;
}

.wd_pageid_115 .wd_attachment_container:hover{
  border-left: 3px solid;
  cursor:pointer;
}


.wd_pageid_64 .wd_formbuilder {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.wd_pageid_64 .wd_form_header {
  width: 100%;
}

.wd_pageid_64 .wd_formbuilder .wd_form_field {
  width: 49%;
  margin: 0;
}

.wd_pageid_64 .wd_formbuilder .wd_form_field_label,
.wd_pageid_64 .wd_formbuilder .wd_form_field_input {
  display: block;
  float: none;
  width: auto;
  margin-left: 0;
  text-align: left;
}

.wd_pageid_64 .wd_formbuilder .wd_form_field input[type='text'] {
  width: 100%;
}

.wd_pageid_64 .wd_form_field.wd_form_field_pos_below:nth-child(12), .wd_pageid_64 .wd_form_field.wd_form_field_pos_below textarea {
  width: 100%;
}

.wd_pageid_64 div.wd_form_footer {
	width: 100%;	
}
.wd_pageid_64 div.wd_form_footer div.wd_form_buttons {
   margin-left: 0;
}

/* tables */
.responsive {
    width: 100%;
}

.content_inner table:not([class*=prn]) th,
.content_inner table:not([class*=prn]) td {
	text-align: left;
	padding: 5px 10px;
}
.content_inner table:not([class*=prn]) tfoot {
	font-size: 0.938rem;
}
table .wd_mobile-label {
	display: none;
}
table.responsive thead tr th {
    color:#FFF;
    padding: 4px 6px;
}
table.responsive thead tr {
	background-color: #27252D;
}
.wd_tbl_col.responsive td {
  padding: 4px 6px;
}
/* end tables */

.wd_wai_datepicker .wd_wai_dateCell {
	width: auto;
	height: auto;
}

/* Historical */
.wd_historical .wd_wai_datepicker {
	width: 300px;
	min-width: unset;
	min-height: unset;
	margin: 0 30px 0 0;
}
.wd_historical .wd_wai_datepicker table.wd_wai_dates th,
#wd_printable_content .wd_wai_datepickerDialog .wd_wai_dateRow button {
	padding: 0;
}
.wd_historical .wd_wai_datepicker table.wd_wai_dates th,
.wd_historical .wd_wai_datepicker table.wd_wai_dates td {
	width: auto;
	height: auto;
}
.wd_historical .wd_wai_datepicker .wd_wai_header div.wd_wai_monthYear {
	width: auto;
}
.wd_wai_datepicker .wd_wai_header div.wd_wai_monthYear {
	align-self: center;
}
.wd_historical .wd_wai_datepicker .wd_wai_datepickerDialog {
	border: 1px solid #D7D7D7;
}
.wd_historical .wd_historical_results {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 330px);
	margin: -38px 0 0 0;
}
.wd_historical .wd_historical_results h4,
.wd_historical .wd_historical_results .wd_historical_item:nth-child(2) {
	width: 100%;
}
.wd_historical h4.wd_historical_calendar-label {
	margin: 0 0 10px 0;
	display: inline-block;
	width: 300px;
}
.wd_historical .wd_historical_results .wd_historical_item {
	width: 24%;
}
.wd_historical .wd_historical_item {
	display: flex;
	flex-direction: column-reverse;
}
.wd_historical .wd_historical_label {
	color: #000;
	margin-bottom: 15px;
}
.wd_historical .wd_historical_item .wd_historical_value {
	font-weight: 400;
}
.wd_historical .wd_historical_item:nth-child(2) .wd_historical_value {
}
.wd_historical .wd_historical_value {
	font-size: 30px;
}
.wd_historical div.wd_historical_chart {
	max-width: 100%;
	width: 100% !important;
}

.wd_wai_datepicker .wd_wai_header {
	background-color: #27252D;
}
.wd_wai_datepicker table.wd_wai_dates {
	table-layout: fixed;
	margin: 5px 0 0 0;
	border-spacing: revert;
}
.wd_wai_datepicker table.wd_wai_dates th {
	background-color: #fff;
}
#wd_printable_content .wd_wai_datepickerDialog button {
	line-height: 34px;
	height: 34px;
	padding: 0 4px;
	color: #FFF;
	font-size: .75em;
	border: none;
	border-radius: 0;
}
#wd_printable_content .wd_wai_datepickerDialog .wd_wai_dateRow button:focus {
    outline: 1px solid blue;
}
#wd_printable_content .wd_wai_datepickerDialog button:focus {
    outline: 1px solid;
}
#wd_printable_content .wd_wai_datepickerDialog button .fa {
	color: inherit;
}
#wd_printable_content .wd_wai_datepickerDialog .wd_wai_dateRow button {
	background-color: #27252D;
	border-color: #27252D;
	color: #FFF;
	border: 1px solid #27252D;
	font-size: 1em;
}
#wd_printable_content .wd_wai_datepickerDialog .wd_wai_dateRow button.disabled {
	background-color: #EEE;
  	color: #4d4d4d;
}
#wd_printable_content .wd_wai_datepicker .wd_wai_dateRow {
	background: none;
}
.wd_historical .wd_historical_calendar #wd_wai_dp_button {
	display: none;
}
/* END Historical */

.wd_wai_datepicker .wd_wai_datepickerDialog {
    width: auto;
    max-width: 300px;
}

.wd_ir_calculator label{
    margin: 0;
}

/************************
 Stock
************************/
 .wd_featureboxes_stock_top {
    margin-top: 30px;
 }
.wd_featureboxes_stock_top .wd_featurebox_title {
    color: #27252D;
    font-weight: bold;
    font-size: 18px;
}
.wd_featureboxes_stock_top .wd_chart-quote-item {
    border: 1px solid #ddd;
    width: 25%;
    height: 110px;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.wd_featureboxes_stock_top .wd_symbol {
    display: block;
    padding: 12px;
    border: 1px solid #27252D;
    width: 260px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    background: #27252D;
    height: 110px;
}
.wd_featureboxes_stock_top .wd_symbol:after {
    content: 'Currency in USD. Quote data delayed by at least 15 minutes.';
    display: block;
    text-align: center;
    max-width: 170px;
    margin: 8px auto 0;
    color: #FFF;
    font-size: 12px;
    line-height: normal;
    font-weight: normal;
}
.wd_featureboxes_stock_top .wd_exchange,
.wd_featureboxes_stock_top .wd_chart-quote-footer {
    display: none;
}
.wd_featureboxes_stock_top .wd_featurebox {
    display: flex;
    gap: 12px;
}
.wd_featureboxes_stock_top .wd_chart-quote {
    display: flex;
    gap: 12px;
    width: 100%;
}
.wd_featureboxes_stock_top .wd_quote-container {
    width: 100%;
}
.wd_featureboxes_stock_top .wd_ticker_label {
    margin: 0;
}
.wd_featureboxes_stock_top .wd_chart-quote-label {
    background: #27252D;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 40px;
}
.wd_featureboxes_stock_top .wd_chart-quote-value {
    flex: 1;
    text-align: center;
    padding-top: 16px;
    line-height: 1.35;
    color: #212529;
}
.wd_featureboxes_stock_middle {
    border: 1px solid #27252D;
    margin: 24px 0;
}
.wd_featureboxes_stock_middle .wd_featurebox_title {
    color: #FFF;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    background: #27252D;
    line-height: normal;
    padding: 8px 15px;
    margin: 0;
}
.wd_featureboxes_stock_middle div.wd_chart-range {
    background: #27252D;
    color: #FFF;
    border: none;
    padding: 4px;
    text-transform: uppercase;
    width: auto;
    font-weight: bold;
    border: 1px solid transparent;
}
.wd_featureboxes_stock_middle .wd_chart-range.wd_chart-range-active {
    background: #FFF;
    color: #27252D;
    border-color: #27252D;
    font-weight: bold;
}
.wd_featureboxes_stock_middle .wd_chart-ranges {
    display: flex;
    gap: 4px;
    width: 300px;
    top: 10px;
    position: absolute;
}
.wd_featureboxes_stock_middle .wd_featurebox {
    position: relative;
    border: 1px solid #27252D;
    padding: 40px 20px 20px;
}
.wd_featureboxes_stock_middle .wd_ticker_label {
    display: none;
}
#wd_printable_content .wd_ir_keyratios div.wd_ratios-left,
#wd_printable_content .wd_ir_keyratios div.wd_ratios-right {
    float: none;
    width: 100%;
    margin: 0;
}
div.wd_ir_keyratios h5 {
    color: #FFF;
  font-style: normal;
    font-weight: 700;
    padding: 8px 15px;
    background: #27252D;
    font-family: "Open Sans", sans-serif;
    border: 1px solid transparent;
    cursor: pointer;
}
.wd_ratios_group.opened h5 {
    background: #FFF;
    color: #27252D;
    border-color: #27252D;
    border-bottom: none;
    transition: all 0s;
}
div.wd_ir_keyratios th,
div.wd_ir_keyratios td{
    color: #27252D;
    font-weight: normal;
    line-height: normal;
    padding: 8px;
    border-bottom: none;
}
div.wd_ir_keyratios tr {
    border-top: 1px solid #27252D;
}
div.wd_ir_keyratios .wd_ratios_group table {
    border: 1px solid #27252D;
}
div.wd_ir_keyratios .wd_ratios_group {
    margin: 0 0 1px;
}
div.wd_ir_keyratios .wd_ticker_label {
    display: none;
}

.wd_ir_historical h4 {
  font-weight: bold;
}

.col-12 {
  position: relative;
}

label[for="g-recaptcha-response"] {
  display: none;
}

.wd_pageid_45 .footer_spacer {
    display:none;
}

.wd_pageid_404 #wd_printable_content {
	padding: 100px 0;
}

.wd_pageid_404 .wd_imagetable {
	width: auto !important;
	margin: 0 !important;
	max-width: 800px;
	text-align: center;
}

.wd_pageid_404 .wd_imagetable td {
  display: flex;
  justify-content: flex-end;
}

.wd_pageid_404 .wd_imagetable img {
     max-width: 70%;
     margin-top: -100px;

}
/* Extra large devices (large desktops) */
@media (min-width: 1170px) {
}

@media (max-width: 1366px) {
    .wd_newsfeed_releases-teaser .item {
        flex: 0 0 32%;
    }
}

@media (min-width: 993px) and (max-width: 1366px) {
    .market-container h2 {
        font-size: 17px;
    }
}


@media (max-width: 1199px) {
    .wd_featureboxes_stock {        
        max-width: calc(100% - 80px);
    }
    .wd_featureboxes_stock .wd_quote-container div.wd_chart-quote-item {
        min-width: auto;
    }
}

@media (max-width: 1170px) {
	#block-main-navigation-mobile ul.level-0 > li > a {
		font-size: 1.6rem;
	}
}

/* Large devices (desktops) */
@media (max-width: 992px) {
	.what-we-do-hero {
		margin: 0;
	}
	.wd_featureboxes_bottom_right {
		margin-top: 40px;
	}
    div.wd_featureboxes_right div.wd_featurebox, div.wd_featureboxes_left div.wd_featurebox {
        padding: 60px;
    }
     .market-container {
        flex: 0 0 48%;
    }
     div.wd_featureboxes_bottom div.wd_featurebox .markets-row {
        justify-content: left;
    }
    .wd_newsfeed_releases-teaser {
        margin: 0 auto;
    }
    .wd_newsfeed_releases-teaser .item {
        flex: 0 0 50%;
    }
    div.wd_featureboxes_top div.wd_featurebox ul {
        flex: 1 1 47%;
    }
    div.wd_featureboxes_top div.wd_featurebox {
        gap: 20px
    }
    .wd_featureboxes_stock {
    /* margin-top: -80px */
    position: relative;
    top: inherit;    
    left: inherit;
    right: inherit;
    max-width: 100%;
    }
	.wd_historical .wd_historical_results {
		margin: 20px 0 0 0;
		width: 100%;
	}
    .wd_featureboxes_stock .wd_featurebox {
    flex-direction: column;
    margin: 0;
    }
    .wd_featureboxes_stock div.wd_ticker_label {
    flex: auto;
    }
}

/* Medium devices (tablets) */
@media (max-width: 767px) {
    .wd_pageid_404 .wd_imagetable {
	display: none;
    }
    div.wd_featureboxes_top div.wd_featurebox ul {
        flex: 1 1 100%;
    }
   .wd_subscribe_featurebox form{
        max-width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .wd_subscribe_featurebox .wd_form_field,
    .wd_subscribe_featurebox .wd_form_footer {
        width: 100%;
        margin: 0;
    }
    .wd_newsfeed_releases-teaser .item {
        flex: 1 1 100%;
    }
    .d-flex .col-md-6 {
        flex-basis: 100%;
    }
    .flex-wrap-sm {
        flex-wrap: wrap;
    }
    div.wd_featureboxes_right div.wd_featurebox_title, div.wd_featureboxes_left div.wd_featurebox_title {
        font-size: 28px;
        line-height: 30p;
    }
    div.wd_featureboxes_right div.wd_featurebox, div.wd_featureboxes_left div.wd_featurebox {
        padding: 100px 20px;
    }
    .wd_featureboxes_stock .wd_quote-container div.wd_chart-quote-item {
	width: auto;
}
.wd_featureboxes_stock .wd_featurebox {
  flex-direction: column;
  text-align: center;
}
.wd_featureboxes_stock div.wd_ticker_label {
  flex: auto;
  text-align:center;
}
.wd_featureboxes_stock .wd_quote-container,
.wd_featureboxes_stock .wd_quote-container .wd_chart-quote {
  flex-direction: column;
}
.wd_featureboxes_stock .wd_quote-container div.wd_chart-quote-item:last-of-type {
  align-items: center;
  margin: 10px 0 0 0;
}
	.wd_historical .wd_historical_results .wd_historical_item {
  		width: 100%;
	}
	   /* stock */
    .wd_featureboxes_stock_top .wd_chart-quote {flex-wrap: wrap;}
    .wd_featureboxes_stock_top .wd_featurebox {flex-direction: column;}
    .wd_featureboxes_stock_top .wd_symbol {width: 100%;}
    .wd_featureboxes_stock_top .wd_chart-quote-item:nth-child(1),
    .wd_featureboxes_stock_top .wd_chart-quote-item:nth-child(4) {width: 100%;}
    .wd_featureboxes_stock_top .wd_chart-quote-item:nth-child(2),
    .wd_featureboxes_stock_top .wd_chart-quote-item:nth-child(3) {width: calc(50% - 6px);}
    .wd_historical .wd_wai_datepicker .wd_wai_datepickerDialog {
		left: auto;
		max-width: 100%;
	}
	.wd_pageid_64 .wd_formbuilder .wd_form_field {
  		width: 100%;
  	}
	table.responsive,
	table.responsive tbody,
	table.responsive tbody tr,
	table.responsive tbody td {
	    display: block;
	}
	table.responsive .wd_mobile-label {
		display: inline;
		font-weight: 700;
	}
	table.responsive thead {
		display: none;
	}
	table.responsive tbody tr,
    table.responsive tfoot tr {
	    margin-bottom: 20px;
	    border-bottom: none;
	}
	table.responsive tbody tr td {
		border-bottom: 1px solid #ccc;
	}
	table.responsive tbody tr.wd_empty {
		display: none;
	}
	.wd_board_committees-detail .wd_title {
		font-size: 1.5em;
	}
	table.wd_committees,
	table.wd_committees tbody,
	table.wd_committees tbody tr,
	table.wd_committees tbody td {
	    display: block;
	}
	table.wd_committees thead {
		display: none;
	}
	table.wd_committees tbody tr {
	    height: auto;
	    margin: 16px 0;
	    border-bottom: 1px solid #cbcbcd;
	    border-top: 1px solid #cbcbcd;
	}
	table.wd_committees .wd_member_col,
	table.wd_committees .wd_committee_col {
	    width: 100%;
	    padding-left: 4px;
	    border: none;
	}
	table.wd_committees td {
		text-align: left;
	}
	table.wd_committees .wd_empty {
		display: none;
	}
	table.wd_committees .wd_member_icon,
	table.wd_committees .wd_chair_icon,
	table.wd_committees .wd_mobile-label {
	    display: inline-block;
	    font-size: .9em;
	}
	.wd_member_col .wd_title {
		margin-bottom: 10px;
	}
	.wd_q_results li a {
		width: 100%;
	}
	.hero-generic-detail .image-wrapper .image img {
	    height: 100%;
  	    object-fit: cover;
	}
	.hero-generic-detail .image-wrapper .image {
		height: calc(55vh - 80px);
	}
	.hero-generic-detail .hero-header .text-wrapper {
		padding-right: 0;
	}
    .wd_event .wd_date_time {flex-wrap:wrap}
    .wd_event_time .fa,
    .wd_sec_filings thead {
	    display: none;
	}
	.wd_sec_filings tr {
	    display: flex;
	    flex-direction: column;
	    margin: 30px 0;
	}
	.wd_ir_secfilings table.wd_sec_filings th~th,
	.wd_ir_secfilings table.wd_sec_filings td~td {
		border: 0;
	}
	.wd_ir_secfilings table.wd_sec_filings td.wd_filing_date {
	    order: -1;
	    padding-bottom: 0;
	}
	.wd_ir_secfilings table.wd_sec_filings td.wd_filing_date,
	.wd_ir_secfilings table.wd_sec_filings td.wd_filing_type {
		text-align: left;
	    background-color: #27252D;
	    color: #fff;
	}
	.wd_ir_secfilings table.wd_sec_filings td.wd_filing_type .wd_mobile-label {
		display: inline;
	}
	.wd_ir_secfilings table.wd_sec_filings td.wd_document_format .wd_mobile-label {
		display: block;
		margin-bottom: 10px;
		color: #000;
		font-weight: 700;
	}
	.wd_ir_secfilings table.wd_sec_filings td {
	    padding: 10px 20px;
	}
	.wd_ir_secfilings table.wd_sec_filings td.wd_document_format,
	.wd_ir_secfilings table.wd_sec_filings td.wd_description {
		background-color: #F7f7f7;
	}
	.wd_ir_secfilings table.wd_sec_filings td.wd_document_format {
		padding-bottom: 20px;
	}
	.wd_ir_secfilings table.wd_sec_filings td.wd_filing_type {
		position: relative;
	}

	.wd_pageid_121 .wd_category_items .item {
		display: block;
	}
	.wd_pageid_62 .wd_standard .item {
		width: 100%;
	}
    table.responsive,
	table.responsive tbody,
	table.responsive tbody tr,
	table.responsive tbody td {
	    display: block;
	}
	table.responsive .wd_mobile-label {
		display: inline;
		font-weight: 700;
	}
	table.responsive thead {
		display: none;
	}
	table.responsive tbody tr,
    table.responsive tfoot tr {
	    margin-bottom: 20px;
	    border-bottom: none;
	}
	table.responsive tbody tr td {
		border-bottom: 1px solid #ccc;
	}
	table.responsive tbody tr.wd_empty {
		display: none;
	}
    .wd_newsfeed_releases-detail .wd_title,
    .wd_events-detail .wd_title {
      font-size: 28px;
      line-height: 34px;
  }
  /* Press Release */
    .wd_newsfeed_releases .wd_item_wrapper .wd_date_time {
        margin-bottom: 8px;
	width: 100%;
    }
    .wd_newsfeed_releases .wd_item_wrapper .wd_title_wrapper {
        width: 100%;
    }
    .wd_newsfeed_releases .wd_item_wrapper {
        display: block;
    }
    .wd_category_nav,
    .wd_list_header {
        display: none;
    }
    option[value="uncategorized"] {
      display: none;
    }
    .wd_newsfeed_releases .wd_item_search_form_container select[name=category] {
        display: block;
    }
    .wd_newsfeed_releases .wd_search_basic_fields {
        display: flex;
        flex-direction: column;
    }
    #wd_printable_content .wd_newsfeed_releases input[type="text"] {
        max-width: 100%;
    }
    .wd_newsfeed_releases .wd_search_form_basic {
        width: 100%;
    }
	.wd_newsfeed_releases .wd_title a {
		margin: 10px 0;
	}
}

/* Small devices (landscape phones) */
@media (max-width: 575px) {
	.wd_page_link {
		padding: 6px 5px;
	}
	.wd_pageid_19 .wd_event_info .wd_event-date-time, .wd_pageid_19 .wd_event_info .wd_event-date {
		flex-wrap: wrap;
		gap: 0;
	}
	.item_time.wd_event_time {
  		flex: 1 1 100%;
	}
}

/* CLIENT CSS OVERRIDES */
