/* Begin classes for common SPIN elements */

*, ::before, ::after { box-sizing: border-box; }
*, ::before, ::after { box-sizing: inherit; }
*, ::before, ::after { box-sizing: border-box; }
body {
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Helvetica, sans-serif;
}

/* Header styles */
.page_header,
.category_header {}
.detail_header,
.detail_subheader,
.category_name {}
.category_intro {}
/* 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 {
    font-size: 1.6rem;
    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: 1.6rem;
    font-weight: normal;
    color: inherit;
    text-transform: none;
}
.item_summary, .wd_item .wd_summary {}
.wd_item .wd_subtitle {}

table.wd_imagetable {}
td.imagecaption {}

/* Begin classes for individual PCTs */

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

/* 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;
}
/* END Events */

/* Gallery */
div.wd_gallery {}

/* hi-res link for gallery */
ul.hi_res-links li a, ul.hi_res-links li a:hover, ul.hi_res-links li a:link, ul.hi_res-links li a:visited {
    color: #FFF;
}
ul.hi_res-links li a {
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
}
ul.hi_res-links li a span {
    display: block;
    text-align: center;
    margin: 0;
    padding: 2px 10px;
    position: relative; /*To fix IE6 problem (not displaying)*/
    background: #666 url(../images/webdriver/gradient_bg.gif) repeat-x top;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 1px 1px 5px #888;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
/* END hi-res link for gallery */
/* END Gallery */

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

/* Formbuilder */
#wd_printable_content input,
#wd_printable_content button,
#wd_printable_content select {
    border-radius: 0;
    border: 1px solid #ccc;
    line-height: 34px;
    padding: 0 1rem;
    font-size: 1.6rem;
    height: 34px;
    color: #333;
}
#wd_printable_content select {
    padding: 0 1rem;
    font-size: 1.6rem;
    height: 34px;
    color: #333;
}
select::-ms-expand {
    margin-left: 50px;
    background-color: #fff;
}
#wd_printable_content button.ui-datepicker-trigger {
    border: 0;
}
#wd_printable_content .wd_form_field_label {
    line-height: 2.4em;
    margin-bottom: 0;
}
#wd_printable_content input[type=text] {
    max-width: 69%;
}
#wd_printable_content input[type=submit] {
    max-width: 100%;
    margin-left: 1%;
}
#wd_printable_content input[type=checkbox],
#wd_printable_content input[type=radio] {
    height: auto;
}
.wd_form_field {
    clear: both;
}
.wd_page_limit {
    padding: 0;
}
.wd_linkmenu-header {
    padding: 6px 2px;
}
.wd_page_link:first-child,
.wd_page_link:last-child,
.wd_linkmenu-header {
    border-radius: 0;
}
.wd_linkmenu-header:hover .wd_linkmenu-icon {
    border-color: transparent;
    background-color: transparent;
    color: #000;
}
.wd_form_field .wd_form_field_input,
.wd_form_field {
    overflow: visible;
}
/* END Formbuilder */

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

/* Featureboxes */
.wd_featureboxes_socialhub .wd_tabs_wrapper {
    background: 0 none;
    padding: 5px;
}
.wd_featureboxes_socialhub .wd_tab {
    margin: 1px;
    padding: 4px;
    border: 0px;
    background-color: transparent;
}
.wd_featureboxes_socialhub .wd_tab-active {
    padding: 3px;
    background-color: #dddddd;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.wd_featureboxes_tabbed .wd_tabs_wrapper {
    background: 0 none;
    border: 0 none;
    width: 100%;
    display: block;
    height: 33px;
}
.wd_featureboxes_tabbed .wd_tabs_wrapper .wd_tabs {
    overflow: visible;
}
.wd_featureboxes_tabbed .wd_tabs_wrapper .wd_tab {
    margin: 0 0.3em 0 0;
    padding: 0.5em;
    border: 1px solid #cccccc;
    border-bottom-width: 0px;
    border-top-left-radius: 0.5em; -moz-border-radius-topleft: 0.5em; -webkit-border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em; -moz-border-radius-topright: 0.5em; -webkit-border-top-right-radius: 0.5em;
}
.wd_featureboxes_tabbed .wd_tabs_wrapper .wd_tab-active {
    margin-bottom: -1px;
    border-bottom: 1px solid #fff;
}
.wd_featureboxes_tabbed .wd_tabs_wrapper .wd_tab-inactive {
    background-color: #eeeeee;
}
.wd_featureboxes_tabbed .wd_tabs_wrapper .wd_tab-inactive:hover {
    background-color: #dddddd;
    border-color: #aaaaaa;
}
.wd_featureboxes_tabbed .wd_tabs_container .wd_tabs_content_wrapper {
    clear: both;
    width: 100%;
    padding-top: 0px;
    border-top: 1px solid #DEDEDE;
}
.wd_featureboxes_tabbed .wd_tabs_wrapper {
    background: 0 none;
    border: 0 none;
}
/* 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_subscribe_icon {
    background: url(../images/webdriver/email_alerts.png) 0px 3px no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
}
.wd_subscribe_icon img {
    display: none;
}

/************************
 STOCK FB
************************/
.wd_featureboxes_stock .wd_featurebox_title,
.wd_featureboxes_stock .wd_chart-quote-footer,
.wd_featureboxes_stock .wd_quote-change {
    display: none;
}
.wd_featureboxes_stock .wd_featurebox {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}
.wd_featureboxes_stock div.wd_ticker_label span.wd_exchange,
.wd_featureboxes_stock .wd_symbol,
.wd_featureboxes_stock {
    color: white;
    font-size: 12px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
}

