 /* 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 */
.page_header,
.category_header {}
.detail_header,
.detail_subheader,
.category_name {}
.category_intro {}

/* END Header styles */

/* Nav */
.wd_subnav a,
.wd_subnav a:hover {
    color: #fff;
    text-decoration: none;
}
.wd_subnav .wd_has_children > a {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.wd_subnav .wd_has_children .wd_arrow {
    border-radius: 0;
    background: none;
    border: none;
    color: currentColor;
    box-shadow: none;
    transition: 0.3s;
}
.wd_subnav .wd_has_children .wd_arrow:after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    
}
.wd_subnav .wd_has_children .wd_arrow:hover {
    background: none;
}
.wd_subnav .wd_has_children > a.open .wd_arrow {
    transform: rotate(180deg);
}
.wd_third_level {
    display: none;
}
/* END Nav */
.wd_content {
    padding-bottom: 60px;
}
.wd_pageid_45 .wd_content {
    padding-bottom: 0;
}
.wd_margins {
	margin-right: 10%;
    margin-left: 10%;
}
.wd_home_header_title {
    padding: 30px 0;
    font-size: 2rem;
    font-weight: 600;
    color: #333;
}
.wd_header_title {
    color: #e27712;
    font-family: "Lato",sans-serif;
    font-weight: 900;
    font-size: 3rem;
    font-weight: 900;
    line-height: 56px;
    margin-top: 64px;
    margin-bottom: 32px;
}
.wd_header_title:after {
    display: block;
    content: '';
    background: #a6bf38;
    width: 60px;
    height: 4px;
    bottom: 0;
    left: calc(50% - 20px);
    margin-top: 10px;
}
a.wd_back {
    display: inline-flex;
    align-items: center;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .8rem;
}
a.wd_back:before {
    width: 20px;
    display: inline-block;
    height: 1em;
    content: '';
    background-image: url(../images/left-long-solid_gray.svg);
    background-position: center left;
    background-repeat: no-repeat;
}
a.wd_back .ext {
    display: none !important; /* override client !important */
}
#mobile-menu a.wd_back {
    display: flex;
    padding: 0 16px;
}

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

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;
}
.more a {
    font-family: Lato, sans-serif;
    font-size: 0.875rem;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    text-align: center;
    color: #5d2f61;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 26px;
    padding-top: 3px;
    text-decoration: none !important; /* override client !important */
}
.wd_more a {
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: 0.5px;
    text-align: center;
    color: #fff;
    border-color: #5d2f61;
    background-color: #5d2f61;
    text-transform: uppercase;
    padding: 12px 32px;
    text-decoration: none !important; /* override client !important */
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    border-radius: 0.25rem;
}
.wd_more a:hover {
    color: #ffffff;
    opacity: 0.7;
    text-decoration: none;
}
.wd_attachment_spacer {
    display: none;
}
table.wd_attachment tbody,
table.wd_imagetable tbody {
    border: none;
}
/* Clear Fix */
ul.wd_layout-simple:before,
ul.wd_layout-simple:after {
	content: " ";
	display: block;
}
ul.wd_layout-simple:after {
	clear: both;
}

/* Standard */

/* Annual Reports / ESG */
.wd_pageid_52 .item,
.wd_pageid_120 .item {
    display: flex;
    column-gap: 2%;
    row-gap: 30px;
}
.wd_pageid_52 .item .wd_imagetable,
.wd_pageid_120 .item .wd_imagetable {
    display: none;
}
.wd_pageid_52 .item .wd_item_content,
.wd_pageid_120 .item .wd_item_content {
    flex: 75%;
}
/* END Annual Reports / ESG */

/* Events and Presentations */
.wd_pageid_66 .wd_standard {
    display: flex;
    flex-wrap: wrap;
    column-gap: 60px;
    row-gap: 20px;
}
.wd_pageid_66 .category_header {
    font-size: 2rem;
}
.wd_pageid_66 .wd_standard .wd_category {
    width: calc(50% - 30px);
}
.wd_pageid_66 .wd_category_5 .item {
    border-top: solid 1px #c3bcb9;
    border-bottom: solid 1px #c3bcb9;
}
.wd_pageid_66 .wd_category_5 .item ~ .item {
    border-top: none;
}
.wd_pageid_66 .wd_category_5 .item .item_name {
    text-align: center;
}
.wd_pageid_66 .item .wd_imagetable {
    margin: 0 !important; /* override inline */
    text-align: center;
}
.wd_pageid_66 .wd_standard .wd_category_6 .item_name {
    display: none;
}
/* END Events and Presentations */

