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

.social-icon-margin {
	margin-left: 1rem;
}

/* Class selector repeated in order to increase specificity */
.wd_sr-only.wd_sr-only.wd_sr-only.wd_sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.wd_sr-only.wd_sr-only.wd_sr-only.wd_sr-only:active,
.wd_sr-only.wd_sr-only.wd_sr-only.wd_sr-only:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}
.wd_sr-only-focusable:active,
.wd_sr-only-focusable:focus{
	position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto;
}

#wd_printable_content div[class$="detail"] span.text-md-nowrap {
	display: none;
}

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


.wd_pageid_20308 .wd_standard h3 {
	font-weight: 100;
	margin-bottom: 1rem;
}
/*
.wd_pageid_2429 .wd_content,
.wd_pageid_34141 .wd_content {
	background-color: #f4f4f4;
}

.wd_pageid_2429.wd_item_page .wd_content,
.wd_pageid_34141.wd_item_page .wd_content {
	background-color: #fff;
}
*/
/* Vitality PTL */
.wd_pageid_20323 .wd_main_hero_header {
	margin-bottom: 50px;
}
.wd_pageid_20323 .wd_main_hero_header .__inner {
	background: transparent;
}
.wd_pageid_20323 h2,
.wd_pageid_34158 h2 {
	font-size: 60px;
    line-height: 72px;
	color: #212529;
	font-weight: 700;
}
.wd_pageid_20323 h3,
.wd_pageid_34158 h3 {
	font-size: 36px;
	line-height: 48px;
	color: #212529;
	font-weight: 700;
}
.nav-link:focus, .nav-link:hover {
	color: #110081
}


.nav-item .btn-icon {
	height: 1.25em;
	width: 1.25em;
	margin-right: 0.5rem;
	pointer-events: none;
	vertical-align: top;
}

.nav-item .btn.form-control:focus {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.wd-mobile-nav .dropdown-menu {
	border: 0;
}

.wd-mobile-nav .dropdown-toggle.open:after {
	transform: rotate(45deg);
}

.wd-mobile-nav .nav-item {
	font-weight: 600;
	font-size: 1rem;
	line-height: 20px;    
	padding: 12px 0;
}

.wd-mobile-nav .nav-item a {
	color: #110081;
	padding-left: 22px;
}

.wd-mobile-nav .dropdown-toggle {
	position: absolute;
	left: 0px;
	top: 11px;
}

.wd-mobile-nav .dropdown-toggle::after {
	border-left: 0;
	border-top: 0;
	vertical-align: middle;
	margin: 0;
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #110081;
	border-right: 2px solid #110081;
	transform: rotate(-45deg);
}
/* END Header styles */

.wd_item {
	overflow: hidden;
}
.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 {
	color: #110081;
	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;
}

.wd_featurebox-teaser .wd_date,
.wd_featurebox-teaser .item_date,
.wd_newsfeed_releases-teaser .item_date{
	display: none;
}

.item_summary, .wd_item .wd_summary {}
.wd_item .wd_subtitle {}

table.wd_imagetable {}
td.imagecaption {}

/* Related Content */
.wd_related_content_wrapper .wd_items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 40px;
}
.wd_related_content_wrapper .wd_items .wd_item {
	flex-basis: calc(33% - 40px);
}
.wd_related_content_wrapper .wd_source,
.wd_related_content_wrapper .wd_date,
.wd_related_content_wrapper .wd_summary {
	display: none;
}
.wd_related_content_wrapper .wd_title {
	font-size: 1.125rem;
	line-height: 1.4;
}
/* END Related Content */


.wd_page_menu {
	overflow: visible;
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	margin-bottom: 2em;
}

.wd_page_link:first-child,
.wd_page_link{
	border: none;
	line-height: 1;
	padding: 0;
}

.wd_page_link a,
.wd_page_link span{
	padding: 1em 1.2em;
	background: none;
	display: inline-block;
	text-decoration: none;
	color: #696969;
	font-weight: 500;
	font-size: .875em;
}

.wd_page_link a:hover {
	background-color: #F0F5FF;
	border-radius: 40px;
	color: #03f;
	font-weight: bold;
}

.wd_page_link a:focus {
	border-radius: 40px;
	background-color: #F0F5FF;
	outline-color: #03f;
}

.wd_page_active {
	background-color: transparent;
}

.wd_page_link.wd_page_active span {
	text-decoration: underline;
	color: #03f
}

.wd_linkmenu-header .wd_linkmenu-label{
	width: 30px !important;
}

#wd_printable_content ul,
#wd_printable_content ol {
	font-family: Montserrat,Verdana,Geneva,sans-serif;
}

.wd_page_menu > * {
	padding-bottom: 1em;

}

a {
	color: #0033FF;
}
/*
.nav-link:visited {
	color:#0033FF;
}*/

a:hover,
a:focus {
	color: #002997;
}

span.wd_subscribe_icon {
	background: url('../images/webdriver/email_alerts.png') no-repeat;
	background-position: 0 3px;
	display: inline-block;
	height: 18px;
	width: 18px;
	margin-left: 5px;
}
span.wd_subscribe_icon img {
	display: none;
}
.wd_promo_dkblue,
.wd_promo_ltblue,
.wd_promo_gr,
.wd_promo_dkblue2 {
	border-radius: 8px;
	padding: 32px 8.333%;
	margin-bottom: 25px;
}
.wd_promo_dkblue,
.wd_promo_dkblue2 {
	background-color: #110081;
	color: #fff;
}
.wd_promo_dkblue {
	font-family: Montserrat,Verdana,Geneva,sans-serif;
}
.wd_promo_ltblue {
	background-color: #f0f5ff;
}
.wd_promo_gr {
	background-color: #F4F4F4;
}
/* Clear Fix */
/* ul.wd_layout-simple:before,
ul.wd_layout-simple:after {
	content: " ";
	display: block;
}
ul.wd_layout-simple:after {
	clear: both;
}
 */


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

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

/* Articles */
div.wd_articles {}
/* END Articles */

/* Events */
div.wd_events {}
.wd_event_sidebar .wd_event_date,
.wd_event_sidebar .wd_event_time,
.wd_event_sidebar .wd_event_subscribe,
.wd_event_sidebar .wd_event_reminder,
.wd_event_sidebar .wd_event_webcast {
	background-position: left;
}
/* END Events */

/* Gallery */
div.wd_gallery {}
/* END Gallery */

/* Newsfeed Releases */
div.wd_newsfeed_releases {}

div.wd_newsfeed_releases .wd_grid {
	grid-gap: 24px;
}

.wd_newsfeed_releases ul.wd_layout-simple {
	overflow:visible;
}

div.wd_newsfeed_releases .wd_thumbnail {
	border: none;
	border-radius: 30px 30px 0 0;
	margin: 0;
}

div.wd_newsfeed_releases .wd_thumbnail img {
	border-radius: 30px 30px 0 0;
	padding: 1px;
}

div.wd_newsfeed_releases .wd_item_list li.wd_item {
	border: 0;
	border-radius: 30px;
	cursor: pointer;
	outline: 2px solid transparent;
	outline-offset: -1px;
	margin: 0;
	padding: 0;
	overflow: visible;
	display: flex;
	flex-direction: column;
	box-shadow: 0px 12px 16px -4px rgb(49 49 49 / 8%);
}

.wd_newsfeed_releases .wd_item_list li.wd_item:hover {
	background: rgba(0, 51, 255, 0.12);
	outline-offset: -1px;
	outline: 2px solid #03F;
	transition: all 0.6s ease;
	box-shadow: 0px 20px 24px -4px rgba(49,49,49,.8);
}

div.wd_newsfeed_releases .wd_item_list li.wd_item .wd_item_wrapper {
	background: #FFF;
	border-radius: 0px 0px 30px 30px;
	padding: 24px;
	flex: 1;
}

div.wd_newsfeed_releases .wd_item_list li.wd_item:hover .wd_item_wrapper {
	background: rgba(0, 51, 255, 0.12);
}
/* END Newsfeed Releases */

/* override font size set in feed releases */


.wd_articles-detail p{ 
	margin: 0 0 25px 0;
	padding: 0 0 0 0;
}

.wd_pageid_34141.wd_item_page #wd_printable_content,
.wd_pageid_2429.wd_item_page #wd_printable_content{
	max-width: 960px;
	padding: 40px 80px;
	margin: 0 auto;
}

.wd_sphinx_search {
	max-width: 1024px;
	padding: 0px 80px;
	margin: 0 auto;
}

.wd_pageid_2429 .wd_search_basic_fields > select,
.wd_pageid_2429 .wd_search_advanced_link,
.wd_pageid_2429 .wd_subscribe_link,
.wd_pageid_34141 .wd_subscribe_link{
	display: none;
}


.wd_pageid_34141 .wd_item_search_form_container{
	display: none;
}

.wd_pageid_34141 .wd_author_name {
	display: none;
}

.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 {
		font-family: Montserrat,Verdana,Geneva,sans-serif;
	margin: 1em 0 1em 0;
	padding-left: 40px;
}
.wd_newsfeed_releases-detail .wd_news_body 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 */

/* ARTICLES */
div.wd_articles .wd_grid {
	grid-gap: 24px;
}

.wd_articles ul.wd_layout-simple {
	overflow:visible;
}

.wd_middle_fb div.wd_articles-teaser .wd_thumbnail,
div.wd_articles .wd_thumbnail {
	border: none;
	border-radius: 30px 30px 0 0;
	margin: 0;
}

div.wd_articles .wd_thumbnail img,
.wd_middle_fb div.wd_articles-teaser .wd_thumbnail img {
	border-radius: 30px 30px 0 0;
	padding: 1px;
}


.wd_middle_fb div.wd_articles-teaser .item {
	border: 0;
	border-radius: 30px;
	cursor: pointer;
	outline: 2px solid transparent;
	outline-offset: -1px;
	margin: 0;
	padding: 0;
	overflow: visible;
	display: flex;
	flex-direction: column;
}

div.wd_articles .wd_item_list li.wd_item {
	border: 0;
	border-radius: 30px;
	cursor: pointer;
	outline: 2px solid transparent;
	outline-offset: -1px;
	margin: 0;
	padding: 0;
	overflow: visible;
	display: flex;
	flex-direction: column;
	box-shadow: 0px 12px 16px -4px rgb(49 49 49 / 8%);
}

.wd_middle_fb div.wd_articles-teaser .item:hover {
	background: rgba(0, 51, 255, 0.12);
	outline-offset: -1px;
	outline: 2px solid #03F;
	transition: all 0.6s ease;

}

.wd_articles .wd_item_list li.wd_item:hover {
	background: rgba(0, 51, 255, 0.12);
	outline-offset: -1px;
	outline: 2px solid #03F;
	transition: all 0.6s ease;
	box-shadow: 0px 20px 24px -4px rgba(49,49,49,.8);
}

.wd_middle_fb div.wd_articles-teaser .item .wd_item_wrapper,
div.wd_articles .wd_item_list li.wd_item .wd_item_wrapper {
	background: #FFF;
	border-radius: 0px 0px 30px 30px;
	padding: 24px;
	flex: 1;
}

.wd_middle_fb div.wd_articles-teaser .item:hover .wd_item_wrapper,
div.wd_articles .wd_item_list li.wd_item:hover .wd_item_wrapper {
	background: rgba(0, 51, 255, 0.12);
}

