/* Begin classes for common SPIN elements */

.wd_gray-bkgrnd {
	background-color: #f7f7f7;
}
.wd_greige-bkgrnd {
	background-color: #F2F2F2;
}
.wd_beige-bkgrnd {
	background-color: #f7f2ed;
}
.wd_brown-bkgrnd {
	background-color: #736357;
}
.wd_white-text {
	color: #fff!important;
}
.wd_dotted-background {
	background-color: #e8e8e5;
	background-image: url(../images/dottedbackground.jpg);
	background-size: contain;
}
.wd_wood-background {
	background: #786259;
	background-image: url(../images/wood.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

section.wd_hero {
	padding: 0;
}

section.wd_hero .wd_beige-bkgrnd {
	position: relative;
	margin: -50px auto 40px;
	z-index: 9;
}

/* Header styles */
.wd_home_hero {
	height: 100%;
	min-height: 400px;
	display: block;
	text-align: center;
	color: #fff;
	background: #54392d;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 4.25rem 0;
}
.wd_header_content {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	min-height: 260px;
	position: relative;
}
.page_header,
.category_header {
	font-family: "Trade Gothic LT Bold", "Trade Gothic LT Bold_IE", Helvetica Neue, Arial, sans-serif;
	font-size: 3.5rem;
	line-height: 1.2;
	text-transform: uppercase;
	color: #451400;
	font-weight: 600;
/*	text-shadow: 0 1px 1px rgba(0,0,0,.5);*/
	margin-bottom: 2rem;
	padding: 0;
}
.wd_pageid_20303 .page_header {
	font-size: 4.8rem;
}
.wd_header_content p {
	font-size: 1.6rem;
}
.detail_header,
.detail_subheader,
.category_name {
		font-weight: bold;
}
div.wd_category {
	margin: 0 0 4rem 0;
}
.category_intro {
	margin-bottom: 15px;
}
#wd_printable_content {
	position: relative;
	padding: 20px 0;
}
/* END Header styles */

/* Typography */
.item,
.wd_item {
	margin: 1rem 0 0 0;
	padding: 1rem 0;
	clear: both;
}

.item_name,
.wd_title,
.wd_item .wd_title {
	position: relative;
	font-family: "Trade Gothic LT Bold",Helvetica Neue,Arial,sans-serif;
	font-size: 1.125rem;
	line-height: 1.4;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}
.item_name a,
.wd_title a,
.wd_item .wd_title a {
	color: #451400;
}
.item_name a:hover,
.wd_title a:hover,
.wd_item .wd_title a:hover {
	color: #786259;
}
.wd_subtitle {}

.item_date, 
.wd_date,
.wd_item .wd_date,
.wd_event_date {
	font-size: 1rem;
	font-weight: 700;
	color: #a76721;
	text-transform: none;
}
.item_summary,
.item_summary p, 
.wd_summary,
.wd_summary p {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	margin: 0 0 1rem 0;
}
blockquote {
	font-size: 1.25rem;
	font-style: italic;
	border-left: 1px solid #cccccc;
	margin: 2rem;
	padding: 1rem 2rem;
}
div.wd_subscribe_link {
	float: right;
	font-weight: 700;
	margin: 1.5rem;
}
div.wd_subscribe_link a {
	font-family: "NunitoSans-Regular";
	color: #451400;
	text-transform: none;
	letter-spacing: normal;
}
div.wd_subscribe_link a:hover {
	color: #c08c19;
}
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;
}
/* END Typography */

/* Tables */
table:not(.wd_imagetable):not(.wd_attachment):not([class*="wd_wai"]) {
	table-layout: fixed;
}
table:not(.wd_imagetable):not(.wd_attachment):not([class*="wd_wai"]) th {
	font-family: NunitoSans-Bold;
  	text-align: center;
  	color: #fff;
  	background: #54392d;
  	border-bottom: 1px solid #54392d;
  	padding: 1rem;
}
.wd_not-scroll-table .wd_table_row table th:first-of-type {
	width: 150px;
	text-align: left;
}

table.wd_imagetable {
    max-width: 100%;
    border: none;
    margin: 1rem 0!important;
}
table.wd_imagetable[align=left] {
    margin: 1rem 1rem 1rem 0!important;
}
table.wd_imagetable[align=right] {
    margin: 1rem 0 1rem 1rem!important;
}
table.wd_imagetable td {
	border: none;
	padding: 0;
}
table.wd_imagetable tr:nth-child(2n+1) {
	background: none;
}
table.wd_imagetable img {}
td.imagecaption,
td.imagecaption p,
.wd_caption {
	font-weight: 700;
	text-transform: uppercase;
}

table.wd_attachment {
	margin: 0 0 10px 0;
}
table.wd_attachment tbody tr:nth-child(2n+1) {
	background: transparent;
}
table.wd_attachment td {
	border: none;
	padding: 0;
}
table.wd_attachment .wd_attachment_image img,
table.wd_attachment .wd_attachment_description,
table.wd_attachment .wd_attachment_size,
table.wd_attachment tr:nth-child(2) {
    display: none;
}

