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

.cmp-indication-bar-nav-2-0 .primary-nav-wrapper .primary-nav .nav.cmp-button-links .global-link.cmp-global-link-link ul li a {
	padding: 0 !important; /* override client !important */
}

/* Header styles */
.category_header {
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 17px;
}
.detail_header,
.detail_subheader,
.category_name {}
.category_intro {}

.wd_header_wrapper {
	display: flex;
	gap: 22px;
	padding: 88px 0;
}
.wd_header_wrapper .wd_header_image,
.wd_header_wrapper .wd_header_content {
	flex: 50%;
}
.wd_header_wrapper .wd_header_content {
	align-self: center;
}
.wd_header_wrapper .wd_header_image img {
	display: block;
	border-radius: 16px;
}
.wd_header_title {
	font-weight: 400;
	margin-bottom: 17px;
}
.wd_header_desc p {
	font-size: 1.563rem;
}
.wd_header_desc a {
	color: #D91E49;
	text-decoration: none;
}
.wd_anchor {
	scroll-margin-top: 120px;
}
/* END Header styles */
.wd_item_page .wd_header_wrapper {
	display: none;
}
.wd_content_wrapper {
	color: #4D4D4F;
}
.wd_main_content {
	min-height: 44px;
}
a {
	color: #D91E49;
	text-decoration: underline;
}
hr {
	border-bottom: 1px solid;
	margin-bottom: 40px;
}
.item, .wd_item {
	margin: 10px 0;
	padding: 10px 0;
}
.item_name,
.wd_title {
	font-family: var(--font-title);
	font-size: 1.953rem;
	line-height: 1.2;
	font-weight: 400;
}
.item_name a,
.wd_title a {
	color: inherit;
	text-decoration: none;
}
.item_date, .wd_date {
	font-size: 1rem;
	font-weight: normal;
	color: inherit;
	text-transform: none;
}
.item_summary, .wd_item .wd_summary {}
.wd_item .wd_subtitle {}

table.wd_imagetable {}
td.imagecaption {}

span.wd_subscribe_icon {
	background: url('../images/webdriver/email_alerts.png') no-repeat;
	background-position: 0 3px;
	display: inline-block;
	height: 18px;
	width: 18px;
	margin-left: 5px;
}
span.wd_subscribe_icon img {
	display: none;
}

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

/* category nav */
.wd_category_nav {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 17px;
	justify-content: center;
}
.wd_category_nav li a {
	border: 1px solid #AFAFBD;
	border-radius: 44px;
	display: inline-block;
	padding: 6px 11px;
	color: #4A4A66;
	text-decoration: none;
	line-height: 1.2;
}
.wd_category_nav li.active a {
	color: #D91E49;
	border-color: #D91E49;
	background-color: #FDF2F4;
}
/* end category nav */

/* Standard */

/* item tiles */
.wd_standard_tiles .wd_standard .item .wd_imagetable {
	display: none;
}
.wd_articles_tiles .wd_articles,
.wd_standard_tiles .wd_standard .item .wd_item_image img {
	max-width: 100%;
}
.wd_articles_tiles .wd_articles .wd_item_list,
.wd_standard_tiles .wd_standard .wd_category_items {
	display: flex;
	flex-wrap: wrap;
	gap: 44px;
	margin-bottom: 44px;
}
.wd_articles .wd_item_list::before,
.wd_articles .wd_item_list::after {
	display: none;
}
.wd_articles_tiles .wd_articles .wd_item,
.wd_standard_tiles .wd_standard .item {
	width: calc(33.333% - 29.333px);
	background-color: #fff;
	box-shadow: 0px 11px 44px rgba(81, 81, 112, 0.2);
	border-radius: 22px;
	padding: 22px;
	margin: 0;
	display: flex;
	flex-direction: column;
}
.wd_related_content_wrapper .wd_item .wd_thumbnail,
.wd_articles_tiles .wd_articles .wd_item .wd_thumbnail,
.wd_standard_tiles .wd_standard .item .wd_thumbnail {
	margin: 0 0 33px;
}
.wd_related_content_wrapper .wd_item .wd_thumbnail img,
.wd_articles_tiles .wd_articles .wd_item .wd_thumbnail img,
.wd_standard_tiles .wd_standard .item .wd_thumbnail img {
	display: block;
	border-radius: 22px;
}
.wd_related_content_wrapper .wd_item .wd_thumbnail,
.wd_articles_tiles .wd_articles .wd_item .wd_thumbnail {
	aspect-ratio: 4 / 3;
}
.wd_related_content_wrapper .wd_item .wd_thumbnail img,
.wd_articles_tiles .wd_articles .wd_item .wd_thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.wd_related_content_wrapper .wd_item .wd_title,
.wd_articles_tiles .wd_articles .wd_item .wd_title,
.wd_standard_tiles .wd_standard .item .item_name {
	margin-bottom: 44px;
	word-wrap: break-word;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	line-clamp: 7;
	-webkit-box-orient: vertical;
}
.wd_related_content_wrapper .wd_item .wd_more,
.wd_articles_tiles .wd_articles .wd_item .wd_more,
.wd_standard_tiles .wd_standard .item .wd_more {
	margin-top: auto;
	text-align: right;
}

.wd_pageid_20288 .wd_category_3189 {
	background-color: #D91E49;
	position: relative;
	padding-top: 88px;
	padding-bottom: 88px;
	margin-bottom: 88px;
}
.wd_pageid_20288 .wd_category_3189 .category_header {
	color: #fff;
}
.wd_pageid_20288 .wd_category_3189::after,
.wd_pageid_20288 .wd_category_3189::before {
	position: absolute;
	content: '';
	display: inline-block;
	height: 100%;
	background-color: #D91E49;
	top: 0;
	width: calc((100vw - 1276px) / 2);
}
.wd_pageid_20288 .wd_category_3189::after {
	left: 100%;
}
.wd_pageid_20288 .wd_category_3189::before {
	right: 100%;
}
.wd_pageid_20288 .wd_category_3190 {
	margin-bottom: 20px;
}
.wd_pageid_20288 .wd_category_3190 ~ .wd_category .category_header {
	font-size: 2.44rem;
}
/* end item tiles */

