/* 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;
    color: #000;
}
a {
    border: none;
    text-decoration: none;
    color: #4000A5;
}
a:hover {
    border: none;
}

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

/* Toolbar styles */

/* END Toolbar styles */

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

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

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

ul.hi_res-links li {}

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 */
div.wd_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 */

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

/* 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.2rem;
    height: 34px;
    color: #333;
}
#wd_printable_content select {
    padding: 0 1rem;
    font-size: 1.2rem;
    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 {
    padding-top: 8px;
    margin-bottom: 0;
}
#wd_printable_content input[type=submit] {
    max-width: 30%;
    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;
}
.wd_form_field_label label {
    margin-left: auto;
    padding-right: 10px;
}
.wd_form_field_pos_left_inline {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
}
#wd_printable_content .wd_form_field_pos_left_inline > div {
    margin: 0;
    float: none;
    min-width: 0;
}
#wd_printable_content div.wd_form_field_pos_left_inline .wd_form_field_label {
    padding: 0;
}
#wd_printable_content .wd_form_field_pos_left_inline > div.wd_form_field_label {
    min-width: 154px;
}
.wd_form_field_pos_left_inline .wd_form_field_label label {
    padding-right: 14px;
}
/* END Formbuilder */


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

/* Rooms Nav */
.wd_nav {
    background: #EADEFF;
    z-index: 2;
    position: relative;
}
.wd_nav-inner {
    display: flex;
    margin: 0 auto;
    max-width: 1248px;
    width: 100%;
    gap: 20px;
    padding: 10px 0;
}
.wd_nav-item > a,
.wd_nav-item > p {
    padding: 4px 0;
    position: relative;
}
.wd_nav-item.wd_on > a,
.wd_nav-item.wd_on > p {
    border-bottom: 1px solid black;
}
.wd_nav-item a,
.wd_nav-item p {
    font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #000;
    display: block;
    margin: 0;
    border: none;
}
.wd_subnav {
    display: none;
    position: absolute;
    background: #EADEFF;
    padding-top: 12px;
    z-index: 1;
    opacity: 0;
    transition: opacity .2s ease;
}
.wd_nav-item.has_children > p:after,
.wd_nav-toggle p:after {
    content: url(../images/Chevron-Down.svg);
    position: absolute;
    filter: brightness(0) saturate(100%) invert(14%) sepia(66%) saturate(6895%) hue-rotate(265deg) brightness(62%) contrast(123%);
    margin-left: 5px;
}
.wd_nav-item.has_children > p {
    padding-right: 24px;
    cursor: pointer;
}
.wd_nav-item {
    position: relative;
}

.wd_subnav a {
    padding: 14px 18px;
    transition: all .2s ease;
    white-space: nowrap;
}
.wd_subnav a:hover,
.wd_subnav p:hover {
    background: #D8CDEC;
}
.wd_nav-toggle {
    display: none;
}
.wd_nav-toggle p {
    font-family: "TWK Lausanne", Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #000;
    margin: 0;
    text-align: center;
    padding: 12px 0;
    border-top: 1px solid #bbb;
    position: relative;
}
.wd_nav-inner.mobile-open {
    display: flex;
}
.opac {
    opacity: 1;
}

/* Hero */
.wd_pageid_45 #wd_printable_content .wd_imagetable,
.page_header {
    display: none;
}
.wd_home_hero {
    height: 540px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.wd_header_content {
    max-width: 1308px;
    margin: 0 auto;
    width: 100%;
    font-family: "TWK Lausanne",Verdana,Geneva,Tahoma,sans-serif;
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.16;
    color: white;
    padding: 0 30px;
}
.wd_header_content span {
    font-size: 32px;
    line-height: 1.2;
    display: block;
    margin-top: 24px;
}
.wd_content,
.wd_nav,
table {
    font-family: "TWK Lausanne",Verdana;
}



/* global */
#page {
    overflow-x: hidden;
}
.wd_content {
    max-width: 1308px;
    margin: 0 auto;
    width: 100%;
    padding: 60px 30px;
    position: relative;
    z-index: 1;
}
tr {
    background: none;
}
#wd_printable_content .wd_calculator_form_buttons input[type="submit"], 
#wd_printable_content .wd_formbuilder_submit[type="submit"] {
    background-color: #4000A5;
    border: 1px solid #4000A5;
    cursor: pointer;
    color: white;
    line-height: 20px;
    padding: 0 27px;
    height: 50px;
    max-width: none;
    margin-left: 0;
    font-size: 1.1rem;
    transition: all .2s ease;
}
#wd_printable_content .wd_calculator_form_buttons input[type="submit"]:hover, 
#wd_printable_content .wd_formbuilder_submit[type="submit"]:hover {
    color: #4000A5;
    cursor: pointer;
    background-color: white;
}
#wd_printable_content input[type="radio"] + label {
    display: inline-block;
    margin-left: 5px;
}
#wd_printable_content .wd_form_field_pos_left_inline .wd_form_field_label {
    line-height: 1.5em;
}
.wd_form_field.wd_form_field_pos_left_inline {
    margin-bottom: 10px;
}
.breadcrumb {
    color: #7523FF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 128.571% */ 
}
.breadcrumb a,
.breadcrumb span {
    color: #848484;
    font-weight: 400;
} 
.breadcrumb a:hover {
    color: #7523FF;
    border-width: 1px;
}
div.wd_search_basic_fields {
    background: none;
    border: none;
}
#wd_printable_content .wd_search_button {
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: 22px;
    border: 1px solid #848484;
    background: none;
    height: 44px;
}
#wd_printable_content .wd_search_button:active {
    border-color: #7523FF;
}
#wd_printable_content .wd_search_form input[type="text"] {
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: 22px;
    border: 1px solid #848484;
    background: none;
    height: 44px;
}