table.prnbcc {
	width: auto;
}
/* END Tables */

/* Site Registration - Login Status & Table */
div#login_status_display {
	margin: 0 0 1rem 0;
	padding: 0;
}
div.wd_site_users table {}
div.wd_site_users table tbody td {
	border: none;
}
div.wd_site_users table tbody tr:nth-child(2n+1) {
	background: transparent;
}
div.wd_site_users table tbody td:first-child {
	width: 10rem;
}

/* Assets */
ul.wd_asset_inline_list,
#wd_printable_content .wd_asset_inline_list,
.wd_newsfeed_releases-detail .wd_news_body ul.wd_asset_inline_list {
	width: 30%;
    background: transparent;
    margin: 1em 0 1em 1em;
    padding: 0;
}
ul.wd_asset_gallery_list,
.wd_newsfeed_releases-detail .wd_news_body ul.wd_asset_gallery_list {
    background: transparent;
    margin: 2em 0;
    padding: 0;
}
.wd_assets_container {
    background: transparent;
}
.wd_assets_container div.wd_asset_type_tabs {
    background: none !important;
    border: 1px solid transparent;
    border-radius: 0;
}
.wd_assets_container div.wd_asset_type_tabs li.wd_asset_type_tab a {
    background: #E7E5D4;
    border-left: none;
    border: 1px solid #E7E5D4;
    padding: 8px 16px 8px!important;/* override inline styles */
}
div#wd_assets_closer {
    background: #E7E5D4;
    border: 1px solid #E7E5D4!important;/* override inline styles */
}
ul.wd_asset_type_tabs {}
li.wd_asset_inline.wd_item {
/*    margin: 10px 0 0 0;
    padding:  20px 0 30px 0;*/
    margin: 0;
    padding: 0;
}
.wd_asset_inline,
.wd_asset_gallery,
.wd_asset_carousel {
    background-color: transparent;
}
.wd_asset_carousel_aspect {
    margin: 80px 0;
}
/* END Assets */



/* Begin classes for individual PCTs */

/* Global - Standard PCT */
div.wd_standard {}

div.wd_standard.wd_has-attachment-link {}
div.wd_standard.wd_has-attachment-link .wd_category_items {
	display: flex;
	flex-wrap: wrap;
}
div.wd_standard.wd_has-attachment-link .wd_category_items .item {
	flex-basis: 50%;
	border-bottom: 1px solid #f2f2f2;
	margin: 1rem 0 0 0;
  	padding: 0 0 1rem 0;
}
div.wd_standard.wd_has-attachment-link .item_name {
	position: relative;
}
div.wd_standard.wd_has-attachment-link .item_name a {
	color: #9c1f16;
	text-decoration: none;
}
div.wd_standard.wd_has-attachment-link .item_name a:hover {
	color: #786259;
  	text-decoration: underline;
}
div.wd_standard.wd_has-attachment-link .item_name a:before {
	content: '\f15c';
	font-family: "Font Awesome 5 Pro";	
	font-weight: 900;
	margin: 0 20px 0 0;
}
div.wd_standard.wd_has-attachment-link .item_name a[href*="pdf"]:before {
	content: '\f1c1';
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	margin: 0 20px 0 0;
}
/* END Global - Standard PCT */

/* Specific Standard PCT's */

