/* Begin classes for common SPIN elements */


*, ::before, ::after { box-sizing: border-box; }
*, ::before, ::after { box-sizing: inherit; }
*, ::before, ::after { box-sizing: border-box; }
html {
    overflow-x: hidden;
}
body {
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* 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;
}
#subscribe_specific_categories,
#subscribe_specific_categories + label,
#type_checkboxes.wd_subcategories {
    display: none;
}
.wd_category_checkboxes {
    margin: 14px 0;
}
/* 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;
}

/******************
 Global
******************/
.wd_content {
    max-width: 1295px;
    margin: 0 auto;
    padding: 0 20px;
}
.wd_featureboxes-vertical > div,
.wd_featureboxes_bottom > div {
    position: relative;
    padding: 72px 0;
}
.wd_content p {
    font-size: 18px;
    font-weight: normal;
}
body:not(.wd_pageid_20303) .wd_content {
    padding-bottom: 52px;
    padding-top: 52px;
}
#wd_printable_content .page_header {
    display: none;
}
.wd_home_hero {
    height: 300px;
    display: flex;
    background-size: cover;
    align-items: center;
}
.wd_header_content {
    max-width: 1295px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    font-size: 44px;
    font-weight: bold;
    color: #fff;
}



/******************
 Homepage
******************/
.wd_pageid_20303 #wd_printable_content {
    display: none;
}
/* Carousel */

#single_slider_responsive .single_slider_carousel_control {
    display: none;
}
#single_slider_responsive .single_slider_carousel_caption {
    background: none;
    bottom: 64px;
}
#single_slider_responsive .single_slider_carousel_caption h4,
#single_slider_responsive .single_slider_carousel_caption h4 a {
    font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 44px;
    font-weight: bold;
    text-align: center;
}
#single_slider_responsive .single_slider_carousel_container,
#single_slider_responsive .item {
    padding: 0;
}
#single_slider_responsive .item img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}
#single_slider_responsive .single_slider_carousel_indicators {
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
}
#single_slider_responsive .single_slider_carousel_indicators li.active span,
#single_slider_responsive .single_slider_carousel_indicators li span:hover {
    opacity: 1;
}
#single_slider_responsive .single_slider_carousel_indicators li span {
    padding: 10px;
    border-radius: 50%;
}
#single_slider_responsive .item:before {
    content: '';
    background: linear-gradient(180deg, rgba(0,0,0,0) 70%, rgba(30, 48, 91, 0.8) 100%);
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
}
#single_slider_responsive + .single_slider_carousel_bottom {
    height: fit-content;
    margin-top: 0;
}

/* release teaser */
.wd_newsfeed_releases-teaser.slick-slider,
.wd_featureboxes_video .wd_featurebox.slick-slider {
    width: 82vw;
    margin: 0 auto;
    max-width: 100%;
}
.wd_newsfeed_releases-teaser .slick-track
{
    display: flex !important;
}

.wd_newsfeed_releases-teaser .slick-slide
{
    height: inherit !important;
}
.wd_featurebox_title {
    color: #002e5d;
    font-size: 32px;
    font-weight: bold;
}
.wd_featureboxes_middle {
    position: relative;
    z-index: 10;
}
.wd_featureboxes_middle:before {
    content: '';
    display: block;
    background: #EBEBEB;
    width: 100vw;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}