/*********************
 Home
*********************/
.wd_featureboxes_middle,
.wd_featureboxes_business_metrics {
    margin: 60px 0;
}
.wd_pageid_45 #wd_printable_content > p {
    /* font-family: "TWK Lausanne",Verdana;
    font-size: 36px;
    font-style: normal;
    font-weight: 400; 
    line-height: 1.2;
    color: #202020;
    position: relative; */
    display: none;
}
.wd_featureboxes_business_metrics {
    position: relative;
    padding: 40px 0;
}
.wd_featureboxes_business_metrics > div:before {
    content: '';
    background: #EADEFF;
    width: 200vw;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -50%;
    z-index: -1;
}
.wd_pageid_45 #wd_printable_content > p:nth-child(4) {
    font-size: 38px;
}

/* press release */
.wd_featureboxes_middle .wd_featurebox_title {
    font-size: 32px;
    font-weight: 400;
    line-height: 40px; /* 125% */ 
}

.wd_newsfeed_releases-teaser {
    display: flex;
    gap: 32px;
    margin: 0;
}
.wd_pageid_45 .wd_featureboxes_middle .wd_featurebox {
    margin: 32px 0;
}
.wd_newsfeed_releases-teaser .subscribe_link {
    display: none;
}

.wd_newsfeed_releases-teaser .item {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin: 0;
    padding: 0;
}
.wd_newsfeed_releases-teaser .wd_date {
    order: 5;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */ 
}
.wd_newsfeed_releases-teaser .wd_title a {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 125% */ 
    color: #000;
}
.wd_newsfeed_releases-teaser p {
    margin: 16px 0;
}
.wd_newsfeed_releases-tease .item img {
    display: block;
    width: 100%;
    margin-bottom: 16px;
}

/* business metrics */
.wd_featureboxes_business_metrics .wd_featurebox_title {
    display: none;
}
.wd_featureboxes_business_metrics ul {
    list-style: none;
    padding: 0;
    display: flex;
    color: #202020;
}
.wd_featureboxes_business_metrics li {
    display: flex;
    flex-direction: column;
    border-left: 1px solid #000;
    flex: 1;
    padding: 8px 2.5% 24px;
    font-size: 22px;
    font-weight: 400;
}
.wd_featureboxes_business_metrics li span {
    font-weight: 400;
    font-size: 42px;
    margin-bottom: 16px;
    line-height: 1.1;
}

/* email alerts */
.wd_subscribe_featurebox input[type="submit"] {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #7523FF;
    background: white;
    border-radius: 48px;
    height: 46px;
    padding: 0 40px;
    border: none;
    cursor: pointer;
}
.wd_featurebox-subscribe {
    background: #4000A5;
}
.wd_subscribe_featurebox {
    max-width: 1308px;
    margin: 0 auto;
    width: 100%;
    padding: 60px 30px;
}
.wd_subscribe_featurebox .wd_form_field_label label {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 125% */ 
    color: white;
}
.wd_subscribe_featurebox input[type="text"] {
    background: #4000A5;
    border: none;
    border-bottom: 2px solid white;
    width: 100%;
    color: white;
    font-size: 16px;
}
.wd_subscribe_featurebox .wd_formbuilder {
    display: flex;
    gap: 32px;
}
.wd_subscribe_featurebox .wd_form_header {
    display: none;
}
.wd_subscribe_featurebox .wd_featurebox_title {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 125% */ 
    color: white;
    margin-bottom: 32px;
}
.wd_alert-wrap {
    display: flex;
    flex: 1;
    gap: 32px;
}
.wd_alert-wrap > div {
    flex: 1;
}
/* images & top */
.wd_featureboxes_images > div:last-child div.wd_featurebox {
    max-width: 100%;
    padding: 0;
}
.wd_featureboxes_images img,
.wd_featureboxes_top img {
    width: 100%;
}
.wd_featureboxes_images > div,
.wd_featureboxes_top > div {
    display: flex;
    padding: 30px 0;
    flex-wrap: wrap;
    row-gap: 32px;
}
.wd_featureboxes_images > div:nth-child(even),
.wd_featureboxes_top > div:nth-child(even) {
    flex-direction: row-reverse;
}
.wd_featureboxes_images .wd_featurebox,
.wd_featureboxes_top .wd_featurebox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 7%;
    width: 100%;
    flex: 1;
    max-width: 50%;
}
.wd_featureboxes_images img,
.wd_featureboxes_top img {
    width: 100%;
    flex: 1;
    max-width: 50%;
    max-height: 650px;
    object-fit: cover;
}
.wd_featureboxes_images .wd_featurebox_title {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */ 
    color: #4000A5;
    margin-bottom: 20px;
}
.wd_featureboxes_images .wd_featurebox p,
.wd_featureboxes_top .wd_featurebox p {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 24px;
}
.wd_featureboxes_images .wd_featurebox p a,
.wd_featureboxes_top .wd_featurebox p a,
.wd_newsfeed_releases-teaser + p.more a {
    color: #7523FF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */ 
    display: block;
    background-image: url(../images/arrow-right.svg);
    background-repeat: no-repeat;
    background-position-y: center;
    width: fit-content;
    padding-right: 30px;
    background-position-x: right;
    padding-top: 2px;
    font-size: 18px;
}
.wd_featureboxes_top .wd_featurebox p a {
    margin: 0;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    padding-top: 0;
}
.wd_featureboxes_top > div:first-child .wd_featurebox p a {
    color: black;
}
.wd_featureboxes_top > div:first-child .wd_featurebox p.more a,
.wd_featureboxes_top .wd_featurebox p.more a {
    font-size: 18px;
    display: block;
    color: #7523FF;
}
.wd_featureboxes_top .wd_featurebox_title {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #4000A5;
    margin-bottom: 20px;
}
.wd_featureboxes_top .wd_featurebox > p:nth-child(2) {
    font-weight: 700;
    color: #000;
    display: block;
    margin-bottom: 48px;
    font-size: 36px;
}
.wd_events-teaser .item {
    margin-top: 0;
    padding: 0;
    margin-bottom: 32px;
}
.wd_events-teaser .item_time,
.wd_events-teaser .item_date {
    font-weight: 300;
    display: inline-block;
}
.wd_events-teaser .item_name a {
    font-weight: 700;
    color: #000;
    display: block;
    margin-bottom: 16px;
    font-size: 36px;
    line-height: 1.3;
}