/* Media Kits */
.wd_pageid_20287 h1.page_header {
	text-align: center;
}
.wd_pageid_20287 .wd_category_info h1.category_header {
	border-bottom: 2px solid #54392e;
	margin: 0 auto 2rem;
	padding: 0 0 1rem 0;
}
.wd_pageid_20287 .wd_category_items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2rem;
}
.wd_pageid_20287 .wd_category_items .item {
	position: relative;
	flex-basis: calc(33% - 1.25rem);
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.wd_pageid_20287 .item .wd_imagetable {
  	float: none;
  	margin: 0 !important;
  	overflow: hidden;
}
.wd_pageid_20287 .item .wd_imagetable img {
	width: 100%;
}
.wd_pageid_20287 .item:hover .wd_imagetable img {
	transform: scale(1.1,1.1);
  	transition: all .2s ease-in-out;
}
.wd_pageid_20287 .item .item_name {
	position: absolute;
	right: 0;
	bottom: 2.5rem;
	left: 0;
	height: 5rem;
	text-align: center;
	color: #fff;
	background: #25232373;
	margin: 0 0 2rem 0;
	padding: 1rem .5rem;
	transition: all .2s ease-in-out;
}
.wd_pageid_20287 table.wd_attachment {
	margin: 2rem 0 0 0;
}
.wd_pageid_20287 table.wd_attachment .wd_attachment_info p {
	text-align: center;
}
.wd_pageid_20287 table.wd_attachment .wd_attachment_info a {
	font-family: Trade Gothic LT Bold, Trade Gothic LT Bold_IE;
	font-size: 1.2rem;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	color: #fff;
	border: 0;
	background: linear-gradient(to right,#6b321b 50%, #451400 50%);
	background-position: right bottom;
	background-size: 200% 100%;
	background-color: #451400;
	border-radius: 4px;
	margin: 0;
	padding: 8px 12px;
	transition: all .12s;
}
.wd_pageid_20287 table.wd_attachment .wd_attachment_info a:hover {
	color: #fff;
	background: #6B321B;
	background-position: left bottom;
	text-decoration: none;
	opacity: 1;
}

/* END Media Kits */

/* END Specific Standard PCT's */

/* Events */
div.wd_events {}

.wd_events_header_container .wd_events_month_header,
.wd_events_past_summary .wd_header {
	font-size: 125%;
  	font-weight: bold;
	border: none;
	border-bottom: 1px solid #54392d;
  	border-radius: 0;
  	background: #fff;
  	margin: 1rem 0 0 0;
  	padding: .5rem 1rem;
}
div.wd_events_inputs .wd_events_tabs {
	margin: 0 0 1rem 0;
}
div.wd_events_inputs .wd_events_tabs li.wd_events_tab {
	text-transform: uppercase;
	text-decoration: underline;
	text-underline-offset: 3px;
	background: #fff;
/*  	border: 1px solid #f7f7f7;*/
  	border: none;
  	border-radius: 0;
/*  	box-shadow: 0 0 2px rgba(0, 0, 0, .25);*/
  	padding: .5rem;
}
div.wd_events_inputs .wd_events_tabs li.wd_events_tab.active {
	text-decoration: none;
	color: #fff;
	background-color: #451400;
	border-color: #451400;
}
div.wd_events .wd_event {
	padding: .5rem 1rem;
}
div.wd_events .wd_events_month_events .wd_event ~ .wd_event {
	background: transparent;
	border-top: 1px solid #54392d;
	padding-top: 45px;
}
div.wd_events-detail .wd_event_title {
	display: none;
}
div.wd_events .wd_event_sidebar,
div.wd_events-detail .wd_event_sidebar {
	width: 320px;
}
div.wd_events .item .wd_event_date,
div.wd_events-detail .wd_event_date {
	color: #451400;
}
div.wd_events .item .item_time span.fa-clock-o:before,
div.wd_events-detail .item_time span.fa-clock-o:before {
	content: "\f017";
	font-family: "Font Awesome 5 Pro";
  	font-weight: 900;
}
div.wd_events .wd_attachment_icon,
div.wd_events-detail .wd_attachment_icon {
	width: 16px;
}
div.wd_events .wd_attachment_icon img,
div.wd_events-detail .wd_attachment_icon img {
	display: none;
}
div.wd_events .wd_attachment_icon a,
div.wd_events-detail .wd_attachment_icon a {
	position: relative;
}
div.wd_events .wd_attachment_icon a:before,
div.wd_events-detail .wd_attachment_icon a:before {
	content: '\f1c1';
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	color: #451400;
	margin: 0 20px 0 0;
}
div.wd_events .wd_attachment_title {
	font-weight: normal;
}
div.wd_events .wd_attachment_description,
div.wd_events-detail .wd_attachment_description {
	display: none; 
}
div.wd_events div.wd_event_subscribe,
div.wd_events div.wd_event_reminder,
div.wd_events-detail div.wd_event_subscribe,
div.wd_events-detail div.wd_event_reminder {
	position: relative;
}
div.wd_events div.wd_event_subscribe span.fa-calendar-plus-o:before,
div.wd_events div.wd_event_reminder span.fa-bell-o:before,
div.wd_events-detail div.wd_event_subscribe span.fa-calendar-plus-o:before,
div.wd_events-detail div.wd_event_reminder span.fa-bell-o:before {
	content: "\2b";
	font-size: 1.5rem;
	display: inline-block;
	width: 16px;
}
div.wd_events_past_summary .item {
	border-bottom: 1px solid #54392d;
}
div.wd_events_past_summary .item:last-of-type {
	border-bottom: none;
}
.wd_events .wd_icon.fa-newspaper-o:before,
.wd_events .wd_icon.fa-file-text-o:before {
	background-image: url("../images/newspaper_icon.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	content: '';
	display: inline-block;
	width: 18px;
	height: 16px;
	vertical-align: middle;
}
.wd_events .wd_icon.fa-file-text-o:before {
	background-image: url("../images/document_icon.svg");
	width: 14px;
	height: 19px;
}
.wd_event .wd_assets_container div.wd_asset_type_tabs li.wd_asset_type_tab.tab-inactive a,
.wd_event div#wd_assets_closer,
.wd_event div#wd_assets_closer table tr {
	background: transparent;
}
.wd_event div#wd_assets_closer .wd_assets .wd_podcasts-detail {
	display: flex;
}
.wd_event div#wd_assets_closer table {
	width: max-content;
	margin-top: 0;
}
.wd_event div#wd_assets_closer table td {
	border: none;
	padding-left: 0;
}
.wd_event div#wd_assets_closer table td p {
	margin: 0;
}
/* END Events */

