 /* Begin classes for common SPIN elements */
*, ::before, ::after { box-sizing: border-box; }
*, ::before, ::after { box-sizing: inherit; }
*, ::before, ::after { box-sizing: border-box; }
/*html {
	scroll-behavior: smooth;
}*/
.wd_captioned_image {
    max-width: 100%;
}
a:focus {
	outline-color: #bf2032;
}
#wd_printable_content ul {
	list-style: disc outside; 
	margin: 20px 0;
	padding: 0 0 0 20px;
}
#wd_printable_content ul.wd_layout-simple,
#wd_printable_content ul.wd_asset_list,
#wd_printable_content div.wd_toolbar ul.wd_tools,
#wd_printable_content ul.wd_events_tabs,
#wd_printable_content ul.wd_category_link_list,
#wd_printable_content ul.wd_category_nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
#wd_printable_content ul ul {
	list-style: circle outside;
}
#wd_printable_content ol {
	list-style: decimal outside;
	margin: 20px 0;
	padding: 0 0 0 20px;
}
#wd_printable_content ol ol {
	list-style: lower-alpha outside;
}
#wd_printable_content h2 {
	line-height: 4.5rem;
	color: inherit;
}
#wd_printable_content h3 {
	line-height: 3.3rem;
}

div.wd_fullwidth-content-wrapper {}
div.wd_content-wrapper {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
.wd_left-sidebar-wrap {
	flex-basis: 25%;
}
.wd_left-sidebar {
	background: #f3f3f3;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	margin: 0 40px 0 0;
	padding: 40px;
}
.wd_has-left-sidebar {
	flex-basis: calc(70% - 40px);
	min-width: unset;
	margin: 0 auto 60px 0;
}
.wd_has-right-sidebar {
    display: flex;
    column-gap: 120px;
    max-width: unset;
}

/* Slideshow */
.wd_slideshow-wrapper {
	width: 100%;
	background-color: #d7d9d5;
	margin: 10px 0;
	padding: 40px 0 40px 24px;
}
#single_slider_responsive {}
#single_slider_responsive .single_slider_carousel_container {
	max-width: 1140px;
	margin: 0 auto;
	background: transparent;
}
#single_slider_responsive .single_slider_carousel_inner > .active, 
#single_slider_responsive .single_slider_carousel_inner > .next, 
#single_slider_responsive .single_slider_carousel_inner > .prev {}
#single_slider_responsive .item > a {
	display: block;
	/*width: 50%;*/
	float: right;
}
#single_slider_responsive .item img {
    height: 400px;
    width: auto;
}
#single_slider_responsive .single_slider_carousel_inner > .item {
	width: 100%;
	max-width: 100%;
}
#single_slider_responsive .single_slider_carousel_caption {
	position: absolute;
	display: block;
	width: 58%;
	max-height: 560px;
	height: auto;
	background: #fff;
	color: #50555c;
	float: left;
	z-index: 9;
	padding: 20px;
	top: 40px;
	bottom: 40px;
}
#single_slider_responsive .single_slider_carousel_caption h4, 
#single_slider_responsive .single_slider_carousel_caption h4 a {
	font-family: "Barlow Condensed", sans-serif;
	font-size: 4rem;
	font-weight: 700;
	line-height: 4.8rem;
	text-decoration: none;
	color: #50555c;
}
#single_slider_responsive .single_slider_carousel_caption p {
	font-size: 2.2rem;
	line-height: 3.4rem;
	color: #50555c;
	margin-bottom: 1.5rem;
}
#single_slider_responsive .single_slider_carousel_control {
	display: none;
}
#single_slider_responsive .single_slider_carousel_indicators {
	bottom: -40px;
	right: unset;
	left: 50%;
	transform: translateX(-50%);
}
#single_slider_responsive .single_slider_carousel_indicators li span {
	background: #50555C; 
	border: 2px solid #50555C;
	padding: 5px;
}
#single_slider_responsive .single_slider_carousel_indicators li.active span {
	background: #FFF; 
}
/* END Slideshow */

/* Header styles */
.wd_header-wrapper {
    margin-top: 40px;
}
.wd_pageid_20303 .wd_header-wrapper {
	display: none;
}
.wd_header {
	align-items: center;
	margin-bottom: 2rem;
}
.wd_header-fullwidth {
	margin-bottom: 5rem;
}
.wd_header-fullwidth img {
	width: 100%;
	height: auto;
}
.wd_header-img img {
	max-height: 32vw;
}
.no-gutters > [class*="col-"].wd_header_content {
	padding-right: 20px;
	max-width: 500px;
}
.wd_header-title {
	font-family: "Barlow Condensed", sans-serif;
	font-size: 7rem;
	line-height: 6.5rem;
	font-weight: 800;
	text-transform: uppercase;
	color: #bf2032;
	margin: 0 0 20px 0;
}
.wd_header-description {
	font-size: 1.5rem;
}
.page_header,
.category_header {}
.detail_header,
.detail_subheader,
.category_name {}
.category_intro {}
/* END Header styles */


.item, .wd_item {
	margin: 10px 0;
	padding: 10px 0;
}
.item_name,
.wd_title,
.wd_item .wd_title,
.wd_newsfeed_releases-teaser .wd_title,
.wd_documents_item_list > .wd_documents_item > .wd_title {
	font-size: 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: 1.5rem;
	font-weight: normal;
	color: inherit;
	text-transform: none;
}
.item_summary,
.wd_item .wd_summary,
.wd_summary p {
	font-size: 2.2rem;
	line-height: 3.4rem;
	margin-bottom: 1.5rem;
}
.wd_item .wd_subtitle {}

table td {
	padding: 5px;
}
table.wd_imagetable {}
td.imagecaption {}

table.wd_attachment {}
table.wd_attachment br,
table.wd_attachment span.wd_attachment_description,
table.wd_attachment span.wd_attachment_size {
	display: none;
}
table.wd_attachment td.wd_attachment_image {
	vertical-align: middle!important; /* override inline styles*/
}
table.wd_attachment td.wd_attachment_info > p {
	margin: 0;
}


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

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

/* Interior Page Nav */
ul.wd_left-nav > li {
	border-bottom: 1px solid #50555c;
	padding: 10px 0;
}
ul.wd_left-nav > li:last-of-type {
	border-bottom: none;
}
ul.wd_left-nav li {
	margin-bottom: 0;
}
ul.wd_left-nav li.wd_has-children {
	position: relative;
}
ul.wd_left-nav li.wd_has-children:after {
	content: "\f105";
	font-family: "FontAwesome";
	position: absolute;
	top: 10px;
	right: 20px;
}
ul.wd_left-nav li.wd_has-children.active:after,
ul.wd_left-nav li.wd_has-children.wd_open-menu:after {
	content: "\f107";
}
ul.wd_left-nav > li,
ul.wd_left-nav > li a  {
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	text-decoration: none;
	color: #50555c;
}
ul.wd_left-nav ul.wd_submenu {
	display: none;
	background: #fff;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	margin: 20px 0;
	padding: 20px;
}
ul.wd_left-nav li.wd_has-children.active ul.wd_submenu,
ul.wd_left-nav li.wd_has-children.wd_open-menu ul.wd_submenu {
	display: block;
}
ul.wd_submenu li.wd_submenu-item > a {
	font-family: "Montserrat";
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.2;
	text-transform: none;
	text-decoration: none;
	color: #50555c;
}
ul.wd_submenu li.wd_submenu-item > a.active {
	color: #bf2032;
}
ul.wd_submenu li.wd_submenu-item > a:hover {
	color: #09090a;
}
/* END Interior Page Nav */