.wd_newsfeed_releases-teaser .slick-slide {
    background: white;
    box-shadow: 4px 0px 6px 2px #ccc;
    padding: 0;
}
.wd_newsfeed_releases-teaser .slick-slide {
    margin: 0 24px;
}
.wd_newsfeed_releases-teaser .slick-list {
    margin: 0 -24px;
}
.wd_newsfeed_releases-teaser .wd_title a {
    font-size: 24px;
    color: #222;
}
.wd_newsfeed_releases-teaser .item {
    margin: 0;
    padding: 0;
}
.wd_newsfeed_releases-teaser img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}
.wd_newsfeed_releases-teaser .wd_item-inner {
    padding: 30px;
}
.wd_newsfeed_releases-teaser .wd_summary p {
    margin: 0;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.3;
}
.wd_newsfeed_releases-teaser .wd_date {
    margin: 16px 0 12px;
    font-size: 18px;
}
.wd_featureboxes_middle p.more {
    position: absolute;
    right: 0;
    top: 78px;
}
p.more {
    font-size: 18px;
    font-weight: normal;
}
p.more a {
    text-decoration: underline;
}
.wd_featureboxes_middle .wd_featurebox {
    margin-top: 48px;
}
.wd_newsfeed_releases-teaser {
    position: relative;
}
.slick-prev:before,
.slick-next:before {
    content: '\f053';
    font-family: 'fontawesome';
    font-size: 32px;
    color: #006BB6;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -70px;
    z-index: 1;
    width: fit-content;
}
.slick-next:before {
    content: '\f054';
    left: auto;
    right: -70px;
}
.wd_newsfeed_releases .wd_subscribe_link {
    display: none;
}
.news-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    gap: 0 24px;
    flex-wrap: wrap;
}
.news-head > * {
    margin: 0;
}
/* media resources */
.wd_featureboxes_media_resources .wd_featurebox_title {
    text-align: center;
    margin-bottom: 40px;
}
.wd_featureboxes_media_resources ul {
    list-style: none;
    margin: 0;
    display: flex;
}
.wd_featureboxes_media_resources ul a {
    color: #222;
    font-size: 18px;
    font-weight: normal;
}
.wd_featureboxes_media_resources li {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    gap: 12px;
    padding: 30px 0;
}
.wd_featureboxes_media_resources p {
    margin: 0;
}
.wd_featureboxes_media_resources li:not(:last-child) {
    border-right: 2px solid #B5B5B5;
}
.wd_featureboxes_media_resources img {
    height: 52px;
}

/* video */
.wd_featureboxes_video iframe {
    width: 100%;
}
.wd_featureboxes_video .slick-list {
    margin: 0 -30px;
}
.wd_featureboxes_video .slick-slide {
    margin: 0 30px;
}
.wd_featureboxes_video .wd_featurebox_title {
    text-align: center;
    margin-bottom: 42px;
}
/* stats */
.wd_featureboxes_statistics .wd_featurebox_title {
    color: white;
    text-align: center;
    margin-bottom: 42px;
}
.wd_featureboxes_statistics .wd_featurebox {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    justify-content: space-between;
    gap: 0 24px;
    
}
.wd_featureboxes_statistics .wd_featurebox > div:nth-child(3) {
    grid-row: 1 / 3;     
    grid-column: 2 / 3;  
}
.wd_featureboxes_statistics .wd_featurebox > div:nth-child(1),
.wd_featureboxes_statistics .wd_featurebox > div:nth-child(2) {
    border-bottom: none;
}
.wd_featureboxes_statistics {
    position: relative
}
.wd_featureboxes_statistics::before {
    content: '';
    display: block;
    background: #002e5d;
    width: 100vw;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}
.wd_featureboxes_statistics .wd_featurebox div {
    font-size: 18px;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 32px 12px;
    justify-content: center;
    position: relative;
}
.wd_featureboxes_statistics .wd_featurebox div:nth-child(n + 4):before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg,rgba(0, 107, 182, 1) 23%, rgba(157, 194, 173, 1) 66%, rgba(247, 214, 78, 1) 83%);
    
}

