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

/* NAV CSS */
.wd_fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}
.wd_fixed + main {
    padding-top: 50px;
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:focus {
    outline: 2px solid #0f62fe;
    position: relative;
}
.wd_nav_header a:hover {
    text-decoration: none;
}

.ibm-sitenav-menu-list {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    height: 50px;
}

.ibm-sitenav-menu-list ul {
    padding: 0;
}

.ibm-sitenav-menu-list li ul.open {
  display: block;
}

.ibm-sitenav-menu-list li:last-of-type {
  margin-left: auto;
}

.ibm-sitenav-menu-list li:last-of-type a {
    position:relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border:none;
}

.ibm-sitenav-menu-list li:last-of-type a:hover {
    background-color:#0353e9;
    color:#FFF;
}

.ibm-sitenav-menu-list li:last-of-type a svg {
    position:absolute;
    right: 16px;
    top:0;
    bottom:0;
    margin: auto 0;
}
.ibm-sitenav-menu-list li a {
    position: relative;
}
.ibm-sitenav-menu-list li.active a::after {
  background-color: #0062FF;
  bottom: 0px;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 0.1875rem;
  left: 0px;
  position: absolute;
  right: 0px;
}

.ibm-sitenav-menu-list>ul>li {
    /*float: left;*/
}

.ibm-sitenav-menu-list li {
    padding: 0;
    position: relative;
}

.ibm-sitenav-menu-list > ul > li:first-child > a {
    margin-left: 25px;
}

.ibm-sitenav-menu-list > ul > li > a:not(.bx--btn) {
    padding: 0.125rem 1.125rem;
    color: #323232;    
}

.ibm-sitenav-menu-list>ul>li>a:not(.bx--btn), .ibm-sitenav-menu-list>ul>li>button, .ibm-sitenav-menu-list>ul>li>span {
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    height: 50px;
    line-height: 46px;
}

.ibm-sitenav-menu-list>ul>li.ibm-haschildlist>a, .ibm-sitenav-menu-list>ul>li.ibm-haschildlist>button, .ibm-sitenav-menu-list>ul>li.ibm-haschildlist>span {
    cursor: pointer;
    font-size: 1rem;
    position: relative;
    background: #FFF;
}

.ibm-sitenav-menu-list>ul>li.ibm-haschildlist>button:hover {
    background-color: #e5e5e5;
    color: #525252;
}

.ibm-sitenav-menu-list>ul>li.ibm-haschildlist>a::before, .ibm-sitenav-menu-list>ul>li.ibm-haschildlist>button::before, .ibm-sitenav-menu-list>ul>li.ibm-haschildlist>span::before {
    left: inherit;
}

#ibm-home a:before, #ibm-navigation-trail li::after, #ibm-parent-link a::before, .ibm-bullet::before, .ibm-close::before, .ibm-icon-after::after, .ibm-show-hide>h2 a::before, .ibm-sitenav-menu-list>ul>li.ibm-haschildlist>a::before, .ibm-sitenav-menu-list>ul>li.ibm-haschildlist>button::before, .ibm-sitenav-menu-list>ul>li.ibm-haschildlist>span::before, .ibm-step-indicator .ibm-tabs li::after, .select2-container--default .select2-selection--single .select2-selection__arrow b:before, [class*='-link']::before, [data-icon]::before, ul.ibm-twisty>li a.ibm-twisty-trigger::before {
    display: inline-block;
    font-family: icons-ibm-v12;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    left: inherit;
    position: absolute;
    text-decoration: none;
    speak: none;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    right: -4px;
}

.ibm-chevron-down-link.ibm-icon-after::after, .ibm-chevron-down-link::before, .ibm-sitenav-menu-list>ul>li.ibm-haschildlist>a::before, .ibm-sitenav-menu-list>ul>li.ibm-haschildlist>button::before, .ibm-sitenav-menu-list>ul>li.ibm-haschildlist>span::before, .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: "\f19c";
}

.ibm-sitenav-menu-list li ul {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    display: none;
    position: absolute;
    min-width: 235px;
}
/*
.ibm-sitenav-menu-list li:hover ul {
    display: block;
}
*/
.ibm-sitenav-menu-list li ul a {
    padding: 10px 25px;
    color: inherit;
    display: block;
    position: relative;
}

/* END NAV CSS */

html, body {
    scroll-behavior: smooth;
	height: 100%;
	background: #FFF;
}

body {
	padding-bottom: 56px;
    height: 100%;
}

div#ibm-content-wrapper {
	padding-bottom: 80px;
}

.wd_pageid_20303 div#ibm-content-wrapper,
.wd_pageid_34218 div#ibm-content-wrapper {
	padding-bottom: 0px;
}

#ibm-universal-nav nav {
	display: flex;
	max-width: 99rem;
    margin: 0 auto;
	padding: 0 20px;
}

#ibm-footer-module, #ibm-footer {
    background-color: #000;
}

#ibm-footer-module a, #ibm-footer a {
    color: #FFF;
}

:host(dds-footer-nav-group) .bx--accordion__heading,
:host(dds-footer-nav-group) .bx--accordion__title {
	color: #f4f4f4;
}

.bx--accordion__arrow {
	fill: #f4f4f4;
}

#ibm-footer>ul {
	width: auto;
	max-width: 99rem;
	padding-left: 2rem;
}

.bx--btn.bx--btn--tertiary:hover a {
    color: #FFF;
}
.cta_gray {
    display: inline-block;
    background: #E8E8E7;
    padding: 20px;
}
/* Header styles */
.page_header,
.category_header {}
.detail_header,
.detail_subheader,
.category_name {}
.category_intro {}
/* END Header styles */

/* #ibm-content-body section {
	margin: 40px 0;
} */

#wd_printable_content p,
#wd_printable_content .wd_body li,
#wd_printable_content .wd_news_body li,
#wd_printable_content .wd_articles-detail li:not(.wd_category_link),
#wd_printable_content .wd_standard-detail li {
    font-size: 1rem;
    line-height: 1.625rem;
    padding: 0 0 15px;
}

#wd_printable_content .wd_body ol,
#wd_printable_content .wd_news_body ol,
#wd_printable_content .wd_standard-detail ol {
	padding-left: 35px;
	list-style-type: numeric;
}

#wd_printable_content .wd_body ul,
#wd_printable_content .wd_news_body ul,
#wd_printable_content .wd_standard-detail ul {
	padding-left: 35px;
	list-style-type: disc;
}

#wd_printable_content .item_summary p {
	padding: 0;
}

.item, .wd_item {
	margin: 1.75em 0;
	padding: 1.75em 0 0 0;
}
.item_name,
.wd_title,
.wd_item .wd_title,
.wd_newsfeed_releases-teaser .wd_title,
.wd_documents_item_list > .wd_documents_item > .wd_title {
	font-size: 1.2rem;
	font-weight: 700;
}
.item_date, .wd_date,
.wd_item .wd_date,
.wd_event_sidebar .wd_event_date,
.wd_newsfeed_releases-teaser .wd_date {
	font-size: 1rem;
	font-weight: normal;
	color: inherit;
	text-transform: none;
}
.item_summary, .wd_item .wd_summary {}
.wd_item .wd_subtitle,
.wd_subtitle {
	margin: 10px 0;
	padding: 5px 0;
}

table.wd_imagetable {}
td.imagecaption {}

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

.wd_pageid_20291 .wd_header_container .ibm-pb-4 {
	padding-bottom: 0;
}
.wd_pageid_34169 .wd_header_container {
    display: none;
}

.wd_pageid_20291 #wd_page_content p,
.wd_header_content p {
	color: #262626;
	font-size: 32px;
	line-height: 40px;
	font-weight: 300;
}

.wd_pageid_20291 #wd_page_content,
.wd_header_content {
	padding-top: 28px;
	max-width: 750px;
}
.wd_home_hero img {
    max-width: 100%;
}
.wd_pageid_20291 #wd_page_content p {
	font-size: 1.2rem;
	line-height: 34px;
}

.wd_header_buttons {
	display: flex;
	justify-content: flex-end;	
	align-items: center;
	display: none;
}
.wd_header_buttons .bx--btn {
    padding-right: 15px;
}
.wd_header_buttons .bx--btn .bx--btn__icon {
	width: 22px;
	height: 22px;
    position: initial;
}

.wd_header_buttons button:last-child {
	margin-left: 20px;
}

.wd_border_right {
	border-right: 1px solid #dde1e6;
}

/* 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 {}
.wd_pageid_34215 .wd_standard-teaser .wd_imagetable,
.wd_pageid_34215 .wd_standard {
    display: none;
}
.wd_pageid_34203 .wd_standard {
}

.wd_pageid_34203 .wd_content_container .ibm-pt-8 {
    padding-top: 0;
}

.wd_pageid_34203.wd_is_category #wd_latest_news {
    display: none;
}

.wd_pageid_34203 ul.categories {
    margin: 2rem 0;
}

.wd_pageid_34203 ul.categories-horizontal.categories-thumbnails li, .wd_pageid_34203 ul.categories-horizontal.categories-descriptions li {
    width: auto;
    height: auto;
    float: left;
    text-align: left;
    margin: 0;
    outline: 2px solid #0000;
    outline-offset: -2px;
    overflow: hidden;
    padding: 0.75rem 1rem 0.5rem;
    text-align: left;
    border-bottom: 2px solid #e0e0e0;
    color: #525252;
}

.wd_standard-detail table.wd_imagetable {
    width: auto;
}

.wd_standard-detail table.wd_imagetable img {
    width: 100%;
}

.wd_pageid_20303 .wd_featureboxes_bottom .cds--css-grid--condensed,
#wd_press_tools .cds--css-grid--condensed,
#wd_inside_ibm .cds--css-grid--condensed,
#wd_latest_news .cds--css-grid--condensed {
    --cds-grid-gutter: 0.0625rem;
    --cds-grid-column-hang: 0.96875rem;
    display: grid;
    grid-template-columns: repeat(var(--cds-grid-columns),minmax(0,1fr));
    margin-left: -1em;
    margin-right: -1em;
    max-width: 99rem;
}
#wd_press_tools h3 {
	font-weight: 300;
}
/* .wd_press_tools_inner {
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
} */
#wd_latest_news .wd_newsfeed_releases-teaser + p.more,
#wd_latest_news .wd_articles-teaser + p.more,
#wd_latest_news .wd_standard-teaser + p.more {
	text-align: right;
	margin-top: 1em;
}

.wd_featureboxes_bottom .item svg:not(.wd_external_icon) {
	fill: #0062FE;
}
#wd_latest_news .wd_articles-teaser + p.more svg:not(.wd_external_icon),
#wd_latest_news .wd_newsfeed_releases-teaser + p.more svg:not(.wd_external_icon),
#wd_latest_news .wd_standard-teaser + p.more svg:not(.wd_external_icon) {
	fill: #0062FE;
	position: absolute;
    right: 8px;
}

#wd_latest_news .wd_newsfeed_releases-teaser + p.more a:hover svg:not(.wd_external_icon),
#wd_latest_news .wd_articles-teaser + p.more a:hover svg:not(.wd_external_icon),
#wd_latest_news .wd_standard-teaser + p.more a:hover svg:not(.wd_external_icon) {
	fill: #FFF;
}

.wd_featureboxes_latest_news .wd_featurebox_title {
    display: none;
}

/*
.wd_featureboxes_latest_news .bx--image__img {
    height: 264px; 
}*/

#wd_latest_news .wd_standard-teaser {
	/* display: flex;
	flex-wrap: wrap; 
	margin: 0 -20px;*/
}

.wd_related_content_wrapper .wd_item,
#wd_latest_news .wd_newsfeed_releases-teaser .item,
#wd_latest_news .wd_articles-teaser .item,
.wd_standard-teaser .item {
    /* background: #f4f4f4; */
	border-bottom: 1px solid #E0E0E0;
    transition: all 150ms cubic-bezier(0.2, 0, 0.38, 0.9) 0s;
    margin: 0 1rem;
    padding-top: 2em;
    padding-bottom: 2em;
}

.wd_pageid_34215 .wd_standard-teaser .item {
	border: none;
    transition: all 150ms cubic-bezier(0.2, 0, 0.38, 0.9) 0s;
	margin: 1rem;
  	padding-top: 0;    
}

/*.wd_pageid_34215 .wd_standard-teaser .item:hover {
    background: #e5e5e5;
}*/

.wd_related_content_wrapper .wd_item:last-of-type,
#wd_latest_news .wd_newsfeed_releases-teaser .item:last-of-type,
#wd_latest_news .wd_articles-teaser .item:last-of-type,
.wd_standard-teaser .item:last-of-type {
	border-bottom: none;
}

.wd_related_content_wrapper .wd_item {
    margin: 1em 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    min-height: 400px;
}

.wd_related_content_wrapper .wd_item:hover,
#wd_latest_news .wd_newsfeed_releases-teaser .item:hover,
#wd_latest_news .wd_articles-teaser .item:hover
/*.wd_standard-teaser .item:hover*/ {
    background: #e5e5e5;
}

.wd_related_content_wrapper .wd_item:hover a,
#wd_latest_news .wd_newsfeed_releases-teaser .item:hover a,
#wd_latest_news .wd_articles-teaser .item:hover a,
.wd_standard-teaser .item:hover a {
    text-decoration: none;
}


.wd_related_content_wrapper .wd_item:focus-within,
#wd_latest_news .wd_newsfeed_releases-teaser .item:focus-within,
#wd_latest_news .wd_articles-teaser .item:focus-within,
.wd_standard-teaser .item:focus-within {
    outline: 2px solid var(--cds-focus,#0f62fe);
    transition: initial;
}

.wd_related_content_wrapper .wd_item picture,
#wd_latest_news .wd_newsfeed_releases-teaser .item.cds--col-span-12 picture,
#wd_latest_news .wd_articles-teaser .item.cds--col-span-12 picture,
.wd_standard-teaser .item.cds--col-span-12 picture,
#wd_latest_news .wd_newsfeed_releases-teaser .item.cds--col-span-4 picture,
#wd_latest_news .wd_articles-teaser .item.cds--col-span-4 picture,
.wd_standard-teaser .item.cds--col-span-4 picture {
    /* margin: 0 -1em 1em -1em; */
    position: relative;
    width: 100%;
	max-width: 208px;
	margin-left: 10px;
  	float: right;
}

.wd_pageid_34215 .wd_standard-teaser .item .wd_external_icon {
	display: none;
}
.wd_pageid_34215 .wd_standard-teaser .item.cds--col-span-4 picture {
	margin: 0 -1em 1em -1em;
	position: relative;
	max-width: none;
	width: auto;
	float: none;
}

/* .wd_related_content_wrapper .wd_item picture:before,
.wd_featureboxes_bottom .wd_featurebox_img:before,
#wd_latest_news .wd_newsfeed_releases-teaser picture:before,
#wd_latest_news .wd_articles-teaser picture:before,
.wd_featureboxes_latest_news .wd_standard-teaser picture:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%; 4:3 aspect ratio
} */

.cds--css-grid [class*='cds--col'] {
    padding-left: 1rem;
    padding-right: 1rem;
}

/*.cds--css-grid .cds--col-span-12.item {
	padding-left: 0;
	padding-right: 0;
}*/

#latest-news-first-item .item {
  margin: 0;
  padding: 0;
}


