/* Begin classes for common SPIN elements */

/* The only difference between EN and DE site as of launch is this hyphen property */
.hero-slider__content h1,
.wd_featurebox_title,
.wd_title a,
.item_name a,
.slide h3,
.item_name {
    hyphens: auto;
}
/*************/

/* Begin classes for common SPIN elements */

*, ::before, ::after { box-sizing: border-box; }
*, ::before, ::after { box-sizing: inherit; }
*, ::before, ::after { box-sizing: border-box; }
* {
    hyphens: initial;
}

body {
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: TheSans C5, sans-serif;
    color: #282828;
    background: #fff;
}

a:visited {
    color: rgb(0, 0, 238);
}
.site-footer a:visited {
    color: rgb(40, 40, 40);
}

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

/* Begin classes for individual PCTs */

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

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

/* Gallery */
div.wd_gallery {}

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

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

/* Formbuilder */
#wd_printable_content input,
#wd_printable_content button,
#wd_printable_content select {
    border-radius: 0;
    border: 1px solid #ccc;
    line-height: 34px;
    padding: 0 1rem;
    font-size: 1.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-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
************************/
header {
    height: 65px;
    position: fixed;
    width: 100%;
    z-index: 100;
    background: #FFB300;
    color: #282828;
    display: flex;
    justify-content: space-between;
    padding: 0 6%;
    font-family: TheSans C5, sans-serif;
}
.site-footer__main {
    background: #FFB300;
}
.nav-panel {
    position: absolute;
    right: -500px;
    background: white;
    height: calc(100vh - 65px);
    top: 65px;
    width: 500px;
    padding: 48px;
    transition: all ease 0.5s;
}
.open-nav .nav-panel  {
    right: 0;
}
.nav-panel .wd_search_form_container {
    margin-bottom: 20px;
}
.nav-panel .wd_search_form_container form {
    position: relative;
}
.nav-panel .wd_search_form_container input[type="submit"] {
    position: absolute;
    left: 0;
    width: 40px;
}
.nav-panel .wd_search_form_container input[type="text"] {
    width: 100%;
    height: 48px;
    border: 1px solid #777;
    padding-left: 52px;
    font-size: 18px;
    color: #282828;
}
.nav-panel ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.nav-panel li {
    border-bottom: 1px solid #777
}
.nav-panel li a {
    display: block;
    padding: 24px;
    text-decoration: none;
    color: #282828;
    font-size: 18px;
}
.nav-right {
    display: flex;
    align-items: center;
}
.nav-toggle {
    margin-left: 60px;
}
.lang-dropdown {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 65px;
    background: white;
    padding: 8px 0;
    z-index: 10;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .3);
}
.lang-dropdown a:hover {
    background: #282828;
    color: white;
}
.lang {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 20px;
}
.lang:hover .lang-dropdown {
    opacity: 1;
    visibility: visible;
}
.lang-dropdown a {
    padding: 4px 18px;
    display: block;
    text-decoration: none;
    color: #282828;
}
.nav-toggle svg {
    width: 28px;
    display: block;
}
svg.cross {display: none;}
.open-nav svg.hamburger {
    display: none;
}
.open-nav svg.cross {
    display: block;
    width: 26px;
}
.nav-toggle {
    width: 28px;
}
.current-lang::after {
    content: '\f0d7';
    font-family: "Font Awesome 5 Pro";
    margin-left: 6px;
    font-weight: bold;
}
.nav-panel .wd_search_form_container button {
    background: none;
    border: none;
    cursor: pointer;
}
.nav-panel .wd_search_form_container button::after {
    content: '\f002';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 11px;
    left: 17px;
    font-size: 21px;
    color: #777;
}
.nav-toggle,
.current-lang {
    cursor: pointer;
}
.logo img {
    max-height: 212px;
}
.hero-slider__text .wd_flyout {
    display: none;
}

/************************
 GLOBAL
************************/
.wd_category_items .item p {
    margin-bottom: 1rem;
    font-size: 18px;
    line-height: 1.3;
}
#wd_printable_content .page_header {
    display: none;
}
.wd_category_items .item_name {
    font-family: Mont;
    font-size: 46px;
    line-height: 1.1;
    margin-bottom: 30px;
}
.wd_featurebox_title {
    font-family: Mont;
    font-size: 46px;
    line-height: 1.1;
    margin-bottom: 24px;
}
.wd_pageid_20303 .breadcrumb {
    display: none;
}

