/* Begin classes for common SPIN elements */

*, ::before, ::after { box-sizing: border-box; }
*, ::before, ::after { box-sizing: inherit; }
*, ::before, ::after { box-sizing: border-box; }
body {
	text-rendering: geometricPrecision;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #f8f8f8;
	font-family: 'Open Sans',sans-serif;
}

a,
nav .wd_page_links a,
nav .wd_page_links {
	color: #1c5378;
	transition: all 0.5s ease;
}
a:hover,
nav .wd_page_links a:hover {
	color: #1c5378;
	text-decoration: underline;
}

.wd_left-sidebar, .wd_content, .wd_right-sidebar {
	margin: 20px 0;
}

.wd_footer {
	background: #5F0B7C;
	padding: 20px;
	color: #fff;
	width: 100%;
}
.wd_copyright {
	text-align: center;
}
.roadmap {
	display: flex;
	justify-content: space-between;
	padding-left: 14px;
	flex-wrap: wrap;
}
.roadmap .wd_footer_menu{
	list-style: none;
	padding-left: 0px;
}
.roadmap .wd_footer_menu p {
    text-decoration: underline;
}
.roadmap .wd_footer_menu p a {
	color: #fff;
	text-decoration: underline;
}
.roadmap .wd_footer_menu li a {
	padding: 5px 0px;
	width: 81%;
}

.roadmap .footer_column  ul  li > a{

}

/* Bootstrap Overrides */
.no-side-margin {
	margin-left: 0;
	margin-right: 0;
}
main {
	background: #fff;
}
.wd_pageid_45 main {
	background: transparent;
}
.row {
	margin-right: 0;
	margin-left: 0;
}
hero.row {
	margin-left: 0;
	margin-right: 0;
}
.navbar-brand {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 200%;
	
}
.navbar-brand.mr-auto {
	width: 19% !important;
}
.navbar-brand img {
	margin: 20px;
	width:128px;
}
nav {
	background: rgba(238,127,37,.75);
	color: #fff;
}
nav a,
nav a:hover {
	color: #fff;
	font-weight: bold;
	font-size: .8rem;
	text-transform: uppercase;
}
.container {
	display: flex;
	flex-direction: column;
}

.navbar {
	padding: 0;
	background-color: #fff;
}
.navbar .container.no-side-margin {
	display:flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.navbar-toggler {
	border-radius: 0;
}
.navbar .nav {
	width: 100%;
	flex-wrap: nowrap;
}
.nav-item {
	padding: 0 .5rem;
	display: inline-flex;
}
.nav-item.dropdown .dropdown-menu {
	opacity: .9;
	left: 7.5px;
}
.nav-item .nav-link {
	color: #000000;
}

.navbar-nav .nav-item a:after{
	color: black;
	display: none;
	vertical-align: middle;
	padding-right: 3px;
	
}
.nav-item a:hover {
	background-color: #5F0B7C;
	opacity: .9;
	color: #fff;
}
.nav-item .nav-link::after {
	display: none;
}
.dropdown-menu {
	background-color: #5F0B7C;
	opacity: 1;
	border: 1px solid transparent;
	border-radius: 0;
}
a.dropdown-item {
	color: #fff;
}
/*nav.fixed-top {
	opacity:0;
	visibility:hidden;
	transform: translate(0, -200px);
}
nav.in-view {
	opacity:1;
	visibility:visible;
	transition: all 0.3s ease;
	transform:translate(0, 0);
}*/
/* END Bootstrap Overrides */

/* Slideshow Overrides */


#single_slider_responsive {
	
	left: 50%;
	transform: translateX(-50%);
}
div#single_slider_responsive .carousel {
	visibility: hidden;
	background: none;
	border: none;
	overflow: hidden;
}

