 /* Begin classes for common SPIN elements */
*, ::before, ::after { box-sizing: border-box; }
*, ::before, ::after { box-sizing: inherit; }
*, ::before, ::after { box-sizing: border-box; }
button, input, select, optgroup, textarea {
	font-family: "Poppins", sans-serif;
}
body {
	font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 17px;
}
h2 {
	font-family: "Poppins", "Arial", sans-serif;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 600;
    margin: 0 0 19px 0;
    text-transform: none;
    color: #0292AD;
}
h3 {
	font-family: "Poppins", "Arial", sans-serif;
    line-height: 1.08em;
    text-transform: none;
    margin: 0 0 19px 0;
    color: #54585A;
    font-weight: 600;
    font-size: 24px;
}
.gb1-2.wd_left {
	padding-left: 30px;
}
.gb1-2 .gb_text {
	padding-left: 0px;
}
.layout a:hover {
	background: #BD472A;
    border: none;
}
.layout .butn, .layout #wd_printable_content a.butn {
	display: inline-block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #BD472A;
    padding: 10px 30px;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #BD472A;
    background: none;
    margin-right: 11px;
    margin-bottom: 15px;
}
.layout .butn, .layout #wd_printable_content a.butn:hover {
	background-color: #BD472A;
    border: 1px solid #BD472A;
    color: #fff;
}

/* Mobile nav button */
.mobMopened .mobmenubtn .mobmenuicon::before,
.mobMopened .mobmenubtn .mobmenuicon::after,
.mobmenubtn:hover .mobmenuicon::before,
.mobmenubtn:hover .mobmenuicon::after {
	background-color: #BD472A;
}
.mobMopened .mobmenubtn .mobmenuicon,
.mobmenubtn:hover .mobmenuicon {
	background-color: #BD472A;
}
.mobMopened .mobmenubtn .mobmenuicon {
	background-color: transparent;
}
/* End Mobile Nav Button */

#wd_featurebox-standard_12 a {
	color: #205d7e;
	font-size: 21px;
}
/* #wd_printable_content a,
.wd_featureboxes_middle a,
.layout a,
.wd_newsfeed_releases-teaser .wd_title a {
  background-position: 0 1.26em;
  background-size: 1px 1px;
  background-image: none;
  background-repeat: repeat-x;
}  */
#wd_featurebox-standard_12 a:hover{
	/* background: transparent;
	text-decoration: underline; */
	color: white;
}

/* Begin main nav styling */
.site-title span {
	background: url('../images/ovintiv_logo.png');

}


#primary-menu li {
	font-family: "Poppins", "Arial", sans-serif;
	font-size: 15px;
}
#primary-menu li a {
	font-family: "Poppins", "Arial", sans-serif;
	font-weight: 400;
}

.hovered #primary-menu > li:hover > a {
	color: #BD472A;
}
#primary-menu > li:hover .headerbg {
	border-bottom: 1px solid #BD472A;
}
#primary-menu > li.no-items:hover .headerbg {
	border-bottom: none;
}

#primary-menu li li a:hover {
    border-bottom: 1px solid #BD472A;
}
.main-navigation li.current-menu-item > a {
    color: #BD472A !important;
}
.main-navigation li.current-menu-item > a:hover {
    color: #BD472A !important;
}
#primary-menu > li > .sub-menu li {
	min-width: 220px;
}
#primary-menu li li {
	margin: 26px 0 27px 0;
	padding-left: 11px;
}
#primary-menu .wd_subnav > li:first-child {
	margin-top: 60px;
}
.headerbg {
	background: rgb(255, 255, 255, .9);
}

.corp-banner {
	background: #BD472A;
	height: 60px;
	display: flex;
	align-items: center;
	padding: 0 20px;
}
.corp-banner a {
	display: block;
	width: fit-content;
	margin-left: auto;
	text-decoration: none;
}
.corp-banner > div {
	max-width: 1550px;
	width: 100%;
	margin: 0 auto;
}


/* End main nav styling */

/*begin footer styles*/
.site-bottom li a {
	font-family: "Poppins", "Arial", sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #54585A;
}
.site-bottom li a:hover {
	color: #BD472A;
}
.site-bottom, 
.site-info {
	border-top: 1px solid #BD472A;
}

.soc ul .fb,
.soc ul .yt  {
	display: none;
}

/* End footer styles */
/* Header styles */
.page_header,
.category_header,
h1.category_header {
	font-family: "Poppins", "Arial", sans-serif;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 600;
    margin: 0 0 19px 0;
    text-transform: none;
    color: #0292AD;
}
.detail_header,
.detail_subheader,
.category_name {}
.category_intro {}
/* END Header styles */
.wd_page-title {
	font-family: "Poppins", "Arial", sans-serif;
	font-weight: 600;
	color: #54585A;
	font-size: clamp(42px, 8vw, 65px);

}
.item, .wd_item {
	margin: 10px 0;
	padding: 10px 0;

}


/* .wd_pageid_118 .item {
	border-top: 1px solid #c5c5c5;
	margin: 0;
	padding: 0;
}
.wd_pageid_118 div.item_name::before {
	content: '';
	background: url('../images/plus-minus.png') 0 bottom no-repeat;
   	width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 14px;
    left: 0;
}
.wd_pageid_118 div.item_name.expanded::before {
	background-position: 0 0;
}
.wd_pageid_118 div.item_name.expanded:hover::before {
	background-position: right bottom;
}
.wd_pageid_118 div.item_name:hover::before {
	background-position: right 0;
	cursor: pointer;
}
.wd_pageid_118 div.item_name.active::before {
	content: '';
}


.wd_pageid_118 .wd_featurebox_title,
.item_name,
.wd_title,
.wd_item .wd_title,
.wd_newsfeed_releases-teaser .wd_title,
.wd_documents_item_list > .wd_documents_item > .wd_title {
	font-family: "Poppins", "Arial", sans-serif;
    line-height: 1.08em;
    text-transform: none;
    margin: 0 0 19px 0;
    color: #54585A;
    font-weight: 600;
    font-size: 24px;
}
.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 {}

.wd_pageid_118 .wd_featurebox_container{
	margin-bottom: 40px;
}
.wd_pageid_118 .wd_category_items .item_name{
	color: #0292AD;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.45em;
    margin: 0;
	padding: 13px 0 13px 59px;
	position: relative;

}

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

.wd_linkmenu-list {
	z-index: 9999;
} */

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

.wd_newsfeed_releases-detail .wd_documents_asset .wd_file_info{
	display: none;
}

/* END Standard */

/* Stories */
div.wd_stories {}
#wd_printable_content .wd_stories-detail div.wd_assets_container ul.wd_asset_type_tabs a,
#wd_printable_content .wd_stories-detail div.wd_assets_container li.wd_documents_item a {
	background-image: none;
}
/* END Stories */

/* Articles */
div.wd_articles {}
/* END Articles */

/* Events */
div.wd_events {
	clear: both;
}
.wd_events_month_header{
	font-family: "Poppins", "Arial", sans-serif;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 600;
    margin: 0 0 19px 0;
    text-transform: none;
    color: #0292AD;
}
.wd_events_month {
	margin-bottom: 0;
}
.wd_events_month:last-child {
	margin-bottom: 40px;
}
.wd_events_month_header {
	background: #ECECEC;
}
.wd_events_list .wd_event{  
	background: none; 
	/*border-top: 1px solid #7C7E7F;*/
}
.wd_events_list .wd_event:first-child,
.wd_events_list .wd_event{
	padding-top: 40px;
}
.wd_events_header_container{
	margin: 0;
	padding: 0;
}
.wd_event .wd_event_info .wd_event_sidebar_links{
	float: left;
}
.wd_event .wd_event_sidebar_links .wd_event_webcast,
.wd_event .wd_event_sidebar_links .wd_attachment_container{
	float: left;
	margin: 0 10px 10px 0;
}
.wd_pageid_19.wd_item_page .wd_page-title {
	display: none;
}

/* .wd_pageid_19 #wd_printable_content table.wd_imagetable, */
.wd_events .wd_events_list .wd_more {
	display: none;
}
.wd_pageid_19 .gb1-2.wd_left h1{
	font-size: 54px;
	max-width: 420px;
	margin-bottom: 50px;
}
.wd_event_sidebar .wd_event_date,
.wd_event_sidebar .wd_event_time {
	background-position: left;
	display: inline-block;
}

