 /* Begin classes for common SPIN elements */
*, ::before, ::after { box-sizing: border-box; }
*, ::before, ::after { box-sizing: inherit; }
*, ::before, ::after { box-sizing: border-box; }
body.allysf {
	margin: 0;
	width: 100%;
}
/* Header styles */
.remote_header {
	min-height: 121px;
}
.page_header,
.category_header {}
.detail_header,
.detail_subheader,
.category_name {}
.category_intro {}

.wd_header_bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.wd_header_bg .wd_header_outer {
	display: flex;
	min-height: 500px;
	align-items: center;
	position: relative;
}
.wd_header_bg.wd_header_right .wd_header_outer {
	justify-content: flex-end;
}
.allysf .wd_header_bg .wd_header_inner {
	background-color: #fff;
	border-radius: 0 80px 0 40px;
	max-width: 471px;
	padding: 50px 30px;
}
.wd_header_nobg {
	background-color: #650360;
	color: #fff;
}
.allysf .wd_header_nobg .wd_header_inner {
	padding: 60px 10px;
}
.wd_header_title {
	font-size: 2.25rem;
	line-height: 1.25;
	font-weight: 700;
}
.wd_header_bg .wd_header_title {
	color: #4B1D60;
	margin-bottom: 20px;
}
.wd_header_bg .wd_header_desc {
	font-size: 1.25rem;
}
/* END Header styles */

/* Interstitial */
.wd_interstitial,
.allysf .wd_interstitial {
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	-webkit-transition: opacity 300ms linear,z-index 0ms step-end 300ms,visibility 0ms step-end 300ms;
	transition: opacity 300ms linear,z-index 0ms step-end 300ms,visibility 0ms step-end 300ms;
	display: flex;
	align-items: center;
	flex-direction: column;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	overflow-y: auto;
	width: 100%;
	height: 100%;
}
.wd_interstitial.active {
	visibility: visible;
	opacity: 1;
	z-index: 1000;
	-webkit-transition: opacity 300ms linear,z-index 0ms linear,visibility 0ms linear;
	transition: opacity 300ms linear,z-index 0ms linear,visibility 0ms linear;
	overflow: hidden;
}
body.wd_interstitial_active {
	overflow: hidden;
}
.wd_interstitial .wd_interstitial_inner {
	background-color: #fff;
	position: relative;
	padding: 30px;
	margin: 120px 0;
	max-width: 556px;
	min-height: auto;
}
.wd_interstitial h2 {
	font-size: 1.875rem;
	font-weight: 700;
	color: #650360;
	margin-bottom: 15px;
}
.wd_interstitial p {
	margin-bottom: 15px;
}
.wd_interstitial_buttons .allysf-content-action-v2.-btn {
	display: inline-flex;
	margin-right: 30px;
}
.allysf-modal-v1-close.wd_cancel {
	background: transparent;
	border: none;
	cursor: pointer;
	position: absolute;
	right: 12px;
	top: 12px;
}
.allysf-modal-v1-close.wd_cancel svg {
	fill: #954293;
	height: 32px;
	width: 32px;
}
.wd_interstitial_buttons {
	margin-top: 30px;
}
/* END Interstitial */
.allysf .wd_anchor {
	/*padding-top: 95px; */
    display: block;
    position: relative;
    top: -95px;
    visibility: hidden;
}
.wd_content_container {
	display: flex;
	column-gap: 12%;
}
.wd_content_inner {
	flex: 100%;
}
.allysf-infobar-v1-breadcrumb-item:last-child svg {
	display: none;
}
:focus {
	outline-color: #954293;
	accent-color: #954293;
}
#wd_printable_content p {
	margin-bottom: 1em;
}
.wd_content_wrapper a,
.wd_featurebox_container a {
	font-weight: 600;
}
img,
video {
	max-width: 100%;
}
.item, .wd_item {
	margin: 10px 0;
	padding: 10px 0;
}
.item_name,
.wd_title,
.wd_item .wd_title,
.wd_newsfeed_releases-teaser .wd_title,
.wd_documents_item_list > .wd_documents_item > .wd_title {
	font-size: 1.2rem;
	font-weight: 700;
}
.item_date, .wd_date,
.wd_item .wd_date,
.wd_event_sidebar .wd_event_date,
.wd_newsfeed_releases-teaser .wd_date {
	font-size: 1rem;
	font-weight: normal;
	color: inherit;
	text-transform: none;
}
.item_summary, .wd_item .wd_summary {}
.wd_item .wd_subtitle {}

.item .wd_asset_type_link_list .wd_count,
.wd_item .wd_asset_type_link_list .wd_count {
	font-size: 1em;
	font-weight: normal;
}
table.wd_imagetable {
	max-width: 100%;
}
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 */

.wd_category .category_header {
	color: #4B1D60;
	font-size: 1.875rem;
	margin-bottom: 40px;
}

/* Award and Recognition */
.wd_pageid_20311 .item {
	display: flex;
	gap: 40px;
	max-width: 860px;
}
.wd_pageid_20311 .item ~ .item {
	margin-top: 40px;
}
.wd_pageid_20311 .item .wd_thumbnail {
	width: 236px;
	height: 200px;
	border: 1px solid #979797;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wd_pageid_20311 .item .wd_thumbnail img {
	margin: 0 !important; /* override inline */
	display: block;
	max-height: 200px;
}
.wd_pageid_20311 .item .wd_thumbnail ~ .wd_item_wrapper {
	max-width: calc(100% - 276px);
}
.wd_pageid_20311 .item .wd_imagetable,
.wd_pageid_20311 .categories {
	display: none;
}
.wd_pageid_20311 .item .wd_category {
	color: #147167;
	font-weight: 600;
	margin-bottom: 10px;
}
.wd_pageid_20311 .item .item_name {
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 20px;
}
.wd_pageid_20311 .item .item_name a {
	color: #4B1D60;
	text-decoration: none;
}
.wd_pageid_20311 .item .item_summary {
	color: #131520;
}

.wd_pageid_20311 .detail_header {
	color: #4B1D60;
	margin-bottom: 40px;
}
.wd_pageid_20311 .wd_standard-detail {
	display: flex;
	gap: 40px;
	margin: 75px 0 80px;
}
.wd_pageid_20311 .wd_standard-detail .wd_item_content {
	flex: 2;
	align-self: center;
}
.wd_pageid_20311 .wd_standard-detail .wd_desktop_image {
	flex: 1;
	align-self: flex-start;
}
.wd_pageid_20311 .wd_standard-detail .wd_imagetable {
	display: none;
}
.wd_pageid_20311 .wd_standard-detail a {
	color: #954293;
}
.wd_pageid_20311 .wd_back.more a {
	background-color: #954293;
	color: #fff;
}
.wd_pageid_20311 .wd_standard-detail .wd_back {
	margin-top: 2em;
}
/* END Awards and Recognition */

/* Crisis page FAQs */
.wd_pageid_34150 .item_name {
	font-size: 1rem;
	font-weight: 600;
}
/* Crisis page FAQs */

.wd_accordion_content,
.wd_accordion_button .wd_hide {
	display: none;
}

/* END Standard */

