 /* Begin classes for common SPIN elements */
*, ::before, ::after { box-sizing: border-box; }
*, ::before, ::after { box-sizing: inherit; }
*, ::before, ::after { box-sizing: border-box; }

#wd_printable_content a,
#wd_printable_content a:visited {
	color: #0070BA;
}
#wd_printable_content a:hover,
#wd_printable_content a:focus {
	color: #005ea6;
}
#wd_printable_content {
	clear: both;
}
#wd_printable_content p {
	font-family: PayPalSansSmall-Regular,Helvetica Neue,Arial,sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	color: #2c2e2f;
	padding-bottom: 0;
}
#wd_printable_content p + p {
	padding-top: 0;
}
#wd_printable_content li,
#wd_printable_content li {
	font-family: PayPalSansSmall-Regular,Helvetica Neue,Arial,sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	color: #2c2e2f;
	padding-bottom: 0;
}
#wd_printable_content p > a,
#wd_printable_content li > a,
#wd_printable_content li > a {
	font-family: PayPalSansSmall-Regular,Helvetica Neue,Arial,sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	padding-bottom: 0;
}

/* Header styles */
.wd_home_hero {
	position: relative;
}
.wd_home_hero:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
}

.wd_pageid_20310 .wd_home_hero:after,
.wd_pageid_20311 .wd_home_hero:after,
.wd_pageid_20318 .wd_home_hero:after,
.wd_pageid_20319 .wd_home_hero:after,
.wd_pageid_20305 .wd_home_hero:after {
	display: none;
}
.wd_header_content {
	position: relative;
	z-index: 9;
}
.page_header,
.category_header {
	font-family: PayPalSansBig-Light,Helvetica Neue,Arial,sans-serif;
}
.detail_header,
.detail_subheader,
.category_name {}
.category_intro {}

.wd_header_content h1 {
    font-size: 3.75rem;
    line-height: 4.5rem;
    font-family: PayPalSansBig-Light,Helvetica Neue,Arial,sans-serif;
    font-weight: 400;
    color: #FFF;
    margin: 0;
}
.wd_header_content p {
	display: block;
	font-family: 'pp-sans-small-regular', Helvetica Neue, Arial, sans-serif;
	font-size: 1.25rem;
	line-height: 1.33;
	text-align: center;
	color: #ffffff;
	padding: 24px 0 0;
}
.wd_header_content p.articleHero__meta {
	font-size: 13px;
	line-height: 1.85;
	text-align: left;
}
/* END Header styles */

/* Our Nav */

/* Top Nav - On Homepage, Global Impact Pages */
.wd_homepage-mobile-nav {
	display: none;
}
ul.wd_mr-nav li {
	font-family: PayPalSansSmall-Regular,Helvetica Neue,Arial,sans-serif;
	font-weight: 400;
	font-size: 16px;
}
ul.wd_mr-nav a.active {
	text-decoration: underline;
}
ul.wd_mr-nav a:visited {
	color: #2c2e2f;
}
.in-page-anchors__nav #wd_sticky-subscribe {
	display: none;
}
.in-page-anchors__nav.in-page-anchors__nav--sticky #wd_sticky-subscribe {
	display: inline-block;
}

#wd_sticky-subscribe, #wd_sticky-subscribe:visited {
	color: white; 
}

/* Left - Interior Pages */
.vertical-nav {
    max-height: 60px;
    background-color: #ffffff;
	border: 1px solid #eaeced;
    transition: all .2s cubic-bezier(.62, .13, .31, .9);
    width: 100%;
	margin: 40px 0;
    overflow: hidden;
}
.vertical-nav.wd_left-nav {
	max-height: 1800px;
}
.vertical-nav__menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.vertical-nav__sections > li {
    border-bottom: 1px solid #eaeced;
}
.vertical-nav__sections a {
    display: block;
    padding: 19px 20px;
    color: #000000;
    text-decoration: none;
    font-family: PayPalSansSmall-Regular,Helvetica Neue,Arial,sans-serif;
	font-weight: 700;
}
.vertical-nav__sections > li a {
    border-left: 3px solid #ffffff;
}
.vertical-nav__sections > li.highlight {
    background-color: #f5f7fa;
}
.vertical-nav__sections > li.highlight a {
    border-left-color: #0070ba;
}
ul.wd_subnav {
	background-color: #f5f7fa;
}
li.wd_subnav-list a {
	font-size: 15px;
	line-height: 1.6;
	font-weight: 300;
	text-transform: none;
	font-family: pp-sans-small-regular, Helvetica Neue, Arial, sans-serif;
	border-left: 3px solid #f5f7fa;
	padding: 10px 30px;
}
li.wd_subnav-list a:hover {
	border-left-color: #0070ba;
}
li.wd_subnav-list a.active {
	color: #0070ba;
	border-left-color: #0070ba;
}
button.vertical-nav__menu-btn {
	position: relative;
	color: #6c7378;
	background-color: #ffffff;
	border: none;
	border-bottom: 1px solid #eaeced;
	width: 100%;
	height: 59px;
	text-align: left;
	padding-left: 23px;
	outline: none;
}
button.vertical-nav__menu-btn::after, 
button.vertical-nav__menu-btn::before {
    content: "";
    display: block;
    width: 15px;
    position: absolute;
    border: 2px solid #6c7378;
    right: 20px;
    border-left: 0;
    border-right: 0;
    transition: all .2s cubic-bezier(.62, .13, .31, .9);
}
button.vertical-nav__menu-btn::before {
    height: 12px;
    top: 24px;
}
button.vertical-nav__menu-btn::after {
    height: 0;
    top: 29px;
    border-bottom: 0;
}
.vertical-nav.active .vertical-nav__menu-btn::after, 
.vertical-nav.active .vertical-nav__menu-btn::before {
    height: 0;
    border-bottom: 0;
    top: 29px; 
}
.vertical-nav.active .vertical-nav__menu-btn::before {
    transform: rotate(135deg);
}
.vertical-nav.active .vertical-nav__menu-btn::after {
    transform: rotate(-135deg);
}
/* END Our Nav */

section.wd_content-wrapper {
	padding: 20px!important; /* override client styles */
}

