/* Begin classes for common SPIN elements */

@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../fonts/fa-brands-400.woff2) format("woff2"),url(../fonts/fa-brands-400.ttf) format("truetype")}

*, ::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: "Roboto-Regular",sans-serif;
    overflow-x: hidden;
}

/* Header styles */
.page_header,
.category_header {}
.detail_header,
.detail_subheader,
.category_name {}
.category_intro {}
/* END Header styles */

p a, p a:hover, .wd_search_title a {
    color: #107ba4;
    text-decoration: underline;
}

.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 {
    line-height: 2.4em;
    margin-bottom: 0;
}
#wd_printable_content input[type=text] {
    max-width: 69%;
}
#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;
}
/* 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-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;
}

/********************
 Nav
********************/
.navbar-search-wrapper input[type="submit"] {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    color: transparent;
    overflow: hidden;
    font-size: 0;
    text-indent: -100vw;
    background-image: url(../images/icon-search.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    border: none;
}
div.navbar-search-wrapper > .wd_search_form_container {
    max-width: 350px;
    width: 100%;
    display: inline-block;
}
.navbar-search-wrapper input[type="text"] {
    border-radius: 17px;
    display: inline-block;
    font-size: 1.2rem;
    height: 36px;
    letter-spacing: .04em;
    text-indent: 10px;
    width: 100%;
    color: #555;
    background-color: #fff;
    padding: 6px 12px;
    border: 1px solid #6e6e6e;
    font-family: 'Roboto-Italic';
    font-weight: bold;
}

#centene-nav-main-wrapper .navbar-search-wrapper form {width: 100%;}
.navbar-search-wrapper input[type="text"]:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
}
.breadcrumb.hidden-xs {
    color: #fff;
    font-family: "Roboto-Bold",sans-serif;
}
nav .tagline {
    font-family: Roboto-Regular;
    color: #00548c;
    font-size: 2.2rem;
    font-weight: normal;
    white-space: pre;
    border-left: 1px solid #00548c;
    padding-left: 16px;
    margin-left: 16px;
    height: 42px;
    line-height: 42px;
}
nav .tagline:hover {
    text-decoration: none;
}
.navbar-brand-wrapper > a {
    display: flex;
    align-items: center;
    text-decoration: none;
}
#centene-nav-main-wrapper .navbar-brand-wrapper {
    margin: 0 auto 0 0;
}

#centene-nav-main .link-wrapper.upper {max-width: 170px;}

/********************
 Hero
********************/
.wd_header-title h1 {
    font-size: 1.6rem;
    letter-spacing: 1.5px;
    font-family: Roboto-Bold;
    text-transform: uppercase;
    margin: 0;
}
.wd_header-sub p {
    font-family: Roboto-bold,sans-serif;
    font-size: 4rem;
    line-height: 1.1;
    font-style: italic;
    margin: 0 0 20px;
}
.wd_header-sub {padding: 0;}
.wd_header-sub p.more a {
    border: 2px solid white;
    border-radius: 100px;
    font-family: 'Roboto-Italic';
    font-weight: bold;
    font-size: 1.8rem;
    padding: 8px 40px 6px;
    background: transparent;
    color: white;
}
.wd_header-sub p.more a:hover {
    text-decoration: none;
    background-color: white;
    color: #107ba4;
}
.page-header.landing {
    background: #107ba4;
    border-bottom: none;
}
.wd_pageid_45 .hero-home {display: block;}
.wd_pageid_45 .hero-alt {display: none;}
body:not(.wd_pageid_45) .hero-home {display: none;}
body:not(.wd_pageid_45) .hero-alt {display: block;}

.hero-img-inner {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
}
.hero-img {
    background-position: center;
}
.hero-alt .hero-img-inner {background-position: center;}
.hero-alt .page_header {
    position: relative;
    color: white;
    top: 50%;
    max-width: 1170px;
    margin: 0;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    padding: 0 15px;
    font-size: 5.7rem;
    padding-right: min(30%, 400px);
    line-height: 1.2;
    font-weight: normal;
}
.hero-alt .page_header span {
    display: block;
    font-size: 1.6rem;
    letter-spacing: 1.5px;
    font-family: Roboto-Bold;
    text-transform: uppercase;
    padding-left: 10px;
}
.wd_pageid_64 .wd_header-title {
    display: none;
}
.wd_pageid_43.wd_item_page .hero-alt .page_header {
    font-size: clamp(20px, 3.75vw, 45px);
    line-height: 1.15;
}
.page-header {padding-bottom: 0;}
.wd_content .page_header {
    display: none;
}

/********************
 General
********************/
/* margins */
.wd_content > div {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.wd_content {
    position: relative;
}
body:not(.wd_pageid_45) .wd_content {
    margin: 40px auto;
}
/* header */
.wd_top-header,
.wd_middle-header,
.wd_bottom-header,
.wd_featureboxes_top .wd_featurebox_title,
.wd_middle-bottom-header {
    font-family: 'Roboto-Regular';
    font-size: 3.4rem;
    line-height: 38px;
    color: #00548c;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    font-weight: 500;
    margin-bottom: 30px;
}


/********************
 Stock FB
********************/
.wd_content > .wd_featureboxes_stock {
    position: relative;
    width: 100%;
    margin: 0;
    background: white;
    max-width: none;
}
.wd_featureboxes_stock > div {
    border-radius: 6px;
    box-shadow: 3px 3px 7px 1px #8885;
    padding: 15px 30px;
    background: white;
    max-width: 1200px;

    position: relative;
    top: -61px;
    margin: 0 auto;
}
.wd_featureboxes_stock .wd_featurebox_title,
.wd_featureboxes_stock .wd_ticker_label,
.wd_featureboxes_stock .wd_chart-quote-footer {display: none}

.wd_featureboxes_stock .wd_chart-quote {
    display: flex;
    flex-wrap: wrap;
}
.wd_featureboxes_stock .wd_chart-quote-item {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    flex: 0 1 250px;
}
.wd_featureboxes_stock .wd_chart-quote-label {
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.2rem;
    color: #111;
}
.wd_featureboxes_stock .wd_chart-quote-item:not(:nth-child(2)) .wd_chart-quote-value {
    color: #111;
}
.wd_featureboxes_stock .wd_chart-quote-value {
    font-size: 26px;
    font-weight: normal;
}
.wd_featureboxes_stock .wd_chart-quote-item:first-child .wd_chart-quote-label {
    font-size: 0;
}
.wd_featureboxes_stock .wd_chart-quote-item:first-child .wd_chart-quote-label {
    content: 'stock information';
    font-size: 1.6rem;
    color: #107BA4;
}
.wd_featureboxes_stock .wd_chart-quote-item:first-child .wd_chart-quote-value  {
    font-size: 42px
}
.wd_featureboxes_stock .wd_chart-quote-value br {
    display: none;
}
.wd_featureboxes_stock .wd_chart-quote-item:not(:first-child) .wd_chart-quote-label {
    margin-bottom: 16px;
}
.wd_chevron-btn {
    border: 2px solid #107BA4;
    font-size: 2.2rem;
    border-radius: 26px;
    padding: 5px 22px;
    height: fit-content;
    color: #107BA4;
    display: flex;
    width: fit-content;
}
.fa-chevron-right {
    font-size: 24px;
}
.wd_chevron-btn > .fa {
    padding-left: 4px;
}
.wd_featureboxes_top_left li:hover .wd_chevron-btn,
.wd_pageid_64 #wd_printable_content > ul li:hover .wd_chevron-btn {
    background: white;
    color: #107BA4;
    text-decoration: none;
}
.wd_featureboxes_stock .wd_chevron-btn:hover  {
    color: white;
    background: #107BA4;
    text-decoration: none;
}
.wd_quote-container {
    display: flex;
    align-items: center;
}
.wd_featureboxes_stock div.wd_chart-quote-value-up {
    color: #4b7f3b;
}
.wd_featureboxes_stock div.wd_chart-quote-value-down {
    color: #111;
}

/********************
 Search
********************/
.wd_search_basic_fields {
    background: none;
    border: none;
    width: 100%;
}
#wd_printable_content input,
#wd_printable_content select {
    border-radius: 100px;
}
#wd_printable_content button[type="submit"],
#wd_printable_content input[type="submit"],
#wd_printable_content button.wd_events_input_go {
    border: 2px solid #107BA4;
    background: transparent;
    border-radius: 100px;
    font-family: 'Roboto-Italic';
    font-weight: bold;
    font-size: 1.6rem;
    padding: 0 32px;
    color: #107BA4;
    display: inline-block;
    width: fit-content;
}
.wd_item_search_form_container fieldset legend {
    font-family: Roboto-Regular;
    font-weight: 700;
    font-size: 14px;
    color: #333;
    border: none;
}
.wd_item_search_form_container fieldset .wd_form_field_input {margin-top: 6px;}

.wd_wai_datepicker .wd_wai_header,
#wd_printable_content .wd_wai_datepicker .wd_wai_dateButton[tabindex="0"] {
    background: #00548c;
    color: white;
}
#wd_printable_content .wd_wai_datepicker .wd_wai_header button {
    color: white;
    border: none;
}
.wd_wai_datepicker .wd_wai_datepickerDialog {
    border-color: #00548c;
}
.wd_search_info {
    display: none;
}
.wd_search_result {
    overflow: visible;
    padding-bottom: 20px;
    border-bottom: 1px solid #999;
}
.wd_events_inputs {overflow: hidden;}
.wd_wai_datepickerDialog {
    left: 50%;
    transform: translateX(-50%);
}
#wd_printable_content .wd_wai_dp_button {
    border: none;
    margin-left: 4px;
}
.wd_search_advanced_link,
.wd_form_buttons > a {
    color: #107ba4;
    text-decoration: underline;
}
.wd_search_advanced_link {
    display: inline-block;
    margin-top: 14px;
    padding-left: 6px;
}
#wd_printable_content .select-wrap {
    display: inline-block;
    position: relative;
    margin: 0 3px;
}
#wd_printable_content .select-wrap select {
    appearance: none;
    padding-right: 24px;
    margin: 0;
}
#wd_printable_content .select-wrap:after {
    content: '';
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    width: 5px;
    height: 5px;
    position: absolute;
    transform: rotate(-45deg) translateY(-50%);
    top: 50%;
    right: 10px;
}
.wd_newsfeed_releases .wd_search_form_advanced .wd_form_footer {
    margin: 14px 0 20px;
}
.wd_newsfeed_releases .wd_search_form_advanced fieldset.wd_form_field {
    display: none;
}
.wd_formbuilder .wd_form_header .wd_form_legend {
    font-size: 16px;
}