/* bottom */
.wd_featureboxes_bottom {
    max-width: 1308px;
    margin: 0 auto;
    width: 100%;
    display: flex;
}
.wd_bottom {
    background: #4000A5;
    width: 100%;
    padding: 60px 30px;
}
.wd_featureboxes_bottom .wd_featurebox p {
    color: white;
}
.wd_featureboxes_bottom .wd_featurebox p:first-child {
    font-weight: 400;
    font-size: 42px;
    margin-bottom: 20px;
    line-height: 1.2;
}
.wd_featureboxes_bottom .wd_featurebox p {
    font-weight: 400;
    font-size: 20px;
}
.wd_featureboxes_bottom > div:first-child p {
    line-height: 2.2;
}
.wd_featureboxes_bottom .wd_featurebox p.more a {
    padding: 12px 40px;
    color: #7523FF;
    border: 2px solid white;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    border-radius: 48px;
    margin-top: 16px;
    display: block;
    width: fit-content;
    background: white;
    position: absolute;
    bottom: 0;
}
.wd_featureboxes_bottom > div:last-child {
    border-left: 1px solid white;
    padding-left: 40px;
}
.wd_featureboxes_bottom > div:first-child {
    padding-right: 40px;
}
.wd_featureboxes_bottom > div {
    flex: 1;
    position: relative;
    padding-bottom: 50px;
}

/* contact */
.wd_contact > div {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.wd_contact > div > div {
    width: 100%;
    margin-bottom: 16px;
}
.wd_contact > div > div:last-child {max-width: calc(50% - 16px);}
.wd_contact > div > div {max-width: 50%;}
.wd_contact img {
    min-width: 100px;
}
.wd_contact p,
#page-wrapper .wd_contact p,
#page-wrapper .wd_contact a {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    color: white;
}
.wd_contact > div:last-child img {
    margin-right: 6px
}

/*********************
 Analyst Coverage
*********************/
.wd_pageid_119 table {
    border: none;
}
.wd_pageid_119 #wd_printable_content table {
    border-collapse: collapse;
    width: 100% !important;
    table-layout: fixed;
}

.wd_pageid_119 #wd_printable_content table th {
    background-color: #4000A5;
    font-weight: 700;
    padding: 10px;
    font-size: 1rem;
}
.wd_pageid_119 #wd_printable_content table td {
    padding: 10px;
    border: none;
}
.wd_pageid_119 #wd_printable_content table td,
.wd_pageid_119 #wd_printable_content table td p {
    font-size: 1rem;
    line-height: 1.2;
}
.wd_pageid_119 #wd_printable_content table tr {
	border-bottom: 1px solid #cddbde;
}
table .wd_mobile-label {
	display: none;
}
.wd_pageid_119 #wd_printable_content table th {
    text-align: left;
    color: white;
}
.wd_pageid_119 #wd_printable_content th {
    border: none;
}

