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

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
	font-family: "MeijerSans-Heavy";
}
@font-face { 
	font-family: "MeijerSans-Book"; 
	src: url("../fonts/MeijerSans-Book.woff");
	src: url("../fonts/MeijerSans-Book.woff2");
}
@font-face { 
	font-family: "MeijerSans-Medium"; 
	src: url("../fonts/MeijerSans-Medium.woff");
	src: url("../fonts/MeijerSans-Medium.woff2");
}
@font-face { 
	font-family: "MeijerSans-Heavy"; 
	src: url("../fonts/MeijerSans-Heavy.woff");
	src: url("../fonts/MeijerSans-Heavy.woff2");
}
@font-face { 
	font-family: "MeijerSans-CondBook"; 
	src: url("../fonts/MeijerSans-CondBook.woff");
	src: url("../fonts/MeijerSans-CondBook.woff2");
}

body {
	font-family: "MeijerSans-Medium", "Helvetica Neue", Tahoma, Arial, sans-serif;
}

section {
	clear: both;
}

/* Header styles */
.page_header,
.category_header {}
.detail_header,
.detail_subheader,
.category_name {}
.category_intro {}

.wd_banner-wrapper {
	display: flex;
	min-height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.wd_page-title {
	width: 100%;
	max-width: 1280px;
	align-self: center;
	margin: 0 auto;
	padding: 2rem;
}
.wd_pageid_20303 .wd_page-title {
	padding: 0;
}
.wd_pageid_34174 .wd_page-title {
    background: rgba(0,0,0,.5);
}
.wd_page-title h1 {
	color: #fff;
	color: #005FAE;
	text-align: center;
    margin: 0;
	letter-spacing: normal;
}
.wd_pageid_20303 .wd_page-title h1 {
	font-size: 2.75rem;
	font-family: "MeijerSans-Heavy", sans-serif;
	font-size: 57px;
	line-height: normal;
	letter-spacing: -0.4px;
	text-align: center;
	color: #fff;
}
.wd_pageid_34206 h1,
.wd_pageid_34157 .wd_page-title h1,
.wd_pageid_34205 .wd_page-title h1 {
	text-transform: initial;
}
.wd_pageid_20303 .wd_page-title h1 + img {
	display: block;
	margin: 10px auto 0;
	max-width: 450px;
	min-width: 300px;
	width: 100%;
}
/* END Header styles */
.wd_content {
	padding: 20px 0 25px 0;
}
.wd_pageid_20303 .wd_content {
	display: none;
}
.wd_pageid_34172 .wd_content {
	padding-bottom: 0;
}

.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 {
	max-width: 100%;
}
table.wd_imagetable td {
	padding: 0;
}
table.wd_imagetable img {
	width: auto;
	max-width: 100%;
	height: auto;
}
table.wd_imagetable[align="left"] {
	margin: 10px 40px 0 0!important; /* override SM styles */
}
table.wd_imagetable[align="right"] {
	margin: 10px 0 40px 40px!important; /* override SM styles */
}
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_asset_gallery_list {
    background-color: #F4F7FB;
}
.wd_asset_gallery,
.wd_asset_inline,
.wd_asset_carousel {
    background-color: transparent;
}
img.wd_title_logo_resp {
	max-width: 100%;
}
/* Clear Fix */
ul.wd_layout-simple:before,
ul.wd_layout-simple:after {
	content: " ";
	display: block;
}
ul.wd_layout-simple:after {
	clear: both;
}

/* Buttons and Backgrounds */
.wd_fullwidth-wrapper {
	margin: 0 calc(50% - 50vw);
}
.wd_blue-bkgd {
	background-color: #0a4e8c;
	color: #fff;
}
.wd_blue-button {
	display: inline-block;
	width: auto;
	text-align: center;
	margin: 20px 0;
}
.wd_blue-button a {
	position: relative;
	color: #fff;
	text-decoration: none;
	background-color: #0c60a5;
	border: 1px solid #0c60a5;
	border-radius: 4px;
	padding: 1rem 2rem 1rem 1.5rem;
}
.wd_blue-button a:after {
	content: "\f019";
	display: inline;
	font-family: "FontAwesome";
	margin: 0 0 0 10px;
}
.wd_blue-button a:hover {
	text-decoration: none;
	background-color: #004b93;
	border: 1px solid #004b93;
}

.wd_white-button {
	display: inline-block;
	width: auto;
	text-align: center;
	margin: 20px 0;
}
.wd_white-button a {
	position: relative;
	font-weight: bold;
	color: #0c60a5;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 4px;
	padding: 1rem 2rem;
}
.wd_white-button a:hover {
	color: #004b93;
	text-decoration: none;
}
.more {
	margin: 20px 0;
}
.more a {
	font-family: "MeijerSans-Medium","Helvetica Neue",Tahoma,Arial,sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: normal;
	text-transform: lowercase;
	color: #fff;
	background-color: #0c60a5;
	border: 1px solid #0c60a5;
	border-radius: 4px;
	padding: 11px 13px 13px;
}
.more a:hover {
	background-color: #063561;
	text-decoration: none;
}
.more a em {
    text-transform: none;
}
.more.white_bg a {
	display: inline-block;
	border-radius: 25px;
	padding: 12px 20px 10px;
	text-transform: capitalize;
	color: #0c60a5;
	background: white;
	border-color: white;
}
.wd_pageid_20303 .more {
	text-align: center;
}
.wd_pageid_20303 .more a {
	display: inline-block;
	border-radius: 25px;
	padding: 12px 20px 10px;
	text-transform: capitalize;
}
.wd_pageid_20303 .header_description .more a {
	margin-top: 20px;
	background: white;
	color: #0c60a5;
	border-color: white;
	text-transform: uppercase;
}
.wd_back {
	position: relative;
	font-family: "MeijerSans-Medium","Helvetica Neue",Tahoma,Arial,sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: normal;
	text-transform: lowercase;
	text-align: left;
	margin: 0 0 20px 0;
}
.wd_back a {
	color: #db232d;
}
.wd_back:before {
	content: "\2039";
	display: inline-block;
	width: 10px;
	color: #db232d;
}
/* END Button and Backgrounds */

/* Custom Classes */
a.wd_tile-link {
	margin: 0;
}
a.wd_tile-link:hover {
	text-decoration: none;
}
.wd_lg-red-text {
	font-size: 1.75rem;
	font-weight: normal;
	letter-spacing: -0.7px;
	text-align: center;
	color: #DD1321;
	margin: 20px 0;
}
.wd_lg-blue-text {
	font-size: 1.75rem;
	font-weight: normal;
	letter-spacing: -0.7px;
	text-align: center;
	color: #0a4d8c;
	margin: 20px 0;
}
.wd_blue-text {
	font-size: 1.25rem;
	font-weight: normal;
	letter-spacing: -0.7px;
	text-align: center;
	color: #0a4d8c;
	margin: 20px 0;
}
.wd_intro-text {
	text-align: left;
	line-height: 2.5;
	max-width: 992px;
	margin: 0 auto;
	padding: 10px 0;
	overflow: hidden;
}
.wd_centered-larger-text {
	text-align: center;
	font-size: 20px;
	line-height: 2.5;
}
.wd_centered-list {
	text-align: center;
	padding: 0;
}

.item ul.wd_centered-list li {
    padding-left: 20px;
    list-style-position: inside;
}

.item ul.wd_centered-list {
    overflow: hidden;
}


.wd_centered-list li {
	text-align: left;
}
.wd_large-text {
	font-size: 1.25rem;
	text-align: center;
	line-height: 2.5;
	max-width: 992px;
	margin: 20px 0;
}
.wd_numbers {
	font-size: 75px;
	display: inline;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

ul.wd_icon-list {
	display: flex;
	justify-content: space-evenly;
	text-align: center;
	flex-wrap: wrap;
	padding: 0;
}
ul.wd_icon-list li {
	list-style: none;
	flex: 1 1 auto;
}

ul.wd_icon-list span.wd_icon,
ul.wd_icon-list span.wd_text {
	display: block;
	width: 100%;
	margin: 5px auto;
}
ul.wd_icon-list span.wd_icon img {
	max-width: 100%;
	width: auto;
	height: 60px;
}

ul.wd_two-images {
	display: flex;
	justify-content: space-between;
	align-content: center;
	flex-wrap: wrap;
	padding: 0;
}
ul.wd_two-images li {
	flex-basis: calc(50% - 20px);
	list-style: none;
}
ul.wd_two-images li img {
	max-width: 100%;
	width: 100%;
	height: auto;
}
ul.wd_three-images {
	display: flex;
	justify-content: space-between;
	align-content: center;
	flex-wrap: wrap;
	padding: 0;
}
ul.wd_three-images li {
	flex-basis: calc(33% - 20px);
	list-style: none;
}
ul.wd_three-images li img {
	max-width: 100%;
	width: 100%;
	height: auto;
}
/* END Custom Classes */

/***************************************************************************** Standard
******************************************************************************/
div.wd_standard {}

/* Items that have the title hidden based on the content */
div.wd_standard .wd_category_items .item.wd_download .item_name,
div.wd_standard .wd_category_items .item.wd_large-image .item_name,
div.wd_standard .wd_category_items .item.wd_video .item_name {
	display: none;
}

/* Download Item */
div.wd_standard .wd_category_items .item.wd_download {
	margin: 20px calc(50% - 50vw);
	background-color: #A9CDEF;
	text-align: center;
	padding: 20px 0;
}
div.wd_standard .wd_category_items .item.wd_download p,
div.wd_standard .wd_category_items .item.wd_download a {
	max-width: 1280px;
	text-align: center;
	margin: 0 auto;
}
div.wd_standard .wd_category_items .item.wd_download p {
	font-size: 35px;
	color: #000;
}
div.wd_standard .wd_category_items .item.wd_download p.wd_blue-button {
	font-size: initial;
	margin: 20px 0;
}

/* Large Image Item */

div.wd_standard .wd_category_items .item.wd_large-image table.wd_imagetable {
	width: auto;
	margin: 0 auto 40px!important; /* override inline styles */
}
div.wd_standard .wd_category_items .item.wd_large-image table.wd_imagetable img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

/* Items with Alternating Image Rows */
section.wd_items-alternating-images table.wd_imagetable img {
	width: 100%;
}
section.wd_items-alternating-images table.wd_imagetable[align="left"],
section.wd_items-alternating-images table.wd_imagetable[align="right"] {
	width: 40%;
}
section.wd_items-alternating-images .wd_category_items .item {
	padding: 20px 0 15px;
	clear: both;
	display: flex;
}
section.wd_items-alternating-images .wd_category_items .item:nth-child(even) {
	flex-direction: row-reverse;
}
section.wd_items-alternating-images .wd_category_items .item {
    padding: 0 0 25px;
    clear: both;
    margin: 0;

}
section.wd_items-alternating-images .wd_category_items .item table {
	display: flex;
	width: 35%;
}
section.wd_items-alternating-images .wd_category_items .item .wd_item_content {
	width: 65%;
}

.wd_category_items .item  .wd_blue-text{
	margin: 0 0 25px;
}


.wd_pageid_20311 .item{
	text-align: center;
}
.wd_pageid_20311.text-aligned-left .item {
	text-align: left;
}

.wd_pageid_20311 .wd_centered-list{
	display: inline-block
}

section.wd_items-alternating-images .wd_category_items .item_name {
	font-family: "MeijerSans-CondBook";
	font-size: 35px;
	line-height: 1;
	color: #0c60a5;
}
section.wd_items-alternating-images .wd_category_items .item p {
	line-height: 2;
}

.wd_pageid_20290 section.wd_items-alternating-images .wd_category_items .item{
	padding: 20px 0 0;
}

/* Alternating Items */
.wd_flex-row .wd_category_items .item {
	display: flex;
}
.wd_flex-row .wd_category_items .item:nth-child(odd) {
	flex-direction: row-reverse;
}
/* Elnd Alternating Items */

/* Items as Tiles */
section.wd_items-as-tiles div.wd_standard .wd_category_items {
	display: flex;
	justify-content: center;
	align-content: space-between;
	flex-wrap: wrap;
}
section.wd_items-as-tiles div.wd_standard .wd_category_items a.wd_tile-link {
	width: calc(33% - 20px);
	min-height: 325px;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 5px;
	margin: 1rem .5rem;
	padding: 2rem;
}
.wd_pageid_20290 section.wd_items-as-tiles div.wd_standard .wd_category_items a.wd_tile-link {
	background-size: contain;
	min-height: unset;
	background-position: center;
}
section.wd_items-as-tiles div.wd_standard .wd_category_items a.wd_tile-link .item {
	margin: 0;
	padding: 0;
}
section.wd_items-as-tiles div.wd_standard .wd_category_items .item_name a {
	font-family: 'MeijerSans-Medium', sans-serif;
	font-size: 48px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.4px;
	text-transform: lowercase;
	color: #fff;
	text-decoration: none;
}
section.wd_items-as-tiles div.wd_standard .wd_category_items .wd_imagetable {
	display: none;
}
.wd_pageid_20288 section.wd_items-as-tiles div.wd_standard .wd_category_items {
	gap: 20px;
	margin: 16px 0;
}
.wd_pageid_20288 section.wd_items-as-tiles div.wd_standard .wd_category_items a.wd_tile-link {
	margin: 0;
  	width: calc(25% - 15px);
}
.wd_pageid_20288 section.wd_items-as-tiles div.wd_standard .wd_category_items .item_name a {
	font-size: 30px;
}
.wd_pageid_20288 div.wd_main-content-wrapper {
	padding: 0;
}

.wd_pageid_34166 .wd_category_items .item {
	overflow: auto;
	display: flex;
	align-items: center;
}
.wd_pageid_34166 .wd_category_items .item ul {
	margin: 0;
	padding-left: 15px;
}

.wd_pageid_34166 .wd_category_items .item .item_name{
	font-family: "MeijerSans-CondBook";
    font-size: 35px;
    line-height: 35px;
    color: #0c60a5;
	font-weight: 700
}

.wd_pageid_34166 .wd_category_items .item table.wd_imagetable {
    max-width: 144px;
    margin: 0px 40px 0 0!important;
}

.wd_pageid_34174 .wd_banner-wrapper h1 {
	color: #FFF;
}
.wd_pageid_34174  .wd_featureboxes_hp_tiles .wd_flipbox-back p {
	font-size: 24px;
	line-height: 1.2;
}

ul.wd_tiles {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    justify-content: center;
    flex-wrap: wrap;
}

ul.wd_tiles li {
    text-align: center;
    flex: 0 0 24%;
  border-radius: 8px;
  margin: 5px;
  padding: 40px;
    background: #0A4D8C;
  color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*! align-content: center; */
}

ul.wd_tiles li a,
ul.wd_tiles li span {
    display: block;
    font-size: 32px;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 0;
}


/***************************************************************************** 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 */
div.wd_newsfeed_releases {}
.wd_pageid_20295.wd_item_page .two_col_wrapper {
	display: none;
}
.wd_newsfeed_releases .wd_item {
	font-family: 'MeijerSans-Medium', sans-serif;
	-webkit-font-smoothing: antialiased;
}
div.wd_newsfeed_releases .wd_item .wd_thumbnail {
	width: 325px;
	max-height: 216px;
	overflow: hidden;
}
div.wd_newsfeed_releases .wd_item .wd_thumbnail img {
	width: 100%;
	height: auto;
}
div.wd_newsfeed_releases .wd_item_wrapper {
	margin-left: 340px!important; /* override inline default styles */
}
div.wd_newsfeed_releases-detail a {
	color: #007bff;	
}
div.wd_newsfeed_releases-detail .wd_title {
	font-family: "MeijerSans-Heavy", sans-serif;
	font-size: 34px;
	color: #0a4d8c;
}
.wd_newsfeed_releases-detail .wd_date,
.wd_newsfeed_releases-detail .wd_body {
    font-family: 'MeijerSans-Medium', sans-serif;
}
div.wd_newsfeed_releases-detail .wd_item {
	margin: 0;
	padding: 0;
}
/* END Newsfeed Releases */

/* override font size set in feed releases */
.wd_newsfeed_releases-detail .news_body p.prnews_p {
	font-family: inherit;
	font-size: 100%;
	color: inherit;
}
/* reset UL behavior to default in NFR body */
.wd_newsfeed_releases-detail .wd_news_body ul:not(.wd_asset_list),
.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 {
	background-color: #fff;
	border: none;
	margin-left: 50px;
}
#wd_printable_content input,
#wd_printable_content button,
#wd_printable_content select {
	font-size: 14px;
	line-height: 1.5;
	border: 1px solid #8697a2;
	border-radius: 4px;
	height: 40px;
	color: #464852;
	padding: 8px 15px;
}
#wd_printable_content button,
#wd_printable_content select,
#wd_printable_content input {
	border-radius: 22px;
}
#wd_printable_content button {
	background-color: #0a4d8c;
	color: #fff;
	border: none;
	width: min-content;
}
#wd_printable_content button:hover {
	background-color: #063561;
}
#wd_printable_content select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../images/expandarrow.png);
	background-origin: content-box;
	background-repeat: no-repeat;
	background-position: right -1.75rem center;
	background-size: 20px 20px;
	padding: 8px 32px 8px 8px;
}
#wd_printable_content .wd_select-wrap {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
}
#wd_printable_content .wd_select-wrap:after {
	content: "";
	position: absolute;
	top: 7px;
	right: 30px;
	height: 60%;
	width: 1px;
	background-color: #8697a2;
}
#wd_printable_content button.ui-datepicker-trigger {
	border: 0;
}
#wd_printable_content .wd_form_field_label,
#wd_printable_content legend {
	line-height: 2.4em;
	margin-bottom: 0;
}
#wd_printable_content input[type=text] {
	max-width: 69%;
}
#wd_printable_content input[type=submit] {
	background-color: #0a4d8c;
	color: #fff;
	border: none;
	max-width: 30%;
}
#wd_printable_content input[type=submit]:hover {
	background-color: #063561;
}
#wd_printable_content input[type=checkbox],
#wd_printable_content input[type=radio] {
	height: auto;
}
.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_search_form a {
	color: #007bff;
}
/* END Formbuilder */