/* Gallery */
div.wd_gallery {}

div.wd_gallery span.filesize {
	font-weight: normal;
}

/* hi-res link for gallery */
ul.hi_res-links {
	margin: 20px 0;
	list-style: none;
}

ul.hi_res-links li {
	display: inline; /*For ignore double margin in IE6*/
}

ul.hi_res-links li a, 
ul.hi_res-links li a:hover, 
ul.hi_res-links li a:link, 
ul.hi_res-links li a:visited {
	color: #FFF;
}

ul.hi_res-links li a {
	text-decoration: none;
	cursor: pointer;
	text-transform: uppercase;
}

ul.hi_res-links li a span {
	display: block;
	text-align: center;
	margin: 0;
	padding: 2px 10px;
	position: relative; /*To fix IE6 problem (not displaying)*/
	background: #666 url(../images/webdriver/gradient_bg.gif) repeat-x top;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 1px 1px 5px #888;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* END hi-res link for gallery */
/* END Gallery */

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

/* Articles & In the News */
div.wd_articles,
div.wd_news_headlines {}

.wd_pageid_34141.wd_item_page .wd_hero {
	display: none;
}
.wd_pageid_34141.wd_item_page .wd_hero.wd_has-image {
	display: block;
}

div.wd_articles  ul.wd_item_list,
div.wd_news_headlines  ul.wd_item_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 2rem;
}
div.wd_articles ul.wd_item_list:before,
div.wd_articles ul.wd_item_list:after,
div.wd_news_headlines ul.wd_item_list:before,
div.wd_news_headlines ul.wd_item_list:after {
	display: none;
}
div.wd_articles .wd_item,
div.wd_news_headlines .wd_item {
	position: relative;
	flex-basis: calc(33% - 1.5rem);
	margin: 0;
	padding: 0;
	overflow: hidden;
}
div.wd_articles .wd_item .wd_date,
div.wd_articles .wd_item .wd_summary,
div.wd_articles .wd_item .wd_asset_type_link_list,
div.wd_news_headlines .wd_item .wd_date,
div.wd_news_headlines .wd_item .wd_publication {
	display: none;
}
div.wd_articles .wd_item .wd_thumbnail,
div.wd_news_headlines .wd_item .wd_thumbnail {
	float: none;
	margin: 0!important;
}
div.wd_articles .wd_item .wd_title,
div.wd_news_headlines .wd_item .wd_title  {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
  	align-items: center;
	height: 8rem;
	text-align: center;
	background: rgba(0,0,0,.4);
	margin: 0;
	padding: 1rem .5rem;
	transition: all .2s ease-in-out;
}
div.wd_articles .wd_item:hover .wd_title,
div.wd_news_headlines .wd_item:hover .wd_title {
	background: rgba(0,0,0,.7);
}
div.wd_articles .wd_item .wd_title a,
div.wd_news_headlines .wd_item .wd_title a { 
	color: #fff;
	text-decoration: none;
}
div.wd_news_headlines .wd_item .wd_captioned_image,
div.wd_news_headlines .wd_item .wd_image {
	float: none !important;
	width: 100% !important;
	max-width: 100%;
	height: 100%;
 	min-height: 320px;
	background-repeat: no-repeat;
  	background-size: cover;
  	background-position: center;
	margin: 0 !important;
	/* override inline styles */
}
div.wd_news_headlines .wd_item img {
	display: none;
	width: auto;
	height: 100%;
	max-height: 320px;
	object-position: center;
}
div.wd_articles .wd_item:hover img,
div.wd_news_headlines .wd_item:hover img {
  	transform: scale(1.1,1.1);
  	transition: all .2s ease-in-out;
}
/* END Articles & In the News */

/* Newsfeed Releases */
div.wd_newsfeed_releases {}

div.wd_newsfeed_releases .wd_item .wd_thumbnail,
div.wd_newsfeed_releases .wd_item .wd_asset_type_link_list {
	display: none;
}
div.wd_newsfeed_releases .wd_item .wd_item_wrapper {
	margin-left: 0;
}

/* 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-detail .wd_news_body ol,
.wd_newsfeed_releases-detail .wd_news_body ol li {
	list-style: decimal;
}

.wd_newsfeed_releases-teaser .tools {
	text-decoration: none;
	margin-bottom: 12px;
}
/* END Newsfeed Releases */