/********************
 Pagination
********************/
.wd_page_links .wd_page_link {
    border: none;
    padding: 3px 12px;
    color: #6E6E6E;
    font-weight: 500;
}

.wd_page_links .wd_page_active {
    background: #00548c;
    color: white;
}

/********************
 Printable Content
********************/
.wd_pageid_45 #wd_printable_content .page_header {display: none;}
#wd_printable_content .item_name,
#wd_printable_content .wd_title,
#wd_printable_content .wd_title a,
.wd_top .wd_featurebox_title,
.wd_featureboxes_top_featured .wd_featurebox_title {
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.6rem;
    color: #107BA4;
    margin-bottom: 8px;
    display: block;
    font-weight: normal;
}

.wd_pageid_45 #wd_printable_content .item_name h3 {
    margin-top: 0;
}
.wd_pageid_45 #wd_printable_content .item {
    margin: 60px 0 0;
    padding: 0;
}

div.wd_toolbar {
    border: none;
}
span.wd_tool_icon > a:link, span.wd_tool_icon > a:visited {
    color: #555555;
    background: none !important;
    transition: all .25s ease;
}
span.wd_tool_icon > a:hover {
    transform: translateY(-6px);
}
.wd_toolbar .wd_tool-socialshare_twitter .wd_tool_icon a {
    background-image: url(../images/x-logo-grey_16.png) !important;
    background-size: 14px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.wd_toolbar .wd_tool-socialshare_twitter .wd_tool_icon span:before {
    display: none;
}
/* Top */
.wd_top {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    justify-content: center;
}
.wd_content > .wd_top-wrap {
    background: white;
    width: 100%;
    padding: 20px 0px 70px;
    max-width: none;
}
.wd_top > div {
    flex: 370px;
    max-width: 600px;
    justify-content: center;
}
.wd_top .wd_featurebox_title {
    margin-bottom: 14px;
}

.wd_top-header {
    padding: 0 15px;
}

.wd_featureboxes_top_featured {
    max-width: 1200px;
    margin: 0 auto 40px;
    padding: 0 15px;
}
.wd_featureboxes_top_featured .wd_featurebox > p {
    color: #00548c;
    font-family: "Roboto-Italic",sans-serif;
    font-size: 25px;
    line-height: 1.4;
}

/********************
 Top Left FB
********************/
.wd_pageid_64 #wd_printable_content > ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.wd_featureboxes_top_left ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
}
.wd_featureboxes_top_left ul > a {
    margin-bottom: 25px;
}
.wd_featureboxes_top_left ul > a:last-child {
    margin-bottom: 0;
}
.wd_pageid_64 #wd_printable_content > ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
}
.wd_pageid_64 #wd_printable_content > ul > a {
    flex: 300px;

}
.wd_featureboxes_top_left li,
.wd_pageid_64 #wd_printable_content > ul li {
    background: #00538b;
    padding: 30px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 2px 2px 8px 1px #5554;
}
.wd_featureboxes_top_left li .wd_title-btn,
.wd_pageid_64 #wd_printable_content > ul li .wd_title-btn {
    color: white;
    font-family: "Roboto-Bold",sans-serif;
    font-size: 1.6rem;
}
.wd_featureboxes_top_left li a:hover,
.wd_featureboxes_top_left li:hover,
.wd_pageid_64 #wd_printable_content > ul a:hover {
    text-decoration: none;
}
.wd_featureboxes_top_left .wd_chevron-btn,
.wd_pageid_64 #wd_printable_content > ul .wd_chevron-btn {
    border-color: white;
    color: white;
}
p.more a {
    border: 2px solid #107BA4;
    background: transparent;
    border-radius: 100px;
    font-family: 'Roboto-Italic';
    font-weight: bold;
    font-size: 1.6rem;
    padding: 8px 50px 6px;
    color: #107BA4;
    display: block;
    width: fit-content;
    margin-top: 20px;
    text-decoration: none;
}
p.more a:hover {
    text-decoration: none;
    background: #107BA4;
    color: white;
}
.wd_featureboxes_top_left.wd_featureboxes-vertical ul * {
    text-decoration: none !important;
}
/********************
 Top Middle FB/Release Teaser
********************/
.wd_featureboxes_top_middle .subscribe_link,
.wd_featureboxes_top_middle .wd_thumbnail,
.wd_featureboxes_top_middle .wd_summary,
.wd_featureboxes_top_middle .wd_asset_icon_link_list {
  display: none;  
}
.wd_featureboxes_top_middle .wd_title {
    color: #107BA4;
    font-family: 'Roboto-Italic';
    font-weight: bold;
    text-decoration: underline;
    font-size: 1.6rem;
}
.wd_featureboxes_top_middle .wd_newsfeed_releases-teaser {
    background: white;
    padding: 20px;
    box-shadow: 3px 3px 7px 1px #8885;
    border-radius: 6px;
}
.wd_featureboxes_top_middle .wd_newsfeed_releases-teaser .item:nth-child(2) {
    display: none;
}
.wd_featureboxes_top_middle .wd_newsfeed_releases-teaser .wd_date,
.wd_featureboxes_top_right .item_date {
    font-family: 'Roboto-Regular';
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
}

.wd_featureboxes_top_featured {
    max-width: 1200px;
    margin: 0 auto 40px;
    padding: 0 15px;
}
.wd_featureboxes_top_featured .wd_title {
    color: #00548c;
    font-family: "Roboto-Italic",sans-serif;
    font-size: 25px;
    line-height: 1.4;
    font-weight: normal;
    pointer-events: none;
}
.wd_featureboxes_top_featured .item {
    padding: 0;
}
.wd_featureboxes_top_featured .subscribe_link,
.wd_featureboxes_top_featured .wd_summary,
.wd_featureboxes_top_featured .wd_date {
    display: none;
}

/********************
 Top Right FB
********************/
.wd_featureboxes_top_right .wd_events-teaser {
    background: white;
    box-shadow: 3px 3px 7px 1px #8885;
    border-radius: 6px;
}
.wd_featureboxes_top_right .itemlink {
    color: #107BA4;
    font-family: 'Roboto-Italic';
    font-weight: bold;
    text-decoration: underline;
    font-size: 1.6rem;
}
.wd_featureboxes_top_right .item_time {
    display: inline-block;
    margin-left: 8px;
}
.wd_featureboxes_top_right img {
    width: 100%;
    margin-bottom: 12px;
}
.wd_featureboxes_top_right .item {
    padding: 0;
    margin: 0;
}
.wd_featureboxes_top_right .item_summary,
.wd_featureboxes_top_right .item_date,
.wd_featureboxes_top_right .item_name {
    padding: 0 20px;
}
.wd_featureboxes_top_right .item_summary {
    padding-bottom: 20px;
}
.wd_featureboxes_top_right .item {
    display: flex;
    flex-direction: column;
}
.wd_featureboxes_top_right .item_date {order: 1;}
.wd_featureboxes_top_right .item_name {order: 2;}
.wd_featureboxes_top_right .item_summary {order: 4;}
.wd_event-btns {
    padding: 10px 20px 0;
    order: 5;
}
.wd_event-btns span {
    color: #107BA4;
    padding-right: 6px;
}

/********************
 Top FB
********************/
.wd_content > .wd_featureboxes_top {
    margin: 0;
    background: #FAFAFA;
    max-width: none;
    padding: 60px 15px;
}
.wd_content > .wd_featureboxes_top > div {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;

}

.wd_featureboxes_top ul {
    display: flex;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
    gap: 3.5vw;
}
.wd_featureboxes_top li {
    background: white;
    box-shadow: 3px 3px 7px 1px #8885;
    border-radius: 6px;
    padding: 32px 16px;
    flex:calc(25% - 5vw);
    text-align: center;
    margin: 0 auto;
}
.wd_featureboxes_top li span {
    display: block;
    font-family: 'Roboto-Italic';
    font-weight: bold;
    color: #00538b;
    font-size: clamp(3.2rem, 5vw,4.2rem);
    text-align: center;
    line-height: 1;
    margin-bottom: 10px;
}

/********************
 Middle Std FB
********************/
.wd_content > .wd_middle-std {
    margin: 60px auto;
    background: white;
}
.wd_featureboxes_middle,
.wd_featureboxes_middle_white {
    display: flex;  
    flex-wrap: wrap;
    gap: 3vw;
    background: url(../images/picnic.jpg);
    min-height: 350px;
    align-items: end;
    margin-bottom: 140px;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: center; */
}
.wd_featureboxes_middle > div,
.wd_featureboxes_middle_white > div {
    box-shadow: 3px 3px 7px 1px #8885;
    border-radius: 6px;
    margin: 0 auto;
    flex: calc(33.33% - 3vw);
    height: fit-content;
    position: relative;
    top: 70px;
}