.wd_pageid_66 .wd_attachment .wd_attachment_image,
.wd_pageid_52 .wd_attachment .wd_attachment_image,
.wd_pageid_120 .wd_attachment .wd_attachment_image {
    display: none;
}
.wd_pageid_52 .wd_attachment .wd_attachment_info,
.wd_pageid_120 .wd_attachment .wd_attachment_info,
.wd_pageid_66 .wd_attachment .wd_attachment_info {
    padding: 0;
}
.wd_pageid_52 .wd_attachment .wd_attachment_size,
.wd_pageid_120 .wd_attachment .wd_attachment_size,
.wd_pageid_66 .wd_attachment .wd_attachment_size {
    display: none;
}

.wd_pageid_66 .wd_attachment .wd_attachment_info {
    text-align: center;
}
.wd_pageid_52 .wd_attachment .wd_attachment_info a,
.wd_pageid_120 .wd_attachment .wd_attachment_info a,
.wd_pageid_66 .wd_attachment .wd_attachment_info a {
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: 0.5px;
    text-align: center;
    color: #fff;
    border-color: #5d2f61;
    background-color: #5d2f61;
    text-transform: uppercase;
    padding: 12px 32px;
    text-decoration: none !important;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    border-radius: 0.25rem;
    margin-top: 10px;
}
.wd_pageid_52 .wd_attachment .wd_attachment_info a:hover,
.wd_pageid_120 .wd_attachment .wd_attachment_info a:hover,
.wd_pageid_66 .wd_attachment .wd_attachment_info a:hover {
    color: #ffffff;
    opacity: 0.7;
    text-decoration: none;
}

.wd_standard-detail ul,
.wd_standard-detail ol {
    padding-left: 40px;
}
/* END Standard */

/* Stories */
div.wd_stories {}
/* END Stories */

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

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

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

/* Newsfeed Releases */
.wd_newsfeed_releases .wd_thumbnail,
.wd_newsfeed_releases .wd_asset_type_link_list {
    display: none;
}
.wd_newsfeed_releases .wd_item_wrapper {
    margin-left: 0;
}

.wd_newsfeed_releases-detail:not(.wd_has_assets) div.PRN_ImbeddedAssetReference {
    display: block;
}

.wd_newsfeed_releases-detail .wd_captioned_image {
    float: none !important; /* override inline */
    display: block;
    margin: 10px auto !important; /* override inline */
    width: 600px !important; /* override inline */
    max-width: 100%;
}

.wd_asset_list,
.wd_asset_list .wd_item {
    background: none;
}
.wd_asset_list .wd_item .wd_documents_asset {
    background-color: #666666;
    background-image: url(../images/icons8-download-file-100.png);
    background-repeat: no-repeat;
    background-position: center;
}
.wd_asset_list .wd_title_overlay .wd_title {
    display: none;
}
.wd_carousel .wd_carousel-arrow {
    text-decoration: none;
}
.wd_asset_carousel_type_link_list {
    visibility: hidden;
}
.wd_asset_gallery_container .wd_continue_link {
    display: none;
}
.wd_asset_inline_list,
.wd_newsfeed_releases-detail .wd_news_body ul.wd_asset_inline_list {
    padding: 0;
    margin-left: 60px;
}
.wd_asset_carousel_aspect {
    margin-bottom: 60px;
}
/* END Newsfeed Releases */

/* override font size set in feed releases */
.wd_newsfeed_releases-detail .news_body p.prnews_p {
	font-family: inherit;
	font-size: 100%;
	color: inherit;
}
/* reset UL behavior to default in NFR body */
.wd_newsfeed_releases-detail .wd_news_body ul,
.wd_newsfeed_releases-detail .wd_news_body ul ul {
	margin: 1em 0 1em 0;
	padding-left: 60px;
}
.wd_newsfeed_releases-detail .wd_news_body li,
.wd_newsfeed_releases-detail .wd_news_body li li {
	list-style-type: disc;
	list-style: disc;
}
.wd_newsfeed_releases-detail .wd_news_body ul.wd_layout-masonry li,
.wd_newsfeed_releases-detail .wd_news_body ul.wd_layout-masonry li li {
	list-style-type: none;
	list-style: none;
}
.wd_newsfeed_releases-teaser .tools {
	text-decoration: none;
	margin-bottom: 12px;
}

