/* Begin classes for common SPIN elements */

*, ::before, ::after { box-sizing: border-box; }
*, ::before, ::after { box-sizing: inherit; }
*, ::before, ::after { box-sizing: border-box; }
body {
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*
.wd_header {}
.wd_row {
    clear: both;
}
.wd_container {
    max-width: 1200px;
    margin: 0 auto;
}

.wd_content,
.wd_content-left,
.wd_content-right,
.wd_content-left-right,
.wd_left-sidebar,
.wd_right-sidebar {
    display: inline-block;
    vertical-align: top;
}
.wd_left-sidebar,
.wd_right-sidebar {
    width: 25%;
    background: #fafafa;
    padding: 0 1%;
}
.wd_content {
    width: 100%;
}
.wd_content-left,
.wd_content-right {
    width: 72%;
    margin: 0 1%;
}
.wd_content-left-right {
    width: 50%;
    margin: 0 1%;
}
*/

/* Header styles */
.page_header,
.category_header {}
.detail_header,
.detail_subheader,
.category_name {}
.category_intro {}
#wd_printable_content .page_header {
    display: none;
}
/* 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 {}

/* Toolbar styles */

/* END Toolbar styles */

/* Begin classes for individual PCTs */

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

/* Standard */
div.wd_standard {}
/* END Standard */

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

/* Gallery */
div.wd_gallery {}

/* hi-res link for gallery */
ul.hi_res-links {}

ul.hi_res-links li {}

ul.hi_res-links li a, ul.hi_res-links li a:hover, ul.hi_res-links li a:link, ul.hi_res-links li a:visited {
    color: #FFF;
}

ul.hi_res-links li a {
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
}

ul.hi_res-links li a span {
    display: block;
    text-align: center;
    margin: 0;
    padding: 2px 10px;
    position: relative; /*To fix IE6 problem (not displaying)*/
    background: #666 url(../images/webdriver/gradient_bg.gif) repeat-x top;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 1px 1px 5px #888;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* END hi-res link for gallery */
/* END Gallery */

/* Newsfeed Releases */
div.wd_newsfeed_releases {}

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

/* Stories */
div.wd_stories {}
/* END Stories */

/* Formbuilder */
#wd_printable_content input,
#wd_printable_content button,
#wd_printable_content select {
    border-radius: 0;
    border: 1px solid #ccc;
    line-height: 34px;
    padding: 0 1rem;
    font-size: 1.2rem;
    height: 34px;
    color: #333;
}
#wd_printable_content select {
    padding: 0 1rem;
    font-size: 1.2rem;
    height: 34px;
    color: #333;
}
select::-ms-expand {
    margin-left: 50px;
    background-color: #fff;
}
#wd_printable_content button.ui-datepicker-trigger {
    border: 0;
}
#wd_printable_content .wd_form_field_label {
    line-height: 2.4em;
    margin-bottom: 0;
}
#wd_printable_content input[type=text] {
    max-width: 69%;
}
#wd_printable_content input[type=submit] {
    max-width: 30%;
    margin-left: 1%;
}
#wd_printable_content input[type=checkbox],
#wd_printable_content input[type=radio] {
    height: auto;
}
.wd_form_field {
    clear: both;
}
.wd_page_limit {
    padding: 0;
}
.wd_linkmenu-header {
    padding: 6px 2px;
}
.wd_page_link:first-child,
.wd_page_link:last-child,
.wd_linkmenu-header {
    border-radius: 0;
}
.wd_linkmenu-header:hover .wd_linkmenu-icon {
    border-color: transparent;
    background-color: transparent;
    color: #000;
}
.wd_form_field .wd_form_field_input,
.wd_form_field {
    overflow: visible;
}
/* END Formbuilder */

/* Search Results */
/* END Search Results */

/* Featureboxes */
div.wd_featurebox {}
div.wd_featurebox_container {}
div.wd_featurebox_title {}

div.wd_featureboxes_top {}
div.wd_featureboxes_top div.wd_featurebox {}
div.wd_featureboxes_top div.wd_featurebox_container {}
div.wd_featureboxes_top div.wd_featurebox_title {}

div.wd_featureboxes_left {}
div.wd_featureboxes_left div.wd_featurebox {}
div.wd_featureboxes_left div.wd_featurebox_container {}
div.wd_featureboxes_left div.wd_featurebox_title {}

div.wd_featureboxes_right {}
div.wd_featureboxes_right div.wd_featurebox {}
div.wd_featureboxes_right div.wd_featurebox_container {}
div.wd_featureboxes_right div.wd_featurebox_title {}

div.wd_featureboxes_middle {}
div.wd_featureboxes_middle div.wd_featurebox {}
div.wd_featureboxes_middle div.wd_featurebox_container {}
div.wd_featureboxes_middle div.wd_featurebox_title {}

div.wd_featureboxes_bottom {}
div.wd_featureboxes_bottom div.wd_featurebox {}
div.wd_featureboxes_bottom div.wd_featurebox_container {}
div.wd_featureboxes_bottom div.wd_featurebox_title {}

