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


@font-face {
    font-display: swap;
    font-family: HCo Gotham SSm;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/GothamSSm-Light.woff2) format("woff2"),url(../fonts/GothamSSm-Light.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: HCo Gotham SSm;
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/GothamSSm-LightItalic.woff2) format("woff2"),url(../fonts/GothamSSm-LightItalic.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: HCo Gotham SSm;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/GothamSSm-Medium.woff2) format("woff2"),url(../fonts/GothamSSm-Medium.woff) format("woff")
}


@font-face {
    font-display: swap;
    font-family: HCo Gotham SSm;
    font-style: italic;
    font-weight: 500;
    src: url(../fonts/GothamSSm-Medium.woff2) format("woff2"),url(../fonts/GothamSSm-Medium.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: HCo Gotham SSm;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/GothamSSm-Bold.woff2) format("woff2"),url(../fonts/GothamSSm-Bold.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: HCo Gotham SSm;
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/GothamSSm-BoldItalic.woff2) format("woff2"),url(../fonts/GothamSSm-BoldItalic.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: HCo Gotham SSm;
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/GothamSSm-Light.woff2) format("woff2"),url(../fonts/GothamSSm-Light.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: HCo Gotham SSm;
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/GothamSSm-Light.woff2) format("woff2"),url(../fonts/GothamSSm-Light.woff) format("woff")
}

@font-face {
    font-family: 'q4-icons';
    src: url('https://s3.amazonaws.com/icomoon.io/50912/Q4cignacorp2020ir/q4-icons.woff2?ja6rm7') format('woff2'), url('https://s3.amazonaws.com/icomoon.io/50912/Q4cignacorp2020ir/q4-icons.ttf?ja6rm7') format('truetype'), url('https://s3.amazonaws.com/icomoon.io/50912/Q4cignacorp2020ir/q4-icons.woff?ja6rm7') format('woff'), url('https://s3.amazonaws.com/icomoon.io/50912/Q4cignacorp2020ir/q4-icons.svg?ja6rm7#q4-icons') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: ArialMT;
    src: url(../fonts/ARI.ttf);
}


.display-desktop, .display-mobile, .link-1, .link-2, .subhead-1, .subhead-2, .subhead-3, .subhead-4, h1, h2, h3, h4 {
    font-family: HCo Gotham SSm,sans-serif;
    font-weight: 500;
}

.h2, .subhead-2, h2{
    font-size: 22px;
}

h3 {
    font-size: 20px;
}

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

/* Vitality PTL */
.wd_pageid_20323 .wd_main_hero_header {
    margin-bottom: 50px;
}
.wd_pageid_20323 .wd_main_hero_header .__inner {
    background: transparent;
}
/* 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 {
	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 {}


.wd_page_menu {
    overflow: auto;
    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: 0.4em 0.6em;
    background: none;
    display: inline-block;
}

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




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

}

a:visited{
	color: #0170bc;
}

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: #004986;
    color: #fff;
}
.wd_promo_dkblue {
    font-family: HCo Gotham SSm,Verdana,Geneva,sans-serif;
}
.wd_promo_ltblue {
    background-color: #E6F1F8
}
.wd_promo_gr {
    background-color: #F8F8F8;
}
/* 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 {}
/* 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_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 {
	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 */

/* Featureboxes Top */

.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 60%;
}

.wd_featureboxes_top .wd_articles-teaser .item_name a,
.wd_featureboxes_top .wd_newsfeed_releases-teaser .wd_title a {
    border: none;
    font-size: 22px;
    margin: 0;
    font-weight: bold;
    padding-bottom: 1.2em;
    line-height: 1.5;
    color: #333;
    text-decoration: none;
    background-image: none;
}
.wd_featureboxes_top .item {
    display: flex;
}
.wd_featureboxes_top .__right_col {
    padding: 0 0 0 60px;
    flex: 1 1 auto;
}

.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: 10px;
}

.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-family: Merriweather,serif;
    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;
} */


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: 2.4em;
	margin-bottom: 0;
    font-size: 1rem;
}