/* Formbuilder */
::placeholder {
	color: #000;
	opacity: 1;
}
select::-ms-expand {
	background-color: #fff;
	border: none;
	margin-left: 50px;
}
#wd_printable_content input,
#wd_printable_content select {
	font-family: inherit;
	font-size: 1rem;
	height: 34px;
	color: #451400;
	border: none;
	border-bottom: 1px solid rgba(69,20,0,.2);
	border-radius: 0;
	background: transparent;
	margin: 0 15px 0 0;
	padding: 0 15px;
}
#wd_printable_content input[type=text] {}
#wd_printable_content input[type=checkbox],
#wd_printable_content input[type=radio] {
	height: auto;
}
#wd_printable_content input[type=file] {
	border: none;
}
textarea {
	border: 1px solid rgba(69,20,0,.2);
}
label,
legend {
	font-size: 1rem;
}
.wd_form_field_header {
	font-family: "Trade Gothic LT Bold", "Trade Gothic LT Bold_IE", Helvetica Neue, Arial, sans-serif;
	font-size: 2.5rem;
	line-height: 1.2;
	text-transform: uppercase;
	color: #451400;
	font-weight: 600;
	margin-bottom: 2rem;
	padding: 0;
}
#wd_printable_content .wd_form_field_label {
	line-height: 2.4em;
	margin-bottom: 0;
}
.wd_form_field {
	clear: both;
	overflow: visible;
	margin: 20px 0;
}
.wd_form_field .wd_form_field_input {}

.wd_form_field .wd_form_field_input #recaptcha2_widget {
	overflow: hidden;
}
/* END Formbuilder */

/* Subscribe & Media Contacts */
.wd_subscribe2 form,
.wd_pageid_20289 form {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 2rem;
	background: #f2f2f2;
  	margin: 40px 0 20px 0;
  	padding: 20px;
}
.wd_subscribe2 form .wd_form_header,
.wd_pageid_20289 form .wd_form_header {
	display: none;
}
.wd_subscribe2 form div.wd_form_field,
.wd_pageid_20289 form div.wd_form_field {
	flex: 1 0 calc(50% - 1.5rem);
}
.wd_subscribe2 form div.wd_form_header,
.wd_subscribe2 form div.wd_form_header + div.wd_form_field,
.wd_subscribe2 form div.wd_form_field.wd_has-recaptcha,
.wd_subscribe2 form div.wd_form_footer,
.wd_pageid_20289 form div.wd_form_header,
.wd_pageid_20289 form div.wd_form_field_header,
.wd_pageid_20289 form div.wd_form_field.wd_has-textarea,
.wd_pageid_20289 form div.wd_form_field.wd_has-recaptcha,
.wd_pageid_20289 form div.wd_form_footer {
	flex-basis: 100%;
}

#wd_printable_content .wd_subscribe2 form input:not(.wd_formbuilder_submit),
.wd_pageid_20289 #wd_printable_content form input:not(.wd_formbuilder_submit) {
	width: 100%;
}
form.wd_formbuilder textarea {
	width: 100%;
}
div.wd_form_footer div.wd_form_buttons,
.wd_pageid_20289 div.wd_form_buttons {
	margin-left: 0;
}

/* Page Filters */
.wd_item_search_form_container,
div.wd_sphinx_search .wd_search_form_container {
	background: #f2f2f2;
	margin: 40px 0 20px 0;
	padding: 20px;
}
.wd_search_basic_fields {
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0;
}
a.wd_search_advanced_link {
	font-family: "NunitoSans-Regular";
	font-weight: 700;
	color: #451400;
	text-transform: none;
	letter-spacing: normal;
}
a.wd_search_advanced_link:hover {
	color: #c08c19;
}
form.wd_search_form_advanced,
div.wd_sphinx_search form.wd_search_form_advanced {
  	display: flex;
  	flex-wrap: wrap;
	border-bottom: none;
	padding: 0;
}
form.wd_search_form_advanced .wd_row-wrap {
	display: flex;
	width: 100%;
	gap: 20px;
}
form.wd_search_form_advanced div.wd_form_field {
	flex-basis: calc(25% - 5px);
	display: flex;
  	flex-direction: column;
  	gap: 10px;
  	margin: 20px 0;
}
/*form.wd_search_form_advanced div.wd_form_field.wd_keyword {
	flex-basis: calc(30% - 5px);
}
form.wd_search_form_advanced div.wd_form_field.wd_date-fields {
	flex-basis: calc(15% - 5px);
}*/
form.wd_search_form_advanced .wd_form_field.wd_keyword .wd_form_field_input input[type="text"] {
	width: 100%;
	max-width: 360px;
	margin: 0;
}
form.wd_search_form_advanced .wd_form_field.wd_date-fields .wd_form_field_input input[type="text"] {
	width: 100%;
	max-width: 160px;
}
form.wd_search_form_advanced .wd_form_field_label {
	float: unset;
	font-size: .875rem;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
	margin: 0;
}
form.wd_search_form_advanced .wd_form_field_input {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
}
form.wd_search_form_advanced fieldset,
form.wd_search_form_advanced .wd_form_footer {
	flex-basis: calc(50% - 10px);
}
div.wd_sphinx_search form.wd_search_form_advanced .wd_form_footer {
	flex-basis: 100%;
	margin: 20px 0;
}
form.wd_search_form_advanced div.wd_form_footer div.wd_form_buttons {
	margin-left: 0;
}

