/* FONTS */
@font-face{
	font-family:"belk-icons";
	src:url("../fonts/belk-icons.woff");
}	

/* Top Header Banner */

.top_header_banner {
	background: #201A51;
	width: 100%;
}
.UsableNetAssistive {
	color: #ffffff !important;
	display: inline-block !important;
}
.UsableNetAssistive:hover {
	text-decoration: none;
}
.accessibility_banner {
	padding: 20px;
	text-align: center;
	
	margin: 0 auto; 
}
.UsableNetAssistive:hover {
	color: #ffffff;
}

/* End Top Header Banner */

/* Start Header Banner Promotion */ 

.enableAccessibilty-wrapper {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 14px;
	text-align: right;
}

/* End Header Banner Promotion */ 

/* Begin classes for common SPIN elements */

p>a {
	text-decoration: underline;
}
.fa:before {
    font-family: fontawesome;
}
.wd_sidebar {
	width: 25%;
	display: inline-block;
}

#wd_printable_content p {
	margin-bottom: 15px;
}

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

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

.category_intro {
	margin-bottom: 15px;
}

/* END Header styles */

a {
	text-decoration: none;
}

.item {
	margin: 0px 0px 10px 0px;
	overflow: auto;
	line-height: 1.4em;
}
.item_name {}
.item_date {
	font-weight: bold;
}
.item_summary {}

table.wd_imagetable {
	width: auto;
}

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

.menu-category li a:hover {
	text-decoration: underline;
}

.level-1>li:last-child>a:hover {
	color: black;
}

.level-1>li.hovered>a, .level-1>li:hover>a {
	background-color: transparent!important; 
	color: black;
}
.level-1>li.hovered>a:before, .level-1>li>a:before {
	display: none!important;
}
.level-1>li.hovered>a.hovered:after, .level-1>li.hovered>a.hovered:before, .level-1>li.hovered>a:after, .level-1>li.hovered>a:before, .level-1>li:hover>a.hovered:after, .level-1>li:hover>a.hovered:before, .level-1>li:hover>a:after, .level-1>li:hover>a:before {
	opacity: 0!important;
}

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

}
p.more {
    margin-top: 20px;
    text-align: right;
}
p.more a {
    background: #000;
    border: none;
    color: #fff;
    height: 44px;
    text-decoration: none;
    font-size: 14px;
    padding: 10px;
    width: 76px;
}
.wd_thumbnail img {
	max-width: 144px;
}
/* END Standard */

/* Home */
.wd_pageid_20303 h1 {
	margin-bottom: 30px!important;
	/*padding-bottom: 30px!important;*/
}

/* Events */
div.wd_events {

}
/* END Events */

/* Gallery */
div.wd_gallery {

}

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

.wd_gallery li.wd_category_link {
	margin-bottom: 30px;
}

.wd_gallery li.wd_category_link > div {
    margin-left: 0 !important;
}

.wd_gallery li.wd_category_link .wd_thumbnail {
	margin-bottom: 20px;
}

.wd_gallery li.wd_category_link .wd_title {
	text-align: center;
}

.wd_gallery .wd_title a {
	text-decoration: underline;
}

.wd_gallery .wd_form_field {
	overflow: hidden;
	margin: 18px 0;
}

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

.wd_search_basic_fields input,
.wd_search_basic_fields select {
	width: auto;
}
.wd_search_basic_fields button {
	padding: 6px;
}
form.wd_search_form.wd_search_form_basic {
    position: relative;
}
form.wd_search_form.wd_search_form_basic input[type="text"] {
    height: 36px;
}
form.wd_search_form.wd_search_form_basic input[type="submit"] {
    background: black;
    border: none;
    border-radius: 0;
    height: 36px;
    line-height: 16px;
    margin: 0;
    color: transparent;
    min-height: auto;
    padding: 0;
    width: 56px;
    position: absolute;
    right: 0;
    top: 0;
    transition: none;
    /* width: 50px; */
    z-index: 1;
}
.wd_search_button.wd_highlight {
    color: #fff;
}
/* Newsfeed Releases */
#wrapper #main h1.page_header {
	margin-bottom: 15px;
}

.wd_newsfeed_releases .wd_item .wd_title {
	font-size: 1.2em;
}
.wd_newsfeed_releases .wd_item .wd_date {
	font-size: 1em;
	color: #000;
	font-weight: normal;
}