/* buttons */
p.more a,
.wd_featureboxes_top p.more a,
.wd_featureboxes_middle p.more a,
.wd_alerts p.more a,
#wd_slider p.more a {
    background: #FFB300;
    display: block;
    width: fit-content;
    font-family: Mont;
    color: #000;
    text-decoration: none;
    font-size: 20px;
    line-height: 1.25;
    padding: 12px 20px;
    margin: 30px 0 50px;
}
p.more a:hover,
.wd_featureboxes_top p.more a:hover,
.wd_featureboxes_middle p.more a:hover,
.wd_alerts p.more a:hover,
#wd_slider p.more a:hover {
    background: #e4a613;
}
.wd_featureboxes_top p.more a span:first-child,
.wd_featureboxes_middle p.more a span:first-child,
p.more a {
    position: relative;
}
.wd_featureboxes_top p.more a span:first-child:after,
.wd_featureboxes_middle p.more a span:first-child:after {
    content: '';
    display: none;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #000;
    left: 0;
    bottom: 0;
}
.wd_alerts p.more a:after,
#wd_slider p.more a:after,
.wd_submit-wrap:after {
    content: '';
    display: none;
    position: absolute;
    width: calc(100% - 54px);
    height: 2px;
    background: #000;
    right: 20px;
    bottom: 12px;
}
.wd_featureboxes_top p.more a:hover span:first-child:after,
.wd_featureboxes_middle p.more a:hover span:first-child:after,
.wd_alerts p.more a:hover span:first-child:after,
.wd_alerts p.more a:hover:after,
#wd_slider p.more a:hover:after,
.wd_submit-wrap:hover:after {
    display: block;
}
p.more a:before,
.wd_chevron:before,
.wd_featureboxes_squares p a:before,
.wd_featureboxes_top p.more a:before,
.wd_featureboxes_middle p.more a:before,
.wd_alerts p.more a:before {
    content: '\f054';
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    display: inline-block;
    line-height: 25px;
    margin-right: 6px;
    position: relative;
    top: -1px;
}
#wd_printable_content .wd_search_form input[type="submit"] {
    background: #FFB300;
    font-family: Mont;
    cursor: pointer;
    border: none;
}
#wd_printable_content .wd_search_form input[type="submit"]:hover {
    background: #e4a613;
}
.wd_submit-wrap {
    background: #FFB300;
    display: block;
    font-family: Mont;
    color: #000;
    text-decoration: none;
    font-size: 20px;
    width: fit-content;
    cursor: pointer;
    position: relative;
    padding: 0 20px;
}
.wd_submit-wrap:hover {
    background: #e4a613;
}
.wd_submit-wrap:before {
    content: '\f054';
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    display: inline-block;
    line-height: 25px;
    margin-right: 8px;
    position: relative;
    top: -1px;
}
#wd_printable_content input[type="submit"] {
    border: none;
    background: none;
    height: 49px;
    width: fit-content;
    margin: 0;
    max-width: 100%;
    padding: 0;
    font-weight: 600;
    font-family: 'TheSans C5';
}


/************************
 SQUARES FB
************************/
.wd_featureboxes_squares .wd_imagetable {
    display: none;
}
.wd_featureboxes_squares > div {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex: 1;
    padding: 30% 7% 5%;
}
.wd_featureboxes_squares {
    display: flex;
    gap: 32px;
    border-bottom: 1px solid #FFB300;
    margin-bottom: 100px;
    padding-bottom: 100px;
}
.wd_featureboxes_squares .wd_featurebox_title {
    font-family: Mont;
    font-size: 20px;
}
.wd_featureboxes_squares p {
    font-size: 18px;
}
.wd_featureboxes_squares p a {
    color: #FFB300;
    font-family: Mont;
    font-size: 20px;
    text-decoration: none;
    line-height: 25px;
}
.wd_featureboxes_squares .wd_featurebox > p:first-child {
    margin: 12px 0;
}
  
/************************
 PRESS RELEASE FB / STORIES TEASERS FB
************************/
.wd_newsfeed_releases-teaser,
.wd_stories-teaser {
    display: flex;
    gap: 32px;
}
.wd_newsfeed_releases-teaser .item,
.wd_stories-teaser .item {
    flex: 1;
    position: relative;
    margin: 0;
    padding: 0;
}
.wd_newsfeed_releases-teaser .wd_thumbnail img,
.wd_stories-teaser .itemlink img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.wd_newsfeed_releases-teaser .wd_title a,
.wd_stories-teaser .item_name a {
    font-family: Mont;
    color: #000;
    text-decoration: none;
    font-size: 24px;
    line-height: 1.25;
}
.wd_newsfeed_releases-teaser .wd_date,
.wd_stories-teaser .wd_date {
    font-size: 18px;
    margin: 12px 0 2px;
}
.wd_newsfeed_releases-teaser .wd_category_link_list,
.wd_stories-teaser .wd_category_link_list {
    background: #DFE4E8;
    padding: 10px 20px;
    width: 100%;
}
.wd_newsfeed_releases-teaser .wd_category_link a,
.wd_stories-teaser .wd_category_link a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.25;
    font-weight: bold;
}
.wd_newsfeed_releases-teaser .wd_category_link,
.wd_stories-teaser .wd_category_link {
    margin: 0;
}
.wd_newsfeed_releases-teaser .wd_category_link:not(:last-child):after,
.wd_stories-teaser .wd_category_link:not(:last-child):after {
    content: ',';
    margin-right: 5px;
}
.wd_newsfeed_releases-teaser .wd_category_link,
.wd_stories-teaser .wd_category_link {
    display: none;
}
.wd_newsfeed_releases-teaser .wd_category_link:nth-child(1),
.wd_newsfeed_releases-teaser .wd_category_link:nth-child(2),
.wd_newsfeed_releases-teaser .wd_category_link:nth-child(3),
.wd_stories-teaser .wd_category_link:nth-child(1),
.wd_stories-teaser .wd_category_link:nth-child(2),
.wd_stories-teaser .wd_category_link:nth-child(3) {
    display: inline-block;    
}
.wd_newsfeed_releases-teaser .wd_chevron,
.wd_stories-teaser .wd_chevron {
    color: #FFB300;
    text-decoration: none;
    font-size: 18px;
    margin-top: 15px;
    display: block;
    width: fit-content;
}
.wd_newsfeed_releases-teaser .wd_chevron::before,
.wd_stories-teaser .wd_chevron::before {
    font-size: 14px;
}

