/* Begin classes for common SPIN elements */
/* Fonts */
/*@font-face {*/
/*	font-family: "Agency FB";*/
/*	src: url("../fonts/agencyfb-regular-webfont.woff") format("woff");*/
/*}*/

/*@font-face{*/
/*    font-family:"DIN W01 Cond";*/
/*    src:url("../fonts/5888c892-31a9-4d70-9c78-f102b2263672.eot");*/
/*    src:url("../fonts/5888c892-31a9-4d70-9c78-f102b2263672.eot") format("eot"),url("../fonts/c61cd1a0-335d-4e20-b287-0e2dfc539736.woff2") format("woff2"),url("../fonts/48dc5fa9-c08c-4748-8a4d-1337020f2aa7.woff") format("woff"),url("../fonts/c9bf3556-5f99-4c8b-9aec-02b173a602f8.ttf") format("truetype");*/
/*}*/
/*@font-face{*/
/*    font-family:"DIN W01 Cond Medium";*/
/*    src:url("../fonts/7a61bf69-ff28-45fd-88f2-fc2cc83b72ec.eot");*/
/*    src:url("../fonts/7a61bf69-ff28-45fd-88f2-fc2cc83b72ec.eot") format("eot"),url("../fonts/047b5551-f21a-4ff9-808b-8708f9a4d5e4.woff2") format("woff2"),url("../fonts/a374e227-5b70-487b-b771-117fa13fe9c2.woff") format("woff"),url("../fonts/0612f204-769a-47f3-bfea-8075b479e457.ttf") format("truetype");*/
/*}*/

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/*font-size: 16px;*/
	background-color: #fff;
	font-family: "Source Han Sans CN", "Noto Sans SC", "Roboto",sans-serif;
	line-height: 1.42857143;
}
a {
	color: inherit;
}
a:hover {
	text-decoration: none;
}

.breadcrumb {
	margin-bottom: 20px;
	padding: 20px 3.5%;
	list-style: none;
	/*background-color: #f5f5f5;*/
	background: #fff;
	border-radius: 4px;
	border-bottom: 1px solid #626365;
}
.breadcrumb a {
	color: #132f57;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
}
.fa-chevron-right:before {
    content: "\f105" !important;
    vertical-align: -.06em;
    padding-left: 5px;
}
.fa-chevron-left:before {
    content: "\f104" !important;
    vertical-align: -.06em;
    padding-left: 5px;
}
.breadcrumb .fa {
	font-size: 10px;
	padding: 0 2px;
	position: relative;
	left: -2px;
	top: -2px;
	color: #132f57;
}
/* Header styles */
.subnav-dropdown-menu.languages .list-item-content h2, .subnav-dropdown-menu.languages .list-item-content h3, .header .navbar-default .navbar-icons .nav.navbar-nav.icons .nav-icon .subnav-dropdown-menu.languages .list-item-content a.language-featured {
    font-size: 16px;
    color: #414042;
    font-weight: 600;
}
.subnav-dropdown-menu.languages .list-item-content>a:nth-of-type(3):before {
    content: " | ";
}
.page_header, h1, .category_header, .wd_featurebox_title, .wd_title, p.more a, button.btn, 
.item .item_name, .wd_title, .menu-cta a, button.blue-outline-button {
  margin: 0;
  font-family: "Source Han Sans CN", "Noto Sans SC", "Roboto",sans-serif;
  letter-spacing: .020em;
  text-transform: capitalize;
}
.menu-cta a {
	font-family: "Source Han Sans CN", "Noto Sans SC", "Roboto",sans-serif !important;
}
.wd_pageheader {
	position: relative;
}
.wd_pageheader .container {
  width: 80%;
  margin: 0 auto;
  padding: 0;
}
.wd_home_hero h1.page_header {
	position: absolute;
	width: 80%;
    bottom: 40%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.wd_pageheader h1 {
  display: none;
}
.detail_header,
.detail_subheader,
.category_name {
}
.header .navbar-default .collapse.navbar-collapse .nav-headline > a {
    /*font-size: 16px;*/
}
.category_intro {
	margin-bottom: 15px;
}
.wd_header {
  height: 475px;
	position: relative;
}
.wd_home_hero {
	display: block;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.wd_home_hero:after {
  background: #ababab8f;
  width: 100%;
  display: block;
  height: 100%;
  content: '';
}
/* END Header styles */
#wd_printable_content {
  width: 80%;
  padding: 20px 0;
  margin: 0 auto;
}
img {
	width: auto;
}
.item {
	margin: 0px 0px 10px 0px;
	overflow: hidden;
	line-height: 1.4em;
	font: 14px/16px sans-serif;
}

.item_name {
	font-size: 40px;
	color: #fff;
	line-height: normal;
	position: relative;
}

.item_date {}
.item_summary {}
table.wd_imagetable {}
td.imagecaption {
    text-align: left;
    padding: 3px 5px 3px 5px;
}
/* Begin classes for individual PCTs */

/* Standard */
.wd_standard .item {
  display: inline-block;
  width: 32%;
  position: relative;
  margin: 0 5px;
}
.wd_standard .item .item_name{
    position: absolute;
    left: 100px;
	right: 0;
    top: 45%;
}
.wd_standard .item button.btn-outline {
	position: absolute;
	left: 100px;
	padding: 0;
	right: 0;
	top: 60%;
}
/* END Standard */

/* Events */
div.wd_events {
}
/* END Events */

/* Gallery */
div.wd_gallery {
}
div.wd_gallery span.filesize {
    font-weight: normal;
}
/* hi-res link for gallery */
ul.hi_res-links {
    margin: 20px 0;
    list-style: none;
}

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

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

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

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

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

.wd_calendar_header td.wd_calendar_header_prev a {
	display: block;
	background: #fff url(../images/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/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/tab_background.gif") repeat-x scroll 0 bottom #FFFFFF;
	border: 1px solid #E1E1E1;
	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;
	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;
}

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;
}
.navbar-header .branding img {
    width: 100%;
}
div.rail ul.wd_subnav {
	margin: 0px;
	padding: 0px;
}
div.rail ul.wd_subnav li {
	padding-left: 20px;
}
div.rail ul.wd_subnav li a {
	font-size: 10px;
}

