/* Begin classes for common SPIN elements */

@font-face {
    font-family: 'Hanken Grotesk Bold';
    src: url(../fonts/HankenGrotesk-Bold.ttf);
    font-weight: 700;
}
@font-face {
    font-family: 'GT Pressura';
    src: url(../fonts/GT-Pressura-Bold.otf);
    font-weight: 400;
}
@font-face {
    font-family: 'GT Pressura';
    src: url(../fonts/GT-Pressura-Regular.otf);
    font-weight: 300;
}

*, ::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: #212529;
}
a:hover {
    text-decoration: none;
}

body.page i::before {
    font-family: 'Font Awesome 5 Pro';
}

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

#wd_printable_content a[href^="mailto:"] {
    padding-right: 0;
}
#wd_printable_content li a {
    background: none;
    padding: 0;
    color: #212529;
    font-family: Hanken Grotesk;
    font-weight: 700;
    -webkit-text-decoration: underline #bbb;
    text-decoration: underline #bbb;
    text-underline-offset: 0.3125rem;
}
#wd_printable_content li a:hover {
    -webkit-animation: slideBgIcon 0.1s 1;
    animation: slideBgIcon 0.1s 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    color: #212529;
    -webkit-text-decoration: underline #dd3113;
    text-decoration: underline #dd3113;
    background: transparent;
}
/* 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-detail div.wd_body table {
    width: auto;
}
.wd_newsfeed_releases-teaser .tools {
    text-decoration: none;
    margin-bottom: 12px;
}
.wd_newsfeed_releases-detail .wd_contact {
    display: none;
}
.wd_newsfeed_releases-teaser .wd_thumbnail,
.wd_newsfeed_releases-teaser .wd_asset_icon_link_list {
    display: none;
}
/* 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;
    margin-right: 6px;
}
.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 */


/* 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_container .wd_tabs_content_wrapper {
    clear: both;
}
/* 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;
}




.wd_search {
    display: none;
    visibility: hidden;
}


/*********************
 Rooms Nav
*********************/
.wd_mobile,
.wd_desktop {
    display: flex;
}
.wd_navigation {
    background: #F3F3F3;
    position: relative;
    width: 100%;
    z-index: 1;
    height: 72px;
    align-items: center;
    font-family: 'GT Pressura';
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15), 0px 8px 15px -15px rgba(0, 0, 0, 0.15);
}
.wd_nav-outer {
    display: flex;
    align-items: center;
    margin-left: 86px;
    width: 73%;
}
.wd_nav-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    border-right: 1px solid #666;
    white-space: nowrap;
    padding: 8px 30px 8px 0;
    margin-right: 30px;
}
.wd_nav-wrap {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    gap: 4%;
    width: 100%;
}
.wd_horizontal_nav_items {
    display: flex;
    gap: 4%;
    margin: 0;
    list-style: none;
    padding: 0;
    flex: 1;
    padding-right: 16px;
}
.top_nav_link,
p.top_nav_link {
    color: #212529 !important;
    font-size: 14px;
    font-family: 'GT Pressura';
    position: relative;
    margin: 0;
    display: inline-block;
    cursor: pointer;
    line-height: 1.1;
    font-weight: 300;
    text-decoration: none !important;
    line-height: 1.2;
}


.horizontal_nav_item.has_children > span p:after,
.mobile_nav_toggle:after {
    color: #dd3113;
    font-family: 'Font Awesome 5 Pro';
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    content: "\f078";
    margin-left: 8px;
}
.horizontal_nav_item {
    position: relative;
    margin: 0;
    height: 72px;
    display: flex;
    align-items: center;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
}
.horizontal_nav_item.on,
.horizontal_nav_item:hover {
    border-bottom: 4px solid #dd3113;
}


.mobile_nav_toggle {
    display: none;
    background: none;
    border: none;
    text-align: center;
    width: 100%;
    color: white;
    font-size: 18px;
    font-family: noto-sans, sans-serif;
    margin: 0;
}
.wd_subnav_container {
    background: #fff;
    position: absolute;
    top: 72px;
    opacity: 0;
    transition: opacity .1s ease;
}
.wd_subnavigation {
    list-style: none;
    padding: 0;
    margin: 0;
}
.subnav_item a {
    color: #212529;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.1;
    padding: 0 8px;
    display: inline-block;
    white-space: nowrap;
    padding: 13px 28px;
}
.wd_subnav_container.opac {
    opacity: 1; 
}
.subnav_item {
    border-bottom: 1px solid #dbdbdb;
    margin: 0;
}
.subnav_item:hover {
    background: #F3F3F3;
}
.wd_mobile.wd_navigation {
    position: relative;
    margin-top: 0;
    z-index: 1;
}
.has_children .top_nav_link:active {
    pointer-events: none;
}
.wd_navigation.wd_mobile + .wd_featureboxes_banner_callout {
    display: none;
    margin: 0;
    background: #000c;
    border-top: 1px solid #888;
    padding: 10px 0;
}
.wd_navigation.wd_mobile + .wd_featureboxes_banner_callout .wd_featurebox {
    width: fit-content;
    margin: 0 auto;
}
.wd_featureboxes_banner_callout p.more {
    margin: 0;
}
.wd_navigation.wd_mobile + .wd_featureboxes_banner_callout * {
    font-size: 18px;
    font-family: noto-sans, sans-serif;
}

.site-header .wd_search_form_container,
.site-header .wd_search_form_container input {
    width: 100%;
}
.meganav__mega-nav-list li.Resources .level-two-list > li.nav-link:nth-child(2) {
    display: none;
}

/* hero */
.wd_hero {
    height: 440px;
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
    display: flex;
}
.wd_header_content {
    font-family: GT Pressura;
    font-size: 48px;
    font-style: italic;
    font-weight: 700;
    line-height: 110%; /* 52.8px */
    text-transform: uppercase; 
    color: white;
    text-align: center;
}
.wd_header_content p {
    font-family: Hanken Grotesk;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */ 
    text-align: center;
    margin-top: 28px;
    color: white;
}


/*********************
 Global
*********************/
.wd_featureboxes_left .wd_featurebox p.more a,
#single_slider_responsive p.more a,
.wd_content p.more a {
    background: #DD3113;
    line-height: 1.5;
    padding: 16px 14px 16px 20px;
    font-family: Hanken Grotesk;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    display: block;
    width: fit-content;
    color: white;
    text-decoration: none;
    transition: all .2s ease;
}
.wd_featureboxes_left .wd_featurebox p.more a:after,
#single_slider_responsive p.more a:after,
.wd_content p.more a:after {
    content: '';
    width: 0; 
    height: 0; 
    border-top: 0px solid transparent;
    border-bottom: 56px solid transparent;
    border-left: 20px solid #DD3113;
    position: absolute;
    left: 100%;
    top: 0;
    transition: all .2s ease;
}

#wd_main .wd_featureboxes_top p.more a:after,
#wd_main .wd_featureboxes_middle p.more a:after {
    display: none;
}

.wd_featureboxes_left .wd_featurebox p.more a:hover,
#single_slider_responsive p.more a:hover,
.wd_content p.more a:hover {
    background: #bc2b10;
} 
.wd_featureboxes_left .wd_featurebox p.more a:active,
#single_slider_responsive p.more a:active,
.wd_content p.more a:active {
    background: #7a1b09;
} 
.wd_featureboxes_left .wd_featurebox p.more a:focus,
#single_slider_responsive p.more a:focus,
.wd_content p.more a:focus {
    background: #9b220e;
} 

