/* Begin classes for common SPIN elements */

.wd_content,
.wd_content-left,
.wd_content-right,
.wd_content-left-right,
.wd_left-sidebar,
.wd_right-sidebar {
	float: left;
}
.wd_left-sidebar,
.wd_right-sidebar {
	width: 25%;
}
.wd_content {
	width: 100%;
}
.wd_content-left,
.wd_content-right {
	width: 75%;
}
.wd_content-left-right {
	width: 50%;
}

#wd_printable_content {
	font-size: 1rem;
}

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

.item {}
.item_name {}
.item_date {}
.item_summary {}

.wd_item {}
.wd_item .wd_date {}
.wd_item .wd_title {
	font-size: 1.5rem;
	line-height: 1.2em;
}
.wd_item .wd_subtitle {}

table.wd_imagetable,
div.wd_captioned_image {
	max-width: 100%;
}
table.wd_imagetable img,
div.wd_captioned_image img {
	max-width: 100%;
}

/* Begin classes for individual PCTs */
span.wd_subscribe_icon {
	background: url('../images/webdriver/email_alerts.png');
	display: inline-block;
	height: 18px;
	width: 18px;
	margin-left: 5px;
}
span.wd_subscribe_icon img {
	display: none;
}
/* Articles */
ul.wd_layout-inline li {
	margin: 0 .5em .5em 0;
}
.wd_articles a {
	color: #666;
}
.wd_articles a:hover {
	color: #333;
}
.wd_articles ul.wd_category_link_list {
	float: left;
}
.wd_articles ul.wd_category_link_list li {
	float: left;
	font-size: .8rem;
	padding: 3px 6px;
}
div.wd_articles .wd_item {
	float: left;
	width: 30%;
	box-sizing: border-box;
	margin: 0 3% 30px 0;
	padding: 0;
	border: 1px solid gray;
	background-repeat: no-repeat;
	min-height: 560px;
}
div.wd_articles .wd_item_wrapper {
	margin-left: 0;
}
div.wd_articles .wd_date,
div.wd_articles .wd_author,
div.wd_articles .wd_asset_type_link_list,
div.wd_articles .wd_thumbnail img {
	display: none;
}
div.wd_articles .wd_title {
	font-size: 1.5rem;
	line-height: 1.5rem;
	text-transform: uppercase;
	padding: 10px 10px 0;
	clear: both;
}
div.wd_articles .wd_summary {
	padding: 5px 10px;
	clear: both;
}
div.wd_articles .wd_title a,
div.wd_articles .wd_title a:hover {
	color: #b51946;
}
div.wd_articles .wd_item .wd_thumbnail {
	margin: 0 !important;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	width: 100%;
	height: 220px;
	clear: both;
	transition: all .2s ease-in-out;
}
/*
div.wd_articles .wd_item:hover .wd_thumbnail {
	background-size: 105%;
}
*/
div.wd_articles .wd_category_link_list {
	margin: 0 10px 10px;
}
.wd_articles-detail ul.wd_category_link_list li {
    padding: 5px 10px;
    background-color: #f1f1f1;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
}
.wd_articles-detail ul.wd_layout-inline li {
	margin: .25em;
}
.wd_articles-detail .wd_tagwrapper {
	font-size: 1.3rem;
}
.wd_articles-detail .wd_author_name {
	font-weight: bold;
}
.wd_articles-detail .wd_author_name:before {
	content: "By: ";
}
.wd_articles-detail p {
	padding: 0 0 10px 0;
}
/* Stories */
.wd_stories-detail .wd_asset_inline_list {
    max-width: 300px;
}

/* Standard and Story Tiles */
.wd_standard_tile,
.wd_story_tile {
	box-sizing: border-box;
	background: #f0f0f0;
	float: left;
	width: 24%;
	margin: 10px 1% 10px 0;
	vertical-align: top;
	min-height: 310px;
	/*background: pink;*/
}
.wd_story_tile .wd_item_wrapper {
	margin: 0;
	padding: 10px;
}
.wd_story_tile .wd_date {
	color: #737373;
}
.wd_standard_tile .wd_imagetable,
.wd_story_tile .wd_thumbnail {
	margin: 0 0 20px 0 !important;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top center;
	width: 100%;
	height: 140px;
	transition: all .2s ease-in-out;
	clear: both;
}
.wd_standard_tile:hover .wd_imagetable,
.wd_story_tile:hover .wd_thumbnail {
	background-size: 105%;
}
.wd_standard_tile .wd_imagetable img,
.wd_standard_tile .item_name,
.wd_standard_tile .wd_attachment_image,
.wd_standard_tile .wd_attachment_info br,
.wd_story_tile .wd_thumbnail img,
.wd_story_tile .wd_summary {
	display: none;
}
.wd_standard_tile h4,
.wd_story_tile h4 {
	text-transform: uppercase;
	padding: 10px 10px 5px;
	margin: 0;
	color: #737373;
	font-size: 1rem;
	font-weight: 700;
	clear: both;
}
.wd_standard_tile p,
.wd_story_tile p {
	margin: 0 10px 10px;
	font-weight: 700;
	clear: both;
}
.wd_standard_tile .wd_attachment_size {
	font-size: 1rem;
}