.wd_event_sidebar .wd_event_subscribe,
.wd_event_sidebar .wd_event_reminder,
.wd_event_sidebar .wd_event_webcast {
	background-position: left;
}

.wd_events_list .wd_event_info{
	display: block;
	float: left;
}

.wd_event .wd_title a:hover{
	background: #BD472A;
	color: #FFF;
}

.wd_pageid_19 .item.wd_event {
	display: flex;
}

/* END Events */

/* Gallery */
div.wd_gallery {}
/* END Gallery */

/* Newsfeed Releases */
div.wd_newsfeed_releases {}

.wd_pageid_43.wd_item_page .gb_text h1,
.wd_newsfeed_releases .wd_item .wd_asset_type_link_list {
	display: none;
}
/* END Newsfeed Releases */
.wd_newsfeed_releases-detail .wd_title {
	font-family: "Poppins", "Arial", sans-serif;
	line-height: 1.08em;
    text-transform: none;
    margin: 0 0 19px 0;
    color: #54585A;
    font-weight: 600;
    font-size: 24px;
}
/* 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;
}
/* END Newsfeed Releases */

/* Formbuilder */
select::-ms-expand {
	border: none;
}

#wd_printable_content input,
#wd_printable_content button,
#wd_printable_content select {
	border-radius: 0;
	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;
	margin-right: 10px;
}


.wd_pageid_147 .site-main .row_wrapper:nth-child(2){
	background: #eaeaea;
	padding: 4rem 0;
	margin: 2rem 0;
}

.wd_form_field {
	clear: both;
}
.wd_page_limit {
	padding: 0;
}
.wd_linkmenu-header {
	padding: 6px 2px;
	margin-left: 8px;
}
.wd_page_link:first-child,
.wd_page_link:last-child,
.wd_linkmenu-header {
	border-radius: 0;
}
.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;
}
/* END Formbuilder */

/* Search Results */
/* END Search Results */

/* Featureboxes */
div.wd_featurebox {}
div.wd_featurebox_container {}
div.wd_featurebox_title,
.wd_pageid_118 #wd_printable_content > h2 {
	font-family: "Poppins", "Arial", sans-serif;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 600;
    margin: 0 0 19px 0;
    text-transform: none;
    color: #0292AD;
	text-decoration: none;
}

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_featureboxes_middle div.wd_featurebox {}
div.wd_featureboxes_middle div.wd_featurebox_container {}
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 {}

#wd_featurebox-standard_15 .wd_featurebox_title {
	display: none;
}

.wd_pageid_116 div.wd_featureboxes_bottom div.wd_featurebox table.wd_imagetable {
	table-layout: fixed;
}

.wd_pageid_116 div.wd_featureboxes_bottom div.wd_featurebox table td {
	padding: 0;
}

.wd_pageid_116 div.wd_featureboxes_bottom div.wd_featurebox_container:nth-child(4) {
	padding: 0;
}

.wd_pageid_116 div.wd_featureboxes_bottom div.wd_featurebox_container {
	display: inline-block;
	width: 25%;
	vertical-align: top;
	padding: 0px 30px 0 0;
	position: relative;
}
.wd_pageid_116 div.wd_featureboxes_bottom div.wd_featurebox_title {
	line-height: 1em;
	font-weight: 700;
	margin: 0 0 25px 0;
	text-transform: uppercase;
	color: #FF9351;
	font-size: 38px;
	font-family: "Poppins", "Arial", sans-serif;
}


.wd-btn-main,
#wd_printable_content .wd_subscribe2 input[type=submit],
#wd_featurebox-teaser_5 p.more a {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #BD472A;
    padding: 10px 30px;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #BD472A;
    background: none;
    margin-right: 11px;
    margin-bottom: 15px;
}
#wd_printable_content .wd_subscribe2 input[type=submit]:hover {
	background-color: #BD472A;
    border: 1px solid #BD472A;
    color: #fff;
}
.layout a.wd-btn-main{
	color: #8ED9C1;
}

#wd_featurebox-teaser_5 p.more a {
	margin: 10px 0;
}

#wd_featurebox-teaser_5 p.more a:hover{
	background-color: #BD472A;
    border: 1px solid #BD472A;
    color: #fff;
}

#wd_featurebox-teaser_5 p.more{
	text-align: left;
}


#wd_printable_content .wd_subscribe2 input[type=submit]{
	text-align: left;
	margin: 0;
	height: auto;
	background: transparent;
	margin-left: 155px;
}

.layout a.wd_document:hover{
	background: transparent;
}

img[src*="fileicons/16/"] {
	width: 22px;
	background: transparent;
}



.wd_featureboxes_bottom .wd_read_more {
	display: block;
	border: 2px solid #8ED9C1;
	color: #8ED9C1;
	max-width: 200px;
	padding: 10px 20px;
	margin: 10px auto;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 22px;
	font-family: "Poppins", "Arial", sans-serif;
}
/* 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 */


.wd_toolbar a.at-svc-pinterest_share{
	display: none; 
}

#wd_printable_content div.wd_toolbar li.wd_tool a {
	background-image: none;
}

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


.wd_pageid_45 .wd_featureboxes_middle .wd_featurebox_container{
	float: left;
	padding: 15px;
}


.wd_pageid_45 .wd_featureboxes_middle .wd_col_left{

	width: 25%;
	float: left;
}

.wd_pageid_45 .wd_featureboxes_middle .wd_col_right{
	width: 75%;
	float: right;
}

.wd_pageid_45 .wd_col_left .wd_featurebox_container{
	width: 100%;
	background: #eaeaea;
	margin-bottom: 1rem;
	max-width: 336px;
}

/* .wd_pageid_45 .wd_featureboxes_middle .wd_featurebox_container:nth-child(1){
	width: 20%;
}

.wd_pageid_45 .wd_featureboxes_middle .wd_featurebox_container:nth-child(2){
	width: 55%;
}

.wd_pageid_45 .wd_featureboxes_middle .wd_featurebox_container:nth-child(3){
	width: 25%;
} */
.wd_newsfeed_releases-teaser .wd_summary,
.wd_newsfeed_releases-teaser .subscribe_link,
.wd_newsfeed_releases-teaser .wd_asset_icon_link_list{ 
	display: none;
}

.wd_newsfeed_releases-teaser .wd_title{
	/*font-size: 18px;*/
}

.wd_newsfeed_releases-teaser .item{
	padding: 0;
}

.wd_pageid_45 .wd_toolbar{
	display: none;
}
.wd_pageid_45 .wd_page-title {
	display: none;
}

div.wd_toolbar {
	clear: both;
}

.wd_pageid_159 #wd_snapshot-insiders {
	display: none;
}
.wd_pageid_159 #wd_featurebox-standard_5 .wd_featurebox ul{
	list-style: none;
	padding: 0;
	margin: 2rem 0 0;
	overflow: auto;
} 

.wd_pageid_159 #wd_featurebox-standard_5 .wd_featurebox ul li{
	display: block;
	width: 30%;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 2px solid #eaeaea;
	height: 210px;
	float: left;
	text-align: center;
	padding: 2rem 1rem;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Poppins", "Arial", sans-serif;
}




/* HP Bottom wrapper */
.wd_bottom_sec .wd_btm_imgs{
	width: 70%;
	float: left;
}

.wd_bottom_sec .wd_btm_imgs img{
	display: block;
	width: 33.33%;
	float: left;
}

.wd_bottom_sec .wd_featureboxes_bottom{
	width: 30%;
	float: left;
	padding: 15px;
	
	text-align: left;
}

.wd_bottom_sec .wd_featureboxes_bottom input[type="text"]{
	width: 80%;
}

.wd_bottom_sec .wd_btm_wrap{
	background: #EAEAEA;
	overflow: auto;
}

.wd_subscribe_featurebox .wd_form_field_label,
.wd_subscribe_featurebox .wd_form_header{
	display: none;
}

.wd_subscribe_featurebox {
	height: 100%;
	display: flex;
	align-items: center;  
	/* justify-content: center; */
}

.wd_subscribe_featurebox .wd_form_field{
	margin: 0;
}
.wd_subscribe_featurebox .wd_form_footer{
	margin: 0;
}

.wd_subscribe_featurebox .wd_form_buttons {
	margin: 25px 5px;
}

.wd_featurebox-subscribe .wd_featurebox_title{
	font-family: "Poppins", "Arial", sans-serif;
	font-size: 28px;
	line-height: 1.08em;
	text-transform: uppercase;
	margin: 0 0 19px 0;
	color: #0292AD;
	font-weight: 700;
}