/* 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;
}
.wd_newsfeed_releases-teaser .subscribe_link {
	display: none;
}

/* Press Releases */
.wd_pageid_20295 #wrapper #main {
	padding-top: 40px;
}

/* 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 */
.wd_pageid_20295 .wd_item_wrapper {
	margin-left: 0;
}
.wd_pageid_20295 .wd_thumbnail {
/*	display: none;*/
	float: right;
}
.wd_item .wd_subtitle {
	font-weight: normal;
}
.wd_item .wd_date {
	text-transform: none;
}
.item_with_slider {
	padding: 0px 0px 0px 20px;
}
.wd_search_button {
	color: white;
}
.wd_search_basic_fields {
	background-color: transparent;
	border: none;
}

.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 {
	
}
p.more {
	text-align: right;
	margin-right: 30px;
}
/* END Stories */

/* Formbuilder */

div.wd_formbuilder {

}

table.wd_formbuilder {

}

input.wd_formbuilder_submit {

}

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

.wd_articles li.wd_item,
.wd_news_headlines li.wd_item,
.wd_gallery li.wd_category_link,
.wd_gallery li.wd_item {
    display: inline-block;
    width: 31%;
    padding: 0 10px;
    vertical-align: top;
    overflow: hidden;
}
.wd_gallery li.wd_item {
    width: 31% !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    border: none;
    box-shadow: none;
}
.wd_gallery ul.wd_layout-grid.wd_item_list {
    height: auto !important;
}
.wd_gallery li .wd_item_wrapper {
    text-align: center;
}
.wd_articles .wd_item .wd_thumbnail {
    float: none;
}
.wd_articles .wd_item .wd_thumbnail img {
    max-width: 100%;
}
.wd_articles .wd_item .wd_date {
	display: none;
}
.wd_articles .wd_item .wd_title, 
.wd_news_headlines li.wd_item .wd_title,
.wd_newsfeed_releases li.wd_item .wd_title {
    font-size: 14px;
    padding-bottom: 5px;
}
.wd_articles ul.wd_category_link_list {
	float: none;
}
ul.wd_layout-simple.wd_item_list {
    overflow: hidden;
}
ul.wd_layout-simple.wd_asset_type_link_list li {
    display: none;
}
.wd_asset_gallery_container .wd_gallery_asset .wd_asset_image img {
    width: 100%;
}
.wd_videos li.wd_item {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    width: 33% !important;
    margin: 0 5px;
    top: auto !important;
    display: inline-block;
}
.wd_videos .wd_thumbnail img {
    width: 100%;
    max-width: none;
}
.wd_news_headlines .wd_captioned_image .wd_image img {
    width: 100%;
}
.wd_news_headlines .wd_captioned_image {
    width: auto !important;
}
.wd_news_headlines .wd_item_wrapper {
    margin-left: 0;
}
.wd_news_headlines li.wd_item .wd_date,
.wd_news_headlines li.wd_item .wd_title,
.wd_news_headlines li.wd_item .wd_publication {
    font-size: .9em;
}
.wd_news_headlines li.wd_item .wd_captioned_image {
	float: none !important;
}
/* 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 {
	color: #003650;
	font-size: 24px;
/*	border-bottom: 1px solid #003650;*/
	margin-bottom: 20px;
}
div.wd_featurebox {
	margin-bottom: 10px;
}

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 {
	font-size: .9em;
}
div.wd_featureboxes_middle div.wd_featurebox_container {
/*	width: calc(96%/2);*/
/*	float: left;*/
}
/*div.wd_featureboxes_middle div.wd_featurebox_container:first-of-type {
	margin-right: 4%;
}*/
div.wd_featureboxes_middle div.wd_featurebox_title {}
div.wd_featureboxes_middle div.wd_featurebox {}
.wd_articles-teaser .item, .wd_newsfeed_releases-teaser .item,
.wd_news_headlines-teaser .item{
/*    width: 33%;*/
    display: inline-block;
    width: 31%;
    margin: 0px 10px;
    vertical-align: top;
}
.wd_news_headlines-teaser .item .item_summary {
    display: none;
}
.wd_newsfeed_releases-teaser .item{
    min-height: 31em;
    background: #eee;
}
.wd_news_headlines-teaser .item{
    min-height: 23em;
}
.wd_newsfeed_releases-teaser .item .wd_date{
	padding-top: 10px !important;
}
.wd_newsfeed_releases-teaser .item .wd_thumbnail ~ div {
    padding: 0 10px;
}
.wd_newsfeed_releases-teaser .item .wd_summary {
    padding-bottom: 10px !important;
}
#wd_featurebox-teaser_1380 .item img {
    width: 100%;
}
.wd_featureboxes_middle.wd_featureboxes-horizontal .item_date {
    padding-top: 5px;
}
div.wd_featureboxes_right {}
div.wd_featureboxes_right div.wd_featurebox_container {}
div.wd_featureboxes_right div.wd_featurebox_title {
	background: transparent;
	color: black;
	padding: 5px 10px;
	border: 0;
}
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 {
	background-color: transparent;
}
#wd_featurebox-social_10, #wd_featurebox-social_7 {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 50%;
}
.wd_featurebox-social_10_tab
.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_featureboxes_socialhub .wd_tabs_wrapper {
	border: 0;
}
.wd_featureboxes_socialhub ul li {
	position: relative;
	width: 30px;
	height: 35px;
}
.wd_featureboxes_socialhub ul.wd_items li {
	width: auto;
}
.wd_featureboxes_socialhub #wd_featurebox-social_10_tab:after {
	content: "\f099";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: white;
	/*background-color: lightgrey;*/
	background-color: #5fa8dc;
	font-size: 18px;
	padding-right: 0.5em;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 25px;
	width: 25px;
	height: 25px;
	padding:10px 0 0 10px;
}
.wd_featureboxes_socialhub #wd_featurebox-social_10_tab:hover:after,
.wd_featureboxes_socialhub #wd_featurebox-social_10_tab.wd_tab-active:after {
	background-color: #5fa8dc;
}
.wd_featureboxes_socialhub #wd_featurebox-social_7_tab:after {
	content: "\f09a";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: white;
	/*background-color: lightgrey;*/
	background-color: #3a5a98;
	font-size: 18px;
	padding-right: 0.5em;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 25px;
	width: 23px;
	height: 25px;
	padding:10px 0 0 12px;
}
.wd_featureboxes_socialhub #wd_featurebox-social_7_tab:hover:after,
.wd_featureboxes_socialhub #wd_featurebox-social_7_tab.wd_tab-active:after {
	background-color: #3a5a98;
}
.wd_featureboxes_socialhub #wd_featurebox-social_8_tab:after {
	content: "\f231";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: white;
	/*background-color: lightgrey;*/
	background-color: #cc3232;
	font-size: 18px;
	padding-right: 0.5em;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 25px;
	width: 24px;
	height: 25px;
	padding:10px 0 0 11px;
}
.wd_featureboxes_socialhub #wd_featurebox-social_8_tab:hover:after,
.wd_featureboxes_socialhub #wd_featurebox-social_8_tab.wd_tab-active:after {
	background-color: #cc3232;
}
.wd_featureboxes_socialhub #wd_featurebox-social_11_tab:after {
	content: "\f16d";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: white;
	/*background-color: lightgrey;*/
	background-color: #3f729b;
	font-size: 18px;
	padding-right: 0.5em;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 25px;
	width: 25px;
	height: 25px;
	padding:10px 0 0 10px;
}
.wd_featureboxes_socialhub #wd_featurebox-social_11_tab:hover:after,
.wd_featureboxes_socialhub #wd_featurebox-social_11_tab.wd_tab-active:after {
	background-color: #3f729b;
}