/*********************
 Press Releases
*********************/
.wd_newsfeed_releases .wd_subscribe_link,
.wd_newsfeed_releases .wd_search_advanced_link,
.wd_newsfeed_releases .wd_thumbnail,
.wd_newsfeed_releases .wd_asset_type_link_list,
.wd_newsfeed_releases .wd_subtitle,
.wd_newsfeed_releases .wd_pdf_link {
    display: none;
}
.wd_newsfeed_releases .wd_item_search_form_container {
    margin-bottom: 36px;
}
.wd_newsfeed_releases .wd_item {
    border-bottom: 1px solid rgba(85, 85, 85, 0.7);
    margin: 0 0 36px;
    padding: 0 0 36px;
}
.wd_newsfeed_releases .wd_item_wrapper {
    margin: 0;
    display: flex;
    flex-direction: column;
}
.wd_newsfeed_releases .wd_title a {
    text-decoration: none;
    display: block;
    margin: 12px 0 15px;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: #000;
}
.wd_newsfeed_releases .wd_title a:hover {
    text-decoration: underline;
}
.wd_newsfeed_releases .wd_summary p {
    font-size: 16px;
    line-height: 1.625em;
}
.wd_newsfeed_releases .wd_date {
    color: rgb(85, 85, 85);
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.375em;
    order: -1;
}
/*********************
 Reports
*********************/
.wd_pageid_120 .wd_category {
    border-bottom: 1px solid #0005;
    padding: 32px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
}
.wd_pageid_120 .item {
    margin: 0;
}
#wd_printable_content .wd_pageid_120 .itemlink {
    padding: 12px 40px;
    color: #7523FF;
    border: 2px solid #7523FF;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700; 
    border-radius: 48px; 
    margin: 0;
}
.wd_pageid_120 .wd_attachment_image,
.wd_pageid_120 .wd_attachment_size,
.wd_pageid_120 .wd_attachment_description,
.wd_pageid_120 .item_name {
    display: none;
}
.wd_pageid_120 .category_header {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 125% */ 
}
.wd_pageid_120 .wd_attachment p {
    margin: 0;
}
.wd_pageid_120 .category_header {
    width: 100%;
}
.wd_pageid_120 .wd_imagetable img {
    max-width: 250px;
}
.wd_pageid_120 .item a {
    color: black;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    display: block;
    background-image: url(../images/arrow-right.svg);
    background-repeat: no-repeat;
    background-position-y: center;
    width: fit-content;
    padding-right: 30px;
    background-position-x: right;
    padding-top: 2px;
    font-size: 18px;
    line-height: 1.5;
}
.wd_pageid_120 .wd_imagetable {
    width: fit-content;
}
.wd_pageid_120 .wd_category_items {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*********************
 Quarterly Earnings
*********************/
.wd_pageid_121 .item_name {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding: 10px 0 4px;
}
.wd_pageid_121 .wd_category_items {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.wd_pageid_121 .item {
  width: 20%;
  margin: 0;
  padding: 0;
}
.wd_pageid_121 .item a {
    display: block;
    width: 100%;
}
.wd_pageid_121 div.item_name {
    background: #4000A5;
    color: white;
    font-weight: 700;
    font-size: 18px;
    padding: 6px;
    text-align: center;
}
.wd_pageid_121 .item a:hover {
    text-decoration: none;
}
.wd_pageid_121 .item p {
    margin: 0;
}
.wd_pageid_121 .wd_category {
    padding: 20px 0;
}
.wd_pageid_121 .category_header {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    padding-bottom: 14px;
}
.wd_pageid_121 .item br {
    display: none;
}
.wd_pageid_121 .item p a {
    border-bottom: 1px solid #111;
    padding: 10px 6px;
    line-height: 1.3;
    text-align: center;
    height: 47px;
}
.wd_pageid_121 .item p a.empty_cell {
    pointer-events: none;
    color: transparent;
}

.wd_pageid_121 .item:first-child div.item_name {
    height: 42px;
}
.wd_pageid_121 .item:first-child p {
    border-bottom: 1px solid #111;
    padding: 10px 6px;
    line-height: 1.3;
    font-size: 16px;
    line-height: 1.7;
    height: 47px;
    font-weight: 400;
}

.wd_pageid_121 .item a:after {
    content: '\f08e';
    font-size: 20px;
    font-family: 'fontawesome';
}
.wd_pageid_121 .item a[href*=".pdf"]:after {
    content: '\f1c1';
}
.wd_pageid_121 .item a {
    font-size: 0;
}
.wd_pageid_121 .item p > span {
    border-bottom: 1px solid #111;
    height: 47px;
    font-size: 0;
    display: block;
}

/*********************
*********************/
/* .wd_pdf .itemlink,
body:not(.wd_pageid_45) a[href*=".pdf"] {
    padding: 12px 40px;
    color: #7523FF;
    border: 2px solid #7523FF;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    border-radius: 48px;
    margin-top: 16px;
    display: block;
    width: fit-content;
} */

.wd_pdf .itemlink,
body:not(.wd_pageid_45) a[href*=".pdf"] {
    /* color: #7523FF;
    font-size: 16px;
    line-height: 22px;
    margin-top: 16px;
    display: block;
    width: fit-content; */
}

.wd_pdf p {
    padding: 0;
    margin: 0;
}
.wd_pdf .wd_attachment_image,
.wd_pdf .wd_attachment_size,
.wd_pdf .wd_attachment_description,
.wd_pdf .wd_attachment_spacer,
#wd_printable_content .wd_attachment_image a {
    display: none;
}
.wd_category_items .item_name,
h2 > strong {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 125% */ 
}

/*********************
 Board Members
*********************/
.wd_dropdown {
    display: none;
    padding-top: 24px;
}
.wd_board_members .wd_item {
    margin: 0;
    padding: 0;
}
.wd_board_members .wd_title {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 125% */ 
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-top: 32px;
    cursor: pointer;
    align-items: center;
}
.wd_board_members .wd_title:after {
    content: '';
    background-image: url(../images/plus.svg);
    background-repeat: no-repeat;
    display: block;
    height: 22px;
    width: 20px;
}
.wd_board_members .wd_item_wrapper.wd_open .wd_title:after {
    background-image: url(../images/minus.svg);
}
.wd_board_members .wd_item_wrapper {
    border-bottom: 1px solid #0004; 
    padding-bottom: 32px;
}

/*********************
 SEC Filings
*********************/
.wd_ir_secfilings .wd_selectors {
    margin-bottom: 14px;
}
.wd_ir_secfilings .wd_selector .wd_label {
    margin: 0 8px;
} 
.wd_ir_secfilings table.wd_sec_filings th {
    background: #4000A5;
    border-color: #4000A5;
    color: white;
    padding-top: 6px;
    padding-bottom: 6px;
}
table.wd_sec_filings a.wd_document {
    margin: 0 6px;
    display: inline-block;
}
table.wd_sec_filings td {
    padding: 10px 3px;
}
.wd_sec_filings.mobile_sec {
    display: none;
}
.wd_sec_filings.mobile_sec tr,
.wd_sec_filings.mobile_sec td,
.wd_sec_filings.mobile_sec td.wd_description {
    display: block;
}
.wd_sec_filings.mobile_sec td {
    border-bottom: none;
}
.wd_sec_filings.mobile_sec tbody > tr {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
}
.wd_mobile-label {
    display: block;
}
.wd_sec_filings.mobile_sec .wd_filing_type,
.wd_sec_filings.mobile_sec .wd_filing_date {
    padding: 0 3px;
    color: var(--wp--preset--color--body);
}
.wd_sec_filings.mobile_sec a.wd_document {
    margin: 0px 10px;
    padding-top: 10px;
}
.wd_sec_filings.mobile_sec .wd_filing_type,
.wd_mobile-label {
    font-weight: bold;
}
.wd_pageid_127 .wd_featureboxes_stock,
.wd_pageid_127 .wd_filer_selector .wd_linkmenu-header {
    display: none;
}
.wd_sec_filings.mobile_sec thead {
    display: none;
}

/*********************
 Stock Information
*********************/
.menu-item .wd_widget {



    .wd_widget-theme-light {
  font-size:14px;
  line-height:1.2857;
  font-weight:400;
  color:#000
}
div.wd_quote {
  padding:0;
  font-size:14px;
  border:0;
  overflow:hidden
}
div.wd_quote .wd_main-wrapper {
  overflow:hidden;
  width:auto;
  color:#757575
}
div.wd_quote div.wd_symbol {
  margin-right:5px !important
}
div.wd_quote div.wd_symbol span {
  vertical-align:baseline
}
div.wd_quote .wd_quote-value-down {
  color:#da2113 !important
}
div.wd_quote .wd_main-wrapper {
  overflow:hidden;
  width:auto;
  color:#757575
}
div.wd_quote .wd_quote-value-up {
  color:#38a944 !important
}
div.wd_quote .wd_quote-value-down::before {
  content:"↓";
  display:inline-block;
  width:10px;
  position:relative;
  top:-2px
}
div.wd_quote .wd_quote-value-up:before {
  content:"↑";
  display:inline-block;
  width:10px;
  position:relative;
  top:-2px
}
div.wd_quote .wd_value {
  display:inline-block;
  font-size:inherit
}
div.wd_quote .wd_main {
  padding:0 !important;
  display:inline !important
}
div.wd_quote .wd_main * {
  font-size:14px !important;
  line-height:1.2857 !important;
  font-weight:400 !important;
  color:#000
}
div.wd_quote div.wd_price {
  font-size:inherit;
  vertical-align:baseline
}
div.wd_quote div.wd_price div.wd_value {
  vertical-align:baseline
}
.wd_widget-theme-light .wd_quote {
  background-color:#fff !important;
  border:none !important
}
.wd_quote_footer {
  display:none !important
}
    /* display: none; */
}

#wd_printable_content div.wd_quote {
    display: flex;
    background: none;
    border: none;
}
#wd_printable_content .wd_values {
    display: flex;
    flex-wrap: wrap;
}
#wd_printable_content .wd_data-wrapper {
    float: none;
    flex: 33.333%;
    margin-bottom: 16px;
}
#wd_printable_content .wd_data-wrapper > div {
    border: none;
    padding: 10px;
}
div.wd_quote-wrapper {
    max-width: none;
}
#wd_printable_content div.wd_values-wrapper {
    flex: 3;
    width: 100%;
}
#wd_printable_content .wd_main-wrapper {
    flex: 1;
    width: 100%;
}
#wd_printable_content .wd_price .wd_value {
    display: none;
}
#wd_printable_content div.wd_label {
    color: #4000A5;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .25px;
    line-height: 1;
    display: block;
    margin-bottom: 18px;
}
#wd_printable_content div.wd_value {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
}
#wd_printable_content div.wd_quote div.wd_price {
    font-size: 48px;
    line-height: 1;
    text-align: left;
    color: #4000A5;
    font-weight: 400;
    margin-top: 12px;
}
#wd_printable_content div.wd_price span {
    color: #4000A5;
}
#wd_printable_content div.wd_quote-value-up,
#wd_printable_content div.wd_quote-value-down {
    color: rgb(59, 59, 59);
}
#wd_printable_content div.wd_quote div.wd_main {
    display: flex;
    flex-direction: column-reverse;
}
#wd_printable_content div.wd_quote div.wd_data {
    white-space: initial;
}
#wd_printable_content .wd_ir_quote .wd_quote_footer {
    text-align: left;
    padding-top: 32px;
    font-size: 11px;
    color: #999;
}
div.wd_quote div.wd_symbol {
    display: inline-flex;
    gap: 5px;
}
#wd_printable_content div.wd_quote div.wd_symbol span {
    color: #4000A5;
    line-height: 1;
}
.wd_ir_quote .wd_ticker_label,
.wd_quote_footer br {
    display: none;
}
.wd_quote .wd_quote_footer {
    display: none;
}
#wd_printable_content div.wd_quote div.wd_main {
    padding: 10px;
}
div.wd_ticker_label span {
    font-weight: 400;
}