.wd_subscribe_featurebox .wd_form_field_input,
div.wd_form_footer div.wd_form_buttons{
	margin-left: 0;
}

.wd_subscribe_featurebox input.wd_formbuilder_submit {
	display: inline-block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #BD472A;
    padding: 10px 30px;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #BD472A;
    background: none;
    margin-right: 11px;
    margin-bottom: 15px;
}
.wd_subscribe_featurebox input.wd_formbuilder_submit:hover {
	background-color: #BD472A;
    border: 1px solid #BD472A;
    color: #fff;
}


.wd_pageid_45 .wd_featureboxes_middle .wd_featurebox_title{
	font-family: "Poppins", "Arial", sans-serif;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 600;
    margin: 0 0 19px 0;
    text-transform: none;
    color: #0292AD;
}

/* .wd_pageid_158 .wd_item_search_form_container{
	display: none;
}

.wd_pageid_158 .wd_item_list .wd_item .wd_date{
	display: none;
}

.wd_pageid_158 .wd_item_list .wd_item{
	width: 25%;
	padding: 10px;
	float: left;
}

.wd_pageid_158 .wd_item_list .wd_item:nth-child(4n+5){
	clear: both;
}

.wd_pageid_158 .wd_item_list .wd_item .wd_title{
	margin-bottom: 0;
}

.wd_pageid_158 .wd_item_list .wd_item .wd_thumbnail{
	float: none;
	margin: 0;
}

.wd_pageid_158 .wd_item_list .wd_item .wd_item_wrapper{
	margin:0;
} */

.row_wrapper.gray {
	background-color: #f1f1f1;
	padding-top: 30px;
}



.li.wd_asset_type_link .wd_icon,
.wd_documents_item_list > .wd_documents_item > a.wd_icon:link,
.wd_documents_item_list > .wd_documents_item > a.wd_icon:visited,
.wd_documents_item_list > .wd_documents_item > a.wd_icon-pdf:link, 
.wd_documents_item_list > .wd_documents_item > a.wd_icon-pdf:visited {
	color: #c5c5c5;
}

.wd_sec_filings .wd_document_xls,
.wd_sec_filings .wd_document_doc{
	display: none;
}

#wd_printable_content .wd_ir_secfilings a.wd_document {
	background-image: none;
}




/* IR Snapshot */

.wd_ir_snapshot .wd_snapshot_group{
	padding-right: 15px;
}

.wd_ir_snapshot div.wd_snapshot_data:nth-child(2){
	width: 100%;
}
.wd_ir_snapshot div.wd_snapshot_data:nth-child(2) .wd_snapshot_group{
	width: 33%;
	float: left;
	margin: 0;
	padding: 0 15px;
}

.wd_ir_snapshot div.wd_snapshot_data:nth-child(2) .wd_snapshot_group:first-child{
	padding-left: 0;
}
.wd_ir_snapshot div.wd_snapshot_data:nth-child(2) .wd_snapshot_group:last-child{
	padding-right: 0;
}
.wd_ir_snapshot div.wd_snapshot_data:nth-child(3),
.wd_ir_snapshot div.wd_snapshot_data:nth-child(4){
	width: 50%;
}

.wd_ir_snapshot div.wd_ticker_label{
	text-align: left;
}

.wd_pageid_159 .wd_featureboxes_middle .wd_featurebox_title{
	margin-bottom: 60px;
}
.wd_credi-rat-grid{
	width: 33%;
	float: left;
	padding-right: 10px;
}

.wd_pageid_159  #wd_featurebox-standard_6{
	clear: both;
}

.wd_pageid_159 #wd_featurebox-standard_6 .wd_featurebox ul{
	background: #F1F1F1;
	padding: 1em;
	width: 23%;
	margin-left: 15px;
	min-height: 350px;
}

.wd_pageid_159  #wd_snapshot-sec_filings{
	display: none;
}
/* Extra large devices (large desktops) */
#wd_intro_text > p,
#wd_printable_content > p{}
#wd_printable_content > p.hero-intro {
	font-size: 28px;
	color: #0292AD;
    line-height: 1.45em;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 300;
    text-transform: none;
    margin: 0 0 12px;
}

/* 
@media screen and (min-width: 1200px) {
	#wd_intro_text > p,
	#wd_printable_content > p {
		font-size: 36px;
		color: #3C6E89;
		line-height: 1.34em;
		font-family: "Poppins", Arial, sans-serif;
		font-weight: 300;
		text-transform: none;
		margin: 0 0 12px;
	}
} */
/* @media (max-width: 1500px) {
	.wd_bottom_sec .wd_btm_wrap .wd_featureboxes_bottom{
		width: 50%;
	}
	.wd_bottom_sec .wd_btm_wrap .wd_btm_imgs{
		width: 50%;
	}
} */

.cookies_accept_block {
	background-color: #F2E390;
	padding: 52px 0px 54px 0;
}

.cookies_accept_block a {
	color: #4C4E56;
	text-decoration: underline;
}

.cookies_accept_block a:hover {
	color: #fff;
	text-decoration: none;
}

.cookies_accept_text {
	padding-right: 48px;
}

.cookies_accept_block .gb_text {
	position: relative;
}

.cookie_accept_button {
	color: #fff;
	cursor: pointer;
	font-size: 60px;
	line-height: 1;
	position: absolute;
	right: 0px;
	top: -10px;
	font-weight: 300;
}



#bottom-mobile-menu *, 
#mobile-menu *{
	font-family: "Poppins", "Arial", sans-serif;
}

/* Nav & Banner */
/* #masthead {
	position: relative;
	height: 755px;
	background-size: cover;
	background-position: center;
}
.banner-hero {
	position: relative;
	top: calc(50% - 121px);
	transform: translateY(-50%);
	width: 100%;
	margin: 0 auto;
	max-width: 1500px;
	padding: 0 30px;
}
body:not(.wd_pageid_45) .banner-hero {
	display: none;
} 
body:not(.wd_pageid_45) #masthead {
	background: none !important; 
	height: 121px;
}
.wd_header_content {
	background: #F5F5F5BF 0% 0% no-repeat padding-box;
	width: 730px;
	padding: 35px;
}
.wd_header_content p {
	color: #0292AD;
	font-size: 30px;
	line-height: 1.1;
	margin: 0;
}
#masthead.hovered > .nav-wrap {
	background: rgb(255, 255, 255, .9);
	width: 100%;
}
.wd_pageid_45 .nav-wrap {
	position: absolute;
	width: 100%;
} */

.wd_hero {
	position: relative;
	height: 575px;
	background-size: cover;
	background-position-y: -80px;
	width: 100%;
	margin-top: 0px;
}
body:not(.wd_pageid_45) .wd_hero {
	display: none;
} 
.wd_header_content {
	background: #F5F5F5BF 0% 0% no-repeat padding-box;
	max-width: 730px;
	padding: 35px;
	box-shadow: 10px 10px 10px #54585A54;
	width: 100%;
}
.wd_header_content p {
	color: #0292AD;
	font-size: 20px;
	line-height: 1.4;
	margin: 0;
}
.wd_hero-inner {
	max-width: 1500px;
	margin: 0 auto;
	width: 100%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 30px;
}

#page #masthead {
	margin-top: 60px;
}

body:not(.wd_pageid_45):not(.mini) .corp-banner {
	margin-bottom: 150px;
}
.mini #masthead {
	margin-top: 0 !important;
}