/* ARTICLES */
/* Featureboxes Top */

.wd_featureboxes_top .wd_articles-teaser .item_name a:hover {
	color: #e0e7ff;
	text-decoration: underline;
}

.wd_featureboxes_top .wd_thumbnail .wd_btn._cat {
	display: none;
}
.wd_featureboxes_top .wd_thumbnail.wd_image_tbl_pollyf {
	/* margin-bottom: 1em; */
	flex: 0 0 50%;
}
.wd_featureboxes_top .wd_articles-teaser .item_name a:hover,
.wd_featureboxes_top .wd_newsfeed_releases-teaser a:not(.anchor-button):hover,
.wd_featureboxes_top .wd_articles-teaser .item_name a,
.wd_featureboxes_top .wd_newsfeed_releases-teaser a:not(.anchor-button) {
	color: #FFF;
	text-decoration: underline;
}

.wd_featureboxes_top .wd_articles-teaser .item_name a,
.wd_featureboxes_top .wd_newsfeed_releases-teaser .wd_title a {
	border: none;
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	margin: 0;
	padding-bottom: 1.2em;
	color: #FFF;
	text-decoration: none;
	background-image: none;
}
.wd_featureboxes_top .item {
	display: flex;
}
.wd_featureboxes_top .__right_col {
	padding: 0 60px 60px;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.wd_featureboxes_top .wd_articles-teaser .item_summary p,
.wd_featureboxes_top .wd_newsfeed_releases-teaser .wd_summary p {
	font-size: 1rem;
	line-height: 1.5;
	margin: 0;
}

.wd_featureboxes_top .item .item_summary,
.wd_featureboxes_top .item .wd_summary{
	margin-bottom: 1em;
}


.wd_top_fb.wd_sec{
	padding-bottom:0;
	margin-bottom: 0px;
	background-color: #03F;
	color: #FFF;
	padding: 0;
}

.wd_top_fb.wd_sec .item{
	margin:0;
	padding:0;
}

/* End Featurebox Top */ 

.wd_featureboxes_top_spotlight .wd_newsfeed_releases-teaser .item{
	display: flex;
}

.wd_featureboxes_top_spotlight .wd_newsfeed_releases-teaser .wd_thumbnail {
	flex: 0 0 28%;
	margin: 0;
}

.wd_featureboxes_top_spotlight .__inner{
	flex: 0 0 72%;
	
	padding-left: 32px;
}

.wd_featureboxes_top_spotlight .wd_newsfeed_releases-teaser .wd_date{
	display: block;
	font-style: italic;
	font-weight: 400;
	color: #505050;
	font-size: .875rem;
	line-height: 1.2428571429;
}

.wd_featureboxes_top_spotlight .wd_newsfeed_releases-teaser .wd_asset_icon_link_list{
	display: none;
}
.wd_featureboxes_top_spotlight .wd_newsfeed_releases-teaser  .wd_title > a{
	font-size: 1.375rem;
	line-height: 1.2727272727;
	background-image: linear-gradient(rgba(51,51,51,.3),rgba(51,51,51,.3));
	background-position: 0 89%;
	background-repeat: repeat-x;
	background-size: 1px 1px;
	color: #0170bc;
	cursor: pointer;
	font-weight: inherit;
	padding-bottom: 4px;
}
/* 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;
} */


.wd_form_field_input input,
.wd_form_field_input input[type=text]{
	height: 48px;
	appearance: none;
	background-color: #fff;
	font-family: inherit;
	font-size: 16px;
	font-weight: 300;
	border: 1px solid #696969;
	border-radius: 8px;
	margin: 8px;
	padding: 10px 14px;
}

.wd_form_field_input input:hover,
.wd_form_field_input input[type=text]:hover {
	border: 1px solid #0033FF;
	background: #F0F5FF;
}

.wd_form_field_input input:active,
.wd_form_field_input input[type=text]:active {
	border: 1px solid #0033FF;
}

.wd_form_field_input input:focus,
.wd_form_field_input input[type=text]:focus {
	border: 1px solid #0033FF;
	outline: 2px solid #0033FF;
	outline-offset: 4px;
}

.wd_form_field_input div.wd_form_field_error,
.wd_form_field_input div.wd_form_field_error input {
	color: #FF4130!important;
	border-color: #FF4130!important;
}

.wd_form_buttons input[type=submit]{
	background-color: #0033FF;
	border-color: #0033FF;
	height: 48px;
	padding: 10px 16px;
	border-radius: 2rem;
	display: inline-block;
	font-family: Value Sans Regular,Verdana,Geneva,sans-serif;
	font-weight: 600;
	white-space: normal;
	color: #fff;
	margin: 16px 8px;
}

.wd_form_buttons input[type=submit]:hover,
.wd_form_buttons input[type=submit]:active {
	background-color: #002997;
	border-color: #002997;
}

.wd_form_buttons input[type=submit]:focus {
	outline: 2px solid #0033FF !important;
	outline-offset: 4px;
}
select::-ms-expand {
	margin-left: 50px;
	background-color: #fff;
}
#wd_printable_content button.ui-datepicker-trigger {
	border: 0;
	margin-left: 10px;
}
#wd_printable_content .wd_form_field_label {
	line-height: 4em;
	margin-bottom: 0;
	font-size: .875rem;
}

/* 
#wd_printable_content input[type=text] {
	max-width: 69%;
}
#wd_printable_content input[type=submit] {
	max-width: 30%;
	margin-left: 1%;
} */
#wd_printable_content input[type=checkbox],
#wd_printable_content input[type=radio] {
	position: relative;
	width: auto;
	height: auto;
	vertical-align: middle;
	border-color: transparent;
	background: #fff;
	margin: 0 5px 0 0;
}
.wd_category_checkboxes .wd_parent_category, 
.wd_category_checkboxes .wd_category_checkbox {
	position: relative;
}
.wd_category_checkboxes input[type="radio"] + label:before {
	content: '';
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	left: -1px;
	top: 3px;
	border-radius: 1000px;
	background: white;
	border: 2px solid #0033FF;
}
#wd_printable_content input[type="radio"] + label:after, 
.wd_category_checkboxes input[type="radio"] + label:after {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  left: 4px;
  top: 8px;
  border-radius: 1000px;
  background: #0033FF;
  display: none;
}
#wd_printable_content input[type="checkbox"] + label:before, 
.wd_category_checkboxes input[type="checkbox"] + label:before {
	content: '';
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	left: -1px;
	top: 3px;
	border-radius: 4px;
	background: white;
	border: 2px solid #0033FF;
}
#wd_printable_content input[type="checkbox"]:checked + label:before, 
.wd_category_checkboxes input[type="checkbox"]:checked + label:before {
	content: '';
	color: #0033FF;
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	left: 0;
	top: 1px;
}
#wd_printable_content input[type="checkbox"] + label:after, 
.wd_category_checkboxes input[type="checkbox"] + label:after {
	content: '';
	width: 5px;
	height: 9px;
	position: absolute;
	transform: rotate(45deg);
	border-bottom: 2px solid #0033FF;
	border-right: 2px solid #0033FF;
	display: none;
	top: 4px;
	left: 7px;
}
#wd_printable_content input[type="checkbox"]:checked + label:after, 
.wd_category_checkboxes input[type="checkbox"]:checked + label:after,
#wd_printable_content input[type="radio"]:checked + label:after,
.wd_category_checkboxes input[type="radio"]:checked + label:after {
	display: block;
}
.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: 7px;
	border: none;
	background: #eee;
	padding: 2px 3px;
	margin: 0 10px;
	line-height: 1;
	font-size: 14px;
	font-weight: bold;
}
.wd_page_link.wd_page_next:last-child,
.wd_page_link.wd_page_prev:first-child{
	background: transparent;
	color: #03f;
}

.wd_page_link.wd_page_next:last-child a,
.wd_page_link.wd_page_prev:first-child a{
	color: #03f;

}

.wd_linkmenu-header:hover .wd_linkmenu-icon {
	border-color: transparent;
	background-color: transparent;
	color: #000;
}
.wd_form_field .wd_form_field_input,
.wd_form_field {
	overflow: visible;
}
.wd_airtableform {
	max-width: 600px;
}
/* END Formbuilder */

/* Search Results */

.wd_pageid_20322{

}

/* END Search Results */

/* Featureboxes */
div.wd_featurebox {}
div.wd_featurebox_container {}
div.wd_featurebox_title {}

div.wd_featureboxes_top {}
div.wd_featureboxes_top div.wd_featurebox {}
div.wd_featureboxes_top div.wd_featurebox_container {}
div.wd_featureboxes_top div.wd_featurebox_title {}

div.wd_featureboxes_left {}
div.wd_featureboxes_left div.wd_featurebox {}
div.wd_featureboxes_left div.wd_featurebox_container {}
div.wd_featureboxes_left div.wd_featurebox_title {}

div.wd_featureboxes_right {}
div.wd_featureboxes_right div.wd_featurebox {}
div.wd_featureboxes_right div.wd_featurebox_container {}
div.wd_featureboxes_right div.wd_featurebox_title {}

div.wd_featureboxes_middle {}
div.wd_featureboxes_middle div.wd_featurebox {}
div.wd_featureboxes_middle div.wd_featurebox_container {}
div.wd_featureboxes_middle div.wd_featurebox_title {}

div.wd_featureboxes_bottom div.wd_featurebox {}
div.wd_featureboxes_bottom div.wd_featurebox_container {}
div.wd_featureboxes_bottom div.wd_featurebox_title {}
/* END Featureboxes */

/* YouTube Responsive Video Containers */
.wd_articles-detail p.videoWrapper,
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.wd_articles-detail p.videoWrapper iframe,
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




/* END YouTube Responsive Video Containers */



div.wd_featureboxes_top .wd_featurebox_title{
	display: none; 
}


div.wd_featureboxes_top .wd_featurebox >  p:first-child{
	/* background-color: tomato; */
	display: none;
}

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

.wd_image_tbl_pollyf,
.wd_image_tbl_pollyf > a{
display: block;
}

.wd_image_tbl_pollyf img{
	width: 100%;
	height: auto;
}

/* GLOBAL */

#wd_main{

}

.wd_sec{
	padding: 60px 0;
}

blockquote.wd_pullquote {
	font-style: italic;
	width: 200px;
	margin: 0 0 20px 20px;
	line-height: 1.8em;
	float: right;
	clear: right;
	font-family: "Open Sans", sans-serif;
}
blockquote.wd_pullquote:before {
	content: "“ ";
	font-size: xx-large;
}
blockquote.wd_pullquote:after {
	content: " ”";
	font-size: xx-large;
	float: right;
}
blockquote.wd_pullquote2 {
	color: #002997;
	font-size: 26px;
	line-height: 1.4;
	border-left: 3px solid #002997;
	padding: 12px 24px;
	font-weight: 600;
	margin: 64px 0;
}
.wd_byline {
	color: #002997;
	font-size: 20px;
	border-left: 3px solid #002997;
	font-weight: 600;
	margin: 64px 0 32px!important;
	padding: 12px 24px!important;
	clear: both;
	/* importants added to override inline articles styles */
}
.wd_pullquote2 .pull_quote_img {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	display: block;
	height: 150px;
	width: 150px;
}
.wd_byline img {
	border-radius: 50%;
	display: inline-block;
/*    height: 150px;
	width: 150px;*/
	width: auto;
	margin: 0 40px 0 0;
}
.wd_pullquote2 img {
	margin-bottom: 40px;
	display: none;
}
img.wd_pullquote2_round {
	height: 96px;
	width: 96px;
	object-fit: cover;
	border-radius: 100%;
}
.wd_pullquote2_name {
	font-size: 20px;
	color: #333;
	font-weight: 400;
	display: block;
	margin-top: 20px;
}
.wd_featurebox_title{
	color: #110081;
	font-family: Montserrat,Verdana,Geneva,sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 2rem;
	margin-bottom: 1em;
}

