/* Begin classes for common SPIN elements */
.wd_columns {
    display: flex;
    flex-wrap: wrap;
}

.wd_column-8 {
    flex: 0 0 73%;
    padding-right: 48px;
}
.wd_column-4 {
    flex: 0 0 25%;
}

a:hover {
	text-decoration: underline;
}

.wd_subscribe_footer a,
.wd_form_field_header a,
.wd_purple {
    color: rgb(122, 0, 230);
    text-decoration: underline;
}

.wd_subscribe_footer a:hover,
.wd_form_field_header a:hover,
.wd_purple:hover {
    color: rgb(87, 24, 176);
}

footer #ot-sdk-btn.ot-sdk-show-settings,
footer #ot-sdk-btn.optanon-show-settings {
    border: none;
    color: #000;
    padding: 15px 30px 15px 0;
    margin: 0;
    background-color: transparent;
    word-wrap: normal;
    font-size: 1em;
    line-height:normal;
    text-transform:none;
}

footer #ot-sdk-btn.ot-sdk-show-settings:hover,
footer #ot-sdk-btn.optanon-show-settings:hover {
    color: #a6a9b4;
    background-color: transparent;
}

footer .toenail .nav > li > a {
    padding: 15px 30px 15px 0;
    color: #000;
}

footer .toenail .nav > li:last-of-type > a {
    padding-right: 0;
}

html,body{ scroll-behavior: smooth} 
html {
	font-size: 16px;
}
body {
	-webkit-font-smoothing: unset;
}
body header {
	-webkit-font-smoothing: antialiased;
}

.wd_content,
.wd_content-left,
.wd_content-right,
.wd_content-left-right,
.wd_left-sidebar,
.wd_right-sidebar {
	float: left;
}
.wd_left-sidebar,
.wd_right-sidebar {
	width: 25%;
}
.wd_content {
	width: 100%;
}
.wd_content-left,
.wd_content-right {
	width: 75%;
}
.wd_content-left-right {
	width: 50%;
}

/* Top Navigation */
header.top-0 {
	z-index: 5000;
}

header .msw-header-com__nav-container {
	display:none;
}

header a {
	color: inherit;
	text-decoration: none;
}
header a:hover,
header a:focus {
	text-decoration: none;
}
header button.msw-nav-skip-section {
	font-size: 13px;
}
header button.msw-nav-open-child,
header button.msw-nav-skip-section,
header button.msw-nav-title-levelup {
	background: transparent;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
}
header button.msw-nav-open-child:hover,
header button.msw-nav-skip-section:hover,
header button.msw-nav-title-levelup:hover {
	background: transparent;
}
/* End Top Navigation */

/* Header styles */
.page_header,
.category_header,
.detail_header {
	font-size: 4.6rem;
	font-size: 2.875rem;
}
.page_header {
	display: none;
}

.wd_stories-detail .detail_header {
	font-size: 2.6rem;
	font-size: 1.625rem;
}

.detail_subheader,
.category_name,
.category_intro {}

nav.navbar {
	/* override inline */
	/* background-image: none !important; */
	background-color: rgb(35,0,76);
}
.wd_mainnav {
	/* background: #886aa3; */
	background-color: white;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.wd_mainnav .navbar-toggle {
	margin: 12px 10px;
}
.wd_mainnav .navbar-toggle {
	position: relative;
	float: left;
	padding: 9px 10px;
	border-color: #fff;
    background-color: transparent;
}
.wd_mainnav .navbar-toggle .icon-bar {
	/* background: #fff; */
	background: black;
}
#wd_navigation {
	text-transform: uppercase;
	text-align: center;
	clear: both;
}
#wd_navigation ul.navbar-nav {
	margin: 0 auto;
	padding: 0;
	float: none;
	display: inline-block;
	vertical-align:top;
}
#wd_navigation .navbar-nav > li > a {
	text-decoration: none;
	font-size: 1.3rem;
	font-size: .8125rem;
	/* color: #fff; */
	color: black;
	padding-top: 20px;
	padding-bottom: 20px;
}
#wd_navigation .navbar-nav > li > a:focus,
#wd_navigation .navbar-nav > li > a:hover {
	background-color:rgba(115, 90, 143, 0.5);
}
#wd_navigation .navbar-nav > li > a span {
	padding: 5px 0;
}
#wd_navigation .navbar-nav > li > a span.on {
	border-bottom: 2px solid #fff;
}