#latest-news-first-item picture span {
  position: absolute;
  top: 20px;
  left: -20px;
  background: linear-gradient(90deg, #9975F7 0.02%, #2266F4 99.98%);
  padding: 12px 20px;
  z-index: 10;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#latest-news-first-item .wd_external_icon {
	display: none;
}

/* #wd_more_news .wd_articles-teaser > a {
    display: flex;
    flex-direction: column;
    height: 100%;
	padding-bottom: 32px;
} */

#wd_more_news .item a:hover {
  text-decoration: none;
}

#wd_more_news .item > a {
	margin: 0;
	padding: 0 0.2em 32px 0.2em;
	display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

#latest-news-first-item .item {
	margin-bottom: 8px;
    display: flex;
    flex-direction: column;
    height: 100%;
	background: #f4f4f4;
}

#latest-news-first-item .item a{
	text-decoration: none;
}

#latest-news-first-item picture,
.wd_featureboxes_latest_news picture {
    position: relative; 
	/* max-width: 732px; */
}

.wd_featureboxes_latest_news picture:before,
#latest-news-first-item picture:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%; /*4:3 aspect ratio*/
}

.wd_featureboxes_latest_news picture img,
#latest-news-first-item img {
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

#wd_latest_news #latest-news-first-item .item picture + p {
    margin-bottom: 8px;
}

#latest-news-first-item .wd_category_date_wrap {
    padding-left: 16px;
}

#wd_latest_news #latest-news-first-item .item picture + p,
#wd_latest_news #latest-news-first-item .item .item_name,
#wd_latest_news #latest-news-first-item .item .wd_title,
#wd_latest_news #latest-news-first-item .item .wd_more {
	padding: 0 16px;
}

#wd_latest_news #latest-news-first-item .item .wd_more {
  display: flex;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 36px;
}

#wd_middle_feature p a svg,
#wd_latest_news #latest-news-first-item .item .wd_more svg {
	margin-left: 4px
}

#wd_latest_news #latest-news-first-item .item .wd_more,
#wd_latest_news #latest-news-first-item .item .wd_more svg {
    fill: #0f62fe;
    color: #0f62fe;
}

.wd_related_content_wrapper .wd_item picture img,
.wd_featureboxes_bottom .wd_featurebox_img img,
.wd_featureboxes_latest_news img.bx--image__img {
    /* position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; */
}

/* #wd_latest_news .wd_standard-teaser .item {
	flex: 1 1 22%;
	margin: 30px 20px;
	min-height: 200px;
	background-color: #FFF;
	position: relative;
} */

.wd_related_content_wrapper .wd_item > a,
#wd_latest_news .wd_newsfeed_releases-teaser .item > a,
#wd_latest_news .wd_articles-teaser .item > a,
#wd_latest_news .wd_standard-teaser .item > a {
	font-size: 1rem;
    font-weight: 600;
    line-height: 1.375;
    letter-spacing: 0;
    /* margin-bottom: 8px;*/
    display: flex;
    flex-direction: column;
    height: 100%;
}

.wd_related_content_wrapper .wd_item a:hover,
#wd_latest_news .wd_newsfeed_releases-teaser a:hover,
#wd_latest_news .wd_articles-teaser a:hover,
.wd_standard-teaser a:hover {
}

.wd_related_content_wrapper .wd_item .wd_thumbnail,
#wd_latest_news .wd_newsfeed_releases-teaser .wd_thumbnail,
#wd_latest_news .wd_articles-teaser .wd_thumbnail,
#wd_latest_news .wd_thumbnail {
    display: none;
}

.wd_related_content_wrapper .wd_item svg:not(.wd_external_icon),
#wd_latest_news .wd_newsfeed_releases-teaser .item svg:not(.wd_external_icon),
#wd_latest_news .wd_standard-teaser .item svg:not(.wd_external_icon),
#wd_more_news .item svg:not(.wd_external_icon) {
	fill: #0062FE;
    margin-top: 1.5em;
    flex-shrink: 0;
}

#wd_more_news .wd_featurebox-teaser .item svg:not(.wd_external_icon),
#wd_latest_news .wd_featurebox-teaser .item svg:not(.wd_external_icon) {
	fill: #0062FE;
    margin-top: 40px;
}

#wd_more_news .wd_featurebox-teaser .item svg:not(.wd_external_icon) {
    /*margin-top: auto;
    margin-bottom: 16px;*/
    position: absolute;
    bottom: 2em;    
}

.wd_related_content_wrapper .wd_item .wd_title,
.wd_featureboxes_bottom .item .item_name,
.wd_featureboxes_bottom .item .wd_title,
#wd_latest_news .wd_newsfeed_releases-teaser .item .wd_title,
#wd_latest_news .wd_articles-teaser .item .item_name,
#wd_latest_news .wd_standard-teaser .item .item_name,
#wd_latest_news #latest-news-first-item .item .item_name,
#wd_latest_news #latest-news-first-item .item .wd_title {
	line-height: 28px;
    font-size: 20px;
    font-weight: 400;
    color: #161616;
}

.wd_featureboxes_bottom .item .item_name,
.wd_featureboxes_bottom .item .wd_title {
    margin-bottom: 3em;
}

.wd_pageid_20303 .wd_featureboxes_bottom .wd_featurebox_title {
	display: none;
}

.wd_category_date_wrap {
    display: flex;
    align-items: center;
    margin: 2em 0 1em 0;
}

.wd_featureboxes_latest_news .wd_category_date_wrap  {
   margin: 0 0 16px 0;
}

#latest-news-first-item .item_date,
#latest-news-first-item .wd_date,
#wd_more_news .item_date,
#wd_more_news .wd_date {
	color:#525252;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0.16px;
}

#latest-news-first-item .wd_category_link,
.wd_featureboxes_latest_news .wd_category_link,
.wd_featureboxes_latest_news .item_date {
	color:#525252;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0.16px;
}
#wd_more_news .item_date .wd_date_divider,
#wd_latest_news .item_date .wd_date_divider {
    display: none;
}
#wd_more_news .wd_category_link_list + .item_date .wd_date_divider,
#wd_latest_news .wd_category_link_list + .item_date .wd_date_divider {
    display: inline;
}
.wd_featureboxes_inside_ibm .wd_featurebox_title span {
	display: block;
	margin: 16px 0 8px 0;
	color: #0F62FE;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 128.571% */
	letter-spacing: 0.16px;
}

.wd_featureboxes_inside_ibm .wd_featurebox_image img,
.wd_featureboxes_bottom .item img {
	/*max-height: 252px;*/
	width: 100%;
	object-fit: cover;
	object-position: center;
	height: 100%;
}

.wd_pageid_20303 #wd_latest_news .wd_standard-teaser .item a > p,
.wd_related_content_wrapper .wd_item .wd_title a,
.wd_featureboxes_bottom .item .item_name a,
.wd_featureboxes_bottom .item .wd_title a,
#wd_latest_news .wd_newsfeed_releases-teaser .item .wd_title,
#wd_latest_news .wd_newsfeed_releases-teaser .item .wd_title a,
#wd_latest_news .wd_articles-teaser .item .item_name,
#wd_latest_news .wd_articles-teaser .item .item_name a,
#wd_latest_news .wd_standard-teaser .item .item_name,
#wd_latest_news .wd_standard-teaser .item .item_name a,
#wd_latest_news #latest-news-first-item .item .item_name,
#wd_latest_news #latest-news-first-item .item .item_name a,
#wd_latest_news #latest-news-first-item .item .wd_title,
#wd_latest_news #latest-news-first-item .item .wd_title a {
	color: #161616;
}
.wd_pageid_20303 #wd_latest_news .wd_standard-teaser .item .item_name {
    /* color: #0062fe; */
}

#wd_latest_news .wd_standard-teaser .item .item_name + p {
	/* position: absolute;
	top: -20px;
	left: 0px;
	padding: 10px;
	min-width: 125px;
	color: #fff;
	background-color: #0f62fe; */
}

/* External link icon */
svg.wd_external_icon {
    height: 1em;
    width: 1em;
    fill: currentColor;
    vertical-align: middle;
    margin-bottom: 0.25rem;
    margin-left: 0.25rem;
}
.wd_header_buttons .wd_external_icon {
	align-self: flex-end;
}
/*.wd_featureboxes_bottom .item svg.wd_external_icon,
#wd_latest_news .wd_standard-teaser .item svg.wd_external_icon {
    fill: inherit;
}*/
.wd_thumbnail .wd_external_icon {
    display: none;
}
/* END External link icon */

/* MEDIA CENTER */
.wd_pageid_34217 .wd_category_items {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 25%;
    margin: 40px -20px;
}

.wd_pageid_34217 .wd_category_items .item img {
    width: 100%;
    margin: 0 !important;
    float: none;
    vertical-align: middle;
}

.wd_pageid_34217 .wd_category_items .item {
    flex-basis: 25%;
    padding: 0 20px;
}

.wd_pageid_34217 .wd_category_items .item a:hover {
	text-decoration: none;
}

.wd_pageid_34217 .wd_category_items .item .item_name a {}

.wd_pageid_34217 .wd_category_items .item .item_name {
    padding: 20px;
    background: #FFF;
	color: #323232;
	font-weight: 400;
	display: block;
    padding-bottom: 8px;
}

.wd_pageid_34217 .wd_category_items .item .item_name svg#icon {
    display: block;
}

.wd_pageid_34217 .wd_content_container {
    background: #EEE;
}

/* END MEDIA CENTER */
/* LEADERSHIP */
.wd_leadership .wd_standard .wd_category_items > a:hover {
	text-decoration: none;
}
.wd_leadership .wd_standard .wd_category_items > .item {
	margin: 10px 0px;
	padding: 0px 20px;
	flex: 0 0 33%;
	max-width: 33%;
	display: block;
}

/*.wd_leadership .wd_standard .wd_category.wd_first_category .wd_category_info {
	flex: 0 0 50%;
}*/

.wd_leadership .wd_standard div.wd_category_items {
    margin: 0px -20px;
    display: flex;
    flex-wrap: wrap;
    flex:1;
}

.wd_leadership .wd_standard div.wd_flex_items {}

.wd_leadership .wd_standard div.wd_category.wd_first_category {
    margin-bottom: 30px;
}

.wd_leadership .wd_standard div.wd_category {
    display:flex;
    flex-wrap:wrap;
}

.wd_leadership .wd_standard div.wd_category_info {
	padding: 0 20px;
	flex: 0 0 25%;
}

.wd_leadership .wd_standard .item img {
    float: none;
	display: block;
    width: 100%;
    margin: 0 !important;
}

.wd_leadership section.wd_content_container {
    background: #f2f4f8;
	padding-bottom: 80px;
}

.wd_leadership .wd_standard .item_name {
	font-weight: 400;
    font-size: 20px;
    color: #323232;
	padding-bottom: 8px;
}

.wd_leadership .wd_standard .item a:hover {
	/* text-decoration: none; */
	color: #323232;
}

.wd_leadership .wd_standard .item .wd_tile_summary {
	padding: 10px 20px;
    background: #FFF;
    height: 140px;
	overflow: hidden;
}

.wd_leadership .wd_standard .item_summary {    
	font-weight: 400;
	color: #323232;
}

.wd_leadership .wd_standard .item_name a {
    color: #323232;
	display: block;
	padding-bottom: 8px;
}

.wd_leadership .wd_standard .item_name a svg:not(.wd_external_icon) {
	display: block;
}

.wd_item_page.wd_featured_item_page .wd_header_container,
.wd_leadership_detail .wd_header_container {
	display: none;
}

.wd_leadership_detail #wd_printable_content img.firstImg {
	margin-right: 45px;
}

.wd_leadership_detail div#wd_printable_content {
    display: flex;
    align-content: center;
    align-items: flex-start;
}

.wd_leadership_detail .wd_first_col a {
    display: block;
    padding: 18px 0;
}

.wd_leadership_detail .wd_flex_col {
    flex: 1;
} 

.wd_leadership_detail .wd_flex_col span img {
    max-width: 40px;
    width: 30px;
    height: 30px;
}

.wd_leadership_detail .wd_flex_col span img.wd_hover_img {
	display: none;
}

.wd_leadership_detail .wd_flex_col span a:hover img {
	display: none;
}

.wd_leadership_detail .wd_flex_col span a:hover img.wd_hover_img {
	display: inline-block;
}

.wd_leadership_detail .wd_flex_col h3 {
    font-size: 1.5rem;
    padding: 18px 0;
	font-weight: 300;
}

.wd_leadership_detail .wd_flex_col h1 {
    font-weight: 700;
}

.wd_leadership_detail .wd_flex_col p:nth-of-type(n+5) {
    display: none;
}

.wd_leadership_detail #wd_printable_content .wd_flex_col p.read-more-button::after {
	content: '';
	background-image: url('../images/add-blue.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: top;
	position: relative;
  	top: 2px;
}

.wd_leadership_detail #wd_printable_content .wd_flex_col p.read-more-button.wd_open::after {
	content: '';
	background-image: url('../images/subtract-blue.svg');
}

.wd_leadership_detail #wd_printable_content .wd_flex_col p.social_links {
	display: flex;
	align-items:center;
}
.wd_leadership_detail #wd_printable_content .wd_flex_col p.social_links span:first-of-type img {
    width: 40px;
    height: 40px;
}
.wd_leadership_detail #wd_printable_content .wd_flex_col p.social_links span {
    flex: 0 1 auto;
    margin-right: 5px;
}

p.social_links .wd_external_icon {
	display: none;
}

.wd_leadership_detail #wd_printable_content .wd_flex_col p.read-more-button {
    display: inline-block;
	font-size: 18px;
	font-weight: 700;
	color: #0f62fe;
	padding-right: 30px;
	padding-bottom: 30px;
}

.wd_leadership_detail #wd_printable_content .wd_flex_col p.read-more-button:hover {
	cursor: pointer;
}