/* END Standard */

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

/* Articles */
.wd_articles .wd_subscribe_link,
.wd_articles .wd_item_search_form_container {
	display: none;
}
.wd_articles_tiles .wd_articles .wd_item .wd_category_link_list {
	display: flex;
	flex-wrap: wrap;
	gap: 11px;
	margin: 0 0 33px;
}
.wd_articles_tiles .wd_articles .wd_item .wd_category_link_list .wd_category_link {
	margin: 0;
}
.wd_articles_tiles .wd_articles .wd_item .wd_category_link_list .wd_category_link a {
	display: inline-block;
	padding: 6px 11px;
	background: #FCE8EC;
	border-radius: 6px;
	color: #515170;
	text-decoration: none;
	font-size: 1rem;
	line-height: 1.2;
}

.wd_pageid_34141 .wd_header_wrapper {
	padding: 0;
	margin: 80px 0;
	background-color: #D91E49;
	border-radius: 16px;
	overflow: hidden;
}
.wd_pageid_34141 .wd_header_wrapper .wd_header_image img {
	border-radius: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.wd_pageid_34141 .wd_header_wrapper .wd_header_title,
.wd_pageid_34141 .wd_header_wrapper .wd_header_desc p {
	color: #fff;
}
.wd_pageid_34141 .wd_header_wrapper .wd_header_content {
	padding: 66px;
	padding-left: 44px;
}
.wd_video_header .wd_date_categories,
.wd_articles-detail .wd_date_categories {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 44px;
}
.wd_video_header .wd_date_categories .wd_date,
.wd_articles-detail .wd_date_categories .wd_date {
	margin: 0;
	white-space: nowrap;
}
.wd_video_header .wd_category_link_list,
.wd_articles-detail .wd_category_link_list {
	display: flex;
	flex-wrap: wrap;
	gap: 11px;
	justify-content: flex-end;
}
.wd_video_header .wd_category_link_list li,
.wd_articles-detail .wd_category_link_list li {
	margin: 0;
}
.wd_video_header .wd_category_link_list li a,
.wd_articles-detail .wd_category_link_list li a {
	display: inline-block;
	font-size: .8rem;
	line-height: 1.2;
	font-weight: 600;
	text-decoration: none;
	color: #D91E49;
	border: 1px solid #D91E49;
	border-radius: 6px;
	padding: 6px 11px;
}
.wd_articles-detail .wd_captioned_image,
.wd_articles-detail .wd_alt-video {
	/* override inline */
	float: none!important;
	width: 100%!important;
	max-width: 100%;
	margin: 0 0 66px !important; 
}
.wd_articles-detail .wd_captioned_image img,
.wd_articles-detail .wd_alt-video video {
	display: block;
	border-radius: 22px;
	width: 100%;
}
.wd_column_wrapper,
.wd_three_col_wrapper {
	display: flex;
	gap: 22px;
	margin-bottom: 40px;
}
.wd_column_wrapper .wd_legacyimg_left,
.wd_column_wrapper .wd_legacyimg_right,
.wd_column_wrapper .wd_column_text {
	margin: 0;
}
.wd_three_col_wrapper .wd_col {
	flex: 1;
}
.wd_column_wrapper .wd_legacyimg_left,
.wd_column_wrapper .wd_legacyimg_right {
	max-width: 50%;
	flex-grow: 1;
	flex-shrink: 0;
}
.wd_column_wrapper .wd_small {
	max-width: 225px;
}
.wd_legacyimg_center img,
.wd_column_wrapper img,
.wd_three_col_wrapper img {
	display: block;
	border-radius: 22px;
}
.wd_legacyimg_center img,
.wd_three_col_wrapper img {
	margin: 0 auto;
}
.wd_articles-detail h2 {
	font-size: 3.05rem;
	line-height: 1.2;
	font-weight: 400;
	margin: 66px 0 33px;
}
.wd_articles-detail h3 {
	margin-bottom: 33px;
}
.wd_articles-detail .wd_body::after {
	content: '';
	display: block;
	clear: both;
}
.wd_video_header_outer {
	position: relative;
}
.wd_video_header {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.6)));
	background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.6));
}
.wd_video_header .wd_detail_header,
.wd_video_header .wd_category_link_list li a {
	color: #fff;
}
.wd_video_header .wd_category_link_list li a {
	border-color: #fff;
}
.wd_callout_gray {
	margin-bottom: 32px;
	padding: 32px 52px;
	background-color: rgba(167,169,172,0.1);
}
/* END Articles */