.wd_featureboxes_left .wd_featurebox p.more a:hover:after,
#single_slider_responsive p.more a:hover:after,
.wd_content p.more a:hover:after {
    border-left: 20px solid #bc2b10;
}
.wd_featureboxes_left .wd_featurebox p.more a:active:after,
#single_slider_responsive p.more a:active:after,
.wd_content p.more a:active:after {
    border-left: 20px solid #7a1b09;
}
.wd_featureboxes_left .wd_featurebox p.more a:focus:after,
#single_slider_responsive p.more a:focus:after,
.wd_content p.more a:focus:after {
    border-left: 20px solid #9b220e;
}
.wd_content .wd_featurebox_title {
    font-family: GT Pressura;
    font-size: 32px;
    font-style: italic;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.wd_container {
    padding: 48px 72px 72px;
}
h1.page_header {
    font-family: GT Pressura;
    font-size: 64px;
    font-style: italic;
    font-weight: 700;
    line-height: 110%; /* 70.4px */
    text-transform: uppercase; 
    text-align: center;
}

p.more_outline a,
p.more_white a,
p.more_link a {
    text-decoration: none;
}
p.more_outline img,
p.more_white img {
    max-width: 20px;
    margin-right: 20px;
}
div.root p.more_outline,
div.root p.more_white {
    font-family: Hanken Grotesk;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 100% */
    letter-spacing: 0.8px;
    text-transform: uppercase; 
    padding: 0;
    border: 1px solid #DD3113;
    text-align: center;
    display: block;
    width: fit-content;
    color: white;
    text-decoration: none;
    transition: all .2s ease;
    margin-top: 20px;
    background: white;
}
div.root p.more_outline:hover,
#wd_printable_content .wd_search_button:hover,
.wd_featureboxes_banner_callout .wd_featurebox:hover,
#wd_printable_content .wd_sphinx_search .wd_search_form_basic input[type="submit"]:hover {background: #DD31130A;}
div.root p.more_outline:focus,
#wd_printable_content .wd_search_button:focus,
.wd_featureboxes_banner_callout .wd_featurebox:focus,
#wd_printable_content .wd_sphinx_search .wd_search_form_basic input[type="submit"]:focus {background: #DD311314;}
div.root p.more_outline:active,
#wd_printable_content .wd_search_button:active,
.wd_featureboxes_banner_callout .wd_featurebox:active,
#wd_printable_content .wd_sphinx_search .wd_search_form_basic input[type="submit"]:active {background: #DD31131F;}
div.root p.more_outline a,
div.root p.more_white a {
    display: flex;
    white-space: pre;
    align-items: center;
    gap: 4px;
    padding: 16px 20px;
}
div.root p.more_outline a {
    background: none !important;
}

div.root p.more_white {
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15), 0px 14px 15px -15px rgba(0, 0, 0, 0.15); 
    border-color: transparent;
}
div.root p.more_white:hover {background: #F3F3F3;}
div.root p.more_white:focus {background: #E7E7E7;}
div.root p.more_white:active {background: #DBDBDB;}

p.more_link a {
    font-family: Hanken Grotesk;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    background: url(../images/right-arrow.svg) no-repeat;
    text-decoration: none;
    display: inline-block;
    margin: 8px 0;
}


#wd_printable_content b,
#wd_printable_content strong {
    font-weight: 700;
    font-family: 'Hanken Grotesk Bold';
}
/* pagination */
#wd_printable_content div.wd_page_menu a,
.wd_page_menu .wd_page_link.wd_page_active span {
    background: none;
    padding: 0;
    font-size: 18px;
    border-radius: 1000px;
    font-weight: 700;
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
}
.wd_page_menu .wd_page_link.wd_page_active span {
    background: #bc2b10;
    color: white;
}
#wd_printable_content div.wd_page_menu a:hover {background: #F3F3F3;}
#wd_printable_content div.wd_page_menu a:focus {background: #E7E7E7;}
#wd_printable_content .wd_page_link {
    border: none;
    padding: 0;
    margin: 0;
}
.wd_page_menu .wd_page_active {
    background: none;
}
.wd_page_menu .wd_page_prev span,
.wd_page_menu .wd_page_next span {
    display: none;
}
#wd_printable_content div.wd_page_menu .wd_page_prev a,
#wd_printable_content div.wd_page_menu .wd_page_next a {
    font-size: 0;
}
.wd_page_menu .wd_page_next a:before,
.wd_page_menu .wd_page_prev a:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f054";
    font-weight: 400;
    color: #212529;
    font-size: 18px;
}
.wd_page_menu .wd_page_prev a:before {
    content: "\f053";
}

/* select */
#wd_printable_content select {
    border: 1px solid #BBB;
    border-radius: 2px;
}
#wd_printable_content select {
  background: url(../images/Chevron-Down.svg) no-repeat;
  text-decoration: none;
  margin: 8px 0;
  background-position-x: calc(100% - 8px);
  background-position-y: center;
  appearance: none;
  font-family: Hanken Grotesk;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  height: 36px;
  padding-left: 8px;
  padding-right: 34px; 
}
#wd_printable_content select {
    min-width: 164px;
}
#wd_printable_content .wd_linkmenu-header {
    background: url(../images/Chevron-Down.svg) no-repeat;
    text-decoration: none;
    background-position-x: calc(100% - 8px);
    background-position-y: center;
    font-family: Hanken Grotesk;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding-left: 8px;
    padding-right: 42px; 
}
#wd_printable_content .wd_linkmenu-icon {
    display: none;
}

/* buttons */
#wd_printable_content .wd_search_button,
#wd_printable_content .wd_sphinx_search .wd_search_form_basic input[type="submit"] {
    background: white;
    color: #212529;
    border: none;
    transition: all .2s ease;
    font-family: Hanken Grotesk;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border: 1px solid #DD3113;
}

/*********************
 Home page
*********************/

/* slideshow */
#single_slider_responsive {
    z-index: 0;
}
#single_slider_responsive .single_slider_carousel_container {
    padding: 0;
}
#single_slider_responsive .item {
    padding: 0;
}

.wd_pageid_20292 .wd_hero,
.wd_pageid_20290 .wd_hero,
.wd_pageid_20296 .wd_hero,
.wd_pageid_20300 .wd_hero,
.wd_pageid_20306 .wd_hero {background-position: right;}


#single_slider_responsive p.more {margin-top: 32px;}
#single_slider_responsive h4 {
    font-family: GT Pressura;
    font-size: 48px;
    font-style: italic;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase; 
    color: white;
}
#single_slider_responsive .single_slider_carousel_description {
    font-family: Hanken Grotesk;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: white;
}
#single_slider_responsive .single_slider_carousel_caption {
    height: 100%;
    max-width: 672px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 72px;
    background: none;
    padding-bottom: 100px;
}
#single_slider_responsive .item > img {
    object-fit: cover;
    width: 100%;
    height: 500px;
}
#single_slider_responsive .single_slider_carousel_inner:after {
    content: '';
    background: linear-gradient(0deg, rgba(13, 17, 23, 0.60) 0%, rgba(35, 39, 49, 0.60) 33.33%, rgba(0, 0, 0, 0.00) 100%);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 116px;
}
#single_slider_responsive .single_slider_carousel_control {
    font-size: 0;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 48px;
    height: 48px;
    padding: 12px;
    background-position: center;
    position: absolute;
    top: auto;
    bottom: 50px;
    right: auto;
}
#single_slider_responsive .single_slider_carousel_control.left {
    background-image: url(../images/Arrow-Left.svg);
    left: 72px;
}
#single_slider_responsive .single_slider_carousel_control.right {
    background-image: url(../images/Arrow-Right.svg);
    left: 130px;
}
#single_slider_responsive .single_slider_carousel_indicators li {
    background-image: url(../images/Flag.svg);
    height: 48px;
    width: 24px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
}
#single_slider_responsive .single_slider_carousel_indicators li.active {
    background-image: url(../images/Flag-fill.svg);
}
#single_slider_responsive .single_slider_carousel_indicators span {
    display: none;
}
#single_slider_responsive .single_slider_carousel_indicators {
    right: 72px; 
    bottom: 50px;
    height: 48px;
    padding: 0;
}
.single_slider_carousel_bottom {display: none;}

