/* Begin classes for common SPIN elements */

/* Header styles */
.page_header,
.category_header {
	font-weight: bold;
	margin-bottom: 15px;
}

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

.category_intro {
	margin-bottom: 15px;
}

/* END Header styles */

/* Breadcrumb and Reigion Drop-down */
.breadcrumb {
	float: left;
}
.breadcrumb span {
	margin-right: 1px;
}
.wd_region-nav {
	width: 100px;
	position: relative;
	float: right;
	overflow: hidden;
	border: 1px solid #9b9b9b;
	border-radius: 2px;
	color: #666;
}
.wd_region-nav:before {
	position: absolute;
	right: 3px;
	top: 3px;
	font-family: "FontAwesome";
	content: "\f0d7";
}
.wd_region-nav select {
	display: inline-block;
	vertical-align: middle;
	width: 150%;
	border: 0;
	padding: 2px 4px;
	margin: 0;
	background-color: transparent;
	-webkit-appearance: none;
	border-radius: 0px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAAGXRFW…IsJTc7FQAxDxD7AbEzEF+jR1DDywtoCr9DbhwzDlRZDRBgACYqHJO9bkklAAAAAElFTkSuQmCC);
	background-position: center right;
	background-repeat: no-repeat;
}
/* End Breadcrumb and Reigion Drop-down */

.wd_contentarea {
	border-left: 1px solid #ccc;
	padding: 0 40px;
}
.wd_navarea {
	padding: 0 40px;
}
.wd_linkmenu.wd_linkmenu-list {
	z-index: 9999;
}

li.wd_item {
	list-style-type: none;
	background: transparent;
}

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

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

/* Begin classes for individual PCTs */

/* Standard */
div.wd_standard {

}

table.wd_imagetable {}
td.imagecaption {
	text-align: left;
	padding: 3px 5px 3px 5px;
}
table.wd_attachment td {
	border: 0;
}
table.wd_attachment td.wd_attachment_image {
	width: 50px;
}
.wd_pageid_116 .item {
	margin: 0 0 20px;
}
.wd_attachment_info p {
	margin: 0;
}
.wd_attachment_spacer {
	display: none;
}


/* END Standard */

/* Events */
div.wd_events {

}
/* END Events */

.wd_board_committees th {
	padding: 5px 4px;
}

.wd_board_committees .wd_attribute_index {
	display: inline-block;
	color: transparent;
	content: '';
	background: url('../images/finExpert.png') no-repeat;
	width: 30px;
	height: 30px;
}
#main .wd_board_committees ul.wd_attribute_list {
	list-style-type: none;
}

.wd_member_col .wd_title {
	position: relative;
}
ul.wd_attribute_index_list {
	position: absolute;
	top: 10px;
	right: -30px;
}
th.wd_member_col {
	padding-right: 30px;
}
.wd_ir_keyratios .wd_ratios_values table th {
	border-bottom: 0;
}
th.wd_committee_col,
td.wd_committee_col,
th.wd_member_col {
	border: none;
	border-top: none;
	border-left: none;
	border-right: none;
	padding: 0 5px;
	vertical-align: middle;
	letter-spacing: 0;
}
th.wd_member_col {
	padding: 10px 30px 10px 10px;
}
li.wd_legend_item {
	list-style: none;
}