/* 
#wd_printable_content input[type=text] {
	max-width: 69%;
}
#wd_printable_content input[type=submit] {
	max-width: 30%;
	margin-left: 1%;
} */
#wd_printable_content input[type=checkbox],
#wd_printable_content input[type=radio] {
	height: auto;
}
.wd_form_field {
	clear: both;
}
.wd_page_limit {
	padding: 0;
}
.wd_linkmenu-header {
	padding: 6px 2px;
}
.wd_page_link:first-child,
.wd_page_link:last-child,
.wd_linkmenu-header {
    border-radius: 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: #0170bc;
    color: #fff;
}

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

}

.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: 30px 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: #004986;
    font-size: 28px;
    border-left: 3px solid #004986;
    padding: 12px 24px;
    max-width: 600px;
    font-weight: 600;
    margin: 64px 0;
}
.wd_byline {
    color: #004986;
    font-size: 20px;
    border-left: 3px solid #004986;
    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;
}
.wd_featurebox_title{

    font-family: HCo Gotham SSm,Verdana,Geneva,sans-serif;
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 1.75rem;
    width: fit-content;
    padding-bottom: .5rem;
    border-bottom: .25rem solid #f68621;
    margin-bottom: 40px;
    display: inline-block;
}

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


/* HP - TOP */

.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 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 {
    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 {
    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 .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_3526 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    margin-top: 2rem;
    padding: 0;
    width: 100%;
}
#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_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_3526 ul li:last-child {
    margin-right: unset;
}
.wd_top_announce_teasers .wd_articles-teaser .item .wd_teaser_img_container,
#wd_featurebox-standard_3526 ul li .wd_teaser_img_container {
    width: auto;
    height: 130px;
    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_3526 ul li .wd_teaser_img_container * {
    margin: 0;
    padding: 0;
    height: 130px;
    border-radius: 6px 0 0 6px;
    border: none;
}
.wd_top_announce_teasers .wd_articles-teaser .item .wd_teaser_img_container img,
#wd_featurebox-standard_3526 ul li .wd_teaser_img_container img {
    height: 130px;
    object-fit: cover;
}
.wd_top_announce_teasers .wd_articles-teaser .item .wd_teaser_text_container,
#wd_featurebox-standard_3526 ul li .wd_teaser_text_container {
    border-radius: 0 6px 6px 0;
    height: 130px;
    width: 70%;
    box-sizing: border-box;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    background: white;
    padding: 2em;
}
.wd_top_announce_teasers .wd_articles-teaser .item_name,
#wd_featurebox-standard_3526 ul li a {
    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,
#wd_featurebox-standard_3526 ul li 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,
#wd_featurebox-standard_3526 ul li 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_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_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{ */
    font-family: HCo Gotham SSm,Verdana,Geneva,sans-serif;
    background: none;
    letter-spacing: 0.03em;
    background: none;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: #B6D5EA;
    text-underline-position: under;
}


.wd_articles-teaser .item_name a:hover,
.wd_articles .wd_title a:hover,
.wd_newsfeed_releases .wd_title a:hover,
.wd_newsfeed_releases-teaser .wd_title a:hover{
    text-decoration-color: #004986;
    -webkit-text-decoration-color: #004986;
    color: #004986;
}

.wd_articles .wd_title,
.wd_newsfeed_releases .wd_title{
    line-height: 1.2;
    margin-bottom: 2rem;
}

.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{
    font-style: italic;
    font-size: 14px;
    color: gray;
}

.wd_featurebox-teaser .wd_thumbnail,
.wd_articles .wd_thumbnail,
.wd_newsfeed_releases .wd_thumbnail,
.wd_newsfeed_releases-teaser .wd_thumbnail{
	margin-bottom: 15px;
	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;
}



/* Search Fields */

.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 {
   /*  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;

*/
    
    border: 1px solid #E4E4E4;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: normal;
    box-shadow: inset 0px 2px 4px rgb(0 0 0 / 25%);
    border-radius: 8px;

    padding: 8px 35px 8px 15px;
    background: transparent url(../images/Polygon-2.svg) no-repeat right 10px center;
    background-size: 12px 7px;
    min-width: 130px;
    margin-bottom: 4px; 

}

