@font-face {
    font-family: 'HarmonyOS_Sans_Black';
    src: url('../fonts/HarmonyOS_Sans_Black.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'HarmonyOS_Sans_Bold';
    src: url('../fonts/HarmonyOS_Sans_Bold.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'HarmonyOS_Sans_Light';
    src: url('../fonts/HarmonyOS_Sans_Light.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'HarmonyOS_Sans_Medium';
    src: url('../fonts/HarmonyOS_Sans_Medium.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'HarmonyOS_Sans_Regular';
    src: url('../fonts/HarmonyOS_Sans_Regular.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'HarmonyOS_Sans_Semibold';
    src: url('../fonts/HarmonyOS_Sans_Semibold.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'HarmonyOS_Sans_Thin';
    src: url('../fonts/HarmonyOS_Sans_Thin.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
	font-family: 'PingFang SC Regular';
	src: url('../fonts/PingFang SC Regular.eot');
	src: url('../fonts/PingFang SC Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/PingFang SC Regular.woff') format('woff'),
		url('../fonts/PingFang SC Regular.ttf') format('truetype');
	font-weight: normal;
}

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

.header {
    position: relative;
}

.header::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
}

.wd_header_content {
	position: relative;
	padding: 20px;
	margin: 80px;
	width: 75%;
}

.wd_header_content h1 {
  font-size: 2.8rem;
}

/* END Header styles */
body {
	text-rendering: geometricPrecision;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'HarmonyOS_Sans_Regular', sans-serif;
	color: #000;
}
.logo img {
	max-width: 150px;
}
.item, .wd_item {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}
.item_name,
.wd_title,
.wd_item .wd_title,
.wd_newsfeed_releases-teaser .wd_title,
.wd_documents_item_list > .wd_documents_item > .wd_title {
	font-size: 1.25rem;
	font-weight: normal;
}
.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 {}

.wd_item_wrapper {
	padding: 10px 0;
}

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

#wd_printable_content {
	padding: 40px 0;
}

p.more a,
div.wd_featurebox_stockbutton a,
a.right-button {
	background: rgb(243,152,0);
	padding: 10px 20px;
	color: rgba(0,0,0,1);
	border: 1px solid transparent;
	transition: .25s all;
	text-decoration: none;
	display: inline-block;
	font-size: 24px;
	line-height: 14px;
	letter-spacing: -0.075em;
}
p.more a:hover,
div.wd_featurebox_stockbutton a:hover,
a.right-button:hover {
	background: rgba(255,255,255,1);
	color: rgb(243,152,0);
	border: 1px solid rgb(243,152,0);
}

p.more {
	position: absolute;
	right: 20px;
	bottom: 20px;
	margin: 0;
}
.right-button {
	float: right;
}

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

/* Newsfeed Releases */
div.wd_newsfeed_releases .wd_item_wrapper {
	margin-left: 0;
}
div.wd_newsfeed_releases .wd_thumbnail {
	display: none;
}
/* 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;
}
/* END Newsfeed Releases */

/* Board Committees */
.wd_board_committees .wd_title {
	font-size: 1rem;
}
/* END Board Committees */

.wd_wai_datepicker .wd_wai_datepickerDialog {
    width:auto;
}

input.wd_chart_date {
  width: 160px;
}

/* Formbuilder */
select::-ms-expand {
	border: none;
}
#wd_printable_content input,
#wd_printable_content button:not([class*="wd_wai"]),
#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] {
}
#wd_printable_content input[type=submit],
#wd_printable_content button[type=submit] {
	max-width: 30%;
	background: rgb(243,152,0);
	padding: 10px 20px;
	color: rgba(255,255,255,1);
	border: 1px solid rgb(243,152,0);
	transition: .25s all;
	cursor: pointer;
	line-height: .6rem;
}
#wd_printable_content input[type=submit]:hover,
#wd_printable_content button[type=submit]:hover {
	background: rgba(255,255,255,1);
	color: rgb(243,152,0);
}
#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: rgba(0,0,0,1);
}
.wd_form_field .wd_form_field_input,
.wd_form_field {
	overflow: visible;
}
/* END Formbuilder */

/* Search Results */
/* END Search Results */
div.wd_featureboxes_dark_gray_wrapper {
	background-color: #777;
}
div.wd_featureboxes_gray_wrapper {
	background-color: #f5f5f5;
}

div.wd_featureboxes_blue_wrapper {
	background-color: rgba(17,49,89,1);
}
div.wd_featureboxes_leftright_wrapper {
	padding: 40px 0;
}
div.wd_featureboxes_leftright_wrapper .row {
	margin: 0;
}
div.wd_featureboxes_left_wrapper {
	position: relative;
	padding-bottom: 25px;
	padding-left: 0;
	padding-right: 0;
}
div.wd_featureboxes_right_wrapper {
	position: relative;
	padding-bottom: 25px;
	padding-left: 0;
	padding-right: 0;
	background-color: rgba(66,106,121,1);
}

/* Featureboxes */
div.wd_featurebox {}
div.wd_featurebox_container {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
div.wd_featurebox_title {
	font-size: 30px;
	line-height: 1.9rem;
	color: #000;
	padding: 0 0 20px;
}

div.wd_chart-quote-value-down,
div.wd_chart-quote-value-up {
    color:#FFF;
}

div.wd_featureboxes_stock {}
div.wd_featureboxes_stock div.wd_featurebox_container {
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
div.wd_featureboxes_stock div.wd_featurebox {
	width: 50%;
	border-left: 1px solid rgba(255,255,255,.5);
	border-right: 1px solid rgba(255,255,255,.5);
	padding: 30px 0;
}
div.wd_featureboxes_stock div.wd_featurebox_title {
	text-transform: uppercase;
	width: 25%;
	color: #FFF;
	padding: 30px 0;
	line-height: 2.5rem;
}
div.wd_featureboxes_stock div.wd_featurebox_stockbutton {
	width: 25%;
	text-align: right;
	padding: 30px 0;
}
div.wd_featureboxes_stock .wd_chart-quote-item,
div.wd_featureboxes_stock .wd_chart-quote-footer,
div.wd_featureboxes_stock .wd_chart-quote-label,
div.wd_featureboxes_stock .wd_chart-quote-value br {
	display: none;
}
div.wd_featureboxes_stock .wd_chart-quote-item:nth-child(2) {
	display: block;
}
div.wd_featureboxes_stock div.wd_chart-quote-value-up,
div.wd_featureboxes_stock div.wd_chart-quote-value-down,
div.wd_featureboxes_stock div.wd_chart-quote-label,
div.wd_featureboxes_stock div.wd_ticker_label .wd_exchange,
div.wd_featureboxes_stock div.wd_ticker_label .wd_symbol {
	font-size: 1.5rem;
	line-height: 2.5rem;
}
div.wd_featureboxes_stock div.wd_chart-quote-label,
div.wd_featureboxes_stock div.wd_ticker_label .wd_exchange,
div.wd_featureboxes_stock div.wd_ticker_label .wd_symbol {
	color: #FFF;
	font-weight: 100;
}
div.wd_featureboxes_stock div.wd_ticker_label .wd_exchange,
div.wd_featureboxes_stock div.wd_ticker_label .wd_symbol {
	font-size: 1.5rem;
	line-height: 2.75rem;
}

div.wd_featureboxes_stock div.wd_chart-quote-item {
	width: 100%;
	text-align: center;
}
div.wd_featureboxes_stock div.wd_chart-quote-item .wd_chart-quote-value {
	display: inline-block;
	padding: 0 10px;
	font-size:1.5rem;
}
div.wd_featureboxes_stock div.wd_featurebox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
div.wd_featureboxes_stock div.wd_ticker_label,
div.wd_featureboxes_stock div.wd_quote-container {
	width: 50%;
	text-align: center;
}
div.wd_featureboxes_stock div.wd_chart-quote-item,
div.wd_featureboxes_stock div.wd_ticker_label {
	margin: 0;
}

div.wd_featureboxes_top {
	display: flex;
	flex-direction: row;
	padding: 40px 0;
}
div.wd_featureboxes_top div.wd_featurebox {
	padding: 20px;
	color:#FFF;
	flex-grow:1;
 	display: flex;
        flex-direction: column;
}

div.wd_featureboxes_top div.wd_featurebox p:last-child {
  margin-top: auto;
  margin-left: auto;
}
div.wd_featureboxes_top div.wd_featurebox_container {
	background-color: rgba(74,138,162,1);
	display: flex;
        flex-direction: column;
}
div.wd_featureboxes_top div.wd_featurebox_container a {
	color: #FFF;
}
div.wd_featureboxes_top div.wd_featurebox_container {
	width: 35.5%;
	height: 480px;
}
div.wd_featureboxes_top div.wd_featurebox_container:nth-child(2n+2) {
	margin: 0 2%;
}
div.wd_featureboxes_top div.wd_featurebox_title {
	padding: 20px;
	color:#FFF;
}
div.wd_featureboxes_top .wd_imagetable {
	display: none;
}

div.wd_featureboxes_left {
	padding: 20px;
}
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 {
	padding: 20px;
}
div.wd_featureboxes_right div.wd_featurebox {}
div.wd_featureboxes_right div.wd_featurebox_container {
	color: rgba(255,255,255,1);
}
div.wd_featureboxes_right div.wd_featurebox_title {
	color: rgba(255,255,255,1);
}

div.wd_featureboxes_middle_wrapper {
	background-color: rgba(66,106,121,1);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
div.wd_featureboxes_middle {
	padding: 40px 0;
}
div.wd_featureboxes_middle div.wd_featurebox {}
div.wd_featureboxes_middle div.wd_featurebox_container {
	background-color: rgba(17,49,89,.75);
	padding: 20px;
	color: #fff;
}
div.wd_featureboxes_middle div.wd_featurebox_title {
	color: #fff;
}
div.wd_featureboxes_middle .wd_imagetable {
	display: none;
}

div.wd_featureboxes_bottom {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
div.wd_featureboxes_bottom div.wd_featurebox {
	color: #FFF;
}
div.wd_featureboxes_bottom div.wd_featurebox_container {
	width: 50%;
	margin: 0;
	padding: 20px;
}
/*div.wd_featureboxes_bottom div.wd_featurebox_container:nth-child(odd) {
	margin: 0 1% 0 0;
}*/
div.wd_featureboxes_bottom div.wd_featurebox_title {
	color: #FFF;
}

.wd_newsfeed_releases-teaser .subscribe_link,
.wd_newsfeed_releases-teaser .wd_thumbnail,
.wd_newsfeed_releases-teaser .wd_asset_icon_link_list,
.wd_newsfeed_releases-teaser .wd_summary {
	display: none;
}
.wd_newsfeed_releases-teaser .wd_date {
	color: #FFF;
}
.wd_newsfeed_releases-teaser .wd_title a {
	color: #FFF;
}

.wd_events-teaser .item_summary {
	display: none;
}
.wd_events-teaser .item_date,
.wd_events-teaser .item_time {
	color: rgb(243,152,0);
}
.wd_events-teaser .item_name a {
	color: rgba(255,255,255,1);
}
/* 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;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem; 
}

.navbar-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler.collapsed .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.dropdown-menu {
	background-color: rgba(255,255,255,.90);
	border-radius: 0;
	border-top: 3px solid rgb(243,152,0);
}
.nav-item .dropdown-menu a {
	color: rgba(17,49,89,1);
}
.dropdown-item:active {
    background-color: rgba(255,255,255,.90);
}

@media (max-width: 1199px) {}
@media (max-width: 992px) {
	.wd_header_content {
		width: 100%;
	}
	div.wd_featureboxes_top {
		flex-wrap:wrap;
	}
	div.wd_featureboxes_top div.wd_featurebox_container,
	div.wd_featureboxes_top div.wd_featurebox_container:nth-child(3n+1),
	div.wd_featureboxes_top div.wd_featurebox_container:nth-child(3n+2),
	div.wd_featureboxes_top div.wd_featurebox_container:nth-child(3n+3),
	div.wd_featureboxes_bottom div.wd_featurebox_container {
		width: 100%;
		margin: 20px 0;
	}
	div.wd_featureboxes_stock div.wd_chart-quote-value-up,
	div.wd_featureboxes_stock div.wd_chart-quote-value-down,
	div.wd_featureboxes_stock div.wd_chart-quote-label,
	div.wd_featureboxes_stock div.wd_ticker_label .wd_exchange,
	div.wd_featureboxes_stock div.wd_ticker_label .wd_symbol,
	div.wd_featureboxes_stock div.wd_ticker_label .wd_exchange,
	div.wd_featureboxes_stock div.wd_ticker_label .wd_symbol {
		font-size: 1rem;
	}
}
@media (max-width: 767px) {
	.logo .wd_search_form_container {
		display: none;
	}
	div.wd_featureboxes_stock div.wd_featurebox,
	div.wd_featureboxes_stock div.wd_featurebox_title,
	div.wd_featureboxes_stock div.wd_featurebox_stockbutton {
		width: 100%;
		padding: 10px 0;
		border: 0;
		text-align: center;
	}
}
@media (max-width: 575px) {
	.logo {
		padding: 0 20px;
	}
}
@media (min-width: 576px) {}
@media (min-width: 768px) {
	nav .search_box {
		display: none;
	}
	.navbar-toggler {
		display: none;
	}
}
@media (max-width: 993px) {}
@media (max-width: 1200px) {}