/************************
 RESOURCES
************************/
.wd_resources .cta__image-wrapper {
    background: url(../images/banner.png) no-repeat, #DFE4E8;
    background-position: bottom right;
}
.cta__content {
    background: none;
}
.wd_featureboxes_resources {
    display: flex;
    gap: 35px;
}
.wd_featureboxes_resources > div {
    flex: 1;
    background: white;
    padding: 42px 50px;
    width: 33.33%;
}
.wd_featureboxes_resources .wd_featurebox_title {
    font-size: 24px;
    font-family: Mont;
    border-bottom: 1px solid #FFB300;
    padding-bottom: 28px;
}
.wd_featureboxes_resources p a {
    display: block;
    width: fit-content;
    color: #FFB300;
    text-decoration: none;
    font-size: 18px;
    margin-top: 15px;
}
.wd_featureboxes_resources p a:before,
.wd_download:before,
#wd_slider p.more a:before {
    content: '\f33d';
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    display: inline-block;
    line-height: 25px;
    margin-right: 8px;
    position: relative;
    top: -1px;
}

.wd_content a:hover {
    text-decoration-line: underline;
    text-decoration-thickness: 2px;
}
.wd_content a:focus,
.wd_content a:focus-visible {
    outline: 1px solid #000;
    outline-offset: 2px;
}
.wd_featureboxes_squares p a:hover,
.wd_chevron:hover,
.wd_featureboxes_resources p a:hover {
    text-decoration-line: underline;
    text-decoration-thickness: 2px;
}
.wd_featureboxes_squares p a:focus,
.wd_featureboxes_squares p a:focus-visible,
.wd_chevron:focus,
.wd_chevron:focus-visible,
.wd_featureboxes_resources p a:focus,
.wd_featureboxes_resources p a:focus-visible {
    outline: 1px solid #FFB300;
    outline-offset: 2px;
}


/************************
 ALERTS
************************/
.wd_alerts .cta__content {
    background: white;
    padding-left: 15%;
    padding-right: 15%;
}
.wd_alerts .wd_featurebox_title {
    font-size: 32px;
    color: #282828;
    margin-bottom: 20px;
}
.wd_alerts p.more {
    margin-top: 24px;
}
.wd_alerts p.more a {
    margin-bottom: 0;
}
.uc-text-embedding.consent-not-exists {
    display: none;
}

/************************
 BOTTOM LEFT/RIGHT
************************/
.wd_bottom-flex .section__inner {
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
}
.wd_featureboxes_bottom_left {
    flex: 1;
}
.wd_featureboxes_bottom_right {
    flex: 2;
}
.wd_featureboxes_bottom_left .wd_imagetable,
.wd_featureboxes_bottom_left .wd_imagetable img {
    width: 100%;
}
.wd_featureboxes_bottom_right > div {
    background: #F0F3F4;
    padding: 7%;
}
.wd_featureboxes_bottom_right > div:first-child {
    margin-bottom: 35px;
}
.wd_featureboxes_bottom_right .wd_featurebox_title {
    display: none;
}
.wd_featureboxes_bottom_right ul {
    display: flex;
    gap: 6%;
    margin-top: 20px;
    justify-content: center;
}
.wd_featureboxes_bottom_right .wd_featurebox > p {
    font-family: Mont;
    color: #282828;
    font-size: 32px;
    text-align: center;
}
.wd_featureboxes_bottom_left h3 {
    font-size: 24px;
    font-family: Mont;
}
.wd_featureboxes_bottom_left p {
    font-size: 18px;
    margin-bottom: 12px;
}
.wd_featureboxes_bottom_left p a {
    color: #000;
    text-decoration: none;
}
.wd_featureboxes_bottom_left .wd_imagetable img {
    margin-bottom: 20px;
}
.wd_featureboxes_bottom_left .wd_sr-only {
    visibility: hidden;
}
.wd_featureboxes_bottom_left .wd_sr-only {
    font-size: 0;
}
.wd_featureboxes_bottom_left i {
    margin-right: 14px;
    color: #FFB300;
}
.wd_featureboxes_bottom_left i,
.site-footer__contact i {font-style: normal;}
.fa-mobile-screen {
    font-size: 22px;
}
.wd_bottom-flex .wd_featurebox_title {
    width: 100%;
}
.fa-mobile-screen::before {
    content: "\f3cf";
}
  
