/* Begin classes for common SPIN elements */

/* Header styles */
.page_header,
.category_header {
	/* font-family: Belizio, Palatino, Book Antiqua, Georgia, "Times New Roman", Times, serif; */
	font-family: "Proxima Nova Condensed", Helvetica, Arial, sans-serif;
	text-align: left;
	font-size: 26px;
	margin-top: 20px;
	margin-bottom: 10px;
}

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

/* Begin classes for individual PCTs */

/* Standard */
div.wd_standard {}
div.wd_events {}
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 {}

/* 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;
}
/* 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_container {
	margin-bottom: 20px;
}
div.wd_featurebox_title {
	font-family: "Proxima Nova Condensed", Helvetica, Arial, sans-serif;
	font-size: 23px;
	margin-bottom: 10px;
	/* border-bottom: solid 5px #e8e8e8; */
    font-weight: 300;
	line-height: 1.2;
	color: inherit;
}

div.wd_featurebox {
	/* font-family: "Benton Sans", Helvetica, Arial, sans-serif; */
	font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #373737;
}

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

div.wd_featureboxes_bottom {}
div.wd_featureboxes_bottom div.wd_featurebox_container {}
div.wd_featureboxes_bottom div.wd_featurebox_title {
	font-weight: bold;
}
div.wd_featureboxes_bottom 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;
}

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


.jumbotron {
    height: 370px;
}

.jumbotron select {color: #777777; line-height: 30px; padding: 5px;}
.jumbotron .col-md-4 a{color: #fff;}

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

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

/* New News Releases Tweaks */

#wd_printable_content  ul.wd_layout-simple.wd_item_list {margin-left: 0px; padding-left: 0;}

.wd_newsfeed_search_form_container {margin-bottom: 10px;}

.wd_news_headlines .wd_item,
.wd_newsfeed_releases .wd_item {
     margin: 0 0 15px 0;
     border-bottom: 1px solid #ccc;
     padding-bottom: 15px;
     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: 15px;
     line-height: 17px;

     color: #999;
}
.wd_event_info .item_name,
.wd_stories .wd_title,
.wd_assets .wd_title,
.wd_assets .detail_header,
.wd_news_headlines .wd_item_list > .wd_item .wd_item_wrapper > .wd_title ,
.wd_newsfeed_releases .wd_item_list > .wd_item .wd_item_wrapper > .wd_title  {
     font-size: 22px;
     line-height: 1;
	 padding: 5px 0;
	/* font-family: "Benton Sans", Helvetica, Arial, sans-serif; */
	font-family: "Proxima Nova Condensed", Helvetica, Arial, sans-serif;
}
.wd_stories .wd_title a,
.wd_assets .wd_title a,
.wd_assets .detail_header a,
.wd_news_headlines .wd_item_list > .wd_item .wd_item_wrapper > .wd_title a,
.wd_newsfeed_releases .wd_item_list > .wd_item .wd_item_wrapper > .wd_title a {
    text-decoration: none;
}
.wd_news_headlines .wd_item .wd_asset_type_link .wd_title,
.wd_newsfeed_releases .wd_item .wd_asset_type_link .wd_title {
     font-size: 15px;
     line-height: 17px;
}
.wd_news_headlines .wd_item .wd_subtitle,
.wd_newsfeed_releases .wd_item .wd_subtitle {
     font-size: 15px;
     line-height: 17px;

}

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

.wd_search_basic_fields {
     background: #eee;
     padding: 5px;
     border: 1px solid #ccc;
}

.wd_page_limit select,
#wd_printable_content .wd_search_basic_fields select {
     margin-right: 5px;
     margin-bottom: 0px;
     padding: 4px;
     display: inline-block;
     height: 30px;
}

#wd_printable_content .wd_search_basic_fields input {
     margin-right: 5px;
     margin-bottom: 0px;
     padding: 0px;
     height: 26px;
     text-indent: 5px;
}