.wd_featureboxes_statistics .wd_featurebox div:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg,rgba(0, 107, 182, 1) 23%, rgba(157, 194, 173, 1) 66%, rgba(247, 214, 78, 1) 83%);
    display: none;
}
.wd_featureboxes_statistics .wd_featurebox img {
    width: 59px;
    margin: 0 auto;
    filter: brightness(100);
}
.wd_featureboxes_statistics p > span {
    font-size: 18px;
    font-weight: 400;
    white-space: nowrap;
}
.wd_featureboxes_statistics div > span {
    font-size: 32px;
    font-weight: bold;
}
.wd_featureboxes_statistics 
/* bottom */
.wd_featureboxes_bottom,
.wd_featureboxes_bottom > div {
    position: relative
}
.wd_featureboxes_bottom > div:before {
    content: '';
    display: block;
    background: url('../images/Yellow-Horizontal-slash.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 90px;
    height: 25px;
}
.wd_featureboxes_bottom::before {
    content: '';
    display: block;
    background: #EBEBEB;
    width: 100vw;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
}
.wd_featureboxes_bottom {
    display: flex;
}
.wd_featureboxes_bottom .wd_featurebox div {
    font-size: 18px;
    font-weight: normal;
}
.wd_featureboxes_bottom > div {
    flex: 1;
}
.wd_featureboxes_bottom .wd_featurebox_title {
    margin: 24px 0 10px;
}
.wd_featureboxes_bottom a {
    background: #002E5D;
    display: block;
    width: fit-content;
    color: white;
    padding: 16px 26px;
    line-height: 1;
}
.wd_featureboxes_bottom .wd_featurebox {
    padding-right: 20%;
}


/******************
 Press Release
******************/
.wd_newsfeed_releases .wd_item_list {
	display: flex;
	flex-wrap: wrap;
    gap: 32px 3%;
}
.wd_newsfeed_releases .wd_item_list .wd_item {
    width: calc(33.33% - 2%);
    padding: 0;
}
.wd_newsfeed_releases .wd_item_wrapper {
    display: flex;
    flex-direction: column;
}
.wd_newsfeed_releases .wd_item,
.wd_newsfeed_releases .wd_item_wrapper {
    display: flex;
    flex-direction: column;
    margin-left: 0;
}
.wd_newsfeed_releases .wd_thumbnail img {
    width: 100%;
    max-height: 210px;
    height: 100%;
    object-fit: cover;
}
.wd_newsfeed_releases .wd_thumbnail {
    width: 100%;
    float: none !important;
    margin: 0 0 20px 0!important;
    /* override inline styles */
}
.wd_newsfeed_releases-detail .wd_captioned_image {
    display: none;
}
.wd_newsfeed_releases-detail .wd_title {
    font-family: 'Gotham', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 2.875rem;
    line-height: 1.4;
}
.wd_newsfeed_releases-detail .wd_body p {
    font-family: "Gotham", "Calibri", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: .95rem;
}
.wd_newsfeed_releases-detail {
    max-width: 890px;
    margin: 0 auto;
    padding-bottom: 32px;
}
.wd_newsfeed_releases-detail .wd_assets_container .wd_date {
    display: none;
}

.wd_news_body .PRN_ImbeddedAssetReference:last-child {
    display: block;
}
.wd_news_body div.PRN_ImbeddedAssetReference {
    display: block;
}
.wd_news_body :not(figure) > figcaption {
    margin-top: -20px;
}
div.wd_news_body figure img,
div.wd_news_body a img {
    max-height: 100% !important;
    max-width: 100% !important;
}
.wd_news_body figure,
.wd_news_body div.PRN_ImbeddedAssetReference {
    display: flex;
    flex-direction: column;
    align-items: center;
    float: right;
    max-width: 400px;
    margin-left: 20px;
}
.wd_news_body div.PRN_ImbeddedAssetReference {
    display: none;
}
.wd_news_body .PRN_ImbeddedAssetReference.multi-asset {
    flex-direction: row;
    float: none;
    max-width: 100%;
    margin-left: 0;
    gap: 14px;
    flex-wrap: wrap;
}
.wd_news_body .PRN_ImbeddedAssetReference.video-iframe {
    max-width: unset;
}
.wd_news_body figcaption {
    margin-bottom: 24px;
}

/* form */
.wd_search_form {width: 100%}
.wd_search_basic_fields {
    display: flex;
    width: 100%;
    background: none;
    border: none;
    gap: 24px;
}
#wd_printable_content .wd_search_basic_fields input[type="text"] {
    max-width: 400px;
}
#wd_printable_content .wd_search_basic_fields select {
    width: auto;
    padding-right: 30px;
}
#wd_printable_content .wd_search_button {
    color: white;
    background-color: #002e5d;
    border: none;
}
.wd_search_form_advanced .wd_search_titles_only {
    display: flex;
}
.wd_search_form_advanced .wd_search_titles_only label {
    margin-left: 5px;
}
.wd_search_form_advanced .wd_form_field_input {
    line-height: 0;
}
button:hover span {
    color: white;
}


  

/******************
 Alerts
******************/
#wd_printable_content input.wd_formbuilder_submit {
    background: #002E5D;
    display: block;
    width: fit-content;
    color: white;
    padding: 0 26px;
    line-height: 1;
    height: 48px;
    border: none;
    font-size: 18px;
    margin: 0;
}
#wd_printable_content .wd_category_checkboxes input,
#wd_printable_content .wd_category_checkboxes label {
    margin: 0;
    float: none;
    top: auto;
}
#wd_printable_content .wd_category_checkboxes input[type="radio"] {
    margin-right: 5px;
}
#wd_printable_content .wd_category_checkboxes input[type="checkbox"] {
    margin-right: 2px;
}
.wd_parent_category {
    display: flex;
    align-items: center;
}
.wd_formbuilder .wd_form_field a[href*="unsub=1"] {
    display: none;
}
.wd_formbuilder > .wd_form_field:last-child a[href*="unsub=1"] {
    margin-top: 28px;
    display: inline-block;
}