/************************
 SLIDESHOW
************************/
body:not(.wd_pageid_20303) section.wd_slideshow {
    display: none;
}
section.wd_slideshow {
    background: #DFE4E8;
}
#wd_slider .slide a {
    display: block;
    text-decoration: none;
}
#wd_slider .slide .img-wrap > img{
    width: 100%;
    height: 18vw;
    object-fit: cover;
}
#wd_slider .slick-slide > div {
    margin: 0 18px;
}
#wd_slider {
    width: 100%;
    position: relative;
}
#wd_slider h3 {
    font-family: Mont;
    color: #000;
    font-size: 32px;
    margin-top: 28px;
}
.wd_slideshow .cta__content {
    margin: 0;
    padding: 0;
    max-width: 100%;
}
.wd_slideshow .cta__inner--with-image {
    padding-left: 0;
    padding-right: 0;
}
#wd_slider .slick-arrow {
    position: absolute;
    top: -140px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #282828;
    width: 58px;
    height: 58px;
    transition: all ease 0.1s;
}
#wd_slider .slick-arrow:hover {
    background: #282828;
}
#wd_slider .slick-arrow:hover::before {
    color: #fff;
}
.slick-prev::before, 
.slick-next::before {
    font-family: 'Font Awesome 5 Pro';
    font-size: 24px;
    line-height: 1;
    transition: all ease 0.1s;
    color: #282828;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev::before {content: "\f053";}
.slick-next::before {content: "\f054";}
#wd_slider .slick-arrow.slick-prev {left: calc(50% - 50px);}
#wd_slider .slick-arrow.slick-next {left: calc(50% + 50px);}

.wd_slideshow .wd_featurebox_title {
    text-align: center;
    padding-bottom: 148px;
    margin-bottom: 42px;
}
#wd_slider .slick-slide  {
    opacity: 0.4;
    transition: all ease .35s;
}
#wd_slider .slick-center {
    opacity: 1;
}
.slick-dots {
    display: flex;
    background: #bbb;
    height: 1px;
    position: absolute;
    top: -42px;
}
.slick-dots li {
    flex: 1;
    background: transparent;
    height: 2px;
    padding: 0;
    margin: 0;
    transition: all ease 0.35s;
    position: relative;
    top: -1px;
}
.slick-dots li button {
    display: none;
}
.slick-dots li.slick-active {
    background: #FFB300;
}
/* slider flyout */
.img-wrap {
    position: relative;
}
#wd_slider .slide_flyout-btn img {
    position: absolute;
    height: 44px;
    width: 44px;
    bottom: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
}
.slide_flyout {
    position: absolute;
    background: rgba(40, 40, 40, 0.85);
    height: 44px;
    width: 44px;
    bottom: 0;
    z-index: 1;
    transition: all 0.2s cubic-bezier(0.3, 0.02, 0.7, 1.05);
    align-items: center;
    padding-left: 44px;
    display: flex;
}
.slide_flyout span {
    color: white;
    opacity: 0;
    visibility: hidden;
    transition: all 0.15s 0s;
}
.slide_flyout.wd_open span {
    opacity: 1;
    visibility: visible;
    transition: all 0.15s 0.1s;
}
.slide_flyout.wd_open {
    width: 100%;
}
.wd_flyout {
    display: none;
}

/************************
 SEARCH PAGE
************************/
.wd_sphinx_search .wd_search_form_basic > a,
.wd_sphinx_search .wd_search_info {
    display: none;
}

.wd_sphinx_search .wd_search_result {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #aaaa
}

/************************
 PAGINATION
************************/
.wd_page_menu {
    display: flex;
    flex-direction: column;	
    text-align: center;
    padding-top: 10px;
}
.wd_page_limit,
.wd_page_links {
    float: none!important; /* override inline styles */
    margin: 10px 0;
    padding: 0;
}
.wd_page_limit {
    order: 2;
}
.wd_page_link {
    font-size: 18px;
    border: none;
    padding: 8px 16px;
}
.wd_page_link a {
    color: #282828;
    text-decoration: none;
    border-bottom: none;
    padding: 2px;
}
.wd_page_link a:hover {
    text-decoration: none;
}
.wd_page_link:hover {
    text-decoration: none;
    outline: 2px solid #FFB300;
    outline-offset: -2px;
}
.wd_linkmenu-header {
    padding: 6px 2px;
}
.wd_page_link:first-child,
.wd_page_link:last-child {
    border: none;
}
.wd_page_active {
    font-weight: bold;
    color: #fff;
    background-color: #FFB300;
}

.wd_page_prev span:before,
.wd_page_next span:before,
.wd_page_prev a:before,
.wd_page_next a:before {
    content: '\f054';
    font-family: "Font Awesome 5 Pro";
    font-size: 22px;
    position: relative;
    top: 2px;
}
.wd_page_prev span:before,
.wd_page_next span:before {opacity: 0.5;}
.wd_page_prev span:before,
.wd_page_prev a:before {content: '\f053';}
.wd_page_prev a,
.wd_page_next a,
.wd_page_prev span,
.wd_page_next span {
    font-size: 0;
}
.wd_page_prev {margin-right: 20px;}
.wd_page_next {margin-left: 20px;}

/************************
 BREADCRUMBS
************************/
.breadcrumb > *:not(:first-child):before {
    content: '•';  
    color: #000;
    position: absolute;
    left: -16px;
    top: 0;
}
.breadcrumb {
    font-size: 18px;
    font-weight: bold;
    padding: 40px 0;
    margin: 0;
}
.breadcrumb > *:not(:first-child) {
    margin-left: 20px;
    position: relative;
}
.breadcrumb a {
    text-decoration: none;
    color: #000;
}
.breadcrumb span {
    color: #999;
}
.wd_pageid_20303 .breadcrumb > *:before,
.wd_pageid_20303 .breadcrumb > *:first-child {
    display: none;
}
/************************
 PRESS RELEASE / PRESS KITS
************************/
.wd_newsfeed_releases .wd_item_list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