/* END Header styles */

.item {}
.item_name {}
.item_date {}
.item_summary {}

.wd_item {}
.wd_item .wd_date {}
.wd_item .wd_title {}
.wd_item .wd_subtitle {}

table.wd_imagetable {}
td.imagecaption {}

/* Toolbar styles */

/* END Toolbar styles */

/* Begin classes for individual PCTs */
.wd_item_search_form_container .wd_search_form_basic {
	display: block;
}

.wd_select_wrapper {
	position: relative;
	margin-right: 25px;
}

.wd_search_form.wd_search_form_advanced button.icon,
.wd_search_form.wd_search_form_advanced .wd_select_wrapper {
	margin: 0;
  }

.wd_select_wrapper svg {
	width: 1em;
	height: 1em;
	position: absolute;
	right: 0px;
	top: 50%;
	color: rgb(93, 93, 93);
	transform: translateY(-50%);
	font-size: 1rem;
	padding: 12px 16px;
	pointer-events: none;
}

.wd_search_basic_fields {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.wd_search_form_advanced .wd_input_border {
	flex: 1;
}

.wd_search_form.wd_search_form_advanced .wd_form_field {
	flex: 1 0 22%;
  }

.wd_item_search_form_container *:focus {
	outline: none;
	box-shadow: rgb(179, 168, 230) 0px 0px 0px 4px;
}

.wd_search_basic_fields select,
.wd_search_basic_fields input[type='text'] {	
	flex: 0 0 22%;
	margin-right: 25px;
  }
/* 
.more {
	margin: 20px auto 60px;
	text-align: center;
} */
input[type='button'],
input[type='submit'],
input.wd_formbuilder_submit,
button:not([class*='wd_wai']):not(.wd_wai_dp_button):not(.navbar-toggle):not(.elements-ds-1cki4g0):not(#sanofiMobileMenu):not(.mobileBackBtn):not(.MuiButtonBase-root):not(.elements-ds-131cd0c):not(#onetrust-reject-all-handler):not(#onetrust-accept-btn-handler),
button.wd_search_button {
	text-decoration: none;
  position: relative;
  cursor: pointer;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  vertical-align: middle;
  width: fit-content;
  border-radius: 4px;
  height: 48px;
  padding: 0px 24px;
  font-family: Sanofi Sans, Work Sans, Raleway, Roboto, sans-serif;
  font-weight: normal;
  line-height: 100%;
  font-size: 1rem;
  letter-spacing: 0px;
  color: rgb(255, 255, 255);
  background-color: rgb(122, 0, 230);
  border: medium;
}

/* .more a:hover {
	background: #fff;
	color: #525ca3;
}
.more a:focus {
	background: #f4f7fc;
	color: #525ca3;
} */

#wd_printable_content input[type=checkbox],
#wd_printable_content input[type=radio] {
    position: relative;
    width: auto;
    height: auto;
    vertical-align: middle;
    border-color: transparent;
    background: #fff;
    margin: 0 5px 0 0;
}

.wd_category_checkboxes .wd_parent_category, 
.wd_category_checkboxes .wd_category_checkbox {
    position: relative;
}
.wd_category_checkboxes input[type="radio"] + label:before {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    left: -1px;
    top: 3px;
    border-radius: 1000px;
    background: white;
    border: 2px solid rgb(87,24,176);
}
#wd_printable_content input[type="radio"] + label:after, 
.wd_category_checkboxes input[type="radio"] + label:after {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  left: 4px;
  top: 8px;
  border-radius: 1000px;
  background: rgb(87,24,176);
  display: none;
}
#wd_printable_content input[type="checkbox"] + label:before, 
.wd_category_checkboxes input[type="checkbox"] + label:before {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    left: -1px;
    top: 3px;
    border-radius: 4px;
    background: white;
    border: 2px solid rgb(87,24,176);
}
#wd_printable_content input[type="checkbox"]:checked + label:before, 
.wd_category_checkboxes input[type="checkbox"]:checked + label:before {
    content: '';
    color: rgb(87,24,176);
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
}
#wd_printable_content input[type="checkbox"] + label:after, 
.wd_category_checkboxes input[type="checkbox"] + label:after {
    content: '';
    width: 5px;
    height: 9px;
    position: absolute;
    transform: rotate(45deg);
    border-bottom: 2px solid rgb(87,24,176);
    border-right: 2px solid rgb(87,24,176);
    display: none;
    top: 4px;
    left: 7px;
}
#wd_printable_content input[type="checkbox"]:checked + label:after, 
.wd_category_checkboxes input[type="checkbox"]:checked + label:after,
#wd_printable_content input[type="radio"]:checked + label:after,
.wd_category_checkboxes input[type="radio"]:checked + label:after {
    display: block;
}

input[type='text'] {
	border-radius: 4px;
  background-color: rgb(245, 245, 245);
  display: flex;
  width: 100%;
  position: relative;
  margin: 0px;
  padding: 12px 16px;
  color: rgb(13, 13, 13);
  border: medium;
  -moz-box-flex: 1;
  flex-grow: 1;
  appearance: none;
  font-family: Sanofi Sans, Work Sans, Raleway, Roboto, sans-serif;
  font-weight: normal;
  line-height: 150%;
  font-size: 1rem;
  letter-spacing: 0px;
  box-shadow: none;
  box-sizing: border-box;
}
select {
	border-radius: 4px;
  background-color: rgb(245, 245, 245);
  display: flex;
  width: 100%;
  position: relative;
  margin: 0px;
  padding: 12px 48px 12px 16px;
  color: rgb(13, 13, 13);
  border: medium;
  -moz-box-flex: 1;
  flex-grow: 1;
  appearance: none;
  font-family: Sanofi Sans, Work Sans, Raleway, Roboto, sans-serif;
  font-weight: normal;
  line-height: 150%;
  font-size: 1rem;
  letter-spacing: 0px;
  box-shadow: none;
}
input[type="checkbox"],
input[type="radio"] {
	width: auto;
	margin-right: 10px;
}
button:not([class*='wd_wai']):not(.wd_search_button):not(.elements-ds-1cki4g0):not(#sanofiMobileMenu):not(.mobileBackBtn):not(.MuiButtonBase-root):not(.elements-ds-131cd0c){
	background: #525ca3;
	color: #fff;
	margin-bottom: 5px;
}

.wd_item_search_form_container button.wd_search_button,
button.wd_search_button.wd_highlight {
	background: #525ca3;
	color: #fff;
	margin-bottom: 0;
}

/* button.icon.wd_wai_dp_button {
     background-color: transparent;
     color: #000;
} */

button.icon.wd_wai_dp_button {
	border-radius:9999px;
	padding: 10px 20px;
	text-decoration: none;
  position: relative;
  cursor: pointer;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  vertical-align: middle;
  width: fit-content;
  height: 48px;
  font-family: Sanofi Sans, Work Sans, Raleway, Roboto, sans-serif;
  font-weight: normal;
  line-height: 100%;
  font-size: 1rem;
  letter-spacing: 0px;
  color: rgb(255, 255, 255);
  background-color: rgb(122, 0, 230);
  border: medium;
}

button.icon.wd_wai_dp_button:hover {
	background-color: #5718b0;
}

input[type='button']:hover,
input[type='submit']:hover,
button.icon.wd_wai_dp_button:hover,
button:hover:not(.elements-ds-1cki4g0):not(#sanofiMobileMenu):not(.mobileBackBtn):not(.MuiButtonBase-root):not(.elements-ds-131cd0c),
button.wd_search_button.wd_highlight:hover,
button.wd_search_button:hover {
	color: rgb(255, 255, 255);
  	background-color: rgb(87, 24, 176);
}

.wd_search_basic_fields {
	background-color: transparent;
	border: 0;
	padding: 0;
}
.wd_form_field_label label {
	font-weight: normal;
/*	line-height: 44px;*/
}

.wd_search_advanced_link {
	margin-left:8px;
}

.wd_search_advanced_link:hover {
	text-decoration: underline;
}

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

.item .item_date,
.wd_item .wd_date {
	text-transform: none;
	line-height: 150%;
	font-size: 0.875rem;
	letter-spacing: 0px;
	color: #0d0d0d;
	margin-bottom: 12px;
	font-weight: Bold;
}
.item .item_name,
.wd_item .wd_title {
	color: #000;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 150%;
	text-transform: none;
}
.wd_item .wd_subtitle {
	
}
.item,
.wd_item {
	padding-top: 48px;
	padding-bottom: 48px;
	border-bottom: 1px solid rgb(201, 201, 201);
	margin: 0;
}
.wd_item_wrapper ul.wd_layout-simple {
	margin: 10px 0 0;
}

/* Standard */
.wd_pageid_33532 .wd_standard .item {
	box-sizing: border-box;
	display: inline-block;
	width: 31%;
	margin: 0 2% 30px 0;
}
.wd_pageid_33532 .wd_standard .item:last-child {
	margin-right: 0;
}
.wd_pageid_33532 .wd_standard .item .wd_imagetable,
.wd_pageid_33532 .wd_standard .item .wd_imagetable img {
	width: auto;
	max-width: 100%;
	margin: 0 !important;
}
.wd_pageid_33532 .wd_standard .item_name,
.wd_pageid_33532 .wd_standard .wd_attachment {
	margin: 10px;
}

#wd_img_col img {
  width: 100%;
}
/* END Standard */

/* Events */
div.wd_events {}
/* 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 */

/* News Releases (NON-FEED) */
.wd_pageid_35187.wd_item_page .hero_subtitle {
	font-style: normal;
}
/* News Releases (NON-FEED) */

/* Newsfeed Releases */
.wd_pageid_33507.wd_item_page .hero_title {
	font-size: 4.4rem;
	line-height: 4.4rem;
	font-size: 2.75rem;
	line-height: 2.75rem;
	margin-top: 5px;
}
div.wd_newsfeed_releases .wd_item .wd_thumbnail {
	display: none;
}
div.wd_newsfeed_releases .wd_item .wd_item_wrapper {
	margin: 0;
}
/* 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 a {
    color: rgb(122, 0, 230);
    text-decoration: underline;
}

.wd_newsfeed_releases-detail a:hover {
    color: rgb(87, 24, 176);
}


.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 .wd_asset_gallery_container li,
.wd_newsfeed_releases-detail .wd_news_body .wd_asset_gallery_container li li {
	list-style-type: none;
	list-style: none;
}

.wd_newsfeed_releases-teaser .tools {
	text-decoration: none;
	margin-bottom: 12px;
}
.wd_asset_carousel_aspect {
	margin: 0 0 70px 0;
}
.wd_asset_carousel_aspect a {
	text-decoration: none;
}
/* END Newsfeed Releases */

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

/* News Alerts page */

/* END News Alerts page */

/* Formbuilder */
.wd_form_field .wd_form_field_input,
.wd_form_field {
	overflow: visible;
}
/* END Formbuilder */

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

/* Popup Fader */
div#wdFadeBackground {
	background-color: #555555;
	border: 5px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

div#wdFadePopup {
	background-color: #333333;
	padding: 2px;
	z-index: 100;
}

