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

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

/* Standard */
div.wd_standard {}

.wd_standard .item {
	color:#141651;
}

.wd_standard .item img {
	width: 100%;
}

.wd_item_inner_wrap {
	max-width: 795px;
	margin: 0 auto;
}

.wd_item_inner_wrap .item_name {
	max-width: 720px;
	margin: 30px auto;
	text-align: center;
}
.wd_item_inner_wrap .item_name {
	font-family: 'RecklessNeueHeart-Regular';
	font-weight: normal;
	font-size: 68px;
	line-height: 68px;
	letter-spacing: 0px;
	color: #141651;
}

.wd_item_inner_wrap .item_name .wd_heading_small {
	font-size: 45px;
	line-height: 45px;
}

.wd_standard .item h2 {
	text-align: center;
	font-family: 'RecklessNeueHeart-Regular';
	font-weight: normal;
	font-size: 58px;
	line-height: 68px;
	letter-spacing: 0px;
	color: #141651;
}

.wd_pageid_20303 .wd_standard .item ul {
    float: right;
    max-width: 230px;
    list-style: none;
    padding: 0 0 0 60px;
}

.wd_pageid_20303 .wd_standard .item ul li span:not(.wd_circle_border) {
    border: 2px solid;
    width: 175px;
    height: 175px;
    display: inline-flex;
    border-radius: 50%;
    /*flex-direction: column;*/
    justify-content: center;
	align-items: center;
    margin-bottom: 20px;
    font-family: 'RecklessNeueHeart-Regular';
    font-size: 50px;
    line-height: 65px;
    /* color: #1927f0; */
}

.wd_pageid_20303 .wd_standard .item ul li span.wd_smalltext {
	font-size: 24px;
	padding: 0 5px;
	border: none;
    width: auto;
    height: auto;
    margin: 0;
}

.wd_pageid_20303 .wd_standard .item ul li span.wd_circle_large {
    width: 230px;
    height: 220px;
    font-size: 48px;
}

.wd_pageid_20303 .wd_standard .item ul li {
    text-align: center;
}

.wd_pageid_20303 .wd_standard .item ul li p {
    font-size: 14px;
	font-family: 'BeausiteClassicWeb-Medium';
    line-height: 24px;
    color: #141651;
}
/* 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 */

/* 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 li,
div.wd_featurebox p {
	font-size: 14px;
	font-family: 'BeausiteClassicWeb-Medium';
}
div.wd_featurebox_container {
	margin: 40px 0;
}
div.wd_featurebox_title {
	font-family: 'RecklessNeueHeart-Regular';
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 0px;
	padding-bottom: 25px;
	color: #141651;
}

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 {}
div.wd_featureboxes_middle div.wd_featurebox_title {}

.wd_pageid_20303 .wd_featureboxes_middle {
	max-width: 870px;
	margin: 0 auto;
}

.wd_pageid_20303 .wd_featureboxes_middle .wd_featurebox_container {
    display: flex;
    align-items: center;
}

.wd_pageid_20303 .wd_featureboxes_middle .wd_image {
	width: 48%;
    margin: 1rem 2%;
}

/* .wd_pageid_20303 .wd_featureboxes_middle .wd_featurebox_container > div:first-child {
	margin: 1rem 2% 1rem 0;
} */

.wd_pageid_20303 .wd_featureboxes_middle .wd_featurebox {
    width: 48%;
    margin: 1rem 2%;
	font-size: 16px;
	line-height: 24px;
}

.wd_featureboxes_middle .wd_image img {
    max-width: 100%;
}

.wd_pageid_20303 .wd_featureboxes_middle .wd_imagetable {
    display: none;
}

div.wd_featureboxes_bottom {
	flex: 1;
}
div.wd_featureboxes_bottom div.wd_featurebox {}
div.wd_featureboxes_bottom div.wd_featurebox_container {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 700px;
	margin: 0;
    display: flex;
    justify-content: center;
}

div.wd_featureboxes_bottom div.wd_featurebox {
	padding: 75px;
    max-width: 870px;
    margin: 75px auto;
    background: rgba(255,255,255,.75);
	align-self: center;
}

div.wd_featureboxes_bottom div.wd_featurebox_title {
	font-family: 'RecklessNeueHeart-Regular';
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 0px;
	color: #141651;
}

.wd_pageid_20303 .wd_standard .item ul.wd_boxes {
    display: flex;
    flex-wrap: wrap;
    float: none;
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0 -20px;
    justify-content: space-between;
}

.wd_pageid_20303 .wd_standard .item ul.wd_boxes li {
    flex: 1 0 44%;
    padding: 20px;
    margin: 20px;
	font-family: "BeausiteClassicWeb-Medium";
	font-size: 14px;
    /* line-height: 24px;  */
	letter-spacing: 0px;
	text-align: left;
	color: #141651;
}