/* items */
.wd_newsfeed_releases .wd_item_list .wd_item {
    width: calc(33.33% - 20px);
    position: relative;
    margin: 0;
    padding: 0;
}
.wd_newsfeed_releases .wd_item_list .wd_thumbnail img,
.wd_stories .wd_item_list .wd_thumbnail img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.wd_newsfeed_releases .wd_item_list .wd_title a,
.wd_stories .wd_item_list .wd_title a {
    font-family: Mont;
    color: #000;
    text-decoration: none;
    font-size: 24px;
    line-height: 1.25;
}
.wd_newsfeed_releases .wd_item_list .wd_date,
.wd_stories .wd_item_list .wd_date {
    font-size: 18px;
    margin: 12px 0 2px;
}
.wd_newsfeed_releases .wd_item_list .wd_category_link_list,
.wd_stories .wd_item_list .wd_category_link_list {
    background: #DFE4E8;
    padding: 10px 20px;
    width: 100%;
}
.wd_newsfeed_releases .wd_item_list .wd_category_link a,
.wd_stories .wd_item_list .wd_category_link a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.25;
    font-weight: bold;
}
.wd_newsfeed_releases .wd_item_list .wd_category_link,
.wd_stories .wd_item_list .wd_category_link {
    margin: 0;
}
.wd_newsfeed_releases .wd_item_list .wd_category_link:not(:last-child):after,
.wd_stories .wd_item_list .wd_category_link:not(:last-child):after {
    content: ',';
    margin-right: 5px;
}
.wd_newsfeed_releases .wd_item_list .wd_category_link,
.wd_stories .wd_item_list .wd_category_link {
    display: none;
}
.wd_newsfeed_releases .wd_item_list .wd_category_link:nth-child(1),
.wd_stories .wd_item_list .wd_category_link:nth-child(1),
.wd_newsfeed_releases .wd_item_list .wd_category_link:nth-child(2),
.wd_stories .wd_item_list .wd_category_link:nth-child(2),
.wd_newsfeed_releases .wd_item_list .wd_category_link:nth-child(3),
.wd_stories .wd_item_list .wd_category_link:nth-child(3) {
    display: inline-block;    
}
.wd_newsfeed_releases .wd_item_list .wd_chevron,
.wd_stories .wd_item_list .wd_chevron {
    color: #FFB300;
    text-decoration: none;
    font-size: 18px;
    margin-top: 15px;
    display: block;
    width: fit-content;
}
.wd_newsfeed_releases .wd_item_list .wd_chevron::before,
.wd_stories .wd_item_list .wd_chevron::before {
    font-size: 14px;
}
.wd_newsfeed_releases .wd_item .wd_thumbnail,
.wd_stories .wd_item .wd_thumbnail {
    float: none;
    margin: 0;
    position: relative;
}
.wd_newsfeed_releases .wd_item,
.wd_stories .wd_item {
    overflow: hidden;
}

/* press kits */
.wd_stories .wd_item {
    display: flex;
    gap: 30px;
    border-bottom: 1px solid #ccc;
    margin: 0 0 48px;
    padding: 0 0 48px;
}
.wd_stories .wd_item-left {
    max-width: 400px;
    width: 40%;
}
.wd_stories .wd_release-text {
    flex: 1;
}
.wd_stories .wd_item_list .wd_thumbnail img {
    display: block;
}
.wd_stories .wd_summary {
    margin: 12px 0 24px;
}
.wd_stories .wd_item_list .wd_date {
    margin-top: 0;
}

/* search */
.section.bg-white {
    overflow: hidden;
}
.wd_newsfeed_releases .wd_search_advanced_link,
.wd_stories .wd_search_advanced_link,
#wd_printable_content .wd_subscribe_link {
    display: none;
}
.wd_newsfeed_releases .wd_item_search_form_container,
.wd_stories .wd_item_search_form_container {
    position: relative;
    margin-bottom: 40px;
}
.wd_newsfeed_releases .wd_item_search_form_container:before,
.wd_stories .wd_item_search_form_container:before {
    content: '';
    background: #DFE4E8;
    display: block;
    width: 100%;
    height: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    z-index: 1;
    height: 100%;
}
.wd_newsfeed_releases .wd_item_search_form_container .wd_search_form,
.wd_stories .wd_item_search_form_container .wd_search_form {
    z-index: 10;
    position: relative;
    background: #DFE4E8;
    padding: 50px 0;
}
.wd_newsfeed_releases .wd_search_basic_fields,
.wd_stories .wd_search_basic_fields {
    border: none;
    background: none;
    padding: 0;
}
#wd_printable_content .wd_search_form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0 32px 0 0;
}
.wd_search_form .wd_select {
    display: inline-block;
    position: relative;
    border-bottom: 1px solid #000;
    width: 200px;
}
#wd_printable_content .wd_search_form .wd_select select {
    background: none;
    border: none;
    font-family: TheSans C5, sans-serif;
    width: 100%;
}
.wd_search_form .wd_select:after {
    content: '\f078';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 8px;
    right: 8px;
}
#wd_printable_content .wd_search_form input {
    border: 1px solid #000;
    color: #000;
    font-size: 14px;
    font-family: TheSans C5, sans-serif;
    background: none;
}
.wd_search_basic_fields {
    display: flex;
    gap: 20px;
}
.wd_search_basic_fields input {
    flex: 1;
}
.wd_search_form {
    width: 100%;
}
#wd_printable_content .wd_search_button {
    background: #FFB300;
    display: block;
    width: fit-content;
    font-family: Mont;
    color: #000;
    text-decoration: none;
    font-size: 20px;
    border: none;
    cursor: pointer;
    min-width: 92px;
}
#wd_printable_content .wd_search_button:before {
    content: '\f054';
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    display: inline-block;
    line-height: 25px;
    margin-right: 8px;
    position: relative;
    top: -1px;
    font-weight: bold;
}
#wd_printable_content .wd_search_form .wd_select,
#wd_printable_content .wd_search_form input,
#wd_printable_content .wd_search_button {
    height: 40px;
}
#wd_printable_content .wd_search_button:hover {
    background: #e4a613;
}




