 /* Begin classes for common SPIN elements */
*, ::before, ::after { box-sizing: border-box; }
*, ::before, ::after { box-sizing: inherit; }
*, ::before, ::after { box-sizing: border-box; }
.sr-only {
	visibility: hidden;
}
.wd_gray-background {
	background-color: #ECECEC;
}
.wd_relative {
	position: relative;
}
.wd_flex-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}
.wd_left {
	flex-basis: 65%;
}
.wd_right {
	flex: 1 1 33%;
	padding: 0 0 0 20px;
}
.wd_section {
	position: relative;
	padding: 2rem 0 3rem;
	clear: both;
}
.wd_section.wd_content .container {
	padding: 0;
}

ul[class^="wd"],
ol[class^="wd"] {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
ul[class^="wd"] li,
ol[class^="wd"] li {
	list-style: none;
	margin: 0 10px 0 0;
}

table:not(.wd_attachment, .wd_imagetable) {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 1rem;
	margin: 10px 0;
}
table:not(.wd_attachment, .wd_imagetable) thead th {
	font-weight: 600;
	color: #333;
	border-bottom: 2px solid #333;
	padding: 10px;
}
table:not(.wd_attachment, .wd_imagetable) td {
	border-bottom: 1px solid #ccc;
	padding: 10px;
}
table caption {
	font-size: 14px;
	font-style: italic;
	margin: 10px 0;
}
.item, .wd_item {
	margin: 10px 0 0;
	padding: 10px 4px; /* offset the focus outline */
}
.item:focus, .wd_item:focus {
	color: #000;
  	outline-offset: 2px;
  	outline: 2px solid;
}
.item_name,
.wd_title,
.wd_item .wd_title,
.wd_newsfeed_releases-teaser .wd_title,
.wd_documents_item_list > .wd_documents_item > .wd_title {
	font-family: 'Montserrat', Arial, Tahoma, sans-serif;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 10px 0;
}
.item_name a:focus,
.wd_title a:focus,
.wd_item .wd_title a:focus,
.wd_newsfeed_releases-teaser .wd_title a:focus,
.wd_documents_item_list > .wd_documents_item > .wd_title a:focus {
	color: #000;
  	outline-offset: 2px;
  	outline: 2px solid;
}
.item_date, .wd_date,
.wd_item .wd_date,
.wd_event_sidebar .wd_event_date,
.wd_newsfeed_releases-teaser .wd_date {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 1rem;
	font-weight: normal;
	color: #4d4d4d;
	text-transform: none;
	margin: 0 0 10px 0;
}
.item_summary, .wd_item .wd_summary {
	font-family: 'Open Sans', Arial, sans-serif;
}

.wd_item .wd_subtitle {
	font-family: 'Open Sans', Arial, sans-serif;
}
.wd_thumbnail > a {
	display: block;
	width: 100%;
	height: 100%;
}

/* Tables */
table.wd_imagetable,
div.wd_captioned_image {
	max-width: 40%;
}
table.wd_imagetable img,
div.wd_captioned_image img {
	width: 100%;
}

td.imagecaption {}

table.wd_attachment {}

/* Nav */
#wd_nav-container {
	position: relative;
	overflow: visible;
	padding: 0 0 2rem 0;
}
#wd_nav-container .container {
	padding: 0;
}
#wd_nav-container ul.wd_mediaroom-nav {
	padding: 0;
}
#wd_nav-container ul.wd_mediaroom-nav > li:first-of-type > a {
	padding-left: 0;
}
#wd_nav-container.sticky {
	position: fixed;
	top: 40px;
	width: 100%;
	border-bottom: 1px solid #dfdfdf;
	padding: 0;
	z-index: 99;
}
#wd_nav-container.sticky + .wd_section {
	padding-top: 275px;
}
#wd_nav-container div.more-solid {
	display: none;
	background: transparent;
	border: none;
	margin: 20px 0;
}
#wd_nav-container div.more-solid a {
	display: block;
	margin: 0;
}
#wd_nav-container.sticky div.more-solid {
	display: block;
}
#wd_nav-container ul.wd_subnav.dropdown-menu {
	border-top: 2px solid #000;
	border-radius: 0;
}
#wd_nav-container ul.wd_subnav.dropdown-menu li {
	display: block;
	margin: 0;
}
li.dropdown.active > a.dropdown-toggle {
	color: #000;
}
.navbar {
	border-bottom: none;
}
a.nav-link {
	border-bottom: 2px solid transparent;
	text-decoration: none !important;
	color: #000000a6;
}
a.nav-link:hover,
a.nav-link.active {
	font-weight: 500;
	border-bottom: 2px solid #c81704;
}
a.nav-link:focus,
a.nav-link:focus-visible {
	box-shadow: none;
	outline: 2px solid #000;
	outline-offset: 4px;
}		

/* END Nav */

/* Breadcrumb */
nav.wd_breadcrumbs {
	padding: 0;
}
ol.wd_breadcrumbs span {
	padding: 0 10px 0 0;
}
ol.wd_breadcrumbs li {
	display: inline-block;
}
.wd_pageid_20303 li#wd_hardcoded,
.wd_pageid_20303 span:nth-of-type(2) {
	display: none;
}

.wd_pageid_20303 .osano-cm-info span:nth-of-type(2) {
    display: inline-block;
}
.osano-cm-info p {
	display: block;
        color: #FFF;
}

.osano-cm-info ul li {
  list-style-type: none;
}

li#wd_20305,
li#wd_20305 + span {
	display: none;
}
/* END Breadcrumb */