/* Mobile Interior Page Nav */
div.wd_mobile-nav-wrapper {
	display: none;
	background: #bf2032;
	margin-left: 24px;
	padding: 20px 0;
}
div.wd_open-nav {
	text-align: center;
}
div.wd_open-nav a {
	position: relative;
}
div.wd_open-nav a:after {
	content: "\f105";
	font-family: "FontAwesome";
	display: inline-block;
	color: #fff;
	margin: 0 10px;
}
div.wd_open-nav > a {
	font-size: 2.2rem;
}
div.wd_open-nav a.active:after {
	content: "\f107";
}
div.wd_open-nav a {
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}
ul.wd_mobile-nav {
	display: none;
	width: auto;
	text-align: center;
	margin: 20px auto 0;
	padding: 0;
	transition: 2s ease-in-out;
}
ul.wd_mobile-nav.open {
	display: block;
}
ul.wd_mobile-nav a {
	color: #fff;
	text-decoration: none;
}
ul.wd_mobile-nav li.wd_has-children span.wd_indicator {
	position: relative;
}
ul.wd_mobile-nav li.wd_has-children span.wd_indicator:after {
	content: "\f105";
	font-family: "FontAwesome";
	display: inline-block;
	color: #fff;
}
ul.wd_mobile-nav li.wd_has-children.active span.wd_indicator:after {
	content: "\f107";
}
ul.wd_mobile-nav > li > a {
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	transition: 2s ease-in-out;
}
ul.wd_mobile-nav ul.wd_mobile-submenu {
	display: none;
	transition: 2s ease-in-out;
}
ul.wd_mobile-nav li.wd_has-children.active ul.wd_mobile-submenu {
	display: block;
	margin: 0;
	padding: 0;
}
ul.wd_mobile-nav ul.wd_mobile-submenu li.wd_submenu-item > a {
	font-size: 1.6rem;
	text-decoration: none;
	color: #fff;
}
/* END Mobile Interior Page Nav */

/* Category Nav / Item Search */
.wd_red-background .wd_search_wrapper,
div.wd_category-filters {
	display: flex;
	align-items: center;
	max-width: 1140px;
	margin:  0 auto;
	padding: 40px 10px;
}
.wd_red-background .wd_search_wrapper h2,
div.wd_category-filters h2 {
	text-transform: none;
	color: #fff;
	margin: 0;
	white-space: nowrap;
}
ul.wd_category_nav {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}
ul.wd_category_nav li {
	flex: 1 1 auto;
	margin: 0 10px 0 0;
}
.wd_search_basic_fields {
    background: none;
    border: 0;
    padding: 0;
    color: #fff;
}
.wd_red-background .wd_item_search_form_container input,
.wd_red-background .wd_item_search_form_container select,
.wd_red-background .wd_item_search_form_container button {
    border-color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    /*background: transparent;*/
    border: 2px solid #fff;
    border-radius: 3px;
    color: #000;
    padding: 8px 16px;
    transition: all .2s ease-in-out;
}
.wd_red-background .wd_item_search_form_container input[type=submit],
.wd_red-background .wd_item_search_form_container button {
	color: #fff;
	background: transparent;
}

.wd_red-background .wd_item_search_form_container a {
	color: #fff;
}
.wd_red-background .wd_item_search_form_container input[type=submit]:hover,
.wd_red-background .wd_item_search_form_container button:hover {
    background: #fff;
    color: #50555C;
}
.wd_red-background .wd_item_search_form_container {
	margin-left: 2rem;
}
/*.wd_pageid_35167 .wd_search_basic_fields {
	display: inline;
}*/
.wd_pageid_35167 .wd_red-background .wd_item_search_form_container select {
	max-width: 400px;
	text-overflow: ellipsis;
}
.wd_pageid_35167 .wd_red-background .wd_item_search_form_container .wd_search_form_basic select {
    width: 200px;
}
.wd_search_basic_fields {
    display: inline-flex;
    flex-wrap: wrap;
    column-gap: 5px;
    row-gap: 5px;
}
/* END Category Nav / Item Search */

/* Custom Classes */
.wd_centered-img img {
	display: block;
	width: auto;
	margin: 0 auto;
}

ul.wd_embedded-images {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	list-style: none!important;
}
.wd_embedded-images li {
	flex: 1 1 auto;
}

.wd_pillar-table-blue,
.wd_pillar-table-red {
	max-width: 100%;
}
.wd_pillar-table-blue thead {
	background-color: #7C98B3;
	color: #fff;
}
.wd_pillar-table-red thead {
	background-color: #bf2032;
	color: #fff;
}
.wd_pillar-table-blue th,
.wd_pillar-table-red th {
	padding: 10px;
	border-right: 1px solid white;
}
.wd_pillar-table-blue td,
.wd_pillar-table-red td {
	padding: 10px;
}
.wd_pillar-table-blue tbody tr {
	border-bottom: 1px solid #7c98b3;
}
.wd_pillar-table-red tbody tr {
	border-bottom: 1px solid #bf2032;
}
.wd_pillar-table-blue tbody tr.wd_gray,
.wd_pillar-table-red tbody tr.wd_gray {
	background-color: #F2F2F2;
}
.wd_pillar-table-blue tbody tr.wd_blue {
	background-color: #D1DBE5;
}
.wd_pillar-table-red tbody tr.wd_red {
	background-color: #f2d2d6;
}
.wd_pillar-table-blue ul li,
.wd_pillar-table-red ul li {
	font-size: 1.6rem;
	line-height: 1.4;
	margin-bottom: 5px;
}
.wd_pillar-table-blue p,
.wd_pillar-table-red p {
	margin-bottom: 0;
}


/* END Custom Classes */

/* Breadcrumb */
.wd_breadcrumb {
    margin-bottom: 2rem;
}
#wd_printable_content ul.breadcrumb,
ul.breadcrumb {
	font-size: 1.4rem;
	margin: 0;
	padding: 0;
}

ul.breadcrumb li {
	font-size: 1.4rem;
	display: inline;
	padding: 10px 0;
}
ul.breadcrumb li a {
	text-decoration: none;
	color: #50555c;
}
span.wd_indicator {
	margin: 0 10px;
}
/* END Breadcrumb */

/* Toolbar */
/* Importants added to override inline styles */
div.wd_toolbar {
	border-top: none;
	border-bottom: none;
    margin: 10px 0 5px;
    padding: 0 5px;
    display: flex;
}
.wd_toolbar .addthis_inline_share_toolbox .at-share-btn-elements {
    display: flex;
}
.wd_toolbar .addthis_inline_share_toolbox .at-share-btn-elements div.at-resp-share-element a.at-share-btn {
    margin: 0;
}
div.wd_toolbar ul.wd_tools li.wd_tool {
	float: left;
	margin-bottom: 0;
}
span.wd_tool_icon > a:link, 
span.wd_tool_icon > a:visited {
	background-color: transparent !important;
	color: #bf2032;
	transition: all .2s ease-in-out;
	font-size: 1.6rem;
}
span.wd_tool_icon > a:hover {
	transform: translateY(-4px);
}
div.at-resp-share-element a.at-share-btn {
	background-color: transparent!important;
	margin-right: 5px;
}
div.at-resp-share-element a.at-share-btn svg.at-icon {
	fill: #bf2032!important;
	width: 24px!important;
	height: 24px!important;
}
a.at-icon-wrapper.at-share-btn.at-svc-pinterest_share {
	display: none;
}

