.wd_pageid_34141.wd_item_page footer#tiResponsiveFooter {
    margin-top: 0;
}
body {
    position: relative;
    width: 100%;
}
body.no-scroll {
    overflow-Y: hidden;
    touch-action: none;
}
body.no-scroll:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0; 
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 99999;
    transition: all .25s ease;
}
.mobile .country-bar.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 12;
}
p.more .fa-chevron-right {
    padding-left: 5px;
    font-family: "Font Awesome 5 Pro";
    color: #c00;
    font-style: normal; 
    font-size: 12px;
}
.wd_item .wd_date {
    color: #555;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    font-family: 'Roboto', sans-serif;
}
.wd_item .item_name a,
.wd_item .wd_title a {
    font-size: 21px;
    font-weight: 400;
    line-height: 33px;
    color: #118899;
}
.wd_summary p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
.wd_body p {
    margin-bottom: 28px;
}
.wd_body ul {
    font-size: 1.286em;
    font-weight: 400;
    line-height: 28px;
}
.wd_item .wd_author {
    display: none;
}
.wd_item .wd_category_link_list {
    display: none;
}
.page_header {
    padding-bottom: 17px;
}

.container {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0 15px;
}
.wd_mobile_nav {
    position: fixed;
    top: 0; 
    left: 0;
    right: 0;
    width: 90%;
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    z-index: 100000;
    transform: translateX(-100%);
    transition: transform .25s ease;
    display: none;
    touch-action: pan-y;
}
.wd_mobile_nav.open {
    transform: translateX(0);
    transition: transform .25s ease;
}
.wd_mobile_nav ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.wd_mobile_nav > ul {
    min-height: 1000px;
}
.wd_mobile_nav ul a {
    width: 100%;
    padding: 9px 20px;
    color: #333;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    display: block;
    border-bottom: 1px dotted #ccc;
    touch-action: pan-y;
}
.wd_mobile_nav ul a.wd-gray {
    color: #aaa;
}
.wd_mobile_nav h4 {
    width: 100%;
    padding: 9px 20px;
    color: #333;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    display: block;
    border-bottom: 1px dotted #ccc;
    touch-action: pan-y;
    color: #c00;
    margin: 0;
}
.wd_mobile_nav ul a.wd-gray:hover {
    cursor: default;
    text-decoration: none !important;
}
.wd_mobile_nav > ul > li:first-child {
    background-color: #c00;
    position: relative;
}
.wd_mobile_nav > ul > li:first-child a {
    background-color: #c00;
    color: #fff;
    display: inline-block;
    width: auto;
    border-bottom: none;
}
.wd_mobile_nav > ul > li:first-child a.wd_out-mobile {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(50%, -50%);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-size: 20px;
    font-weight: normal;
    color: #c00;
    line-height: 1px;
    text-align: center;
    background: #fff;
    padding: 0;
    z-index: 100;
    padding: 10px;
}
.wd_mobile_nav > ul > li:first-child a.wd_out-mobile:before {
    content: "×";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.wd_mobile_nav ul.wd_subnav li a {
    padding-left: 45px;
}
/* Hero Slideshow */

.hero-slideshow.container {
    padding: 0;
    display: none;
}
.hero-slideshow div.single_slider_carousel_container {
    padding: 0;
}
.swiper {
    width: 100%;
    height: 500px;
}
.swiper.mobile_swiper_slideshow {
    min-height: 500px;
    height: auto;
}
.swiper.wd_slideshow .swiper-slide {
    background-size: cover;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    position: relative;
    z-index: -1;
}
.swiper.wd_slideshow .swiper-slide:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-image: linear-gradient(90deg,rgba(0,0,0,.9) 30%,rgba(0,0,0,.7) 40%,rgba(34,34,34,.5) 50%,rgba(51,51,51,0) 65%);
} 
.slider-content-outer {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1184px;
    height: 100%;
    margin: 0 auto;
    padding-top: 64px;
}
.slider-inner {
    max-width: 440px;
    position: relative;
    z-index: 3;
    color: #fff;
}
.swiper-pagination {
    margin-bottom: 20px;
}
.swiper-button-prev:after,
.swiper-button-next:after,
.mobile-swiper-button-prev:after,
.mobile-swiper-button-next:after {
    display: none;
}
.swiper-button-prev,
.swiper-button-next,
.mobile-swiper-button-prev,
.mobile-swiper-button-next  {
    fill: #fff;
    width: 48px;
    height: 48px;
    opacity: .75;
    transition: opacity .25s ease;
    margin: 0 20px;
    top: 50%;
    transform: translateY(-50%);
}
.mobile-swiper-button-prev,
.mobile-swiper-button-next {
    top: auto;
    transform: none;
}
.swiper-button-next:hover,
.swiper-button-prev:hover,
.mobile-swiper-button-prev:hover,
.mobile-swiper-button-next:hover {
    opacity: 1;
    transition: opacity .25s ease;
}