/* Category Link List */
ul.wd_category_link_list {
	width: 100%;
	margin: -45px 0 0!important;
	padding: 0!important;
	/* override inline styles */
}
ul.wd_category_link_list li.wd_category_link {
	display: none;
	text-transform: uppercase;
	background: #ECECEC;
	margin: 0 1rem 0 0;
	padding: 10px;
}
ul.wd_category_link_list li.wd_category_link:first-child {
	display: inline-block;
}
#wd_printable_content .wd_category_link_list li a {
	color: initial;
	text-decoration: none;
}

/* Header styles */
#skin_header {

}
.wd_header {
	margin-top: 42px;
	padding: 2rem 0 0 0;
}
.row.wd_title-row {
	justify-content: space-between;
	align-items: center;
	padding: 2rem 0;
}
.wd_header-title {
	display: inline-block;
	width: auto;
	padding: 0;
}
.page_header,
.category_header {
	position: relative;
	font-family: 'Montserrat', Arial, Tahoma, sans-serif;
	font-size: 36px;
	line-height: 1.1;
	letter-spacing: 0;
	font-weight: 600;
	color: #000000;
}
.page_header:before {
	content: '';
	display: inline-block;
	vertical-align: bottom;
	width: 10px;
	height: 36px;
	background-color: #CF112D;
	border: 1px solid #000;
	margin: 0 12px 0 0;
}
.wd_header .page_header {
	display: inline-block;
	width: auto;
	font-size: 24px;
	text-transform: none;
	margin: 0;
	padding: 0;
}
.wd_header .page_header:before {
	display: none;
}
.detail_header,
.detail_subheader,
.category_name {}
.category_intro {}

.wd_header div.more-solid,
.wd_header div.more-solid:hover {
	display: inline-block;
	width: auto;
	background: transparent;
	border: none;
	height: auto;
	margin: 0;
	padding: 0;
}
.wd_header div.more-solid a {
	padding: .5rem 2rem;
}
/* END Header styles */

/* Assets */

.wd_gallery_modal .wd_image {
	height: auto!important;
}
.wd_asset_inline,
.wd_asset_gallery,
.wd_asset_carousel {
	background-color: transparent;
}
#wd_printable_content .wd_asset_inline_list {
	width: 30%;
	margin: 0 0 0 20px;
}
.wd_gallery_modal .wd_image {
	height: 90%!important;
}
.wd_modal .wd_title {
	margin: 10px 0;
}
/* END Assets */

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


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

/* Standard */
div.wd_standard {}

div.wd_standard .item {
	clear: both;
}

/* Standard Tiles */
.wd_category_items.wd_flex-wrap {
	justify-content: space-between;
}
.item.wd_standard-tile {
	flex-basis: calc(33% - 10px);
	background: #fff;
  	border: 1px solid #d5d5d5;
  	box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.1);
  	margin: 0;
 	padding: 0;
}
.item.wd_standard-tile > a.wd_tile-link {
	display: block;
	text-decoration: none;
	width: 100%;
	height: 100%;
}
.item.wd_standard-tile > a.wd_tile-link:focus {
	color: #000;
	outline-offset: 2px;
	outline: 2px solid;
}
.item.wd_standard-tile .wd_tile-img {
	height: 240px;
	overflow: hidden;
}
.item.wd_standard-tile .wd_content-wrap {
	margin: 0;
	padding: 10px;
}
/* END Standard Tiles */

/* Email Alerts */
.wd_pageid_20300 .wd_toolbar {
	display: none;
}
/* END Email Alerts */

/* RSS - ID20324 */
.wd_pageid_20324 .wd_rssfeeds_item {
	white-space: nowrap;
}
.wd_pageid_20324 .wd_rssfeeds_item a {
	position: relative;
}
.wd_pageid_20324 .wd_rssfeeds_item a:first-of-type:before {
	content: '\f09e';
	display: inline-block;
	vertical-align: middle;
	font-family: "FontAwesome";
	font-size: inherit;
	color: #CF112D;
	margin: 0;
}
.wd_pageid_20324 .wd_rssfeeds_item a:hover:before {
	color: #504e4e;
}
.wd_pageid_20324 .wd_rssfeeds_item a:last-child {
	font-weight: 400;
	text-decoration: none;
	color: #504e4e;
}
.wd_pageid_20324 .wd_rssfeeds_item a[href*="category"] {
	margin-left: 15px;
}
.wd_pageid_20324 .wd_rssfeeds_item img {
	display: none;
} 
/* END RSS - ID20324 */

/* RSS Feeds(Blogs) - ID20323 */
.wd_pageid_20323 .wd_featureboxes_rss_feeds p.more {
	display: none;
}
/* END RSS Feeds(Blogs) - ID20323 */

/* Leadership Bios */
body.wd_leadership-bio div.wd_category {
	background-color: #ECECEC;
	margin: 20px 0 40px 0;
	padding: 20px 20px 40px;
}
body.wd_leadership-bio div.wd_category_items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
body.wd_leadership-bio div.wd_category_items .item {
/*	flex-basis: calc(33% - 20px);*/
	flex: 1 0 30%;
	background: #fff;
  	border: 1px solid #d5d5d5;
  	box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.1);
  	margin: 0;
  	padding: 20px;
}
body.wd_leadership-bio div.wd_category_items .item a,
body.wd_leadership-bio div.wd_category_items .item a:visited,
body.wd_leadership-bio div.wd_category_items .item a:active,
body.wd_leadership-bio div.wd_category_items .item a:focus {
/*	text-decoration: none!important;*/
}
body.wd_leadership-bio div.wd_category_items .item a:hover {
	text-decoration: underline;
}
body.wd_leadership-bio .wd_img-wrap a,
body.wd_leadership-bio .wd_img-wrap img {
	display: block;
	margin: 10px 0;
}
body.wd_leadership-bio .wd_img-wrap a {
	color: #000;
	text-decoration: none;
}
/* END Standard */

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

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