td#wdFadeContent {
	background-color: #ffffff;
}

td#wdFadeClose {
	text-align: right;
}

/* END Popup Fader */ 

/* Social Media Page */
.wd_pageid_33528 .wd_category_items {
	text-align: center;
	display: flex;
	justify-content: center;
	gap: 0 10px;
}
.wd_pageid_33528 .wd_category_items table.wd_imagetable {
	max-width: 150px;
	width: 100%;
}

/* Featureboxes */

div.wd_featurebox {}
div.wd_featurebox_container {}
div.wd_featurebox_title {
    font-family: Sanofi Sans,Work Sans,Raleway,Roboto,sans-serif;
    font-weight: Bold;
    line-height: 150%;
    font-size: 2.25rem;
    letter-spacing: 0px;
}

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_right iframe {
  border: 0;
  min-height: 500px;
}

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 {
	width: 100%;
	padding-top: 0px;
	border-top: 1px solid #DEDEDE;
}
.wd_featureboxes_tabbed .wd_tabs_wrapper {
	background: 0 none;
	border: 0 none;
}

/* Press Releases Teaser */

.wd_featureboxes_pressreleases .wd_featurebox_title .more a {
	font-weight: Bold;
    line-height: 150%;
    font-size: 1.5rem;
    letter-spacing: 0px;
	color:#000;
}
.wd_featureboxes_pressreleases {
	/* background: url('../images/press-releases-feature-background.jpg') no-repeat; */
	/* background-size: cover; */
	border-top: 1px solid rgb(201, 201, 201);
	margin: 30px 0 0 0;	
	padding-top: 30px;
}
.wd_featureboxes_pressreleases .wd_featurebox_title {
	font-weight: Bold;
    line-height: 150%;
    font-size: 2.25rem;
    letter-spacing: 0px;
	display: flex;
	justify-content: space-between;
}