.wd_newsfeed_releases-teaser .wd_thumbnail,
.wd_newsfeed_releases-teaser .wd_date ul {
    display:none;
}
/* END Newsfeed Releases */

/* Toolbar */
div.wd_toolbar {
    padding: 0;
    border: none;
    margin: 0;
}
div.wd_toolbar ul.wd_tools li.wd_tool {
    float: left;
    margin-right: 2px;
}
span.wd_tool_icon > a:link,
span.wd_tool_icon > a:visited {
    color: #5d2f61;
    background: none !important; /* override inline */
    transition: all .2s ease-in-out;
    font-size: 1rem;
}
span.wd_tool_icon a:hover {
    transform: translateY(-4px);
}
.wd_toolbar .fa {
    font-family: 'FontAwesome';
    font-weight: 400;
}
.wd_toolbar svg.ext {
    display: none !important; /* override client !important */
}
/* END Toolbar */

/* Formbuilder */
.wd_formbuilder input,
.wd_formbuilder label {
    margin: 0;
}
.wd_formbuilder .wd_form_field {
    margin: 10px 5px;
}
select::-ms-expand {
	border: none;
}
#wd_printable_content input,
#wd_printable_content button:not([class*=wd_wai]),
#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_wai_dp_button {
    height: 34px;
    border-radius: 0;
    border: 1px solid #ccc;
    box-shadow: none;
}
#wd_printable_content input[type=submit],
#wd_printable_content button:not([class*=wd_wai]) {
    font-family: "Lato",sans-serif;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: 0.5px;
    text-align: center;
    color: #fff;
    border-color: #5d2f61;
    background: #5d2f61;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    border-radius: 0.25rem;
    height: auto;
    min-height: 34px;
}
#wd_printable_content input[type=submit]:hover,
#wd_printable_content button:not([class*=wd_wai]):hover {
    color: #ffffff;
    opacity: 0.7;
}
#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=checkbox],
#wd_printable_content input[type=radio] {
	height: auto;
    margin-right: 5px;
}
.wd_form_field {
	clear: both;
}
.wd_page_limit {
	padding: 0;
}
.wd_linkmenu-header {
	padding: 6px 2px;
}
.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;
}
.wd_formbuilder input[type=submit] {
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: 0.5px;
    text-align: center;
    color: #fff;
    border-color: #5d2f61;
    background-color: #5d2f61;
    text-transform: uppercase;
    padding: 10px 32px;
    text-decoration: none !important;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    border-radius: 0.25rem;
}
.wd_formbuilder input[type="submit"]:hover, 
.wd_formbuilder input[type="submit"]:focus {
	background: #5d2f61;
	opacity: 0.7;
}

.wd_search_basic_fields {
    background: none;
    border: none;
    padding: 0;
}
.wd_item_search_form_container input,
.wd_item_search_form_container select,
.wd_item_search_form_container label {
    margin: 0;
    display: inline-block;
}
.wd_item_search_form_container label {
    vertical-align: initial;
}
.wd_search_advanced_fields .wd_form_field_input.wd_datepicker {
    display: flex;
}


.wd_wai_datepicker .wd_wai_header {
    background-color: #E7AD31;
}
.wd_wai_datepicker .wd_wai_datepickerDialog {
    border-color: #E7AD31;
    width: auto;
    min-width: 45%;
}

.wd_page_menu .wd_page_limit,
.wd_page_menu .wd_page_links {
    margin-bottom: 20px;
}
/* END Formbuilder */

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

/* SEC Filings */
.wd_ir_secfilings .wd_selectors .wd_label {
    margin: 0 5px;
}
table.wd_sec_filings td.wd_document_format {
    min-width: 160px;
}
.wd_sec_filings .wd_mobile-label {
    display: none;
}
/* END SEC Filings */

/* Featureboxes */
.wd_featurebox_title,
.wd_featurebox_header {
    font-family: 'Roboto Slab', serif;
    font-size: 1.5625rem;
    line-height: 1.2;
    font-weight: 400;
}
.wd_bottom_border {
    position: relative;
    padding-bottom: 10px;
}
.wd_bottom_border:after {
    display: inline-block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 60px;
    background-color: #BFD171;
}

/* Top Featureboxes */
.wd_top_fb {
    padding: 20px 60px;
}
.wd_featureboxes_top .wd_featurebox_container {
    padding: 20px 10px;
    border-left: 4px solid #E6E44A;
}