/* Gallery */
div.wd_gallery {}
div.wd_gallery .wd_search_advanced_link {
	display: none;
}
div.wd_gallery ul.wd_category_link_list {
	margin: 20px 0 40px 0!important;
}
div.wd_gallery ul.wd_category_link_list li.wd_category_link {
	display: inline-block;
	background: #fff;
	border: 1px solid #d5d5d5;
	box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.1);
	margin: 0 20px 0 0;
	padding: 0;
}
.wd_pageid_20291.wd_is_category ul.wd_category_link_list li.wd_category_link {
	margin: 0;
}
.wd_pageid_20291.wd_is_category.wd_category_2748 ul.wd_category_link_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
/*.wd_pageid_20291.wd_is_category.wd_category_2748 ul.wd_category_link_list li.wd_category_link {
	margin: 10px;
}*/
div.wd_gallery ul.wd_category_link_list li.wd_category_link a {
	display: block;
	width: 100%;
	height: 100%;
	color: #c81704;
}
div.wd_gallery ul.wd_category_link_list li.wd_category_link .wd_title {
	text-transform: none;
	color: #c81704;
}
div.wd_gallery ul.wd_category_link_list li.wd_category_link .wd_thumbnail {
	float: none;
	margin: 0;
}
div.wd_gallery ul.wd_category_link_list li.wd_category_link .wd_title {
	padding: 20px;
}
div.wd_gallery ul.wd_item_list li {
	display: list-item;
	margin: 0;
	padding: 20px 10px;
}
div.wd_gallery .wd_item .wd_thumbnail {
	margin: 0 0 20px 0!important;
	padding: 0;
	overflow: hidden;
}
div.wd_gallery .wd_item .wd_thumbnail img {
	height: 150px;
  	width: auto;
}
div.wd_gallery .wd_item .wd_item_wrapper {
	text-align: center;
	height: 120px;
	padding: 10px 20px;
}
div.wd_gallery .wd_item .wd_item_wrapper a.wd_gallery_item {
	font-size: 1rem;
}
div.wd_gallery div.wd_hi_res_link_wrapper {
	display: none;
	color: #4d4d4d; 
}
div.wd_gallery_modal div.wd_hi_res_link_wrapper {
	display: block;
}
div.wd_gallery div.wd_hi_res_link_wrapper.wd_external-link {
	display: none;
}

/* END Gallery */

/* News Headlines */
div.wd_news_headlines {}

div.wd_news_headlines .wd_title a,
div.wd_news_headlines-teaser .item_name a {
	position: relative;
	color: #c81704;
}
div.wd_news_headlines .wd_title a:after,
div.wd_news_headlines-teaser .item_name a:after {
	content: "\f08e";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: inherit;
	color: inherit;
	margin: 0 0 0 10px;
}
div.wd_news_headlines div.wd_info-wrap,
div.wd_news_headlines-teaser div.wd_info-wrap {
	display: flex;
	color: #6e6e6e;
	gap: 10px;
}
div.wd_news_headlines-teaser .item_publication {
	position: relative;
}
div.wd_news_headlines-teaser .item_publication:after {
	content: '';
	display: inline-block;
	display: none;
	vertical-align: middle;
	width: 1.5px;
	height: 16px;
	background: #6e6e6e;
	margin: 0 0 0 10px;
}
div.wd_news_headlines-teaser div.wd_info-wrap .item_date {
	display: none;
}
div.wd_news_headlines-teaser .item_summary {
	display: none;
}
.wd_publication,
.item_publication {
	font-family: 'Open Sans', Arial, sans-serif;
  	font-size: 1rem;
  	font-weight: normal;
	color: #4d4d4d;
	margin: 0 0 5px 0;
}
/* END News Headlines */

/* Tile Display: Newsfeed Releases Teaser, Stories */
.wd_item_list.wd_flex-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin: 20px 0 40px 0;
	padding: 4px;
}
.wd_item_list.wd_flex-wrap:before,
.wd_item_list.wd_flex-wrap:after {
	display: none;
}
.wd_flex-wrap .wd_tile {
	position: relative;
	flex: 1 0 calc(33% - 10px);
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid #d5d5d5;
	box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.1);
	margin: 0;
	padding: 0;
	transition: .5s ease-in-out;
}
.wd_flex-wrap .wd_tile a.wd_tile-link {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}
.wd_flex-wrap .wd_tile a.wd_tile-link:hover {
	color: #C81704;
}
.wd_flex-wrap .wd_tile a.wd_tile-link:focus {
	color: #000;
	outline-offset: 2px;
	outline: 2px solid;
}
.wd_flex-wrap .wd_tile:hover {
	transform: translateY(-10px);
	margin: -10px 0 10px;
}
.wd_flex-wrap .wd_tile div.wd_background-image {
	height: 240px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
}
.wd_flex-wrap .wd_tile .wd_category_link_list {
	position: absolute;
	top: 241px;
}
.wd_tile .wd_item_wrapper {
	border-top: 2px solid #ECECEC;
	margin: 0;
	padding: 20px;
}
/* END Tile Display: Newsfeed Releases, Stories */

/* Stories Exception - TESTING DISPLAY */
div.wd_stories .wd_item_list.wd_flex-wrap {
	justify-content: unset;
}
div.wd_stories .wd_item_list.wd_flex-wrap li.wd_tile {
	flex: 0 0 calc(25% - 20px);
}
div.wd_stories .wd_item_list.wd_flex-wrap li.wd_tile:hover {
	transform: unset;
	margin: 0;
}
div.wd_stories .wd_item_list.wd_flex-wrap li.wd_tile div.wd_background-image {
	height: 220px;
	background-position: center;
}
div.wd_stories .wd_title {
	font-size: 1rem;
}