.wd_featureboxes_middle .wd_featurebox_title,
.wd_featureboxes_middle_white div.wd_featurebox_title {
    font-family: Roboto-Italic;
    color: white;
    padding: 26px;
    font-size: 2.4rem;
    letter-spacing: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    line-height: 1.4;
    margin: 0;
}
.wd_featureboxes_middle > div:nth-child(1) .wd_featurebox_title,
.wd_featureboxes_middle_white > div:nth-child(1) .wd_featurebox_title {background: #00548C;}
.wd_featureboxes_middle > div:nth-child(2) .wd_featurebox_title,
.wd_featureboxes_middle_white > div:nth-child(2) .wd_featurebox_title {background: #5F3777;}
.wd_featureboxes_middle > div:nth-child(3) .wd_featurebox_title,
.wd_featureboxes_middle_white > div:nth-child(3) .wd_featurebox_title {background: #4B7F3B;}

.wd_featureboxes_middle p,
.wd_featureboxes_middle_white p {
    padding: 26px;
    background: white;
}
.wd_pageid_100 .wd_middle-std > .wd_featureboxes_middle_white {
    max-width: 1140px;
    width: 100%;
    margin: 30px auto 140px;
}
.wd_pageid_100 .wd_middle-std > div {
    max-width: 1140px;
    width: 100%; 
}

/********************
 Middle Left/Right FB
********************/
.wd_content > .wd_middle {
    background: #107BA4;
    width: 100%;
    max-width: none;
    padding: 60px 15px;
}
.wd_middle-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 3vw;
}
.wd_featureboxes_middle_left {
    flex: calc(66.66% - 3vw);
}
.wd_featureboxes_middle_left iframe {
    width: 100%;
    border-radius: 6px;
    height: 100%;
    min-height: 350px;
}
.wd_featureboxes_middle_right {
    flex: calc(33.33% - 3vw);
}
.wd_featureboxes_middle_left .wd_featurebox_title {display: none;}
.wd_middle-bottom-header {
    color: white;
    flex: 100%;
    margin-bottom: 10px;
}
.wd_featureboxes_middle_left > div,
.wd_featureboxes_middle_left .wd_featurebox {
    height: 100%;
}
.wd_featureboxes_middle_right {
    background: white;
    padding: 20px;
    box-shadow: 3px 3px 7px 1px #8885;
    border-radius: 6px;
}
.wd_featureboxes_middle_right .wd_featurebox_title {
    font-family: 'Roboto-Regular';
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.6rem;
    color: #107BA4;
    margin-bottom: 14px;
    display: block;
}

/********************
 Bottom FB
********************/
.wd_content > .wd_bottom-std {
    margin: 60px auto 0;
    max-width: none;
    width: 100%;
    padding-bottom: 80px;
}
.wd_featureboxes_bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 3vw;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}
.wd_bottom-std .wd_bottom-header {
    max-width: 1200px;
    width: 100%;
}
.wd_pageid_45 #wd_printable_content {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.wd_featureboxes_bottom > div {
    border-radius: 6px;
    flex: 0 1 calc(33.33% - 2vw);   
    min-width: 300px;
}
.wd_featureboxes_bottom .wd_featurebox_title {
    font-family: "Roboto-Italic",sans-serif;
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 400;
    color: white;
}
.wd_featureboxes_bottom > div a {
    display: block;
    border-radius: 6px;
    padding: 26px;
    height: 245px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    position: relative;
}
.wd_featureboxes_bottom > div:nth-child(1) a {background:#4a803a;}
.wd_featureboxes_bottom > div:nth-child(2) a {background:#107ba4;}
.wd_featureboxes_bottom > div:nth-child(3) a {background:#5e3776;}
.wd_featureboxes_bottom > div:nth-child(4) a {background:#cf1e67;}
.wd_featureboxes_bottom > div:nth-child(5) a {background:#ca3827;}
.wd_featureboxes_bottom > div:nth-child(6) a {background:#058080;}
.wd_featureboxes_bottom .wd_chevron-btn {
    border-color: white;
    color: white;
    margin-left: auto;
}
.wd_featureboxes_bottom a:hover .wd_chevron-btn {
    color: #107BA4;
    background: white;
}
.wd_featureboxes_bottom a:hover {
    text-decoration: none;
}

/********************
 Bottom Left/Right FB
********************/
#main .wd_content > .wd_bottom {
    background: #fafafa;
    width: 100%;
    max-width: none;
    padding: 60px 15px;
}
body:not(.wd_pageid_45) .wd_content .wd_bottom {
    margin-bottom: -40px;
    margin-top: 40px;
}
.wd_bottom-inner {
    max-width: 1200px;
    margin: 0 auto; 
    display: flex;
    flex-wrap: wrap; 
    gap: 3vw;
}
.wd_bottom-inner > div {
    background: white;
    box-shadow: 3px 3px 7px 1px #8885;
    border-radius: 6px;
    padding: 20px;
    flex: calc(33.33% - 3vw);   
}
.wd_bottom-inner > div:last-child {
    flex: calc(66.66% - 3vw); 
}
.wd_bottom .wd_featurebox_title {
    font-family: 'Roboto-Bold';
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.6rem;
    color: #107BA4;
    margin-bottom: 14px;
    display: block;
}
.wd_featureboxes_bottom_right ul {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: calc(33.33% - 16px);
}
.wd_featureboxes_bottom_right .wd_featurebox {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.wd_featureboxes_bottom_right .wd_featurebox > p {display: none;}
.wd_featureboxes_bottom_right li strong {
    color: #107BA4;
}
.wd_featureboxes_bottom_right a {
    color: #107ba4;
    text-decoration: underline;
}

/********************
 Press Release/In the News
********************/
.wd_newsfeed_releases .wd_thumbnail,
.wd_newsfeed_releases .wd_asset_type_link_list,
.wd_newsfeed_releases .wd_summary,
.wd_newsfeed_releases .wd_subscribe_link,
.wd_newsfeed_releases .wd_subtitle {
    display: none;
}
.wd_newsfeed_releases .wd_item_wrapper {
    margin-left: 0;
}
.wd_newsfeed_releases .wd_date,
.wd_news_headlines .wd_date {
    font-family: Roboto-Regular;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #333;
    text-transform: uppercase;
    padding-bottom: 6px;
    display: inline-block;
}
.wd_date-time {
    font-family: Roboto-Regular;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #333;
    text-transform: uppercase;
}
#wd_printable_content .wd_newsfeed_releases .wd_title a,
#wd_printable_content .wd_news_headlines .wd_title a {
    font-family: 'Roboto-Bold';
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 24px;
    color: #107ba4;
    letter-spacing: 0;
    text-transform: none;
}
.wd_newsfeed_releases .wd_item,
.wd_news_headlines .wd_item {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #999;
}
.wd_newsfeed_releases .wd_item_list,
.wd_news_headlines .wd_item_list {
    margin-top: 30px;
}
/* Release Details */
.wd_newsfeed_releases-detail .wd_asset_gallery_list,
.wd_newsfeed_releases-detail .wd_asset_gallery {
    background: none;
}
.wd_news_headlines .wd_search_form {
    display: none;
}
.wd_newsfeed_releases-detail .wd_body table {
    margin-bottom: 24px;
}
.wd_newsfeed_releases-detail .wd_subtitle {
    font-size: 16px;
    font-family: 'Roboto-bold';
    font-weight: normal;
}
.wd_pageid_43.wd_item_page .wd_content > div {
    max-width: 800px;
}
.wd_pageid_43.wd_item_page #wd_printable_content > h1 {
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
}
#wd_printable_content .wd_newsfeed_releases-detail div.wd_title {
    display: none;
}
#wd_printable_content .wd_newsfeed_releases-detail h1.wd_title {
    letter-spacing: normal;
    font-family: Roboto-regular;
    font-weight: normal;
    font-size: 38px;
    line-height: 1.2;
    text-align: center;
    text-transform: none;
    margin-bottom: 0;
}

/********************
 Events
********************/
.wd_events .wd_subscribe_link,
.wd_events .wd_more,
.wd_event.item .wd_attachment_wrapper .wd_attachment_description,
.wd_event.item .wd_attachment_icon,
.wd_event.item .wd_attachment_icon a img,
li.wd_events_tab .fa,
.wd_event_location_url .fa-link {
    display: none;
}
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_event.item .wd_title {
	margin-top: 0;
}
#wd_printable_content .wd_event .wd_title a {
    font-family: 'Roboto-italic';
    color: #00548c;
    font-size: 25px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0;
}
.wd_pageid_19.wd_item_page .hero-alt .page_header  {
    font-family: "Roboto-Regular", sans-serif;
    font-weight: 400;
    font-size: 4.5rem;
    line-height: 52px;
    color: white;
}
.wd_pageid_19.wd_item_page #wd_printable_content .detail_header {

}
.wd_events-detail > h1 {
    font-size: 36px;
    line-height: 1.2;
}
.wd_event.item .wd_attachment_container,
.wd_event.item .wd_summary p {
	margin: 0;
}
.wd_event_info,
.wd_events-detail .wd_event_info {
    flex: 0 0 70%;
}
.wd_events_list .wd_event,
.wd_events-detail .wd_event {
	display: flex;
}
.wd_events_month_header,
.wd_events_header_container .wd_header {
	background: none;
    color: #00548c;
    font-size: 3.4rem;
    line-height: 38px;
    border: none;
    border-bottom: 1px solid #00548c;
    border-radius: 0;
    padding: 24px 10px 16px;
}
.wd_events_inputs select, .wd_events_inputs button {
    vertical-align: top;
}
li.wd_events_tab:first-child,
li.wd_events_tab:last-child,
li.wd_events_tab {
	margin-right: 8px;
	border-radius: 8px;
	border: 1px solid #107BA4;
}

li.wd_events_tab.active {
	border-radius: 8px;
    background: transparent;
	background-color: #107BA4;
    border: 1px solid #107BA4;
    color: #FFF;
    font-weight: bold;
}
.wd_events-detail .wd_title {
    margin-top: 30px;
    font-size: 4.2rem;
    line-height: 46px;
}
.wd_event div.wd_event_date,
.wd_event .item_time {
    font-size: 1.6rem;
}
.wd_event_sidebar_item.wd_event_webcast,
.wd_event .wd_attachment_title a {
    color: #107ba4;
    text-decoration: underline;
    font-size: 1.6rem;
}
.wd_attachment_wrapper {
    margin: 0 !important; /* override inline */
}
.wd_events .wd_summary {
    padding: 5px 0 8px;
}
.wd_events_list .wd_event {
    background: none;
}
.wd_events_month_events > .item:not(:first-child) {
    border-top: 1px solid lightgrey;
} 
.wd_event_sidebar_item.wd_event_location {
    font-size: 1.6rem;
}
.wd_events-detail .wd_attachment_icon img {
    display: none;
}
.wd_events-detail .wd_attachment_description {
    display: none;
}
.wd_events-detail .wd_attachment_container {
    margin: 0;
}
.wd_event_subscribe a,
.wd_event_reminder a {
    font-size: 16px;
}
.wd_pageid_19.wd_item_page #wd_printable_content {
    max-width: 1170px;
}
.wd_events_tabs.event-tabs-bottom {
    float: none;
    display: block;
    margin-left: auto;
    width: fit-content;
}