/* Stories */
.wd_stories .wd_item_search_form_container {
	display: none;
}
.wd_stories .wd_item_list {
	display: flex;
	flex-wrap: wrap;
	column-gap: 55px;
	row-gap: 30px;
	margin-bottom: 60px;
}
.wd_stories .wd_item_list::before,
.wd_stories .wd_item_list::after {
	display: none;
}
.wd_stories .wd_item {
	width: calc(25% - 41.25px);
}
.wd_stories .wd_item .wd_thumbnail {
	float: none;
	margin: 0 0 20px 0;
}
.wd_stories .wd_item .wd_thumbnail img {
	display: block;
	border-radius: 12px;
}
.wd_stories .wd_item .wd_asset_type_link_list,
.wd_stories .wd_item .wd_date {
	display: none;
}
.wd_stories .wd_item .wd_title {
	font-size: 1.25rem;
	font-weight: 900;
}
.wd_stories .wd_item .wd_title a {
	color: #4B1D60;
	text-decoration: none;
}
.wd_stories .wd_item .wd_summary {
	font-size: 1.25rem;
	font-weight: 400;
	color: #371447;
}
#wd_printable_content .wd_stories .wd_item .wd_summary p:last-child {
	margin-bottom: 0;
}

.wd_pageid_20317 .wd_standard-detail .wd_item_flex,
.wd_stories-detail .wd_item_flex {
	display: flex;
	column-gap: 101px;
}
.wd_pageid_20317 .wd_standard-detail .wd_captioned_image,
.wd_stories-detail .wd_captioned_image {
	margin: 0 !important;
	width: auto !important;
	max-width: 440px;
}
.wd_pageid_20317 .wd_standard-detail .wd_captioned_image img,
.wd_stories-detail .wd_captioned_image img {
	display: block;
	border-radius: 20px;
}
.wd_pageid_20317 .wd_standard-detail .wd_item_content,
.wd_stories-detail .wd_item_content {
	flex: calc(100% - 541px);
}
.wd_pageid_20317 .wd_standard-detail .detail_header,
.wd_stories-detail .wd_title {
	color: #4B1D60;
	font-weight: 900;
	font-size: 1.875rem;
	margin-top: 0;
}
.wd_pageid_20317 .wd_standard-detail h2,
.wd_pageid_20317 .wd_standard-detail h3,
.wd_stories-detail h2 {
	color: #2A2A2A;
	font-size: 1.25rem;
	font-weight: 400;
	margin-bottom: 40px;
}

.wd_stories-detail .wd_related_content_title {
	display: none;
}
.wd_pageid_20317.wd_item_page .wd_imagetable,
.wd_stories-detail div[wd_move_after],
.wd_stories-detail .wd_asset_list,
.wd_pageid_20317.wd_item_page .wd_header,
.wd_pageid_34142.wd_item_page .wd_header,
.wd_pageid_20317.wd_item_page .wd_featureboxes-vertical,
.wd_pageid_20317.wd_item_page .wd_featureboxes-horizontal,
.wd_pageid_34142.wd_item_page .wd_featureboxes-vertical,
.wd_pageid_34142.wd_item_page .wd_featureboxes-horizontal {
	display: none;
}
.wd_stories-detail .wd_captioned_image .wd_caption,
.wd_stories-detail .wd_image_link {
	margin-top: 30px;
}
.wd_stories-detail .wd_captioned_image .wd_caption a,
.wd_stories-detail .wd_image_link a {
	font-weight: 600;
	color: #954293;
	text-decoration: none;
}
.wd_pageid_20317.wd_item_page .wd_content_wrapper,
.wd_pageid_34142.wd_item_page .wd_content_wrapper {
	max-width: 1340px;
}
/* END Stories */

/* Related Content */
.wd_related_content_wrapper {
	max-width: 470px;
}
.wd_related_content_wrapper .wd_item {
	display: flex;
	gap: 18px;
	margin-bottom: 40px;
}
.wd_related_content_wrapper .wd_item .wd_thumbnail {
	max-width: 140px;
}
.wd_related_content_wrapper .wd_item_wrapper {
	flex: calc(100% - 158px);
}
.wd_related_content_wrapper .wd_item .wd_thumbnail img {
	display: block;
	border-radius: 12px;
}
.wd_related_content_wrapper .wd_item .wd_source {
	color: #147167;
	font-weight: 600;
	margin-bottom: 10px;
}
.wd_related_content_wrapper .wd_item .wd_title {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 20px;
}
.wd_related_content_wrapper .wd_item .wd_title a {
	text-decoration: none;
	color: #4B1D60;
}
.wd_related_content_wrapper .wd_item .wd_summary {
	display: none;
}
.wd_related_content_wrapper p.more {
	text-align: center;
}
/* END Related Content */

/* 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 */
.wd_pageid_34140 .wd_custom_item_search {
	margin-bottom: 60px;
}
.wd_gallery .wd_item_list {
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 40px;
	height: auto !important; /* override inline */
}
.wd_gallery .wd_item {
	width: calc(33.333% - 20px) !important; /* override inline */
	border: none;
	box-shadow: none;
	padding: 0;
	position: static !important; /* override inline */
}
.wd_gallery .wd_item .wd_thumbnail {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	height: 365px;
	border: 1px solid #979797;
	border-radius: 20px;
	position: relative;
}
.wd_gallery .wd_item.wd_video_item .wd_thumbnail::before {
	position: absolute;
	top: 50%;
	top: 35%;
	transform: translateX(-50%);
	font-family: 'FontAwesome';
	content: "\f04b";
	font-size: 32px;
	z-index: 2;
	color: #fff;
	pointer-events: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 98px;
	height: 98px;
	background-color: #dc207573;
	border-radius: 50%;
	text-align: center;
}
.wd_gallery .wd_item.wd_video_item .wd_thumbnail:hover::before {
	background-color: #dc2075;
}
.wd_gallery .wd_item .wd_thumbnail img {
	display: block;
	width: 100%;
	object-fit: contain;
	object-position: center;
	height: 365px;
}
.wd_gallery_modal .wd_info > .wd_title,
.wd_gallery .wd_item .wd_item_wrapper > .wd_title {
	font-size: 1.25rem;
	margin-bottom: 20px;
}
.wd_gallery_modal .wd_info > .wd_title,
.wd_gallery .wd_item .wd_item_wrapper > .wd_title a {
	font-weight: 600;
	color: #4B1D60;
	text-decoration: none;
}
.wd_gallery_modal .wd_hi_res_link_wrapper,
.wd_gallery .wd_hi_res_link_wrapper {
	font-size: 1rem;
}
.wd_gallery_modal .wd_hi_res_link_wrapper .wd_hi_res_link,
.wd_gallery_modal .wd_summary ul a,
.wd_gallery .wd_hi_res_link_wrapper .wd_hi_res_link {
	font-weight: 600;
	text-decoration: none;
	border: none;
	background: none;
	color: #954293;
}
.wd_pageid_34140 .wd_modal-outer {
	padding: 40px 0 0 0 !important; /* override inline */
	max-width: 800px;
	border-radius: 8px;
	overflow: hidden;
}
.wd_gallery_modal .wd_info {
	padding: 40px;
}
.wd_gallery-modal {
	height: 100%;
	width: 100%;
}
.wd_gallery_modal .wd_info {
	overflow: auto;
}

