 /* Begin classes for common SPIN elements */
*, ::before, ::after { box-sizing: border-box; }
*, ::before, ::after { box-sizing: inherit; }
*, ::before, ::after { box-sizing: border-box; }
html,
body {
	overflow-x: hidden;
}
/* Header styles */
.page_header,
.category_header {}
.detail_header,
.detail_subheader,
.category_name {}
.category_intro {}
/* END Header styles */

/* Custom footer */
.footer {
    background-color: #020607;
    color: #fff;
    padding: 88px 0 50px;
}
.wd_footer_wrapper {
	position: relative;
	color: #fff;
}
.wd_footer_nav_wrapper,
.wd_footer_top_wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}
.wd_footer_nav_wrapper {
    width: 60%;
}
.wd_footer_cta {
    background: transparent linear-gradient(118deg, #7A1315 0%, #9A1915 47%, #D71920 100%) 0% 0% no-repeat padding-box;
    border-radius: 9px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    width: 400px;
    padding: 30px;
}
.wd_footer_cta_header {
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-weight: 600;
}
.wd_footer_cta .wd_button a {
    background-color: #fff;
    color: #D71920;
    font-size: 1rem;
    font-weight: 400;
    padding: 9px 39px;
    display: inline-block;
    border-radius: 12px;
}
.wd_footer_cta .wd_button a:hover {
	text-decoration: none;
}
.wd_footer_nav_header {
    font-size: 1.375rem;
    line-height: 1.8125rem;
    margin-bottom: 42px;
}
.wd_footer_nav a {
    padding: 0;
    margin-bottom: 24px;
    font-size: 1rem;
    font-weight: 300;
    position: relative;
    color: inherit;
    display: inline-block;
}
.wd_footer_nav .wd_footer_nav_item:last-child a {
    margin-bottom: 0;
}
.wd_footer_nav a:hover {
	text-decoration: none;
}
.wd_footer_nav a:after {
    content: " ";
    position: absolute;
    bottom: -10px;
    left: 12px;
    right: 12px;
    border-bottom: 1px solid #D71920;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out,-webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out,-webkit-transform .5s ease-in-out;
}
.wd_footer_nav a:hover:after {
    -webkit-transition: .9s;
    transition: .9s;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.wd_footer_nav_item {
	margin: 0;
	font-weight: 600;
	font-size: 1.125rem;
	line-height: .875rem;
}
.wd_footer_col {
    display: flex;
    flex-direction: column;
}
.wd_footer_social {
    margin-top: auto;
    padding-top: 2rem;
}
.wd_footer_social a {
    display: inline-flex;
    height: 40px;
    width: 40px;
    padding: 0;
    background-color: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #020607;
    font-weight: 400;
}
.wd_footer_social a ~ a {
	margin-left: 15px;
}
.wd_footer_social a:after {
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 1.25rem;
    line-height: 1;
}
.wd_footer_linkedin:after {
    content: '\f08c';
}
.wd_footer_facebook:after {
	content: '\f082';
}
.wd_footer_twitter:after {
	content: '\f099';
}
.wd_footer_instagram:after {
	content: '\f16d';
}
.wd_footer_youtube:after {
	content: '\f167';
}
.wd_footer_social a:hover {
    color: #fff;
    background-color: #020607;
    text-decoration: none;
}
.wd_footer_bottom_wrapper {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    column-gap: 28px;
}
.wd_footer_region_header {
    font-size: 0.875rem;
    line-height: 1.375rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.wd_footer_region_select a {
    display: inline-flex;
    width: 280px;
    max-width: 100%;
    height: 40px;
    align-items: center;
    font-size: .75rem;
    line-height: 1.5rem;
    font-weight: 300;
    background-color: #fff;
    color: #606062;
    border-radius: 4px;
    position: relative;
    padding: .625rem .9375rem;
}
.wd_footer_region_select a:hover {
	text-decoration: none;
}
.wd_footer_region_select a:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-left: 1px solid #606062;
    border-bottom: 1px solid #606062;
    margin-left: auto;
    transform: rotate(-45deg);
    margin-bottom: 2px;
}
.wd_footer_region_select.open a:after {
    transform: rotate(-225deg);
    margin-top: 6px;
    margin-bottom: 0;
}
.wd_footer_cp_wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    width: 60%;
    margin-top: auto;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255, 0.2);
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
}
.wd_footer_cp_wrapper .wd_footer_nav a {
    margin-bottom: 0;
}
.wd_footer_cp_wrapper .wd_footer_nav_item {
    position: relative;
}
.wd_footer_cp_wrapper .wd_footer_nav {
    display: flex;
    white-space: nowrap;
    column-gap: 18px;
}
.wd_footer_cp_wrapper .wd_footer_nav_item ~ .wd_footer_nav_item:before {
    content: '|';
    position: absolute;
    left: -14px;
    font-weight: 100;
}
.wd_footer_region_wrapper {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    bottom: 50px;
    right: 0;
    border-radius: 10px;
    color: #4D4D4F;
}
.wd_footer_region_close {
    position: absolute;
}
.wd_footer_region_wrapper.open {
    display: flex;
    justify-content: space-between;
    padding: 2rem 1.5rem;
    column-gap: 20px;
}
.wd_footer_region_link a {
    padding: 0;
    margin-bottom: 14px;
    font-size: .875rem;
    font-weight: 400;
    color: inherit;
    display: inline-block;
}
.wd_footer_region_link.active a {
    font-weight: 600;
}
.wd_footer_region_nav {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: calc(100% - 10px);
}
.wd_footer_region_link {
    margin: 0;
}
.wd_footer_region.wd_amer,
.wd_footer_region.wd_mea {
    flex: 1;
}
.wd_footer_region.wd_eur,
.wd_footer_region.wd_ap {
    flex: 2;
}
.wd_footer_region.wd_eur .wd_footer_region_link,
.wd_footer_region.wd_ap .wd_footer_region_link {
     max-width: 50%; 
}
.wd_footer_region_nav_header {
    font-size: 1rem;
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 1px solid;
    margin-bottom: 10px;
}
.wd_footer_region_close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    height: 20px;
    width: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}