#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;
    outline: 0;
    
    border-radius: 4px;
 
    height: 36px;
    border: none;
    top: -2px;
}


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


/* Deafult Button size */


.wd_promo_button a,
#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]{
    background-color: #0170BC;
    border: none;
    border-radius: 8px;
    box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 40%);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font: 500 1rem/1rem 'HCo Gotham SSm', 'Gotham Medium', 'Gotham';
    margin: 16px 0 0 0;
    min-width: 96px;
    padding: 16px 24px;
    text-align: center;

    background-image: none;
}


#wd_printable_content .wd_articles button.wd_search_button,
#wd_printable_content .wd_newsfeed_releases button.wd_search_button{
    margin-top:0;
    padding: 2px 0 0 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: #004986;
}


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

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

/* END Search Fields */



.wd_pageid_20303 .wd_breadcrumbs{
    display: none;
}


.wd_breadcrumbs{
    margin-top: 20px;
}

/* 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_bottom .wd_featurebox a,
.wd_featureboxes_quick_links ul li a{
	color: inherit;
	font-weight: normal;
	box-shadow: none;
    text-decoration: none;
    background: none;
}

.wd_featureboxes_bottom .wd_featurebox a:hover,
.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]{
	width: 250px;
	/* 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;

    padding: 8px 15px;
    border-radius: 10px;
    box-shadow: inset 0px 2px 4px rgb(0 0 0 / 25%);
    border: 1px solid #E4E4E4;
    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{
	margin-bottom: 1em;
}
/* 
.wd_form_buttons input[type=submit]{
	height: 45px;
    border: none;
    background: #0170bc;
    color: white;
    padding: 0.7em 3em;
    border-radius: 20px;
    text-transform: up;
} */

.wd_featureboxes_middle .wd_featurebox .more{
    text-align: center;
}
/* 
.wd_featurebox .more a{
    padding: 0 30px 0 0;
    color: #0170BC;
    background: transparent;
    box-shadow: none;
    font-weight: 600;
    position: relative;
    font-size: 16px;
    box-shadow: inset 0px -1px 0px #e5e5e5;
    border-radius: 0;
    padding-bottom: 3px;
} */

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



.wd_form_buttons input[type=submit]{
    background-color: #0170bc;
    border-color: transparent;
    box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 40%);
    height: auto;
    padding: .5rem 1rem;
    font-size: .875rem;
    line-height: 14px;
    border-radius: .5rem;
    display: inline-block;
    font-family: HCo Gotham SSm,Verdana,Geneva,sans-serif;
    font-weight: 500;
    white-space: normal;
    color: #fff;
}





.wd_form_buttons input[type=submit]:hover{

    background-color: #004986;
}

.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 {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 40px;
}

div.wd_featureboxes_bottom .wd_featurebox_title{
	display: none;
}


.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: #004986;
}


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

.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: 4px;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #0170BC transparent transparent transparent;
}


.wd_nav li .wd_subnav li a{
    font-weight: normal;
    font-size: 14px;
    padding: 10px 0;
    display: block;
    color: #0170BC;
    font-family: HCo Gotham SSm,Verdana,Geneva,sans-serif;
    font-weight: bold;
}


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



.wd_search_result .wd_search_text{
    display: none;
}