/* Buttons */
#wd_printable_content button:not([class*=wd_wai]):not(.navbar-toggler):not(.search-icon),
#wd_printable_content input[type=submit],
button:not([class*=wd_wai]):not(.navbar-toggler):not(.search-icon),
input[type=submit] {
		font-family: Trade Gothic LT Bold,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
		text-transform: uppercase;
		width: auto;
		height: 34px;
		background: #B3473F;
		border: 1px solid #B3473F;
		border-radius: 50px;
		color: #fff;
		padding: 0 1rem;
}
#wd_printable_content button:not([class*=wd_wai]):not(.navbar-toggler):not(.search-icon):hover,
#wd_printable_content input[type=submit]:hover {
		background: #B3473F;
		border: 1px solid #B3473F;
}

button.wd_events_input_go {
	background: #54392d;
	white-space: nowrap;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0;
	color: #fff;
	padding: 6px 10px 7px !important;
	border: none;
	font-family: Trade Gothic LT Bold, Trade Gothic LT Bold_IE;
	font-size: 17px;
	line-height: 17px;
}

.more {
	position: relative;
	text-align: center;
	margin: 2rem 0 1rem 0;
}
.back_button {
	margin-top: 0;
	margin-bottom: 2rem;
	text-align: right;
}
.more a,
.back_button a {
	display: inline-block;
	vertical-align: middle;
	font-family: Trade Gothic LT Bold, Trade Gothic LT Bold_IE;
	font-size: 1.2rem;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	color: #fff;
	border: 0;
	background: linear-gradient(to right,#6b321b 50%, #451400 50%);
	background-position: right bottom;
	background-size: 200% 100%;
	background-color: #451400;
	border-radius: 4px;
	margin: 0;
	padding: 8px 12px;
	transition: all .12s;
}
.more a:after {
	content: "\f061";
	font-family: 'Font Awesome 5 Pro';
	font-style: normal;
	font-weight: 300;
	text-decoration: inherit;
	color: #fff;
	font-size: 18px;
	padding-left: 0.5em;
}
.more a:hover,
.back_button a:hover {
	color: #fff;
	background: #6B321B;
	background-position: left bottom;
	text-decoration: none;
	opacity: 1;
}
.more a:focus {}
/* END Buttons */

/* Datepicker */
.wd_wai_datepicker .wd_wai_datepickerDialog {
	border: 1px solid #451400;
}
.wd_wai_datepicker .wd_wai_header {
/*	background: #451400;*/
	background: #fff;
}
.wd_wai_datepicker .wd_wai_header div.wd_wai_monthYear {
	text-transform: uppercase;
	color: #451400;
	padding: .5rem 0;
}
#wd_printable_content div.wd_wai_header button[class*="wd_wai_"] {
/*	background-color: #451400;*/
	background-color: #fff;
	border:  1px solid transparent;
	height: unset;
/*	color: #fff;*/
	color: #451400;
}
.wd_wai_datepicker table.wd_wai_dates th {
	background-color: #fff;
	color: #451400;
}
#wd_printable_content .wd_wai_dates button[class*="wd_wai_"] {
/*	background-color: #F2F2F1;*/
	background-color: #fff;
	border-color: #998675;
	color: #451400;
}
#wd_printable_content .wd_wai_dates button.wd_wai_dateButton[tabindex="0"],
#wd_printable_content .wd_wai_dates button[class*="wd_wai_"]:hover {
	background: #ad2118;
	border-color: #ad2118;
	color: #fff;
}
#wd_printable_content .wd_wai_dates button.wd_wai_dateButton.disabled,
#wd_printable_content .wd_wai_dates button.wd_wai_dateButton.disabled:hover {
	background-color: #fff;
	border-color: #F2F2F1;
	color: #9d8d80;
}
#wd_printable_content .wd_wai_dialogButtonGroup button.wd_wai_dp_cancelbuton {
/*	font-family: "TradeGothicLTStd";*/
	font-weight: 700;
	text-transform: uppercase;
	color: #451400;
	background-color: transparent;
	border: none;
	border-radius: 0;
}
#wd_printable_content .wd_wai_dialogButtonGroup button.wd_wai_dp_cancelbuton:hover {
	border-bottom: 1px solid #451400;
}
#wd_printable_content .wd_wai_dialogButtonGroup button.wd_wai_dp_okbuton {
/*	font-family: "TradeGothicLTStd";*/
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background-color: #c08b15;
	border-color: #c08b15;
}
#wd_printable_content .wd_wai_dialogButtonGroup button.wd_wai_dp_okbuton:hover {
	background-color: #a66c00;
	border-color: #a66c00;
}
span.wd_datepicker-icon {
	color: #451400;
}
/* END Datepicker */