/* chart */
.wd_featureboxes_ir_home {
    display: none;
}
.wd_ir_interactivechart .wd_ticker_label,
.wd_ir_historical .wd_ticker_label {
    display: none;
}
.wd_ir_interactivechart .wd_chart_range {
    border: none;
    padding: 3px 12px;
    color: #6E6E6E;
    font-weight: 500;
    background: none;
    font-size: 1rem;
}
.wd_ir_interactivechart .wd_chart_range.wd_chart_range-active {
    background: #4000A5;
    color: white;
}
#wd_printable_content .wd_ir_interactivechart .wd_chart_dates input[type="text"] {
    min-width: 200px;
    max-width: none;
    border-radius: 100px;
    font-size: 1rem;
}
.wd_chart_options .wd_chart_option:last-child {
    display: none;
}
#wd_printable_content .wd_chart_dates .wd_wai_dp_button {
    border: none;
}
div.wd_ratios_group h5 {
    background: #4000A5;
    padding-left: 8px;
    font-weight: bold;
    border: none;
    color: white;
}
table.wd_ratios_values th {
    background: none;
    color: rgb(59, 59, 59);
}
/* Calendar */
.wd_wai_datepicker tr th {
    color: #191919;
    background: none;
}
body:not(.wd_pageid_125) #wd_printable_content div.wd_wai_datepickerDialog {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    max-width: 500px;
    width: 95%;
}
#wd_printable_content button.ui-datepicker-trigger {
    border: 0;
}
.wd_wai_datepicker .wd_wai_datepickerDialog {
    border: 3px solid #4000A5;
}
.wd_wai_datepicker .wd_wai_header {
    background-color: #4000A5;
}
#wd_printable_content .wd_wai_datepicker .wd_wai_header > button {
    background-color: #4000A5;
    border: 1px solid #4000A5;
}
#wd_printable_content .wd_wai_datepicker button.wd_wai_dateButton {
    background-color: #e7ecf2;
    border: 1px solid #e7ecf2;
    color: #191919;
    padding: 10px;
    height: unset;
    border-radius: 3px;
    line-height: 1;
    border: 1px solid white;
    font-size: 1rem;
}
#wd_printable_content .wd_wai_datepicker table td {
    border: none;
    /* border-bottom: 1px solid #d4d4d4; */
    padding: 5px;
}
.wd_wai_week_row th {
    padding: 10px;
    /* border-bottom: 3px solid #4000A5; */
}
.wd_wai_datepicker .wd_wai_header,
#wd_printable_content .wd_wai_datepicker .wd_wai_dateButton[tabindex="0"] {
    background: #4000A5;
    color: white;
}
#wd_printable_content .wd_wai_datepicker .wd_wai_header button {
    color: white;
    border: none;
}
.wd_wai_datepicker .wd_wai_datepickerDialog {
    border-color: #4000A5;
}
/********************
 Historical Stock
********************/
div.wd_ir_historical div.wd_wai_datepicker {
    margin: 20px 0;
    max-width: 100%;
    width: 100%;
}
.wd_ir_historical .wd_historical_calendar,
.wd_ir_historical .wd_historical_results {
    width: 40%;
}
.wd_ir_historical .wd_historical_results {
    margin-left: 2%;
    position: relative;
    margin-top: -17px;
}
.wd_historical .wd_historical_results h4,
div.wd_historical h4 {
    margin-bottom: 0;
    line-height: 1.1;
    font-weight: 500;
    font-size: 22px;
}
.wd_historical .wd_historical_results h4 {margin-bottom: 10px;}
.wd_historical_chart {
    max-width: 100% !important; /* override inline */
    width: 100%;
}
.wd_historical {
    margin-top: 30px;
}
div.wd_historical_value {
    font-size: 26px;
    font-weight: 500;
}
div.wd_historical_label {font-size: 1rem;}
div.wd_ir_historical div.wd_wai_datepicker {
    min-width: 372px;
    max-width: 440px;
    padding-bottom: 20px;
}
.wd_calculator_input_column label {
    display: inline-block;
}