/******************
 Gallery
******************/
#wd_printable_content .wd_gallery .wd_item_list {
    height: auto !important;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 24px;
}
#wd_printable_content .wd_gallery .wd_item {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: calc(33.333% - 16px) !important;
}


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

/* Large devices (desktops) */
@media (max-width: 992px) {
    .wd_newsfeed_releases-teaser.slick-slider,
    .wd_featureboxes_video .wd_featurebox.slick-slider {
        width: 100%;
    }

}

/* Medium devices (tablets) */
@media (min-width: 768px) {
    .wd_featureboxes_video .slick-center.slick-slide > div {
        transform: scale(1.2);
        opacity: 1;
        pointer-events: auto;
    }
    .wd_featureboxes_video .slick-slide > div {
        opacity: 0.5;
        transition: all 300ms ease;
        pointer-events: none;
    }
    .wd_featureboxes_video .slick-list {
        padding: 32px 0 !important;
    }

}
@media (max-width: 767px) {
    .slick-prev.slick-arrow,
    .slick-next.slick-arrow{
        bottom: -20px;
        position: absolute;
        left: 25vw;
    }
    .slick-next.slick-arrow {
        right: 25vw;
        left: auto;
    }
    .slick-list {
        padding-bottom: 24px !important;
    }

    .wd_featureboxes_statistics .wd_featurebox {
        flex-direction: column;
        display: flex;
        max-width: 450px;
        margin: 0 auto;
    }
    .wd_featureboxes_bottom {
        flex-direction: column;
        gap: 38px;
        padding: 72px 0;
    }
    .wd_featureboxes_bottom > div {
        padding: 0;
    }
    .wd_featureboxes_bottom .wd_featurebox {
        padding: 0;
    }

    .wd_featureboxes_media_resources ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 1fr;
        margin: 0 auto;
        max-width: 600px;
        width: 100%;
    }
    .wd_featureboxes_media_resources li {
        padding: 30px 18px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .wd_featureboxes_media_resources li:nth-child(even) {
        border: none;
    }
    .wd_featureboxes_media_resources li:nth-child(1),
    .wd_featureboxes_media_resources li:nth-child(2){
        border-bottom: 2px solid #B5B5B5;
    }
    .wd_newsfeed_releases .wd_item_list .wd_item {
        width: calc(50% - 3%);
    }
    #wd_printable_content .wd_gallery .wd_item {
        width: calc(50% - 12px) !important;
    }

    /* forms */
    .wd_search_basic_fields {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    #wd_printable_content .wd_search_basic_fields input[type="text"],
    #wd_printable_content .wd_search_basic_fields select {
        max-width: 100%;
        width: 100%;
        margin: 0;
    }
    #wd_printable_content .wd_search_form_advanced input[type="text"] {
        max-width: 100%;
    }

}

/* Small devices (landscape phones) */
@media (max-width: 575px) {
    .wd_featureboxes_middle p.more {
        top: 130px;
        left: 0;
        right: auto;
    }
    .wd_featureboxes_middle .wd_featurebox {margin-top: 60px;}
    .wd_newsfeed_releases .wd_item_list .wd_item {
        width: 100%;
    }
    #wd_printable_content .wd_gallery .wd_item {
        width: calc(100%) !important;
    }
    .wd_news_body div.PRN_ImbeddedAssetReference {
        margin-left: 0;
        max-width: 100%;
        float: none;
    }
    .video-iframe.PRN_ImbeddedAssetReference p,
    .video-iframe.PRN_ImbeddedAssetReference iframe {
        width: 100%;
    }
    .wd_news_body div.PRN_ImbeddedAssetReference img {
        margin-left: 0;
    }
    .wd_newsfeed_releases-detail .wd_title {
        font-size: 2rem;
        margin-bottom: 12px;
    }

}

/* CLIENT CSS OVERRIDES */


.left {
    float: initial !important;
}
.right {
    float: initial !important;
}
#nav .css-cpol9d {
    display: none;
}

.css-oc13vb {
    font-weight: 500!important;
    color: #002e5d!important;
}
.css-s5553t {
    font-weight: 500!important;
}

@media (min-width: 900px) {
    .mobile-links {
        display: none;
    }
}