/* Search Results */
div.wd_sphinx_search .wd_search_result {
	border-bottom: 1px solid #f2f2f2;
	margin: .5rem 0;
  	padding: 1rem 0 2rem;
  	clear: both;
}
div.wd_sphinx_search .wd_search_result:last-of-type {
	border-bottom: none;
}
div.wd_sphinx_search .wd_search_result .wd_search_image {
	float: right;
	margin: 0 0 0 20px;
}
div.wd_sphinx_search .wd_search_result .wd_search_title {
	position: relative;
	font-family: "Trade Gothic LT Bold",Helvetica Neue,Arial,sans-serif;
	font-size: 1.125rem;
	line-height: 1.4;
	text-transform: uppercase;
}
div.wd_sphinx_search .wd_search_result .wd_search_title a {
	color: #451400
}
div.wd_sphinx_search .wd_search_result .wd_search_title a:hover {
	color: #786259;
}
div.wd_sphinx_search .wd_search_result .wd_search_info {
	font-size: 1rem;
	font-weight: normal;
	color: #a76721;
	text-transform: none;
	margin: 0 0 10px 0;
}
div.wd_sphinx_search .wd_search_result .wd_search_info .wd_search_type {
	font-family: "Trade Gothic LT Bold",Helvetica Neue,Arial,sans-serif;
	font-size: 1rem;
}
.wd_search_result mark {
  	background-color: #f2f2f2;
}
div.wd_sphinx_search .wd_search_result .wd_search_assets {
	display: none;
}
/* END Search Results */

/* Pagination */
.wd_linkmenu-header {
	border-color: #d7d7d7;
}
.wd_page_menu {
	margin: 80px 0 40px;
}
.wd_page_links {}
.wd_page_link,
.wd_page_link:first-child,
.wd_page_link:last-child {
	border: none;
}
.wd_page_link a {
	font-family: "NunitoSans-Regular";
	font-weight: 400;
	text-decoration: none;
	color: #451400;
}
.wd_page_active {
	font-weight: 700;
	background: #f2f2f2;
}
.wd_page_link a {
	font-weight: 400;
}
/* END Pagination */

/* Toolbar styles */
div.wd_toolbar {
	border-color: #d7d7d7;
}
span.wd_tool_icon > a:link, 
span.wd_tool_icon > a:visited {
	background-color: #f2f2f2!important;
	/* override inline styles */
	border-radius: 100%;
	color: #451400;
	transition: all 1s ease;
}
span.wd_tool_icon > a:hover {
	background-color: transparent!important;
	/* override inline styles */
}
.fa-twitter:before,
.fa-linkedin:before,
.fa-facebook:before {
	font-family: "Font Awesome 5 Brands";
}
/* END Toolbar styles */

/* Featureboxes */
div.wd_featurebox_container {}
div.wd_featurebox_title {
	position: relative;
	font-family: "NunitoSans-Regular", sans-serif;
	font-size: 3.125rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	color: #451500;
	margin: 0 0 1.5rem 0;
}
div.wd_featurebox {}

.image_fb {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: -107px;
}
.image_fb img {
	width: 75px;
}

div.wd_featureboxes_press_releases {
	position: relative;
}
}
div.wd_featureboxes_press_releases div.wd_featurebox_container {}
div.wd_featureboxes_press_releases div.wd_featurebox_title {}
div.wd_featureboxes_press_releases div.wd_featurebox {}

div.wd_featureboxes_in_the_news {
	position: relative;
}
div.wd_featureboxes_in_the_news div.wd_featurebox_container {}
div.wd_featureboxes_in_the_news div.wd_featurebox_title {
	color: #fff;
}
div.wd_featureboxes_in_the_news div.wd_featurebox {
	position: relative;
}

div.wd_featureboxes_contact_us,
div.wd_featureboxes_subscribe {}
div.wd_featureboxes_contact_us div.wd_featurebox_container,
div.wd_featureboxes_subscribe div.wd_featurebox_container {}
div.wd_featureboxes_contact_us div.wd_featurebox_title,
div.wd_featureboxes_subscribe div.wd_featurebox_title {}
div.wd_featureboxes_contact_us div.wd_featurebox_title a,
div.wd_featureboxes_subscribe div.wd_featurebox_title a {
	color: #451500;
	text-decoration: none;
}
div.wd_featureboxes_contact_us div.wd_featurebox_title a:hover,
div.wd_featureboxes_subscribe div.wd_featurebox_title a:hover {
	color: #9c1f16;
	text-decoration: underline;
}
div.wd_featureboxes_contact_us div.wd_featurebox,
div.wd_featureboxes_subscribe div.wd_featurebox {
	text-align: center;
}