div.wd_single_slider_carousel_inner {
    display: flex;

}
div.single_slider_carousel_inner .item {
    max-height: 100%;
}
div.wd_single_slider_carousel_inner .item img {
    display: flex;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.single_slider_carousel_inner > .item > a img {
	width: 100%;
}

.carousel-inner .item  img {
	width: 100%;
}
.carousel-container {
	width: 100% !important;
}
.carousel-control {
	display: none;
}
.carousel-indicators {
	bottom: 35px;
	right: 10%;
	top: 86%;
}
.carousel-indicators li {
	width: 25px;
	height: 25px;
	background: #ccc !important;
	border-radius: 15px;
	border: none !important;
}
.single_slider_carousel_caption {
	display:none;
}
.carousel-indicators li.active {
	background: #fff !important;
}
.single_slider_carousel .single_slider_carousel_control {
	display: none;
}
div#single_slider_responsive .single_slider_carousel_container {
    padding: 0;
}
div.single_slider_carousel_bottom {
	margin: -100px auto 0 auto;
}

div#single_slider_responsive .single_slider_carousel_caption {
	background: #5F0B7C;
	background: rgba(238,127,37,.85);
}

/* END Slideshow Overrides */

/* Header styles */
.page_header,
.category_header {}
.detail_header,
.detail_subheader,
.category_name {}
.category_intro {}

.wd_pageheader {
	padding: 20px;
}

.wd_home_hero {
	background-size: cover;
	width: 100%;
}
.wd_pageid_120 .wd_home_hero {
	background-size: contain;
	background-repeat: no-repeat;
	background-position-x: center;
	width: 100%;
    height: 0;
    padding-top: 31.25%; /* may need to change if image and ratio change */
}
.wd_header_content {
	padding: 100px;
}
.wd_navbutton {
	float: right;
	margin: 20px 0;
}
.wd_tagline {
	background: rgba(0,0,0,0.75);
	color: #fff;
	padding: 20px;
	width: 100%;
}
/* END Header styles */

.item, .wd_item {
	margin: 20px 0;
}
.item_name,
.wd_title,
.wd_item .wd_title,
.wd_newsfeed_releases-teaser .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;
	color: #333;
}
.item_summary, .wd_item .wd_summary {}
.wd_item .wd_subtitle {}

table.wd_imagetable {}
td.imagecaption {}

/* Begin classes for individual PCTs */
span.wd_subscribe_icon {
	background: url('../images/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;
}

/* Standard */
div.wd_standard {}
.wd_formbuilder {
	display: flex;
	flex-direction: column;
}
/* END Standard */

/* 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 {}

/* hi-res link for gallery */
ul.hi_res-links {}
ul.hi_res-links li {}
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;
}
/* 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-teaser .tools {
	text-decoration: none;
	margin-bottom: 12px;
}
/* END Newsfeed Releases */

/* Stories */
div.wd_stories {}
/* END Stories */

/* SEC Filings */
div.wd_ir_secfilings .wd_selector {
    margin: 0 0 5px 10px;
}
div.wd_ir_secfilings .wd_selector .wd_label {
    margin-right: 5px;
}
/* END SEC FIlings */

/* Interactive Chart */
div.wd_ir_interactivechart input.wd_chart_date {
    width: auto;
}
/* END Interactive Chart */

/* Calculator */
div.wd_ir_calculator label {
    margin-bottom: 0;
}
/* END Calculator */


/* ESG Page */
.wd_pageid_63 main {
	padding: 0;
	background: none;
}
.wd_pageid_63 main .row .wd_content {
	margin: 0;
	padding: 0;
}
.wd_pageid_63 main .row .wd_content #wd_printable_content {
	display: none;
}
.wd_pageid_63 div.wd_featureboxes_middle div.wd_featurebox_container {
	width: 100%;
	margin: 0;
	margin-bottom: 20px;
	min-height: unset;
}
.wd_pageid_63 div.wd_featureboxes_middle div.wd_featurebox_title {
    margin-bottom: 30px;
}
.wd_pageid_63 div.wd_featureboxes_middle .wd_featurebox_container .wd_featurebox ul {
	list-style: none;
	padding: 0;
}