/* datepicker */
.wd_wai_datepicker .wd_wai_datepickerDialog {
	min-width: fit-content;
}

/* Page Filters */
.wd_item_search_form_container {
	font-family: 'MeijerSans-Medium', sans-serif;	
}
.wd_search_basic_fields {
	background-color: transparent;
	border: none;
}
/* END Page Filters */

/* Toolbar */
/* Importants added to override inline styles */
div.wd_toolbar {
	border-top: none;
	border-bottom: none;
	line-height: 1.5;
	clear: both;
}
div.wd_toolbar ul.wd_tools li.wd_tool {
	float: left;
}
span.wd_tool_icon > a:link, 
span.wd_tool_icon > a:visited,
li.wd_tool .at-resp-share-element .at-share-btn {
	background-color: #1A468D!important;
	border-radius: 50%!important;
}
li.wd_tool .at-resp-share-element .at-share-btn {
	margin: 0 5px 0 0!important;
}
/* END Toolbar */

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

/* Featureboxes */
.wd_featurebox-wrapper {
	max-width: 1280px;
	margin: 0 auto;
	clear: both;
}
.wd_featureboxes-horizontal,
.wd_featureboxes-vertical {
	width: 100%;
}
div.wd_featurebox_container {
	margin: 2rem 0;
}
div.wd_featurebox_title {
	font-family: "MeijerSans-Heavy", sans-serif;
	font-size: 57px;
	line-height: normal;
	letter-spacing: -0.4px;
	text-align: center;
	/* text-transform: lowercase; */
	color: #0a4e8c;
	width: 100%;
}
div.wd_featurebox {
	margin: .5rem 0;
}