/* END Top Featureboxes */

/* Top Left / Top Right Featureboxes */
.wd_top_left_right .wd_featurebox_title {
    font-size: 1rem;
}
.wd_featureboxes_topright .wd_featurebox_title {
    text-align: right;
}
.wd_featureboxes_topright .wd_featurebox_title a {
    font-family: Lato, sans-serif;
    font-size: 0.875rem;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    text-align: center;
    color: #5d2f61;
    float: right;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 26px;
    padding-top: 3px;
}
.wd_featureboxes_topleft .wd_featurebox_title a {
    color: #333;
    text-decoration: none;
}
.wd_top_left_right,
.wd_featureboxes_topleft {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 20px;
}
.wd_top_left_right {
    margin-top: 40px;
}
.wd_top_fb ~ .wd_top_left_right {
    margin-top: 0;
}
.wd_top_left_right .wd_featurebox_header {
    flex: 100%;
}
.wd_featureboxes_topleft,
.wd_featureboxes_topright,
.wd_featureboxes_topleft .wd_featurebox_container {
	flex: 49%;
}
.wd_featureboxes_topright {
    align-self: center;
}
.wd_featureboxes_topleft .wd_featurebox_image {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 55%;
	margin-bottom: 20px; 
}
.wd_featureboxes_topleft .wd_featurebox_image img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wd_featureboxes_bottom .wd_youtube_iframe,
.wd_featureboxes_topright .wd_youtube_iframe {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 20px;
}
.wd_featureboxes_bottom .wd_youtube_iframe iframe,
.wd_featureboxes_topright .wd_youtube_iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/* END Top Left / Top Right Featureboxes */

/* Middle / Middle Right Featureboxes */
.wd_middle_wrapper {
    display: flex;
    column-gap: 40px;
    margin: 60px 0 0;
}
.wd_featureboxes_middle {
    margin-left: 10%;
    max-width: calc(90% - 480px);
}
.wd_featureboxes_middle .item {
    border: 1px solid #B1AEAD;
    padding: 36px 20px 20px;
    position: relative;
    margin: 20px 0;
}
.wd_featureboxes_middle .item:before {
	position: absolute;
	content: '';
	display: inline-block;
	top: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background-color: #56A7BC;
}
.wd_featureboxes_middle .item .wd_date {
    font-family: 'Roboto Slab', serif;
    color: #7A7775;
}
.wd_featureboxes_middle .item .wd_title {
    font-size: 1.375rem;
}
.wd_featureboxes_middle .item .wd_title a {
	color: #333;
	text-decoration: none;
}
.wd_featureboxes_middle .item .wd_more {
	text-align: right;
}

.wd_middleright_wrapper {
	max-width: 440px;
}
.wd_featureboxes_middleright {
    background-color: #F2F2F2;
    padding: 40px;
}
.wd_featureboxes_middleright .wd_featurebox_container {
	background-color: #fff;
	border: 1px solid #B1AEAD;
	padding: 30px;
	position: relative;
}
.wd_featureboxes_middleright .wd_featurebox_image {
    margin: -30px 0 20px;
    border-bottom: 12px solid #E7AC31;
    position: relative;
    z-index: 1;
}
.wd_featureboxes_middleright .wd_featurebox_container ~ .wd_featurebox_container {
    position: relative;
    margin-top: 120px;
}
.wd_featureboxes_middleright .wd_featurebox_container ~ .wd_featurebox_container:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -60px;
    left: 50%;
    width: 80%;
    transform: translateX(-50%);
    height: 1px;
    background-color: #B1AEAD;
}
.wd_featureboxes_middleright .more {
	text-align: center;
}
.wd_featureboxes_middleright .more a {
    padding: 12px 32px;
    color: #333;
    line-height: 1.25;
    border: 1px solid #333;
    border-radius: 0.25rem;
    display: inline-block;
    min-width: 200px;
}
.wd_featureboxes_middleright .more a:hover {
    opacity: 0.7;
}
.wd_featureboxes_middleright .wd_featurebox_container.wd_featurebox-teaser {
    padding-top: 60px;
    text-align: center;
}
.wd_featureboxes_middleright .wd_featurebox_container.wd_featurebox-teaser:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background-color: #5d2f61;
}
.wd_featureboxes_middleright .wd_featurebox_title img {
    display: block;
    margin: 0 auto;
}
.wd_featureboxes_middleright .item .item_name {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    margin-bottom: 10px;
}
.wd_featureboxes_middleright .item .item_name a {
	color: #333;
	text-decoration: none;
}
.wd_featureboxes_middleright .item .item_time,
.wd_featureboxes_middleright .item .item_date {
    font-size: .8rem;
    line-height: 1.2;
}
.wd_middleright_wrapper .wd_featurebox_header {
    margin-bottom: 20px;
}
.wd_featureboxes_middleright .wd_imagetable {
    display: none;
}
.wd_featureboxes_middleright .wd_standard-teaser.wd_empty + .more {
    display: none;
}
/* overrides for specific id */
#wd_featurebox-teaser_8 {
    text-align: left;
}
#wd_featurebox-teaser_8 .item {
    padding: 0;
}
#wd_featurebox-teaser_8 .item br {
    display: none;
}
/* end overrides for specific id */