/* 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: #004986;
    color: #004986
}

[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{
       
}

.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_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: 3em;
}

div.wd_category.wd_gray-box .wd_image_tbl_pollyf img{
    height: 100%;
    object-fit: contain;
    background: #f8f8f8;
}

.wd_gray-box_wrap.item,
.wd_gray-box .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{
    flex: 0 0 41%;
}

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

    padding: 3rem;
}


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

    font-size: 1.75rem;
    line-height: 1.25;
    margin-bottom: 2rem;
    font-weight: 500;
    font-family: HCo Gotham SSm,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: 4em; 
}

.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{
    margin-bottom: 100px;
}

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


.wd_did-you-know .item {
    display: flex;
}

.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;
    height: 88px;
    margin-bottom: 1rem;
    padding: 0;
    width: 88px;
    margin-right: 2rem;
}


.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_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: 75px;
    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: 75px;
}


.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{
    width: 33.33%;
    float: left;
    margin: 10px 0 20px;
    padding: 0 20px 0 0;
    border: none;
    text-align: left;
}

.wd_featureboxes_media_mentions .wd_news_headlines-teaser{

}

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


.wd_featureboxes_media_mentions .item_name{
    margin-bottom:10px;
}
.wd_featureboxes_media_mentions .item_name a{
    color: #0170BC;
    font-size: 18px;
    letter-spacing: 0.03em;
    line-height: 24px;
    text-decoration: underline;
    text-decoration-color: #B6D5EA;
    -webkit-text-decoration-color: #B6D5EA;
    text-underline-position: under;
    font-family: HCo Gotham SSm,Verdana,Geneva,sans-serif;
    font-weight: 500;
    transition: all .3s;
}

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

.wd_featureboxes_media_mentions .item .__inner{

    padding-left: 70px;
    position: relative;
}
/* 
.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-family: Merriweather,serif;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 1em;
}

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


.wd_articles-detail h1.wd_title,
.wd_newsfeed_releases-detail h1.wd_title{
    
    font: 500 2.25rem/2.5rem "HCo Gotham SSm","Gotham Medium","Gotham";
    font-size: 36px;
    margin: 0 0 30px;
    
}

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

/* addthis toolbox */
.addthis_inline_share_toolbox {
    margin-top: 10px;
}
.addthis_inline_share_toolbox .at-resp-share-element .at-share-btn,
.addthis_inline_share_toolbox .at-resp-share-element .at-share-btn:hover {
    text-decoration: none;
    background-image: none; 
}
/* End addthis toolbox */

/* 
div.wd_news_body img{
    float: none !important;
    max-width: 560px !important;
    max-height: none !important;
} */


/* Detail Pages Custom Img Positioning */
.wd_body .wd_right_image{
    max-width: 350px !important;
    max-height: none !important;
    float: right !important;

    width: 100% !important;
}

.wd_body .wd_left_image{
    max-width: 350px !important;
    max-height: none !important;
    float: left !important;
    margin: 0 20px 20px 0 !important;

    width: 100% !important;
}

.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{
    font-size: 20px;
    font-weight: 500;
}

.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:before {
	content: "";
	display: inline-block;
	width: 20px;
	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-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{
    display: inline-block;
    vertical-align: middle;
    font-weight: 300;
    font-size: 48px;
    font-family: ArialMT;
    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;
}

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




@media (min-width: 750px)   {
        
    .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: 1024px)   {
        
    .wd_top-tiles .wd_category_items,
    .wd_grid{
        grid-template-columns: 1fr 1fr 1fr;
            grid-gap: 105px;
            grid-row-gap: 40px;
            margin-bottom: 40px;
    }






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


@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) {}

/* Large devices (desktops) */
@media (max-width: 992px) {

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

    }

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


    .wd_logo_title .__inner{
        margin-top: 21px;
    }

    .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;
    }
    .wd_featureboxes_top .__right_col {
        padding: 0;
    }
    /* End Top Featurebox */ 

    /* FB Top Announcement */
    .wd_top_announce_teasers .wd_articles-teaser .item,
    #wd_featurebox-standard_3526 ul li {
        max-width: unset;
        margin-right: 0;
    }
    /* END FB Top Announcement */
}

/* Medium devices (tablets) */
@media (max-width: 767px) {

    #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{
        flex-direction: column;
    }
    .wd_gray-box .item .__inner{
        max-width: 80%;
        background: white;
        border: 2px solid #e4e4e4;
        margin: 0 auto 2em;
        border-radius: 15px;
        margin-top: -100px;
        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{
        margin-top: 15px;
        line-height: 1;
    }

    .wd_logo_title {
        font-size: 12px;
    }

    

}

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

/* CLIENT CSS OVERRIDES */


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