div.wd_featureboxes_middle {}
div.wd_featureboxes_middle div.wd_featurebox_container {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 4rem 0;
}
div.wd_featureboxes_middle div.wd_featurebox_title {
	color: #fff;
}
div.wd_featureboxes_middle div.wd_featurebox {
	text-align: center;
	max-width: 1280px;
	color: #fff;
	margin: 1rem auto 0;
	padding: 2rem;
}
div.wd_featureboxes_middle div.wd_featurebox a {
	color: #fff;
}
div.wd_featureboxes_middle div.wd_featurebox table.wd_imagetable {
	display: none;
}

.wd_pageid_20303 div.wd_featureboxes_middle {
	margin-bottom: 6em;
}
.wd_pageid_20303 div.wd_featureboxes_middle div.wd_featurebox_title {
	display: none;
}
.wd_pageid_20303 div.wd_featureboxes_middle div.wd_featurebox_container {
	margin: 0;
	padding: 0;
	background: #00882F;
}
.wd_pageid_20303 div.wd_featureboxes_middle div.wd_featurebox {
	margin: 0 auto;
	padding: 0;
	display: flex;
	align-items: center;
	font-style: italic;
	font-size: 1.25rem;
}
.wd_pageid_20303 div.wd_featureboxes_middle div.wd_featurebox p {
	padding: 5em;
	margin: 0;
	font-weight: bold;
	width: 50%;
	font-size: 25px;
}
.wd_pageid_20303 div.wd_featureboxes_middle div.wd_featurebox p.videoWrapper {
	height: 100%;
	width: 100%;
	width: 50%;
	padding: 5em 0;
	margin: 0;
}
.wd_pageid_20303 div.wd_featureboxes_middle div.wd_featurebox p.videoWrapper video {
	position: relative;
	top: unset;
	left: unset;
	transform: unset;
	padding: 0;
	width: 100% !important;
}

.wd_featureboxes_middle2 {
	display: flex;
	margin-top: 2.5em;
	margin-bottom: 80px;
	max-height: 450px;
}
.wd_featureboxes_middle2 div.wd_featurebox_container {
	margin: 0;
	padding: 4em;
	width: 50%;
	background: #FFBE3F;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.wd_featureboxes_middle2 div.wd_featurebox_container:first-child {
	padding: 0;
	height: 100%;
}
.wd_featureboxes_middle2 div.wd_featurebox_container:first-child img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.wd_featureboxes_middle2 div.wd_featurebox_container:last-child {
	background: #EE6A00;
}
.wd_featureboxes_middle2 div.wd_featurebox {
	margin: 0;
	text-align: center;
	height: 100%;
}
.wd_featureboxes_middle2 div.wd_featurebox p:last-child {
	margin: 0;
}
.wd_featureboxes_middle2 div.wd_featurebox table.wd_imagetable {
	/* margin: 0 !important; */
	display: none;
}
/* .wd_featureboxes_middle2 div.wd_featurebox table.wd_imagetable,
.wd_featureboxes_middle2 div.wd_featurebox table.wd_imagetable tbody,
.wd_featureboxes_middle2 div.wd_featurebox table.wd_imagetable td {
	height: 100%;
}
.wd_featureboxes_middle2 div.wd_featurebox table.wd_imagetable img {
	width: 300px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.wd_featureboxes_middle2 .wd_featurebox_container:nth-child(2) .wd_featurebox table.wd_imagetable {
	margin-top: 40px !important;
} */
.wd_featureboxes_middle2 div.wd_featurebox_title {
	color: white;
	text-transform: capitalize;
}

div.wd_featureboxes_bottom {}
div.wd_featureboxes_bottom .more {
	text-align: right;
}
div.wd_featureboxes_bottom div.wd_featurebox_container {}
div.wd_featureboxes_bottom div.wd_featurebox_title {}
div.wd_featureboxes_bottom div.wd_featurebox {}
div.wd_featureboxes_bottom .wd_featurebox_container{
	margin-top: 0;
}
.wd_pageid_34195 div.wd_featureboxes_bottom,
.wd_pageid_34213 div.wd_featureboxes_bottom {
	display: flex;
	margin: 0 40px;
}
.wd_pageid_34213 div.wd_featureboxes_bottom {
	justify-content: center;
}
.wd_pageid_34195 div.wd_featureboxes_bottom div.wd_featurebox_container,
.wd_pageid_34213 div.wd_featureboxes_bottom div.wd_featurebox_container {
	background: #E1251B;
	color: white;
	margin: 10px;
	flex-basis: 50%;
	border-radius: 20px;
	padding: 30px 5px;
	text-align: center;
}
.wd_pageid_34195 div.wd_featureboxes_bottom div.wd_featurebox_title,
.wd_pageid_34213 div.wd_featureboxes_bottom div.wd_featurebox_title {
	color: white;
	font-size: 25px;
	font-weight: bold;
}
.wd_pageid_34195 div.wd_featureboxes_bottom div.wd_featurebox,
.wd_pageid_34213 div.wd_featureboxes_bottom div.wd_featurebox {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 16px auto 0;
}
.wd_pageid_34195 div.wd_featureboxes_bottom .more,
.wd_pageid_34213 div.wd_featureboxes_bottom .more {
	margin: 4px auto 0;
}
.wd_pageid_34195 div.wd_featureboxes_bottom .more a,
.wd_pageid_34213 div.wd_featureboxes_bottom .more a {
	color: #4C4D4F;
	background-color: #FFFFFF;
	border-radius: 28px;
	border: none;
	font-weight: 800;
	text-transform: uppercase;
	padding: 12px 24px;
	text-align: center;
	transition: all .3s;
	display: inline-block;
	font-size: 15px;
}
.wd_pageid_34195 div.wd_featureboxes_bottom .more a:hover,
.wd_pageid_34213 div.wd_featureboxes_bottom .more a:hover {
	background: transparent;
	color: #fff;
}

/* wd_featureboxes_bottom_full_width */

.wd_featureboxes_bottom_full_width .wd_lg-red-text,
.wd_featureboxes_bottom_full_width div.wd_featurebox_container,
.wd_featureboxes_bottom_full_width .wd_featurebox{
	margin: 0;
}

.wd_featureboxes_bottom_full_width .wd_lg-red-text{
	line-height: 1.4;
	margin-bottom: 25px;
}
/* Homepage Featureboxes */
div.wd_featureboxes_hp_news div.wd_featurebox_title {
	font-size: 2.5rem;
}
div.wd_featureboxes_hp_news .more {
	/* text-align: right; */
}
div.wd_featureboxes_hp_tiles {
	display: flex;
	justify-content: space-between;
	align-content: center;
}

.wd_pageid_34174 div.wd_featureboxes_hp_tiles {
    flex-wrap: wrap;
}

div.wd_featureboxes_hp_tiles div.wd_featurebox_container {
	flex-basis: calc(50% - 20px);
}