/************************
 RELEASE DETAILS
************************/
/* Toolbar */
div.wd_toolbar {
    padding: 0;
    border: none;
    margin: 0;
}
div.wd_toolbar ul.wd_tools li.wd_tool {
    float: left;
    margin-right: 2px;
}
span.wd_tool_icon > a:link,
span.wd_tool_icon > a:visited {
    color: #FFB300;
    background: none !important; /* override inline */
    transition: all .2s ease-in-out;
    font-size: 1rem;
}
span.wd_tool_icon a:hover {
    transform: translateY(-4px);
}
.wd_toolbar .fa {
    font-weight: 700;
}
.wd_toolbar svg.ext {
    display: none !important; /* override client !important */
}
span.fa-file-pdf-o:before {
    content: '\f1c1';
    
}
span.fa-twitter:before,
span.fa-linkedin:before,
span.fa-facebook:before {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}
/* END Toolbar */

.wd_release .hero-slider,
.wd_asset_gallery_container .wd_continue_link {
    display: none;
}
.wd_release .wd_content {
    margin-top: 100px;
}
.wd_release .wd_title {
    font-family: Mont;
    font-size: 46px;
    font-weight: bold;
    line-height: 1.1;
    margin: 20px 0;
}
.wd_release .wd_subtitle,
.wd_release .wd_stories-detail .wd_body h3 {
    font-family: Mont;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin: 24px 0;
}
.wd_release ol {
    margin: 1em 0 1em 0;
    padding-left: 40px;
}
.wd_release .wd_body ol li {
    list-style-type: decimal;
}
.wd_release .wd_body ul li {
    list-style-type: disc;
}
.wd_release .wd_body ol,
.wd_release .wd_body ul {
    margin: 1em 0 1em 0;
    padding-left: 40px;
}
.wd_release .wd_body {
    font-size: 18px;
    line-height: 23px;
}
.wd_release .wd_body > p {
    margin-bottom: 20px;
}

/* Assets */
.wd_videos-modal .wd_video {
	min-width: 600px;
}
.wd_release .wd_asset_gallery_list,
.wd_release .wd_asset_gallery,
.wd_release .wd_asset_inline,
.wd_release .wd_asset_carousel {
	background-color: transparent;
}
.wd_videos-modal .wd_video {
	min-width: 600px;
}
.wd_documents_asset .wd_file_info {
	text-transform: uppercase;
}
.wd_document_modal .wd_filesize {
	display: none;
}
.wd_release .wd_asset_inline_list {
	margin-left: 40px;
}
.wd_release .wd_title_overlay p {
    font-size: 12px;
}
.wd_release ul.wd_asset_inline_list {
    margin-left: 36px;
}
.wd_asset_list .wd_asset_inline.wd_item.single-img {
    width: auto !important; 
    box-sizing: border-box !important;
    position: relative !important;
    top: auto !important;
    left: auto !important; /* override inline ^ */ 
    background: none; 
}
.wd_video_modal {
    max-width: 1000px;
    margin: 0 auto;
}
.wd_modal-inner {
    width: fit-content !important;
    height: fit-content !important;
}
.fa.fa-play-circle-o:before {
    content: '\f144';
}

.wd_release .logo img {
    max-height: 165px;
}
.wd_release .breadcrumb {
    padding: 60px 0 40px;
}

/* Carousel */
.wd_asset_carousel_aspect {
    margin: 24px 0 64px;
}
a.wd_carousel-arrow.wd_carousel-prev,
a.wd_carousel-arrow.wd_carousel-next {
    text-decoration: none;
}
.wd_carousel.wd_asset_wrapper {
    position: relative;
}
.wd_carousel-cropper {
    margin: 0 auto;
    display: block;
}
.wd_asset_carousel_type_link_list {
    display: none;
}
.wd_release .wd_layout-carousel.wd_asset_list {
    margin: 0;
}