.HeaderPaneDiv .wd_search_form input[type="submit"] {
    background: url(../images/mag.svg);
}

/************************
 NAV
************************/
.HeaderPaneDiv .wd_search_form {
    position: relative
}
.HeaderPaneDiv .wd_search_form input[type="submit"] {
    font-size: 0;
    height: 16px;
    width: 16px;
    border: none;
    background-repeat: no-repeat;
    position: absolute;
    top: 6px;
    right: 6px;
    cursor: pointer;
}

/************************
 GLOBAL
************************/
.wd_content p {
    font-family: Montserrat;
}
body:not(.wd_pageid_45) .pane--banner {
    display: none;
}
.wd_content {
    margin-top: 102px;
    padding: 0 0 50px;
}
.wd_pageid_45 .wd_content {
    margin-top: 0;
}
.wd_pageheader {
    color: #fff;
    background-color: #202A45;
    padding: 74px 0;
    margin-bottom: 50px;
    font-size: 32px;
    text-align: center;
}
.wd_pageheader h1,
#wd_printable_content {
    max-width: 1220px;
    margin: 0 auto;;
    padding-left: 20px;
    padding-right: 20px;
}
/* global link hover */
#wd_printable_content a {
    transition-property: color,background-color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    color: #282828;
}
#wd_printable_content a:hover {
    color: rgb(89, 89, 89);
}
#wd_printable_content .wd_toolbar .wd_tool_icon a,
#wd_printable_content .wd_toolbar .wd_tool_icon a:hover {
    color: white;
}

/* search */
.wd_search_basic_fields {
    background: none;
    border: none;
}
.wd_item_search_form_container {
    text-align: left;
}
#wd_printable_content .wd_search_basic_fields select,
#wd_printable_content .wd_search_button {
    color: #282828;
    background: none;
    font-size: 16px;
    border: 2px solid #282828;
    cursor: pointer;
    height: 40px;
}

#wd_printable_content .wd_search_button {
    background: #282828;
    text-transform: uppercase;
    color: #fff;
}

#wd_printable_content select {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 32px;
    background: none;
    border: 2px solid #212121;
    color: #282828;
    font-size: 16px;
    height: 40px;
}
.wd_select {
    display: inline-block;
    position: relative;
}
.wd_select:after {
    content: '';
    position: absolute;
    border-left: 1px solid #111;
    border-bottom: 1px solid #111;
    width: 9px;
    height: 9px;
    right: 18px;
    display: block;
    transform: translateY(-50%) rotate(-45deg);
    top: 48%;
}
#wd_printable_content .wd_events_input_go {
    height: 40px;
    background: #202A45;
    color: white;
    border: none;
    min-width: 70px;
}