body p.wd_webcast {
    margin-top: 1em;
}
.wd_webcast a {
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 600;
    text-decoration: none !important; /* override client !important */
    color: #60AC4B;
}
.wd_webcast a:hover {
	color: #60AC4B;
	opacity: 0.7;
}
.wd_webcast a:before {
    font-family: 'FontAwesome';
    content: '\f04b';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
    background: #60AC4B;
    height: 26px;
    width: 26px;
    font-size: 0.8125rem;
    margin-right: 5px;
}
.wd_webcast a svg {
	display: none !important; /* override client !important */
}
/* END Middle / Middle Right Featureboxes */

/* Left / Right Featureboxes */
.wd_left_right_wrapper {
    background-color: #60AD4B;
    padding: 30px 0;
}
.wd_left_right {
    display: flex;
    column-gap: 2%;
    flex-wrap: wrap;
    row-gap: 40px;
}
.wd_featureboxes_left,
.wd_featureboxes_right {
    flex: 49%;
}
.wd_featureboxes_left {
    background-color: #fff;
}
.wd_featureboxes_right {
	color: #212529;
}
.wd_featureboxes_right .wd_bottom_border:after {
	background-color: #212529;
}
.wd_featureboxes_right .wd_featurebox_container,
.wd_featureboxes_left .wd_featurebox_container {
    padding: 40px;
}
.wd_featureboxes_right .wd_featurebox_container ~ .wd_featurebox_container,
.wd_featureboxes_left .wd_featurebox_container ~ .wd_featurebox_container {
	padding-top: 0;
}

.wd_featureboxes_left .wd_featurebox-standard .wd_featurebox {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
}
.wd_featureboxes_left .wd_featurebox-standard .wd_featurebox p {
    flex: 49%;
    margin-top: 0;
}
.wd_featureboxes_left .wd_featurebox_title {
    margin-bottom: 1em;
}
.wd_featureboxes_left .wd_featurebox_container ~ .wd_featurebox_container .wd_featurebox_title {
    font-size: 1rem;
    margin-bottom: 10px;
    padding: 0;
}
.wd_featureboxes_left .wd_subscribe_featurebox .wd_form_header,
.wd_featureboxes_left .wd_featurebox_container ~ .wd_featurebox_container .wd_featurebox_title:after {
	display: none;
}
.wd_featureboxes_left .wd_subscribe_featurebox .wd_formbuilder {
    display: flex;
    column-gap: 20px;
    align-items: center;
}
.wd_featureboxes_left .wd_subscribe_featurebox .wd_formbuilder .wd_form_field,
.wd_featureboxes_left .wd_subscribe_featurebox .wd_formbuilder input[type=text] {
    margin: 0;
    width: 100%;
    font-weight: 400;
}
.wd_featureboxes_left .wd_subscribe_featurebox .wd_formbuilder input[type=text]::placeholder {
	font-style: italic;
}
/*.wd_featureboxes_right .wd_featurebox-financial .highcharts-container path[stroke="#8FC581"] {
    stroke: #fff;
}*/
.wd_featureboxes_right .wd_featurebox-financial .highcharts-container .highcharts-tooltip {
    color: #000;
}