/* Newsfeed Releases */
div.wd_newsfeed_releases {}

div.wd_newsfeed_releases .wd_item {
	border-bottom: 1px solid #ECECEC;
	margin: 20px 0 0 0;
	padding: 0 0 20px 4px;
} 
div.wd_newsfeed_releases .wd_item:last-of-type {
	border-bottom: none;
}
div.wd_newsfeed_releases .wd_thumbnail,
div.wd_newsfeed_releases .wd_asset_type_link_list,
div.wd_newsfeed_releases .wd_subtitle {
	display: none;
}
div.wd_newsfeed_releases .wd_item_wrapper {
	margin-left: 0;
}

/* override font size set in feed releases */
.wd_newsfeed_releases-detail .wd_title {
	font-size: 1.8rem;
	margin: 0 0 20px 0;
}
.wd_newsfeed_releases-detail .news_body p.prnews_p {
	font-family: inherit;
	font-size: 100%;
	color: inherit;
}
.wd_newsfeed_releases-detail div.wd_toolbar.wd_toolbar-detail {
	text-align: right;
}
/* reset UL behavior to default in NFR body */
.wd_newsfeed_releases-detail .wd_news_body ul:not([class^="wd_"]),
.wd_newsfeed_releases-detail .wd_news_body ul ul {
	margin: 1em 0 1em 0;
	padding-left: 40px;
}
.wd_newsfeed_releases-detail .wd_news_body li,
.wd_newsfeed_releases-detail .wd_news_body li li {
	list-style-type: disc;
	list-style: disc;
}
.wd_newsfeed_releases-detail .wd_news_body ul.wd_layout-masonry li,
.wd_newsfeed_releases-detail .wd_news_body ul.wd_layout-masonry li li {
	list-style-type: none;
	list-style: none;
}
.wd_newsfeed_releases-teaser .tools {
	text-decoration: none;
	margin-bottom: 12px;
}
/* END Newsfeed Releases */

/* Formbuilder */
select::-ms-expand {
	background-color: #fff;
	border: none;
	margin-left: 50px;
}
.wd_form_field_error {
	color: #c81704;
}
#wd_printable_content input,
#wd_printable_content select {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	height: 40px;
	color: #333;
	background: #fff;
	border: 1px solid #666;
	border-radius: 0;
	margin: 4px;
	padding: 0 1.5rem;
}
#wd_printable_content input:focus,
#wd_printable_content select:focus {
	color: #000;
  	outline-offset: 2px;
  	outline: 2px solid;
}
#wd_printable_content input[type=text] {
	max-width: 69%;
}
#wd_printable_content input[type=checkbox],
#wd_printable_content input[type=radio] {
	height: auto;
}
#wd_printable_content input[type=file] {
	border: none;
}
label,
legend {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 1rem;
}
#wd_printable_content .wd_form_field_label {
	line-height: 2.4em;
	margin-bottom: 0;
}
.wd_input_border {
	vertical-align: bottom;
	margin-top: 7px;
}
.wd_form_field {
	clear: both;
	margin: 0;
}
.wd_form_field .wd_form_field_input,
.wd_form_field {
	overflow: hidden;
	padding: 4px;
}
.wd_form_field .wd_form_field_input a[href*=unsub] {
	margin: 4px;
}
.wd_form_footer {
	margin: 20px 0;
}
.wd_group-wrap {
	display: flex;
	flex-direction: column;
}
/* END Formbuilder */

/* Buttons */
.wd_back a,
#wd_printable_content button,
#wd_printable_content input[type=submit] {
	font-family: 'Open Sans', Arial, sans-serif;
	height: 40px;
	color: #FFF;
	background-color: #504e4e;
	border: 1px solid #504e4e;
	border-radius: 3px;
	margin: 0 12px 4px;
	padding: 0 1.5rem;
}
.wd_back a {
	text-decoration: none;
	padding: .5rem 1rem;
}
.wd_back a:hover,
#wd_printable_content button:hover,
#wd_printable_content input[type=submit]:hover {
	color: #FFF;
	background-color: #c81704;
	border: 1px solid #c81704;
}
.wd_back a:focus,
#wd_printable_content button:focus,
#wd_printable_content input[type=submit]:focus {
	color: #fff;
	outline-offset: 2px;
  	outline: 2px solid #000;
}

.more {}
.more a {
	font-size: 1rem;
	text-decoration: none;
	color: #333;
	background-color: #fff;
	border: 1px solid #666;
	border-radius: 3px;
	margin: 20px 0;
	padding: .5rem 1rem;
}
.more a:hover {
	background-color: #ebebeb;
	border-color: #adadad;
}
.more a:focus {
	color: #000;
	outline-offset: 2px;
  	outline: 2px solid;
}

.more-solid {}
.more-solid a {
	font-size: 1rem;
	text-decoration: none !important;
	color: #fff!important;
	background-color: #c81704;
	border: 1px solid #c81704;
	border-radius: 3px;
	margin: 20px 0;
	padding: .5rem 1rem;
}
.more-solid a:hover {
	background-color: #504e4e;
	border-color: #504e4e;
}
.more-solid a:focus {
	color: #000;
	outline-offset: 2px;
  	outline: 2px solid #000;
}
.wd_mobile.more-solid a {
	padding: .5rem 2rem;
}

.wd_back {
	margin: 20px 0 40px 0;
}

/* END Buttons */