.wd_featureboxes_socialhub .wd_tabs_wrapper {
    background: 0 none;
    padding: 5px;
}
.wd_featureboxes_socialhub .wd_tab {
    margin: 1px;
    padding: 4px;
    border: 0px;
    background-color: transparent;
}
.wd_featureboxes_socialhub .wd_tab-inactive {}
.wd_featureboxes_socialhub .wd_tab-active {
    padding: 3px;
    background-color: #dddddd;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.wd_featureboxes_tabbed .wd_tabs_wrapper {
    background: 0 none;
    border: 0 none;
    width: 100%;
    display: block;
    height: 33px;
}
.wd_featureboxes_tabbed .wd_tabs_wrapper .wd_tabs {
    overflow: visible;
}
.wd_featureboxes_tabbed .wd_tabs_wrapper .wd_tab {
    margin: 0 0.3em 0 0;
    padding: 0.5em;
    border: 1px solid #cccccc;
    border-bottom-width: 0px;
    border-top-left-radius: 0.5em; -moz-border-radius-topleft: 0.5em; -webkit-border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em; -moz-border-radius-topright: 0.5em; -webkit-border-top-right-radius: 0.5em;
}
.wd_featureboxes_tabbed .wd_tabs_wrapper .wd_tab-active {
    margin-bottom: -1px;
    border-bottom: 1px solid #fff;
}
.wd_featureboxes_tabbed .wd_tabs_wrapper .wd_tab-inactive {
    background-color: #eeeeee;
}
.wd_featureboxes_tabbed .wd_tabs_wrapper .wd_tab-inactive:hover {
    background-color: #dddddd;
    border-color: #aaaaaa;
}
.wd_featureboxes_tabbed .wd_tabs_container .wd_tabs_content_wrapper {
    clear: both;
    width: 100%;
    padding-top: 0px;
    border-top: 1px solid #DEDEDE;
}
.wd_featureboxes_tabbed .wd_tabs_wrapper {
    background: 0 none;
    border: 0 none;
}
/* END Featureboxes */

/* YouTube Responsive Video Containers */
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* END YouTube Responsive Video Containers */

div.wd_rssfeeds_item {
    margin-bottom: 10px;
}

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

.mobile_menu_button svg {
    fill: #9d9d9d;
    height: 16px;
}
#back_to_top svg {
    fill: #b0b0b0;
    height: 23px;
    top: 3px;
    position: relative;
}

.btn-green {
    color: #2e2e2e;
    font-size: 15px;
    line-height: 55px;
    height: 55px;
    font-style: normal;
    font-weight: 400;
    background-color: #97c240;
    border-radius: 60px;
    text-transform: none;
    border-width: 2px;
    padding: 0 72px;
    display: block;
    width: fit-content;
    transition: color .1s linear,background-color .1s linear,border-color .1s linear;
}
.btn-green > a {
    color: #2e2e2e !important;
    border: none !important;
    font-weight: 600 !important;
}
.btn-green:hover {
    background-color: #fff;
}

.wd_featureboxes_bottom {
    border-top: 1px solid #d2d2d2;
    padding-top: 40px;
    margin: 70px 0;
}
.wd_featureboxes_bottom .wd_featurebox_title {
    color: #4b4b4b;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 27px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
}
.wd_featureboxes_bottom p {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}
#wd_printable_content p > a,
.wd_featurebox_container p > a {
    color: #03c;
    font-weight: 600;
    border-bottom: 1px solid rgba(0,51,204,.25);
}

#wd_printable_content p {
    color: #4b4b4b;
}

/* Home */
.top-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.top-wrap p:not(.btn-green) {
    font-size: 22px;
    flex: 1;
    margin-right: 20px;
    min-width: 450px;
}
.top-wrap .btn-green {
    margin: 20px auto;
}

/* pageid_20288 */
.wd_pageid_20288 .item_name {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
}
.wd_pageid_20288 .item_name::after,
.wd_pageid_20292 .category_header::after {
    background-color: #000;
    height: 2px;
    position: relative;
    width: 22px;
    display: block;
    content: " ";
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: left;
}
.wd_pageid_20288 .item {
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 30px;
    padding-bottom: 40px;
}
.wd_pageid_20288 .item:last-child {
    border: none;
}
.item:nth-child(2) .wd_imagetable {
    max-width: 350px;
    width: 100%;
}
.item:nth-child(2) .wd_imagetable p {
    margin: 0;
    font-size: 13px;
    text-align: left;
}