/********************
 Events
********************/
div.wd_events_month_header,
div.wd_event_title,
.wd_events_past_summary .wd_header {
    background: none;
    border: none;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 125% */ 
    padding: 0;
    margin: 24px 0;
    background: #EADEFF;
    padding: 6px 8px;
}
div.wd_event_title {
    border-bottom: 0.5px solid #000; 
    flex: 100%;
    padding-bottom: 32px;
    margin-bottom: 0;
}

#wd_printable_content .wd_event.item {
    border-top: 0.5px solid #000; 
    display: flex;
    gap: 16px;
    padding-top: 16px;
    margin: 0 0 60px;
}
#wd_printable_content .wd_events_list .wd_event {
    background: none;
}
.wd_events-detail {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
div.wd_event_sidebar_group {
    margin: 16px 0 0;
}
.wd_event_sidebar {
    width: 300px;
}
.wd_event_right {
    width: 200px;
}
.wd_event_info {
    flex: 1;
}
.wd_pageid_19 .item_date {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 125% */ 
}
.wd_pageid_19 div.wd_title a {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 125% */ 
    color: #000;
    text-decoration: none;
    position: relative;
}
.wd_pageid_19 .wd_event_info a {
    color: #4000A5;
    text-decoration: none;
    font-weight: 400;
    border: none;
}
.wd_pageid_19 .wd_event_right div {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */ 
}
.wd_pageid_19 div.wd_title a:after {
    content: '';
    background: url(../images/arrow-right.svg);
    width: 20px;
    height: 16px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 10px;
}
.wd_events-detail .wd_event_sidebar,
.wd_event_sidebar .wd_event_date {
    background: none;
}
.wd_pageid_19 .wd_content .fa-calendar {
    display: none;
}
.wd_pageid_19 .wd_subscribe_link {
    display: none;
}


#wd_printable_content select {
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: 22px;
    border: 1px solid #848484;
}
#wd_printable_content select:focus {
    border-color: #7523FF;
}
#wd_printable_content select {
    background: url(../images/carrot.svg);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: calc(100% - 10px);
    appearance: none;
    height: 44px;
    padding: 0 36px 0 16px;
}
#wd_printable_content .wd_events_input_go {
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: 22px;
    border: 1px solid #848484;
    background: none;
    height: 44px;
}
#wd_printable_content .wd_events_input_go:active {
    border-color: #7523FF;
}

/********************
 Details
********************/
.wd_newsfeed_releases-detail .wd_title {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 125% */ 
}
.wd_body p {
    font-size: 20px;
    font-style: normal;
    font-weight: 200;
    line-height: 26px; /* 130% */ 
}
.wd_newsfeed_releases-detail .wd_title {
    border-bottom: 1px solid rgba(85, 85, 85, 0.7);
    margin-bottom: 12px;
    padding-bottom: 10px;
}
.wd_newsfeed_releases-detail .wd_pdf_link a::before {
    content: '\f1c1';
    font-size: 22px;
    font-family: 'fontawesome';
    padding-right: 6px;
}
.wd_newsfeed_releases-detail .wd_pdf_link a img {
    display: none;
}
.wd_newsfeed_releases-detail .wd_pdf_link a:active,
.wd_newsfeed_releases-detail .wd_pdf_link a:focus {
    border: none;
}