/************************
 EVENTS
************************/
.wd_events_header_container > div,
.wd_events_past_summary .wd_header {
    font-size: 26px; 
    color: rgb(33, 33, 33);
    font-weight: normal;
    border: none;
    background: none;
    margin-top: 36px;
}
.wd_pageid_19 .wd_content {
    background: #f6f6f6;
}
.wd_event .wd_date-wrap {
    display: flex;
    gap: 8px;
    font-size: 15px;
}
.wd_event .wd_event_date {
    font-size: 15px;
}
.wd_event .wd_attachment_description,
.wd_event .wd_event_date br {
    display: none;
}
.wd_event .fa-calendar,
.wd_event .fa-clock-o {
    display: none;
}
.wd_event .wd_title a {
    font-size: 16px;
    color: #282828;
    font-weight: normal;
}
.wd_event .wd_title {
    margin: 0;
}
.wd_event .wd_event-links {
    display: flex;
    gap: 24px;
    margin-top: 16px;
}
.wd_event .wd_attachment_title a,
.wd_event .wd_event_webcast a {
    font-size: 15px; 
    color: #282828;
    font-weight: normal;
}
.wd_event .wd_attachment_container {
    margin: 0;
}

#wd_printable_content .wd_event {
    background: white;
    margin: 0 0 10px;
    padding: 30px;
    display: flex;
    flex-direction: column;
}
.wd_event .fa-podcast:before {
    display: none;
}
.wd_event .fa-podcast {
    background: url(../images/link-solid.svg);
    height: 17px;
    width: 17px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 6px;
}
.wd_events li.wd_events_tab {
    border: none;
    height: 40px;
    border: 1px solid #202A45;
    border-radius: 0;
    line-height: 39px;
    padding: 0 10px;
}
.wd_events li.wd_events_tab.active {
    background: #202A45;
    color: white;
}

#wd_printable_content .wd_events_more {
    background: #fff;
    border-color: #FFD086;
    color: #FFD086;
    height: 40px;
    cursor: pointer;
    transition: all .25s;
}
#wd_printable_content .wd_events_more:hover {
    background: #FFD086;
    color: #fff;
}

/************************
 PAGEID 65
************************/
.wd_attachment_image a[href*=".pdf"] img,
.wd_attachment_icon a[href*=".pdf"] img {
    display: none;
}
.wd_attachment_image a[href*=".pdf"]:before,
.wd_attachment_icon a[href*=".pdf"]:before {
    content: '\f1c1';
    font-family: 'FontAwesome';
    color: #999899;
}
.wd_pageid_65 .item {
    margin: 0;
    padding: 15px 4px 15px 0;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
}
.wd_pageid_65 .wd_attachment_info,
.wd_pageid_65 .wd_attachment_spacer {
    display: none;
}
.wd_pageid_65 .item_name {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.wd_attachment_image a[href*=".pdf"]::before {
    font-size: 18px;
    color: rgb(89, 89, 89);
}


.wd_pageid_11 #wd_printable_content {
    font-family: "Montserrat", sans-serif;
}
.wd_envelope {
    display: flex;
    gap: 6px;
}
.wd_envelope::before {
    content: '';
    background: url(../images/envelope.svg);
    width: 15px;
    height: 16px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    top: 2px;
    position: relative;
}
  


/************************
 PRESS RELEASES
************************/
.wd_subscribe_link,
.wd_newsfeed_releases .wd_search_basic_fields input[type="text"],
.wd_search_advanced_link {
    display: none;
}

.wd_newsfeed_releases .wd_item {
    padding: 0;
    margin: 24px 0;
}
.wd_newsfeed_releases .wd_item .wd_title a {
    font-size: 16px;
    color: #282828;
    font-weight: normal;
}
.wd_newsfeed_releases .wd_item .wd_title {
    text-align: left;
}
.wd_newsfeed_releases .wd_item .wd_date {
    color: #282828;
    color: #282828;
    font-size: 15px;
    text-align: left;
}

.wd_page_limit {
    font-family: Montserrat;
}