.wd_featureboxes_media_mentions .wd_featurebox_title{
}
/* Main Nav */
.wd_subnav{
	display: none;
}

.global-nav {
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	/*box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 20%);*/
}

a.wd_email_alerts svg {
	width: 18px;
	height: 18px;
	margin-left: 5px;
	vertical-align: text-top;
}

a.wd_email_alerts {
	color: #110081;
}

/* HP - TOP */
.wd_featureboxes_top_announce .wd_wrap {
	display: inline-block;
	width: auto;
}

.wd_featureboxes_top_announce .wd_featurebox p.wd_promo_button {
	float: right;
	margin-bottom: 0;
	margin: 0;
}

.wd_featureboxes_top_announce .wd_featurebox h2 {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 2rem;
	margin: 0 0 .5rem 0;
}

.wd_featureboxes_top_announce .wd_featurebox_title {
	margin: 0;
	display: none;
}
.wd_featureboxes_top_announce .wd_featurebox {
	border-radius: 15px;
	background: #E6F1F8;
	padding: 2em;
}

.wd_featureboxes_top_announce .wd_featurebox a {
	background-image: none;
}

.wd_featureboxes_top_announce .wd_featurebox a.button {
	margin-left: 4px;
}


.wd_featureboxes_top_announce .wd_featurebox p {
	margin-bottom: 15px;
	line-height: 1.2;
}


.wd_featureboxes_top_announce .wd_featurebox p:last-child {
	margin: 0;
}

/* FB Top Announcement */
.wd_top_announce_teasers {
   padding: 60px 0;
	/*width: 100vw;
	position: relative;
	margin-left: -50vw;
	left: 50%;
	background: #E6F1F8;
	border-radius: unset !important;
	padding-top: 48px;
	padding-bottom: 16px;*.
}
.wd_top_announce_teasers .wd_featurebox_title {
	text-align: center;
	margin-bottom: 0;
	/*border: none;
	font-size: 1.75rem;
	font-weight: 700;
	margin: 0;
	margin-bottom: .5rem;
	padding: 0;*/
}
.wd_top_announce_teasers .wd_featurebox {
	background: none;
	padding: 0;
	border-radius: 0;
}
.wd_top_announce_teasers .wd_featurebox p:not(.more):not(.wd_promo_button) {
	margin-top: 15px;
}
.wd_top_announce_teasers .wd_featurebox .more a:after {
	display: none;
}
.wd_top_announce_teasers .wd_featurebox .more {
	/*margin: 2px 0 0 5px;
	text-align: right;
	float: right;*/
}
/*
.wd_top_announce_teasers .wd_featurebox .more a {
	padding: 2px 0.8rem;
	border: 2px solid black;
	text-decoration: none;
	border-radius: 2rem;
	color: black;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
	font-size: .85rem;
}
.wd_top_announce_teasers .wd_featurebox .more a:hover {
	background-color: black;
	color: white;
}
*/
.wd_top_announce_teasers .wd_articles-teaser,
#wd_featurebox-standard_3528 ul,
#wd_featurebox-standard_3526 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	margin-top: 2rem;
	padding: 0;
	width: 100%;
}
#wd_featurebox-standard_3528 ul li,
#wd_featurebox-standard_3528 ul li:before,
#wd_featurebox-standard_3526 ul li,
#wd_featurebox-standard_3526 ul li:before {
	list-style: none; /* to remove list bullet */
	content: ''; /* to remove additiional list bullet from client's code */
}
.wd_top_announce_teasers .wd_articles-teaser .item,
#wd_featurebox-standard_3528 ul li,
#wd_featurebox-standard_3526 ul li {
	display: flex;
	width: 100%;
	max-width: 378px;
	max-width: 410px;
	margin: 0;
	margin-right: 28px;
	margin-bottom: 28px;
	padding: 0;
}
.wd_top_announce_teasers .wd_articles-teaser .item:last-child,
#wd_featurebox-standard_3528 ul li:last-child,
#wd_featurebox-standard_3526 ul li:last-child {
	margin-right: unset;
}
.wd_top_announce_teasers .wd_articles-teaser .item .wd_teaser_img_container,
#wd_featurebox-standard_3528 ul li .wd_teaser_img_container,
#wd_featurebox-standard_3526 ul li .wd_teaser_img_container {
	width: auto;
	height: 160px;
	overflow: hidden;
	border-radius: 6px 0 0 6px;

	width: 30%;
}
.wd_top_announce_teasers .wd_articles-teaser .item .wd_teaser_img_container *,
#wd_featurebox-standard_3528 ul li .wd_teaser_img_container *,
#wd_featurebox-standard_3526 ul li .wd_teaser_img_container * {
	margin: 0;
	padding: 0;
	height: 160px;
	border-radius: 6px 0 0 6px;
	border: none;
}
.wd_top_announce_teasers .wd_articles-teaser .item .wd_teaser_img_container img,
#wd_featurebox-standard_3528 ul li .wd_teaser_img_container img,
#wd_featurebox-standard_3526 ul li .wd_teaser_img_container img {
	height: 160px;
	object-fit: cover;
}
.wd_top_announce_teasers .wd_articles-teaser .item .wd_teaser_text_container,
#wd_featurebox-standard_3528 ul li .wd_teaser_text_container,
#wd_featurebox-standard_3526 ul li .wd_teaser_text_container {
	border-radius: 0 6px 6px 0;
	height: 160px;
	width: 70%;
	box-sizing: border-box;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	background: #F4F4F4;
	padding: 2em;
}
.wd_top_announce_teasers .wd_articles-teaser .item_name{
	letter-spacing: .1em;
	margin-bottom: 0.5rem;
	margin-top: .5rem;
	text-decoration: none;
	line-height: 1;
}
.wd_top_announce_teasers .wd_articles-teaser .item_name a {
	color: black;
	font-size: 12px;
	text-decoration: none;
	padding-bottom: 0;
	line-height: 20px;
}
.wd_top_announce_teasers .wd_articles-teaser .item_name a:hover{
	color: black;
}
.wd_top_announce_teasers .wd_articles-teaser .item_summary p {
	font-size: 1rem;
	font-weight: 700;
}
/* keep text two lines */
.wd_top_announce_teasers .wd_articles-teaser .item_summary p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
/* END FB Top Announcement */

.wd_featurebox h4{
	font-size: 14px;
	color: #747577;
}

.wd_featureboxes_top .wd_featurebox h4{
	 color: #FFF;
	 display: none;
}
.wd_featurebox h4 p{
	margin: 0;
}

.wd_featureboxes_top_main .wd_featurebox_title{
	border: none;
	font-size: 22px;
	margin: 0;   
	font-weight: bold;
	padding-bottom: 1.2em;
	line-height: 1.5;
}

.wd_featureboxes_top_main .wd_featurebox{
	display: flex;
}


.wd_featureboxes_top_main .wd_featurebox{
	display: flex;
}

.wd_featureboxes_top_main  .wd_image_tbl_pollyf{
	margin-bottom: 1em;
	flex: 0 0 60%;
}

.wd_featureboxes_top_main .__right_col{
	padding: 0 0 0 60px;
	flex: 1 1 auto;
}

.btn-primary.wd_email_alerts .btn-icon{
	margin: 0 0 0 .5rem;
}


/* END - HP - TOP */

/* HP NEWS FB */

.wd_newsfeed_releases-teaser .subscribe_link{
	display: none;
}

.wd_grid{
	grid-template-columns: 1fr;
	grid-gap: 40px;
	display: grid;
	margin-bottom: 40px;
}


.wd_grid .wd_item_wrapper{
	margin: 0;
}

.wd_newsfeed_releases-teaser .wd_date{
	display: none;
}


#wd_featurebox-standard_3528 ul li a,
#wd_featurebox-standard_3526 ul li a,
.wd_articles-teaser .item_name a,
.wd_articles-teaser .wd_title a,
.wd_articles .wd_title a,
.wd_newsfeed_releases .wd_title a{
/* .wd_newsfeed_releases-teaser .wd_title a{ */
	color: #03f;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	text-decoration: none;
}

#wd_featurebox-standard_3528 ul li a:hover,
#wd_featurebox-standard_3526 ul li a:hover,
.wd_articles-teaser .item_name a:hover,
.wd_articles .wd_title a:hover,
.wd_newsfeed_releases .wd_title a:hover {
	color: #110081;
}

.wd_articles .wd_title,
.wd_newsfeed_releases .wd_title{
	line-height: 1.2;
	margin-bottom: 20px;
}

.wd_featurebox-teaser .item_name,
.wd_featurebox-teaser .wd_title,
.wd_newsfeed_releases-teaser .item_name, 
.wd_newsfeed_releases-teaser .wd_title{
	margin-top: 15px;
	margin-bottom: 1rem;
	line-height: 1.2;

	font-size: 18px;
	line-height: 1.5;
	font-weight: 500;
}

.wd_featurebox-teaser .item_summary p,
.wd_featurebox-teaser .wd_summary p,
.wd_newsfeed_releases-teaser .item_summary p,
.wd_newsfeed_releases-teaser .wd_summary p{
	font-size: 14px;
	margin: 0;
}
.wd_articles .wd_distributor,
.wd_newsfeed_releases .wd_distributor{
	font-weight: bold;
	padding: 0 0 1em;
}

.wd_articles .wd_subtitle,
.wd_newsfeed_releases .wd_subtitle{
	display: none;
}