.wd_toolbar .addthis_inline_share_toolbox {
	display: inline-block;
	display: none;
}
div.wd_toolbar ul.wd_tools {
	display: inline;
	display: inline-flex;
}
/* END Toolbar */

/* Start Page Menu*/

.wd_page_menu {
	display: flex;
    flex-direction: column-reverse;
    text-align: center;
}
.wd_page_menu nav {
	text-align: center;
}
.wd_page_menu .wd_page_links {
	float: none;
	margin-bottom: 40px;
}
.wd_page_menu .wd_page_links li {
	padding: 8px 16px;
	border: none;
}
.wd_page_menu .wd_page_links li:last-child {
	border-right: none;
}
.wd_page_menu .wd_page_links li:first-child { 
	border-right: none;
	padding: 0;
}
.wd_page_menu .wd_page_links li:nth-last-child(2) {
	border-right: none;
}
.wd_page_menu .wd_page_links li:last-child {
	padding: 0;
}
.wd_page_menu .wd_page_links li a {
	font-weight: 600;
}
.wd_page_menu .wd_page_links li:first-child a,
.wd_page_menu .wd_page_links li:first-child span {
	font-weight: 600;
}
.wd_page_menu .wd_page_links li:last-child a {
	font-weight: 600;
}
.wd_page_menu li.wd_page_active {
	background-color: transparent;
}
.wd_page_menu li.wd_page_active span {
	font-weight: 600;
}
.wd_page_menu .wd_page_limit {
	text-align: center;
	font-weight: 600;
}

/* End Page Menu*/ 

/* Standard */
div.wd_standard {}

div.wd_standard .item .item_name {
	clear: both;
	margin: 20px 0;
}


/* Archives - ID20315 */
.wd_pageid_20315 div.wd_category_items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wd_pageid_20315 div.wd_category_items .item {
	flex-basis: calc(50% - 20px);
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 1px solid #f3f3f3;
	padding: 20px;
}
.wd_pageid_20315 table.wd_attachment .wd_attachment_image {
	display: none;
}
.wd_pageid_20315 div.wd_category_items .item p {
	text-align: center;
	max-width: 90%;
	font-size: 1.8rem;
	line-height: 2.8rem;
	margin: 0 auto 1rem;
}
/* END Archives - ID20315 */

/* ESG A-Z ID20288 */
.wd_pageid_20288 .item_name a {
	font-family: "Barlow Condensed", sans-serif;
	font-size: 4rem;
	font-weight: 700;
	line-height: 5.5rem;
	font-weight: 800;
	text-transform: uppercase;
	color: #50555c;
}
/* END ESG A-Z ID20288 */

/* END Standard */

/* Stories / Articles / Newsfeed Releases */
div.wd_stories {}

div.wd_stories .wd_item_search_form_container {
	display: none;
}
div.wd_articles ul.wd_layout-simple:before,
div.wd_articles ul.wd_layout-simple:after,
div.wd_newsfeed_releases ul.wd_layout-simple:before,
div.wd_newsfeed_releases ul.wd_layout-simple:after,
div.wd_stories ul.wd_layout-simple:before,
div.wd_stories ul.wd_layout-simple:after {
	display: none;
}
.wd_featureboxes_middle .wd_newsfeed_releases-teaser,
.wd_featureboxes_middle .wd_stories-teaser,
.wd_featureboxes_middle .wd_articles-teaser,
div.wd_articles ul.wd_item_list,
div.wd_newsfeed_releases ul.wd_item_list,
div.wd_stories ul.wd_item_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 20px;
	row-gap: 10px;
}
.wd_articles ul.wd_category_link_list li,
.wd_stories ul.wd_category_link_list li,
.wd_newsfeed_releases ul.wd_category_link_list li {
	float: none;
}
.wd_tile {
	flex-basis:  calc(28% - 20px);
	text-align: left;
	background-color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 20px;
	flex-grow: 1;
	position: relative;
	line-height: 3.4rem;
}
.wd_tile.wd_has-image .wd_thumbnail,
.wd_tile > .itemlink {
	display: none;
}
div.wd_stories-teaser .item.wd_has-image {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}
.wd_tile.wd_has-image:after {
	content:  "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255,255,255,.7);
}
.wd_tile .wd_title,
.wd_tile .item_name,
.wd_tile .wd_summary,
.wd_tile .item_summary {
	position: relative;
	z-index: 1;
}
.wd_tile .wd_summary,
.wd_tile .item_summary {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 110px;
}

.wd_tile:nth-child(6n+1),
.wd_tile:nth-child(6n+6) {
	flex-basis: calc(45% - 20px);
}

.wd_tile:nth-of-type(6n+1),
.wd_tile:nth-of-type(6n+6) {
	background-color: rgba(135,197,231,.5);
}

.wd_tile:nth-of-type(6n+1).wd_has-image:hover:after,
.wd_tile:nth-of-type(6n+6).wd_has-image:hover:after {
	background-color: rgba(135,197,231,1);
}

.wd_tile:nth-of-type(6n+2),
.wd_tile:nth-of-type(6n+5) {
	background-color: #AAB8BF;
}

.wd_tile:nth-of-type(6n+2).wd_has-image:hover:after,
.wd_tile:nth-of-type(6n+5).wd_has-image:hover:after {
	background-color: rgba(123,148,169,1);
}

.wd_tile:nth-of-type(6n+3),
.wd_tile:nth-of-type(6n+4) {
	background-color: rgba(240,153,51,.5);
}

.wd_tile:nth-of-type(6n+3).wd_has-image:hover:after,
.wd_tile:nth-of-type(6n+4).wd_has-image:hover:after {
	background-color: rgba(240,153,51,1);
}

.wd_tile:nth-of-type(6n+1).wd_has-image:hover:after,
.wd_tile:nth-of-type(6n+6).wd_has-image:hover:after,
.wd_tile:hover:nth-of-type(6n+1),
.wd_tile:hover:nth-of-type(6n+6) {
	background-color: rgba(135,197,231,1);
}

.wd_tile:nth-of-type(6n+2).wd_has-image:hover:after,
.wd_tile:nth-of-type(6n+5).wd_has-image:hover:after,
.wd_tile:hover:nth-of-type(6n+2),
.wd_tile:hover:nth-of-type(6n+5) {
	background-color: #BFCBD5;
}

.wd_tile:nth-of-type(6n+3).wd_has-image:hover:after,
.wd_tile:nth-of-type(6n+4).wd_has-image:hover:after,
.wd_tile:hover:nth-of-type(6n+3),
.wd_tile:hover:nth-of-type(6n+4) {
	background-color: rgba(240,153,51,1);
}

.wd_tile .wd_category_link {
	margin: 0 .5em 0 0;
	opacity: 1;
}

.wd_tile .wd_category_link a {
	font-size: 1.6rem;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	color: #50555c;
}