div.wd_featureboxes_hp_tiles div.wd_featurebox_title {
	text-align: left;
	color: #fff;
}
div.wd_featureboxes_hp_tiles div.wd_featurebox {}
div.wd_featureboxes_hp_tiles .wd_flipbox-back .wd_imagetable {
	display: none;
}
.wd_flipbox {
	position: relative;
	background-color: #fff;
	width: 100%;
	height: 400px;
	perspective: 1000px; 
}
.wd_flipbox-inner {
	position: relative;
	width: 100%;
	height: 100%;
	transition: transform 1.5s ease;
	transform-style: preserve-3d;
}
.wd_flipbox.wd_flip .wd_flipbox-inner {
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.wd_flipbox-front,
.wd_flipbox-back {
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	padding: 20px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
} 
.wd_flipbox-front {
	background-size: cover;
	background-repeat: no-repeat;
	transform: rotateY(0deg);
}
.wd_pageid_34174 .wd_flipbox-front {
    background-position: center;
}

.wd_flipbox.wd_flip .wd_flipbox-back {
	-ms-transform: scale(-1, 1); 
}
.wd_flipbox-back {
	background-color: #A9CDEF;
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.wd_flip-icon {
	position: absolute;
	right: 40px;
	bottom: 30px;
	text-align: right;
}
.wd_flip-icon i.fa {
	font-family: 'FontAwesome';
	font-size: 32px;
 	color: #fff;
 	background-color: #0c60a5;
 	border: 2px solid #fff;
 	border-radius: 50%;
 	padding: 10px 12px;
 	cursor: pointer;
}
.wd_flip-icon:hover i.fa {
	background-color: #004b93;
}


div.wd_featureboxes_hp_icons {}
div.wd_featureboxes_hp_icons div.wd_featurebox_container {}
div.wd_featureboxes_hp_icons div.wd_featurebox_title {}
div.wd_featureboxes_hp_icons div.wd_featurebox {}

div.wd_featureboxes_hp_featured {}
div.wd_featureboxes_hp_featured div.wd_featurebox_container {}
div.wd_featureboxes_hp_featured div.wd_featurebox_container.wd_featured-video {
	max-height: 800px;
	overflow: hidden;
}
div.wd_featureboxes_hp_featured div.wd_featurebox_title {
	display: none;
}
div.wd_featureboxes_hp_featured div.wd_featurebox {
	text-align: center;
}

div.wd_featureboxes_hp_subscribe {}
div.wd_featureboxes_hp_subscribe div.wd_featurebox_container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 40px 0;
}
div.wd_featureboxes_hp_subscribe div.wd_featurebox_title {
	font-size: 42px;
	color: #fff;
}
div.wd_featureboxes_hp_subscribe div.wd_featurebox {
	text-align: center;
	color: #fff;
	padding: 20px;
}

div.wd_featureboxes_hp_social {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
}
div.wd_featureboxes_hp_social div.wd_featurebox_container {
	flex-basis: calc(50% - 20px);
	height: 700px;
}
div.wd_featureboxes_hp_social div.wd_featurebox_title {}
div.wd_featureboxes_hp_social div.wd_featurebox {}

/* Specific Featureboxes */
.wd_newsfeed_releases-teaser .subscribe_link,
.wd_newsfeed_releases-teaser .wd_date,
.wd_newsfeed_releases-teaser .wd_asset_icon_link_list,
.wd_newsfeed_releases-teaser .wd_summary {
	display: none;
}
.wd_newsfeed_releases-teaser {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wd_newsfeed_releases-teaser .item {
	position: relative;
	flex-basis: calc(50% - 20px);
}
.wd_homepage .wd_newsfeed_releases-teaser .item,
.wd_featureboxes_bottom_news_highlights .wd_newsfeed_releases-teaser .item {
	flex-basis: calc(33% - 20px);

	flex-basis: calc(25% - 20px);
	margin: 20px 0;
	padding: 0;
	background: #f4f7fb;
}
.wd_newsfeed_releases-teaser .item .wd_thumbnail {
	max-height: 250px;
	overflow: hidden;
}
.wd_featureboxes_bottom .wd_newsfeed_releases-teaser .item .wd_thumbnail {
	max-height: unset;
}
.wd_newsfeed_releases-teaser .item div.wd_toolbar {
	position: absolute;
	top: 20px;
	right: 20px;
	border: none;
}
.wd_newsfeed_releases-teaser .item .wd_thumbnail img {
	width: 100%;
	height: auto;
	border-radius: 0;
	aspect-ratio: 9 / 7;
	object-fit: cover;
	object-position: center;
}
.wd_newsfeed_releases-teaser .item .wd_category_link_list {
	margin: 16px 0;
}
.wd_newsfeed_releases-teaser .item .wd_category_link_list li:not(:first-child) {
	margin-left: 8px;
	padding-left: 8px;
	border-left: 1px solid red;
}
.wd_newsfeed_releases-teaser .item .wd_category_link_list a {
	color: red;
}
.wd_newsfeed_releases-teaser .item .wd_title {
	padding: 0 16px;
	margin: 20px 0;
}
/* END Featureboxes */

/* page - Community Involvement */
.slick-list {
	margin: 0 -20px;
}
.slick-slide {
	margin: 0;
	padding: 0 20px;
}
.slick-slide img {
	border-radius: 50px;
	width: 100%;
	aspect-ratio: 2/1;
	aspect-ratio: 7 / 5;
	object-fit: cover;
	object-position: center;
	object-position: top center;
}
.slick-dots {
	bottom: -40px;
}
.slick-dots li button::before {
	font-size: 10px;
}
.wd_pageid_34200 .wd_content {
	display: none;
}

.two_col_wrapper .two_col {
	display: flex;
	gap: 15px 5%;
	color: white;
	align-items: center;
	justify-content: center;
	max-width: 1280px;
	margin: 0 auto;
}
.wd_pageid_20303 .two_col_wrapper .two_col {
	align-items: stretch;
}
.wd_pageid_20319 .two_col {
	/* flex-direction: row-reverse; */
}

.two_col_wrapper .header_description,
.two_col_wrapper .wd_banner-wrapper {
	width: 50%;
}
.wd_pageid_20303 .two_col_wrapper .header_description {
	padding: 64px 0;
}
.two_col_wrapper .header_description p:last-of-type {
	margin: 0;
}
.wd_pageid_20319 .header_description p {
	/* font-size: 2.25rem;
  	text-align: center; */
}

.wd_featureboxes_community_involvement {
	display: flex;
	flex-wrap: wrap;
	gap: 0 6%;
	align-items: stretch;
	margin-bottom: 30px;
}
.wd_featureboxes_community_involvement .wd_featurebox_title,
.wd_featureboxes_community_involvement table.wd_imagetable {
	display: none;
}
.wd_featureboxes_community_involvement .wd_featurebox_container {
	margin: 60px 0;
	margin: 30px 0;
	width: 47%;
}
.wd_featureboxes_community_involvement .wd_featurebox_container:first-child {
	width: 100%;
}
.wd_featureboxes_community_involvement .wd_featurebox {
	margin: 0;
	color: white;
	display: flex;
	height: 100%;
}
.wd_featureboxes_community_involvement .wd_featurebox_container:nth-child(1) .wd_featurebox {
	background: #CD0F69;
	background: #E1251B;
}
.wd_featureboxes_community_involvement .wd_featurebox_container:nth-child(2) .wd_featurebox {
	background: #00882F;
	flex-direction: row-reverse;
}
.wd_featureboxes_community_involvement .wd_featurebox_container:nth-child(3) .wd_featurebox {
	background: #EE6A00;
}
.wd_featureboxes_community_involvement .wd_featurebox_container:nth-child(4) .wd_featurebox {
	background: #FFBE3F;
	flex-direction: row-reverse;
}
.wd_featureboxes_community_involvement .wd_featurebox_container:nth-child(5) .wd_featurebox {
	background: #E1251B;
	background: #009fda;
}
.wd_featureboxes_community_involvement .wd_featurebox_container:not(:first-child) .wd_featurebox {
	flex-direction: column;
}
.wd_featureboxes_community_involvement .wd_featurebox h2 {
	color: white;
	text-align: center;
	margin-bottom: 30px;
}
.wd_featureboxes_community_involvement .wd_featurebox > a {
	width: 50%;
	width: 100%;
}
.wd_featureboxes_community_involvement p:not(.more) a {
	color: white;
	text-decoration: underline;
}
.wd_featureboxes_community_involvement img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	aspect-ratio: 9/7;
}
.wd_featureboxes_community_involvement .text_wrapper {
	width: 50%;
	padding: 30px;
	display: flex;
	align-items: center;
	width: 100%;
}
/* end page - Community Involvement */

/* page - Hunger Relief */
.wd_pageid_20319 .wd_tile {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	margin: 30px 0;
}
.wd_pageid_20319 .wd_tile img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}
.wd_pageid_20319 .wd_tile .text_content {
	width: 50%;
	background: #E1251B;
	padding: 30px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	color: #fff;
}
.wd_pageid_20319 .wd_tile > p {
	width: 50%;
	margin: 0;
}
.wd_pageid_20319 .wd_category_items,
.wd_pageid_20287 .wd_category_items {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 70px 30px;
	justify-content: space-between;
	margin: 70px 0;
}
.wd_pageid_20287 .wd_category_items {
	justify-content: center;
}
.wd_pageid_20319 .wd_category_items .item,
.wd_pageid_20287 .wd_category_items .item {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	width: 30%;
}
.wd_pageid_20319 .wd_category_items .item:last-child {
	flex-direction: row;
  	width: 100%;
}
.wd_pageid_20319 .wd_category_items .item table,
.wd_pageid_20287 .wd_category_items .item table {
	display: none;
}
.wd_pageid_20319 .wd_category_items .item img,
.wd_pageid_20287 .wd_category_items .item img {
	max-width: 100%;
	aspect-ratio: 7 / 5;
	display: block;
	height: auto;
	width: 100%;
	object-fit: cover;
	object-position: top center;
}
.wd_pageid_20319 .wd_category_items .item .text_content,
.wd_pageid_20287 .wd_category_items .item .text_content {
	background: #00882F;
	color: #fff;
	padding: 30px;
	height: 100%;
}
.wd_pageid_20287 .wd_category_items .item .text_content {
	background: #009fda;
}
.wd_pageid_20319 .text_content h2,
.wd_pageid_20287 .text_content h2 {
	color: #fff;
	margin-bottom: 25px;
	width: 100%;
	font-size: 1.2rem;
	font-weight: 700;
}
.wd_pageid_20319 .wd_category_items .item:last-child img,
.wd_pageid_20319 .wd_category_items .item:last-child .text_content {
	width: 50%;
	background: #E1251B;
	align-content: center;
}
/* end page - Hunger Relief */


/* Simply Give Page */ 
.wd_pageid_20305 .category_header {
	display: none;
}

.wd_pageid_20305 .videoWrapper{
    padding-top: 0;
	padding-bottom: 44.25%;

}

.wd_pageid_20305  .videoWrapper.wd_inline-video iframe{
	padding: 0;
}

.wd_pageid_20305 .item_name + div.wd_video_sideby {
    padding-top: 24px;
}

.wd_pageid_20305 div.wd_video_sideby {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 20px;
}
.wd_pageid_20305 div.wd_video_sideby > p.videoWrapper.wd_inline-video {
	flex-basis: calc(50% - 20px);
	padding-bottom: 25%;
}

.wd_pageid_20305 div.wd_video_sideby > p.videoWrapper.wd_inline-video iframe, 
.wd_pageid_20305 div.wd_video_sideby > p.videoWrapper.wd_inline-video video {
	padding: 0;
}

.wd_pageid_20305 div.wd_category_items.wd_category_items_3189 .item {
	padding-bottom: 25px;
}
/*
.wd_pageid_20305 div.wd_category_items.wd_category_items_3189 .item:first-child{
	padding-bottom: 0;
}*/