.centerColFullRight a {
	 color: #08458F;
}
p.more {
  margin: 0 10px;
}
.more a,
.wd_more_btn {
	background-color: #00A3E0;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 25px;
  text-transform: capitalize;
  white-space: nowrap !important;
  text-align: center;
  text-decoration: none;
	float: right;
}
.wd_lgt_blue_btn {
	background-color: #00A3E0;
    color: #ffffff !important;
/*    padding: 10px 20px;*/
    padding: 5px 0px;
    font-size: 25px;
    font-family: "Source Han Sans CN", "Noto Sans SC", "Roboto",sans-serif;
    text-transform: capitalize;
    white-space: nowrap !important;
    text-align: center;
    text-decoration: none;
}
.wd_drk_blue_btn {
	background-color: #00A3E0;
    color: #ffffff !important;
    padding: 10px 20px;
    font: 25px LMHome,Arial, sans-serif;
    text-transform: capitalize;
    white-space: nowrap !important;
    text-align: center;
    text-decoration: none;
}

/* Featureboxes */

div.wd_featurebox_container {
	/* width: 95%; */
	width: 90%;
	margin: 0 auto;
	font: 12px/16px sans-serif;
}
div.wd_featurebox_title, .wd_home_hero h1.page_header {
	font-size: 60px;
	text-transform: capitalize;
	color: #fff;
	line-height: 1;
/*	font-weight: bold;*/
}

div.wd_featurebox {
	color: #696A6C;
	font: 14px/16px;
	overflow: hidden;
	padding:5px 0;
}
.wd_featureboxes-vertical, wd_featureboxes-horizontal {
  width: 90%;
  margin: 0 auto;
}
div.wd_featurebox p {
    line-height: 1.2;
    max-height: 65px;
    overflow: hidden;

}
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 {}
.wd_featureboxes_middle.wd_featureboxes-horizontal .wd_featurebox_title {
  display: none;
}
div.wd_featureboxes_middle div.wd_featurebox {}
.wd_featureboxes_middle.wd_featureboxes-horizontal p.more {
    margin: 0 0.7% 0;
}
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 {
	width: 100%;
}
.wd_featureboxes_socialhub .wd_tabs_content_wrapper .wd_tab_content .wd_featurebox_container .wd_featurebox {}