/* captioned */
.wd_captioned_image {
    position: relative;
    width: fit-content !important; /* override inline */
    margin: 24px auto !important;
}
.wd_captioned_image .wd_caption .wd_caption {
    display: none;
}
.wd_captioned_image .wd_caption {
    position: absolute;
    background: rgba(40, 40, 40, 0.85);
    height: 44px;
    width: 44px;
    bottom: 0;
    z-index: 1;
    transition: all 0.2s cubic-bezier(0.3, 0.02, 0.7, 1.05);
    align-items: center;
    padding-left: 44px;
    display: flex;
    color: white;
    font-size: 16px;
    font-style: normal;
    right: 0;
}
.wd_captioned_image .wd_image img {
    display: block;
    width: fit-content;
    max-width: 100%;
}
.wd_captioned_image .wd_flyout-btn {
    position: absolute;
    height: 44px;
    width: 44px;
    bottom: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
}
.wd_captioned_image .wd_caption.wd_open {
    width: 100%;
}  
.wd_captioned_image .wd_caption span {
    color: white;
    opacity: 0;
    visibility: hidden;
    transition: all 0.15s 0s;
}
.wd_captioned_image .wd_caption.wd_open span {
    opacity: 1;
    visibility: visible;
    transition: all 0.15s 0.1s;
}

.wd_captioned_image[style*="float:right"] {
    margin-left: 24px !important;
}
.wd_captioned_image[style*="float:left"] {
    margin-right: 24px !important;
}

.wd_captioned_image .wd_caption {
    font-size: 0px;
    padding: 0 44px 0 0;
    min-height: 44px;
}
.wd_captioned_image .wd_caption.wd_open {
    height: auto;
    font-size: 15px;
    padding: 8px 44px 8px 8px;
}


/************************
 PRESS CONTACT
************************/
.wd_pageid_20299 .wd_featurebox_title {
    display: none;
}
.wd_pageid_20299 .wd_featureboxes_bottom_left .wd_imagetable img {
    height: 260px;
    width: fit-content;
}
.wd_pageid_20299 #wd_printable_content {margin-top: 30px;}


/************************
 CONTACT
************************/
.wd_subscribe2 .wd_form_field_label,
.wd_subscribe2 .wd_form_field_input {
    margin: 0;
}

#wd_printable_content .wd_subscribe2 input[type="text"] {
    border: 1px solid #282828;
    height: 40px;
}
#wd_printable_content .wd_subscribe2 input[type="text"]:hover {
    border-width: 2px;
}
#wd_printable_content .wd_subscribe2 input[type="text"]:focus-visible {
    box-shadow: 0 0 0 2px #28282844;
    outline: none;
}
.wd_subscribe2 label {
    color: rgb(40, 40, 40);
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 5px;
    font-size: 16px;
}
#wd_printable_content input[type="radio"] {
    margin-right: 7px;
}
.wd_subscribe2 .wd_form_field_pos_below_inline > div {
    display: inline-block;
}
.wd_subscribe2 .wd_form_field_pos_below_inline > div:first-child {
    margin-right: 6px;
}
#wd_printable_content .wd_form_field_label {
    line-height: 1.5;
}
#wd_printable_content .wd_form_field {
    margin: 0 0 24px;
}
.wd_subscribe2 .wd_form_field,
#wd_printable_content .wd_subscribe2 .wd_form_buttons,
.wd_subscribe2 .wd_form_footer {
    margin: 0;
}
.wd_subscribe2 .wd_form_footer {
    margin-top: 24px;
}
.wd_subscribe2 .wd_formbuilder > a {
    color: #ffb300;
    text-decoration: none;
    font-size: 18px;
    margin-top: 24px;
    display: block;
    width: fit-content;
}
.wd_form_field_pos_right a[href*="unsub"] {
    display: none;
}
.wd_subscribe2 .wd_form_header {
    margin-bottom: -12px;
}
.wd_form_field_header {
    font-weight: bold;
}
.wd_input_border label {
    font-weight: normal;
}

/* custom radio */

.wd_subscribe2 .wd_parent_category,
.wd_subscribe2 .wd_category_checkbox {position: relative;}
.wd_subscribe2 input[type=radio] + label {cursor: pointer;}
.wd_subscribe2 input[type=radio] + label::before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    background: white;
    border: none;
}
.wd_subscribe2 input[type=radio] + label::after {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    border: 1px solid #222;
    background: none;
}
.wd_subscribe2 input[type=radio]:checked + label::before {
    content: '';
    background: #000;
    display: none;
    border: 5px solid white;
}
.wd_subscribe2 input[type=radio]:checked + label::before {display: block;}

.wd_subscribe2 input[type="radio"] {
    appearance: #fff;
}
.wd_subscribe2 input[type=radio] + label:hover::after {
    border-width: 2px;
}

/* custom checkboxes */
.wd_subscribe2 input[type=checkbox] + label {cursor: pointer;}
.wd_subscribe2 input[type=checkbox] + label::before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    border: 1px solid #222;
}
.wd_subscribe2 input[type=checkbox] + label:hover::before {
    border-width: 2px;
}
.wd_subscribe2 input[type=checkbox]:checked + label::after {
    content: '';
    width: 6px;
    height: 10px;
    position: absolute;
    transform: rotate(45deg);
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    left: 7px;
    top: 4px;
}
.wd_subscribe2 input[type=checkbox]:checked + label::before {background: #fff;}
.wd_subscribe2 input[type=checkbox]:checked + label::after {display: block;}

#wd_printable_content .wd_subscribe2 input[type="checkbox"],
#wd_printable_content .wd_subscribe2 input[type="radio"],
.wd_form_field_pos_below_inline input[type="radio"] {
    appearance: none;
    border: none;
}
.wd_input_border {
    position: relative;
    display: flex;
    align-items: center;
}

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

    .wd_featureboxes_resources > div {width: auto;}
    .wd_featureboxes_resources {
        flex-direction: column;
    }

    .logo > a {display: none;}

}

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

    .wd_newsfeed_releases .wd_item_list .wd_title a {font-size: 22px;}

    #wd_slider .slide .img-wrap > img {height: max(50vw, 260px);}

}