/* Datepicker */
.wd_wai_datepicker .wd_wai_datepickerDialog {
	border: 3px solid #333;
}
.wd_wai_datepicker .wd_wai_header {
	background: #333;
}
.wd_wai_datepicker .wd_wai_header div.wd_wai_monthYear {
	padding: 5px 0;
}
.wd_wai_datepicker .wd_wai_dateCell {
	padding: 2px;
}
#wd_printable_content div.wd_wai_header button[class*="wd_wai_"] {
	background-color: #333;
	border:  1px solid transparent;
	height: unset;
	color: #fff;
}
#wd_printable_content .wd_wai_dates button[class*="wd_wai_"] {
	background-color: #ECECEC;
	color: #222;
}
#wd_printable_content .wd_wai_dates button[class*="wd_wai_"]:hover {
	background: #c81704;
	color: #fff;
}
#wd_printable_content .wd_wai_dialogButtonGroup button[value="Cancel"] {
	background: #fff;
	color: #333;
	border: none;
	border-bottom: 2px solid #333;
	border-radius: 0;
	padding: 0;
}
#wd_printable_content .wd_wai_dialogButtonGroup button[value="Cancel"]:hover {
	color: #c81704;
	border-color: #c81704;
}
#wd_printable_content .wd_wai_dialogButtonGroup button[value="Go"] {
	background: #333;
	color: #fff;
}
#wd_printable_content .wd_wai_dialogButtonGroup button[value="Go"]:hover {
	background: #c81704;
}
span.wd_datepicker-icon {
	color: #fff;
}
/* END Datepicker */

/* Pagination */
div.wd_page_menu {
	text-align: center;
	margin: 20px 0 40px 0;
}
.wd_page_limit {
	display: none;
	float: none;
	margin: 20px 0;
	padding: 0;
}
.wd_linkmenu-header {
	padding: 6px 2px;
}
.wd_page_links {
	float: none;
	border: none;
	margin: 20px 0;
}
.wd_page_link:first-child,
.wd_page_link:last-child,
.wd_linkmenu-header {
	border-radius: 0;
}
.wd_page_link {
	border: none;
}
.wd_page_link.wd_page_active {
	background-color: #ECECEC;
	border: 1px solid #ECECEC;
	border-radius: 50%;
	padding: 4px 10px;
}
.wd_page_link.wd_page_prev,
.wd_page_link.wd_page_next {
	border: none;
}
.wd_linkmenu-header:hover .wd_linkmenu-icon {
	border-color: transparent;
	background-color: transparent;
	color: #000;
}
/* END Pagination */

/* Page Filters */
.wd_item_search_form_container {
	margin: 10px 0 20px 0;
}
.wd_search_basic_fields {
	display: flex;
	align-items: flex-end;
	background: transparent;
	border: none;
	margin: 20px 0;
	padding: 0;
	gap: 10px;
}
.wd_search_basic_fields .wd_group-wrap {
	display: flex;
	flex-direction: column;
}
#wd_printable_content .wd_search_basic_fields .wd_group-wrap input[type="text"] {
	max-width: 100%;
}
.wd_search_advanced_link {
	margin: 0 0 0 10px;
}
fieldset.wd_form_field .wd_checkbox {
	display: inline-block;
}
.wd_search_form_advanced {
	border-bottom: 2px solid #ECECEC;
	padding: 0 0 20px 0;
}
.wd_search_form_advanced div.wd_search-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}
.wd_search_form_advanced div.wd_search-row div#wd_contains-input {
	flex: 1 0 calc(25% - 10px);
}
.wd_search_form_advanced div.wd_search-row div#wd_contains-select {
	flex: 1 1 auto;
}
.wd_search_form_advanced div.wd_search-row div.wd_contains-date {
	flex: 1 0 calc(20% - 10px);
}
#wd_printable_content .wd_search_form_advanced div.wd_form_field input[type="text"] {
  	width: 100%;
	max-width: unset;
	margin: 0;
}
#wd_printable_content .wd_search_form_advanced div.wd_date-wrap input[type="text"] {
	max-width: 70%;
}
#wd_printable_content .wd_search_form_advanced #wd_contains-select select {
	max-width: 100%;
	width: 100%;
  	margin: 0;
}
#wd_printable_content .wd_search_form_advanced .wd_form_field .wd_form_field_label,
#wd_printable_content .wd_search_form_advanced .wd_form_field label {
	text-align: left;
	float: none;
}
.wd_search_form_advanced .wd_input_border {
	display: block;
	margin-top: 0;
}
.wd_search_form_advanced .wd_form_field_input,
.wd_search_form_advanced div.wd_form_footer div.wd_form_buttons {
	margin-left: 0;
	padding: 4px;
}
.wd_search_form_advanced fieldset.wd_form_field {
	margin: 0;
}
.wd_search_form_advanced .wd_date-wrap {
	display: flex;
	gap: 5px;
}
/* Image Gallery Filters */
body.wd_extended-search .wd_search_form_advanced div.wd_search-row div.wd_form_field,
body.wd_extended-search .wd_search_form_advanced div.wd_search-row div.wd_form_group {
	flex: 0 1 30%;
	max-width: 33%;
}
body.wd_extended-search .wd_search_form_advanced div.wd_search-row div.wd_form_group .wd_input_category_group {
	max-width: 100%;
}
body.wd_extended-search .wd_search_form_advanced div.wd_search-row:last-child {
	align-items: flex-end;
}
body.wd_extended-search .wd_search_form_advanced .wd_form_footer {
	margin: 10px 0;
}
/* END Page Filters */

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