.wd_featureboxes_tabbed {
	width: 95%;
}
.wd_featureboxes_tabbed .wd_tabs_container {}

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

.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: #0F6EB1;
	color: #fff;
}

.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 {
	width: 100%;
}
.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;
}

/* NAV FEATUREBOXES */
.wd_featureboxes_who_we_are, .wd_featureboxes_who_we_are .wd_featurebox_container,
.wd_featureboxes_what_we_do, .wd_featureboxes_what_we_do .wd_featurebox_container,
.wd_featureboxes_news_and_events, .wd_featureboxes_news_and_events .wd_featurebox_container, 
.wd_featureboxes_careers, .wd_featureboxes_careers .wd_featurebox_container,
.wd_featureboxes_innovation1, .wd_featureboxes_innovation1 .wd_featurebox_container,
.wd_featureboxes_innovation2, .wd_featureboxes_innovation2 .wd_featurebox_container,
.wd_featureboxes_innovation3, .wd_featureboxes_innovation3 .wd_featurebox_container,
.wd_featureboxes_innovation4, .wd_featureboxes_innovation4 .wd_featurebox_container    {
	width: 100%;
}

.img-wrapper .wd_featurebox_container table.wd_imagetable {
    width: auto;
}
.img-wrapper .wd_featurebox_container table.wd_imagetable img {
    width: 100%;
}
.subnav-lists .img-wrapper {
	height: auto;
/*	max-height: fit-content;*/
}
.img-wrapper p:nth-child(2) {
	font-weight: 600;
	padding-top: 30px !important;
	padding-bottom: 0px;
	font-size: 16px;
}
.img-wrapper p:nth-child(2) a {
    color: #003478 !important;
}
.wd_featureboxes_innovation1.wd_featureboxes-vertical .wd_featurebox p:nth-child(2) {
    font-weight: normal;
}
/* END NAV FEATUREBOXES */
/* 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;
}
span.wd_subscribe_icon {
    margin-left: 1em;
    display: inline-block;
}
form {}
form input[type=text] {
	height: 30px;
	border-radius: 3px;
	background: #eee;
	border: 0px;
	text-indent: 5px;
}
form input[type=submit] {
	padding: 8px 10px;
	background-color: #0F6EB1;
	color: #fff;
	text-align: center;
	border: 0px;
	border-radius: 3px;
}






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

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

/* New News Releases Tweaks */
.wd_newsfeed_releases-teaser .item .wd_thumbnail img {
    display: block;
    height: auto;
    width: 100%;
    background-position: center center;
    background-position: initial;
    background-size: cover;
    background-repeat: no-repeat;
	min-height: 100%;
    /* max-height: 20em; */
    position: relative;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-transform: perspective(1px) translateX(0);
	-moz-transform: perspective(1px) translateX(0);
	-ms-transform: perspective(1px) translateX(0);
	transform: perspective(1px) translateX(0);
}
.wd_newsfeed_releases-teaser .item .wd_thumbnail:hover {
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
	opacity: 0.85;
	transition: all 0.5s ease;
	-webkit-filter: hue-rotate(-20deg);
	filter: hue-rotate(-20deg);
}
.wd_newsfeed_releases-teaser .item .wd_thumbnail {
  overflow: hidden;
  background-position: initial;
  height: 22em !important;
}
.wd_newsfeed_releases-teaser .item .wd_date, .wd_newsfeed_releases-teaser .item .wd_title, .wd_newsfeed_releases-teaser .item .wd_summary {
  padding: 5px 10px;
}
.wd_newsfeed_releases-teaser .item .wd_summary {
    max-height: 6.2em;
    overflow: hidden;
}
.wd_newsfeed_releases-teaser .item .wd_title {
    font-weight: 600;
    font-family: "Source Han Sans CN", "Noto Sans SC", "Roboto",sans-serif;
    color: #003478;
}
.wd_newsfeed_releases li.wd_item .wd_thumbnail img {
	width: 100% !important;
}
.wd_newsfeed_releases li.wd_item .wd_thumbnail {
/*    width: 12%;*/
	width: 150px;
}
.wd_newsfeed_releases li.wd_item .wd_title {
    font-size: 2em;
	line-height: 1;
}
.wd_newsfeed_releases-detail .news_body p.prnews_p {
  font-family: inherit;
  font-size: 100%;
  color: inherit;
}.wd_newsfeed_releases-teaser .item {
  margin: 5px;
}
.wd_modal-inner {
    width: 40em !important;
}
/*.wd_newsfeed_releases-detail .wd_news_body img {
    display: none;
}*/
.wd_newsfeed_releases-teaser .tools {
  text-decoration: none;
  margin-bottom: 12px;
}
.wd_newsfeed_releases-teaser ul.wd_layout-inline.wd_asset_icon_link_list {
    display: none;
}
#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_articles .wd_item,
.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_newsfeed_releases-teaser .item {
	background: #fff;
  display: inline-block;
  width: 32%;
	text-align: left;
    min-height: 39em;
  vertical-align: top;
	overflow: hidden;
	position: relative;
}
.wd_articles .wd_item:last-child,
.wd_news_headlines .wd_item:last-child,
.wd_newsfeed_releases .wd_item:last-child{
     border-bottom: 0px solid #ccc;
}