/********************
 Board Committee
********************/
.wd_board_committees .wd_legend_icon img[alt="Chair"],
.wd_chair_icon img {
    filter: brightness(0) saturate(100%) invert(12%) sepia(96%) saturate(5651%) hue-rotate(266deg) brightness(62%) contrast(120%);
}
.wd_board_committees li.wd_legend_item {
    display: flex;
    align-items: center;
}
.wd_board_committees ul.wd_legend_item_list {
    display: flex;
    gap: 10px;
}
.wd_board_committees .wd_member_col .wd_title {
    pointer-events: none;
    padding-left: 10px;
    height: 56px;
    display: flex;
    align-items: center;
} 
.wd_board_committees .wd_member_col .wd_title a {
    color: #555;
    line-height: 1.3;
}
.wd_board_committees .wd_title a {
    text-decoration: none;
    font-size: 1rem;
    line-height: 1;
}
.wd_board_committees th.wd_committee_col,
.wd_board_committees td.wd_committee_col {
    border: none;
}
#wd_printable_content .wd_board_committees .wd_header_row > th {
    border-bottom: 2px solid #712f91;
}
.wd_board_committees .wd_row_even {
    background: #fafafa;
}
.wd_board_committees .wd_member_row {
    border-bottom: 1px solid #d4d4d4;
}
.wd_board_committees {
    overflow-x: auto;
}
.wd_board_committees table.wd_committees {
    table-layout: fixed;
}
/********************
 Governance
********************/
.wd_pageid_64 .wd_featurebox_title {
    margin-top: 42px;
}
.wd_pageid_64 .wd_featurebox > p {
    margin: 0;
    padding: 16px 0;
    border-bottom: 1px solid #111;
}
.wd_pageid_64 .wd_featurebox > p a {
    font-size: 22px;
    color: black;
}
.wd_pageid_183 .item {
    margin: 0;
    padding: 16px 0;
    border-bottom: 1px solid #111;
}
.wd_pageid_183 .item .itemlink {
    font-size: 22px;
    color: black;
}
.wd_pageid_183 .item:first-child {
    border-top: 1px solid #111;
}

@media (max-width: 1400px) {
    .region-footer-bottom {
      grid-template-columns: 1fr 2fr;
    }
}

/* Extra large devices (large desktops) */
@media (max-width: 1299px) {
    .wd_header_content {
        font-size: 72px;
    }
    .wd_pageid_45 #wd_printable_content > p {
        font-size: 40px;
    }
}

@media (max-width: 1200px) {
    .region-footer-bottom {
        grid-template-columns: auto;
    }
}

@media (max-width: 1000px) {
    #wd_printable_content div.wd_quote {
        flex-direction: column;
    }
    
}

/* Medium devices (tablets) */
@media (max-width: 767px) {
    /* Nav */
    .wd_home_hero {
        height: 475px;
    }
    .wd_nav-inner {
        flex-direction: column;
        padding: 0%;
        gap: 0;
    }
    .wd_nav-item {
        border-bottom: 1px solid #bbb;
    }
    .wd_nav-toggle {
        display: block;
    }
    .wd_nav-item.has_children .wd_subnav,
    .wd_subnav {
        opacity: 1;
        visibility: visible;
        display: none;
        padding-top: 0%;
    }
    .wd_nav-item a,
    .wd_nav-item p {
        text-align: center;
    }
    .wd_nav-item > p,
    .wd_nav-item a {
        padding: 12px 0;
    }
    .wd_nav-item.wd_on > a,
    .wd_nav-item.wd_on > p {
        border: none;
    }
    .wd_subnav {
        position: relative;
    }
    .wd_nav-inner {
        display: none;
    }
    /*  */
    .wd_header_content {
        font-size: 60px;
    }
    .wd_sec_filings {
        display: none;
    }
    .wd_sec_filings.mobile_sec {
        display: table;
    }
    #wd_printable_content .wd_data-wrapper {
        flex: 50%;
    }
    div.wd_ir_calculator fieldset.wd_calculator_input_column, div.wd_ir_calculator div.wd_calculator_result, div.wd_ir_calculator div.wd_calculator_inputs, div.wd_ir_calculator div.wd_calculator_results {
        float: none;
        width: 100%;
        border: none;
    }
    #wd_printable_content .wd_calculator_form_buttons input[type="submit"] {
        width: 100%;
    }
    div.wd_calculator_inputs, div.wd_calculator_inout, div.wd_calculator_results {
        overflow: visible;
    }

    #wd_printable_content .wd_formbuilder_submit,
    .wd_form_field_input textarea,
    #wd_printable_content input[type="text"] {
        width: 100%;
    }
    #wd_printable_content .wd_ir_interactivechart .wd_chart_dates input[type="text"] {
        width: calc(100% - 70px);
        margin-bottom: 12px;
    }
    div.wd_chart_dates {
        float: none;
        white-space: normal;
    }
    .wd_form_field.wd_form_field_pos_left_inline {
        display: flex;
        gap: 6px;
    }
    /* featureboxes */
    .wd_featureboxes_images .wd_featurebox,
    .wd_featureboxes_top .wd_featurebox {
        max-width: 100%;
        padding: 0;
        flex: 100%;
    }
    .wd_featureboxes_images img,
    .wd_featureboxes_top img {
        max-width: 100%;
        flex: 100%;
    }
    .wd_featureboxes_bottom {
        flex-direction: column;
        gap: 50px;
    }
    .wd_featureboxes_bottom > div:last-child,
    .wd_featureboxes_bottom > div:first-child {
        border: none;
        padding-left: 0;
        padding-right: 0;
    }
    .wd_featureboxes_business_metrics ul {
        flex-direction: column;
    }
    .wd_featureboxes_business_metrics li {
        border: none;
        border-bottom: 1px solid #000;
        text-align: center;
        padding-top: 24px;
    }
    .wd_contact > div > div {
        max-width: 100%;
    }
    /* events */
    #wd_printable_content .wd_event.item,
    .wd_events-detail {
        flex-direction: column;
        gap: 32px;
    }
    /* teasers */
    .wd_newsfeed_releases-teaser {
        flex-direction: column;
    }
    .wd_newsfeed_releases-teaser .wd_title a {
        font-size: 20px;
    }
    /* alerts */
    .wd_subscribe_featurebox .wd_formbuilder,
    .wd_alert-wrap {
        flex-direction: column;
    }
    .wd_subscribe_featurebox input[type="text"] {
        width: 100%;
    }
    .wd_subscribe_featurebox .wd_form_field_label label {
        font-size: 20px;
    }
    .wd_subscribe_featurebox .wd_featurebox_title {
        font-size: 28px;
    }
    /* quarterly */
    .wd_pageid_121 .item {
        flex: 100%;
    }
    .wd_pageid_121 .item a {
        font-size: 16px;
    }
    .wd_pageid_121 div.item_name,
    .wd_pageid_121 .item p a {
        text-align: left;
    }
    .wd_pageid_121 .item a::after {
        padding-left: 10px;
        display: inline-block;
    }
    .wd_pageid_121 .item:first-child {
        display: none;
    }
    .wd_pageid_121 .item p a.empty_cell {
        display: none;
    }
    /* Search */
    #wd_printable_content div.wd_search_basic_fields > .wd_search_button,
    #wd_printable_content div.wd_search_basic_fields > select, 
    #wd_printable_content div.wd_search_basic_fields > input {
        display: block;
        max-width: none;
        width: 100%;
        margin: 0 0 10px;
    }
    .wd_search_basic_fields,
    .wd_item_search_form_container .wd_search_form_basic {
        width: 100%;
        padding: 0;
    }
    .wd_form_field_label label {
        margin-left: 0;
        padding-right: 0;
    }

}

