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

.wd_header_content {
	background-color: rgba(0,86,179,.75);
	padding: 20px;
	margin: 20px;
	width: 75%;
}
/* END Header styles */

.wd_specialnav {
	list-style-type: none;
}
.wd_navid-34224 {
	background-color: #000000;
}
.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.15rem;
	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,
a.white-button,
a.blue-button {
	background: #fff;
	padding: 10px 40px;
	text-transform: uppercase;
	transition: .25s all;
	text-decoration: none;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
}
p.more a:hover,
div.wd_featurebox_stockbutton a:hover,
a.right-button:hover {
	color: #0080bf;
}
a.white-button {
	background: #fff;
	color: #0080bf;
}
a.white-button:hover {
	background: #0080bf;
	color: #fff;
}
a.blue-button {
	background: #0080bf;
	color: #fff;
}
a.blue-button:hover {
	background: #222859;
}

p.more {
	margin: 0;
}
.right-button {
	float: right;
}

div.wd_toolbar {
    border-top: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
}

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

/* Formbuilder */
select::-ms-expand {
	border: none;
}
#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],
#wd_printable_content button[type=submit] {
	max-width: 30%;
	background: #0080bf;
	padding: 10px 20px;
	color: #fff;
	border: 1px solid #0080bf;
	transition: .25s all;
	cursor: pointer;
	line-height: .6rem;
}
#wd_printable_content input[type=submit]:hover,
#wd_printable_content button[type=submit]:hover {
	background: #fff;
	color: #0080bf;
}
#wd_printable_content input[type=checkbox],
#wd_printable_content input[type=radio] {
	height: auto;
}
#wd_printable_content .wd_form_field_input,
#wd_printable_content .wd_form_field_label {
	line-height: 2rem;
}
.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 */

/* Featureboxes */
div.wd_featureboxes_blue_wrapper {
	background: #222859 url(../images/blue_wrapper-desktop.png) center repeat-y;
}
div.wd_featureboxes_blue_wrapper a {
	color: #ccff66;
}
div.wd_featureboxes_leftright_wrapper {
	padding: 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;
	border-left: 2px solid #ccc;
}

div.wd_featurebox {}
div.wd_featurebox_container {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
div.wd_featurebox_title {
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 1.9rem;
	color: rgb(33, 37, 41);
	padding: 0 0 20px;
}

div.wd_featureboxes_socialhub {
	padding: 20px;
}

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 {
	width: 25%;
	color: rgba(255,255,255,1);
	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 {
	color: rgba(255,255,255,1);
	font-weight: 100;
	font-size: 1.5rem;
	line-height: 2.5rem;
}
div.wd_featureboxes_stock div.wd_ticker_label .wd_exchange,
div.wd_featureboxes_stock div.wd_ticker_label .wd_symbol {
	font-size: 1rem;
	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;
}
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_middle {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 40px 0;
}
div.wd_featureboxes_middle div.wd_featurebox {
	padding: 20px;
}
div.wd_featureboxes_middle div.wd_featurebox_container {
	position: relative;
	background-color: #222859;
	color: #fff;
	width: 33.3%;
}
div.wd_featureboxes_middle div.wd_featurebox_container:nth-child(odd) {
	background-color: #5676FB;
}
div.wd_featureboxes_middle div.wd_featurebox_title {
	padding: 0 0 20px;
	color: #fff;
}
div.wd_featureboxes_middle .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_top_wrapper {
	background-color: #48BD9C;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
div.wd_featureboxes_top {
	padding: 40px 0;
}
div.wd_featureboxes_top div.wd_featurebox {}
div.wd_featureboxes_top div.wd_featurebox_container {
	background-color: rgb(34,40,89,.85);
	padding: 20px;
	color: #fff;
}
div.wd_featureboxes_top div.wd_featurebox_title {
	color: #fff;
}
div.wd_featureboxes_top .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_title {
	color: rgba(255,255,255,1);
}

.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_events-teaser .item_summary {
	display: none;
}
.wd_events-teaser .item_date,
.wd_events-teaser .item_time {
	color: rgba(0,86,179,1);
}
.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;
}

.wd_featureboxes_nav_wrapper {
	border-top: 1px solid #222859;
	background-color: #222859;
}

.navbar-toggler {
	position: absolute;
	right: 40px;
	z-index: 1;
}
.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 rgba(0,86,179,1);
}
.nav-item .dropdown-menu a {
	color: rgba(0,86,179,1);
}
.dropdown-item:active {
    background-color: rgba(255,255,255,.90);
}

.footer {
	border-top: 1px solid #8f8f8f;
	background-color: #231f20;
}
.footer a {
	color: #fff;
}
.footer img {
	float: right;
}

@media (max-width: 1199px) {}
@media (max-width: 992px) {
	.wd_header_content {
		width: 100%;
	}
	div.wd_featureboxes_middle div.wd_featurebox_container,
	div.wd_featureboxes_middle div.wd_featurebox_container:nth-child(3n+1),
	div.wd_featureboxes_middle div.wd_featurebox_container:nth-child(3n+2),
	div.wd_featureboxes_middle 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;
	}
	div.wd_featureboxes_blue_wrapper {
		background: none;
	}
	div.wd_featureboxes_bottom div.wd_featurebox_container {
		margin: 0;
	}
	div.wd_featureboxes_bottom div.wd_featurebox_container:nth-child(odd) {
		background-color: #1b282c;
	}
	div.wd_featureboxes_bottom div.wd_featurebox_container:nth-child(even) {
		background-color: #060828;
	}
}
@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;
	}
	.wd_specialnav {
		display: none;
	}
	.navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
}
@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;
	}
	.navbar-nav .wd_navid-34224 {
		display: none;
	}
}
@media (max-width: 993px) {}
@media (max-width: 1200px) {}