/* details */
.wd_body {
    font-size: 16px;
}
.wd_newsfeed_releases-detail .wd_title {
    font-size: 20px;
}
div.wd_toolbar {
    border: none;
}
.wd_body ul li::marker {
    color: #FFD086;
}
#wd_printable_content .wd_body a {
    color: #B88B1E;
    transition: normal;
}
#wd_printable_content .wd_body a:hover {
    color: #FFD086;
}
.wd_back {
    line-height: 2;
    display: block;
    position: relative;
    width: fit-content;
    margin-bottom: 16px;
}
.wd_back:after {
    content: '';
    background: url(../images/right-arrow.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 15px;
    background-size: contain;
    margin-left: 8px;
    position: relative;
    top: 3px;
}

.wd_body div a img {
    margin: 0;
    padding: 5px 10px;
    max-width: 100%;
}
.wd_body div a img[style*="left"] {
    margin: 0;
    padding-left: 0;
    max-width: 100%;
}
.wd_body div a img[style*="right"] {
    margin: 0;
    padding-right: 0;
    max-width: 100%;
}

/************************
 FOOTER SUBSCRIBE
************************/
.module-subscribe_table-wrap .wd_featurebox_title,
.module-subscribe_table-wrap .wd_form_header,
.module-subscribe_table-wrap .wd_form_field_label {
    display: none;
}
.module-subscribe_table-wrap .wd_form_field_input input {
    border: none;
    height: 43px;
    font-size: 13px;
    padding: 0 20px;
    width: 100%;
    min-width: 200px;
}
.module-subscribe_table-wrap .wd_formbuilder_submit {
    height: 37px;
    border: 1px solid white;
    background: none;
    color: white;
    text-transform: uppercase;
    min-width: 160px;
    cursor: pointer;
}
.module-subscribe_table-wrap .wd_formbuilder {
    display: flex;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
}
.module-subscribe_table-wrap .wd_form_field_pos_right {
    flex: 1;
}
.FooterPaneDiv .QuickLinkRow,
.wd_subscribe_featurebox input[type="text"],
.FooterPaneDiv a {
    font-family: Montserrat;
}

/************************
 STOCK PAGES
************************/
.wd_ir_quote {
    display: none;
}
.wd_stock_inner {
    display: flex;
    flex-wrap: wrap;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    color: #282828;
}
.stock-item {
    width: 50%;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.stock-item > span {
    flex: 1;
    padding: 15px 20px;
}
.stock-value {
    background: #f6f6f6;
}
.stock-table-footer {
    font-size: 14px;
    font-style: italic;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    text-align: right;
    margin-top: 25px;
}
.wd_stock-up {
    color: #15610F; 
}
.wd_stock-up.wd_stock-down {
    color: #AC2020; 
}

/* chart */
.wd_chart_footer,
.wd_historical_footer {
    font-style: italic;
    font-family: "Montserrat", sans-serif;
}
.wd_ir_interactivechart .wd_ticker_label span,
.wd_ir_interactivechart div.wd_ticker_label span.wd_exchange {
    color: #B88B1E;
    font-weight: bold;
}
.wd_ir_interactivechart .wd_chart_options {
    display: none;
}
div.wd_chart_range.wd_chart_range-active {
  font-weight: bold;
}
div.wd_chart_range {
  background: #ebebeb;
  border-radius: 4px;
  width: 32px;
  padding: 4px 0 2px;
  font-size: 10px;
  margin: 0 2px;
}
#wd_printable_content .wd_chart_dates input[type="text"] {
  max-width: 120px;
  width: 100%;
  font-size: 14px;
  height: 30px;
}
.wd_chart_dates span.wd_datepicker-icon {
  font-size: 16px;
}
#wd_printable_content .wd_chart_dates .wd_wai_dp_button {
  height: 29px;
  display: inline-flex;
  align-items: center;
}

/* Calendar */
.wd_ir_interactivechart {
    position: relative;
}
body:not(.wd_pageid_125) #wd_printable_content div.wd_wai_datepickerDialog {
    max-width: fit-content;
    width: 95%;
    right: 0;
}
.wd_wai_datepicker .wd_wai_datepickerDialog {
    border: 3px solid #FFD086;
}
.wd_wai_datepicker .wd_wai_header {
    background-color: #FFD086;
}
#wd_printable_content .wd_wai_datepicker .wd_wai_header > button {
    background-color: #FFD086;
    border: 1px solid #FFD086;
}
#wd_printable_content .wd_wai_datepicker button.wd_wai_dateButton {
    background-color: #eee;
    border: 1px solid #fff;
    color: #191919;
    padding: 12px;
    height: unset;
    line-height: 1;
    font-size: 14px;
}
.wd_wai_week_row th {
    padding: 10px 0;
    font-weight: bold;
}
.wd_wai_datepicker .wd_wai_header,
#wd_printable_content .wd_wai_datepicker .wd_wai_dateButton[tabindex="0"] {
    background: #FFD086;
    color: black;
}
#wd_printable_content .wd_wai_datepicker .wd_wai_header button {
    color: #282828;
    border: none;
}
.wd_wai_datepicker .wd_wai_datepickerDialog {
    border-color: #FFD086;
}
#wd_printable_content .wd_wai_dialogButtonGroup button {
    color: black;
    background: #FFD086;
    border-color: #FFD086;
    font-size: 14px;
}
.wd_wai_datepicker .wd_wai_header div.wd_wai_monthYear,
#wd_wai_id_dialog_label_ir_historical_date {
    line-height: 34px;
    color: #282828;
}
.wd_wai_datepicker .wd_wai_dialogButtonGroup {
    margin-top: 0;
}
.wd_historical_calendar-label,
.wd_historical_results,
.wd_historical_results h4 {
    font-family: Montserrat
}

