<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> /* Begin classes for common SPIN elements */
*, ::before, ::after { box-sizing: border-box; }
*, ::before, ::after { box-sizing: inherit; }
*, ::before, ::after { box-sizing: border-box; }

/* 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; */
	margin: 0 0 1.5rem 0;
    padding: 0;
}
.item_name,
.wd_title,
.wd_item .wd_title,
.wd_documents_item_list &gt; .wd_documents_item &gt; .wd_title {
	font-size: 1rem;
	line-height: 24px;
    font-weight: 500;
}
.item_date, .wd_date,
.wd_item .wd_date,
.wd_event_sidebar .wd_event_date,
.wd_newsfeed_releases-teaser .wd_date {
	font-weight: normal;
	color: #1F242B;
	text-transform: none;
	opacity: 0.7;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 24px;
}
.item_summary, .wd_item .wd_summary {}
.wd_item .wd_subtitle {}

table.wd_imagetable {}
td.imagecaption {}

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;
}

/* Clear Fix */
ul.wd_layout-simple:before,
ul.wd_layout-simple:after {
	content: " ";
	display: block;
}
ul.wd_layout-simple:after {
	clear: both;
}

/* Standard */
div.wd_standard {}

.wd_pageid_20296 .wd_standard .wd_category {
	margin-bottom: 64px;
}

.wd_pageid_20296 .wd_standard .item_name {
	margin: 1rem 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
}

.wd_pageid_20296 .wd_category_items .item {
    flex: 0 0 30%;
    margin: 0 16px 4rem 16px;
	/*display: flex;
    flex-direction: column;
    align-items: flex-start;*/
}

.wd_pageid_20296 .wd_category_items .item p {
    margin: auto 0 0 0;
}

.wd_pageid_20296 .wd_category_items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
    justify-content: flex-start;
}

.wd_pageid_20296 h3.category_header {
	font-size: 32px;
	line-height: 40px;
}

.wd_pageid_20288 div.wd_category {
	/*padding: 2.75rem 0;*/
    border: none;
    /*border-bottom: 1px solid #dcdcdc;*/
}

.wd_pageid_20288 div.wd_category.wd_category_3190 {
	border-bottom: none;
}

.wd_pageid_20288 div.wd_category table {
	margin: 1em 0;
    width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
}

.wd_pageid_20288 div.wd_category table tr:nth-of-type(odd) {
    background: #f0f1f2;
}

.wd_pageid_20288 div.wd_category table th {
    display: none;
    border-bottom: 1px solid #0875E1;
    text-align: left;
}

.wd_pageid_20288 div.wd_category table td {
    display: block;
    vertical-align: middle;
    padding: 0.5em;
    position: relative;
    clear: both;
    white-space: normal;
    padding-left: 50%;
}

/* END Standard */

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

/* Articles */
div.wd_articles {}
/* END Articles */

/* 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 {}

.category-nav {
	padding: 0;
	margin: 0 0 2rem 0;
	list-style: none;
	display: flex;
	border-bottom: 1px solid #DFE2E6;
}

.category-nav li {
    margin: 0;
}

.category-nav li a {
	display: block;
    font-weight: 400;
    color: #787878;
	margin-right: 24px;
    padding: 0 0 20px 0;
}

.category-nav li.wd_active a {
    color: #0875E1;
    border-bottom: 2px solid #0875e1;
}

.wd_gallery .wd_item_list,
.wd_gallery .wd_item_list .wd_item {
	overflow: visible;
}

div.wd_gallery .wd_item_search_form_container,
div.wd_gallery .wd_search_advanced_link {
	display: none;
}

div.wd_gallery .wd_search_basic_fields {
    display: flex;
	align-items: center;
	margin: 24px 0;
}

#wd_printable_content div.wd_gallery .wd_search_basic_fields &gt; * {
    margin: 0 8px 0 0;
}

div.wd_gallery .wd_item_list .wd_item {
	float: left;
    display: block;
    margin-right: 1.61735%;
    width: 32.2551%;
	min-height: 320px;
}

div.wd_gallery .wd_item_list .wd_item .wd_title {
    text-align: center;
}

div.wd_gallery .wd_item_list .wd_item a.wd_hi_res_link {
	display: flex;
	justify-content: center;
	padding: 0;
    border: none;
    border-radius: 0px;
    background-color: transparent;
	display: none;
}

div.wd_gallery .wd_item_list .wd_item .wd_thumbnail {
	float: none;
	margin: 0;
}

div.wd_gallery .wd_item_list .wd_item .wd_thumbnail img {
	display: block;
	margin-bottom: 1.5rem;
	/*max-height: 210px;*/
    width: 100%;
}