.wd_featureboxes_right .wd_featurebox-financial .wd_featurebox.wd_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 2%;
}
.wd_featureboxes_right .wd_chart-quote .wd_chart-quote-label,
.wd_featureboxes_right .wd_chart-quote .wd_chart-quote-item ~ .wd_chart-quote-item,
.wd_featureboxes_right .wd_featurebox-financial .wd_chart-quote-footer {
    display: none;
}
.wd_featureboxes_right .wd_ticker_label {
    text-align: left;
}
.wd_featureboxes_right .wd_quote-container,
.wd_featureboxes_right .wd_featurebox_chart {
    flex: 49%;
    width: 100%;
}
.wd_featureboxes_right .highcharts-container {
	width: 100% !important;
}
.wd_featureboxes_right div.wd_ticker_label span.wd_exchange {
    color: #212529;
}
.wd_featureboxes_right .wd_chart-quote-item {
    float: none;
    width: auto;
    margin: 0;
    font-size: 3.5rem;
    line-height: 1.25;
}
.wd_featureboxes_right .wd_chart-quote-item .wd_chart-quote-value {
	font-weight: 400;
}
.wd_featureboxes_right .wd_featurebox-financial .wd_featurebox > div {
    float: left;
    width: 49%;
    max-width: 49%;
}
.wd_featureboxes_right .wd_more {
    text-align: center;
    margin-top: 2em;
}
.wd_featureboxes_right .wd_chart-range {
    background: none;
    border: 1px solid #212529;
    color: #212529;
}
.wd_featureboxes_right .wd_chart-range-active {
	background-color: #5d2f61;
	border-color: #5d2f61;
    color: #fff;
}
.wd_featureboxes_right .wd_notice {
    margin-top: 8px;
}
/* END Left / Right Featureboxes */

/* Bottom Featureboxes */
.wd_featureboxes_bottom .wd_featurebox ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 30px;
}
.wd_featureboxes_bottom .wd_featurebox ul li {
	width: calc(33.333% - 10px);
	margin: 0;
}
.wd_featureboxes_bottom {
    margin: 0 10%;
    padding: 40px 0;
}
.wd_featureboxes_bottom .wd_featurebox_title {
    margin-bottom: 20px;
}
/* END Bottom Featureboxes */

/* Footer Featureboxes */
.wd_featureboxes_footercolone .wd_featurebox_title,
.wd_featureboxes_footercoltwo .wd_featurebox_title,
.wd_featureboxes_footercolthree .wd_featurebox_title  {
    display: none;
}
.wd_featureboxes_footercolone .nav-item ~ .nav-item .parent-item.nav-link,
.wd_featureboxes_footercoltwo .nav-item ~ .nav-item .parent-item.nav-link,
.wd_featureboxes_footercolthree .nav-item ~ .nav-item .parent-item.nav-link {
    margin-top: 16px;
}
.wd_featureboxes_footercolone .wd_featurebox p a,
.wd_featureboxes_footercoltwo .wd_featurebox p a,
.wd_featureboxes_footercolthree .wd_featurebox p a {
    display: inline-block;
}
.wd_featureboxes_footercolone .nav-item ~ .nav-item .wd_featurebox p:first-child,
.wd_featureboxes_footercoltwo .nav-item ~ .nav-item .wd_featurebox p:first-child,
.wd_featureboxes_footercolthree .nav-item ~ .nav-item .wd_featurebox p:first-child {
    margin-top: 16px;
}

.wd_featureboxes_footerbottom {
    width: 100%;
}
.wd_featureboxes_footerbottom .wd_featurebox_title {
    display: none;
}
.social-item svg.ext path {
    stroke: white;
}
.social-item a.ext {
    text-decoration: none;
}
.mq-footer-column-5 {
    padding: 14px 0 18px 12px;
}
/* END Footer Featureboxes */

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

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

/* Extra large devices (large desktops) */

@media (max-width: 1199px) {}