.swiper-button-prev svg,
.swiper-button-next svg,
.mobile-swiper-button-prev svg,
.mobile-swiper-button-next svg {
    width: 48px;
    height: 48px;
}
.swiper-button-next svg,
.mobile-swiper-button-next svg {
    transform: rotate(180deg);
}
.swiper-pagination-bullet.swiper-pagination-bullet {
    box-shadow: -1px 1px 2px 1px rgba(0,0,0,.3);
    background-color: #cccccc;
    width: 10px;
    height: 10px;
    opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet:hover {
    background-color: #fff;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #cc0000;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active:hover {
    background-color: #ee0000;
}
.swiper .slider-inner .slider-title {
    font-size: 28px;
    line-height: 36px;
    font-weight: 300;
    margin-bottom: 32px;
}
.swiper-slide-image {
    height: 0;
    height: 290px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: cover;
    width: 100%;
}
.slider-content-container {
    color: #fff;
    position: relative;
    min-height: 340px;
    max-width: 100%;
    padding: 32px 28px 32px;
    background-image: linear-gradient(180deg,#333 0,#121212 100%);
}
.mobile-navigation-controls {
    height: 290px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000; 
}
.mobile-navigation-controls-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    padding: 20px 28px 20px;
    align-items: center;
}
.swiper.mobile_swiper_slideshow {
    display: none;
}

/* Home Hero */

.wd_home_hero {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 0; 
    padding-bottom: 40.25%;
    width: 100%;
}

/* Articles Page, News Releases */
.wd_articles .wd_item_list,
.wd_newsfeed_releases .wd_item_list {
    overflow: visible;
    margin-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 60px;
}
.wd_articles .wd_subscribe_link,
.wd_newsfeed_releases .wd_subscribe_link {
    display: none;
}
.wd_articles .wd_item,
.wd_newsfeed_releases .wd_item {
    display: flex;
    margin-bottom: 56px;
    overflow: visible;
}
.wd_articles .wd_item:last-child,
.wd_newsfeed_releases .wd_item:last-child {
    margin-bottom: 0;
}
.wd_articles .wd_item_wrapper,
.wd_newsfeed_releases .wd_thumbnail { 
    width: 33.33%;
    margin-right: 10px;
    margin-left: 0;
}
.wd_newsfeed_releases .wd_thumbnail {
    border: 1px solid #ccc;
}
.wd_articles .wd_content,
.wd_newsfeed_releases .wd_item_wrapper {
    width: calc(66.66% - 20px);
    margin-left: 10px;
}
.wd_articles .wd_item .wd_title,
.wd_newsfeed_releases .wd_item .wd_title {
    line-height: 18px;
    margin: 5px 0;
}
.wd_articles .wd_item .wd_title a, 
.wd_newsfeed_releases .wd_item .wd_title a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #118899;
}
.wd_newsfeed_releases .wd_subtitle, 
.wd_newsfeed_releases .wd_asset_type_link_list {
    display: none;
}
.wd_articles .wd_item .wd_thumbnail,
.wd_newsfeed_releases .wd_item .wd_thumbnail a {
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    float: none;
}
.wd_articles .wd_item .wd_thumbnail img,
.wd_newsfeed_releases .wd_item .wd_thumbnail img {
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0; 
    width: 100%;
    height: 100%;
}
.wd_articles .wd_item .wd_date,
.wd_newsfeed_releases .wd_item .wd_date {
    padding-top: 21px;
}
.wd_date_category_container {
    display: flex;
    flex-wrap: wrap; 
    align-items: center;
}
.wd_date_category_container ul.wd_category_link_list {
    display: block;
    padding-top: 21px;
}
.wd_date_category_container .wd_item_category li {
    margin-left: 0;
}
.wd_date_category_container .wd_item_category li a {
    color: #555;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    font-family: 'Roboto-Regular', sans-serif;
    text-transform: uppercase;
}
.wd_date_category_container .wd_item_category li:before {
    content: '|';
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 300; 
}
/* End Articles Page, News Releases */