.wd_pageid_20305 section.wd_items-alternating-images .wd_category_items .item_name p,
.wd_pageid_20305 section.wd_items-alternating-images .wd_category_items .item_name {
	font-weight: 400;
	font-family: 'MeijerSans-Medium', sans-serif !important;
	font-size: 50px !important;
}
.wd_pageid_20305 section.wd_items-alternating-images .wd_category_items .item_name strong,
.wd_pageid_20305 section.wd_items-alternating-images .wd_category_3194 .category_summary h2 {
	font-weight: 700;
	font-family: 'MeijerSans-Heavy', sans-serif !important;
	font-size: 50px;
	color: #1E4E8E;
} 
/* .wd_pageid_20305 .wd_category_3190, */
.wd_pageid_20305 .wd_category_3195 {
	background-color: #E7E7E7;
	margin: 0px calc(50% - 50vw);
}
.wd_pageid_20305 .wd_category_3190 .item_name {
	/* padding-bottom: 20px; */
}
.wd_pageid_20305 section.wd_items-alternating-images .wd_category_3190 .item {
	/* max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	padding-top: 76px; */
}
.wd_pageid_20305 section.wd_items-alternating-images .wd_category_3195 .item {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}
.wd_pageid_20305 section.wd_items-alternating-images .wd_category_3190 .wd_imagetable {
	/* width: 300px; */
}
.wd_pageid_20305 section.wd_items-alternating-images .wd_category_3190 img {
	/* width: 300px;
	float: left;
	margin-right: 100px; */
}
.wd_pageid_20305 .wd_category_3190 .category_text {
	/* width: calc(100% - 400px); */
}
/*.wd_pageid_20305 .wd_category_3191 {
	margin-top: 60px;
	margin-bottom: 60px;
}*/
.wd_pageid_20305 .wd_category_3191 .item_name {
	/* text-align: center;
	margin-bottom: 60px; */
}
.wd_pageid_20305 .wd_category_3191 .wd_imagetable {
	/* margin-left: auto !important; 
	margin-right: auto !important;
	display: block;  */
}
.wd_pageid_20305 .wd_category_items_3194 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wd_pageid_20305 section.wd_items-alternating-images .wd_category_items .item {
	padding: 20px 0 40px;
}
.wd_pageid_20305 section.wd_items-alternating-images .wd_category_3194 .wd_category_items .item {
	width: 31%;
	border: 2px solid #000;
	border-radius: 20px;
	position: relative;
	text-align: center;
	padding: 120px 30px 40px;
	flex-direction: column;
}
.wd_pageid_20305 .wd_category_3194 .wd_category_info {
	margin-bottom: 140px;
}
.wd_pageid_20305 .wd_category_3194 .item .wd_quote_image {
	position: absolute;
	top: -75px;
	left: 50%;
	transform: translate(-50%);
	border-radius: 50%;
	width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.wd_pageid_20305 section.wd_items-alternating-images .wd_category_3194 .wd_category_items .item_name  {
	font-size: 30px !important;
	line-height: 1.2;
	margin-top: auto;
}
.wd_pageid_20305 section.wd_items-alternating-images .wd_category_items .item p {
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 16px;
}
.wd_pageid_20305 .wd_category_3194 p:after {
	content: '';
    background-image: url(../images/metro-quote-right.svg);
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 20px;
    margin-left: auto;
}
.wd_pageid_20305 .wd_category_3194 p:before {
	content: '';
    background-image: url(../images/metro-quote-left.svg);
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 20px;
    margin-right: auto;
}
.wd_pageid_20305 .icon-wrap {
	font-size: 28px;
	line-height: 1.2;
	margin-bottom: 0px;
}

.wd_pageid_20305 .wd_category_items_3189 .wd_item_content {
	margin: 0 auto;
}

.wd_pageid_20305 .categories_two_col {
	display: flex;
}
.wd_pageid_20305 .categories_two_col div.wd_category {
	width: 50%;
	display: flex;
	align-items: center;
	margin: 0 auto;
	position: relative;
	align-self: stretch;
  	align-items: flex-start;
}
.wd_pageid_20305 .categories_two_col div.wd_category:before {
	content: '';
	position: absolute;
	height: 100%;
	width: calc(100vw - 15px);
	z-index: 0;
}
.wd_pageid_20305 .categories_two_col div.wd_category:first-child:before {
	background: #FFBE3F;
	transform: translateX(-50%);
}
.wd_pageid_20305 .categories_two_col div.wd_category:last-child:before {
	background: #EE6A00;
}
.wd_pageid_20305 .categories_two_col .wd_category_items {
	z-index: 1;
}
.wd_pageid_20305 .categories_two_col .wd_category_items div.item {
	flex-direction: column;
	padding: 4em;
}
.wd_pageid_20305 .categories_two_col .wd_category_items div.item table {
	width: 100%;
	margin: 0 0 30px auto !important;
}
.wd_pageid_20305 .categories_two_col .wd_category_items div.item img {
	width: 100%;
	margin: 0;
}
.wd_pageid_20305 .categories_two_col .wd_category_items div.item .wd_item_content,
.wd_pageid_20305 .categories_two_col .wd_category_items div.category_text {
	width: 100%;
	color: white;
	color: #393939;
}
.wd_pageid_20305 .categories_two_col .wd_category_items div.item div.wd_item_content div.item_name {
	text-align: center;
	color: white;
	font-size: 57px !important;
	line-height: normal;
	letter-spacing: -0.4px;
	font-family: "MeijerSans-Heavy", sans-serif !important;
	margin-bottom: 15px;
	color: #393939;
}
.wd_pageid_20305 .categories_two_col .wd_category_items div.item div.wd_item_content div.item_name strong {
	color: #1E4E8E;
	font-size: inherit;
	color: #393939;
}
.wd_pageid_20305 .categories_two_col .wd_category_items div.item div.wd_item_content p {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}
.wd_pageid_20305 .categories_two_col .wd_category_items div.item div.wd_item_content p.more {
	text-align: center;
	margin: 0;
}
.wd_pageid_20305 .categories_two_col .wd_category_items div.item div.wd_item_content p.more a {
	display: inline-block;
	margin-top: 30px;
	color: #393939;
	padding-top: 15px;
	background: white;
  	border-color: white;
}

/* End Simply Give Page */

/* Sustainability Page */
body.text-aligned-left .wd_intro-text,
body.text-aligned-left .wd_newsfeed_releases-teaser .item .wd_title,
body.text-aligned-left .wd_featureboxes_bottom .wd_featurebox_title,
body.text-aligned-left .wd_featureboxes_disclaimer p,
body.text-aligned-left #wd_printable_content li,
body.text-aligned-left #wd_printable_content ul {
	text-align: left !important;
	max-width: 100%;
}
.wd_pageid_20288 .wd_featureboxes_bottom div.wd_featurebox_title {
	text-align: center !important;
}
.text-aligned-left .wd_page-title h1 {
	text-align: center !important;
}
body.text-aligned-left .wd_intro-text {
	line-height: 2.5;
}
.wd_pageid_20288 .wd_newsfeed_releases-teaser,
.wd_pageid_20319 .wd_newsfeed_releases-teaser {
	max-width: 75%;
	margin: 0 auto;
}
/* End Sustainabilty Page */

/* Energy Efficiency Page */
.wd_pageid_34158 .wd_category_items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: space-between;
	gap: 20px;
}
.wd_pageid_34158 .wd_category_items .item {
	width: calc(33% - 20px);
	min-height: 325px;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 5px;
	margin: 1rem .5rem;
	padding: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	margin: 0;
	width: calc(33% - 12px);
	flex-direction: column;
	justify-content: flex-start;
	padding: 1.5rem;
}
.wd_pageid_34158 .wd_category_items .item:nth-child(1) {
	background: #FFBE3F;
}
.wd_pageid_34158 .wd_category_items .item:nth-child(2) {
	background: #EE6A00;
}
.wd_pageid_34158 .wd_category_items .item:nth-child(3) {
	background: #E1251B;
}
.wd_pageid_34158 .wd_category_items .item:nth-child(4) {
	/* background: #009fda; */
	color: black;
	width: 100%;
}
.wd_pageid_34158 .wd_category_items .item_name {
	display: none;
}
.wd_pageid_34158 .wd_category_items .item table img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 3/2;
}
/* End Energy Efficiency Page */

/* Support Page */
.wd_pageid_34195 .wd_content.wd_not-homepage,
.wd_pageid_34213 .wd_content.wd_not-homepage {
	display: none;
}
.wd_pageid_34195 .img_row,
.wd_pageid_34213 .img_row {
	display: flex;
	gap: 20px;
	margin: 20px auto;
}
.wd_pageid_34195 .img_row img,
.wd_pageid_34213 .img_row img {
	width: 100%;
	margin: 0 !important;
	overflow: hidden;
}
/* End Support Page */

/* Support FAQ Page */
.wd_pageid_34202 .item .item_name {
	cursor: pointer;
	padding: 15px 15px 15px 0;
}
.wd_pageid_34202 .item .item_name:before {
	content: '';
	display: inline-block;
	width: 0; 
	height: 0; 
	border-style: solid;
	border-width: 5px 0 5px 6.4px;
	border-color: transparent transparent transparent #0A4E8C;
	transform: rotate(0deg);
	margin-right: 12px;
}
.wd_pageid_34202 .item.expanded .item_name:before {
	/* display: none; */
}
.wd_pageid_34202 .item a.itemlink {
	pointer-events: none;
	color: #4C4D4F;
}
.wd_pageid_34202 .item.expanded a.itemlink {
	color: #0a4e8c;
}
.wd_pageid_34202 .item .item_summary {
	padding-left: 60px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 1s ease-in-out;
}
.wd_pageid_34202 .item.expanded .item_summary {
	max-height: 500px;
}
/* End Support FAQ Page */


.wd_pageid_20305 .wd_banner-wrapper {
	background-size: contain;
}
.wd_pageid_20295 .banner_bg_color {
	background: #E1251B;
}
.wd_pageid_20287 .banner_bg_color,
.wd_pageid_20301 .banner_bg_color,
.wd_pageid_20306 .banner_bg_color,
.wd_pageid_20319 .banner_bg_color,
.wd_pageid_20327 .banner_bg_color,
.wd_pageid_34158 .banner_bg_color {
	background: #00882F;
}
.wd_pageid_20288 .banner_bg_color,
.wd_pageid_20296 .banner_bg_color {
	background: #FFBE3F;
}
.wd_pageid_34203 .banner_bg_color,
.wd_pageid_20305 .banner_bg_color,
.wd_pageid_20303 .banner_bg_color,
.wd_pageid_34157 .banner_bg_color {
	background: #0c60a5;
	background: #009fda;
	
}
.wd_pageid_20290 .banner_bg_color {
	background: #005FAE;
}
.wd_pageid_34169 .banner_bg_color {
	background: #8246AF;
}
.wd_pageid_34200 .banner_bg_color {
	background: #005FAE;
}
.wd_pageid_34195 .banner_bg_color,
.wd_pageid_34213 .banner_bg_color {
	background: #005FAE;
}
.wd_pageid_20290 .banner_bg_color .wd_banner-wrapper {
	background-size: contain;
}

