/* Begin classes for common SPIN elements */

a,
.wd_search_form_advanced [type="checkbox"]:not(:checked) + label::before  {
	border: 1px solid transparent;
}
a:focus{
	border: 1px solid #990000;
	outline: none;
}

/* Header styles */
.page_header,
.category_header {
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.detail_header,
.detail_subheader,
.category_name {
    font-weight: bold;
}

.category_intro {
	margin-bottom: 15px;
}


/* END Header styles */

.item {
    margin: 0px 0px 10px 0px;
    overflow: auto;
	line-height: 1.4em;
}

.item_name {
	font-weight: bold;
	position: relative;
}

.item_date {
    font-weight: bold;
}

.item_summary {
}

table.wd_imagetable {

}

td.imagecaption {
    text-align: left;
    padding: 3px 5px 3px 5px;
}

.wd_content {
	margin-top: 80px; 
}

/* Toolbar styles */
div.wd_page_toolbar {
    margin: 35px 0px;
}

div.wd_page_toolbar table {
	width: auto;
}

div.wd_page_toolbar td {
	line-height: 16px;
	margin: 0;
	padding: 0;
}

div.wd_page_toolbar a {
	line-height: 16px;
}
.wd_tool-email button,
.wd_tool-print button {
	background: #e3e5e8 !important;
	border: none;
	box-shadow: none;
	font-size: 16px;
	width: 30px;
	height: 30px;
	text-align: center;
	display: inline-block;
	line-height: 1;
	color: #990000;
	padding: 0;
}
#wd_printable_content div.wd_toolbar ul.wd_tools li.wd_tool {
	line-height: 1;
	margin: 0 5px;
	padding-bottom: 0;
}
#wd_printable_content div.wd_toolbar ul.wd_tools li.wd_tool a {
	border: none;
}
/* END Toolbar styles */

/* Begin classes for individual PCTs */

/* Search Toggle */
button.toggle {
	display: block;
	background: #990000;
	background-color: rgb(153, 0, 0);
	border-radius: 3px;
	transition: .4s all linear;
	background-color: #e3e5e8;
	margin-left: 3px;
	margin-right: 3px;
	text-align: center;
	width: 100%;
	height: 39.2px;
	color: #000000;
	border: none;
	text-transform: none;
	box-shadow: none;
	font-weight: 300;
	text-shadow: none;
	font-size: 16px;
}
button.toggle.active {
	background-color: #990000;
	color: #ffffff;
}
/* End Search Toggle */

/* Search Box */
#controls-wrapper .news-form-wrapper {
	display: none;
}
/* End Search Box */

/* Standard */
div.wd_standard {

}
/* END Standard */

/* Events */
div.wd_events {

}
/* END Events */

/* Gallery */
div.wd_gallery {

}

div.wd_gallery span.filesize {
    font-weight: normal;
}

/* hi-res link for gallery */
ul.hi_res-links {
    margin: 20px 0;
    list-style: none;
}

ul.hi_res-links li {
    display: inline; /*For ignore double margin in IE6*/
}

ul.hi_res-links li a, ul.hi_res-links li a:hover, ul.hi_res-links li a:link, ul.hi_res-links li a:visited {
    color: #FFF;
}

ul.hi_res-links li a {
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
}

