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

.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 {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
}

.wd_gallery .wd_item .wd_title{
	font-size: 16px
}

#wd_privacy_popup{
	display: none;
}

.item_name a,
.wd_title a,
.wd_item .wd_title a,
.wd_newsfeed_releases-teaser .wd_title a,
.wd_documents_item_list > .wd_documents_item > .wd_title a{
	color: #333;
}
.item_date, .wd_date,
.wd_item .wd_date,
.wd_event_sidebar .wd_event_date,
.wd_newsfeed_releases-teaser .wd_date {
	font-size: 16px;
	font-weight: normal;
	color: inherit;
	text-transform: none;
	color: #666
}
.wd_body h2,
.wd_body h2 a,
.wd_body h3 a,
.wd_body table a,
.wd_body ul,
.wd_body li,
.wd_body li a
.wd_body p,
.wd_asset_info {
	font-family: 'tpHero', Arial, sans-serif;
}
.item_summary, .wd_item .wd_summary {}
.wd_item .wd_subtitle {}

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

/* 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 {}
/* END Newsfeed Releases */
.wd_main_content .wd_content{
	margin: 70px 0 0;
}
.wd_newsfeed_releases-detail {
	
    margin: 70px auto 0;
    max-width: 1000px;
}

.wd_newsfeed_releases-detail .wd_title{
	font-size:32px;
	margin-bottom: 1em;
}
/* 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 */

/* Item toolbar */
.wd_newsfeed_releases-teaser .item .wd_toolbar{
	padding: 0;
    border: none;
	margin-top:0;
}

.wd_newsfeed_releases-teaser .item li.wd_tool .at-resp-share-element .at-share-btn{
	border-radius: 50px !important;
    margin-right: 5px;
}
.wd_newsfeed_releases-teaser .item li.wd_tool .at-resp-share-element .at-share-btn.at-svc-pinterest_share {
	display: none;
}

/* Grid Component & TILE */
.wd_grid{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
}

.wd_grid .wd_captioned_image {
	width: 100% !important;
	margin: 0 !important;
	float: none !important;
}
.wd_tile .wd_captioned_image{
	margin-bottom: 30px;
}
.wd_tile .wd_title {
	margin-bottom: 20px;
}
.wd_item.wd_tile .wd_publication{
	font-size:16px;
}

.wd_gallery-detail .wd_detail_caption .wd_date{
	display: none;
}

.wd_item.wd_tile img{
	max-height: 300px;
}

.wd_tile  .wd_item_wrapper{
	margin:0;
}
.wd_tile.wd_item {
	margin: 0;
	padding: 0;;
}

.wd_item.wd_tile .wd_asset_type_link_list{
	display: none;
}

.wd_tile.wd_item .wd_thumbnail{
	width: 100%;
	margin: 0;
	float: none;
}
.wd_tile .wd_title a{
	color: #333;
	font-size: 16px;
}

/* Press Releases Detail */

.wd_newsfeed_releases-detail .wd_body a{
	color: #0063E3;
}

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


/* Green Button */

#wd_printable_content button{
	background: #00ad21;
	color: #fff;
}

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


div.wd_featureboxes_top {
	padding: 1em 0 .5em;
}

div.wd_featureboxes_top div.wd_featurebox_title{
	margin-bottom: .5em;
}


div.wd_featureboxes_middle div.wd_featurebox_title, 
div.wd_featureboxes_right div.wd_featurebox_title,
div.wd_featureboxes_left div.wd_featurebox_title{

	color: #00ad21;
    font-size: 2.6rem;
}

/* FEATURED */
.wd_pageid_35181 .wd_item .wd_date{
	display: none;
}

.wd_pageid_35181 .wd_item.wd_tile .wd_asset_type_link_list{
	display: block;	
}

.wd_pageid_35181 .wd_tile .wd_title a{
	color: #0061de;
	font-size: 23px;
    line-height: 1;
    font-weight: lighter;
}

.wd_pageid_35181 .wd_tile .wd_asset_type_link a{
	color: #32323c;
}

.wd_pageid_35181 .wd_item_list.wd_grid .__inner{

	display: flex;
    flex-direction: column;
}

.wd_pageid_35181 .wd_tile.wd_item{
	margin-bottom: 60px;
}

.wd_pageid_35181 .wd_tile.wd_item .wd_thumbnail{
    flex: auto;
    margin-right: 0;
    height: 308px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
	margin-bottom: 1em;
}

/* News Releases */
.wd_newsfeed_releases .wd_subtitle,
.wd_newsfeed_releases .wd_summary{
	display: none;
}