@media (max-width: 850px) {

    .wd_search_basic_fields {flex-direction: column;}
    #wd_printable_content .wd_search_form input,
    .wd_search_form .wd_select,
    #wd_printable_content .wd_search_button {
        width: 100%;
        max-width: 100%;
    }
    .wd_search_basic_fields input {
        flex: initial;
    }

    .wd_newsfeed_releases .wd_item_list .wd_item {width: calc(50% - 15px);}

}

/* Medium devices (tablets) */
@media (max-width: 767px) {

    #wd_printable_content .wd_subscribe2 input[type="text"] {max-width: 100%;}

    .wd_release .wd_title {font-size: 36px;}
    .wd_release .wd_body {
        font-size: 16px;
        line-height: 21px;
    }
    .wd_release .wd_subtitle,
    .wd_release .wd_stories-detail .wd_body h3 {
        font-size: 20px;
        line-height: 25px;
    }

    .copyright__flyout.copyright__flyout--open {height: 72px;}
    .copyright__flyout-content {padding-left: 20px; padding-right: 20px;}

    .logo img {
        height: 65px;
    }

    .wd_featureboxes_squares,
    .wd_newsfeed_releases-teaser,
    .wd_stories-teaser,
    .wd_bottom-flex .section__inner {
        flex-direction: column;
    }

    .wd_featurebox_title,
    .wd_category_items .item_name {font-size: 36px;}

    .wd_featureboxes_bottom_right .wd_featurebox > p,
    #wd_slider h3 {font-size: 26px;}

    .wd_newsfeed_releases .wd_title a,
    .wd_featureboxes_resources .wd_featurebox_title,
    .wd_newsfeed_releases-teaser .wd_title a, 
    .wd_stories-teaser .item_name a {font-size: 20px;}

    .wd_featureboxes_resources p a,
    .wd_featureboxes_squares p a,
    .wd_featureboxes_squares p,
    .wd_newsfeed_releases-teaser .wd_category_link a, 
    .wd_newsfeed_releases .wd_category_link a, 
    .wd_stories-teaser .wd_category_link a,
    .wd_category_items .item p {font-size: 16px;}


    /* forms */
    .wd_sphinx_search .wd_search_form {
        display: flex;
        flex-direction: column;
        gap: 10px;
        
    }
    #wd_printable_content .wd_sphinx_search input[type="submit"] {
        margin: 0;
        margin-top: 4px;
    }
    #wd_printable_content .wd_sphinx_search input,
    #wd_printable_content .wd_sphinx_search button {
        width: 100%;
        max-width: 100%;
        height: 38px;
    }

    .wd_videos-modal .wd_video {
		min-width: unset;
	}

    .site-footer__logo-link img {
        object-fit: cover;
        height: 150px;
        width: 150px;
    }



}

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

    .wd_stories .wd_item {flex-direction: column;}
    .wd_stories .wd_item-left {max-width: 100%; width: 100%;}

    .nav-panel {
        width: 85%;
        right: -85%;
    }
    
    .wd_page_link {
        padding: 8px;
    }

    #wd_slider .slick-slide {opacity: 1;}
    #wd_slider .img-wrap {margin: 0 -18px;}

    .copyright__copyright {font-size: 14px;}

    .wd_page_link {font-size: 15px;}

    .wd_page_prev {margin-right: 0px;}
    .wd_page_next {margin-left: 0px;}

    /* press release */
    .wd_newsfeed_releases .wd_item_list .wd_item {width: 100%;}

}

/* CLIENT CSS OVERRIDES */
.site-footer__logo-link img {
    object-fit: cover;
    height: 212px;
    width: 212px;
}
div.site-footer__logo-moderndenken .site-footer__logo-link img {
    object-fit: cover;
    height: 150px;
    width: 175px;
}


.fa, .fa-classic, .fa-light, .fa-regular, 
.fa-solid, .fa-thin, .fal, .far, .fas, .fat,
.site-footer__contact-page-link::before,
.site-footer__bottom-bar-link::before {
    font-family: "Font Awesome 5 Pro";
}
.copyright__flyout-content {
    overflow-y: initial;
}

.hero-slider__content h1 {overflow: visible;}
@media (min-width: 1200px) {
    .section__inner {
        padding-block: 0px;
    }
    .wd_pageid_20303 .section__inner {
        padding-block: 96px;
    }
}
@media (max-width: 992px) {
    .site-footer {
        margin-top: 48px;
    }
}
.site-footer {margin-top: 96px;}
.wd_pageid_20303 .site-footer {margin-top: 0;}
.section__inner {padding-block: 0;}
.wd_pageid_20303 .section__inner {padding-block: 48px;}