/* Large devices (desktops) */
@media (max-width: 1099px) {
    .wd_featureboxes_right .wd_chart-quote-item {
        font-size: 2.5rem;
    }
    .wd_featureboxes_right .wd_chart-range {
        font-size: .8rem;
    }
}
@media (max-width: 992px) {
    .wd_header_title {
        margin-top: 32px;
        font-size: 2rem;
        line-height: 1.5;
    }
	.wd_featureboxes_topleft,
	.wd_featureboxes_topright {
		flex: 100%;
	}
	.wd_left_right,
	.wd_middle_wrapper {
		display: block;
	}
	.wd_middleright_wrapper,
	.wd_featureboxes_middle {
		margin: 0 10%;
        max-width: 100%;
	}
	.wd_featureboxes_bottom .wd_featurebox ul li {
	    width: calc(50% - 7.5px);
	}

    .wd_featureboxes_middleright {
        display: flex;
        flex-wrap: wrap;
        column-gap: 2%;
    }
    .wd_featureboxes_middleright .wd_featurebox_container {
        flex: 49%;
        max-width: 49%;
    }
    .wd_featureboxes_middleright .wd_featurebox_container ~ .wd_featurebox_container {
        margin-top: 0;
    }
    .wd_featureboxes_middleright .wd_featurebox_container ~ .wd_featurebox_container:before {
        display: none;
    }
    .wd_page_menu .wd_page_limit,
    .wd_page_menu .wd_page_links {
        float: none;
        text-align: center;
    }
    .wd_featureboxes_right .wd_chart-quote-item {
        font-size: 3.5rem;
    }
    .wd_featureboxes_right .wd_chart-range {
        font-size: 1rem;
    }
}

@media (max-width: 991px) {
    .wd_featureboxes_footercolone .nav-item ~ .nav-item .parent-item.nav-link,
    .wd_featureboxes_footercoltwo .nav-item ~ .nav-item .parent-item.nav-link,
    .wd_featureboxes_footercolthree .nav-item ~ .nav-item .parent-item.nav-link {
        margin-top: 0;
    }
    .wd_featureboxes_footercolone .wd_featurebox p,
    .wd_featureboxes_footercoltwo .wd_featurebox p,
    .wd_featureboxes_footercolthree .wd_featurebox p,
    .wd_featureboxes_footercolone .nav-item ~ .nav-item .wd_featurebox p:first-child,
    .wd_featureboxes_footercoltwo .nav-item ~ .nav-item .wd_featurebox p:first-child,
    .wd_featureboxes_footercolthree .nav-item ~ .nav-item .wd_featurebox p:first-child {
        margin: 0;
    }
    .wd_featureboxes_footercolone .wd_featurebox p a,
    .wd_featureboxes_footercoltwo .wd_featurebox p a,
    .wd_featureboxes_footercolthree .wd_featurebox p a {
        border-top: 1px solid #b3b3b3;
        padding: 16px;
        text-decoration: none !important; /* override client important */
        display: block;
    }

}

/* Medium devices (tablets) */
@media (max-width: 767px) {
    .mq-footer-column-5 {
        display: none;
    }
	.wd_margins {
        margin-left: 0;
        margin-right: 0;
    }
	.wd_middleright_wrapper,
	.wd_featureboxes_middle,
	.wd_featureboxes_bottom {
		margin: 0;
	}
	.wd_left_right_wrapper {
	    margin: 0 -12px;
	    padding: 30px 12px;
	}
	.wd_top_fb {
	    padding: 20px;
	}
	.wd_featureboxes_topleft .wd_featurebox_container {
		flex: 100%;
	}
	.wd_featureboxes_left .wd_featurebox-standard .wd_featurebox {
		display: block;
	}
	.wd_featureboxes_bottom .wd_featurebox ul li {
	    width: 100%;
	}
	.wd_featureboxes_right .wd_featurebox-financial .wd_featurebox.wd_flex {
	    display: block;
	}
	.wd_featureboxes_right .wd_featurebox-financial .wd_featurebox > div {
		float: none;
		width: 100%;
		max-width: 100%;
	}
	.wd_featureboxes_middleright {
	    margin: 0 -10%;
	    padding: 40px 10%;
	}

    .wd_item_search_form_container .wd_search_form {
        width: 100%;
    }
    .wd_search_advanced_fields,
    .wd_search_basic_fields {
        display: flex;
        flex-direction: column;
        row-gap: 1em;
    }
    .wd_search_advanced_fields input[type=submit],
    .wd_search_advanced_fields input[type=text] {
        width: 100%;
    }
    .wd_search_advanced_fields .wd_form_field,
    .wd_search_advanced_fields .wd_form_footer {
        margin: 0;
    }
    .wd_wai_datepicker .wd_wai_datepickerDialog {
        width: 100%;
    }
    .wd_pageid_52 .item,
    .wd_pageid_120 .item {
        width: 100%;
    }
    .wd_pageid_66 .wd_standard .wd_category {
        width: 100%;
    }

    /* SEC Filings */
    table.wd_sec_filings thead {
        display: none;
    }
    table.wd_sec_filings,
    table.wd_sec_filings tbody,
    table.wd_sec_filings tbody tr,
    table.wd_sec_filings tbody td {
        display: block;
    }
    table.wd_sec_filings tbody tr {
        border-top: 1px solid black;
        padding: 15px 0;
    }
    div.wd_ir_secfilings table.wd_sec_filings td~td {
        border-left: none;
    }
    div.wd_ir_secfilings table.wd_sec_filings tbody tr:nth-child(odd) td {
        background-color: transparent;
    }
    div.wd_ir_secfilings table.wd_sec_filings tbody tr td.wd_filing_date {
        padding-bottom: 5px;
    }
    div.wd_ir_secfilings table.wd_sec_filings tbody tr td.wd_filing_type {
        text-align: left;
        color: black;
        font-weight: 600;
        padding-top: 0;
        cursor: auto;
    }
    table.wd_sec_filings td.wd_filing_type .wd_mobile-label {
        display: inline;
        font-weight: 600;
    }
    table.wd_sec_filings td.wd_description {
        display: block;
    }
    table.wd_sec_filings td.wd_document_format {
        text-align: left;
    }
    table.wd_sec_filings td.wd_document_format .wd_mobile-label {
        display: block;
        font-weight: 600;
    }
    table.wd_sec_filings td {
        border-bottom: 0;
    }
}