#wd_featureboxes_tabs-socialhub ul li .wd_featurebox_icon {
	display: none;
}

#wd_featurebox-teaser_825 .wd_asset_icons {
	display: none;
}
#wd_featurebox-teaser_825 .itemlink img {
	float: left;
	margin-right: 10px;
}
/* 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/email_alerts.png) no-repeat center right;
}

/* CLIENT CSS OVERRIDES */

body {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
}

#header {
/*	border-bottom: 30px solid #000;*/
}
h1.page_header {
    display: none;
}

.wd_pageid_20295 .wd_title h1.page_header {
	display: block;
}
.header-nav .wrapper-content {
	text-align: center;
}
.header-nav ul {
	display: inline-block;
}
.header-nav li.menu__category-entry.menu__category-entry--men.menu__category_entry.on {
    background: black;
    color: #fff;
}
.header-nav li.menu__category-entry.menu__category-entry--men.menu__category_entry.on a:before,
.header-nav li.menu__category-entry.menu__category-entry--men.menu__category_entry.on a:after {
	opacity: 1;
	color: #fff;
	border-top-color: black;
}
.header-nav li.menu__category-entry.menu__category-entry--men.menu__category_entry.on:hover a:before,
.header-nav li.menu__category-entry.menu__category-entry--men.menu__category_entry.on:hover a:after {
	opacity: 1;
	border-top-color: black;
}
.header-banner-bottom .header-banner-promotion-bottom {
	display: none;
	/*height: 50px;*/
	color: #fff !important;
}
.header-banner-bottom .header-banner-promotion-bottom 
.menu-category {
	width: auto;
}
#wrapper .header-nav .menu-category li a {
	font-weight: normal!important;
}
ul.menu-utility-user.hide-desktop {
	background: #f2f2f2;
}
.wd_linkmenu-header:hover .wd_linkmenu-icon, .wd_linkmenu-header:focus .wd_linkmenu-icon, .wd_linkmenu-header.wd_linkmenu-active .wd_linkmenu-icon {
		background: transparent;
		border-left: none;
	}
	.wd_linkmenu-header {
	border-radius: 0;
	border: 1px solid black;
}
.wd_page_prev,
.wd_page_next {
	/*display: none;*/
}
.wd_page_link,
.wd_page_link:first-child {
	border: none;
}
.wd_page_active {
	background: transparent;
}
.wd_page_links .wd_page_active {
	font-weight: bold;
	font-size: 18px;
	position: relative;
	bottom: -1px;
}
.wd_page_links li a {
	color: #a5a19d;
}
.wd_page_link {
	padding: 8px 12px;
}
.wd_page_links li.wd_page_next {
	padding: 0;
}
.wd_page_links li.wd_page_next a::after {
	content: '';
	background: url(../images/sprite.png) no-repeat;
	background-position: -595px -699px;
	width: 13px;
	height: 22px;
	float: left;
	position: relative;
}
.wd_page_links li.wd_page_next a {
	text-indent: -999px;
	bottom: -6px;
	position: relative;
	display: block;
}