/* Toolbar */
div.wd_toolbar {
	border: none;
	margin: 20px 0;
	padding: 5px 0;
}
span.wd_tool_icon > a:link, 
span.wd_tool_icon > a:visited,
div.wd_toolbar li.wd_tool-socialshare_twitter span.wd_tool_icon a,
div.wd_toolbar li.wd_tool-socialshare_linkedin span.wd_tool_icon a,
div.wd_toolbar li.wd_tool-socialshare_facebook span.wd_tool_icon a {
	background-color: transparent!important;
	color: #c81704;
	transition: .5s ease-in-out;
}
span.wd_tool_icon > a:hover, 
div.wd_toolbar li.wd_tool-socialshare_twitter span.wd_tool_icon a:hover,
div.wd_toolbar li.wd_tool-socialshare_linkedin span.wd_tool_icon a:hover,
div.wd_toolbar li.wd_tool-socialshare_facebook span.wd_tool_icon a:hover {
	transform: translateY(-4px);
}
span.wd_prompt {
	line-height: 1.5;
	padding: 5px 0;
}
div.wd_toolbar ul.wd_tools {
	display: inline-block;
	width: auto;
	vertical-align: baseline;
}
div.wd_toolbar.wd_toolbar-detail {
	border: none;
}
div.wd_toolbar ul.wd_tools li.wd_tool {
	float: none;
	display: inline-block;
}
/* END Toolbar */

/* Featureboxes */

div.container.wd_relative p.more {
	position: absolute;
	top: 10px;
	right: 15px;
}
div.wd_featurebox_container {}
.wd_featurebox_title {
	position: relative;
	font-family: 'Montserrat', Arial, Tahoma, sans-serif;
	font-size: 24px;
	line-height: 1.5em;
	letter-spacing: 0;
	font-weight: 600;
	color: #000000; 
}
.wd_featurebox_title:before {
	content: '';
	display: inline-block;
	vertical-align: sub;
	width: 10px;
	height: 24px;
	background-color: #CF112D;
	border: 1px solid #000;
	margin: 0 12px 0 0;
}
div.wd_featurebox {}

div.wd_featureboxes_featured_main {
	margin: 0 0 20px 0;
}
div.wd_featureboxes_featured_main div.wd_featurebox_container {}
div.wd_featureboxes_featured_main .wd_featurebox_title {
	display: none;
}
div.wd_featureboxes_featured_main div.wd_featurebox {}
div.wd_featureboxes_featured_main div.wd_newsfeed_releases-teaser .wd_category_link_list {
	display: none;
}
div.wd_featureboxes_featured_main div.wd_newsfeed_releases-teaser .item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
	margin: 20px 0 40px;
  	padding: 0;
}
div.wd_featureboxes_featured_main div.wd_newsfeed_releases-teaser .wd_thumbnail {
	flex: 1 0 calc(50% - 10px);
	max-height: 320px;
  	overflow: hidden;
}
div.wd_featureboxes_featured_main div.wd_newsfeed_releases-teaser .wd_thumbnail img {
	width: 100%;
}
div.wd_featureboxes_featured_main div.wd_newsfeed_releases-teaser .wd_item_wrapper {
	flex: 1 0 calc(50% - 10px);
	background: #fff;
	border: 1px solid #d5d5d5;
	box-shadow: 6px 6px 3px rgba(0,0,0,0.1);
	margin: 0;
	padding: 20px;
	transition: .5s ease-in-out;
}
div.wd_featureboxes_featured_main div.wd_newsfeed_releases-teaser .wd_item_wrapper > p {
	font-family: 'Montserrat', Arial, Tahoma, sans-serif;
	font-size: .75rem;
	font-weight: 600;
	line-height: 1.1;
	text-transform: uppercase;
	color: #4D4D4D;
}
div.wd_featureboxes_featured_main div.wd_newsfeed_releases-teaser .wd_title,
div.wd_featureboxes_featured_main div.wd_newsfeed_releases-teaser .item_name {
	font-size: 1.6rem;
}

div.wd_featureboxes_featured_secondary {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}
div.wd_featureboxes_featured_secondary div.wd_featurebox_container {
	position: relative;
	flex: 1 0 calc(33% - 10px);
	background: #fff;
	border: 1px solid #d5d5d5;	
	box-shadow: 6px 6px 3px rgba(0,0,0,0.1);
	margin: 0;
	padding: 20px 20px 20px 30px;
	transition: .5s ease-in-out;
}
div.wd_featureboxes_featured_secondary div.wd_featurebox_container:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 100%;
	background-color: #CF112D;
}
div.wd_featureboxes_featured_secondary div.wd_featurebox_container:hover {
	transform: translateY(-10px);
  	margin: -10px 0 10px;
}
div.wd_featureboxes_featured_secondary .wd_featurebox_title {
	display: none;
}
div.wd_featureboxes_featured_secondary div.wd_featurebox {}
div.wd_featureboxes_featured_secondary div.wd_featurebox p:first-child {
	font-family: 'Montserrat', Arial, Tahoma, sans-serif;
	font-size: .75rem;
	font-weight: 600;
	line-height: 1.1;
	text-transform: uppercase;
	color: #4D4D4D;
}
div.wd_featureboxes_featured_secondary div.wd_featurebox p > a {
	font-weight: 700;
}
div.wd_featureboxes_featured_secondary div.wd_featurebox .wd_item,
div.wd_featureboxes_featured_secondary div.wd_featurebox .item {
	margin: 0 0 10px 0;
	padding: 0;
}
div.wd_featureboxes_featured_secondary div.wd_featurebox .wd_title,
div.wd_featureboxes_featured_secondary div.wd_featurebox .item_name {
	font-size: 1rem;
	line-height: 1.5;
}
div.wd_featureboxes_featured_secondary div.wd_news_headlines-teaser .item {
	display: flex;
	flex-direction: column;
}
div.wd_featureboxes_featured_secondary div.wd_news_headlines-teaser .item_name a:after,
div.wd_featureboxes_featured_secondary div.wd_news_headlines-teaser .item_publication {
	display: none;
}
div.wd_featureboxes_featured_secondary div.wd_news_headlines-teaser div.wd_info-wrap {
	order: 2;
	margin: 0 0 10px 0;
}
div.wd_featureboxes_featured_secondary div.wd_news_headlines-teaser div.wd_info-wrap .item_date {
	display: block;
	margin: 0;
}