/************************
 PAGEID 19
************************/
.wd_pageid_119 .tableBorder strong {
    font-size: 18px;
    font-weight: normal;
    font-family: "Barlow-regular", sans-serif;
    text-transform: uppercase;
}
.wd_pageid_119 table.tableBorder {
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.wd_pageid_119 tr.tableBorder {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.wd_pageid_119 tr.tableBorder td:last-child {
    background: #f6f6f6;
}
.wd_pageid_119 tr.tableBorder td {
    padding: 15px 20px;
}
.wd_pageid_119 .item_name {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1em;
}
.wd_pageid_119 .item > p {
    font-size: 1.4rem;
    margin: 0 0 16px;
    font-weight: 500;
}

/************************
 Quarterly
************************/
.wd_pageid_158 .wd_title {
    background: rgb(51, 51, 51);
    padding: 15px 20px;
    text-align: center;
    font-family: Montserrat;
}
.wd_pageid_158 .wd_title a {
    color: white;
    font-weight: normal;
}
.wd_pageid_158 .wd_item {
    margin: 0;
    padding: 0;
}
.wd_pageid_158 .wd_date {
    display: none;
}
.wd_pageid_158 .slick-arrow {
    position: absolute;
    left: 20px;
    top: 13px;
    height: 26px;
    width: 26px;
    transform: rotate(90deg);
}
.wd_pageid_158 .slick-next.slick-arrow {
    right: 20px;
    left: auto;
    transform: rotate(-90deg);
}
.wd_pageid_158 .wd_load_more-container {
    display: none;
}
.qr-slider-wrap > .wd_item .wd_title a,
.wd_pageid_158 .wd_content .wd_item_search_form_container {
    display: none;
}
.qr-slider-wrap > .wd_item .wd_title {
    height: 54px;
}
.qr-slider-wrap {
    display: flex;
}
.qr-slider-wrap > .wd_item {
    width: 25%;
    background: #f1f1f1;
}
.qr-slider-wrap .wd_item_list {
    width: 75%;
    margin: 0;
}
.qr-slider-wrap > .wd_item ul {
    padding: 0;
    margin: 0;
    background: #f1f1f1;
} 
.qr-slider-wrap .wd_item p {
    display: none;
} 
.qr-slider-wrap .wd_item_list {
    background: #f6f6f6;
}
.qr-slider-wrap .wd_item,
.qr-slider-wrap > .wd_item li,
.qr-slider-wrap > .wd_item ul {
    list-style-type: none;
}

.qr-slider-wrap > .wd_item li,
.qr-slider-wrap .wd_data {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-family: Montserrat;
    font-size: 13px;
    height: 60px;
    padding: 5px 13px;
    display: flex;
    align-items: center;
}
.qr-slider-wrap .wd_data {
    justify-content: space-around;
    padding: 5px 10%;
}
.wd_pageid_158 .wd_title a:hover {
    color: #FFD086;
}
#wd_printable_content .slick-slide .wd_title a {
    color: white;
    pointer-events: none;
}
.qr-slider-wrap .wd_item .wd_data > span {
    opacity: 0.3;
}
.qr-slider-wrap .wd_summary > .wd_data:nth-child(7) {
    display: flex;
    flex-direction: column;
}
.qr-slider-wrap .wd_item .wd_data br {display: none;}

/************************
 SEDAR
************************/
#wd_printable_content .wd_ir_sedarfilings th {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: bold;
}
#wd_printable_content .wd_ir_sedarfilings td {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: normal;
}
#wd_printable_content .wd_ir_sedarfilings .wd_filer_label span {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: bold;
}
#wd_printable_content .wd_ir_sedarfilings .wd_selector .wd_label {
    margin-right: 8px;
}
#wd_printable_content .wd_ir_sedarfilings .wd_selector {
    margin-left: 18px;
}


