@font-face {
	font-family: 'Maax-Regular';
	src: url(../fonts/maax-regular.woff2);
}
@font-face {
	font-family: 'Maax-Bold';
	src: url(../fonts/maax-bold.woff2);
}
@font-face {
	font-family: 'Maax-Regular';
	src: url(../fonts/maax-italic.woff2);
	font-style: italic;
}
@font-face {
	font-family: 'Maax-Black';
	src: url(../fonts/maax-black.woff2);
}
/* Non-SPIN */
#ot-sdk-btn-floating {
 display: none !important;
}
body {
	font-family: 'Maax-Regular', sans-serif;
	color: #212121;
	font-size: 16px;
	line-height: 24px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: 400;
	font-family: 'Maax-Black', sans-serif;
}
h1 { 
	font-size: 54px;
	line-height: 58px;
	letter-spacing: -0.75;
}
h2 { 
	font-size: 44px;
	line-height: 48px;
}
h3 { 
	font-size: 36px;
	line-height: 40px; 
}
h4 { 
	font-size: 24px; 
	line-height: 30px;
}
h5 { 
	font-size: 20px; 
	line-height: 24px;
}
h6 { font-size: 1rem; }
main p {
	font-family: 'Maax-Regular', sans-serif;
	color: #212121;
	font-size: 16px;
	line-height: 24px;
}
.navbar-nav button.MegaNav__search {
	border: 0;
}
#navbarNav {
	font-size: 1rem;
}
.navbar {
	box-shadow: 0px 0px 8px 2px #D4D4D4;
	padding: 0;
	/*min-height: 72px;*/
}
.navbar-toggler {
	border: 0;
}
.navbar-nav {
	column-gap: 3rem;
}
.navbar-nav > .nav-item {
    /*padding: 0px 1.55rem;*/
    min-height: 72px;
    display: flex;
    align-items: center;
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav > .nav-item > .nav-link {
    color: #024731;
    font-family: 'Maax-Bold';
}
.navbar-light .navbar-nav .dropdown-menu .nav-link {
	color: #000;
}
.navbar-light .navbar-nav .dropdown-menu .nav-link:hover {
	color: #70a116;
	text-decoration: underline;
}
.navbar-nav > .nav-item.dropdown > .dropdown-menu {
    top: calc(100% + 3px);
}
.navbar-light .navbar-nav > .nav-item {
	border-bottom: 3px solid transparent;
}
.navbar-light .navbar-nav > .nav-item:hover {
    border-bottom: 3px solid #024731;
}
.nav-item.active {}
.mobilenav .nav-item,
.mobilenav .nav-item.active {
	border-bottom: 2px solid transparent;
}
#dropdown-search.dropdown-toggle:after {
	display: none;
}
.dropdown-search input[type="text"] {
	margin-bottom: 5px;
}
.dropdown-menu {
	border-radius: 0;
	border: 0;
	box-shadow: none;
	margin: 0;
}
.dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
    padding-top: 0;
}
.dropdown-toggle::after {
	border: 0;
	content: '\f078';
	font-family: 'Font Awesome 5 Pro';
	font-size: .6rem;
	padding-left: 2px;
}
.dropdown-menu .dropdown-toggle::after {
    transform: rotate(-90deg);
}
/*.dropdown-menu .nav-link:hover,
.dropdown-menu .nav-link:focus {
	background-color: #DCDCDC;
}*/
.dropleft .dropdown-toggle::before {
    border: 0;
}
.dropleft .dropdown-menu.dropdown-search {
	top: -8px;
}
#searchBox {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	text-align: right;
	background-color: #fff;
}
#searchBox .container {
	padding: 1.9rem 3rem;
	text-align: center;
}
#searchBox .wd_search_form a {
    position: absolute;
    top: 4px;
}
#searchBox a svg {
    width: 25px;
    height: 25px;
}
#searchBox a svg ellipse,
#searchBox a svg line {
	stroke: #1D890A;
}
#searchBox a:hover {
	color: rgba(0,0,0,.75);
}
#searchBox .wd_search_form_container {
	display: inline-block;
	width: 80%;
}
#searchBox .wd_search_form_container .wd_search_form {
	display: flex;
	width: 100%;
	position: relative;
}
#searchBox .wd_search_form_container input[type="text"] {
    width: 85%;
    padding: 6px 0 7px 35px;
    border: 0;
    font-size: 16px;
    border-bottom: 2px solid #1D890A;
    height: 36px;
}
#searchBox .wd_search_form_container input[type="text"]:focus {
    outline: 0;
}
#searchBox .wd_search_form_container input[type="text"]::placeholder {
    opacity: 0.5;
}
#searchBox .wd_search_form_container input[type="submit"] {
	width: 20%;
	height: 2.1rem;
}
.mobilenav {
	align-items: flex-start;
	padding: 0;
	height: 0%;
	width: 100%;
	position: fixed;
	overflow-x: hidden;
	transition: .5s;
	top: 0px;
	background-color: #fff;
	z-index: 1;
	opacity: 0;
	overflow: hidden;
}
.masthead {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.container {
	max-width: 1200px;
}
.wd_header_banner {
    background-color: #F8F8F2;
    padding: 11px 0;
}
body:not(.wd_pageid_20303) main {
    min-height: calc(100vh - 136px);
}
 /* Begin classes for common SPIN elements */

*, ::before, ::after { box-sizing: border-box; }
*, ::before, ::after { box-sizing: inherit; }
*, ::before, ::after { box-sizing: border-box; }

/* Header Styles */
.wd_header_text-wrapper {
	padding: 3rem 0 1rem;
}
.wd_header_text {
	position: relative;
}
.page_header,
.wd_header_text .wd_masthead-title {
    color: #024731;
    font-family: 'Maax-Black', sans-serif;
    font-weight: 500;
    font-size: 54px;
    line-height: 65px;
    letter-spacing: -0.75px;
}
.wd_masthead-description {
	margin-top: 1rem;
}
.wd_mobile-header {
	padding: 1rem;
}
.wd_mobile-brand {
	width: 100%;
	padding: 1.5rem;
}
.wd_mobile-brand .container {
	padding-left: 0;
	padding-right: 0;
}
.wd_mobile-brand .navbar-toggler {
	color: rgba(0,0,0,.5);
}

.category_header {
	margin-top: 2rem;
	font-size: 2rem;
}
.detail_header,
.detail_subheader,
.category_name {
	font-size: 1.75rem;
	font-weight: 600;
}
.category_intro {}
/* END Header Styles */

.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.25rem;
	font-weight: 700;
	line-height: 1.8rem;
}
.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 {}
.item_summary {
	margin-top: 1.5rem;
}