.wd_tile a {
	text-decoration: none;
	color: #50555c;
} 
.wd_tile a:hover {
    text-decoration: underline;
}

/*.wd_tile .wd_title,
.wd_tile .item_name {
	font-family: "Barlow Condensed", sans-serif;
	text-transform: uppercase;
	font-size: 3rem;
	margin: 20px 0;
}*/
.wd_articles ul.wd_category_link_list,
.wd_newsfeed_releases ul.wd_category_link_list,
.wd_stories ul.wd_category_link_list {
	float: none;
}
.wd_tile ul.wd_category_link_list li.wd_category_link,
.wd_tile.wd_has-image .wd_category_link,
.wd_tile.wd_has-image .item_name,
.wd_tile.wd_has-image .item_summary {
	position: relative;
	z-index: 9;
    padding: 0;
    background: none;
    border: 0;
}
.wd_tile .wd_date,
.wd_tile .item_date {
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #50555c;
    position: relative;
    z-index: 1;
}
.wd_tile .wd_asset_icon_link_list {
	display: none;
}
.wd_detail_header {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    width: calc(100% + 160px);
}
.wd_asset_list .wd_item {
    background: none;
}
/* END Stories / Articles / Newsfeed Releases */

/* 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_articles-detail .wd_title,
.wd_newsfeed_releases-detail .wd_title {
	font-size: 1.7em;
	margin: 10px 0 20px;
}
.wd_newsfeed_releases-detail .wd_subtitle {
    font-weight: normal;
    font-size: 2.2rem;
    line-height: 3.4rem;
    margin-bottom: 1.5rem;
    text-align: center;
    font-style: italic;
}
.wd_articles-detail .wd_author_name {
    margin-bottom: 20px;
    font-weight: bold;
}
.wd_articles-detail p {
    margin-bottom: 10px;
}
/* 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: 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 {
	border-radius: 0;
	border: 1px solid #ccc;
	border-radius: 3px;
	line-height: 34px;
	padding: 0 1rem;
	font-size: 1.2rem;
	height: 40px;
	color: #333;
	margin: 0 5px 0 0;
}
#wd_printable_content .wd_form_field_label {
	line-height: 1.4;
	margin-bottom: 0;
}
#wd_printable_content input[type=text] {
	max-width: 69%;
}
#wd_printable_content input[type=submit] {
	font-family: Montserrat, sans-serif;
	font-size: 1.5rem;
	font-weight: 800;
	text-transform: uppercase;
	text-decoration: none;
	background: #fff;
	border: 2px solid #bf2032;
	border-radius: 3px;
	color: #bf2032;
	height: unset;
	line-height: initial;
	padding: 8px 16px;
	transition: all .2s ease-in-out;
}
#wd_printable_content input[type=submit]:hover {
	background: #bf2032;
	color: #fff;
}
#wd_printable_content input[type=checkbox],
#wd_printable_content input[type=radio] {
	height: auto;
	margin: 0 5px 0 0;
}
.wd_form_field,
.wd_form_footer {
	clear: both;
	margin: 20px 0;
}
.wd_page_link {
	font-size: 1.6rem;
}
.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_form_field_pos_above .wd_form_field_input, 
.wd_form_field_pos_above .wd_form_field_label, 
.wd_form_field_pos_below .wd_form_field_input, 
.wd_form_field_pos_below .wd_form_field_label {
	margin-left: 0;
}
#wd_printable_content div.wd_subscribe2 div.wd_form_footer div.wd_form_buttons {
	margin-left: 0;
}
/* END Formbuilder */

/* Buttons and Backgrounds */
.wd_ltgray-background {
	width: 100%;
	background: rgba(215,217,213,.5);
	margin: 20px 0;
}
.wd_ltgrayfade-background {
	width: 100%;
	background-image: linear-gradient(rgba(215,217,213,.5),rgba(255,255,255,1));
}
.wd_red-background {
	width: 100%;
	background: #bf2032;
	margin: 20px 0;
}

.more {
	margin: 20px 0;
}
.more a {
	font-family: Montserrat, sans-serif;
	font-size: 1.5rem;
	font-weight: 800;
	text-transform: uppercase;
	text-decoration: none;
	background: #fff;
	border: 2px solid #bf2032;
	border-radius: 3px;
	color: #bf2032;
	padding: 8px 16px;
	transition: all .2s ease-in-out;
}
.more a:hover {
	background: #bf2032;
	color: #fff;
}
p.more.orange a {
    display: inline-block;
    padding: 0.4em 1.6em;
    margin: 0 0.3em 0.3em 0;
    border-radius: 15px;
    box-sizing: border-box;
    text-decoration: none;
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    color: #fff;
    background-color: #f09933;
    text-align: center;
    transition: all 0.2s;
    border: 0;
    text-transform: none;
}
p.more.orange a:hover {
    opacity: .8;
}
.more-white {
	margin: 20px 0;
}
.more-white a {
	font-family: Montserrat, sans-serif;
	font-size: 1.5rem;
	font-weight: 800;
	text-transform: uppercase;
	text-decoration: none;
	background: transparent;
	border: 2px solid #fff;
	border-radius: 3px;
	color: #fff;
	padding: 8px 16px;
	transition: all .2s ease-in-out;
}
.more-white a:hover {
	background: #fff;
	color: #50555C;
}
.wd_back-to-top {
	display: none;
	position: fixed;
	left: 50%;
	bottom: 4rem;
	font-family: Montserrat, sans-serif;
	font-size: 1.5rem;
	font-weight: 800;
	text-transform: uppercase;
	text-decoration: none;
	background: #fff;
	border: 2px solid #bf2032;
	border-radius: 3px;
	color: #bf2032;
	padding: 8px 16px;
	transition: all .2s ease-in-out;
	z-index: 999;
}
.wd_back-to-top.show{
	display: block;
}
/* END Buttons and Backgrounds */

/* Datepicker */
#wd_printable_content button.icon.wd_wai_dp_button {
	background: #fff;
	border-radius: 3px;
	margin-left: 10px;
}
#wd_printable_content button.icon.wd_wai_dp_button:hover {
	background: #bf2032;
	color: #fff;
}
.wd_wai_datepicker .wd_wai_header {
	background: #87c5e7;
}
.wd_wai_datepicker .wd_wai_datepickerDialog {
	border: 2px solid #87c5e7;
}
#wd_printable_content div.wd_wai_header button[class^="wd_wai"] {
	border: none;
	height: unset;
	color: #fff;
}
.wd_wai_datepicker .wd_wai_header div.wd_wai_monthYear {
	margin: 10px 0;
}
.wd_wai_datepicker table.wd_wai_dates th {
	padding: 5px;
}
#wd_printable_content div.wd_wai_dialogButtonGroup button[class^="wd_wai"] {
	font-family: Montserrat, sans-serif;
	font-size: 1.5rem;
	font-weight: 800;
	text-transform: uppercase;
	text-decoration: none;
	background: #fff;
	border: 2px solid #bf2032;
	border-radius: 3px;
	color: #bf2032;
	width: initial;
	height: unset;
	padding: 8px 16px;
	transition: all .2s ease-in-out;
}
#wd_printable_content div.wd_wai_dialogButtonGroup button[class^="wd_wai"]:hover {
	background: #bf2032;
	color: #fff;
}
/* END Datepicker */