.wd_body.wd_news_body ul li {
    color: #626365;
    font-family: "Source Han Sans CN", "Noto Sans SC", "Roboto",sans-serif;
    line-height: 1.5;
    padding: 0 0 10px;
    margin-left: 5rem;
}

.wd_body.wd_news_body ul li.wd_asset_carousel{
	margin-left: 0;
}

.wd_body.wd_news_body p a {
    color: #337ab7;
}
.wd_body.wd_news_body p a:hover {
    color: #23527c;
    text-decoration: underline;
}
.wd_articles .wd_date,
.wd_stories .wd_date,
.wd_assets .wd_date,
.wd_news_headlines .wd_item .wd_date,{
	font: 12px/16px sans-serif;
	color: #696a6c;
}

.wd_articles .wd_title,
.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, .wd_newsfeed_releases-teaser .wd_title  {
	color: #555555;
	/* font-family: 'Source Sans Pro', sans-serif; */
}

.wd_articles .wd_item a,
.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_articles .wd_item .wd_asset_type_link .wd_title,
.wd_news_headlines .wd_item .wd_asset_type_link .wd_title,
.wd_newsfeed_releases .wd_item .wd_asset_type_link .wd_title {
	font: 12px/16px sans-serif;
}

.wd_articles   .wd_item .wd_subtitle,
.wd_news_headlines .wd_item .wd_subtitle,
.wd_newsfeed_releases .wd_item .wd_subtitle,
.wd_newsfeed_releases .wd_item_list > .wd_item .wd_item_wrapper > .wd_title,
.wd_newsfeed_releases .wd_item .wd_date {
	font-family: "Source Han Sans CN", "Noto Sans SC", "Roboto",sans-serif;

}
.wd_newsfeed_releases .wd_item_list > .wd_item .wd_item_wrapper > .wd_title {
	font-weight: normal;
	font-size: 16px;
    letter-spacing: normal;
}
.wd_newsfeed_releases-detail .wd_contact, .wd_newsfeed_releases-teaser .subscribe_link {
	display: none;
}
.wd_newsfeed_releases-detail .wd_title {
    color: #00CCBB;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 36px;
	line-height: 1.1em;
	text-align: center;
}
.wd_newsfeed_releases-teaser .wd_title {
	/* font-family: 'Source Sans Pro', sans-serif; */
	font-size: 21px;
	line-height: 1.1em;
}
.wd_newsfeed_releases-detail .wd_subtitle  {
	font-size: 15px;
	line-height: 1.2;
	color: #696A6C;
	font: sans-serif;
	font-weight: 400;
	/*font-style: italic;*/
	text-align: center;
	margin: 10px;
}

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

.wd_search_basic_fields {
     background: transparent;
     padding: 5px;
     border: 0px 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;
	background: #eee;
	border: 0px;
}

#wd_printable_content .wd_search_basic_fields input {
	margin-right: 5px;
	margin-bottom: 0px;
	padding: 0px;
	height: 30px;
	text-indent: 5px;
	display: inline-block;
	max-width: 200px;
}