/* stock ticker */
.wd_featureboxes_banner_callout {
    position: absolute;
    right: 92px;
}
.wd_featureboxes_banner_callout .wd_featurebox_title {
    display: none;
}
.wd_featureboxes_banner_callout a {
    font-family: Hanken Grotesk;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 18px 20px 14px;
    display: block;
}
.wd_featureboxes_banner_callout a img {
    height: 16px;
    margin-left: 4px;
    margin-bottom: 4px;
    filter: brightness(0) saturate(100%) invert(36%) sepia(84%) saturate(6039%) hue-rotate(356deg) brightness(89%) contrast(93%);
}
.wd_featureboxes_banner_callout .wd_featurebox {
    background: white;
    line-height: 1.5;
    position: relative;
    transition: all .2s ease;
    border: 1px solid #DD3113;
}
/* .wd_featureboxes_banner_callout .wd_featurebox:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 56px solid transparent;
    border-left: 20px solid #DD3113;
    position: absolute;
    left: 100%;
    top: 0;
} */

/* top */
.wd_featureboxes_top {
    background: #F3F3F3;
    padding: 80px 72px 72px;
}
.wd_featureboxes_top .wd_featurebox > p {
    font-family: Hanken Grotesk;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */ 
    color: #212529;
    text-align: center;
    width: fit-content;
    max-width: 856px;
    margin: 0 auto;
}
.wd_featureboxes_top > div,
.wd_featureboxes_middle > div {
    position: relative;
}
.wd_featureboxes_top p.more,
.wd_featureboxes_middle p.more {
    position: absolute;
    top: 0;
    right: 0;
    font-family: Hanken Grotesk;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    background: url(../images/right-arrow.svg) no-repeat;
    text-decoration: none;
    display: inline-block;
    margin: 8px 0;
    transition: all .15s ease;
}
#wd_main .wd_featureboxes_top p.more a,
#wd_main .wd_featureboxes_middle p.more a {
    background: none;
    padding: 0;
    margin: 0;
    color: #212529;
}

.wd_featureboxes_top p.more a,
.wd_featureboxes_middle p.more a {
    text-decoration: none;
}
.wd_featureboxes_top p.more:hover,
.wd_featureboxes_middle p.more:hover {
    background-position-x: 100%;
}

#wd_printable_content .wd_subscribe2  input[type="submit"] {
    display: block;
    width: fit-content;
    font-family: Hanken Grotesk;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #212529;
    text-align: center;
    padding: 10px 14px;
    border: 1px solid #DD3113;
    text-decoration: none;
    transition: all .2s ease;
    background: white;
}

#wd_printable_content .wd_subscribe2  input[type="submit"]:hover {
    background-color: #fef7f6;
}
#wd_printable_content .wd_subscribe2  input[type="submit"]:active {
    background-color: #fbe6e3;
}
#wd_printable_content .wd_subscribe2  input[type="submit"]:focus {
    background-color: #fcefec;
}

/* middle */
.wd_featureboxes_middle {
    background: #F3F3F3;
    padding: 0 72px 72px;
}
.wd_stories-teaser {
    display: flex;
    gap: 24px;
    padding-bottom: 10px;
}
.wd_stories-teaser .item {
    margin: 0;
    padding: 0 0 72px;
    background: white;
    flex: 1;
    min-height: 350px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15), 0px 8px 15px -15px rgba(0, 0, 0, 0.15);
    position: relative;
}
.wd_stories-teaser .item .wd_category_link_list {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.wd_stories-teaser .item .wd_category_link,
.wd_stories .wd_item .wd_category_link {
    font-family: Hanken Grotesk;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 100% */
    letter-spacing: 0.8px;
    text-transform: uppercase; 
    position: relative;
    margin-left: 0;
    padding-left: 16px;
    margin: 7px 10px 7px 0;
}
.wd_stories .wd_item .wd_category_link {
    top: 0;
    position: relative;
}
.wd_stories ul.wd_layout-inline {
    display: inline-block;
    list-style: none;
    margin: 0;
    position: relative;
    width: 100%;
    padding: 0 24px;
}
.wd_stories-teaser .item .wd_category_link::before,
.wd_stories .wd_item .wd_category_link::before {
    content: '';
    background-image: url(../images/Flag-fill.svg);
    height: 20px;
    width: 13px;
    display: block;
    background-size: cover;
    position: absolute;
    left: 0;
    top: -2px;
    background-position: center;
}
.wd_stories-teaser .item .item_date {
    font-family: Hanken Grotesk;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */ 
}
.wd_stories-teaser .item .item_name a {
    font-family: GT Pressura;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 26px */ 
    margin-bottom: 16px;
    display: block;
}
.wd_stories-teaser .item .item_summary {
    font-family: Hanken Grotesk;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */ 
}
.wd_stories-teaser .item > *:not(.itemlink):not(.wd_item-more) {
    padding: 0 24px;
}
.wd_stories-teaser .item .itemlink {
    display: block;
    margin-bottom: 24px;
}
.wd_stories-teaser .item .itemlink img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}


/* email alerts page */
.wd_subscribe2 .wd_form_field_label {
    display: none;
}
.alert-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.alert-wrap > div {
    flex: 0 0 calc(33.333% - 16px);
    margin: 0;
}
#wd_printable_content .alert-wrap input[type="text"] {
    max-width: 100%;
    width: 100%;
}
#wd_printable_content .wd_subscribe2 input[type="text"] {
    padding: 13px 12px; 
    font-family: Hanken Grotesk;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 112.5% */
    letter-spacing: 0.16px; 
    color: #666;
}
.wd_subscribe2 #recaptcha2_widget {
    width: fit-content;
    margin-left: auto;
}
#wd_printable_content .wd_subscribe2 input[type="submit"] {
    margin-left: auto;
}

/* resources */
.wd_featureboxes_resources {
    margin: 72px;
}
.wd_featureboxes_resources .wd_featurebox_title {
    font-size: 28px;
    font-style: italic;
    font-weight: 700;
    line-height: 110%; /* 30.8px */
    padding-left: 21px;
    margin: 0 0 36px;
    position: relative;
}
.wd_featureboxes_resources .wd_featurebox_title::before {
    content: '';
    background-image: url(../images/Flag-fill.svg);
    height: 31px;
    width: 19px;
    display: block;
    background-size: cover;
    position: absolute;
    left: 0;
    top: -1px;
    background-position: center;
}
.wd_featureboxes_resources ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 24px;
    padding: 24px 0;
    margin: 0;
    border-bottom: 1px solid #DBDBDB;
    align-items: center;
}
.wd_featureboxes_resources .wd_featurebox > ul:first-child {
    border-top: 1px solid #DBDBDB;
}
.wd_featureboxes_resources ul li {
    flex: 1;
    margin: 0;
}
.wd_featureboxes_resources ul li:nth-child(1) {
    font-family: GT Pressura;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 26px */ 
}
.wd_featureboxes_resources ul li:nth-child(2) {
    font-family: Hanken Grotesk;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */ 
}
.wd_featureboxes_resources ul li:nth-child(3) a {
    font-family: Hanken Grotesk;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 114.286% */
    letter-spacing: 0.7px;
    text-transform: uppercase; background: url(../images/right-arrow.svg) no-repeat;
    text-decoration: none;
    display: inline-block;
    margin: 8px 0;
}
.wd_featureboxes_resources ul li:nth-child(3) {
    text-align: right;
}