.wd_leadership_detail .wd_category h1:after {
	content: '';
	background-image: url('../images/add-blue.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center right;
	width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: top;
	position: absolute;
    right: 0;
    top: -2px;
}

.wd_leadership_detail .wd_category.wd_active h1:after {
	content: '';
	background-image: url('../images/subtract-blue.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center right;
	width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: top;
	position: absolute;
    right: 0;
    top: -2px;
}

.wd_leadership_detail #ibm-content-main .wd_category h1 {
	font-weight: 300;
	font-size: 25px;
	position: relative;
	cursor: pointer;
}

.wd_leadership_detail .wd_category {
	background: #f2f4f8;
	padding: 20px;
	margin-bottom: 20px;
}

.wd_leadership_detail .wd_category_items {
	display: none;
	margin-top: 20px;
}

.wd_leadership_detail .wd_active .wd_category_items .item .item_name {
	font-weight: 400;
	line-height: normal;
}

.wd_leadership_detail .wd_active .wd_category_items .item {
	display: inline-block;
    width: 30.333%;
    background: #FFF;
    padding: 20px;
    vertical-align: top;
    min-height: 150px;
}

.wd_leadership_detail .wd_active .wd_category_items .item:nth-child(2) {
	border-left: 10px solid #f2f4f8;
	border-right: 10px solid #f2f4f8;
}

.wd_leadership_detail .item table.wd_imagetable {
    width: auto;
    float: none;
}

.wd_leadership_detail #wd_printable_content table.wd_imagetable img {
    margin-right: 45px;
    width: 100%;
    max-width: 200px;
}

/* leadership category column */

.wd_leadership_detail .wd_category_col {
    max-width: 500px;
    flex: 1;
    margin-left: 40px;
}
.wd_leadership_detail .wd_category_col .wd_active .wd_category_items .item {
    width: 100%;
    min-height: unset;
    border: none;
}
/* END leadership category column */
/* END LEADERSHIP */

/* Mergers & Aquisitions */
.wd_pageid_34214 .item {
}

.wd_pageid_34214 .item::before, .wd_pageid_34214 .item::after {
  content: '';
  display: table;
  clear: both;
}
.wd_pageid_34214 .item img {
	max-width: 180px;
	margin: 0 !important;
	padding-right: 20px;
    height: 120px;
}
.wd_pageid_34214 .item_name a {
	font-size: 24px;
	font-weight: 400;
}
.wd_pageid_34214 .item_summary {
	padding-top: 15px;
}

/* White Papers */
.wd_pageid_20311 .wd_hero {
    min-height: 400px;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.wd_pageid_20311 .wd_header_content {
    margin-left: auto;
    margin-right: auto;
    max-width: 99rem;
    width: 100%;
    padding: 1.5rem 2.5rem;
    color: #fff;
}
.wd_pageid_20311 .wd_header_container,
.wd_pageid_20311.wd_item_page .wd_right_rail_wrapper,
.wd_pageid_20311.wd_item_page .wd_captioned_image,
.wd_pageid_20311.wd_item_page .wd_header_content {
    display: none;
}
.wd_pageid_20311.wd_item_page .wd_border_right {
    border: none;
}
/* END White Papers */

/* Podcasts */
/*.wd_pageid_34137 .wd_list_header {
    display: none;
}
.wd_pageid_34137.wd_featured_item_page .wd_stories .wd_item .wd_thumbnail {
    max-width: 80px;
    padding: 0;
    margin-right: 20px;
}
.wd_pageid_34137 .wd_stories .wd_item {
    background-color: #fcfcff;
    border: 1px solid #f2f4f5;
    padding: .5em;
}*/
.wd_pageid_34137 .wd_sidebar_search .tagsFilter-tags {
    padding-bottom: 30px;
}
/* END Podcasts */

/* END Standard */

/* GLOBAL NEWSROOMS 34145 */
.wd_content-sidebar-page .wd_standard .wd_category_items .item .wd_external_icon {	
    display:none;
}

.wd_content-sidebar-page #ibm-content-main .wd_standard h1.category_header {
	margin-bottom: 32px;
}

.wd_anchor {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
}

.wd_separator {
  border: thin solid #8d8d8d;
  width: 100%;
  margin-top: 96px;
  border-bottom:0;
}

.wd_pageid_34145 .wd_separator {
    display:none;
}

.wd_content-sidebar-page .wd_standard .wd_category {
  	padding-bottom: 64px;
	/* margin-bottom: 84px; */
}

.wd_content-sidebar-page .wd_content_container .think-content-row,
.wd_content-sidebar-page .wd_standard .wd_category_items {
    display: flex;
}

.wd_content-sidebar-page .wd_standard .wd_category_items {
	flex-wrap: wrap;
}

.wd_content-sidebar-page .wd_content-sidebar {
    flex: 0 0 25%;
    position: sticky;
    top: 80px;
    align-self: flex-start;
}

.wd_content-sidebar-page .wd_content-left {
    flex: 0 0 75%;
}

.wd_content-sidebar-page .wd_content-sidebar li a {
  display: inline-block;
  font-size: rem;
  font-weight: 400;  
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-top: 0.75rem;
  text-decoration: none;
  width: 100%;
  border-left: .25rem solid #e0e0e0;
  color: #525252;
}

.wd_content-sidebar-page .wd_content-sidebar li a:hover {
	border-left-color: #cacaca;
    color: #161616;
}

.wd_content-sidebar-page .wd_content-sidebar li a.wd_active {
	border-left-color: #0f62fe;
  	color: #161616;
}

.wd_content-sidebar-page .wd_standard .wd_category_items .item:hover {
	background-color:#e5e5e5;
	transition: all 0.15s cubic-bezier(0.2, 0, 0.38, 0.9) 0s;
}

.wd_content-sidebar-page .wd_standard .wd_category_items .item {
	flex: 0 1 33%;
	background-color: #f4f4f4;
	border: 1px solid #E5E5E5;
	padding: 0rem;
	margin: 0;
	display: flex;
	flex-direction: column;
}

.wd_pageid_20290.wd_content-sidebar-page .wd_content-sidebar ul li[class*='wd_category'],
.wd_pageid_20290.wd_content-sidebar-page .wd_standard .wd_category .wd_category_info {
    display:none;
}

.wd_pageid_20290.wd_content-sidebar-page .wd_content-sidebar ul li.wd_category_3539,
.wd_pageid_20290.wd_content-sidebar-page .wd_content-sidebar ul li.wd_category_3538,
.wd_pageid_20290.wd_content-sidebar-page .wd_content-sidebar ul li.wd_category_3546,
.wd_pageid_20290.wd_content-sidebar-page .wd_content-sidebar ul li.wd_category_3546,
.wd_pageid_20290.wd_content-sidebar-page .wd_standard .wd_category_3538 .wd_category_info,
.wd_pageid_20290.wd_content-sidebar-page .wd_standard .wd_category_3539 .wd_category_info,
.wd_pageid_20290.wd_content-sidebar-page .wd_standard .wd_category_3546 .wd_category_info,
.wd_pageid_20290.wd_content-sidebar-page .wd_standard .wd_category_3546 .wd_category_info {
    display:block;
}
.wd_pageid_20290.wd_content-sidebar-page .wd_standard .wd_category_items .item {	
	background-color: transparent;
	border: none;
	padding: 32px 16px;
}

.wd_pageid_20290.wd_content-sidebar-page .wd_standard .wd_category_items .item:hover {
	background-color:transparent;
}

.wd_pageid_20290.wd_content-sidebar-page .wd_standard .wd_category_items .item .item_name {
	font-weight: 600;
}

.wd_content-sidebar-page .wd_standard .wd_category_items .item .item_name {
	color: #161616;
	font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 72px;
    padding-top: 8px;
}

.wd_content-sidebar-page.wd_pageid_20290 .wd_standard .wd_category_items .item .item_name {
    font-size: 16px;
    line-height:normal;
    margin-bottom:0;
    padding-top:0;
}

.wd_content-sidebar-page .wd_standard .wd_category_items .item > a {
    display: flex;
    flex-direction: column;
    padding: 1rem 1rem 2rem 1rem;
    justify-content: space-between;
    height: 100%;
}

.wd_pageid_20290.wd_content-sidebar-page .wd_standard .wd_category_items .item p:last-of-type a {
    display:flex;
	flex-direction: row;
	padding: 0;
	align-items: center;
}

.wd_content-sidebar-page .wd_standard .wd_category_items .item p:last-of-type svg {
	margin-left: 5px;
}

.wd_content-sidebar-page .wd_standard .wd_category_items .item a:hover {
	text-decoration: none;
}

.wd_pageid_20290.wd_content-sidebar-page #wd_printable_content .wd_standard .wd_category_items .item p {
	padding: 0;
}

.wd_pageid_20290.wd_content-sidebar-page #wd_printable_content .wd_standard .wd_category_items .item p:last-of-type {
    padding-top: 24px;
	margin-top: auto;
	display: flex;
	align-items: center;
}
/* GLOBAL NEWSROOMS */

/* Related Content */
.wd_related_content_title {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 0;
}
.wd_related_content_wrapper .wd_thumbnail img {
    max-width: 100%;
    display: block;
    margin-bottom: 1em;
}
.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_items {
    padding: 0 1rem;
}
.wd_related_content_wrapper .wd_item .wd_title {
    margin-bottom: 1em;
}
.wd_related_content_wrapper .slick-prev {
    left: 0;
}
.wd_related_content_wrapper .slick-next {
    right: 0;
}
.wd_related_content_wrapper .slick-prev:before,
.wd_related_content_wrapper .slick-next:before {
    color: #262626;
}
/* END Related Content */

/* Tags */
.wd_pageid_34129 .wd_header_container {
    display: none;
}
.wd_tags .wd_subtitle {
    display: none;
}
.wd_tags h3 {
    margin-bottom: 1em;
}
p.tags {
    margin: 1em 0;
}
.tags .wd_tags_header {
    font-weight: 700;
}
.tags a {
    text-decoration: underline;
    margin-left: 4px;
}
.tags a ~ a:before {
    display: inline-block;
    content: '|';
    color: #d3d3d3;
    margin: 0 8px 0 4px;
}

.wd_tag_page .wd_featureboxes_middle {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}
.wd_tag_page .wd_featureboxes_middle .wd_featurebox_container {
    width: calc(50% - 16px);
}
.wd_tag_page .wd_featureboxes_middle .item {
    clear: both;
}
.wd_tag_page .wd_featureboxes_middle .item .wd_thumbnail {
    max-width: 160px;
    padding-right: 0px;
    margin: 0;
    height: 120px;
    width: 100%;
    float: left;
}
.wd_tag_page .wd_featureboxes_middle .item  .wd_thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wd_tag_page .wd_featureboxes_middle .item  .wd_thumbnail + .wd_item_wrapper {
    padding-left: 192px;
}
.wd_tag_page .wd_featureboxes_middle .item .wd_title a,
.wd_tag_page .wd_featureboxes_middle .item .item_name a {
    color: #0062FF;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
}
.wd_tag_page .wd_featureboxes_middle .item .wd_summary,
.wd_tag_page .wd_featureboxes_middle .item .item_summary {
    padding: 15px 0 0 0;
    color: #525252;
}
.wd_tag_page .wd_featureboxes_middle .item .wd_date,
.wd_tag_page .wd_featureboxes_middle .item .item_date {
    font-size: 14px;
    color: #525252;
    padding-top: 15px;
}
.wd_tag_page .wd_featureboxes_middle .item .wd_date_divider,
.wd_tag_page .wd_featureboxes_middle .item .wd_category_date_wrap {
    display: none;
}
.wd_tag_page .wd_featurebox div[class$="teaser"] .item .wd_category_link_list {
    display: none;
}
.wd_tag_page .wd_featurebox_title {
    padding: 0;
}
/* END Tags */

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

/* Articles */

#wd_featured_item,
.wd_articles-detail {
    font-family: inherit;
}

.wd_articles-detail iframe {
    width: 100%;
}

/* #wd_featured_item .wd_date {
	display: none;
} */

.wd_captioned_image,
#wd_featured_item .wd_captioned_image {
	width: 100% !important;
	position: relative;
	margin: 15px 0 10px 0 !important;
}

.wd_caption,
#wd_featured_item .wd_caption {
	font-style: italic;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #323232;
    padding: 30px 20px;
    color: #FFF;
}

.wd_captioned_image img,
#wd_featured_item .wd_captioned_image img {
	width: 100%;
}

.wd_pageid_20295.wd_item_page .wd_sidebar_search,
.wd_pageid_34222.wd_item_page .wd_sidebar_search,
.wd_pageid_34223.wd_item_page .wd_sidebar_search {
	display: none;
}

div.wd_articles {}

.wd_articles-detail .wd_summary,
.wd_scroll_to_link.wd_continue_link {
	display: none;
}

div.wd_articles .wd_item:before, div.wd_articles .wd_item:after {
    content: ' ';
    display: table;
    clear: both;
}

.wd_author_info {
	padding: 10px 0;
	font-weight: 600;
}

#wd_move_content_up .wd_date {
	padding: 10px 0;
}
#wd_move_content_up .wd_category_link_list {
    margin-top: 10px;
}

#wd_featured_item .wd_date,
#wd_featured_item .wd_subtitle,
#wd_featured_item .wd_summary {
	display: none;
}

.wd_item_page #wd_featured_item .wd_date {
	display: block;
}

.wd_pageid_34223 #wd_featured_item svg#icon {
	display: none
}

#wd_featured_item svg#icon {
	width: 32px;
    height: 32px;
    fill: none;
    stroke: #FFF;
	position: relative;
}
#wd_featured_item svg.wd_featured_icon {
    fill: #0062FE;
    display: block;
    margin-top: 10px;
    vertical-align: middle;
}

#wd_featured_item svg#icon .cls-1,
#wd_featured_item svg.wd_featured_icon .cls-1 {
    fill:none;
}

#wd_featured_item svg#icon .cls-1 {
	fill:none;
}
.wd_related_content_wrapper svg .cls-1,
#wd_latest_news svg .cls-1 {
    fill: none;
}

#wd_featured_item .wd_item_wrapper {
	position: relative;
	margin: 0;
}

#wd_featured_item .wd_thumbnail {
	float: none !important;
	margin: 0 !important;
}

#wd_featured_item .wd_thumbnail img {
	width: 100%;
	/*max-height: 500px;*/
}

#wd_featured_item .wd_asset_type_link_list { 
	display: none;
}

#wd_featured_item .wd_category_link_list {
    display: none;
}
.wd_category_link_list .wd_tags {
    margin: 20px 0;
}
.wd_category_link_list .wd_tags h4 {
    margin-bottom: 1em;
}
#latest-news-first-item .wd_category_link_list .wd_category_link,
#wd_latest_news .wd_category_link_list .wd_category_link,
.wd_articles-teaser .wd_category_link_list .wd_category_link,
.wd_featured_item_page .wd_category_link_list .wd_category_link,
.wd_featureboxes_bottom .wd_category_link_list .wd_category_link {
    margin: 0 5px 0 0;
    border: none;
    background: none;
    font-size: 14px;
    max-width: unset;
}
#latest-news-first-item .wd_category_link_list .wd_category_link a,
#wd_latest_news .wd_category_link_list .wd_category_link a,
.wd_articles-teaser .wd_category_link_list .wd_category_link a,
.wd_featured_item_page .wd_category_link_list .wd_category_link a,
.wd_featureboxes_bottom .wd_category_link_list .wd_category_link a {
    padding: 0;
}