.wd_featureboxes_pressreleases .wd_featurebox_title p {
	margin:0;
}

.wd_featureboxes_pressreleases .tools {
	display: none;
}
.wd_featureboxes_pressreleases .wd_newsfeed_releases-teaser,
.wd_featureboxes_pressreleases .wd_news_releases-teaser {

}
.wd_featureboxes_pressreleases .item {

}

.wd_featureboxes_pressreleases li.wd_asset_icon .wd_asset_icon {
	/* color: #fff; */
	color: black;
	font-size: 1.2rem;
	font-size: .75rem;
	font-weight: normal;
}

div.wd_category:after{ 
    content: '';
    clear: both;
    display: table;
}
.wd_category ul.categories{
	clear: both;
}
/* Events Teaser */
.wd_featureboxes_events {
	background: url('../images/events-feature-background.jpg') no-repeat;
	background-size: cover;
	margin: 30px 0;
}
.wd_featureboxes_events .wd_featurebox_title {
	color: #fff;
	text-align: center;
	padding: 40px 0 20px;
}
.wd_featureboxes_events .wd_events-teaser {
	border-top: 1px solid rgba(255, 255, 255, .25);
}
.wd_featureboxes_events .item {
	padding: 30px 100px;
	border-right: 1px solid rgba(255, 255, 255, .25);
	border-bottom: 1px solid rgba(255, 255, 255, .25);
	border-left: 1px solid rgba(255, 255, 255, .25);
}
.wd_featureboxes_events .item_date,
.wd_featureboxes_events .item_time,
.wd_featureboxes_events .item_summary {
	color: #fff;
	font-size: 1.2rem;
	font-size: .75rem;
	font-weight: normal;
}
.wd_featureboxes_events .item_name a {
	color: #fff;
	font-weight: normal;
	font-size: 1.6rem;
	font-size: 1rem;
	text-decoration: none;
}