.wd_pageid_20303 .wd_standard .item ul.wd_boxes li span {
	margin-bottom: 0;
	font-size: 60px;
    line-height: 75px; 
    font-family: 'RecklessNeueHeart-Regular';
    letter-spacing: 0px;    
	border: none;
    width: auto;
	height: auto;
}

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

/* COMPONENTS */
.wd_btn {
	border: 1px solid #141651;
	border-radius: 15px;
	color: #141651;
	display: inline-flex;
    padding: 8px 30px;
    justify-content: center;
    font-size: 16px;
	font-family: 'BeausiteClassicWeb-Medium';
    width: 45%;
}

a.wd_btn:hover {
    background: #141651;
    color: #FFF;
}

.wd_btn + .wd_btn {
    margin-left: 5%;
}

.wd_text_in_circle {
    padding: 0;
    margin: 0 0 20px 20px;
    list-style: none;
    float: right;
    padding: 20px;
    border: 2px solid;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    text-align: center;
    font-family: 'RecklessNeueHeart-Regular';
    font-size: 24px;
    line-height: normal;
}

.wd_pageid_20303 .wd_standard .item ul.wd_full_width_side {
    float: none;
    max-width: none;
    padding: 0;
    display: flex;
}
.wd_pageid_20303 .wd_standard .item.wd_item-3 ul.wd_full_width_side {
	margin-top: 80px;
}
.wd_pageid_20303 .wd_standard .item ul.wd_full_width_side li div {
    font-size: 48px;
    padding-right: 4px;
    font-family: 'RecklessNeueHeart-Regular';
}

.wd_pageid_20303 .wd_standard .item ul.wd_full_width_side li div + span {
    color: #141651;
}
.wd_pageid_20303 .wd_standard span.wd_circle_border {
	margin-right: 7px;
}
.wd_pageid_20303 .wd_standard .item ul.wd_full_width_side li img {
	width: auto;
}

.wd_pageid_20303 .wd_standard .item ul.wd_full_width_side li {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    padding: 17px 0px 17px 0;
    font-size: 14px;
    position: relative;
    align-items: center;
	text-align: left;
}

.wd_pageid_20303 .wd_standard .item ul.wd_full_width_side li span:not([class]) {
    border: none;
    width: auto;
    height: auto;
    display: inline-block;
    font-size: inherit;
    line-height: normal;
    margin-bottom: 0;
}

span.wd_circle_border {
    display: inline-block;
    padding: 16px;
    border: 2px solid;
    border-radius: 50%;
    margin-right: 15px;
}

.wd_pageid_20303 .wd_standard .item ul.wd_full_width_inline {
	float: none;
	max-width: none;
	padding: 0;
	display: inline-flex;
    text-align: center;
    justify-content: space-between;
    width: 100%;
}


.wd_pageid_20303 .wd_standard .item ul.wd_full_width_inline li {
    text-align: center;
    display: inline-block;
    width: 200px;
    /* border: 1px solid;
    border-radius: 50%; */
    height: 200px;
    /* width: 250px; */
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 17px;
    font-size: 14px;
	position: relative;
}

.wd_pageid_20303 .wd_standard .item ul.wd_full_width_inline img {
    width: 100%;
    max-width: 100px;
    display: block;
    margin: 0 auto;
	padding: 20px;
	position: relative;
    top: 25px;
}

.wd_pageid_20303 .wd_standard .item.wd_item-5 ul.wd_full_width_inline li:after {
    content: '';
    display: block;
    border: 2px solid;
    border-radius: 50%;
    position: absolute;
    top: 26px;
    left: 25%;
    right: 0;
    width: 100px;
    height: 100px;
}

.wd_pageid_20303 .wd_standard .item ul.wd_full_width_inline li span {
	width: inherit;
	height: inherit;
	font-size: 14px;
	border: none;
	color: inherit;
	line-height: normal;
	text-align: center;
	display: block;
	margin-top: 50px;
	font-family: 'BeausiteClassicWeb-Medium';
    max-width: 120px;
    margin: 30px auto 0 auto;
    padding-top: 10px;
	/*color: #141651; */
}
p.wd_drop_cap::first-letter {
	font-family: 'BeausiteClassicWeb-Clear';
	font-size: 68px;
	line-height: 52px;
	float: left;
	padding: 2px 2px 0;
	text-transform: uppercase;
}

.wd_large_text {
	font-size: 58px;
	line-height: 68px;
	font-family: 'RecklessNeueHeart-Regular';
	letter-spacing: 0px;
	color: #141651;
	text-align: center;
}
.wd_large_text strong {
	font-family: 'BeausiteClassicWeb-Clear';
}
.wd_pageid_20303 .wd_item-3 .wd_large_text {
	margin-top: 40px;
}
ul.wd_boxes li.wd_red {
    border: 2px solid #FF214A !important;
}

ul.wd_boxes.wd_red li {
    border: 2px solid #FF214A;
}

.wd_pageid_20303 .wd_standard .item ul.wd_boxes[class] li.wd_red span,
.wd_pageid_20303 .wd_standard .item ul.wd_boxes.wd_red li span,
.wd_red {
	color: #FF214A;
}
 