#wd_printable_content .wd_search_basic_fields .wd_search_button {
	border-radius: 3px;
    background-color: #eee;
	padding: 3px;
}

.wd_item_wrapper {
    margin-left: 160px;
}

.wd_search_titles_only {
     display: block;
     clear: both;
}

.wd_search_titles_only label,
.wd_search_titles_only input {
     display: inline-block;
     clear: none;

}

.wd_search_form_advanced input[type=text] {
     max-width: 90%;
    display: inline-block;
     max-width: 200px;
}
.wd_search_form_advanced input[type=submit] {
     max-width: 90%;
    display: inline-block;
     max-width: 200px;
}

/* 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;
}
li.wd_asset_type_link .wd_icon {
    display: none;
}
ul.wd_asset_type_link_list,
ul.wd_layout-inline { padding-left: 0px !important; clear: both;overflow: auto;}
ul.wd_layout-inline .wd_category_link:before {display: none !important;}
ul.wd_layout-inline .wd_category_link { padding-left: 0px !important; margin-left: 0 !important; padding-right: 5px; }

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

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

.wd_caption {
font-size: .85em; font-style: italic;
opacity: .75;
text-align: center;
}

div.wd_snapshot h2 {
     margin: 0;
     padding: 3px 0;
     border-top: 2px solid #999999;
     border-bottom: 1px solid #999999;
     text-transform: capitalize;
     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.title div {clear: none;}

div.wd_page_toolbar {
	float: right;
	width: auto !important;
	clear: none;
}
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 a div { width: auto !important;}
div.wd_page_toolbar img {width: 16px; height: 16px;vertical-align: top;}
.wd_toolbar.wd_toolbar-content a.at-icon-wrapper.at-share-btn.at-svc-pinterest_share, .wd_toolbar.wd_toolbar-content a.at-icon-wrapper.at-share-btn.at-svc-google_plusone_share {
    display: none;
}

.wd_form_buttons {padding-left: 5px;}

/* .wd_pageid_20303 div.breadcrumbs {
    z-index: 1;
    left: 20px;
    position: absolute;
    top: 140px;
} */

#bannerBG {
	display: block;
    clear: both;
    overflow: auto;
    min-height: 112px;
	margin-top: 1px;
	margin-bottom: -28px;
	background-size: contain !important;
}
#bannerBG .herotext {}
#bannerBG .herotext p {
	color: #FFFFFF;
    font: 22px LMHome, DINWeb-Regular, Arial, sans-serif;
    padding: 30px 0px 0px 0px;
    opacity: 0.9;
}
#bannerBG .herotext h1 {
	font: 50px LMHome,sans-serif;
	margin-top: -5px;
	padding-bottom: 30px;
	opacity: 0.9;
	padding: 10px 0 15px;
	padding-top: 5px;
}
footer {
  /*padding: 0 0 0 0 !important;*/
}
.wd_pageid_20303 #wd_printable_content .wd_imagetable,
.wd_pageid_20303 #wd_printable_content .wd_imagetable img {
	width: 100% !important;
}
.wd_pageid_20303 .wd_featureboxes_middle {}
.wd_featureboxes_middle.wd_featureboxes-horizontal p.more {
	text-align: center;
	margin: 10px 0;
}
.wd_featureboxes_middle.wd_featureboxes-horizontal p.more a{
	float: none;
}
.wd_pageid_20303 .wd_featureboxes_middle > div {overflow: auto;}

.wd_featureboxes_middletop, .wd_featureboxes_middlebottom, .wd_featureboxes_middle {
	text-align: center;
}
.wd_featureboxes_middletop .wd_featurebox_container {
	display: inline-block;
  width: 31.8%;
}
.wd_featureboxes_middletop .wd_featurebox_container {
	margin: 5px 7px;
}