/********************
 Email Alerts
********************/
.wd_pageid_147 .wd_content > div {
    max-width: 1000px;
    width: 100%;
}
.wd_subscribe2 .wd_category_checkboxes > .wd_parent_category > label {margin-left: 4px;}
.wd_subscribe2 .wd_form_field_input,
.wd_subscribe2 .wd_form_field_label,
#wd_printable_content .wd_subscribe2 .wd_form_buttons {
    margin-left: 0;
}
#wd_printable_content .wd_subscribe2 input[type="text"] {
    max-width: 100%;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 0;
}
#wd_printable_content .wd_subscribe2 .wd_form_field.wd_form_field_pos_below {
    width: calc(49% - 20px);
    display: inline-block;
    margin: 0 20px 24px 0;
}
#wd_printable_content .wd_subscribe2 .wd_form_field.wd_form_field_pos_below:nth-child(9) {
    width: calc(98% - 18px);
    margin-right: 0;
}
.wd_subscribe2 label[for*=captcha] {
    line-height: 1;
    white-space: pre;
}
.wd_subscribe2 .wd_form_field.wd_form_field_pos_right:nth-child(10) .wd_form_field_label {
    float: none;
}
.wd_subscribe2 .wd_form_field.wd_form_field_pos_right:nth-child(10) {margin: 0 0 28px;}
#wd_printable_content .wd_subscribe2 .wd_formbuilder_submit {
    margin: 0;
}


/********************
 IR Quote
********************/

.wd_ir_quote .wd_ticker_label,
.wd_ir_quote .wd_quote {
    display: none;
}
.wd_ir_quote .wd_data_wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    margin-bottom: 40px;
}
.wd_ir_quote .wd_inline_block_container {
    flex-basis: calc(25% - 20px);
}
.wd_ir_quote .wd_ticker,
.wd_ir_quote .wd_open, 
.wd_ir_quote .wd_change, 
.wd_ir_quote .wd_volume, 
.wd_ir_quote .wd_range,
.wd_ir_quote .wd_marketcap,
.wd_ir_quote .wd_daysrange {
    font-size: 1.8rem;
    font-weight: 700;
    color: #00548c;
    padding-top: 15px;
    margin-bottom: 1em;
}
.wd_ir_quote .wd_ticker {
    margin-bottom: 1em;
}
#wd_price {
    color: #00548c;
    font-size: 4.8rem;
}
.wd_ir_quote #wd_open,
.wd_ir_quote #wd_change, 
.wd_ir_quote #wd_range, 
.wd_ir_quote #wd_volume,
.wd_ir_quote #wd_marketcap,
.wd_ir_quote #wd_daysrange {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 300;
}

.wd_ir_quote .wd_ticker_label,
.wd_quote_footer br  {
    display: none;
}
.wd_ir_quote .wd_quote_footer {
    text-align: left;
    padding-top: 40px;
    font-size: 11px;
    color: #999;
}

/********************
 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: 49%;
    float: left;
}
.wd_ir_historical .wd_historical_results {
    margin-left: 2%;
}
.wd_historical .wd_historical_results h4,
div.wd_historical h4 {
    margin-bottom: 0;
    line-height: 1;
}
.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;
}
div.wd_historical_label {font-size: 1.8rem;}

/* Calendar */
#wd_printable_content button.ui-datepicker-trigger {
    border: 0;
}
.wd_wai_datepicker .wd_wai_datepickerDialog {
    border: 3px solid #00548c;
}
.wd_wai_datepicker .wd_wai_header {
    background-color: #00548c;
}
#wd_printable_content .wd_wai_datepicker .wd_wai_header > button {
    background-color: #00548c;
    border: 1px solid #00548c;
}
#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;
}
#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 #00548c;
}

/********************
 Analyst Coverage
********************/
.wd_pageid_119 #wd_printable_content table {
    border-collapse: collapse;
    width: 100% !important; /* override inline */
    max-width: 500px;
}
.wd_pageid_119 #wd_printable_content table b {
    color: #656565;
}
.wd_pageid_119 #wd_printable_content table tr {
    background-color:  transparent;
}
.wd_pageid_119 #wd_printable_content table tr:nth-child(2n) {
    background-color: #fafafa;
    color: #656565;
}
.wd_pageid_119 #wd_printable_content table th {
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #656565;
    border: none;
    padding: 5px;
    border-bottom: 2px solid #107BA4;
}
.wd_pageid_119 #wd_printable_content table td {
    font-size: 1.6rem;
    color: #656565;
    border: none;
    border-bottom: 1px solid #d4d4d4;
    padding: 5px;
}

/********************
 Financial Sheets
********************/
.wd_ir_fundamentals .wd_ticker_label,
.wd_ir_fundamentals .wd_toolbar-main,
.wd_fundamentals_reports {
    display: none;
}
.wd_fundamentals_periods div {
    opacity: .8;
    font-family: Roboto-bold;
}
.wd_fundamentals_periods a {
    color: #107ba4;
    text-decoration: underline;
    font-family: "Roboto-Regular",sans-serif;
}
ul.wd_fundamentals_periods li div::before {
    font-family: "Roboto-Regular",sans-serif;
    opacity: 1;
}
div.wd_fundamentals_controls {
    margin-bottom: -16px;
    width: fit-content;
}

/********************
 Board of Dir
********************/
.wd_board_members .wd_item,
.wd_board_members .wd_title,
.wd_board_members .wd_layout-simple {
    margin: 0;
    padding: 0;
}
#wd_printable_content .wd_board_members .wd_title{
    color: #00548c;
    font-family: "Roboto-Italic",sans-serif;
    font-size: 2.5rem;
    line-height: 1.2;
    margin-top: 10px;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 0;
}
.wd_board_members .wd_chair_icon img {filter: invert(20%) sepia(65%) saturate(3447%) hue-rotate(318deg) brightness(91%) contrast(96%);}
.wd_board_members .wd_member_icon img {filter: invert(21%) sepia(96%) saturate(2612%) hue-rotate(167deg) brightness(97%) contrast(103%);}
.wd_board_members .wd_item_wrapper > p {
    margin-top: 6px;
}

/********************
 Board Committess
********************/
#wd_printable_content .wd_board_committees .wd_title a {
    font-weight: normal;
    letter-spacing: 0;
    margin: 0;
    text-transform: none;
    font-family: Roboto-regular;
}
#wd_printable_content .wd_board_committees tbody .wd_title a {
    pointer-events: none;
}
#wd_printable_content .wd_board_committees  .wd_title {
    margin: 0;
    padding-left: 10px;
}
th.wd_committee_col,
td.wd_committee_col {
    border: none;
}
.wd_board_committees .wd_row_even {
    background: #fafafa;
}
.wd_board_committees .wd_member_row {
    border-bottom: 1px solid #d4d4d4;
}
.wd_board_committees .wd_header_row {
    border-bottom: 2px solid #107BA4;
}
#wd_printable_content .wd_board_committees .wd_header_row a {
    font-family: roboto-bold;
}
.wd_board_committees {
    overflow-x: auto;
}
.wd_board_committees .wd_legend_item {
    display: inline-block;
    margin-left: 10px;
}
.wd_board_committees .wd_legend_item:first-child img,
.wd_chair_icon img {
    filter: invert(21%) sepia(77%) saturate(2880%) hue-rotate(317deg) brightness(86%) contrast(98%);
}
.wd_board_committees .wd_legend_item:last-child img,
.wd_member_icon img {
    filter: invert(33%) sepia(96%) saturate(653%) hue-rotate(138deg) brightness(94%) contrast(97%);
}


/********************
 Financial Results
********************/
.wd_pageid_65 .wd_content > div {
    max-width: none;
    padding: 0;
}
.wd_pageid_65 #main .wd_content {
    margin-top: 0;
}
.wd_pageid_65 div.wd_category_items,
.wd_pageid_65 .category_header {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 12px 15px 40px;
}
.wd_pageid_65 .category_header {
    color: white;
    padding: 60px 15px;
    max-width: 1230px;
}
.wd_pageid_65 #wd_printable_content .item_name {
    font-weight: normal;
    font-family: "Roboto-Regular",sans-serif;
    font-size: 34px;
    line-height: 1.1;
    color: #00548c;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    cursor: pointer;
    margin: 22px 0;
}
.wd_pageid_65 .item {
    border-bottom: 1px solid #555;
    padding: 0;
    margin: 0;
}
.toggle-icon {
    border: 2px solid #00548c;
    position: relative;
    border-radius: 1000px;
    height: 36px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .25s ease;
    transform: rotate(-135deg);
}
.toggle-icon:after {
    content: '';
    width: 14px;
    height: 14px;
    display: block;
    border-left: 2px solid #00548c;
    border-bottom: 2px solid #00548c;
    margin-top: -4px;
    margin-right: -4px;
}
.toggled {
    transform: rotate(-45deg);
}
.wd_dropdown {
    display: none;
    max-width: 600px;
    width: 100%;
}
.wd_dropdown > p {
    display: flex;
    justify-content: space-between; 
    margin: 0 0 16px;
}
.wd_dropdown > p:first-child,
.wd_dropdown > p:first-child strong,
.wd_dropdown > p:first-child b {
    font-weight: normal;
    font-family: Roboto-bold;
}
.wd_dropdown a:last-child:not(:first-child) {
    border-left: 2px solid #555;
    padding-left: 8px;
    margin-left: 8px;
}
.download-wrap a {
    font-family: 'Roboto-bold';
    text-decoration: none;
}

/********************
 SEC filing
********************/
.wd_pageid_127 #main .wd_content {
    margin: 28px auto;
}
body.wd_pageid_127 .wd_header_right {
	position: relative;
}
body.wd_pageid_127 {
    background: none;
}
body.wd_pageid_127 .wd_header_right img {
    max-height: none;
	position: absolute;
    top: -50px;
    right: 20px;
}
table.wd_sec_filings thead {
    position: relative;
}
table.wd_sec_filings thead::before {
    left: -100vw;
    bottom: 0;
    z-index: -1;
    right: -100vw;
    top: 0;
    content: "";
    position: absolute;
    background: #ca3827;
    height: 50px;
    top: -15px;
}
table.wd_sec_filings th {
    border: none;
}

table.wd_sec_filings{
	margin-top: 36px;
}

table.wd_sec_filings td {
    padding: 26px 0;
    border-bottom: 1px solid #00548c;
}
table.wd_sec_filings td.wd_description {
	font-size: 16px;
}
table.wd_sec_filings td.wd_filing_type {
	color: #111;
    text-align: left;
    font-weight: normal;
    font-family: Roboto-Bold;
    width: 100px;
}
.wd_selector span {
  font-weight: 500;
}
td.wd_document_format a {
  font-weight: 600;
}