/* Backgrounds and Buttons */
.wd_white-background {
	background: transparent;
	padding: 20px 0;
}
.wd_gray-background {
	background: #F7F9FA;
	padding: 20px 0;
}
a.wd_white-button {
	display: inline-block;
	vertical-align: middle;
	color: #0070ba;
	background-color: #fff;
	border: none;
	border-radius: 25px;
	font-size: 1.07142857rem;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	width: 30%;
	min-width: 320px;
	margin-top: 28px;
	padding: 12px 30px 14px;
	text-decoration: none;
}
a.wd_white-button:hover,
a.wd_white-button:active {
	text-decoration: underline;
}
a.wd_dkblue-button {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	background-color: #003087;
	border: none;
	border-radius: 25px;
	font-size: 1.07142857rem;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	width: 200px;
	margin-top: 30px;
	padding: 10px 30px;
	text-decoration: none;
}
a.wd_dkblue-button:hover,
a.wd_dkblue-button:active {
	text-decoration: underline;
}

p.more {
	display: flex;
	justify-content: center;
	align-content: center;
	margin: 30px 0 0;
}
p.more a {
	width: 294px;
	border-radius: 25px;
	background: #0070ba;
	color: #FFF;
	text-align: center;
	font-size: .9375rem;
	font-weight: 700;
	line-height: 1.6;
	font-family: PayPalSansSmall-Regular,Helvetica Neue,Arial,sans-serif;
	text-decoration: none;
	padding: 13px 24px;
}
p.more a:hover {
	background: #005ea6;
	text-decoration: underline;
}

/* Custom Classes */
.wd_large-text {
	font-family: PayPalSansBig-Light,Helvetica Neue,Arial,sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.5;
	padding-top: 20px;
}

/* END Custom Classes */

/* END Background and Buttons */

.item, .wd_item {
	margin: 10px 0;
	padding: 10px 0;
}
.item_name,
.wd_title,
.wd_item .wd_title,
.wd_newsfeed_releases-teaser .wd_title,
.wd_documents_item_list > .wd_documents_item > .wd_title {
	font-size: 1.2rem;
	font-weight: 700;
}
.item_date, .wd_date,
.wd_item .wd_date,
.wd_event_sidebar .wd_event_date,
.wd_newsfeed_releases-teaser .wd_date {
	font-size: 1rem;
	font-weight: normal;
	color: inherit;
	text-transform: none;
}
.item_summary, .wd_item .wd_summary {}
.wd_item .wd_subtitle {}

a.item_name-link {
	font-family: "pp-sans-big-light",Helvetica Neue,Arial,sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: .01em;
	line-height: 1.25em;
	color: #1c1c1c;
	text-decoration: none;
}
a.item_name-link:hover {
	color: #0c8dc4;
	text-decoration: underline;
}

table.wd_imagetable {}
td.imagecaption {}

span.wd_subscribe_icon {
	background: url('../images/webdriver/email_alerts.png') no-repeat;
	background-position: 0 3px;
	display: inline-block;
	height: 18px;
	width: 18px;
	margin-left: 5px;
}
span.wd_subscribe_icon img {
	display: none;
}

ul.wd_asset_list {
	margin-bottom: 40px;
}

li.wd_asset_carousel,
li.wd_asset_inline,
li.wd_asset_gallery {
	background-color: transparent;
}

p.wd_two-columns {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}

/* Clear Fix */
ul.wd_layout-simple:before,
ul.wd_layout-simple:after {
	content: " ";
	display: block;
}
ul.wd_layout-simple:after {
	clear: both;
}

/* Standard */
div.wd_standard {}
.wd_pageid_20303 section#hero1,
.wd_pageid_20303 #wd_printable_content {
	display: none;
}

/* Media Resources */
.wd_pageid_20290 .wd_category_items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.wd_pageid_20290 .item {
	width: 47%;
	margin: 0 0 20px 0;
}
.wd_pageid_20290 .wd_imagetable {
	width: 100%;
	margin: 0!important;
	/* override inline SM styles */
}
.wd_pageid_20290 .wd_imagetable img {
	width: 100%;
	height: auto;
}

/* Global Impact Pages */
/* ID20314 - Global Impact Landing Page
   ID20323 - Environment
   ID20316 - No Title Yet
   ID20320 - No Title Yet
   ID20308 - Values in Action
   ID20315 - No Title Yet
   ID20317 - No Title Yet */
.wd_pageid_20314 .item {
	text-align: center;
	margin: 0 calc(-50vw);
}
.wd_pageid_20314 .item:nth-child(odd) {
	background-color: #f5f7fa;
}
.wd_pageid_20314 .item:nth-child(even) {
	background-color: transparent;
}
.wd_pageid_20314 .item_name {
	font-family: PayPalSansBig-Light,Helvetica Neue,Arial,sans-serif;
	font-size: 2.5rem;
	line-height: 3rem;
	font-weight: 400;
}
.wd_pageid_20314 .item p {
	max-width: 1100px;
	margin: 0 auto;
}
.wd_pageid_20314 div.wd_category_info {
	text-align: center;
	background-color: #009cde;
	background-image: radial-gradient(circle farthest-side at center bottom,#009cde,#003087 125%);
	color: #fff;
	margin: 0 calc(-50vw);
	padding: 60px 0;
}
.wd_pageid_20314 #wd_printable_content div.wd_category_info p {
	color: #fff;
	max-width: 910px;
	margin: 0 auto;
}
.wd_pageid_20314 .wd_category_items .item {
	min-height: 530px;
}
.wd_pageid_20314 .wd_category_items .item .item_name {
	max-width: 1192px;
	margin: 0 auto;
}
.wd_pageid_20314 .wd_category_items .item .wd_category-content {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	max-width: 1120px;
	min-height: 530px;
	margin: 0 auto;
	padding: 60px 0;
}
.wd_pageid_20314 .wd_category_items .item .wd_imagetable {
	width: 50%;
	margin: 0 auto!important; /* override SM styles */
	padding: 0 12px;
}
.wd_pageid_20314 .wd_category_items .item:nth-child(odd) .wd_imagetable {
	order: 2;
}
.wd_pageid_20314 .wd_category_items .item .wd_category-content-grouping {
	width: 50%;
	text-align: left;
}
.wd_pageid_20314 .wd_category_items .item:nth-child(odd) .wd_category-content-grouping {
	padding: 0 24px 0 0;
}
.wd_pageid_20314 .wd_category_items .item:nth-child(even) .wd_category-content-grouping {
	padding: 0 0 0 24px;
}
.wd_pageid_20314 .wd_category_items .item .wd_category-content-grouping p {
	padding: 20px 0 0 0;
}
.wd_pageid_20314 div.wd_category_3194 div.wd_category_info {
	display: none;
} 
.wd_pageid_20314 div.wd_category_3194 .wd_category_items {
	margin: 60px 0 0 0;
}
.wd_pageid_20314 div.wd_category_3194 .wd_category_items .item {
	min-height: auto;
}
.wd_pageid_20314 div.wd_category_3194 .wd_category_items .item .wd_category-content { 
	min-height: auto; 
}
.wd_pageid_20314 div.wd_category_3194 .wd_category_items .item .wd_category-content-grouping {
	width: 100%;
	text-align: center;
	padding: 0;
}
/* END Standard */