table.wd_imagetable,
td.imagecaption,
.wd_image img,
table.wd_imagetable img {
	float: none;
	max-width: 100%;
}

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;
}
a {
	color: #024731;
	transition: all 0.3s ease;
}
a:hover {
	color: #70a116;
}
.wd_newsfeed_releases-detail a {
	transition: all 0.3s ease;
	color: #3C8A2E;
}
.wd_newsfeed_releases-detail a:hover {
	color: #70a116;
}

a.itemlink {
	color: #024731;
	font-weight: 400;
}
a.itemlink:hover {
	color: #024731;
}
a.button,
a.wd_search_advanced_link,
#wd_printable_content input.wd_formbuilder_submit,
#wd_printable_content input[type="submit"],
input[type="submit"],
p.more a {
    color: #fff;
    max-width: 100%;
    transition: all 0.3s ease;
    text-shadow: none;
    width: 150px;
    height: 48px;
    background: rgb(28, 130, 0);
    box-shadow: 0px 0px 1.5px 0px rgba(0, 0, 0, 0.1),0px 6px 6px 0px rgba(0, 0, 0, 0.2);
    border-radius: 48px;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
}
a.button:hover,
a.wd_search_advanced_link:hover,
#wd_printable_content input.wd_formbuilder_submit:hover,
#wd_printable_content input[type="submit"]:hover,
input[type="submit"]:hover,
p.more a:hover {
	cursor: pointer;
	text-decoration: none;
	background: rgb(0, 105, 55);
}
a.button2 {
	color: #394149;
	box-shadow: 0 0 6px rgba(0, 0, 0, .25);
	font-size: .9rem;
	font-weight: 300;
	padding: .5rem 3rem .5rem 2rem;
}
a.button2:hover {}


span.wd_tool_icon > a:link,
span.wd_tool_icon > a:visited {
	background-color: #394149;
}