#latest-news-first-item .wd_category_link_list .wd_category_link:hover,
#wd_latest_news .wd_category_link_list .wd_category_link:hover,
.wd_artices-teaser .wd_category_link_list .wd_category_link:hover,
.wd_featured_item_page .wd_category_link_list .wd_category_link:hover,
.wd_featureboxes_bottom .wd_category_link_list .wd_category_link:hover {
    background: none;
}
.wd_featured_item_page .wd_category_link_list .wd_category_link:hover a {
    color: #0062fe;
}
#latest-news-first-item .wd_category_link_list .wd_category_link a:hover,
#wd_latest_news .wd_category_link_list .wd_category_link a:hover,
.wd_articles-teaser .wd_category_link_list .wd_category_link a:hover,
.wd_featured_item_page .wd_category_link_list .wd_category_link a:hover,
.wd_featureboxes_bottom .wd_category_link_list .wd_category_link a:hover {
    text-decoration: underline;
}
.wd_featured_item_page .wd_category_link_list {
    margin: 1em 0 0;
}
#wd_latest_news .wd_category_link_list,
.wd_articles-teaser .wd_category_link_list {
    margin: 0;
    padding: 0;
    line-height: 18px;
}

#latest-news-first-item .wd_category_link_list li:after,
#wd_latest_news .wd_category_link_list li:after,
.wd_articles-teaser .wd_category_link_list li:after,
.wd_featureboxes_bottom .wd_category_link_list li:after {
  content: ',';
}

#latest-news-first-item .wd_category_link_list li:last-of-type:after,
#wd_latest_news .wd_category_link_list li:last-of-type:after,
.wd_articles-teaser .wd_category_link_list li:last-of-type:after,
.wd_featureboxes_bottom .wd_category_link_list li:last-of-type:after {
  content: '';
}

.wd_featured_content .item_summary,
.wd_featured_content .wd_summary {
	display: none;
}

.wd_featured_content .wd_title a {
	color: #262626;
	line-height: 30px;
    font-size: 24px;
    font-weight: 400;
}

.wd_featured_content {
    position: absolute;
    min-width: 350px;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    right: 0;
    left: auto;
    padding: 16px;
    width: calc(96px * 4 - 32px);
    bottom: 0;
    background: #F2F4F8;
}

.wd_pageid_20295 .wd_featured_content {
	bottom: 0;
}

div.wd_articles .wd_item {
	margin: 0 0 1.75em 0;
}

div.wd_articles .wd_item .wd_summary {
	padding: 15px 0 0 0;
	color: #525252;
}

div.wd_articles .wd_item .wd_date {
	font-size: 14px;
	color: #525252;
	padding-top: 15px;
}

div.wd_articles .wd_item .wd_title a {
	color: #0062FF;
	font-size: 24px;
    line-height: 28px;
	font-weight: 400;
}
div.wd_articles .wd_item .wd_title a:hover {
    text-decoration: underline;
}

div.wd_articles .wd_item .wd_thumbnail {
	max-width: 160px;
	padding-right: 0px;
    margin: 0;
    height: 120px;
    width: 100%;
}

div.wd_articles .wd_item .wd_thumbnail img {
	width: 100%;
    height: 100%;
}

#wd_featured_item .wd_title{
	font-size: 2.2rem;
    margin: 0;
    font-weight: 300;
    margin: 0 0 10px 0;
}
.wd_pageid_20295 h4,
.wd_pageid_34222 h4,
.wd_pageid_34223 h4 {
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 15px;
}

.wd_pageid_20295 .wd_body + h4,
.wd_pageid_34222 .wd_body + h4,
.wd_pageid_34223 .wd_body + h4 {
	margin-top: 25px;
}

.wd_pageid_34207 #wd_right_assets,
.wd_pageid_34211 #wd_right_assets,
.wd_pageid_34211 .wd_category .wd_category_info,
.wd_pageid_34223 #wd_right_assets,
.wd_pageid_34222 #wd_right_assets,
.wd_featured_item_page #wd_right_assets {
	display: none;
}

.wd_item_page #wd_right_assets {
	margin-top: 2rem;
}

#wd_right_assets ul > li {
	padding: 15px 0;
   	border-bottom: 1px solid #E0E0E0;
}

#wd_right_assets ul > li a {
	/* color: #2b2b2f; */
    font-size: 16px;
    line-height: 24px;
    display: block;
}

.wd_pageid_34148.wd_featured_item_page  #wd_right_assets,
.wd_pageid_20295.wd_featured_item_page  #wd_right_assets{
	display: block;
}


#wd_right_assets .assets_list .wd_asset_title,
#wd_right_assets .assets_list .wd_gallery_asset .wd_title_overlay {
	color: #323232;
	opacity: 1;
}

#wd_right_assets .assets_list .wd_icon_underlay,
#wd_right_assets .assets_list .wd_icon_container,
#wd_right_assets .assets_list .wd_asset_image,
#wd_right_assets .assets_list .wd_asset_date {
	display: none;
}


#wd_right_assets .assets_list .wd_icon_overlay,
.wd_newsfeed_releases_asset .wd_icon_overlay,
.wd_gallery_asset .wd_icon_overlay {
	background-color: transparent;
	background: none;
}

.wd_pageid_34211 .wd_category {
	clear: both;
}

.wd_pageid_34223.wd_item_page #wd_right_assets {
	display: block;
}

.wd_pageid_34223.wd_is_category div.wd_blog {
	display: none;
	width: auto;
	background-color: #dde1e6;
	border: 1px solid #dde1e6;
	margin: 40px 0;
	padding: 8px 12px;
	transition: background-color .1s,border-color .1s,color .1s;
}
.wd_pageid_34223.wd_is_category div.wd_blog a {
	font-size: .75rem;
	line-height: 18px;
	color: #121619;
}
.wd_pageid_34223.wd_is_category.wd_category_14 div.wd_blog {
	display: inline-block;
}
.wd_pageid_34223.wd_is_category div.wd_blog:hover {
	background-color: #ccc;
	border: 1px solid #ccc;
}

#wd_right_assets .wd_layout-simple.assets_list img {
  width: 100%;
}

#wd_right_assets ul > li {
	padding: 5px 0;
}

#wd_right_assets ul > li a {
	/* color: #2b2b2f; */
    font-size: 16px;
    line-height: 24px;
    display: block;
}

ul.wd_category_link_list {
    margin-bottom: 0em;
}
#latest-news-first-item .wd_category_link{
    color: #0062fe;
}
.wd_category_link_list .wd_category_link,
.tagsFilter-tags-item {
    letter-spacing: normal;
    font-size: 12px;
    font-size: .75rem;
    line-height: 18px;
    line-height: 1.125rem;
    background-color: #FFF;
    color: #0062fe;
    border: 1px solid #0062fe;
    transition: background-color .1s,border-color .1s,color .1s;
    display: inline-block;
    margin: 4px;
    padding: 0;
    text-align: center;
    /* border-radius: 5px; */
    box-sizing: border-box;
    /* cursor: pointer; */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.wd_pageid_20295 .wd_cat-813,
.wd_pageid_34223 .wd_cat-16 {
    display: none;
}

.wd_category_link_list .wd_category_link a,
.tagsFilter-tags-item a {
	padding: 8px 12px;
	display: block;
	color: #0062fe;
}

.wd_category_link_list .wd_category_link:hover,
.tagsFilter-tags-item:hover {
	text-decoration: none;
}

.wd_category_link_list .wd_category_link:hover a,
.tagsFilter-tags-item:hover a {
}
.tagsFilter-tags-item.active-filter {
	background-color: #0f62fe;
	border: 1px solid #0f62fe;
	color: #FFF;
}

.tagsFilter-tags-item.active-filter a {
	color: #FFF;
}

.wd_year_wrap {
	padding: 30px 0;
	position: relative;
}

.wd_year_wrap .select2-container,
.wd_year_wrap select {
	width: auto !important;
    border: none;
    background-color: #FFF;
    color: #0062fe;
    border: 1px solid #0062fe;
    transition: background-color .1s,border-color .1s,color .1s;
    display: inline-block;
    padding: 8px 12px;
    /* border-radius: 5px; */
}


/* END Articles */

/* Featured Item pages && Alternate Featured Item Pages */
.wd_featured_item_page #wd_featured_item .wd_item_wrapper {
	/* position: relative; */
	overflow: auto;
}
.wd_featured_item_page:not(.wd_pageid_34214) div.wd_standard .item,
.wd_alternate_featured_item_page:not(.wd_pageid_34214) div.wd_standard .item {
	margin: 20px 0;
	clear: both;
}

.wd_featured_item_page div.wd_standard .item .item_summary,
.wd_alternate_featured_item_page div.wd_standard .item .item_summary {
	padding: 15px 0;
	color: #525252;
}

.wd_featured_item_page div.wd_standard .item .item_date,
.wd_alternate_featured_item_page div.wd_standard .item .item_date {
	font-size: 14px;
	color: #525252;
}

.wd_featured_item_page div.wd_standard .item .item_name a,
.wd_alternate_featured_item_page div.wd_standard .item .item_name a {
	color: #0062FF;
	font-size: 24px;
    line-height: 28px;
	font-weight: 400;
}
.wd_featured_item_page div.wd_standard .item .item_name a:hover,
.wd_alternate_featured_item_page div.wd_standard .item .item_name a:hover {
    text-decoration: underline;
}
.wd_featured_item_page .wd_featured_content .item_name a,
.wd_alternate_featured_item_page .wd_featured_content .item_name a {
    color: #262626;
    line-height: 30px;
    font-size: 24px;
    font-weight: 400;
}
.wd_featured_item_page div.wd_standard .item .wd_thumbnail,
.wd_alternate_featured_item_page div.wd_standard .item .wd_thumbnail {
	max-width: 350px;
	padding-right: 20px;
	float: left;
}

.wd_featured_item_page div.wd_standard .item .wd_thumbnail img,
.wd_alternate_featured_item_page div.wd_standard .item .wd_thumbnail img {
	width: 100%;
	float: none;
}

div#wd_featured_item .wd_thumbnail,
div.wd_alt_featured_hero {
    height: 576px;
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
}

div#wd_featured_item .wd_thumbnail img {
    display: none;
}

.wd_featured_item_page div.wd_standard .item .wd_thumbnail + .wd_item_wrapper,
.wd_alternate_featured_item_page div.wd_standard .item .wd_thumbnail + .wd_item_wrapper {
	padding-left: 250px;
}
/* Featured Item pages */

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

.wd_gallery_asset .wd_asset_image img {
	display: block;
}

.wd_newsfeed_releases-detail .wd_asset_inline {
    background-color: transparent;
}

.wd_modal-gallery.wd_modal .wd_slideshow-arrow {
	display: none;
}

.fancybox-toolbar a[class*='-encircled-link']::before {
	color: #FFF;
}

.wd_pageid_20291 .wd_gallery_slideshow .wd_summary,
.wd_pageid_20291 .wd_gallery .wd_item .wd_summary {
	display: none;
}

.wd_pageid_20291 .wd_gallery .wd_item {
	flex: 1 1 23%;
	width: 23% !important;
    position: relative !important;
    /* float: left; */
    top: inherit !important;
    left: inherit !important;
    margin: 15px;
    height: auto;
	border: 1px solid #e1e1e1;
    box-shadow: 0 5px 5px #e1e1e1;
    padding: 15px;
}

.wd_gallery_modal .wd_info {
	padding: 30px 0;
}

.wd_pageid_20291 .wd_gallery .wd_item .wd_item_wrapper {
	margin: 0px;
}

.wd_pageid_20291 .wd_gallery .wd_item .wd_title a {
	color: #323232;
	display: block;
	padding-bottom: 10px;
}

.wd_pageid_20291 .wd_gallery .wd_thumbnail img {
    max-width: 100%;
    max-height: 190px;
}
.wd_pageid_20291 .wd_gallery .wd_thumbnail {
    float: none;
    text-align: center;
    margin: 0 0 5px 0;
    height: 200px;
    max-width: 100%;
}

.wd_pageid_20291 .wd_gallery .wd_item:last-child {
	display: none;
}

.wd_pageid_20291 .wd_gallery ul.wd_item_list {
    position: relative;
    margin: 40px -15px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 25%;
    height: auto !important;
}

.wd_pageid_20291 .wd_content_container > .ibm-pt-8 {
	padding-top: 0;
}
/* END Gallery */

/* Newsfeed Releases */
div.wd_newsfeed_releases {}

/* .wd_pageid_20295 .wd_content_container {
    background: #f4f4f4;
} */

/* .wd_newsfeed_releases .wd_item_list {
	margin: 10px -10px;
} */

.wd_newsfeed_releases .wd_item.wd_featureitem {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    float: none;
    background-color: #4178be;
    position: relative;
    min-height: 300px;
}

.wd_newsfeed_releases .wd_item.wd_featureitem:before {
    font-family: "FontAwesome";
    content: "\f1ea";
    position: absolute;
    left: 8%;
    top: 45%;
    font-size: 5em;
    color: #fff;
	display: block;
}

.wd_newsfeed_releases .wd_item.wd_featureitem .wd_item_wrapper {
    width: 70%;
    position: absolute;
    right: 10%;
    top: 35%;
    background: transparent;
    min-height: 0;
    padding: 0;
}

.wd_newsfeed_releases .wd_item.wd_featureitem a,
.wd_newsfeed_releases .wd_item.wd_featureitem .wd_date {
    color: #fff;
}

.wd_newsfeed_releases .wd_item.wd_featureitem a {
    color: #fff;
}

.wd_featured_item_page .wd_stories .wd_item_wrapper,
.wd_newsfeed_releases .wd_item_wrapper {
	margin-left: 0;
}

.wd_featured_item_page .wd_stories .wd_item,
div.wd_newsfeed_releases .wd_item {
	margin: 0 0 1.75em 0;
}

.wd_featured_item_page .wd_stories .wd_item .wd_summary,
div.wd_newsfeed_releases .wd_item .wd_summary {
	padding: 15px 0 0 0;
	color: #525252;
}

.wd_featured_item_page .wd_stories .wd_item .wd_date,
div.wd_newsfeed_releases .wd_item .wd_date {
	font-size: 14px;
	color: #525252;
	padding-top: 15px;
}