/* Subscribe */

.wd_featureboxes_subscribe {
	/* background: #24847C; */
	margin: 30px 0;
	padding: 0 0 40px;
}

.wd_subscribe_featurebox form {
	display: flex;
	justify-content: center;
	align-content: center;
    flex-wrap:wrap;
}

.wd_subscribe_featurebox .wd_form_field.wd_form_field_pos_left_inline {
    margin-top: 20px;
}

.wd_featureboxes_subscribe .wd_featurebox_title {
	/* color: #fff; */
	color: black;
	text-align: center;
	padding: 40px 0 20px;
}
.wd_featureboxes_subscribe .wd_intro {
	text-align: center;
	padding: 0 0 20px 0;
}
.wd_featureboxes_subscribe .wd_form_field_pos_right .wd_form_field_label,
.wd_featureboxes_subscribe .wd_form_header {
	display: none;
}
.wd_featureboxes_subscribe .wd_form_field {
	margin: 0;
	padding: 0;
}
.wd_featureboxes_subscribe .wd_form_footer {
	margin: 0; 
	padding: 0 0 0 1%;
	text-align: left;
}
.wd_featureboxes_subscribe input[type='text'] {
	width: 300px;
}
.wd_featureboxes_subscribe .wd_formbuilder_submit {
	width: auto;
}

/* END Featureboxes */

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

div.wd_rssfeeds_item img {
    padding-right: 5px;
}
.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;
}

.wd_pageid_33527 .item {
    float: left;
    width: 50%;
    margin: 20px 0px;
}

.wd_carousel a.wd_carousel-arrow {
	display: block !important; /* override inline */
}
.wd_carousel ul li img.wd_item_thumbnail {
	max-width: 100px !important; /* override inline */
}

span.wd_mobile_nav_text {
    display: none;
}