a.single_slider_carousel_control.left,
a.single_slider_carousel_control.right {
	display: none;
}

.wd_page_links li.wd_page_prev {
	padding: 0;
}
.wd_page_links li.wd_page_prev a::after {
	content: '';
	background: url(../images/sprite.png) no-repeat;
	background-position: -551px -699px;
	width: 13px;
	height: 22px;
	float: left;
	position: relative;
}
.wd_page_links li.wd_page_prev a {
	text-indent: -999px;
	bottom: -6px;
	position: relative;
	display: block;
}


.wd_linkmenu-item.wd_linkmenu-active {
	background-color: transparent;
}
.wd_linkmenu-list a.wd_linkmenu-listitem, .wd_linkmenu-list a.wd_linkmenu-listitem {
	padding: 5px;
}
.wd_linkmenu-list a.wd_linkmenu-listitem:focus, .wd_linkmenu-list a.wd_linkmenu-listitem:active {
	color: black;
	background-color: #f2f2f2;
}
.wd_linkmenu-header .wd_linkmenu-label {
	padding: 5px;
}
a.wd_linkmenu-item.wd_linkmenu-listitem {
	border-bottom: 1px solid black;
}
a.wd_linkmenu-item.wd_linkmenu-listitem:last-child {
	border-bottom: none;
}
.wd_linkmenu-item {
	border: none;
}

.wd_search_form_advanced .wd_form_field_input .wd_checkbox {
	clear: both;
	display: block;
	width: 100%;
}
.wd_search_form_advanced .wd_form_field_input .wd_checkbox input,
.wd_search_form_advanced .wd_form_field_input label {
	float: left;
	margin: 7px;
}
.wd_search_form_advanced span.wd_search_titles_only input {
	float: left;
	margin: 10px 5px;
}
.wd_search_form_advanced .wd_form_field_label {
	color: black;
	background: transparent;
}
.wd_search_form_advanced .wd_form_field {
	overflow: hidden;
}
.wd_form_footer a, a.wd_search_advanced_link {
	text-decoration: underline;
}
.wd_form_footer a:hover, a.wd_search_advanced_link:hover {
	text-decoration: none;
}
.header-search form.wd_search_form.wd_search_form_basic:after {
    content: '\f002';
    font-family: fontawesome;
    position: absolute;
    right: 19px;
    top: 7px;
    color: white;
    font-size: 20px;
    z-index: 1;
}
.wd_form_field_pos_left .wd_form_field_label, .wd_form_field_pos_left_inline .wd_form_field_label, .wd_form_field_pos_right .wd_form_field_input, .wd_form_field_pos_right_inline .wd_form_field_input, .wd_form_field_pos_above .wd_form_field_input, .wd_form_field_pos_above .wd_form_field_label, .wd_form_field_pos_below .wd_form_field_input, .wd_form_field_pos_below .wd_form_field_label, div.wd_form_footer div.wd_form_buttons {
	margin-left: 173px;
	overflow: hidden;
}