.wd_gallery_modal .wd_image {
	/*max-height: 75%;
	height: 75% !important;*/
}
.wd_gallery_modal .wd_image img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	max-height: 400px;
}
.wd_resizing .wd_image img {
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.wd_gallery_modal .wd_summary p {
	font-size: 1.25rem;
	margin-bottom: 27px;
}
.wd_gallery_modal .wd_image {
	min-height: 300px;
}
.wd_modal-outer .wd_modal-close {
	position: absolute;
	/*color: #954293; */
    background-image: url('../images/icon-x.svg');
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
}

.wd_modal-close.fa.fa-times::before {
  content: '';
}
.wd_gallery_modal blockquote {
	margin: 20px 0;
	padding: 10px;
	border-radius: 12px;
	background-color: #E7EAF7;
}
.wd_gallery_modal .wd_summary ul {
	list-style: none;
}


/* END Gallery */

/* Newsfeed Releases / News headlines */
.wd_list_header {
	color: #4B1D60;
	font-size: 2.25rem;
}
.allysf .wd_list_header {
	margin-bottom: 60px;
}
.wd_list_header span {
	text-transform: lowercase;
}

.wd_newsfeed_releases .wd_subscribe_link {
	display: none;
}
.wd_pageid_20285 .wd_standard .item,
.wd_news_headlines .wd_item,
.wd_newsfeed_releases .wd_item {
	display: flex;
	gap: 35px;
	margin-bottom: 30px;
	overflow: hidden;
	max-width: 800px;
}
.wd_news_headlines .wd_item {
	margin-bottom: 40px;
	max-width: 760px;
}
.wd_pageid_20285 .wd_standard .item .wd_thumbnail,
.wd_newsfeed_releases .wd_thumbnail {
	float: none;
	/*height: 245px;*/
	width: 365px;
	border: 1px solid #979797;
	border-radius: 12px;
	overflow: hidden;
	margin: 0;
	max-width: 100%;
}
.wd_news_headlines .wd_item .wd_captioned_image {
	display: none;
}
.wd_pageid_20285 .wd_standard .item .wd_thumbnail img,
.wd_newsfeed_releases .wd_thumbnail img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center top;
}
.wd_pageid_20285 .wd_standard .item .wd_thumbnail img {
	margin: 0 !important; /* override inline */
}
.wd_pageid_20285 .wd_standard .item .wd_thumbnail ~ .wd_item_wrapper,
.wd_newsfeed_releases .wd_thumbnail ~ .wd_item_wrapper {
	max-width: calc(100% - 400px);
}
.wd_news_headlines .wd_item .wd_category_link:first-child,
.wd_newsfeed_releases .wd_item .wd_category_link:first-child {
	margin-left: 0;
}
.wd_pageid_20285 .wd_standard .item .item_name {
	font-size: 1rem;
}
.wd_pageid_20285 .wd_standard .item .item_name a,
.wd_news_headlines .wd_item .wd_summary p,
.wd_news_headlines .wd_item .wd_category_link a,
.wd_newsfeed_releases .wd_item .wd_category_link a {
	text-decoration: none;
	color: #147167;
	font-weight: 600;
}
.wd_pageid_20285 .wd_standard .item .item_name a {
    pointer-events: none;
    cursor: text;
}
.wd_pageid_20285 .wd_standard .item .item_name,
.wd_news_headlines .wd_item .wd_category_link_list,
.wd_newsfeed_releases .wd_item .wd_category_link_list {
	margin-bottom: 10px;
}
.wd_pageid_20285 .wd_standard .item .item_summary p:first-child,
.wd_news_headlines .wd_item .wd_item_wrapper > .wd_title,
.wd_newsfeed_releases .wd_item .wd_item_wrapper > .wd_title {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 20px;
}
.wd_pageid_20285 .wd_standard .item .item_summary p:first-child a,
.wd_news_headlines .wd_item .wd_title a,
.wd_newsfeed_releases .wd_item .wd_title a {
	text-decoration: none;
	color: #4B1D60;
}
.wd_pageid_20285 .wd_standard .item .item_summary,
.wd_news_headlines .wd_date_assets,
.wd_newsfeed_releases .wd_date_assets {
	color: #2A2A2A;
}
.wd_news_headlines .wd_item .wd_date,
.wd_news_headlines .wd_item .wd_publication,
.wd_newsfeed_releases .wd_item .wd_date,
.wd_newsfeed_releases .wd_item .wd_asset_type_link_list,
.wd_newsfeed_releases .wd_item .wd_asset_type_link_list .wd_asset_type_link {
	display: inline;
	float: none;
}
.wd_newsfeed_releases .wd_item .wd_asset_type_link_list .wd_asset_type_link a {
	color: #2A2A2A;
	text-decoration: none;
}
.wd_news_headlines .wd_date ~ .wd_publication::before,
.wd_newsfeed_releases .wd_date ~ .wd_asset_type_link_list::before {
	display: inline;
	content: '|';
	margin: 0 10px;
	font-size: 1rem;
	color: #2A2A2A;
}
.wd_newsfeed_releases .wd_asset_type_link_list::after {
	display: none;
}
.wd_news_headlines .wd_item .wd_publication {
	font-weight: normal;
}


/*body:not(.wd_iframe_template) .wd_newsfeed_releases-detail div[wd_move_after] {
	display: none;
}*/
.wd_newsfeed_releases-detail,
.allysf .wd_newsfeed_releases-detail {
	padding-top: 50px;
}
.wd_pageid_34150 .wd_body_outer,
.wd_newsfeed_releases-detail .wd_body_outer {
	display: flex;
}
.wd_pageid_34150 .wd_body_left,
.wd_newsfeed_releases-detail .wd_detail_header,
.wd_newsfeed_releases-detail .wd_body_outer .wd_body_left {
	padding-right: 100px;
	width: 75%;
}
.wd_newsfeed_releases-detail .wd_title {
	font-size: 1.875rem;
	font-weight: 900;
	color: #4B1D60;
	margin-bottom: 10px;
}
.wd_newsfeed_releases-detail .wd_date {
	font-size: 1.25rem;
	font-weight: 400;
	color: #371447;
	margin-bottom: 40px;
}
.wd_newsfeed_releases-detail .wd_subtitle {
	font-size: 1.125rem;
	font-weight: 600;
	color: #371447;
	margin-bottom: 20px;
}
.wd_pageid_34150 .wd_body_right,
.wd_newsfeed_releases-detail .wd_body_right {
	width: 25%;
	align-self: flex-start;
	padding-left: 14px;
}
.allysf .media-related-materials {
	margin-bottom: 20px;
}
.media-related-materials p {
	font-weight: 600;
}
.media-related-materials ul {
	list-style: none;
}
.media-related-materials ul li {
	padding: 24px 0;
}
.media-related-materials ul li ~ li {
	border-top: 1px solid #E7EAF7;
}
.media-related-materials a {
	text-decoration: none;
	color: #954293;
	font-weight: 600;
}
.wd_newsfeed_releases-detail .more a {
	background-color: #954293;
	color: #fff;
}
.wd_body a {
	color: #954293;
}
.wd_newsfeed_releases-detail .wd_body_right .wd_asset_list,
.wd_newsfeed_releases-detail .wd_body_right .wd_asset_list .wd_item {
	width: auto;
	float: none;
	max-width: 100%;
}
.wd_newsfeed_releases-detail .wd_body_right .wd_asset_list .wd_item {
	background: none;
}
.wd_asset_gallery_container .wd_continue_link,
.wd_asset_placeholder {
	display: none;
}
/* 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_pageid_34150 .wd_body_left ul,
.wd_pageid_34150 .wd_body_left ol,
.wd_newsfeed_releases-detail .wd_news_body ul,
.wd_newsfeed_releases-detail .wd_news_body ol,
.wd_newsfeed_releases-detail .wd_news_body ol ol {
	margin: 1em 0 1em 0;
	padding-left: 40px;
}
.wd_newsfeed_releases-detail .wd_news_body ul li,
.wd_newsfeed_releases-detail .wd_news_body li ul 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 */