/************************
 Governance Documents
************************/
.wd_documents .wd_documents_item {
    margin: 0;
    padding: 15px 4px 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.wd_documents .wd_title a {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #282828;
}
.wd_documents .fa-file-pdf-o:before {
    font-size: 18px;
    color: rgb(89, 89, 89);
}
.wd_documents_item_list > .wd_documents_item + .wd_documents_item {
    border-top: none;
}
.wd_documents .wd_item_search_form_container {
    display: none;
}

/************************
 Executive Management
************************/
.wd_pageid_129 .wd_category_items,
.wd_pageid_114 .wd_item_list {
    overflow: visible;
    padding: 0 50px;
}
.wd_pageid_129 .wd_category_items .item,
.wd_pageid_114 .wd_item_list .wd_item {
    cursor: pointer;
    margin: 10px;
}
.wd_pageid_129 .wd_category_items .item .wd_imagetable,
.wd_pageid_129 .wd_category_items .item .wd_imagetable img,
.wd_pageid_114 .wd_item_list .wd_item .wd_captioned_image,
.wd_pageid_114 .wd_item_list .wd_item .wd_captioned_image img {
    width: 100% !important; /* override inline */
    margin: 0 !important;
    float: none !important;
    height: 270px;
    object-fit: cover;
}

.wd_pageid_129 .wd_category_items .item .item_name,
.wd_pageid_114 .wd_item_list .wd_item .wd_title  {
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    margin-top: 16px;
}
.wd_pageid_129 .wd_category_items .item .item_name span,
.wd_pageid_114 .wd_item_list .wd_item .wd_title span {
    font-size: 18px;
}
.wd_pageid_129 .wd_category_items .item p,
.wd_pageid_114 .wd_item_list .wd_item p {
    display: none;
}
.wd_pageid_114 .wd_committee_list {
    display: none;
}
.wd_pageid_114 h2.wd_title {
    text-transform: none;
}


.wd_viewer {
    margin: 32px 0;
}
.wd_viewer .item,
.wd_viewer .wd_item {
    display: flex !important; /* override inline */
}
.wd_viewer .wd_item_wrapper {
    flex: 1;
}
.wd_viewer .wd_imagetable,
.wd_viewer .wd_captioned_image {
    max-width: 50%;
}
.wd_viewer .wd_imagetable img,
.wd_viewer .wd_captioned_image img {
    max-width: 65%;
    width: 100% !important; /* override inline */
    margin: 0 auto !important;
    float: none !important;
    display: block;
}
.wd_viewer .item_name,
.wd_viewer .wd_title {
    font-size: 16px;
    font-weight: normal;
    font-family: Helvetica;
}
.wd_viewer .item_name span,
.wd_viewer .wd_title span {
    font-size: 28px;
    font-family: Helvetica;
}
.wd_viewer p {
    font-size: 16px;
}
.wd_viewer .wd_committee_list a {
    font-size: 18px;
    display: inline-block;
    margin-left: 4px;
}

.wd_pageid_129 .slick-prev,
.wd_pageid_114 .slick-prev {
    fill: #111;
    transform: rotate(90deg)
}
.wd_pageid_129 .slick-next,
.wd_pageid_114 .slick-next {
    fill: #111;
    transform: rotate(-90deg)
}
.wd_pageid_129 .slick-prev-wrap,
.wd_pageid_129 .slick-next-wrap,
.wd_pageid_114 .slick-prev-wrap,
.wd_pageid_114 .slick-next-wrap {
    height: 48px;
    width: 48px;
    border: 1px solid #111;
    border-radius: 50%;
    padding: 12px;
}
.wd_pageid_129 .slick-prev-wrap,
.wd_pageid_114 .slick-prev-wrap {left: -10px;}
.wd_pageid_129 .slick-next-wrap,
.wd_pageid_114 .slick-next-wrap {right: -10px;}


/************************
 FAQ
************************/
.wd_dropdown {
    display: none;
}
.wd_pageid_118 .item {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.wd_pageid_118 .item:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.wd_pageid_118 .item .item_name {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    padding: 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.wd_pageid_118 .item .item_name:after {
    content: '';
    background-image: url(../images/chevron.svg);
    background-repeat: no-repeat;
    display: block;
    height: 22px;
    width: 20px;
}
.wd_pageid_118 .item.wd_open .item_name:after {
    transform: rotate(180deg)
}
.wd_pageid_118 .item p {
    padding: 15px 15px 15px 20px;
    margin: 4px 0 10px;
    font-size: 16px;
    background: #fafafa;
}
.wd_pageid_118 .item.wd_open .item_name {
    background: #f1f1f1;
}
#wd_printable_content .wd_all-dropdowns {
    font-size: 15px;
    border: 1px solid #282828;
    color: #282828;
    background: none;
    height: 60px;
    width: 160px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    margin: 10px 0 30px;
}
#wd_printable_content .wd_all-dropdowns:hover {
    color: white;
    background: #282828;
}

/************************
 COMMITTEES TABLE
************************/
.wd_board_committees .wd_committee_col a,
.wd_board_committees .wd_member_row .wd_title a {
    pointer-events: none;
}
.wd_board_committees th.wd_committee_col {
    padding: 15px;
}
.wd_board_committees .wd_header_row {
    background: #333333;
}
#wd_printable_content .wd_board_committees th.wd_committee_col a {
    color: white;
    font-weight: normal;
    font-size: 20px;
}
.wd_board_committees .wd_header_row th {
    border: none;
}
.wd_board_committees .wd_member_row .wd_title a {
    font-family: Montserrat;
    color: #282828;
    font-size: 13px;
    font-weight: normal;
    padding: 15px;
    display: block;
}
.wd_board_committees .wd_legend_item_list {
    display: flex;
    gap: 20px;
    margin: 18px 0 0 15px;
    font-family: Montserrat;
    color: #282828;
    font-size: 13px;
    font-weight: normal;
}
.wd_board_committees .wd_row_even {
    background: none;
}
.wd_board_committees table.wd_committees * {
    border: none;
}
.wd_board_committees tr.wd_member_row {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
td.wd_committee_col,
td.wd_member_col {
    position: relative;
}
.wd_board_committees div.wd_member_icon,
.wd_board_committees div.wd_chair_icon {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}
img[src*="chair.png"] {
    filter: brightness(130%) grayscale(100%);
}


/************************
 Request Form
************************/
#wd_printable_content .wd_formbuilder .wd_form_field,
#wd_printable_content .wd_formbuilder .wd_form_field_input{
    margin: 0;
}
#wd_printable_content .wd_formbuilder .wd_form_field_label {
    width: fit-content;
}
#wd_printable_content .wd_formbuilder {
    font-family: Montserrat;
    font-size: 14px;
}
.wd_pageid_58 #wd_printable_content .wd_formbuilder {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 20px;
}
#wd_printable_content .wd_formbuilder .wd_form_field {
    display: flex;
    flex-direction: column;
    width: calc(50% - 10px);
}
#wd_printable_content .wd_formbuilder .wd_form_header {
    width: 100%;
}
#wd_printable_content .wd_formbuilder input[type="text"] {
    max-width: 100%;
    width: 100%;
    border: 1px solid #333333;
    font-size: 13px;
    font-family: Montserrat;
    height: 41px;
}
#wd_printable_content .wd_formbuilder select {
    border: 1px solid #333333;
    background: #f6f6f6;
    font-size: 14px;
    font-family: Montserrat;
}
#wd_printable_content .wd_formbuilder .wd_formbuilder_submit {
    border: 1px solid #333333;
    background: #fff;
    font-size: 14px;
    font-family: Montserrat;
    height: 40px;
    padding: 0 32px;
    text-transform: uppercase;
    margin: 24px 0;
    cursor: pointer;
}
#wd_printable_content .wd_formbuilder .wd_formbuilder_submit:hover {
    background: #333333;
    color: white;
}
#wd_printable_content .wd_formbuilder .wd_form_footer,
#wd_printable_content .wd_formbuilder .wd_form_buttons {
    width: 100%;
    margin: 0;
}