/* bottom */
.wd_featureboxes_bottom {
    margin: 72px;
    padding: 80px 6%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.wd_featureboxes_bottom .wd_featurebox_title {
    padding: 0;
    font-family: GT Pressura;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 30.8px */ 
    color: white;
    margin: 0 0 16px;
    text-align: left;
}
.wd_featureboxes_bottom .wd_featurebox_title::before {
    display: none;
}
.wd_featureboxes_bottom p {
    font-family: Hanken Grotesk;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */ 
    color: white;
    max-width: 700px;
    width: 60%;
}
.wd_featureboxes_bottom p.more a {
    font-family: Hanken Grotesk;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 100% */
    letter-spacing: 0.8px;
    text-transform: uppercase; 
    padding: 16px 36px 16px 20px;
    background-color: white;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15), 0px 14px 15px -15px rgba(0, 0, 0, 0.15);
    background-image: url(../images/right-arrow.svg);
    background-repeat: no-repeat;
    background-position-x: 94% !important;
    background-position-y: center;
    text-decoration: none;
    transition: all .2s ease;
}
.wd_featureboxes_bottom p.more a:hover {background-color: #f3f3f3;}
.wd_featureboxes_bottom p.more a:focus {background-color: #e7e7e7;}
.wd_featureboxes_bottom p.more a:active {background-color: #dbdbdb;}

.wd_featureboxes_bottom p.more {
    position: absolute;
    right: 0;
    top: -4px;
    width: fit-content;
    margin-bottom: 0;
}
div.root .wd_featureboxes_bottom .wd_featurebox {
    display: flex;
    justify-content: space-between;
}
div.root .wd_featureboxes_bottom p.more_white {
    left: auto;
    top: 50%;
    position: absolute;
    margin: 0;
    right: 72px;
    transform: translateY(-50%);
    width: fit-content; 
}

div.root .wd_featureboxes_bottom p.more_white a::after {
    content: '';
    font-family: 'Font Awesome 5 Pro';
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    content: "\f054";
    color: #dd3113;
}
div.root .wd_featureboxes_bottom p.more_white a {gap: 10px;}

/* slick */
.slick-track {
    display: flex;
    gap: 24px;
    padding-bottom: 10px;
}
.slick-track:before,
.slick-track:after {
    display: none;
}
.item.slick-slide {
    margin: 0;
    padding: 24px 24px 60px;
    background: white;
    flex: 1;
    min-height: 350px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15), 0px 8px 15px -15px rgba(0, 0, 0, 0.15);
    position: relative;
}
.item.slick-slide .wd_date,
.item.slick-slide .item_date {
    font-family: Hanken Grotesk;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 100% */
    letter-spacing: 0.8px;
    text-transform: uppercase; 
    margin-bottom: 24px;
    position: relative;
    padding-left: 16px;
}
.item.slick-slide .wd_date::before,
.item.slick-slide .item_date::before {
    content: '';
    background-image: url(../images/Flag-fill.svg);
    height: 20px;
    width: 13px;
    display: block;
    background-size: cover;
    position: absolute;
    left: 0;
    top: -2px;
    background-position: center;
}
.item.slick-slide .wd_title a,
.item.slick-slide .item_name a {
    font-family: GT Pressura;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 26px */ 
    margin-bottom: 16px;
    display: block;
}
.item.slick-slide .wd_summary,
.item.slick-slide .item_summary {
    font-family: Hanken Grotesk;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */ 
}
.item.slick-slide .item_summary iframe {
    display: none;
}
.wd_item-more,
.wd_featureboxes_tabbed p.more a {
    font-family: Hanken Grotesk;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 100% */
    letter-spacing: 0.8px;
    text-transform: uppercase; 
    background: url(../images/right-arrow.svg) no-repeat;
    text-decoration: none;
    display: inline-block;
    margin: 8px 0;
    position: absolute;
    bottom: 24px;
    left: 24px;
}
.wd_featureboxes_tabbed p.more a {
    position: relative;
    bottom: auto;
    right: auto;
    left: auto;
}
.wd_featureboxes_tabbed p.more {
    width: fit-content;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
}
.wd_item-more:hover {text-decoration: none;}
.wd_featureboxes_tabbed .wd_featurebox > p:first-child {
    font-family: GT Pressura;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 30.8px */ 
    text-transform: uppercase; 
    margin-bottom: 32px;
}
.wd_featureboxes_tabbed .wd_featurebox {
    position: relative;
}

.wd_tabs_content_wrapper {
    background: #F3F3F3;
    padding: 72px;
}

li.wd_tab {
    font-family: Hanken Grotesk;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 100% */
    letter-spacing: 0.8px;
    text-transform: uppercase; 
    padding: 14px 32px;
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    color: #666;
}
li.wd_tab:hover {
    background: none;
}
li.wd_tab-active {
    border-color: #DD3113;
    color: #212529;
}
.wd_tabs {
    margin: 72px 72px 0;
    display: flex;
}
.wd_tabs_wrapper {
    background: none;
    border: none;
    border-bottom: 1px solid #bbb;
    width: 100%;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15), 0px 8px 15px -15px rgba(0, 0, 0, 0.15);
}
.slick-next,
.slick-prev {
    padding: 12px;
    background: white;
    border-radius: 1000px;
    width: 48px;
    height: 48px;
    z-index: 1;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15), 0px 14px 15px -15px rgba(0, 0, 0, 0.15);
}
.slick-next[aria-disabled="true"],
.slick-prev[aria-disabled="true"] {
    display: none !important;
}
.slick-next:hover,
.slick-prev:hover {
    background: white;
}
.slick-next {
    right: 0px;
}
.slick-prev {
    left: 0px;
}
.slick-dots button:before {
    display: none;
}
.wd_content .slick-dots button {
    background: #DBDBDB;
    border-radius: 1000px;
    height: 8px;
    width: 8px;
}
.wd_content .slick-dots .slick-active button {
    background: #DD3113;
    height: 12px;
    width: 12px;
}
.wd_content .slick-dots {
    width: fit-content;
    bottom: -50px;
}

/*********************
 Subpages
*********************/
h1.page_header {
    margin-bottom: 24px;
}
.breadcrumb {
    display: none;
}



#wd_printable_content > p:not(.more) {
    font-family: Hanken Grotesk;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #212529;
    text-align: center;
    width: 100%;
    max-width: 855px;
    margin: 10px auto 0;
}

/* form */

/* #wd_printable_content input, 
#wd_printable_content button, 
#wd_printable_content select {
    text-transform: uppercase;
    background: #fff;
    border: 1px solid #4B4B4B;
    border-radius: 0;
    color: #000;
    margin-right: 10px;
} */
.wd_search_basic_fields {
    background: transparent;
    border: none;
}
.wd_item_search_form_container {
    text-align: right;
}
/* press release */
.wd_newsfeed_releases .wd_title a {
    font-family: Hanken Grotesk; 
    font-size: 20px; 
    font-weight: 400; 
    line-height: 30px; 
    letter-spacing: 0em; 
    text-align: left
}
.wd_newsfeed_releases .wd_summary p {
    font-family: Hanken Grotesk; 
    font-size: 16px; 
    font-weight: 400; 
    line-height: 24px; 
    letter-spacing: 0em; 
    text-align: left
}
.wd_newsfeed_releases .wd_date {
    font-family: Hanken Grotesk; 
    font-size: 14px; 
    font-weight: 400; 
    line-height: 21px; 
    letter-spacing: 0em; 
    text-align: left
}
.wd_newsfeed_releases .wd_thumbnail,
.wd_newsfeed_releases .wd_asset_type_link,
.wd_newsfeed_releases .wd_subtitle {
    display: none;
}
.wd_newsfeed_releases .wd_item {
    margin: 0 0 24px;
    padding: 0 0 22px;
    border-bottom: 1px solid #212529;
}
.wd_newsfeed_releases .wd_item_wrapper {
    margin: 0;
    padding: 0;
}