/* Pagination */
.allysf .wd_page_menu {
	margin-top: 50px;
}
.wd_page_limit {
	display: none;
}
.wd_page_links {
	float: none;
	text-align: center;
}
.wd_page_menu .wd_page_links .wd_page_link {
	border: 0;
	width: 32px;
	height: 32px;
	border-radius: 12px;
}
.wd_page_menu .wd_page_links .wd_page_link a,
.wd_page_menu .wd_page_links .wd_page_link span {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}
.wd_page_menu .wd_page_links .wd_page_link a {
	color: #954293;
	text-decoration: none;
	font-weight: 600;
}
.wd_page_menu .wd_page_links .wd_page_link:not(.wd_page_active, .wd_page_prev) + .wd_page_link:not(.wd_page_active, .wd_page_next)::before {
	content: '';
	position: absolute;
	left: 0;
	height: 16px;
	width: 1px;
	background-color: #E7EAF7;
	display: inline-block;
	transform: translateY(50%);
}
.wd_page_menu .wd_page_links .wd_page_prev span,
.wd_page_menu .wd_page_links .wd_page_next span {
	color: #C0C8D6;
}
/* END Pagination */

/* Toolbar */
div.wd_toolbar {
	border: 0;
	padding: 0;
	margin: 10px 0;
}
div.wd_toolbar ul.wd_tools li.wd_tool {
	float: left;
}
span.wd_tool_icon > a:link,
span.wd_tool_icon > a:visited {
	background: none !important; /* override inline */
	color: #954293;
}
/* END Toolbar */

/* Item search */
.wd_item_search_form_container .wd_search_form_basic {
	display: block;
}
.wd_item_search_form_container .wd_search_advanced_link,
.wd_custom_select .wd_options,
.wd_item_search_form_container .wd_custom_select select {
	display: none;
}
.wd_item_search_form_container .wd_search_basic_fields {
	display: flex;
	border: 0;
	background: none;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 40px;
}
.wd_filters {
	flex: 66%;
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
}
.allysf .wd_category_dropdown {
	margin: 60px 0;
}
.wd_category_dropdown .wd_dropdown_header,
.wd_search_basic_fields label {
	color: #2A2A2A;
	font-weight: 600;
	font-size: .75rem;
	display: block;
}
.wd_custom_select {
	flex: 1;
	max-width: 300px;
}
.wd_custom_select .wd_dropdown_trigger {
	width: 100%;
	display: flex;
	background-color: #F9F9F9;
	border-radius: 8px 8px 0 0;
	min-height: 48px;
	padding: 0 10px;
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #954293;
	align-items: center;
	justify-content: space-between;
	font-weight: normal;
}
.wd_custom_select .wd_options {
	position: absolute;
	background-color: #fff;
	z-index: 1;
	list-style: none;
	width: 100%;
	margin-top: -1px;
	border-radius: 0 0 12px 12px;
	overflow: hidden;
}
.wd_custom_select .wd_option a {
	padding: 10px;
	display: block;
	color: inherit;
	text-decoration: none;
	font-weight: normal;
}
.wd_custom_select .wd_option.active a,
.wd_custom_select .wd_option a:hover {
	background-color: #F9F9F9;
}
.wd_custom_select .allysf-icon {
	height: 24px;
	width: 24px;
	stroke: #954293;
	fill: #954293;
}
.wd_site_search label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.wd_site_search .wd_search_form_container {
	display: inline-block;
	position: absolute;
	right: 0;
	z-index: 1;
	top: 40px;
}
.wd_site_search .wd_search_form {
	display: inline-block;
}
.wd_custom_item_search .wd_keywords {
	align-self: flex-end;
	position: static;
}
.wd_site_search input[type=text],
.wd_custom_item_search input[type="text"] {
	height: 48px;
	padding: 0 48px 0 20px;
	font-size: 1.125rem;
	font-family: 'Poppins', sans-serif;
	border: 1px solid #954293;
	border-radius: 24px;
	width: 290px;
}
.wd_custom_item_search input[type="text"] {
	position: absolute;
	right: 0;
	bottom: 0;
}
.wd_custom_item_search input[type="text"]:focus {
	width: 500px;
	outline-color: initial;
	accent-color: initial;
}
.wd_site_search a,
.wd_custom_item_search .wd_search_button {
	border: 0;
	background: none;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 48px;
	width: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.wd_site_search a .allysf-icon,
.wd_custom_item_search .wd_search_button .allysf-icon {
	height: 24px;
	width: 24px;
	fill: #954293;
}

.wd_custom_item_search .wd_subscribe {
	display: flex;
	justify-content: flex-end;
	margin: 20px 0;
}
.wd_custom_item_search .wd_subscribe .more a {
	background-color: #954293;
	color: #fff;
}
/* END Item search */

/* Search Results */
.wd_sphinx_search .wd_search_result {
	display: flex;
	gap: 35px;
	margin-bottom: 30px;
	overflow: hidden;
	max-width: 800px;
}
.wd_sphinx_search .wd_search_result .wd_search_image {
	float: none;
	/*height: 245px;*/
	width: 365px;
	border: 1px solid #979797;
	border-radius: 12px;
	overflow: hidden;
	margin: 0;
	max-width: 100%;
	aspect-ratio: 4 / 3;
}
.wd_sphinx_search .wd_search_result .wd_search_image img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center top;
	max-width: 100%;
	max-height: 100%;
}
.wd_sphinx_search .wd_search_result .wd_search_title {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 20px;
}
.wd_sphinx_search .wd_search_result .wd_search_title a {
	text-decoration: none;
	color: #4B1D60;
}
.wd_sphinx_search .wd_search_result .wd_search_image ~ .wd_item_wrapper {
	max-width: calc(100% - 400px);
}
.wd_sphinx_search .wd_search_result .wd_search_text {
	display: none;
}
.wd_sphinx_search .wd_search_result .wd_search_title .wd_asset_icons,
.wd_sphinx_search .wd_search_form a[onclick] {
	display: none;
}
.wd_sphinx_search .wd_search_summary {
	margin-bottom: 1em;
}
.wd_search_result mark {
	background-color: #F2F2F2;
}
/* END Search Results */

/* Formbuilder */
select::-ms-expand {
	border: none;
}
#wd_printable_content input,
#wd_printable_content button,
#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 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=text] {
	max-width: 100%;
}
#wd_printable_content input[type="checkbox"],
#wd_printable_content input[type="radio"] {
	accent-color: #954293;
	height: 21px;
	width: 21px;
	margin-right: 10px;
}
.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;
}
body:not(.wd_modal_page, .wd_pageid_20292) .wd_content_container {
	margin-top: 60px;
}
/*body:not(.wd_modal_page, .wd_pageid_20292) .wd_featureboxes_pagemenu ~ .wd_content_container {
	margin-top: 60px;
}*/
.wd_formbuilder {
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 24px;
}
.wd_formbuilder .wd_form_header {
	display: none;
}
#wd_printable_content .wd_formbuilder input[type=submit],
.wd_formbuilder .wd_form_footer .wd_form_buttons,
.wd_formbuilder .wd_form_field_input {
	margin-left: 0;
}
.wd_formbuilder .wd_form_field_label {
	float: none;
	width: auto;
	text-align: left;
	font-size: .75rem;
	font-weight: 600;
	color: #2A2A2A;
}
.wd_formbuilder .wd_form_field {
	width: calc(50% - 5px);
}
.wd_formbuilder .wd_60 {
	width: 60%;
}
.wd_formbuilder .wd_form_footer,
.wd_formbuilder .wd_100 {
	width: 100%;
}
#wd_printable_content .wd_formbuilder input[type=text],
#wd_printable_content .wd_formbuilder select {
	height: 48px;
	width: 100%;
	border-radius: 8px 8px 0 0;
	background-color: #F9F9F9;
	border-width: 0 0 1px 0;
	border-color: #954293;
	font-family: 'Poppins', sans-serif;
	font-size: 1rem;
}
#wd_printable_content .wd_formbuilder .wd_input_border {
	width: 100%;
}
#wd_printable_content .wd_formbuilder select {
	appearance: none;
	-webkit-appearance: none;
	background-image: url(../images/icon-chevron-down.svg);
	background-size: 24px;
	background-position: calc(100% - 17px) center;
	background-repeat: no-repeat;
	padding-right: 44px;
}
.wd_category_checkboxes .wd_parent_category {
	font-weight: 400;
}