/* Clear Fix */
ul.wd_layout-simple:before,
ul.wd_layout-simple:after {
	content: " ";
	display: block;
}
ul.wd_layout-simple:after {
	clear: both;
}
/* Standard */
/* FAQs PAGE */
.wd_pageid_118 .item {
	box-shadow: 0 0 6px rgba(0, 0, 0, .25);
	padding: 2rem 5rem 2rem 2rem;
	margin: 1rem 1rem 1rem 0;
	position: relative;
}
.wd_pageid_118 .item_name {
	cursor: pointer;
}
.wd_pageid_118 .wd_standard .item_name:after,
.wd_pageid_118 .wd_standard .item_name.active:after {
	position: absolute;
	font-family: 'FontAwesome';
	top: 2rem;
	right: 2rem;
	content: '\f078';
}
.wd_pageid_118 .wd_standard .item_name.active:after {
	content: '\f077';
}
/* END FAQs PAGE */
/* Media Kits */
.wd_pageid_20290 .wd_category_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
    row-gap: 5px;
}
.wd_pageid_20290 .item {
    margin: 4px;
    width: 438px;
    height: 314px;
    display: inline-block;
    position: relative;
    padding: 0;
    align-self: center;
    overflow: hidden;
}
.wd_pageid_20290 .item_name {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translatex(-50%);
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    pointer-events: none;
}
.wd_pageid_20288 .item .wd_imagetable,
.wd_pageid_20288 .item .wd_imagetable img,
.wd_pageid_20290 .item .wd_imagetable,
.wd_pageid_20290 .item .wd_imagetable img {
    margin: 0 !important;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.wd_pageid_20290 .item:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    background-image: url(../images/mediakit_facts_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}
.wd_pageid_20290 .item.wd_kit-video:before {
    background-image: url(../images/mediakit_videos_icon.png);
}
.wd_pageid_20290 .item.wd_kit-facts:before {
    background-image: url(../images/mediakit_facts_icon.png);
}
.wd_pageid_20290 .item.wd_kit-graphics:before {
    background-image: url(../images/mediakit_graphics_icon.png);
}
.wd_pageid_20290 .item.wd_kit-photos:before {
    background-image: url(../images/mediakit_photos_icon.png);
}
.wd_pageid_20288 .item:hover .item_name,
.wd_pageid_20290 .item:hover:before {
    background-color: rgba(60, 138, 46, .5);
    color: #212121;
}
.wd_pageid_20292 .wd_category_items,
.wd_pageid_20288 .wd_category_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    column-gap: 10px;
    row-gap: 20px;
}
.wd_pageid_20288 .item {
    width: 32%;
    position: relative;
    height: 220px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.wd_pageid_20288 .item_name {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: rgba(0, 0, 0, .5);
    pointer-events: none;
    text-align: center;
    justify-content: center;
    color: #fff;
    padding: 80px 20px;
}
.wd_pageid_20292 .wd_attachment,
.wd_pageid_20288 .wd_attachment {
	display: none;
}
.wd_pageid_20291 .page_header,
.wd_pageid_20325 .page_header,
.wd_pageid_20288 .page_header,
.wd_pageid_20292 .page_header,
.wd_pageid_20326 .page_header,
.wd_pageid_20287 .page_header {
	text-align: center;
    font-size: 72px;
    line-height: 72px;
    font-weight: 300;
    margin-bottom: 60px;
}
.wd_pageid_20325.wd_item_page .wd_date {
	display: none;
}
.wd_videos .wd_item_search_form_container,
.wd_gallery .wd_item_search_form_container {
	display: none;
}
.wd_videos .wd_item_list,
.wd_gallery .wd_item_list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px;
    row-gap: 5px;
    height: auto !important;
    justify-content: center;
}
.wd_videos .wd_item_list {
	column-gap: 20px;
	row-gap: 15px;
}
.wd_videos .wd_item {
	width: calc((100% - 40px) / 3) !important;
	padding: 0;
	margin: 0;
	border: 0;
	box-shadow: none;
	height: 100%;
	overflow: visible;
}
.wd_gallery .wd_item {
    position: initial !important;
    width: 32% !important;
    padding: 0;
    margin: 0;
    border: 0;
    box-shadow: none;
    height: 100%;
    overflow: visible;
}
.wd_videos .wd_item {
	position: relative !important;
	top: auto !important;
	left: auto !important;
}
.wd_videos .wd_item .wd_thumbnail {
	position: relative;
}
.wd_videos .wd_item .wd_thumbnail:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(../images/mediakit_videos_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -39%);
	transform-origin: center;
}
.wd_videos .wd_item_wrapper {
	position: relative;
	display: block;
	margin-top: 2px;
}
.wd_gallery .wd_item_wrapper {
    display: none;
}
.wd_gallery .wd_thumbnail {
	margin: 0;	
}
.wd_gallery .wd_item .wd_thumbnail img {
	width: 100%;
	transition: 0.3s;
}
.wd_gallery .wd_item:hover .wd_thumbnail img {
    opacity: 0.9;
}
.wd_videos .wd_attachment {
    margin: 10px 0;
}
.wd_videos .wd_attachment img {
	width: 100%;
}
.wd_videos .wd_thumbnail {
    margin: 0;
    width: 100%;
    height: 100%;
}
.wd_videos .wd_thumbnail img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.wd_pageid_20292 .wd_category_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    column-gap: 30px;
    row-gap: 40px;
}
.wd_pageid_20292 .item {
	width: 31%;
	padding: 0;
	margin: 0;
}
.wd_pageid_20292 .wd_imagetable,
.wd_pageid_20292 .wd_imagetable img {
    width: 100%;
    margin: 0;
}
.wd_pageid_20287 .wd_attachment_image,
.wd_pageid_20287 .wd_attachment_size {
    display: none;
}
.wd_pageid_20287 .wd_attachment_info a.itemlink {
    color: #fff;
    border: 2px solid #006937;
    border-radius: .25rem;
    background-color: #006937;
    font-size: .9rem;
    line-height: .9rem;
    padding: .5rem 3rem;
    height: auto;
    max-width: 100%;
    transition: all 0.3s ease;
    text-shadow: none;
}
/* End Media Kits */
/* END Standard */
/* Search Results */
.wd_pageid_20322 .wd_search_info {
	display: none;
}
.wd_pageid_20322 .wd_search_result {
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid rgba(21, 21, 21, 0.5);
}
/* END Search Results */
/* Contacts */
.linked-in img,
.twitter-user img {
	display: none;
}
.linked-in,
.twitter-user {
	position: relative;
	padding-left: 20px;
}
.linked-in:before,
.twitter-user:before {
	font-family: 'FontAwesome';
	font-size: 1rem;
	position: absolute;
	left: 0;
}
.linked-in:before {
	content: '\f08c';
}
.twitter-user:before {
	content: '\f081';
}
/* END Contacts */
/* SEC Filings */
div.wd_ir_secfilings .wd_selector {
	margin: 0 0 5px 40px;
}
div.wd_ir_secfilings .wd_linkmenu-header[title="Year"] .wd_linkmenu-label {
	min-width: 160px;
}
div.wd_ir_secfilings .wd_linkmenu-header[title="Category"] .wd_linkmenu-label {
	min-width: 260px;
}
/* END SEC Filings */
/* Interactive Chart */
.wd_ir_interactivechart input.wd_chart_date {
	width: 140px;
}
/* END Interactive Chart */
/* Historical */
.wd_historical h4 {
	font-size: 1rem;
}
.wd_historical .wd_historical_results h4 {
	width: 100%;
}
#wd_printable_content .wd_historical select {
	font-size: 1rem;
	padding: 0 3rem 0 .5rem;
}
.wd_historical .wd_historical_details {
	display: flex;
	flex-wrap: wrap;
}
.wd_historical .wd_historical_item {
	float: none;
	flex-grow: 1;
	flex-shrink: 1;
	width: 25%;
}
div.wd_historical_chart {
	width: 100%;
	max-width: 100%;
}
.wd_historical_chart .highcharts-container[style] {
	width: 100% !important;
}
div.wd_historical_calendar {
	width: 25%;
}
div.wd_historical_results {
	max-width: 70%;
	width: 70%;
}
.wd_historical_results .wd_close_price .wd_historical_value {
	font-size: 4rem;
}
/* END Historical */
/* 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;
}
li.wd_events_tab {
	border: 2px solid #394149;
	color: #394149;
	padding: 5px 10px;
}
li.wd_events_tab.active {
	background: #394149;
	color: #fff;
}
li.wd_events_tab:first-child,
li.wd_events_tab:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
}
.wd_events_month_header,
.wd_events_past_summary .wd_header {
    background-image: none;
    border: 0;
    border-bottom: 2px solid #394149;
    border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
/* END Events */
/* Newsfeed Releases */
.wd_news_headlines .wd_item_list,
div.wd_newsfeed_releases .wd_item_list {
	display: flex;
	flex-wrap: wrap;
}
.wd_news_headlines .wd_item_list .wd_item,
div.wd_newsfeed_releases .wd_item_list .wd_item {
	flex-grow: 1;
	flex-shrink: 1;
	width: 100%;
	box-shadow: 0 0 6px rgba(0, 0, 0, .25);
	margin: 1rem;
	padding: 2rem;
}
.wd_news_headlines .wd_item_list .wd_item .wd_item_wrapper,
div.wd_newsfeed_releases .wd_item_list .wd_item .wd_item_wrapper {
	margin-left: 0;
}
div.wd_newsfeed_releases .wd_item_list .wd_item .wd_thumbnail,
div.wd_newsfeed_releases .wd_item_list .wd_item .wd_asset_type_link_list {
	display: none;
}
.wd_news_headlines .wd_date,
div.wd_newsfeed_releases .wd_date {
	margin-bottom: .25rem;
}
.wd_newsfeed_releases .wd_subtitle {
	display: none;
}
.wd_newsfeed_releases-detail {
	margin-top: 40px;
}
.wd_newsfeed_releases-detail .wd_news_body {
	padding-left: 10%;
	padding-right: 10%;
}
.wd_newsfeed_releases-detail .news_body p.prnews_p {
	font-family: inherit;
	font-size: 100%;
	color: inherit;
}
.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-detail .wd_captioned_image {
	width: auto !important; /* overiding inline*/
}
.wd_newsfeed_releases-teaser .tools {
	text-decoration: none;
	margin-bottom: 12px;
}
.wd_newsfeed_releases-teaser .wd_asset_icon_link_list,
.wd_newsfeed_releases-teaser .subscribe_link {
	display: none;
}
.wd_newsfeed_releases-teaser .wd_thumbnail {
	width: 100%;
	height: 250px;
    margin-bottom: 20px;
}
.wd_newsfeed_releases-teaser .wd_thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.wd_newsfeed_releases-teaser .wd_summary {
	display: none;
}
.wd_newsfeed_releases-detail .wd_title,
.wd_newsfeed_releases-detail .wd_subtitle {
    margin-bottom: 1rem;
}
.wd_newsfeed_releases-detail .wd_title {
	font-family: 'Maax', sans-serif;
	font-size: clamp(32px, 4vw, 48px);
	font-weight: 700;
	line-height: 1.1;
}
.wd_pullquote.quote_centered {
	float: none !important;
	clear: none !important;
	width: 100% !important;
	text-align: center;
}
blockquote.wd_pullquote {
	margin-top: 10px;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;

}
blockquote.wd_pullquote::after {
	float: none;
}
.wd_asset_gallery,
.wd_asset_gallery_list {
    background: none;
}
.wd_page_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 40px;
    flex-wrap: wrap;
    row-gap: 40px;
}
/* END Newsfeed Releases */
/* News Headlines */
/* END News Headlines */
/* Board of Directors / Committees */
.wd_board_members ul.wd_item_list {
	display: flex;
	flex-wrap: wrap;
}
.wd_board_members ul.wd_item_list .wd_item {
	flex-grow: 1;
	flex-shrink: 1;
	width: 30%;
	box-shadow: 0 0 6px rgba(0, 0, 0, .25);
	margin: 1rem;
	padding: 2rem;
}
.wd_board_members ul.wd_item_list .wd_item .wd_thumbnail {
	width: 100%;
	float: none;
}
.wd_board_members ul.wd_item_list .wd_item .wd_item_wrapper {
	margin-left: 0;
}
.wd_board_committees .wd_title {
	padding: .5rem;
	font-size: 1rem;
	font-weight: 400;
}
.wd_board_members-detail {
	display: flex;
	flex-wrap: wrap;
}
.wd_board_members-detail .wd_captioned_image {
	max-width: 33%;
}
.wd_board_members-detail .wd_item_wrapper {
	max-width: 66%;
	padding: 0 2rem;
}
/* END Board of Directors / Committees */
/* Formbuilder */
.wd_formbuilder label {
	margin-left: .5rem;
}
legend.wd_form_field_label {
	font-size: 1rem;
}
.wd_item_search_form_container .wd_search_form_basic {
	width: 100%;
}
.wd_search_basic_fields {
	border: 0;
	padding: 0;
	background-color: transparent;
}
.wd_search_advanced_link {
	float: right;
}
#wd_printable_content input,
#wd_printable_content button,
#wd_printable_content select,
.wd_search_form_container input[type="text"] {
	border-radius: 0;
	border: 0;
	border-bottom: 2px solid #394149;
	line-height: 34px;
	padding: 0 1rem;
	font-size: 1.25rem;
	height: 34px;
	color: #333;
}
#wd_printable_content button {
	transition: all 0.3s ease;
	color: #394149;
	border: 2px solid #394149;
	background-color: #fff;
	font-size: .8rem;
	font-weight: 600;
}
#wd_printable_content button:hover,
#wd_printable_content button:hover span {
	color: #fff;
	background-color: #394149;
}
#wd_printable_content .wd_search_basic_fields button {
	transition: all 0.3s ease;
	width: 130px;
	height: 48px;
	color: rgb(28, 130, 0);
	border: 2px solid rgb(28, 130, 0);
	border-radius: 48px;
	background-color: #fff;
	font-size: inherit;
}
#wd_printable_content .wd_search_basic_fields button:hover {
	background: rgb(236, 248, 232);
}