.wd_featured_item_page .wd_stories .wd_item .wd_title a,
div.wd_newsfeed_releases .wd_item .wd_title a {
	color: #0062FF;
	font-size: 24px;
    line-height: 28px;
	font-weight: 400;
}
.wd_featured_item_page .wd_stories .wd_item .wd_title a:hover,
div.wd_newsfeed_releases .wd_item .wd_title a:hover {
    text-decoration: underline;
}

.wd_featured_item_page .wd_stories .wd_item .wd_thumbnail,
div.wd_newsfeed_releases .wd_item .wd_thumbnail {
	/* display: none; */
	max-width: 160px;
	padding-right: 0px;
    margin: 0;
    width: 100%;
    height: 120px;
    overflow: hidden;
}

.wd_featured_item_page .wd_stories .wd_item .wd_thumbnail img,
div.wd_newsfeed_releases .wd_item .wd_thumbnail img {
	width: 100%;
    height: 100%;
}

.wd_featured_item_page .wd_stories .wd_item .wd_thumbnail + .wd_item_wrapper,
div.wd_newsfeed_releases .wd_item .wd_thumbnail + .wd_item_wrapper {
	padding-left: 0px;
	overflow: hidden;
}

div.wd_newsfeed_releases .wd_item .wd_thumbnail + .wd_item_wrapper {
    padding-left: 32px;
}
/* .wd_newsfeed_releases .wd_item {
	box-sizing: border-box;
	width: 33.3333333333%;
	padding: 10px;
	margin: 0;
	float: left;
}
.wd_newsfeed_releases .wd_item_wrapper {
	margin-left: 0;
	background: #fff;
	min-height: 300px;
	padding: 20px;
	transition: all .3s;
} */

.wd_featured_item_page .wd_stories .wd_item .wd_subtitle,
.wd_newsfeed_releases .wd_subtitle{
	display: none;
}
#wd_move_content_up .wd_subtitle {
	line-height: 1.4;
	display: block;
	font-weight: normal;
	font-style: italic;
} 
.wd_featured_item_page .wd_stories .wd_item .wd_title,
.wd_newsfeed_releases .wd_item .wd_title {
	font-size: 1.875rem;
	line-height: 2.1875rem;
}
.wd_featured_item_page .wd_stories .wd_item .wd_title a,
.wd_newsfeed_releases .wd_item .wd_title a {
	color: #0062FF;
	text-decoration: none;
}
.wd_featured_item_page .wd_stories .wd_item .wd_date,
.wd_newsfeed_releases .wd_item .wd_date {
	color: #323232;
	/* margin-bottom: 20px; */
}
.wd_featured_item_page .wd_stories .wd_item_wrapper_link,
.wd_newsfeed_releases .wd_item_wrapper_link {
	text-decoration: none;
}
.wd_featured_item_page .wd_stories .wd_item_wrapper_link:hover .wd_title a,
.wd_newsfeed_releases .wd_item_wrapper_link:hover .wd_title a,
.wd_newsfeed_releases .wd_item_wrapper_link:hover .wd_date {
	color: #fff;
}
.wd_featured_item_page .wd_stories .wd_item_wrapper_link:hover .wd_item_wrapper,
.wd_newsfeed_releases .wd_item_wrapper_link:hover .wd_item_wrapper {
	color: #fff;
	background: #8d8d8d;
}
.wd_newsfeed_releases .wd_item.wd_featureitem {
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	float: none;
	background-color: #4178be;
	position: relative;
	min-height: 300px;
}
.wd_newsfeed_releases .wd_item.wd_featureitem a {
	color: #fff;
}
.wd_newsfeed_releases .wd_item.wd_featureitem .wd_date a {
	color: #fff;
}
.wd_newsfeed_releases .wd_item.wd_featureitem:before {
	font-family: "FontAwesome";
	content: "\f1ea";
	position: absolute;
	left: 8%;
	top: 45%;
	font-size: 5em;
	color: #fff;
}
.wd_newsfeed_releases .wd_item.wd_featureitem .wd_item_wrapper {
	width: 70%;
	position: absolute;
	right: 10%;
	top: 35%;
	background: transparent;
	min-height: 0;
	padding: 0;
}
.wd_newsfeed_releases .wd_item.wd_featureitem .wd_date {
	color: #fff;
}

.wd_articles .wd_date,
.wd_articles-detail .wd_date {
    display: none;
}

.wd_featured_item_page .wd_stories .wd_asset_type_link_list,
.wd_newsfeed_releases .wd_asset_type_link_list {
	display: none;
}

.wd_articles-detail .wd_title {
    padding-bottom: 0;
}
.wd_newsfeed_releases-detail .wd_title {
	padding-bottom: 20px;
}

.wd_articles-detail .wd_title + .wd_subtitle,
.wd_newsfeed_releases-detail .wd_title + .wd_subtitle {
	padding-bottom: 20px;
}

.wd_articles-detail .wd_subtitle {
    padding-bottom: 0;
    margin-bottom: 0;
}
.wd_newsfeed_releases-detail .wd_subtitle {
	padding-bottom: 20px;
	line-height: 24px;
}

.wd_newsfeed_releases-detail div.wd_news_body img {
	max-width: 100%!important;
	max-height: unset!important;
}
.wd_newsfeed_releases-detail div.wd_news_body img.wd_centered_img {
	max-width: 80%!important;
}

#wd_printable_content .wd_newsfeed_releases-detail .wd_news_body ul:not([class]) li {
	padding-bottom: 7px;
}

/* END Newsfeed Releases */

/* override font size set in feed releases */
.wd_newsfeed_releases-detail .news_body p.prnews_p {
	font-family: inherit;
	font-size: 100%;
	color: inherit;
}
/* reset UL behavior to default in NFR body */
.wd_newsfeed_releases-detail .wd_news_body ul,
.wd_newsfeed_releases-detail .wd_news_body ul ul {
	margin: 1em 0 1em 0;
	padding-left: 40px;
}

.wd_newsfeed_releases-detail .wd_news_body ul ul,
.wd_newsfeed_releases-detail .wd_news_body ul ul ul,
.wd_newsfeed_releases-detail .wd_news_body ul ul ul ul {
    margin: 0;
}
.wd_newsfeed_releases-detail .wd_news_body li,
.wd_newsfeed_releases-detail .wd_news_body li li {
	list-style-type: disc;
	list-style: disc;
}
.wd_newsfeed_releases-detail .wd_news_body ul.wd_layout-masonry li,
.wd_newsfeed_releases-detail .wd_news_body ul.wd_layout-masonry li li {
	list-style-type: none;
	list-style: none;
}
.wd_newsfeed_releases-teaser .tools {
	text-decoration: none;
	margin-bottom: 12px;
}

/* END Newsfeed Releases */

/* Formbuilder */
.wd_search_button.wd_highlight {
    color: #FFF;
}
.wd_search_advanced_link {
	display: none;
}
.wd_search_basic_fields {
    display: block;
    background-color: transparent;
    border: none;
    padding: 0px;
}

.wd_search_basic_fields button {
	padding: 5px 15px;
	height: 40px;
    min-height: auto;
	vertical-align: middle;
    border: 2px solid transparent;
}

select::-ms-expand {
	border: none;
}

/*label {
    margin: 0px 0px 0.5rem;
    font-family: inherit;
    font-size: 0.75rem;
    letter-spacing: 0.32px;
    display: inline-block;
    color: #525252;
    font-weight: 400;
    line-height: 1rem;
    vertical-align: baseline;
}*/
label[for=wd_year],
label[for=wd_year_mobile] {
    display: block;
    margin: 0;
    color: inherit;
}
.wd_header_container input,
.wd_header_container select,
#wd_printable_content input,
#wd_printable_content select {
	border-radius: 0;
	border: 1px solid #959f9f;
	line-height: 34px;
	padding: 0 1rem;
	font-size: 1.2rem;
	height: 40px;
	color: #333;
    max-width: 275px;
}
.wd_header_container select,
#wd_printable_content select {
	padding: 0 1rem;
	font-size: 1.2rem;
	height: 40px;
	color: #333;
    max-width: 275px;
}
.wd_header_image {
	margin-top: 20px;
}
.wd_header_image img {
	max-width: 100%;
}
.wd_pageid_34250 .wd_header_image {
    margin-top: 0;
}
select::-ms-expand {
	margin-left: 50px;
	background-color: #fff;
}
#wd_printable_content button.ui-datepicker-trigger {
	border: 0;
}
#wd_printable_content .wd_form_field_label {
	line-height: 2.4em;
	margin-bottom: 0;
}
/* #wd_printable_content input[type=text] {
	max-width: 69%;
}
#wd_printable_content input[type=submit] {
	max-width: 30%;
	margin-left: 1%;
} */
#wd_printable_content input[type=checkbox],
#wd_printable_content input[type=radio] {
	height: auto;
}
.wd_form_field {
	clear: both;
}
.wd_page_limit {
	padding: 0;
}
.wd_linkmenu-header {
	padding: 6px 2px;
}
.wd_page_link:first-child,
.wd_page_link:last-child,
.wd_linkmenu-header {
	border-radius: 0;
}
.wd_linkmenu-header:hover .wd_linkmenu-icon {
	border-color: transparent;
	background-color: transparent;
	color: #000;
}
.wd_form_field .wd_form_field_input,
.wd_form_field {
	overflow: visible;
}

.wd_hi_res_link_wrapper {
	color: inherit;
}

.wd_hi_res_link {
	background: transparent;
	border: none;
	padding: 0px;
	border: none;
}
/* END Formbuilder */

/* Search Results */
.wd_sphinx_search .wd_search_form_advanced > div:nth-of-type(4) {
	display: none;
}
/* END Search Results */

/* Header search */
.bx--header__search {
	position: relative;
}

.bx--header__search .wd_search_form_container {
	position: absolute;
	opacity: 0;
	right: -1999px;
	width: 100%;
}

.bx--header__search .wd_search_form_container.active {
	right: inherit;
}

.bx--header__search .wd_search_form_container input[type='text'] {
	border: none;
	border-bottom: 2px solid #0e62fe;
	background-color: #e0e0e0;
	width: 100%;
    padding: 13px 10px;
}

.bx--header__search form.wd_search_form.wd_search_form_basic {
    position: relative;
}

.bx--header__search form.wd_search_form.wd_search_form_basic a {
    position: absolute;
    right: 10px;
    top: 13px;
}

.bx--header__search form.wd_search_form.wd_search_form_basic a button {
    background: transparent;
    border: none;
}
/* END Header search */

/* Videos */
/* Videos */

.wd_videoicon {
	background-size: cover;
}
.wd_videoicon::before,
.wd_modalicon::before {
	font-family: "Font Awesome 5 Pro";
	font-size: 5rem;
	transition: all .3s;
	display: block;
	position: absolute;
	left: calc(50% - 20px);
    top: calc(50% - 80px);
	color: #fff;
	opacity: .5;
}
.wd_modalicon::before {
	content: '\f00e';
}
.wd_videoicon::before {
	content: '\f144';
}
.wd_videoicon:hover::before,
.wd_modalicon:hover::before {
	opacity: 1;
}

/* Featureboxes */
div.wd_featurebox {}
div.wd_featurebox_container {}
#ibm-content-main h1,
.wd_pageid_20303 #ibm-content-main h1 {
	font-size: 48px;
	font-weight: 300;
}

#ibm-content-main .wd_standard h1.category_header {
	font-size: 28px;
}

div.wd_featurebox_title { 
	font-size: 40px;
	font-weight: 300;
	line-height: 65px;
	padding-bottom: 40px;
}

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_featureboxes_bottom div.wd_featurebox {}
div.wd_featureboxes_bottom div.wd_featurebox_container {}
div.wd_featureboxes_bottom div.wd_featurebox_title {
	padding-bottom: 20px;
}

div.wd_featureboxes_top_right div.wd_featurebox_title {
	font-size: 24px;
    padding-bottom: 20px;
}
div.wd_featureboxes_top_right div.wd_featurebox {
	padding: 20px;
	background: #f2f4f8;
}

div.wd_featureboxes_top_right .wd_featurebox p a {
    display: inline-block;
    padding: 8px 29px 8px 0;
    color: #323232;
    background-image: url('../images/arrow-blue--right.svg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 24px;
}

.wd_featureboxes_press_tools {
	height: 100%;
	margin: 0 -20px;
}

.wd_featureboxes_press_tools .wd_featurebox_container > a,
.wd_featureboxes_press_tools .wd_featurebox_container,
.wd_featureboxes_press_tools .wd_featurebox {
    /* margin: 0 1em; */
    display: flex;
  flex-direction: column;
  height: 100%;
}

.wd_featureboxes_press_tools .wd_featurebox_container .wd_featurebox p,
.wd_featureboxes_press_tools .wd_featurebox_container .wd_featurebox p a,
.wd_featureboxes_press_tools .wd_featurebox_container .wd_featurebox p a:hover,
.wd_featureboxes_press_tools .wd_featurebox_container a:hover {
    color: #161616;
    text-decoration: none;
}

.wd_featureboxes_press_tools .wd_featurebox_container .wd_featurebox p:last-of-type {
  margin-top: auto;
  padding-top: 1em;
}

.wd_featureboxes_press_tools .wd_featurebox_image img {
    max-width: 80px;
    margin-bottom: 32px;
}

.wd_featureboxes_press_tools div.wd_featurebox_title {
    color:#161616;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    padding-bottom: 0px;
}

.wd_featureboxes_press_tools div.wd_featurebox p {
	font-weight: 400;
}

/* .wd_featureboxes_press_tools div.wd_featurebox_title {
	color: #FFF;
	font-size: 2rem;
    font-weight:400;
    line-height: 1.25;
    letter-spacing: 0;
	margin-bottom: 30px;
} */

.wd_featureboxes_press_tools div.wd_featurebox ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.wd_featureboxes_press_tools div.wd_featurebox ul li {
	list-style: none;
	margin-bottom: 10px;
	padding-left: 0;
}

.wd_featureboxes_press_tools div.wd_featurebox a {
	color: #FFF;
	display: block;
	position: relative;
	font-weight: 300;
	font-size: 24px;
	/* transition: all .3s; */
}

.wd_featureboxes_press_tools .wd_featurebox_container .wd_featurebox p:last-of-type{
    margin-top: auto;
}
.wd_featureboxes_press_tools .wd_featurebox svg {
  fill: #0062fe;
}

/* .wd_featureboxes_press_tools div.wd_featurebox a:hover {
	color: #0f62fe;
}
.wd_featureboxes_press_tools div.wd_featurebox a:hover svg#icon {
	fill: #0f62fe;
} */

.wd_featureboxes_press_tools div.wd_featurebox a svg#icon {
	fill: #FFF;
	top: 0px;
	position: absolute;
    right: 0;
}

.wd_featureboxes_multimedia div.wd_featurebox_title {
	display: none;
}