/* pageid_20292 */
.wd_pageid_20292 .wd_standard {
    margin: 60px auto;
}
.wd_pageid_20292 .item {
    border-bottom: 1px solid #f4f4f4;
    margin: 0;
    padding: 0;
}
.wd_pageid_20292 .item ul {
    display: none;
    overflow: hidden;
    padding: 20px 40px 60px 30px;
}
.wd_pageid_20292 .item li {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: rgb(75, 75, 75);
}
.wd_pageid_20292 .item_name {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 20px 30px;
    position: relative;
    cursor: pointer;
}
.wd_pageid_20292 .item_name:before {
    content: '';
    width: 2px;
    height: 12px;
    display: block;
    background: rgb(75, 75, 75);
    position: absolute;
    right: 5px;
    margin-right: 20px;
    top: 26px;
}
.wd_pageid_20292 .item_name:after {
    content: '';
    width: 12px;
    height: 2px;
    display: block;
    background: rgb(75, 75, 75);
    position: absolute;
    right: 0;
    top: 31px;
    margin-right: 20px;
}

.wd_pageid_20292 .item_name.opened:before {
    display: none;
}


/* Press Release */
.news-content-wrap {
    display: flex;
}
.wd_featureboxes_right {
    max-width: 250px;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    margin-left: 50px;
}
.wd_featureboxes_right .wd_featurebox_title {
    margin: 20px 0 20px;
}
.wd_newsfeed_releases .wd_title a,
.wd_featureboxes_right .wd_featurebox_title {
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #4b4b4b;
    font-family: "Roboto", sans-serif;
} 
.wd_featureboxes_right .wd_featurebox,
.wd_featureboxes_right .wd_featurebox a {
    color: #020202;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}
.wd_newsfeed_releases .wd_item_list .wd_date {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    text-align: center;
    border-right: 1px solid #ebebeb;
    padding-right: 18px;
    margin-right: 20px;
    height: fit-content;
    max-width: 60px;
}
.wd_newsfeed_releases .wd_item_list .wd_date span:last-child {
    font-weight: 600;
    font-size: 21px;
}
.wd_newsfeed_releases .wd_item_list .wd_date span:first-child {
    font-weight: 500;
    margin-top: 4px;
}
.wd_newsfeed_releases .wd_subtitle,
.wd_newsfeed_releases .wd_summary,
.wd_newsfeed_releases .wd_search_advanced_link,
.wd_featureboxes_right p.more {
    display: none;
}
.wd_newsfeed_releases .wd_item_wrapper {
    display: flex;
}
.wd_newsfeed_releases .wd_item_list .wd_title a::after {
    background-color: #000;
    height: 2px;
    position: relative;
    width: 22px;
    display: block;
    content: " ";
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: left;
}
.wd_newsfeed_releases .wd_search_basic_fields {
    background: none;
    border: none;
}
.wd_newsfeed_releases-teaser .wd_date,
.wd_newsfeed_releases-teaser .wd_summary {
    display: none;
}
.wd_newsfeed_releases-teaser .wd_title {
    letter-spacing: 1px;
}
.wd_newsfeed_releases .wd_page_limit {
    display: none;
}
.wd_newsfeed_releases .wd_page_menu nav {
    margin: 0 auto;
    width: fit-content;
}
.wd_newsfeed_releases .wd_page_links {
    overflow: hidden;
}
.wd_newsfeed_releases .wd_page_menu .wd_page_link {
    color: #4b4b4b;
    border: 2px solid #e5e5e5;
    border-radius: 4px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    margin: 0 6px;
    padding: 0;
    text-align: center;
}
.wd_newsfeed_releases .wd_page_menu .wd_page_link.wd_page_active {
    background-color: #f9f9f9;
    border-color: #f9f9f9;
}
.wd_newsfeed_releases .wd_page_menu .wd_page_prev a, 
.wd_newsfeed_releases .wd_page_menu .wd_page_next a {
    top: -3px;
    position: relative;
}

.wd_pageid_20301 div.title,
.wd_pageid_20306 div.title,
.wd_pageid_20296 div.title {
    height: 0;
}

.mobile-right-col {
    display: none;
    margin-top: 50px;
}
.mobile-right-col div.wd_featureboxes_right {
    margin-left: 25px;
}
/* CLIENT CSS OVERRIDES */
div.title,
div.title_holder {
    height: 500px;
}

@media only screen and (max-width: 1000px) {
    div.title {
        background-position: center !important;
        background-size: 100% auto !important;
        height: 38vw !important;
    }
}

/* Small devices (landscape phones) */
@media (max-width: 575px) {
    .wd_newsfeed_releases .wd_page_menu .wd_page_link {
        margin: 0;
    }
}

/* Medium devices (tablets) */
@media (max-width: 767px) {
   .news-content-wrap {
       flex-direction: column;
   } 
   .top-wrap p:not(.btn-green) {
    min-width: 100%;
    }
    .wd_search_basic_fields select[name="year"] {
        margin-bottom: 16px;
        display: block;
    }
    .wd_search_basic_fields, .wd_search_form {
        width: 100%;
    }
    .wd_search_basic_fields input[name="keywords"] {
        max-width: calc(100% - 63px);
    }
    .mobile-right-col {
        display: block;
    }
    .news-content-wrap div.wd_featureboxes_right {
        display: none;
    }
}

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

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