/* END Gallery */


/* News Headlines */
div.wd_news_headlines .wd_search_advanced_link {
	display: none;
}

div.wd_news_headlines .wd_publication {
    font-size: 14px;
}

div.wd_news_headlines .wd_search_basic_fields {
    display: flex;
	align-items: center;
	margin: 24px 0;
}

/* div.wd_news_headlines .wd_item {
	margin-bottom: 30px;
} */

div.wd_news_headlines-teaser .item .item_date {
	font-size: 14px;
	line-height: 24px;
	color: #333;
}
div.wd_news_headlines-teaser .item .item_publication {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #333;
}

.wd_news_headlines-teaser .item_name {
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
}

#wd_printable_content div.wd_news_headlines .wd_search_basic_fields &gt; * {
    margin: 0 8px 0 0;
}
/* News Headlines */

/* Newsfeed Releases */
div.wd_newsfeed_releases {}

div.wd_newsfeed_releases .wd_item .wd_layout-simple.wd_asset_type_link_list,
div.wd_newsfeed_releases-teaser .wd_layout-inline.wd_asset_icon_link_list,
div.wd_newsfeed_releases-teaser .subscribe_link,
div.wd_newsfeed_releases-teaser .wd_summary,
div.wd_newsfeed_releases-teaser .wd_subtitle,
div.wd_newsfeed_releases .wd_subscribe_link,
div.wd_newsfeed_releases .wd_search_advanced_link,
div.wd_newsfeed_releases .wd_thumbnail,
div.wd_newsfeed_releases .wd_subtitle,
div.wd_newsfeed_releases .wd_summary {
	display: none;
}

.wd_newsfeed_releases-detail h1 {
	font-weight: 500;
	font-size: 36px;
	line-height: 44px;
}

div.wd_newsfeed_releases-detail h2.wd_subtitle {
    font-size: 1.5rem;
    margin: 1.5rem 0 0 0;
    padding: 0;
    line-height: normal;
    font-weight: 400;
}

div.wd_newsfeed_releases .wd_item .wd_item_wrapper {
	margin-left: 0;
}

.wd_newsfeed_releases-teaser .wd_title {
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
}

div.wd_newsfeed_releases-teaser .wd_item .wd_date {
	font-size: 14px;
	line-height: 24px;
	color: #333;
}

div.wd_newsfeed_releases .wd_search_basic_fields {
    display: flex;
	align-items: center;
	margin: 0 0 1.5rem 0;
}

#wd_printable_content div.wd_newsfeed_releases .wd_search_basic_fields &gt; * {
    margin: 0 8px 0 0;
}
/* END 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;
}

.fullscreen-button {
    width: auto;
}
/* END Newsfeed Releases */

div.wd_toolbar ul.wd_tools li + li {
	margin-top: 0;
}

p.more {
	display: flex;
	margin: 2rem 0 0 0;
}

p.more a.btn {
	color: #FFF;
}

/* Formbuilder */

.wd_form_field_error {
    color: #DE2E21;
}

.wd_form_field_error + input {
    border-color: #DE2E21 !important;
}

.wd_search_basic_fields {
    display: block;
    background-color: transparent;
    border: none;
    padding:0px;
}