/* 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_thumbnail {
	display: none;
}
div.wd_newsfeed_releases .wd_item_wrapper {
	margin: 0;
}
.wd_newsfeed_releases .wd_title {
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.2em;
	margin: 5px 0;
}
.wd_newsfeed_releases .wd_subtitle {
	font-weight: normal;
}
.wd_newsfeed_releases .wd_item .wd_date {
	text-transform: capitalize;
	font-weight: normal;
	font-size: .9em;
	color: #8a8a8d;
}
.wd_newsfeed_releases .wd_item {
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
.wd_newsfeed_releases .wd_summary p {
	margin-top: 0px !important;
}

.wd_search_basic_fields select,
.wd_search_basic_fields input,
.wd_search_basic_fields button {
	height: 35px;
}
.wd_search_basic_fields button {
	padding: 5px 12px;
	font-weight: 600;
	border-radius: 10px;
	background-color: #FF6C36;
	border: 0;
	cursor: pointer;
	color: #fff;
	transition: .5s;
	font-weight: bold;
}
.wd_search_basic_fields button:hover {
		background-color: #053A4F;
		color: #fff;
}

.wd_search_basic_fields select {
	width: auto !important;
	margin-bottom: 0 !important;
	padding-right: 40px !important;
	display: inline-block !important;
	float: left;
}

.wd_search_basic_fields input[type="text"] {
	max-width: 55%;
	margin-left: 10px !important;
	display: inline-block !important;
	margin-bottom: 0 !important;
}

/* override font size set in feed releases */
.wd_newsfeed_releases-detail .news_body p.prnews_p {
	font-family: inherit;
	font-size: 100%;
	color: inherit;
}

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


#top .wd_form_field_label label {
	line-height: 34px;
}
.wd_form_field {
	overflow: hidden;
}


table.wd_formbuilder p {
	margin: 0px;
}
/* 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-weight: bold;
	background-color: #666666;
	color: #ffffff;
	padding: 4px 8px;
}

div.wd_featurebox {
	padding: 8px;
	margin-bottom: 10px;
	overflow: hidden;
}
div.wd_featurebox p {}
div.wd_featurebox div {}


div.wd_featureboxes_middleB {}
div.wd_featureboxes_middleB .wd_featurebox_container {
	background: #f4f4f4;
	padding: 40px 40px 15px;
	text-align: center;
}
div.wd_featureboxes_middleB .wd_featurebox {
	padding: 0;
	margin: 0;
}
div.wd_featureboxes_middleB .wd_featurebox_title {
	display: none;
}
div.wd_featureboxes_middleB .imagecaption {
	text-align: center;
}

div.wd_featureboxes_top {}
div.wd_featureboxes_top div.wd_featurebox_container {
	background: #f4f4f4;
	padding: 40px 40px 15px;
	text-align: center;
}
div.wd_featureboxes_top div.wd_featurebox {
	padding: 0;
	margin: 0;
}
div.wd_featureboxes_top div.wd_featurebox_title {
	display: none;
}

div.wd_featureboxes_top .imagecaption {
	text-align: center;
}

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 {
	background: #0c6389;
	padding: 20px;
}
div.wd_featureboxes_middle div.wd_featurebox_title {
	text-align: center;
}
div.wd_featureboxes_middle div.wd_featurebox {
	text-align: center;
}

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

.wd_news_releases-teaser .item .itemlink img,
.wd_news_releases-teaser .item .wd_asset_icons {
	display: none;
}

.wd_featurebox-financial div.wd_chart-range {
	border-bottom: 0;
	background: #F15D22;

}
.wd_featurebox-financial div.wd_chart-range-active {
		background: #fff;
		color: #F15D22;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
}

div.wd_chart-quote-value-up {
		color: #547730;;
}
div.wd_chart-quote-value-down {
		color: #F15D22;
}
div#wd_chart_1-ranges div:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
div#wd_chart_1-ranges div:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.wd_featurebox .wd_ticker_selector {
	display: 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 */