/* Stories */
div.wd_stories {}
div.wd_stories .wd_item_search_form_container {}
div.wd_stories-detail .wd_title {
	display: none;
}
.wd_pageid_34137.wd_item_page .wd_featureboxes_bottom_with_left_sidebar {
	display: none;
}
/* END Stories */

/* Articles */
div.wd_articles {}
div.wd_articles div.wd_author,
div.wd_articles div.wd_thumbnail {
	display: none;
}
div.wd_articles .wd_item_wrapper {
	margin-left: 0;
}
.wd_articles-detail div.wd_article-head {
	position: relative;
}
.wd_articles-detail div.wd_article-head div.wd_info-wrap {
	text-align: center;
}
.wd_articles-detail .wd_article-head.wd_has-image div.wd_info-wrap {
	position: absolute;
	bottom: 0;
	left: 12.5%;
	right: 12.55%;
	background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.8));
	text-align: center;
	color: #fff;
	padding: 40px 0;
	z-index: 2;
}
.wd_articles-detail .wd_article-head.wd_has-image div.wd_info-wrap a {
	color: #fff!important;
}
.wd_articles-detail .wd_article-head.wd_no-image div.wd_info-wrap {
	background: transparent;
	color: #212529;
}
.wd_articles-detail .wd_article-head.wd_no-image div.wd_info-wrap a {
	color: #212529!important;
}
.wd_articles-detail .wd_title {
	font-family: pp-sans-small-regular,Helvetica Neue,Arial,sans-serif;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.1;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
	margin: 60px 0 0;
	padding: 10px 0;
} 
.wd_articles-detail div.wd_article-info {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}
.wd_articles-detail div.wd_author_name {
	margin: 0 0 0 5px;
}
.wd_articles-detail div.wd_captioned_image {
	position: relative;
	float: none!important;
	margin: 20px auto 10px!important;
	width: 75%!important;
	overflow: hidden;
	z-index: 1;
	/* override inline SM styles */
}
.wd_articles-detail div.wd_captioned_image img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.wd_articles-detail div.wd_toolbar {
	border-top: none;
	max-width: 75%;
	margin: 0 auto;
	padding: 5px 0;
}
.wd_articles-detail div.wd_toolbar ul.wd_tools li.wd_tool-addthis {
	float: right;
}
.wd_articles-detail .wd_body {
	padding: 20px 0 0 0;
}
.wd_articles-detail .wd_body img {
	display: block;
	max-width: 75%;
	height: auto;
	margin: 0 auto;
}
.wd_articles-detail .wd_body iframe {
	display: block;
	max-width: 75%;
	margin: 0 auto;
}
/* END Articles */

/* Events */
div.wd_events {}
.wd_event_sidebar .wd_event_date,
.wd_event_sidebar .wd_event_time,
.wd_event_sidebar .wd_event_subscribe,
.wd_event_sidebar .wd_event_reminder,
.wd_event_sidebar .wd_event_webcast {
	background-position: left;
}
/* END Events */

/* Gallery */
div.wd_gallery {}

/* Image Gallery - ID20291*/
.wd_pageid_20291 div.wd_gallery ul.wd_layout-simple:before {
	display: none;
}
.wd_pageid_20291 div.wd_gallery ul.wd_category_link_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.wd_pageid_20291 div.wd_gallery li.wd_category_link {
	width: 47%;
	margin: 0 0 20px 0;
}
.wd_pageid_20291 div.wd_gallery .wd_category_link .wd_thumbnail {
	float: none;
}
.wd_pageid_20291 div.wd_gallery div.wd_thumbnail img {
	width: 100%;
	height: auto;
}
.wd_pageid_20291 .wd_title a {
	font-family: "pp-sans-big-light",Helvetica Neue,Arial,sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: .01em;
	line-height: 1.25em;
	color: #1c1c1c;
	text-decoration: none;
}
.wd_pageid_20291 .wd_title a:hover {
	color: #0c8dc4;
	text-decoration: underline;
}

.wd_pageid_20291.wd_is_category ul.wd_item_list {
	display: flex;
	justify-content: space-evenly;
	align-content: center;
	flex-wrap: wrap;
	height: auto!important;
	/* override inline styles */
}
.wd_pageid_20291.wd_is_category ul.wd_item_list li {
	width: 32%!important;
	position: relative!important;
	top: auto!important;
	left: auto!important;
	/* override inline styles */
}
.wd_pageid_20291.wd_is_category .wd_page_limit {
	display: none;
}

/* Video Gallery */
div.wd_videos ul.wd_layout-simple:before {
	display: none;
}
div.wd_videos ul.wd_category_link_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
div.wd_videos li.wd_category_link {
	width: 47%;
	margin: 0 0 20px 0;
}
div.wd_videos .wd_category_link .wd_thumbnail {
	float: none;
}
div.wd_videos div.wd_thumbnail img {
	width: 100%;
	height: auto;
}
div.wd_videos .wd_title a {
	font-family: "pp-sans-big-light",Helvetica Neue,Arial,sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: .01em;
	line-height: 1.25em;
	color: #1c1c1c;
	text-decoration: none;
}
div.wd_videos .wd_title a:hover {
	color: #0c8dc4;
	text-decoration: underline;
}
/* END Gallery */

/* Newsfeed Releases */
div.wd_newsfeed_releases {}

div.wd_newsfeed_releases .wd_asset_type_link_list,
div.wd_newsfeed_releases .wd_thumbnail,
div.wd_newsfeed_releases .wd_subtitle {
	display: none;
}
div.wd_newsfeed_releases .wd_item_wrapper {
	margin-left: 0;
}

div.wd_newsfeed_releases-detail div.wd_title.wd_language_left {
	display: none;
}
div.wd_newsfeed_releases-detail div.wd_date {
	display: none;
}
div.wd_newsfeed_releases-detail div.wd_subtitle {
	font-style: italic;
	font-weight: 400;
	margin: 5px 0;
}
/* END 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;
}
/* reset UL behavior to default in NFR body */
.wd_newsfeed_releases-detail .wd_news_body ul,
.wd_newsfeed_releases-detail .wd_news_body ul ul {
	margin: 1em 0 1em 0;
	padding-left: 40px;
}