.wd_standard_boxtile {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	width: 46%;
	margin: 10px 1%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 5px;
	min-height: 320px;
}
.wd_standard_boxtile .item_name {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px;
	background: rgba(0,0,0,.5);
	color: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.wd_standard_boxtile .item_name a {
	color: #fff;
}
.wd_standard_boxtile img {
	display: none;
}

/* Positions, Policies and Milestones */
.wd_pageid_20311 .wd_standard .wd_category_info,
.wd_pageid_20299 .wd_standard .wd_category_info {
	clear: both;
}
.wd_pageid_20311 .category_header,
.wd_pageid_20299 .category_header {
	margin: 40px 0 10px;
	padding: 15px 0 0 15px;
	color: #b51b47;
	font-size: 1.8rem;
	font-weight: bold;
	background: url(../images/color-bar.png) top right no-repeat;
}

/* Report Archive */
.wd_pageid_20315 .wd_standard_tile {
	min-height: 340px;
}

/* Gallery */
div.wd_gallery {}

/* hi-res link for gallery */
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);
}
/* Newsfeed Releases */
.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;
}

/* Formbuilder */
.wd_form_field .wd_form_field_input,
.wd_form_field {
	overflow: visible;
}
/* END Formbuilder */

/* Search Results */
/* END Search Results */

/* Popup Fader */
div#wdFadeBackground {
	background-color: #555555;
	border: 5px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

div#wdFadePopup {
	background-color: #333333;
	padding: 2px;
	z-index: 100;
}

td#wdFadeContent {
	background-color: #ffffff;
}

td#wdFadeClose {
	text-align: right;
}

/* END Popup Fader */ 

/* Featureboxes */
div.wd_featurebox {}
div.wd_featurebox_container {}
div.wd_featurebox_title {}