.wd_articles .wd_date,
.wd_newsfeed_releases .wd_date{
	color: #333;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.wd_featurebox-teaser .wd_thumbnail,
.wd_articles .wd_thumbnail,
.wd_newsfeed_releases .wd_thumbnail,
.wd_newsfeed_releases-teaser .wd_thumbnail{
	margin-bottom: 0;
	/* border-radius: 15px; */
	overflow: hidden;
	display: block;
	width: 100%;
	float: none;
	/* border: 1px solid#f9f9f9; */
}
.wd_featurebox-teaser .wd_thumbnail a,
.wd_articles .wd_thumbnail a,
.wd_newsfeed_releases .wd_thumbnail a,
.wd_newsfeed_releases-teaser .wd_thumbnail a{
	display: block;
	padding: 0;
}

.wd_featurebox-teaser .item .wd_category_link_list,
.wd_newsfeed_releases-teaser .item .wd_category_link_list,
.wd_articles .wd_item_wrapper .wd_category_link_list,
.wd_newsfeed_releases .wd_item_wrapper .wd_category_link_list{
	display: none;
}


.wd_thumbnail {
	margin-bottom: 1em;
	position: relative;
}

.wd_thumbnail .wd_btn._cat{
	background: rgb(255 255 255 / 76%);
	display: inline-block;
	padding: .5em 1em;
	position: absolute;
	bottom: 1px;
	right: 1px;
	font-weight: 400;
	color: #333;
	font-size: 14px;
	border-radius: 10px;

}

.wd_featurebox-teaser .wd_asset_type_link_list,
.wd_newsfeed_releases-teaser .wd_asset_type_link_list,
.wd_newsfeed_releases .wd_item .wd_asset_type_link_list{
	display: none;
}


.wd_articles .wd_thumbnail img,
.wd_newsfeed_releases .wd_thumbnail img,
.wd_thumbnail img{
	width: 100%;
}

.wd_newsfeed_releases-teaser a.wd_more_btn .icon.external{
	display: none;
}

.wd_newsfeed_releases-teaser .item{
	position: relative;
	padding-bottom: 0;
	margin-bottom: 0;
}

.wd_newsfeed_releases-teaser .item .wd_more_btn{

	position: absolute;
	bottom: 0;
	left: 0;
}

.wd_articles .wd_item .wd_asset_type_link_list{
	display: none;
}

/* FIX to TOP STORIES SECTION HP */

.wd_hp_top_stories.wd_featureboxes_middle .wd_articles-teaser .item .item_date, 
.wd_hp_top_stories.wd_featureboxes_middle .wd_articles-teaser .item .wd_date,
.wd_hp_top_stories.wd_featureboxes_middle .wd_articles-teaser .item  .wd_category_link_list{
	display: none;
}

.wd_featureboxes_middle .__faux_art_teaser .more{
	text-align: center;
}

.wd_hp_top_stories.wd_featureboxes_middle div.wd_featurebox_container{
	display: none;
}


/* END - HP NEWS FB */


/* Dedicated Articles PCT */

.wd_articles .wd_item_list .wd_date,
.wd_articles .wd_item_list .wd_thumbnail .wd_btn._cat{ 
	display: none;
}

.wd_search_result mark {
	background-color: #f8f8f8;
}

.wd_sphinx_search .wd_search_form_container a {
	display: inline-block;
	margin-left: 18px;
}

/* Search Fields */

input#search-desktop {
	border-radius: 8px;
	border: 1px solid #0e6efd;
	height: 38px;
	padding: 10px 14px;
	font-size: 1em;
}
.elastic-search .input-group {
	align-items:center;
}

.wd_search_basic_fields {
	background: none;
	display: block;
	border: none;
	text-align: left;
	padding: 0;
	display: inline-block;
	margin-bottom: 1em;
	margin-right: 1em;
}

.wd_search_form_advanced input[type=text],
.wd_search_form_basic input[type=text],
#wd_printable_content .wd_articles input[type=text],
#wd_printable_content .wd_newsfeed_releases input[type=text] {
   /*  font-size: 1em;
	margin: 0;
	padding: .4em 1em;
	padding-right: 1.2em;
	font-weight: normal;
	outline: 0;
	cursor: pointer;

	border-radius: 4px;
	background: #eee;
	height: 36px;
	border: none;
 */
	appearance: none;
	background-color: #fff;
	font-family: inherit;
	font-size: 16px;
	font-weight: 300;

	padding: 8px 15px;
	border-radius: 10px;
	box-shadow: inset 0px 2px 4px rgb(0 0 0 / 25%);
	border: 1px solid #E4E4E4;
}

.wd_form_field_input select,
#wd_printable_content .wd_events_inputs select,

#wd_printable_content .wd_articles select,
#wd_printable_content .wd_newsfeed_releases select {
	min-width: 180px;
   /*  padding: .4em 1em;
	font-size: 1em;
	margin: 0;
	font-weight: normal;
	outline: 0; */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	display: inline-block;
	
 /*    border-radius: 4px;
	background: #eee;
	height: 36px;
	border: none;

*/
	color: #696969;
	border: 1px solid #696969;
	border-radius: 8px;
	padding: 11px 14px 11px 14px;
	background: transparent url(../images/dropdown-arrow.svg) no-repeat right center;
	background-size: 30px;

}

#wd_printable_content .wd_articles button.wd_search_button,
#wd_printable_content .wd_newsfeed_releases button.wd_search_button,
#wd_printable_content .wd_events button.wd_events_input_go {
	cursor: pointer;
	margin: 0 0 0 0;
   
	padding: 0.4em 0.4rem;
	position: relative;
	text-align: center;
	font-weight: normal;
	font-size: 0.9rem;

	line-height: 1;

	color: white;
	position: relative;
	
	background: #0097D1;
	
	text-transform: uppercase;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	transition: color .2s ease;
	
	border-radius: 4px;
 
	height: 36px;
	border: none;
	top: -2px;
}


#wd_printable_content .wd_newsfeed_releases select[name="year"]{
	display: none;
}


/* Deafult Button size */


#wd_printable_content .wd_articles button.wd_search_button,
#wd_printable_content .wd_newsfeed_releases button.wd_search_button {
	height: 48px;
}

.wd_promo_button a,
.wd_promo_button2 a,

#wd_printable_content input[type='submit'],
#wd_printable_content .wd_articles button.wd_search_button,
#wd_printable_content .wd_newsfeed_releases button.wd_search_button,
.wd_featureboxes_middle .more a,
.wd_search_form_advanced .wd_form_buttons input[type=submit],
.wd_search_form input[type=submit]{
	text-decoration: none;
	background-color: #03F;
	border: 2px solid transparent;
	border-radius: 28px;
	/*box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 40%);*/
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font: 500 1rem/1rem 'Montserrat', 'Gotham Medium', 'Gotham';
	min-width: 120px;
	padding: 14px 16px;
	text-align: center;
	background-image: none;
}

button.wd_wai_dialogButton.wd_wai_dp_cancelbuton,
.wd_promo_button-secondary a {
	background-color: #FFF;
	color: #03f;
	border: 2px solid #03f;
}

#wd_printable_content .wd_articles button.wd_search_button,
#wd_printable_content .wd_newsfeed_releases button.wd_search_button{
	margin-top:0;
}


.wd_promo_button a:hover,
#wd_printable_content .wd_articles button.wd_search_button:hover,
#wd_printable_content .wd_newsfeed_releases button.wd_search_button:hover,
.wd_featureboxes_middle .more a:hover,
.wd_search_form_advanced .wd_form_buttons input[type=submit]:hover,
.wd_search_form input[type=submit]:hover{

	background-color: #002997;
}

button.wd_wai_dialogButton.wd_wai_dp_cancelbuton:hover,
.wd_promo_button-secondary a:hover {
	color: #002997;
	border-color: #002997;
	background-color: #f0f5ff;
}

.wd_promo_button a:focus,
#wd_printable_content button:focus,
#wd_printable_content input[type='submit']:focus,
#wd_printable_content .wd_articles button.wd_search_button:focus,
#wd_printable_content .wd_newsfeed_releases button.wd_search_button:focus,
.wd_featureboxes_middle .more a:focus,
.wd_search_form_advanced .wd_form_buttons input[type=submit]:focus {
	outline: 2px solid #03f;
	border: 2px solid #FFF;
}

.wd_promo_button-secondary a:focus {
	/*outline: 2px solid #03F;*/
	background-color: #e0e7ff;
	border: 2px solid white;
	box-shadow: 0 0 0 2px #03f inset;
	color: #03f;
	filter: drop-shadow(rgba(0, 0, 0, 0.3) 1px 1px 2px);
}

#wd_printable_content .wd_articles button.wd_search_button,
#wd_printable_content .wd_newsfeed_releases button.wd_search_button{
	top: 0px;
}

.wd_form_field_input input[type=radio],
.wd_form_field_input input[type=checkbox]{
	margin-right: 5px;
}

/* END Search Fields */


.wd_wai_datepicker .wd_wai_dateButton[tabindex="0"] {
	/* background-color: hsl(216, 80%, 92%); */
	background-color: #0733ff;
	color: #FFF;
}

.wd_pageid_20303 .wd_breadcrumbs{
	display: none;
}


.wd_breadcrumbs{
	margin-top: 20px;
}

button.icon.wd_wai_dp_button span {
	color: #0033ff;
	font-size: 22px;
}

button.icon.wd_wai_dp_button:hover span {
	color: #002997;
}
/* Search Results */

.wd_search_result{
	overflow: visible;

}

.wd_search_result::after{
	content: '';
	display: table;
	clear: both;
}


.wd_search_image{
	float: none;
	margin: 0 0 1em 0;
}

.wd_search_image img {
	max-height: none;
	max-width: 350px;
}

.wd_search_result{
	margin: 0;
	padding: 0 0 2em;
	margin-bottom: 2em;
	border-bottom: 1px solid #ddd;
}

/* QUICK Links */

.wd_featureboxes_quick_links{
  padding: 2.5em 1.7em;
	background: transparent;
	position: relative;
	z-index: 0;
}

.wd_featureboxes_quick_links .wd_featurebox{
	/* display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px; */
}

.wd_featureboxes_quick_links ul{
	padding: 0;
	margin: 0;
	list-style: none;
}


.wd_featureboxes_quick_links ul li{
	padding-bottom: .5em;
	line-height: 1.5;
}

.wd_quick_n_sub_fb.wd_sec{
	width: 100%;
	overflow: hidden;

	background: #F8F8F8;
}

.wd_featureboxes_quick_links ul li a{
	color: inherit;
	font-weight: normal;
	box-shadow: none;
	text-decoration: none;
	background: none;
}

.wd_featureboxes_quick_links ul li a:hover{
	color: #666;
}

.wd_featureboxes_quick_links ul li::before{
	display: none;
}

.wd_featureboxes_subscribe{
	
	height: 100%;
	padding: 2.5em 1.7em;
	background: transparent;
	box-shadow: none;
	position: relative;
	z-index: 0;
}


.wd_featureboxes_subscribe::before {

}

.wd_subscribe_featurebox .wd_form_field_label,
.wd_subscribe_featurebox .wd_form_legend{
	display: none;
}