/* .wd_pageid_20287 .wd_category_items, */
.wd_pageid_20306 .wd_category_items,
.wd_pageid_20296 .wd_category_items,
.wd_pageid_20301 .wd_category_items,
.wd_pageid_34157 .wd_category_items,
.wd_pageid_20327 .wd_category_items {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 8%;
}
/* .wd_pageid_20287 .wd_category_items .item, */
.wd_pageid_20306 .wd_category_items .item,
.wd_pageid_20296 .wd_category_items .item,
.wd_pageid_20301 .wd_category_items .item,
.wd_pageid_34157 .wd_category_items .item,
.wd_pageid_20327 .wd_category_items .item {
	margin: 0;
	padding: 0;
	width: 46%;
	display: flex;
	flex-direction: column;
}
/* .wd_pageid_20287 .wd_category_items .item:nth-child(odd):last-child:not(:only-child), */
.wd_pageid_20306 .wd_category_items .item:nth-child(odd):last-child:not(:only-child),
.wd_pageid_20301 .wd_category_items .item:nth-child(odd):last-child:not(:only-child),
.wd_pageid_20296 .wd_category_items .item:nth-child(odd):last-child:not(:only-child),
.wd_pageid_34157 .wd_category_items .item:nth-child(odd):last-child:not(:only-child),
.wd_pageid_20327 .wd_category_items .item:nth-child(odd):last-child:not(:only-child) {
	width: 100%;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	gap: 0 4%;
}
/* .wd_pageid_20287 .wd_category_items .item:nth-child(odd):last-child:not(:only-child) .item_name, */
.wd_pageid_20306 .wd_category_items .item:nth-child(odd):last-child:not(:only-child) .item_name,
.wd_pageid_20296 .wd_category_items .item:nth-child(odd):last-child:not(:only-child) .item_name,
.wd_pageid_20301 .wd_category_items .item:nth-child(odd):last-child:not(:only-child) .item_name,
.wd_pageid_34157 .wd_category_items .item:nth-child(odd):last-child:not(:only-child) .item_name,
.wd_pageid_34157 .wd_category_items .item:nth-child(odd):last-child:not(:only-child) .item_name + p,
.wd_pageid_20327 .wd_category_items .item:nth-child(odd):last-child:not(:only-child) .item_name {
	width: 100%;
}
/* .wd_pageid_20287 .wd_category_items .item:nth-child(odd):last-child:not(:only-child) table, */
/* .wd_pageid_20287 .wd_category_items .item:nth-child(odd):last-child:not(:only-child) .text_content, */
.wd_pageid_20306 .wd_category_items .item:nth-child(odd):last-child:not(:only-child) table,
.wd_pageid_20306 .wd_category_items .item:nth-child(odd):last-child:not(:only-child) .text_content,
.wd_pageid_20296 .wd_category_items .item:nth-child(odd):last-child:not(:only-child) table,
.wd_pageid_20296 .wd_category_items .item:nth-child(odd):last-child:not(:only-child) .text_content,
.wd_pageid_20301 .wd_category_items .item:nth-child(odd):last-child:not(:only-child) table,
.wd_pageid_20301 .wd_category_items .item:nth-child(odd):last-child:not(:only-child) .text_content,
.wd_pageid_34157 .wd_category_items .item:nth-child(odd):last-child:not(:only-child) table,
.wd_pageid_20327 .wd_category_items .item:nth-child(odd):last-child:not(:only-child) table,
.wd_pageid_34157 .wd_category_items .item:nth-child(odd):last-child:not(:only-child) .text_content,
.wd_pageid_20327 .wd_category_items .item:nth-child(odd):last-child:not(:only-child) .text_content {
	width: 48%;
	height: auto;
}
/* .wd_pageid_20287 .wd_category_items table + .item_name, */
.wd_pageid_20306 .wd_category_items table + .item_name,
.wd_pageid_20296 .wd_category_items table + .item_name,
.wd_pageid_20301 .wd_category_items table + .item_name,
.wd_pageid_34157 .wd_category_items table + .item_name,
.wd_pageid_20327 .wd_category_items table + .item_name {
	display: none;
}
/* .wd_pageid_20287 .wd_category_items .item_name, */
.wd_pageid_20306 .wd_category_items .item_name,
.wd_pageid_20296 .wd_category_items .item_name,
.wd_pageid_20301 .wd_category_items .item_name,
.wd_pageid_34157 .wd_category_items .item_name,
.wd_pageid_20327 .wd_category_items .item_name {
	font-family: "MeijerSans-CondBook";
	font-size: 35px;
	line-height: 1.25;
	color: #0c60a5;

	min-height: 87.5px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
/* .wd_pageid_20287 table.wd_imagetable, */
.wd_pageid_20306 table.wd_imagetable[align="left"],
.wd_pageid_20306 table.wd_imagetable[align="right"],
.wd_pageid_20296 table.wd_imagetable[align="left"],
.wd_pageid_20296 table.wd_imagetable[align="right"],
.wd_pageid_20301 table.wd_imagetable[align="left"],
.wd_pageid_20301 table.wd_imagetable[align="right"],
.wd_pageid_34157 table.wd_imagetable[align="left"],
.wd_pageid_34157 table.wd_imagetable[align="right"],
.wd_pageid_20327 table.wd_imagetable[align="left"],
.wd_pageid_20327 table.wd_imagetable[align="right"] {
	margin: 15px 0 25px !important;
	width: 100%;
}
/* .wd_pageid_20287 table.wd_imagetable img, */
.wd_pageid_20306 table.wd_imagetable img,
.wd_pageid_20296 table.wd_imagetable img,
.wd_pageid_20301 table.wd_imagetable img,
.wd_pageid_34157 table.wd_imagetable img,
.wd_pageid_20327 table.wd_imagetable img {
	aspect-ratio: 9/7;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
/* .wd_pageid_20287 .wd_category_items .item .text_content, */
.wd_pageid_20301 .wd_category_items .item .text_content,
.wd_pageid_20306 .wd_category_items .item .text_content,
.wd_pageid_20296 .wd_category_items .item .text_content,
.wd_pageid_20301 .wd_category_items .item .text_content,
.wd_pageid_20327 .wd_category_items .item .text_content,
.wd_pageid_34157 .wd_category_items .item .text_content {
	display: inline-flex;
	flex-direction: column;

	height: 100%;
}
/* .wd_pageid_20287 .wd_category_items .item .more, */
.wd_pageid_20306 .wd_category_items .item .more,
.wd_pageid_20296 .wd_category_items .item .more,
.wd_pageid_20301 .wd_category_items .item .more,
.wd_pageid_34157 .wd_category_items .item .more,
.wd_pageid_20327 .wd_category_items .item .more {
	margin: 0;
	margin-top: auto;
}
/* .wd_pageid_20287 .wd_category_items .item .more a, */
.wd_pageid_20306 .wd_category_items .item .more a,
.wd_pageid_20296 .wd_category_items .item .more a,
.wd_pageid_20301 .wd_category_items .item .more a,
.wd_pageid_34157 .wd_category_items .item .more a,
.wd_pageid_20327 .wd_category_items .item .more a {
	display: inline-block;
	border-radius: 25px;
	padding: 10px 20px;
	margin-top: 10px;
}

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

.wd_pageid_20305 .videoWrapper video,
.wd_pageid_20305 .videoWrapper iframe {
    padding: 1rem 5rem;
}

.wd_pageid_34172 .videoWrapper iframe {
	padding: 0 5rem;
}

.wd_pageid_34172 .item p {
    overflow: hidden;
}

.videoWrapper.wd_inline-video iframe,
.videoWrapper.wd_inline-video video  {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	max-width: 1200px;
}

/* END YouTube Responsive Video Containers */

/* Impact Page */
/* Impact Page */

/* page Local Giving */
.wd_pageid_20287 .wd_featureboxes_middle2 {
	margin-bottom: 0px;
	justify-content: center;
}
.wd_pageid_20287 .wd_featureboxes_middle2 .wd_tile-link {
	width: 50%;
	background-size: cover;
	background-position: center;
	padding-bottom: 44px;
}
.wd_pageid_20287 .wd_featureboxes_middle2 .wd_tile-link table.wd_imagetable {
	display: none;
}
.wd_pageid_20287 .wd_featureboxes_middle2 .wd_tile-link .item {
	margin: 0;
	padding: 0;
	padding-top: 0px;
	height: 100%;
	padding-top: 46px;
	display: flex;
	flex-direction: column-reverse;
}
.wd_pageid_20287 .wd_featureboxes_middle2 .wd_tile-link a {
	font-family: "MeijerSans-Heavy", sans-serif;
	font-size: 57px;
	line-height: normal;
	letter-spacing: -0.4px;
	text-transform: capitalize;
	text-align: center;
	display: block;
	color: white;
	text-shadow: 0px 0px 4px rgba(0,0,0,.25);
}
.wd_pageid_20287 .wd_featureboxes_middle2 .wd_tile-link a:hover {
	text-decoration: none;
}

.wd_pageid_20287 .wd_featureboxes_bottom div.wd_featurebox_title {
	text-align: center !important;
}

.wd_pageid_20287 .text_content h2 a {
	color: #fff;
	margin-bottom: 25px;
	width: 100%;
	font-size: 1.2rem;
	font-weight: 700;
}

.wd_pageid_20287 .wd_category_items {
	flex-wrap: nowrap;
	gap: unset;
	margin: 0 auto;
	z-index: 1;
}
.wd_pageid_20287 .wd_category_items .item {
	width: 50%;
	display: flex;
	align-items: center;
	margin: 0 auto;
	position: relative;
	align-self: stretch;
  	align-items: flex-start;

	flex-direction: column;
	padding: 4em;
}
.wd_pageid_20287 .wd_category_items .item:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100vw;
	top: 0;
}
.wd_pageid_20287 .wd_category_items .item:first-child:before {
	background: #FFBE3F;
	right: 0;
	z-index: 1;
}
.wd_pageid_20287 .wd_category_items .item:last-child:before {
	background: #EE6A00;
	left: 50%;
	transform: translateX(-50%);
}
.wd_pageid_20287 .wd_category_items .item img,
.wd_pageid_20287 .wd_category_items .item .text_content {
	z-index: 5;
}
.wd_pageid_20287 .wd_category_items .item .text_content {
	background: none;
	color: #393939;
	padding: 30px 0;
}
.wd_pageid_20287 .wd_category_items .item .text_content h2 {
	text-align: center;
	color: white;
	font-size: 57px !important;
	line-height: normal;
	letter-spacing: -0.4px;
	font-family: "MeijerSans-Heavy", sans-serif !important;
	margin-bottom: 15px;
	color: #393939;
}
.wd_pageid_20287 .wd_category_items .item .text_content p {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}
/* end page Local Giving */

/* page Truck Fleet */
.wd_pageid_34151 .wd_category_items .item {
	/* padding: 0; */
}
.wd_pageid_34151 .wd_category_items .item.wd_video {
	padding: 0;
}
.wd_pageid_34151 p.videoWrapper.wd_inline-video {
	padding: 0;
	height: 100%;
}
.wd_pageid_34151 p.videoWrapper.wd_inline-video video {
	padding-top: 0;
	padding-bottom: 10px;
	display: block;
	max-width: 100%;
	position: relative;
	top: unset;
	transform: unset;
	left: unset;
}
/* END page Truck Fleet */

.wd_pageid_34209 #wd_printable_content > p:nth-child(2) {
	color: #e1251b;
}

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

