:root {
  --primary-color: #00837e;
  --accent-color:  #e35207;
  --light-gray:  #dedede;

  --wd-font-sans: 'IBM Plex Sans', sans-serif;
  --wd-font-cond: 'IBM Plex Sans Condensed', sans-serif;
  --wd-font-serif: 'IBM Plex Serif', serif;
  --wd-font-mono: 'IBM Plex Mono', monospace;
}

/* 
font-family: 'IBM Plex Sans', sans-serif;
font-family: 'IBM Plex Sans Condensed', sans-serif;
font-family: 'IBM Plex Serif', serif;
font-family: 'IBM Plex Mono', monospace;
*/

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

.wd_nav {
	font-size: 1.2rem;
	font-weight: bold;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--light-gray);
}

.item, .wd_item {
	margin: 10px 0;
	padding: 10px 0;
}
.item_name, .wd_title, .wd_item .wd_title,
.wd_newsfeed_releases-teaser .wd_title,
.wd_documents_item_list > .wd_documents_item > .wd_title,
.wd_articles-detail .wd_title {
	font-size: 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;
}
.item_summary, .wd_item .wd_summary {}
.wd_item .wd_subtitle {}

table.wd_imagetable {}
td.imagecaption {
	font-size: 12px;
	font-style: italic;
}
.wd_caption {
	font-size: 12px;
	font-style: italic;
}

#wd_printable_content pre {
	position: relative;
	background: #141414 url(../images/line-numbers.png) 5px 29px no-repeat;
	color: #f9ee98;
	padding: 30px 45px 35px;
	margin: 40px 0;
	font-family: monospace;
	font-size: 16px;
	line-height: 1.89;
	white-space: break-spaces;
}
#wd_printable_content pre.code:before {
	position: absolute;
	top: -20px;
	right: 0;
	left: 0;
	font-size: 12px;
	font-weight: bold;
	font-family: 'arial black';
	text-align: right;
	color: #ffa200;
	border-radius: 10px 10px 0 0;
	background: #373737;
	padding: 0 20px;
}
#wd_printable_content pre.css:before {
	content: 'CSS {  }';
}
#wd_printable_content pre.html:before {
	content: '< HTML >';
}
#wd_printable_content pre.php:before {
	content: '<? PHP ?>';
}
#wd_printable_content pre.js:before {
	content: 'JavaScript ( ) { }';
}
#wd_printable_content pre.terminal:before {
	content: '-- .bash';
	color: #8a8a8a;
}
#wd_printable_content pre.mysql:before {
	content: '> MySQL';
}
#wd_printable_content pre.terminal,
#wd_printable_content pre.mysql {
	background-image: url('../images/terminal.png');
}
#wd_printable_content xmp {
	margin-block-start: 0;
	margin-block-end: 0;
}

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

/* Clear Fix */
ul.wd_layout-simple:before,
ul.wd_layout-simple:after {
	content: " ";
	display: block;
}
ul.wd_layout-simple:after {
	clear: both;
}

/* Nav */
p.wd_has-children {
	position: relative;
}
p.wd_has-children:after {
	content: "\f067";
	position: absolute;
	top: 0;
	right: 0;
	font-family: "FontAwesome";
}
div.wd_subnav p {
	margin-left: 20px;
}

/* Standard */
div.wd_standard {}
/* END Standard */

/* Stories */
div.wd_stories {}
/* END Stories */

/* Articles */
div.wd_articles {
	margin: 40px 0 0 0;
}
div.wd_articles .wd_item_wrapper {
	display: flex;
	flex-wrap: wrap;
}
.wd_articles .wd_item {
	margin-bottom: 4em;
}
.wd_articles .wd_date {
	width: 100%;
	}
.wd_articles .wd_title {
	width: 80%;
}
.wd_articles .wd_accordian_button {
	width: 20%;
	text-align: center;
	padding-top: 10px;
	text-align: right;
}
.wd_articles .wd_accordian_button:after {
	content: '\f055';
	font-family: "FontAwesome";
	font-size: 2rem;
	font-weight: 700;
	color: #00837e;
}
.wd_articles .wd_accordian_button:hover::after {
	cursor: pointer;
}
.wd_articles .wd_accordian_button.active:after {
	content: '\f056';
	color: var(--accent-color);
}
.wd_articles .wd_asset_type_link_list {
	width: 100%;
}
.wd_articles .wd_asset_type_link_list .wd_accordian_button {
	display: none; 
}
.wd_articles .wd_summary {
	display: none;
}
.wd_load_more-trigger {
	margin-bottom: 30px;
}
/* END Articles */

/* News Headlines */
.wd_news_headlines .wd_date {
	display: none;
}

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

/* 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] {
	max-width: 30%;
	margin-left: 1%;
}
#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: #000;
}
.wd_form_field .wd_form_field_input,
.wd_form_field {
	overflow: visible;
}
/* END Formbuilder */

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

/* Featureboxes */
div.wd_featurebox {}
div.wd_featurebox_container {
	margin: 0 0 40px 0;
}
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_featurebox-standard .wd_featurebox {
	padding: 1em;
}

div.wd_featureboxes_did_you_know {
	width: 100%;
	background-color: var(--primary-color);
	border-radius: 1rem;
	padding: 10px;
}
div.wd_featureboxes_did_you_know div.wd_featurebox {
	width: 75%;
}
div.wd_featureboxes_did_you_know div.wd_featurebox_container {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0;
}
div.wd_featureboxes_did_you_know div.wd_featurebox_title {
	font-family: var(--wd-font-sans);
	font-size: 1.5rem;
	line-height: 2rem;
	width: 25%;
	margin: 0 5% 0 0;
	color: #fff;
}
div.wd_featureboxes_did_you_know div.wd_featurebox_title .fa {
	color: #fff;
}
div.wd_featureboxes_did_you_know .item {
	padding: 0;
	margin: 0;
	border-bottom: 0;
}
div.wd_featureboxes_did_you_know .wd_featurebox .item .item_name {
	font-family: var(--wd-font-sans);
	font-size: 1rem;
	line-height: 1.5rem;
	margin: 0;
}
div.wd_featureboxes_did_you_know .wd_featurebox .item .item_name a {
	color: #fff;
}

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_middle {}
div.wd_featureboxes_middle div.wd_featurebox {}
div.wd_featureboxes_middle div.wd_featurebox_container {}
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 {}
/* 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;
}

/* Extra large devices (large desktops) */
@media (max-width: 1199px) {}

/* Large devices (desktops) */
@media (max-width: 992px) {}

/* Medium devices (tablets) */
@media (max-width: 767px) {}

/* Small devices (landscape phones) */
@media (max-width: 575px) {}

/* CLIENT CSS OVERRIDES */