.wd_pageid_63 div.wd_featureboxes_middle .wd_featurebox ul.brand-style-2 {
	display: flex;
	justify-content: space-between;
}
.wd_pageid_63 div.wd_featureboxes_middle .wd_featurebox ul.brand-style-2 li {
	width: 32.5%;
}
.wd_pageid_63 div.wd_featureboxes_middle .wd_featurebox ul.brand-style-2 img,
.wd_pageid_63 div.wd_featureboxes_middle .wd_featurebox table img {
	width: 100% !important;
	height: auto !important;
}
.wd_pageid_63 div.wd_featureboxes_middle .wd_featurebox table {
	margin: 20px auto;
    width: 100%;
}
.wd_pageid_63 div.wd_featureboxes_middle #wd_featurebox-standard_6 .wd_featurebox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wd_pageid_63 div.wd_featureboxes_middle #wd_featurebox-standard_6 .wd_featurebox p {
	margin-bottom: 40px;
}
.wd_pageid_63 div.wd_featureboxes_middle #wd_featurebox-standard_6 .wd_featurebox ul {
	width: 49%;
}
.wd_pageid_63 div.wd_featureboxes_middle #wd_featurebox-standard_6 .wd_featurebox ul li h2 {
	font-weight: 400;
	margin-bottom: 0;
}
.wd_pageid_63 div.wd_featureboxes_middle #wd_featurebox-standard_6 .wd_featurebox ul li h2 span {
	font-size: 46px;
}
.wd_pageid_63 div.wd_featureboxes_middle #wd_featurebox-standard_6 .wd_featurebox ul li br:first-of-type {
	display: none;
}
.wd_pageid_63 div.wd_featureboxes_middle #wd_featurebox-standard_6 .wd_featurebox ul li img {
	width: 100%;
	margin-top: 20px;
}
.wd_pageid_63 div.wd_featureboxes_middle #wd_featurebox-standard_11 .wd_featurebox table {
	margin-bottom: 20px !important;
}
.wd_pageid_63 div.wd_featureboxes_middle #wd_featurebox-standard_12 ul {
	column-gap: 10px;
}
.wd_pageid_63 div.wd_featureboxes_middle #wd_featurebox-standard_12 .wd_featurebox img {
	margin-bottom: 10px;
}
.wd_pageid_63 div.wd_featureboxes_middle #wd_featurebox-standard_12 .wd_featurebox li strong {
}
.wd_pageid_63 div.wd_featureboxes_middle #wd_featurebox-standard_12 .wd_featurebox li strong:after {
	content: url('../images/download.png');
	position: relative;
	top: 6px;
}
#wd_featurebox-standard_9 .brand-style-2 > li {
	margin: 0 auto;
}
/* END ESG Page */


/* Formbuilder */
legend {
	font-size: 1rem;
}
.wd_formbuilder input[type="checkbox"],
.wd_formbuilder input[type="radio"] {
	margin-right: 5px;
}
.wd_form_field .wd_form_field_input,
.wd_form_field {
	overflow: visible;
}
.wd_search_basic_fields select,
.wd_search_basic_fields input,
.wd_search_basic_fields button {
	height: 35px;
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 0 10px;
	margin: 5px;
}
.wd_search_basic_fields button,
.wd_formbuilder_submit {
	cursor: pointer;
}
.wd_search_basic_fields .wd_search_button.wd_highlight,
.wd_formbuilder_submit {
	background: rgba(0,123,255,1);
	border: 1px solid rgba(0,123,255,1);
	color: #fff;
}
.wd_formbuilder_submit {
	padding: 10px 20px;
}
::-ms-expand {
	background: transparent;
	border: none;
}
.wd_search_basic_fields .wd_sr-only.wd_sr-only.wd_sr-only.wd_sr-only {
	display: none;
}
/* END Formbuilder */

/* Featureboxes */
div.wd_featurebox {}
div.wd_featurebox_container {}
div.wd_featurebox_title {
	background: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5rem;
	color: #333694;
}

div.wd_featureboxes_top {}
div.wd_featureboxes_top div.wd_featurebox {}
div.wd_featureboxes_top div.wd_featurebox_container {}
div.wd_featureboxes_top div.wd_featurebox_title {}

div.wd_featureboxes_left {}
div.wd_featureboxes_left div.wd_featurebox {}
div.wd_featureboxes_left div.wd_featurebox_container {}
div.wd_featureboxes_left div.wd_featurebox_title {}

div.wd_featureboxes_right {}
div.wd_featureboxes_right div.wd_featurebox {}
div.wd_featureboxes_right div.wd_featurebox_container {}
div.wd_featureboxes_right div.wd_featurebox_title {}


