﻿/* Begin classes for common SPIN elements */

*, ::before, ::after { box-sizing: border-box; }
*, ::before, ::after { box-sizing: inherit; }
*, ::before, ::after { box-sizing: border-box; }
body {
	text-rendering: geometricPrecision;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #f8f8f8;
	display: flex;
	flex-direction: column;
}

html,body {
	height: 100%;
}

a,
nav .wd_page_links a,
nav .wd_page_links {
	color: #1c5378;
	transition: all 0.5s ease;
}
a:hover,
nav .wd_page_links a:hover {
	color: #1c5378;
	text-decoration: underline;
}

body{
	color: #152633;
}

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

.wd_footer {

	background: #152633;
	padding: 20px;
	color: #fff;
	width: 100%;
}

footer {
	margin-top: auto;
}

/* Bootstrap Overrides */
.no-side-margin {
	margin-left: 0;
	margin-right: 0;
}
main {
	background: #fff;
	flex: 1 0 auto;
}
.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-height: 40px;
	margin: 20px;
}
nav {
	background: rgba(0,204, 153,.75);
	color: #fff;
}
nav a,
nav a:hover {
	color: #fff;
	font-weight: bold;
	font-size: .8rem;
	text-transform: uppercase;
}
.navbar {
	padding: 0;
}
.navbar-toggler {
	border-radius: 0;
}
.nav-item {
	padding: 0 1rem;
}
.nav-item a:hover {
	background-color: rgba(0,204, 153,.75);
	color: #fff;
}
.dropdown-menu {
	background-color: rgba(0,204, 153,.75);
	border: 1px solid transparent;
	border-radius: 0;
}
a.dropdown-item {
	color: #fff;
}
/*nav.fixed-top {
	opacity:0;
	visibility:hidden;
	transform: translate(0, -200px);
}
nav.in-view {
	opacity:1;
	visibility:visible;
	transition: all 0.3s ease;
	transform:translate(0, 0);
}*/
/* END Bootstrap Overrides */

/* Slideshow Overrides */

.wd_hero_wrapper{
	display: block;
}

#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: #00CC99;
	background: rgba(0,204, 153,.85);
}

div#single_slider_responsive .single_slider_carousel_indicators {
	text-align: center;
	width: auto;
	padding: 0; 
}

div#single_slider_responsive .single_slider_carousel_indicators li {
	float: none;
	display: inline-block;
}

/* END Slideshow Overrides */

/* Header styles */
.page_header,
.category_header {}
.detail_header,
.detail_subheader,
.category_name {}
.category_intro {}

.wd_pageheader {
	padding: 20px;
	display: block;
}

.wd_home_hero {
	background-size: cover;
	width: 100%;
}
.wd_header_content {
	padding: 100px;
}
.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: 700;
}
.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 */

/* SEC Filings */
div.wd_ir_secfilings .wd_selector {
    margin: 0 0 5px 10px;
}
div.wd_ir_secfilings .wd_selector .wd_label {
    margin-right: 5px;
}
/* END SEC FIlings */

/* Interactive Chart */
div.wd_ir_interactivechart input.wd_chart_date {
    width: auto;
}
/* END Interactive Chart */

/* Calculator */
div.wd_ir_calculator label {
    margin-bottom: 0;
}
/* END Calculator */

/* Formbuilder */
legend {
	font-size: 1rem;
}
.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;
	border: none;
}
.wd_search_basic_fields .wd_sr-only.wd_sr-only.wd_sr-only.wd_sr-only {
	display: none;
}
/* END Formbuilder */

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

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 {}
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;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 3px;
	min-height: 415px;
}
div.wd_featureboxes_middle div.wd_featurebox_title {}

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;
}
div.wd_events-teaser .item {
	padding: 40px 0;
	margin: 0;
}
div.wd_events-teaser .item:not(:last-child) {
	border-bottom: 1px solid #ccc;
}

#wd_featurebox-financial_2 div.wd_chart-quote {
	overflow: hidden;
	padding-top: 10px;
	width: 90%;
	margin: 0 auto;
}
#wd_featurebox-financial_2 div.wd_chart-quote-label {
	font-size: 1.3rem;
}
#wd_featurebox-financial_2 div.wd_chart-quote-item {
	width: 100%;
	margin: 0;
	font-size: 1rem;
}
#wd_featurebox-financial_2 div.wd_chart-quote-footer {
	font-size: .8rem;
	width: 90%;
	margin: 5px auto;
}
#wd_featurebox-financial_2 div.wd_chart-quote-value-up, 
#wd_featurebox-financial_2 div.wd_chart-quote-value-up + div.wd_chart-quote-label {
	color: #009933;
}
#wd_featurebox-financial_2 div.wd_chart-quote-value-down, 
#wd_featurebox-financial_2 div.wd_chart-quote-value-down + div.wd_chart-quote-label {
	color: #cc0000;
}
#wd_featurebox-financial_2 div.wd_chart-quote div.wd_chart-quote-item:first-child + div.wd_chart-quote-item,
#wd_featurebox-financial_2 div.wd_chart-quote div.wd_chart-quote-item:first-child + div.wd_chart-quote-item + div.wd_chart-quote-item,
#wd_featurebox-financial_2 div.wd_chart-quote div.wd_chart-quote-item:first-child + div.wd_chart-quote-item + div.wd_chart-quote-item + div.wd_chart-quote-item {
	font-size: 1.3rem;
}
#wd_featurebox-financial_2 div.wd_chart-quote-item:first-child .wd_chart-quote-value {
	font-size: 3rem;
}
#wd_featurebox-financial_2 div.wd_chart-quote-item:first-child div.wd_chart-quote-label {
    text-indent: -9999px;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 44px;
    height: 49px;
    position: relative;
	top: 14px;
    left: 100%;
	font-size: 1rem;
}
#wd_featurebox-financial_2 div.wd_chart-quote div.wd_chart-quote-item:first-child + div.wd_chart-quote-item .wd_chart-quote-value br {
	display: none;
}
#wd_featurebox-financial_2 div.wd_chart-quote div.wd_chart-quote-item div.wd_chart-quote-value {
	float: left;
	padding-right: 5px;
}
#wd_featurebox-financial_2 div.wd_chart-quote-value {
	font-weight: normal;
}
/* 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;
}

.wd_pageid_58 .item {
	border-bottom: 2px solid #FFF;
	padding: 0;	
	margin: 0;
}

.wd_pageid_58 .item .item_name {
	font-size: 1rem;
	background-color: #F1F1F1;
	padding: 10px 0;
}

.wd_pageid_58 .item p {
	margin-top: 0;
}

.wd_pageid_58 .item .item_name:before {
	font-family: 'FontAwesome';
    content: "\f067";
    display: inline-block;
    font-weight: normal;
    text-rendering: auto;
    text-align: center;
    padding: 0 0px 0 0;
    color: #00CC99;
    width: 36px;
}

.wd_pageid_58 .item.wd_active .item_name:before {
	content: "\f068";
}

.wd_pageid_58 .item .wd_faq_wrapper {
	padding-top: 10px;
	padding-bottom: 20px;
    padding-left: 36px;
	background-color: #FAFAFA;
	display: none;
}

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