#wd_printable_content button,
#wd_printable_content input[type="submit"],
.more a {
	display: inline-block;
	padding: 11px 32px;
	border: 1px solid #954293;
	border-radius: 24px;
	text-decoration: none;
	color: #954293;
	font-weight: 600;
	height: auto;
	font-size: 1rem;
	line-height: 1.5;
	font-family: 'Poppins', sans-serif;
}
.more.wd_purple a {
	background-color: #954293;
	color: #fff;
}
#wd_printable_content button,
#wd_printable_content input[type=submit] {
	background-color: #954293;
	color: #fff;
}
.wd_formbuilder .wd_form_footer {
	margin: 10px 0;
}
.wd_pageid_20300 #wd_printable_content {
	line-height: 1.5;
}
.wd_pageid_20300 #wd_printable_content p {
	margin: 0;
}
.wd_pageid_20300 #wd_printable_content p a {
	color: #954293;
}
.wd_subscribe2 .wd_form_field:last-child {
	margin-bottom: 30px;
}
.wd_subscribe2 a {
	color: #954293;
}
.wd_modal_page .wd_subscribe2 .wd_unsub_field {
	display: none;
}

.allysf.wd_form_submitted .wd_featureboxes-horizontal,
.allysf.wd_form_submitted .wd_featureboxes-vertical,
.wd_form_submitted .wd_social_widget,
.wd_form_submitted h2.wd_page_header {
	display: none;
}
.wd_form_submitted .wd_formbuilder {
	max-width: 800px;
	margin: 0 auto;
}
.wd_form_submitted:not(.wd_form_unsubscribe) .wd_header {
	display: none;
} 
/* END Formbuilder */

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

/* Featureboxes */
.wd_content_container .wd_page_header,
.wd_featurebox_container .wd_featurebox_title {
	font-size: 2.25rem;
	font-weight: 900;
	color: #4B1D60;
	margin-bottom: 40px;
}
.wd_pageid_20300 .wd_featurebox_container .wd_featurebox_title {
	margin-bottom: 20px;
}
.wd_content_container .wd_page_header {
	margin-bottom: 20px;
}

/* Top Featureboxes */
.wd_site_search ~ .wd_featureboxes_top {
	/*margin-top: -24px;*/
}
.wd_site_search ~ .wd_featureboxes_top .wd_featurebox_container:nth-child(2) .wd_featurebox_title {
	padding-right: 300px;
}
.wd_featureboxes_top .wd_featurebox_container {
	margin: 40px 0 81px;
	padding-bottom: 40px;
	border-bottom: 1px solid #979797;
}
.wd_site_search ~ .wd_featureboxes_top .wd_featurebox_container:nth-child(2) {
	margin-top: 60px;
}
.wd_featureboxes_top .wd_featurebox div[class*=-teaser],
.wd_featureboxes_top .wd_items {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
}
.wd_featureboxes_top .wd_featured_item,
.wd_featureboxes_top .wd_featured_item ~ .wd_items,
.wd_featureboxes_top .wd_items .item {
	width: calc(50% - 11px);
}
.wd_featureboxes_top .item .wd_thumbnail {
	float: none;
	width: 100%;
	border: 1px solid #979797;
	border-radius: 12px;
	overflow: hidden;
	margin: 0;
	margin-bottom: 15px;
	max-height: 638px;
}
.wd_featureboxes_top .wd_items .item .wd_thumbnail {
	height: 178px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wd_featureboxes_top .item .wd_thumbnail img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center top;
	margin: 0 !important; /* override inline */
}
.wd_featureboxes_top .wd_items .item .wd_thumbnail img {
	max-height: 178px;
}
.wd_featureboxes_top .item .wd_category_link:first-child {
	margin-left: 0;
}
.wd_featureboxes_top .item .wd_category_link a {
	text-decoration: none;
	color: #147167;
	font-weight: 600;
}
.wd_featureboxes_top .item .wd_category_link_list {
	margin-bottom: 10px;
}
.wd_featureboxes_top .item > .wd_title {
	font-size: 1.25rem;
	font-weight: 500;
	margin-bottom: 20px;
}
.wd_featureboxes_top .item > .wd_title {
	padding-top: 34.6px;
}
.wd_featureboxes_top .item .wd_category_link_list ~ .wd_title {
	padding-top: 0;
}
.wd_featureboxes_top .item .wd_title a {
	text-decoration: none;
	color: #4B1D60;
	font-weight: 500;
}
.wd_featureboxes_top .item .wd_date_assets {
	color: #2A2A2A;
}
.wd_featureboxes_top .item .wd_date,
.wd_featureboxes_top .item .wd_asset_type_link_list,
.wd_featureboxes_top .item .wd_asset_type_link_list .wd_asset_type_link {
	display: inline;
	float: none;
}
.wd_featureboxes_top .item .wd_asset_type_link_list .wd_asset_type_link a {
	color: #2A2A2A;
	text-decoration: none;
}
.wd_featureboxes_top .item .wd_date ~ .wd_asset_type_link_list::before {
	display: inline;
	content: '|';
	margin: 0 10px;
	font-size: 1rem;
	color: #2A2A2A;
}
.wd_featureboxes_top .item .wd_asset_type_link_list::after {
	display: none;
}
.wd_featureboxes_top .wd_featured_item {
	display: flex;
}
.wd_featureboxes_top .wd_featured_item .item {
	display: flex;
	flex-direction: column;
	width: 100%;
}
/*.wd_featureboxes_top .wd_featured_item .item .wd_thumbnail {
	flex: 100%;
}*/
.wd_featureboxes_top .more {
	margin: 40px 0;
	text-align: center;
}

.wd_featureboxes_top .wd_news_headlines-teaser .item .wd_item_wrapper {
	max-width: 488px;
}
.wd_featureboxes_top .wd_news_headlines-teaser .item .item_name {
	font-size: 1.25rem;
	font-weight: 500;
	margin-bottom: 20px;
}
.wd_featureboxes_top .wd_news_headlines-teaser .item .item_name a {
	text-decoration: none;
	color: #4B1D60;
	font-weight: 500;
}
.wd_featureboxes_top .wd_news_headlines-teaser .item .wd_date_assets {
	color: #2A2A2A;
}
.wd_featureboxes_top .wd_news_headlines-teaser .item .item_date,
.wd_featureboxes_top .wd_news_headlines-teaser .item .item_publication {
	display: inline;
	float: none;
}
.wd_featureboxes_top .wd_news_headlines-teaser .item_date ~ .item_publication::before {
	display: inline;
	content: '|';
	margin: 0 10px;
	font-size: 1rem;
	color: #2A2A2A;
}
.wd_featureboxes_top .wd_standard-teaser .item .item_name,
.wd_featureboxes_top .wd_news_headlines-teaser .item .wd_category {
	color: #147167;
	font-weight: 500;
	margin-bottom: 10px;
	font-size: 1rem;
}
.wd_featureboxes_top .wd_news_headlines-teaser .item  .item_summary {
	display: none;
}
.wd_featureboxes_top .wd_standard-teaser .item p:first-of-type {
	font-size: 1.25rem;
	font-weight: 500;
	margin-bottom: 20px;
}
.wd_featureboxes_top .wd_standard-teaser .item p:first-of-type a {
	text-decoration: none;
	color: #4B1D60;
	font-weight: 500;
}
/* END Top Featureboxes */