/* Small devices (landscape phones) */
@media (max-width: 575px) {
    .wd_page_menu .wd_page_links {
        font-size: .8rem;
    }
    .wd_page_menu .wd_page_link {
        padding: 6px;
    }

    .wd_featureboxes_middleright {
        display: block;
    }
    .wd_featureboxes_middleright .wd_featurebox_container ~ .wd_featurebox_container {
        margin-top: 120px;
    }
    .wd_featureboxes_middleright .wd_featurebox_container ~ .wd_featurebox_container:before {
        display: inline-block;
    }
    .wd_featureboxes_middleright .wd_featurebox_container {
        max-width: 100%;
    }
}

/* CLIENT CSS OVERRIDES */
#main-header {
	position: relative !important; /* override client !important */
}
#main-header.h-fixed ~ #main {
    padding-top: 85px;
}
a.ext[href^="https://www.naturalgrocers.com"] svg {

}
.mq-footer-column-3 svg.ext path,
#bottom-footer svg.ext path {
    stroke: white;
}
.mq-footer-column-3 svg.ext,
#bottom-footer svg.ext {
    position: relative;
    left: 3px;
    top: -3px;
}
#block-naturalgrocersbranding {
    color: white;
}
.block.menu--mega-menu ul.menu-level-0 > li.menu-item > a.wd_no_children::after {
	display: none;
}
#mobile-menu {
	background-color: #fff;
}
.bef-exposed-form .form--inline > .form-item {
    flex: 80%;
}
.bef-exposed-form .form--inline > .form-item input[type=text] {
    width: 100%;
}
.block-views-exposed-filter-blocksearch-page form .form--inline .form-actions {
    flex: 20%;
    width: auto;
}
#bottom-footer .block.menu--sitemap-and-legal ul li a {
    color: white;
}

@media (min-width: 992px) {
	#main-header.ng-fixed-top.scroll-up {
		top: 0;
	}
	#main-header #block-megamenu {
		flex: 80%;
	}
	.block.menu--mega-menu ul.menu-level-0 {
		flex-wrap: nowrap;
	}
	.block.menu--mega-menu ul.menu-level-0 > li.menu-item {
	    position: relative !important; /* override client important */
	}
	.block.menu--mega-menu ul.menu-level-0 > li.menu-item .menu-dropdown {
	    padding-left: 0;
	    padding-right: 0;
	}
	#top-header .region.region-top-header #block-preferredstorewidget,
	#top-header .region.region-top-header #block-toplinkswithicons,
	#top-header .region.region-top-header #block-myaccountwidget {
		display: none;
	}
    #top-header.ng-fixed-top {
        z-index: 98;
    }
    .region-footer-column-4 {
        padding: 0;
        border: none; 
    }
    #bottom-footer {
        margin-top: 0px;
      }
}
@media (min-width: 1300px) {
	#main-header #block-megamenu {
	    -ms-flex: 0 0 80%;
	    flex: 0 0 80%;
	    max-width: 80%;
	}
}
@media (max-width: 991px) {
	.block-views-exposed-filter-blocksearch-page form {
	    max-width: 100%;
	}
	.block-views-exposed-filter-blocksearch-page form .form--inline {
		justify-content: center;
	}
}