ul.hi_res-links li a span {
    display: block;
    text-align: center;
    margin: 0;
    padding: 2px 10px;
    position: relative; /*To fix IE6 problem (not displaying)*/
    background: #666 url(../images/webdriver/gradient_bg.gif) repeat-x top;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 1px 1px 5px #888;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* END hi-res link for gallery */
/* END Gallery */

/* Newsfeed Releases */
div.wd_newsfeed_releases {
	
}
.wd_newsfeed_releases .wd_search_count a {
	color: #990000;
}
/* 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-teaser .tools {
    text-decoration: none;
    margin-bottom: 12px;
}

/* slider and tooltip style for Press Release Summary */
.item_slider {
	margin: 20px 0px 20px 0px;
	padding: 10px 10px 10px 10px;
	background-color: #FEFDE1;
}

.item_more {
	margin: 20px 0px 0px 0px;
}

.item_tooltip {
	width: 500px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
}

.item_tooltip_contents {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	background-color: #FEFDE1;
	border: 2px solid #a5a5a5;
}
/* END slider and tooltip style for Press Release Summary */

/* items for Press Release Summary */
.item_with_slider {
	padding: 0px 0px 0px 20px;
}

.slider_control_closed {
	position: absolute;
	left: -20px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(../images/slider_open.png) no-repeat right center;
}

.slider_control_open {
	position: absolute;
	left: -20px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(../images/slider_close.png) no-repeat right center;
}
/* END items for Press Release Summary */

/* END Newsfeed Releases */

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

/* Formbuilder */

div.wd_formbuilder {

}

table.wd_formbuilder {

}

input.wd_formbuilder_submit {

}

table.wd_formbuilder p {
    margin: 0px;
}

div.window input.toggle:checked ~ div {
    height: auto;
}
/* END Formbuilder */

/* Search Results */
.wd_webinator_search {
	
}

p.search_result {
}

span.search_url {
}
/* END Search Results */

/* Events Calendar */

table.wd_calendar_header {
	padding: 5px 0px;
	margin: 0px;
}

table.wd_calendar_header a,
table.wd_calendar_header a:visited,
table.wd_calendar_header a:active,
table.wd_calendar_header a:link {
	color: #6095C3;
}

td.wd_calendar_header_label {
	text-align: center;
	width: 100%;
}

.wd_events-teaser td.wd_calendar_header_label {
	font-weight: bold;
}

.wd_calendar_header td.wd_calendar_header_prev a {
	display: block;
	background: #fff url(../images/webdriver/assets_left_arrow.gif) left center no-repeat;
	border: 1px solid #e1e1e1;
	padding: 12px; /* padding: 0px 12px 0px 40px; *//* good default if text is added */
	text-decoration: none;
	text-indent: -9999px;
	line-height: 0;
}

.wd_calendar_header td.wd_calendar_header_next a {
	display: block;
	background: #fff url(../images/webdriver/assets_right_arrow.gif) right center no-repeat;
	border: 1px solid #e1e1e1;
	padding: 12px; /* padding: 0px 40px 0px 12px; *//* good default if text is added */
	text-decoration: none;
	text-align: left;
	text-indent: -9999px;
	line-height: 0;
}

.wd_events-teaser .wd_calendar_header td.wd_calendar_header_prev a,
.wd_events-teaser .wd_calendar_header td.wd_calendar_header_next a {
	padding: 0px 12px;
	line-height: 24px;
}

table.wd_calendar {
	background-color: #ffffff;
	table-layout: fixed;
	border-spacing:0;
	border-collapse:collapse;
}

th.wd_calendar_dayofweek_header {
	padding: 4px 0;
	text-align: center;
	background: url("../images/webdriver/events/tab_background.gif") repeat-x scroll 0 bottom #FFFFFF;
	border: 1px solid #E1E1E1;
	font-weight: bold;
	border-right: 1px solid #CCC;
}

td.wd_calendar_day {
	margin: 0px;
	vertical-align: top;
	padding: 0px 2px 30px 2px;   /* account for event padding+border where width = content only */
}

.wd_events-teaser td.wd_calendar_day {
	margin: 0px;
	vertical-align: top;
	padding: 0px 2px 0px 2px;   /* account for event padding+border where width = content only */
}

td.wd_calendar_this_month {
	background-color: #fff;
	border: 1px #ccc solid;
}

td.wd_calendar_prev_month,
td.wd_calendar_next_month {
	background-color: #F8F8F8;
	border: 1px #ccc solid;
}

td.wd_calendar_today {
	background-color: #F2F9FC;
}

div.wd_calendar_day_header {
	text-align: left;
	font-weight: bold;
	padding: 3px;
}

td.wd_calendar_prev_month div.wd_calendar_day_header,
td.wd_calendar_next_month div.wd_calendar_day_header {
}

div.wd_calendar_no_event {
	margin: 1px 0px 1px 0px;
	padding: 2px;
}

.wd_events-teaser div.wd_calendar_no_event {
	padding: 2px;
	text-align: center;
}

div.wd_calendar_event {
	cursor: pointer;
	padding: 2px 5px;
	position: relative;
	left: 0px;
	white-space: nowrap;
	overflow: hidden;
	background: #6095C3;
	border-radius: 4px;
	-webkit-border-radius: 4px;	
	-moz-border-radius: 4px;	
	color: #FFF;
	text-decoration: none;
}

.wd_events-teaser div.wd_calendar_event {
	padding: 2px;
	text-align: center;
}

div.wd_event_tip_header {
	line-height: 20px;
	border-bottom: #BBB;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

div.wd_event_tip_info {
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 5px;
}

div.wd_event_tip_info p {
	margin: 2px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

div.wd_event_tip_title {
	font-size: 16px;
	font-weight: bold;
}

div.wd_event_tip_time, 
div.wd_event_tip_location_name,
div.wd_event_tip_more {
}

div.wd_event_tip_date {
}

div.calendar_subscribe_links img {
	margin-right: 5px;
}

div.calendar_subscribe_links a {
	text-decoration: none;
}

.wd_calendar_event_tip {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	font-size: 14px;
	line-height: 20px;
}

.wd_calendar_event_tip .qtip-titlebar {
	background: #6095C3;
	color: #FFF;
}
/* END Events Calendar */

/* Popup Fader */
div#wdFadeBackground {
    background-color: #555555;
    border: 5px;
    margin: 0px;
    padding: 0px;
    z-index: 100;
}

div#wdFadePopup {
    background-color: #333333;
    padding: 2px;
    z-index: 100;
}

td#wdFadeContent {
    background-color: #ffffff;
}