.wd_search_form_advanced {
     border-bottom: 2px solid rgb(240, 237, 234);
     padding-bottom: 10px;
}
 .wd_search_form_advanced legend.wd_form_field_label {
     margin-bottom: 2px;
}
 .wd_search_form_advanced {
     display: flex;
     flex-wrap: wrap;
     border-bottom: 2px solid rgb(240, 237, 234);
     padding-bottom: 10px;
}
 .wd_search_form_advanced fieldset.wd_form_field {
}
 .wd_search_form_advanced .wd_form_field_label {
     display: inline;
     border: none;
     float: unset;
     font-size: 10px;
     font-weight: 700;
     text-transform: uppercase;
     text-align: left;
     letter-spacing: .8px;
     color: #5e5745;
}
 .wd_search_form_advanced legend.wd_form_field_label {
     margin-bottom: 2px;
}
 .wd_search_form_advanced .wd_form_field_label label {
     margin: 0;
}
 .wd_search_form_advanced .wd_search_titles_only label {
     vertical-align: bottom;
}
.wd_search_form_advanced .wd_form_field_input {
     display: flex;
     /* flex-wrap: wrap; */
     gap: 4px;
     margin-left: 0;
}
.wd_search_form_advanced .wd_form_footer {
	margin: 15px 0 0 0;
	flex: 1 0 50%;
  	display: flex;
}

.wd_search_form_advanced .wd_form_footer a {
	display: block;
	margin-top: 10px;
	min-width: 100px;
}

 .wd_search_form_advanced > div.wd_form_field:first-of-type .wd_form_field_input {
     flex-direction: column;
}
 .wd_search_form_advanced .wd_search_titles_only {
     margin-top: 0px;
}
 button#wd_wai_dp_button_nf_start, button#wd_wai_dp_button_nf_end {
	padding: 0;
	width: 60px;
}
.wd_search_form_advanced div.wd_form_footer div.wd_form_buttons {
     margin-left: 5px;
	 display: flex;
}

.wd_subscribe_modal .wd_form_buttons {
    display:flex;
}

.closeIcon {
    user-select: none;
    width: 1em;
    height: 1em;
    display: none;
    fill: currentcolor;
    flex-shrink: 0;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-size: 1.2rem;
}

.mobileBackBtn svg,
.has-children a svg {
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-size: 1.2rem;    
}

.panelIsOpen h4 {
    grid-area: title;
    text-align: center;
    display: block;
}

.mobileBackBtn,
header h4 {
    display: none;
}

.mobileBackBtn {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    margin: 0px;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    text-align: center;
    flex: 0 0 auto;
    border-radius: 50%;
    overflow: visible;
    color: rgba(0, 0, 0, 0.54);
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-size: 1rem;
    grid-area: backButton;
    padding: 0px;
    border: none;
    background: transparent;
    cursor: pointer;
}

.panelIsOpen .mobileBackBtn {
    display: inline-flex;
}

.ui-dialog-titlebar,
.wd_ext_link_modal {
	display: none;
}

.elements-ds-1p2inlz {
    position: absolute;
    inset: 0px;
    background-color: rgba(0, 0, 0, 0.65);
}