#wd_featurebox-standard_3516 {
	position: absolute;
  bottom: 0;
	left: 0;
	right: 0;
    padding: 10px 10px;
}
#wd_featurebox-standard_3516 .media_section1, .media_section2 {
  display: inline-block;
}
#wd_featurebox-standard_3516 .media_info_section .title {
  font-weight: bold;
  padding-bottom: 10px;
	text-transform: capitalize;
}
#wd_featurebox-standard_3516 .media_info_section {
  float: right;
  text-align: right;
  color: #fff;
  position: relative;
  top: 40px;
  font-family: "Source Han Sans CN", "Noto Sans SC", "Roboto",sans-serif;
  font-size: 25px;
  line-height: 1;
}
#wd_featurebox-standard_3516 a {
	color: #fff;
	text-transform: capitalize;
	text-decoration: none;
}
#wd_featurebox-standard_3516 .media_section1 div, #wd_featurebox-standard_3516 .media_section2 div {
  background: orange;
  font-family: "Source Han Sans CN", "Noto Sans SC", "Roboto",sans-serif;
  text-align: center;
  padding: 10px 40px;
  font-size: 25px;
  margin: 5px 10px 5px 0px;
}
.wd_pageid_20303 .wd_featureboxes_middletop #wd_featurebox-standard_3513 .wd_featurebox_title,
.wd_pageid_20303 .wd_featureboxes_middletop #wd_featurebox-standard_3515 .wd_featurebox_title,
.wd_pageid_20303 .wd_featureboxes_middletop #wd_featurebox-standard_3514 .wd_featurebox_title,
.wd_pageid_20303 .wd_featureboxes_middlebottom #wd_featurebox-standard_3517 .wd_featurebox_title,
.wd_pageid_20303 .wd_featureboxes_middlebottom #wd_featurebox-standard_3518 .wd_featurebox_title,
.wd_pageid_20303 .wd_featureboxes_middlebottom #wd_featurebox-standard_3519 .wd_featurebox_title {display: none;}

.wd_pageid_20303 .wd_featureboxes_middletop #wd_featurebox-standard_3513 .wd_featurebox p,
.wd_pageid_20303 .wd_featureboxes_middletop #wd_featurebox-standard_3515 .wd_featurebox p,
.wd_pageid_20303 .wd_featureboxes_middletop #wd_featurebox-standard_3514 .wd_featurebox p,
.wd_pageid_20303 .wd_featureboxes_middlebottom #wd_featurebox-standard_3517 .wd_featurebox p,
.wd_pageid_20303 .wd_featureboxes_middlebottom #wd_featurebox-standard_3518 .wd_featurebox p,
.wd_pageid_20303 .wd_featureboxes_middlebottom #wd_featurebox-standard_3519 .wd_featurebox p {
	padding: 0px !important;
}
.wd_pageid_20303 .wd_featureboxes_middletop #wd_featurebox-standard_3513 .wd_featurebox a,
.wd_pageid_20303 .wd_featureboxes_middletop #wd_featurebox-standard_3515 .wd_featurebox a,
.wd_pageid_20303 .wd_featureboxes_middletop #wd_featurebox-standard_3514 .wd_featurebox a,
.wd_pageid_20303 .wd_featureboxes_middlebottom #wd_featurebox-standard_3517 .wd_featurebox a,
.wd_pageid_20303 .wd_featureboxes_middlebottom #wd_featurebox-standard_3518 .wd_featurebox a,
.wd_pageid_20303 .wd_featureboxes_middlebottom #wd_featurebox-standard_3519 .wd_featurebox a {
	max-width: 100%;
	display: block;
}
.wd_news_body .block-contact {display: none;}
.wd_pr_button_container {
	display: block;
	clear: both;
	overflow: auto;
}
button.btn {
  position: absolute;
  bottom: 0;
}
button.btn-simple {
	background: transparent;
	border: none;
	bottom: 5px;
	padding: 10px;
	position: absolute;
	font-family: "Source Han Sans CN", "Noto Sans SC", "Roboto",sans-serif;
	text-transform: none;
	font-size: 18px;
	letter-spacing: 0px;
	font-weight: bold;
	color: #003478;
}
button.btn-outline {
	background: none;
	border: none;
}
button.btn-outline:focus {
	outline: none;
}
button.btn-outline a{
  width: auto;
  height: 48px;
  font-size: 18px;
  line-height: 50px;
  background: transparent;
  color: #ffffff;
  text-transform: capitalize;
  font-family: "Source Han Sans CN", "Noto Sans SC", "Roboto",sans-serif;
  border: 1px solid #ffffff;
  padding: 10px 16px;
  white-space: nowrap;
  overflow: hidden;
  transition: background-color 0.5s ease;
  margin-top: 15px;
}
.back-button {
    text-align: center;
	clear: both;
}
a.wd_pr_button {
    width: 30%;
    overflow: hidden;
    font-size: 30px;
    font-family: "Source Han Sans CN", "Noto Sans SC", "Roboto",sans-serif;
    padding: 10px 20px;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
    white-space: nowrap !important;
    margin: 0 10px;
/*    background-color: rgb(0, 115, 150);*/
	background-color: #099bca;
    color: rgb(255, 255, 255);
    text-decoration: none;
    display: inline-block;
}
i.fas.fa-angle-right {
  padding: 0 5px;
}
/*
.fa-angle-right:before {
  content: "\f105";
  font-family: fontawesome;
  font-style: normal;
}*/
.centerColFullRight a.wd_pr_button {
	float: left;
	width: 100%;
	max-width: 43%;
	overflow: auto;
	font: 30px/normal LMHome, Arial, sans-serif;
	padding: 10px 20px;
	text-align: center;
	color: rgb(255, 255, 255);
	text-transform: capitalize;
	white-space: nowrap !important;
	font-size-adjust: none;
	font-stretch: normal;
	background-color: rgb(0, 115, 150);
	color: rgb(255, 255, 255);
	text-decoration: none;
	display: block;
}
.centerColFullRight a.wd_pr_button:nth-child(2) {
	float: right;
}