.wd_newsfeed_releases-detail .wd_news_body li,
.wd_newsfeed_releases-detail .wd_news_body li li {
	list-style-type: disc;
	list-style: disc;
}
.wd_newsfeed_releases-detail .wd_news_body ul.wd_layout-masonry li,
.wd_newsfeed_releases-detail .wd_news_body ul.wd_layout-masonry li li {
	list-style-type: none;
	list-style: none;
}
.wd_newsfeed_releases-teaser .tools {
	text-decoration: none;
	margin-bottom: 12px;
}

.wd_newsfeed_releases-detail .wd_news_body div.wd_asset_carousel_aspect,
.wd_newsfeed_releases-detail .wd_news_body div.wd_asset_gallery_container {
	margin-bottom: 40px;
}


#wd_printable_content  div.wd_asset_carousel_aspect{
	margin-top: 1em;
	margin-bottom: 1em;
}

#wd_printable_content  div.wd_asset_carousel_aspect .wd_icon_underlay{
	color: #1e4070;
	bottom: auto;
    top: 0;

}

.wd_news_body div.wd_asset_carousel_aspect .wd_layout-carousel.wd_asset_list{
	margin: 0;
	padding: 0;

}

#wd_printable_content .wd_body > div,
#wd_printable_content .wd_body p{
	margin: 0 0 1em;
    padding: 0;
}


#wd_printable_content .wd_load_more-container button.wd_load_more-trigger{
	
	border-radius: 25px;
    background: #0070ba;
    color: #FFF;
    text-align: center;
    font-size: .9375rem;
    font-weight: 700;
    line-height: 1.6;
    font-family: PayPalSansSmall-Regular,Helvetica Neue,Arial,sans-serif;
    text-decoration: none;
    padding: 13px 24px;
    height: auto;
    border: none;
    min-width: 150px;
}
/* END Newsfeed Releases */

/* In the News */
/* In the News ID34145 */
.wd_pageid_34145 .wd_featureboxes_top_with_left_sidebar {
	
}
.wd_pageid_34145 .wd_item_search_form_container {
	display: none;
}
div.wd_news_headlines .wd_item {
	position: relative;
	border-bottom: 1px solid #eaeced;
	padding: 10px 0 20px;
}
div.wd_news_headlines .wd_item .wd_arrow:after {
	content: '';
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 12px;
	height: 12px;
	border-right: solid 1px #cbd2d6;
	border-top: solid 1px #cbd2d6;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
div.wd_news_headlines .wd_item .wd_publication {
	font-family: pp-sans-small-regular, Helvetica Neue, Arial, sans-serif;
}
div.wd_news_headlines div.wd_captioned_image {
	display: inline-block;
	width: 35%;
	vertical-align: top;
	margin: 0 2% 0 0;
	display: none;
}

div.wd_news_headlines div.wd_captioned_image img {
	width: 100%;
	max-width: 250px;
	height: auto;
	border-radius: 10px;
}
div.wd_news_headlines div.wd_item_wrapper {
	display: inline-block;
	width: 55%;
	vertical-align: top;
}
/* In the News */

/* Formbuilder */
select::-ms-expand {
	border: none;
}
#wd_printable_content input,
#wd_printable_content button,
#wd_printable_content select {
	border-radius: 5px;
	border: 1px solid #ccc;
	line-height: 34px;
	padding: 0 1rem;
	font-size: 1.2rem;
	height: 34px;
	color: #333;
}
#wd_printable_content select {
	padding: 0 1rem;
	font-size: 1.2rem;
	height: 34px;
	color: #333;
}
select::-ms-expand {
	margin-left: 50px;
	background-color: #fff;
}
#wd_printable_content button.ui-datepicker-trigger {
	border: 0;
}
#wd_printable_content .wd_form_field_label {
	line-height: 2.4em;
	margin-bottom: 0;
}
#wd_printable_content input[type=text] {
	max-width: 69%;
}
#wd_printable_content input[type=submit] {
	max-width: 30%;
	margin-left: 1%;
}
#wd_printable_content input[type=checkbox],
#wd_printable_content input[type=radio] {
	height: auto;
}
.wd_form_field {
	clear: both;
}
.wd_page_menu {
	font-family: "PayPalSansBig-Light";
}
.wd_page_limit {
	padding: 0;
}
.wd_linkmenu-header {
	padding: 6px 2px;
}
.wd_page_link {
	border: none;
}
.wd_page_link:first-child,
.wd_page_link:last-child,
.wd_linkmenu-header {
	border-radius: 0;
}
.wd_page_link:first-child {
	border-left: none;
}
.wd_page_link.wd_page_active {
	background-color: transparent;
	font-weight: bold;
}
.wd_page_link a {
	color: #2c2e2f;
}
.wd_linkmenu-header:hover .wd_linkmenu-icon {
	border-color: transparent;
	background-color: transparent;
	color: #000;
}
.wd_form_field .wd_form_field_input,
.wd_form_field {
	overflow: visible;
}
.wd_search_basic_fields {
	border: 0;
	background-color: transparent;
}
/* END Formbuilder */

/* Site Search */
form.wd_search_form.wd_search_form_basic {
	margin: 25px auto;
}
.wd_search_form_container {
	width: auto;
	height: 100px;
	background: #2c2e2f;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	padding-top: 0;
}
div.wd_sphinx_search .wd_search_form_container {
	background: transparent;
	justify-content: flex-start;
	align-content: flex-start;
}
#search-container input[type=text] {
	display: inline-block;
	width: 419px;
	height: 48px;
	color: #6c7378;
	border: 1px solid transparent;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 12px;
	transition: border-color 0.15s;
}
#search-container input[type=text]:focus {
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
#search-container button {
	display: inline-block;
	vertical-align: top;
	margin: 0 -5px;
}

/* END Site Search */

/* Search Results */
div.wd_sphinx_search {}

div.wd_sphinx_search div.wd_search_result {
	margin: 10px 0;
	padding: 10px 0;
}
div.wd_sphinx_search div.wd_search_title {
	font-size: 1.2rem;
	font-weight: 700;
}
/* END Search Results */

/* Toolbar */
div.wd_toolbar {
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
}

/* Featureboxes */
div.wd_featurebox_container {
/*	margin: 40px 0;*/
	padding: 40px 0;
}
 