nav .nav-item:last-child a:after,
ul.wd_mob_level_1 > li.wd_mobile-dropdown:last-child a:after {
	/* /support page nav link */
	display: none;
}
#navbarNavDropdown {
	font-family: "MeijerSans-Medium", "Helvetica Neue", Tahoma, Arial, sans-serif;
	font-size: 1rem;
}


/* our goals */
.wd_pageid_34217 .wd_category_3196 {
	margin: 40px 0;
}
.wd_pageid_34217 .wd_banner-wrapper,
.wd_pageid_34217 .category_header {
	display: none;
}
.wd_pageid_34217 .wd_category_3196 .wd_category_items {
	display: flex;
	flex-wrap: wrap;
	gap: 24px 0;
}
.wd_pageid_34217 .wd_category_3196 .item {
	text-align: center;
	padding: 0 2.5%;
	width: 25%;
}
.wd_pageid_34217 .wd_category_3196 .item_name {
	font-size: 24px;
	font-weight: normal;
	color: #005FAE;
	margin-bottom: 16px;
	height: 72px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wd_pageid_34217 .wd_category_3196 .wd_imagetable {
	margin: 0 auto 14px !important;
}
.wd_pageid_34217 .wd_category_3196 p {
	font-size: 18px;
}
.wd_pageid_34217 .wd_page-title {
	padding-bottom: 0;
}
.wd_pageid_34217 #wd_printable_content > p {
	font-size: 18px;
}
.wd_pageid_34217 .wd_newsfeed_releases-teaser  {
	margin-bottom: 80px;
}
.wd_pageid_34217 .wd_newsfeed_releases-teaser .item .wd_title {
	margin-top: 10px;
}

.wd_pageid_34217 .item.slick-slide {
	display: flex;
	flex-direction: column-reverse;
	gap: 24px;
	padding: 12px 0;
}

.wd_pageid_34217 .item.slick-slide .wd_imagetable {
	margin: 0 !important;
	width: 100%;
}
.wd_pageid_34217 .item.slick-slide .wd_imagetable img {
	width: 100%;
	max-height: 250px;
	object-fit: contain;
	object-position: center;
}
.wd_pageid_34217 .slick-dotted.slick-slider {
	margin-bottom: 80px;
}
.wd_pageid_34217 .item.slick-slide br {
	display: none;
}
.wd_pageid_34217 .item.slick-slide .item_name {
	display: none;
}


/* Extra large devices (large desktops) */
@media (max-width: 1300px) {
	.wd_pageid_20305 section.wd_items-alternating-images .wd_category_3190 .item {
		/* max-width: 1140px; */
	}
}
@media (max-width: 1199px) {
	.wd_pageid_20305 section.wd_items-alternating-images .wd_category_3190 .item {
		/* max-width: 960px; */
	}
}

/* Large devices (desktops) */
@media (max-width: 992px) {

	.wd_pageid_34217 .wd_category_3196 .item {
		width: 50%;
		padding: 0 5%;
	}

	.wd_pageid_20303 .wd_banner-wrapper {
		/* background-image: url(../images/Meijer-mobilebanner.png)!important; */
		/* display: flex;
	    min-height: 200px;
	    background-size: contain;
	    background-repeat: no-repeat;
	    background-position: top center;*/
	}
	.wd_homepage .wd_newsfeed_releases-teaser .item,
	.wd_featureboxes_bottom_news_highlights .wd_newsfeed_releases-teaser .item {
		flex-basis: calc(50% - 20px);
	}
	.wd_featurebox-wrapper {
		max-width: 90%;
	}
	a.wd_tile-link {
		flex-basis: calc(50% - 40px);
	}
	div.wd_featureboxes_hp_tiles {
		flex-wrap: wrap;
	}
	div.wd_featureboxes_hp_tiles div.wd_featurebox_container {
	    flex-basis: 100%;
	}
	ul.wd_icon-list li {
		flex-basis: calc(33% - 10px);
	}
	.videoWrapper.wd_inline-video iframe, 
	.videoWrapper.wd_inline-video video {
		width: 100%!important;
		height: 100%!important;
		padding: 0;
	}
	/* Start Simpy Give Page */ 
	.wd_pageid_20305 .videoWrapper {
		padding-bottom: 56.25%;
		padding-top: 0;
	}

	.wd_pageid_20305 section.wd_items-alternating-images .wd_category_3190 .item {
		/* max-width: 720px;
		padding: 0 30px !important;
		flex-direction: column; */
		
	}
	.wd_pageid_20305 .wd_category_3190 .wd_imagetable {
		/* width: 100%;
		margin: 0; */
	}
	.wd_pageid_20305 .wd_category_3190 img {
		/* width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 30px; */
	}
	.wd_pageid_20305 .wd_category_3190 .category_text {
		/* width: 100%; */
	}

	.wd_pageid_20305 section.wd_items-alternating-images .wd_category_3194 .wd_category_items .item {
		width: 100%;
		margin-bottom: 100px;
	}

	.wd_pageid_20305 .categories_two_col {
		flex-direction: column;
	}
	.wd_pageid_20305 .categories_two_col div.wd_category {
		width: 100%;
	}
	.wd_pageid_20305 .categories_two_col div.wd_category:first-child:before {
		width: 100vw;
		left: 50%;
	}
	.wd_pageid_20305 .categories_two_col div.wd_category:last-child:before {
		width: 100vw;
		right: 50%;
  		transform: translateX(50%);
	}
	/* End Simply Give Page */

	/* Alternating Items */

	.wd_flex-row .wd_category_items .item {
		display: flex;
	}
	.wd_flex-row .wd_category_items .item:nth-child(odd),
	.wd_flex-row .wd_category_items .item {
		flex-direction: column;
	}
	.wd_flex-row .wd_category_items .item table {
		width: 100%;
		max-width: 100%;
		margin: 0 0 10px !important;
	} 	
	.wd_flex-row .wd_category_items .item img {
		width: 100%;
	} 
	/* End Alternating Items */

	.wd_pageid_20303 div.wd_featureboxes_middle div.wd_featurebox {
		flex-direction: column-reverse;
	}
	.wd_pageid_20303 div.wd_featureboxes_middle div.wd_featurebox p,
	.wd_pageid_20303 div.wd_featureboxes_middle div.wd_featurebox p.videoWrapper {
		width: 100%;
	}
	.wd_pageid_20303 div.wd_featureboxes_middle div.wd_featurebox p.videoWrapper {
		padding: 5em 5em 0;
	}

	.two_col_wrapper .two_col {
		flex-direction: column-reverse;
		padding: 15px 0;
	}
	.two_col_wrapper .header_description,
	.two_col_wrapper .wd_banner-wrapper {
		width: 100%;
	}
	.wd_featureboxes_community_involvement .wd_featurebox {
		flex-direction: column !important;
	}
	.wd_featureboxes_community_involvement .wd_featurebox > a {
		width: 100%;
	}
	.wd_featureboxes_community_involvement img,
	.wd_featureboxes_community_involvement .text_wrapper {
		width: 100%;
	}
	.wd_pageid_20288 section.wd_items-as-tiles div.wd_standard .wd_category_items a.wd_tile-link {
		flex-basis: calc(50% - 10px)
	}
	.wd_pageid_20288 section.wd_items-as-tiles div.wd_standard .wd_category_items .item_name a {
		font-size: 40px;
	}
	.wd_pageid_20319 .wd_tile {
		flex-direction: column-reverse;
	}
	.wd_pageid_20319 .wd_tile > p,
	.wd_pageid_20319 .wd_tile .text_content {
		width: 100%;
	}
	.wd_pageid_20319 .wd_category_items .item {
		width: 100%;
	}
	.wd_pageid_20319 .wd_category_items .item:last-child {
		flex-direction: column;
	}
	.wd_pageid_20319 .wd_category_items .item:last-child img,
	.wd_pageid_20319 .wd_category_items .item:last-child .text_content {
		width: 100%;
	}

	.wd_pageid_20287 .wd_category_items {
		flex-direction: column;
	}
	.wd_pageid_20287 .wd_category_items .item {
		width: 100%;
	}
	.wd_pageid_20287 .wd_category_items .item:first-child:before {
		left: 50%;
		transform: translateX(-50%);
	}
}