.elements-ds-yj7f5a {
    display: none;
    flex-direction: column;
    position: fixed;
    inset: 0px;
    z-index: 2;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.elements-ds-1whh97j {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: rgb(255, 255, 255);
    max-height: 90vh;
    width: auto;
    padding: 24px;
    border-radius: 4px;
}

.elements-ds-131cd0c {
    text-decoration: none;
    position: relative;
    cursor: pointer;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    vertical-align: middle;
    width: 36px;
    border-radius: 9999px;
    height: 36px;
    font-family: "Sanofi Sans", "Work Sans", Raleway, Roboto, sans-serif;
    font-weight: normal;
    line-height: 100%;
    font-size: 1rem;
    letter-spacing: 0px;
    color: rgb(122, 0, 230);
    background-color: rgb(255, 255, 255);
    border: none;
    margin-left: auto;
    margin-bottom: 12px;
}

.elements-ds-131cd0c:hover {
    color: rgb(87, 24, 176);
    background-color: rgb(244, 242, 246);
}

.wd_set_link svg {
    margin-right: 6px;
}

.css-170jsq1 {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 32px;
}

.elements-ds-twdzwl {
    text-decoration: none;
    position: relative;
    cursor: pointer;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    vertical-align: middle;
    width: fit-content;
    border-radius: 4px;
    height: 44px;
    padding: 0px 24px;
    font-family: "Sanofi Sans", "Work Sans", Raleway, Roboto, sans-serif;
    font-weight: normal;
    line-height: 100%;
    font-size: 1rem;
    letter-spacing: 0px;
    color: rgb(255, 255, 255);
    background-color: rgb(122, 0, 230);
    border: none;
}

.elements-ds-twdzwl {
    text-decoration: none;
    position: relative;
    cursor: pointer;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    vertical-align: middle;
    width: fit-content;
    border-radius: 4px;
    height: 44px;
    padding: 0px 24px;
    font-family: "Sanofi Sans", "Work Sans", Raleway, Roboto, sans-serif;
    font-weight: normal;
    line-height: 100%;
    font-size: 1rem;
    letter-spacing: 0px;
    color: rgb(255, 255, 255);
    background-color: rgb(122, 0, 230);
    border: none;
}

.d-flex {
	display: flex;
}

/* pagination */
.wd_page_menu {
    overflow:visible;
}
.wd_page_menu .wd_page_links li {
	color:#000;
}
.wd_page_menu .wd_page_links li {
	border:none;
	width: 44px;
	height: 44px;
	border-radius: 9999px;
	padding: 0;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
}

.wd_page_menu .wd_page_links li:hover {
	background-color: rgb(244, 242, 246);
}

.wd_page_menu .wd_page_links li.wd_page_link.wd_page_prev,
.wd_page_menu .wd_page_links li.wd_page_link.wd_page_next {
	color:#000;
}

.wd_page_menu .wd_page_links li.wd_page_link.wd_page_prev span,
.wd_page_menu .wd_page_links li.wd_page_link.wd_page_next span {
	cursor: not-allowed;
	color: rgb(174, 174, 174);
	background-color: rgb(255, 255, 255);
	outline: none;
}

.wd_page_menu .wd_page_links li.wd_page_link.wd_page_prev:hover span,
.wd_page_menu .wd_page_links li.wd_page_link.wd_page_next:hover span {
    background-color: rgb(244,242,246);
}

.wd_page_menu .wd_page_links li.wd_page_link.wd_page_prev a,
.wd_page_menu .wd_page_links li.wd_page_link.wd_page_next a {
	color: rgb(122, 0, 230);
}

.wd_page_menu .wd_page_links li.wd_page_link.wd_page_active {
	color: rgb(255, 255, 255);
  	background-color: rgb(35, 0, 76);
}

.wd_page_menu .wd_page_links {
    float:none;
	text-align: center;
}
.wd_page_menu .wd_page_limit {
	display: none;
}

.wd_page_link a:hover {
    text-decoration:none;
}

.wd_page_link a {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wd_page_link a:focus {
    border-radius: 9999px;
    outline: rgb(179, 168, 230) solid 4px;
}
/* pagination */

/* wd nav */
.wd_nav_wrap {
    border-bottom: 1px solid #e4e4e4;
	margin-bottom:48px;
}

.wd_nav {
	display:flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wd_nav li a {
	font-family: Sanofi Sans,Work Sans,Raleway,Roboto,sans-serif;
	font-weight: Normal;
	line-height: 100%;
	font-size: 1rem;
	letter-spacing: 0px;
	border-radius: 0;
	display: block;
	padding: 16px 24px 12px 24px;
	color: #5D5D5D;
	border-bottom: 4px solid transparent;
}

.wd_nav li a:hover {
	text-decoration:none;
	border-bottom: 4px solid transparent;
  	color: rgb(87, 24, 176);
  	background-color: rgb(244, 242, 246);
}

.wd_nav li a.wd_active {
	border-bottom: 4px solid rgb(87, 24, 176);
	color:#000;
}

/* wd nav */

.css-19n8dai {
	font-weight: bold;
}

.more a svg,
.css-19n8dai svg {
	color: rgb(122, 0, 230);
  margin-left: 16px;
}

.wd_pageid_33507 .wd_toolbar.wd_toolbar-main,
.wd_pageid_33512 .wd_toolbar {
    display:none;
}

div.wd_toolbar {
  border-top: none;
  border-bottom: none;
  margin: 15px 0px 15px 0px;
  padding: 0px;
}

div.wd_toolbar ul.wd_tools {
  display: flex;
}


div.wd_toolbar ul.wd_tools li {
  list-style: none;
}
div.wd_toolbar ul.wd_tools li:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

div.wd_toolbar ul.wd_tools li.wd_tool {
    float:none;
}

span.wd_tool_icon > a:link, span.wd_tool_icon > a:visited {
    background-color:transparent;
    color: rgb(87,24,176);
}

#onetrust-banner-sdk #onetrust-accept-btn-handler, #onetrust-banner-sdk #onetrust-reject-all-handler, #onetrust-banner-sdk #onetrust-pc-btn-handler,
#onetrust-banner-sdk .has-reject-all-button .banner-actions-container {
    max-width: 100%;
}

#onetrust-button-group .banner-actions-container button {
    display:inline-block;
    border: 1px solid;
}
    
.wd_subscribe2 div.wd_form_footer div.wd_form_buttons a {
    margin-top: 10px;
    display:inline-block;
}
.wd_subscribe2 .wd_form_field_header {
	margin-left: 160px;
}
.wd_subscribe2 .wd_form_field_header + .wd_form_field {
	margin-top: 20px;
}

footer {
  margin-top: 30px;
}

#wdMobileMenu + span {
    padding-left: 8px;
    position: relative;
    top: 2px;
}