/* Articles Detail Page, News Releases Detail Page */
.wd_header_image {
    height: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center;
    padding-bottom: 38.25%;
}
.wd_articles-detail .wd_captioned_image {
    display: none;
}
.wd_articles-detail .wd_date {
    display: none;
}
.wd_articles-detail .wd_date.visible {
    display: block;
    margin-bottom: 30px;
    line-height: 18px;
    font-size: 12px;
    color:#555;
    font-family: 'Roboto', sans-serif;
    text-transform:uppercase;
}
.wd_articles-detail .wd_summary {
    /* padding-bottom: 30px;
    margin-bottom: 45px;
    border-bottom: 1px dotted #aaa; */
}
.wd_articles-detail .wd_summary p,
.wd_newsfeed_releases-detail .wd_subtitle {
    font-size: clamp(20px, 3vw, 32px);
    line-height: clamp(24px, 3vw ,44.8px);
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    color: #333;
}
.wd_articles-detail .wd_title,
.wd_newsfeed_releases-detail .wd_title {
    margin-top: 37px;
    margin-bottom: 23px;
    font-size: clamp(26px, 4vw, 48px);
    font-weight: 300;
    line-height: 1.4;
    font-family: "Roboto", sans-serif;
    color: #333;
}
.wd_newsfeed_releases-detail .wd_title_container {
    /* padding-bottom: 30px;
    margin-bottom: 45px;
    border-bottom: 1px dotted #aaa; */
}
.wd_articles-detail .wd_toolbar,
.wd_newsfeed_releases-detail .wd_toolbar {
    border-top: none;
    border-bottom: 1px dotted #aaa;
    margin-bottom: 40px;
}
.wd_articles-detail div.wd_toolbar ul.wd_tools li.wd_tool,
.wd_newsfeed_releases-detail div.wd_toolbar ul.wd_tools li.wd_tool {
    float: left;
}
.wd_articles-detail .wd_captioned_image {
    max-width: calc(100% - 30%);
    width: 100% !important;
    margin: 0 15% 30px !important;
}
.wd_articles-detail .wd_body,
.wd_newsfeed_releases-detail .wd_body,
.wd_newsfeed_releases-detail .wd_contact {
    margin: 0 15%; 
}
.wd_articles-detail .wd_body p,
.wd_newsfeed_releases-detail .wd_body p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #555;
}
.wd_articles-detail .wd_body h4,
.wd_newsfeed_releases-detail .wd_body h4 {
    color: #333;
    font-size: 21px;
    line-height: 28px;
    display: flex;
    margin-top: 43px;
    margin-bottom: 30px;
    font-weight: 500; 
    margin-bottom: 30px;
    margin-top: 43px;
}
.wd_articles-detail .wd_body {
    position: relative;
}
.wd_articles-detail .wd_body .author_div {
    position: absolute;
    top: 0;
    left: -21%;
    width: 21%;
    padding-right: 15px;
    padding-top: 7px;
}
.wd_articles-detail .wd_body .wd_author_thumbnail {
    margin-bottom: 20px;
    max-width: 120px;
    width: 100%;
}
.wd_articles-detail .wd_body .wd_author_name:not(.mobile-only) {
    display: block;
}
.wd_articles-detail .wd_body .wd_author_name.mobile-only {
    display: none;
}
.wd_articles-detail .wd_body .wd_author_name {
    text-transform: uppercase;
    font-size: 12.6px;
}
.wd_articles-detail .wd_body > p {
    margin-left: 0 !important;
}
.wd_articles-detail .wd_body > p img {
    width: 100% !important;
    height: auto !important;
}
.wd_newsfeed_releases-detail .wd_asset_carousel_aspect {
    margin: 45px 0;
}
.wd_newsfeed_releases-detail ul {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
.wd_newsfeed_releases-detail .wd_contact {
    display: none;
}
.wd_modal-inner {
    width: auto !important; /* override inline */
}
.wd_video_modal .wd_video_aspect {
    max-width: 900px !important;  /* override inline */
}
.wd_icon_link {
    margin-top: 49px;
    margin-bottom: 49px;
    display: flex;
    align-items: center;
    margin-right: 56px;
    border-left: 2px solid #189;
    padding-left: 21px;
}
.wd_icon_link img {
    padding: 5px 21px 5px 0;
}
.wd_icon_link p {
    margin-bottom: 0;
}
.wd_icon_link p a {
    font-size: 16px;
    line-height: 28px;
}
.wd_icon_link p a:after {
    content: ''; 
    background: url('../images/ti_icon_open_new_win.png');
    display: inline-block;
    background-repeat: no-repeat;
    height: 18px;
    width: 18px;
    background-size: contain;
    vertical-align: middle;
    margin-left: 5px;
}
/* End Articles Detail Page, News Releases Detail Page */

 /* Stories */
 
 .wd_stories .wd_item_list {
    display: flex;
    flex-wrap: wrap;
}
.wd_stories .wd_item_list .wd_item {
    width: 32%;
    margin-right: 2%;
    display: flex;
    flex-direction: column;
    min-height: 350px;
    margin-bottom: 20px;
    padding: 0;
}
.wd_stories .wd_item_list .wd_summary {
    display: none;
}
.wd_stories .wd_item_list .wd_item:nth-child(3n) {
    margin-right: 0;
}
.wd_stories .wd_item .wd_item_wrapper {
    margin-left: 0;
}
.wd_stories .wd_item .item_image {
    padding-bottom: 56.25%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.wd_stories .wd_item .wd_more {
    display: none;
}
.wd_stories .wd_item_wrapper {
    padding: 0px 15px 15px;
    margin-top: 5px;
}
.wd_stories .wd_date,
.wd_stories .wd_subtitle,
.wd_stories .wd_summary {
    margin-bottom: 25px;
}
.wd_stories .wd_date {
    display: none;
}
/* END Stories */

/* Start Stories Detail Pages */ 
 
.wd_stories-detail .wd_title {
    color: #333;
    margin-bottom: 0;
    margin-top: 0.771em;
    line-height: 1.4375em;
    font-size: 48px;
    font-weight: 300;
    border-bottom: 1px solid #333;
}
.wd_stories-detail .wd_asset_type_tab .fa:before {
    font-family: "FontAwesome";
}
.wd_stories-detail .wd_date {
    display: none;
}
.wd_stories-detail .wd_captioned_image {
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 30px !important;
}
.wd_stories-detail .wd_assets_container {
    border-radius: 0;
}
.wd_stories-detail .wd_assets_container div.wd_asset_type_tabs {
    border-radius: 0;
    background: transparent;
}
.wd_stories-detail .wd_assets_container li.wd_asset_type_tab {
    margin: 10px;
}
.wd_stories-detail .wd_toolbar {
    display: none;
}
.wd_stories-detail .releases_summary_list .item {
    padding-bottom: 0;
}
.wd_stories-detail .releases_summary_list tr {
    display: flex;
    margin-bottom: 56px;
}
.wd_stories-detail .releases_summary_list tr:last-child {
    margin-bottom: 0;
}
.wd_stories-detail .releases_summary_list tr td {
    width: calc(66.66% - 20px);
    margin-left: 10px;
}
.wd_stories-detail .releases_summary_list tr td.thumbnail {
    width: 33.33%;
    margin-right: 10px;
    margin-left: 0;
    display: block;
    height: 0;
    padding-bottom: 19.25%;
    overflow: hidden;
    position: relative;
    float: none;
    border: none !important;
}
.wd_stories-detail .releases_summary_list tr td.thumbnail img {
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0; 
    width: 100%;
    height: 100%;
    max-width: none !important;
}
.wd_stories-detail .item_date {
    color: #555;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    font-family: 'Roboto', sans-serif;
    padding-top: 21px;
    text-transform: uppercase;
}
.wd_stories-detail .item_name {
    line-height: 18px;
    margin: 5px 0;
}
.wd_stories-detail .item_name a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #118899;
}
.wd_stories-detail .item_body p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
.wd_stories-detail .item_summary {
    display: none;
}
.wd_stories-detail .releases_summary_list tfoot { 
    display: none;
}



/* End Stories Detail Pages */ 

/* Related Content */

.wd_related_items_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.wd_related_items_wrapper .wd_related-wrap-new {
    width: calc((100% - 60px) / 3);
}
.wd_related-img-bg {
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border: 1px solid #aaa;
    position: relative;
    margin-bottom: 8px;
}
.wd_related-headline-more a {
    font-size: clamp(14px, 3vw, 19.8044px);
    line-height: clamp(17px, 3vw, 22px);
    font-weight: 400;
}
.wd_related-img-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

/* Start B-Roll */

.wd_pageid_20325 .wd_layout-simple.wd_item_list  {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.wd_pageid_20325 .wd_layout-simple.wd_item_list .wd_item {
    width: calc((100% - 90px) / 4);
}
/* End B-Roll */

/* Start Engineering Videos */
video-js {
    margin-bottom: 15px;
    display: none;
}
video-js.visible {
    display: block;
}
.wd_pageid_20325 .wd_embed_code {
    display: none;
}
.wd_pageid_20325.wd_category_77 .wd_item .wd_title {
    font-size: clamp(13px, 3vw, 18px);
    font-weight: 400;
    color: #189;
    line-height: clamp(22px, 3vw, 28px);
}
.wd_pageid_20325.wd_category_77 .wd_summary {
    display: block;
    margin-top: 8px;
}
/* End Engineering Videos */

/* Start Image Gellery */
.wd_pageid_20291 .wd_gallery {
    margin-top: 40px;
    height: auto !important; 
}
.wd_pageid_20291 .wd_item_list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    overflow: visible !important;
    height: auto !important;
}
.wd_pageid_20291 .wd_item {
    width: calc((100% - 90px) / 4) !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    padding: 0 !important;
    border: none !important; 
    box-shadow: none !important;
}
.wd_pageid_20291 .wd_thumbnail {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border: 1px solid #aaa;   
}
.wd_pageid_20291 .wd_thumbnail img {
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* End Image Gallery */

/* Start Company Statements */
.wd_pageid_20301 .wd_category_items {
    margin-top: 50px;
}
.wd_pageid_20301 .item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.wd_pageid_20301 .item > .itemlink {
    width: 33.33%;
    padding-bottom: 19.25%;
    height: 0;
    position: relative;
    overflow: hidden;
    border: 1px solid #aaa;
    float: none;
    margin-right: 30px;
}
.wd_pageid_20301 .item > .itemlink img {
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0; 
    width: 100%;
    height: 100%;
}
.wd_pageid_20301 .item .item_content {
    width: calc(66.66% - 30px);
}
.wd_pageid_20301 .item .item_content .item_name {
    margin-bottom: 5px;
    margin-top: 10px;
}
.wd_pageid_20301 .item .item_content .item_summary p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #555;
}
.wd_pageid_20301.wd_item_page h1 {
    padding-bottom: 43px;
    margin-bottom: 58px;
    border-bottom: 1px dotted #aaa;
}
.wd_pageid_20301.wd_item_page .wd_standard-detail {
    margin: 0 15%;
}
.wd_pageid_20301.wd_item_page .wd_standard-detail p {
    font-size: clamp(14px, 2vw, 18px);
    font-weight: 400;
    line-height: clamp(22px, 4vw, 28px);
    margin-bottom: 28px;
}
/* End Company Statements */

/* Start Logos */
.wd_pageid_20285 .item {
    margin-bottom: 15px;
    padding-bottom: 0;
}
.wd_pageid_20285 .item table {
    display: none;
}
/* End Logos */

/* Client Nav Fixes */

.subnav-content-bg {
    display: none;
}
.subnav-content-bg.open {
    display: block;
}

/* Featureboxes Subnav */
.wd_featureboxes_subnav .wd_featurebox_title {
    display: none;
}
.wd_featureboxes_subnav ul li > p {
    margin-bottom: 0;
}
/* Featureboxes */
.wd_featurebox_title {
    padding-bottom: 12px;
    padding-right: 10px;
    font-size: 21px;
    font-weight: 400;
    color: #333;
    line-height: 36px;
}
/* End Featureboxes */

/* Carousel */
.wd_asset_carousel_aspect {
    margin-bottom: 20px;
}
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.wd_asset_carousel_wrapper
    a.wd_carousel-arrow.wd_carousel-prev:link {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: inline-block;
    width: 20px;
    height: 34px;
    margin: 0;
}
.wd_carousel.wd_asset_carousel_wrapper
    a.wd_carousel-arrow.wd_carousel-next:link {
    position: absolute;
    top: 50%;
    left: calc(100% - 20px);
    transform: translateY(-50%);
    display: inline-block;
    width: 20px;
    height: 34px;
    margin: 0;
}
.wd_carousel-cropper {
    max-width: 90%;
    margin: 0 auto;
    display: block;
}
.wd_asset_carousel_type_link_list {
  display: none;
}
/* End Carousel */

/* Search Form */

.wd_item_search_form_container {
    background: #f9f9f9;
    padding: 40px 30px;
    border-top: 2px solid #999;
}
.wd_item_search_form_container .wd_search_basic_fields {
    background-color: transparent;
    border: none;
}
#wd_printable_content .wd_item_search_form_container .wd_search_basic_fields select,
#wd_printable_content .wd_item_search_form_container .wd_search_basic_fields input[type="text"],
#wd_printable_content .wd_item_search_form_container .wd_search_form_advanced select,
#wd_printable_content .wd_item_search_form_container .wd_search_form_advanced input[type="text"]
 {
    background-color: #fff;
    border: none;
    border-radius: 0;
    padding: 5px;
    border-bottom: 1px solid #ddd;
    margin-right: 5px;
}
#wd_printable_content .wd_item_search_form_container .wd_search_basic_fields .wd_search_button,
#wd_printable_content .wd_item_search_form_container .wd_search_form_advanced input[type="submit"],
#wd_printable_content .wd_form_footer input[type="submit"] {
    height: 31px;
    padding: 0 20px;
    background-color: #c00;
    border: none;
    font-weight: 400;
    border-radius: 2px;
    font-size: 13px;
    color: #fff;
}
#wd_printable_content .wd_item_search_form_container .wd_search_form_advanced label {
    padding-top: 5px;
}
#wd_printable_content .wd_item_search_form_container .wd_search_form_advanced .wd_checkbox {
    margin-right: 4px;
}
#wd_printable_content .wd_item_search_form_container .wd_search_form_advanced legend {
    border: none;
}
#wd_printable_content .wd_form_field {
    overflow: visible;
}
.wd_wai_datepicker .wd_wai_datepickerDialog {
    max-width: 500px;
    width: 100%;
    border: 3px solid #c00;
}
.wd_wai_datepicker .wd_wai_header {
    background-color: #c00;
}
.wd_wai_datepicker .wd_wai_dialogButton {
    background-color: #c00;
    color: #fff; 
    border: none;
}
#item_basic_search_34141_author,
.wd_search_form_advanced .wd_form_field:nth-child(4) {
    display: none;
}
 