.row.gray-bg {
	position: relative;
}
.gray-bg:before {
	content: '';
	background: #F5F5F5;
	position: absolute;
	width: 100vw;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
h1.wd_page-title {
	margin-bottom: 28px;
	margin-top: 12px;
}


/***********************
 Top Left/Top Right FB
***********************/
.wd_flex-top {
	padding-top: 50px;
	background: #F5F5F5;
}

.wd_featureboxes_top_left .wd_featurebox_container {
	display: flex;
}
.wd_featureboxes_top_left .wd_featurebox_title {
	flex: 1;
}
.wd_featureboxes_top_left .wd_featurebox {
	flex: 3;
}
.wd_featureboxes_top_right {
	background: white;
	box-shadow: 10px 10px 10px #54585A54;
	padding: 24px 26px;
	margin-bottom: 70px;
}
.wd_featureboxes_top_right div.wd_featurebox_title {
	text-align: left;
	margin-bottom: 30px;
}
.wd_featureboxes_top_right .wd_featurebox {
	display: flex;
	flex-wrap: wrap;
}
.wd_featureboxes_top_right .wd_featurebox > p {
	flex: 0 1 25%;
	display: flex;
	align-items: center;
	padding-right: 10px;
	min-width: 250px;
}
.wd_featureboxes_top_right .wd_featurebox > p a,
.wd_newsfeed_releases-teaser .wd_title a {
	font-size: 20px;
	text-decoration: none;
	color: #BD472A;
	font-weight: normal;
}
.wd_featureboxes_top_right .wd_featurebox > p a {
	font-size: 15px;
}
.wd_featureboxes_top_right .wd_featurebox > p:last-child a,
.wd_featureboxes_top_left p.more a {
	color: #54585A;
	font-family: "Poppins", "Arial", sans-serif;
	font-size: 24px;
	line-height: 1.2em;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
}
.wd_featureboxes_top_left p.more {
	margin: 30px 0 39px 20px;
	text-align: right;
	padding-right: 5%;
}
.wd_featureboxes_top_right .wd_featurebox > p:last-child {
	max-width: 100%;
	flex: 100%;
	padding-top: 12px;
}
.wd_featureboxes_top_right .wd_featurebox > p:last-child a {
	width: fit-content;
	margin-left: auto;
	text-align: right;
}
.wd_newsfeed_releases-teaser {
	border-top: 1px solid #707070;
}
.wd_newsfeed_releases-teaser .item {
	border-bottom: 1px solid #707070;
	padding: 20px;
	margin: 0;
}
.wd_newsfeed_releases-teaser .wd_title {
	margin: 0;
}
.wd_featureboxes_top_left .wd_featurebox_title {
	padding-top: 24px;
}
.wd_newsfeed_releases-teaser .wd_title a:hover,
.wd_featureboxes_top_right .wd_featurebox > p:last-child a:hover,
.wd_featureboxes_top_left p.more a:hover {
	background: #BD472A;
	color: white;
}

/***********************
 wd_flex
***********************/
.wd_flex-mid {
	display: flex;
	flex-wrap: wrap;
	padding: 57px 0;
	/* gap: 90px; */
}
.wd_flex-mid > div {
	flex: 1;
}
.wd_flex-mid > div.wd_title-wrap {
	margin: 0;
}
#page .wd_title-wrap .wd_featurebox_title {
	display: block;
	max-width: 280px;	
	margin: 0;
	padding-top: 40px;
	font-size: 30px;
	line-height: 1.2em;
	font-weight: 600;
	color: #0292AD;
}
.wd_flex-bottom {
	display: flex;
	flex-wrap: wrap;
	padding: 57px 0;
}
.wd_flex-bottom .wd_title-wrap {
	flex: 1;
	max-width: 360px;
}


.wd_flex-mid > .wd_featurebox_container img,
.wd_flex-mid > .wd_featureboxes_middle_right img {
	transition: all .3s ease;
}
.wd_flex-mid > .wd_featurebox_container:hover img,
.wd_flex-mid > .wd_featureboxes_middle_right:hover img {
	transform: scale(1.25);
}
.img-hover img {
	opacity: .6;
	filter: grayscale(100%);
}

.wd_featureboxes_middle_right .wd_featurebox_title {
	margin: 0;
}
.wd_featureboxes_middle_right .wd_featurebox,
.wd_featureboxes_middle_right .wd_imagetable,
.wd_featureboxes_middle_right td {
	height: 100%;
}
.wd_featureboxes_middle_right img {
	object-fit: cover;
	height: 100%;
}


.wd_flex-mid .wd_imagetable,
.wd_top-three .wd_featurebox_title {
	overflow: hidden;
}
.wd_flex-mid > .wd_featurebox_container:hover .wd_featurebox .wd_featurebox_title,
.wd_flex-mid > .wd_featurebox_container:hover .wd_featurebox_title a {
	background: #BD472A;
	color: white;
	width: fit-content;
}


/***********************
 Top Three Across
***********************/

.wd_flex-mid a {
	font-size: 17px;
	text-decoration: none;
	color: #BD472A;
	font-weight: 300;
	line-height: 1.8;
}
.wd_top-three .item {
	margin: 0;
	padding: 0;
}
.wd_top-three .wd_featurebox_title {
	padding-bottom: 20px;
	color: #54585A;
	font-size: 24px;
	line-height: 26px;
	padding-bottom: 0;
}
.wd_top-three .wd_featurebox p {
	margin: 0;
}
.wd_top-three .item_date,
.wd_top-three .item_time {
	display: inline-block;
}
.wd_top-three .item_time {
	margin-bottom: 10px;
}
.wd_top-three .item_date:after {
	content: ' at';
}

.wd_top-three .wd_event_subscribe::before {
	content: '\f073';
	font-family: 'fontAwesome';
	padding-right: 8px;
}
.wd_top-three .wd_event_reminder::before {
	content: '\f0e0';
	font-family: 'fontAwesome';
	padding-right: 8px;
}
.wd_top-three .fa-podcast:before,
.wd_top-three .fa-download:before {
	font-family: 'fontAwesome';
	padding-right: 8px;
}

.wd_top-three td {
	padding: 0;
}
#page .wd_top-three .wd_featurebox-teaser > .wd_featurebox_title {
	font-size: 0;
	padding: 0;
	margin: 0;
}
.wd_top-three .wd_featurebox > *:not(.wd_imagetable),
.wd_bottom-three .wd_featurebox_title a {
	margin-left: 16px;
	margin-right: 16px;
	display: inline-block;
}



/***********************
 Bottom Three Across
***********************/
.wd_bottom-three .wd_featurebox_title a {
	color: #54585A;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.2;
}
.wd_bottom-three .wd_featurebox_title,
.wd_top-three .wd_featurebox_title {
	margin: 24px 0 0;
	padding: 0;
}
.wd_bottom-three .wd_featurebox-standard {
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
}
.wd_bottom-three td {
	padding: 0;
}

/***********************
 Stock Quote FB
***********************/
.wd_featurebox-financial .wd_ticker_selector,
.wd_featurebox-financial .wd_featurebox_title,
.wd_featurebox-financial .wd_chart-quote-footer,
.wd_pageid_143 .breadcrumb {
	display: none;
}
.wd_featurebox-financial .wd_chart-quote {
	display: flex;
	flex-direction: column;
}
.wd_featurebox-financial div.wd_chart-quote-item {
	border-bottom: 1px solid #707070;
	
	width: 100%;
	margin: 0;
	float: none;
	padding: 32px 20px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
}
.wd_featurebox-financial div.wd_chart-quote-label {
	color: #4C4E56;
	font-weight: 600;
	font-size: 20px;
	padding-right: 6px;
}
.wd_featurebox-financial div.wd_chart-quote-value {
	font-weight: 300;
	font-size: 20px;
	color: #4C4E56;
}
.wd_featurebox-financial div.wd_chart-quote-item br {
	display: none
}
.wd_featurebox-financial .wd_chart-quote-item:first-child {
	border-top: 1px solid #707070;
}
.wd_featurebox-financial .wd_chart-quote-item:first-child .wd_chart-quote-label {
	color: #F88D2B;
	font-weight: 600;
	font-size: 30px;
	padding-right: 10px;
}
.wd_featurebox-financial .wd_chart-quote-item:first-child .wd_chart-quote-value {
	font-size: 30px;
}
.wd_featureboxes_middle_right > div {
	display: flex;
	flex-direction: column-reverse;
	height: 100%;
	position: relative;
}
.wd_featureboxes_middle_right .wd_featurebox_title a {
	color: #54585A;
	font-weight: 600;
	font-size: 24px;
	position: relative;
	top: 20px;
	padding-left: 20px;
	display: inline-block;
}
.wd_featureboxes_middle_right td {
	padding: 0;
}
.wd_featureboxes_middle_right,
.wd_featureboxes_stock_left {
	padding: 0 15px;
}

a.wd_linkmenu-item[href*="ticker=ECA"] {
	display: none;
}

/***********************
 Bottom FB
***********************/
.wd_featureboxes_bottom_left {
	flex: 0 0 350px;
	padding-right: 40px;
}
.wd_featureboxes_bottom_right {
	flex: 1;
}
.wd_flex-bottom a {
	text-decoration: none;
	color: #BD472A;
}