/* related content */
.wd_related {
	background-color: #D91E49;
}
.wd_related_inner {
	padding-top: 88px;
	padding-bottom: 88px;
	border-bottom: 1px solid #fff;
}
.wd_related_content_wrapper .slick-track {
	display: flex;
	margin: 0;
}
.wd_related_content_wrapper .wd_items {
	margin: 0 -22px;
}
.wd_related_content_wrapper .wd_item {
	margin: 0 22px;
	background-color: #fff;
	box-shadow: 0px 11px 44px rgba(81, 81, 112, 0.2);
	border-radius: 22px;
	padding: 22px;
	display: flex;
	flex-direction: column;
	height: auto;
}
.wd_related_content_wrapper .wd_item .wd_source,
.wd_related_content_wrapper .wd_item .wd_date {
	display: none;
}
.wd_related_content_wrapper .wd_item .wd_title a {
	pointer-events: none;
}
.wd_related_content_wrapper .wd_item .wd_summary {
	margin-top: auto;
}
.wd_related_content_wrapper .wd_item .wd_summary p {
	text-align: right;
}
.wd_related_inner .wd_slider_controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 44px;
}
.wd_related_inner .wd_slider_controls .wd_slider_dots,
.wd_related_inner .wd_slider_controls .wd_slider_arrows {
	position: relative;
}
.wd_related_inner .wd_slider_controls .wd_slider_dots .slick-dots {
	position: static;
}
.wd_related_inner .wd_slider_controls .wd_slider_dots {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	gap: 44px;
}
.wd_related_inner .wd_slider_controls .wd_slider_count {
	/*display: flex;*/
	color: #fff;
	display: none;
}
.wd_related_inner .wd_slider_controls .wd_slider_dots:has(.slick-dots) .wd_slider_count {
	display: flex;
}
.wd_related_inner .slick-dots li button::before,
.wd_related_inner .slick-dots li.slick-active button::before {
	color: #fff;
}
.wd_related_inner .wd_slider_arrows {
	display: flex;
	align-items: center;
	gap: 11px;
}
.wd_related_inner .wd_slider_arrows .slick-arrow {
	position: static;
	width: 34px;
	height: 34px;
	transform: none;
}
.wd_related_inner .wd_slider_arrows .slick-disabled {
	opacity: .25;
	pointer-events: none;
}
.wd_related_inner .wd_slider_arrows .slick-arrow::before {
	content: '';
	display: inline-block;
	width: 34px;
	height: 34px;
	content: '';
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.wd_related_inner .wd_slider_arrows .slick-prev {
	background-image: url(../images/arrow-left-inverse.svg);
}
.wd_related_inner .wd_slider_arrows .slick-next {
	background-image: url(../images/arrow-right-inverse.svg);
}
.wd_related_inner .slick-list {
	overflow: visible;
}
/* end related content */

/* 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_video_header_inner,
.wd_articles-detail,
.wd_articles,
.wd_newsfeed_releases,
.wd_newsfeed_releases-detail,
.wd_item_search_wrapper .wd_item_search_form_container {
	max-width: 1056px;
	margin: 0 auto;
}
.wd_newsfeed_releases .wd_subscribe_link {
	display: none;
}
.wd_articles .wd_item,
.wd_newsfeed_releases .wd_item {
	border-bottom: 2px solid #C9C9D3;
	padding: 44px 0;
	margin: 0;
}
.wd_articles .wd_item .more,
.wd_newsfeed_releases .wd_item .more {
	text-align: left;
	margin: 0;
}
.wd_articles .wd_item .wd_date,
.wd_newsfeed_releases .wd_date {
	font-size: 1.25rem;
	color: #D91E49;
}
.wd_articles .wd_item .wd_date,
.wd_articles .wd_item .wd_title,
.wd_articles .wd_item .wd_subtitle,
.wd_articles .wd_item .wd_summary,
.wd_newsfeed_releases .wd_date,
.wd_newsfeed_releases .wd_title,
.wd_newsfeed_releases .wd_subtitle,
.wd_newsfeed_releases .wd_summary {
	margin-bottom: 22px;
}
.wd_articles .wd_item .wd_subtitle,
.wd_articles .wd_item .wd_summary p,
.wd_newsfeed_releases .wd_subtitle,
.wd_newsfeed_releases .wd_summary p {
	font-size: 1.25rem;
	line-height: 1.6;
}

.wd_articles-detail,
.wd_newsfeed_releases-detail {
	padding: 44px 0;
}

.wd_detail_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
	color: #515170;
}
.wd_detail_header .wd_toolbar {
	border: none;
	margin: 0;
	padding: 0;
}
.wd_detail_header .wd_toolbar span.wd_tool_icon > a:link,
.wd_detail_header .wd_toolbar span.wd_tool_icon > a:visited {
	font-size: 20px;
	color: #D91E49;
	background-color: transparent !important;
	display: inline-flex;
	text-decoration: none;
	align-items: center;
	justify-content: center;
}
.wd_detail_header .wd_toolbar a {
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
}
.wd_detail_header .wd_toolbar .wd_tool-socialshare_facebook a .fa,
.wd_detail_header .wd_toolbar .wd_tool-socialshare_linkedin a .fa,
.wd_detail_header .wd_toolbar .wd_tool-socialshare_twitter a .fa,
.wd_detail_header .wd_toolbar .wd_tool-pdf a .fa {
	display: none;
}
.wd_detail_header .wd_toolbar .wd_tool-socialshare_facebook a {
	background-image: url(../images/facebook-circle.svg);
}
.wd_detail_header .wd_toolbar .wd_tool-socialshare_linkedin a {
	background-image: url(../images/linkedin.svg);
}
.wd_detail_header .wd_toolbar .wd_tool-socialshare_twitter a {
	background-image: url(../images/twitter-x.svg);
}
.wd_detail_header .wd_toolbar .wd_tool-pdf a {
	background-image: url(../images/download-pink.svg);
}

.wd_video_header .wd_title,
.wd_articles-detail > .wd_title,
.wd_newsfeed_releases-detail > .wd_title {
	font-size: 3.815rem;
	line-height: 1.2;
	margin-bottom: 33px;
}
.wd_video_header .wd_date,
.wd_articles-detail .wd_date,
.wd_newsfeed_releases-detail .wd_date {
	font-size: 1rem;
	line-height: 1.6;
	color: #515170;
	margin-bottom: 44px;
}
.wd_video_header .wd_date {
	color: #fff;
}
.wd_articles-detail .wd_subtitle,
.wd_newsfeed_releases-detail .wd_subtitle {
	font-family: var(--font-title);
	font-size: 2.44125rem;
	line-height: 1.2;
	margin-bottom: 33px;
	font-weight: 400;
}
.wd_articles-detail p,
.wd_newsfeed_releases-detail p,
.wd_articles-detail ul,
.wd_newsfeed_releases-detail ul {
	font-size: 1.0625rem;
	line-height: 1.6;
	margin-bottom: 40px;
}
p.wd_footnotes {
	font-size: .9rem;
	line-height: 1.6875rem;
}
.wd_newsfeed_releases-detail .wd_date_ref {
	display: none;
}
.wd_newsfeed_releases-detail .wd_attachment_header {
	font-weight: bold;
	margin: 20px 0;
}
.wd_newsfeed_releases-detail .wd_attachment_icon,
.wd_newsfeed_releases-detail .wd_attachment_size {
	display: none;
}
.wd_newsfeed_releases-detail .wd_attachment_title {
	font-weight: normal;
}
.wd_newsfeed_releases-detail .wd_attachment_wrapper {
	margin: 0;
}
.wd_newsfeed_releases-detail .wd_attachment_container {
	overflow: hidden;
}
.wd_newsfeed_releases-detail .wd_attachment_container .wd_attachment_description {
	font-weight: bold;
	margin-bottom: 40px;
}
/* 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 {
	border: none;
}
#wd_printable_content input,
#wd_printable_content button,
#wd_printable_content select {
	border-radius: 6px;
	border: 1px solid #ccc;
	line-height: 34px;
	padding: 0 1rem;
	font-size: 1.2rem;
	height: 34px;
	color: #333;
}
#wd_printable_content select {
	padding: 0 1rem;
	font-size: 1.2rem;
	height: 34px;
	color: #333;
}
select::-ms-expand {
	margin-left: 50px;
	background-color: #fff;
}
#wd_printable_content button.ui-datepicker-trigger {
	border: 0;
}
#wd_printable_content .wd_form_field_label {
	line-height: 2.4em;
	margin-bottom: 0;
}
#wd_printable_content input[type=checkbox],
#wd_printable_content input[type=radio] {
	height: auto;
	margin-right: 5px;
}
.wd_form_field {
	clear: both;
}
.wd_page_limit {
	padding: 0;
}
.wd_linkmenu-header {
	padding: 6px 2px;
}
.wd_page_link:first-child,
.wd_page_link:last-child,
.wd_linkmenu-header {
	border-radius: 0;
}
.wd_linkmenu-header:hover .wd_linkmenu-icon {
	border-color: transparent;
	background-color: transparent;
	color: #000;
}
.wd_form_field .wd_form_field_input,
.wd_form_field {
	overflow: visible;
}
.more {
	text-align: center;
}
#wd_printable_content form button,
#wd_printable_content input[type=submit],
.more a,
.wd_item_search_form_container button {
	display: inline-block;
	padding: 11px 22px;
	height: auto;
	color: #D91E49;
	font-size: 1.25rem;
	line-height: 1.2;
	font-weight: 600;
	border: 2px solid #D91E49;
	border-radius: 6px;
	text-decoration: none;
	cursor: pointer;
	background-color: transparent;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#wd_printable_content form button:hover,
#wd_printable_content input[type=submit]:hover,
.more a:hover,
.wd_item_search_form_container button:hover {
	background-color: #B4273B;
	color: #FFFFFF;
	border-color: #B4273B;
}
.wd_item_search_wrapper button:hover,
.wd_item_search_wrapper .wd_search_button.wd_highlight:hover,
.wd_featureboxes_latestnews .more a:hover,
.wd_featureboxes_bottom .more a:hover,
.wd_featureboxes_discovermore .more a:hover,
.wd_featureboxes_discovermore .more + .more a:hover {
	background-color: hsla(0,0%,100%,.901961);
	color: #D91E49;
	border-color: transparent;
}
.wd_related_content_wrapper .wd_item .wd_summary p a,
.wd_more a,
.wd_featureboxes_localnews .wd_featurebox ul li a {
	display: inline-flex;
	align-items: center;
	/*gap: 11px;*/
	font-size: 1.25rem;
	line-height: 1.2;
	color: #515170;
	text-decoration: none;
	font-weight: 600;
}
.wd_related_content_wrapper .wd_item .wd_summary p a::after,
.wd_more a::after,
.wd_featureboxes_localnews .wd_featurebox ul li a::after {
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	margin: 0 var(--space-3xs) 0 var(--space-2xs);
}
.wd_related_content_wrapper .wd_item .wd_summary p a::after,
.wd_more a::after,
.wd_featureboxes_localnews .wd_featurebox ul li a::after {
	font-family: Material Symbols Rounded;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	font-variation-settings: "opsz" 24;
	line-height: 1.01;
	background-color: var(--primary-button-resting);
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--primary-button-foreground-ondark);
	margin: 0 var(--space-3xs) 0 var(--space-2xs);
	padding: var(--space-3xs);
	position: relative;
	/* font-size: var(--space-s); */
	font-size: var(--space-s);
	min-width: auto;
	content: 'arrow_right_alt';
}
.wd_more.wd_download a::after {
	content: 'download';
}
.wd_featureboxes_localnews .wd_featurebox ul li a::after {
	content: 'open_in_new';
}
.wd_related_content_wrapper .wd_item .wd_summary p a:hover::after,
.wd_more a:hover::after,
.wd_featureboxes_localnews .wd_featurebox ul li a:hover::after {
	background-color: var(--primary-button-hover);
	margin: 0 0 0 var(--space-xs);
	-webkit-transition: .4s ease-in;
	transition: .4s ease-in;
}