.wd_subscribe_featurebox .wd_form_footer,
.wd_subscribe_featurebox .wd_form_field{
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

.wd_subscribe_featurebox .wd_intro{
	margin-bottom: 1em;
}

.wd_form_field_input input[type=text]{
	/* border: none;
	box-shadow: 0 5px 10px #ddd;
		margin-bottom: 1em;
	height: 45px;

	padding: 10px; */

	 appearance: none;
	background-color: #fff;
	font-family: inherit;
	font-size: 16px;
	font-weight: 300;
	color: #858585;
	padding: 10px 14px;
	border-radius: 8px;
	/*box-shadow: inset 0px 2px 4px rgb(0 0 0 / 25%); */
	border: 1px solid #696969;
	margin-bottom: 10px;

}

.wd_newsfeed_releases-detail  .wd_layout-masonry{
	width: 370px !important; 
}

.wd_captioned_image {
	width: 370px !important; 
	padding-right: 40px; 
}

.wd_image img{
	border-radius: 10px;
	width: 100%;
}

/* Social HP */

.wd_social.wd_sec{

	background: #F8F8F8;
	margin: 45px 0 0;
}

.wd_pageid_20303 .wd_social.wd_sec{
	margin-bottom: 0;
	padding: 60px 0 0 0;
}


.wd_social .social-media-group{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.wd_social h2{
	margin-right: 60px;
	font-size: 32px;
	margin-bottom: 0;
}

#wd_printable_content .page_header{
	font-size: 48px;
	font-weight: 600;
	color: #110081;
	line-height: normal;
	margin-bottom: 1em;
}

.wd_middle_fb {
	background-color: #F4F4F4;
}

.wd_featureboxes_middle .wd_featurebox .more{
	text-align: center;
}

.wd_featurebox .more a::after{
		content: "\f138";
		font: normal normal normal 19px/1 FontAwesome;
		position: absolute;
		right: 0;
		top: 0px;
}

#wd_printable_content input[type='submit']:hover,
.wd_form_buttons input[type=submit]:hover{
	background-color: #002997;
}

.wd_featureboxes_middle .more a:after{
	content: '';
	display: none;
}

.wd_featureboxes_middle .more a{
	color: #fff;
	font-weight: 500;
	background-color: #0170bc;
	border-color: transparent;
}

/* Bottom FB */

.wd_bottom_fb{
	background: #E6F1F8;
}

.wd_bottom_fb .wd_featurebox p{
		margin-bottom: 0;
}


div.wd_featureboxes_bottom a svg {
	width: 18px;
	height: 18px;
}

div.wd_featureboxes_bottom .anchor-button + .anchor-button {
	margin-top: 20px;
	display: block;
	max-width: fit-content;
}

div.wd_featureboxes_bottom .wd_featurebox_title{
	color:#FFF;
	line-height: normal;
	font-size: 40px;
}


.wd_nav li.dropdown.wd_focus .wd_subnav,
.wd_nav li.dropdown:hover .wd_subnav{
	display: block;
}

/* Start Follow Featurebox */
.follow_fb {
	background-color: #F8F8F8;
}
.follow_fb .wd_featureboxes_follow  .wd_featurebox_title {
	display: none;
}
.follow_fb .wd_featureboxes_follow  .wd_featurebox {
	text-align: center;
}
.follow_fb .wd_featureboxes_follow .wd_follow_ceo {
	font-weight: 700;
	font-size: 26px;
}
.follow_fb .wd_featureboxes_follow .wd_follow_ceo .btn-primary {
	margin-left: 30px;
	display: inline-block;
	height: 36px;
	line-height: 1.2;
	margin-bottom: 2px;
}
.follow_fb .wd_featureboxes_follow .wd_follow_alerts .btn-primary {
	height: 36px;
	line-height: 1.2;
}
.follow_fb .wd_featureboxes_follow .wd_follow_alerts .btn-primary:after {
	content: '\f0e0';
	font-family: 'FontAwesome';
	margin-left: 10px;
}
/* End Follow Featurebox */

/* Top Left FB */

.wd_featureboxes_top_left .wd_featurebox{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.wd_featureboxes_top_left .wd_featurebox > p{
	flex: 0 0 50%;
	margin-bottom: 1em;
	line-height: 2;
}

/* Top Right FB */
.wd_featureboxes_top_right .wd_form_field_input input[type=text]{
	width: 100%;
	max-width: 450px;
}

.wd_featureboxes_top_right  input[type=submit]{
	padding: 1em 3em;
	text-transform: uppercase;
	font-weight: 400;
}

/* Desktop Nav */


.wd_nav li.dropdown{
	position: relative;
}

.wd_nav li a:hover{
	color: #002997;
}


.wd_nav li .wd_subnav{

	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	background: #fff;
	text-align: left;
	min-width: 208px;
	padding: 20px;
	box-shadow: 0px 5px 7px rgb(0 0 0 / 7%);


}

.wd_nav > li:hover .wd_subnav{
	display: block;
	min-width: 230px;
	padding: .5em 2em;
	box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 20%);
	border-radius: 8px;
}

.wd_nav li .wd_subnav li{
	display: block;
}

.wd_nav li.dropdown:hover>.nav-link:after{
	display: none;
}

.wd_nav li.dropdown{
	position: relative;
}
.wd_nav li.dropdown::after{
	display: block;
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top: 46%;
	right: -2px;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #110081 transparent transparent transparent;
}


.wd_nav li .wd_subnav li a{
	font-weight: normal;
	font-size: 14px;
	padding: 10px 0;
	display: block;
	color: #313131;
	font-family: Montserrat,Verdana,Geneva,sans-serif;
	text-decoration: none;
}


.wd_nav li .wd_subnav li a:hover{
	color: #002997;
}



.wd_search_result .wd_search_text{
	display: none;
}

/* Toolbar */
.addthis_inline_share_toolbox {
	display: none;
}
div.wd_toolbar {
	border: 0;
	margin: 9px 0;
}
.wd_toolbar a {
	background-image: none;
	background-color: rgb(132, 132, 132); 
	color: #fff!important; 
	/* padding: 10px; */
	transition: all .2s ease-in-out;
	text-decoration: none;
}
#wd_printable_content .wd_toolbar a:hover {
	transform: translateY(-4px);
	background-image: none;
}
span.wd_tool_icon > a:link, 
span.wd_tool_icon > a:visited {
	width: auto;
	height: auto;
	border-radius: 10px;

	/* padding: 10px; */
	padding: 10px 14px;
}
div.wd_toolbar ul.wd_tools {
	display: flex;
}
li.wd_tool a span {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}
li.wd_tool a span.fa {
	/* font-size: 20px; */
	font-size: 22px;
}
li.wd_tool a span.wd_tool_title {
	font-size: 12px;
	padding: 0 7px;

	text-transform: capitalize;
	font-weight: 100;
	/* margin-top: 2px; */
	margin-top: 3px;
}
li.wd_tool.wd_tool-email a {
	background-color: rgb(132, 132, 132); 
}
li.wd_tool.wd_tool-print a {
	background-color: rgb(115, 138, 141);
}
/* END Toolbar */


/* BREADCRUMBS */


[aria-label="breadcrumbs"] {
	margin: 24px auto 0 auto;
	margin-top: 0;
}

[aria-label="breadcrumbs"].no-parent-links>ol>li {
	font-size: 16px;
	line-height: 24px;
	margin-right: 16px;
	padding-right: 0
}

[aria-label="breadcrumbs"].no-parent-links>ol>li:after {
	background: url(/static/digital-cigna-com/img/chevron-right.svg) no-repeat 0 0;
	background-size: 10px 12px;
	content: '';
	height: 16px;
	width: 16px;
	position: absolute;
	right: -19px;
	top: 7px
}

[aria-label="breadcrumbs"].no-parent-links>ol>li:last-child:after {
	display: none
}

[aria-label="breadcrumbs"].no-parent-links>ol>li:last-child a {
	font: inherit;
	font-weight: 600;
	top: 0
}

[aria-label="breadcrumbs"].no-page-link>ol>li:last-child:after {
	display: none
}

[aria-label="breadcrumbs"]>ol {
	display: flex;
	margin: 0 !important;
	padding: 0 !important
}

[aria-label="breadcrumbs"]>ol>li {
	left: -2px;
	font: 0.875rem/1.25rem Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
	margin: 0;
	padding-right: 16px
}

[aria-label="breadcrumbs"]>ol>li:before {
	display: none
}

[aria-label="breadcrumbs"]>ol>li a {
	left: 2px;
	top: 0;
	position: relative;
}

[aria-label="breadcrumbs"]>ol>li a:after {
	background: url(../images/chevron-right.svg) no-repeat 0 0;
	background-size: 8px 12px;
	content: '';
	height: 16px;
	width: 16px;
	position: absolute;
	right: -19px;
	top: 4px
}

[aria-label="breadcrumbs"]>ol>li:last-child a:after {
	display: none
}

[aria-label="breadcrumbs"] a:hover {
	border-color: #002997;
	color: #002997
}

[aria-label="breadcrumbs"] a:visited {
	border-color: rgba(128,0,128,0.3);
	color: purple
}

[aria-label="breadcrumbs"] a:visited:hover {
	border-color: purple
}

[aria-label="breadcrumbs"] svg {
	height: 10px;
	fill: #333;
	margin: 0 4px;
	width: 10px;
	top: 1px
}

[aria-label="breadcrumbs"] span {
	font: inherit;
	margin: 0
}

[aria-label="breadcrumbs"].preview>ol>li a:after {
	top: 4px
}


.wd_hidden{
	display: none;
}

/* NEWS PAGE */

/* .wd_pageid_2429 .header-meganav .elastic-search{
	display: none;
} */


.wd_input_field._keywords{
	float: left;
	width: 300px;
	padding-right: 5px;
	display: none;
}

#wd_printable_content .wd_input_field._keywords input[type=text]{
	max-width: 100%;
}

.wd_toolbar a{
	background-image: none;
}


#wd_printable_content ul>li:before,
#wd_printable_content ol>li:before,
.wd_newsfeed_releases ol>li:before,
.wd_newsfeed_releases ul>li:before{
	content: '';
	display: none;
}


/* Thought Leadership */

.wd_pageid_20287 .wd_category_items .item{
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	margin-bottom: 6em;

}



.wd_pageid_20287 .wd_category_items .item .wd_image_tbl_pollyf{
	margin: 0;
}

.wd_pageid_20287 .wd_category_items .item:last-child{
	border-bottom: none;
}


.item.wd_alternate{
	padding: 0 0 2em;
	
}


.item .__inner p:last-child{
	margin-bottom: 0;
}

.wd_pageid_20287 .wd_category_items .item .wd_image_tbl_pollyf img{
	height: 100%;       
}

.item.wd_gray-box_wrap .wd_image_tbl_pollyf img{
	object-fit: cover;
	height: 100%;
}


.wd_pageid_20287 .wd_category_items .item .__inner{

}

/* Custom Category pages style */

.wd_cat_page_styled .wd_category_info{
	display: none;
}


.wd_top-tiles .wd_category_items{
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 30px;
}
.wd_category_3241.wd_dimensions .item_name {
	display: none;
}
.wd_category_3240.wd_top-tiles .wd_category_items {
	margin-bottom: 16px;
}
.wd_top-tiles .item .wd_attachment{
	display: none;
}

.wd_top-tiles .item picture{
	margin-bottom: 1rem;
}

.wd_top-tiles .item picture img{
		border-radius: .5rem;
}

.wd_top-tiles .item .item_name{
	font-size: 1.75rem;
	line-height: 1.242857142857143;
	margin-bottom: .5rem;
}
div.wd_category.wd_gray-box {
	margin-bottom: 2em;
	margin-top: 2em;
}
.wd_pageid_34158 div.wd_category.wd_gray-box {
	margin-top: 0;
}
div.wd_category.wd_grey-box-2 {	
	margin-bottom: 3em;
	margin-top: 1.4rem;
}
div.wd_category.wd_gray-box .wd_image_tbl_pollyf img, 
div.wd_category.wd_grey-box-2 .wd_image_tbl_pollyf img{
	height: 100%;
	object-fit: contain;
	background: #f8f8f8;
}

.wd_gray-box_wrap.item,
.wd_gray-box .item,
.wd_grey-box-2 .item{
	display: flex;
	background: #ddd;
	padding: 0;
	margin: 0;

	overflow: hidden;
	background-color: #f8f8f8;
	border-radius: .75rem;
	margin-bottom: 3rem;
}

.item.wd_gray-box_wrap .wd_image_tbl_pollyf,
.wd_gray-box .item .wd_image_tbl_pollyf,
.wd_grey-box-2 .item .wd_image_tbl_pollyf{
	flex: 0 0 41%;
}

.item.wd_gray-box_wrap > .__inner,
.wd_gray-box .item .__inner,
.wd_grey-box-2 .item .__inner{

	padding: 3rem;
}


