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

html {
	overflow-x: hidden;
}

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

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

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

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

/* Top Nav */
nav.wd_top-nav li.nav-item {
	border-right: 1px solid #e7a800;
}
nav.wd_top-nav li.nav-item:last-of-type {
	border-right: none;
}
nav.wd_top-nav a.nav-link {
	display: inline-block;
	font-size: 1.5rem;
	text-transform: uppercase;
	color: #373737;
	padding: 7px 17px;
}
nav.wd_top-nav a.nav-link.active {
	color: #e7a800;
}
/* END Top Nav */

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

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

/* Newsfeed Releases */
div.wd_newsfeed_releases {}
/* END Newsfeed Releases */

/* override font size set in feed releases */
.wd_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 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 {
	border: none;
	background-color: #fff;
	margin-left: 50px;
}
#wd_printable_content input,
#wd_printable_content button,
#wd_printable_content select {
	border-radius: 0;
	border: 1px solid #ccc;
	line-height: 34px;
	padding: 0 1rem;
	font-size: 1.2rem;
	height: 34px;
	color: #333;
}
#wd_printable_content select {
	padding: 0 1rem;
	font-size: 1.2rem;
	height: 34px;
	color: #333;
}
#wd_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;
}
/* END Formbuilder */

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

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

.wd_content {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 20px 20px 60px;
	position: relative;
}
.page_header {
	font-size: 7.5rem;
	border-bottom: 1px solid #979797;
	margin: 0 0 30px;
	padding: 0;
	width: fit-content;
}
.breadcrumb {
	margin-bottom: 10px;
	white-space: inherit;
}
div.breadcrumb * {
	display: inline;
}
.breadcrumb span {
	color: #c00031;
}
.breadcrumb .current-page,
.breadcrumb > a:not(:first-child) {
	color: #777;
} 
.breadcrumb a.nav:before,
.breadcrumb a.nav:after {
	display: none;
}
.wd_pageid_20303 .breadcrumb .current-page,
.wd_pageid_20303 .breadcrumb span:nth-last-child(2) {
	display: none;
}
/******************
 Toolbar
******************/
.fa-twitter,
.fa-facebook,
.fa-linkedin {
	font-family: "Font Awesome 5 Brands";
	font-weight: normal;
}
.fa-facebook::before {
	content: "\f39e";  
}
.fa-twitter::before {
	content: url(../images/twitter.svg);
	filter: brightness(10);
	position: relative;
	top: 1px;
}
div.wd_toolbar {
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 20px;
	top: 20px;
}
.toolbar-share {
	font-family: "Roboto Condensed",arial,sans-serif;
	font-size: 1.6rem;
	padding: 8px 16px;
	line-height: 1.3;
	text-align: center;
	cursor: pointer;
}
.toolbar-share:before {
	content: '\f1e0';
	margin-right: 8px;
	font-family: 'Font Awesome 5 Pro';
	font-weight: lighter;
}
.wd_toolbar {
	background: #c00031;
	color: white;
	width: fit-content;
	float: right;
	width: 100%;
}
div.wd_toolbar ul.wd_tools {
	padding: 5px 0 5px 5px;
	display: none;
}
.wd_tool_icon a {
	background: none !important;;
}
div.wd_toolbar ul.wd_tools li.wd_tool {
	float: none;
	display: inline-block;
}
  

/******************
 Rooms Nav
******************/
.header_search .wd_search_form_container input[type="submit"] {
	display: none;
}
.wd_nav {
	background: #c00031;
	padding: 20px 28px;
	border-radius: 0;
	top: 0;
	height: 75px;
}
.wd_nav.sticky-nav {
	position: sticky;
	z-index: 9999;
}
.wd_nav.sticky-nav:before {
	content: '';
	display: block;
	width: 200vw;
	height: 75px;
	background: #c00031;
	top: -1px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.navbar .nav-link {
	color: white;
	font-family: Roboto;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.6rem;
	padding: 0;
}
.navbar .nav-link:hover {
	text-decoration: underline;
}
.navbar-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
}
.navbar-toggler {
	position: absolute;
	border: none;
	background: none;
	top: 12px;
	height: 24px;
}
.navbar-toggler span {
	position: relative;
	top: 0;
	left: 0;
}
.nav-item {
	padding: 4px 24px;
}
.dropdown-menu {
	background: #c00031;
	border: none;
	border-radius: 0;
	padding: 20px 0;
	box-shadow: none;
}
.navbar .dropdown-item {
	color: white;
	font-family: Roboto;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.6rem;
	padding: 5px 20px;
}
.navbar-toggler span.menuIcon, 
.navbar-toggler span.menuIcon::before, 
.navbar-toggler span.menuIcon::after {
	background: white;
}