/* Search */
#wd_search {
	position: relative;
	height: 0;
	overflow-y: hidden;
	transition: height 1.2s linear;
}
#wd_search.wd_search-open {
	height: 60px;
	/*border-bottom: 2px solid #d9d9d9;*/
	transition: 1.2s height ease-in-out;
}
#wd_search .wd_search_form_container input[type="text"] {
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	width: 100%;
	height: 60px;
	border: 0;
	border-radius: 0;
	background-color: #87C5E7;
	cursor: text;
	padding: 5px 50px 5px 15px;
}
#wd_search .wd_search_form_container input[type="submit"] {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: transparent;
	border: none;
	background: url(../images/kelloggs-magnifying-glass.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0;
	padding: 5px;
}
/* END Search */
/* Search Results */
.wd_search_result {
	border-bottom:  1px solid #f3f3f3;
	margin: 20px 0 10px 0;
	padding: 40px 0;
}
.wd_search_result:last-of-type {
	border-bottom: none;
}
.wd_search_info {
	display: none;
}
.wd_sphinx_search .wd_search_result a {
    font-weight: 600;
}
/* END Search Results */

/* Featureboxes */
#main_container .wd_featurebox-spacing {
	/*margin: 0 0 40px 0;*/
	padding: 40px 0 40px 24px;
}
#main_container .wd_home-featurebox-spacing {
	margin: 40px 0 0 0;
	padding: 40px 0 0 24px;
}
#main_container .wd_featurebox-fullwidth-spacing {
	padding: 40px 0 0 0;
}
div.wd_featurebox_container {
	padding: 40px 0;
}
div.wd_featurebox_title,
div.wd_moved-fbtitle {
	font-family: "Barlow Condensed", sans-serif;
	font-size: 5rem;
	line-height: 1.2;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	color: #50555c;
	margin: 0 0 20px 0;
}
div.wd_moved-fbtitle {
	color: #fff;
}
div.wd_featurebox {}


div.wd_leftfb-wrap {
	background: #f3f3f3;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	margin: 40px 40px 40px 0;
	padding: 40px;
}
div.wd_featureboxes_left {}
div.wd_featureboxes_left div.wd_featurebox_container {
	position: relative;
	padding: 0;
}
div.wd_featureboxes_left div.wd_featurebox_title {
	font-size: 4rem;
	line-height: 5.5rem;
	text-align: left;
	margin-left: 2.0rem;
}
div.wd_featureboxes_left div.wd_featurebox {
	background: #fff;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	margin: 20px 0 20px 2.0rem;
	padding: 20px;
}
div.wd_featureboxes_left div.wd_featurebox a {
	font-family: "Montserrat";
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.2;
	text-transform: none;
	text-decoration: none;
	color: #50555c;
}
div.wd_featureboxes_left div.wd_featurebox a:hover {
	color: #bf2032;
}

div.wd_featureboxes_pillars {
    display: flex;
    flex-wrap: wrap;
    column-gap: 74px;
    max-width: 1399px;
    margin: 3rem 0;
    justify-content: space-between;
}
div.wd_featureboxes_pillars div.wd_featurebox_container {
	position: relative;
	flex: 1 1 18%;
	padding: 40px 60px;
}
div.wd_featureboxes_pillars div.wd_featurebox_container:after {
    content: "";
    position: absolute;
    right: -55.5px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 37px;
    height: 265px;
    background: url('../images/divider-squiggle.png');
    background-repeat: no-repeat;
    background-size: contain;
}
div.wd_featureboxes_pillars div.wd_featurebox_container:last-of-type:after {
	display: none;
}
div.wd_featureboxes_pillars div.wd_featurebox_title {
    color: #86C5E7;
}
.wd_featureboxes_pillars .wd_featurebox_title span {
    color: #fff;
    font-family: journalregular;
    font-size: 7rem;
    font-weight: 400;
}
div.wd_featureboxes_pillars div.wd_featurebox {
	text-align: center;
	width: 80%;
    margin: 0 auto;
}
.wd_featureboxes_pillars .more a {
    background: #bf2032;
    border-color: #fff;
    color: #fff;
}
.wd_featureboxes_pillars .more a:hover {
    background: #fff;
    color: #bf2032;
}

div.wd_featureboxes_pillar_progress {}
div.wd_featureboxes_pillar_progress div.wd_featurebox_container {}
div.wd_featureboxes_pillar_progress div.wd_featurebox_title {
	display: none;
}
div.wd_featureboxes_pillar_progress div.wd_featurebox {
	text-align: center;
}
div.wd_featureboxes_pillar_progress div.wd_featurebox ul {
	display: flex;
	/*flex-wrap: wrap;*/
	max-width: 80%;
	margin: 0 auto;
	padding: 0;
}
div.wd_featureboxes_pillar_progress div.wd_featurebox ul li {
	flex: 1 1 auto;
	margin: 0;
	padding: 20px;
}

div.wd_featureboxes_pillar_stories {}
div.wd_featureboxes_pillar_stories div.wd_featurebox_container {}
div.wd_featureboxes_pillar_stories div.wd_featurebox_title {}
div.wd_featureboxes_pillar_stories div.wd_featurebox {}
div.wd_featureboxes_pillar_stories div.wd_featurebox p.more {
	text-align: center;
}