.footer_wrapper .responsiveColumnControlV1 {
	overflow: visible;
}

.wd_footer_region_close::before,
.wd_footer_region_close::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: black;
}

.wd_footer_region_close::before {
    transform: rotate(45deg);
}

.wd_footer_region_close::after {
    transform: rotate(-45deg);
}

/* end footer */
.wd_page_header {
    font-size: 3rem;
    color: #000;
    line-height: 1.2;
    margin: 80px 0 55px;
    font-family: 'Interstate', sans-serif;
    font-weight: bold;
}
body:not(.wd_pageid_20303) #wd_printable_content {
    margin-bottom: 60px;
}
.more a {
	font-size: 0.875rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	color: #D71920;
	position: relative;
	padding-right: 20px;
}
.more a::after {
	font-family: "Material Icons Outlined";
	content: "chevron_right";
	vertical-align: middle;
	font-size: 1.25rem;
	display: inline-block;
	bottom: -5px;
	right: 0;
	position: absolute;
}
.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.125rem;
    line-height: 1.4375rem;
	font-weight: 700;
}
.item_name a,
.wd_title a {
	color: #212121;
}
.wd_newsfeed_releases-detail .wd_title {
	font-size: 22px;
	text-align: center;
	margin-bottom: 1em;
    line-height: 1.75rem;
}

.item_date, .wd_date,
.wd_item .wd_date,
.wd_event_sidebar .wd_event_date,
.wd_newsfeed_releases-teaser .wd_date {
	font-size: 1rem;
	line-height: 1.6875rem;
	font-weight: normal;
	color: inherit;
	text-transform: none;
}
.item_summary, .wd_item .wd_summary {}
.wd_item .wd_subtitle {}

.wd_imagetable,
.wd_imagetable img {
	max-width: 100%;
	display: block;
}
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;
}

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

/* Standard */
div.wd_standard {}
/* 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 {}
div.wd_newsfeed_releases-detail div[id^="divReleaseHighlight"] {
/*	display: none;*/
	/* override inline styles */
	float: right!important;
	text-align: center!important;
	width: 30%!important;
	margin: 40px 0 40px 40px!important;
	padding: 20px;
}
.wd_subscribe_link {
	visibility: hidden;
	float: left;
	color: #ffffff;
}
.wd_subscribe_link a,
.wd_subscribe_link a:hover {
	color: #ffffff;
}

.wd_newsfeed_releases .wd_title {
	padding-bottom: 8px;
}

.wd_newsfeed_releases .wd_subtitle {
	padding-bottom: 8px;
	line-height: 1.5;
}

.wd_newsfeed_releases .wd_summary {
	padding-bottom: 8px;
}



/* END Newsfeed Releases */

/* News Headlines */ 

.wd_search_basic_fields {
	background-color: #ffffff;
	border: none;
}
.wd_news_headlines .wd_date {
	padding-bottom: 8px;
	line-height: 1.5; 
}
.wd_news_headlines .wd_title {
	padding-bottom: 8px;
	line-height: 1.5;
}

.wd_news_headlines .wd_publication {
	line-height: 1.5;

}
.wd_news_headlines .wd_item_wrapper {
	padding-left: 12px;
}
.wd_news_headlines .wd_item {
	padding-top: 40px;
	border-bottom: 1px solid #E6E6E7;
	padding-bottom: 40px;
}
.wd_news_headlines .wd_item:first-child {
	border-top: 1px solid #ccc;
}


/* End News Headlines */

/* 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 ul li,
.wd_newsfeed_releases-detail .wd_news_body ul 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;
}

div.wd_newsfeed_releases-detail h2 {
    font-weight: bold;
    line-height: 1.875rem;
    font-size: 1.1875rem;
    font-style: normal;
    letter-spacing: -0.5px;

}
.wd_newsfeed_releases-detail {
    font-size: 1.125rem;
}


/* END Newsfeed Releases */

/* Formbuilder */

#wd_printable_content .wd_item_search_form_container {
	display: flex;
	flex-wrap: wrap;
}
#wd_printable_content .wd_item_search_form_container .wd_search_form_advanced {
    max-width: 100%;
}
#wd_printable_content .wd_item_search_form_container .wd_search_form_advanced button {
    vertical-align: bottom;
}
#wd_printable_content .wd_search_basic_fields {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0px;
}
#wd_printable_content .wd_search_basic_fields select,
#wd_printable_content .wd_search_basic_fields input
{
	width: 24%;
	margin-right: 1%;
}

select::-ms-expand {
	border: none;
}
#wd_printable_content input,
#wd_printable_content select {
	border-radius: 0;
	border: 1px solid #ccc;
	line-height: 34px;
	padding: 0 1rem;
	font-size: 1.2rem;
	height: 34px;
	color: #333;
}
#wd_printable_content button:not([class*=wd_wai]),
.wd_wai_dp_button,
.wd_wai_datepicker .wd_wai_dialogButton,
#wd_printable_content input[type=submit] {
    border: 1px solid transparent;
    color: #fff;
    background: #D71920;
    padding: 0.5rem 1rem;
    display: inline-block;
    height: auto;
    font-family: "Interstate", "OpenSans", sans-serif;
    font-weight: bold;
    transition: all 250ms ease-out;
    font-size: 0.875rem;
    line-height: 16px;
    letter-spacing: 0.84px;
    border-radius: 4px;
    width: auto;
}
#wd_printable_content button:not([class*=wd_wai]):hover,
.wd_wai_dp_button:hover,
.wd_wai_datepicker .wd_wai_dialogButton:hover,
#wd_printable_content input[type=submit]:hover {
	background: rgba(215, 25, 32, 0.75);
    cursor: pointer;
}
.wd_wai_datepicker .wd_wai_dialogButton:focus {
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
}
#wd_printable_content select {
	padding: 0 1rem;
	font-size: 1.2rem;
	height: 34px;
	color: #333;
}
select::-ms-expand {
	margin-left: 50px;
	background-color: #fff;
}
#wd_printable_content button.ui-datepicker-trigger {
	border: 0;
}
#wd_printable_content .wd_form_field_label {
    margin-bottom: 0;
    font-weight: 700;
    color: #333;
    font-size: 1rem;
    line-height: 2.375;
    border: none;
}
#wd_printable_content input[type=text] {
	max-width: 69%;
}
#wd_printable_content input[type=submit] {
	max-width: 30%;
	margin-left: 1%;
}
#wd_printable_content input[type=checkbox],
#wd_printable_content input[type=radio] {
	height: auto;
}
.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_wai_datepicker .wd_wai_datepickerDialog {
    width: 400px;
    max-width: 90%;
}
.wd_form_field {
    display: flex;
    align-items: center;
    gap: 10px;
}
.wd_form_field_label + .wd_form_field_input {
    margin-left: 0;
}
/* END Formbuilder */