/******************
 Slider
******************/
.single_slider_carousel_bottom,
#single_slider_responsive .single_slider_carousel_indicators{
	display: none;
}
#single_slider_responsive .single_slider_carousel_container {
	padding: 0;
}
#single_slider_responsive.single_slider_carousel .item {
	padding: 0;
	height: 290px;
}
#single_slider_responsive .single_slider_carousel_caption {
	position: absolute;
	top: 0;
	background: none;
	width: 100%;
	margin: 0 auto;
	padding: 20px 80px;
}
#single_slider_responsive .single_slider_carousel_caption h4 {
	margin: 0;
}
#single_slider_responsive .single_slider_carousel_caption h4 a,
#single_slider_responsive .single_slider_carousel_description a {
	font-size: 3rem;
	color: #fff;
	font-family: "Roboto Condensed",arial,sans-serif;
	font-weight: bold;
	line-height: 1.3;
	margin: 0;
}
#single_slider_responsive p.single_slider_carousel_description {
	display: block !important;
	padding: 0;
}
#single_slider_responsive .single_slider_carousel_description a {
	font-size: 2rem;
}
div#single_slider_responsive img {
	width: 100%;
	object-position: center;
	object-fit: cover;
	height: 100%;
}
#single_slider_responsive .single_slider_carousel_control,
#single_slider_responsive .single_slider_carousel_control:hover {
	height: 100%;
	width: 48px;
	background-color: rgba(0, 0, 0, 0.35);
	top: 0;
	font-size: 0;
	border-radius: 0;
	transform: none;
	margin-top: 0;
	opacity: .5;
}
#single_slider_responsive .single_slider_carousel_control:hover {
	opacity: .9;
}
#single_slider_responsive .single_slider_carousel_control.right {
	right: 0 !important;
	left: auto !important;
}
#single_slider_responsive .single_slider_carousel_control.left {
	left: 0 !important;
	right: auto !important;
}
#single_slider_responsive .single_slider_carousel_control:before {
	content: '\f054';
	font-family: 'Font Awesome 5 Pro';
	display: block;
	font-size: 4rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: relative;
	font-weight: lighter;
	color: white;
}
#single_slider_responsive .single_slider_carousel_control.left:before {
	content: '\f053';
}

/******************
 Form
******************/
.wd_search_result .wd_search_info {
	display: none;
}
.wd_search_result + .wd_search_result {
	border-top: 1px solid black;
	margin: 20px 0;
	padding: 20px 0 0;
}
.wd_search_result {
	overflow: hidden;
}
.wd_search_basic_fields {
	border: none;
	background: none;
}
#wd_printable_content button.wd_search_button {
	background: #c00031;
	color: white;
	font-family: Roboto;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.4rem;
	border-color: #c00031;
}
.wd_wai_datepickerDialog {
	min-width: 350px;
	border-color: #c00031;
}
fieldset legend.wd_form_field_label {
	color: #000;
	font-family: "Roboto Slab",serif;
	font-size: 1.4rem;
	font-weight: bold;
	border: none;
}
fieldset legend + .wd_form_field_input {
	padding-top: 5px;
}
#wd_printable_content .wd_wai_header button {
	border: none;
	color: white;
}
#wd_printable_content .wd_wai_header {
	background: #c00031;
	color: white;
}
#wd_printable_content .wd_wai_dialogButton {
	background: #c00031;
	color: white;
	border: none;
}