/* Top Featureboxes */
.wd_featureboxes_top {
    max-width: 1399px;
    margin: 60px auto;
    display: flex;
    column-gap: 2px;
}
.wd_featureboxes_top .wd_featurebox_container {
    flex: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.wd_featureboxes_top .wd_featurebox_image {
    width: 100%;
    height: 280px;
}
.wd_featureboxes_top .wd_featurebox_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.wd_featureboxes_top .wd_featurebox_content {
    background-color: #fff;
    margin: -20px 2% 0;
    position: relative;
    padding: 12px 12px 40px;
    flex-grow: 1;
}

.wd_featureboxes_top .wd_featurebox_title,
.wd_featureboxes_top .wd_featurebox_title a {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 4rem;
    font-weight: 700;
    line-height: 4.8rem;
    text-decoration: none;
    color: #50555c;
    text-align: left;
}

/* END Top Featureboxes */

/* Right Featureboxes */
.wd_featureboxes_right {
    flex: 1 0 30%;
}
.wd_featureboxes_right .wd_featurebox_container {
    position: relative;
}
.wd_featureboxes_right .wd_featurebox_container:before {
    content: "";
    position: absolute;
    top: 0;
    left: -70px;
    display: inline-block;
    width: 10px;
    height: 100%;
    background: url('../images/Kellogg_stylized_line_vertical.png');
    background-repeat: no-repeat;
    background-size: 10px 100%;
}
.wd_featureboxes_right .wd_featurebox_title {
    text-align: left;
}
/* END Right Featureboxes */

/* Middle Left/Right Featureboxes */
.wd_leftrightfb-wrap {
    max-width: 1399px;
    margin: 0 auto;
    display: flex;
    column-gap: 2%;
    flex-wrap: wrap;
}
.wd_featureboxes_middle_left {
    flex: 1 0 49%;
}
.wd_featureboxes_middle_right {
    width: 49%;
}
.wd_featureboxes_middle_left .wd_featurebox_title {
	text-align: left;
}
.wd_featureboxes_middle_right .wd_featurebox_title {
	display: none;
}
.wd_featureboxes_middle_left .wd_thumbnail,
.wd_featureboxes_middle_left .wd_summary {
    display: none;
}
.wd_featureboxes_middle_left .wd_date {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.wd_featureboxes_middle_left .wd_title {
    font-weight: 400;
}
.wd_featureboxes_middle_left .wd_title a {
    color: #50555c;
    text-decoration: none;
}
.wd_featureboxes_middle_right .wd_imagetable {
    max-width: 100%;
}
.wd_featureboxes_middle_right h2 {
    color: #f09933;
    line-height: 4.5rem;
    margin: 1rem 0;
}
/* END Middle Left/Right Featureboxes*/

/* Subscribe Featureboxes */
.wd_subscribe-wrapper {
    min-width: 75%;
    padding-left: 10%;
}
.wd_featureboxes_subscribe .wd_featurebox_title {
    display: none;
}
.wd_featureboxes_subscribe p {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 5rem;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
    
}
.blue-quote-right .multipart .wd_featureboxes_subscribe p {
	max-width: unset;
}
.wd_featureboxes_subscribe .red-btn {
    display: inline-flex;
    font-family: Montserrat, sans-serif;
    position: relative;
    margin-left: 140px;
}
.wd_featureboxes_subscribe .red-btn a {
	font-size: inherit;
}
.wd_featureboxes_subscribe .red-btn:before {
    display: inline-block;
    width: 113px;
    height: 39px;
    content: '';
    position: absolute;
    left: -130px;
    background-image: url(../images/ArrowDoodle.png);
}
/* END Subscribe Featureboxes */

/* Middle Featureboxes */

div.wd_featureboxes_middle {}
div.wd_featureboxes_middle div.wd_featurebox_container {}
div.wd_featureboxes_middle div.wd_featurebox {
	max-width: 1399px;
}

div.wd_featureboxes_middle div.wd_featurebox .wd_imagetable {
	text-align: right;
}
.wd_featureboxes_middle p.more {
    text-align: center;
}
/* END Middle Featureboxes */

/* Bottom Featureboxes */
.wd_featureboxes_bottom-wrapper {
    position: relative;
    display: flex;
    column-gap: 40px;
}
.wd_featureboxes_bottom {
    padding-left: 10%;
    flex: 70%;
    max-width: 70%;
    background-color: #F09933;
    color: #fff;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    padding-right: 120px;
}
.wd_featureboxes_bottom .wd_featurebox_container {
    padding: 80px 0;
}
.wd_featureboxes_bottom .wd_featurebox_title {
	display: none;
}
.wd_featureboxes_bottom .wd_featurebox {
    display: flex;
    justify-content: space-between;
    column-gap: 40px;
    flex-wrap: wrap;
}
.wd_featureboxes_bottom a {
    color: #fff;
    text-decoration: none;
}
/* END Bottom Featureboxes */

/* Bottom Right Featureboxes */
.wd_featureboxes_bottom_right {
    flex: 25%;
    align-self: flex-end;
    min-width: calc(4% + 360px);
    min-height: 200px;
}
.wd_featureboxes_bottom_right .wd_featurebox_container {
    padding: 0;
}
.wd_featureboxes_bottom_right .wd_featurebox_title {
    font-family: journalregular;
    color: #F09933;
    position: absolute;
    right: calc(4% + 140px);
    bottom: 125px;
    font-weight: 400;
    font-size: 60px;
    text-align: left;
    margin: 0;
}
.wd_featureboxes_bottom_right .wd_imagetable img {
    position: absolute;
    right: 4%;
    bottom: -60px;
}
/* END Bottom Right Featureboxes */

div.wd_stories-teaser,
div#featurebox_rss_0 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 20px;
	row-gap: 10px;
}
div.wd_stories-teaser .item,
div#featurebox_rss_0 .item {
	flex-basis:  calc(28% - 20px);
	background-color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 20px;
}
div.wd_stories-teaser .item.wd_has-image a.itemlink > img {
	display: none;
}
div.wd_stories-teaser .item.wd_has-image {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}
div.wd_stories-teaser .item.wd_has-image:after {
	content:  "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255,255,255,.5);
}
div.wd_stories-teaser .item.wd_has-image:hover:after {
	background: transparent;
}
div.wd_stories-teaser .item:nth-child(6n+1),
div.wd_stories-teaser .item:nth-child(6n+6),
div#featurebox_rss_0 .item:nth-child(6n+1),
div#featurebox_rss_0 .item:nth-child(6n+6) {
	flex-basis: calc(45% - 20px);
}
div.wd_stories-teaser .item:nth-of-type(6n+1),
div.wd_stories-teaser .item:nth-of-type(6n+6),
div#featurebox_rss_0 .item:nth-child(6n+1),
div#featurebox_rss_0 .item:nth-child(6n+6) {
	background-color: rgba(135,197,231,.5);
}
div.wd_stories-teaser .item:nth-of-type(6n+2),
div.wd_stories-teaser .item:nth-of-type(6n+5),
div#featurebox_rss_0 .item:nth-child(6n+2),
div#featurebox_rss_0 .item:nth-child(6n+5) {
	background-color: rgba(123,148,169,.5)
}
div.wd_stories-teaser .item:nth-of-type(6n+3),
div.wd_stories-teaser .item:nth-of-type(6n+4),
div#featurebox_rss_0 .item:nth-child(6n+3),
div#featurebox_rss_0 .item:nth-child(6n+4) {
	background-color: rgba(240,153,51,.5)
}
div.wd_stories-teaser .item:hover:nth-of-type(6n+1),
div.wd_stories-teaser .item:hover:nth-of-type(6n+6),
div#featurebox_rss_0 .item:hover:nth-child(6n+1),
div#featurebox_rss_0 .item:hover:nth-child(6n+6) {
	background-color: rgba(135,197,231,1);
}
div.wd_stories-teaser .item:hover:nth-of-type(6n+2),
div.wd_stories-teaser .item:hover:nth-of-type(6n+5),
div#featurebox_rss_0 .item:hover:nth-child(6n+2),
div#featurebox_rss_0 .item:hover:nth-child(6n+5) {
	background-color: rgba(123,148,169,1)
}
div.wd_stories-teaser .item:hover:nth-of-type(6n+3),
div.wd_stories-teaser .item:hover:nth-of-type(6n+4),
div#featurebox_rss_0 .item:hover:nth-child(6n+3),
div#featurebox_rss_0 .item:hover:nth-child(6n+4) {
	background-color: rgba(240,153,51,1)
}
div.wd_stories-teaser .item .wd_category_link {
	margin: 0 .5em 0 0;
	opacity: 1;
}
div.wd_stories-teaser .item .wd_category_link a {
	font-size: 1.6rem;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	color: #50555c;
}
div.wd_stories-teaser .item a,
div#featurebox_rss_0 .item a {
	text-decoration: none;
	color: #50555c;
} 
div.wd_stories-teaser .item .item_name,
div#featurebox_rss_0 .item .item_name {
	font-family: "Barlow Condensed", sans-serif;
	text-transform: uppercase;
	font-size: 3rem;
	margin: 20px 0;
}
div.wd_stories-teaser .item.wd_has-image .wd_category_link,
div.wd_stories-teaser .item.wd_has-image .item_name,
div.wd_stories-teaser .item.wd_has-image .item_summary {
	position: relative;
	z-index: 9;
}
.wd_featureboxes_callout_full_width .wd_featurebox_title {
	display: none;
}
.wd_featureboxes_callout_full_width .wd_featurebox {
    text-align: center;
}