.header .navbar-default .navbar-icons .icons .nav-icon-group .globe .languages .menu-cta {
    display: block;
    text-align: center;
    padding: 35px 0 5px;
}
.header .navbar-default .navbar-icons .icons .nav-icon-group .globe .languages .menu-cta a {
    background-color: #fff;
    border: 1px solid #003478;
    color: #003478;
    padding: 11px 15px 11px;
    font-family: "Source Han Sans CN", "Noto Sans SC", "Roboto",sans-serif;
    text-transform: none;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
}
.header .navbar-default .navbar-icons .icons .nav-icon-group .globe .languages .menu-cta a:hover, .header .navbar-default .navbar-icons .icons .nav-icon-group .globe .languages .menu-cta a:focus {
    background-color: #132f57;
    border: 1px solid #132f57;
    color: #fff;
}


.wd_layout-masonry.wd_asset_list{
	background-color: transparent;
	width: 320px;;
	padding: 0;
	margin-left: 60px;
    margin-bottom: 60px;
}


.wd_newsfeed_releases-detail .wd_flex_wrap{
	display: flex;
	width: 100%;
}

.wd_right_col  blockquote.wd_pullquote{
	width: 100% !important;
}

.wd_content .wd_right_col  .wd_image img {
    max-width: 100%;
    width: 100% !important;
    height: auto !important;
    max-height: none;
    margin: 0 0 10px !important;
}
/* 
.wd_right_col  .wd_caption {
		font-size: .85em;
		font-style: italic;
		opacity: .75;
		text-align: center;
		text-align: left;
		font-size: 12px;
		line-height: 1.3;
		opacity: 1;
		font-weight: bold;
} */

.wd_left_col{
	flex: 1 1 auto;	
	padding-right: 30px;
}

.wd_right_col{
	flex: 0 0 320px;
}

.wd_right_col .blockquote.wd_pullquote,
.wd_right_col .wd_captioned_image{
	width: 100% !important;
}

.wd_layout-masonry.wd_asset_list .wd_item {
	margin:0;
	padding: 0;
}

.wd_body.wd_news_body ul li{
	background-color: transparent;
}

/* Small devices (landscape phones) */
@media (max-width: 575px) {}