td#wdFadeClose {
    text-align: right;
}

/* END Popup Fader */ 

.tools img {
    vertical-align: top;
}

/* Featureboxes */

div.wd_featurebox_title {
    font-size: 24px;
    color: #000;
    margin: 30px 0px 5px 0px;
    line-height: 34px;
}

div.wd_featurebox {

    margin-bottom: 10px;    
    overflow: auto;     
}

div.wd_featurebox p {}
div.wd_featurebox div {}

div.wd_featureboxes_top {}
div.wd_featureboxes_top div.wd_featurebox_container {}
div.wd_featureboxes_top div.wd_featurebox_title {}
div.wd_featureboxes_top div.wd_featurebox {}

div.wd_featureboxes_left {
	clear: both;
	display: block;
	margin-top: 10px;
}

div.wd_featureboxes_left div.wd_featurebox_container {}
div.wd_featureboxes_left div.wd_featurebox_title {}
div.wd_featureboxes_left div.wd_featurebox {}
	
div.wd_featureboxes_left .wd_imagetable {
	float: none;
}

div.wd_featureboxes_middle {}
div.wd_featureboxes_middle div.wd_featurebox_container {}
div.wd_featureboxes_middle div.wd_featurebox_title {}
div.wd_featureboxes_middle div.wd_featurebox {}

div.wd_featureboxes_right {}
div.wd_featureboxes_right div.wd_featurebox_container {}
div.wd_featureboxes_right div.wd_featurebox_title {}
div.wd_featureboxes_right div.wd_featurebox {}

.wd_featureboxes_socialhub {}
.wd_featureboxes_socialhub .wd_tabs_container {}

.wd_featureboxes_socialhub .wd_tabs_wrapper {
    background: 0 none;
    padding: 5px;
}

.wd_featureboxes_socialhub .wd_tabs {}

.wd_featureboxes_socialhub .wd_tab {
    margin: 1px;
    padding: 4px;
    border: 0px;
    background-color: transparent;
}