div.wd_featureboxes_tabbed {}
div.wd_featureboxes_tabbed div.wd_featurebox_container {}
div.wd_featureboxes_tabbed .wd_featurebox_title {}
div.wd_featureboxes_tabbed div.wd_featurebox {}
div.wd_featureboxes_tabbed div.wd_newsfeed_releases-teaser .item .wd_summary,
div.wd_featureboxes_tabbed div.wd_newsfeed_releases-teaser .item .wd_date {
	display: none;
}

div.wd_tabs_wrapper {
	margin: 20px 0;
}
.wd_tabs_wrapper {
	background: none;
	border: none;
}
.wd_tab {
	border: none;
}
.wd_tab-active {
	background: transparent;
	font-weight: 700;
	border: none;
}

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

.wd_rss_box {
	display:flex;
	margin: 0 -20px;
}

.wd_rss_box .item {
	flex: 0 0 24%;
	padding: 20px;
}

div.wd_featureboxes_rss_feeds {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
	margin: 20px 0 40px 0;
}
div.wd_featureboxes_rss_feeds div.wd_featurebox_container {
	position: relative;
	flex-basis: calc(50% - 10px);
	background: #fff;
	border: 1px solid #d5d5d5;
  	box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.1);
  	padding-bottom: 20px;
}
div.wd_featureboxes_rss_feeds .wd_featurebox_title {
	position: absolute;
	top: 179px;
	left: 0;
	display: inline-block;
	width: auto;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	text-transform: uppercase;
	background: #ECECEC;
	margin: 0;
	padding: 10px;
}
div.wd_featureboxes_rss_feeds .wd_featurebox_title:before {
	display: none;
}
div.wd_featureboxes_rss_feeds div.wd_featurebox {}
div.wd_featureboxes_rss_feeds div.wd_featurebox .wd_image-wrap {
	height: 225px;
	border-bottom: 2px solid #ECECEC;
	margin: 0;
	overflow: hidden;
}
div.wd_featureboxes_rss_feeds div.wd_featurebox div[id^="featurebox_rss"] {
	min-height: 240px;
	padding: 0px 20px 10px;
}
div.wd_featureboxes_rss_feeds div.wd_featurebox p.more {
	margin: 0px 20px 10px;
}

div.wd_featureboxes_bottom_tiles {}
div.wd_featureboxes_bottom_tiles div.wd_featurebox_container {}
div.wd_featureboxes_bottom_tiles .wd_featurebox_title {
	text-align: center;
}
div.wd_featureboxes_bottom_tiles .wd_featurebox_title:before {
	display: none;
}
div.wd_featureboxes_bottom_tiles div.wd_featurebox {}
div.wd_featureboxes_bottom_tiles div.wd_featurebox ul {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin: 40px 0;
	padding: 0;
}
div.wd_featureboxes_bottom_tiles div.wd_featurebox ul li {
	list-style: none;
	flex-basis: calc(25% - 10px);
	display: flex;
	flex-direction: column;
	text-align: center;
	background: #fff;
  	border: 1px solid #d5d5d5;
  	box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.1);
  	transition: .5s ease-in-out;
  	margin: 0;
  	padding: 0;
}
div.wd_featureboxes_bottom_tiles div.wd_featurebox ul li:hover {
	transform: translateY(-10px);
	margin: -10px 0 10px;
}
div.wd_featureboxes_bottom_tiles div.wd_featurebox ul li a {
	text-decoration: none;
	padding: 20px;
}
div.wd_featureboxes_bottom_tiles div.wd_featurebox ul li img {
	width: auto;
	height: 120px;
}
div.wd_featureboxes_bottom_tiles div.wd_featurebox ul li span {
	display: block;
	margin: 10px 0;
}

div.wd_featureboxes_footer {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 20px 0 40px 0;
}
div.wd_featureboxes_footer div.wd_featurebox_container {
	flex-basis: calc(40% - 20px);
}
div.wd_featureboxes_footer div.wd_featurebox_container:nth-of-type(4n),
div.wd_featureboxes_footer div.wd_featurebox_container:nth-of-type(4n+1) {
	flex-basis: calc(60% - 20px);
}
div.wd_featureboxes_footer .wd_featurebox_title {
	margin: 0 0 20px 0;
}
div.wd_featureboxes_footer .wd_featurebox_title:before {
	display: none;
}
div.wd_featureboxes_footer div.wd_featurebox {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
div.wd_featureboxes_footer div.wd_featurebox h3 {
	color: #000;
}
div.wd_featureboxes_footer div.wd_featurebox div.wd_contacts {
	flex-basis: calc(50% - 20px);
}


#wd_featurebox-standard_3518 iframe {
	width: 100%;
	min-height: 725px;
}

/* END Featureboxes */

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

p.more a {
	text-decoration: none !important;
}
div.wd_rssfeeds_item {
	margin-bottom: 10px;
}

/* Extra large devices (large desktops) */
@media (max-width: 1199px) {
	section.wd_header .wd_breadcrumb,
	section.wd_header .wd_title-row {
		padding: 10px 10px 20px;
	}
	.wd_section.wd_content .container {
		padding: 0 10px;
	}
	#wd_nav-container .container {
		padding: 0 10px;
	}
}