/******************
 Homepage
******************/
.wd_flex {
	display: flex;
	gap: 30px;
}
.wd_main {
	flex: 1;
}
.wd_right {
	flex: 1;
	max-width: 25%;
	width: 100%;
}
.wd_pageid_20303 .wd_standard,
.wd_newsfeed_releases-teaser .subscribe_link,
.wd_featureboxes_top .wd_featurebox_title{
	display: none;
}
.wd_newsfeed_releases-teaser {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}
.wd_newsfeed_releases-teaser .item {
	flex: 1;
	display: flex;
	flex-direction: column;
}
.wd_pageid_20303 .page_header {
	margin-bottom: 60px;
}
.wd_featurebox_title {
	color: #c00031;
	font-family: "Roboto Condensed",arial,sans-serif;
	font-weight: bold;
	font-size: 4.2rem;
	text-transform: uppercase;
	line-height: 1.1;
	margin-top: 50px;
}
.item .wd_thumbnail {
	pointer-events: none;
}

/* top */
.wd_featureboxes_top img {
	width: 100%;
	height: 245px;
	object-fit: contain;
	background: #e9e9e9;
}
.wd_featureboxes_top .item {
	padding: 0;
	margin: 0;
}
.wd_featureboxes_top .wd_summary {
	display: none;
}
.wd_featureboxes_top .wd_date {
	font-size: 1.5rem;
	margin-top: 5px;
}
.wd_featureboxes_top .item-text {
	background: #4d4d4d;
	color: white;
	min-height: 150px;
	padding: 10px 14px;
}
.wd_featureboxes_top .wd_title a {
	color: white;
	font-size: 1.8rem;
	line-height: 1.3;
	font-weight: bold;
} 

/* middle */
.wd_featureboxes_middle .item:nth-child(2),
.wd_featureboxes_middle .item:nth-child(3),
.wd_featureboxes_middle .item:nth-child(4)  {
	display: none;
}
.wd_featureboxes_middle .wd_newsfeed_releases-teaser .item {
	flex: 100%;
	flex-direction: row;
	gap: 24px;
}
.wd_featureboxes_middle img {
	width: 255px;
	height: 265px;
	object-fit: contain;
	background: #e9e9e9;
}
.wd_featureboxes_middle .wd_title a {
	font-family: "Roboto Condensed",arial,sans-serif;
	font-size: 2.4rem;
	line-height: 1.3;
}
.wd_featureboxes_middle .wd_date {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 6px;
}
.wd_featureboxes_middle .wd_summary p {
	font-size: 1.8rem;
	line-height: 1.4;
}
.wd_readmore {
	font-weight: bold;
	font-size: 1.6rem;
}
p.more a {
	transition: background-color 1s ease;
	font-family: "Roboto",arial,sans-serif;
	background: #c00031;
	color: white;
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight: bold;
	padding: 6px 12px;
	display: block;
	width: fit-content;
	text-transform: uppercase;
}
p.more a:hover {
	background: #2a2a2a;
}

/* bottom */
.wd_summary-header {
	display: flex;
	margin: 2px 0 10px;
}
.wd_summary-header div {
	font-family: 'Roboto Slab', serif;
	font-size: 1.4rem;
	font-weight: bold
}
.wd_summary-header .item_publication:before {
	content: '/';
	margin: 0 3px;
}
.wd_news_headlines-teaser .item_name a {
	font-family: "Roboto Condensed", arial, sans-serif;
	font-size: 2.4rem;
	line-height: 1.3;
}
.wd_news_headlines-teaser .item_summary {
	font-family: 'Roboto Slab', serif;
	font-size: 1.8rem;
	line-height: 1.4;
}