#wd_printable_content select {
	padding: 0 3rem 0 1rem;
	font-size: 1.2rem;
	height: 34px;
	color: #333;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff url(../images/chevron-down.png) right no-repeat;
}
#wd_printable_content select option,
.wd_linkmenu-list .wd_linkmenu-listitem {
    font-size: .85rem;
    padding: 3px 6px;
}
select::-ms-expand {
	border: none;
	margin-left: 50px;
	background-color: #fff;
}
#wd_printable_content button.ui-datepicker-trigger {
	border: 0;
}
#wd_printable_content .wd_form_field_label {
	line-height: 2rem;
	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 .wd_sphinx_search input[type=submit] {
    display: inline-flex;
    margin: 10px 1%;
}
#wd_printable_content input[type=radio] {
	height: auto;
}
#wd_printable_content input[type=checkbox] {
    accent-color: rgb(28, 130, 0);
    height: 24px;
    width: 24px;
}
.wd_form_field {
	clear: both;
	position: relative;
}
.wd_page_limit {
	padding: 0;
}
.wd_linkmenu-header {
	padding: 6px 2px;
}
.wd_linkmenu-header {
	border-radius: 0;
	border: 0;
	border-bottom: 2px solid #394149;
}

.wd_page_link:first-child,
.wd_page_link:last-child,
.wd_page_link {
	border: 0;
	padding: 11px;
	position: relative;
}
.wd_page_active {
	border-bottom: 2px solid #394149;
	background-color: transparent;
}
.wd_page_prev a, .wd_page_prev span,
.wd_page_next a, .wd_page_next span {
}
.wd_page_prev a:before,
.wd_page_prev span:before {
	position: absolute;
	font-family: 'FontAwesome';
	content: '\f053';
	font-size: .5rem;
}
.wd_page_next a:before,
.wd_page_next span:before {
	position: absolute;
	font-family: 'FontAwesome';
	content: '\f054';
	font-size: .5rem;
}

.wd_linkmenu-header:hover .wd_linkmenu-icon {
	border-color: transparent;
	background-color: transparent;
	color: #212121;
}
.wd_form_field .wd_form_field_input,
.wd_form_field {
	overflow: visible;
	margin-left: 0;
}