/* Extra large devices (large desktops) */
@media (min-width: 768px) {
    #wdMobileMenu + span,
    #wdMobileMenu {
	display:none;
    }
    .wd_subscribe2 div.wd_form_footer div.wd_form_buttons {
        margin-left: 155px;
    }
}


@media (max-width: 1199px) {}
/* Large devices (desktops) */
@media (max-width: 991px) {
.wd_column-8 {
    flex: 1 1 100%;
    padding-right: 0;
    margin-bottom: 30px;
}
.wd_column-4 {
    flex: 1 1 100%;
}
span.wd_mobile_nav_text {
    font-size: 16px;
    margin: 14px 0 0 10px;
    display: inline-block;
}
	.wd_featureboxes_pressreleases .item,
	.wd_featureboxes_events .item {
		padding: 30px 0;
	}
	.wd_pageid_33532 .wd_standard .item {
		width: 47%;
	}
}
/* Medium devices (tablets) */
@media (max-width: 767px) {
	.wd_featureboxes_subscribe .wd_form_field,
        .wd_featureboxes_subscribe .wd_form_footer {
                float: none;
                margin: 0;
                padding: 0;
                text-align: center;
        }
    .wd_nav {
        display:none;
    }
    .wd_nav_wrap {
        flex:1;
    }
	.wd_search_form_advanced input[type='submit'] {
		width: 100%;
	}
	fieldset .wd_form_field_input {
		flex-wrap:wrap;
	}
	.wd_search_form_advanced {
		display: block;
	}
	.wd_search_basic_fields input[type="text"],
	.wd_select_wrapper {
		margin-right: 0;
	}
	.wd_pageid_33527 .item {
		float: none;
		width: 100%;
	}
	.wd_search_basic_fields input[type="text"],
	.wd_search_basic_fields > * {	
		flex: 1 1 100%;
		margin: 0 0 20px 0;
	}
	.wd_featureboxes_pressreleases .wd_featurebox_title {
		flex-direction:column;
	}
}
/* Small devices (landscape phones) */
@media (max-width: 575px) {
	.wd_subscribe_featurebox form {
		flex-wrap:wrap;
	}
	.wd_featureboxes_subscribe .wd_formbuilder_submit {
		margin-top:10px;
	}
	.wd_featureboxes_subscribe .wd_formbuilder_submit,
	.wd_featureboxes_subscribe .wd_form_field,
        .wd_featureboxes_subscribe .wd_form_footer,	
	.wd_featureboxes-vertical .wd_form_field_input input {
		width: 100%;
	}
	.wd_pageid_33532 .wd_standard .item {
		margin: 0 0 20px 0;
		width: 100%;
	}
}

/* CLIENT CSS OVERRIDES */