/* Start News Releases Page */
.wd_newsfeed_releases .wd_item_wrapper,
.wd_newsfeed_releases .wd_item_wrapper:first-child, 
.wd_newsfeed_releases .wd_item_wrapper:last-child {
	margin-left: 180px;
}
.wd_newsfeed_releases .wd_item {
	padding: 30px 0;
	position: relative;
	border-bottom: 1px solid #E6E6E7;

}
.wd_newsfeed_releases .wd_item .wd_thumbnail, 
.wd_newsfeed_releases .wd_item .wd_asset_type_link_list {
	display: none;
}
.wd_newsfeed_releases .wd_item .wd_date {
	position: absolute;
	left: 0;
	top: 30px;
	line-height: 2rem;

}
.wd_newsfeed_releases .wd_item .wd_title a {
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 2rem;
}
.wd_newsfeed_releases .wd_item .wd_summary p {
	color: #333;
	font-weight: 500;
	line-height: 1.5;
	font-size: 1rem;
}


/* End News Releases Page */

/* New Media Contacts */

.wd_pageid_20301 .wd_category_items {
	display: flex;
	flex-wrap: wrap;
}
.wd_pageid_20301 .wd_category_items .item {
	width: 48%;
	margin-right: 2%;
	display: flex;
	flex-wrap: wrap;
} 

.wd_pageid_20301 .wd_category_items .item:nth-child(2n) {
	margin-right: 0;
	margin-left: 2%;
}
/*.wd_pageid_20301 .wd_contact_wrapper {
	width: 100%;
	display: flex;
	border: 1px solid #B1B4B5;
}*/
.wd_pageid_20301 .wd_category_items .item_name {
	width: 100%;
    font-size: 1.75rem;
    line-height: 2.625rem;
    font-family: 'Interstate', sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
    color: #000;
}
.wd_pageid_20301 .item .item_name + div {
	width: 100%;
	padding: 20px;
	color: #000;
	border: 1px solid #B1B4B5;
    min-height: 220px;
}
.wd_pageid_20301 .name {
    font-size: 1.75rem;
    line-height: 2.625rem;
    font-family: 'Interstate', sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
    color: #707070;
}
.wd_pageid_20301 .postion {
	margin-bottom: 35px;
}
.wd_pageid_20301 .phone,
.wd_pageid_20301 .email {
	display: inline-flex;
	width: 100%;
	word-break: break-all;
    font-size: 1.125rem;
    line-height: 1.2;
    margin-bottom: 10px;
}
.wd_pageid_20301 .item .personal_info a,
.wd_pageid_20301 .item .email a {
    font-size: 1.125rem;
    display: flex;
    align-items: center;
    gap: 12px;
}
.wd_pageid_20301 .item .personal_info a::before,
.wd_pageid_20301 .item .email a::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
}
.wd_pageid_20301 .item .personal_info a::before {
    background-image: url(../images/phone-icon-red.svg);
}
.wd_pageid_20301 .item .email a::before {
    background-image: url(../images/email-icon-red.svg);
}


.wd_pageid_20301 .wd_card_image {
	width: 0%;
	min-height: 220px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;

}
.wd_pageid_20301 .item table {
	width: 35%;
	margin: 0 !important;
}
.wd_pageid_20301 .item table img {
	width: 100%;
}
.wd_pageid_20301 .item table td {
	padding: 0;
}

/* End New Media Contacts */

/* Start News Releases */

.wd_news_headlines .wd_title {
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 2rem;
    padding-bottom: 0px;
}
.wd_news_headlines .wd_publication,
.wd_news_headlines .wd_date {
	line-height: 1.4;
	font-size: 1.125rem;
	font-weight: 300;
	padding-bottom: 0;
}

.wd_news_headlines .wd_summary p{
	line-height: 1.6;
	font-size: 1.125rem;
	font-weight: 300;
	padding-bottom: 0;
}
/* End News Releases */

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

/* Featureboxes */
.wd_featurebox_header,
.wd_featurebox_title {
	font-size: 3rem;
	color: #000;
	font-family: 'Interstate', sans-serif;
	font-weight: 900;
	margin-bottom: 50px;
}