/* right */
.wd_item_page .wd_featureboxes_top_right {
	display: none;
}
.wd_featureboxes_top_right .wd_featurebox_title {
	margin-top: 0;
}
div.wd_right .wd_featurebox_title {
	font-family: "Roboto",arial,sans-serif;
}
.wd_featurebox-subscribe .wd_intro {
	font-family: "Roboto",arial,sans-serif;
	font-size: 1.6rem;
	line-height: 1.4;
}
.wd_featurebox-subscribe .wd_form_header,
.wd_featurebox-subscribe .wd_form_field_label{
	display: none;
}
.wd_featurebox-subscribe input[type="text"] {
	border-radius: 0;
	border: 2px solid #bbb;
	width: 100%;
	height: 34px;
	padding: 10px;
}
.wd_featurebox-subscribe .wd_form_field_pos_right {
	margin: 10px 0 12px;
}
.wd_featurebox-subscribe .wd_formbuilder_submit,
.wd_featureboxes_middle_right p.more a {
	transition: background-color 1s ease;
	font-family: "Roboto",arial,sans-serif;
	background: #c00031;
	color: white;
	font-size: 1.6rem;
	line-height: 1.4;
	padding: 10px 12px;
	display: block;
	width: 100%;
	text-transform: uppercase;
	border: none;
	transition: background-color 1s ease;
	text-align: center;
	font-weight: normal;
}
.wd_featurebox-subscribe .wd_formbuilder_submit:hover,
.wd_featureboxes_middle_right p.more a:hover {
	background: #2a2a2a;
}
.wd_featurebox-subscribe .wd_form_footer {
	margin: 0;
}
.wd_featureboxes_middle_right h2 {
	color: black;
	font-family: "Roboto",arial,sans-serif;
}
.wd_featureboxes_middle_right h3 {
	font-family: "Roboto",arial,sans-serif;
	color: black;
	font-size: 1.6rem;
}
.wd_featureboxes_middle_right p {
	font-size: 1.6rem;
	line-height: 1.5;
	font-family: "Roboto",arial,sans-serif;
}
.wd_featureboxes_middle_right .wd_featurebox u {
	text-decoration: none;
}
.wd_featureboxes_bottom_right .wd_featurebox_title {
	font-size: 2.8rem;
}
.wd_featureboxes_bottom_right ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 14px auto;
	justify-content: space-between;
	max-width: 400px;
}
.wd_featureboxes_bottom {
	margin-bottom: 30px;
}


/******************
 Pagination
*******************/
.wd_page_links .wd_page_link {
	margin: 2px;
	border: none;
	padding: 4px 7px;
	color: #fff;
	text-decoration: none;
	background: #4d4d4d;
	font-size: 1.6rem;
	font-family: Roboto;
	font-weight: bold;
}

.wd_page_links .wd_page_link a {
	color: #fff;
}

.wd_page_link.wd_page_active {
	background: #c00031;
}
.wd_page_limit {
	font-family: Roboto;
	font-size: 1.6rem;
}

/******************
 New Releases
*******************/
.wd_pageid_20295 #wd_printable_content .page_header,
.wd_newsfeed_releases .wd_subscribe_link,
.wd_newsfeed_releases .wd_item_search_form_container,
.wd_newsfeed_releases .wd_asset_type_link_list,
.wd_news_headlines .wd_item_search_form_container {
	display: none;
}

.wd_newsfeed_releases .wd_item_list {
	margin: 0;
}
.wd_newsfeed_releases .wd_item {
	gap: 24px;
	display: flex;
}
.wd_newsfeed_releases img {
	width: 250px;
	height: 230px;
	object-fit: contain;
	background: #e9e9e9;
}
.wd_newsfeed_releases .wd_title a {
	font-family: "Roboto Condensed",arial,sans-serif;
	font-size: 2.4rem;
	line-height: 1.2;
}
.wd_newsfeed_releases .wd_date {
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0;
	display: inline-block;
}
.wd_newsfeed_releases .wd_date:after {
	content: '/';
	margin: 0 4px;
}
.wd_newsfeed_releases .wd_summary p {
	font-size: 1.8rem;
	line-height: 1.4;
}
.wd_newsfeed_releases .wd_item_wrapper {
	display: flex;
	flex-direction: column;
	margin: 0;
}
.wd_newsfeed_releases .wd_title {
	order: -1;
}
.wd_newsfeed_releases .wd_category_link_list li {
	margin: 0 6px 0 0;
}
.wd_newsfeed_releases .wd_category_link_list li a {
	color: black;
	font-weight: bold;
}
.wd_newsfeed_releases .wd_category_link_list li a:after {
	content: ',';
}
.wd_newsfeed_releases .wd_category_link_list li:last-child a:after {
	content: '';
}
.wd_newsfeed_releases .wd_category_link_list  {
	margin-bottom: 10px;
}
.wd_newsfeed_releases .wd_thumbnail {
	pointer-events: none;
}
.wd_pdf_link:before {
	content: '\f1c1';
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	color: #c00031;
	margin-right: 4px;
}
.extra-tools {
	display: flex;
	gap: 12px;
	margin-top: 30px;
}
.extra-tools a {
	font-family: "Roboto Slab",serif;
	font-size: 1.4rem;
	font-weight: normal;
}
.print-link:before {
	content: "\f02f";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	color: #c00031;
	margin-right: 4px;
}
/* in the news */
#wd_printable_content button.wd_load_more-trigger {
	background: #c00031;
	color: white;
	border: none;
	font-size: 1.6rem;
	text-transform: uppercase;
	font-family: Roboto;
	font-weight: bold;
	letter-spacing: .25px;
	height: 38px;
	padding: 0 14px;
}
.wd_news_headlines .wd_title {
	font-family: "Roboto Condensed",arial,sans-serif;
	font-size: 2.4rem;
	line-height: 1.2;
}
.item-info {
	display: flex;
	gap: 4px;
	font-family: "Roboto Slab",serif;
	font-weight: bold;
	font-size: 1.4rem;
	margin-bottom: 6px;
}
.wd_news_headlines .item-info div {
	color: #000;
	font-family: "Roboto Slab",serif;
	font-weight: bold;
	font-size: 1.4rem;
}
.wd_news_headlines .wd_summary p {
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 1.3;
}

