/* Begin classes for common SPIN elements */
*, ::before, ::after { box-sizing: border-box; }
*, ::before, ::after { box-sizing: inherit; }
*, ::before, ::after { box-sizing: border-box; }

p {
	margin: 0 0 20px 0;
}

/* Font Support for IE */
@font-face {
  font-family: heebo-bold;
  src: local("Heebo Bold"), local("Heebo-Bold"), url("../fonts/heebo-v5-latin-700.eot") format("embedded-opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: heebo-medium;
  src: local("Heebo Medium"), local("Heebo-Medium"), url("../fonts/heebo-v5-latin-500.eot") format("embedded-opentype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: heebo-light;
  src: local("Heebo Light"), local("Heebo-Light"), url("../fonts/heebo-v5-latin-regular.eot") format("embedded-opentype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: heebo;
  src: local("Heebo Regular"), local("Heebo-Regular"), url("../fonts/heebo-v5-latin-regular.eot") format("embedded-opentype");
  font-style: normal;
}

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

nav .logo-constraint {
	height: 30.89px;
}

.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-family: heebo-bold;
	font-size: 1rem;
}
.item_date, .wd_date,
.wd_item .wd_date,
.wd_event_sidebar .wd_event_date,
.wd_newsfeed_releases-teaser .wd_date {
	font-family: heebo-light;
	font-size: 14px;
	font-weight: 300;
	color: inherit;
	text-transform: none;
	margin: 0 0 8px 0;
}
.item_summary, .wd_item .wd_summary {}
.wd_item .wd_subtitle {}

table.wd_imagetable {}
td.imagecaption {}

div.wd_subscribe_link {
	font-family: heebo-bold;
	text-align: left;
	font-size: .875rem;
	letter-spacing: .03125rem;
	text-transform: uppercase;
	padding-bottom: 1rem
}
div.wd_subscribe_link a
span.wd_subscribe_icon {
	background: url('../images/webdriver/email_alerts.png') no-repeat;
	background-position: 0 3px;
	display: none;
	height: 18px;
	width: 18px;
	margin-left: 5px;
}
span.wd_subscribe_icon img {
	display: none;
}
.wd_media-link {
	font-family: heebo-bold;
	font-size: .875rem;
	letter-spacing: .03125rem;
	text-transform: uppercase;
	padding-bottom: 1rem;
}

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

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

.wd_body.wd_news_body a {
    text-decoration: underline;
}
/* END Newsfeed Releases */

/* fix font size issue on this class, prob should further investigate and remove this*/
/*
.wd_pageid_2429.wd_item_page.wd_item_130453 .prngen4,
.wd_newsfeed_releases-detail div table p {
    font-size: 16px;
}

.wd_newsfeed_releases-detail .font-size-8 {
    font-size: 8pt;
    line-height: 20px;
}

.wd_newsfeed_releases-detail .font-size-10 {
    font-size: 10pt;
    line-height: 20px;
}

.wd_newsfeed_releases-detail .font-size-12 {
    font-size: 12pt;
    line-height: 22px;
}
*/
.wd_newsfeed_releases-detail div table p span {
    font-family: 'Arial';
    font-size: 8pt; /* overriding feed css setting this to inherit  */
}

/* override font size set in feed releases */
.wd_newsfeed_releases-detail .news_body p.prnews_p {
	font-family: inherit;
	font-size: 100%;
	color: inherit;
}
.wd_newsfeed_releases-detail .wd_body table {
	margin-bottom: 20px;
}
/* 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;
	display: none;
}
#wd_printable_content input,
#wd_printable_content button:not(.fullscreen-button),
#wd_printable_content select {
	position: relative;
	border-radius: 0;
	border: none;
	border-bottom: 2px solid #cacaca;
	line-height: 1.15;
	padding: 0.25rem 2rem 0.25rem 0;
	font-family: heebo-light;
	font-size: 1rem;
	height: 34px;
	color: #444;
	outline: none;
}

.fullscreen-button {
    width: auto;
}

#wd_printable_content select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
select::-ms-expand {
	margin-left: 50px;
	background-color: #fff;
}
#wd_printable_content button.ui-datepicker-trigger {
	display: none;
	border: 0;
	margin: 5px 0 0 0;
	padding: 0.5rem;
}
#wd_printable_content button.ui-datepicker-trigger:hover,
#wd_printable_content button.ui-datepicker-trigger:focus,
#wd_printable_content button.ui-datepicker-trigger:active {
	box-shadow: 0 0 5px #0079c1;
}
#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;
	border: 1px solid #cacaca;
	border-radius: 2px;
	margin: 1rem 0 0 0;
	padding: 5px;
}
/*#wd_printable_content input#items_search_2429_titles_only[type=checkbox] {
	display: none;
}
#wd_printable_content label[for="items_search_2429_titles_only"],
#wd_printable_content label[for="items_search_2429_titles_only"] {
	position: relative;
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin: 1rem 0 0 0;
    padding: 0 0 0 12px;
}
#wd_printable_content label[for="items_search_2429_titles_only"]:before,
#wd_printable_content label[for="items_search_2429_titles_only"]:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: -10px;
	width: 15px;
	height: 15px;
	border: 1px solid #cacaca;
	border-radius: 2px;
}
#wd_printable_content label[for="items_search_2429_titles_only"]:after,
#wd_printable_content label[for="items_search_2429_titles_only"]:after {
    content: "";
    display: inline-block;
    position: absolute;
	top: 4px;
	left: -7px;    
    height: 6px;
    width: 9px;
    border-left: 2px solid #0079c1;
    border-bottom: 2px solid #0079c1;
    transform: rotate(-45deg);
}
#wd_printable_content input#items_search_2429_titles_only[type=checkbox] + label[for="items_search_2429_titles_only"]:after {
	content: none;
}
#wd_printable_content input#items_search_2429_titles_only[type=checkbox]:checked + label[for="items_search_2429_titles_only"]:after {
	content: "";
}*/

.wd_form_field {
	clear: both;
}
.wd_page_limit {
    font-family: heebo;
    font-size: 14px;
	padding: 0;
}
.wd_linkmenu-header {
	border: 0;
	border-bottom: 2px solid #cacaca;
	background: url('../images/chevron-down-blue.svg') no-repeat 97% center;
	background-size: 24px 24px;
	min-width: 60px;
	width: auto;
}
.wd_page_links {
	font-size: 14px;
}
.wd_page_active {
	font-family: heebo-bold;
}
.wd_linkmenu-header:hover,
.wd_linkmenu-header:focus,
.wd_linkmenu-header:active {
	border-bottom: 2px solid #0079c1;
	outline: none;
}
.wd_linkmenu-header .wd_linkmenu-icon {
	display: none;
	color: #0079c1;
}
/*.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 Form and Search Results */
.wd_item_search_form_container .wd_search_form_basic {
	display: block;
}
.wd_search_basic_fields {
	display: block;
	background-color: transparent;
	border: none;
	text-align: center;
}
.wd_search_basic_fields select {
	width: 30%;
	margin: 0 1rem;
}
#wd_printable_content select {
	background: url('../images/chevron-down-blue.svg') no-repeat 97% center;
	background-size: 24px 24px;
}
.wd_search_basic_fields label.wd_sr-only.wd_sr-only.wd_sr-only.wd_sr-only {
	width: 100px;
	height: 40px;
	font-size: 14px;
	font-family: heebo-bold;
	color: #0079c1;
	line-height: 1.25rem;
	text-align: left;
	margin: -30px 1rem;
	padding: 10px 3px;
	clip: auto;
	pointer-events: none;
}
.wd_search_basic_fields label.wd_sr-only.wd_sr-only.wd_sr-only.wd_sr-only:first-of-type {
	margin: -30px 0 0 0;
}
.wd_search_basic_fields label.wd_sr-only.wd_sr-only.wd_sr-only.wd_sr-only:last-of-type {
	margin: -30px -3px;
}
.wd_search_basic_fields label.wd_sr-only.wd_sr-only.wd_sr-only.wd_sr-only:active,
.wd_search_basic_fields label.wd_sr-only.wd_sr-only.wd_sr-only.wd_sr-only:focus {
	position: absolute;
}

h2.wd_advanced-search-header {
	display: none;
	font-family: heebo-medium;
	font-size: 1.75rem;
	letter-spacing: -.0125rem;
	text-align: center;
	color: #001928;
	margin: 2rem 0 0 0;
}
.wd_search_form.wd_search_form_basic[style*="none"] h2.wd_advanced-search-header {
	display: block;
}
.wd_search_form.wd_search_form_advanced {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}
.wd_search_form.wd_search_form_advanced .wd_form_field {
	width: 48%;
}
#wd_printable_content .wd_search_form.wd_search_form_advanced div.wd_form_field .wd_form_field_input input[type="text"],
#wd_printable_content .wd_search_form.wd_search_form_advanced div.wd_form_field .wd_form_field_input select,
#wd_printable_content .wd_search_form.wd_search_form_advanced div.wd_form_field .wd_form_field_input .wd_input_border {
	max-width: 100%;
	width: 100%;
}
.wd_search_form.wd_search_form_advanced .wd_form_field label {
	font-size: 14px;
	font-family: heebo-bold;
	color: #0079c1;
}
.wd_search_form.wd_search_form_advanced .wd_search_titles_only label {
	font-family: heebo-light;
}
.wd_search_form.wd_search_form_advanced div.wd_form_footer {
	width: 100%;
	text-align: center;
}
.wd_search_form.wd_search_form_advanced div.wd_form_footer div.wd_form_buttons,
#wd_printable_content .wd_search_form.wd_search_form_advanced div.wd_form_footer input[type="submit"] {
	margin-left: 0;
}
#wd_printable_content select:focus,
#wd_printable_content select:hover,
#wd_printable_content select:active,
#wd_printable_content input:focus,
#wd_printable_content input:hover,
#wd_printable_content input:active {
	outline: none;
	border-bottom: 2px solid #0079c1;
}
#wd_printable_content input[type="checkbox"]:focus + label,
#wd_printable_content input[type="checkbox"]:hover + label,
#wd_printable_content input[type="checkbox"]:active + label {
	border-bottom: 2px solid #0079c1;
}
.wd_search_basic_fields select:first-of-type {
	margin: 0 1rem 0 0;
}
#wd_printable_content button.wd_search_button,
#wd_printable_content .wd_search_form.wd_search_form_advanced div.wd_form_footer input[type="submit"] {
	cursor: pointer;
	display: block;
	font-size: .875rem;
	letter-spacing: .01562rem;
	line-height: 3.25rem;
	text-align: center;
	font-family: heebo-bold;
	text-transform: uppercase;
	margin: 3rem auto 0;
	padding: 0 2rem;
	overflow: hidden;