ul.wd_boxes.wd_purple li {
    border: 2px solid #831FD1;
}

.wd_pageid_20303 .wd_standard .item ul.wd_boxes.wd_purple li span,
.wd_purple {
    color: #831FD1;
}

ul.wd_boxes.wd_blue li {
    border: 2px solid #1927f0;
}

.wd_pageid_20303 .wd_standard .item ul.wd_boxes.wd_blue li span,
.wd_blue {
    color: #1927f0;
}

svg.wd_circle_text {
    display: block;
    margin: 1em auto;
}

svg.wd_circle_text text {
    fill: #000;
    font-size: 13px;
}

svg.wd_circle_text.wd_blue text {
   fill: #1927F0;
}

svg.wd_circle_text.wd_red text {
    fill: #FF214A;
}

svg.wd_circle_text.wd_purple text {
    fill: #831FD1;
}

svg.wd_circle_text.wd_blue path {
    stroke: #1927F0;
}

svg.wd_circle_text.wd_red path {
	stroke: #FF214A;
}

svg.wd_circle_text.wd_purple path {
	stroke: #831FD1;
}

.wd_pageid_20303 .wd_standard .item .wd_list::marker {
	display: none;
}

.wd_pageid_20303 .wd_standard .item .wd_list {
	list-style-type: disc;
	float: none;
	margin: 20px 0;
	padding: 0 0 0 40px;
	max-width: none;
}

.wd_pageid_20303 .wd_standard .item ul.wd_list li {
	text-align: left;
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 8px;
}

/* COMPONENTS */

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

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

/* Medium devices (tablets) */
@media (max-width: 767px) {
	.wd_pageid_20303 .wd_standard .item ul.wd_full_width_side {
		flex-wrap: wrap;
	}

	.navbar-light .navbar-brand {
		padding-left: 1rem;
	}
	.wd_pageid_20303 .wd_standard .item ul {
		float: none;
		max-width: none;
		padding: 0;
	}
	.wd_pageid_20303 .wd_standard .item ul.wd_full_width_inline li span {
		margin-top: 40px;
		font-size: 1rem;
	}
	.wd_pageid_20303 .wd_standard .item ul li p {
		font-size: 1rem;
	}

	.wd_pageid_20303 .wd_standard .item ul.wd_full_width_inline img {
		top: 40px;
	}

	/* #wd_standard_content.container-fluid {
		padding: 0 15px;
	} */
	nav.navbar {
		padding: 0.75rem 1rem;
	}

	.wd_item_inner_wrap .item_name {
		font-size: 50px;
    	line-height: 50px;	
	}

	.wd_large_text,
	h4.wd_header_description p {
		font-size: 44px;
    	line-height: 44px;	
	}
	.wd_pageid_20303 .wd_standard .item ul.wd_boxes {
		margin: 0 auto;
	}

	.wd_pageid_20303 .wd_featureboxes_middle .wd_featurebox_container {
		display: block;
	}

	.wd_pageid_20303 .wd_featureboxes_middle .wd_image {
		order: 0 !important;
		width: auto;
		margin: 20px;
	}
	.wd_pageid_20303 .wd_featureboxes_middle .wd_featurebox {
		width: auto;
		margin: 20px;
		text-align: left !important;
	}
	.wd_pageid_20303 .wd_standard .item ul.wd_full_width_inline {
		display: block;
	}
	.wd_pageid_20303 .wd_standard .item ul.wd_full_width_inline li {
		margin: 0 auto;
	}
	.wd_item_inner_wrap {
		padding: 0 15px;
	}
	h4.wd_gradient_bg {
		margin: 40px -15px;
	}
	#navbarNavDropdown {
		padding-top: 50px;
		justify-content: flex-start;
	}
	.wd_pageid_20303 #wd_printable_content {
		display: flex;
		flex-direction: column-reverse;
	}
	.wd_pageid_20303 .wd_text_in_circle {
		margin-left: auto;
		margin-right: auto;
	}
}

/* Small devices (landscape phones) */
@media (max-width: 575px) {
	ul.wd_footer-info li:first-child {
		display: none;
	}
	div#navbarNavDropdown a {
		font-size: 30px;
	}
	div.wd_featureboxes_bottom div.wd_featurebox {
		padding: 25px;
	}

	div.wd_featureboxes_bottom div.wd_featurebox .wd_btn {
		display: block;
		width: auto;
		margin: 0 0 15px 0;
		text-align: center;
	}
/*	.wd_pageid_20303 .wd_item-3 li {
		display: flex;
		flex-direction: column;
		text-align: center;
	}*/
	.wd_pageid_20303 .wd_item-3 .wd_circle_border {
		margin-right: 0;
	}
	.wd_pageid_20303 .wd_item-3 div {
		padding-right: 0;
	}
	.wd_pageid_20303 .wd_item-3 span {
		text-align: center;
	}
}

/* CLIENT CSS OVERRIDES */