/* Bottom / Social Featureboxes */
.wd_featureboxes_bottom,
.wd_featureboxes_social {
	text-align: center;
}
.allysf .wd_featureboxes_bottom {
	margin-top: 80px;
	padding-top: 20px;
	border-top: 1px solid #D3D8E6;
}
.wd_featureboxes_top + .wd_featureboxes_bottom {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.wd_featureboxes_bottom .wd_featurebox_container,
.wd_featureboxes_social .wd_featurebox_container {
	margin: 60px 0;
}
.wd_featureboxes_social,
.allysf .wd_featureboxes_social {
	margin-top: 80px;
	padding-top: 20px;
	border-top: 1px solid #979797;
}
.wd_featureboxes_bottom .wd_featurebox ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	justify-content: space-around;
	margin: 60px 0;
	gap: 20px;
}
.wd_featureboxes_bottom .wd_featurebox ul li {
	flex: 1;
	max-width: 273px;
}
.wd_featureboxes_bottom .wd_featurebox ul li img {
	display: block;
	margin-bottom: 20px;
}
.wd_featureboxes_bottom .wd_featurebox ul li a {
	text-decoration: none;
	display: inline-flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	font-size: 1.25rem;
	font-weight: 900;
	color: #954293;
}
.wd_pageid_20300 .wd_featureboxes_bottom .wd_featurebox ul li a {
	font-size: 1.125rem;
}
.wd_featureboxes_bottom .wd_featurebox ul li a.wd_in-touch_icon::before,
.wd_featureboxes_bottom .wd_featurebox ul li a.wd_media_icon::before,
.wd_featureboxes_bottom .wd_featurebox ul li a.wd_subscribe_icon::before {
	content: '';
	display: inline-block;
	width: 70px;
	height: 70px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.wd_featureboxes_bottom .wd_featurebox ul li a.wd_in-touch_icon::before {
	background-image: url(../images/icon3-2x.png);
}
.wd_featureboxes_bottom .wd_featurebox ul li a.wd_media_icon::before {
	background-image: url(../images/icon1-2x.png);
}
.wd_featureboxes_bottom .wd_featurebox ul li a.wd_subscribe_icon::before {
	background-image: url(../images/icon2-2x.png);
}
.wd_leadership_fb  + .allysf-row-v1 .wd_featureboxes_bottom {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
/* END Bottom / Social Featureboxes */

/* Right Featureboxes */
.allysf .wd_featureboxes_right {
	max-width: 406px;
	margin-top: 80px;
}
.wd_featureboxes_right .wd_featurebox_container {
	background-color: #361447;
	color: #fff;
	padding: 50px 30px 50px 40px;
	border-radius: 80px 0 80px 0;
	line-height: 1.5;
}
.wd_featureboxes_right .wd_featurebox_title {
	color: #fff;
	margin-bottom: 20px;
	font-size: 1.5rem;
}
.wd_featureboxes_right .wd_featurebox a {
	color: #DF9DDE;
}
.wd_featureboxes_right .wd_featurebox p:not(:last-child) {
	margin-bottom: 20px;
}
/* END Right Featureboxes */

/* Middle Featureboxes */
.wd_featureboxes_middle .wd_featurebox_container {
	margin: 80px 0;
	text-align: center;
	display: flex;
	gap: 80px;
}
.wd_featureboxes_middle .wd_featurebox_title {
	margin-bottom: 20px;
}
.wd_featureboxes_middle .wd_featurebox ul {
	list-style: none;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top: 47px;
	gap: 40px;
}
.wd_featureboxes_middle .wd_featurebox p:not(:last-child) {
	margin-bottom: 2em;
}
.wd_featureboxes_middle .wd_featurebox ul li {
	width: 221px;
}
.wd_featureboxes_middle .wd_featurebox ul li img {
	display: block;
	max-height: 176px;
	float: none;
	margin: 0 auto;
}
.wd_featureboxes_middle .wd_featurebox ul li a {
	font-weight: 600;
	color: #954293;
	text-decoration: none;
}

.wd_pageid_20303 .wd_featureboxes_middle {
	margin: 80px 0 0;
	border-top: 1px solid #979797;
	padding-top: 20px;
}
.wd_pageid_20303 .wd_featureboxes_middle .wd_featurebox_container {
	text-align: left;
}
.wd_featureboxes_middle .wd_featurebox_content {
	width: 100%;
}
.wd_featureboxes_middle .wd_featurebox_image ~ .wd_featurebox_content {
	max-width: calc(100% - 280px);
}
.wd_featureboxes_middle .wd_featurebox_image {
	margin-top: 75px;
	width: 200px;
}

.allysf .wd_purple-gradient-bg {
	background: linear-gradient(to bottom, #371447, #650360);
	color: #fff;
	border-radius: 0 80px 0 80px;
	padding: 40px 70px 20px;
	text-align: center;
}
.wd_featureboxes_middle .wd_featurebox .wd_purple-gradient-bg ul {
	margin-top: 0;
	gap: 20px;
}
.wd_featureboxes_middle .wd_featurebox .wd_purple-gradient-bg > ul > li {
	color: #FE4A8B;
	font-size: 2.5rem;
	font-weight: 900;
	width: calc(25% - 15px);
}
.wd_featureboxes_middle .wd_featurebox .wd_purple-gradient-bg ul li ul li {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 600;
	width: auto;
}
.wd_pageid_20303 .wd_featureboxes_middle .wd_featurebox_container {
	margin: 60px auto;
	max-width: 889px;
}
.wd_featureboxes_middle .wd_imagetable {
	display: none;
}
/* END Middle Featureboxes */

/* Leadership Featureboxes */
.wd_leadership_fb {
	background-color: #FFDBE8;
}
.allysf .wd_leadership_fb .allysf-row-v1 {
	padding-top: 0;
	padding-bottom: 0;
}
.wd_featureboxes_leadership .wd_featurebox_container {
	display: flex;
}
.wd_featureboxes_leadership .wd_featurebox_title {
	margin-bottom: 5px;
}
.wd_featureboxes_leadership .wd_featurebox_container .wd_imagetable {
	display: none;
}
.wd_featureboxes_leadership .wd_featurebox_image img {
	display: block;
	max-width: 367px;
	margin: 0 auto;
}
.wd_featureboxes_leadership .wd_featurebox_content,
.wd_featureboxes_leadership .wd_featurebox_image {
	flex: 1;
}
.wd_featureboxes_leadership .wd_featurebox_content {
	align-self: center;
}
.wd_featureboxes_leadership .wd_featurebox p:not(.more) {
	margin-bottom: 20px;
}
.wd_featureboxes_leadership .wd_featurebox ul {
	list-style: none;
	margin-bottom: 30px;
}
.wd_featureboxes_leadership .wd_featurebox ul li {
	margin-bottom: 10px;
}
.wd_featureboxes_leadership .wd_featurebox ul a {
	color: #954293;
	text-decoration: none;
	font-weight: 600;
}
.wd_featureboxes_leadership .wd_featurebox .more a {
	background-color: #954293;
	color: #fff;
}
.wd_pageid_20303 .wd_featureboxes_leadership .wd_featurebox_content {
	text-align: center;
}
/* END Leadership Featureboxes */

/* Page Menu Featureboxes */
.allysf .wd_pagemenu_wrapper {
	background-color: #fff;
	position: relative;
	transition: all .1s ease;
	width: 100%;
	z-index: 10;
}
.allysf .wd_pagemenu_wrapper.fixed {
	position: fixed;
	border: none;
	box-shadow: 0 4px 0 rgba(0,0,0,.15);
	z-index: 1050;
	top: 0;
}
.allysf .wd_featureboxes_pagemenu {
	align-items: center;
	background-color: #fff;
	border: 1px solid #d3d8e6;
	border-radius: 40px;
	box-shadow: 0 0 5px rgba(32,35,52,.16);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1172px;
	min-height: 80px;
	padding-left: 40px;
	padding-right: 22px;
	width: 100%;
	top: -40px;
}
.allysf .wd_pagemenu_wrapper.fixed .wd_featureboxes_pagemenu {
	top: 0;
	border-color: transparent;
	box-shadow: none;
	background: inherit;
}
.wd_pagemenu_wrapper.fixed + main {
	padding-top: 90px;
}
.wd_featureboxes_pagemenu .wd_featurebox_container {
	width: 100%;
}
.wd_featureboxes_pagemenu .wd_featurebox_title {
	display: none;
}
.wd_featureboxes_pagemenu .wd_featurebox {
	display: flex;
	gap: 36px;
	flex-wrap: wrap;
	align-items: center;
}
.wd_featureboxes_pagemenu .wd_featurebox p:not(.more) {
	padding-top: 16px;
	padding-bottom: 16px;
}
/*.wd_featureboxes_pagemenu .wd_featurebox p:not(.more):first-child {
	padding-left: 16px;
}*/
.wd_featureboxes_pagemenu .wd_featurebox p:not(.more):last-child {
	padding-right: 16px;
}
.wd_featureboxes_pagemenu .wd_featurebox p:not(.more) a {
	color: #954293;
	text-decoration: none;
	font-weight: 600;
	display: inline-block;
	position: relative;
}
.wd_featureboxes_pagemenu .wd_featurebox p:not(.more) a::after {
	display: none;
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #4B1D60;
}
.wd_featureboxes_pagemenu .wd_featurebox p:not(.more) a.active,
.wd_featureboxes_pagemenu .wd_featurebox p:not(.more) a:hover {
	color: #4B1D60;
}
.wd_featureboxes_pagemenu .wd_featurebox p:not(.more) a.active::after,
.wd_featureboxes_pagemenu .wd_featurebox p:not(.more) a:hover::after {
	display: inline-block;
}
.wd_featureboxes_pagemenu .wd_featurebox p.more:last-child {
	margin-left: auto;
}
/* END Page Menu Featureboxes */

/* Board of Directors Featureboxes */
.wd_featureboxes_board_of_directors .wd_featurebox div[class*=-teaser] {
	display: flex;
	flex-wrap: wrap;
	column-gap: 55px;
	row-gap: 30px;
}
.wd_featureboxes_board_of_directors .wd_featurebox .item {
	width: calc(25% - 41.25px);
}
.wd_featureboxes_board_of_directors .item .wd_thumbnail {
	float: none;
	margin: 0 0 20px 0;
}
.wd_featureboxes_board_of_directors .item .wd_thumbnail img {
	display: block;
	border-radius: 12px;
	float: none;
}
.wd_featureboxes_board_of_directors .item .item_name {
	font-size: 1.25rem;
	font-weight: 900;
}
.wd_featureboxes_board_of_directors .item .item_name a {
	color: #4B1D60;
	text-decoration: none;
}
.wd_featureboxes_board_of_directors .item p {
	font-size: 1.25rem;
	font-weight: 400;
	color: #371447;
}
.wd_featureboxes_board_of_directors .item br {
	display: none;
}
/* END Board of Directors Featureboxes */

/* Top Banner Featureboxes */
.wd_featureboxes_top-banner .wd_featureboxes_wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 51px;
}
.wd_featureboxes_top-banner .wd_featurebox_container {
	width: 350px;
}
.wd_featureboxes_top-banner .wd_featurebox > p,
.wd_featureboxes_top-banner .wd_featurebox_title {
	display: none;
}
.wd_featureboxes_top-banner .item .wd_thumbnail {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    height: 250px;
    border-radius: 20px;
    border: 1px solid #979797;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wd_featureboxes_top-banner .item .wd_thumbnail img {
    display: block;
    margin: 0 !important; /* override inline */
    max-width: 100%;
    max-height: 100%;
}
.wd_featureboxes_top-banner .item .wd_label {
	font-size: 1rem;
	color: #147167;
	font-weight: 600;
	margin-bottom: 10px;
}
.wd_featureboxes_top-banner .item .wd_label a {
	color: inherit;
	text-decoration: none;
	font-weight: inherit;
}
.wd_featureboxes_top-banner .item .wd_category_link_list,
.wd_featureboxes_top-banner .wd_news_headlines-teaser .item .item_summary {
	display: none;
}
.wd_featureboxes_top-banner .wd_standard-teaser .item:has(p:first-of-type a) p:first-of-type,
.wd_featureboxes_top-banner .item > .wd_title,
.wd_featureboxes_top-banner .item .item_name {
	font-size: 1.25rem;
	font-weight: 500;
	margin-bottom: 20px;
}
.wd_featureboxes_top-banner .wd_standard-teaser .item p:first-of-type a,
.wd_featureboxes_top-banner .item > .wd_title a,
.wd_featureboxes_top-banner .item .item_name a {
	color: #4B1D60;
	text-decoration: none;
	font-weight: 500;
}
.wd_featureboxes_top-banner .wd_standard-teaser .item:has(p:first-of-type a) .item_name {
	display: none;
}
.wd_featureboxes_top-banner .item .wd_date_assets * {
	display: inline;
	float: none;
}
.wd_featureboxes_top-banner .wd_asset_type_link_list::before,
.wd_featureboxes_top-banner .wd_asset_type_link_list::after {
	display: none;
}
.wd_featureboxes_top-banner .item .wd_date_assets > * ~ *::before {
	content: ' | ';
	display: inline;
	color: #2A2A2A;
	font-size: 1rem;
}
.wd_featureboxes_top-banner .item .wd_count {
	font-size: .813rem;
}
.wd_featureboxes_top-banner .wd_asset_type_link_list,
.wd_featureboxes_top-banner .wd_asset_type_link_list a {
	color: inherit;
	text-decoration: none;
}
.wd_featureboxes_top-banner .item .wd_asset_type_link_list .wd_icon {
	display: none;
}
.allysf .wd_top_banner_more {
	text-align: center;
	margin: 80px 0;
}
/* END Top Banner 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;
}

/* Fancybox client overrides */
.allysf .fancybox-overlay-fixed {
	position: fixed;
}
.fancybox-opened .fancybox-skin {
	background-color: #fff;
}
.fancybox-wrap .fancybox-close {
	position: absolute;
	top: 0;
	right: 0;
	background-image: url('../images/icon-x.svg');
	background-size: 24px;
	background-position: center;
	background-repeat: no-repeat;
}

/* Extra large devices (large desktops) */
@media (min-width: 1200px) {
	.wd_pageid_34140 .wd_modal-inner{
		height: 95vh !important; /* override inline */
		max-height: 95vh !important; /* override inline */
	}
}
@media (max-width: 1199px) {
	.wd_custom_item_search input[type="text"]:focus {
		width: 400px;
	}
	.wd_featureboxes_top-banner .wd_featureboxes_wrapper {
		gap: 50px;
	}
	.wd_featureboxes_top-banner .wd_featurebox_container {
		width: calc(33.333% - 50px);
	}
	.wd_featureboxes_top-banner .item .wd_thumbnail {
		height: auto;
		aspect-ratio: 1.4;
	}
}

/* Large devices (desktops) */
@media (max-width: 992px) {
	.wd_content_container {
		display: block;
	}
	.wd_custom_item_search .wd_subscribe {
		display: block;
	}
	.wd_site_search .wd_search_form_container {
		position: initial;
		margin-top: 40px;
	}
	.wd_site_search ~ .wd_featureboxes_top {
		margin-top: 0;
	}
	.wd_site_search ~ .wd_featureboxes_top .wd_featurebox_container:nth-child(2) {
		margin-top: 40px;
	}
	.wd_site_search ~ .wd_featureboxes_top .wd_featurebox_container:nth-child(2) .wd_featurebox_title {
		padding-right: 0;
	}
	.wd_site_search {
		text-align: right;
	}
	.wd_pageid_34150 .wd_body_outer,
	.wd_newsfeed_releases-detail .wd_body_outer {
		display: block;
	}
	.wd_pageid_34150 .wd_body_left,
	.wd_newsfeed_releases-detail .wd_detail_header,
	.wd_newsfeed_releases-detail .wd_body_outer .wd_body_left {
		width: 100%;
		padding-right: 0;
	}
	.wd_pageid_34150 .wd_body_right,
	.wd_newsfeed_releases-detail .wd_body_right {
		width: 100%;
		padding-left: 0;
		margin-top: 40px;
	}
	.wd_content_container .wd_featureboxes_right {
		max-width: 100%;
		margin-top: 80px;
	}
	.wd_pageid_20317 .wd_standard-detail .wd_item_flex,
	.wd_stories-detail .wd_item_flex {
		flex-direction: column;
		row-gap: 40px;
	}
	.wd_pageid_20317 .wd_standard-detail .wd_captioned_image,
	.wd_stories-detail .wd_captioned_image {
		max-width: 100%;
	}
	.wd_custom_item_search .wd_keywords,
	.wd_custom_item_search input[type="text"] {
		position: relative;
	}
	.wd_custom_item_search input[type="text"]:focus {
		width: auto;
	}
	.wd_featureboxes_top-banner .wd_featurebox_container {
		width: calc(50% - 25px);
	}
	.wd_featureboxes_middle .wd_featurebox .wd_purple-gradient-bg > ul > li {
		width: calc(50% - 10px);
	}
	.wd_gallery .wd_item {
		width: calc(50% - 15px) !important; /* override inline */
	}
}

/* Medium devices (tablets) */
@media (max-width: 767px) {
	.wd_pageid_20285 .wd_standard .item,
	.wd_sphinx_search .wd_search_result,
	.wd_newsfeed_releases .wd_item {
		flex-direction: column;
	}
	.wd_pageid_20285 .wd_standard .item .wd_thumbnail ~ .wd_item_wrapper,
	.wd_sphinx_search .wd_search_result .wd_search_image ~ .wd_item_wrapper,
	.wd_newsfeed_releases .wd_thumbnail ~ .wd_item_wrapper {
		max-width: 100%;
	}
	.wd_filters {
		flex-direction: column;
	}
	
	.wd_custom_select {
		max-width: 100%;
	}
	.wd_header_bg .wd_header_outer {
		min-height: 300px;
	}
	.wd_featureboxes_top .wd_featured_item,
	.wd_featureboxes_top .wd_featured_item ~ .wd_items,
	.wd_featureboxes_top .wd_items .item {
		width: 100%;
	}
	.wd_featureboxes_top .wd_items .item .wd_thumbnail {
		height: auto;
	}
	.wd_featureboxes_social {
		margin-top: 0;
	}
	.wd_pageid_20311 .wd_standard-detail {
		display: block;
	}
	.wd_pageid_20311 .wd_standard-detail .wd_desktop_image {
		display: none;
	}
	.wd_pageid_20311 .wd_standard-detail .wd_imagetable {
		display: block;
		margin: 30px 0 !important; /* override inline */
		float: none;
	}
	.wd_interstitial .wd_interstitial_inner {
		flex: 100%;
		margin: 0;
	}
	.wd_interstitial_buttons .allysf-content-action-v2.-btn {
		display: flex;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.wd_interstitial_buttons .allysf-content-action-v2.-btn a {
		width: 100%;
	}
	.wd_featureboxes_leadership .wd_featurebox_container {
		display: block;
	}
	.wd_featureboxes_leadership .wd_featurebox_content {
		padding: 40px 0;
	}
	.wd_featureboxes_leadership .wd_featurebox_image img {
		display: none;
	}

	/*.allysf .wd_featureboxes_pagemenu {
		transform: none;
		margin-top: 0;
	}*/
	.allysf .wd_featureboxes_pagemenu {
		display: none;
	}
	.wd_featureboxes_board_of_directors .wd_featurebox .item,
	.wd_stories .wd_item {
		width: calc(50% - 27.5px);
	}
	.wd_featureboxes_top-banner .wd_featurebox_container {
		width: 100%;
	}
	.wd_featureboxes_top-banner .item .wd_thumbnail {
		aspect-ratio: auto;
		display: block;
	}
	.wd_featureboxes_top-banner .item .wd_thumbnail img {
		width: 100%;
	}
	.wd_featureboxes_top-banner .item .wd_thumbnail.wd_empty {
		display: none;
	}
	.wd_featureboxes_middle .wd_featurebox_container {
		flex-direction: column-reverse;
	}
	.wd_featureboxes_middle .wd_featurebox_image {
		width: auto;
		margin-top: 0;
		text-align: center;
	}
	.wd_featureboxes_middle .wd_featurebox_image ~ .wd_featurebox_content {
		max-width: 100%;
	}
	.wd_featureboxes_middle .wd_featurebox .wd_purple-gradient-bg > ul > li {
		width: 100%;
	}
	.wd_gallery .wd_item {
		width: 100% !important; /* override inline */
	}
}

@media (max-width: 640px) {
	.remote_header {
		min-height: 60px;
	}
}
/* Small devices (landscape phones) */
@media (max-width: 575px) {
	.wd_featureboxes_bottom .wd_featurebox ul {
		flex-direction: column;
		align-items: center;
	}
	.wd_featureboxes_bottom .wd_featurebox ul li {
		max-width: 100%;
	}
	.wd_featureboxes_board_of_directors .wd_featurebox .item,
	.wd_stories .wd_item {
		width: 100%;
	}
}
@media (max-width: 500px) {
	.wd_formbuilder .wd_form_field {
		width: 100%;
	}
}
@media (max-width: 450px) {
	.wd_pageid_20311 .item {
		flex-direction: column;
	}
	.wd_pageid_20311 .item .wd_thumbnail {
		width: auto;
	}
	.wd_pageid_20311 .item .wd_thumbnail ~ .wd_item_wrapper {
		max-width: 100%;
	}
}

/* CLIENT CSS OVERRIDES */
body {
	overflow-x: hidden;
}
.allysf .allysf-row-v1 {
	margin-left: auto;
	margin-right: auto;
	padding: 20px 10px;
}
.wd_modal_page .allysf-row-v1 {
	padding: 40px 80px;
}
.allysf-infobar-v1-breadcrumb-item ~ .allysf-infobar-v1-breadcrumb-item {
	margin-left: 3px;
}
.allysf .wd_modal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background-color: transparent;
	text-align: center;
	z-index: 9000;
}
.allysf .wd_modal-current {
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.75);
}