.wd_featureboxes_bottom_right ul {
	list-style: none;
	padding: 0;
	border-top: 1px solid #707070;
}
.wd_featureboxes_bottom_right li {
	border-bottom: 1px solid #707070;
}
.wd_featureboxes_bottom_right li > *:not(.wd_dropdown) {
	display: none;
	padding: 8px 16px 0px 66px;
}
.wd_dropdown {
	cursor: pointer;
	color: #0292AD;
	font-size: 20px;
	font-weight: normal;
	padding: 16px 16px 16px 66px;
	position: relative;
}
.wd_dropdown:before {
	content: '';
	background: url('../images/plus-minus.png') 0 bottom no-repeat;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 16px;
	transform: translateY(-50%);
}
.wd_dropdown:hover:before {
	background-position: right 0;
}
.wd_dropdown.wd_opended:before {
	background-position: right bottom;
}
.wd_dropdown.wd_opended:hover:before {
	background-position: left 0;
}


.wd_pageid_45 .wd_featureboxes_bottom {
	display: none;
}
.wd_pageid_45 .wd_subscribe_featurebox input[name*="[email]"] {
	width: 280px;
	border: 1px solid #707070;
}
.wd_pageid_45 .wd_subscribe_featurebox .wd_formbuilder > div {
	display: inline-block;
}
.wd_pageid_45 .wd_subscribe_featurebox {
	margin-bottom: 23px;
}
.wd_pageid_45 .wd_subscribe_featurebox div.wd_form_header {
	display: none;
}
.wd_pageid_45 .wd_subscribe_featurebox input.wd_formbuilder_submit {
	padding: 5px 30px;
	margin: 0 0 0 8px;
	position: relative;
	top: -2px;
}

/***********************
 Search
***********************/
.wd_search_basic_fields {
	background: none;
	border: none;
}
#wd_printable_content button.wd_search_button:hover,
#wd_printable_content .wd_form_buttons input[type="submit"]:hover {
	background-color: #BD472A;
	border: 1px solid #BD472A;
	color: #fff;
}

#wd_printable_content button.wd_search_button,
#wd_printable_content .wd_form_buttons input[type="submit"] {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #BD472A;
	font-family: "Poppins", sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #BD472A;
	background: none;
	margin: 0;
	min-width: 100px;
}
#wd_printable_content button.wd_wai_dp_button {
	border: none;
}
.wd_search_form_advanced fieldset > .wd_form_field_input {
	line-height: 40px;
}
.search-footer-wrap {
	width: fit-content;
}
#wd_printable_content .search-footer-wrap .wd_form_buttons {
	width: fit-content;
	margin: 0 auto;
}
#wd_printable_content input[type="checkbox"] {
	margin-right: 0;
	margin-left: 12px;
	position: relative;
	top: -1px;
}
#wd_printable_content .wd_wai_header > button {
	border: none;
}
.wd_wai_datepicker .wd_wai_datepickerDialog {
	width: auto;
	left: 50%;
	transform: translateX(-50%);
}

.wd_featureboxes_bottom .wd_featurebox-subscribe {
	padding: 0 15px;
}
.wd_featureboxes_bottom > .wd_featurebox-subscribe input {
	margin-left: 0;
	margin-right: 0;
}
.wd_featureboxes_bottom > .wd_featurebox-subscribe .wd_form_buttons {
	margin-right: 0;
}
.wd_featureboxes_bottom > .wd_featurebox-subscribe {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}
.wd_item_search_form_container .wd_search_advanced_link,
.wd_search_form_advanced .wd_form_buttons > a,
.wd_subscribe_title,
div.wd_subscribe_link a {
	color: #BD472A;
	text-decoration: none;
}
.wd_item_search_form_container .wd_search_advanced_link:hover,
.wd_search_form_advanced .wd_form_buttons > a:hover,
.wd_subscribe_title:hover {
	background: #BD472A;
	color: white;
}


/***********************
 Toolbar
***********************/
div.wd_toolbar {
	border: none;
	margin: 0;
	padding: 0;
}
div.wd_toolbar ul.wd_tools {
	width: fit-content;
}
.wd_toolbar span.wd_tool_icon a:link {
	color: #0292AD;
	transition: all .3s ease-in-out;
}
.wd_toolbar .wd_tool_icon > a {
	background-color: transparent !important; /* override inline */
}
.wd_toolbar span.wd_tool_icon a:link:hover {
	transform: translateY(-6px);
	
}
div.wd_toolbar ul.wd_tools li.wd_tool {
	margin: 0;
}

/***********************
 Press Release
***********************/
.wd_subscribe_icon {
	display: none;
}
div.wd_subscribe_link a::before {
	content: '\f0e0';
	font-family: 'fontAwesome';
	padding-right: 5px;
	color: rgb(76, 78, 86);
}
.wd_newsfeed_releases .wd_date {
	font-weight: 700;
	font-size: 17px;
	line-height: 27px;
	color: #4c4e56;
}
.wd_newsfeed_releases .wd_summary p {
	font-weight: 300;
	font-size: 17px;
	color: rgb(76, 78, 86);
	font-weight: 300;
}
.wd_newsfeed_releases .wd_title a {
	display: block;
	margin-bottom: 8px;
}
.wd_newsfeed_releases {
	margin-bottom: 24px;
}
.wd_newsfeed_releases .wd_title a {
	font-size: 20px;
	text-decoration: none;
	color: #BD472A;
	font-weight: normal;
	width: fit-content;
}
.wd_newsfeed_releases .wd_title a:hover {
	background: #BD472A;
	color: white;
}


/***********************
 Quarterly Reports
***********************/
.wd_pageid_118 #wd_printable_content > .wd_imagetable,
.wd_pageid_19 #wd_printable_content > .wd_imagetable {
	width: 50%;
	float: none;
	margin: 0 0 72px !important; /*override inline*/
	display: inline-table;
}
.wd_pageid_118 #wd_printable_content > .wd_imagetable td,
.wd_pageid_19 #wd_printable_content > .wd_imagetable td {
	padding: 0 !important /*override client important*/;
}
.wd_pageid_118 .wd_flex-right,
.wd_pageid_19 .wd_flex-right {
	width: 50%;
	float: right;
	padding-left: 30px;
	padding-top: 60px;
}
.wd_flex-right > p {
	margin-bottom: 14px;
}
.wd_flex-right > p a {
	color: rgb(76, 78, 86);
	text-decoration: none;
}
.wd_flex-right > p a:hover {
	background: #BD472A;
    color: white;
}
.wd_flex-right p[class*="fa-"]::before {
	font-family: 'fontAwesome';
	padding-right: 10px;
	font-size: 22px;
	color: #aaa;
}
.wd_pageid_118 #wd_printable_content > p,
.wd_pageid_19 #wd_printable_content > p {
	display: inline-block;
}
.wd_pageid_118 #wd_printable_content > p a,
.wd_pageid_19 #wd_printable_content > p a {
	color: rgb(124, 126, 127);
	text-decoration: none;
}
.wd_pageid_118 #wd_printable_content > p a:hover,
.wd_pageid_19 #wd_printable_content > p a:hover,
.wd_pageid_118 #wd_printable_content > p a:hover strong,
.wd_pageid_19 #wd_printable_content > p a:hover strong {
	background: #BD472A;
	color: white;
}

.wd_pageid_118 .item {
	border-top: 1px solid #c5c5c5;
	margin: 0;
	padding: 0;
}
.wd_pageid_118 div.item_name::before {
	content: '';
	background: url('../images/plus-minus.png') 0 bottom no-repeat;
   	width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 14px;
    left: 0;
}
.wd_pageid_118 div.item_name.expanded::before {
	background-position: 0 0;
}
.wd_pageid_118 div.item_name.expanded:hover::before {
	background-position: right bottom;
}
.wd_pageid_118 div.item_name:hover::before {
	background-position: right 0;
	cursor: pointer;
}
.wd_pageid_118 div.item_name.active::before {
	content: '';
}
.wd_pageid_118 .wd_featurebox_title {
	font-family: "Poppins", "Arial", sans-serif;
    line-height: 1.08em;
    text-transform: none;
    margin: 0 0 19px 0;
    color: #54585A;
    font-weight: 600;
    font-size: 24px;
}
.wd_pageid_118 .wd_featurebox_container{
	margin-bottom: 40px;
}
.wd_pageid_118 .wd_category_items .item_name{
	color: #0292AD;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.45em;
    margin: 0;
	padding: 13px 0 13px 59px;
	position: relative;
}
.wd_pageid_118 .item_name::before{
	content: "\f0d7";
	font-family: 'FontAwesome';
	font-size: 18px;
	line-height: 1;
	margin-right: 1rem;
	color: black;
}
.wd_pageid_118 .item_name.active::before{
	content: "\f0d8";
}
.wd_pageid_118 .item .wd_item_collapse {
	display: none;
}
/* table */
table.stripes th {
	color: #3c6e89;
	font-family: "Poppins", "Arial", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 26px;
	padding-bottom: 1em;
}
table.stripes td{
	text-align: center;
}
table.stripes td:first-child{
	text-align: left;
}
table.stripes td:first-child h6{
	color: #0292AD;
    font-weight: 500;
    line-height: 1.45em;
    margin: 0 0 16px 0;
    font-size: 20px;
}
table.stripes.__alternative td:nth-child(even){
	background: transparent;
	border-color: #C5C5C5;
}