#top .orange_price_btn {
	border: none !important;
}
#top .orange_price_btn:hover {
	background-color: #fff;
}
/* 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_featureboxes_tabbed.wd_featureboxes-vertical {
	display: none;
}

.ls-layer h1, #main .t_container_wrap h1 {
	color: #585858;
	text-shadow: none;
	margin: 40px 0 20px 0;
	font-weight: 400;
}
#main .t_container_wrap div.nine.units {
	overflow: hidden;
}
div.wd_featureboxes_middle div.wd_featurebox_title {
	color: white;
	background: transparent;
	padding-left: 0;
	font-weight: 400;
	font-size: 28px;
	text-align: center;
}

div.wd_featureboxes_middle div.wd_featurebox {
	border: none;
	padding-left: 0;
}

.banner_text_container h1 {
	color: white !important;
}

ul.wd_layout-simple.wd_asset_type_link_list {
	display: none;
}

div.wd_featureboxes_middle div.wd_featurebox {
	border: none;
	padding-left: 0;
	max-width: 1140px;
	display: block;
	margin: 0 auto;
}

#bannerBG h1 {
	color: #fff;
	text-shadow: 0px 0px 6px #000000 !important;
	margin: 40px 0 20px 0;
	font-weight: bold !important;
}
#bannerBG p {
	font-size: 0.6em;
}

/* Breadcrumb and Reigion Drop-down */
.breadcrumb {
	float: left;
}
.breadcrumb span {
	margin-right: 1px;
}
#top .wd_region-nav {
	position: relative;
	float: right;
	overflow: hidden;
	border: 1px solid #9b9b9b;
	border-radius: 2px;
	color: #666;
}
#top .wd_region-nav:before {
	position: absolute;
	right: 3px;
	top: 3px;
	font-family: "FontAwesome";
	content: "\f0d7";
}
#top .wd_region-nav select {
	display: inline-block;
	vertical-align: middle;
	width: 150%;
	border: 0;
	padding: 2px 4px;
	margin: 0;
	background-color: transparent;
}
/* End Breadcrumb and Reigion Drop-down */

#main .t_container_wrap {
	padding-top: 10px;
	padding-bottom: 0;
}
.t_container_wrap.container_wrap.fullsize {
		padding-bottom: 0 !important;
}
.wd_search_form_container input[type="text"] {
	max-width: 65%;
	display: inline-block !important;
	float: left;
}

.wd_search_form_container input[type="submit"] {
	padding: 9px 5px;
	float: left;
	display: inline-block;
	font-size: 12px;
	margin-left: 5px;
}

.wd_pageid_45 aside#t_container_sidebar {
	display: none;
}

.wd_pageid_45 .nine.alpha.units {
	border-right: none !important;
	width: 100% !important;
	padding-right: 0 !important;
}

.wd_pageid_45 .wd_content {
	width: 100% !important;
}

.wd_ir_snapshot table tr th, .wd_ir_snapshot table tr td {
	padding: 5px;
	padding-right: 10px !important;
}

input.wd_formbuilder_submit {
	margin-left: 5px;
}
.wd_form_footer .wd_form_buttons {
	margin-top: 20px;
}

.wd_events .wd_more {
	display: none;
}

.wd_events .wd_title a {
	color: #525252;
	font-size: 2em;
}

.wd_events .wd_title a:hover {
	color: #525252;
	cursor: default;
}

.wd_search_basic_fields {
	width: auto;
}

.wd_document_format img,
.wd_attachment_image img {
	max-width: 16px;
}

li .category_text {
	margin-left: 25px !important;
}

.wd_toolbar ul.wd_tools {
	padding-left: 0 !important;
}

div.wd_toolbar ul.wd_tools li.wd_tool {
	display: block;
	list-style-type: none;
	margin: 0 1px;
	padding: 0;
}

div.wd_quote-threecol div.wd_quote_footer {
	width: 60%;
	margin-left: 39%;
	clear: both;
	margin-top: 25%;
}

.wd_search_basic_fields {
	display: inline-block;
	background-color: transparent;
	border: none;
	border-radius: 3px;
	padding: 3px;
	vertical-align: middle;
}

.wd_newsfeed_releases .wd_search_basic_fields {
	width: 100%;
}

.addthis-smartlayers.addthis-smartlayers-desktop {
	display: none;
}

.wd_pageid_45 .t_container_wrap .container {
	max-width: 100%;
	padding: 0;
}
#breadcrumbs .container {
	margin-top: 20px;
	max-width: 1130px;
}