.wd_featureboxes_multimedia {
    display: flex;
}

.wd_featureboxes_multimedia > a {
    flex: 0 0 50%;
    padding: 20px;
}

.wd_featureboxes_multimedia .wd_featurebox_container {
    min-height: 300px;
	height: 100%;
}

.wd_featureboxes_multimedia .wd_featurebox {
    padding: 0 20px;  
	height: 100%;
    position: relative;
}

.wd_featureboxes_multimedia .wd_featurebox button.bx--btn {
    position: absolute;
    bottom: 0;
    right: 0px;
	/* padding-right: 0; */
	min-width: 150px;
}

.wd_featureboxes_notice {
	display: none;
}

.ibm_cci-newsflash svg#icon {
    fill: #FFF;
    width: 20px;
    height: 17px;
    padding-left: 5px;
    position: relative;
    top: 4px;
}

.ibm_cci-newsflash svg#icon .cls-1 {
	fill:none;
}
.wd_featurebox_img button svg#icon,
.wd_featureboxes_multimedia svg#icon {
    fill: #FFF;
}

section#wd_latest_news  div.wd_featurebox_title {
	display: none;
}
.wd_pageid_34169 section#wd_latest_news  div.wd_featurebox_title {
    display: block;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.25;
}
#wd_latest_news .wd_category_link_list {
}

section#wd_latest_news  {
	/* background-image: url(../images/latest_news_bg.jpeg); */
	/*background-image: url(../images/SystemQ_2.jpg);*/
	/* background: #e0e0e0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center; */
	min-height: 400px;
	/* padding: 30px 0px;
	margin-top: 25px;
	color: #FFF;
	position: relative; */
} 

/* section#wd_latest_news:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.2);
} */

/* #wd_latest_news .wd_standard-teaser .item:hover {
    background-color: #1765FA;
}
#wd_latest_news .wd_standard-teaser .item:hover .item_name {
	color: #fff;
}
#wd_latest_news .wd_standard-teaser .item:hover .item_name + p {
    background-color: #000;
} */

div.wd_featureboxes_bottom div.wd_standard-teaser {
	/* display: flex;
	flex-wrap: wrap; */
	/*margin: 0 -20px;*/
}

div.wd_featureboxes_bottom div.wd_standard-teaser .item {
	margin: 0;
	padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

div.wd_featureboxes_bottom .item {
	/* flex: 1 1 31%;
	padding: 0 20px; */
	margin: 0 .2em 32px .2em;
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
	/* background-color: #F2F4F8; */
}

div.wd_featureboxes_bottom div.wd_standard-teaser .item_name,
div.wd_featureboxes_bottom div.wd_standard-teaser svg:not(.wd_external_icon) {
	margin: 16px;
}

div.wd_featureboxes_bottom div.wd_standard-teaser svg:not(.wd_external_icon) {
	margin-bottom: 32px;
}

div.wd_featureboxes_bottom div.wd_standard-teaser svg:not(.wd_external_icon) {
    margin-top: auto;
}

.wd_featurebox_img {
	position: relative;
	/*display: flex;
    height: 100%;
    width: 100%;
	height: 250px;*/
}

.wd_featurebox_img button {
	position: absolute;
	bottom: 0;
	right: 0;
	padding-right: 15px;
	min-width: 160px;
}

.wd_featurebox_img img {
	width: 100%;
	margin: 0 !important
}

.wd_year_wrap label[for=wd_year],
.wd_year_wrap label[for=wd_year_mobile],
.wd_featured_item_page div.wd_featureboxes_right div.wd_featurebox_title,
.wd_pageid_20295 h4,
.wd_featured_item_page h4,
.wd_pageid_20295 div.wd_featureboxes_right div.wd_featurebox_title,
.wd_pageid_34222 div.wd_featureboxes_right div.wd_featurebox_title,
.wd_pageid_34223 div.wd_featureboxes_right div.wd_featurebox_title {
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 700;
	line-height: normal;
    padding-bottom: 0;
}

.wd_featured_item_page div.wd_featureboxes_right div.wd_featurebox_title {
    text-transform:none;
}

.wd_pageid_34191 #ibm-content-main .bx--grid,
.wd_item_page.wd_featured_item_page #ibm-content-main .bx--grid,
.wd_item_page.wd_featured_item_page section.wd_stories_container .bx--grid {
    max-width: 75rem;
}

.wd_pageid_34222 div.wd_featureboxes_right p.more {
	display: none;
}

.wd_featureboxes_right div.wd_articles-teaser + p.more {
	margin-top: 20px;
}

.wd_featureboxes_right .item {
    background: none;
    margin: 1em 0;
    padding: 1em 0 0 0;
    border-bottom: 1px solid #E0E0E0;
    transition: all 150ms cubic-bezier(0.2, 0, 0.38, 0.9) 0s;
}
.wd_featureboxes_right .item:last-of-type {
    border-bottom: none;
}

.wd_featureboxes_right .item svg {
  display: block;
  margin: 1.5em 0;
}

.wd_featureboxes_right  div.wd_standard-teaser .item_name a {
    font-size: 18px;
    line-height: normal;
    font-weight: 400;
    display: block;
}

.wd_featureboxes_right  div.wd_articles-teaser .item_name a {
    font-size: 18px;
	line-height: normal;
	font-weight: 400;
	padding-bottom: 10px;
	display: block;
}

.wd_featureboxes_right div.wd_articles-teaser .item_date {
	font-size: .85em;
}

.wd_featureboxes_right  div.wd_standard-teaser .item > p {
    letter-spacing: normal;
    font-size: 12px;
    font-size: .75rem;
    line-height: 18px;
    line-height: 1.125rem;
    background-color: #FFF;
    color: #0062fe;
    border: 1px solid #0062fe;
    transition: background-color .1s,border-color .1s,color .1s;
    display: inline-block;
    margin: 4px;
    padding: 0;
    min-width: 87px;
    text-align: center;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    padding: 8px 12px;
    color: #0062fe;
    cursor: pointer;
}
.wd_featureboxes_right  div.wd_standard-teaser .item > p:hover {
	background-color: #0062fe;
	color: #fff;
	text-decoration: underline;
}
.wd_featureboxes_right .wd_category_date_wrap,
.wd_featureboxes_right .item_date {
    display: none;
}

.wd_stories_container {
	background-color:#f4f4f4;
}

.wd_featureboxes_recommended_stories .wd_articles-teaser {
	display: flex;
	margin: 0 -20px;
}

.wd_featureboxes_recommended_stories .wd_articles-teaser img {
    width: 100%;
	display: block;
}

.wd_featureboxes_recommended_stories .wd_articles-teaser .item {
	flex: 0 0 33%;
	padding: 20px;
	display: flex;
	flex-direction: column;
}

.wd_featureboxes_recommended_stories .wd_articles-teaser .item .item_name a {
	color: #323232;
}

.wd_featureboxes_recommended_stories .wd_articles-teaser .item .item_name {
	padding: 20px;
	background-color: #FFF;
	flex-grow: 1;
	font-weight: 400;
}

.wd_featureboxes_recommended_stories div.wd_featurebox_title {
	font-size: 30px;
    line-height: 39px;
    padding-bottom: 15px;
}

.wd_featureboxes_recommended_stories .item_date,
.wd_featureboxes_recommended_stories p.more {
	display: none;
}

/* MIDDLE FEATURE */

.wd_featureboxes_middle_feature p:last-of-type {
    margin-top: 40px;
    display: flex;
  align-items: center;
    color:#0f62fe;
}

.wd_featureboxes_middle_feature .wd_featurebox svg {
  margin-left: 8px;
}

.wd_featureboxes_middle_feature a p {
    color: #212121;
}
.wd_featureboxes_middle_feature .wd_featurebox > a {
    display: flex;
    flex-direction: column;
}
.wd_featureboxes_middle_feature a:hover {
    text-decoration: none;
}

.wd_middle_feature_inner .cds--col-span-8.first {
	background-color: #F2F4F8;
	padding: 80px 100px;
}

.wd_featureboxes_middle_feature .wd_featurebox p:first-of-type {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.wd_featureboxes_middle_feature .wd_featurebox_title {
	color: #525252;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 128.571% */
	letter-spacing: 0.16px;
	padding: 0 0 10px 0;
}

.wd_featureboxes_middle_feature .wd_featurebox h2 {
	color: #000;
	font-size: 50px;
	font-style: normal;
	font-weight: 300;
	line-height: 58px; /* 116% */
	letter-spacing: -0.4px;
	margin-bottom: 32px;
}

.wd_featureboxes_middle_feature .wd_featurebox p a {
	display: flex;
	align-items: center;
	margin-top: 32px;
}

#wd_middle_feature_img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
    aspect-ratio: 4 / 3;
}

/* #wd_middle_feature_img img {
	max-height: 584px;
	width: 100%;
} */
/* MIDDLE FEATURE */

/* NEWSLETTER */
#wd_newsletter {
	background-color: #F2F4F8; 
	padding: 72px 0;
}

.wd_featureboxes_newsletter .wd_featurebox_title {
    padding-bottom: 12px;
    font-size: 50px;
    line-height: 58px;
}

.wd_featureboxes_newsletter .wd_featurebox p:not(.wd_subscribe) {
    font-size: 20px;
    line-height: 30px;
}

.wd_featureboxes_newsletter .wd_subscribe a {
	position: relative;
}
.wd_featureboxes_newsletter .wd_subscribe a svg {
	position: absolute;
	right: 16px;
}
/* NEWSLETTER */

/* INSIDE IBM */
.wd_featureboxes_inside_ibm .wd_featurebox_title {
	color: #161616;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

.wd_featureboxes_inside_ibm .wd_featurebox_title a {
	color: #161616;
}

.wd_featureboxes_inside_ibm a:hover {
   text-decoration: none;
}

.wd_featureboxes_inside_ibm.cds--css-grid--condensed [class*="cds--col"] {
	padding-left: .2em;
	padding-right: .2em;
}
/* INSIDE IBM */

/* END Featureboxes */

/* YouTube Responsive Video Containers */

#wd_printable_content p.videoWrapper,
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#wd_printable_content p.videoWrapper{
	margin: 15px 0;
}

/* END YouTube Responsive Video Containers */

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

/* slider carousel */
#single_slider_responsive + .single_slider_carousel_bottom {
	display: block;
	visibility: hidden;
	height: 50px;
	width: auto;
	margin: 0;
}

#single_slider_responsive .single_slider_carousel_indicators {
    bottom: -30px;
    right: 58px;
    /* left: inherit; */
    top: auto;
}

#single_slider_responsive .single_slider_carousel_indicators li.wd_slide_count:before {
    content: ' / ';
    display: inline-block;
    margin: 0 5px;
}

#single_slider_responsive .single_slider_carousel_control {
    position: absolute;
    top: inherit;
    left: inherit;
	bottom: -45px;
	color: #FFF;
	right: 48px;
	background: #262626;
	opacity: 1;
	border-radius: 0;
	font-family: inherit;
	width: 42px;
	height: 42px;
}
#single_slider_responsive .single_slider_carousel_control.left {
    margin-right: 60px;
}

a.single_slider_carousel_control span {
    width: 0px;
    height: 0px;    
    display: block;
    position: relative;
    margin: 0 auto;
    top: 13px;
}

a.single_slider_carousel_control.left span {
    border-top: 8px solid transparent;
    border-right: 8px solid #FFF;
    border-bottom: 8px solid transparent;
}

a.single_slider_carousel_control.right span {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    border-left: 8px solid #FFF;
}

#single_slider_responsive .single_slider_carousel_control:hover {
	opacity: .8;
}

#single_slider_responsive .single_slider_carousel_control.right {
	left: auto;
    right: 0;
}

#single_slider_responsive .single_slider_carousel_indicators li {
    padding: 0;
    display: none;
    pointer-events: none;
}
#single_slider_responsive .single_slider_carousel_indicators li.wd_slide_count,
#single_slider_responsive .single_slider_carousel_indicators li.active {
    display: inline-block;
}

#single_slider_responsive .single_slider_carousel_indicators li span {
	border: none;
	background: none;
	padding: 0;
    opacity: 1;
    -webkit-box-shadow: none;
}

#single_slider_responsive .item {
	max-height: 576px; 
	padding-bottom: 0;
}

#single_slider_responsive .item img {
	/* padding-left: 70px; */
	width: 100%;
}

#single_slider_responsive .single_slider_carousel_caption h4 a {
	font-weight: 400;
	font-family: IBM Plex Sans,Helvetica Neue,Arial,sans-serif;
	line-height: 30px;
    font-size: 24px;
	font-weight: 400;
    color: #262626;
}

#single_slider_responsive .single_slider_carousel_caption h4 {
    display: block;
	line-height: 30px;
    font-size: 24px;
	font-weight: 400;
	font-family: IBM Plex Sans,Helvetica Neue,Arial,sans-serif;
    color: #262626;
}

#single_slider_responsive .single_slider_carousel_caption {
	right: 0;
	left: auto;
	padding: 16px;
	width: calc(96px * 4 - 32px);
	bottom: 0;
    background: #F2F4F8;
}
#single_slider_responsive .single_slider_carousel_control:focus,
#single_slider_responsive .item:focus-within .single_slider_carousel_caption {
    outline: 2px solid var(--cds-focus,#0f62fe);
}

#single_slider_responsive .single_slider_carousel_caption .single_slider_carousel_description svg:not(.wd_external_icon) {
	fill: #0062FE;
}

/*
#single_slider_responsive .single_slider_carousel_caption .single_slider_carousel_description {
	max-width: 300px;
} */

ul>li::before, ol>li::before {
    content: '';
    display: none;
}

/* end slider carousel */

/* Story Components */
p.wd_drop_cap::first-letter {
	font-family: 'ibm-plex-serif';
	font-size: 70px;
	line-height: 60px;
	float: left;
	padding: 2px 2px 0;
	text-transform: uppercase;
}

.wd_cta {
	padding: 30px;
	display: flex;
	flex-direction: column;
	background-color: #323232;
	color: #FFF;
	font-size: 20px;
	font-weight: 400;	
	max-width: 400px;
}

.wd_cta--large {
	max-width: 700px;
}

.wd_cta svg:not(.wd_external_icon) {
	margin: 15px 0 0 0;
}

.wd_cta--centered {
	margin: 20px auto;
}

.wd_cta--left {
	/* margin: 20px 0; */
	margin: 10px 10px 10px 0;
    float: left;
}

.wd_cta--right {
	/* margin: 20px 0 20px auto; */
	margin: 10px 0 10px 10px;
	float: right;
}