/* Large devices (desktops) */
@media (max-width: 1024px) {
	.wd_header {
		margin-top: 20px;
	}
	.item.wd_standard-tile {
		flex-basis: calc(50% - 10px);
	}
	.wd_left,
	.wd_right {
		flex-basis: 100%;
	}
	#main-content {
		margin-top: 59px;
	}
}
@media (max-width: 991px) {
	section.wd_header div.more-solid,
	#wd_nav-container {
		display: none;
	}
	div.wd_stories .wd_item_list.wd_flex-wrap li.wd_tile {
	  flex-basis: calc(33% - 20px);
	}
	.wd_search_form_advanced div.wd_search-row div#wd_contains-input,
	.wd_search_form_advanced div.wd_search-row div#wd_contains-select { 
	  	flex: 1 0 calc(50% - 10px);
	}
	div.wd_gallery ul.wd_category_link_list li.wd_category_link {
		display: block;
		width: 80%;
		margin: 20px auto;
	}
	div.wd_gallery ul.wd_category_link_list li.wd_category_link .wd_thumbnail img {
		width: 100%;
	}
	.wd_parent_category label {
		margin: 0 0 0 5px;
	}
}

/* Medium devices (tablets) */
@media (max-width: 812px) {
	#wd_nav-container,
	section.wd_header div.more-solid {
		display: none;
	}
	.wd_flex-wrap .wd_tile {
		flex-basis: calc(50% - 10px);
	}
	div.wd_stories .wd_item_list.wd_flex-wrap li.wd_tile {
	  flex-basis: calc(50% - 20px);
	}
	div.container.wd_relative p.more {
		position: relative;
		top: unset;
		right: unset;
		margin: 40px 0 20px 0;
	}
	div.wd_featureboxes_featured_main div.wd_newsfeed_releases-teaser .wd_thumbnail,
	div.wd_featureboxes_featured_main div.wd_newsfeed_releases-teaser .wd_item_wrapper,
	div.wd_featureboxes_featured_secondary div.wd_featurebox_container {
		flex-basis: 100%;
	}
	div.wd_featureboxes_featured_main div.wd_newsfeed_releases-teaser .item {
		border: 1px solid #d5d5d5;
  		box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.1);
  		margin: 20px 0;
	}
	div.wd_featureboxes_featured_main div.wd_newsfeed_releases-teaser .wd_item_wrapper {
		border: none;
		box-shadow: none;
	}
	div.wd_featureboxes_featured_main div.wd_newsfeed_releases-teaser .wd_thumbnail {
		border-bottom: 1px solid #d5d5d5;
	}
	div.wd_featureboxes_bottom_tiles div.wd_featurebox ul {
		flex-wrap: wrap;
	}
	div.wd_featureboxes_bottom_tiles div.wd_featurebox ul li {
		flex-basis: calc(50% - 10px);
	}
	div.wd_featureboxes_footer div.wd_featurebox_container {
		flex-basis: 100%;
	}
	.wd_wai_datepicker .wd_wai_datepickerDialog {
		width: 90%;
	}
	#wd_printable_content input[type="text"] {
		max-width: 30%;
	}
}
@media (max-width: 767px) {
	.wd_item_list.wd_flex-wrap li.wd_tile {
		flex-basis: 100%;
	}
	.wd_search_basic_fields {
		flex-wrap: wrap;
	}
	.wd_search_basic_fields .wd_group-wrap {
		flex-basis: 100%;
	}
	#wd_printable_content input, 
	#wd_printable_content button, 
	#wd_printable_content select {
		width: 100%;
		margin: 0 0 10px 0;
	}
	#wd_printable_content input[type="text"] {
		max-width: 100%;
	}
	#wd_printable_content input[type="checkbox"], 
	#wd_printable_content input[type="radio"] {
		width: auto;
	}
	.wd_search_form.wd_search_form_advanced div.wd_form_field {
		flex-basis: 100%;
		width: 100%;
	}
	#ui-datepicker-div {
		width: calc(100% - 20px);
	}
	.wd_search_form_advanced div.wd_search-row div#wd_contains-input,
	.wd_search_form_advanced div.wd_search-row div#wd_contains-select,
	.wd_search_form_advanced div.wd_search-row div.wd_contains-date { 
	  	flex-basis: 100%;
	}
}

@media (max-width: 630px) {
	div.wd_featureboxes_rss_feeds div.wd_featurebox_container {
		flex-basis: 100%;
	}
}

/* Small devices (landscape phones) */
@media (max-width: 575px) {
	.breadcrumb-label {
		font-size: 14px;
	}
	.wd_flex-wrap .wd_tile {
		flex-basis: 100%;
	}
	div.wd_featureboxes_bottom_tiles div.wd_featurebox ul li {
		flex-basis: 100%;
	}
	div.wd_gallery ul.wd_category_link_list li.wd_category_link {
		display: block;
		margin: 20px auto;
	}
	div.wd_stories .wd_item_list.wd_flex-wrap li.wd_tile {
		flex-basis: 100%;
	}
	.item.wd_standard-tile {
    	flex-basis: 100%;
  	}
	.item.wd_standard-tile .wd_tile-img {
    	height: 320px;
  	}
  	.item.wd_standard-tile .wd_tile-img img {
  		width: 100%;
  	}
	body.wd_leadership-bio div.wd_category_items .item {
	  	flex-basis: 100%;
	}
}
@media (max-width: 475px){
  	div.wd_news_headlines div.wd_info-wrap, 
  	div.wd_news_headlines-teaser div.wd_info-wrap {
  		flex-wrap: wrap;
  	}
  	.wd_publication, 
  	.item_publication {
  		display: block;
  	}
}

/* Bootstrap Overrides */
.container {
	max-width: 1140px;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover {
	color: #222;
	background-color: #ccc;
}
button.navbar-toggler {
	border: none;
}
button.navbar-toggler .navbar-toggler-icon {
	width: 1em;
	height: 1em;
}