/* Header Featureboxes */
.wd_header_fb_wrapper {
	background-image: url(../images/nav-background.png);
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
}
.wd_featureboxes_header {
	display: grid;
	column-gap: 24px;
	/*row-gap: 20px; */
	padding: 30px 0;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
}
.wd_featureboxes_header .wd_featurebox_container {
	display: flex;
	flex-direction: column;
	background-size: cover;
	background-repeat: no-repeat;
	grid-row: span 2;
	border: 1px solid #fff;
	border-radius: 12px;
	overflow: hidden;
	opacity: 45%;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	min-height: 190px;
	font-family: 'Interstate', sans-serif;
	margin-bottom: 24px;
}
.wd_featureboxes_header .wd_featurebox_container:hover {
	transform: scale(1.03);
	opacity: 1;
}
.wd_featureboxes_header .wd_featurebox_container:nth-child(3) {
	/*grid-column: span 2;*/
}
.wd_featureboxes_header .wd_featurebox_container:nth-child(3),
.wd_featureboxes_header .wd_featurebox_container:nth-child(4),
.wd_featureboxes_header .wd_featurebox_container:nth-child(5) {
	grid-row: span 1;
}
.wd_featureboxes_header .wd_imagetable {
	display: none;
}
.wd_featureboxes_header .wd_featurebox_container a {
	color: #fff;
	text-decoration: none;
}
.wd_featureboxes_header .wd_featurebox_container > a {
	display: block;
	padding: 30px;
	width: 100%;
	height: 100%;
	flex: 100%;
}
.wd_featureboxes_header .wd_featurebox_title {
	font-size: 1.75rem;
	margin-bottom: 8px;
	color: inherit;
	font-weight: 300;
	position: relative;
}
.wd_featureboxes_header .wd_featurebox_title::after {
	font-family: "Material Icons Outlined";
	content: "chevron_right";
	vertical-align: bottom;
	position: absolute;
}
.wd_featureboxes_header .wd_featurebox p {
	font-size: 1rem;
}
.wd_pageid_20303 .wd_featureboxes_header #wd_featurebox-standard_3535 {
	opacity: 1;
}
.wd_pageid_20286 .wd_featureboxes_header #wd_featurebox-standard_3536 {
	opacity: 1;
}
.wd_pageid_20295 .wd_featureboxes_header #wd_featurebox-standard_3537 {
	opacity: 1;
}
.wd_pageid_20301 .wd_featureboxes_header #wd_featurebox-standard_3538 {
	opacity: 1;
}

.wd_featureboxes_header .slick-track {
	padding: 20px 0;
}
.wd_featureboxes_header .slick-dots {
	bottom: 25px;
}
.wd_featureboxes_header .slick-dots li button {
	display: flex;
	align-items: center;
	justify-content: center;
}
.wd_featureboxes_header .slick-dots li button::before {
	content: '';
	width: 9px;
	height: 9px;
	background-color: #D6D6D6;
	border-radius: 100%;
	display: inline-block;
	opacity: 1;
	position: static;
}
.wd_featureboxes_header .slick-dots li.slick-active button::before {
	background-color: #D71920;
}

/* END Header Featureboxes */

/* Top Featureboxes */
.wd_featureboxes_top {
    padding-bottom: 50px;
    border-bottom: .25px solid #767676;
}
.wd_featureboxes_top .wd_featurebox_container {
    display: flex;
    column-gap: 36px;
}
.wd_featureboxes_top .wd_featurebox_image,
.wd_featureboxes_top .wd_featurebox_content {
    width: 50%;
}
.wd_featureboxes_top .wd_featurebox_content {
    display: flex;
    flex-direction: column;
}
.wd_featureboxes_top .wd_featurebox_image img {
    display: block;
    border-radius: 10px;
    max-width: 100%;
}
.wd_featureboxes_top .wd_imagetable {
    display: none;
}
.wd_featureboxes_top .wd_featurebox_title {
    font-size: 1.5rem;
    line-height: 1.2;
    color: #212121;
    padding-bottom: 18px;
    margin-bottom: 28px;
    border-bottom: 1px solid #D00303;
}
.wd_featureboxes_top .wd_featurebox_title.wd_mobile {
    display: none;
}
.wd_featureboxes_top .wd_featurebox {
    flex: 100%;
    display: flex;
    flex-direction: column;
}
.wd_featureboxes_top .wd_featurebox p:not(.more) {
    color: #212121;
    font-size: 1rem;
}
.wd_featureboxes_top .wd_featurebox p:first-of-type {
    color: #6E6E6E;
    font-size: .875rem;
    margin: 0;
}
.wd_featureboxes_top .wd_featurebox h2 {
    color: #212121;
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 0;
}
.wd_featureboxes_top .wd_featurebox p.more:last-child {
    text-align: right;
    margin-top: auto;
}
.wd_featureboxes_top .wd_featurebox_image {
    padding-bottom: 60px;
}
.wd_featureboxes_top .wd_featurebox h2 a {
	font-family: 'Interstate', sans-serif;
	color: #000;
}
/* END Top Featureboxes */