table.wd_sec_filings td.wd_filing_date {
	padding-right: 30px;
    font-size: 16px;
}
table.wd_sec_filings tr {
	padding: 10px 0;
}
table.wd_sec_filings a.wd_document img {
	border: 0;
	white-space: nowrap;
	max-height: 16px;
	max-width: 16px;
}
table.wd_sec_filings th {
	color: #FFF;
    font-weight: normal;
    font-family: Roboto-Bold;
    padding: 0 0 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 20px;
    margin-right: 0;
}
table.wd_sec_filings a.wd_document {
    display: inline-block;
    width: fit-content;
    height: 20px;
    margin-left: 8px;
    border-left: 1px solid #444;
    padding-left: 8px;
    color: #00548c;
    font-weight: normal;
    font-family: Roboto-Bold;
    margin-right: 0;
}
table.wd_sec_filings a.wd_document_pdf {
    border-left: none;
    margin-right: 0;
    padding-right: 0;
    border-left: 1px solid #000;
}
.wd_document_format a img {
	display: none;
}
.wd_document_format .wd_document:not(.wd_document_pdf):not(.wd_document_xbrl_download) {
  
}
.wd_document_format a.wd_document_html:before {
	content: 'HTML';
}
.wd_document_format a.wd_document_doc:before {
	content: 'DOC';
}
.wd_document_format a.wd_document_pdf:before {
	content: 'PDF';
}
.wd_document_format a.wd_document_xls:before {
	content: 'XLS';
}
table.wd_sec_filings a.wd_document.wd_document_xbrl_viewer {
	display: none;
}
a.wd_document.wd_document_xbrl_download:before {
	content: 'XBRL';
}
.wd_ir_secfilings .wd_filer_label,
.wd_ir_secfilings .wd_selector .wd_label {display: none;}
.wd_ir_secfilings .wd_selectors {
    width: fit-content;
}
.wd_ir_secfilings .wd_linkmenu-header {
    border: 2px solid #107BA4;
    border-radius: 100px;
    font-family: 'Roboto-Italic';
    font-weight: bold;
    font-size: 1.6rem;
    padding: 4px 30px;
    color: #107BA4;
    display: inline-block;
    width: fit-content;
    margin-right: 30px;
    max-width: fit-content;
}
.wd_ir_secfilings .wd_linkmenu-label,
.wd_pageid_127 .wd_linkmenu.wd_linkmenu-list {
    width: fit-content !important;
}
.wd_ir_secfilings tfoot td b {
    display: block;
    margin: 0 auto;
    width: fit-content;
    color: #00548c;
    font-weight: normal;
    font-family: Roboto-Bold;
}
.wd_ir_secfilings tfoot td b a {
    text-decoration: underline;
}
table.wd_sec_filings tfoot td {
    padding: 26px 0;
}

/********************
 Governance
********************/
.wd_pageid_116 .category_header {
    font-size: 36px;
    font-family: roboto-regular;
    border-bottom: 2px solid;
    padding-bottom: 6px;
}
.wd_pageid_116 .itemlink {
    font-size: 20px;
    font-family: roboto-bold;
    display: inline-block;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 50%);
    padding: 20px;
    border-radius: 5px;
    text-decoration: none;
    border-top: 5px solid;
    position: relative;
    width: 100%;
}
.wd_pageid_116 .wd_attachment_info,
.wd_pageid_116 .wd_attachment {
    width: 100%;
}
.wd_pageid_116 .wd_attachment_size,
.wd_pageid_116 .wd_attachment_image,
.wd_pageid_116 .wd_attachment_spacer {
    display: none;
}
.wd_pageid_116 .itemlink span:after {
    content: '\f1c1';
    color: #107ba4;
    font-size: 24px;
    font-family: "Font Awesome 5 Pro";
    padding-left: 16px;
}
.wd_pageid_116 .itemlink span {
    display: flex;
    justify-content: space-between;
}
.wd_pageid_116 .item,
.wd_pageid_116 .wd_attachment p {
    margin: 0;
    padding: 0;
}
.wd_pageid_116 .item {
    margin: 20px 0;
}
.wd_pageid_116 .wd_category_items {
    margin-bottom: 50px;
}
.wd_pageid_116 a.itemlink:hover {
    text-decoration: underline;
}

/********************
 ESG
********************/
.wd_pageid_67 #main .wd_content {
    margin-top: 0;
}
.wd_pageid_67 .wd_content > .wd_category {
    max-width: none;
    background: #048080;
    padding: 28px 15px 24px;
}
.wd_pageid_67 .wd_featureboxes_esg_top .wd_featurebox_title,
.wd_pageid_67 .wd_featureboxes_esg_color > .wd_featurebox_title,
.wd_pageid_67 .wd_standard .category_header {
    font-family: "Roboto",sans-serif;
    color: #00548c;
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 20px;
    /* font-weight: lighter; */
}
/* .wd_pageid_67 .wd_imagetable {float: none; margin: 0 !important;} */
.wd_pageid_67 .wd_imagetable img {
    width: 100%;
    border-radius: 6px;
}

/* values */
.wd_pageid_67 .wd_content > .wd_category .wd_category_info {
    display: none;
}
.wd_pageid_67 .wd_content > .wd_category .wd_category_items {
    max-width: 1140px;
    margin: 0 auto;
}
.wd_pageid_67 .wd_content > .wd_category .item_name {
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.6rem;
    color: white;
    margin-bottom: 8px;
    display: block;
    font-weight: normal;
}
.wd_pageid_67 .wd_content > .wd_category p {
    color: white;
}
.wd_pageid_67 .wd_content > .wd_category a,
.wd_featureboxes_esg_color .wd_featureboxes_bottom + p a {
    color: white;
    font-family: 'Roboto-Italic';
    font-weight: bold;
    font-size: 1.6rem;
    text-decoration: none;
    margin-right: 40px;
    padding-top: 12px;
    display: inline-block;
}
.wd_pageid_67 .wd_content > .wd_category .fa-chevron-right,
.wd_featureboxes_esg_color .wd_featureboxes_bottom + p a .fa-chevron-right {
    border: 2px solid #fff;
    font-size: 2.2rem;
    border-radius: 26px;
    padding: 5px 22px;
    height: fit-content;
    color: #fff;
    display: inline-block;
    margin-left: 20px;
    width: fit-content;
}
.wd_pageid_67 .wd_content > .wd_category a:hover .fa-chevron-right {
    color: #048080;
    background-color: white;
}
.wd_featureboxes_esg_color .wd_featureboxes_bottom + p {
    max-width: 1140px;
    margin: 0 auto;
    margin-top: 30px;
}
.wd_featureboxes_esg_color .wd_featureboxes_bottom + p a {
    color: #00548C;
}
.wd_featureboxes_esg_color .wd_featureboxes_bottom + p a .fa-chevron-right {
    color: #00548C;
    border-color: #00548C;
}
.wd_featureboxes_esg_color .wd_featureboxes_bottom + p a:hover .fa-chevron-right {
    color: #fafafa;
    border-color: #00548C;
    background-color: #00548C;
}