div.wd_featureboxes_social-k-main {
	overflow: auto;
}
div.wd_featureboxes_social-k-main div.item {
	min-height: 430px;
	background: #b51b47;
}
div.wd_featureboxes_social-k-main div.wd_featurebox_container {
	box-sizing: border-box;
	width: 33.33333333%;
	float: left;
	padding: 10px;
}
div.wd_featureboxes_social-k-main div.wd_featurebox_title,
div.wd_featureboxes_social-k-main div.item_date {
	display: none;
}
div.wd_featureboxes_social-k-main div.item_name {
	padding: 10px 10px 0 10px;
	font-size: 1.2rem;
	line-height: 1.5rem;
}
div.wd_featureboxes_social-k-main div.item_name a {
	color: #fff;
	font-weight: 600;
}
div.wd_featureboxes_social-k-main div.item_summary {
	padding: 0 10px 10px 10px;
	color: #fff;
	font-size: 1rem;
}
div.wd_featureboxes_social-k-main div.item img {
	display: none;
}
div.wd_featureboxes_social-k-main div.wd_imagecontainer {
	height: 200px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
div.wd_featureboxes_social-k-main .wd_featurebox-subscribe {
	padding: 10px;
}
div.wd_featureboxes_social-k-main .wd_featurebox-subscribe .wd_featurebox {
	padding: 10px;
	background:#b51b47;
	min-height: 430px;
	color: #fff;
	font-size: 1rem;
	text-align: center;
}
div.wd_featureboxes_social-k-main .wd_featurebox-subscribe {
	padding: 10px;
}
div.wd_featureboxes_social-k-main .wd_featurebox-subscribe h2 {
	font-weight: 700;
	font-size: 2rem;
}
div.wd_featureboxes_social-k-main .wd_featurebox-subscribe .wd_form_field_label {
	display: none;
}
div.wd_featureboxes_social-k-main .wd_featurebox-subscribe input[type=text] {
	width: 100%;
	border: 0;
	margin: 30px 0;
	padding: 5px;
}
div.wd_featureboxes_social-k-main .wd_featurebox-subscribe input[type=submit] {
	width: 80%;
	background: #e8a830;
	border: 0;
	color: #fff;
	padding: 5px;
	margin-bottom: 30px;
}
.wd_pageid_34141 .wd_featureboxes_highlights-pillars {
	display: none;
}
.wd_pageid_34141.wd_item_page .wd_featureboxes_highlights-pillars {
	display: block;
}

div.wd_featureboxes_highlights-pillars {
	overflow: auto;
}
div.wd_featureboxes_highlights-pillars div.item {
	box-sizing: border-box;
	width: 32%;
	float: left;
	padding: 10px;
	margin-right: 1%;
}
.wd_featureboxes_highlights-pillars div.wd_featurebox_title,
.wd_featureboxes_highlights-pillars div.item_date {
	display: none;
}
.wd_featureboxes_highlights-pillars div.item_name {
	padding: 10px 10px 0 10px;
	background:#b51b47;
}
.wd_featureboxes_highlights-pillars div.item_name a {
	color: #fff;
	font-weight: 600;
	font-size: 1.2rem;
}
.wd_featureboxes_highlights-pillars div.item_summary {
	padding: 0 10px 10px 10px;
	background:#b51b47;
	color: #fff;
	font-size: 1rem;
}
.wd_featureboxes_highlights-pillars div.item img {
	max-width: 100%;
}
.wd_featureboxes_highlights-pillars .wd_articles-teaser .wd_imagecontainer {
	height: 200px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.wd_featureboxes_highlights-pillars .wd_articles-teaser img {
	display: none;
}
.wd_featureboxes_highlights-pillars .wd_articles-teaser .item_summary p {
	margin-bottom: 0;
}
.wd_featureboxes_tabbed .wd_tabs_wrapper {
	background: 0 none;
	border: 0 none;
	width: 100%;
	display: block;
	height: 33px;
}
.wd_featureboxes_tabbed .wd_tabs_wrapper .wd_tabs {
	overflow: visible;
}
.wd_featureboxes_tabbed .wd_tabs_wrapper .wd_tab {
	margin: 0 0.3em 0 0;
	padding: 0.5em;
	border: 1px solid #cccccc;
	border-bottom-width: 0px;
	border-top-left-radius: 0.5em; -moz-border-radius-topleft: 0.5em; -webkit-border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em; -moz-border-radius-topright: 0.5em; -webkit-border-top-right-radius: 0.5em;
}
.wd_featureboxes_tabbed .wd_tabs_wrapper .wd_tab-active {
	margin-bottom: -1px;
	border-bottom: 1px solid #fff;
}
.wd_featureboxes_tabbed .wd_tabs_wrapper .wd_tab-inactive {
	background-color: #eeeeee;
}
.wd_featureboxes_tabbed .wd_tabs_wrapper .wd_tab-inactive:hover {
	background-color: #dddddd;
	border-color: #aaaaaa;
}
.wd_featureboxes_tabbed .wd_tabs_container .wd_tabs_content_wrapper {
	width: 100%;
	padding-top: 0px;
	border-top: 1px solid #DEDEDE;
}
.wd_featureboxes_tabbed .wd_tabs_wrapper {
	background: 0 none;
	border: 0 none;
}
/* 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;
}

div.wd_privacy-button {
	float: left;
	width: 100%;
	margin: 20px 0;
}
div.wd_privacy-button a {
	color: gray;
	border: 1px solid gray;
	border-radius: 5px;
	padding: 10px;
}
div.wd_privacy-button a:hover {
	/*background-color: #0056b3;
	border: 1px solid #0056b3;
	color: white;*/
}

@media (max-width: 1199px) {}
@media (max-width: 992px) {
	div.wd_featureboxes_social-k-main div.wd_featurebox_container {
		width: 50%;
	}
	div.wd_articles .wd_item {
		width: 48%;
		margin-right: 1%
	}
	.wd_pageid_20311 .wd_standard .item,
	.wd_pageid_20299 .wd_standard .item {
		width: 30%;
	}
	.wd_standard_tile {
		width: 32%;
	}
}
@media (max-width: 767px) {
	div.wd_featureboxes_social-k-main div.wd_featurebox_container {
		width: 100%;
	}
	.wd_pageid_20311 .wd_standard .item,
	.wd_pageid_20299 .wd_standard .item {
		display: block;
		width: 100%;
		margin: 10px 10px;
		vertical-align: top;
		min-height: auto;
	}
	div.wd_featureboxes_highlights-pillars div.item {
		width: 100%;
		float: none;
		padding: 10px;
	}
	.wd_standard_boxtile {
		width: 100%;
		margin: 10px 0;
	}
	table.wd_imagetable,
	div.wd_captioned_image {
		float: none;
		clear: both;
	}
	div.wd_articles .wd_item {
		width: 100%;
		margin-right: 0;
		min-height: 0;
	}
	.wd_standard_tile {
		width: 49%;
	}
}
@media (max-width: 575px) {
	.wd_standard_tile {
		width: 100%;
		margin-right: 0;
		min-height: 0 !important;
	}
}