.wd_linkmenu-header:hover .wd_linkmenu-icon,
.wd_linkmenu-header:focus .wd_linkmenu-icon,
.wd_linkmenu-header.wd_linkmenu-active .wd_linkmenu-icon {
	border: 0;
	background-color: transparent;
}
#wd_printable_content input[type=text] {
    color: #4f4f58;
    height: 1.1876em;
    font-size: 1rem;
    font-family: Maax-Regular, Arial, sans-serif;
    animation-duration: 10ms;
    -webkit-tap-highlight-color: transparent;
    border: 0;
    padding: 18.5px 14px;
    box-sizing: content-box;
    border: 1px solid rgba(0, 0, 0, 0.23);
    border-radius: 4px;
}
.wd_formbuilder label {
    margin-left: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform: translate(14px, 20px) scale(1);
    pointer-events: none;
    margin-bottom: .5rem;
    color: #4f4f58;
    padding: 0;
    font-size: 1rem;
    font-family: Maax-Regular, Arial, sans-serif;
    font-weight: 400;
    line-height: 1;
	transition: color 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms,transform 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
}
.wd_formbuilder .focused label {
    color: #1c8200;
    transform: translate(14px, -6px) scale(0.75);
    background-color: #fff;
    padding: 0 5px;
}
.wd_formbuilder .wd_category_checkboxes label {
    transform: none;
    position: inherit;
    margin-left: 3px;
    pointer-events: initial;
}
#wd_printable_content input[type=text]:focus {
	outline: 0;
	border-color: #1c8200;
    border-width: 2px;
}
#wd_printable_content select {
    color: #4f4f58;
    height: 58px;
    font-size: 1rem;
    font-family: Maax-Regular, Arial, sans-serif;
    animation-duration: 10ms;
    -webkit-tap-highlight-color: transparent;
    border: 0;
    /* padding: 18.5px 14px; */
    box-sizing: content-box;
    border: 1px solid rgba(0, 0, 0, 0.23);
    border-radius: 4px;
}
/* END Formbuilder */
/* Featureboxes */
/* Featured Featureboxes */
.wd_featureboxes_featured .wd_featurebox_title {
	font-size: 1rem;
	color: #212121;
	text-transform: uppercase;
}
.wd_featureboxes_featured .wd_featurebox {
    display: flex;
    box-shadow: 0px 1px 3px 2px rgb(0 0 0 / 20%);
}
.wd_featureboxes_featured .wd_imagetable,
.wd_featureboxes_featured .wd_featurebox-content {
    width: 50%;
}
.wd_featureboxes_featured .wd_imagetable img {
    width: 100%;
    object-fit: cover;
}
.wd_featureboxes_featured .wd_featurebox-content {
    padding: 40px;
}
/* end Featured Featureboxes */
div.wd_featurebox {}
div.wd_featurebox_container {
	position: relative;
}
div.wd_featurebox_title {
	font-family: 'Maax-Black', sans-serif;
	font-size: 44px;
	font-weight: 500;
	line-height: 48px;
	color: #024731;
	margin-bottom: 20px;
}
.wd_imagefirst {
	background-size: cover;
	width: 100%;
	min-height: 250px;
}
.itemwrapper > a.itemlink {
	display: none;
}

div.wd_featureboxes_top p.more,
div.wd_featureboxes_esg p.more,
div.wd_featureboxes_bottom p.more,
div.wd_featureboxes_middle p.more,
div.wd_featureboxes_highlights p.more {
	position: absolute;
	right: 10px;
	top: 10px;
}

div.wd_featureboxes_featured .item {
	padding: 0;
	display: flex;
	justify-content: space-between;
	box-shadow: 0 0 10px #D4D4D4;
}
div.wd_featureboxes_featured .wd_imagefirst {
	min-height: 400px;
	width: 66%;
}
div.wd_featureboxes_featured .itemwrapper {
	width: 33%;
	padding: 2rem;
}
div.wd_featureboxes_top .wd_featurebox-teaser .wd_featurebox > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
div.wd_featureboxes_top .wd_featurebox-teaser .item {
	width: 32%;
	padding: 0;
}
div.wd_featureboxes_middle .wd_featurebox .item .item_name,
div.wd_featureboxes_top .wd_featurebox-teaser .item .wd_title {
	font-family: 'Maax-Bold', sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
}
div.wd_featureboxes_middle {
	padding-top: 1.5rem;
}
div.wd_featureboxes_middle div.wd_featurebox_container {
	position: relative;
}
div.wd_featureboxes_middle div.wd_featurebox > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
div.wd_featureboxes_middle .wd_featurebox .item {
	padding: 2rem;
	width: 32%;
	box-shadow: 0 0 10px #D4D4D4;
	justify-content: space-between;
	background: #fafafa url(../images/arrow.png) no-repeat 95% 85%;
	padding-bottom: 4rem;
	position: relative;
}
div.wd_featureboxes_middle .wd_featurebox .item .item_publication {
    position: absolute;
    width: 80%;
    bottom: 15%;
}
div.wd_featureboxes_middle .wd_featurebox .item .item_date {
	display: none;
}
div.wd_featureboxes_middle .wd_featurebox .item .itemwrapper > .itemlink {
	display: none;
}
div.wd_featureboxes_middle .wd_featurebox .item .wd_imagefirst {
	width: 35%;
	height: 200px;
	margin: 0 5% 0 0;
	background-size: cover;
}
div.wd_featureboxes_middle .wd_featurebox .item .itemwrapper {
	width: 60%;
	flex-grow: 1;
}
div.wd_featureboxes_middle .wd_featurebox .item a.wd_item_link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}
div.wd_featureboxes_middle .wd_featurebox .item a.wd_item_link:hover~.item_name a {
    color: #70a116;
    text-decoration: underline;
}

div.wd_featureboxes_highlights .item {
	border-bottom: 1px solid #ccc;
	background: url(../images/arrow.png) no-repeat right;
	padding-right: 2rem;
}
div.wd_featureboxes_highlights .item:last-of-type {
	border: 0;
}
.wd_gray-bg {
    background-color: #F8F8F8;
}

/* Alerts Featureboxes */
.wd_featureboxes_alerts .wd_featurebox a {
	color:#024731;
	font-family: 'Maax-Bold';
}
.wd_featureboxes_alerts .wd_featurebox_container {
	background: rgb(218, 228, 225);
	position: absolute;
	width: 100%;
}
.wd_featureboxes_alerts .wd_featurebox {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 15px;
}
.wd_featureboxes_alerts p {
	margin: 0;
}
.wd_featureboxes_alerts .wd_featurebox_title {
	margin: 0;
}
.wd_featureboxes_alerts {
	padding-bottom: 64px;
}