div.wd_featureboxes_middle div.wd_featurebox {}
div.wd_featureboxes_middle div.wd_featurebox_container {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin: 20px 2% 0 0;
	padding: 20px;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 3px;
	min-height: 415px;
}
div.wd_featureboxes_middle {
	display: flex;
	flex-wrap: wrap;
}
div.wd_featureboxes_middle .wd_chart-quote {
	display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    overflow: hidden;
    padding-top: 10px;
    width: 90%;
    margin: 0 auto;
}
div.wd_chart-quote .wd_chart-quote-item {
	margin: 0px;
	display: flex;

}
div.wd_chart-quote .wd_chart-quote-item .wd_chart-quote-value {
	padding-right: 4px;
	font-size: 1.3rem;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 400;
    line-height: 1.5;
}
div.wd_chart-quote .wd_chart-quote-item .wd_chart-quote-label {
	font-size: 1.3rem;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";

    font-weight: 400;
    line-height: 1.5;
}

div.wd_chart-quote .wd_chart-quote-item:nth-child(1) .wd_chart-quote-value {
	line-height: 1.5;
    color: #212529;
    text-align: left;
    font-size: 3rem;
    font-weight: 400;
}
div.wd_chart-quote .wd_chart-quote-item:nth-child(1) .wd_chart-quote-label {
	display: none;
}
div.wd_chart-quote .wd_chart-quote-item:nth-child(2) .wd_chart-quote-value br {
	display: none;
}

div.wd_featureboxes_middle .wd_chart-quote-footer {
	overflow: hidden;
    padding-top: 10px;
    width: 90%;
    margin: 0 auto;
}



div.wd_featureboxes_middle div.wd_featurebox_title {}

div.wd_featureboxes_bottom {}
div.wd_featureboxes_bottom div.wd_featurebox {}
div.wd_featureboxes_bottom div.wd_featurebox_container {}
div.wd_featureboxes_bottom div.wd_featurebox_title {}

div.wd_newsfeed_releases-teaser .subscribe_link,
div.wd_newsfeed_releases-teaser .wd_thumbnail,
div.wd_newsfeed_releases-teaser .wd_summary {
	display: none;
}
div.wd_newsfeed_releases-teaser .item {
	padding: 10px 0;
	margin: 10px 0;
}
div.wd_newsfeed_releases-teaser .item:not(:last-child) {
	border-bottom: 1px solid #ccc;
}
div.wd_events-teaser .item {
	padding: 40px 0;
	margin: 0;
}
div.wd_events-teaser .item:not(:last-child) {
	border-bottom: 1px solid #ccc;
}

#wd_featurebox-financial_2 div.wd_chart-quote {
	overflow: hidden;
	padding-top: 10px;
	width: 90%;
	margin: 0 auto;
}
#wd_featurebox-financial_2 div.wd_chart-quote-label {
	font-size: 1.3rem;
}
#wd_featurebox-financial_2 div.wd_chart-quote-item {
	width: 100%;
	margin: 0;
	font-size: 1rem;
}
#wd_featurebox-financial_2 div.wd_chart-quote-footer {
	font-size: .8rem;
	width: 90%;
	margin: 5px auto;
}
#wd_featurebox-financial_2 div.wd_chart-quote-value-up, 
#wd_featurebox-financial_2 div.wd_chart-quote-value-up + div.wd_chart-quote-label {
	color: #009933;
}
#wd_featurebox-financial_2 div.wd_chart-quote-value-down, 
#wd_featurebox-financial_2 div.wd_chart-quote-value-down + div.wd_chart-quote-label {
	color: #cc0000;
}
#wd_featurebox-financial_2 div.wd_chart-quote div.wd_chart-quote-item:first-child + div.wd_chart-quote-item,
#wd_featurebox-financial_2 div.wd_chart-quote div.wd_chart-quote-item:first-child + div.wd_chart-quote-item + div.wd_chart-quote-item,
#wd_featurebox-financial_2 div.wd_chart-quote div.wd_chart-quote-item:first-child + div.wd_chart-quote-item + div.wd_chart-quote-item + div.wd_chart-quote-item {
	font-size: 1.3rem;
}
#wd_featurebox-financial_2 div.wd_chart-quote-item:first-child .wd_chart-quote-value {
	font-size: 3rem;
}
#wd_featurebox-financial_2 div.wd_chart-quote-item:first-child div.wd_chart-quote-label {
    text-indent: -9999px;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 44px;
    height: 49px;
    position: relative;
	top: 14px;
    left: 100%;
	font-size: 1rem;
}
#wd_featurebox-financial_2 div.wd_chart-quote div.wd_chart-quote-item:first-child + div.wd_chart-quote-item .wd_chart-quote-value br {
	display: none;
}
#wd_featurebox-financial_2 div.wd_chart-quote div.wd_chart-quote-item div.wd_chart-quote-value {
	float: left;
	padding-right: 5px;
}
#wd_featurebox-financial_2 div.wd_chart-quote-value {
	font-weight: normal;
}