table.stripes.__alternative td{
	
	border-right: 1px solid #C5C5C5;
}

.stripes td:nth-child(even) {
	background-color: transparent;
	border-bottom: 1px solid #C5C5C5;
}

table.stripes th{
	color: #3c6e89;
	font-family: "Poppins", "Arial", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 26px;
	padding-bottom: 1em;
}

table.stripes.__alternative td:first-child{
	border-left: none;
	border-right: none;

}
table.stripes.__alternative td:last-child{
	border-right: none;
}
/* middle fb */
.wd_pageid_118 .wd_featureboxes_middle {
	margin-top: 40px;
}
.wd_pageid_118 .wd_featureboxes_middle a {
	color: rgb(76, 78, 86);
	text-decoration: none;
}
.wd_pageid_118 .wd_featureboxes_middle a:hover {
	background: #BD472A;
	color: white;
}

/***********************
 Presentations Events
***********************/
.wd_pageid_19 .wd_events_list h2,
.wd_pageid_19 .wd_events_past_summary .wd_header {
	background: none;
	border: none;
	border-bottom: 3px solid #0292ad;
	border-radius: 0;
	color: #0292AD;
	font-family: "Poppins", "Arial", sans-serif;
	font-size: 30px;
	line-height: 1.2em;
	font-weight: 600;
	margin-bottom: 19px;
}
.wd_pageid_19 .wd_title a,
.wd_pageid_19 .wd_title {
	font-family: "Poppins", "Arial", sans-serif;
	line-height: 1.08em;
	text-transform: none;
	margin: 0 0 14px 0;
	color: #54585A;
	font-weight: 600;
	font-size: 24px;
	text-decoration: none;
	display: block;
	width: fit-content;
}
.wd_pageid_19 .wd_event_sidebar_group .wd_attachment_title a,
.wd_pageid_19 .wd_event_webcast a,
.wd_pageid_19 .wd_attachment_title a {
	display: block;
	border: 2px solid #BD472A;
	color: #BD472A;
	max-width: 270px;
	padding: 10px 20px;
	margin: 10px auto;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 22px;
	font-family: "Poppins", "Arial", sans-serif;
	margin: 0;
	padding: 0.4em;
	background-image: none;
}
.wd_pageid_19 .wd_event_info .wd_attachment_icon,
.wd_pageid_19 .wd_event_info .wd_attachment_description,
.wd_pageid_19 .wd_event_webcast .fa {
	display: none;
}
.wd_pageid_19 .wd_event_sidebar_group .wd_attachment_title a:hover,
.wd_pageid_19 .wd_event_webcast a:hover,
.wd_pageid_19 .wd_attachment_title a:hover {
	background: #BD472A;
	color: white;
}
.wd_pageid_19 .wd_event_sidebar div {
	font-size: 1rem;
	font-weight: normal;
}
.wd_pageid_19 .wd_events_input_go,
.wd_pageid_19 .wd_events_inputs > select {
	display: none;
}
.wd_pageid_19 .wd_event_sidebar .wd_event_date,
.wd_pageid_19 .wd_event_sidebar .wd_event_time {
	display: block;
}
.wd_pageid_19 .wd_events_tab {
	background: none;
	border: none;
}
.wd_pageid_19 .wd_events_tab.active {
	font-weight: 500;
	color: #0292ad;
	text-decoration: underline;
	background: none;
	border: none;
}
.wd_pageid_19 .wd_event_sidebar_group,
.wd_pageid_19 .wd_attachment_wrapper {
	margin: 0;
}
.wd_pageid_19 .wd_attachment_container {
	width: fit-content;
	margin: 0;
}
.wd_pageid_19 .wd_event_sidebar_item.wd_event_webcast {
	margin-right: 24px;
}
.wd_pageid_19 .wd_events_month .wd_events_month_header {
	display: none;
}

/***********************
 Key Ratios
***********************/
.wd_pageid_160 .wd_ratios_group > h5 {
	color: #666;
	font-weight: 700;
	background: #ececec;
	font-family: "Poppins", sans-serif;
}

/***********************
 Credit Ratings
***********************/

.wd_pageid_52 #wd_printable_content table tr th,
.wd_pageid_52 #wd_printable_content table tr td{
	text-align: left;
	padding: .5rem !important;
	font-size: 16px;
}
.wd_pageid_52 #wd_printable_content table tr th{
	font-size: 20px;
}
.wd_pageid_52 #wd_printable_content table{
		margin-bottom: 60px;
}
.wd_pageid_52 #wd_printable_content table tbody tr:nth-child(odd){
	background: #eaeaea;
}
.wd_pageid_52 #wd_printable_content .wd_featurebox_title{
	margin-bottom: 60px;
}
.wd_credi-rat-grid{
	width: 33%;
	float: left;
	padding-right: 10px;
}

/***********************
 Analyst Coverage
***********************/
.wd_pageid_123 #wd_printable_content p,
.wd_pageid_123 #wd_printable_content ul {
	padding: 1em;
	list-style: none;
	min-height: 350px;
	flex: 1 1 250px;
	margin: 0;
}
.wd_pageid_123 #wd_printable_content ul {
	background: #F1F1F1;
}
.wd_pageid_123 #wd_printable_content {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.wd_pageid_123 #wd_printable_content .wd_standard {
	display: none;
}

/***********************
 Press Release Details
***********************/
.wd_newsfeed_releases-detail .wd_title {
	text-align: center;
}
.wd_newsfeed_releases-detail .wd_layout-masonry.wd_asset_list {
	border: 1px solid #cac8c8;
	display: flex;
	justify-content: center;
	padding: 0;
	padding-top: 56px;
	margin-left: 24px;
	padding-bottom: 40px;
}
.wd_newsfeed_releases-detail .wd_asset_inline.wd_item  {
	margin: 0 !important; /*override inline*/
	padding: 0 !important;
	position: relative !important;
	left: auto !important;
	top: auto !important;
	height: fit-content;
}
.asset-head {
	position: absolute;
	left: 10px;
	top: 14px;
	margin: 0;
	color: rgb(55, 55, 55);
}
.asset-footer {
	position: absolute;
	left: 10px;
	bottom: 6px;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4;
}