/* 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;
}
div.wd_overflow {
	overflow-x: auto;
}

/* New Window */
#wd_printable_content a[target="_blank"],
a[target="_blank"] {
	position: relative;
}
span.wd_new-window {
	display: none;
	position: absolute;
	top: 0;
	right: -15em;
	max-width: 20em;
	font-size: 1rem;
	line-height: 1.5;
	background-color: #fff;
	color: #BF2032;
	border: 1px solid #BF2032;
	padding: 5px;
	white-space: nowrap;
	z-index: 2;
}
div.wd_toolbar span.wd_new-window {
	top: -2em;
	right: 2.5em;
}
#wd_printable_content a[target="_blank"]:hover span.wd_new-window,
#wd_printable_content a[target="_blank"]:focus span.wd_new-window,
#wd_printable_content a[target="_blank"]:active span.wd_new-window,
a[target="_blank"]:hover span.wd_new-window,
a[target="_blank"]:focus span.wd_new-window,
a[target="_blank"]:active span.wd_new-window {
	display: block;
}

/* Custom checkbox */
span.wd_checkbox {
    position: relative;
	margin-left: 6px;
}
.checkmark {
	display: none;
	position: absolute;
	left: 4px;
	top: 0px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.custom-checkbox {
	position: absolute;
	left: 2px;
	top: 5px;
	width: 12px;
	height: 12px;
	background: white;
}
.wd_checkbox input {opacity: 0;}
.wd_checkbox input[type=checkbox]:hover {cursor: pointer;}
.wd_checkbox input[type=checkbox] + label {
    padding-left: 2px;
    height:19px; 
    display:inline-block;
    line-height:17px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:15px;
    vertical-align:middle;
    cursor:pointer;
}
.wd_checkbox input[type=checkbox]:checked + label > .custom-checkbox .checkmark {display: inline;}

/* Search */
.wd_sphinx_search .wd_search_image {
	margin-right: 22px;
}
#wd_printable_content .wd_sphinx_search .wd_asset_icon {
	font-size: .8em;
	color: #bf2032;
}
.wd_sphinx_search .wd_search_result .wd_asset_icon {
	display: none;
}
.wd_sphinx_search .wd_search_result {
	display: flex;
}

/* Release Details */
.wd_newsfeed_releases-detail .wd_asset_list li.wd_asset_inline {
	background: none;
	position: relative !important;
	left: 0 !important;
	top: 0 !important;
	display: block !important;
}
.wd_newsfeed_releases-detail .wd_asset_list {
	display: flex;
	flex-direction: column;
	/* width: auto;
	height: auto; */
}
#wd_printable_content .wd_newsfeed_releases-detail .wd_asset_inline_list {
    padding-left: 15px;
}
.wd_gallery_asset .wd_title_overlay {
    z-index: 2;
}
.wd_gallery_asset .wd_icon_overlay {
	z-index:1;
}
.wait-assets {
	height: fit-content !important;
	width: fit-content !important;
}
.wd_newsfeed_releases-detail,
.wd_articles-detail {
	margin-bottom: 60px;
}

.wd_pageid_27537 .wd_featureboxes_middle .wd_date {
	font-weight: 400;
}
/*.wd_newsfeed_releases-detail .wd_videos_asset:before {
    content: "\F01D";
    font-family: 'FontAwesome';
    color: #bf2032;
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translateX(-50%) translateY(50%);
    font-size: 50px;
}*/
.wd_newsfeed_releases-detail .wd_videos_asset .wd_icon_overlay {
	opacity: 1;
    background-color: rgba(0, 0, 0, .4);
}
.wd_newsfeed_releases-detail .wd_videos_asset .wd_icon_overlay .wd_icon_container > a,
.wd_newsfeed_releases-detail .wd_videos_asset .wd_icon_overlay .wd_icon_container > a:link,
.wd_newsfeed_releases-detail .wd_videos_asset .wd_icon_overlay .wd_icon_container > a:visited {
	color: #bf2032;
}
.wd_newsfeed_releases-detail .wd_videos_asset:hover .wd_icon_overlay {
    background-color: rgba(0, 0, 0, .75);
}
.wd_newsfeed_releases-detail .wd_videos_asset:hover .wd_icon_overlay .wd_icon_container > a,
.wd_newsfeed_releases-detail .wd_videos_asset:hover .wd_icon_overlay .wd_icon_container > a:link,
.wd_newsfeed_releases-detail .wd_videos_asset:hover .wd_icon_overlay .wd_icon_container > a:visited {
	color: #cccccc;
}
/* Extra large devices (large desktops) */
@media (max-width: 1640px) {
	.wd_detail_header {
	    width: calc(100% + 140px);
	}
	div.wd_toolbar {
		padding: 0 20px 0 5px;
	}
}
@media (max-width: 1420px) {
	.wd_detail_header {
	    width: 100%;
	}
	div.wd_toolbar {
		padding: 0 5px;
	}
	div.wd_toolbar ul.wd_tools  {
		flex-direction: column;
	}
	.wd_leftrightfb-wrap {
	    padding-left: 20px;
	    padding-right: 20px;
	}
}
@media (max-width: 1275px) {
	.wd_featureboxes_bottom_right {
		min-width: calc(3% + 360px);
	}
	.wd_featureboxes_bottom_right .wd_featurebox_title {
		right: calc(3% + 140px);
	}
	.wd_featureboxes_bottom_right .wd_imagetable img {
		right: 3%;
	}
}
@media (max-width: 1199px) {}
@media (max-width: 1100px) {
	.wd_red-background .wd_search_wrapper,
	div.wd_category-filters {
		min-width: unset;
		width: 100%;
	}
	div.wd_featureboxes_pillars div.wd_featurebox_container {
		padding: 40px 100px;
	}
}
/* Large devices (desktops) */
@media (max-width:  1024px) {
	.wd_header-title {
		font-size: 5.5rem;
		line-height: 5rem;
	}
	div.wd_overflow {
		overflow-x: scroll;
	}
}
@media (max-width: 992px) {
	.wd_header-img img {
		max-height: unset;
	}
	.no-gutters > [class*="col-"].wd_header_content {
		padding: 0;
		max-width: 100%;
	}
	div.wd_left-sidebar-wrap {
		flex-basis: 100%;
	}
	div.wd_left-sidebar {
		display: none;
	}
/*	div.wd_mobile-nav-wrapper {
		display: block;
	}*/
	div.wd_has-left-sidebar {
		flex-basis: 100%;
		max-width: 95%;
		margin: 0 auto;
	}
	div.wd_content-wrapper {
		padding: 0 0 0 24px;
	}
	.wd_back-to-top {
		transform: translateX(-50%);
	}
	#single_slider_responsive .single_slider_carousel_caption h4, 
	#single_slider_responsive .single_slider_carousel_caption h4 a {
		font-size: 2.5rem;
		line-height: 28px;
	}
	div.wd_featureboxes_pillars {
		flex-wrap: wrap;
		row-gap: 40px;
	}
	div.wd_featureboxes_pillars div.wd_featurebox_container {
		flex-basis: 100%;
		margin: 0 2rem;
		padding: 0;
	}
	div.wd_featureboxes_pillars div.wd_featurebox {
		width: 100%;
	}
	div.wd_featureboxes_pillars div.wd_featurebox_container:after {
		display: none;
	}
	div.wd_featureboxes_pillars div.wd_featurebox_title {
		font-size: 4rem;
	}
	.wd_featureboxes_pillars .wd_featurebox_title span {
		font-size: 6rem;
	}
	div.wd_featureboxes_pillars div.wd_featurebox p {
		font-size: 1.6rem;
		line-height: 2.8rem;
	}
	.wd_featureboxes_bottom-wrapper {
	    flex-wrap: wrap;
	}
	.wd_featureboxes_bottom_right .wd_imagetable img {
	    width: 60px;
	    right: calc(4%);
	}
	.wd_featureboxes_bottom_right .wd_featurebox_title {
	    right: calc(4% + 70px);
	    bottom: 10px;
	}
	.wd_featureboxes_bottom_right {
	    min-height: 90px;
	}
	.wd_featureboxes_middle_right {
	    width: 100%;
	}
	.wd_has-right-sidebar {
		display: block;
	}
	.wd_featureboxes_right .wd_featurebox_container:before {
		display: none;
	}
	.wd_featureboxes_top {
		flex-wrap: wrap;
		row-gap: 40px;
	}
}
@media (min-width: 575px) and (max-width: 978px) {
	#single_slider_responsive .single_slider_carousel_caption .single_slider_carousel_description, 
	#single_slider_responsive .single_slider_carousel_caption p {
		display: block;
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
	#single_slider_responsive .single_slider_carousel_caption .single_slider_carousel_description {
		padding-right: 0;
	}
}