.wd_newsfeed_releases .wd_item,
.wd_stories .wd_item {
    padding: 20px 0;
}

.wd_newsfeed_releases .wd_search_advanced_link,
.wd_newsfeed_releases .wd_subscribe_link,
.wd_stories .wd_subscribe_link {
    display: none;
}
.wd_newsfeed_releases-detail a {
    background-position: right 0.25rem center !important;
}

/* .wd_stories .wd_title a {
    margin: 0 0 10px;
    font-size: 22px;
    display: block;
    line-height: 1.1;
}

.wd_stories .wd_summary p {
    font-size: 18px;
}

.wd_stories .wd_date {
    font-size: 14px;
    color: #AAAAAA;
}

.wd_stories .wd_item_list {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.wd_stories .wd_item {
    flex: 32%;
    display: flex;
    gap: 24px;
}
.wd_stories .wd_thumbnail {
    flex: 1;
}
.wd_stories .wd_thumbnail img {
    width: 100%;
    min-width: 200px
} */

.wd_stories .wd_search_advanced_link {
    display: none;
}

.wd_stories .wd_item_list {
    display: flex;
    flex-wrap: wrap;
    gap: 28px 2%;
    padding: 3px 3px;
}
.wd_stories .wd_item {
    flex: 0 0 32%;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0 0 72px;
    background: white;
    min-height: 350px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15), 0px 8px 15px -15px rgba(0, 0, 0, 0.15);
    position: relative;
    flex-wrap: wrap;
    flex-direction: column;
}
.wd_stories .wd_item .wd_date {
    font-family: Hanken Grotesk;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */ 
}
.wd_stories .wd_item .wd_title a {
    font-family: GT Pressura;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 26px */ 
    margin-bottom: 16px;
    display: block;
}
.wd_stories .wd_item .wd_summary {
    font-family: Hanken Grotesk;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */ 
}
.wd_stories .wd_item .wd_item_wrapper {
    padding: 0 24px;
    margin: 0;
    position: relative;
}
.wd_stories .wd_item .wd_thumbnail {
    display: block;
    margin: 0;
    /*flex: 1;*/
    height: 300px;
}
.wd_stories .wd_item .wd_thumbnail img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

/* release & stories detail */
.wd_pageid_20295.wd_item_page .breadcrumb,
.wd_pageid_34137.wd_item_page .breadcrumb {
    display: block;
    margin: 16px 5%;
}
.wd_pageid_20295.wd_item_page .wd_container,
.wd_pageid_34137.wd_item_page .wd_container {
    padding: 0 0 72px;
}
.wd_newsfeed_releases-detail,
.wd_stories-detail {
    max-width: 848px;
    width: 100%;
    margin: 50px auto 0;
    padding: 0 24px;
}
div.wd_stories-detail p {
    margin-bottom: 10px;
}
.wd_newsfeed_releases-detail .wd_subtitle {
    text-align: center;
    margin-bottom: 16px;
    font-style: italic;
    font-size: 1rem;
    line-height: 1.5rem;
}
.breadcrumb a {
    font-family: GT Pressura;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 15.4px */ 
    position: relative;
    display: flex;
    gap: 12px;
    align-items: center;
    width: fit-content;
}
.breadcrumb a:before {
    color: #dd3113;
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    content: "\f053";
    display: block;
    line-height: 1;
}
.wd_newsfeed_releases-detail .wd_title,
.wd_stories-detail .wd_title {
    font-family: GT Pressura; 
    font-size: 36px; 
    font-weight: 700; 
    line-height: 40px; 
    letter-spacing: 0em; 
    text-align: center;
    margin-bottom: 16px;
}
.wd_stories-detail {
    font-family: Hanken Grotesk;
}
.wd_captioned_image {
    width: 100% !important;
}

div.wd_toolbar {
    border: none;
    margin: 0;
    padding: 0;
}
.wd_detail-header-wrap {
    max-width: 848px;
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    min-height: 36px;
}
.wd_detail-header {
    background: #F3F3F3;
    width: 100%;
    padding: 24px 0 18px;
}
.wd_detail-header-wrap > div:first-child {
    display: flex;
    flex-direction: column;
}
.wd_detail-date {
    font-family: Hanken Grotesk;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 100% */
    letter-spacing: 0.8px;
    text-transform: uppercase; 
    position: relative;
    margin-bottom: 4px;
    padding-left: 20px;
}
.wd_pageid_20295 .wd_detail-date::before {
    content: '';
    background-image: url(../images/Flag-fill.svg);
    height: 23px;
    width: 11px;
    display: block;
    background-size: contain;
    position: absolute;
    left: 0;
    top: -3px;
}
.wd_detail-location {
    font-family: Hanken Grotesk;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 100% */
    letter-spacing: 0.8px;
    text-transform: uppercase; 
    color: #666666;
    padding-left: 20px;
}
.wd_detail-share {
    font-family: Hanken Grotesk;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 100% */
    letter-spacing: 0.8px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 4px;
}
.wd_detail-share ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.wd_detail-share ul li {
    margin: 0;
}
span.wd_tool_icon > a:link, 
span.wd_tool_icon > a:visited {
    background: none !important;
    padding: 0px;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}
span.wd_tool_icon .fa {
    color: #bc2b10;
}

.wd_pageid_34137 .breadcrumb,
.wd_pageid_20291.wd_is_category .breadcrumb {
    display: block;
    font-size: 0;
}

/* assets */
.wd_newsfeed_releases-detail .wd_asset_type_117,
.wd_asset_gallery_list {
    background: none;
}
.wd_carousel a.wd_carousel-arrow,
.wd_carousel a.wd_carousel-arrow:before {
    text-decoration: none;
}
.wd_asset_carousel_type_link_list,
#wd_printable_content .wd_continue_link {
    display: none;
}
.wd_asset_carousel_aspect {
    margin-bottom: 60px;
}
li.wd_asset_carousel > div > div:not(.wd_asset_image) {
    padding-bottom: 25px;
}
.wd_layout-masonry.wd_asset_list {
    margin-left: 20px;
}

/* gallery */
.wd_pageid_20290 .wd_imagetable img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.wd_pageid_20290 .item {
    flex: 1;
    margin: 0;
    padding: 0;
}
.wd_pageid_20290 .wd_category_items {
    display: flex;
    gap: 24px;
}

.wd_pageid_20291 .wd_category_link_list,
.wd_pageid_20291.wd_is_category .wd_item_list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    overflow: initial;
    margin-top: 24px;
    height: auto !important; /* override inline */
}
.wd_pageid_20291 li.wd_category_link,
.wd_pageid_20291.wd_is_category .wd_item {
    flex: calc(50% - 12px);
    height: auto;
    margin: 0;
    overflow: initial;
    width: 100% !important; 
    margin-bottom: 30px;
    position: relative !important;
    top: auto !important;
    left: auto !important; /* override inline ^ */
    height: fit-content;
}
.wd_pageid_20291 li.wd_category_link > div {
    margin: 0 !important /* override inline */;
}
.wd_pageid_20291 .wd_thumbnail {
    width: 100%;
    height: 100%;
    margin: 0;
    float: none;
}
.wd_pageid_20291 .wd_thumbnail img {
    width: 100%;
    height: 25vw;
    object-fit: cover;
    max-height: 400px;
    margin-bottom: 24px;
}
.wd_pageid_20291 #wd_printable_content {
    max-width: 1300px;
    margin: 0 auto;
}
.wd_pageid_20291 .wd_search_advanced_link {
    display: none;
}
.wd_pageid_20291 .wd_title {
    text-align: center;
}
.wd_pageid_20291.wd_is_category .wd_category_header {
    display: none;
}