/* Contacts */
.wd_pageid_20309 .page_header {
    margin-bottom: 17px;
    border-bottom: 1px dotted #aaa;
}
.wd_pageid_20309 #wd_printable_content > p {
    font-size: clamp(14px, 2vw, 18px);
    font-weight: 400;
    line-height: clamp(22, 2vw, 28px);
    margin-bottom: 10px;
    width: 68%;
}
.wd_pageid_20309 .wd_standard {
    width: 68%;
}
.wd_pageid_20309 .wd_category_items .item:first-child {
    padding-top: 40px;
}
.wd_pageid_20309 .wd_category_items .item:last-child {
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.wd_pageid_20309 .wd_category_items .item {
    border-bottom: 1px dotted #aaa;
}
.wd_pageid_20309 .wd_category_items .item p {
    margin-bottom: 0;
}
.wd_pageid_20309 .wd_category_items .item_name {
    margin-top: 0;
    font-size: clamp(18.2px, 3vw, 23.4px);
    line-height: clamp(23.667px, 3vw, 30.41px);
}
.wd_pageid_20309 .wd_category_items .item p a {
    font-size: 18px;
    line-height: clamp(23.667px, 3vw, 30.41px);
}
.wd_pageid_20309 .wd_standard {
    margin-top: 45px;
}
/* End Contacts */

/* Engineering Progress Page */

.wd_pageid_20306 .page_header {
    margin-bottom: 60px;
}
.wd_pageid_20306 .top_content_container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
}
.wd_pageid_20306 .wd_video_container {
    width: calc(41.6% - 15px);
}
.wd_pageid_20306 .wd_content_container {
    width: calc(58.33% - 15px);
}
.wd_pageid_20306 p {
    font-size: 16.8px;
    line-height: 24px;
}
.wd_pageid_20306 .wd_toolbar {
    display: none;
}