.wd_item_search_wrapper {
	background-color: #D91E49;
}
.wd_item_search_form_container {
	padding: 40px 0;
} 
.wd_item_search_form_container .wd_search_basic_fields {
	background: none;
	border: none;
	padding: 0;
}
.wd_item_search_form_container .wd_search_advanced_link {
	display: none;
}
.wd_item_search_form_container input[type="text"],
.wd_item_search_form_container select {
	background: #fff;
	border: 1px solid #AFAFBD;
	border-radius: 6px;
	height: 45px;
	padding: 10.5px 17px;
}
.wd_item_search_form_container button {
	height: 45px;
	background: none;
	padding: 9.5px 17px;
	display: inline-flex;
	align-items: center;
}
.wd_item_search_wrapper button,
.wd_item_search_wrapper .wd_search_button.wd_highlight {
	color: #fff;
	border-color: #fff;
}

.wd_page_menu {
	overflow: hidden;
	padding: 44px 0;
}
.wd_page_menu .wd_page_limit {
	display: none;
}
.wd_page_menu .wd_page_links {
	float: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	row-gap: 5px;
}
.wd_page_menu .wd_page_link {
	border: none;
	padding: 0;
	background: none;
}
.wd_page_menu .wd_page_link a,
.wd_page_menu .wd_page_link span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	font-size: 1rem;
	line-height: 1.2;
	padding: 6px 11px;
	color: #000;
	text-decoration: none;
	font-weight: 600;
}
.wd_page_menu .wd_page_active span {
	background: #D12B43;
	color: #fff;
}
.wd_page_menu .wd_page_next a,
.wd_page_menu .wd_page_prev a {
	color: #D12B43;
}
.wd_page_menu .wd_page_next span,
.wd_page_menu .wd_page_prev span {
	color: #C9C9D3;
}
.wd_page_menu .wd_page_next a::after,
.wd_page_menu .wd_page_prev a::before,
.wd_page_menu .wd_page_next span::after,
.wd_page_menu .wd_page_prev span::before {
	display: inline-block;
	content: '';
	width: 22px;
	height: 22px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.wd_page_menu .wd_page_next a::after {
	background-image: url(../images/arrow-right-pink.svg);
	margin-left: 6px;
}
.wd_page_menu .wd_page_next span::after {
	background-image: url(../images/arrow-right-gray.svg);
	margin-left: 6px;
}
.wd_page_menu .wd_page_prev a::before {
	background-image: url(../images/arrow-left-pink.svg);
	margin-right: 6px;
}
.wd_page_menu .wd_page_prev span::before {
	background-image: url(../images/arrow-left-gray.svg);
	margin-right: 6px;
}

.wd_pageid_20300 .wd_header_wrapper {
	padding-bottom: 44px;
}
.wd_subscribe2 {
	padding-bottom: 40px;
}

.wd_subscribe2 #wd_subcategories_7_all,
.wd_subscribe2 #wd_subcategories_9_all {
	display: none;
}
.wd_subscribe2 .wd_all_global_parent:has(> input:checked) + .wd_subcategories input[type="checkbox"],
.wd_subscribe2 .wd_all_local_parent:has(> input:checked) + .wd_subcategories input[type="checkbox"] {
	opacity: .5;
	pointer-events: none;
}

