@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; }
html {
	position: relative;
	min-height: 100%;
}
body {
	text-rendering: geometricPrecision;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'PingFang SC Regular', sans-serif;
	margin-bottom: 100px;

	background-color: #fff;
}

.fa {
	color: #0d4477;
}

a {
	transition: all 0.5s ease;
}
a:hover {
	text-decoration: underline;
}

.wd_left-sidebar, .wd_content, .wd_right-sidebar {
	margin: 20px 0;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: rgba(0,0,0,.25);
}
/* Bootstrap Overrides */
main {
	background: #fff;
	color: #6D6D6D;
}
.wd_pageid_45 main {
	background: transparent;
}
.row {
	margin-right: 0;
	margin-left: 0;
}
hero.row {
	margin-left: 0;
	margin-right: 0;
}
.navbar-brand {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 200%;
}
.navbar-brand img {
	max-width: 60%;
	max-height: 100px;
	margin: 20px;
}
nav {
	background: rgba(0,0,0,0);
	color: #fff;
}
nav a,
nav a:hover {
	color: #333;
	text-transform: uppercase;
}

nav .nav-item > a {
    border-top: 5px solid transparent;
        font-weight: bold;
}

.navbar {
	padding: 0;
    background-color:#FFF;
}
.navbar-toggler {
	border-radius: 0;
}
.nav-item {
	padding: 0 1rem;
}
.nav-item > a:hover {
        border-top: 5px solid #0a477d;
}
.dropdown-toggle::after {
    display:none;
}
.dropdown-menu {
	background-color: rgba(242,242,242,.8);
	border: 1px solid transparent;
	border-radius: 0;
}
a.dropdown-item {
	font-size: 14px;
	color: #333;
}
nav a.dropdown-item:hover {
    border-top-color: transparent
}
/* END Bootstrap Overrides */
/* Slideshow Overrides */
#single_slider_responsive {
	width: 100%;
}
div#single_slider_responsive .carousel {
	visibility: hidden;
	background: none;
	border: none;
	overflow: hidden;
}
.single_slider_carousel_inner > .item > a img {
	width: 100%;
}
.carousel-container {
	width: 100% !important;
}
.carousel-control {
	display: none;
}
.carousel-indicators {
	bottom: 35px;
	right: 10%;
	top: 86%;
}
.carousel-indicators li {
	width: 25px;
	height: 25px;
	background: #ccc !important;
	border-radius: 15px;
	border: none !important;
}
.carousel-indicators li.active {
	background: #fff !important;
}
.single_slider_carousel .single_slider_carousel_control {
	display: none;
}
div#single_slider_responsive .single_slider_carousel_container {
    padding: 0;
}
div.single_slider_carousel_bottom {
	margin: -100px auto 0 auto;
}
div#single_slider_responsive .single_slider_carousel_caption {
	background: #ee7f25;
	background: rgba(238,127,37,.85);
}
/* END Slideshow Overrides */
/* Header styles */
.page_header,
.category_header {}
.detail_header,
.detail_subheader,
.category_name {}
.category_intro {}
.wd_pageheader {
	padding: 20px;
}
.wd_home_hero {
	background-size: cover;
	background-position: center;
	width: 100%;
}
.wd_header_content {
	color: #fff;
	padding: 150px 15px;
}
.wd_navbutton {
	float: right;
	margin: 20px 0;
}
.wd_tagline {
	background: rgba(0,0,0,0.75);
	color: #fff;
	padding: 20px;
	width: 100%;
}
/* END Header styles */
.item, .wd_item {
	margin: 20px 0;
}
.item_name,
.wd_title,
.wd_item .wd_title,
.wd_newsfeed_releases-teaser .wd_title {
	font-size: 1.2rem;
	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;
	color: #333;
}
.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;
}
/* Standard */
div.wd_standard {}
/* END Standard */
/* 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 {}
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 */
/* Newsfeed Releases */
div.wd_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-teaser .tools {
	text-decoration: none;
	margin-bottom: 12px;
}
/* END Newsfeed Releases */
/* Stories */
div.wd_stories {}
/* END Stories */
/* Formbuilder */
.wd_formbuilder input[type="checkbox"],
.wd_formbuilder input[type="radio"] {
	margin-right: 5px;
}
.wd_form_field .wd_form_field_input,
.wd_form_field {
	overflow: visible;
}
.wd_search_basic_fields select,
.wd_search_basic_fields input,
.wd_search_basic_fields button {
	height: 35px;
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 0 10px;
	margin: 5px;
}
.wd_search_basic_fields button,
.wd_formbuilder_submit {
	cursor: pointer;
}
.wd_search_basic_fields .wd_search_button.wd_highlight,
.wd_formbuilder_submit {
	background: rgba(0,123,255,1);
	border: 1px solid rgba(0,123,255,1);
	color: #fff;
}
.wd_formbuilder_submit {
	padding: 10px 20px;
}
::-ms-expand {
	background: transparent;
}
/* END Formbuilder */