/* health */
.wd_pageid_67 .wd_content > .wd_featureboxes_esg_top {
    padding: 50px 15px;
    max-width: 1170px;
}
.wd_featureboxes_esg_top .wd_featurebox {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.wd_featureboxes_esg_top .wd_featurebox > * {
    flex: calc(50% - 15px);
    max-width: 100%;
}
.wd_featureboxes_esg_top .wd_featurebox > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* reports */
.wd_pageid_67 .wd_content > .wd_featureboxes_esg_color {
    background-color: #fafafa;
    max-width: none;
    padding: 50px 15px;
}
.wd_featureboxes_esg_color .wd_featureboxes_bottom {
    max-width: 1140px;
    margin: 0 auto;
}
.wd_pageid_67 .wd_featureboxes_esg_color > .wd_featurebox_title {
    max-width: 1140px;
    margin: 0 auto 20px;
}
.wd_featureboxes_esg_color .wd_chevron-btn {
    position: absolute;
    bottom: 26px;
    right: 26px;
}

/* Categories */
.wd_pageid_67 #wd_printable_content {
    max-width: none;
    padding: 0;
}
.wd_pageid_67 .wd_standard .wd_category {
    margin-bottom: 40px;
}
.wd_pageid_67 .wd_standard .category_header,
.wd_pageid_67 .wd_standard .wd_category_items {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
.wd_pageid_67 .wd_standard .wd_category_items {
    margin: 30px auto 0;
}
.wd_pageid_67 .wd_standard .wd_category:nth-child(1) .wd_category_info {background: #cb3827;}
.wd_pageid_67 .wd_standard .wd_category:nth-child(2) .wd_category_info {background: #5f3777;}
.wd_pageid_67 .wd_standard .wd_category:nth-child(3) .wd_category_info {background: #4b7f3b;}
.wd_pageid_67 .wd_standard .wd_category:nth-child(4) .wd_category_info {background: #cf1d67;}
.wd_pageid_67 .wd_standard .category_header {
    padding: 70px 15px;
    font-size: 57px;
    line-height: 1;
    font-family: 'Roboto-Regular';
    color: white;
}

.wd_pageid_67 .wd_standard .wd_category .item:nth-child(2) li,
.wd_pageid_67 .wd_standard .wd_category .item:nth-child(1) li,
.wd_pageid_67 .wd_standard .wd_category .item:nth-child(4) li {
    background: white;
    box-shadow: 3px 3px 7px 1px #8885;
    border-radius: 6px;
    padding: 32px 16px;
    flex: calc(25% - 2vw);
    text-align: center;
    max-width: 552px;
}
.wd_pageid_67 .wd_standard .wd_category .item:nth-child(2) ul,
.wd_pageid_67 .wd_standard .wd_category .item:nth-child(1) ul,
.wd_pageid_67 .wd_standard .wd_category .item:nth-child(4) ul {
    display: flex;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
    gap: 2vw;
    margin-top: 16px;
}
.wd_pageid_67 .wd_standard .wd_category .item:nth-child(2) span,
.wd_pageid_67 .wd_standard .wd_category .item:nth-child(1) span,
.wd_pageid_67 .wd_standard .wd_category .item:nth-child(4) span {
    display: block;
    font-family: 'Roboto-Italic';
    font-weight: bold;
    color: #00538b;
    font-size: clamp(3.2rem, 5vw,4.2rem);
    text-align: center;
    line-height: 1;
    margin-bottom: 10px;
}
.wd_category_4 .wd_imagetable {
    margin: 0 0 24px !important;
    width: 100%;
}
.wd_pageid_67 .wd_standard .wd_category .item:nth-child(5) div {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.wd_pageid_67 .wd_standard .wd_category .item:nth-child(5) ul {
    flex: 50%;
    min-width: 310px;
    margin: 0;
}
.wd_category_items_3 table.wd_imagetable {
    max-width: 100%;
}
.wd_category_items_4 h2 {
    font-size: 34px;
    line-height: 1.1;
}
/* bottom */
.wd_content > .wd_featureboxes_esg_bottom,
.wd_content > .wd_featureboxes_about_bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 3vw;
    max-width: 1170px;
    margin: 0px auto 50px;
}
.wd_featureboxes_esg_bottom > div,
.wd_featureboxes_about_bottom > div {
    box-shadow: 3px 3px 7px 1px #8885;
    border-radius: 6px;
    margin: 0 auto;
    flex: calc(50% - 3vw);
    height: fit-content;
}
.wd_featureboxes_esg_bottom .wd_featurebox_title,
.wd_featureboxes_about_bottom .wd_featurebox_title {
    font-family: Roboto-Italic;
    color: white;
    padding: 26px;
    font-size: 2.4rem;
    letter-spacing: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.wd_featureboxes_esg_bottom > div:nth-child(1) .wd_featurebox_title,
.wd_featureboxes_about_bottom > div:nth-child(1) .wd_featurebox_title {
    background: #5f3777;
}
.wd_featureboxes_esg_bottom > div:nth-child(2) .wd_featurebox_title,
.wd_featureboxes_about_bottom > div:nth-child(2) .wd_featurebox_title {
    background: #048080;
}
.wd_featureboxes_esg_bottom p,
.wd_featureboxes_about_bottom p {
    padding: 0 26px 12px;
}
.wd_featureboxes_esg_bottom p:first-child,
.wd_featureboxes_about_bottom p:first-child {
    padding: 26px 26px 0;
    background: white;
}
.wd_featureboxes_esg_bottom .wd_featurebox,
.wd_featureboxes_about_bottom .wd_featurebox {
    min-height: 206px;
    height: 100%;
}
/* cta */
.wd_content > .wd_featureboxes_esg_cta  {
    max-width: 1170px;
    margin-bottom: 70px;
}
.wd_featureboxes_esg_cta .wd_featurebox,
.wd_featureboxes_top_white .wd_featurebox {
    display: flex;
    flex-direction: row-reverse;
    overflow: hidden;
    border-radius: 6px;
}
.wd_featureboxes_top_white .wd_featurebox {
    flex-direction: row;
}
.wd_featureboxes_esg_cta .wd_featurebox > *,
.wd_featureboxes_top_white .wd_featurebox > * {
    flex: 50%;
    width: 100%;
}
.wd_featureboxes_esg_cta .wd_imagetable img {
    border-radius: 0;
    min-height: 240px;
    object-fit: cover;
}
.wd_featureboxes_top_white .wd_imagetable img {
    border-radius: 0;
    min-height: 340px;
    object-fit: cover;
    width: 100%;
}
.wd_featureboxes_esg_cta.wd_imagetable .wd_imagetable,
.wd_featureboxes_top_white.wd_imagetable .wd_imagetable {
    width: 100%;
}
.wd_featureboxes_esg_cta .wd_featurebox > p,
.wd_featureboxes_top_white .wd_featurebox > div {
    background: #4a803a;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 26px;
}
.wd_featureboxes_top_white .wd_featurebox > div {
    background-color: #00548c;
    padding: 50px 70px;
}
.wd_featureboxes_esg_cta .wd_featurebox a,
.wd_featureboxes_top_white .wd_featurebox p {
    color: white;
    text-decoration: none;
}
.wd_featureboxes_top_white .wd_featurebox a {
    font-family: 'Roboto-italic';
    font-weight: bold;
    color: white;
    margin-top: 10px;
    text-decoration: none;
    display: block;
}
.wd_featureboxes_top_white .wd_featurebox a:hover {
    text-decoration: underline;
}
.wd_featureboxes_esg_cta .wd_featurebox_title {
    font-family: Roboto-Italic;
    color: white;
    margin-bottom: 16px;
    font-size: 3rem;
}
.wd_featureboxes_esg_cta a img,
.wd_featureboxes_top_white a img {
    max-width: 14px;
    margin-left: 20px;
    padding-bottom: 3px;
}
.wd_featureboxes_esg_cta .wd_featurebox > p {
    color: white;
}

.wd_content > .wd_featureboxes_top_white > div {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.wd_content > .wd_featureboxes_top_white {
    width: 100%;
    max-width: none;
    position: relative;
    padding: 60px 15px 90px;
}

/*  */
.wd_sphinx_search .wd_search_image,
.wd_sphinx_search .wd_search_assets,
.wd_ir_interactivechart .wd_ticker_label,
.wd_ir_historical .wd_ticker_label {
    display: none;
}

.fa-file-pdf:before,
.fa-file-excel:before {
    content: '\f1c1';
    color: #107ba4;
    padding-right: 6px;
}
.fa-file-excel:before {
    content: '\f1c3';
}
.wd_event_sidebar .fa:before {
    color: #107ba4;
}

.wd_ir_interactivechart .wd_chart_range {
    border: none;
    padding: 3px 12px;
    color: #6E6E6E;
    font-weight: 500;
    background: none;
    font-size: 1.6rem;
}
.wd_ir_interactivechart .wd_chart_range.wd_chart_range-active {
    background: #00548c;
    color: white;
}
#wd_printable_content .wd_ir_interactivechart .wd_chart_dates input[type="text"] {
    min-width: 200px;
    max-width: none;
}


/********************
 Infomation Request
********************/
.wd_pageid_54 .wd_formbuilder {
    padding: 30px 0;
}
.wd_pageid_54 .wd_formbuilder .wd_form_field,
.wd_pageid_54 .wd_formbuilder .wd_form_field_label,
.wd_pageid_54 .wd_formbuilder .wd_form_field_input {
    margin: 0;
    padding: 0;
    max-width: none;
    min-width: 0;
    width: auto;
}
.wd_pageid_54 #wd_printable_content .wd_formbuilder > div:not(.wd_form_footer):not(.wd_checkbox) input,
.wd_pageid_54 #wd_printable_content .wd_formbuilder select {
    height: 53px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 0;
    background-color: white;
    max-width: none;
    font-size: 1.4rem;
}
.wd_pageid_54 #wd_printable_content .wd_formbuilder textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 0;
    background-color: white;
    max-width: none;
}
.wd_pageid_54 #wd_printable_content .select-wrap,
.wd_pageid_54 .wd_input_border {
    width: 100%;
}
.wd_pageid_54 #wd_printable_content .wd_formbuilder label {
    font-size: 14px;
    font-weight: normal;
    font-family: 'Roboto-Bold',sans-serif;
    width: 100%;
}
.wd_pageid_54 #wd_printable_content .wd_formbuilder .wd_checkbox input {
    margin: 0;
}
.wd_flex-input {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.wd_flex-input > div {
    flex: calc(50% - 15px);
}
.wd_pageid_54 .wd_formbuilder :not(.wd_checkbox) .wd_form_field_input {
    margin-bottom: 20px;
}
.wd_pageid_54 .wd_formbuilder .wd_checkbox label {
    margin: 0;
    padding-left: 6px;
}
.wd_pageid_54 .wd_formbuilder .wd_checkbox {
    display: flex;
    align-items: center;
}
.wd_form_field_header {
    font-size: 16px;
    font-family: 'Roboto-Bold';
    color: #333333; 
    margin: 10px 0;
}
.wd_form_header {
    font-size: 24px;
}
.wd_pageid_54 #wd_printable_content .wd_form_buttons {
    margin: 0;
}
.wd_pageid_54 #wd_printable_content .wd_formbuilder_submit {
    color: #fff;
    border: 2px solid #005986;
    background: #005986;
    font-family: Roboto-regular;
    font-weight: normal;padding: 16px 24px;
    border-radius: 30px;
    height: auto;
    line-height: 1;
}
.wd_pageid_54 #wd_printable_content .wd_formbuilder_submit:hover {
    background: #107BA4;
    border: 2px solid #107BA4;
}


/********************
 About Page
********************/
.wd_pageid_100 .wd_featurebox_title,
.wd_pageid_100 .wd_category_items h2,
.wd_pageid_100 .wd_category_info .category_header {
    font-family: 'Roboto-regular';
    color: #00548c;
    display: block;
    font-weight: normal;
    font-size: 34px;
    line-height: 1.1;
    margin-top: 30px;
    margin-bottom: 30px;
}
.wd_pageid_100 .wd_content > .wd_middle-std {
    max-width: 1170px;
}

.wd_content > .wd_featureboxes_top_gray {
    max-width: none;
    background: #fafafa;
    padding-bottom: 40px;
}
.wd_content > .wd_featureboxes_top_gray > .wd_featurebox-standard {
    max-width: 1140px;
    /* padding: 60px min(60px, 6%); */
    padding: 15px;
    background: white;
    margin: 0 auto;
    box-shadow: 3px 3px 7px 1px #8885;
    border-radius: 6px;
    margin-bottom: 48px;
    width: 100%;
}
.wd_featureboxes_top_gray .wd_chart-flex .wd_featurebox-standard {
    padding: 60px min(60px, 6%);
    background: white;
    box-shadow: 3px 3px 7px 1px #8885;
    border-radius: 6px;
    margin-bottom: 48px;
    flex: 440px;
    width: calc(50% - 15px);
}
/* .wd_chart-flex {
    display: flex;
    flex-wrap: wrap;
    max-width: 1140px;
    margin: 0 auto;
    gap: 30px;
} */

.wd_featureboxes_top_gray .wd_featurebox img {
    width: max(100%, 600px);
}
.wd_featureboxes_top_gray .wd_featurebox {
    overflow-x: auto;
    scrollbar-color: #107BA4 #eee8;
    scrollbar-width: auto;
}
.wd_featureboxes_top_gray .wd_featurebox::-webkit-scrollbar {
    height: 12px;
}
.wd_featureboxes_top_gray .wd_featurebox::-webkit-scrollbar-thumb {
    background: #107BA4;
}
.wd_featureboxes_top_gray .wd_featurebox::-webkit-scrollbar-track-piece {
    background: #eee8;
}