/* Medium devices (tablets) */
@media (max-width: 767px) {
	.wd_newsfeed_releases-teaser .item, .wd_featureboxes_middletop .wd_featurebox_container  {
    	width: 100% !important;
	}
	.wd_pageid_20303 #wd_featurebox-standard_3516 .media_section1, .media_section2 {
    	display: inline-block;
    	width: 100%;
	}
	.wd_pageid_20303 #wd_featurebox-standard_3516 .media_section1 div, .wd_pageid_20303 #wd_featurebox-standard_3516 .media_section2 div {
		margin: 5px 0;
	}
	.wd_pageid_20303 #wd_featurebox-standard_3516 .media_info_section, div.wd_featurebox_title, h1.page_header {
		text-align: center;
		float: none;
		padding-top: 10px;
    	top: 0;
	}
	.wd_header {
    	height: 580px;
	}
	.wd_standard .item {
    	display: inline-block;
    	width: 100%;
	}
	.wd_standard .item img {
   		width: 100% !important;
	}
	.wd_standard .item table {
   		width: 100% !important;
	}
	.wd_home_hero h1.page_header {
	    top: 40%;
	}
	.wd_newsfeed_releases-teaser .item .wd_summary {
    	max-height: none !important;
	}
	.wd_newsfeed_releases li.wd_item .wd_thumbnail {
    	width: 50%;
    	display: inline-block;
	}
	.wd_item_wrapper {
	    margin-left: 0;
	    display: inline-block;
	}

}
@media (min-width: 769px) and (max-width: 989px) {
	.wd_newsfeed_releases-teaser .item {
	    width: 48% !important;
	}
	.wd_newsfeed_releases-teaser .item {
    	min-height: 44em !important;
	}
	.wd_newsfeed_releases-teaser .item .wd_summary {
    	max-height: 6.2em !important;
	}
	.wd_featureboxes_middletop .wd_featurebox_container {
    	width: 31% !important;
	}
}
@media only screen and (min-width: 990px) {
	/*.header .navbar-default .collapse.navbar-collapse .nav-headline .subnav-dropdown-menu {
	    top: 74px;
	}*/
}
/* Large devices (desktops) */
@media (max-width: 992px) {
	.wd_featureboxes_middletop .wd_featurebox_container {
		width: 48%;
	}
	.wd_newsfeed_releases-teaser .item {
		width: 31%;
		min-height: 40em;
	}
	.wd_newsfeed_releases .wd_item_list > .wd_item .wd_item_wrapper > .wd_title {
		font-size: 21px;
		line-height: 1.1em
	}

		.wd_newsfeed_releases-teaser button.btn-simple{
		position: initial;
		padding-bottom: 20px;
	}
}

/* Extra large devices (large desktops) */
@media (max-width: 1199px) {
	.wd_featureboxes-vertical, div.wd_featurebox_container, #wd_printable_content{
		width: 90%;
	}
	.wd_newsfeed_releases-teaser .item {
    	min-height: 39em !important; 
	}
	/* .wd_newsfeed_releases-teaser .item .wd_summary {
    	max-height: 4.2em;
	} */
	.wd_newsfeed_releases-teaser .item .wd_title {
		font-size: 19px;
	}
	.wd_newsfeed_releases-teaser .item {
    	background: #fff;
    	display: inline-block;
    	width: 31%;
	}
	.wd_featureboxes_middletop .wd_featurebox_container {
    	margin: 5px 6px !important;
	}
}


@media (max-width: 768px) {
	a.wd_pr_button {
		width: 100%;
	}
}


@media (max-width: 755px) {
	.wd_newsfeed_releases-detail .wd_flex_wrap{
		flex-direction: column;
	}

	.wd_newsfeed_releases-detail .wd_flex_wrap .wd_right_col{

		flex: 1 1 auto;
		display: flex;
		justify-content: center;
	}

	.wd_flex_wrap .wd_right_col .wd_layout-masonry.wd_asset_list{
		margin-left: 0;
	}
}

/*----- Page Specific -----*/
/*Image within articles*/
.wd_captioned_image{
	max-width: 100%;
}
.wd_content .wd_image img{max-width: 100%;}



/* HOME PAGE */
.wd_pageid_20303 h1.page_header {
    display: none;
}
body.wd_pageid_20303  {
	background-color: #e2e9ec;
}
.wd_pageid_20303 .wd_search_form_container input[type="submit"] {
    font-family: "Source Han Sans CN", "Noto Sans SC", "Roboto",sans-serif;
    text-transform: capitalize;
    width: 18% !important;
    height: 48px;
    border-radius: 0 !important;
    font-size: 18px;
    line-height: 50px;
    padding: 0;
    vertical-align: top;
    overflow: hidden;
    background-color: #ffffff !important;
    border: 1px solid #003478 !important;
    color: #003478 !important;
}