/* Bottom Featureboxes */
.wd_featureboxes_bottom .wd_featurebox_title {
	margin-bottom: 40px;
}
.wd_featureboxes_bottom-flex .wd_featurebox_title {
	margin-bottom: 20px;
}
.wd_featureboxes_bottom-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wd_featureboxes_bottom-flex .wd_featurebox_container {
    width: 32%;
}
.wd_featureboxes_bottom-flex .wd_imagetable {
    margin-bottom: 20px !important;
	width: 100%;
}
.wd_featureboxes_bottom-flex .wd_imagetable img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* END Bottom Featureboxes */
/* Contacts / email alerts Featureboxes */
.wd_contacts_email_wrapper {
	display: flex;
	flex-wrap: wrap;
	column-gap: 2%;
	row-gap: 20px;
}
.wd_featureboxes_contacts,
.wd_featureboxes_emailalerts {
	flex: 49%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.wd_contacts_email_wrapper .wd_featurebox_container {
    padding: 30px;
    background-color: #F8F8F8;
    box-shadow: 0 0 10px #D4D4D4;
    flex: 100%;
}
.wd_contacts_email_wrapper .wd_featurebox_title {
    color: #212121;
    font-size: 1.5rem;
}
/* END Contacts Featureboxes */
.wd_featureboxes_socialhub .wd_featurebox_title {
	font-size: 1.5rem;
}
/* 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 */

/* Articles */
.wd_articles .wd_item {
	margin-bottom: 3em;
	padding-bottom: 3em;
	border-bottom: 2px solid #027cbd;
}
.wd_articles .wd_thumbnail {
	float: left;
	margin: 0;
	padding-right: 50px;
	width: 40%;
	max-width: 350px;
}
.wd_articles .wd_item_wrapper {
	margin: 0;
	float: left;
	max-width: 55%;
  }
.wd_articles .wd_item .wd_date {
	margin-bottom: 1em;
	color: #666;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: .1em;
	margin-top: 1.5em;
  }
  .wd_articles .wd_item_wrapper ul.wd_category_link_list {
	float: none;
	display: block;
	text-align: left;
  }
  .wd_articles .wd_thumbnail a img {
	width: 100%;
  }  
  .wd_btn.__read {
	color: #fff;
	max-width: 100%;
	transition: all 0.3s ease;
	text-shadow: none;
	width: 150px;
	height: 48px;
	background: rgb(28, 130, 0);
	box-shadow: 0px 0px 1.5px 0px rgba(0, 0, 0, 0.1),0px 6px 6px 0px rgba(0, 0, 0, 0.2);
	border-radius: 48px;
	display: inline-block;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  .wd_btn.__read:hover {
	cursor: pointer;
	text-decoration: none;
	background: rgb(0, 105, 55);
  }
  .wd_body .wd_thumb_right {
	margin-left: 2rem;
	padding: 0;
	  padding-left: 0px;
	padding-left: 1em;
	width: auto;
	display: block;
	max-width: 300px;
  }
  .wd_thumb_right {
	float: right;
	margin: 1em;
	  margin-right: 1em;
	  margin-left: 1em;
	margin-right: 0;
  }
  .wd_body .wd_thumb_left {
	margin-right: 2rem;
	padding: 0;
	padding-left: 0px;
	padding-right: 1em;
	width: auto;
	display: block;
	max-width: 300px;
  }
  .wd_thumb_left {
	float: left;
	margin: 1em;
	margin-right: 1em;
	margin-left: 1em;
	margin-right: 0;
  }
  .wd_thumb_left img,
  .wd_thumb_right img {
	width: 100%;
  }
  .wd_artl_pg_header {
	margin-top: 50px;
  }
  .wd_articles-detail p,
  .wd_articles-detail ul {
	margin-bottom: 15px;
  }
  .wd_artl_pg_header h1 {
	color: #024731;
	font-size: 60px;
  	line-height: 1.2;
	font-weight: 300;
  }
  .wd_articles-detail .wd_captioned_image {
	margin-bottom: 30px !important;
  }
  .wd_artl_pg_header .wd_summary p {
	font-size: 24px;
	line-height: 1.75em;
	font-style: italic;
	margin-bottom: 1em;
  }
  .wd_meta .wd_category_link_list li {
	margin: 0 1em 1em 0;
  }
  ul.wd_layout-inline li {
	display: inline-block;
	padding: 0;
	margin: 0 0 0 1em;
  }
  ul.wd_layout-inline li a {
	font-weight: normal;
	font-size: 14px;
	padding: 0.8em 1.6em 0.8em;
	display: inline-block;
	line-height: 1;
	border-radius: 24px;
	color: #fff;
  	background-color: #024731;
  }
  ul.wd_layout-inline li a:hover {
	background-color: #024731;
	color: #fff;
  }
 
  .wd_articles-detail .wd_inner_body {
	display: flex;
	flex-wrap: wrap;
	position: relative;
  	padding-right: 90px;
  }
  .wd_articles ul.wd_category_link_list li {
	padding: 0;
	background-color: transparent;
	border: none;
	border-radius: 0;

  }
  .wd_item_page .wd_inner_body .toolbar_tab_wrap {
	position: absolute;
	top: 0;
	right: 0;
  }
  .toolbar_tab_wrap .wd_toolbar-detail {
	border: none;
	margin: 0;
	padding: 0;
	clear: both;
  }
  .toolbar_tab_wrap .wd_toolbar-detail .wd_tools {
	padding: 0;
  }
  .toolbar_tab_wrap div.wd_toolbar.wd_toolbar-detail ul.wd_tools li.wd_tool {
	float: none;
	margin: 0;
	display: block;
  }
  .wd_item_page li.wd_tool .at-resp-share-element .at-share-btn, .toolbar_tab_wrap div.wd_toolbar.wd_toolbar-detail ul.wd_tools li.wd_tool {
	float: none;
	margin: 0;
	display: block;
  }
  div.wd_toolbar ul.wd_tools li.wd_tool {
	list-style-type: none;
	padding: 0;
  }
  .toolbar_tab_wrap .wd_toolbar-detail .wd_tool_icon > a, .toolbar_tab_wrap .wd_toolbar-detail .wd_tool_icon > a:link, .toolbar_tab_wrap .wd_toolbar-detail .wd_tool_icon > a:visited {
	border-radius: 0;
	background: #fff !important;
	width: 60px;
	height: 60px;
	padding: 1em 0;
	font-size: 20px;
	color: #024731;
  }
/* End Articles */

ul.linklist {
	list-style-type: none;
	margin-bottom: 0;
}
ul.linklist li {
	padding-left: 20px;
	background: url(../images/anchor-link.png) left no-repeat;
}
ul.linklist li:marker {
	display: none;
}

div.wd_rssfeeds_item {
	margin-bottom: 10px;
}
footer {
	margin-top: 3rem;
	padding: 1rem 0;
	border-top: 1px solid #ccc;
}
footer .fa {
	font-size: 1.5rem;
	margin: 0 .5rem;
}
footer a .fa {
	color: #394149;
}
.wd_copyright {
	font-size: .8rem;
	line-height: 1.5rem;
}

/* Bootstrap Overrides */
.navbar-brand {
	margin-right: 5rem;
}
.display-4 {
	font-size: 3rem;
}
/* Client styles */
.MegaNav__search--main svg {
    height: 1.3rem;
    width: 1.3rem;
}
.MegaNav__search ellipse,
.MegaNav__search line {
    stroke: #70a116;
}
.Link.btn {
    padding: 0;
    border: 0;
    font-size: 1rem;
    line-height: 1.2rem;
    white-space: normal;
    text-align: left;
}
.Footer {
    background: #024731;
    -webkit-font-smoothing: antialiased;
}
.border-bottom-white {
    border-bottom: 1px solid #fff;
}
.mobileFooter {
    display: none;
    background: #024731;
}
.QuickLinks__heading h2 {
    color: #fff;
    font-size: 20px;
}
.FooterContent .Footer__quicklink {
    color: #fff!important;
    line-height: 24px;
    font-size: 16px;
}
.FooterLegal {
    font-size: 16px;
    line-height: 24px!important;
    padding: 24px 0!important;
}
.wm-footer-green {
    background-color: #023625!important;
}
.LegalLinks {
    font-size: 16px;
    line-height: 24px;
}
.socialLinks {
    justify-content: flex-end;
}
.SocialMediaLinks {
    font-size: 1rem;
}
.Footer li, .Footer ul {
    list-style: none;
}
.SocialMediaLinks__image-container>li {
    margin-left: 2rem;
}
.SocialMediaLinks__image-container>li:first-child {
    margin-left: 0;
}
.SocialMediaLinks__image-container>li a {
    display: block;
}
.LegalLinks .LegalLinks__link a {
    margin-right: .7rem;
    margin-left: .7rem;
}
.LegalLinks .LegalLinks__link:first-child a {
    margin-left: 0;
}
.MobileFooter .Footer__quicklink,
.MobileFooter .Footer__quicklink:hover {
    color: #fff!important;
}
.MobileFooter .open {
    height: auto !important;
    margin-top: 0.5rem !important;
}
.MobileFooter>.border-bottom-white {
    border: none!important;
}
.MobileFooter span.wm-cursor-pointer {
    background-image: url(../images/expand.svg);
    height: 20px;
    width: 20px;
    background-size: cover;
    background-repeat: no-repeat;
}
.mobilenav span.wm-sub-cursor-pointer.active,
.mobilenav span.wm-cursor-pointer.active,
.MobileFooter span.wm-cursor-pointer.active {
	background-image: url(../images/collapse.svg);
}
.maax-font-weight-black {
    font-family: "Maax-Black",Arial,sans-serif;
}
.maax-font-weight-regular {
    font-family: "Maax-Regular",Arial,sans-serif;
}
.maax-font-weight-bold {
    font-family: "Maax-Bold",Arial,sans-serif;
}
.FooterContent a:hover {
    text-decoration: underline;
}
/* mobile nav overrides */
.mobilenav .navbar-nav .nav-link {
	color: #024733;
}
.mobilenav .navbar-nav .nav-link {
    color: #024733;
    font-family: "Maax-Bold",Arial,sans-serif;
    height: 3.5rem;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}
.mobilenav .MenuItem {
    line-height: 1rem;
    border-bottom: 1px solid #d6d6d6;
}
.mobilenav span.wm-sub-cursor-pointer,
.mobilenav span.wm-cursor-pointer {
    background-image: url(../images/expand-green.svg);
    height: 20px;
    width: 20px;
    background-size: cover;
    background-repeat: no-repeat;
}
.mobilenav span.wm-sub-cursor-pointer.active,
.mobilenav span.wm-cursor-pointer.active {
	background-image: url(../images/collapse-green.svg);
}
.mobilenav .dropdown-item {
	color: #024731;
}
.mobilenav .wd_search_form_container {
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    color: rgb(118, 118, 118);
    font-size: 0.825rem;
    text-indent: 0.625rem;
}
.mobilenav .wd_search_form_container form {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.mobilenav .wd_search_form_container form img {
    width: 15px;
    height: 25px;
}
.mobilenav .wd_search_form_container form a {
    align-self: center;
}
.mobilenav .wd_search_form_container form input[type="text"] {
	font-size: inherit;
	border-bottom: 0;
	width: 100%;
}
.wd_mobile-subnav {
    padding-left: 20px;
}
/* end mobile nav overrides */
/* end Client styles */
/* Extra large devices (large desktops) */


#single_slider_responsive .single_slider_carousel_container {
	padding-top: 0;
}
#single_slider_responsive .single_slider_carousel_inner {
	box-shadow: 0px 1px 3px 2px rgb(0 0 0 / 20%);
}
#single_slider_responsive .single_slider_carousel_indicators {
	width: 100%;
    padding-left: 0;
    display: flex;
    justify-content: center;
    right: 0;
	bottom: -30px;
}
#single_slider_responsive .single_slider_carousel_indicators li span {
	border-color: #024731;
}
#single_slider_responsive .single_slider_carousel_indicators li.active span {
	background: #024731;
}
#single_slider_responsive .single_slider_carousel_indicators li:not(.active) span:hover {
	background: #024731;
	opacity: .7;
}
#single_slider_responsive .single_slider_carousel_caption {
	position: relative;
	background: none;
	padding: 40px;
}
#single_slider_responsive .item {
	padding: 0;
}
#single_slider_responsive .item h4 > a {
    color: #212121;
    font-family: 'Maax-Black', sans-serif;
	line-height: 48px;
	margin: 0 0 20px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
}
#single_slider_responsive .item .date {
	color: #212121;
	line-height: 24px;
	margin-bottom: 15px;
}
#single_slider_responsive .item  a,
#single_slider_responsive .item h4:last-of-type {
    color: #024731;
    font-family: 'Maax-Black', sans-serif;
	transition: all 0.3s ease;
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
}
#single_slider_responsive .single_slider_carousel_caption > a > h4:hover {
	color: rgb(112, 161, 22);
	text-decoration: underline;
	cursor: pointer;
}
#single_slider_responsive .single_slider_carousel_inner > .active,
#single_slider_responsive .single_slider_carousel_inner > .next,
#single_slider_responsive .single_slider_carousel_inner > .prev {
	display: flex;
}
#single_slider_responsive .single_slider_carousel_inner .item > * {
    width: 50%;
}