/***********************
 Financial Document Library
***********************/
.wd_pageid_158 .breadcrumb,
.wd_pageid_158 .wd_search_advanced_link,
.wd_pageid_158 .wd_search_form input[type="text"],
.wd_pageid_158 .wd_item .wd_date,
.wd_pageid_158 .wd_load_more-container {
	display: none;
}
.wd_pageid_158 .wd_imagetable tbody {
	display: flex;
	flex-direction: column-reverse;
}
.wd_financial-wrap {
	display: flex;
}
.wd_financial-wrap .wd_imagetable {
	width: auto;
	margin: 0 !important; /*override inline*/
}
.wd_financial-wrap .wd_imagetable td {
	padding: 0;
}
.wd_financial-wrap .wd_imagetable p {
	font-weight: 300;
	font-size: 22px;
	color: #4C4E56;
	max-width: 300px;
	margin-bottom: 20px;
	text-align: left;
	line-height: 1.4;
}
.wd_pageid_158 .wd_flex-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 30px;
	height: fit-content;
	top: 35%;
	position: relative;
	min-width: 185px;
}
.wd_pageid_158 #wd_printable_content {
	display: flex;
	margin-bottom: 40px;
	flex-wrap: wrap;
}
.wd_pageid_158 .wd_stories-detail {
	flex: 1;
}
.wd_pageid_158 .wd_stories-detail .wd_documents_item a,
.wd_pageid_158 .wd_stories-detail > .wd_title {
	color: #54585A;
	font-weight: 600;
	font-size: 24px;
	text-decoration: none;
	font-family: "Poppins", "Arial", sans-serif;
}
.wd_pageid_158 .wd_stories-detail > .wd_title {
	font-size: 28px;
}
.wd_pageid_158 .wd_stories-detail .wd_documents_item a:hover {
	background: #BD472A;
	color: white;
}
.wd_pageid_158 .wd_item_list {
	display: flex;
	flex-wrap: wrap;
}
.wd_pageid_158 .wd_item_list > li {
	width: 50%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.wd_pageid_158 div.wd_item_wrapper {
	margin: 0;
}
.wd_pageid_158 .wd_item .wd_title a {
	font-size: 24px;
	text-decoration: none;
	color: #4C4E56;
}
.wd_pageid_158 .wd_item .wd_title {
	margin-left: 4px;
	width: fit-content;
}
.wd_pageid_158 .wd_item .wd_title:hover {
	background: #BD472A;
	color: white;
}
.wd_pageid_158 .wd_item .wd_title a:hover {
	color: white;
}
.wd_pageid_158 .wd_asset_type_link a {
	text-decoration: none;
	color: #4C4E56;
	font-size: 17px;
	display: block;
	margin-top: 8px;
}
.wd_pageid_158 ul.wd_layout-simple {
	margin: 0;
}
.wd_pageid_158 .wd_item_wrapper {
	padding-top: 30px;
}
.wd_pageid_158 .wd_thumbnail {
	margin-right: 20px;
	margin-bottom: -10px;
}
.wd_pageid_158 .wd_stories > p {
	width: fit-content;
	font-size: 22px;
	color: #4C4E56;
	margin-bottom: 10px;
}
.wd_pageid_158 .wd_search_form select {
	background: none;
}
.wd_pageid_158 .wd_financial-wrap,
.wd_pageid_158 .wd_stories {
	width: 50%;
}
.wd_pageid_158 .wd_financial-wrap .wd_imagetable img {
	max-width: 322px;
	width: 100%;
}
.wd_pageid_158 .wd_item_search_form_container {
	margin-bottom: 10px;
}

/********************
 IR Quote
********************/

.wd_ir_quote .wd_ticker_label,
.wd_ir_quote .wd_quote {
    display: none;
}
.wd_ir_quote .wd_data_wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    margin-bottom: 40px;
}
.wd_ir_quote .wd_inline_block_container {
    flex-basis: calc(25% - 20px);
}
.wd_ir_quote .wd_ticker,
.wd_ir_quote .wd_open, 
.wd_ir_quote .wd_change, 
.wd_ir_quote .wd_volume, 
.wd_ir_quote .wd_range,
.wd_ir_quote .wd_marketcap,
.wd_ir_quote .wd_daysrange {
	font-size: 1.125rem;
	font-weight: 600;
    color: #BD472A;
    padding-top: 15px;
    margin-bottom: 1em;
}
.wd_ir_quote .wd_ticker {
    margin-bottom: 1em;
}
#wd_price {
    color: #BD472A;
	font-size: 3.2rem;
	line-height: 1.2;
}
.wd_ir_quote #wd_open,
.wd_ir_quote #wd_change, 
.wd_ir_quote #wd_range, 
.wd_ir_quote #wd_volume,
.wd_ir_quote #wd_marketcap,
.wd_ir_quote #wd_daysrange {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 400;
}

.wd_ir_quote .wd_ticker_label,
.wd_quote_footer br  {
    display: none;
}
.wd_ir_quote .wd_quote_footer {
    text-align: left;
    padding-top: 40px;
    font-size: 11px;
    color: #999;
}



div.wd_chart_range_inputs {
	overflow: hidden;
}
.wd_chart_dates > input {
	min-width: 150px;
}
#wd_printable_content .wd_calculator_input_column input[type="submit"] {
	border: 2px solid #BD472A;
	color: #BD472A;
	background: none;
	font-weight: 600;
	font-size: 20px;
	font-family: "Poppins", "Arial", sans-serif;
	text-transform: uppercase;
	line-height: 1.2;
}
#wd_printable_content .wd_calculator_input_column input[type="submit"]:hover {
	color: white;
	background: #BD472A;
}

/********************
 Historical Stock
********************/
div.wd_ir_historical div.wd_wai_datepicker {
    margin: 20px 0;
    max-width: 100%;
    width: 100%;
}
.wd_ir_historical .wd_historical_calendar,
.wd_ir_historical .wd_historical_results {
    width: 49%;
    float: left;
}
.wd_ir_historical .wd_historical_results {
    margin-left: 2%;
}
.wd_historical .wd_historical_results h4,
div.wd_historical h4 {
	font-weight: 400;
	font-style: italic;
    line-height: 1;
	font-family: "Poppins", "Arial", sans-serif;
	font-size: 26px;
}
.wd_historical .wd_historical_results h4 {margin-bottom: 10px;}
.wd_historical_chart {
    max-width: 100% !important; /* override inline */
    width: 100%;
}
.wd_historical {
    margin-top: 30px;
}
div.wd_historical_value {
    font-size: 26px;
	font-weight: 500;
}
div.wd_historical_label {font-size: 18px;}
/* Calendar */
#wd_printable_content button.ui-datepicker-trigger {
    border: 0;
}
.wd_wai_datepicker .wd_wai_datepickerDialog {
    border: 3px solid #0292ad;
	min-width: none;
}
.wd_wai_datepicker .wd_wai_header {
    background-color: #0292ad;
}
#wd_printable_content .wd_wai_datepicker .wd_wai_header > button {
    background-color: #0292ad;
    border: 1px solid #0292ad;
}
#wd_printable_content .wd_wai_datepicker button.wd_wai_dateButton {
    background-color: #e7ecf2;
    border: 1px solid #e7ecf2;
    color: #191919;
    padding: 10px;
    height: unset;
    border-radius: 3px;
    line-height: 1;
}
#wd_printable_content .wd_wai_datepicker table td {
    border: none;
    border-bottom: 1px solid #d4d4d4;
    padding: 5px;
}
.wd_wai_week_row th {
    padding: 10px;
    border-bottom: 3px solid #0292ad;
}
div.wd_ir_historical div.wd_wai_datepicker,
.wd_ir_historical .wd_historical_calendar {
	min-width: 400px;
}


/***********************
 Email Alerts
***********************/
.wd_pageid_147 .wd_toolbar-main {
	display: none;
}
.wd_pageid_147 div.wd_form_footer div.wd_form_buttons {
	margin-left: 155px;
	margin-bottom: 20px;
}


.wd_ownership_chart_dates input {
	width: auto !important;
}
#wd_printable_content input[type="checkbox"], 
#wd_printable_content input[type="radio"] {
	height: auto;
	margin: 0 5px 0 0;
}



/* dividends */
.wd_pageid_58 .category_header {
	margin-top: 60px;
}
.wd_pageid_58 table h3 span,
.wd_pageid_58 table h6 span {
	font-size: 17px !important; /* override inline */
}


/***********************
 Financial Reports
***********************/
.wd_pageid_121 table th {
	color: #3c6e89;
	font-family: "Poppins", "Arial", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 26px;
	padding-bottom: 1em;
}
.wd_pageid_121 .item_name {
	line-height: 1.08em;
	text-transform: none;
	margin: 0 0 19px 0;
	color: #54585A;
	font-weight: 600;
	font-size: 24px;
}
.wd_pageid_121 tbody td {
	border-bottom: 1px solid #C5C5C5;
}

/***********************
 Media Queries
***********************/
@media screen and (min-width: 981px){
	.header-right-side:hover::after {
		background-color: #BD472A;
	}

}

@media screen and (max-width: 995px) {
	.cookies_accept_block {
		margin-top: 44px;
	}
}

.wd_show_mobile {
	display: none;
}

@media (max-width: 1200px){


	.wd_pageid_158 .wd_stories {
		width: 40%;
		margin-left: auto;
	}
	.wd_pageid_158 .wd_financial-wrap {
		width: 60%;
	}
	.wd_pageid_158 .wd_flex-right {
		padding-bottom: 0;
	}

	.wd_hero {
		background-position: center;
	}
	
}