input[type=radio] + label {
	display: inline !important; /* override js inline */
}
/* END Formbuilder */

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

/* Featureboxes */

.wd_featurebox_container {
	padding-top: 88px;
	padding-bottom: 88px;
}
.wd_featurebox_container + .wd_featurebox_container {
	padding-top: 0;
}
.wd_related_content_title,
.wd_featurebox_title {
	font-family: var(--font-title);
	font-size: 3.052rem;
	line-height: 1.2;
	font-weight: 400;
	margin-bottom: 33px;
}

/* latest news / local news featureboxes */
.wd_latest_news,
.wd_local_news {
	background-color: #D91E49;
}
.wd_related .wd_related_content_title,
.wd_featureboxes_latestnews .wd_featurebox_title,
.wd_featureboxes_localnews .wd_featurebox_title {
	color: #fff;
}
.wd_featureboxes_latestnews .subscribe_link {
	display: none;
}
.wd_featureboxes_bottomwhite .wd_featurebox-teaser .wd_featurebox div[class*=-teaser],
.wd_featureboxes_latestnews .wd_featurebox-teaser .wd_featurebox div[class*=-teaser],
.wd_featureboxes_localnews .wd_featurebox ul {
	display: flex;
	flex-wrap: wrap;
	gap: 44px;
	margin-bottom: 44px;
}
.wd_featureboxes_localnews .wd_featurebox ul {
	list-style: none;
	margin-top: 0;
	padding: 0;
}
.wd_featureboxes_bottomwhite .item,
.wd_featureboxes_latestnews .item,
.wd_featureboxes_localnews ul li {
	width: calc(33.333% - 29.333px);
	background-color: #fff;
	box-shadow: 0px 11px 44px rgba(81, 81, 112, 0.2);
	border-radius: 22px;
	padding: 22px;
	margin: 0;
	display: flex;
	flex-direction: column;
}
.wd_featureboxes_latestnews .wd_thumbnail {
	display: none;
}
.wd_featureboxes_latestnews .item .wd_item_content {
	flex: 100%;
	display: flex;
	flex-direction: column;
}
.wd_featureboxes_latestnews .more a {
	color: #fff;
	border-color: #fff;
}
.wd_featureboxes_latestnews .item .wd_category_link_list {
	margin-bottom: 6px;
}
.wd_featureboxes_latestnews .item .wd_item_header {
	font-weight: 600;
	margin-bottom: 6px;
	color: #515170;
}
.wd_featureboxes_latestnews .item .wd_category_link {
	margin: 0 1em 0 0;
}
.wd_featureboxes_latestnews .item .wd_category_link a {
	font-weight: 600;
	color: #515170;
	text-decoration: none;
}
.wd_featureboxes_latestnews .item .wd_title,
.wd_featureboxes_latestnews .item .item_name {
	margin-bottom: 11px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	line-clamp: 7;
	-webkit-box-orient: vertical;
}
.wd_featureboxes_latestnews .item .wd_date {
	color: #0E4189;
	line-height: 1.6;
	margin-bottom: 44px;
	font-weight: normal;
}
.wd_featureboxes_bottomwhite .item .wd_more,
.wd_featureboxes_latestnews .item .wd_more {
	margin-top: auto;
	text-align: right;
}