.wd_img_wrapper {
    margin: 25px auto;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.wd_img {
    flex: calc(33.333% - 13.333px);
}


.wd_img_wrapper img,
.wd_img img {
	width: 100%;
    margin: 0;
}

.wd_centered_img {
	display: block;
	float: none!important;
	max-width: 80%!important; 
	max-height: auto!important;
	margin: 0px auto!important;
	width: 100%!important;
}

#wd_printable_content p.wd_img_captions {
	margin: 5px auto;
	line-height: 13px;
    font-size: 13px;
    font-weight: 500;
	font-style: italic;
	position: relative;
	/* max-width: 80%; */
}

.wd_img_caption_overlay {
	position: relative;
	padding-left: 65px;
	margin-bottom: 60px;
}

.wd_img_caption_overlay img {
	width: 100%;
}

.wd_img_caption_overlay .wd_caption {
    position: absolute;
    bottom: -35px;
    left: 0;
    width: 100%;
	max-width: 400px;
    background: #323232;
    padding: 30px 20px;
    color: #FFF;
	line-height: 32px;
	font-size: 20px;
	font-style: italic;
}

#wd_printable_content p.wd_author_attr,
p.wd_author_attr {
    display: flex;
    align-items: center;
	font-weight: 600;
	font-size: 16px;
    line-height: 25px;
}

p.wd_author_attr img.img-rounded {
	margin-right: 20px;
}
img.img-rounded {
    max-width: 150px;
    border-radius: 50%;
    width: auto;
}

/* Story Components */

a.bx--header__menu-item[role='menuitem'], a.bx--header__name.pl-header-text {
    color: #262626;
}

.bx--header__search--actions {
	position: relative;
	display: flex;
    justify-content: flex-end;
    /* width: 100%; */
	padding-right: 10px;
}
/* 
a.bx--header__menu-item.bx--header__menu-title {
    position: absolute;
    right: 2em;
} */

.wd_search_icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
	padding-right: .75rem;
}

.wd_search_icon img {
    max-width: 25px;
}

.ibm-sitenav-menu-list li ul {
	z-index: 10;
}

.ibm-sitenav-menu-list {
	float: none;
	flex: 1;
}

.bx--header nav {
    position: relative;
	display: flex;
	width: 100%;
}

.bx--header nav:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1.5rem;
    width: .0625rem;
    background-color: #aeaeae
}

.bx--masthead__l0 {
	/*display:none;*/
	z-index: 10;
}

.bx--header {
	/* max-width: none; */	
	z-index: inherit;
	/* top: 49px; */
}

.bx--masthead__l0 header.bx--header {
    overflow: hidden;
}

#ibm-newsflash-grid .ibm-ind-link a  {
	padding-left: 0;
}
.js .ibm-sitenav-menu-list li:hover ul, /* override www.css */
.ibm-haschildlist:hover ul[role='menu'] {
	display: block;
}

/* .bx--btn {
	padding-right: 15px;
} */
.bx--btn--primary.wd_subscribe {
	margin: 20px 0;
}
.bx--btn--primary.wd_subscribe a {
	color: #fff;
}
div.wd_toolbar {
	clear: both;
}

div.wd_toolbar {
    border-top: none;
    border-bottom: none;
    margin: 0;
    padding: 0;
}

.wd_pageid_20295 div.wd_toolbar {
	display: none;
}

.wd_pageid_20295 div.wd_toolbar.wd_toolbar-detail {
    display: block;
}

div.wd_toolbar ul.wd_tools {
  display: flex;
  margin: 1em 0;
}
.wd_pageid_20295 div.wd_toolbar,
.wd_pageid_34222 div.wd_toolbar,
.wd_pageid_34223 div.wd_toolbar {
	border: none;
	margin: 0;
	padding: 0;
}
 
.wd_pageid_20295 div.wd_toolbar ul.wd_tools li.wd_tool,
.wd_pageid_34222 div.wd_toolbar ul.wd_tools li.wd_tool,
.wd_pageid_34223 div.wd_toolbar ul.wd_tools li.wd_tool {
	float: none;
	margin: 0 0 5px 0;
}
div.wd_toolbar ul.wd_tools li.wd_tool {
    margin: 0 5px 5px 0;
}
li.wd_tool span.wd_tool_icon a,
.wd_pageid_20295 span.wd_tool_icon > a:link, span.wd_tool_icon > a:visited,
.wd_pageid_34222 span.wd_tool_icon > a:link, span.wd_tool_icon > a:visited,
.wd_pageid_34223 span.wd_tool_icon > a:link, span.wd_tool_icon > a:visited {
	color: #323232;
	background-color: transparent;
	font-size: 20px;
}

li.wd_tool svg,
li.wd_tool .at-resp-share-element .at-share-btn svg {
    fill: #323232 !important;
    width: 30px !important;
    height: 30px !important;
}
li.wd_tool.wd_tool-twitter svg {
    width: 25px !important;
}
.at-resp-share-element .at-share-btn .at-icon-wrapper {
    float: none;
    width: 30px !important;
    height: 30px !important;
}


.at-resp-share-element .at-share-btn:focus, .at-resp-share-element .at-share-btn:hover {
    transform: none;
}

li.wd_tool .at-resp-share-element .at-share-btn,
li.wd_tool .at-resp-share-element .at-share-btn + .at-share-btn {
    margin-left: 0px;
    margin-bottom: 5px;
    padding: 0;
    border-radius: 0 !important;
    background-color: transparent !important;
    color: #323232;
}

div.wd_toolbar ul.wd_tools li.wd_tool-addthis {
    display: none;
}
.wd_mobile,
.wd_sidebar_search.wd_mobile {
	display: none;
}

.wd_hide_mobile {
	display: block;
}

.sub-button {
	margin: 30px 0;
}

.wd_nav_header a.bx--header__name {
    padding: 0 25px 0 0;
}

.bx--header__name.pl-header-text:focus {
    outline: 0;
    border: 2px solid #0f62fe;
}

.wd_nav_header nav {
    position:relative;
    flex:1;
}

/* .sub-button a {
	padding: 11px 15px;
	font-size: 16px;
	line-height: 22px;
} */

.wd_item_search_form_container {
    margin-bottom: 1.75em;
}
.wd_item_search_form_container + ul {
    margin: 0;
}

#wd_printable_content .wd_item_search_form_container select,
#wd_printable_content .wd_item_search_form_container input[type='text'] {
    background-color: #e5e5e5;
    border: none;
    border-bottom: 1px solid #959f9f;
}

#wd_more_news .bx--btn.bx--btn--tertiary.bx--btn--expressive {
	position: relative;
}

#wd_more_news .bx--card__cta.dds-ce--cta__icon {
	position: absolute;
	right: 1em;
}

.text-right {
	text-align: right;
}

#ibm-pcon {
	position: relative;
	border-top: 1px solid #e5e5e5;
}

@media(min-width: 1270px) {
.ibm-sitenav-menu-list li:hover ul {
  display: block;
}
    /*.wd_nav_header nav:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1.5rem;
    width: 0.0625rem;
    background-color: #aeaeae;
}*/

.ibm-sitenav-menu-list ul {
    padding: 0;
    display: flex;
    flex: 1;
}
    .wd_nav_header .cds--col-span-16 {
        display: flex;
    }
}

/* START Video Play Buttons */
.wd_video_wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #000;
}
.wd_video_wrapper a.wd_play_pause {
    background-color: rgb(34, 34, 34) !important;
    color: rgb(255, 255, 255) !important;
    display: block;
    width: 7.2%;
    height: 14.2%;
    border-radius: 50% !important;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3em;
    text-decoration: none;
    z-index: 3;
	opacity: .7;
}
a.wd_play_pause:hover {
    cursor: pointer;
}
a.wd_play_pause svg {
    display: block;
    will-change: transform;
    fill: #fff;
    stroke: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-37%, -50%);
}
/* END Video Play Buttons */

/* B-Roll */
.wd_pageid_20325 #wd_printable_content p {
	font-size: 1.2em;
	line-height: 34px;
}
.wd_pageid_20325 .wd_item_list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	overflow: visible !important;
}
.wd_pageid_20325 .wd_item_list .wd_item {
	width: calc((100% - 40px) / 3) !important;
	padding: 15px 15px 40px;
	margin-right: 0;
	box-shadow: 0 5px 5px #e1e1e1;
}
.wd_pageid_20325 .wd_item:nth-child(2n+1) {
	margin-right: 0;
}
.wd_pageid_20325 .wd_item .wd_thumbnail {
	margin-bottom: 15px;
}
.wd_pageid_20325 .wd_item .wd_thumbnail a {
	display: block;
	position: relative;
	height: 0;
	padding-top: 56.25%;
	overflow: hidden;
}
.wd_pageid_20325 .wd_item .wd_thumbnail a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.wd_pageid_20325 .wd_item_wrapper a {
	color: #323232;
}
/* END B-Roll */

@media(min-width: 1070px) {
	#wd_press_tools .bx--col-lg-5 {
		padding-right: 0;
	}
}

@media(min-width: 992px) {	

.wd_featureboxes_middle_feature {
  display: flex;
  flex-direction: column;
  height: 100%;
  /*justify-content: center;*/
}

#wd_middle_feature_img {
  /*min-height: 584px;*/
    min-height: 100%;
}
	.bx--header {
		padding: 0px 20px;
		justify-content: space-between;
	}
	/* div#ibm-content-wrapper */
	#ibm-pcon {
		position: relative;
		border-top: 1px solid #e5e5e5;
	}
	.bx--header__menu-toggle__hidden {
		display: none;
	}
	div.wd_articles .wd_item .wd_thumbnail + .wd_item_wrapper {
		padding-left: 192px;
	}
	.wd_pageid_20290 .wd_standard .wd_category_items {
		margin: 0 -16px;
	}
	
	/* Videos */
	.wd_videos .wd_item_list .wd_item:nth-child(odd) {
		margin-right: 2%;
	}

	.wd_videos .wd_item_list .wd_item {
		display: inline-block;
		vertical-align: top;
		width: 47%;
	}
    .wd_pageid_34223.wd_item_page .wd_right_rail_wrapper,
    .wd_pageid_20295.wd_item_page .wd_right_rail_wrapper {
        margin-top:200px;
    }
	/* Videos */
}

@media (min-width: 768px) {	
    #wd_newsletter .cds--col-span-12 {
        margin: 0 -1rem;
    }
	/* footer {
		position: fixed;
		height: 56px;
		bottom: 0;
		width: 100%;
	} */
	.wd_featureboxes_inside_ibm .wd_featurebox_image,
	.wd_featureboxes_bottom .wd_featurebox_image,
	.wd_featureboxes_bottom .wd_featurebox_img {
		height: 100%;
		max-height: 218px;
        flex: 1 0 auto;
	}
}

/* Extra large devices (large desktops) */
@media (max-width: 1199px) {}

@media (max-width: 1055px) {
	.wd_featured_item_page div.wd_toolbar ul.wd_tools li.wd_tool {
		float: left;
	}
	#wd_featured_item.ibm-pb-5 {
		padding-bottom: 1rem;
	}
}

@media (max-width: 1024px) {
	#wd_press_tools .bx--col-lg-5 {
		background-color:#393939;
		margin-bottom: 20px;
	}
	.bx--header {
		overflow: hidden;
		overflow-x: visible;
	}
	.wd_hide_mobile,
	.wd_sidebar_search {
		display: none;
	}
	/*.wd_sidebar_search.wd_mobile,*/
	.wd_mobile {
		display: block;
	}

}

@media (max-width: 1024px) {
	.wd_leadership_detail .wd_active .wd_category_items .item {
		display: block;
		width: auto;
		background: #FFF;
		padding: 20px;
		min-height: auto;
		margin: 20px 0;
	}
	
	.wd_leadership_detail .wd_active .wd_category_items .item:nth-child(2) {
		border-left: 0px solid #f2f4f8;
		border-right: 0px solid #f2f4f8;
	}
	.wd_leadership_detail div#wd_printable_content {
		display: block;
	}
	.wd_leadership .wd_standard div.wd_category_info {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.wd_leadership .wd_standard .wd_first_category .wd_category_items > a {
		margin: 10px 0px;
		padding: 0px 20px;
		flex: 0 0 33%;
		max-width: 33%;
	}
    .wd_leadership_detail .wd_category_col {
        margin-left: 0;
        margin-top: 40px;
        max-width: unset;
    }
}

@media (min-width: 800px) and (max-width: 1270px) {
	.bx--header__menu-toggle__hidden {
		display: block;
	}
}

@media (max-width: 1270px) {
    .wd_nav_header nav {
        display: none;
    }
    .ibm-sitenav-menu-list li.ibm-haschildlist ul {
        position: relative;
        padding: .125rem 2.125rem;
    }
    .ibm-sitenav-menu-list > ul > li:first-child > a {
        margin-left: 0 !important;
    }
    .ibm-sitenav-menu-list > ul > li.ibm-haschildlist > button {
        width: 100%;
        text-align: left;
    }
    .ibm-sitenav-menu-list > ul > li.ibm-haschildlist > button:before {
        right: unset;
        left: 150px;
    }
    .bx--header.wd_nav_header nav:before,
    .wd_nav_header a.bx--header__name,
    .bx--header.wd_nav_header nav,
    .bx--header.wd_nav_header .ibm-divider {
        display: none;
    }
    .bx--header.wd_nav_header {
        display: block;
        height: auto;
    }
    .ibm-sitenav-menu-list {
        float: none;
        height: auto;
    }
    .ibm-sitenav-menu-list>ul>li>button, .ibm-sitenav-menu-list>ul>li>span, .ibm-sitenav-menu-list>ul>li>a,
    .ibm-sitenav-menu-list>ul>li {
        float: none;
        display: block;
    }
}