/* leadership */
.wd_pageid_20296 .wd_category_items {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 6%;
    align-items: flex-start;
}
.wd_pageid_20296 .item {
    flex: 47%;
    gap: 32px;
    display: flex;
    flex-grow:0;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}
.wd_pageid_20296 .wd_imagetable {
    margin: 0 !important;
    flex: calc(50% - 16px);;
}
.bio-wrap {
    flex: calc(50% - 16px);;
}
.wd_expand {
    flex: 100%;
    padding: 0 40px 40px;
}
.wd_pageid_20296 .item_name {
    font-family: GT Pressura; 
    font-size: 28px; 
    font-weight: 700; 
    line-height: 31px; 
    letter-spacing: 0em;
    margin-bottom: 10px;
}
.bio-top {
    display: flex;
    flex: 100%;
    gap: 32px;
    align-items: center;
}
.bio-active {
    background: #f3f3f3;
}
.wd_pageid_20296 .bio-wrap a {
    text-decoration: none;
    padding-right: 4px;
    font-weight: normal;
}
.wd_pageid_20296 .bio-wrap p:nth-child(2) {
    margin-bottom: 14px;
}
.wd_pageid_20296 .bio-wrap p {
    margin-bottom: 0;
}
.wd_pageid_20296 .bio-wrap img {
    width: 18px;
    display: inline-block;
    margin-bottom: 3px;
}
.wd_expand_trigger:after {
    color: #dd3113;
    font-family: 'Font Awesome 5 Pro';
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    content: "\f078";
    margin-left: 8px;
}
.wd_expand_trigger {
    margin-top: 14px;
    width: fit-content;
    cursor: pointer;
}
.bio-active .wd_expand_trigger:after {
    content: "\f077";
}

.wd_pageid_20306 #wd_printable_content > p {
    margin-bottom: 24px;
}
/* email alerts */
.wd_subscribe2 .wd_form_field {
  display: flex;
  flex-direction: column;
}
.wd_subscribe2 .wd_category_checkboxes {
    margin: 8px 0;
}
.wd_subscribe2 .wd_category_checkboxes .wd_parent_category {
    padding: 2px 0;
}
.wd_subscribe2 .wd_form_field_pos_right .wd_form_field_input {
    margin: 0;
}
#wd_printable_content .wd_subscribe2 .wd_form_field_label {
    width: fit-content;
}
#wd_printable_content .wd_subscribe2 input[type="submit"] {
    height: 48px;
    padding: 0 20px;
}
#wd_printable_content .wd_subscribe2 .wd_form_buttons {
    margin: 16px 0 0 0;
}
.wd_subscribe2 .wd_formbuilder > .wd_form_field:nth-last-child(2) .wd_form_field_label {
    display: none;
}
.wd_subscribe2 .wd_formbuilder {
    margin-top: 20px;
}
.wd_subscribe2 #recaptcha2_widget {
    margin-top: 16px;
}

/* Corporate Fact Sheets */
.wd_pageid_20292 .category_header {
    font-family: GT Pressura;
    font-size: 28px;
    font-weight: 700;
    line-height: 110%;
    text-align: left;
    position: relative;
    padding: 0;
    margin: 0;
    padding-left: 21px;
    margin-block: 32px
}
.wd_pageid_20292 .wd_category {
    margin-bottom: 64px;
    margin-top: 52px;
}
.wd_pageid_20292 .category_header:before {
    content: '';
    background-image: url(../images/Flag-fill.svg);
    height: 32px;
    width: 18px;
    display: block;
    background-size: cover;
    position: absolute;
    left: 0;
    top: -4px;
}
.wd_pageid_20292 .item {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #DBDBDB;
    align-items: center;
    padding: 24px 12px;
}
.wd_pageid_20292 .item:first-child {
    border-top: 1px solid #DBDBDB;
}
.wd_pageid_20292 .item p {
    margin: 0;
}
.wd_pageid_20292 table tr:not(:first-child),
.wd_pageid_20292 table tr:first-child{
    border: none;
    background: none;
}
.wd_pageid_20292 .wd_attachment_image {
    display: none;
}
.wd_pageid_20292 .wd_attachment_title {
    color: #212529;
}
.wd_pageid_20292 .itemlink {
    text-decoration: none;
    padding: 0;
}
.wd_pageid_20292 .item > * {
    width: fit-content;
    padding: 0;
    margin: 0;
}
.wd_pageid_20292 .wd_attachment_title {
    font-family: Hanken Grotesk;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    background: url(../images/right-arrow.svg) no-repeat;
    text-decoration: none;
    display: inline-block;
    margin: 8px 0;
}
.wd_pageid_20292 .wd_attachment_description,
.wd_pageid_20292 .wd_attachment_size,
.wd_pageid_20292 .wd_attachment_spacer {
    display: none;
}
.wd_pageid_20292 .wd_attachment_info {
    min-width: 0;
}

/* Videos */
.wd_pageid_20325 .wd_item_list {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.wd_pageid_20325 .wd_item {
    width: calc((100% - 48px) / 3);
}

/* search results */
.wd_sphinx_search .wd_search_form_basic > a:last-child,
.wd_sphinx_search .wd_search_info,
.wd_sphinx_search .wd_search_image,
.wd_sphinx_search .wd_search_assets {
    display: none;
}
.wd_sphinx_search .wd_search_form {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 32px 0;
}
#wd_printable_content .wd_sphinx_search .wd_search_form_basic input[type="submit"] {
    margin: 0;
}
.wd_sphinx_search .wd_search_result {
    overflow: initial;
}
.wd_sphinx_search .wd_search_title a {
    font-family: Hanken Grotesk;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: #212529;
}
.wd_sphinx_search .wd_search_text {
    font-family: Hanken Grotesk;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #212529;
}
.wd_sphinx_search .wd_search_result {
    margin: 0 0 24px;
    padding: 0 0 22px;
    border-bottom: 1px solid #212529;
}