.wd_featureboxes_localnews .wd_featurebox ul li {
	font-family: var(--font-title);
	font-size: 1.953125rem;
	line-height: 1.2;
	gap: 44px;
}
.wd_featureboxes_localnews .wd_featurebox ul li a {
	align-self: flex-end;
}
/*.wd_featureboxes_localnews .wd_featurebox ul li a {
	display: inline-flex;
	align-self: flex-end;
	font-family: IBM Plex Sans;
	font-size: 1.25rem;
	color: #515170;
	text-decoration: none;
	font-weight: 600;
	gap: 11px;
	align-items: center;
}
.wd_featureboxes_localnews .wd_featurebox ul li a::after {
	display: inline-block;
	width: 34px;
	height: 34px;
	content: '';
	background-image: url(../images/arrow-external.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}*/
.item_name .wd_file {
	font-size: 1.25rem;
	opacity: .7;
}
/* end latest news / local news featureboxes */

/* our stories featureboxes */
.wd_featureboxes_ourstories .wd_featurebox div[class*=-teaser] {
	background: #F5F5F5;
	border-radius: 33px;
	padding: 66px;
	margin-bottom: 44px;
}
.wd_featureboxes_ourstories .item {
	display: flex;
	gap: 44px;
	margin: 0;
	padding: 0;
}
.wd_featureboxes_ourstories .item ~ .item {
	margin-top: 44px;
}
.wd_featureboxes_ourstories .item:nth-child(even) {
	flex-direction: row-reverse;
}
.wd_featureboxes_ourstories .item .wd_thumbnail,
.wd_featureboxes_ourstories .item .wd_item_content {
	flex: 1;
}
.wd_featureboxes_ourstories .item .wd_thumbnail img {
	display: block;
	border-radius: 22px;
}
.wd_featureboxes_ourstories .item .wd_category_link_list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 33px;
	gap: 11px;
}
.wd_featureboxes_ourstories .item .wd_category_link_list .wd_category_link {
	margin: 0;
}
.wd_featureboxes_ourstories .item .wd_category_link_list .wd_category_link a {
	display: inline-block;
	background-color: #fff;
	padding: 6px 11px;
	border-radius: 6px;
	font-size: 1rem;
	line-height: 1.2;
	font-weight: 600;
	color: #515170;
	text-decoration: none;
}
.wd_featureboxes_ourstories .item .item_name {
	margin-bottom: 44px;
}
.wd_featureboxes_ourstories .item .wd_date {
	display: none;
}
.wd_featureboxes_ourstories .item .wd_more {
	text-align: right;
}
/* end our stories featureboxes */

/* bottom gray featureboxes */
.wd_bottom_gray {
	background-color: #F5F5F5;
	overflow: hidden;
	padding-top: 88px;
	padding-bottom: 88px;
}
.wd_bottom_gray .wd_featurebox_container {
	padding: 0;
}
.wd_featureboxes_bottomgray .wd_featurebox p {
	font-size: 1.5625rem;
	line-height: 1.6;
}
/* end bottom gray featureboxes */

/* tabbed featureboxes */
.wd_featureboxes_bottomgray + .wd_featureboxes_tabbed {
	margin-top: 44px;
}
.wd_featureboxes_tabbed .wd_tabs_wrapper {
	background: none;
	border: none;
	padding-left: 22px;
}
.wd_featureboxes_tabbed .wd_tabs_wrapper .wd_tabs {
	display: flex;
	position: relative;
}
.wd_featureboxes_tabbed .wd_tabs_wrapper .wd_tabs::after {
	content: '';
	display: inline-block;
	position: absolute;
	right: 0;
	height: 100%;
	width: 60px;
	background: linear-gradient(to right, transparent, #F5F5F5 50%);
}
.wd_featureboxes_tabbed .wd_tabs_wrapper .wd_tab {
	padding: 11px 17px;
	border-radius: 6px 6px 0px 0px;
	font-size: 1rem;
	font-weight: 600;
	color: #fff;
	background: #D91E49;
	margin-right: 11px;
	border: none;
}
.wd_featureboxes_tabbed .wd_tabs_wrapper .wd_tab-active {
	color: #515170;
	background: #fff;
}
.wd_featureboxes_tabbed .wd_tab_content {
	background: #fff;
	border-radius: 22px;
	padding: 33px;
	box-shadow: 0px 11px 44px rgba(81, 81, 112, 0.2);
}
.wd_featureboxes_tabbed .wd_featurebox ul {
	list-style: none;
	padding: 0 0 33px;
	display: flex;
	column-gap: 2%;
	row-gap: 20px;
	flex-wrap: wrap;
	border-bottom: 2px solid #C9C9D3;
}
.wd_featureboxes_tabbed .wd_featurebox ul li {
	width: 49%;
	font-weight: 600;
}
.wd_featureboxes_tabbed .wd_featurebox a {
	color: #D91E49;
}
.wd_featureboxes_tabbed .wd_featurebox ul li a {
	font-weight: 400;
}
.wd_featureboxes_tabbed .wd_tab_content-inactive {
	display: none;
}
/* end tabbed featureboxes */

/* discover more / bottom featureboxes */
.wd_bottom {
	background-color: #D91E49;
}
.wd_featureboxes_bottom .wd_featurebox_container {
	padding: 44px 0;
	color: #fff;
}
.wd_featureboxes_bottom .wd_featurebox_title {
	display: none;
}
.wd_featureboxes_bottom .wd_featurebox {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
	align-items: center;
}
.wd_featureboxes_bottom p,
.wd_featureboxes_bottom a {
	color: #fff;
}
.wd_featureboxes_bottom p {
	font-size: 1.25rem;
	font-weight: 600;
}
.wd_featureboxes_bottom .wd_featurebox > p:first-child,
.wd_featureboxes_bottom .wd_featurebox > div:first-child {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}
.wd_featureboxes_bottom ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	row-gap: 10px;
	column-gap: 20px;
}
.wd_featureboxes_bottom p img:not([src*=wechat]),
.wd_featureboxes_bottom ul img:not([src*=wechat]) {
	width: 26px;
	vertical-align: middle;
}
.wd_featureboxes_bottom .more a {
	color: #fff;
	border-color: #fff;
}
.wd_featureboxes_bottom p img {
	margin-left: 10px;
}
/* end discover more / bottom featureboxes */