.footer-privacy-links a {
	color: white;
	text-decoration: none;
	display: block;
	width: fit-content;
	margin-bottom: 16px;
	cursor: pointer;
}
.footer-privacy-links {
	margin: 16px 0 0;
}
.custom-persistent-icon {
	display: none !important;
}
.ot-sdk-show-settings:before {
	content: url(../images/privacyoptions.svg);
	margin-right: 8px;
}

@media (min-width: 979px) and (max-width: 1400px) {
	#single_slider_responsive .single_slider_carousel_control {
		background-color: #024731;
	}
	.single_slider_carousel_control.right, 
	.single_slider_carousel_control.left {
		top: 50%;
	}
}
@media (max-width: 880px) {
	#single_slider_responsive .single_slider_carousel_inner > .active,
	#single_slider_responsive .single_slider_carousel_inner > .next,
	#single_slider_responsive .single_slider_carousel_inner > .prev {
		flex-direction: column;
	}
	#single_slider_responsive .single_slider_carousel_container {
		padding-bottom: 35px;
	}
	#single_slider_responsive .single_slider_carousel_inner .item > * {
		width: 100%;
	}
	#single_slider_responsive .single_slider_carousel_inner > .item > a img {
		width: 100%;
	}
}
@media (min-width: 1400px) {
	#single_slider_responsive .single_slider_carousel_control.right {
		right: -7%;
	}
	.single_slider_carousel_control.left {
		left: -7%;
	}
	.single_slider_carousel_control.right, 
	.single_slider_carousel_control.left {
		background: none;
		top: 50%;
	}
	.single_slider_carousel_control.left:before { content: "\f053"; }
	.single_slider_carousel_control.right:before { content: "\f054"; }

	.single_slider_carousel_control.right:before,
	.single_slider_carousel_control.left:before {
		font-family: "Font Awesome 5 Pro";
		color: #024731;
		font-weight: bold;
		font-size: 45px;
	}


}