/* Large devices (desktops) */
@media (max-width: 1024px) {
	.gb1-2.wd_left {
		padding-left: 0px;
	}

	.wd_pageid_158 .wd_financial-wrap, 
	.wd_pageid_158 .wd_stories {
		width: 100%;
	}
	.wd_pageid_158 .wd_financial-wrap {
		margin-bottom: 50px;
	}
	.wd_pageid_158 .wd_flex-right {
		min-width: 0;
		width: fit-content;
	}
	


}
@media (max-width: 1000px) {
	.wd_pageid_116 div.wd_featureboxes_bottom div.wd_featurebox_container {
		display: inline-block;
		width: 50%;
		vertical-align: top;
		padding: 0px 30px 0 0;
		margin-bottom: 20px;
		position: relative;
	}

	.wd_bottom_sec .wd_btm_wrap .wd_featureboxes_bottom{
		order: 1;
		width: 100%; 
	}

	.wd_bottom_sec .wd_btm_wrap .wd_btm_imgs{
		order: 2;
		width: 100%;
	}

	.wd_credi-rat-grid{
		width: 50%;
	}

	.wd_credi-rat-grid:nth-child(2n+3){
		clear: both;
	}


}

@media screen and (max-width: 980px) {
	.mobile-menu a:hover {
    	color: #BD472A;
	}
	.bottom-mobile-menu a:hover {
    	color: #BD472A;
	}
	
	.menu-mobile-menu-container {
		border-bottom: 1px solid #BD472A;
	}
	.mobile-menu-wrap {
		border-bottom: 1px solid #BD472A;
	}

	.mini #masthead::after{
		background-color: #BD472A;
	}
	.corp-banner a {
		margin: 0 auto;
	}
	#masthead {
		background: white !important; /* override inline */
	}
	.banner-hero {
		display: none;
	}

	.wd_flex-mid > div {
		width: 50%;
		flex: auto;
		margin-bottom: 30px;
	}
	#page .wd_flex-mid .wd_featurebox_title {
		padding-top: 0;
	}
	.wd_featureboxes_middle_right, .wd_featureboxes_stock_left {
		padding: 0;
	}
	.wd_featureboxes_stock_right {
		padding-right: 12px;
	}
	.wd_pageid_118 #wd_printable_content > .wd_imagetable,
	.wd_pageid_19 #wd_printable_content > .wd_imagetable {
		width: 100%;
		margin: 0 !important; /* override inline */
	}
	.wd_flex-right {
		width: 100%;
		float: none;
		padding: 32px 0 0px;
	}
	.wd_featureboxes_top_left .wd_featurebox_container {
		flex-direction: column;
	}
	.corp-banner {
		margin-bottom: 30px;
	}

}
/* Medium devices (tablets) */
@media (max-width: 767px) {
	.wd_page_limit {
		display: block;
		margin: 0 auto 20px;
		float: none;
		width: fit-content;
	}
	.wd_page_links{
		float: none;
		display: flex;
		justify-content: center;
		margin-bottom: 10px;
	}
	.wd_top-three .wd_featurebox_title {
		font-size: 21px;
	}

	.wd_featureboxes_bottom .wd_featurebox-subscribe input,
	.wd_featureboxes_bottom .wd_featurebox-subscribe form {
		width: 100%;
	}
	#wd_printable_content .wd_search_basic_fields input[type="text"],
	.wd_search_basic_fields > select,
	.wd_search_basic_fields .wd_search_button {
		width: 100%;	
		max-width: none;
		margin-bottom: 12px;
	}
	.wd_search_form.wd_search_form_basic,
	.wd_search_basic_fields {
		width: 100%;
	}
	.wd_featureboxes_top_right .wd_featurebox > p:last-child a,
	.wd_featureboxes_top_left p.more {
		text-align: center;
		padding-right: 0;
	}

	#ir_ownership_table tr th, #ir_ownership_table td {
		font-size: max(2vw, 10px);
	}

	.wd_ir_quote .wd_inline_block_container {
        flex-basis: calc(50% - 20px);
    }
	#wd_printable_content .wd_historical > div {
		width: 100%;
	}
	.wd_credi-rat-grid{
		width: 100%;
	}

}

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

	div.wd_chart_dates {
		width: 100%;
		float: none;
		white-space: normal;
		margin: 0 0 10px;
	}
	#wd_printable_content .wd_chart_dates > .wd_chart_date {
		width: calc(100% - 80px);
		max-width: none;
	}


	div.wd_chart_ranges {
		float: none;
		width: 100%;
		display: flex;
		margin-top: 10px;
	}
	div.wd_chart_range {
		float: none;
		flex: 1;
	}

    .wd_ir_quote .wd_inline_block_container {
        flex-basis: 100%;
    }

	.wd_ir_ownership #ir_ownership_table {
		width: calc(100vw - 15px);
		position: relative;
		left: -15px;
	}

	.wd_page_link {
		padding: 2%;
		font-size: 15px;
	}
	.wd_wai_datepicker .wd_wai_datepickerDialog {
		width: 100%;
	}
	#wd_printable_content .wd_wai_dateButton {
		padding: 0;
	}

	.wd_flex-mid {
		flex-direction: column;
		align-items: center;
	}
	.wd_flex-mid > div {
		margin-bottom: 32px;
	}
	.wd_bottom-three {
		padding-bottom: 0;
	}
	.wd_flex-mid > div {
		width: 100%;

	}
	#page .wd_flex-mid .wd_featurebox_title {
		margin-bottom: 32px;
	}
	.corp-banner {
		height: 40px;
	}
	.corp-banner a {
		font-size: 15px;
	}
	.wd_hero {
		height: 315px;
	}
	.wd_header_content p.hero-intro {
		font-size: 21px;
	}
	.wd_header_content {
		padding: 24px;
	}
	.wd_flex-bottom {
		padding-top: 0;
	}
	.wd_featureboxes_top_right .wd_featurebox > p:last-child a, 
	.wd_featureboxes_top_left p.more a,
	.wd_featureboxes_middle_right .wd_featurebox_title a,
	.wd_bottom-three .wd_featurebox_title a {
		font-size: 21px;
		line-height: 22px;
	}
	.wd_featureboxes_top_right {
		margin-top: 28px;
		margin-bottom: 16px;
	}

	#content .wd_featureboxes_stock_left {
		margin-bottom: 0;
	}
	.wd_featureboxes_stock_right .wd_featurebox-financial .wd_chart-quote-item:first-child {
		border-top: none;
	}
	.wd_featureboxes_stock_right {
		padding-right: 0px;
	}

	.wd_featureboxes_bottom_right .wd_subscribe_featurebox input {
		width: 100% !important;
		margin: 0 !important;
	}
	.wd_featureboxes_bottom_right .wd_subscribe_featurebox .wd_form_field {
		width: 100%;
	}
	.wd_featureboxes_bottom_right .wd_subscribe_featurebox .wd_form_footer {
		width: 100%;
		margin-top: 24px;
	}

	#page .wd_title-wrap .wd_featurebox_title,
	#page div.wd_featurebox_title,
	.wd_pageid_118 #wd_printable_content > h2,
	.wd_pageid_19 #wd_printable_content > h2 {
		font-size: 25px;
		line-height: 30px;
		text-align: left;
	}
	.wd_pageid_168 .wd_selector:last-child .wd_linkmenu-label {
		width: 62vw !important; /*override inline*/
	}
	.wd_financial-wrap {
		flex-direction: column;
	}
	.wd_pageid_158 .wd_flex-right {
		top: 0;
	}
	.wd_pageid_158 .wd_item_list > li {
		width: 100%;
	}


	/* calendar */
	.wd_wai_datepicker table.wd_wai_dates th,
	.wd_wai_datepicker table.wd_wai_dates td,
	#wd_printable_content .wd_wai_datepicker button.wd_wai_dateButton {
		font-size: 12px;
	}
	#wd_printable_content .wd_wai_datepicker table td {
		padding: 2px;
	}
	.wd_wai_week_row th {
		padding: 10px 0;
	}
	div.wd_ir_historical div.wd_wai_datepicker,
	.wd_ir_historical .wd_historical_calendar {
		width: 100%;
		min-width: 0;
	}


	.wd_pageid_123 #wd_printable_content {
		display: block;
	}
	.wd_pageid_123 #wd_printable_content p, .wd_pageid_123 #wd_printable_content ul {
		min-height: 0;
	}
	.wd_pageid_123 #wd_printable_content ul:not(:last-of-type) {
		padding-bottom: 0;
	}
	.wd_pageid_123 #wd_printable_content ul:not(:first-of-type) {
		padding-top: 0;
	}

}

/* CLIENT CSS OVERRIDES */
#content {
	min-height: calc(100vh - 400px);
}