div.wd_featurebox_title {
	font-size: 30px;
	line-height: 1.6;
	font-family: PayPalSansBig-Light,Helvetica Neue,Arial,sans-serif;
	font-weight: 300;
	text-align: center;
	color: #2c2e2f;
	padding: 0 0 30px;
}
div.wd_featurebox {}

div.wd_featureboxes_top {
	display: flex;
	justify-content: center;
}
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_top_with_left_sidebar {
	margin: -20px 0;
	border-top: 2px solid #cbd2d6;
	border-bottom: 2px solid #cbd2d6;
	padding: 20px 0;
}
div.wd_featureboxes_top_with_left_sidebar + #wd_printable_content {
	margin-top: 40px;
}
div.wd_featureboxes_top_with_left_sidebar div.wd_featurebox_container {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	padding: 0;
}
div.wd_featureboxes_top_with_left_sidebar div.wd_featurebox_title {
	text-align: left;
}
div.wd_featureboxes_top_with_left_sidebar div.wd_featurebox {
	width: 48%;
}
div.wd_featureboxes_top_with_left_sidebar div.wd_featurebox p {
		color: #212529;
}
div.wd_featureboxes_top_with_left_sidebar div.wd_featurebox p > strong {
	font-family: pp-sans-small-regular, Helvetica Neue, Arial, sans-serif;
}
div.wd_featureboxes_top_with_left_sidebar div.wd_featurebox p:first-of-type a {
	font-size: 1.5rem;
	line-height: 2rem;
	font-family: PayPalSansBig-Light,Helvetica Neue,Arial,sans-serif;
	font-weight: 400;
	text-decoration: none;
}
div.wd_featureboxes_top_with_left_sidebar div.wd_featurebox p + p {
	margin: 0;
	padding: 0;
}

div.wd_featureboxes_top_with_left_sidebar .wd_imagetable {
	width: 48%;
	height: auto;
	margin: 0!important; /* override SM inline styles */
}
div.wd_featureboxes_top_with_left_sidebar .wd_imagetable img {
	width: 100%;
	height: auto;
	border: 1px solid transparent;
	border-radius: 10px;
}
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_media_1_text {}
div.wd_featureboxes_media_1_text div.wd_featurebox_container {}
div.wd_featureboxes_media_1_text div.wd_featurebox_title {
	font-size: 1rem;
	font-family: 'pp-sans-small-light',Helvetica Neue,Arial,sans-serif;
	font-weight: bold;
	line-height: 1.875rem;
	text-transform: uppercase;
	text-align: left;
	color: #005ea6;
	padding: 0 0 0 5px;
}
div.wd_featureboxes_media_1_text div.wd_featurebox {}
div.wd_featureboxes_media_1_text div.wd_featurebox p:first-of-type {
	font-size: 2.5rem;
	line-height: 3rem;
	font-family: PayPalSansBig-Light,Helvetica Neue,Arial,sans-serif;
	font-weight: 400;
}
div.wd_featureboxes_media_1_asset {}
div.wd_featureboxes_media_1_asset div.wd_featurebox_container {}
div.wd_featureboxes_media_1_asset div.wd_featurebox_title {
	display: none;
}
div.wd_featureboxes_media_1_asset div.wd_featurebox {
	overflow: hidden;
}
div.wd_featureboxes_media_1_asset div.wd_featurebox .wd_imagetable,
div.wd_featureboxes_media_1_asset div.wd_featurebox .wd_imagetable img {
	width: 525px;
	max-width: 100%;
	height: auto;
}

div.wd_featureboxes_media_2_text {}
div.wd_featureboxes_media_2_text div.wd_featurebox_container {}
div.wd_featureboxes_media_2_text div.wd_featurebox_title {
	font-size: 1rem;
	font-family: 'pp-sans-small-light',Helvetica Neue,Arial,sans-serif;
	font-weight: bold;
	line-height: 1.875rem;
	text-transform: uppercase;
	text-align: left;
	color: #005ea6;
	padding: 0 5px 0 0;
}
div.wd_featureboxes_media_2_text div.wd_featurebox {}
div.wd_featureboxes_media_2_text div.wd_featurebox p:first-of-type {
	font-size: 30px;
	line-height: 1.6;
	font-family: PayPalSansBig-Light,Helvetica Neue,Arial,sans-serif;
	font-weight: 300;
}
div.wd_featureboxes_media_2_asset {}
div.wd_featureboxes_media_2_asset div.wd_featurebox_container {}
div.wd_featureboxes_media_2_asset div.wd_featurebox_title {
	display: none;
}
div.wd_featureboxes_media_2_asset div.wd_featurebox {
	overflow: hidden;
}
div.wd_featureboxes_media_2_asset div.wd_featurebox iframe {
	width: 100%!important;
	height: 100!important;
	/* override inline styles */
}
div.wd_featureboxes_media_2_asset div.wd_featurebox .wd_imagetable,
div.wd_featureboxes_media_2_asset div.wd_featurebox .wd_imagetable img {
	width: 525px;
	max-width: 100%;
	height: auto;
}

div.wd_featureboxes_media_contacts {}
div.wd_featureboxes_media_contacts div.wd_featurebox_container {}
div.wd_featureboxes_media_contacts div.wd_featurebox_title {}
div.wd_featureboxes_media_contacts div.wd_featurebox {}

div.wd_featureboxes_toggle {
	max-width: 992px;
	margin: 0 auto;
}
div.wd_featureboxes_toggle div.wd_featurebox {}
div.wd_featureboxes_toggle div.wd_featurebox_container {
	max-width: 75%;
	margin: 0 auto;
}
div.wd_featureboxes_toggle div.wd_featurebox_title.accordion-toggle {
	position: relative;
	font-size: 24px;
	line-height: 26px;
	text-align: left;
	border-bottom: 1px solid #cbd2d6;
	padding: 15px;
	transition: all .12s .35s ease;
}
div.wd_featureboxes_toggle div.wd_featurebox_title.accordion-toggle::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 015px;
	right: 30px;
	border: 2px solid #cbd2d6;
	border-top: 0;
	border-left: 0;
	transform: rotate(45deg);
	transition: rotate .3s ease-out;
}
div.wd_featureboxes_toggle div.wd_featurebox_title.accordion-toggle[aria-expanded='true']::after {
	-moz-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	top: 25px;
}
div.wd_featureboxes_toggle div.wd_featurebox ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: center;
	margin-left: 0;
	margin-bottom: 20px;
	padding-left: 0;
	list-style-type: none;
}
div.wd_featureboxes_toggle div.wd_featurebox ul li {
	width: 25%;
	text-align: center;
	border-radius: 50px;
	margin: 10px 0;
	padding: 10px 15px;
}
div.wd_featureboxes_toggle div.wd_featurebox ul li:hover {
	background: #0070BA;
}
div.wd_featureboxes_toggle div.wd_featurebox ul li a {
	text-decoration: none;
}
div.wd_featureboxes_toggle div.wd_featurebox ul li:hover a {
	color: #FFF;
}