/* bottom white featureboxes */
.wd_featureboxes_ourstories ~ .wd_featureboxes_bottomwhite .wd_featurebox_container:first-child {
	padding-top: 0;
}
.wd_featureboxes_bottomwhite .item .wd_thumbnail {
	margin-bottom: 33px;
}
.wd_featureboxes_bottomwhite .item .wd_thumbnail img {
	display: block;
	border-radius: 22px;
}
.wd_featureboxes_bottomwhite .item .item_name {
	margin-bottom: 44px;
}
.wd_featureboxes_bottomwhite .item .wd_thumbnail a,
.wd_featureboxes_bottomwhite .item .item_name a {
	pointer-events: none;
}
/* end bottom white featureboxes */

/* discover more featureboxes */
.wd_item_page:not(.wd_pageid_20295) .wd_featureboxes_discovermore {
	display: none;
}
.wd_featureboxes_discovermore {
	border-bottom: 1px solid #C9C9D3;
}
.wd_featureboxes_discovermore .wd_featurebox_container {
	display: flex;
	gap: 13px;
	justify-content: space-between;
	align-items: center;
	max-width: 1056px;
	margin: 0 auto;
	color: #fff;
}
.wd_featureboxes_discovermore .more a {
	border-color: #fff;
	background-color: #fff;
}
.wd_featureboxes_discovermore .wd_featurebox_title,
.wd_featureboxes_discovermore .wd_featurebox {
	flex: 1;
	margin: 0;
}
.wd_featureboxes_discovermore .more a {
	display: block;
}
.wd_featureboxes_discovermore .more + .more {
	margin-top: 20px;
}
.wd_featureboxes_discovermore .more + .more a {
	background-color: transparent;
	color: #fff;
}
/* end discover more featureboxes */

.wd_doccheck {
	background-color: #F5F5F5;
}

/* END Featureboxes */

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

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

/* Extra large devices (large desktops) */
@media (max-width: 85.249rem) {
	.wd_pageid_20288 .wd_category:first-child::after,
	.wd_pageid_20288 .wd_category:first-child::before {
		width: var(--total-grid-gutter);
	}
}
@media (max-width: 1230px) {
	.wd_anchor {
		padding-top: 130px;
	}
}
@media (max-width: 1199px) {}

/* Large devices (desktops) */
@media (max-width: 1000px) {
	.videoWrapper {
		max-width: 100%;
	}
}
@media (max-width: 992px) {
	.wd_anchor {
		padding-top: 90px;
	}
	.wd_featureboxes_latestnews .wd_featurebox-teaser .wd_featurebox div[class*="-teaser"],
	.wd_featureboxes_localnews .wd_featurebox ul {
		gap: 34px;
		margin-bottom: 34px;
	}
	.wd_articles_tiles .wd_articles .wd_item_list,
	.wd_standard_tiles .wd_standard .wd_category_items {
		gap: 34px;
	}
	.wd_featureboxes_bottomwhite .item,
	.wd_featureboxes_latestnews .item,
	.wd_featureboxes_localnews .wd_featurebox ul li,
	.wd_standard_tiles .wd_standard .item,
	.wd_articles_tiles .wd_articles .wd_item {
		width: 100%;
	}
	.wd_featureboxes_localnews .wd_featurebox ul li {
		gap: 34px;
	}
	.wd_featureboxes_ourstories .item ~ .item {
		margin-top: 34px;
	}
	.wd_featureboxes_ourstories .item,
	.wd_featureboxes_ourstories .item:nth-child(even) {
		flex-direction: column;
		gap: 34px;
	}
	.wd_featureboxes_ourstories .item .item_name {
		margin-bottom: 34px;
	}
	.wd_related_inner .wd_slider_controls {
		justify-content: center;
	}
	.wd_related_inner .slick-list {
		overflow: hidden;
	}
}