/* 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_page_links li:before,
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_page_links li {
     list-style-type: none;
     margin: 0px !important;
}
ul.wd_page_links li a{
     display: block;
}

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;
}
.wd_events_list .wd_attachment_icon {float: left; margin-right: 5px;}

.wd_ir_fundamentals table tbody tr th,
.wd_ir_fundamentals table tbody tr td {
     border: 0;
     margin: 0;
     padding: 0;
}
.wd_parent_category input[type=radio]{margin-right: 5px;}

div.wd_page_toolbar {}
div.wd_page_toolbar table {width: auto; border: 0px;}
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: top;}



.tailored-solution li + li.wd_events_tab {
    margin-left: 0px;
}

#wd_featurebox-standard_2 {
	display: block;
	overflow: auto;
	width: 50%;
	float: right;
	margin-top: 20px;
}
#wd_featurebox-teaser_2 {
	display: block;
	overflow: auto;
	width: 50%;
	float: left;
	margin-top: 20px;
}


.dropdown .dropdown-menu {
top:97%;
}
.dropdown:hover .dropdown-menu {
	display: block
}

.mm-menu.mm-fullscreen {
	z-index:9999;
}


.wd_featureboxes_white {
	margin-top: 30px;
}
.wd_featureboxes_white .wd_featurebox_container {
	float: left;
	width: 66%;
	display: block;
	padding: 10px;
	/* border: 1px solid #000; */
}
.wd_featureboxes_white .wd_featurebox_container#wd_featurebox-standard_5 {
	float: right;
	width: 30%;
	display: block;
}
.wd_featureboxes_white .wd_featurebox_container .wd_featurebox_title {}
.wd_featureboxes_white .wd_featurebox_container#wd_featurebox-standard_8 .wd_featurebox_title {display: none;}
.wd_featureboxes_white .wd_featurebox_container#wd_featurebox-standard_8 {padding: 0;}
.wd_featureboxes_white .wd_featurebox_container#wd_featurebox-standard_8 p {
	margin: 0;
	padding: 0;
    line-height: 0;
}
.wd_featureboxes_white .wd_featurebox_container .wd_featurebox {}



/* .wd_featureboxes_gray .wd_featurebox_container#wd_featurebox-standard_6 .wd_featurebox_title,
.wd_featureboxes_gray .wd_featurebox_container#wd_featurebox-standard_7 .wd_featurebox_title, */
#wd_featurebox-teaser_1 .wd_featurebox_title,
#wd_featurebox-standard_10 .wd_featurebox_title,
.wd_featureboxes_white .wd_featurebox_container#wd_featurebox-standard_5 .wd_featurebox_title {
	color: #318DA8;
	color: #000;
	font-weight: 300;
	text-align: left;
	font-family: "Proxima Nova Condensed", Helvetica, Arial, sans-serif;
	position: relative;
	padding-bottom: 15px;
	font-size: 36px;
}

.wd_featureboxes_gray .wd_featurebox_container#wd_featurebox-standard_6 .wd_featurebox_title:after,
.wd_featureboxes_gray .wd_featurebox_container#wd_featurebox-standard_7 .wd_featurebox_title:after,
#wd_featurebox-teaser_1 .wd_featurebox_title:after,
#wd_featurebox-standard_10 .wd_featurebox_title:after,
.wd_featureboxes_white .wd_featurebox_container#wd_featurebox-standard_5 .wd_featurebox_title:after {
	content:'';
	border-bottom: 8px solid #ddd;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	
	
}
.wd_featureboxes_white .wd_featurebox_container#wd_featurebox-standard_5 .wd_featurebox tr {
	border-bottom: 1px solid #ccc;
}
.wd_featureboxes_white .wd_featurebox_container#wd_featurebox-standard_5 .wd_featurebox h3.h4 {
	color: #ccc;
	font-size: 16px;
}
.wd_featureboxes_white .wd_featurebox_container#wd_featurebox-standard_5 .wd_featurebox h3.h4 a {
	color: #000;
}


.wd_featureboxes_white .wd_featurebox_container#wd_featurebox-standard_4 {
	padding: 10px 0;
}
.wd_featureboxes_white .wd_featurebox_container#wd_featurebox-standard_4 .wd_featurebox_title {
	color: #318DA8;
	font-weight: 300;
	text-align: center;
	 font-size: 36px;
}
.wd_featureboxes_white .wd_featurebox_container#wd_featurebox-standard_4 .item {
	width: 33.33%;
	display: block;
	float: left;
	padding-right: 20px;
}
.wd_featureboxes_white .wd_featurebox_container#wd_featurebox-standard_4 .item h3 {
	/* min-height: 55px; */
	margin-top: 0;
	color: #318DA8;
	    font-weight: 400;
}
.wd_featureboxes_white .wd_featurebox_container#wd_featurebox-standard_4 .item p {

}


.grey {
	background: #eee; 
	padding: 20px 0;
}