/* End Engineering Progress Page */

/* Start RSS Feeds */

.wd_rssfeeds .wd_rssfeeds_item {
    display: none;
    border-top: 1px solid #ddd;
}
.wd_rssfeeds .wd_rssfeeds_item.showing, 
.wd_pageid_20327 #wd_printable_content p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 30px 8px 16px;
    font-size: 16px;
    line-height: 22.85px;
}
.wd_pageid_20327 #wd_printable_content p {
    border-bottom: 1px solid #ddd; 
}
.wd_rssfeeds .wd_rssfeeds_item:nth-child(even) {
    background-color: #f9f9f9;
}
.wd_rssfeeds .wd_rssfeeds_item:last-child {
    border-bottom: 1px solid #ddd;
}

/* Subscribe to Alerts */
.wd_subscribe2 .wd_parent_category input[type="radio"] {
    margin-right: 4px;
}
.wd_subscribe2 .wd_formbuilder {
    background: #f9f9f9;
    padding: 40px 30px;
    border-top: 2px solid #999;
}
.wd_subscribe2 .wd_formbuilder input[type="text"] {
    background-color: #fff;
    border: none;
    border-radius: 0;
    padding: 5px;
    border-bottom: 1px solid #ddd;
    margin-right: 5px;
}
.wd_subscribe2 .wd_formbuilder .wd_form_field .wd_form_field_label{
    padding-top: 4px;
}
.wd_form_field_pos_right .wd_form_field_input {
    overflow: visible;
}
/* End Subscribe to Alerts */