/* search */
.wd_right .wd_search_form_advanced {
	display: block !important; /*override inline*/
}
.wd_right .wd_search_form_advanced {
	background-color: #2a2a2a;
	padding: 15px;
	color: #fff;
	margin-top: 45px;
}
.wd_right .wd_search_titles_only,
.wd_right fieldset,
.wd_search-date,
.wd_right .wd_search_form_advanced .wd_form_buttons a {
	display: none;
}

.wd_right .wd_search_form_advanced .wd_form_field_input {
	margin: 0;
}
.wd_right .wd_search_form_advanced .wd_form_field_label {
	float: none;
	width: 100%;
	text-align: left;
}
.wd_right .wd_search_form_advanced input[type="text"],
.wd_right .wd_search_form_advanced select {
	font-size: 1.4rem;
	color: #555;
	height: 34px;
	padding: 6px 8px;
	height: 30px;
	border: none;
	width: 100%;
	max-width: 100%;
}
.wd_right .wd_search_form_advanced .wd_form_field_input {
	font-size: 0;
}
.wd_right .wd_search_form_advanced .wd_form_field {
	margin: 0;
}
.wd_right .wd_search_form_advanced label {
	font-weight: normal;
	font-size: 1.4rem;
	margin-top: 8px;
}
.wd_right .wd_search_form_advanced .wd_input_border {
	width: 100%
}
.wd_right .wd_search_form_advanced .wd_form_buttons {
	margin: 0;
	font-size: 0;
}
.wd_right .wd_search_form_advanced input[type="submit"] {
	background: #c00031;
	color: white;
	border: none;
	width: 100%;
	display: block;
	font-size: 1.6rem;
	text-transform: uppercase;
	padding: 6px 12px;
	font-family: Roboto;
	font-weight: bold;
	letter-spacing: .25px;
	transition: background-color 1s ease;
}
.wd_right .wd_search_form_advanced input[type="submit"]:hover {
	background: #2a2a2a;
}
.wd_right .wd_search_form_advanced .wd_form_footer {
	margin: 16px 0 0;
}
.wd_right .wd_search_form_advanced > div:first-child {
	font-size: 2.3rem;
	margin-bottom: -8px;
	font-weight: bold;
}

/******************
 News Release Details
*******************/
.wd_newsfeed_releases-detail .wd_captioned_image,
.wd_newsfeed_releases-detail .wd_captioned_image img {
	width: 100% !important; /* override inline */
}
.wd_newsfeed_releases-detail .wd_body h3 {
	color: black;
}
.wd_newsfeed_releases-detail .wd_title {
	color: #c00031;
	font-family: "Roboto Condensed",arial,sans-serif;
	font-weight: bold;
	font-size: 3.5rem;
	line-height: 1.1;
	margin-bottom: 16px;
}
.wd_newsfeed_releases-detail ul.wd_layout-inline li {
	margin: 0 6px 0 0;
}
.wd_newsfeed_releases-detail .wd_category_link_list li a:after {
	content: ',';
}
.wd_newsfeed_releases-detail .wd_category_link_list li:last-child a:after {
	content: '';
}
.wd_newsfeed_releases-detail li {
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	font-size: 1.6rem;
}
.wd_newsfeed_releases-detail li:first-child {
	font-family: 'Roboto', sans-serif;
}
.wd_asset_carousel_type_link_list {
	display: none;
}
.wd_asset_carousel_aspect {
	margin-bottom: 56px;
}
.wd_newsfeed_releases-detail .wd_asset_type_117 {
	background: none;
}