.wd_newsfeed_releases-teaser {
	overflow: auto;
}
.wd_newsfeed_releases-teaser .item {
	background: #053a4f;
	width: 29%;
	float: left;
	margin: 10px 2%;
	opacity: 1;
	transition: .25s ease all;
	cursor: pointer;
}
.wd_newsfeed_releases-teaser .item:hover {
	opacity:.8;
}
.wd_newsfeed_releases-teaser .item .wd_date,
.wd_newsfeed_releases-teaser .item .wd_title a {
	color: white;
	padding: 0 20px 0 20px;
	font-size: 18px;
	margin-top: 5px;
	display: block;
	font-weight: normal;
}
.wd_newsfeed_releases-teaser .item p {
	background: white;
	font-size: 14px;
	margin-bottom: 0;
	padding: 5px 20px 20px;
	min-height: 160px
}
.wd_newsfeed_releases-teaser .wd_asset_icon_link .wd_icon {
	color: #fff;
}
.wd_newsfeed_releases-teaser .wd_thumbnail,
.wd_newsfeed_releases-teaser .subscribe_link {
	display: none;
}

.wd_featureboxes_right .wd_newsfeed_releases-teaser .item {
	background: #053a4f;
	width: 100%;
	display: inline-block;
	float: left;
	margin: 10px 0;
	min-height: 240px;
	opacity: 1;
	transition: .25s ease all;
	position: relative;
}

.wd_events-teaser .item {
	max-width: 260px;
	display: block;
	margin: 0 auto;
	font-size: 1.4em;
}

.wd_featureboxes_middleC:before {
	content: 'Stock Performance Summary';
	font-weight: 400;
	font-size: 28px;
	text-align: center;
	display: block;
}

.wd_featureboxes_middleC .wd_featurebox_title {
	display: none;
}

.wd_featureboxes_middleC.wd_featureboxes-vertical {
	background: #ffffff;
	padding: 40px 15%;
	display: block;
	clear: both;
}

.wd_featureboxes_middleC .wd_featurebox_container {
	width: 48%;
	margin-right: 1%;
	float: left;
	margin-bottom: 40px;
}

.wd_testimonial {
	clear: both;
	display: block;
	position: relative;
	background-color: #e6ebee;
	padding: 40px 0;
	margin-top: 40px;
}
.wd_testimonial .wd_featurebox_container {
	padding-bottom: 80px;
}
.wd_testimonial .wd_featurebox_title {
	display: none;
}
.wd_testimonial .item_name {
	position: absolute;
	bottom: 50px;
	right: 0;
	background: transparent;
	color: #053a4f;
	font-size: 24px;
	font-weight: normal;
}
.wd_testimonial .item_name b {
	font-weight: bold;
}
.wd_testimonial .wd_featurebox {
	background: url("../images/open-quote-large-dark.png") left top no-repeat,
		url("../images/close-quote-large-dark.png") right bottom no-repeat;
}
.wd_testimonial .wd_featurebox p {
	color: #585858;
	font-size: 21pt;
	font-weight: 300;
	line-height: 31px;
}

.wd_testimonial p.more {
	position: absolute;
	bottom: 0;
	right: 50%;
	border-radius: 2px;
	white-space: nowrap;
	margin: 0;
	line-height: 0;
}
.wd_testimonial p.more a {
	background-color: #ff6c36;
	border: 2px solid #fff;
	display: block;
	padding: 10px 14px;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.wd_testimonial p.more a:hover {
	background-color: #ff4703;
	border: 2px solid #e0e0e0;
}

div#wd_printable_content {
	max-width: 1140px;
	display: block;
	margin: 0 auto;
	margin-bottom: 50px;
	padding: 0;
}

div#wd_featurebox-teaser_2 p.more a {
	color: white;
}

div#wd_featurebox-teaser_2 .more a,
div#wd_featurebox-teaser_4 p.more a {
	background-color: #F15D22;
	opacity: 1;
	border: 1px solid #fff;
	clear: both;
	border-radius: 10px;
	width: 150px !important;
	display: block;
	margin: 40px auto 0;
	padding: 5px 0;
	transition: .3s ease all;
}

#wd_featurebox-teaser_2 .more a:hover,
div#wd_featurebox-teaser_4 p.more a:hover {
	background: #053A4F;
}

div#wd_featurebox-teaser_2 .more,
div#wd_featurebox-teaser_4 p.more {
	text-align: center;
}