.item.wd_alternate .item_name,
.item.wd_gray-box_wrap .item_name,
.wd_gray-box .item .item_name,
.wd_grey-box-2 .item .item_name{

	font-size: 1.75rem;
	line-height: 1.25;
	margin-bottom: 2rem;
	font-weight: 500;
	font-family: Montserrat,sans-serif;


}

 .item.wd_alternate .wd_image_tbl_pollyf,
 .wd_alternating-images .wd_image_tbl_pollyf{
	position: relative;
 }

.item.wd_alternate .wd_image_tbl_pollyf img,
.wd_alternating-images .wd_image_tbl_pollyf img{
	z-index: 5;
	position: relative;
	border-radius: .75rem; 
  }


.item.wd_alternate .wd_image_tbl_pollyf:after,
.wd_alternating-images .wd_image_tbl_pollyf:after{
	content: '';
	background-color: transparent;
	bottom: 0;
	-webkit-box-shadow: 0 0.75rem 2.5rem 0 rgb(0 0 0 / 30%);
	box-shadow: 0 0.75rem 2.5rem 0 rgb(0 0 0 / 30%);
	height: 4rem;
	left: 2rem;
	opacity: 1;
	right: 2rem;
	z-index: 0;
		position: absolute !important;
}


/* Algternating */
.wd_alternating-images .item{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin: 0;
	padding: 0 0 2em;
	margin-bottom: 0em; 
}

.wd_alternating-images .item:last-child {
	border-bottom: none;
}

.wd_pageid_20323 .wd_alternating-images .item:last-child {
	margin-bottom: 0;
	padding-bottom: 10px;
}

.wd_pageid_20323 .wd_alternating-images .item:last-child p {
	margin-bottom: 0;
}

.wd_alternating-images .item .item_name{
	font-size: 1rem;
}

.item .__inner p:last-child{
	margin-bottom: 0;
}

.wd_alternating-images .item:nth-child(odd){
	flex-direction: row-reverse;
}

.wd_alternating-images .item .img_wrap{
		flex: 0 0 41%;
}

.wd_alternating-images .item .wd_image_tbl_pollyf img{
		border-radius: .75rem;
}

.wd_alternating-images .item .__inner{
	max-width: 500px;
	flex: 0 0 58% ;
}

/* wd_did-you-know */

.wd_cat_page_styled .wd_did-you-know  .wd_category_info{
	display: block;
}

.wd_cat_page_styled .wd_did-you-know .category_header{
	display: none;
}

.wd_cat_page_styled .wd_toolbar-main{
	display: none;
}

.wd_cat_page_styled .wd_category_items .wd_attachment .wd_attachment_image{
	display: none;
}


div.wd_category.wd_cat_sec{
	
}

.wd_did-you-know .wd_category_items{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
}


.wd_did-you-know .item {
}

.wd_did-you-know .item .item_name {
	width: 100%;
	text-align: center;
	margin-bottom: 3rem;
}
.wd_did-you-know .item .wd_image_tbl_pollyf{
	flex: 0 0 100px; 

	-webkit-box-flex: 0;
	-ms-flex: 0 0 88px;
	flex: 0 0 88px;
	margin-bottom: 3rem;
	padding: 0;
}
.wd_did-you-know .wd_quote-item .wd_image_tbl_pollyf {
	margin-bottom: 10px;
}

.wd_bottom-single-row .item {
	display: flex;
	flex-direction: row-reverse;
}

.wd_bottom-single-row  .item .wd_image_tbl_pollyf{
	   flex: 0 0 40%; 
	   margin-left: 2rem;
}


.wd_bottom-single-row  .item .wd_image_tbl_pollyf img{
	border-radius: .75rem;
}

.wd_bottom-two-columns .wd_category_items{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 0;
}

.wd_bottom-two-columns .wd_category_items .item{
	padding: 0;
	margin: 0;
}

.wd_bottom-two-columns  .item_name{

	font-size: 1.375rem;
	line-height: 1.272727272727273;
	margin-bottom: 2rem;
}

.wd_bottom-two-columns .wd_category_items .item:first-child{
  border-right: 2px solid #e4e4e4;
  padding-right: 47px;
}
.wd_bottom-two-columns .wd_category_items .item:last-child{
	padding-left: 47px;
}

/* MAIN HERO HEADER */
.wd_main_hero_header {
	background: no-repeat center;
	margin-bottom: 150px;
	height: 330px;
}
.wd_pageid_34158 .wd_main_hero_header {
	margin-bottom: 0;
}
.wd_pageid_34161 .wd_main_hero_header,
.wd_pageid_20328 .wd_main_hero_header,
.wd_pageid_20288 .wd_main_hero_header,
.wd_pageid_20314 .wd_main_hero_header,
.wd_pageid_20319 .wd_main_hero_header  {
	background: no-repeat center;
	margin-bottom: 0px;
	height: 330px;
}
.wd_pageid_20288 .hero-padding,
.wd_pageid_20314 .hero-padding {
	padding-top: 0;
}
.wd_pageid_20288 .row,
.wd_pageid_20314 .row {
	display: block;
}
.wd_pageid_20323 .wd_main_hero_header{
	background: no-repeat center;
	height: 470px;
	background-size: cover;
	margin-left: auto;
	margin-right: auto;

	margin-bottom: 0px;
}


.wd_main_hero_header .__inner{
	background: #fff;
	padding: 2em;
	margin-bottom: -100px;
	border: 2px solid #d9d9d9;
	border-radius: 0.75rem;
	margin-top: 60px;
}


.wd_alerts_fb .wd_featurebox_title{
	display: none;
}

.wd_alerts_fb p{
	margin-bottom: 0;
}


/* Homepage Media Mentions */

.wd_featureboxes_media_mentions .wd_news_headlines-teaser .item{
   margin: 0;
   padding: 24px 0;
   border-top: 1px solid #dee2e6; 
}

.wd_featureboxes_media_mentions{
	margin: 0 auto;
	max-width: 750px;
}

.wd_featureboxes_media_mentions .wd_news_headlines-teaser::after{
	content: '';
	display: table;
	clear: both;
}


.wd_featureboxes_media_mentions .wd_news_headlines-teaser .item_name{
	margin: 0;
}
.wd_featureboxes_media_mentions .item_name a{
	text-decoration: none;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	justify-content: space-between;
	line-height: 30px;
	transition: all .3s;
}

.wd_featureboxes_media_mentions .item_name a:hover{
	text-decoration-color: #002997;
	-webkit-text-decoration-color: #002997;
	color: #002997;
}

.wd_featureboxes_media_mentions .item .__inner{
	display: flex;
	align-items: center;
	position: relative;
}
.button-toggle {
	align-items: center;
	background: #03f;
	border-radius: 50%;
	display: flex;
	height: 32px;
	justify-content: center;
	min-height: 32px;
	min-width: 32px;
	width: 32px;
	margin-right: 30px;
}

.button-toggle svg {
	fill: #FFF;
}
/* 
.wd_featureboxes_media_mentions  .item .__inner::before {
	content: "\e923";
	font-family: 'q4-icons';
	content: '';
   
} */
.wd_featureboxes_media_mentions  .item  .wd_icon{
	 background: url(../images/brand-icon-video_blue.svg) no-repeat;
	background-size: contain;
	width: 50px;
	height: 47px;
	font-size: 60px;
	position: absolute;
	 left: 0;
	top: 5px;
	color: #0170BC;
}

.wd_featureboxes_media_mentions .item > img{
	display: none;
}


.wd_featureboxes_media_mentions .item_date{
	font-weight: normal;
	color: #333333;
	font-size: 14px;
	margin-bottom: 15px;
}

.wd_featureboxes_media_mentions .item .item_summary{
	display: none;
}

.wd_featureboxes_media_mentions .item_publication{
	display: inline;
	padding-left: .5em;
	margin-left: .5em;
	border-left: 1px solid;
}

.wd_featureboxes_media_mentions .more{
	clear: both;
}

.wd_newsfeed_releases-detail .wd_date{
	color: #505050;
	font-size: 14px;
	line-height: 1.2428571429;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 1em;
}

.wd_newsfeed_releases-detail .wd_title{
	letter-spacing: -.25px;
	line-height: 1.25;
	font-family: Montserrat,Verdana,Geneva,sans-serif;
	font-weight: 500;
	margin-bottom: .5em;
}


.wd_articles-detail h1.wd_title,
.wd_newsfeed_releases-detail h1.wd_title{
	color: #110081;    
	font: 700 3rem/3.75rem "Montserrat","Gotham Medium","Gotham";
	margin: 0 0 30px;
	letter-spacing: -2px;
	
}

.wd_articles-detail h2,
.wd_newsfeed_releases-detail h2 {
	font-size: 1.875rem;
	line-height: 2.375rem;
	letter-spacing: -2px;
	font-weight: 500;
}

.wd_articles-detail h3,
.wd_newsfeed_releases-detail h3 {
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 500;
}

#wd_printable_content ol,
.wd_newsfeed_releases-detail .wd_news_body ol{
	list-style: decimal;
}

#wd_printable_content ol li::marker,
.wd_newsfeed_releases-detail .wd_news_body ol li::marker{
	font-weight: bold;
}

ul{
	list-style: disc;
}

.wd_subtitle{
	font-weight: normal;
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 1em;
}

.wd_asset_inline{
	background-color: transparent;
}

.wd_newsfeed_releases-detail .wd_gallery_asset{
	border-radius: .75rem;
	overflow: hidden;
	z-index: 10;
	position: relative;
}

.wd_newsfeed_releases-detail .wd_asset_inline.wd_item{
	position: relative;
}
.wd_newsfeed_releases-detail .wd_asset_inline.wd_item{
	padding: 0;
}

.wd_newsfeed_releases-detail .wd_asset_inline.wd_item::after{
	content: '';
	background-color: transparent;
	bottom: 0;
	box-shadow: 0 0.75rem 2.5rem 0 rgb(0 0 0 / 30%);
	height: 4rem;
	left: 10%;
	right: auto;
	z-index: 0;
	width: 80%;
	display: block;
	position: absolute;
	opacity: 1;
}

/* Search Page */
.wd_search_result .wd_search_title .wd_search_assets{
	display: none;
}
.wd_sphinx_search .wd_search_image img{
	border-radius: 15px;
}

/* COLUMNS CONTAINER */
.column_container {
	display: flex;
	gap: 15px; 
}
.column_image_container {
	height: 0;
	padding-bottom: 60.25%;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 15px;
}
.column_image_container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.column_container .column {
	width: 25%;
	border-radius: 25px;
	padding: 40px 10px;
}
.column_container .column:nth-child(odd) {
	background-color: #F4F4F6;
}
.column_container .column h3 {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	line-height: 1.1;
	font-size: clamp(20px, 2vw, 26px);
	color: #110081;
	margin-bottom: 20px;
}
.column_description {
	margin-bottom: 40px;
}
.column_story {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #110081; 
}
.column_description p {
	font-size: clamp(18px, 1.5vw, 22px);
	line-height: 1.2;
}
.column_story_title {
	font-size: clamp(18px, 1.5vw, 22px);
	line-height: 1.2;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 20px;
}
.column_story_title a {
	color: #110081; 
	text-decoration: none;
}
.column_story_title a:hover {
	text-decoration: underline;
}
.column_more {
	display: flex;
	gap: 10px;
	align-items: center;
}
.column_more a {
	color: #03f;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 10px;
}
.more-arrow {
	background: #03f;
	border-radius: 50%;
	display: flex;
	height: 32px;
	min-height: 32px;
	min-width: 32px;
	width: 32px;
	justify-content: center;
	align-items: center;
}
.more-arrow i {
	padding-left: 5px;
	color: #fff;
}