.wd_featureboxes_socialhub .wd_tab-inactive {}
.wd_featureboxes_socialhub .wd_tab-active {
    padding: 3px;
    background-color: #dddddd;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.wd_featureboxes_socialhub .wd_tabs_content_wrapper {}
.wd_featureboxes_socialhub .wd_tabs_content_wrapper .wd_tab_content {}
.wd_featureboxes_socialhub .wd_tabs_content_wrapper .wd_tab_content-active {}
.wd_featureboxes_socialhub .wd_tabs_content_wrapper .wd_tab_content-inactive {}
.wd_featureboxes_socialhub .wd_tabs_content_wrapper .wd_tab_content .wd_featurebox_container {}
.wd_featureboxes_socialhub .wd_tabs_content_wrapper .wd_tab_content .wd_featurebox_container .wd_featurebox {}

.wd_featureboxes_tabbed {}
.wd_featureboxes_tabbed .wd_tabs_container {}

.wd_featureboxes_tabbed .wd_tabs_wrapper {
    background: 0 none;
    border: 0 none;
    width: 100%;
    display: block;
    height: 33px;
}

.wd_featureboxes_tabbed .wd_tabs_wrapper .wd_tabs {
	overflow: visible;
}

.wd_featureboxes_tabbed .wd_tabs_wrapper .wd_tab {
    margin: 0 0.3em 0 0;
    padding: 0.5em;
    border: 1px solid #cccccc;
    border-bottom-width: 0px;
    border-top-left-radius: 0.5em; -moz-border-radius-topleft: 0.5em; -webkit-border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em; -moz-border-radius-topright: 0.5em; -webkit-border-top-right-radius: 0.5em;
}

.wd_featureboxes_tabbed .wd_tabs_wrapper .wd_tab-active {
	margin-bottom: -1px;
	border-bottom: 1px solid #fff;
}

.wd_featureboxes_tabbed .wd_tabs_wrapper .wd_tab-inactive {
    background-color: #eeeeee;
}

.wd_featureboxes_tabbed .wd_tabs_wrapper .wd_tab-inactive:hover {
    background-color: #dddddd;
    border-color: #aaaaaa;
}

.wd_featureboxes_tabbed .wd_tabs_container {}
	
.wd_featureboxes_tabbed .wd_tabs_container .wd_tabs_content_wrapper {
	width: 100%;
	padding-top: 0px;
	border-top: 1px solid #DEDEDE;
}
.wd_featureboxes_tabbed .wd_tabs_container .wd_tabs_content_wrapper .wd_tab_content.wd_tab_content-active .wd_featurebox_container .wd_featurebox {}

.wd_featureboxes_tabbed .wd_tabs_wrapper {
    background: 0 none;
    border: 0 none;
}

/* END Featureboxes */

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

/* sponsorbar */
div.wd_sponsors {
	padding: 0 15px 10px 15px;
}

div.wd_sponsors p {
	background: #CCCCCC;
	margin: 0 0 5px 0;
	padding: 5px;
}

div.wd_sponsors img {
	padding: 10px;
}
/* END sponsorbar */

/* Shadows for Press Release Summary */
.shadowTR {
    margin: 0px;
    border: 0px;
    padding: 8px 0px 0px 0px;
    background: transparent url(../images/shadowTR.png) no-repeat top right;
}

.shadowBL {
    margin: 0px;
    border: 0px;
    padding: 0px 0px 0px 8px;
    background: transparent url(../images/shadowBL.png) no-repeat bottom left;
}

.shadowBR {
    margin: 0px;
    border: 0px;
    padding: 0px 8px 0px 0px;
    background: transparent url(../images/shadowBR.png) no-repeat bottom right;
}

.shadowB {
    margin: 0px;
    border: 0px;
    padding: 0px 1px 8px 0px;
    background: transparent url(../images/shadowB.png) repeat-x bottom center;
}

.shadowR {
    margin: 0px -9px 0px 0px;
    border: 0px;
    padding: 1px 8px 1px 1px;
    background: transparent url(../images/shadowR.png) repeat-y center right;
}

.shadow-content {
    margin: -9px 0px -1px -9px;
    border: 0px;
    padding: 0px;
    background: transparent;
}
/* END Shadows for Press Release Summary */

.subscribe_links a {
    padding-right: 20px;
    background: url(../images/webdriver/email_alerts.png) no-repeat center right;
}



.wd_member_col .wd_title {
     padding-left: 5px;
}

.wd_member_col {
  border-bottom: 1px solid #f3f3f3;
}

/* New News Releases Tweaks */
.wd_search_advanced_link,
.wd_form_buttons a,
.wd_newsfeed_search_form_container .wd_search_form_basic {display: none;}

span.wd_search_headlines_only {
	display: block;
}

.wd_search_form_advanced div.wd_form_field_pos_right {
	width: 22.5%;
	float: left;
}
.wd_search_form_advanced div.wd_form_field_pos_right input[type=text] {
	width: 70%;
}
.wd_form_footer {
	float: none;
	clear: both;
	display: block;
}
.wd_search_form_advanced label {
	padding-bottom: 5px;
}
.wd_search_form_advanced label,
.wd_search_form_advanced div.wd_form_field_pos_right div.wd_form_field_label,
.wd_search_form_advanced div.wd_form_field_pos_right div.wd_form_field_input,
.wd_search_form_advanced {
	display: block !important;
	float: none;
	margin: 0px;
	padding: 0;
	text-align: left;
}
.wd_search_form_advanced div.wd_form_field_pos_right div.wd_form_field_input {
	margin-left: 0px;
}

div.wd_form_footer div.wd_form_buttons {
	margin-left: 0; 
	display: inline;
}
div.wd_form_footer div.wd_form_buttons input[type=submit] {
    background: #006699;
    background-color: #006699;
	color: #fff;
    border: 1px solid #006699;
	text-shadow: 0 0 0;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 400;
    width: 100%;
	max-width: 350px;
	margin: 0 auto;
    display: block;
    height: 50px;
    float: none;
    margin-top: 20px;
	-webkit-appearance: button;
    cursor: pointer;
	box-shadow: 0 0 0;
	text-transform: none;
}

.wd_search_form_advanced div.wd_form_field_pos_right div.wd_form_field_input {
	padding-bottom: 10px;
}
div.wd_form_field,
div.wd_form_field_pos_right div.wd_form_field_input {
	overflow: visible;
}
/* ===============================Custom Checkboxes ===========================*/
.wd_search_form_advanced .wd_search_titles_only {
	display: flex;
	margin-top: 10px;

}
.wd_search_form_advanced .wd_search_titles_only input {
	-ms-transform: scale(1); /* IE */
	-moz-transform: scale(1); /* FF */
	-webkit-transform: scale(1); /* Safari and Chrome */
	-o-transform: scale(1); /* Opera */
	transform: scale(1);
	padding: 26px;
	position: relative;
	z-index: 2;
	border: 1px solid #ccc;
	-moz-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none;
}
.wd_search_form_advanced [type="checkbox"]:not(:checked),
.wd_search_form_advanced [type="checkbox"]:checked {
	
}
.wd_search_form_advanced [type="checkbox"]:not(:checked),
.wd_search_form_advanced [type="checkbox"]:checked {
	position: relative;
	cursor: pointer;
	padding-top: 6px;
	padding-left: 4px;
}
.wd_search_form_advanced [type="checkbox"] + label {
	padding-top: 6px;
	padding-left: 4px;
}
/* checkbox aspect */

/* checked mark aspect */
.wd_search_form_advanced .wd_search_titles_only {
	position:relative;
}
.wd_search_form_advanced .wd_search_titles_only:after {
	content: '';
    background-image: url(../images/checked.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 50%;
    left: 3px;
	transform: translateY(-50%);
	transform-origin: center;
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: #000;
    transition: all .2s;
    display: block;
    width: 26px;
    height: 20px;
	z-index: 0;
}
/* checked mark aspect changes */
.wd_search_form_advanced .wd_search_titles_only:after {
  opacity: 0;
  transform: scale(0) translateY(-50%);
}
.wd_search_form_advanced .wd_search_titles_only.checked:after{
  opacity: 1;
  transform: scale(1) translateY(-50%);
  z-index: 0;
}
/* disabled checkbox */
.wd_search_form_advanced [type="checkbox"]:disabled:not(:checked) + label:before,
.wd_search_form_advanced [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #dbdbdb;
  background-color: #ddd;
}
.wd_search_form_advanced [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
.wd_search_form_advanced [type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
.wd_search_form_advanced [type="checkbox"]:checked:focus + label:before,
.wd_search_form_advanced [type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #dbdbdb;
}

/* hover style just for information */
.wd_search_form_advanced label:hover:before {
  border: 1px solid #dbdbdb!important;
}







.wd_page_link {
	display: inline-block;
	margin: 0;
	padding: 8px;
	border: 0px solid #cccccc;
	border-left: none;
}
.wd_page_link a:hover {
	border-bottom: none !important;
}
.wd_page_link:first-child {
    border-left: 0px solid #cccccc; 
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.wd_page_link.wd_page_next,
.wd_page_link.wd_page_prev  {
	text-indent: -9999px;    
	padding: 6px 0px;
}
.wd_page_link.wd_page_next a,
.wd_page_link.wd_page_prev  a {
	display: block;
	width: 23px;
    height: 29px;
}
.wd_page_prev {
	background: url(../images/red-left-arrow.png) center center no-repeat;
}
.wd_page_next {
	background: url(../images/red-right-arrow.png) center center no-repeat;
}

.wd_newsfeed_search_form_container {
	padding: 0px;
}

.wd_newsfeed_search_form_container label {
	display: block !important;
    float: none;
    margin: 0px 0px 5px 0px;
    padding: 0;
    text-align: left;
    color: #555555;

}

.wd_news_headlines .wd_item,
.wd_newsfeed_releases .wd_item {
	margin: 0 0 15px 0;
	border-bottom: 2px solid #eaeaea;
	padding-bottom: 20px;
	display: block;
}

.wd_news_headlines .wd_item:last-child,
.wd_newsfeed_releases .wd_item:last-child{
     border-bottom: 0px solid #ccc;
}

.wd_stories .wd_date,
.wd_assets .wd_date,
.wd_news_headlines .wd_item .wd_date,
.wd_newsfeed_releases .wd_item .wd_date {
     font-size: 14px;
     line-height: 16px;
     color: #000;
	 padding-bottom: 10px;
	 font-weight: 300;
}
.wd_newsfeed_releases-detail .wd_title {
	font-size: 24px;
    color: #000;
    margin: 30px 0px 5px 0px;
    line-height: 34px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
}
.wd_stories .wd_title,
.wd_assets .wd_title,
.wd_assets .detail_header,
.wd_news_headlines .wd_item .wd_title,
.wd_newsfeed_releases .wd_item .wd_title {
    font-size: 16px;
	line-height: 25px;
	padding-bottom: 10px;
}
#content .item_name a,
#content .wd_newsfeed_search_form_container a,
#content ul li .wd_item a,
#content .wd_stories .wd_title a,
#content .wd_assets .wd_title a,
#content .wd_assets .detail_header a,
#content .wd_news_headlines .wd_item .wd_title a,
#content .wd_newsfeed_releases .wd_item .wd_title a {
	color:#000000 !important;
	font-family: 'Poppins', sans-serif;
}
.wd_news_headlines .wd_item .wd_asset_type_link .wd_title,
.wd_newsfeed_releases .wd_item .wd_asset_type_link .wd_title {
     font-size: 14px;
     line-height: 16px;
}
.wd_newsfeed_releases-detail .wd_subtitle{
	font-family: 'Libre Franklin', sans-serif;
	font-weight: 400;
	font-size: 18px;
	margin: 10px 0px 5px 0px;
	text-align: left;
	margin-bottom: 20px;
	margin-top: 10px;
}
.wd_item .wd_subtitle {
	font-weight: normal;
	color: #666666;
	font-family: 'Libre Franklin', sans-serif;
	font-weight: 400;
}
/* .wd_news_headlines .wd_item .wd_subtitle,
.wd_newsfeed_releases .wd_item .wd_subtitle {
     font-size: 14px;
     line-height: 16px;
} */

.wd_slider-button {
     display: inline-block;
     width: 14px;
}

.wd_search_basic_fields {
	background: transparent;
	padding: 5px;
	border: 0px solid #ccc;
}

.wd_search_form_advanced select,
.wd_search_basic_fields select {
	margin-right: 5px;
	margin-bottom: 0px;
	padding: 10px 0px 10px 10px;
	border: solid 1px #dbdbdb;
}

.wd_search_form_advanced input[type=text],
.wd_search_basic_fields input[type=text] {
	margin-right: 5px;
	margin-bottom: 0px;
	padding: 10px 0px 10px 10px;
	border: solid 1px #dbdbdb;
}

button, button.wd_wai_dp_button, .button,
.wd_search_form_advanced input[type=submit],
.wd_search_basic_fields input[type=submit] {
	background: #006699;
	color: #fff;
	text-decoration: none;
/*    text-shadow: 0 -1px #3e7c19;
    background: -webkit-linear-gradient(#58b028,#458f1c);
    background: -moz-linear-gradient(#58b028,#458f1c);
    background: -o-linear-gradient(#58b028,#458f1c);
    background: linear-gradient(#58b028,#458f1c);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#58b028', EndColorStr='#458f1c');
    border-top: 1px solid #8dd067;
    border-right: 1px solid #69a746;
    border-bottom: 1px solid #63a140;
    border-left: 1px solid #6eb348;
    -webkit-box-shadow: 0 -1px #7bb060, 0 1px #326915, -1px 0 #60a03f, 1px 0 #5f8f45;
    -moz-box-shadow: 0 -1px #7bb060, 0 1px #326915, -1px 0 #60a03f, 1px 0 #5f8f45;
    box-shadow: 0 -1px #7bb060, 0 1px #326915, -1px 0 #60a03f, 1px 0 #5f8f45;*/
	padding: 10px 14px;
	margin: 1%;
	text-align: center;
    text-transform: uppercase;
	position: relative;
	font-size: 1.05em;
}
}

/* Asset Links on Press Release items */

ul.wd_asset_type_link_list {
  margin: 10px 0 0 0;
  padding: 0;
  overflow: auto;
  list-style: none;
  color: #cccccc;
  font-size: 0.8333em;
  border: 0;
}


.wd_selector select {margin-left: 5px;}

.ui-datepicker select {color: #000;}


div.wd_snapshot h2 {
     margin: 0;
     padding: 3px 0;
     border-top: 2px solid #999999;
     border-bottom: 1px solid #999999;
     text-transform: uppercase;
     font-weight: bold;
     text-align: left;
     font-size: 1.2em;
}
table.wd_snapshot_values th, table.wd_snapshot_values td {
     vertical-align: top;
     font-size: 1em;
     line-height: 1.3em;
     padding: 5px;
     border-bottom: 1px solid #999999;
}

.recaptcha_terms {float: right;}



ul.wd_asset_type_tabs,
ul.wd_asset_icons {
     padding-left: 0px;
     margin-left: 0px;
}
ul.wd_asset_type_tabs li:before,
ul.wd_asset_icons li:before {
     display: none;
}
ul.wd_asset_type_tabs li,
ul.wd_asset_icons li {
     list-style-type: none;
     padding-left: 4px;
     margin: 0px !important;
}
ul.wd_asset_type_tabs li img,
ul.wd_asset_icons li img {
     display: inline;
}

ul.wd_events_tabs {
    float: right;
    overflow: hidden;
    margin: 0px 0 !important;
    padding: 0px;
}

div.wd_page_toolbar {    
	display: block;
    clear: both;
    overflow: auto;
    height: 30px;
    margin: 38px 0 0;
}
div.wd_page_toolbar table {width: auto; border: 0px;float: right;}
div.wd_page_toolbar tbody {}
div.wd_page_toolbar tr {}
div.wd_page_toolbar td { line-height: 16px; margin: 0; padding: 0 2px; vertical-align: top;}
div.wd_page_toolbar td span.wd_page_tool { line-height: 16px; margin: 0; padding: 0; vertical-align: top;}
div.wd_page_toolbar a { line-height: 16px; margin: 0; padding: 0; vertical-align: top;}
div.wd_page_toolbar img {width: 16px; height: 16px;vertical-align: middle;}


.ui-widget-content {
    border: 1px solid #ccc;
    background: #fff;
    color: #222222;
    border-radius: 0 0 0 0 !important;
}
.ui-datepicker .ui-datepicker-header {
	background: #fff;
	background-image: none;
	border: 0px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next,
.ui-widget-header .ui-icon {
	background-image: none;
	transition: .3s all;
	border-radius: 0px !important;
	border: 0px;
	left: 0px;
	right: 0px;
	top: 6px;
	bottom: 0px;
}
.ui-datepicker .ui-datepicker-next {
	left: auto;
}
.ui-datepicker .ui-datepicker-prev span:before{
    content: '<';
    color: #666;
    position: absolute;
    left: 0;
    top: 0px;
    width: 20px;
    height: 20px;
    z-index: 99999;
    display: block;
    text-indent: 0;
    font: 700 28px/14px monospace;
} 
.ui-datepicker .ui-datepicker-next span:before{
    content: '>';
    color: #666;
    position: absolute;
    left: 0;
    top: 0px;
    width: 20px;
    height: 20px;
    z-index: 99999;
    display: block;
    text-indent: 0;
    font: 700 28px/14px monospace;
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: none;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 14px;
    margin: 1px;
    height: 30px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 0px solid #ccc;
    background: #eee;
    font-weight: bold;
    color: #333;
	transition: .3s all;
}
.ui-datepicker-today a.ui-state-highlight {
	border: 0px solid #ccc;
    background: #ebb716;
    font-weight: bold;
    color: #333;
	transition: .3s all;
}
.ui-datepicker-today a.ui-state-highlight:hover {
    background: #990000;
	color: #fff;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	border: 0px solid #ccc;
    background: #ccc;
    font-weight: bold;
    color: #333;
	border-radius: 0px !important;
}

/* Date picker Icon */ 

.wd_search_form button[title="Calendar"] {
	background: transparent;
	background-color: transparent;
	text-shadow: none;
	box-shadow: none;
}

span.wd_datepicker-icon {
	background-color: none
	background: none;
}

/* End Date Picker Icon */

/* Start Award Col */
.award-col.margin-top {
	display: flex;
	align-items: start;
}
/* End Award Col */

/* Mobile Phone Icon */
.wd_mobile_phone {
	position: absolute;
    top: 0;
    right: 0;
    padding: 24px;
    display: none;
}
/* End Mobile Phone Icon */
span.wd_tool_icon > a:link,
span.wd_tool_icon > a:visited {
	background-color: #e3e5e8;
} 

@media (max-width: 1240px) {
	/* Mobile Phone Icon */
	.wd_mobile_phone {
		display: block;
	}
	/* End Mobile Phone Icon */
}
@media (max-width: 850px){
	
	.wd_search_form_advanced div.wd_form_field_pos_right {
		width: 48%;
		float: left;
	}
}
@media (max-width: 768px){
	
	.wd_search_form_advanced div.wd_form_field_pos_right {
		width: 99%;
		float: none;
	}
}
@media (max-width: 420px){
	.wd_page_menu {
		overflow: auto;
		padding-bottom: 50px;
	}
	.wd_page_limit {
		float: none;
		margin: 0 auto;
		padding: 8px 0;
		display: block;
		clear: both;
		text-align: center;
	}
	.wd_page_links {
		position: relative;
		margin: 0 auto !important;
		float: none;
		clear: both;
		text-align: center;
	}
	.wd_page_link.wd_page_next,
	.wd_page_link.wd_page_prev  {
		position: absolute;
		top: 40px;
	}
	.wd_page_link.wd_page_next{
		right: 40%;
	}
	.wd_page_link.wd_page_prev  {
		left: 40%;
	}
	.awards-row-homepage {
		display: flex;
		flex-direction: column;
		align-items: middle;
	}
	.awards-row-homepage .award-col {
		width: 100%;
		display: block;
	}
}

@media (max-width: 360px){

	.wd_page_link.wd_page_next,
	.wd_page_link.wd_page_prev  {
		position: absolute;
		top: 80px;
	}
	
	.wd_page_link.wd_page_next{
		right: 30%;
	}
	.wd_page_link.wd_page_prev  {
		left: 30%;
	}
}

.wd_search_basic_fields {
	display: none;
}
.wd_search_titles_only {
	display: block;
}

/* START Awards Row Section */

.row-content h2 {
    margin-bottom: 10px;
    color: #000;
    font-size: 1.4em;
    font-weight: 700;
    text-align: center;
}

.press_release_icons {
	background-image: url('../images/mi-icon-press-releases.svg');
	background-repeat: no-repeat;
	background-position: center center;
}
.media_contacts {
	background-image: url('../images/mi-icon-media-contacts.svg');
	background-repeat: no-repeat;
	background-position: center center;
}
.corp_info {
	background-image: url('../images/mi-icon-media-corp-info.svg');
	background-repeat: no-repeat;
	background-position: center center;
}

/* END Awards RowSection */