div#wd_featurebox-teaser_4 p.more a {
	color: white;
}

div#wd_featurebox-teaser_4 p.more {
	margin-top: 0;
}

.t_container_wrap .arrow-up:last-of-type {
	display: none;
}

.wd_sidebar .wd_featureboxes_right .wd_featurebox .item {
	width: 100%;
	margin: 0;
}

div#wd_featurebox-teaser_1 .wd_featurebox {
	padding: 0;
}

span.wd_subscribe_icon {
	display: none;
}

.wd_events_header_container {
	border: 0px none;
	margin: 0 0 5px 0;
	padding: 0 0 14px;
	background: none;
}

div#wd_event_4_1251730800 .wd_toolbar {
	display: none;
}

.wd_ir_secfilings select#filings_year {
	padding-right: 50px;
}

.wd_sec_filings tbody tr td {
	padding: 8px;
}

div.wd_historical_results {
	position: relative;
	width: 45%;
	min-width: 40ex;
	min-height: 9em;
	margin: 0 0 20px 5%;
	float: left;
}

.wd_chart_dates img {
	max-width: 20px;
	display: block;
	position: relative;
	top: 5px;
	float: left;
	left: 5px;
}
#top .wd_chart_dates input[type="text"] {
	width: auto;
	max-width: 70%;
	display: inline-block;
	float: none;
}
.wd_chart_dates button {
	margin: 0 5px;
}

.wd_title.wd_language_left {
	font-size: 26px;
}

.wd_newsfeed_releases ul.wd_layout-simple.wd_item_list {
	padding-left: 0 !important;
}

.wd_pageid_118 .wd_standard .item_name {
	padding: 20px 35px 20px 15px;
	border: 1px solid #ccc;
	background: #e6ebee;
	background: linear-gradient(#f3f3f3,#e6ebee);
	position: relative;
	font-size: 20px;
	color: #053a4f;
}
.wd_pageid_118 .wd_standard .item p {
	padding: 35px 20px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 0;
}
.wd_pageid_118 .wd_standard .item .item_name::after {
	content: "";
	display: block;
	position: absolute;
	right: 20px;
	top: 40%;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #053a4f;
}
.wd_pageid_118 .wd_standard .item_name.active::after {
	border-bottom: 10px solid #053a4f;
	border-top: 0;
}

div#wd_featurebox-standard_4,
div#wd_featurebox-standard_9 {
	background: #F15D22;
}
div#wd_featurebox-standard_5 {
	background: #563689;
}
div#wd_featurebox-standard_6 {
	background: #547730;
}
div#wd_featurebox-standard_7 {
	background: #00837e;
}
div#wd_featurebox-standard_8 {
	background: #0c6389;
}

div#wd_featurebox-financial_4 .wd_featurebox_title {
	display: none;
}

ul.wd_layout-simple.wd_committee_list {
	list-style-type: none !important;
}

.wd_subnav li::before {
	display: none;
}
.wd_subnav li {
	margin-bottom: 0 !important;
	list-style: none;
	font-size: 13px;
}
.widget_nav_menu .wd_subnav li a {
	font-weight: normal;
}
.widget_nav_menu .wd_subnav li.current_page_item a {
	font-weight: bold;
}

.wd_events-detail .wd_event_sidebar,
.wd_events_list .wd_event {
	background: none !important;
}

select#wd_events_input_year,
select#wd_events_input_month {
	max-width: 100px;
	display: inline-block;
	float: left;
	margin-right: 15px;
	margin-top: 6px;
	height: 37px;
}

div .button:hover, input[type="submit"]:hover {
	background-color: #666666;
	border: none;
}

button.wd_events_input_go {
	border-radius: 10px;
	border-bottom: 0 none;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px 15px;
	background-color: #053a4f;
	border: none;
	color: #ffffff;
	margin-top: 6px;
}

button.wd_events_input_go:hover {
	background: #666666;
}

.wd_pageid_118 .item {
	margin-bottom: 0;
}

img.ui-datepicker-trigger {
	max-width: 20px;
	margin-top: 5px;
}