select::-ms-expand {
	border: none;
}

.nav-mobile .nav-mobile__item--list li:focus,
.nav-mobile .nav-mobile__item--list li:focus-visible,
.nav-mobile .nav-mobile__item--list li:focus-within {
	outline: 2px solid #0875E1;
}

#wd_printable_content select:focus,
#wd_printable_content input[type='text']:focus {
	border: 1px solid #0875E1;
	color: #333D47;
}

#wd_printable_content input[type='submit']:focus {
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #0875e1;
    outline: 0;
}

.wd-btn:focus,
#wd_printable_content button:not(.Accordion-trigger):focus,
#wd_printable_content button:not([class^="wd_wai"]):focus {
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #0875e1;
	outline: 0;
}

.wd_sphinx_search span.wd_datepicker-icon,
#wd_printable_content .wd_wai_dateButton.disabled:hover {
    color: #FFF;
}


#wd_printable_content input[type='text'] {
	padding: 12px 16px;
	width: 336px;
}
#wd_printable_content input[type='text'],
#wd_printable_content select {
	display: block;
	margin-bottom: 24px;
	height: 48px;
	border: 1px solid #DFE2E6;
	box-sizing: border-box;
	border-radius: 4px;
	color: #5E6A75;
}

#wd_printable_content input[type='text']:hover,
#wd_printable_content select:hover {
	border: 1px solid #A1AAB3;
	color: #333D47;
}

#wd_printable_content select {
	display: block;
	margin-bottom: 24px;
	padding: 12px 16px;
	background: transparent url(../images/select-arrow.png) no-repeat 94% center;
	height: 48px;
	width: 336px;
	-webkit-appearance: none;
}

#wd_printable_content input[type='submit'],
#wd_printable_content button:not(.Accordion-trigger):not([class^="wd_wai"]) {
	display: block;
	margin-bottom: 24px;
	color: #FFF;
	background: #0875E1;
	height: 48px;
	border-radius: 24px;
	margin: 10px 0px;
	border: 1px solid #0875E1;
	padding: 12px 20px;
	min-width: 97px;
}

#wd_printable_content input[type='submit']:hover,
#wd_printable_content button:not(.Accordion-trigger):hover{
	background: #005CB9;
}

#wd_printable_content .wd_search_form.wd_search_form_advanced input,
#wd_printable_content .wd_search_form.wd_search_form_advanced button {
	display: inline-block;
	vertical-align: middle;
}

#wd_printable_content .wd_search_form.wd_search_form_advanced .wd_search_titles_only {
	vertical-align: top;
	line-height: 48px;
}

#wd_printable_content .wd_search_form.wd_search_form_advanced button {
	margin: 0 0 0 5px;
	vertical-align: top;
}

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; */
	font-size: 1rem;
	/* line-height: 48px; */
	color: #1e1e1e;
	font-weight: normal;
	margin-bottom: 8px;
}

div.wd_form_footer div.wd_form_buttons {
	margin-left: 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;
	margin-right: 5px;
}
.wd_form_field {
	clear: both;
}
.wd_page_limit {
	padding: 0;
	display: none;
}
.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 */
/* SUBSCRIBE */
.wd_subscribe2 {
	max-width: 350px;
	margin: 0 auto;
}

.wd_category_checkboxes {
	margin-bottom: 1.5rem;
}

div.wd_form_footer {
	margin: 5px 0;
}