@media (max-width: 1600px) {
    /* Videos Page */
    .wd_pageid_20325 .wd_item_list {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .wd_pageid_20325 .wd_item {
        width: calc((100% - 20px) / 2);
    }
}
@media (max-width: 1200px) {
    .wd_featureboxes_banner_callout {
        right: 24px;
    }
    .wd_nav-outer {
        margin-left: 0;
        width: 80%;
    }
    .wd_stories .wd_item {
        flex: 48%;
    }
}

/* Extra large devices (large desktops) */
@media (max-width: 1005px) {
    .wd_nav-outer {display: none;}
    .wd_navigation {
        background: none;
        height: auto;
        box-shadow: none;
        padding: 32px 72px 0;
    }
    .wd_pageid_20303.wd_navigation {
        background: #f3f3f3;
    }
    .wd_featureboxes_banner_callout {
        margin: 0;
        position: relative;
        right: auto;
    }
    .headerutilitynav div.cmp-tabs__tabpanel {
        min-height: 800px !important;
        border-bottom: 200px solid white !important;
        position: absolute !important;
        top: 0px !important;
        opacity: 1 !important;
        transform-origin: center top 0px !important;
        left: 0px !important;
        right: 0px !important;
        background: rgb(243, 243, 243) !important;
        z-index: 9 !important;
        width: 100% !important;  
    }
    .headerutilitynav .cmp-tabs__tablist li.search-icon {
        display: none !important;
    }
    button.cmp-container__close {
        display: none !important;
    }
    .wd_pageid_20296 .wd_category_items {
        flex-direction: column;
    }
    .desktop_show {
        display: none !important;
    }

}


/* Medium devices (tablets) */
@media (min-width: 851px) {
    .slick-track {
        width: 100% !important;
    }
}
@media (max-width: 850px) {
    div.root .wd_featureboxes_bottom p.more_white {
        margin: 20px 0 0;
        transform: none;
        position: inherit;
    }
    div.root .wd_featureboxes_bottom .wd_featurebox {
        display: block;
    }
    .wd_subscribe2 .wd_form_field {
        flex: 100%;
    }
    #wd_printable_content .wd_subscribe2 input[type="submit"] {
        width: 100%;
        max-width: 100%;
    }
    .wd_navigation {
        padding: 32px 24px 0;
    }
    .wd_pageid_20303 .wd_navigation {
        background-color: #f3f3f3;
    }
    #wd_printable_content > p:not(.more) {
        text-align: left;
    }
    .wd_container {
        padding: 24px;
    }
    h1.page_header {
        font-size: 36px;
    }
    #wd_printable_content .wd_search_basic_fields button[type="submit"] {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
    #wd_printable_content .wd_search_basic_fields input[type="text"] {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    #wd_printable_content .wd_search_basic_fields select[name="year"], 
    #wd_printable_content .wd_search_basic_fields select[name="cat"] {
        width: 100% !important;
        max-width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 10px;
    }
    .wd_item_search_form_container .wd_search_basic_fields {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }
    .wd_pageid_20290 .wd_category_items {
        flex-direction: column;
    }
    .wd_pageid_20290 .wd_imagetable img {
        height: 60vw;
        max-height: 400px;
    }
    .wd_pageid_20296 .item {
        flex: 100%;
    }
    #wd_printable_content .wd_subscribe2 input[type="text"] {
        max-width: 100%;
        width: 100%;
    }
    /* resources */
    .wd_featureboxes_resources {
        margin: 52px 24px;
    }
    .wd_featureboxes_resources ul {
        flex-direction: column;
        align-items: flex-start;
    }
    .wd_featureboxes_resources ul li:nth-child(3) {
        text-align: left;
    }
    /* bottom */
    .wd_featureboxes_bottom {
        padding: 72px 24px;
        margin: 60px 0;
    }
    .wd_featureboxes_bottom p {
        width: 90%;
    }
    /* middle */
    .wd_stories-teaser {
        flex-direction: column;
    }
    .wd_stories-teaser .item .itemlink img {
        height: auto;
    }
    .wd_featureboxes_top,
    .wd_featureboxes_middle {
        padding-left: 24px;
        padding-right: 24px;
    }
    .wd_featureboxes_top {
        padding-top: 32px;
    }
    .wd_hero {
        height: 375px;
    }
    .wd_header_content {
        font-size: 36px;
    }
    .item.slick-slide {
        width: 73vw !important;
        flex: unset;
        min-height: 400px;
    }
    .slick-list {
        overflow: visible;
    }
    .slick-list {
        /* padding: 0 !important; */
    }
}

/* Large devices (desktops) */
@media (max-width: 977px) {
    /* slideshow */
    #single_slider_responsive .single_slider_carousel_caption {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        padding: 0 24px;
        margin: 0;
    }
    #single_slider_responsive .single_slider_carousel_control {
        display: none;
    }
    #single_slider_responsive .single_slider_carousel_indicators {
        right: auto;
        left: 24px;
        position: absolute;
        top: auto;
        bottom: 10px;
    }
    #single_slider_responsive p.more {
        display: block;
    }
    #single_slider_responsive h4 {font-size: 28px;}
    #single_slider_responsive .single_slider_carousel_description {font-size: 16px;}
    .wd_featureboxes_bottom p.more {
        margin-top: 40px;
        position: relative;
    }
}




@media (max-width: 1456px) {
    .wd_nav-outer {
        padding: 0 72px;
        max-width: none;
    }
}

@media (min-width: 1006px) {
    .meganav__mega-nav-item.Mediaroom {
        display: none;
    }
    .mobile_show {
        display: none !important;
    }
    .utility-nav {
        max-width: 81rem;
        margin: 0 auto;
        position: relative;
    }
    .headerutilitynav {
        background-color: #f3f3f3;
    }
}



@media (max-width: 700px) {
    .wd_stories .wd_item {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    #wd_printable_content div.wd_page_menu a, 
    .wd_page_menu .wd_page_link.wd_page_active span {
        font-size: 16px;
        width: 6vw;
        height: 6vw;
        min-width: 26px;
        min-height: 26px;
    }
    .wd_page_menu .wd_page_next a::before, 
    .wd_page_menu .wd_page_prev a::before {
        font-size: 16px;
    }
    .wd_stories .wd_item {
        flex: 100%;
    }
    .wd_pageid_20291 li.wd_category_link,
    .wd_pageid_20291.wd_is_category .wd_item {
        flex: 100%;
    }
    .wd_pageid_20291 .wd_thumbnail img {
        height: 50vw;
    }
    .wd_sphinx_search .wd_search_form {
        flex-direction: column;
        align-items: baseline;
    }
    #wd_printable_content .wd_sphinx_search input[type="text"] {
        max-width: 100%;
        width: 100%;
    }
    #wd_printable_content .wd_sphinx_search input[type="submit"] {
        width: 100%;
        max-width: none;
    }
}

@media (max-width: 575px) {
    #wd_printable_content div.wd_page_menu a, 
    .wd_page_menu .wd_page_link.wd_page_active span,
    .wd_page_menu .wd_page_next a::before, 
    .wd_page_menu .wd_page_prev a::before {
        font-size: 14px;
    }
    .wd_detail-header-wrap {
        flex-direction: column-reverse;
        gap: 16px;
    }
}

@media (max-width: 475px) {

    .wd_featureboxes_top p.more, .wd_featureboxes_middle p.more {
        position: relative;
        top: 32px;
        right: 0;
        width: 100%;
    }
    .wd_featureboxes_top p.more > a, .wd_featureboxes_middle p.more > a {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1005px) {
    .headerutilitynav ul.meganav-sub {
        display: block;
        float: right;
        position: relative;
        z-index: 10;
    }
}



p.more_link a:hover,
.wd_featureboxes_top p.more:hover,
.wd_featureboxes_middle p.more:hover,
.wd_featureboxes_resources ul li:nth-child(3) a:hover,
.wd_item-more:hover,
.wd_featureboxes_tabbed p.more a:hover,
.wd_pageid_20292 .wd_attachment_title:hover {
    background-position-x: 100%;
}

p.more_link a,
.wd_featureboxes_top p.more,
.wd_featureboxes_middle p.more,
.wd_featureboxes_resources ul li:nth-child(3) a,
.wd_item-more,
.wd_featureboxes_tabbed p.more a,
.wd_pageid_20292 .wd_attachment_title {
    padding-right: 30px;
    background-position-x: calc(100% - 7px);
    background-position-y: center;
    transition: all .15s;
}

/* CLIENT CSS OVERRIDES */
.cmp-experiencefragment--footer .footer-social-icons .facebook, .cmp-experiencefragment--footer .footer-social-icons .instagram, .cmp-experiencefragment--footer .footer-social-icons .linkedin, .cmp-experiencefragment--footer .footer-social-icons .twitter, .cmp-experiencefragment--footer .footer-social-icons .youtube {
    background-position: 50%;
}
.cmp-experiencefragment--footer .footer-social-icons .twitter {
    background-image: url(../images/Twitter.svg);
    width: .9375rem;
}
#container-e181b16881 {
    display: none;
}
.emailsubscription {
    display: none;
}
.cmp-experiencefragment--footer .cmp-list__item-title a {
    color: #fff;
display: block;
font-family: GT Pressura;
font-style: normal;
font-size: .875rem;
font-weight: 400;
line-height: 1.3125rem;
}
.headerutilitynav div.cmp-tabs__tabpanel {
    z-index: 11 !important;
    max-width: none !important;
}
.cmp-container__close.clickCloseDiv {
    z-index: 10;
}
.headerutilitynav li:hover {
    border-bottom: 1px solid #DD3113;
}
.cmp-experiencefragment--footer .cmp-text li {
    font-family: GT Pressura;
    font-size: 14px;
    color: white;
}
.cmp-experiencefragment--footer .cmp-text p {
    margin-bottom: 0;
}
.cmp-experiencefragment--footer .cmp-text p a {
    color: white;
}
.cmp-image__image {
    max-height: 36px;
    padding-right: 40px;
}
.footer-social-icons .cmp-text a {
    font-size: 12px;
    font-weight: 400;
}