.wd_newsfeed_releases .wd_date{
    font-family: "setimo";
    font-size: 14px;
    line-height: 26px;
    margin: 0 0 15px;
    font-weight: 300;
    font-style: normal;
}
.wd_newsfeed_releases .wd_date {
	font-family: 'tpHero', Arial, sans-serif;
}
.wd_newsfeed_releases .wd_item{
	padding: 10px 0;
    border-bottom: 1px solid #e7e7e7;
    margin: 15px 0;
}

.wd_newsfeed_releases .wd_title{
	font-size: 22px;
    line-height: 32px;
    margin-bottom: 26px;
    overflow: hidden;
    font-family: 'tpHero', Arial, sans-serif;
    display: -webkit-box;
    font-weight: 100;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.wd_newsfeed_releases .wd_title a{
	color: #7b7b7b;
}

.wd_newsfeed_releases .wd_more_btn a{
	text-transform: uppercase;
    color: #363636;
    font-size: 12px;
    font-family: "setimo";
    font-weight: 700;
}

.wd_newsfeed_releases .wd_more_btn a:hover{
	color: #0072CE;
}

.wd_newsfeed_releases .wd_more_btn::after{
	    top: -3px;
    	right: -29px;
    	transition: all .25s ease-out;
    	transform: translate3d(0, 0, 0);
    	cursor: pointer;

}
.wd_news_headlines .wd_title a{
	color: #0061de;
}

.wd_newsfeed_releases .wd_more_btn:hover::after{
	transform: translate3d(10px, 0, 0);
}

.wd_search_basic_fields{
	background-color: transparent;
	border: 0;
	padding: 0;
}



.wd_news_headlines .wd_item{
	margin-bottom: 60px;
}

.wd_asset_gallery{
	background: transparent;
}
.wd_documents_asset{
    background: #008b43;
}
.wd_documents_asset .wd_icon_underlay{
	color: #fff;
}

/* Middle FB */

.wd_middle_fb.wd_sec{
	padding-top: 0;
}
.wd_middle_fb{
	background: #E6E6F0;
}

.wd_middle_fb .wd_featurebox_title{
	text-align: center;
	margin-top: 1em;
}

.wd_middle_fb .wd_stories-teaser{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 30px;
	margin-bottom: 60px;

}

.wd_middle_fb .item_date{
	display: none;
}

.wd_middle_fb .wd_stories-teaser .item{
	padding: 0;
	margin: 0;
}

.wd_middle_fb .wd_stories-teaser .item > a.itemlink{
	display: block;
	height: 250px;
	overflow: hidden;	

    margin-bottom: 20px;
}

.wd_middle_fb .wd_stories-teaser img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.wd_middle_fb .wd_featurebox .more{
	text-align: center;
}

.wd_featurebox .more{
	text-align: center;
}


#wd_printable_content input[type=submit].wd_formbuilder_submit,
.wd_featurebox .more a{
	background: #00ad21;
	color: #fff;
	padding: 10px 15px;
	text-decoration: none;
	cursor: pointer;
}

#wd_printable_content input[type=submit].wd_formbuilder_submit{
	margin-left: 0;
	font-size: 16px;
    max-width: none;
    max-height: none;
    height: auto;
}

.wd_more_btn{
	background: #0061de;
	color: #fff;
	padding: 10px 15px;
	text-decoration: none;
}


/* Bottom 2 -- In the News */

.wd_news_headlines-teaser{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
	margin-bottom: 60px;

}

.wd_news_headlines-teaser .item{
	padding: 0;
	margin: 0;
}

.wd_news_headlines-teaser .item_publication{
	display: none;
}

.wd_featureboxes_bottom_2 .wd_news_headlines-teaser .item_name a{
	    color: #0061de;
}

.wd_featureboxes_bottom_2 .wd_news_headlines-teaser .item_name {
	margin-bottom: 2em;
}

.wd_news_headlines-teaser .item_summary{
	display: none;
}


.wd_pageid_35181 .wd_item_search_form_container{
	display: none;
}

/* Bottom Bottom FB*/
.wd_bottom_fb.wd_sec{
	background: #00ad21;
	color: #fff;
}
.wd_featureboxes_bottom .wd_featurebox_title{
	text-align: center;
	color: #fff;
}

.wd_bottom_fb.wd_sec a{
	color: #fff;	
}




.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

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

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

	font-size: 32px;
	font-weight: 300;
	margin-bottom: 1em;

    text-transform: capitalize;
}

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 {
    padding: 36px 30px;
    background-color: #eff0f6;
    border-top: 4px solid;
    border-bottom: 4px solid;
    border-color: #00ad21;
}
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 {}
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_featureboxes_blog {}
div.wd_featureboxes_blog div.wd_featurebox_container {}
div.wd_featureboxes_blog div.wd_featurebox_title {
	display: none;
}
div.wd_featureboxes_blog div.wd_featurebox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
div.wd_featureboxes_blog div.wd_featurebox p {
	display: inline-flex;
	margin: 10px;
}