/* Leadership */
.wd_pageid_20309 h1.page_header {
	position: absolute;
}
.wd_pageid_20309 #wrapper #main {
	padding-top: 40px;
}
.wd_pageid_20309 .wd_category_items .item {
    width: 23%;
    display: inline-block;
    margin: 10px;
    padding-bottom: 20px;
    vertical-align: top;
}
.wd_pageid_20309 .item_summary p {
	max-width: 200px;
}
.wd_pageid_20309 #wd_printable_content ol {
 	display: inline-block;
	padding-left: 20px;
 }
 .wd_pageid_20309 #wd_printable_content ul {
 	display: inline-block;
	padding-left: 20px;
 }
.wd_pageid_20309 div.wd_category_items_3188 {
	display: inline-block;
	width: 100%;
	margin-left: 160px;
}
.wd_pageid_20309 .wd_category_info {
	display: none;
}
/* Subscribe */
.wd_subscribe2 label {
	margin-top: 8px;
}
.wd_subscribe2 .wd_form_field {
	margin: 18px 0;
}
.wd_subscribe2 input.wd_formbuilder_submit {
	background-color: #000;
	border: 2px solid #000;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	text-align: center;
	transition: all .3s ease;
	outline: 0;
	vertical-align: top;
	padding: 10px;
	line-height: 22px;
	font-family: HelveticaNeue-Bold,Arial;
	width: 270px;
}
.wd_subscribe2 input.wd_formbuilder_submit:hover {
	color: #000;
	background: #fff;
}
.wd_subscribe_link img {
	max-width: 25px;
}


.wd_pageid_34129 h3 {
    color: #003650;
    font-size: 24px;
    margin-bottom: 20px;
}
.wd_item_search_form_container .wd_form_buttons input {
	background-color: #000;
	border: 2px solid #000;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	text-align: center;
	transition: all .3s ease;
	outline: 0;
	vertical-align: top;
	padding: 10px;
	line-height: 22px;
	font-family: HelveticaNeue-Bold,Arial;
	width: 270px;
}
.wd_item_search_form_container .wd_form_buttons input:hover {
	color: #000;
	background: #fff;
}
.wd_form_buttons a {
	margin-top: 15px;
	line-height: 40px;
	text-decoration: underline;
}
button.ui-datepicker-trigger {
	margin: 8px 0 0;
}
.wd_pageid_20291 form.wd_search_form.wd_search_form_advanced {
	margin-bottom: 30px;
}

/* EMAIL */
.wd_pageid_20300 .wd_form_field .wd_form_field_input a {
	text-decoration: underline;
}

/* ALL CHECKBOXES */
span.wd_checkbox {
	position: relative;
}
.wd_checkbox input[type=checkbox] {
	position: absolute;
	left: 3px;
	top: 4px;
	opacity: 0;
	cursor: pointer;
}
.wd_checkbox input[type=checkbox]:hover {
	cursor: pointer;
}
.wd_checkbox label {
	background-image: url(../images/check.png);
}
.wd_checkbox input[type=checkbox] + label {
	padding-left:30px;
	height:19px; 
	display:inline-block;
	line-height:17px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
	cursor:pointer;
}
.wd_checkbox input[type=checkbox]:checked + label {
	background-position: 0 -20px;
}



.wd_search_form_advanced span.wd_search_titles_only {
	position: relative;
	float: left;
}
.wd_search_form_advanced span.wd_search_titles_only input[type=checkbox] {
	position: absolute;
	left: 5px;
	top: 2px;
	opacity: 0;
	cursor: pointer;
}
.wd_search_titles_only input[type=checkbox]:hover {
	cursor: pointer;
}
.wd_search_titles_only label {
	background-image: url(../images/check.png);
}
.wd_search_titles_only input[type=checkbox] + label {
	padding-left:30px;
	height:19px; 
	display:inline-block;
	line-height:17px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
	cursor:pointer;
}
.wd_search_titles_only input[type=checkbox]:checked + label {
	background-position: 0 -20px;
}

.header-top-main .header-search-and-store {
    left: -90px;
    position: relative;
}