div.wd_form_footer div.wd_form_buttons {
	overflow: visible;
}
/*
#wd_printable_content .wd_subscribe2 .wd_category_checkbox input[type='checkbox'],
#wd_printable_content .wd_subscribe2 .wd_subtype input[type='checkbox'],
#wd_printable_content .wd_subscribe2 .wd_parent_category input[type='checkbox'],
#wd_printable_content .wd_subscribe2 .wd_parent_category input[type='radio'] {
    display: none;
}

.wd_subscribe2 .wd_parent_category input[type='radio'] + label {
    background-image: url(../images/radio-btn.png);
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 25px;
	background-size: 18px 18px;
}

.wd_subscribe2 .wd_parent_category input[type='radio'] + label:hover {
	background-image: url(../images/radio-btn-hover.png);
}

.wd_subscribe2 .wd_parent_category input[type='radio']:checked + label {
	background-image: url(../images/radio-selected.png);
}
*/
.wd_subscribe2 .wd_parent_category input[type='checkbox'] + label,
.wd_subscribe2 .wd_category_checkbox label,
.wd_subscribe2 .wd_subtype label {
    /*background-image: url(../images/checkbox.png);
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 25px;
	background-size: 18px 18px;*/
	color: #1e1e1e;
	font-size: 1rem;
	line-height: 24px;
}
/*
.wd_subscribe2 .wd_parent_category input[type='checkbox']:checked + label,
.wd_subscribe2 .wd_category_checkbox input[type='checkbox']:checked + label,
.wd_subscribe2 .wd_subtype input[type='checkbox']:checked + label {
	background-image: url(../images/checkbox-checked.png);
}

.wd_subscribe2 .wd_parent_category input[type='checkbox']:not(:checked):hover + label,
.wd_subscribe2 .wd_category_checkbox input[type='checkbox']:not(:checked):hover + label,
.wd_subscribe2 .wd_subtype input[type='checkbox']:hover {
	background-image: url(../images/checkbox-hover.png);
}
*/
/* SUBSCRIBE */

/* Search Results */
.wd_pageid_20322 #wd_printable_content .wd_sphinx_search input#advanced_search_query {
    margin-right: 15px;
}

.wd_pageid_20322 .wd_search_form_advanced div.wd_form_footer div.wd_form_buttons {
    display: none;
}

.wd_sphinx_search .wd_search_form_container form.wd_search_form_basic {
    display: flex;
}

#wd_printable_content .wd_sphinx_search input[type='text'], #wd_printable_content .wd_sphinx_search input[type='submit'] {
    margin: 0;
}

.wd_search_form_container a {
    line-height: 48px;
    margin-left: 8px;
}

.wd_sphinx_search label {
    line-height: 48px;
    margin-right: 8px;
}

#wd_printable_content .wd_sphinx_search input[type='submit'] {
    margin-left: 8px;
}

/* END Search Results */

/* TOOLBAR */
div.wd_toolbar {
    border: none;
    margin: 0px;
    padding: 0px;
}
div.wd_toolbar ul.wd_tools {
	text-align: center;
}
div.wd_toolbar ul.wd_tools li.wd_tool {
	display: inline-block;
	float: none;
	vertical-align: middle;
	margin-right: 9px;
}

li.wd_tool .at-resp-share-element .at-share-btn,
li.wd_tool .at-resp-share-element .at-share-btn + .at-share-btn {
    margin-left: 0px;
    margin-right: 9px;
}

span.wd_tool_icon &gt; a:link, span.wd_tool_icon &gt; a:visited {
	transition: background-color 100ms ease !important;
    text-align: center;
    vertical-align: middle;
    border-radius: 100%;
    background-color: #4A5561;
}

span.wd_tool_icon &gt; a:hover {
	background-color: #005cb9 !important;
}

li.wd_tool .at-resp-share-element .at-share-btn {
	background-color: #4A5561 !important;
	border-radius: 100% !important; 
}

a.at-icon-wrapper.at-share-btn.at-svc-twitter:hover {
    background-color: #2aa9e0 !important;
}
a.at-icon-wrapper.at-share-btn.at-svc-linkedin:hover {
    background-color: #0065a1 !important;
}
a.at-icon-wrapper.at-share-btn.at-svc-facebook:hover {
    background-color: #4967a9 !important;
}

a.at-icon-wrapper.at-share-btn.at-svc-pinterest_share:hover {
    background-color: #cb2027 !important;
}