@media (min-width: 320px) and (max-width: 978px) {
	#single_slider_responsive .single_slider_carousel_caption {
    	max-height: none;
	}
}

@media (max-width: 1199px) {
	.wd_board_members-detail .wd_captioned_image,
	.wd_board_members-detail .wd_item_wrapper {
		max-width: 100%;
		padding: 0;
	}
	.wd_historical .wd_historical_item {
		width: 50%;
	}
	div.wd_historical_calendar {
		width: 50%;
	}
	div.wd_historical_results {
		max-width: 45%;
		width: 45%;
	}
	.LegalLinks {
	    font-size: 14px;
	    line-height: 2rem;
	    justify-content: flex-start;
	}
	.navbar {
		padding: 0.5rem 1.5rem;
	}
}
/* Large devices (desktops) */
@media (max-width: 1024px) {
	.Copyright {
	    display: flex;
	    justify-content: flex-start;
	    width: 100%;
	    text-align: center;
	    margin-bottom: 16px;
	}
}
@media (max-width: 992px) {
	div.wd_featureboxes_top .wd_featurebox-teaser .item,
	div.wd_featureboxes_middle .wd_featurebox .item,
	div.wd_featureboxes_bottom .wd_featurebox .item,
	div.wd_featureboxes_bottom .wd_featurebox_container {
		width: 100%;
		margin-bottom: 10px;
	}
	div.wd_featureboxes_featured .item {
		flex-wrap: wrap;
	}
	div.wd_featureboxes_featured .wd_imagefirst {
		min-height: 300px;
		width: 100%;
	}
	div.wd_featureboxes_featured .itemwrapper {
		width: 100%;
	}
	.page_header,
	.wd_header_text .wd_masthead-title {
	    line-height: 53px;
	    letter-spacing: 0;
	    font-size: 44px;
	}
	div.wd_featurebox_title {
		font-size: 36px;
		line-height: 40px;
	}
	h1 { 
		font-size: 44px;
		line-height: 48px;
		letter-spacing: 0;
	}
	h2 { 
		font-size: 36px;
		line-height: 40px;
	}
	h3 { 
		font-size: 24px;
		line-height: 30px; 
	}
	h4 { 
		font-size: 20px; 
		line-height: 24px;
	}
	.wd_wai_datepicker .wd_wai_datepickerDialog {
		width: auto;
	}
}
/* Medium devices (tablets) */
@media (max-width: 899px) {
	.wd_pageid_20290 .wd_category_items {
		flex-direction: column;
	}
}
@media (max-width: 767px) {
	div.wd_newsfeed_releases .wd_item_list .wd_item:first-child,
	div.wd_newsfeed_releases .wd_item_list .wd_item {
		width: 100%;
	}
	.wd_board_members ul.wd_item_list .wd_item {
		width: 100%;
	}
	div.wd_historical_results,
	.wd_historical .wd_historical_item {
		max-width: 100%;
		width: 100%;
	}
	.desktopFooter {
	    display: none;
	}
	.mobileFooter {
	    display: block;
	}
	.LegalLinks {
	    flex-wrap: wrap;
	}
	.wd_featureboxes_featured .wd_featurebox {
		flex-direction: column;
	}
	.wd_featureboxes_featured .wd_imagetable,
	.wd_featureboxes_featured .wd_featurebox-content {
	    width: 100%;
	}
	.LegalLinks .LegalLinks__link a {
	    margin-left: 0;
	    margin-right: 14px;
	    line-height: 24px;
	}
	.Copyright {
	    margin-top: 16px;
	    margin-bottom: 0;
	}
	div.wd_featureboxes_top p.more,
	div.wd_featureboxes_esg p.more,
	div.wd_featureboxes_bottom p.more,
	div.wd_featureboxes_middle p.more,
	div.wd_featureboxes_highlights p.more {
		position: initial;
		margin: 20px 0;
	}
	.wd_newsfeed_releases div.wd_subscribe_link {
		text-align: left;
	}
	.wd_search_advanced_link {
	    float: none;
	    margin-top: 20px;
	    display: inline-block;
	}
	.wd_videos .wd_item,
	.wd_gallery .wd_item {
		width: 100% !important;
	}
	.wd_pageid_20292 .item,
	.wd_pageid_20288 .item,
	.wd_videos .wd_item {
		width: 100%;
	}
	.wd_articles .wd_thumbnail,
	.wd_articles .wd_item_wrapper {
		width: 100%;
		padding-right: 0;
		max-width: 100%;
		float: none;
	}
	.wd_articles .wd_thumbnail {
		margin-bottom: 20px;
	}
	.wd_artl_pg_header h1 {
		font-size: 3.2rem;
		line-height: 3.4rem;
	}
	.wd_featureboxes_contacts,
	.wd_featureboxes_emailalerts {
		flex: 100%;
	}

}
/* Small devices (landscape phones) */
@media (max-width: 575px) {
	.wd_pageid_20290 .item {
		width: 100%;
	}
	.page_header,
	.wd_header_text .wd_masthead-title {
	    line-height: 43px;
	    font-size: 36px;
	}
	div.wd_featurebox_title {
		font-size: 24px;
	}
	h1 { 
		font-size: 36px;
		line-height: 40px;
	}
	h2 { 
		font-size: 24px;
		line-height: 30px;
	}
	h3 { 
		font-size: 20px;
		line-height: 24px; 
	}
	.wd_search_basic_fields {
	    display: flex;
	    flex-direction: column;
	    row-gap: 20px;
	}
	#wd_printable_content .wd_search_basic_fields input[type=text] {
	    max-width: 100%;
	}
	.wd_page_link:first-child, .wd_page_link:last-child, .wd_page_link {
	    padding: 8px;
	}
	.wd_page_link a,
	.wd_page_link span {
	    font-size: 14px;
	}
}