/* Small devices (landscape phones) */
@media (max-width: 600px) {
    .wd_header_content {
        font-size: 48px;
    }
    #wd_printable_content .wd_data-wrapper {
        flex: 100%;
    }
    .wd_pageid_45 #wd_printable_content > p {
        font-size: 32px;
    }
}

@media (max-width: 550px) {
    .wd_pageid_121 .item {
        flex: 100%;
    }
}

@media (max-width: 410px) {
    #wd_printable_content .wd_wai_week_row th {
        padding: 0;
    }
    #wd_printable_content .wd_wai_datepicker table td {
        padding: 0;
    }
    /* .wd_historical #wd_datepicker_dialog_ {
        position: absolute !important;
        width: 100% !important;
        min-width: 340px;
        left: -24px;
    } */
    .wd_historical .wd_wai_datepicker {
        height: 400px;
    }
    div.wd_historical {
        overflow: visible !important;
    }
}


/* CLIENT CSS OVERRIDES */
.region-header ul.menu li.menu-item a.has-menu::after, 
.region-event-landing-header ul.menu li.menu-item a.has-menu::after, 
.region-primary-menu-mobile ul.menu li.menu-item a.has-menu::after {
    content: url(../images/Chevron-Down.svg);
    position: static;
    background-image: none;
    margin-left: 10px;
    margin-bottom: 3px;
    filter: brightness(0) saturate(100%) invert(14%) sepia(66%) saturate(6895%) hue-rotate(265deg) brightness(62%) contrast(123%);
    transform: none !important;
}
.fab {
    font-family: "fontawesome";
}


/* stock widget */

.wd_widget-theme-light {
  font-size:14px;
  line-height:1.2857;
  font-weight:400;
  color:#000
}
.wd_widget div.wd_quote {
  padding:0;
  font-size:14px;
  border:0;
  overflow:hidden
}
.wd_widget div.wd_quote .wd_main-wrapper {
  overflow:hidden;
  width:auto;
  color:#757575
}
.wd_widget div.wd_quote div.wd_symbol {
  margin-right:5px !important
}
.wd_widget div.wd_quote div.wd_symbol span {
  vertical-align:baseline
}
.wd_widget div.wd_quote .wd_quote-value-down {
  color:#da2113 !important
}
.wd_widget div.wd_quote .wd_main-wrapper {
  overflow:hidden;
  width:auto;
  color:#757575
}
.wd_widget div.wd_quote .wd_quote-value-up {
  color:#38a944 !important
}
.wd_widget div.wd_quote .wd_quote-value-down::before {
  content:"↓";
  display:inline-block;
  width:10px;
  position:relative;
  top:-2px
}
.wd_widget div.wd_quote .wd_quote-value-up:before {
  content:"↑";
  display:inline-block;
  width:10px;
  position:relative;
  top:-2px
}
.wd_widget div.wd_quote .wd_value {
  display:inline-block;
  font-size:inherit
}
.wd_widget div.wd_quote .wd_main {
  padding:0 !important;
  display:flex !important
}
.wd_widget div.wd_quote .wd_main * {
  font-size:14px !important;
  line-height:1.2857 !important;
  font-weight:400 !important;
  color:#000
}
.wd_widget div.wd_quote .wd_price {
    display: inline-block;
}
.wd_widget div.wd_quote div.wd_price {
  font-size:inherit;
  vertical-align:baseline
}
.wd_widget div.wd_quote div.wd_price div.wd_value {
  vertical-align:baseline
}
.wd_widget.wd_widget-theme-light .wd_quote {
  background-color:#fff !important;
  border:none !important
}
.wd_widget .wd_quote_footer {
  display:none !important
}
@media (max-width: 992px) {
    .site-footer .region-footer-top #block-footertoplinks .accordion .panel-group .collapse-trigger.mobile.collapsed::after,
     .site-footer .region-event-landing-footer #block-footertoplinks .accordion .panel-group .collapse-trigger.mobile.collapsed::after {
        content: url(../images/accordion-chevron-footer.svg);

    }
    .site-footer .region-footer-top #block-footertoplinks .accordion .panel-group .collapse-trigger.mobile:not(.collapsed)::after,
     .site-footer .region-event-landing-footer #block-footertoplinks .accordion .panel-group .collapse-trigger.mobile:not(.collapsed)::after {
        content: url(../images/accordion-chevron-footer.svg);
    }
}
.fa-twitter::before {
    content: url(../images/twitter-logo.svg);
}
.social-media-links--platforms {
    float: left;
}
.block-social-media-links .field__item {
    font-size: 20px;
    color: black;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
}
footer.site-footer .layout-container {
    grid-column-gap: 64px;
    grid-row-gap: 32px;
}