/* unsub */
#wd_printable_content .wd_subscribe2 a[href*="unsub"] {
    border: 1px solid #333333;
    background: #fff;
    font-size: 14px;
    font-family: Montserrat;
    line-height: 40px;
    padding: 0 32px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
}
#wd_printable_content .wd_subscribe2 a[href*="unsub"]:hover {
    background: #333333;
    color: white;   
}
.wd_subscribe2 .wd_formbuilder input[type="radio"] + label {
    font-weight: normal;
    font-family: Montserrat;
    margin-bottom: 8px;
}
.wd_pageid_147 #wd_printable_content > p a,
.wd_pageid_11 #wd_printable_content > p a {color: #B88B1E;}
.wd_pageid_147 #wd_printable_content > p a:hover,
.wd_pageid_11 #wd_printable_content > p a:hover {color: #FFD086}

.module_container .wd_featurebox > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 32px;
}
.module_container .wd_featurebox > ul li {
    width: calc(33% - 11px);
}
.wd_featureboxes_stats .footnote {
    margin-top: 2%;
    font-size: 12px;
    font-style: italic;
    text-align: left;
}

/* Extra large devices (large desktops) */
@media (max-width: 1199px) {

    .wd_content {
        margin-top: 88px;
    }
    
}

/* Large devices (desktops) */
@media (min-width: 993px) {

    #wd_printable_content .hide-arrows .slick-arrow {
        display: none !important;
    }

}

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


}