/*	min-width: 41.66667%;
	max-width: 41.66667%;*/
	height: 3.5rem;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	border: .125rem solid #0075be;
	background-color: #0075be;
	color: #fff;
	border-radius: 1.75rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#wd_printable_content button.wd_search_button:hover,
#wd_printable_content button.wd_search_button:focus,
#wd_printable_content .wd_search_form.wd_search_form_advanced div.wd_form_footer input[type="submit"]:hover,
#wd_printable_content .wd_search_form.wd_search_form_advanced div.wd_form_footer input[type="submit"]:focus {
	border: .125rem solid #005587;
	background-color: #005587;
}
.wd_search_advanced_link,
.wd_search_form.wd_search_form_advanced .wd_form_buttons a {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-family: heebo-bold;
	margin: 24px 0 64px;
}
.wd_search-icon {
	padding-bottom: 16px;
}
.wd_search-icon img {
	display: block;
	margin: 0 auto;
}

.wd_search-title {
	font-family: heebo-bold;
	font-size: 28px;
	text-align: center;
	margin: 20px 0;
	padding-bottom: 3rem;
}
.wd_search_count {
	font-family: heebo-bold;
	font-size: 28px;
}
span.wd_datepicker-icon {
	color: #0079c1;
}
/* END Search Form and Search Results */