div.wd_newsfeed_releases-teaser div.subscribe_link,
div.wd_newsfeed_releases-teaser div.wd_thumbnail,
div.wd_newsfeed_releases-teaser div.wd_date,
div.wd_newsfeed_releases-teaser ul.wd_asset_icon_link_list {
	display: none;
}

div.wd_newsfeed_releases-teaser .item {
	margin: .5rem 0 0 0;
	padding: .5rem;
}

div.wd_newsfeed_releases-teaser div.wd_title {
	font-size: 1.5rem;
}
div.wd_newsfeed_releases-teaser div.wd_title a:hover {
	background: transparent;
}

div.wd_articles-teaser {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2rem;
	padding: 2rem 0;
}
div.wd_articles-teaser .item {
	position: relative;
	flex-basis: calc(33% - 1.5rem);
	margin: 0;
	padding: 0;
	overflow: hidden;
}
div.wd_articles-teaser .item .item_date,
div.wd_articles-teaser .item .item_summary {
	display: none;
}
div.wd_articles-teaser .item .item_name {
	position: absolute;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	display: flex;
	align-items: center;
  	height: 8rem;
  	text-align: center;
  	background: rgba(0,0,0,.4);
  	margin: 0;
  	padding: 1rem .5rem;
  	transition: all .2s ease-in-out;
}
div.wd_articles-teaser .item:hover .item_name {
	background: rgba(0,0,0,.7);
}
div.wd_articles-teaser .item .item_name a {
	text-decoration: none;
	color: #fff;
}
div.wd_articles-teaser .item:hover img {
	transform: scale(1.1,1.1);
	transition: all .2s ease-in-out;
}



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

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


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

@media (min-width: 1200px) {
	.wd_constrained-width {
		max-width: 1170px;
	}
	
}

/* Large devices (desktops) */
@media (max-width: 992px) {
	.wd_item_search_form_container .wd_search_form_basic,
	.wd_search_basic_fields {
		display: block;
		width: 100%;
	}
	.wd_pageid_20295 .wd_item_search_form_container .wd_search_form_basic {
		width: 80%;
	}
	.wd_pageid_20295 .wd_search_basic_fields {
		display: flex;
		flex-direction: column;
		gap: 2rem;
		width: 100%;
	}
	.wd_pageid_20295 .wd_search_button {
		margin: 0 0 2rem 0;
	}
    form.wd_search_form_advanced .wd_row-wrap {
    	flex-wrap: wrap;
    }
    form.wd_search_form_advanced div.wd_form_field,
    form.wd_search_form_advanced fieldset, 
    form.wd_search_form_advanced .wd_form_footer {
	  	flex-basis: 100%;
	}
	form.wd_search_form_advanced .wd_form_field.wd_date-fields input[type="text"] {
		max-width: 90%!important;
	}
	.wd_pageid_20287 .wd_category_items .item,
	div.wd_articles .wd_item,
	div.wd_articles-teaser .item, 
	div.wd_news_headlines .wd_item {
		flex-basis: calc(50% - 1.25rem);
	}
	
}

/* Medium devices (tablets) */
@media (max-width: 812px) {
	.wd_pageid_20303 .page_header {
		font-size: 3.5rem;
	}
	.page_header, .category_header,
	div.wd_featurebox_title {
		font-size: 2.5rem;
	}
	div.wd_subscribe_link {
		float: left;
		text-align: left;
	}
  	.wd_pageid_20295 .wd_item_search_form_container .wd_search_form_basic {
    	width: 100%;
  	}
  	.wd_subscribe2 form div.wd_form_field, 
  	.wd_pageid_20289 form div.wd_form_field {
  		flex-basis: 100%;
  	}
  	.wd_form_field_header {
  		font-size: 1.75rem;
  	}
	.wd_pageid_20287 .wd_category_items .item,
	div.wd_articles .wd_item, 
	div.wd_articles-teaser .item,
	div.wd_news_headlines .wd_item {
		flex-basis: 100%;
	}
}

@media (max-width: 767px) {
    #wd_printable_content input, 
    #wd_printable_content button:not([class*=wd_wai]), 
    #wd_printable_content select {
        width: 100%;
        margin: 1rem 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_item_search_form_container, 
    div.wd_sphinx_search .wd_search_form_container {
    	padding-top: 80px;
    }
  	.wd_wai_datepicker .wd_wai_datepickerDialog {
    	width: 100%;
  	}	
  	.wd_wai_datepicker table.wd_wai_dates th {
    	padding: .25rem;
  	}
	.wd_wai_datepicker table.wd_wai_dates {
		font-size: .8rem;
	}
	.wd_wai_datepicker .wd_wai_dateCell {
		width: 20px;
	}
	.wd_events_list .wd_event {
		display: flex;
		flex-direction: column-reverse;
	}
	div.wd_events .wd_event_sidebar {
		width: 100%;
	}
}

/* Small devices (landscape phones) */
@media (max-width: 575px) {
	section.wd_content-wrap {
		padding: 0 2rem;
	}
}