.wd_calculator_inputs input#wd_calculator_date {
	max-width: 80%;
	float: left;
	margin-right: 10px;
}

.wd_board_members-detail .wd_captioned_image {
	margin: 0 auto !important;
	margin-bottom: 10px !important;
}

.ui-widget-header {
	background: #5c9ccc;
}

.ui-datepicker-title select {
	width: 49% !important;
	float: left;
	margin-right: 1% !important;
	margin-bottom: 0 !important;
}

div#wd_featurebox-financial_2 {
	background: rgba(239, 239, 239, 0.4);
	padding: 20px;
	padding-top: 45px;
	min-height: 313px;
}

div#ir_featurebox_1-footer,
#wd_featurebox-financial_1 .wd_ticker_label {
	display: none;
}

div#wd_featurebox-financial_1 {
	padding-top: 15px;
}

.wd_featureboxes_bottomB {
	clear: both;
	padding: 0;
}
.wd_featureboxes_bottomB .wd_featurebox_container {
	width: 33.333%;
	display: inline-block;
	float: left;
	min-height: 110px;
	padding: 0;
	position: relative;
}
.wd_featureboxes_bottomB .wd_featurebox_title {
	display: none;
}
.wd_featureboxes_bottomB .wd_featurebox a {
	color: white;
}
.wd_featureboxes_bottomB .wd_imagetable tr td {
	border: none;
	display: inline-block;
}
.wd_featureboxes_bottomB table.wd_imagetable {
	border: none;
	display: inline-block;
	float: left;
	max-width: 170px;
}
#main .t_container_wrap .wd_featureboxes_bottomB h3 {
	margin: 0;
	background: transparent;
	font-size: 18pt;
	text-transform: uppercase;
	color: white;
	text-align: center;
}
#main .t_container_wrap .wd_featureboxes_bottomB p {
	text-align: center;
}

.wd_pageid_116 .item .item_name a.itemlink {
	font-size: 19px;
}

.wd_board_members .wd_item .wd_summary p a {
	margin-left: 10px;
}

.menu>span:nth-child(2)>a::after,
.menu>span:nth-child(4)>a::after,
.menu>span:nth-child(6)>a::after {
	content: '+';
	background: #053a4f;
	height: 20px;
	display: inline-block;
	color: white;
	padding: 0px 6px;
	margin-left: 10px;
}

div#wd_featurebox-standard_10 .wd_featurebox_title {
	display: none;
}

div#wd_featurebox-standard_10 .wd_featurebox table td {
	border: none;
}

.wd_historical_calendar th.ui-datepicker-week-end {
	border: none;
}

td.ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled {
	border-left: none;
}

td.ui-datepicker-week-end.ui-datepicker-other-month.ui-datepicker-unselectable.ui-state-disabled {
	border-left: none;
	border-top: 1px solid #a6c9e2;
}

.wd_historical_calendar tbody tr td {
	border-top: 1px solid #a6c9e2;
}

.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
	border-radius: 0;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
	border-radius: 0 !important;
	background: #5c9ccc;
}

#wd_featurebox-financial_4 div.wd_ticker_label {
	text-align: left;
	margin: 5px 0;
}

.wd_historical_calendar th {
	border-top: none !important;
}

#main .t_container_wrap .wd_featureboxes_bottomB a {
	color: white;
}

li.wd_member {
	list-style: none;
}

.wd_widthcontainer {
	max-width: 1130px;
	margin: 0 auto;
}

.wd_label {
	padding-right: 5px;
}

/* CSS OVERRIDES */

body {
	font-family: 'Montserrat', sans-serif;
}

div .av_one_fourth {
	margin-left: 6%;
	width: 18.5%;
}

table {
	margin: 0;
}

#main ul.wd_events_tabs {
	list-style-type: none;
	float: right;
}

/* Footer */

#footer {
	background-color: #515151;
}

#footer>.footer_nav {
	padding-top: 15px;
	padding-bottom: 25px;
	border-top: none;
}

#main #footer {
	color: #fff;
}

#footer .widget {
	overflow: visible;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}