/* Featureboxes Standard 3 */

#wd_featurebox-standard_3 .wd_featurebox {
	margin-top: 22px;

}
/* End Featurebox Standard 3 */


.wd_pageid_115 .wd_featureboxes_top {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
}
.wd_pageid_115 .wd_featureboxes_top > div {
	margin: 0 auto;
}
.wd_pageid_115 .wd_content {
	display: flex;
	flex-direction: column-reverse;
}
.wd_pageid_115 main {
	margin-bottom: 50px;
}

/* END Featureboxes */

/* 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 */

/* Footer */
.footer_column {
	width: 20%;
}
.footer_column li {
	white-space: pre-line;
	width: 100%;
	line-height: 1;
	margin-bottom: 5px;
}
/* End Footer */

div.wd_rssfeeds_item {
	margin-bottom: 10px;
}

.wd_subscribe_icon {
	background: url(../images/email_alerts.png) 0px 3px no-repeat;
	width: 18px;
	height: 18px;
	display: inline-block;
}
.wd_subscribe_icon img {
	display: none;
}

/* Extra large devices (large desktops) */
@media (max-width: 1199px) {
	.nav-item {
		padding: 0 .5rem;
	}
	.carousel-inner .item  img {
	width: 100%;
}
}
/* Large devices (desktops) */
@media (max-width: 992px) {
	.nav-item {
		padding: 0 .25rem;
	}
	div.wd_featureboxes_middle div.wd_featurebox_container {
		width: 100%;
		margin-right: 0;
	}
}
/* Medium devices (tablets) */
@media (max-width: 767px) {
	.navbar-toggler {
		background-color: #fff;
		border: 1px solid #ccc;
	}
	.navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	}
	.navbar-nav .nav-item {
		border-right: 0;
	}
	.wd_navbar-wrapper[style] {
		min-height: auto !important;
	}

	.wd_pageid_63 div.wd_featureboxes_middle #wd_featurebox-standard_6 .wd_featurebox ul {
		width: 100%;
	}
	.wd_pageid_63 div.wd_featureboxes_middle .wd_featurebox ul.brand-style-2 {
		flex-wrap: wrap;

	}
	.wd_pageid_63 div.wd_featureboxes_middle .wd_featurebox ul.brand-style-2 li {
		width: 100%;
		margin: 10px 0;
	}
	.wd_pageid_63 .wd_footer .container {
		max-width: unset;
	}
	.footer_column {
		width: 50%;
	} 
}
/* Small devices (landscape phones) */
@media (max-width: 575px) {
	.wd_search_basic_fields {
		max-width: 75%;
	}
	.wd_search_basic_fields select,
	.wd_search_basic_fields input,
	.wd_search_basic_fields button {
		max-width: 90%;
	}
	.wd_item_search_form_container {
		max-width: 100%;
		overflow: hidden;
	}
	.wd_newsfeed_releases .wd_item .wd_thumbnail {
		float: none;
		margin: 0;
	}
	.wd_newsfeed_releases .wd_item .wd_item_wrapper {
		margin: 0;
	}
	.footer_column {
		width: 100%;
	} 
}
@media (min-width: 320px) and (max-width: 978px) {
	#single_slider_responsive .single_slider_carousel_caption {
		max-height: 999px;
	}
}
@media (min-width: 979px) and (max-width: 1200px) {
	.single_slider_carousel_caption {
		padding: 20px;
	}
}