.ct-chart-bar {
    width: 1020px !important; /* override inline */
}
.wd_featureboxes_top_gray > div:last-child .ct-chart-bar {
    width: 435px !important; /* override inline */
}
.wd_featureboxes_top_gray .wd_featurebox_title {
    margin: 0;
    text-align: center;
    font-size: 30px;
    font-family: Roboto-bold;
}
.wd_featureboxes_top_gray .wd_featurebox > p {
    text-align: center;
    margin-bottom: 24px;
}
.wd_section-title {
    font-family: 'Roboto-regular';
    color: #00548c;
    display: block;
    font-weight: normal;
    font-size: 34px;
    line-height: 1.1;
    max-width: 1140px;
    margin: 0 auto;
    padding: 40px 0;
    flex: 100%;
}
.wd_pageid_100 .wd_featureboxes_bottom div.wd_featurebox_title {
    font-family: "Roboto-Italic",sans-serif;
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 400;
    color: white;
    margin: 0;
}
.wd_content > .wd_featureboxes_about_bottom {
    padding: 0;
}

.wd_pageid_100 #wd_printable_content {
    max-width: none;
    padding: 0;
}
.wd_pageid_100 .wd_category:first-child .wd_category_items {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.wd_pageid_100 .wd_category:first-child .wd_category_info {
    height: 240px;
    position: relative;
    background: #4b7f3b;
}
.wd_pageid_100 .wd_category:first-child .category_header {
    position: absolute;
    margin: 0;
    max-width: 1170px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    line-height: 240px;
    color: white;
    padding: 0 15px;
    font-size: 5.7rem;
}
.wd_pageid_100 .wd_category:first-child img {
    width: 50%;
    float: right;
    height: 100%;
    object-fit: cover;
    position: relative;
}
.wd_pageid_100 .wd_category .item ul {
    padding-left: 32px;
}
.wd_pageid_100 .wd_featureboxes_about_bottom .wd_featurebox_title {
    font-family: Roboto-Italic;
    color: white;
    padding: 26px 20px;
    font-size: 2.4rem;
    letter-spacing: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin: 0;
    line-height: 1.4;
}
.wd_featureboxes_about_bottom p {
    padding-bottom: 26px;
}
.wd_featureboxes_about_bottom p:first-child {
    min-height: 154px;
}
.wd_featureboxes_top_white .wd_featurebox img {
    object-fit: cover;
}
.wd_featureboxes_top_white .wd_featurebox > * {
    flex: 500px;
    width: 50%;
}
.wd_featureboxes_top_white .wd_featurebox {
    flex-wrap: wrap;
}
.wd_content > .wd_featureboxes_about_color {
    margin-bottom: 70px;
    width: 100%;
    max-width: none;
}
.wd_content > .wd_featureboxes_about_color .wd_featurebox_title{
    max-width: 1200px;
    width: 100%;
    margin: 30px auto;
}

.wd_featureboxes_middle_gray {
    width: 100%;
    background: #fafafa;
}
.wd_featureboxes_middle_gray > div {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 70px 15px;
}
.wd_featureboxes_middle_gray .wd_featurebox {
    background: #00548c;
    border-radius: 6px;
    padding: 30px;
    display: flex;
}
.wd_featureboxes_middle_gray ul {
    margin: 0;
    flex: 1;
}
.wd_featureboxes_middle_gray div.wd_featurebox_title {
    margin-top: 0;
}
.wd_featureboxes_middle_gray li {
    
    font-family: 'Roboto-Italic';
    font-weight: bold;
    font-size: 1.6rem;
    color: white;
}
.wd_featureboxes_middle_gray li:not(:last-child) {
    margin-bottom: 10px;
}
.wd_featureboxes_middle_gray li span {
    margin-left: -6px;
}

.wd_pageid_100 .wd_standard .wd_category:nth-last-child(1) .wd_category_info,
.wd_pageid_100 .wd_standard .wd_category:nth-last-child(2) .wd_category_info  {
    margin: 0 auto;
    max-width: 1170px;
    padding: 0 15px;
    width: 100%;
}
.wd_pageid_100 .wd_standard .wd_category:nth-last-child(2) .wd_category_info .item {
    margin: 0;
    padding: 0;
}
.wd_pageid_100 .wd_standard .wd_category:nth-last-child(1) .item,
.wd_pageid_100 .wd_standard .wd_category:nth-last-child(2) .item {
    padding: 0;
    margin: 0;
}
.wd_pageid_100 .wd_standard .wd_category:nth-last-child(2) .item:nth-child(1) {background: #058080;}
.wd_pageid_100 .wd_standard .wd_category:nth-last-child(2) .item:nth-child(2) {background: #ca3827;}
.wd_pageid_100 .wd_standard .wd_category:nth-last-child(2) .item:nth-child(3) {background: #5e3776;}
.wd_pageid_100 .wd_standard .wd_category:nth-last-child(1) .item:nth-child(1) {background: #cf1e67;}
.wd_pageid_100 .wd_standard .wd_category:nth-last-child(1) .item:nth-child(2) {background: #4a803a;}

.wd_pageid_100 .wd_standard .wd_category:nth-last-child(1) .wd_category_items .item > div,
.wd_pageid_100 .wd_standard .wd_category:nth-last-child(2) .wd_category_items .item > div {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
}
.wd_pageid_100 #wd_printable_content .wd_category:nth-last-child(2) .wd_category_items .item > .item_name,
.wd_pageid_100 #wd_printable_content .wd_category:nth-last-child(1) .wd_category_items .item > .item_name {
    display: flex;
    justify-content: space-between;
    color: white;
    align-items: center;
    padding: 15px;
    margin-bottom: 0;
}
.wd_pageid_100 .wd_standard .toggle-icon,
.wd_pageid_100 .wd_standard .toggle-icon::after {
    border-color: white;
}
.wd_pageid_100 #wd_printable_content .wd_dropdown {
    padding-bottom: 12px;
}
.wd_pageid_100 .wd_dropdown p,
.wd_pageid_100 .wd_dropdown li {
    color: white;
}
.wd_pageid_100 .wd_dropdown img {
    background: white;
    padding: 15px;
    width: 100%;
}
.wd_pageid_100 .wd_dropdown .wd_imagetable {
    margin: 10px 0 0 0 !important;
    width: 100%;
}
.wd_pageid_100 .wd_standard .category_intro .item p {
    margin-bottom: 20px;
} 
.wd_pageid_100 .wd_standard > div {
    margin-bottom: 70px;
}
.wd_pageid_100 .wd_standard .category_header {
    margin: 0 0 14px;
}

/********************
 Footer
********************/
.wd_featureboxes_footer {
    background: #00548c;
    padding: 10px 15px;
    border-bottom: 1px solid white;
}
.wd_featureboxes_footer p {
    width: fit-content;
    margin: 0 auto;
}
.wd_featureboxes_footer a {
    text-decoration: none;
    color: white;
    padding: 0 12px;
}
.wd_featureboxes_footer i {
    margin-right: 12px;
}
.wd_featureboxes_footer a:hover {
    text-decoration: underline;
    color: white;
}


/* Wave Backgrounds */
.wd_content > .wd_featureboxes_about_color {
    padding-bottom: 70px;
    position: relative;
}
.wd_content > .wd_featureboxes_about_color,
.wd_content > .wd_top-wrap,
.wd_bottom-std {
    position: relative;
}
.wd_pageid_100 #main .wd_content {
    margin-top: 0;
}
.wd_top-wrap > div {
    position: relative;
}

.wd_content > .wd_featureboxes_about_color::before,
.wd_bottom-std::before {    
    content: "";
    background: url(../images/CNC_RainbowWaves_2.png) no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.4;
    z-index: 0;
}

.wd_featureboxes_top_white::before,
.wd_content > .wd_top-wrap::before {    
    content: "";
    background: url(../images/CNC_RainbowWaves_2.png) no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 0;
    opacity: 0.4;
}
#centene-footer .container {
    padding: 0 15px;
}
#centene-footer p:nth-child(4),
#centene-footer p:nth-child(6) {
    margin-bottom: 10px;
    max-width: none;
}
body #centene-footer .centene-h4 {
    font-family: 'Roboto-Italic',sans-serif;
    font-size: 25px;
    font-weight: 900;
    font-weight: 400;
}
body #centene-footer .centene-h5 {
    font-family: 'Roboto-Bold',sans-serif;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
  }
  body #centene-footer .centene-h5 a{
    text-decoration: none;
    font-family: 'Roboto-Bold',sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
  }
  body #centene-footer p {
    font-size: 14px;
    line-height: 1.42857143;
    font-family: "arial", sans-serif;  
    font-weight: 600;
    font-weight: 400;
  }
  #centene-footer #footer-right .left-border .footer-nav a:not(:last-child) {
    margin-right: .5em;
    border-right: 1px solid;
    padding-right: .5em;
  }
  #centene-footer #footer-right .footer-nav {
    margin-bottom: 1.5em;
  }
  #centene-footer #footer-right .footer-nav a {
    margin-bottom: 1em;
    line-height: normal;
    list-style: none;
    font-family: 'Roboto-Regular',sans-serif;
    font-size: 16px;
    font-weight: 600;

    font-weight: 400;
  }
  #centene-footer #footer-right .left-border .footer-nav a {
    display: inline-block;
    text-transform: capitalize;
  }
  #centene-footer #footer-right .footer-nav a {
    display: block;
    margin-bottom: 1em;
    line-height: normal;
    list-style: none;
    font-family: 'Roboto-Regular',sans-serif;
    font-size: 16px;
    text-transform: uppercase;
  }
#centene-footer {
    padding: 4em 1.75em;
    background-color: rgb(0, 84, 140);
    color: #fff;
    font-family: "arial", sans-serif;   
} 
#centene-footer a {
    color: #fff;
    font-family: "arial", sans-serif;  
    
  }
#centene-footer .container {
    max-width: 1160px;
}
#centene-footer .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  #centene-footer #footer-left {
    margin-bottom: 1.5em;
    float: left;
  }
  .col-xs-24 {
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px; 
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-12 {
    width: 50%;
  }
  .col-sm-offset-2 {
    margin-left: 8.333%;
  }
  #centene-footer .fa-linkedin::before,
  #centene-footer .fa-facebook-square::before,
  #centene-footer .fa-square-x-twitter::before,
  #centene-footer .fa-youtube-square::before
    {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-size: 48px;
  }
  #centene-footer .fa-square-x-twitter::before {
    content: "\e61a";

  }