.headerutilitynav .cmp-tabs__tabpanel p {
    margin-bottom: 0;
    padding-bottom: 14px;
}
#headerutilitynav-42cb44b95e-item-82e0d67b44-tab {
    display: none;
}

.meganav__mega-nav-item.Investors .ext-link a {
    background: none !important;
}
.utility-nav .cmp-tabs__tabpanel--active .h1, .utility-nav .cmp-tabs__tabpanel--active .h2, .utility-nav .cmp-tabs__tabpanel--active .h3, .utility-nav .cmp-tabs__tabpanel--active .h4, .utility-nav .cmp-tabs__tabpanel--active .h5, .utility-nav .cmp-tabs__tabpanel--active .h6, .utility-nav .cmp-tabs__tabpanel--active h1, .utility-nav .cmp-tabs__tabpanel--active h2, .utility-nav .cmp-tabs__tabpanel--active h3, .utility-nav .cmp-tabs__tabpanel--active h4, .utility-nav .cmp-tabs__tabpanel--active h6 {
    font-weight: 300 !important;
}
@media (max-width: 1005px) {
    .cmp-tabs__tabpanel .utility-nav__mainmenu.clickCloseDiv {
        display: none !important;
    }
    .cmp-tabs__tabpanel .utility-nav__mainmenu.clickCloseDiv:first-child {
        display: block !important;
    }
    .desktop_show {
        display: none !important;
    }
    button.cmp-container__close {
        display: none !important;
    }
    meganav__mega-nav .tab_accessibility .text:nth-child(2) a, .meganav__mega-nav .tab_accessibility .text:nth-child(3) a, .meganav__mega-nav .tab_media .text:nth-child(2) a, .meganav__mega-nav .tab_media .text:nth-child(3) a {
        text-decoration: none;
        margin: 0;
          margin-top: 0px;
        font-family: Hanken Grotesk;
        color: #212529;
        font-size: .875rem;
        font-weight: 700;
        line-height: 1rem;
        letter-spacing: .7px;
        text-transform: uppercase;
        display: block;
        width: fit-content;
        margin-top: 1.5rem;
    }
    h2.cmp-alertfeed__title {
        padding: 0 !important;
    }
    .tab_media div.text {
        display: block !important;
        float: none !important;
        width: calc(100% - 24px) !important;
        margin: 24px !important;
    }
    .tab_media div.text h3 {
        padding-bottom: 16px;
    }

    .meganav__mega-nav .tab_aboutus p, .meganav__mega-nav .tab_accessibility p, .meganav__mega-nav .tab_accessns p, .meganav__mega-nav .tab_alerts p, .meganav__mega-nav .tab_login p, .meganav__mega-nav .tab_media p {
        color: #666;
        font-family: Hanken Grotesk;
        font-size: .875rem;
        font-weight: 400;
        line-height: 1.3125rem;
      }
    .utility-nav__mainmenu.clickCloseDiv {
        display: block !important;
        line-height: 1.4;
    }
    .headerutilitynav li:hover {
        border: none;
    }
}
@media (min-width: 1006px) {
    .utility-nav .tab_aboutus .text:nth-child(3) {
        width: 30% !important;
    }
    .mobile_show {
        display: none !important;
    }
    .utility-nav {
        max-width: 81rem;
        margin: 0 auto;
        position: relative;
    }
    .headerutilitynav {
        background-color: #f3f3f3;
    }
    .cmp-tabs__tabpanel div.aem-Grid--12 {
        display: flex;
        justify-content: center;
    }
    div.root .tab_alerts .utility-drawer-alert .cmp-alertfeed__link {
        margin-left: 60%;
    }
    .headerutilitynav li:hover {
        border-bottom: 1px solid #DD3113;
    }
    .tab_media .cmp-text p {
        padding-bottom: 1rem;
    }

}
.tab_media a[target="_blank"],
.tab_accessibility a[target="_blank"],
#text-7c6cd88eca a {
    text-decoration: none;
    background: url(../images/external.svg) no-repeat;
    background-position: right .25rem center;
}

.cmp-alertfeed__card-details p.cmp-alertfeed__date,
.cmp-alertfeed__card-details p.cmp-alertfeed__card-description {
    display: block;
}
.cmp-alertfeed__card-details p {
    display: none;
}
.cmp-alertfeed__title {
    font-size: 2.25rem;
}
.tab_alerts .utility-drawer-alert .cmp-alertfeed__top-content {
    align-items: flex-start;
}
.tab_accessns .responsivegrid {
    margin: 0;
}
.black_logo img {
    max-height: 40px;
}
@media (min-width: 768px) {
    .utility-nav .cmp-tabs__tablist .cmp-tabs__tab {
      font-weight: 300;

    }
}
@media (min-width: 768px) and (max-width: 1005px) {
    .tab_media.cmp-tabs__tabpanel--active .text:first-child {
        padding-left: 0;
    }
    .tab_media.cmp-tabs__tabpanel--active .cmp-text > p {
        padding-bottom: 0;
    }
    .cmp-tabs__tabpanel--active.tab_accessibility .cmp-text > p {
        padding-left: 0;
    }
    .cmp-tabs__tabpanel--active.tab_accessibility .text.mobile_show {
        margin-left: 24px;
        margin-top: 10px;
    }
    #text-9438002ad7 > p {
        padding-left: 24px;
    }
    .cmp-tabs__tabpanel--active.tab_accessns .text.aem-GridColumn--default--none {
        padding-top: 0;
    }
    .cmp-tabs__tabpanel--active.tab_accessns .aem-Grid > .container {
        width: 13rem;
        float: none;
        margin: 0 auto;
    }
}
@media (max-width: 568px) {
    /* Videos Page */
    .wd_pageid_20325 .wd_item_list {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .wd_pageid_20325 .wd_item {
        width: 100%;
    }
}
.meganav .level-one li a, .meganav .level-one li a[target="_blank"], 
.meganav .level-three li a, .meganav .level-three li a[target="_blank"], 
.meganav .level-two li a, .meganav .level-two li a[target="_blank"],
.meganav__mega-nav .tabs .cmp-tabs__tablist .cmp-tabs__tab,
.headerutilitynav .meganav-sub li a {
    font-weight: 300 !important;
}
.tab_media a[target="_blank"] {
    background: url(../images/right-arrow.svg) no-repeat;
    background-position: right 2px center;
}
.meganav .ProjectsonNSProperty .level-three-list .nav-link:nth-child(2) {
    display: none;
}
.meganav li.Commitments .level-two-list li:last-of-type .level-three-list .nav-link:nth-child(2) a {
    /* Other Resources > Overview */
    display: none;
}