/* Medium devices (tablets) */
@media (max-width: 767px) {
    .qr-slider-wrap > .wd_item {max-width: 200px; width: 50%;}
    .qr-slider-wrap .wd_item_list {width: auto; flex: 1;}

    .wd_viewer .wd_imagetable,
    .wd_viewer .wd_captioned_image {max-width: 100%;}
    .wd_viewer .item,
    .wd_viewer .wd_item {
        flex-direction: column;
        align-items: center;
        gap: 24px;
        overflow: visible;
    }

    #wd_printable_content .wd_formbuilder .wd_form_field {width: 100%;}

    .module_container .wd_featurebox > ul li {
        width: calc(50% - 11px);
    }
}

/* Small devices (landscape phones) */
@media (max-width: 575px) {

    .wd_stock_inner {flex-direction: column;}
    .stock-item {width: 100%;}

    .qr-slider-wrap .wd_data {padding: 5px 5%;}

    .module_container .wd_featurebox > ul li {
        width: 100%;
    }

}

/* CLIENT CSS OVERRIDES */

@media (max-width: 1024px) {
    .HeaderPaneDiv6 {
        position: absolute;
        top: 32px;
        right: 0;
        width: 100px;
    }
}
.list-toggle-button {display: none;}

@media only screen and (min-width: 1025px) {
    .pane--header .pane_inner {
        padding-right: 20px;
    }
}
.nav--main li a {
    padding: 23px 6px;
    font-size: 1.2rem;
}
.layout--home .pane--content {
    background: none;
    text-align: left
}
.wd_pageid_45 .layout--home .pane--content {
    background: linear-gradient(to bottom, #cccccc 0%, #fbfbfb 300px, white 100%);
    background-size: 100%;
    background-repeat: no-repeat;
}
body:not(.wd_pageid_45) #_ctrl0_ctl61_divModuleContainer {
    display: none;
}
.nav--main {
    width: 74%;
}
.module_item-description,
.footnote {
    font-family: Montserrat;
}
.nav--mobile .level2 > li.has-children > a::after, 
.nav--mobile .level2 > li.has-children > button a::after {
    content: "\edc2" !important;
}

@media only screen and (max-width: 1024px) {
    .HeaderPaneDiv5 {
        opacity: 0;
        visibility: hidden;
        transition: all ease 0.25s;
        background: #2d466a;
        height: 50px;
        width: calc(100% + 40px);
        display: block;
        margin: 0px -20px;
        padding: 0 20px;
        position: relative;
    }
    .HeaderPaneDiv5 .module-search--desktop {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: all ease 0.25s;
    }
    .HeaderPaneDiv5.wd_open .module-search--desktop,
    .HeaderPaneDiv5.wd_open {
        opacity: 1;
        visibility: visible;
    }
    
    .HeaderPaneDiv5 .module-search--desktop {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: calc(100% - 40px);
    }
    
    .module-search_input[type="text"] {
        border: none;
    }
    .HeaderPaneDiv .wd_search_form input[type="submit"] {
        background-image: url(../images/search-icon-mobile.svg);
        background-size: contain;
    }
    .pane--header .pane_inner--wrapper-2 {
        padding: 0;
        margin-top: -10px;
    }
    .pane--header .module-logo img {padding-bottom: 5px;}
    
}