/* Media Coverage Featureboxes */
.wd_featureboxes_media_coverage {
	margin: 80px 0;
}
.wd_featureboxes_media_coverage .wd_featurebox div[class*="-teaser"] {
	background-image: url(../images/media-coverage.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 12px;
	overflow: hidden;
	color: #fff; 
	padding: 54px 32px;
	display: flex;
	margin-bottom: 30px;
	row-gap: 40px;
	flex-wrap: wrap;
	position: relative;
}
.wd_featureboxes_media_coverage .wd_featurebox div[class*="-teaser"]::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient( to right, #000000 60%, #d71920 );
	border-radius: 12px;
	opacity: 0.9;
}
.wd_featureboxes_media_coverage .wd_featurebox div[class*="-teaser"] .item {
	padding: 0 20px;
	flex: 1;
	margin: 0;
	border-left: 1px solid #fff;
	max-width: 33.3333%;
	display: flex;
	flex-direction: column;
	z-index: 1;
}
.wd_featureboxes_media_coverage .item .wd_thumbnail {
	border: 1px solid #fff;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 20px;
	width: fit-content;
	min-height: 120px;
	background: white;
	display: flex;
	align-items: center;
}
.wd_featureboxes_media_coverage .item .wd_thumbnail img {
	max-height: 120px;
}
.wd_featureboxes_media_coverage .item_date {
	font-size: 0.875rem;
	margin-bottom: 16px;
}
.wd_featureboxes_media_coverage .item .item_name {
	font-size: 1.5rem;
	line-height: 1.5;
	font-family: 'Interstate', sans-serif;
	margin-bottom: 16px;
}
.wd_featureboxes_media_coverage .item .item_name a {
	color: inherit;
}
.wd_featureboxes_media_coverage .item .item_publication {
	display: none;
}
.wd_featureboxes_media_coverage .item .item_summary {
	margin-bottom: 24px;
}
.wd_featureboxes_media_coverage .more {
	text-align: right;
}
.wd_featureboxes_media_coverage .item .more {
	margin-bottom: 0;
	text-align: left;
	margin-top: auto;
}
.wd_featureboxes_media_coverage .wd_featurebox .item .more a {
	color: #fff;
}
/* END Media Coverage Featureboxes */

/* Top/Bottom Slider Featureboxes */
.wd_featureboxes_topslider .wd_featurebox_title,
.wd_featureboxes_bottomslider .wd_featurebox_title {
	padding-right: 130px;
}
.wd_featureboxes_topslider .slick-arrow,
.wd_featureboxes_bottomslider .slick-arrow {
	top: -80px;
	width: 40px;
	height: 40px;
	left: auto;
}
.wd_featureboxes_topslider .slick-next,
.wd_featureboxes_bottomslider .slick-next {
	right: 0;
}
.wd_featureboxes_topslider .slick-prev,
.wd_featureboxes_bottomslider .slick-prev {
	right: 80px;
}
.wd_featureboxes_topslider .slick-arrow::before,
.wd_featureboxes_bottomslider .slick-arrow::before {
	font-family: "Material Icons Outlined";
	color: #000;
	opacity: 1;
	font-size: 40px;
	font-weight: bold;
}
.wd_featureboxes_topslider .slick-arrow.slick-disabled::before,
.wd_featureboxes_bottomslider .slick-arrow.slick-disabled::before {
	opacity: 0.25;
}
.wd_featureboxes_topslider .slick-next::before,
.wd_featureboxes_bottomslider .slick-next::before {
	content: 'arrow_forward';
}
.wd_featureboxes_topslider .slick-prev::before,
.wd_featureboxes_bottomslider .slick-prev::before {
	content: 'arrow_back';
}
.wd_featureboxes_topslider .wd_featurebox div[class*="-teaser"],
.wd_featureboxes_bottomslider .wd_featurebox div[class*="-teaser"],
.wd_featureboxes_bottomslider .wd_rss_box {
	margin: 0 -12px 30px;
}
.wd_rss_box {
	padding-bottom: 20px;
}
.wd_featureboxes_topslider .slick-list,
.wd_featureboxes_bottomslider .slick-list {
	overflow: visible;
}
.wd_featureboxes_topslider .more,
.wd_featureboxes_bottomslider .more {
	text-align: right;
}
.wd_featureboxes_topslider .item,
.wd_featureboxes_bottomslider .item {
	border: 0.5px solid #8D8D8E;
	margin: 0 12px;
	padding: 30px 12px 20px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	height: inherit;
	opacity: 0.6;
	overflow: hidden;
	background-color: #fff;
}
.wd_featureboxes_topslider .item.slick-current,
.wd_featureboxes_bottomslider .item.slick-current,
.wd_featureboxes_topslider .item.slick-active,
.wd_featureboxes_bottomslider .item.slick-active {
	opacity: 1;
}
.wd_featureboxes_topslider .slick-track,
.wd_featureboxes_bottomslider .slick-track {
	display: flex;
}
.wd_featureboxes_topslider .wd_featurebox_container {
	padding-top: 40px;
	border-top: 0.25px solid #767676;
}
.wd_featureboxes_topslider .item .more {
	margin: auto 0 0;
	text-align: left;
}
.wd_featureboxes_bottomslider .item:hover,
.wd_featureboxes_topslider .item:hover {
	box-shadow: 0 0 20px lightgray;
	-webkit-box-shadow: 0 0 20px lightgray;
	-moz-box-shadow: 0 0 20px lightgray;
}

.wd_featureboxes_topslider .item .wd_date {
	font-size: .875rem;
	color: #6E6E6E;
	font-weight: 400;
	margin-bottom: 18px;
}
.wd_featureboxes_topslider .item .wd_title {
	font-family: 'Interstate', sans-serif;
	font-size: 1.125rem;
	font-weight: 900;
	line-height: 1.44;
	margin-bottom: 16px;
}
.wd_featureboxes_topslider .item .wd_title a {
	color: #212121;
}
.wd_featureboxes_topslider .item .wd_thumbnail,
.wd_featureboxes_topslider .item .wd_asset_icon_link_list {
	display: none;
}
.wd_featureboxes_topslider .item .wd_summary {
	color: #212121;
}
.wd_featureboxes_topslider .item .wd_summary p {
	font-size: 1rem;
}
.wd_featureboxes_topslider .item .more a {
	color: #000000;
}

.wd_featureboxes_bottomslider .item {
	padding: 0;
	display: flex;
	flex-direction: column;
}
.wd_featureboxes_bottomslider .item .wd_item_wrapper {
	padding: 16px 12px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	flex: 100%;
}
.wd_featureboxes_bottomslider .wd_thumbnail img {
	width: 100%;
	height: 168px;
	object-fit: cover;
}
.wd_featureboxes_bottomslider .item .wd_blog_author {
	font-size: 0.875rem;
	font-weight: 600;
	color: #D71920;
	margin: 0;
}


.wd_rss_box .wd_blog_author span:first-child:before {
	content: 'Authors: ';
}
.wd_rss_box .wd_blog_author span:not(:first-child):before {
	content: ', ';
}
.wd_featureboxes_bottomslider .item .item_name {
	font-family: 'Interstate', sans-serif;
	font-size: 1.125rem;
}
.wd_featureboxes_bottomslider .item .item_name a {
	color: #212121;
}
.wd_featureboxes_bottomslider .item .item_summary p {
	font-size: 1rem;
	color: #212121;
}
.wd_featureboxes_bottomslider .item .wd_item_footer {
	margin-top: auto;
}
.wd_featureboxes_bottomslider .item .wd_blog_category,
.wd_featureboxes_bottomslider .item .item_date {
	font-size: 0.875rem;
	font-weight: 600;
	display: inline-block;
}
.wd_featureboxes_bottomslider .item .wd_blog_category {
	color: #D71920;
}
.wd_featureboxes_bottomslider .item .item_date {
	color: #6E6E6E;
}
.wd_featureboxes_bottomslider .item .wd_blog_category ~ .item_date::before {
	content: '|';
	margin-left: 4px;
	margin-right: 4px;
}
.wd_gray_bg {
	margin: 55px 0;
	padding: 55px 0;
	background-color: #E6E7E8;
}
/* END Top/Bottom Slider Featureboxes */

/* Middle Featureboxes */
.wd_featureboxes_middle .wd_featurebox_container {
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 70px 0;
	color: #fff;
	margin: 120px 0;
}
.wd_featureboxes_middle .wd_featurebox_title {
	color: #fff;
	margin-bottom: 24px;
}
.wd_featureboxes_middle .wd_imagetable {
	display: none;
}
.wd_featureboxes_middle .wd_featurebox a {
	color: #fff;
}
/* END Middle Featureboxes */

/* Tabbed Featureboxes */
.wd_tabbed_fb {
	margin: 70px 0;
}
.wd_featurebox_subhead {
	font-size: 1.5rem;
	color: #000000;
	font-family: 'Interstate', sans-serif;
	margin-bottom: 24px;
}
.wd_featureboxes_tabbed .wd_tabs_container {
	background-image: url(../images/media-contacts.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 12px;
	display: flex;
	color: #fff;
	padding: 45px 0;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.wd_featureboxes_tabbed .wd_tabs_container::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient( to right, #000000 60%, #d71920 );
	/* z-index: -1; */
	/* border-radius: 12px; */
	opacity: 0.9;
}
.wd_featureboxes_tabbed .wd_tabs_wrapper,
.wd_featureboxes_tabbed .wd_tabs_content_wrapper {
	width: 50%;
	padding: 45px 60px;
	position: relative;
}
.wd_featureboxes_tabbed .wd_tabs_wrapper {
	background: none;
	border-width: 0 1px 0 0;
	border-color: #fff;
}
.wd_featureboxes_tabbed .wd_tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.wd_featureboxes_tabbed .wd_tabs .wd_tab {
	border: none;
	float: none;
	width: calc(50% - 10px);
	border-width: 0 0 0 12px;
	border-color: transparent;
	border-style: solid;
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	font-size: 1.5rem;
	font-weight: bold;
	font-family: 'Interstate', sans-serif;
	padding: 20px;
	opacity: 0.5;
	white-space: initial;
}
.wd_featureboxes_tabbed .wd_tabs .wd_tab:hover {
	opacity: 1;
}
.wd_featureboxes_tabbed .wd_tabs .wd_tab-active {
	background: linear-gradient( to right, #580E0E, #d71920 );
	color: #fff;
	border-color: #fff;
	opacity: 1;
	/*background-size: 101%;*/
}
.wd_featureboxes_tabbed .wd_featurebox .wd_imagetable {
	float: none;
}
.wd_featureboxes_tabbed .wd_featurebox > div {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding: 30px 0;
}
.wd_featureboxes_tabbed .wd_featurebox > div > p {
	flex: calc(50% - 10px);
	margin: 0;
	font-size: 1.125rem;
	display: flex;
	align-items: center;
	gap: 12px;
	max-width: 60%;
}
.wd_featureboxes_tabbed .wd_featurebox > div > p::before {
	content: '';
	display: inline-block;
	width: 40px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	flex-shrink: 0;
}
.wd_featureboxes_tabbed .wd_featurebox > div > p.name::before {
	background-image: url(../images/name-icon.svg);
}
.wd_featureboxes_tabbed .wd_featurebox > div > p.country::before {
	background-image: url(../images/location-icon.svg);
}
.wd_featureboxes_tabbed .wd_featurebox > div > p.personal_info::before {
	background-image: url(../images/phone-icon.svg);
}
.wd_featureboxes_tabbed .wd_featurebox > div > p.email::before {
	background-image: url(../images/email-icon.svg);
}
.wd_featureboxes_tabbed .wd_featurebox a {
	color: #fff;
}
.wd_featureboxes_tabbed .wd_mobile_trigger {
	display: none;
	background: none;
	border-width: 0 0 1px 0;
	font-size: 1.5rem;
	font-family: 'Interstate', sans-serif;
	font-weight: bold;
	width: 100%;
	border-color: #fff;
	padding: 20px 0;
	position: relative;
	align-items: center;
	opacity: .5;
}
.wd_featureboxes_tabbed .wd_mobile_trigger::after {
	font-family: "Material Icons Outlined";
	content: "chevron_right";
	position: absolute;
	right: 0;
	display: inline-block;
	font-size: 2.5rem;
	transform: rotate(90deg);
	font-weight: 200;
}
.wd_featureboxes_tabbed .wd_tab_content-active .wd_mobile_trigger {
	opacity: 1;
}
.wd_featureboxes_tabbed .wd_tab_content-active .wd_mobile_trigger::after {
	transform: rotate(-90deg);
}
.wd_featureboxes_tabbed .wd_tab_content-inactive:last-child .wd_mobile_trigger {
	border-color: transparent;
}
.wd_featureboxes_tabbed .wd_imagetable img {
	border-radius: 12px 12px 0 0;
}
.wd_tabbed_fb .more {
	text-align: right;
}
/* END Tabbed Featureboxes */

/* END Featureboxes */

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

div.wd_rssfeeds_item {
	margin-bottom: 10px;
}
/* Toolbar */
div.wd_toolbar {
    padding: 10px 0;
    border: none;
    margin: 0;
}
div.wd_toolbar ul.wd_tools li.wd_tool {
    float: left;
    margin-right: 2px;
}
span.wd_tool_icon > a:link,
span.wd_tool_icon > a:visited {
    color: #666666;
    background: none !important; /* override inline */
    transition: all .2s ease-in-out;
    font-size: 1rem;
}
span.wd_tool_icon a:hover {
    transform: translateY(-4px);
}
.wd_toolbar .fa {
    font-family: 'FontAwesome';
    font-weight: 400;
}
.wd_toolbar svg.ext {
    display: none !important; /* override client !important */
}
/* END Toolbar */
/* Extra large devices (large desktops) */
@media (max-width: 1240px) {
	.wd_pageid_20301 .wd_category_items .item {
		width: 100%;
		margin-right: 0;
		display: flex;
		flex-wrap: wrap;
	} 

	.wd_pageid_20301 .wd_category_items .item:nth-child(2n) {
		margin-right: 0;
		margin-left: 0;
	}
}
@media (max-width: 1200px) {
	.footer {
		padding-top: 50px;
	}
	.wd_footer_cta {
		width: 375px;
	}
	.wd_footer_nav_header {
		font-size: 1.125rem;
	}
	.wd_footer_cp_wrapper,
	.wd_footer_nav a {
		font-size: .875rem;
	}
	.wd_footer_nav_wrapper,
	.wd_footer_cp_wrapper {
	    width: 100%;
	}
	.wd_footer_top_wrapper {
	    column-gap: 80px;
	}
}

/* Large devices (desktops) */
@media (max-width: 1024px) {
	.wd_footer_region_wrapper {
		left: 24px;
		right: 24px;
	}
	.wd_featureboxes_header .wd_featurebox_container  {background-position: center;}
}
@media (max-width: 991px) {
	.footer {
	    padding: 24px 0;
	}
	.wd_footer_bottom_wrapper,
	.wd_footer_nav_wrapper,
	.wd_footer_top_wrapper {
		flex-direction: column;
	}
	.wd_footer_bottom_wrapper,
	.wd_footer_top_wrapper {
		row-gap: 20px;
	}
	.wd_footer_cta {
	    width: 100%;
	}
	.wd_footer_social {
		text-align: center;
	}
	.wd_footer_top_wrapper .wd_footer_nav {
	    display: none;
	}
	.wd_footer_nav_header {
	    margin: 0;
	    padding: 24px 24px 24px 0;
	    cursor: pointer;
	    position: relative;

	}
	.wd_footer_nav_header:after {
	    content: '';
	    display: inline-block;
	    width: 12px;
	    height: 12px;
	    border-left: 1px solid #fff;
	    border-bottom: 1px solid #fff;
	    transform: rotate(-45deg) translateY(-10px);
	    position: absolute;
	    right: 16px;
	    top: 50%;
	}
	.wd_footer_nav_header.open:after {
		transform: rotate(-225deg) translateY(5px);
	}
	.wd_footer_top_wrapper .wd_footer_nav.open {
		display: block;
		margin-bottom: 24px;
	}
	.wd_footer_nav_wrapper .wd_footer_col {
	    border-top: 1px solid;
	}
	.wd_footer_nav_wrapper .wd_footer_col:last-child {
		border-bottom: 1px solid;
	}
	.wd_footer_region_outer_wrapper {
	    position: relative;
	}
	.wd_footer_region_wrapper {
	    left: 0;
	    right: 0;
	    top: auto;
	    flex-direction: column;
        max-height: 100vh;
	    overflow-y: scroll;
	    border-radius: 0;
	}
	.wd_footer_region.wd_eur .wd_footer_region_link,
	 .wd_footer_region.wd_ap .wd_footer_region_link {
	    max-width: 100%;
	}
	.wd_header_fb_wrapper .aem-GridColumn {
		max-width: 100%;
		padding: 0 20px;
	}
	.wd_featureboxes_header.slick-initialized {
		display: block;
		padding-bottom: 60px;
	}
	.wd_featureboxes_header {
		grid-template-columns: 1fr 1fr;
	}
	.wd_featureboxes_header .wd_featurebox_container {
		grid-row: span 1;
		min-height: 190px;
		margin: 0 0 24px 0;
	}
	.wd_featureboxes_header.slick-initialized .wd_featurebox_container {
		min-height: 400px;
		margin: 0 10px;
	}
	.wd_featureboxes_media_coverage .wd_featurebox div[class*="-teaser"] .item {
		max-width: 100%;
		width: 100%;
		display: block;
	}
	.wd_featureboxes_tabbed .wd_tabs .wd_tab {
		width: 100%;
	}
	.wd_featureboxes_tabbed .wd_tabs_wrapper,
	.wd_featureboxes_tabbed .wd_tabs_content_wrapper {
		padding: 20px;
	}
	.wd_featureboxes_tabbed .wd_tabs_wrapper {
		width: 33.333%;
	}
	.wd_featureboxes_tabbed .wd_tabs_content_wrapper {
		width: 66.666%;
	}
}

/* Medium devices (tablets) */
@media (max-width: 767px) {
	.wd_page_header {
		font-size: 2.25rem;
		line-height: 2.25rem;
	}
	.wd_footer_nav_header {
		font-size: .875rem;
	}
	.wd_footer_nav a {
		color: #D1D1D1;
	}
	.wd_footer_cp_wrapper {
	    flex-direction: column;
	    row-gap: 20px;
	    padding: 0;
	    border: none;
	}
	.wd_footer_cp_wrapper .wd_footer_nav {
		display: block;
		column-count: 2;
		column-gap: 2%;
	    white-space: initial;
	}
	.wd_footer_cp_wrapper .wd_footer_nav_item {
	    width: 49%;
	    margin-bottom: 20px;
	}
	.wd_footer_cp_wrapper .wd_footer_nav_item ~ .wd_footer_nav_item:before {
		display: none;
	}
	.wd_footer_bottom_wrapper {
		margin-top: 20px;
	}
	.wd_featureboxes_header .wd_imagetable .imagecaption {
	    position: initial;
	    width: 100%;
	    background-color: #000;
	    pointer-events: initial;
	    transform: none;
	}
	.wd_featureboxes_header.slick-initialized {
		margin: 0 -20px;
	}
	.wd_content_wrapper .aem-GridColumn {
		max-width: 100%;
	}
	.wd_featurebox_header,
	.wd_featurebox_title {
		font-size: 1.875rem;
		margin-bottom: 20px;
	}
	.wd_featurebox_subhead {
		font-size: 1.125rem;
	}
	.wd_featureboxes_topslider .slick-arrow::before,
	.wd_featureboxes_bottomslider .slick-arrow::before {
		font-size: 30px;
	}
	.wd_featureboxes_topslider .slick-arrow,
	.wd_featureboxes_bottomslider .slick-arrow {
		top: -40px;
	}
	.wd_featureboxes_topslider .slick-prev,
	.wd_featureboxes_bottomslider .slick-prev {
		right: 40px;
	}
	.wd_featureboxes_topslider .wd_featurebox_title,
	.wd_featureboxes_bottomslider .wd_featurebox_title {
		padding-right: 90px;
	}
	.wd_gray_bg {
		margin: 24px 0;
		padding: 24px 0;
	}

	.wd_featureboxes_tabbed .wd_tabs_wrapper,
	.wd_featureboxes_tabbed .wd_tab_content-inactive .wd_featurebox_container,
	.wd_featureboxes_tabbed .wd_imagetable {
		display: none;
	}
	.wd_featureboxes_tabbed .wd_tabs_content_wrapper {
		width: 100%;
		padding: 0;
	}
	.wd_featureboxes_tabbed .wd_tab_content-inactive {
		position: initial;
		width: auto;
	}
	.wd_featureboxes_tabbed .wd_mobile_trigger {
		display: flex;
	}
	.wd_featureboxes_tabbed .wd_tabs_container {
		padding: 20px;
	}
	.wd_featureboxes_tabbed .wd_featurebox > div {
		flex-direction: column;
	}
	.wd_featureboxes_tabbed .wd_featurebox > div > p {
		max-width: 100%;
	}
	.wd_featureboxes_tabbed .wd_tabs_container::before {
		background: linear-gradient( to top right, #000 60%, #d71920 );
	}

	.wd_newsfeed_releases .wd_item_wrapper,
	.wd_newsfeed_releases .wd_item_wrapper:first-child, 
	.wd_newsfeed_releases .wd_item_wrapper:last-child {
		margin-left: 0px;
	}

	.wd_newsfeed_releases .wd_item .wd_date {
		position: relative;
		top: 0; 
	}

    .wd_featureboxes_top .wd_featurebox_container {
        flex-direction: column;
    }
    .wd_featureboxes_top .wd_featurebox_image,
    .wd_featureboxes_top .wd_featurebox_content {
        width: 100%;
    }
    .wd_featureboxes_top .wd_featurebox_image {
        padding-bottom: 28px;
    }
    .wd_featureboxes_top .wd_featurebox_content .wd_featurebox_title {
        display: none;
    }
    .wd_featureboxes_top .wd_featurebox_title.wd_mobile {
        display: block;
    }
}
/* Small devices (landscape phones) */
@media (max-width: 575px) {
	.wd_pageid_20301 .wd_contact_wrapper {
		width: 100%;
		display: flex;
		border: 1px solid #a6a6a6;
		flex-direction: column-reverse;
	}

	.wd_pageid_20301 .wd_card_image {
		width: 100%;
		min-height: 0px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;

	}

	#wd_printable_content .wd_search_basic_fields select,
	#wd_printable_content .wd_search_basic_fields input
	{
		width: 100%;
		margin-right: 0%;
		margin-bottom: 10px;
		max-width: 100%;
	}

	#wd_printable_content button:not([class*=wd_wai]) {
		width: 100%;
		max-width: 100%;
	}

	.wd_news_headlines .wd_captioned_image {
		float: none !important; /* overriding inline styling */
		margin: 0 auto !important; /* overriding inline styling */
	}
	.wd_news_headlines .wd_item_wrapper {
		clear: both;
		padding-left: 0;
		padding-top: 12px;
	}
    .wd_form_field {
        display: block;
    }
    .wd_page_menu {
        display: flex;
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

}

@media (max-width: 414px) {
	.wd_content_wrapper .aem-GridColumn {
		max-width: 374px;
	}
	.wd_featureboxes_media_coverage .item .wd_thumbnail,
	.wd_featureboxes_media_coverage .item .item_summary {
		display: none;
	}
    .wd_pageid_20301 .item .personal_info a,
    .wd_pageid_20301 .item .email a,
	.wd_featureboxes_tabbed .wd_featurebox > div > p {
		font-size: clamp(0.75rem, 0.0921rem + 3.5088vw, 1rem);
		gap: 2px;
	}
	.wd_featureboxes_tabbed .wd_featurebox > div > p::before {
		width: 30px;
		height: 24px;
	}
    .wd_page_link {
        padding: 4px;
        font-size: .875rem;
    }
    .wd_newsfeed_releases-detail,
    .wd_newsfeed_releases-detail p {
        font-size: 1rem;
    }
}
@media (max-width: 360px) {
	.wd_featureboxes_tabbed .wd_featurebox > div > p::before {
		width: 25px;
		height: 20px;
	}
}






/* CLIENT CSS OVERRIDES */
@media screen and (min-width: 75em) {
	.headerAssemblyV1 .page-header nav .hamburger-wrapper {
		height: auto !important; /* override inline/JS issue */
	}
	.headerAssemblyV1 .page-header .utilityMenuV1 {
		right: 0;
	}
}