.wd_newsfeed_releases-detail ul.wd_asset_inline_list {
    display: flex;
    flex-direction: column;
    width: fit-content;
	margin-left: 20px;
}
.wd_newsfeed_releases-detail ul.wd_asset_inline_list > li {
    position: relative !important;
    top: auto !important;
    left: auto !important;
	margin: 0;
}
.wd_body a.wd_continue_link,
a.wd_continue_link {
	display: none;
}
ul.wd_asset_gallery_list {
	background: none;
}
.wd_newsfeed_releases-detail > .wd_captioned_image {
	margin-bottom: 30px !important; /* override inline */
}
.wd_newsfeed_releases-detail .wd_caption {
	color: #818a91;
	font-size: 1.4rem;
	line-height: 22px;
	font-weight: normal;
	font-family: "Roboto Slab",serif;
}
.wd_pageid_20295 .wd_featureboxes_right {
	display: none;
}
.wd_pageid_20295.wd_item_page .wd_featureboxes_right {
	display: block;
}
.wd_asset_inline_list > li {
	min-width: 295px;
}
.wd_gallery_modal .wd_title {
	font-size: 1.5rem;
}

/* contact */
.wd_contact {
	background-color: #2a2a2a;
	padding: 5px 24px;
	margin: 20px 0;
	color: #fff;
	font-size: 1.2rem;
}
.wd_contact > div:first-child {
	font-size: 2.3rem;
	margin: 5px 0;
	font-weight: bold;
}

/* recent news */
div.wd_right .wd_featureboxes_right .wd_featurebox_title {
	font-size: 2.3rem;
	text-transform: none;
	font-weight: normal;
	font-family: 'Roboto Slab', serif;
	color: black;
	text-align: center;
	margin: 36px 0 10px;
}
.wd_featureboxes_right .wd_thumbnail img {
	width: 100%;
	margin-bottom: 6px;
}
.wd_featureboxes_right .wd_newsfeed_releases-teaser {
	flex-direction: column;
}
.wd_featureboxes_right .wd_newsfeed_releases-teaser .item {
	padding: 0;
	margin: 0;
}
.wd_featureboxes_right .wd_newsfeed_releases-teaser .wd_summary {
	display: none;
}
.wd_featureboxes_right .wd_newsfeed_releases-teaser .wd_title  {
	text-align: center;
}
.wd_featureboxes_right .wd_newsfeed_releases-teaser .wd_title a {
	color: black;
	font-size: 1.6rem;
	line-height: 1.2;
	text-align: center;
}
.wd_featureboxes_right .wd_newsfeed_releases-teaser .wd_date {
	color: #c00031;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}

/******************
 RSS
******************/
.wd_rssfeeds_item img {
	display: none;
}
.wd_rssfeeds_item {
	font-size: 0;
}
.wd_rssfeeds_item a {
	font-size: 1.8rem;
}
.wd_rssfeeds {
	margin-top: 24px;
}
.rssfeed-head.wd_rssfeeds_item a {
	display: none;
}
.rssfeed-head.wd_rssfeeds_item {
	pointer-events: none;
	color: #000;
	border-bottom: 1px solid #dbdbdb;
	font-size: 4.8rem;
	font-family: "Roboto Condensed",arial,sans-serif;
	font-weight: bold;
	width: fit-content;
	padding: 0 0 24px;
	line-height: 1;
	margin: 40px 0 20px;
}
.wd_rssfeeds_item {
	padding-left: 24px;
}

/******************
 Alerts
*******************/
.wd_subscribe2 .wd_form_field_input,
.wd_subscribe2 .wd_form_field_label{
	margin: 0;
}
.wd_subscribe2 input[type="radio"] {
	margin-right: 4px;
}
.wd_subscribe2 .wd_form_field_pos_left_inline .wd_form_field_input {
	min-width: 14px;
	margin-right: 6px;
	margin-top: 5px;
}
.wd_subscribe2 .wd_form_field_pos_left_inline {
	display: flex;
}
.wd_subscribe2 .wd_form_footer .wd_form_buttons {
	margin: 0;
}
#wd_printable_content .wd_subscribe2 input.wd_formbuilder_submit {
	background-color: #c00031;
	text-transform: uppercase;
	font-size: 1.6rem;
	border: none;
	color: white;
	font-family: Roboto;
	font-weight: bold;
	margin-top: 16px;
	transition: background-color 1s ease;
	margin-left: 0;
}
#wd_printable_content .wd_subscribe2 input.wd_formbuilder_submit:hover {
	background: #2a2a2a;
}



 /* PageID 20290 */