/* END Featureboxes */

.wd_sec{
	padding: 45px 0;
}


/* Top Featurebox */
.wd_top_fb.wd_sec{
	background: #32323c;
	color: white;
	padding:  .75rem 0;
	text-align: center;
}

.wd_newsfeed_releases-teaser .wd_summary,
.wd_newsfeed_releases-teaser .subscribe_link{
	display: none;
}

/* Blog Featurebox */
.wd_blog_fb {
	background: #e6e6f0;
	border-top: 5px solid #1c64b4;
}



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


/* Primary btn styles */
.btn{
	-moz-border-radius-topleft: 1px;
    -webkit-border-top-left-radius: 1px;
    border-top-left-radius: 1px;
    -moz-border-radius-topright: 1px;
    -webkit-border-top-right-radius: 1px;
    border-top-right-radius: 1px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.btn.btn-primary,.btn.btn-primary:visited {
    color: #fff!important;
    background-color: #008945;
    border: 1px solid #006e37;
    border-bottom: 0;
    white-space: normal;
    -moz-box-shadow: #006734 0 3px 0;
    -webkit-box-shadow: #006734 0 3px 0;
    box-shadow: #006734 0 3px 0
}

.btn.btn-primary *,.btn.btn-primary:visited * {
    color: #fff
}

.btn.btn-primary .icon {
    color: #fff!important
}

.btn.btn-primary:hover,.btn.btn-primary:hover:visited {
    color: #fff!important;
    background-color: #008242;
    border: 1px solid #006835;
    border-bottom: 0;
    white-space: normal;
    -moz-box-shadow: #006232 0 5px 0;
    -webkit-box-shadow: #006232 0 5px 0;
    box-shadow: #006232 0 5px 0
}

.btn.btn-primary:hover *,.btn.btn-primary:hover:visited * {
    color: #fff
}

.btn.btn-primary:hover .icon,.btn.btn-primary:hover:visited .icon {
    color: #fff!important
}

.btn.btn-primary.focus,.btn.btn-primary:focus {
    outline: 2px solid #b5cff5!important;
    outline-offset: 2px!important;
    border-radius: 0 0 8px 8px;
    box-shadow: none!important
}

.btn.btn-primary.active,.btn.btn-primary.active.focus,.btn.btn-primary.active:focus,.btn.btn-primary.active:hover,.btn.btn-primary:active,.btn.btn-primary:active.focus,.btn.btn-primary:active:focus,.btn.btn-primary:active:hover {
    color: #fff!important;
    background-color: #006e37;
    border: 1px solid #00582c;
    border-bottom: 0;
    white-space: normal;
    -moz-box-shadow: #005329 0 0 0;
    -webkit-box-shadow: #005329 0 0 0;
    box-shadow: #005329 0 0 0
}

.btn.btn-primary.active *,.btn.btn-primary.active.focus *,.btn.btn-primary.active:focus *,.btn.btn-primary.active:hover *,.btn.btn-primary:active *,.btn.btn-primary:active.focus *,.btn.btn-primary:active:focus *,.btn.btn-primary:active:hover * {
    color: #fff
}

.btn.btn-primary.active .icon,.btn.btn-primary.active.focus .icon,.btn.btn-primary.active:focus .icon,.btn.btn-primary.active:hover .icon,.btn.btn-primary:active .icon,.btn.btn-primary:active.focus .icon,.btn.btn-primary:active:focus .icon,.btn.btn-primary:active:hover .icon {
    color: #fff!important
}


/* Extra large devices (large desktops) */
@media (max-width: 1199px) {
	.container{
		padding: 0 15px;
	}

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

	.wd_grid{
		grid-template-columns: 1fr 1fr;
	}

	.wd_page_links a,
	.wd_page_links{
		font-size:14px
	}
}

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

	.wd_middle_fb .wd_stories-teaser,
	.wd_news_headlines-teaser{
		
		grid-template-columns: 1fr;

	}
	#wd_printable_content .wd_search_form input[type=text]{
		max-width: 180px;
	}
	.wd_grid{
		grid-template-columns: 1fr;
	}

	.wd_page_limit {
		padding: 0;
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 1em;
	}
}

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

/* CLIENT CSS OVERRIDES */
body .slide-in-panel__backdrop {
    display: none;
}
body.slide-in-panel--is-open .slide-in-panel__backdrop {
    display: block;
}