/* Medium devices (tablets) */
@media (max-width: 767px) {
    .wd_pageid_100 .wd_category:first-child .category_header {
        font-size: 3.6rem;
        line-height: 140px;
    }
    .wd_pageid_100 .wd_category:first-child .wd_category_info {
        height: 140px;
    }
    .wd_pageid_67 .wd_standard .category_header {
        font-size: 36px;
    }
    .wd_featureboxes_middle_gray .wd_featurebox {
        flex-direction: column;
    }
    .wd_featureboxes_middle_gray ul:first-child {
        margin-bottom: 10px;
    }
    .wd_pageid_100 .wd_category:first-child img {display: none;}
    #wd_printable_content .wd_committees .wd_title a {
        font-size: 14px;
    }
    .wd_featureboxes_bottom .wd_featurebox_title,
    .wd_pageid_100 .wd_featureboxes_bottom div.wd_featurebox_title {
        font-size: 2rem;
    }

    #wd_printable_content .wd_historical > div {width: 100%;}
    div.wd_historical {
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    #wd_printable_content .wd_ir_interactivechart .wd_chart_dates {
        float: none;
        white-space: normal;
        float: none;
    }
    #wd_printable_content .wd_ir_interactivechart .wd_chart_dates input[type="text"]  {
        width: calc(100% - 50px);
    }

    .wd_ir_quote .wd_inline_block_container {
        flex-basis: calc(50% - 20px);
    }

    div.navbar-search-wrapper > .wd_search_form_container {width: 72%;}

    #wd_printable_content input[type="text"],
    #wd_printable_content select,
    #wd_printable_content button[type="submit"],
    #wd_printable_content input[type="submit"],
    #wd_printable_content button.wd_events_input_go {
        width: 100%;
        max-width: none;
        margin-bottom: 12px;
    }
    #wd_printable_content #wd_wai_dp_input_nf_start,
    #wd_printable_content #wd_wai_dp_input_nf_end,
    #wd_printable_content #wd_wai_dp_input_advanced_search_start_date,
    #wd_printable_content #wd_wai_dp_input_advanced_search_end_date {
        width: calc(100% - 36px);
    }

    #wd_printable_content .wd_newsfeed_releases .select-wrap {
        display: block;
        margin-bottom: 10px;
    }    

    .wd_featureboxes_footer p {
        width: 100%;
    }
    .wd_featureboxes_footer a {
        display: block;
        border-bottom: 1px solid white;
        padding-bottom: 10px;
        width: 100%;
        padding-top: 10px;
    }
    .wd_featureboxes_footer a:last-child {
        border: none;
    }

    .wd_pageid_19 button.wd_events_input_go {
        margin-top: 12px;
    }

    .wd_pageid_65 .category_header {
        font-size: 36px;
    }

    .wd_item_search_form_container .wd_search_form_basic {width: 100%;}
    .wd_wai_datepicker .wd_wai_datepickerDialog {
        width: calc(100% - 30px);
    }
    .wd_page_limit {
        float: none;
        margin: 10px auto 22px;
        width: fit-content;
    }
    .wd_page_menu nav {
        width: fit-content;
        margin: 0 auto;
    }
    .wd_page_links .wd_page_link {
        padding: 3px 6px;
    }
    .wd_events_list .wd_event,
    .wd_events-detail .wd_event {
        flex-direction: column-reverse;
    }
    .wd_event_sidebar {
        margin-top: 12px;
    }

    body:not(.wd_pageid_45) .page-header.landing {
        background: #107ba4;
        padding-top: 0;
    }

    #main #wd_printable_content .wd_subscribe2 .wd_form_field.wd_form_field_pos_below {
        width: 100%;
        margin-right: 0;
    }
    /*  */
	table.wd_sec_filings thead {
		display: none;
	}
	.wd_subscribe2 .wd_grid_form,
	.wd_pageid_116 .wd_standard .__inner_grid,
	table.wd_sec_filings tbody tr,
	table.wd_sec_filings tbody td {
		display: block;
	}
	table.wd_sec_filings td {
		padding: 0;
	}
	.wd_ir_secfilings table.wd_sec_filings tbody .wd_filing_type,
	.wd_ir_secfilings table.wd_sec_filings tbody .wd_description,
	.wd_ir_secfilings table.wd_sec_filings tbody .wd_filing_date {
		border-bottom: 0;
	}
	.wd_ir_secfilings table.wd_sec_filings .wd_document_format {
		padding-left: 0;
	}
    .wd_ir_secfilings .wd_selectors .wd_selector {
		margin: 8px 0;
	}


    .wd_pageid_67 .wd_standard .wd_category .item:nth-child(2) li {flex: calc(50% - 2vw);}
    .wd_pageid_67 .wd_standard .wd_category .item:nth-child(1) li {max-width: none;}
    .wd_pageid_67 .wd_standard .wd_category .item:nth-child(4) li {flex: 100%;max-width: none;}

    .wd_flex-input {
        flex-direction: column;
        gap: 0;
    }
    .xs-hide {
        display: none;
      }

}

@media (min-width: 992px) {
.wd_featureboxes_top_right .wd_events-teaser,
.wd_featureboxes_top_middle .wd_newsfeed_releases-teaser,
.wd_featureboxes_top_left ul {
    min-height: 467px;
}
}
@media (min-width: 991px) {
    #centene-nav-main .navbar-search-wrapper {
        max-width: 300px;
        margin: 0 0 0 auto;
    }
  
}

/* Large devices (desktops) */
@media (max-width: 992px) {
    .wd_header-sub p {
        font-size: 3.6rem;
        line-height: 40px;
    }
    .wd_header-sub {
        margin-bottom: 60px;
    }
    .wd_header-title {
        margin-top: 50px !important;
    }
    .landing.page-header .hero-img {
        min-height: 400px;
    }
    .hero-alt .page_header {
        font-size: 3.6rem;
        line-height: 40px;
    }
    .wd_top > div,
    .wd_middle-inner > div {flex: 100%; max-width: none;}
    .wd_featureboxes_bottom_right .wd_featurebox {
        flex-direction: column;
    }
    nav .tagline {display: none;}
    .landing.page-header .hero-alt.hero-img {
        min-height: 0;
        height: 190px;
    }
    .wd_pageid_43.wd_item_page .hero-alt .page_header {
        line-height: 1.2;
    }

    p.more a {
        width: 100%;
        text-align: center;
    }
    .wd_featureboxes_bottom > div {
        height: calc(33.8vw);
    }
    .wd_featureboxes_esg_color .wd_featureboxes_bottom > div {
        height: calc(40vw);
    }
    .wd_featureboxes_bottom > div a {
        height: 100%;
    }

    .wd_featureboxes_esg_cta .wd_featurebox,
    .wd_featureboxes_esg_top .wd_featurebox,
    .wd_content > .wd_featureboxes_esg_bottom,
    .wd_content > .wd_featureboxes_about_bottom  {
        flex-direction: column;
    }
    #centene-footer #footer-left,
    #centene-footer #footer-right {
        width: 100%;
        margin-left: 0;
    }


}

@media (max-width: 1004px) {
    .wd_featureboxes_bottom,
    .wd_featureboxes_esg_color .wd_featureboxes_bottom + p {
        width: min(calc(600px + 3vw), 100%);
    }
}
@media (max-width: 768px) {
    .wd_document_format .wd_document:nth-child(1) {
        margin-left: 0;
    }
    table.wd_sec_filings td.wd_document_format {
        margin-top: 10px;
        margin-bottom: 10px;
        padding-top: 10px;
    }
    .wd_featureboxes_top_gray .wd_featurebox img {
        max-width: 100%;
    }
}
@media (max-width: 663px) {
    .wd_featureboxes_bottom > div {
        flex-grow: 1;
    }

}

/* Extra large devices (large desktops) */
@media (max-width: 1078px) {
    .wd_featureboxes_top li {
        flex:calc(50% - 5vw);
    }
    .wd_featureboxes_middle > div,
    .wd_featureboxes_middle_white > div {
        flex: 100%;
    }
    .wd_featureboxes_middle,
    .wd_featureboxes_middle_white {
        background-size: contain;
        padding-top: 18%;
        min-height: auto;
    }
}

@media (max-width: 1175px) {
    .wd_quote-container {
        align-items: baseline;
    }
    .wd_featureboxes_stock .wd_chevron-btn {
        position: relative;
        top: -7px;
    } 

}

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

    .wd_ir_quote .wd_inline_block_container {
        flex-basis: 100%;
    }

    .wd_ir_interactivechart .wd_chart_range {
        font-size: 14px;
        padding: 3px 9px;
    }
    .wd_ir_interactivechart div.wd_chart_ranges {margin-right: 0; margin-bottom: 10px;}
    .wd_pageid_67 .wd_content > .wd_category a {
        margin-right: 0;
    }
    .wd_pageid_67 .wd_content > .wd_category .fa-chevron-right {
        font-size: 1.6rem;
        padding: 4px 16px;
        margin-left: 12px;
    }
    .hero-alt .page_header {
        padding-right: 15%;
    }
    .wd_pageid_67 #main .wd_featurebox_title {
        font-size: 2.4rem;
    }

}

@media (max-width: 534px) {
    .wd_ir_secfilings .wd_selectors {
        width: 100%;
        overflow: hidden;
    }
    .wd_ir_secfilings .wd_linkmenu-header {
        width: 100%;
        display: flex;
        justify-content: center;
        max-width: 100%;
    }
    .wd_ir_secfilings .wd_selector {
        float: none;
    }
    .wd_pageid_127 .wd_linkmenu.wd_linkmenu-list {
        width: calc(100% - 30px) !important; /* override inline*/
    }
    .wd_featureboxes_top li {
        flex: 100%;
    }
}

@media (min-width: 574px) and (max-width: 992px) {
    .wd_pageid_65 .category_header {
        font-size: 36px;
    }
}


/* CLIENT CSS OVERRIDES */

@media (min-width: 768px) {
    .landing.page-header .hero-img {
        background-size: cover;
        height: 275px;
    }
   
      .col-sm-12 {
        width: 50%;
      }
      .col-sm-10 {
        width: 41.66666667%;
      }
      body .xs-only {
        display: none !important;
      }

}

#centene-nav-main-wrapper .link-wrapper a {
    font-weight: normal;
}
.breadcrumb > li + li::before {display: none;}

@media (min-width: 992px) {
    #navbar .active-page ~ ul li {
        /* flex: 1 0 20%;
        max-width: 25%; */
        max-width: none;
        flex: fit-content;
    }
}



