/* 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;
    color: #1a3050;
}

em {
    font-style: italic;
}

/* 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;
}
#main-content {
    padding: 0 15px;
}
.wd_container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 50px 0;
}
.wd_logo {
    display: flex;
    align-items: center;
}
.wd_logo div {
    position: relative;
    font-family: var(--font-sweden-sans-bold);
    border-left: 2px solid #000;
    padding: 6px 20px;
    margin-left: 20px;
}

.wd_flex {
    display: flex;
    gap: 32px 4%;
}
.wd_left-sidebar {
    background: white;
    height: fit-content;
    font-family: var(--font-sweden-sans-bold);
    min-width: 280px;
}
.wd_content {
    flex: 1;
}

.wd_left-sidebar a {
    text-decoration: none;
    display: block;
    padding: 18px 16px;
    line-height: 1.2;
    font-size: 14px;
    border-bottom: 2px solid black;
}
.wd_left-sidebar p:last-child a {
    border: none;
}
.wd_left-sidebar a.on {
    background: #ffd481;
    border: none;
}
.page_header {
    font-size: 40px;
    margin-bottom: 30px;
}

/* gloabl */
.wd_home_hero {
    margin-bottom: 72px;
}
.wd_home_hero #wd_printable_content {
    padding-left: calc(280px + 4%);
}
.wd_home_hero {
    background: white;
    padding: 40px 40px 40px 0;
}
.wd_home_hero .page_header {
    font-size: 5.6rem;
    margin-bottom: 40px;
}
.wd_home_hero p {
    font-size: 18px;
    line-height: 1.3;
    font-family: "__swedenSans_3ec368";
}

.wd_featurebox_title {
    font-family: "__swedenSansBold_0540b3";
    font-size: 3.6rem;
    border-bottom: 2px solid #888b;
    margin-bottom: 40px;
    padding-bottom: 16px;
}
.wd_content .wd_featureboxes-horizontal {
    margin-bottom: 60px;
}

p.more a {
    background: #ffd481;
    text-decoration: none;
    display: flex;
    width: fit-content;
    padding: 16px 16px 12px 16px;
    line-height: 1;
    margin-top: 32px;
    margin-left: auto;
    gap: 14px;
    font-size: 15px;
}
p.more a::after {
    content: '';
    background: url(../images/arrow.svg);
    width: 14px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 1px;
}

/* homepage */
.wd_newsfeed_releases-teaser {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 2%;
}
.wd_newsfeed_releases-teaser .item {
    width: 32%;
    background: white;
    padding: 0 0 18px;
    margin: 0;
}
.wd_newsfeed_releases-teaser .wd_date {
    font-size: 14px;
}
.wd_newsfeed_releases-teaser .item > div:not(.wd_thumbnail) {
    padding: 0 12px;
    margin-top: 16px;
}
.wd_newsfeed_releases-teaser .wd_summary {
    display: none;
}
.wd_newsfeed_releases-teaser .wd_title a {
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    line-height: 1.25;
}
.wd_newsfeed_releases-teaser .wd_thumbnail img {
    height: 220px;
    object-fit: cover;
    width: 100%;
}

.wd_featureboxes_middle li {
    width: 48%;
}
.wd_featureboxes_middle ul {
    display: flex;
    flex-wrap: wrap;
    gap: 38px 4%;
}
.wd_featureboxes_middle li a {
    font-family: "__swedenSansBold_0540b3";
    font-size: 22px;
    text-decoration: none;
    line-height: 1.25;
    display: flex;
    align-items: center;
    background: #ffd481;
    padding: 44px 32px;
    width: 100%;
    height: 100%;
}




/* Media Contacts */
.phone::before {
    content: "\f095";
    font-family: "fontawesome";
}
.website::before {
    content: "\f0ac";
    font-family: "fontawesome";
}
.email::before {
    content: "\f0e0";
    font-family: "fontawesome";
}

.wd_pageid_20288 .wd_category_items .item strong,
.wd_pageid_20288 .wd_category_items .item span, 
.wd_pageid_20288 .wd_category_items .item a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
    text-decoration: none;
}
.wd_pageid_20288 .wd_category_items .item_name {
    font-size: 20px;
    font-weight: 400;
    font-family: "__swedenSansBold_0540b3";
    line-height: 1.7;
}
.wd_pageid_20288 .wd_category_items .item strong,
.wd_pageid_20288 .wd_category_items .item span {
    display: inline-block;
}
.wd_pageid_20288 .wd_category_items .item strong::after {
    content: ',';
}

.wd_pageid_20288 .wd_category_items .item a[class="website"],
.wd_pageid_20288 .wd_category_items .item a[class="email"] {
    display: flex;
    color: rgb(0, 82, 147);
    font-size: 18px;
    line-height: 1.9;
    gap: 8px;
}
.wd_pageid_20288 .wd_category_items .item a[class="phone"] {
    display: flex;
    font-size: 18px;
    line-height: 1.9;
    gap: 8px;
    margin-top: 4px;
}
.wd_pageid_20288 .wd_category_items .item br {
    display: none;
}
.wd_pageid_20288 .wd_category_items .item {
    background: white;
    padding: 0;
    color: rgb(79, 83, 82);
    padding: 20px 30px 20px;
}
.wd_pageid_20288 .wd_category_items .item:last-child {
    background: none;   
    padding: 0;
    width: 100%;
}
.wd_pageid_20288 .wd_category_items .item:last-child > div:last-child {
    background: white;   
    padding: 20px 30px 20px;
}
.wd_pageid_20288 .wd_category_items .item:last-child .item_name {
    font-size: 24px;
    margin: 40px 0 20px;
    line-height: 1.5;
}
.wd_pageid_20288 .wd_category_items {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
}
.wd_pageid_20288 .wd_category_items .item {
    width: 48%;
}
.wd_pageid_20288 .item_name em {
    font-style: normal;
}
.wd_pageid_20288 .wd_category_items .item:last-child > p,
.wd_pageid_20288 #wd_printable_content > p {
    font-size: 18px;
    margin-bottom: 24px;
    line-height: 1.2;
    color: #1a3050;
}