.wd_assets_head{
	text-align: center;
    font-size: 18px;
    padding: .5em 0 0;
    border-top: 1px solid #dedede;
    font-weight: bold;
}

.wd_asset_carousel_wrapper .wd_carousel-item{
	background: #0a5daf;
}


div.wd_featureboxes_bottom {}
div.wd_featureboxes_bottom div.wd_featurebox_container {}
div.wd_featureboxes_bottom div.wd_featurebox_title {}
div.wd_featureboxes_bottom div.wd_featurebox {}

div.wd_featureboxes_bottom_with_left_sidebar {}
div.wd_featureboxes_bottom_with_left_sidebar div.wd_featurebox_container {}
div.wd_featureboxes_bottom_with_left_sidebar div.wd_featurebox_title {}
div.wd_featureboxes_bottom_with_left_sidebar div.wd_featurebox {}

#wd_featurebox-standard_3513 div.wd_featurebox {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: nowrap;
}
div.wd_featureboxes_bottom ul.wd_quarterly_results,
div.wd_featureboxes_bottom ul.wd_help  {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	list-style: none;
	margin: 0 auto;
}
div.wd_featureboxes_bottom ul.wd_help {
	flex-direction: column;
	width: 25%;
}
div.wd_featureboxes_bottom ul.wd_quarterly_results li {
	width: 18%;
}
div.wd_featureboxes_bottom div.wd_icon,
div.wd_featureboxes_bottom li.wd_help_icon {
	text-align: center;
	font-size: 42px;
}
div.wd_featureboxes_bottom div.wd_description {
	text-align: center;
}

/* Begin Crisis Featureboxes */
.wd_pageid_34132 .wd_featureboxes_top_crisis .wd_featurebox_title {
	/* display: none; */
	text-align: left;
	padding-bottom: 5px;
}

.wd_pageid_34132 .wd_featureboxes_top_crisis .wd_featurebox p {
	font-size: 18px;
	padding-top: 0;
	font-family: 'PayPalSansBig-Light',Helvetica Neue,Arial,sans-serif;
}

.wd_pageid_34132 .wd_featureboxes_top_crisis .wd_featurebox_content_title {
	font-size: 30px;
    line-height: 1.6;
    font-family: PayPalSansBig-Light,Helvetica Neue,Arial,sans-serif;
    font-weight: 300;
    text-align: left;
    color: #2c2e2f;
}
.wd_pageid_34132 .wd_featureboxes_top_crisis {
	display: flex;
}
.wd_pageid_34132 div.wd_featureboxes_top_crisis a.wd_crisis-links {
	width: 50%;
	margin-right: 80px;
	padding: 0;
}
.wd_pageid_34132 .wd_featureboxes_top_crisis a.wd_crisis-links:hover {
	text-decoration: none;
}
.wd_pageid_34132 .wd_featureboxes_top_crisis a.wd_crisis-links:hover > div.wd_featurebox_content_title {
	text-decoration: underline;
	color: #0070ba;
}
.wd_pageid_34132 div.wd_featureboxes_top_crisis a.wd_crisis-links:nth-child(2n) {
	margin-right: 0px;
}
.wd_featureboxes_top_crisis .wd_featurebox_container img {
	max-width: 100%;
	height: auto;
}

/* End Crisis Featureboxes */