.at-resp-share-element .at-share-btn:focus, 
.at-resp-share-element .at-share-btn:hover {
	transform: none !important;
}
.wd_toolbar .wd_tool-addthis .at-svc-pinterest_share {
    display: none;
}

div.wd_toolbar ul.wd_tools li.wd_pageshare {
	position: relative;
}

li.wd_pageshare.wd_tool svg {
    fill: #FFF;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 6px;
}

li.wd_pageshare.wd_tool-twitter svg {
    left: 6px;
}

li.wd_pageshare.wd_tool-facebook svg {
    left: 5px;
}

li.wd_pageshare.wd_tool-linkedin svg {
    top: 5px;
    left: 6px;
}
/* TOOLBAR */

/* Featureboxes */
div.wd_featurebox {}
div.wd_featurebox_container {}
div.wd_featurebox_title {
	font-size: 48px;
    margin-bottom: 1.5rem;
    line-height: 56px;
    font-weight: 500;
    color: #333;
}

.wd_pageid_20303 div.wd_featureboxes_middle_white,
.wd_pageid_20303 div.wd_featureboxes_middle_gray,
.wd_pageid_20303 div.wd_featureboxes_top {
	display: none;
}
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 {
	display: none;
}

/* #bottomFboxLeft div.wd_featurebox_title,
#bottomFboxRight div.wd_featurebox_title{
	font-size: 40px;
    padding-bottom: 24px;
    line-height: 52px;    
    font-weight: 500;
	letter-spacing: -0.4px;
    color: #000;
} */
div.wd_featureboxes_bottom div.wd_featurebox {}
div.wd_featureboxes_bottom div.wd_featurebox_container {}
div.wd_featureboxes_bottom div.wd_featurebox_title {}
/* 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;
}
/* Pagination */
.wd_page_link span,
.wd_page_link a {
	font-size: 14px;
}

.wd_page_menu {
	text-align: center;
}

.wd_page_limit {
	float: none;
	margin-bottom: 24px;
}
.wd_page_links {
	line-height: 42px;
    float: none;
}
.wd_page_link,
.wd_page_link:first-child {
    border: 0;
}
.wd_page_link {
	padding: 0;
	margin: 0 4px 4px 4px;
	line-height: normal;
}
.wd_page_link a {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    color: #333;
    height: 32px;
    width: 32px;
    border-radius: 50%;
}
.wd_page_active {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    background-color: #0875E1;
    color: #fff;
    height: 32px;
    width: 32px;
    border-radius: 50%;
}
.wd_page_link a:hover {
    text-decoration: none;
    background-color: #F0F1F2;
    color: #333;
}
.wd_page_link a:focus,
.wd_page_active:focus {
    outline: 2px solid #0875E1;
    outline-offset: 2px;
}
.wd_page_active:hover {
    background-color: #005CB9;
}
.wd_page_links span.caret {
    border-color: #333;
    border-style: solid;
    border-width: 2px 2px 0 0;
    height: 8px;
    width: 8px;
    align-self: center;
}
.wd_page_next span.caret {
	transform: rotate(45deg);
	margin-right: 4px;
}
.wd_page_prev span.caret {
	transform: rotate(225deg);
}
.wd_page_prev &gt; span,
.wd_page_next &gt; span {
    display: none;
}
/* End Pagination */
/* ACCORDION */
.Accordion {
	margin: 0;
	padding: 0;
	border-radius: 7px;
}

.Accordion h3 {
	margin: 0 0 1rem 0;
	padding: 0;
	display: block;
}

.Accordion.focus {
	border-color: #0875E1;
}

.Accordion.focus h3 {
	/* background-color: hsl(0, 0%, 97%); */
}

.Accordion &gt; * + * {
	border-top: #333;
}