/* Medium devices (tablets) */
@media (max-width: 767px) {
	.wd_header_wrapper {
		padding: 68px 0;
		flex-direction: column;
	}
	.wd_pageid_34141 .wd_header_wrapper {
		flex-direction: column-reverse;
	}
	.wd_pageid_34141 .wd_header_wrapper .wd_header_content {
		padding: 51px 17px 29px;
	}
	.wd_featureboxes_bottomgray .wd_featurebox p,
	.wd_header_desc p {
		font-size: 1.275rem;
	}
	.wd_related_inner,
	.wd_bottom_gray,
	.wd_featurebox_container {
		padding-top: 68px;
		padding-bottom: 68px;
	}
	.wd_related_content_title,
	.wd_featurebox_title {
		font-size: 2.203rem;
	}
	.item_name,
	.wd_title,
	.wd_featureboxes_localnews .wd_featurebox ul li {
		font-size: 1.530rem;
	}
	.item_date,
	.wd_date,
	.wd_featureboxes_latestnews .item .wd_item_header {
		font-size: 0.886rem;
	}
	.more a {
		display: block;
		text-align: center;
	}
	.wd_more a,
	.wd_featureboxes_localnews .wd_featurebox ul li a {
		font-size: 1.063rem;
	}
	/*.wd_more a::after,
	.wd_featureboxes_localnews .wd_featurebox ul li a::after {
		height: 25px;
		width: 25px;
	}*/
	.wd_featureboxes_ourstories .wd_featurebox div[class*="-teaser"] {
		padding: 50px 17px;
	}
	.wd_featureboxes_tabbed .wd_featurebox_container .wd_featurebox ul li {
		width: 100%;
	}
	.wd_featureboxes_bottomwhite .item .wd_thumbnail {
		margin-bottom: 26px;
	}
	.wd_featureboxes_bottomwhite .item .item_name {
		margin-bottom: 34px;
	}
	.wd_articles .wd_item .wd_date,
	.wd_articles .wd_item .wd_subtitle,
	.wd_articles .wd_item .wd_summary p,
	.wd_newsfeed_releases .wd_date,
	.wd_newsfeed_releases .wd_subtitle,
	.wd_newsfeed_releases .wd_summary p {
		font-size: 1.063rem;
		margin-bottom: 17px;
	}
	.wd_page_menu .wd_page_link a,
	.wd_page_menu .wd_page_link span {
		padding: 4px 9px;
		font-size: .875rem;
	}
	.wd_page_menu .wd_page_next a::after,
	.wd_page_menu .wd_page_prev a::before,
	.wd_page_menu .wd_page_next span::after,
	.wd_page_menu .wd_page_prev span::before {
		width: 17px;
		height: 17px;
	}
	.wd_video_header .wd_title,
	.wd_articles-detail > .wd_title,
	.wd_newsfeed_releases-detail > .wd_title {
		font-size: 2.64375rem;
		margin-bottom: 26px;
	}
	.wd_video_header .wd_date,
	.wd_articles-detail .wd_date,
	.wd_newsfeed_releases-detail .wd_date {
		font-size: .885625rem;
		margin-bottom: 34px;
	}
	.wd_articles-detail .wd_subtitle,
	.wd_newsfeed_releases-detail .wd_subtitle {
		font-size: 2.203125rem;
		margin-bottom: 26px;
	}
	.wd_articles-detail p,
	.wd_newsfeed_releases-detail p {
		margin-bottom: 34px;
	}
	.category_header {
		font-size: 2.2rem;
	}
	.wd_pageid_20288 .wd_category_3189 {
		padding-top: 68px;
		padding-bottom: 68px;
		margin-bottom: 68px;
	}
	.wd_pageid_20288 .wd_category_3190 ~ .wd_category .category_header {
		font-size: 1.8rem;
	}
	.wd_related_content_wrapper .wd_item .wd_thumbnail,
	.wd_articles_tiles .wd_articles .wd_item .wd_thumbnail,
	.wd_articles_tiles .wd_articles .wd_item .wd_category_link_list,
	.wd_standard_tiles .wd_standard .item .wd_thumbnail {
		margin-bottom: 26px;
	}
	.wd_related_content_wrapper .wd_item .wd_title,
	.wd_articles_tiles .wd_articles .wd_item .wd_title,
	.wd_standard_tiles .wd_standard .item .item_name {
		margin-bottom: 38px;
	}
	.wd_articles_tiles .wd_articles .wd_item .wd_category_link_list .wd_category_link a {
		padding: 4px 9px;
		font-size: .88rem;
	}
	.wd_video_header .wd_category_link_list li a,
	.wd_articles-detail .wd_category_link_list li a {
		padding: 4px 9px;
		font-size: .74rem;
	}
	.wd_articles-detail .wd_date_categories,
	.wd_articles-detail .wd_date_categories {
		margin-bottom: 34px;
	}
	.wd_articles-detail h2 {
		font-size: 2.2rem;
	}
	.wd_three_col_wrapper,
	.wd_column_wrapper {
		flex-direction: column;
	}
	.wd_column_wrapper .wd_legacyimg_left,
	.wd_column_wrapper .wd_legacyimg_right,
	.wd_column_wrapper .wd_small {
		max-width: 100%;
	}
	.wd_featureboxes_discovermore .wd_featurebox_container {
		display: block;
	}
	.wd_featureboxes_discovermore .wd_featurebox_title {
		margin-bottom: 13px;
	}
	.wd_featureboxes_bottom .wd_featurebox {
		display: block;
		text-align: center;
	}
	.wd_featureboxes_bottom .wd_featurebox > p:first-child,
	.wd_featureboxes_bottom .wd_featurebox > div:first-child {
		margin-bottom: 20px;
		flex-direction: column;
	}
}

/* Small devices (landscape phones) */
@media (max-width: 575px) {
	.wd_detail_header {
		display: block;
	}
	.wd_detail_header .wd_toolbar .wd_tools {
		display: flex;
		flex-direction: row-reverse;
		flex-wrap: wrap;
		justify-content: flex-end;
		margin: 17px 0;
	}
}

/* CLIENT CSS OVERRIDES */