ul.wd_help li.icon-help {
	background-image: url(../images/help_blue_72.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	border: none;
	margin-bottom: 12px;
	height: 72px;
	width: 72px;
}
ul.wd_help li.icon-community {
	background-image: url(../images/man_blue_72_2x.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	border: none;
	margin-bottom: 12px;
	height: 72px;
	width: 72px;
}
ul.wd_help li.icon-resolution {
	background-image: url(../images/rescenter_blue_72.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	border: none;
	margin-bottom: 12px;
	height: 72px;
	width: 72px;
}
ul.wd_help li.icon-contact {
	background-image: url(../images/chat_blue_72.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	border: none;
	margin-bottom: 12px;
	height: 72px;
	width: 72px;
}
ul.wd_help li {
	font-family: pp-sans-small-regular, Helvetica Neue, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.6;
	text-align: center;
	color: #2c2e2f;
	margin: 0 15px;
	width: 100%;
}
ul.wd_help li.wd_help_icon a {
	display: block;
	width: 100%;
	height: 100%;
}
ul.wd_help li.wd_help_icon a:hover {
	text-decoration: none;
}
ul.wd_help li.contact-link a {
	font-family: pp-sans-small-medium, Helvetica Neue, Arial, sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.67;
	text-align: center;
	color: #0070ba;
	text-decoration: none;
}


.wd_stories-teaser {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: center
}
.wd_stories-teaser .item {
	width: 31%;
	padding: 20px;
}
.wd_stories-teaser .item img {
	display: block;
	margin: 10px auto;
}
.wd_stories-teaser .item_date {
	display: none;
}
.wd_stories-teaser .item_name {
	min-height: 75px;
}

.wd_newsfeed_releases-teaser {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.wd_newsfeed_releases-teaser a.itemlink {
	position: relative;
	width: 375px;
	height: 375px;
	color: #FFF;
/*	background-color: #009cde;*/
	border-radius: 4px;
	font-family: pp-sans-small-regular, Helvetica Neue, Arial, sans-serif;
	margin: 0 23px 25px -4px;
	padding: 24px;
	background-size: cover;
	background-repeat: no-repeat;
}
.wd_newsfeed_releases-teaser a.itemlink:hover {
	text-decoration: none;
}
.wd_newsfeed_releases-teaser a.itemlink:last-child {
	margin: 0 0 25px -4px;
}
.wd_newsfeed_releases-teaser a.itemlink:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;	
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,.5);
	border-radius: 4px;
}
.wd_newsfeed_releases-teaser a.itemlink[style*="undefined"] {
	background-color: transparent;
	background-image: radial-gradient(circle farthest-side at center bottom,#009cde,#003087 125%)!important;
}
.wd_newsfeed_releases-teaser a.itemlink[style*="undefined"]:after {
	display: none;
}
#wd_featurebox-teaser_825 .subscribe_link {
	text-align: center;
	padding: 0 0 30px;
}
.wd_newsfeed_releases-teaser .wd_asset_icon_link_list,
.wd_newsfeed_releases-teaser .wd_thumbnail {
	display: none;
}
.wd_newsfeed_releases-teaser .wd_date,
.wd_newsfeed_releases-teaser .wd_title,
.wd_newsfeed_releases-teaser .wd_summary {
	position: relative;
	z-index: 1;
}
.wd_newsfeed_releases-teaser .wd_title a {
	font-size: 20px;
	padding: 24px 0;
	color: #FFF;
}
.wd_newsfeed_releases-teaser .wd_summary p {
	padding: 10px 0;
	color: #FFF;
}
.wd_newsfeed_releases-teaser .wd_date {
	position: absolute;
	bottom: 24px;
	font-size: 13px;
	line-height: 1.85;
	color: #ffffff;
}
.wd_newsfeed_releases-teaser .wd_item_wrapper {
	margin-left: 0;
	padding: 20px 10px;
}

/* END Featureboxes */

/* In the News Single Slider */ 

.wd_pageid_34145 #single_slider_responsive {
	border-top: 1px solid #cbd2d6;
    border-bottom: 1px solid #cbd2d6;
}

.wd_pageid_34145 .single_slider_carousel_indicators {
	right: 0;
    left: 0;
    width: 70px;
    margin-left: auto;
    margin-right: auto;
}

.wd_pageid_34145 #single_slider_responsive .single_slider_carousel_container {
	height: 310px;
}


/* End in the News Single Slider */ 


/* YouTube Responsive Video Containers */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* END YouTube Responsive Video Containers */

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

/* Extra large devices (large desktops) */

/* Crisis Page Styling */
.wd_pageid_34132 .wd_toolbar {
	display: none;
}

.wd_pageid_34132 .single_slider_carousel_indicators {
	display: none;
}

.wd_pageid_20310 .wd_standard .item,
.wd_pageid_20311 .wd_standard .item,
.wd_pageid_20318 .wd_standard .item {
	float: left;
	width: 50%;
	padding: 0px 40px 0 40px;
	min-height: 600px;
}

.wd_pageid_20310.wd_item_page .wd_standard-detail h2,
.wd_pageid_20311.wd_item_page .wd_standard-detail h2,
.wd_pageid_20318.wd_item_page .wd_standard-detail h2 {
	font-size: 1.75em;
}

.wd_pageid_20310.wd_item_page .wd_standard-detail h3,
.wd_pageid_20311.wd_item_page .wd_standard-detail h3,
.wd_pageid_20318.wd_item_page .wd_standard-detail h3,
.wd_pageid_20310.wd_item_page .wd_standard-detail h4,
.wd_pageid_20311.wd_item_page .wd_standard-detail h4,
.wd_pageid_20318.wd_item_page .wd_standard-detail h4 {
	font-size: 1.5em;
}

.wd_pageid_20310 .wd_standard .item iframe,
.wd_pageid_20311 .wd_standard .item iframe,
.wd_pageid_20318 .wd_standard .item iframe,
.wd_pageid_20310 .wd_standard .item img,
.wd_pageid_20311 .wd_standard .item img,
.wd_pageid_20318 .wd_standard .item img{
    width: 100%;
}

.wd_pageid_20310 .wd_standard ul.categories,
.wd_pageid_20311 .wd_standard ul.categories,
.wd_pageid_20318 .wd_standard ul.categories {
	display: none;
}

.wd_pageid_20310 .wd_toolbar,
.wd_pageid_20311 .wd_toolbar,
.wd_pageid_20318 .wd_toolbar {
	clear: both;
}

.wd_pageid_34132 .single_slider_carousel_inner .item:after {
	display: none;
}
.wd_pageid_34132 .single_slider_carousel_control {
	display: none;
}

.wd_pageid_34132 .wd_pageheader {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
}

.wd_disclaimer {
	font-size: 15px;
	font-style: italic;
}

.wd_crisis_header_img {
	float: left;
    width: 160px;
    height: auto;
    padding-right: 20px;
    border-right: 2px solid #FFF;
}

.wd_pageid_20310 .wd_header_content h1,
.wd_pageid_20311 .wd_header_content h1,
.wd_pageid_20318 .wd_header_content h1 {
	text-align: left;
    float: left;
    padding-left: 20px;
}

/* End Crisis Page Styling */
@media (max-width: 1199px) {
	div.wd_newsfeed_releases .wd_item {
		width: 44%;
	}
	div.wd_featureboxes_media_1 div.wd_featurebox {
		max-height: 460px;
	}
	div.wd_featureboxes_media_1 .wd_imagetable,
	div.wd_featureboxes_media_1 iframe {
		margin-top: 3.5%!important; /* override SM inline styles */
		margin-bottom: 3.5%!important; /* override SM inline styles */
	}
	div.wd_featureboxes_media_2 div.wd_featurebox {
		max-height: 420px;
	}
	div.wd_featureboxes_media_1 .wd_imagetable,
	div.wd_featureboxes_media_1 iframe {
		margin-top: 3.5%!important; /* override SM inline styles */
		margin-bottom: 3.5%!important; /* override SM inline styles */
	}
}

@media (max-width: 1023px) {
	.wd_homepage-mobile-nav {
		display: block;
		z-index: 999;
	}
}

/* Large devices (desktops) */
@media (max-width: 992px) {
	.wd_crisis_header_img {
		display: none;
	}
	div.wd_featureboxes_top {
		width: 100%;
		margin: 0 20px;
	}
	div.wd_featureboxes_top div.wd_featurebox_container {
		padding: 40px;
	}
	.wd_newsfeed_releases-teaser, 
	div.wd_newsfeed_releases .wd_item_list {
		flex-wrap: wrap;
	}
	div.wd_featureboxes_top_with_left_sidebar div.wd_featurebox p,
	div.wd_featureboxes_top_with_left_sidebar div.wd_imagetable {
		width: 100%;
	}
	div.wd_featureboxes_media_1 div.wd_featurebox {
		flex-flow: row wrap;
		max-height: 100%;
	}
	div.wd_featureboxes_media_1 div.wd_featurebox_title {
		padding: 24px 0 0 0;
	}
	div.wd_featureboxes_media_2 div.wd_featurebox_title {
		text-align: left;
		padding: 24px 0 0 0;
	}
	div.wd_featureboxes_media_2 div.wd_featurebox {
		max-height: 100%;
	}
	div.wd_featureboxes_media_1 div.wd_featurebox p,
	div.wd_featureboxes_media_2 div.wd_featurebox p,
	div.wd_featureboxes_media_1 div.wd_featurebox .wd_imagetable,
	div.wd_featureboxes_media_2 div.wd_featurebox .wd_imagetable,
	div.wd_featureboxes_media_1 div.wd_featurebox .wd_imagetable img,
	div.wd_featureboxes_media_2 div.wd_featurebox .wd_imagetable img {
		width: 100%;
		height: auto;
	}
	div.wd_featureboxes_media_1 div.wd_featurebox iframe,
	div.wd_featureboxes_media_2 div.wd_featurebox iframe {
		width: 100%;
		height: 50vh;
	}
	div.wd_featureboxes_media_1 .wd_imagetable {
		margin: 24px 0 !important; /* override inline styles */
	}
	.wd_pageid_20290 .item {
		width: 100%;
	}
}


/* Medium devices (tablets) */
@media (max-width: 768px) {
	.wd_pageid_34145 #single_slider_responsive .single_slider_carousel_container {
		height: initial;
	}
}
@media (max-width: 767px) {

	.in-page-anchors__nav.in-page-anchors__nav--sticky #wd_sticky-subscribe{
		display: none;
	}
	div.wd_featureboxes_bottom ul.wd_quarterly_results {
		flex-wrap: wrap;
	}
	div.wd_featureboxes_bottom ul.wd_quarterly_results li {
		width: 100%;
	}
	.vertical-nav.wd_left-nav {
		max-height: 60px;
	}
	.vertical-nav.active.wd_left-nav {
		max-height: 1000px;
	}
	.wd_homepage-nav {
		display: block;
	}
	.wd_stories-teaser {
		flex-wrap: wrap;
	}
	.wd_stories-teaser .item {
		width: 100%;
	}
	#wd_featurebox-standard_3513 div.wd_featurebox {
		flex-wrap: wrap;
	}
	div.wd_featureboxes_bottom ul.wd_help {
		display: grid;
		grid-template-columns: 20% 80%;
		width: 100%;
		margin: 0 20px 24px;
	}
	div.wd_featureboxes_bottom ul.wd_help li {
		text-align: left;
	}
	div.wd_featureboxes_bottom ul.wd_help li.wd_help_icon {
		grid-area: 1/1/3/2;
		margin: 0;
	}
	div.wd_featureboxes_bottom ul.wd_help li.support-message {
		grid-area: 2/2/3/2;
	}
	div.wd_featureboxes_bottom ul.wd_help li.contact-link,
	div.wd_featureboxes_bottom ul.wd_help li.support-message {
		margin: 0 10px;
	}
	.wd_newsfeed_releases-teaser a.itemlink, 
	div.wd_newsfeed_releases .wd_item {
		width: 100%;
		margin: 0 auto 1em;
	    height: auto;
	}
	div.wd_featureboxes_top {
		margin: 0;
	}
	#search-container input[type="text"] {
		width: 275px;
	}
	div.wd_featureboxes_toggle div.wd_featurebox ul li {
		width: 50%;
	}
	div.wd_featureboxes_top_with_left_sidebar div.wd_featurebox,
	div.wd_featureboxes_top_with_left_sidebar .wd_imagetable {
		width: 100%;
	}

	div.wd_featureboxes_top_with_left_sidebar div.wd_featurebox_container{
		flex-direction: column;
	}
	

	div.wd_featureboxes_top_with_left_sidebar .wd_featurebox-content > p{
		padding: 0;
    	margin: 0 0 .5em;
	}

	div.wd_featureboxes_top_with_left_sidebar .wd_featurebox_container .wd_featurebox{
		margin-bottom: 2em;
	}

	div.wd_featureboxes_media_1_asset div.wd_featurebox .wd_imagetable,
	div.wd_featureboxes_media_1_asset div.wd_featurebox .wd_imagetable img {
		width: 100%;
	}
	
	#footer .container ul,
	.global-footer .footer-main{
		margin: 0;
	}
	.global-footer .col-md-12{
		padding: 0;
	}

	.global-footer .footer-main li, .global-footer .footer-secondary li, .global-footer .footer-tertiary li{
		margin: 6px 9px 0;
	}

	.global-footer .footer-main li:first-child{
		margin-left: 0;
	}

	.wd_featureboxes_media_2_asset video{
		width: 100%;
	    height: auto;
	}

	div.wd_featureboxes_toggle div.wd_featurebox_container{
		max-width: none;
	}

	div.wd_featureboxes_toggle div.wd_featurebox_title.accordion-toggle::after{
		right: 1em;
	}

	.wd_pageid_20310 .wd_standard .item,
	.wd_pageid_20311 .wd_standard .item,
	.wd_pageid_20318 .wd_standard .item {
		float: none;
		width: auto;
		min-height: auto;
		padding: 40px 0;
	}

	.wd_articles-detail .wd_body img {
		max-width: 100%;
	}
	.wd_articles-detail .wd_body iframe {
		max-width: 100%;
	}
}