.Accordion-trigger {
	background: none;
	color: #333;
	display: block;
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
	margin: 0;
	padding:0;
	/* padding: 1em 1.5em; */
	position: relative;
	text-align: left;
	width: 100%;
	outline: none;
	border: none;
}

.Accordion-trigger:focus,
.Accordion-trigger:hover {
/* background: hsl(216, 94%, 94%); */
}

.Accordion *:first-child .Accordion-trigger {
/* border-radius: 5px 5px 0 0; */
}

.Accordion button::-moz-focus-inner {
	border: 0;
}

.Accordion-title {
	display: block;
	pointer-events: none;
	border: transparent 2px solid;
	border-radius: 5px;
	/* padding: 0.25em; */
	padding-left: 50px;
	outline: none;
}

.Accordion h3:hover,
.Accordion-title:hover {
	color: #0875E1;
}

.Accordion-trigger:focus .Accordion-title {
	border-color: #0875E1;
}

.Accordion-icon {
	border: solid #333;
	border-width: 0 2px 2px 0;
	height: 17px;
	width: 17px;
	pointer-events: none;
	position: absolute;
	left: 0em;
	top: 43%;
	transform: translateY(-60%) rotate(45deg);	
}

.Accordion-title img {
    position: absolute;
    left: 0;
    top: 20%;
}

button[aria-expanded='true'] .Accordion-title img {
    transform: rotateX(180deg);
}

.Accordion-trigger:focus .Accordion-icon,
.Accordion-trigger:hover .Accordion-icon {
	border-color:#0875E1;
}

.Accordion-trigger[aria-expanded="true"] .Accordion-icon {
	transform: translateY(-0%) rotate(-135deg);
}

.Accordion-panel {
	margin: 0;
	padding: 0 53px;
}

.Accordion-panel p {
	font-size: 20px;
	line-height: 28px;
}

/* For Edge bug https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/4806035/ */
.Accordion-panel[hidden] {
	display: none;
}
  
/* ACCORDION */
.browser-language-dialog .content-container .cmp-button .wd-btn,
.global-toast .cmp-button .wd-btn {
    color: #FFF;
}

.browser-language-dialog,
.browserLang-overlay {
    display: none;
}

.wd-btn.list + .dropdown {
    position: absolute;
    z-index: 900;
    top: 100%;
    left: 5%;
    overflow: hidden;
    width: 200px;
    max-height: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    transition: all .3s ease-out;
    text-align: left;
    border-radius: 4px;
    background-color: #ffffff;
    left: 50%;
    transform: translateX(-50%);
}

.wd-btn.list + .dropdown li a {
    font-weight: 500;
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
    padding: 10px;
    padding: 0.625rem;
    margin: 0;
    transition: all .3s ease-out;
    text-decoration: none;
    color: #333333;
}

.wd-btn.list.active + .dropdown {
	max-height: 159px;
	overflow-y: scroll;
}
@media (min-width: 992px) {
	div.wd_gallery .wd_item_list .wd_item:nth-child(3n) {
    	margin-right: 0;
	}
}

@media (min-width: 768px) {
	.wd_search_form_advanced .wd_form_field {
    		display: flex;
	}

	.wd_search_form_advanced .wd_form_field .wd_form_field_label {
    		display: flex;
    		justify-content: flex-end;
    		flex: 0 0 80px;
	}

	.wd_search_form_advanced div.wd_form_footer div.wd_form_buttons {
    		margin-left: 80px;
	}
	.wd_pageid_20288 div.wd_category table th {
		background-color: #fff;
	}
	.wd_pageid_20288 div.wd_category table th,
	.wd_pageid_20288 div.wd_category table td {
		display: table-cell;
		padding: 1em;
		vertical-align: middle;
	}
	.wd_pageid_20288 div.wd_category table td:before {
		display: none;
	}
}

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