/* Large devices (desktops) */
@media (max-width: 1055px) {
	.wd_featureboxes_press_tools .wd_featurebox_container {
		margin-top: 2rem;
	}
}
@media (max-width: 992px) {
	.wd_content-sidebar-page .wd_content_container .think-content-row, .wd_content-sidebar-page .wd_standard .wd_category_items {
		flex-wrap: wrap;
	}
    .wd_content-sidebar-page .wd_standard .wd_category_items .item,
	.wd_content-sidebar-page .wd_content-sidebar,
	.wd_content-sidebar-page .wd_content-left {
		flex-basis: 100%;
	}
    
    .wd_content-sidebar-page .wd_content-sidebar {
        position:relative;	
        top:0;
        background-color:#FFF;
    }

	.wd_content-sidebar-page .wd_content-left {
		margin-top: 30px;
	}
    #single_slider_responsive .single_slider_carousel_caption {
        max-height: none;
        width: 100%;
    }
	.bx--header.wd_nav_header nav:before,
	.wd_nav_header a.bx--header__name,
	.bx--header.wd_nav_header nav,
	.bx--header.wd_nav_header .ibm-divider {
		display: none;
	}
	.bx--header.wd_nav_header {
		display: block;
		height: auto;
	}
	.ibm-sitenav-menu-list {
		float: none;
		height: auto;
	}
	.ibm-sitenav-menu-list>ul>li>button, .ibm-sitenav-menu-list>ul>li>span, .ibm-sitenav-menu-list>ul>li>a,
	.ibm-sitenav-menu-list>ul>li {
		float: none;
		display: block;
	}
	.wd_leadership .wd_standard .wd_category_items > .item,
	.wd_leadership .wd_standard :not(.wd_first_category) .wd_category_items .item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.wd_item_search_form_container .wd_search_form_basic button.bx--btn {
		max-width: none;
	}
	
	.wd_item_search_form_container .wd_search_form_basic {
		display: block;
	}
	.wd_search_basic_fields > * {
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}
	#wd_latest_news .wd_articles-teaser .item,
    #wd_latest_news .wd_newsfeed_releases-teaser .item,
    #wd_latest_news .wd_standard-teaser .item {
		flex: 1 1 45%;
	}
	div.wd_featureboxes_bottom div.wd_standard-teaser {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -20px;
	}
	
	div.wd_featureboxes_bottom div.wd_standard-teaser > a {
		flex: 1 1 45%;
	}
	.wd_pageid_34217 .wd_category_items {
		flex: 0 0 50%;
	}
	.wd_pageid_34217 .wd_category_items .item {
		flex-basis: 50%;
	}
	.wd_featured_content .wd_title a,
	.wd_newsfeed_releases .wd_item .wd_title {
		font-size: 24px;
		line-height: normal;
	}
	.wd_search_icon {
		padding: 5px 10px;
	}
.wd_featureboxes_bottom .item .item_name,
.wd_featureboxes_bottom .item .wd_title {
  margin-bottom: 4em;
}

	/* B-roll */
	.wd_pageid_20325 .wd_item_list .wd_item {
		width: calc((100% - 20px) / 2) !important; 
	}
	/* End B-Roll */

    .wd_tag_page .wd_featureboxes_middle .wd_featurebox_container {
        width: 100%;
    }
}

/* Medium devices (tablets) */
@media (max-width: 767px) {
    .wd_featureboxes_press_tools .wd_featurebox_image img {
        margin-bottom: 0;
    }
    .wd_featureboxes_press_tools .wd_featurebox_container > a, .wd_featureboxes_press_tools .wd_featurebox_container, .wd_featureboxes_press_tools .wd_featurebox {
        display: block;
        height: auto;
    } 
    #wd_printable_content select,
    #wd_printable_content input[type='text'] {
        max-width:inherit;
    }
    .wd_pageid_34214 .item img {
        width: 100%;
        max-width: inherit;
        height: auto;
        float: none;
    }
    .wd_featured_item_page .wd_stories .wd_item .wd_thumbnail, div.wd_newsfeed_releases .wd_item .wd_thumbnail {
        float:none;
        max-width: inherit;
        height: auto;
        margin-bottom: 1em;
    }
    div.wd_newsfeed_releases .wd_item .wd_thumbnail + .wd_item_wrapper {
        padding-left: 0px;
    }
    .wd_featureboxes_press_tools div.wd_featurebox_title {
        padding: 1.5rem 0;
    }
    #wd_more_news .think-content-row,
    #wd_press_tools .think-content-row {
        padding: 0 1rem;
    }
	#wd_inside_ibm .cds--css-grid--condensed,
	.wd_featureboxes_inside_ibm.cds--css-grid--condensed,
    .wd_pageid_20303 .wd_featureboxes_bottom .cds--css-grid--condensed,	
    #wd_press_tools .cds--css-grid--condensed {
        display: block;
    }
    #wd_press_tools .cds--css-grid--condensed {
    	text-align: center;
    }
	#wd_page_tools,
	.bx--col-lg-10.wd_border_right {
		border-right: none;
		padding: 0 2rem;
	}
	.wd_leadership_detail #wd_printable_content img.firstImg {
		margin: 0 auto;
		display: block;
	}
	.wd_header_buttons {
		display:none;
		justify-content: flex-start;
		margin: 15px 0 0 0;
	}
	.wd_leadership .wd_standard .item .wd_tile_summary {
		height: auto;
	}
	.ibm-newsflash-container.bx--col-lg-8.newsflash-0 {
		border-right: none;
		border-bottom: 1px solid #8d8d8d;
	}
	.ibm-newsflash-container.bx--col-md-4 {
		padding: 20px 0;
		max-width: 100%;
		flex: 0 0 100%;
	}
	/* .wd_leadership .wd_standard .wd_first_category .item img {
		display: none;
	} */
	/*.wd_leadership .wd_standard .wd_first_category .item:last-child img {
		display: none;
	}*/
	.wd_leadership .wd_standard .wd_first_category .wd_category_info + a .item img {
		display: block;
	}
	
	.wd_leadership .wd_standard :not(.wd_first_category) .wd_category_items .item,
	.wd_leadership .wd_standard .wd_first_category .wd_category_items .item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	div.wd_featureboxes_bottom div.wd_standard-teaser,
	#wd_latest_news .wd_newsfeed_releases-teaser,
    #wd_latest_news .wd_articles-teaser,
    #wd_latest_news .wd_standard-teaser {
		display: block;
		margin: 0;
	}	
	#wd_inside_ibm .wd_featurebox_container,
	div.wd_featureboxes_bottom div.wd_standard-teaser > a,
	#wd_latest_news .wd_newsfeed_releases-teaser .item,
    #wd_latest_news .wd_articles-teaser .item,
    #wd_latest_news .wd_standard-teaser .item {
		width: 100%;
		margin: 30px 0;
	}
	div.wd_featureboxes_bottom div.wd_standard-teaser > a .item {
		margin: 5px 0;
		padding: 5px 0;
	}
	.wd_featureboxes_multimedia {
		flex-wrap: wrap;
	}
	.wd_featureboxes_multimedia > a {
		flex: 0 0 100%;
		padding: 0;
		margin: 0px 0 20px 0;
	}

	.wd_featureboxes_multimedia > a:last-child {
		margin: 0;
	}

	#wd_press_tools .bx--col-lg-5,
	#wd_press_tools .bx--col-lg-11 {
		background-color: #FFF !important;
	}
	div.wd_featureboxes_bottom div.wd_standard-teaser > a .item br,
	div.wd_featureboxes_bottom div.wd_standard-teaser > a:nth-child(n+5),
	#wd_latest_news .wd_standard-teaser .item:nth-child(n+5) {
		display: none;
	}
	.wd_pageid_20291 .wd_gallery ul,
	.wd_pageid_34217 .wd_category_items {
		display: block;
		margin: 0 20px;
	}
	.wd_pageid_20291 .wd_gallery ul .wd_item {
		width: 100% !important;
        flex: 100%;
		margin: 20px 0;
	}
	.wd_pageid_34217 .wd_category_items .item {
		flex-basis: 100%;
		width: 100%;
	}	
	.wd_pageid_20291 .wd_gallery .wd_thumbnail,
	.wd_pageid_20291 .wd_gallery .wd_thumbnail img {
		height: auto;
		max-height: none;
	}
	div.wd_articles .wd_item .wd_thumbnail{
        max-width: inherit;
		width: 100%;
        height: auto;
		float: none;
		padding-right: 0;
	}
	div.wd_articles .wd_item .wd_thumbnail + .wd_item_wrapper {
		padding-left: 0;
	}
	div.wd_featureboxes_right div.wd_featurebox_container {
		margin: 25px 0;
	}
	#single_slider_responsive .item img {
		padding-left: 0;
	}
	#single_slider_responsive .single_slider_carousel_caption {
		max-height: none;
		min-height: inherit;
		padding: 10px;
	}
	#single_slider_responsive .single_slider_carousel_caption h4 a,
	#single_slider_responsive .single_slider_carousel_caption h4 {
		margin: 0;
		font-size: 20px;
	}
	#single_slider_responsive .single_slider_carousel_caption {
		width: auto;
		height: auto;
		top: inherit;
	}
	.wd_featureboxes_recommended_stories .wd_articles-teaser {
		display: block;
		margin: 0;
	}
	.wd_featureboxes_recommended_stories .wd_articles-teaser .item {
		padding: 0;
	}
	.wd_featured_item_page .wd_featured_content .item_name a {
		font-size: 24px;
	}
	.wd_featured_item_page div.wd_standard .item {
		margin: 20px 0;
	}
	.wd_featured_item_page div.wd_standard .item .wd_thumbnail {
		max-width: none;
		padding-right: 0px;
		float: none;
	}
	.wd_featured_item_page div.wd_standard .item .wd_thumbnail + .wd_item_wrapper {
		padding-left: 0;
		padding-top: 20px;
	}
	.wd_featured_content #icon {
		display: none;
	}
	div#wd_featured_item .wd_thumbnail {
		height: 250px;
	}
	div#wd_featured_item .wd_featured_content {
		position: relative;
		max-width: none;
		min-height: inherit;
        width: auto;
	}
	#wd_press_tools .bx--col-lg-11.ibm-pb-3 {
		padding-bottom: 0px;
	}
	.wd_year_wrap {
		display: inline-block;
    	vertical-align: middle;
	}
	#wd_submit_sidebar_search {
		display: inline-block;
		vertical-align: middle;
		margin-top: 18px;
		margin-left: 5px;
	}
	#wd_featured_item .wd_captioned_image img {
		display: block;
	}
	#wd_featured_item .wd_caption {
		position: relative;
		padding: 15px;
	}
    .wd_tag_page .wd_featureboxes_middle .item .wd_thumbnail {
        max-width: 100%;
        width: 100%;
        height: auto;
        float: none;
    }
    .wd_tag_page .wd_featureboxes_middle .item .wd_thumbnail + .wd_item_wrapper {
        padding-left: 0;
    }
}

/* Small devices (landscape phones) */
@media (max-width: 575px) {
    #wd_latest_news .wd_articles-teaser .item.cds--col-span-12 picture {
        float: none;
        max-width: inherit;
        margin-left: 0;
    }
    .wd_featureboxes_latest_news picture::before {
        display:none;
    }   
    .wd_featureboxes_latest_news picture img {
        position:relative;
        margin-bottom:1rem;
    }
	.wd_featured_content {
		position: relative;
		width: auto;
	}
	section#wd_latest_news .ibm-pt-8 {
		padding-top: 16px;
	}
	.wd_pageid_34214 .item img {
		max-width: 100%;
		margin: 0 0 10px 0!important;
		padding-right: 0;
	}

	/* B-roll */
	.wd_pageid_20325 .wd_item_list .wd_item {
		width: 100% !important; 
	}
	/* End B-Roll */
} 

@media (max-width: 425px) {
	/* #wd_twitter_btn,
	#wd_youtube_btn,
	.wd_header_buttons {
		display: block;
		min-width: 200px;
	}
	#wd_youtube_btn{
		margin-left: 0;
		margin-top: 20px;
	}	 */
}

/* CLIENT CSS OVERRIDES */
sup {
    vertical-align: super;
    font-size: smaller;
}
.bx--masthead__l0:after {
    width: 100%;
}
.ibm-sitenav-menu-list > ul > li > a:not(.bx--btn) {
	padding: .125rem .5rem;
}
.ibm-sitenav-menu-list > ul > li.ibm-haschildlist > button {
	padding: .125rem 2.125rem .125rem .5rem;
}
.ibm-sitenav-menu-list > ul > li.ibm-haschildlist > button:before {
	right: 4px;
}
.ibm-sitenav-menu-list > ul > li > a, 
.ibm-sitenav-menu-list > ul > li > button {
	margin-left: 0;
}
.ibm-sitenav-menu-list > ul > li:first-child > a {
	margin-left: 25px;
}
.ibm-sitenav-menu-list > ul > li > a:focus, 
.ibm-sitenav-menu-list > ul > li > a:hover, 
.ibm-sitenav-menu-list > ul > li > button:focus, 
.ibm-sitenav-menu-list > ul > li > button:hover, 
.ibm-sitenav-menu-list > ul > li > span:focus, 
.ibm-sitenav-menu-list > ul > li > span:hover,
.ibm-sitenav-menu-list li ul a:hover {
	background-color: #e5e5e5;
	color: #525252;
}
.ibm-sitenav-menu-list > ul > li > a:focus,
.ibm-sitenav-menu-list > ul > li > button:focus,
.ibm-sitenav-menu-list > ul > li > span:focus {
	outline: 2px solid #0f62fe;
	outline-offset: -2px;
}
.ibm-sitenav-menu-list > ul > li > a:after, 
.ibm-sitenav-menu-list > ul > li > button:after, 
.ibm-sitenav-menu-list > ul > li > span:after, 
.ibm-sitenav-menu-name a:after {
	display: none;
}
.ibm-sitenav-menu-list ul[role="menu level3"]{
	position: relative;
	border: none;
	padding-left: 20px;
}
.ibm-sitenav-menu-list ul[role="menu level3"] li:before {
	content: "\f19c";
	display: inline-block;
	position: absolute;
	top: 25%;
	left: 0;
	font-family: icons-ibm-v12;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	color: #323232;
	text-decoration: none;
	text-rendering: optimizeLegibility;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	transform: rotate(-90deg);
	z-index: 2;
}

.hidden {
	display: none;
}

@media(max-width: 992px){
    #wd_more_news h2, #wd_inside_ibm h2 {
        margin-bottom: 48px;
    }
    #wd_printable_content select,
    #wd_printable_content input[type='text'] {
        max-width:inherit;
    }
	.ibm-sitenav-menu-list li.ibm-haschildlist ul {
		position: relative;
		padding: .125rem 2.125rem;
	}
	.ibm-sitenav-menu-list > ul > li:first-child > a {
		margin-left: 0;
	}
	.ibm-sitenav-menu-list > ul > li.ibm-haschildlist > button {
		width: 100%;
		text-align: left;
	}
	.ibm-sitenav-menu-list > ul > li.ibm-haschildlist > button:before {
		right: 0;
		left: unset;
	}
}
@media(max-width: 670px){
	dds-footer-nav .bx--accordion__title {
		color: #f4f4f4!important;
	}

	.wd_newsfeed_releases-detail .wd_img_wrapper{
		display: flex;
		flex-direction: column;
	}

	.wd_newsfeed_releases-detail .wd_img_wrapper .wd_img{

		width: 100%;
		display: block;
		padding: 0;
	}

	.wd_newsfeed_releases-detail .wd_img_wrapper .wd_img img{
		margin: 0 0 20px;
		padding: 0;
		width: 100% !important;
		max-width: none;
		float: none;

	}
    .wd_img {
        flex: 100%;
    }

	.wd_featured_item_page .wd_stories .wd_item,
	div.wd_newsfeed_releases .wd_item{
		display: flex;
		flex-direction: column;
	}


}