.wd_body {
	clear: both;
}

.wd_body .wd_centered_image{
	max-width: 560px !important;
	max-height: none !important;
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
}
.wd_captioned_image,
.wd_body .wd_centered_image_full {
	max-width: none;
	max-height: none;
	width: 100% !important;
	float: none;
	margin: 0;
	
}

.wd_body img.wd_centered_image_full {
	border-radius: 10px;
}

.wd_captioned_image{
	padding:0;
}

.wd_images_row{

	display: flex;
	justify-content: center;
	align-items: center;
}

div.wd_news_body div.wd_images_row img{
	margin: 0 10px !important;
	float: none !important;
	max-width: 400px !important;
	max-height: none !important;
	width: 100% !important;
}


.wd_articles-detail h2:first-child{
}

.wd_articles-detail .wd_date{
	display: none;
}
ul.wd_layout-inline.wd_category_link_list,
 .wd_category_link_list {
	position:  relative;
	display: block;
	margin-bottom: 1em;
}

.wd_newsfeed_releases-detail ul.wd_layout-inline.wd_category_link_list,
.wd_articles-detail ul.wd_layout-inline.wd_category_link_list {
	margin-bottom: 30px;
}

.wd_articles-detail .wd_captioned_image,
.wd_newsfeed_releases-detail .wd_captioned_image{
	margin-bottom: 35px !important;
}

.wd_category_link_list_wrapper ul.wd_category_link_list {
	flex-basis: 100%;
}

.wd_category_link_list_wrapper ul.wd_category_link_list li {
	margin: 0 1em 0 0;
}

.wd_category_link_list_wrapper {
	display: flex;
}

.wd_category_link_list_wrapper:before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 20px;
	vertical-align: middle;
	background: url(../images/Icon-feather-tag.svg);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
}
.wd_articles-detail .wd_subtitle {
	font-size: 20px; 
	font-weight: 500;
	line-height: 1.2;
}

.wd_promo-block{
	padding: 30px 0;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	margin-top: 30px;
}

.wd_promo-text h3 {
	color: #110081;
}

.wd_promo-block .wd_promo-text{
	padding-left: 30px;
}

.header-meganav .logo-nav {
	padding: 0;
}

#navbarCollapse .wd_email_alerts,
.home-utility-buttons.utility-buttons-mobile{
	display: none;
}

.wd_pageid_20303 #navbarCollapse .wd_email_alerts,
.wd_pageid_20303  .home-utility-buttons.utility-buttons-mobile{
	display: block;
}


/* logo */
.cigna-logo {
	width: 132px;
	height: 50px;
}
.wd_logo_title{
	color: #110081;
	display: inline-block;
	vertical-align: middle;
	font-weight: 700;
	font-size: 40px;
	margin: 0;
	padding: 2px 0;
}

.wd_logo_title strong {
	font-weight: bold;
}

.wd_logo_title .__inner{
	line-height: 1.1;
	display: block;
}
.global-nav .navbar-brand > svg {
	max-width: 130px;
}
.nav-desktop .wd_logo_title::after {
	content: 'Cigna news, insights and inspiration';
	font-size: 18px;
	display: block;
	position: relative;
	margin-bottom: 3px;
	margin-top: 6px;
}

/* 34141 Item page */
.wd_key_takeaways {
	border-left: 5px solid #ff4d00;
	background: #F4F4F4;
	float: left;
	width: 48%;
	margin: 0 40px 20px 0;
	padding: 10px;
} 
#wd_printable_content .wd_key_takeaways {
	padding-right: 2rem;
}
.wd_key_takeaways p,
.wd_key_takeaways li {
	color: #110081;
	font-weight: 500;
	font-size: 15px;
}
#wd_printable_content .wd_key_takeaways p {
	margin-top: 1rem;
	padding-left: 1.25rem;
}
/*.wd_key_takeaways >  p {
	margin-bottom: 15px;
}*/

.wd_align_text_vertical {
	display: flex;
	gap: 20px;
	align-items: center;
	margin: 10px 0;
	padding: 10px 0;
}
.wd_align_text_vertical.wd_image-right > p.wd_image-wrap:first-child {
	display: none;
	float: right;
	margin-left: 16px;
}

.wd_align_text_vertical p {
	margin: 0;
}
.wd_align_text_vertical img {
	float: none;
	width: 150px;
	max-width: none;
	border-radius: 10px;
}


.wd_promo-block2 {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	background: #f4f4f4;
	margin: 48px 0;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
}
.wd_promo-block2 .wd_promo-text2 {
	flex-basis: 60%;
	max-height: 250px;
	padding: 20px 20px 20px 10px;
}
.wd_promo-block2 > p {
	min-width: 340px;
	flex-basis: 40%;
	margin: 0 10px 0 0;
}
.wd_promo-block2 img {
	max-width: 100%;
}
.wd_promo-block2 .wd_promo-text2 p > img {
	max-width: 100%;
}
.wd_promo-block2 h3 {
	color: #110081;
	font-size: 22px;
	line-height: 1.4;
}
.wd_promo-block2 .wd_promo_button2 {
	margin-bottom: 0;
}
.wd_promo-block2 .wd_promo_button2 a {
	display: inline-block;
	padding: 10px 24px;
	background-color: #0033FF;
	text-decoration: none;
	border-radius: 2rem;
	color: #FFF!important;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
	font-size: 1.125rem;
	line-height: 1.75rem;
	letter-spacing: .1em;
	margin-bottom: 0;
}
.wd_promo-block2 .wd_promo_button2 a:hover {
	color: #FFF;
	background-image: linear-gradient(rgba(0, 51, 255,.3),rgba(0, 51, 255,.3));
	text-decoration: none;
	background-color: #002997;
	border-color: #002997;
}
.wd_promo-block2 .wd_promo_button2 a:focus {
	background-color: #0033FF;
	outline: 2px solid #FFF !important;
	outline-offset: -4px;
}

.wd_promo-block2:before {
	content: '';
	background: rgb(33, 37, 41);
	height: 1px;
	width: 100%;
	display: block;
	position: absolute;
	top: -24px;
}
.wd_promo-block2:after {
	content: '';
	background: rgb(33, 37, 41);
	height: 1px;
	width: 100%;
	display: block;
	position: absolute;
	bottom: -24px;
}


/* Client Style Overrides */
span.xn-location:first-child,
span.xn-location {
	font-weight: 300;
}

.wd_top-tiles .item h2.item_name, .wd_alternating-images .item h2.item_name, 
.social-media-group h2 {
	font-size: 22px;
}

.link-action-inverted .icon, .link-action .icon, .link-external .icon, .link-secure .icon {
	height: 1.125rem;
	width: 1.125rem;
	fill: currentColor;
	margin-bottom: 0.25rem;
	margin-left: 0.25rem;
}

.link-external span {
	display: inline;
}

.link-external span.more-arrow {
    display:flex;
}

.tcg-promo .tcg-promo-content-desktop-blue {
	max-width: none;
}

.wd_search_form_container form {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.wdSearchToggle {
	border: none;
	background-color: transparent;
	color: #110d81;
}

div#wdSearch {
	position: absolute;
	top: 80px;
	background: #FFF;
	z-index: 1;
	left: 0;
	right: 0;
	padding: 20px;
}

.wd_search_form_container input[type='text'] {
	margin-right: 10px;
	height: 48px;
}

.wd_pageid_34161 .page_header {
	display: none;
}
.wd_pageid_34161 .link-external .icon {
	display: none;
}
.wd_pageid_34161 .wd_cat_sec.wd_top-title .item_name.__wd_h2 {
	display: none;
}
.wd_pageid_34161 .tcg-promo-content-desktop-blue .anchor-button {
	border: 2px solid blue;
}

@media (min-width: 750px)   {

.tcg-main-nav .wd_focus .nav-link {
	background: #110081;
	color: white;
}
}

@media (min-width: 750px)   {
	.tcg-top-nav .navbar-nav {
	   align-items: center;
	}
		
	.wd_top-tiles .wd_category_items,
	.wd_grid{
		grid-template-columns: 1fr 1fr ;

	}

	.wd_alternating-images .item,

	.wd_pageid_20287 .wd_category_items .item{
		flex-direction: row;
	}

	.wd_pageid_20287 .wd_category_items .item:nth-child(even){
		flex-direction: row-reverse;
	}


	.wd_pageid_20287 .wd_category_items .item .wd_image_tbl_pollyf{
			flex: 0 0 41%;
			margin-right: 1em;
			margin-left: 0;
	}

	.wd_pageid_20287 .wd_category_items .item:nth-child(even) .wd_image_tbl_pollyf{
		 margin-left: 1em;
		 margin-right: 0;
	}

}

@media (min-width: 768px) {
	/* override bootstrap 
	.navbar-expand-md .navbar-toggler {
		display: block;
	}
	.navbar-expand-md .navbar-collapse {
		display: none!important;
		flex-basis: auto;
	}
	override bootstrap */
	.tcg-promo-mobile {
		display: block;
		margin-bottom: 48px;
	}
}

@media (min-width: 992px)   {
	.tcg-promo-mobile {
	display: none;
	}
}
@media (min-width: 1024px)   {
		
	.wd_top-tiles .wd_category_items,
	.wd_grid{
		grid-template-columns: 1fr 1fr 1fr;
			grid-gap: 40px;
			grid-row-gap: 40px;
			margin-bottom: 40px;
	}






	.wd_search_image{
		float: right;
		margin: 0 0 0 250px;
	}
}