/**************** Start Page Navigation ****************/
.wd_page_menu {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
    gap: 25px;
}
.wd_page_link {
    border: none;
    padding: 3px 8px; 
    background-color: #189;
    color: #fff;
    margin: 0 6px;
    font-size: 12px;
    border-radius: 2px;
}
.wd_page_link a {
    color: #fff;
}
.wd_page_prev,
.wd_page_next {
    background-color: transparent;
    color: #555;
    border: none;
}
.wd_page_link:not(.wd_page_active) {
    background-color: transparent;
    color: #189;
}
.wd_page_link:not(.wd_page_active) a {
    color: #189;
}
.wd_page_next a {
    color: #555;
    font-size: 12px;
}
.wd_page_limit {
    padding: 0;
}
.wd_page_link:first-child {
    border: none;
}
/**************** End Page Navigation *****************/
.wd_stories-detail .wd_documents_item,
.wd_stories-detail .wd_documents-detail {
    display: flex;
    align-items: center;
}
.wd_stories-detail .wd_documents_item .wd_title,
.wd_stories-detail .wd_documents-detail .wd_title {
    border-bottom: none;
    margin-top: 0;
    font-size: 18px;
    line-height: 1.2;
}
.wd_stories-detail .wd_documents_item .wd_title a,
.wd_stories-detail .wd_documents-detail .wd_title a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #118899;
}
.wd_stories-detail .wd_documents_item .wd_summary,
.wd_stories-detail .wd_documents-detail .wd_summary {
    margin-top: 10px;
}
/**************** Start Press Kits *****************/
.wd_asset_type_tab .wd_asset_icon i:before,
.wd_assets_container div.wd_asset_type_tabs li.wd_asset_type_tab .wd_asset_icon {
    color: #ce1126;
}
.wd_stories-detail .wd_gallery-detail {
    text-align: center;
    margin-bottom: 40px;
}
.wd_stories-detail .video-player {
    max-width: 600px;
    margin: 20px auto;
}
.wd_stories-detail .wd_videos-detail .wd_video_link_list_wrapper {
    text-align: center;
    margin-bottom: 20px;
}
.wd_stories-detail .wd_videos-detail .wd_video_link_list_label {
    float: none;
}
.wd_assets_container .wd_assets img {
    width: 100%;
}
.wd_captioned_image {
    display: flex;
    gap: 40px;
    margin-top: 40px !important;
}
.wd_captioned_image .wd_image {
    height: 0;
    padding-bottom: 26.25%;
    position: relative;
}
.wd_captioned_image img {
    position: absolute;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.wd_captioned_image .wd_image,
.wd_kit_top_content {
    width: calc(50% - 20px);
    font-size: 16px;
    font-weight: 400;
}
.wd_stories-detail .wd_body {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #555;
}
.wd_pageid_34137 .wd_body {
    margin-bottom: 40px;
}
/**************** End Press Kits *****************/

/* Start Grey Call Out */
.wd_gray_callout {
    background-color: #f3f3f3;
    padding: 15px 30px 15px 15px;
    margin-bottom: 28px;
}
.wd_articles-detail div.wd_gray_callout h4,
.wd_newsfeed_releases-detail div.wd_gray_callout h4 {
    margin-top: 0;
}

/* WD Site Search */
.wd_search_form_container input {
    height: 38px;
    padding-left: 12px;
    font-size: 1em;
    color: #555;
    width: 100%;
    margin-right: -2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
    border-right: none;
    border: 1px solid #bcc3ca;
    padding: .5em;
    border-right: 0;
}
.wd_search_form_container input::placeholder {
    color: #67768b;
    opacity: 1;
    font-size: 16px;
    font-weight: 400;
}
.wd_search_form_container input[type="submit"] {
    display: none;
}
.wd_search_form_container .wd_search_form {
    display: flex;
}
.wd_search_form_container .wd_search_form .input-group-addon.search_btn {
    width: 30px;
    top : 0;
}
.coveo-search-button-svg {
    position: relative;
    top: 2px;
    right: 8px;
}

/* Sphinx Search */

.wd_sphinx_search label[for="basic_search_keywords"],
.wd_sphinx_search form > a {
    display: none;
}
.wd_sphinx_search .wd_search_result {
    overflow: visible; 
    margin-bottom: 40px;
}
.wd_sphinx_search .wd_search_title,
.wd_sphinx_search .wd_search_context {
    margin-left: 150px;
}


/* Buttons */
.swiper a.slider-button {
    display: inline-block;
    padding: 9px 10px;
    border: 1px solid #fff;
    font-weight: 600;
    font-size: 13px;
    color: #fff; 
    margin-top: 26px;
}
.swiper a.slider-button:hover {
    background-color: #fff;
    color: #555555;
    transition: all .25s ease;
    text-decoration: none;
}
.slider-description a { 
    display: none;
}
p.more a {
    font-size: 15px;
    line-height: 22px;
    color: #118899;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}

/* End Buttons */



/* Font Awesome Icons */
.wd_stories-detail #wd_printable_content .fa:before,
.wd_stories-detail .fa-video-camera:before,
.wd_stories-detail .fa-photo:before, 
.wd_stories-detail .fa-file-text-o:before {
    font-family: "FontAwesome";
    color: rgb(206, 17, 38);
}
.fa-photo:before {
    font-family: "FontAwesome";
}
/* RSS Images */
.wd_rss_image {
    display: none;
}
span.fa-play-circle-o:before {
    content: '\f01d';
}


@media (max-width: 1400px) {
    .wd_slideshow .slider-content-outer {
        padding: 64px 100px;
    }
}
@media (max-width: 1200px) {
   
}
@media (max-width: 1024px) {
    /***** Articles Page *****/

    .wd_articles .wd_item .wd_date {
        padding-top: 0;
        font-size: 11px;
        font-weight: 300;
        line-height: 16px;
    }
    .wd_articles .wd_item .wd_title a {
        font-size: 14px;
        line-height: 22px;
        font-weight: 400;
    }
    .wd_summary p {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
    }
    .wd_articles-detail .wd_body .wd_author_name.mobile-only {
        margin-bottom: 15px;
        display: block;
    }
    .wd_articles-detail .wd_body .author_div {
        display: none;
    }

    /***** End Articles Page *****/

    /* Start B-Roll */
    .wd_pageid_20325 .wd_layout-simple.wd_item_list  {
        margin-top: 40px;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .wd_pageid_20325 .wd_layout-simple.wd_item_list .wd_item {
        width: calc((100% - 20px) / 2);
    }
    /* End B-Roll */

    /* Start Image Gellery */
    .wd_pageid_20291 .wd_item_list {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .wd_pageid_20291 .wd_item {
        width: calc((100% - 20px) / 2) !important;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        padding: 0 !important;
        border: none !important; 
        box-shadow: none !important;
    }

    /* End Image Gallery */
}
@media (max-width: 992px) {
    .wd_pageid_20306 .top_content_container {

    }
    .wd_pageid_20306 .wd_video_container,
    .wd_pageid_20306 .wd_content_container {
        width: 100%;
    }

     /* Start stories List Items */
     .wd_stories .wd_item_list .wd_item {
        width: 49%;
    }
    .wd_stories .wd_item_list .wd_item:nth-child(3n) {
        margin-right: 2%;
    }
    .wd_stories .wd_item_list .wd_item:nth-child(2n) {
        margin-right: 0;
    }
    /* End Stories List Items */
   
}
@media (max-width: 767px) {
    .dt_ti_logo {
        max-width: 100%;
    }
    .row {
        margin-left: 0;
        margin-right: 0;
    }
    .wd_item .wd_date {
        color: #555;
        font-size: 11px;
        font-weight: 300;
    }
    .wd_item .item_name a,
    .wd_item .wd_title a {
        font-size: 16.7px;
        font-weight: 400;
        line-height: 26.3px;
        color: #118899;
    }
    .swiper.wd_slideshow {
        display: none;
    }
    .swiper.mobile_swiper_slideshow {
        display: block;
    }
    .swiper-pagination-bullets.swiper-pagination-horizontal {
        width: auto;
    }
    .wd_mobile_nav {
        display: block;
    }
    .mobile-swiper-button-prev {
        display: none;
    }
    .mobile-swiper-button-next {
        margin-left: 0;
    }
    #mobile-navbar {
        display: none !important;
    }

    /***** Start Articles, News Releases ******/
    .wd_articles .wd_item,
    .wd_newsfeed_releases .wd_item {
        flex-direction: column;
    }
    .wd_articles .wd_item .wd_thumbnail,
    .wd_newsfeed_releases .wd_thumbnail {
        margin-right: 0 !important;
    }
    .wd_newsfeed_releases .wd_thumbnail {
        width: 100%;
    }
    .wd_articles .wd_item_wrapper,
    .wd_newsfeed_releases .wd_item_wrapper {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px; 
    }
    .wd_articles .wd_content {
        width: 100%;
        margin-left: 0; 
    }
    #wd_printable_content .wd_item_search_form_container .wd_search_form_advanced legend {
        margin-bottom: 0;
        margin-top: 10px;
    }
    .wd_articles-detail .wd_body,
    .wd_newsfeed_releases-detail .wd_body,
    .wd_newsfeed_releases-detail .wd_contact {
        margin: 0; 
    }
    /***** End Articles, News Releases ******/

    /* Search Form */
    #wd_printable_content .wd_item_search_form_container .wd_search_basic_fields select, 
    #wd_printable_content .wd_item_search_form_container .wd_search_basic_fields input {
        margin-bottom: 8px;
    }
    #wd_printable_content .wd_item_search_form_container .wd_search_basic_fields .wd_search_button {
        margin-bottom: 8px;
    }

    /* Start Company Statements */
    .wd_pageid_20301 .item {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
    .wd_pageid_20301 .item > .itemlink {
        width: 100%;
        padding-bottom: 56.25%;
        height: 0;
        position: relative;
        overflow: hidden;
        border: 1px solid #aaa;
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .wd_pageid_20301 .item > .itemlink img {
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0;
        left: 0; 
        width: 100%;
        height: 100%;
    }
    .wd_pageid_20301 .item .item_content {
        width: 100%;
    }
    .wd_pageid_20301 .item .item_content .item_name {
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .wd_pageid_20301 .item .item_content .item_summary p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
        font-weight: 400;
        font-family: 'Open Sans', sans-serif;
        color: #555;
    }
    .wd_pageid_20301.wd_item_page .wd_standard-detail {
        margin: 0;
    }
    /* End Company Statements */

    /**************** Start Page Navigation ****************/
    .wd_page_menu {
        flex-direction: column;
    }
    .wd_page_limit {
        float: none;
        text-align: center;
    }
    nav .wd_page_links {
        float: none;
        text-align: center;
    }

    /* Start Stories Page */ 
 
    #wd_printable_content .wd_stories input[type=text] {
        margin-bottom: 10px;
        max-width: 100%;
        width: 100%;
    }

    /* End Stories Page */ 

    /* Start Stories Deatil Page */

    .wd_stories-detail .wd_title {
        font-size: 6vw;
    }
    .wd_stories-detail .item_date {
        padding-top: 0;
    }

    /* End Stories Detail Page */ 

    /* Press Kits */
    .wd_captioned_image {
        flex-direction: column;
        gap: 15px;
    }
    .wd_captioned_image .wd_image {
        padding-bottom: 36.25%;
    }
    .wd_captioned_image .wd_image, 
    .wd_kit_top_content {
        width: 100%;
    }
   
    /* End Press Kits */

}
@media (max-width: 568px) {

    /* Search Form */
    #wd_printable_content .wd_item_search_form_container .wd_search_basic_fields select, 
    #wd_printable_content .wd_item_search_form_container .wd_search_basic_fields input { 
        max-width: 100%;
        width: 100%;
        margin-right: 0;
    }
    #wd_printable_content .wd_item_search_form_container .wd_search_basic_fields .wd_search_button {
        max-width: 100%;
        width: 100%;
        margin-right: 0;
    }
    #wd_printable_content .wd_item_search_form_container .wd_search_form_advanced input[type="text"] {
        max-width: 100%;
        width: 100%;
        overflow: visible;
    }

    #wd_printable_content #wd_wai_dp_input_wd_wai_start,
    #wd_printable_content #wd_wai_dp_input_nf_start,
    #wd_printable_content #wd_wai_dp_input_wd_wai_end,
    #wd_printable_content #wd_wai_dp_input_nf_end,
    #wd_printable_content #item_advanced_search_20325_start,
    #wd_printable_content #item_advanced_search_20325_end {
        width: calc(100% - 31px);
    }

    .wd_wai_datepicker .wd_wai_datepickerDialog {
        left: 50%;
        transform: translateX(-50%);
    }

     /* Start B-Roll */
     .wd_pageid_20325 .wd_layout-simple.wd_item_list  {
        margin-top: 40px;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .wd_pageid_20325 .wd_layout-simple.wd_item_list .wd_item {
        width: 100%;
    }
    /* End B-Roll */

    /* Contacts */
    .wd_pageid_20309 #wd_printable_content > p {  
        width: 100%;
    }
    .wd_pageid_20309 .wd_standard {
        width: 100%;
    }
    /* End Contacts */

    /* Related Content */
    .wd_related_items_wrapper {
        gap: 15px;
    }
    .wd_related_items_wrapper .wd_related-wrap-new {
        width: 100%;
    }

    /* Engineering Progress */
    div.col-sm-12 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    /* End Engineering Progress */

     /* Start Stories */
 
     .wd_stories .wd_item_list .wd_item {
        width: 100%;
        margin-right: 0;
    }
    .wd_stories .wd_item_list .wd_item:nth-child(2n) {
        margin-right: 0;
    }
    /* End Stories */

    /* Start Stories Detail */
    .wd_stories-detail .releases_summary_list tr {
        flex-direction: column;
        margin-bottom: 30px;
    }
    .wd_stories-detail .releases_summary_list tr td {
        width: 100%;
        margin-left: 0;
    }
    .wd_stories-detail .releases_summary_list tr td.thumbnail {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        padding-bottom: 56.25%;
    }
    /* End Stories Detail */

    
}