.footer_foot{
	font-size: 12px;
    line-height: 1.1;
}


/*.dropdown-menu {
	position: absolute;
	top: 5%;
	left: 0;
	z-index: 9999999;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #9b9b9b;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 2px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}
.dropdown-menu.opened {
	display: block;
}*/
#top #footer .widget ul {
	overflow: visible;
}

#footer ul.dropdown-menu a:link {
	color: black;
}

.open>.dropdown-menu {
	display: block;
}

div .av_one_fourth {
	margin-left: 6% !important;
	width: 18.5%;
}
li#menu-item-search {
	display: none;
}
img#liveagent_button_online_573d0000000oLni {
	display: none !important;
	position: fixed;
	bottom: -150px;
	right: -65px;
}
#scroll-top-link {
	bottom: 0 !important;
}
.list-image-wrapper1 ul, .list-image-wrapper1 .list-image,
.list-image-wrapper2 ul, .list-image-wrapper2 .list-image {
	display: inline-block;
	width: 48%;
	vertical-align: top;
}
.list-image img {
	width: 100%;
}
#wrap_all #footer .widgettitle {
	color: #fff;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	font-size: 16px\9;
	text-transform: none;
}

#footer a:link, #footer a:visited, #socket.socket_color a:link, #socket.socket_color a:visited {
	color: #fff;
}

#main #footer {
	padding: 0 0 20px 0;
	font-size: 14px;
	font-weight: 300;
	/* line-height: 1.4px; */
}

body #footer ul {
	list-style: none;
}

body #footer .widget {
	margin: 0;
}

body #footer .widget h3 {
	margin-top: 25px;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 25px;
}

body #footer .widget_nav_menu a {
	padding: 3px 0 4px 0;
	line-height: 12px;
}

body #footer_countries {
	text-align: center;
	font-size: 12px;
}

body #footer_countries a {
	margin-top: 30px;
	display: inline-block;
}

body #footer_countries a:not(:last-child) {
	margin-right: 25px;
}

footer#socket .container {
	text-align: center;
}

#top footer#socket .copyright {
	float: right;
	color: #fff;
	display: inline-block;
	padding-left: 52px;
	font-size: 11px !important;
	padding-top: 10px;
}

footer#socket .menu-copyright-footer-menu-container {
	display: inline-block;
	float: left;
}

footer#socket .menu-copyright-footer-menu-container ul li {
	display: inline-block;
	margin-right: 15px;
	border-right: 1px solid #cac8c8;
	padding-right: 15px;
	font-size: 11px !important;
}

footer#socket .menu-copyright-footer-menu-container ul li:last-child {
	border-right: none;
}

#top footer#socket ul {
	list-style-position: none;
	list-style-type: none;
	padding-left: 0;
}

footer#socket .container {
	padding: 8px 0 0 0 !important;
}

footer#socket {
	background: #373737;
	font-size: 14px;
	padding-bottom: 50px!important;
}

.footer_color .widget_nav_menu ul:first-child>.current_page_item {
	background: 0 none;
	border: 0 none;
	box-shadow: none;
}

.footer_color .widget_nav_menu ul:first-child>.current_page_item a {
	color: #ccc;
}

.remove {
	display: none;
}
/* added spacing in "My Services" column, right beneath "Client Support" */ 
.wd_footer_clientsupport {
	margin-bottom: 10px;
}