/* Toolbar */
div.wd_toolbar {
	height: 50px;
	border-top: none;
	border-bottom: none;
}
div.wd_toolbar ul.wd_tools {
	width: auto;
	float: right;
}
div.wd_toolbar ul.wd_tools li.wd_tool {
	float: left;
}
/* END Toolbar */

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

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

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

/* Start Content Styles */

#wd_printable_content i {
	display: inline;
	align-items: stretch;
}

/* End Content Styles */

div.wd_rssfeeds_item {
	margin-bottom: 10px;
}

.tl-header .tl-header-mega-menu-ctas .iconNew:before{
	top: -6px;
    left: -4px;
}

/*  $('#megaMenu').toggleClass('submenu_open wd_lang_menu_on'); */
#megaMenu.submenu_open .tl-header-secondary{
	margin-top: 79px;
}

#megaMenu.wd_lang_menu_on .tl-header-desktop-language{
	display: block;
    background-color: #f5f6f7;
}

#megaMenu.wd_lang_menu_on .tl-header-desktop-language > div{
	height: auto;
}

.tl-header-mega-menu.open-sesame{
	max-height: none;
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,.2);
}


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

/* Large devices (desktops) */
@media (max-width: 992px) {
	.wd_search_basic_fields select {
		width: 100%;
		margin: 2rem 0;
	}
	.wd_search_basic_fields label.wd_sr-only.wd_sr-only.wd_sr-only.wd_sr-only {
		margin: 0;
		clip: rect(0, 0, 0, 0);
	}
	#wd_printable_content input[type="text"] {
		max-width: 100%;
		width: 100%;
	}
	.wd_search_form.wd_search_form_advanced .wd_form_field {
		width: 100%;
	}
	.wd_page_limit {
		margin: 10px 0;
		padding: 20px 0;
	}
}

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

/* Small devices (landscape phones) */
@media (max-width: 575px) {
	#wd_printable_content .wd_search_form.wd_search_form_advanced div.wd_form_footer input[type="submit"] {
		min-width: 41.66667%;
	}
}

/* CLIENT CSS OVERRIDES */