/* Medium devices (tablets) */
@media (max-width: 767px) {
	#wd_printable_content .wd_select-wrap::after {
		display:none;
	}
	.wd_item_search_form_container .wd_search_form_basic,
	#wd_printable_content input[type="text"] {
  		max-width: 100%;
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}
	#wd_printable_content button,
	#wd_printable_content select {
  		width: 100%;
  		margin-bottom: 15px;
	}
	.wd_item_search_form_container,
	.wd_search_basic_fields {
  		display: block;
	}
	#wd_printable_content .wd_select-wrap {
  		display: block;
  		margin: 0 0 10px 0;
  		width: 100%;
	}

	section.wd_items-alternating-images div.wd_standard .wd_category_items .item {
		margin: 10px 0;
		padding: 10px 0;
	}
	table.wd_imagetable[align="left"], 
	table.wd_imagetable[align="right"] {
		width: 100%;
		max-width: 100%;
		float: none;
		margin: 20px 0!important; /* override inline SM styles */
	}
	.wd_pageid_34166 .wd_category_items .item .wd_imagetable {
		width: auto;
		margin: 20px auto !important;
	}

	a.wd_tile-link {
		flex-basis: 100%;
	}
	.wd_newsfeed_releases-teaser .item,
	.wd_homepage .wd_newsfeed_releases-teaser .item,
	.wd_featureboxes_bottom_news_highlights .wd_newsfeed_releases-teaser .item {
		flex-basis: 100%;
	}
	div.wd_featureboxes_hp_tiles {
		flex-wrap: wrap;
	}
	.wd_pageid_34174 div.wd_featureboxes_hp_tiles div.wd_featurebox_container,
        div.wd_featureboxes_hp_tiles div.wd_featurebox_container {
	    flex-basis: 100%;
            margin: 1rem 0;
	}
	.wd_flipbox {
	    width: 100%;
	    height: auto;
	}
	.wd_flipbox-inner {
	    transition: none;
	    transform-style: unset;
	}
	.wd_flipbox-front, 
	.wd_flipbox-back {
	    position: relative;
	    width: 100%;
	    min-height: 300px;
	    transform: none;
	    -webkit-backface-visibility: visible;
	    backface-visibility: visible;
	}
	.wd_pageid_34174 .wd_flipbox-back {
	    min-height: inherit;
	}
	.wd_flipbox.wd_flip .wd_flipbox-inner {
		-ms-transform: unset;
		transform: unset;
	}
	.wd_flip-icon {
		display: none;
	}
	ul.wd_icon-list li {
		flex-basis: calc(50% - 20px);
	}
	div.wd_featureboxes_hp_social div.wd_featurebox_container {
	    flex-basis: 100%;
	}
	ul.wd_two-images li,
	ul.wd_three-images li {
		flex-basis: 100%;
		margin: 20px 0;
	}

	section.wd_items-as-tiles div.wd_standard .wd_category_items a.wd_tile-link {
		width: calc(50% - 20px);
	}
	.wd_item .wd_thumbnail {
		float: none;
		width: 100%;
	}
	.wd_item .wd_thumbnail img {
		width: 100%;
		height: auto;
	}
	div.wd_newsfeed_releases .wd_item_wrapper {
		margin-left: 0!important;
	}

	.wd_pageid_34158 .wd_category_items .item {
		width: calc(50% - 20px);
		width: 100%;
	}

	.wd_pageid_20305 section.wd_items-alternating-images div.wd_standard div.wd_category_3190 .item {
		/* max-width: 540px;
		margin-left: auto;
		margin-right: auto; */
	}
	.wd_pageid_20305 div.wd_video_sideby > p.wd_inline-video {
		flex-basis: 100%
	}

	.wd_pageid_20305 .categories_two_col div.wd_category_items div.item {
		padding: 2em;
	}

	section.wd_items-alternating-images .wd_category_items .item,
	section.wd_items-alternating-images .wd_category_items .item:nth-child(even) {
		flex-direction: column;
	}
	section.wd_items-alternating-images .wd_category_items .item .wd_imagetable {
		width: 100%;
		margin-bottom: 10px;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	section.wd_items-alternating-images .wd_category_items .item .wd_item_content {
		width: 100%;
	}

	.wd_pageid_20287 .wd_category_items .item,
	.wd_pageid_20306 .wd_category_items .item,
	.wd_pageid_20296 .wd_category_items .item,
	.wd_pageid_20301 .wd_category_items .item,
	.wd_pageid_34157 .wd_category_items .item,
	.wd_pageid_20327 .wd_category_items .item {
		width: 100%;
	}
	.wd_pageid_20287 .wd_category_items .item:nth-child(odd):last-child:not(:only-child),
	.wd_pageid_20306 .wd_category_items .item:nth-child(odd):last-child:not(:only-child),
	.wd_pageid_20296 .wd_category_items .item:nth-child(odd):last-child:not(:only-child),
	.wd_pageid_20301 .wd_category_items .item:nth-child(odd):last-child:not(:only-child),
	.wd_pageid_34157 .wd_category_items .item:nth-child(odd):last-child:not(:only-child),
	.wd_pageid_20327 .wd_category_items .item:nth-child(odd):last-child:not(:only-child) {
		flex-direction: column;
	}
	.wd_pageid_20287 .wd_category_items .item:nth-child(odd):last-child:not(:only-child) table,
	.wd_pageid_20287 .wd_category_items .item:nth-child(odd):last-child:not(:only-child) .text_content,
	.wd_pageid_20306 .wd_category_items .item:nth-child(odd):last-child:not(:only-child) table,
	.wd_pageid_20306 .wd_category_items .item:nth-child(odd):last-child:not(:only-child) .text_content,
	.wd_pageid_20296 .wd_category_items .item:nth-child(odd):last-child:not(:only-child) table,
	.wd_pageid_20296 .wd_category_items .item:nth-child(odd):last-child:not(:only-child) .text_content,
	.wd_pageid_20301 .wd_category_items .item:nth-child(odd):last-child:not(:only-child) table,
	.wd_pageid_20301 .wd_category_items .item:nth-child(odd):last-child:not(:only-child) .text_content,
	.wd_pageid_34157 .wd_category_items .item:nth-child(odd):last-child:not(:only-child) table,
	.wd_pageid_20327 .wd_category_items .item:nth-child(odd):last-child:not(:only-child) table,
	.wd_pageid_34157 .wd_category_items .item:nth-child(odd):last-child:not(:only-child) .text_content,
	.wd_pageid_20327 .wd_category_items .item:nth-child(odd):last-child:not(:only-child) .text_content {
		width: 100%;
	}

	.wd_featureboxes_middle2 {
		flex-direction: column;
		max-height: unset;
	}
	.wd_featureboxes_middle2 div.wd_featurebox_container {
		width: 100%;
	}
	.wd_featureboxes_middle2 div.wd_featurebox table.wd_imagetable img {
		width: 100;
	}
	.wd_pageid_20287 .wd_featureboxes_middle2 .wd_tile-link {
		width: 100%;
		aspect-ratio: 5/3;
	}
	.wd_pageid_20287 .wd_featureboxes_middle2 .wd_tile-link .item {
		flex-direction: column;
	}

	.wd_featureboxes_community_involvement .wd_featurebox_container {
		width: 100%;
	}
	.wd_pageid_34195 div.wd_featureboxes_bottom,
	.wd_pageid_34213 div.wd_featureboxes_bottom {
		flex-direction: column;
	}
	.wd_pageid_34195 .img_row,
	.wd_pageid_34213 .img_row {
		flex-wrap: wrap;
	}
	.wd_pageid_20288 section.wd_items-as-tiles div.wd_standard .wd_category_items a.wd_tile-link {
		flex-basis: 100%;
	}
}
/* Small devices (landscape phones) */
@media (max-width: 575px) {
	#wd_printable_content {
		padding: 0 20px;
	}
	ul.wd_icon-list li {
		flex-basis: 100%;
		margin: 10px 0;
	}
	div.wd_newsfeed_releases .wd_item .wd_thumbnail {
		width: 100%;
	}
	section.wd_items-as-tiles div.wd_standard .wd_category_items a.wd_tile-link {
		width: 100%;
	}
	.wd_page-title {
		
	}
	.wd_pageid_20303 .two_col_wrapper .header_description {
		padding: 32px 0;
	}
	.wd_pageid_20303 div.wd_featureboxes_middle div.wd_featurebox p.videoWrapper {
		padding: 2em 2em 0;
	}
	.wd_pageid_20303 div.wd_featureboxes_middle div.wd_featurebox p {
		padding: 2em;
	}
	.wd_featureboxes_middle2 div.wd_featurebox_container {
		padding: 2em
	}

	.wd_pageid_34166 .wd_category_items .item {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.wd_pageid_34166 .wd_category_items .item table.wd_imagetable {
		margin: 0 0 10px !important;
	}

	.wd_pageid_34217 .wd_category_3196 .item_name {
		font-size: 20px;
	}
	.wd_pageid_34217 .wd_category_3196 p {
		font-size: 16px;
	}
	.wd_pageid_34217 .wd_category_3196 .wd_imagetable {
		max-width: 130px;
	}
}

/* CLIENT CSS OVERRIDES */