/* Medium devices (tablets) */
@media (max-width: 811px) {
	img:not(.logo) {
		display: block;
		margin: 20px auto;
	}
	.wd_featureboxes_right .wd_featurebox p img {
		display: inline-block;
	}
	table.wd_imagetable {
		display: block;
		max-width: 100%;
		width: 100%;
		float: none;
	}
	table.wd_imagetable img,
	table.wd_attachment img {
		margin: 0 auto;
	}
	.wd_header-title {
		font-size: 4.5rem;
		line-height: 4.5rem;
	}
	.wd_mobile-content-container {
		width: 90%;
		margin: 0 auto;
	}
	#single_slider_responsive .single_slider_carousel_caption {
		max-height: 360px;
		top: 60px;
		bottom: 60px;
	}
	#single_slider_responsive .single_slider_carousel_caption h4, 
	#single_slider_responsive .single_slider_carousel_caption h4 a {
		font-size: 2rem;
	}
	#single_slider_responsive .single_slider_carousel_inner {
		width: 90%;
		margin: 0 auto;
	}
	#main_container .wd_featurebox-spacing {
		margin: 10px 0;
		padding: 10px 0 10px 24px;
	}
	div.wd_featurebox_container {
		padding: 20px 0;
	}
	div.wd_featurebox_title {
		font-size: 3rem;
	}

	.wd_tile,
	.wd_tile:nth-child(6n+1), 
	.wd_tile:nth-child(6n+6),
	div#featurebox_rss_0 .item,
	div#featurebox_rss_0 .item:nth-child(6n+1), 
	div#featurebox_rss_0 .item:nth-child(6n+6) {
		flex-basis: 100%;
	}
	div.wd_featureboxes_middle div.wd_featurebox_title {
		text-align: initial;
	}
	div.wd_featureboxes_middle div.wd_featurebox {
		justify-content: center;
		flex-direction: column;
	}
	div.wd_featureboxes_middle div.wd_featurebox .wd_imagetable, 
	div.wd_featureboxes_middle div.wd_featurebox .wd_feature-text {
		flex-basis: 100%;
	}
}
@media (max-width: 767px) {
	#single_slider_responsive .item > a,
	#single_slider_responsive .item a > img {
		display: block;
		width: 100%;
		float: none;
		height: auto;
	}
	#single_slider_responsive .single_slider_carousel_caption {
		position: relative;
		width: 100%;
		max-height: unset;
		top: unset;
		bottom: unset;
	}
	#single_slider_responsive .single_slider_carousel_indicators {
		top: 100%;
	}
	.wd_pageid_20315 div.wd_category_items .item {
		flex-basis: 100%;
	}
	.wd_featureboxes_bottom {
		max-width: 90%;
	}
	.wd_featureboxes_subscribe p {
		font-size: 4rem;
	}
	.wd_subscribe-wrapper {
	    text-align: left;
	}
	.wd_detail_header {
		display: block;
	}
	div.wd_toolbar ul.wd_tools {
		flex-direction: row;
	}
	div.wd_toolbar span.wd_new-window {
		right: -11em;
	}
}

/* Small devices (landscape phones) */
@media (max-width: 575px) {
    #wd_printable_content input, 
    #wd_printable_content button, 
    #wd_printable_content select {
        width: 100%;
        margin: 10px 0;
    }
    #wd_printable_content input[type="text"] {
        max-width: 100%;
    }
    #wd_printable_content input[type="checkbox"], 
    #wd_printable_content input[type="radio"] {
        width: auto;
    }
	#wd_printable_content p,
	#wd_printable_content li {
		font-size: 1.8rem;
		line-height: 2.2rem;
		margin-bottom: 1rem;
	}
	#wd_printable_content ol ol,
	#wd_printable_content ul ul {
		margin: 5px 0;
	}
	div.wd_featurebox_title, 
	div.wd_moved-fbtitle {
		font-size: 4rem;
	}
	div.wd_featureboxes_pillar_progress div.wd_featurebox ul {
		flex-wrap: wrap;
	}
	div.wd_featureboxes_pillar_progress div.wd_featurebox ul li {
		flex-basis: 100%;
	}
	div.wd_featureboxes_bottom div.wd_featurebox_container {
		flex-basis: 100%;
	}
	div.wd_featureboxes_bottom div.wd_featurebox_container:after {
		display: none;
	}
	.wd_red-background .wd_search_wrapper {
		display: block;
	}
	.wd_red-background .wd_item_search_form_container {
		margin-left: 0;
	}
	
	.wd_tile .item_summary,
	.wd_tile .wd_summary {
		max-height: 66px;
	}
	.wd_featureboxes_bottom {
		max-width: 100%;
		border-radius: 0;
	}
	.wd_sphinx_search .wd_search_result {
		flex-direction: column;
	}
}

/* CLIENT CSS OVERRIDES */
.w-nav-button.w--open .line:last-child {
    display: none;
}
.w-nav-button.w--open .line:first-child {
    transform: rotate(45deg);
}
.w-nav-button.w--open .line:nth-child(2) {
    transform: rotate(-45deg);
}
.w-nav-button.w--open .line {
    position: absolute;
    height: 100%;
    right: 50%;
}
.wrapper {
	background: transparent;
}
.full-width-bar-style-1-LIGHT-GRAY {
	background-size: 100%;
	z-index: 999;
}
.full-width-bar-style-1-BLUE {
	width: calc(100% + 20px);
}
.full-width-bar-style-1-RED.wd_margin {
	margin-top: -4rem;
}
footer .row {
	width: 100%;
}
footer .row .social-widget {
	z-index: 9;
}