/* Large devices (desktops) */
@media (max-width: 991px) {
	.language-selector__wrapper-mobile .rs-click-wrapper .rs-click {
                padding: 12px 16px 12px 36px;
        }
        .nav-mobile.is-active {
                height: 100%;
        }
	.wd_pageid_20296 h3.category_header {
    	font-size: 24px;
    	line-height: 32px;
	}

	.wd_pageid_20296 .wd_category_items .item {
    	flex: 0 0 46%;
    	margin: 1rem 16px;
	}

	.wd_featureboxes_right {
		padding-top: 4rem;
	}
	div.wd_featurebox_title {
        font-size: 40px;
        line-height: 48px;
    }
	div.wd_gallery .wd_item_list .wd_item {
		float: left;
		display: block;
		margin-right: 5.01424%;
		width: 47.49288%;
	}
	
	div.wd_gallery .wd_item_list .wd_item:nth-child(2n) {
		margin-right: 0;
	}
	/*.wd_pageid_20296 .wd_standard .item_name {
		margin-top: 0;
    	margin-top: 0rem;
    	margin-bottom: 24px;
    	margin-bottom: 1.5rem;
    	font-size: 32px;
    	line-height: 40px;
    	font-weight: 500;
	}*/
}


@media (min-width: 768px) and (max-width: 991px) {
	div.wd_gallery .wd_search_basic_fields, .wd_item_search_form_container .wd_search_form_basic, div.wd_newsfeed_releases .wd_search_basic_fields, div.wd_news_headlines .wd_search_basic_fields {
		flex-wrap: wrap;
	}
}

/* Medium devices (tablets) */
@media (max-width: 767px) {
	.wd_pageid_20291 .category-nav,
	.wd_pageid_20288 .category-nav {
		display: block;
	}
	.wd_pageid_20296 .wd_category_items .item {
    	margin: 1rem 0;
	}

	.wd_pageid_20296 .wd_category_items {
    	display: block;
    	margin: 0;
	}
	div.wd_gallery .wd_item_list .wd_item {
		float: none;
		width: 100%;
		margin: 24px 0;
	}
	.wd_pageid_20288 div.wd_category table td:before {
		content: attr(data-th) ": ";
		width: 98%;
		display: inline-block;
		float: left;
		margin-left: -100%;
		text-align: left;
	}
	.wd_pageid_20288 div.wd_category table tbody,
	.wd_pageid_20288 div.wd_category table tr {
		display: inline-block;
		width: 100%;
	}
	.wd_subscribe2 input[type='submit'] {
		/*width: 100%;*/
		margin-top: 1.5rem;
	}
	#wd_printable_content button {
		 -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
	}
	#wd_printable_content select,
	#wd_printable_content input[type='text'] {
		width: 100%;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}

	div.wd_gallery .wd_search_basic_fields,
	.wd_item_search_form_container .wd_search_form_basic,
	div.wd_newsfeed_releases .wd_search_basic_fields,
	div.wd_news_headlines .wd_search_basic_fields {
		display: block;
		align-items: center;
	}
	
	#wd_printable_content div.wd_gallery .wd_search_basic_fields &gt; *,
	#wd_printable_content div.wd_newsfeed_releases .wd_search_basic_fields &gt; *,
	#wd_printable_content div.wd_news_headlines .wd_search_basic_fields &gt; * {
		margin-bottom: 24px;
	}
	div.wd_featurebox_title {
        font-size: 32px;
        line-height: 42px;
    }
}

/* Small devices (landscape phones) */
@media only screen and (max-width: 768px) and (orientation: landscape) {
	#wd_printable_content .wd_search_form.wd_search_form_advanced button {
		margin: 20px 0 0 0;
	}
}
@media (max-width: 575px) {
	#wd_printable_content .wd_sphinx_search input[type='text'] {
		margin-bottom: 1rem
	}
	.wd_sphinx_search .wd_search_form_container form.wd_search_form_basic {
		flex-wrap: wrap;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    label.wd_sr-only {
        display: none;
    }
}
/* CLIENT CSS OVERRIDES */
</pre></body></html>