/* Leadership Team */
.wd_pageid_20309 .item_name a {
	font-weight: bold;
}

.wd_pageid_20309 .wd_item_page table.wd_imagetable {
	width: auto;
}


/* END Leadership Team */


/* MOBILE */

@media screen and (min-width: 1280px){
	.accessibility_banner {
	    width: 1200px !important;
	    text-align: right;
	}
}
@media screen and (min-width: 960px) {
	.accessibility_banner {
	    width: 890px;
	    text-align: right;
	}
}



@media (max-width: 1280px) {
	.enableAccessibilty-wrapper {
		max-width: 880px;
	}
	.wd_articles-teaser .item .wd_thumbnail,
	.wd_news_headlines-teaser .item .wd_thumbnail, 
	.wd_newsfeed_releases-teaser .item .wd_thumbnail{
	    height: 220px !important;
	}
	.wd_articles-teaser .item, .wd_newsfeed_releases-teaser .item, .wd_news_headlines-teaser .item {
    	margin: 0px 8px;
    }
    .wd_pageid_20309 .wd_category_items .item {
    	width: 21%;
    }
    .wd_pageid_20309 div.wd_category {
    	margin-left: 30px;
    }
    .wd_pageid_20309 div.wd_category_items_3188 {
    	margin-left: 115px;
	}
    
}
@media (max-width: 960px) {
	.enableAccessibilty-wrapper {
		max-width: 880px;
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 767px) {
	.wd_content,
	.wd_sidebar {
		width: -webkit-calc(100% - 60px)!important;
		width:    -moz-calc(100% - 60px)!important;
		width:         calc(100% - 60px)!important;
		padding: 0 30px;
	}
	.header-top-main .header-search-and-store {
		left: auto !important;
		position: relative;
	}
	#wd_featurebox-teaser_1379,
	div.wd_featureboxes_middle div.wd_featurebox_container {
		width: 100%;
		clear: both;
		border-bottom: 1px solid lightgrey;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.menu-category li a {
		text-align: left;
	}
	#wrapper .header-nav .menu-category li:last-child a {
		color: black!important;
	}
	.wd_page_limit {
		text-align: center;
		float: inherit;
	}
	.wd_linkmenu-item.wd_linkmenu-active {
		background-color: transparent;
		font-size: 18px;
	}
	.wd_linkmenu-item {
		border: none;
	}
	.wd_form_field_pos_left .wd_form_field_label, .wd_form_field_pos_left_inline .wd_form_field_label, .wd_form_field_pos_right .wd_form_field_input, .wd_form_field_pos_right_inline .wd_form_field_input, .wd_form_field_pos_above .wd_form_field_input, .wd_form_field_pos_above .wd_form_field_label, .wd_form_field_pos_below .wd_form_field_input, .wd_form_field_pos_below .wd_form_field_label, div.wd_form_footer div.wd_form_buttons {
		margin-left: 0;
	}
	.wd_subscribe2 div#recaptcha2_widget {
		position: absolute;
		left: 24px;
	}
	.wd_subscribe2 .wd_form_footer {
		margin-top: 100px;
	}
	.wd_articles-teaser .item, .wd_newsfeed_releases-teaser .item, .wd_news_headlines-teaser .item,
	.wd_articles li.wd_item, .wd_news_headlines li.wd_item {
    	display: inline-block;
    	width: 46%
	}
	.wd_pageid_20309 .wd_category_items .item {
		width: 45%;
	}
	.wd_pageid_20309 div.wd_category_items_3188 {
		margin-left: 0px;
	}
	.wd_pageid_20309 div.wd_category {
    	margin-left: 60px;
	}
	
}
@media (min-width: 575px) and (max-width: 888px) {
	.wd_gallery li.wd_category_link, .wd_videos li.wd_item {
		width: 46%;
	}
/*	.wd_pageid_20291 li.wd_category_link>div.wd_thumbnail {
		min-height: 15em;
	}*/
}
@media (max-width: 575px) {
	.wd_articles-teaser .item, .wd_newsfeed_releases-teaser .item, .wd_news_headlines-teaser .item,
	.wd_featureboxes_social.wd_featureboxes-vertical .wd_featurebox_container,
	.wd_articles li.wd_item, .wd_news_headlines li.wd_item, .wd_gallery li.wd_category_link,
	.wd_videos li.wd_item {
    	width: 100% !important;
	}
}
@media (max-width: 480px) {
	.wd_pageid_20309 .wd_category_items .item {
		width: 100%;
	}
}