.wd_content .item_name {
	font-family: "Roboto Condensed",arial,sans-serif;
	font-size: 2.4rem;
	line-height: 1.1;
	color: #000;
	font-weight: 700;
}
.wd_pageid_20290 .wd_category_items {
	display: flex;
	flex-wrap: wrap;
}
.wd_pageid_20290 .item {
	flex: 50%;
	min-width: 469px;
}

/* Extra large devices (large desktops) */
@media (max-width: 1024px) {
	.page_header {
		font-size: 5rem;
	}
}

/* Large devices (desktops) */
@media (min-width: 993px) {
	.navbar-toggler {display: none;}
}
@media (max-width: 992px) {
	.wd_nav.sticky-nav:before {
		display: none;
	}
	.wd_nav.sticky-nav {
		position: relative;
	}
	.navbar-nav {
		display: flex;
		flex-direction: column;
	}
	.wd_nav {
		height: auto;
	}
	.dropdown-menu {
		position: relative;
		padding: 10px 0;
	}
	.navbar .dropdown-item {
		padding-left: 0;

	}
	.navbar .dropdown-item {
		font-family: Roboto;
		font-size: 1.4rem;
		font-weight: 400;
		text-transform: none;
		padding: 9px 0;
	}
	.navbar-collapse.collapse {
		display: none !important;
	}
	.navbar-collapse.collapse.show {
		display: block !important;
	}
	#navbarNavDropdown {
		padding: 40px 20px 10px;
	}

	.wd_flex,
	.wd_featureboxes_top .wd_newsfeed_releases-teaser {
		flex-direction: column;
	}
	.wd_featureboxes_top .wd_newsfeed_releases-teaser {
		gap: 24px;
	}
	.wd_main,
	.wd_right {
		max-width: 100%;
	}
	.wd_featureboxes_top .item-text {
		min-height: auto;
	}

	.wd_featureboxes_middle .wd_newsfeed_releases-teaser .item {
		flex-direction: column;
		margin: 0;
	}
	.wd_featureboxes_middle img {
		width: 100%;
	}
	.wd_featureboxes_middle .wd_summary,
	.wd_featureboxes_middle .wd_readmore {
		display: none;
	}

}


@media (min-width: 768px) {
	.breadcrumb {
		padding-right: 160px;
	}
}
/* Medium devices (tablets) */
@media (max-width: 767px) {

	.wd_wai_datepicker .wd_wai_datepickerDialog {
		min-width: 350px;
		width: 95%;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
	#single_slider_responsive .single_slider_carousel_caption h4 {
		text-align: center;
	}
	div.wd_toolbar {
		display: none;
	}
	.wd_newsfeed_releases .wd_item {
		flex-direction: column;
	}
	.wd_newsfeed_releases img {
		width: 100%;
		height: 275px;
	}

	.wd_page_menu {
		display: flex;
		flex-wrap: wrap;
		gap: 24px;
	}
	.wd_page_menu > * {
		flex: 100%;
		text-align: center;
	}
	ul.wd_page_links {
		float: none;
	}
	.wd_page_links .wd_page_link {
		padding: 4px 5px;
		font-size: 1.4rem;
	}
	.breadcrumb {
		font-size: 1.2rem;
	}
}

/* Small devices (landscape phones) */
@media (max-width: 575px) {
	#single_slider_responsive .single_slider_carousel_description a {
		text-align: center;
		font-size: 1.4rem;
		padding: 0;
		display: block;
		margin-top: 10px;
	}
	#single_slider_responsive .single_slider_carousel_caption h4 a {
		font-size: 2.2rem;
	}
}

/* CLIENT CSS OVERRIDES */