@media (min-width: 1170px){	
.wd_featureboxes_top_announce .wd_promo_button span {
	margin-left: 10px;
}
	.dropdown span::after {
		display: block;
		position: relative;
		content: '\f107';
		font-family: "FontAwesome";
		font-size: 18px;
		top: 32%;
		right: -2px;
		color: #110081;
	}
.nav-item.wd_focus .dropdown-menu,
	.nav-link:focus + .dropdown-menu,
	.nav-link:hover .dropdown-menu,
li.nav-item.dropdown:hover .dropdown-menu {
	display: block;
		}

	.navbar-nav {
		align-items: center;
	}
	.navbar-expand-custom {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-custom .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-custom .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-custom .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	.navbar-expand-custom > .container {
		flex-wrap: nowrap;
	}
	.navbar-expand-custom .navbar-collapse {
		display: flex!important;
		flex-basis: auto;
	}
	.navbar-expand-custom .navbar-nav.wd-mobile-nav,
	.navbar-expand-custom .navbar-toggler {
		display: none;
	}	
}

@media (max-width: 1169px) {
	.navbar-expand-custom .navbar-toggler {
			display: block;
		}  
	.navbar-expand-custom .navbar-nav.mobile-top-nav {
		display: none;
	}
	.navbar-expand-custom.navbar>.container {
		display:block;
	}
	.navbar-expand-custom .navbar-nav.wd-mobile-nav {
	}
	.navbar-expand-custom .show .navbar-nav.wd-mobile-nav {
		display: flex;
		flex-direction: column;
	}
	.navbar-expand-custom .navbar-nav .dropdown-menu {
		position: relative;
	}
}
@media (min-width: 1170px){
		.navbar-expand-custom .navbar-collapse {
			display: flex!important;
			flex-basis: auto;
		}
		.wdSearchToggle,
	.navbar-expand-md .navbar-toggler {
			display: none;
	}
}

@media (min-width: 1380px){

	.container, 
	.container-lg, 
	.container-md, 
	.container-sm, 
	.container-xl {
		max-width:  1320px
	}

	.wd_cat_page_styled .container, 
	.wd_cat_page_styled .container-lg, 
	.wd_cat_page_styled .container-md, 
	.wd_cat_page_styled .container-sm, 
	.wd_cat_page_styled .container-xl {
		max-width:  1144px
	}

}



/* Extra large devices (large desktops) */
@media (max-width: 1199px) {
	.wd_featureboxes_top_announce .wd_promo_button .button {
		margin-top: 20px;
		max-width: fit-content;
	}
	.wd_featureboxes_top_announce .wd_promo_button span {
		display: block;
	}
.wd_featureboxes_top_announce .wd_featurebox p.wd_promo_button {
	float: none;
}
	.wd_pageid_34158 h2 {
		font-size: 48px;
    	line-height: 60px;
	}
}

@media (max-width: 1169px) {
	.navbar-logo-container {
		flex: 1;
	display: flex;
		padding: 20px 0;
	}
	.tcg-main-nav .navbar-brand {
		text-align: center;
		flex: 1;
	}
}

/* Large devices (desktops) */
@media (max-width: 992px) {
	.wd_promo-block2 {
		flex-direction: column;
	}
	.wd_promo-block2 > p {
		margin: 0;
	}
	.wd_promo-block2 img {
		max-width: 100%;
		min-width: 100%;
		width: 100%;
	}
	.wd_promo-block2 .wd_promo-text2 {
		max-height: unset;
		padding: 20px;
	}

body.wd_cat_page_styled section.wd_main_hero_header {
	height: auto;
	background-size: contain;
}
	.tcg-promo-content-mobile-blue {
		padding: 48px 16px;
	}
	#wd_featurebox-standard_3528 ul li .wd_teaser_img_container,
	#wd_featurebox-standard_3526 ul li .wd_teaser_img_container {
	width: auto;
	}
	#wd_featurebox-standard_3528 ul li .wd_teaser_text_container,
	#wd_featurebox-standard_3526 ul li .wd_teaser_text_container {
	width: 100%;
	}
	/*.wd_newsfeed_releases-teaser .tcg-promo-content-desktop-blue {
		margin: 0 auto;
	}*/
	.tcg-promo {
		display: none;
	}
	div.wd_featureboxes_bottom{

	}

	.item.wd_alternate .item_name,
	.item.wd_gray-box_wrap .item_name,
	.wd_gray-box .item .item_name,
	.wd_grey-box-2 .item .item_name {
		font-size: 1.25rem;
	}


	.wd_logo_title .__inner{
	}

	.wd_main_hero_header {
		height: auto;
		padding-bottom: 25%;
	}

	.wd_bottom-two-columns .wd_category_items .item:last-child{
		padding-left: 0;
		margin-top: 2em;
	}

	.wd_alternating-images .item:nth-child(odd){
		flex-direction: column;
	}


	.wd_alternating-images .item .img_wrap{
		margin-bottom: 2em;
	}

	.wd_featureboxes_top_spotlight .wd_newsfeed_releases-teaser .item {
		flex-direction: column;
	}

	.wd_featureboxes_top_spotlight .__inner{
		padding: 0;
		padding-top: 1em;
	}
	.wd_pageid_2429 .wd_input_field._keywords{
		max-width: 190px;
	}
	.wd_social h2{
		margin: 0;
		font-size: 30px;
	}
	.wd_social .social-media-group {
			flex-direction: column;
			justify-content: space-between;
			height: 140px;
			text-align: center;
		}
	/* Top featurebox */

	.wd_featureboxes_top .wd_thumbnail.wd_image_tbl_pollyf {
		flex: 0 0 100%;
	}

	.wd_featureboxes_top .item {
		flex-direction: column;
	}
	/* End Top Featurebox */ 

	/* FB Top Announcement */
	.wd_top_announce_teasers .wd_articles-teaser .item,
	#wd_featurebox-standard_3528 ul li,
	#wd_featurebox-standard_3526 ul li {
		max-width: unset;
		margin-right: 0;
	}
	/* END FB Top Announcement */
	.column_container {
		flex-wrap: wrap;
	}
	.column_container .column {
		width: calc(50% - 7.5px);
		border-radius: 25px;
		padding: 40px 10px;
	}
}

/* Medium devices (tablets) */
@media (max-width: 812px) {
	.wd_related_content_wrapper .wd_items {
	  justify-content: center;
	}
}
@media (max-width: 767px) {
.wd_key_takeaways {
	margin-bottom: 20px;
	width: 100%;
	float: none;
}


.wd_align_text_vertical {
	display: block;
}
.wd_align_text_vertical.wd_image-right .wd_image-wrap {
	display: none;
}
.wd_align_text_vertical.wd_image-right > p.wd_image-wrap:first-child {
	display: inline;
}
.wd_align_text_vertical.wd_image-left .wd_image-wrap {
	float: left;
	margin-right: 16px;
}

.wd_pullquote2_name {
	font-size: 16px;
}
blockquote.wd_pullquote2 {
	font-size: 20px;
	line-height: 1.3;
}

.wd_pageid_20308 .item h3 {
	font-weight: 500;
}
.wd_pageid_20287 .wd_category_items .item .__inner {
	padding: 3rem;
}

.item.wd_alternate .wd_image_tbl_pollyf:after, .wd_alternating-images .wd_image_tbl_pollyf:after {
	display: none;
}

.wd_articles-detail h1.wd_title, .wd_newsfeed_releases-detail h1.wd_title {
	font: 700 2.5rem/3rem "Montserrat","Gotham Medium","Gotham";
}
.nav-top-menu .navbar-brand {
	margin-bottom: 0.5em;
}

.tcg-promo-mobile {
	margin-bottom: 48px;
}

.navbar-expand-custom .navbar-logo-container {
	padding: 0 12px;
}

.wd_featureboxes_top_announce .wd_promo_button .button {
}
#wd_featurebox-standard_3528 ul li a,
#wd_featurebox-standard_3526 ul li a {
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
}
.tcg-main-nav .navbar-brand  {
	text-align: center;
	flex: 1;
}

.mobile-top-nav,
.container.main-navigation {
	display: none;
}
.wd_featureboxes_top .__right_col {
	padding: 20px;
}
	#content-wrapper .wd_main_hero_header{
		height: auto;
		margin-bottom: 0;
	}

	.wd_articles-detail p.resp_videoWrapper,
	.resp_videoWrapper{
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		padding-top: 25px;
		height: 0;
	}

	.wd_articles-detail p.resp_videoWrapper iframe,
	.resp_videoWrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.wd_pageid_34141.wd_item_page #wd_printable_content,
	.wd_pageid_2429.wd_item_page #wd_printable_content{
		padding: 20px 0;
 
	}

	.wd_featureboxes_media_mentions .wd_news_headlines-teaser .item{
		width: 100%;
	}

	.wd_did-you-know .wd_category_items{
		grid-template-columns: 1fr;
	}

	.wd_bottom-two-columns .wd_category_items{
		grid-template-columns: 1fr;   
	}

	.wd_bottom-single-row .item{
		flex-direction: column;
	}

	.wd_bottom-single-row .item .wd_image_tbl_pollyf{
		margin: 0 0 2em
	}

	.wd_featureboxes_follow .wd_follow_ceo {
		display: flex;
		flex-direction: column;
	}
	.follow_fb .wd_featureboxes_follow .wd_follow_ceo .btn-primary {
		margin-left: 0;
		margin-top: 10px;
		min-height: 36px;
		height: 100%;
	}
	.follow_fb .wd_featureboxes_follow .wd_follow_alerts .btn-primary {
		width: 100%;
		min-height: 36px;
		height: 100%;
	}

	.wd_gray-box .item,
	.wd_grey-box-2 .item{
		flex-direction: column;
	}
	.wd_gray-box .item .__inner,
	.wd_grey-box-2 .item .__inner{
		max-width: 80%;
		background: white;
		border: 2px solid #e4e4e4;
		margin: 0 auto 2em;
		border-radius: 15px;
		margin-top: -18%;
		padding: 1em;
	}

	.wd_byline img {
		display: block;
		margin-bottom: 40px;
	}

   


	.wd_sphinx_search .wd_search_form input[type="text"]{
		margin-bottom: 1em;
	}

	.wd_featureboxes_quick_links .wd_featurebox{
			grid-template-columns: 1fr;
	}

	div.wd_featureboxes_bottom{
		grid-template-columns: 1fr;
		 grid-gap: 0;
	}

	.wd_top_leftright .wd_featurebox_container{
		margin-bottom: 40px;
	}

	.wd_main_hero_header{
			background-position: top;
			background-size: contain;
			margin-bottom: 1em;
	}

	.wd_main_hero_header > .container{
		max-width: none;
		padding: 0;
	}

	.wd_main_hero_header .__inner{
		margin-top: 100px;
		margin-bottom: 0;
		border-radius: 0;
		border: none;
	}
	.wd_images_row {
	  flex-direction: column;
	}
	div.wd_news_body div.wd_images_row img{

		margin: 0 !important;
	}
}
/* Accesibility */
.wd_linkmenu-list a.wd_linkmenu-listitem:focus,
.wd_linkmenu-list a.wd_linkmenu-listitem:active{
	color: #333333;
	background-color: #eee;    
}

/* Small devices (landscape phones) */
@media (max-width: 575px) {

	.wd_promo-block{
		justify-content: space-evenly;
		margin-top: 30px;
		flex-direction: column;
	}
/*     
	.wd_promo-block > p{
		width: 100%;
	} */

	.wd_promo-block img{
		width: 100%;
	}

	.wd_logo_title .__inner{
	}

	.wd_logo_title {
		font-size: 28px;
	}

	.wd_item_search_form_container input,
	.wd_item_search_form_container select,
	#wd_printable_content .wd_articles button.wd_search_button, #wd_printable_content .wd_newsfeed_releases button.wd_search_button,
	div#wdSearch input[type='submit'] {
		margin-top: 15px;
	}
	.wd_related_content_wrapper .wd_items .wd_item {
	  flex-basis: 100%;
	}    
	.wd_pageid_20323 h2,
	.wd_pageid_34158 h2 {
		font-size: 30px;
		line-height: 38px;
	}
	.wd_pageid_20323 h3,
	.wd_pageid_34158 h3 {
		font-size: 22px;
		line-height: 1.242857142857143;
	}

	.column_container {
		flex-wrap: wrap;
	}
	.column_container .column {
		width: 100%;
		border-radius: 25px;
		padding: 40px 10px;
	}

}

/* Small devices (landscape phones) */
@media (max-width: 320px) {
	.global-nav .navbar-brand>svg{
		max-height: 38px;
		max-width: 98px;
	}    
}

/* CLIENT CSS OVERRIDES */

h2 {
	margin: 40px 0;
}
@media (min-width: 576px) and (max-width: 991px) {
	.ls-canvas {
	padding-top: 93px;
	}
}
