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

.wd_home_hero {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

body {
	font-family: "Montserrat";
}
div.wd_header-title {}
div.wd_header-text {
 	font-family: "Raleway", sans-serif;
}
div.wd_header-text p {
	margin-bottom: 0;
}
div.wd_header-text ul {
	margin: 10px 0;
}
div.wd_header-text li {
	display: inline-block;
	list-style: none;
	min-height: 60px;
}
a.wd_banner-button {
	background-color: rgba(91, 141, 253, 0);
	color: #5b8dfd;
	white-space: nowrap;
	-webkit-transition-property: transform;
	-moz-transition-property: transform;
	-o-transition-property: transform;
	-ms-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
span.wd_banner-button-text:hover a,
a.wd_banner-button:hover {
	color: #ffffff;
}
span.wd_banner-button-text {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	border: 2px solid #5b8dfd;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	margin: 0 10px;
	padding: 10px 40px;
}
span.wd_banner-button-text:hover {
	background-color: #349FFA;
	border: 2px solid #349FFA;
}
/* 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: 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: rgb(39, 41, 43);
	text-transform: none;
}
.item_summary, .wd_item .wd_summary {}
.wd_item .wd_subtitle {}

table.wd_imagetable {}
td.imagecaption {}

div.wd_subscribe_link {
	width: 20%;
	float: right;
}
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 */
div.wd_main-nav-wrap {
	border-bottom: 1px solid #78D5CE;
	padding: 10px 0;
}
div.wd_main-nav h4 {
	margin: 0;
}
ul.navbar-nav.mr-auto li {
	position: relative;
	text-transform: uppercase;
	padding: 0 10px;
}
ul.navbar-nav.mr-auto li.nav-item.active {
	border-bottom: 3px solid #5b8dfd;
}
div.wd_subnav-wrapper {
	background-color:#78d5ce;
	text-align: center;
	padding: 10px;
}
ul.wd_subnav {
	margin: 0;
}
ul.wd_subnav li {
	display: inline;
	list-style: none;
	text-transform: uppercase;
	padding: 0 10px;
}
ul.wd_subnav li a {
	color: #FFFFFF;
}
ul.wd_subnav a.sub.active {
	border-bottom: 3px solid #FFFFFF;
}
/* END NAV */

/* Standard */
div.wd_standard {}
.wd_pageid_45 .page_header,
.wd_pageid_45 .wd_printable_content {
	display: none;
}
.wd_pageid_45 .fl-row-content-wrap.wd_content-wrap {
	padding-top: 0;
	padding-bottom: 0;
}
.wd_pageid_118 .item p {
	margin: 20px;
}
.wd_pageid_118 .item_name {
	background-color: #0F2E4C;
	color: #FFFFFF;
	padding: 10px;
}
.wd_pageid_118 .item_name::before {
    content: "\f078";
    font-family: FontAwesome;
    color: #fff;
    margin-right: 10px;
}
.wd_pageid_118 .item_name.active::before {
	    content: "\f077";
}
/* END Standard */

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

/* Articles */
div.wd_articles {}
/* END Articles */

/* Events */
div.wd_events {}
.wd_event_info {
	display: inline-block;
	max-width: 850px;
	margin-bottom: 20px;
}
.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;
}
ul.wd_events_tabs {
	float: none;
	margin: 10px 0;
}
li.wd_events_tab {
	border: none;
	border-right: 1px solid #333;
}
li.wd_events_tab:last-child {
	border-right: none;
}
div.wd_events-detail .wd_title {
	font-size: 28px;
}
/* END Events */

/* Gallery */
div.wd_gallery {}
/* END Gallery */

/* Newsfeed Releases */
div.wd_newsfeed_releases {}
div.wd_newsfeed_releases-detail .wd_title {
	font-size: 28px;
}
/* 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_printable_content textarea {
	max-width: 28%;
}
.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 {}
div.wd_featurebox_title {
	font-family: "Montserrat", sans-serif;
	color: #27292b;
	font-size: 2.1428571428571rem;
	font-weight: 400;
	text-transform: uppercase;
	position: relative;
	display: table;
	margin: 10px auto;
	padding: 10px 0;
}
div.wd_featurebox_title:after {
	content: "";
	border-bottom: 2px solid #5b8dfd;
	width: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
p.more a {
	font-size: 14px;
	color: #5b8dfd;
	border: 2px solid #5b8dfd;
	background: none;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	padding: 10px 30px;
}
p.more a:hover {
	color: #FFF;
	border: 2px solid #2A7FC8;
	background: #2A7FC8;
}
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 {
	display: block;
	text-align: center;
}
div.wd_featureboxes_top div.wd_featurebox_title:after {
	content: none;
}
div.wd_featureboxes_top div.wd_title-decoration {
	border-bottom: 2px solid #5b8dfd;
	width: 40px;
	margin: 0 auto;
}

div.wd_leftmiddle_background-image {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
div.wd_leftmiddle_background-image:after {
	content: " "!important; 
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	background-color: rgba(255,255,255,.5);
}
div.wd_featureboxes_left_middle {}
div.wd_featureboxes_left_middle div.wd_featurebox {}
div.wd_featureboxes_left_middle div.wd_featurebox_container {}
div.wd_featureboxes_left_middle div.wd_featurebox_title {
	display: none;
}
div.wd_featureboxes_left_middle table.wd_imagetable,
div.wd_featureboxes_left_middle td {
	padding: 0;
	border: none;
	position: relative;
}
div.wd_featureboxes_left_middle table.wd_imagetable,
div.wd_featureboxes_left_middle td {
	display: none;
}

div.wd_featureboxes_right_middle {
	padding: 20px;
}
div.wd_featureboxes_right_middle div.wd_featurebox {}
div.wd_featureboxes_right_middle div.wd_featurebox_container {}
div.wd_featureboxes_right_middle div.wd_featurebox_title {
	font-family: "Montserrat";
	font-size: 32px;
	font-weight: 400;
	color: rgba(68,68,68);
	margin: 0;
}
div.wd_featureboxes_right_middle div.wd_featurebox_title:after {
	border-bottom: none;
}
div.wd_featureboxes_right_middle div.wd_featurebox p {
	font-size: 18px;
}

div.wd_featureboxes_middle {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	vertical-align: top;
	margin: 0 -60px;
}
div.wd_featureboxes_middle div.wd_featurebox {}
div.wd_featureboxes_middle div.wd_featurebox_container {
	position: relative;
	width: 32%;
	min-height: 800px;
	background-color: #FFF;
	padding: 20px;
}
div.wd_featureboxes_middle div.wd_featurebox_title {}
div.wd_featureboxes_middle div.wd_featurebox_title:after {
	content: "";
	border-bottom: 2px solid #7cd4cd;
}
div.wd_featureboxes_middle p.more {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	text-align: center;
}

div.wd_featureboxes_bottom {}
div.wd_featureboxes_bottom div.wd_featurebox {}
div.wd_featureboxes_bottom div.wd_featurebox_container {
	position: relative;
	color: #FFFFFF;
	text-align: center;
	z-index: 9;
}
div.wd_featureboxes_bottom div.wd_featurebox_title {
	color: #FFFFFF;
}
div.wd_featureboxes_bottom div.wd_featurebox_title:after {
	content: none;
}
div.wd_featureboxes_bottom div.wd_title-decoration {
	border-bottom: 2px solid #FFFFFF;
	width: 40px;
	margin: 0 auto;
}
div.wd_featureboxes_bottom table.wd_imagetable {
	display: none;
}
.wd_bottom-background-image {
	position: relative;
	background-color: rgba(44,85,92,1);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	min-height: 400px;
}
.wd_bottom-background-image:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(44,85,92,.5);
	z-index: 1;
}

.wd_newsfeed_releases-teaser div.subscribe_link,
.wd_newsfeed_releases-teaser div.wd_summary {
	display: none;
}
.wd_newsfeed_releases-teaser {
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
	vertical-align: top;
}
.wd_newsfeed_releases-teaser .item {
	background-color: #FFF;
	margin: 2% 1%;
	padding: 25px;
	width: 22%;
	min-height: 270px;
	justify-content: space-evenly;
	border-bottom: 2px solid #5b8dfd;
	position: relative;
}
.wd_newsfeed_releases-teaser .wd_icon-more {
	display: block;
	position: absolute;
	background-color: #0b5199;
	border-radius: 50%;
	bottom: -25px;
	left: 43%;
}
.wd_newsfeed_releases-teaser .wd_icon-more a {
	color: #FFFFFF;
}
.wd_newsfeed_releases-teaser .wd_icon {
	font-size: 25px;
	height: 1.75em;
	width: 1.75em;
	text-align: center;
	padding: 20px;
	line-height: 2;
}
.wd_newsfeed_releases-teaser .wd_date {
	font-size: 30px;
	font-weight: 400;
	line-height: 30px;
	margin: 10px 0 5px 0;
	padding: 0 0 20px 0;
	text-transform: uppercase;
	position: relative;
}
.wd_newsfeed_releases-teaser .wd_date:after {
	content: "";
	position: absolute;
	border-bottom: 2px solid #7cd4cd;
	width: 50px;
	left: 0;
	bottom: 0;
}
#wd_featurebox-financial_5 .wd_filings-format {
	white-space: 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;
}

/* Extra large devices (large desktops) */
@media (max-width: 1199px) {
	.wd_newsfeed_releases-teaser .item {
		margin: 25px auto;
	}
}

/* Large devices (desktops) */
@media (max-width: 992px) {
	.wd_newsfeed_releases-teaser .item {
		width: 48%;
	}
	div.wd_leftmiddle_background-image {
		min-height: 350px;
	}
	div.wd_featureboxes_middle div.wd_featurebox_container {
		width: 100%;
		min-height: 100%;
	}
	div.wd_featureboxes_middle p.more {
		display: block;
		position: relative;
		margin: 40px 0;
		padding: 40px;
		text-align: center;
	}


/* Medium devices (tablets) */
@media (max-width: 767px) {
	.wd_newsfeed_releases-teaser .item {
		width: 100%;
		min-height: auto;
	}
}

/* Small devices (landscape phones) */
@media (max-width: 575px) {
	span.wd_banner-button-text {
		display: block;
	}
	p.more a {
		display: block;
		margin: 20px auto;
	}
	div.wd_subscribe_link {
		width: 100%;
		float: none;
	}
}

/* CLIENT CSS OVERRIDES */