/* Start FAQs */ 
.wd_pageid_118 .item {
	margin-top: 42px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 28px;
}
.wd_pageid_118 .item .item_name {
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.2;
	padding: 10px 30px 0 0;
	position: relative;
	color: #333;
}
.wd_pageid_118 .item .item_name.opened:after {
	content: '\f106';
	font-family: 'FontAwesome';
}
.wd_pageid_118 .item .item_name:after {
	content: "\f107";
    font-family: 'FontAwesome';
    font-size: 26px;
    line-height: 28px;
    position: absolute;
    right: 0;
	color: #b1b1b1;
    top: 0;
}
.wd_pageid_118 .item .item_name:hover {
	cursor: pointer;
}
.wd_pageid_118 .item_content {
	margin-top: 20px;
	display: none;
}
.wd_pageid_118 .item p {
	line-height: 1.2;
}
/* End FAQs */ 

/* Featureboxes */
div.wd_featurebox {}
div.wd_featurebox_container {}
div.wd_featurebox_title {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5rem;
	color: #fff;
	color: #333;
}

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_middle {
	display: flex;
	flex-wrap: wrap;
}
div.wd_featureboxes_middle div.wd_featurebox {}
div.wd_featureboxes_middle div.wd_featurebox_container {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin: 20px 2% 0 0;
	padding: 20px;
	/*box-shadow: 0px 4px 15px 7px rgba(50, 50, 50, 0.25);*/
	background-color:#F6FAFF;
	height: auto;
}
/*
div.wd_featureboxes_middle div.wd_featurebox_container:nth-child(1) { background-color: #00ac85; }
div.wd_featureboxes_middle div.wd_featurebox_container:nth-child(2) { background-color: #4a90e2; }
div.wd_featureboxes_middle div.wd_featurebox_container:nth-child(3) { background-color: #f5a623; }
div.wd_featureboxes_middle div.wd_featurebox_container:nth-child(4) { background-color: #7ed321; }
*/
div.wd_featureboxes_middle div.wd_featurebox_title {}
div.wd_featureboxes_middle div.wd_featurebox a {
	color: #2D7DF7;
}

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

div.wd_newsfeed_releases-teaser .subscribe_link,
div.wd_newsfeed_releases-teaser .wd_thumbnail,
div.wd_newsfeed_releases-teaser .wd_summary {
	display: none;
}
div.wd_newsfeed_releases-teaser .item {
	padding: 10px 0;
	margin: 10px 0;
}
div.wd_newsfeed_releases-teaser .item:not(:last-child) {
	border-bottom: 1px solid #ccc;
}

/* 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;
}
li.wd_asset_icon_link .wd_icon {
	color: #0d4477;
}

.wd_tool .fa,
span.wd_tool_icon > a:link, span.wd_tool_icon > a:visited {
    color:#fff;
    background-color: #2D7DF7
}

.wd_tool.wd_tool-socialshare_twitter a,
.wd_tool.wd_tool-socialshare_linkedin a, 
.wd_tool.wd_tool-socialshare_facebook a {
    background-color: #2D7DF7 !important;
}

div.wd_toolbar {
    text-align:center;
}
div.wd_toolbar ul.wd_tools li.wd_tool {
  float: none;
  display: inline-block;
  margin: 0 1.5em;
}
.wd_tool_label {
  padding: 0 5px;
}
/* Extra large devices (large desktops) */
@media (max-width: 1199px) {
	.nav-item {
		padding: 0 .5rem;
	}
}
/* Large devices (desktops) */
@media (max-width: 992px) {
	.nav-item {
		padding: 0 .25rem;
	}
	div.wd_featureboxes_middle div.wd_featurebox_container {
		width: 100%;
		margin-right: 0;
	}
}
/* Medium devices (tablets) */
@media (max-width: 767px) {
	.navbar-toggler {
		background-color: #fff;
		border: 1px solid #ccc;
	}
	.navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	}
	.navbar-nav .nav-item {
		border-right: 0;
	}
	.wd_navbar-wrapper[style] {
		min-height: auto !important;
	}
	div.wd_toolbar {
		text-align: left;
	}
	div.wd_toolbar ul.wd_tools li.wd_tool {
		margin: .5em 1.5em;
	}
}
/* Small devices (landscape phones) */
@media (max-width: 575px) {
	.wd_search_basic_fields {
		max-width: 75%;
	}
	.wd_search_basic_fields select,
	.wd_search_basic_fields input,
	.wd_search_basic_fields button {
		max-width: 90%;
	}
	.wd_item_search_form_container {
		max-width: 100%;
		overflow: hidden;
	}
	.wd_newsfeed_releases .wd_item .wd_thumbnail {
		float: none;
		margin: 0;
	}
	.wd_newsfeed_releases .wd_item .wd_item_wrapper {
		margin: 0;
	}
}
@media (min-width: 320px) and (max-width: 978px) {
	#single_slider_responsive .single_slider_carousel_caption {
		max-height: 999px;
	}
}
@media (min-width: 979px) and (max-width: 1200px) {
	.single_slider_carousel_caption {
		padding: 20px;
	}
}