.wd_featureboxes_gray {
	padding: 10px;
	
}
.wd_featureboxes_gray .wd_featurebox_container {
	border: 1px solid #ccc;
	background: rgba(255,255,255,0.1);
	clear: both;
}
.wd_featureboxes_gray .wd_featurebox_container .wd_featurebox_title{
	font-weight: ;
	text-align: center;
	padding-top: 10px;
}
.wd_featureboxes_gray .wd_featurebox_container .wd_featurebox {}
.wd_featureboxes_gray .wd_featurebox_container .wd_featurebox .item {
	width: 33%;
	display: block;
	float: left;
	padding-right: 20px;
	text-align: center;
}
.wd_featureboxes_gray .wd_featurebox_container .wd_featurebox .item  div {
	min-height: 110px;
}
.wd_featureboxes_gray .wd_featurebox_container .wd_featurebox .item  h2 {
	font-size: 3em;
	font-weight: 400;
	font-family: "Benton Sans", Helvetica, Arial, sans-serif;
}
.wd_featureboxes_gray .wd_featurebox_container .wd_featurebox .item  h3 {
	/* min-height: 55px; */
	margin-top: 0;
	font-weight: 400;
	font-family: "Benton Sans", Helvetica, Arial, sans-serif;
}
.wd_featureboxes_gray .wd_featurebox_container .wd_featurebox .item p {
	display: block;
	clear: both;
	text-align: center;
}

.wd_featureboxes_gray .wd_featurebox_container#wd_featurebox-standard_6 {
	display: block;
	float: right;
	clear: none;
	text-align: center;
	width: 48%;
	padding: 10px;
}
.wd_featureboxes_gray .wd_featurebox_container#wd_featurebox-standard_7 {
	display: block;
	float: left;
	clear: none;
	text-align: center;
	width: 48%;
	padding: 10px;
}
.wd_featureboxes_gray .wd_featurebox_container#wd_featurebox-standard_6 .wd_featurebox_title,
.wd_featureboxes_gray .wd_featurebox_container#wd_featurebox-standard_7 .wd_featurebox_title,
.wd_featureboxes_gray .wd_featurebox_container#wd_featurebox-standard_6 .wd_featurebox,
.wd_featureboxes_gray .wd_featurebox_container#wd_featurebox-standard_7 .wd_featurebox {
	margin: 0 auto;
	max-width: 80%;
	
}
.wd_featureboxes_gray .wd_featurebox_container#wd_featurebox-standard_6 .wd_featurebox_title,
.wd_featureboxes_gray .wd_featurebox_container#wd_featurebox-standard_7 .wd_featurebox_title{
	margin-bottom: 20px;
	text-align: center;
	position: relative;
	padding-bottom: 15px;
	font-weight: 400;
}

#wd_featurebox-standard_10.wd_featurebox_container {}
#wd_featurebox-standard_10.wd_featurebox_container .wd_featurebox {
	padding: 10px 15px;
}
#wd_featurebox-standard_10.wd_featurebox_container .wd_featurebox .row {
	overflow: auto;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 20px;
	margin-bottom: 20px;
	vertical-align: top;
}
#wd_featurebox-standard_10.wd_featurebox_container .wd_featurebox .row .event {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
#wd_featurebox-standard_10.wd_featurebox_container .wd_featurebox .row .event {}
#wd_featurebox-standard_10.wd_featurebox_container .wd_featurebox .row.first .event {
	width: 100%;
	display: block;
}
#wd_featurebox-standard_10.wd_featurebox_container .wd_featurebox .row .event .image {
	width: 50%;
	display: block;
	float: left;
}
#wd_featurebox-standard_10.wd_featurebox_container .wd_featurebox .row .event .image img {
	width: 95% !important;
	height: auto !important;
}
#wd_featurebox-standard_10.wd_featurebox_container .wd_featurebox .row .event .image+.content {
	width: 50%;
	display: block;
	float: right;
}


.wd_pageid_37 .wd_featureboxes_middle {
	clear: both;
	width: 100%;
	display: block;
}
@media (min-width: 768px){
	.wd_pageid_37 .wd_featureboxes_middle .wd_featurebox_container#wd_featurebox-standard_10 {
		float: right;
		display: block;
		width: 49%;
	}
	.wd_pageid_37 .wd_featureboxes_middle .wd_featurebox_container#wd_featurebox-teaser_1 {
		float: left;
		display: block;
		width: 49%;
	}
}

/* Override CSS */

.jumbotron .btn {
	font-weight: 400;
}