/* Searchbar */
#wd_printable_content .wd_search_button {
    background: #ffd481;
    text-decoration: none;
    width: fit-content;
    line-height: 1;
    margin-left: auto;
    gap: 14px;
    font-size: 15px;
    border: none;
}
.wd_search_form .wd_search_basic_fields {
    background: none;
    border: none;
}

/* Press Release Page */
.wd_newsfeed_releases .wd_item_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 2%;
    margin-top: 20px;
}
.wd_newsfeed_releases .wd_item {
    width: 32%;
    background: white;
    padding: 0 0 18px;
    margin: 0;
}
.wd_newsfeed_releases .wd_date {
    font-size: 14px;
}
.wd_newsfeed_releases .wd_item > div:not(.wd_thumbnail) {
    padding: 0 12px;
    margin-top: 16px;
}
.wd_newsfeed_releases .wd_title a {
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    line-height: 1.25;
}
.wd_newsfeed_releases .wd_thumbnail img {
    height: 220px;
    object-fit: cover;
    width: 100%;
}
.wd_newsfeed_releases-teaser .wd_thumbnail,
.wd_newsfeed_releases .wd_item .wd_thumbnail {
    float: none !important;
    margin: 0 !important;
}

.wd_newsfeed_releases-teaser .item .wd_asset_icon_link_list {
    display: none;
}

/* Press Release Details */
.wd_newsfeed_releases-detail .wd_title {
    font-size: 26px;
    line-height: 1.3;
}
.wd_body p {
    margin-bottom: 16px;
    line-height: 1.3;
}

.wd_newsfeed_releases-detail {
    display: flex;
    flex-wrap: wrap;
    gap: 0 5%;
}
.wd_newsfeed_releases-detail .wd_title,
.wd_newsfeed_releases-detail .wd_toolbar {
    width: 100%;
}

.wd_newsfeed_releases-detail .wd_body {
    flex: 1;
    margin-top: 15px;
}
.wd_newsfeed_releases-detail .wd_body ul.wd_asset_inline_list {
    display: none;
}
.wd_newsfeed_releases-detail .wd_assetbar {
    width: 300px;
    margin-top: 15px;
}
.wd_assetbar ul.wd_asset_inline_list {
    float: none;
    margin: 0;
    height: auto !important;
    width: 100%;
}
.wd_assetbar li.wd_asset_inline {
    width: 100% !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    background: none;
    margin: 0 0 20px;
    padding: 0;
}
.wd_assetbar .wd_asset_image,
.wd_assetbar .wd_icon_overlay,
.wd_assetbar .wd_gallery_asset {
    height:  100% !important;
}
.wd_newsfeed_releases-detail .wd_body p > br {
    display: none;
}


/* Extra large devices (large desktops) */
@media (max-width: 1199px) {
    .wd_pageid_20288 .wd_category_items .item {
        width: 100%;
    }
}

/* Large devices (desktops) */
@media (max-width: 992px) {
    .wd_newsfeed_releases .wd_item,
    .wd_newsfeed_releases-teaser .item {
        width: 49%;
    }
}

/* Medium devices (tablets) */
@media (max-width: 767px) {
    .wd_flex {
        flex-direction: column;
    }
    .wd_home_hero #wd_printable_content {
        padding-left: 0;
    }

    .wd_pageid_20288 .wd_category_items .item a[class="phone"],
    .wd_pageid_20288 .wd_category_items .item a[class="website"], 
    .wd_pageid_20288 .wd_category_items .item a[class="email"] {
        font-size: 16px;
    }
}

/* Small devices (landscape phones) */
@media (max-width: 500px) {
    .wd_newsfeed_releases .wd_item,
    .wd_featureboxes_middle li,
    .wd_newsfeed_releases-teaser .item {
        width: 100%;
    }
    .wd_featureboxes_middle li a {
        padding: 32px 24px;
        font-size: 18px;
    }
}

/* CLIENT CSS OVERRIDES */
.ButtonBurger_ButtonBurger___YIxI,
.GlobalSiteSwitcher_GlobalSiteSwitcher__PLiIx,
.MenuMain_MenuMain__cz7pQ {
    display: none;
}
.Header_Header__U61L9 {
    padding: 15px;
}
#search-modal {
    top: 81px;
    display: none;
}
#search-modal.show {
    display: block;
}
#search-modal .Header_Header__SearchButton__51HQd {
    font-size: 0;
    color: transparent;
    border: none;
}
.Footer_Footer__MDr8W {
    background: #ffd481;
}
.Footer_Footer__Bottom__Rc8Gr {
    border-color: #333;
    border-width: 2px;
}