.customrte_mobile-footer h6 {
	font-size: 15px;
}
/* Client CSS Overrides */
#t_container_sidebar{
	padding: 0 30px 0 0;
}
body .unit.alpha, body .units.alpha, body div .first {
	clear: none;
}
#main .t_container_wrap div.nine.units {
	padding-left: 30px;
	border-left: 1px solid #cdd2d6;
}
.overlay__color_brand-gradient {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .8;
	background: #053a4f;
	background: -moz-linear-gradient(45deg,#053a4f 0,#053a4f 30%,#137b72 93%,#137b72 100%);
	background: -webkit-linear-gradient(45deg,#053a4f 0,#053a4f 30%,#137b72 93%,#137b72 100%);
	background: linear-gradient(45deg,#053a4f 0,#053a4f 30%,#137b72 93%,#137b72 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#053a4f',endColorstr='#137b72',GradientType=1);
}
.navigation li {
	list-style: none;
	margin-bottom: 8px;
	line-height: 17px;
}
.navigation li.current-page > a {
	font-weight: bold;
}
/* End Client CSS Overrides */


@media (max-width: 1129px) {
#main .t_container_wrap .wd_featureboxes_bottomB .wd_featurebox_container {
		width: 50%;
		min-height: 232px;
	}
}

@media (max-width: 1129px) {
	.wd_widthcontainer {
		max-width: 782px;
	}
}
@media (max-width: 1009px) {
	.wd_featureboxes_right {
		display: none;
	}
}

@media (max-width: 992px) {
	.fa-mobile {
		padding-right: 10px;
	}
}
@media (max-width: 949px) {
	.wd_widthcontainer {
		max-width: 725px;
	}
	#main .t_container_wrap .wd_featureboxes_bottomB .wd_featurebox_container {
		width: 100%;
	}
	.wd_newsfeed_releases-teaser .item {
		width: 97%;
		float: none;
	}
	.wd_newsfeed_releases-teaser .item .item_name a,
	.wd_newsfeed_releases-teaser .item p {
		min-height: 0;
	}
	div#wd_featurebox-teaser_2 .more, div#wd_featurebox-teaser_4 p.more {
		margin-top: 0;
	}
	.wd_featureboxes_middleC.wd_featureboxes-vertical {
		padding: 40px 5%;
	}
}
@media (max-width: 782px) {
	#t_container_sidebar {
		width: 100%;
	}
	#wd_container_main {
		width: 100%;
		border-right: 0;
	}
}

@media (max-width: 767px) {
	#top #footer .container > .flex_column:last-child {
		width: 49%;
	}
	.sub-menu[style] {
		display: none !important;
	}
	.wd_featureboxes_middleC.wd_featureboxes-vertical {
		padding: 40px 0;
	}
	.wd_board_committees th,
	.wd_board_committees td {
		font-size: 10px;
	}
	.wd_featureboxes_middleC .wd_featurebox_container {
		width: 99%;
		margin-right: 0%;
		float: none;
		margin-bottom: 40px;
	}
	ul.wd_attribute_index_list {
		top: 5px;
	}
	.wd_mobile_contactinfo {
		display: none
	}
}

@media (max-width: 529px) {
	#top #footer .container > .flex_column {
		width: 99%;
	}
	#recaptcha2_widget div {
		transform:scale(0.85);
		-webkit-transform:scale(0.85);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	}
	div.wd_toolbar ul.wd_tools li.wd_tool {
		float: left;
		margin-bottom: 2px;
	}
	.wd_tool-addthis {
		clear: both;
	}
}

@media all and (min-width: 1130px) {
	.responsive .container {
		max-width: 1130px;
	}
	.responsive .container .nine.units {
		width: 809px;
	}
	.responsive .container .three.units {
		width: 220px;
	}
	#top #header_main .logo {
		margin-top: -8px;
	}
}
@media all and (max-width:1002px) {
	img#liveagent_button_online_573d0000000oLni {
		display: none !important;
	}
}

@media only screen and (max-width: 767px) {
	#top #footer .container {
		width: 90%;
	}
	#top #footer .container>.flex_column {
		width: 49%;
		padding: 0 10px 0 0;
		text-align: left;
	}
	#top #footer .container>.flex_column:nth-child(odd) {
		clear: left;
	}
	#top #footer .container>.flex_column:last-child {
		width: 100%;
	}
}

@media only screen and (max-width: 450px) {
	.copyright {
		padding-bottom: 45px;
	}
}

.wd_pageid_20296 table {
	width: auto !important;
}
.wd_pageid_20296 table span {
	word-break: break-word;
}

.wd_pageid_20318 .communications-cloud p sup {
	font-size: 75%;
}

/* Client Overrides */
.navbar-brand > img {
	width: auto;
  	height: 40px;
}