/* Small devices (landscape phones) */
@media (max-width: 575px) {
	.wd_pageid_20291 div.wd_gallery li.wd_category_link, 
	div.wd_videos li.wd_category_link{
		width: 100%;
	}
	div.wd_featureboxes_toggle div.wd_featurebox ul li {
		width: 100%;
	}
	.wd_pageid_20291.wd_is_category ul.wd_item_list li {
		width: 100%!important;
	}
	div.wd_news_headlines div.wd_captioned_image {
		display: none;
	}
	div.wd_news_headlines div.wd_item_wrapper {
		width: 100%;
	}

	/* Start Crisis Page */
	.wd_pageid_34132 .wd_featureboxes_top_crisis {
		flex-wrap: wrap;
	}

	.wd_pageid_34132 div.wd_featureboxes_top_crisis a.wd_crisis-links {
		width: 100%;
		margin-right: 0px;
	}

	/* End Crisis Page */
	a.wd_white-button {
		min-width: 200px;
		margin-top: 0;
	}
}

@media (max-width: 400px) {
	.wd_header_content h1 {
		font-size: 3rem;
	}
}

/* CLIENT CSS OVERRIDES */
.juicer-feed li.feed-item.j-video a.j-image::before {
	z-index: 1!important;
	/* override client inline styles */
}
.container:before,
.row:before {
	display: none;
	/* Safari issue with bootstrap :before psuedo element */
}
ul.footer-main,
ul.footer-secondary.footer-corplinks {
	margin: 0 0 1rem;
}
