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

body {
	font-family: 'Open Sans', sans-serif;
}
p {
	font-size: 1rem;
	line-height: 1.6875rem;
}


/* Start Main Nav */

nav.mainNavMenu .row {
	display: flex;
}

nav.mainNavMenu .row ul {
	display: flex;
	flex-wrap: wrap;
}
nav.mainNavMenu .nav-section {
	margin: 0;
	padding: 15px;
	line-height: 2rem;
}

nav.mainNavMenu .nav-section-title {
	font-size: .875rem;
	font-weight: 500;
	color: #4d4d4f;

}
nav.mainNavMenu .nav-section-title:hover,
nav.mainNavMenu .nav-section-title:focus {
	text-decoration: none;
}
.menu-toggle.hidden-md:after {
	display: none;
}
/* End Main Nav */

/* Start Mobile Nav */
.wd_mobile_nav {
	background-color: rgba(51,51,51,0.75);
	color: #ffffff;
	display: none;
}
.wd_mobile_nav-toggle {
	padding: 10px 0px;
}
.wd_mobile_nav-toggle:after {
	font-family: "FontAwesome";
	content: '\f107';
	float: right;

}
.wd_mobile_nav-toggle.active:after {
	font-family: "FontAwesome";
	content: '\f106';
	float: right;
}
.wd_subnav_items {
	display: none;
}
.wd_subnav_items .subnav_item {
	padding: 20px 0px;
	margin-bottom: 0;
}
.wd_subnav_items .subnav_link {
	color: #ffffff;
	font-weight: 300;
}
.wd_subnav_items .subnav_link.on {
	text-decoration: underline;
}


/* End Mobile Nav */

/* Start Slideshow */
#single_slider_responsive {
	min-height: 450px;
}
#single_slider_responsive .single_slider_carousel_container {
	padding-top: 0;
}
.single_slider_carousel_container .item {
	padding-top: 0;
	min-height: 450px;
	background-repeat: no-repeat;
	background-size: cover;
}
.single_slider_carousel_control {
	display: none;
}
#single_slider_responsive .single_slider_carousel_indicators {
	bottom: 40px;
	top: initial;
}
#single_slider_responsive .single_slider_carousel_indicators li.active span {
	background: #ffffff;
	opacity: 1;
}
#single_slider_responsive .container {
	min-height: 450px;
}
#single_slider_responsive .single_slider_carousel_caption {
	bottom: initial;
	left: initial;
	right: initial;
	top: 50%;
	transform: translateY(-50%);
	width: 50%;
	background: transparent;
}
#single_slider_responsive .single_slider_carousel_caption h4 {
	font-weight: 300;
	font-size: 2.5rem;
	line-height: 1.2;
}
#single_slider_responsive .single_slider_carousel_caption h4 a {
	font-weight: 300;
	font-size: 2.5rem;
	line-height: 1.2;
}
#single_slider_responsive .single_slider_carousel_caption p {
	font-weight: 300;
	font-size: 1.125rem;
}
/* End Slideshow */

/* Start Home Hero Styling */

.wd_home_hero {
	min-height: 340px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;

}

.wd_home_hero .page_header {
	color: #ffffff;
	font-family: "Interstate","Open Sans",sans-serif;
    font-weight: 500;
    font-size: 3.75rem;
    line-height: 4.125rem;
    padding-bottom: 10px;
    margin-top: 110px;
}

.wd_home_hero .inner-container {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	
}

.wd_home_hero .wd_header_content {
	position: relative;
	padding-top: 100px;
	max-width: 1140px;
	padding: 15px;

}

.wd_home_hero .wd_title {
    font-weight: 300;
    font-size: 2.5rem;
    line-height: 1.2;
    color: #FFF;
    padding-bottom: 10px; 
    padding-top: 70px;
}

.wd_home_hero .wd_subtitle {
	color: #ffffff;
	font-weight: 500;
	padding-bottom: 10px;
}
.wd_header_content .details_date	 {
	color: #ffffff;
	padding-bottom: 80px;
}

/* End Home Hero Styling */

/* 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.125rem;
    line-height: 1.4375rem;
	font-weight: 700;
}
.wd_newsfeed_releases-detail .wd_title {
	font-size: 22px;
	text-align: center;
}

.item_date, .wd_date,
.wd_item .wd_date,
.wd_event_sidebar .wd_event_date,
.wd_newsfeed_releases-teaser .wd_date {
	font-size: 1rem;
	line-height: 1.6875rem;
	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;
}

/* Standard */
div.wd_standard {}
/* END Standard */

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

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

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

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

/* Newsfeed Releases */
div.wd_newsfeed_releases {}

.wd_subscribe_link {
	visibility: hidden;
	float: left;
	color: #ffffff;
}
.wd_subscribe_link a,
.wd_subscribe_link a:hover {
	color: #ffffff;
}

.wd_newsfeed_releases .wd_title {
	padding-bottom: 8px;
}

.wd_newsfeed_releases .wd_subtitle {
	padding-bottom: 8px;
	line-height: 1.5;
}

.wd_newsfeed_releases .wd_summary {
	padding-bottom: 8px;
}



/* END Newsfeed Releases */

/* News Headlines */ 

.wd_search_basic_fields {
	background-color: #ffffff;
	border: none;
}
.wd_news_headlines .wd_date {
	padding-bottom: 8px;
	line-height: 1.5; 
}
.wd_news_headlines .wd_title {
	padding-bottom: 8px;
	line-height: 1.5;
}

.wd_news_headlines .wd_publication {
	line-height: 1.5;

}
.wd_news_headlines .wd_item_wrapper {
	padding-left: 12px;
}
.wd_news_headlines .wd_item {
	padding-top: 40px;
	border-bottom: 1px solid #E6E6E7;
	padding-bottom: 40px;
}
.wd_news_headlines .wd_item:first-child {
	border-top: 1px solid #ccc;
}


/* End News Headlines */

/* 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;
	line-height: 1.2;
}
.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;
}

div.wd_newsfeed_releases-detail h2 {
    font-weight: bold;
    line-height: 1.875rem;
    font-size: 1.1875rem;
    font-style: normal;
    letter-spacing: -0.5px;

}


/* END Newsfeed Releases */

/* Formbuilder */

#wd_printable_content .wd_item_search_form_container {
	display: flex;
	flex-wrap: wrap;
}

#wd_printable_content .wd_search_basic_fields {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0px;
}
#wd_printable_content .wd_search_basic_fields select,
#wd_printable_content .wd_search_basic_fields input
{
	width: 24%;
	margin-right: 1%;
}

select::-ms-expand {
	border: none;
}
#wd_printable_content input,
#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 button {
	border-radius: 0;
    border: 1px solid #D71920;
    line-height: 2rem;
    padding: 0 1rem;
    font-size: 1.2rem;
    height: 34px;
    color: #fff;
    background: #D71920;
}
#wd_printable_content button:hover {
	background: #ffffff;
	color: #D71920;
}
#wd_printable_content select {
	padding: 0 1rem;
	font-size: 1.2rem;
	height: 34px;
	color: #333;
}
select::-ms-expand {
	margin-left: 50px;
	background-color: #fff;
}
#wd_printable_content button.ui-datepicker-trigger {
	border: 0;
}
#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 */

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

/* Featureboxes */
div.wd_featurebox {}
div.wd_featurebox_container {}

.featured_news_title,
.wd_blogs_title,
.bottom_featurebox_title,
div.wd_featurebox_title {
	font-family: 'Interstate', sans-serif;
	font-size: 3rem;
	line-height: 3.5625rem;
}


/* Header Featureboxes */
.wd_featureboxes_header {
	margin-bottom: 40px;
}
.wd_featureboxes_header .wd_imagetable,
.wd_featureboxes_header .wd_imagetable img {
	width: 100%;
	max-height: 476px;
	position: relative;
	float: none;
}
.wd_featureboxes_header .wd_imagetable img {
	object-fit: cover;
}
.wd_featureboxes_header .wd_imagetable td {
	padding: 0;
}
.wd_featureboxes_header .wd_imagetable .imagecaption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 36px;
    max-width: 600px;
    text-align: left;
    background-color: rgba(0, 0, 0, 70%);
    color: #fff;
    pointer-events: none;
}
.wd_featureboxes_header .wd_imagetable .imagecaption p {
	font-size: 1.75rem;
	line-height: 2.625rem;
	font-family: 'Interstate', sans-serif;
}
.wd_featureboxes_header .wd_imagetable[align=right] .imagecaption {
	right: 0;
}
.wd_featureboxes_header .wd_imagetable .imagecaption p:last-child {
	margin-bottom: 0;
}

/* END Header Featureboxes */

.wd_featureboxes_top .wd_featurebox_container {
    display: flex;
    flex-direction: column;
}
#wd_featurebox-standard_3513 {
	width: 48%;
	margin-right: 2%;
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
	min-height: 400px;
	opacity: .8;
	position: relative;
	background-position: center;
}
.featured_news_title {
    font-weight: 300;
    margin-bottom: 30px;
}
#wd_featurebox-standard_3513 .wd_featurebox_title {
    font-weight: 300;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.125rem;
    line-height: 1.4375rem;
}
.wd_featured_news-content {
	position: relative;
	background: rgba(0,0,0,.5);
	padding: 40px 30px;
	width: 100%;
	height: 100%;
    display: flex;
    flex-direction: column;
}
.wd_featureboxes_top p.more,
.wd_featured_news-content p.article-details__description {
    margin: auto 0 0;
}
.wd_featureboxes_top p.more {
	text-align: right;
	padding-right: 30px;
	margin: 0px 0 0;
}
.wd_featureboxes_top .wd_featurebox {
    flex: 100%;
    display: flex;
    flex-direction: column;
}
#wd_featurebox-teaser_825 .subscribe_link,
#wd_featurebox-teaser_825 .item .wd_thumbnail,
#wd_featurebox-teaser_825 .item .wd_summary, 
#wd_featurebox-teaser_825 .item ul.wd_layout-inline {
	display: none;
}
#wd_featurebox-teaser_825 .wd_featurebox_title {
    font-weight: 300;
    margin-bottom: 30px;

}
#wd_featurebox-teaser_825 .item {
    padding: 10px 10px 30px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 15%);
    transition: all 0.3s ease-in-out;
    margin: 10px 0 20px;
}
#wd_featurebox-teaser_825 .item:hover {
    text-decoration: none;
    transform: scale(1.01, 1.01);
}
#wd_featurebox-teaser_825 .item .wd_date {
    font-weight: 300;
    color: #707070;
} 
#wd_featurebox-teaser_825 .item .wd_title a {

    font-size: 1.125rem;
    line-height: 1.4375rem;
    font-weight:500;

}
div.wd_featureboxes_top div.wd_featurebox_container {}
div.wd_featureboxes_top div.wd_featurebox_title {}

div.wd_featureboxes_left {}
div.wd_featureboxes_left div.wd_featurebox {}
div.wd_featureboxes_left div.wd_featurebox_container {}
div.wd_featureboxes_left div.wd_featurebox_title {}

div.wd_featureboxes_right {}
div.wd_featureboxes_right div.wd_featurebox {}
div.wd_featureboxes_right div.wd_featurebox_container {}
div.wd_featureboxes_right div.wd_featurebox_title {}

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

div.wd_featureboxes_bottom {}
div.wd_featureboxes_bottom div.wd_featurebox {}
div.wd_featureboxes_bottom div.wd_featurebox_container {}
div.wd_featureboxes_bottom div.wd_featurebox_title {}

/*Start Featureboxes Icons*/

div.wd_featureboxes_icons {
	display: flex;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 60px;
}
.wd_featureboxes_icons .wd_featurebox_title {
	font-family: 'Open Sans', sans-serif;
    font-size: 1.125rem;
    line-height: 1.4375rem;
}

div.wd_featureboxes_icons .wd_featurebox_container {
	width: 33.33%;
	text-align: center;
	display: flex;
    flex-direction: column-reverse;
}

div.wd_featureboxes_icons .wd_featurebox_container .wd_featurebox_title a {
	color: #D71920;
	text-decoration: none;
}

div.wd_featureboxes_icons .wd_icon_img {
	height: 60px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-bottom: 10px;
}

div.wd_featureboxes_icons .wd_featurebox_container:hover .wd_icon_img,
div.wd_featureboxes_icons .wd_featurebox_container:hover .wd_featurebox_title {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transition: .2s ease;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
}

/*End Featureboxes Icons*/

/* Start Featureboxes Blogs */
.wd_featureboxes_media_coverage .wd_fb_flex,
div.wd_featureboxes_blogs {
	display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}

div.wd_featureboxes_media_coverage .wd_blogs_title,
div.wd_featureboxes_blogs .wd_blogs_title {
	float: left;
	width: 100%;
    font-weight: 300;
    margin-bottom: 30px;
}
.wd_featureboxes_media_coverage .wd_featurebox-standard h2 a,
div.wd_featureboxes_blogs h2 a {
	color: #000;
	font-weight: 700;
}
.wd_featureboxes_media_coverage .blog_wrapper,
div.wd_featureboxes_blogs .blog_wrapper {
	width: 32%;
    margin-right: 2%;
    position: relative;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	transition: all 0.3s ease-in-out;
	color: #707070;
}
.wd_featureboxes_media_coverage .blog_wrapper:after,
div.wd_featureboxes_blogs .blog_wrapper:after {
	content: '';
  	position: absolute;
  	z-index: -1;
  	width: 100%;
  	height: 100%;
  	opacity: 0;
  	box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  	transition: opacity 0.2s ease-in-out;
  	top: 0;
}
.wd_featureboxes_media_coverage .blog_wrapper:hover::after,
div.wd_featureboxes_blogs .blog_wrapper:hover::after {
	opacity: 1;
}
.wd_featureboxes_media_coverage .blog_wrapper:nth-last-child(2),
div.wd_featureboxes_blogs .blog_wrapper:nth-last-child(2) {
	margin-right: 0;
}
.wd_featureboxes_media_coverage .blog_wrapper:hover,
div.wd_featureboxes_blogs .blog_wrapper:hover {
	cursor: pointer;
	text-decoration: none;
	transform: scale(1.01, 1.01);
}
.wd_featureboxes_media_coverage .wd_featurebox-standard .wd_featurebox_title,
div.wd_featureboxes_blogs .wd_featurebox_container .wd_featurebox_title {
	margin-top: 10px;
	margin-bottom: 0;
	padding: 0 15px;
    font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	line-height: 1.6875rem;
	font-weight: 300;
}

.wd_featureboxes_media_coverage .blog_wrapper .wd_featurebox h2 a:hover,
div.wd_featureboxes_blogs .blog_wrapper .wd_featurebox h2 a:hover {
	color: #393636;
	text-decoration: none;
}

.wd_featureboxes_media_coverage .wd_blog_image,
div.wd_featureboxes_blogs .wd_blog_image {
	background-repeat: no-repeat;
	height: 200px;
	background-size: cover;
	background-position: center;
}

.wd_featureboxes_media_coverage .wd_featurebox-standard .wd_featurebox h2,
div.wd_featureboxes_blogs .wd_featurebox_container .wd_featurebox h2 {
    font-size: 1.125rem;
    line-height: 1.4375rem;
    margin-bottom: 10px;
    padding: 0 15px;
    margin-top: 0;
    letter-spacing: .2px;
    color: #393636;
}

.wd_featureboxes_media_coverage .wd_featurebox-standard .wd_featurebox p,
div.wd_featureboxes_blogs .wd_featurebox_container .wd_featurebox p {
	padding: 0 15px;
	font-weight: 300;
}
.wd_featureboxes_media_coverage .wd_featurebox-standard .wd_featurebox {
	padding-bottom: 1.5em;
}
.wd_featureboxes_media_coverage .wd_featurebox-standard .wd_featurebox .wd_date,
div.wd_featureboxes_blogs .wd_featurebox_container .wd_featurebox .wd_date {
	font-weight: 500;

}
div.wd_featureboxes_blogs p.more {
	width: 100%;
	float: right;
	padding-right: 26px;
	margin-top: 20px;
}
div.wd_featureboxes_blogs p.more a {
	float: right;
}
/* End Featureboxes Blogs */

/* Start Featureboxes Tabbed */

div.wd_featureboxes_tabbed {
	margin-top: 60px;
}



div.wd_featureboxes_tabbed .wd_featurebox_title {
    font-weight: 300;
    margin-bottom: 30px;
}

div.wd_featureboxes_tabbed .wd_tabs_container {
	display: flex;
	flex-wrap: wrap;
}

div.wd_featureboxes_tabbed .wd_tabs_wrapper {
	width: 48%;
	padding: 20px;
	margin-right: 2%;
	background: #B1B4B5;
}
div.wd_featureboxes_tabbed .wd_region-title {
    font-weight: 300;
    font-size: 1.75rem;
    line-height: 2.625rem;
    margin-bottom: 10px;
    font-family: 'Interstate', sans-serif;
}

div.wd_featureboxes_tabbed .wd_region-title .wd_region-title-red {
	color: #D71920;
}
div.wd_featureboxes_tabbed .wd_tabs {
	display: flex;
	flex-wrap: wrap;
}
div.wd_featureboxes_tabbed .wd_tab {
	width: 50%;
	border: none;
	padding: 5px 20px;
	padding-left: 0;
	line-height: 1.2;
}
div.wd_featureboxes_tabbed .wd_tab:after {
	font-family: "FontAwesome";
    content: '\f105';
    font-size: 1.625rem;
    position: absolute;
    padding-left: 15px;
    line-height: .8;
}
div.wd_featureboxes_tabbed .wd_tab-active {
	background-color: transparent;
	color: #D71920;
	line-height: 1.2;
}
div.wd_featureboxes_tabbed .wd_tabs_content_wrapper {
	width: 48%;
	margin-left: 2%;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
#wd_featurebox-standard_3521_tab_content {
	height: 100%;
}
div.wd_featureboxes_tabbed .wd_tabs_content_wrapper .wd_featurebox_container {
	display: flex;
	height: 100%;

}
div.wd_featureboxes_tabbed .wd_tabs_content_wrapper .wd_featurebox_container .wd_featurebox {
	width: 100%;
	padding: 20px; 

}
div.wd_featureboxes_tabbed .wd_tabs_content_wrapper .wd_featurebox_container .wd_tabbed_img {
	width: 40%;
	background-repeat: no-repeat;
    background-size: cover; 
    float: right;
    background-position: center;
    min-height: 354px;
}

div.wd_featureboxes_tabbed .wd_tabs_content_wrapper .wd_featurebox_container .name {
    font-size: 1.75rem;
    line-height: 2.625rem;
    font-family: 'Interstate', sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
}
div.wd_featureboxes_tabbed .wd_tabs_content_wrapper .wd_featurebox_container .position {
	margin-bottom: 35px;
}
.phone_contact,
.email_contact,
.country_contact {
	display: flex;
}
.wd_featureboxes_tabbed .phone_contact,
.wd_featureboxes_tabbed .email_contact,
.wd_featureboxes_tabbed .country_contact {
	padding: 5px;
}
div.wd_featureboxes_tabbed .wd_tabs_content_wrapper .wd_featurebox_container .personal_info {
	display: inline-flex;
	width: 100%;
	margin-bottom: 10px;
	word-break: break-all;
	margin-bottom: 20px;
}

.country_image {
	background-image: url(../images/Contacts_Location_Icon.png);
    display: inline-flex;
    background-repeat: no-repeat;
    width: 26px;
    height: 25px;
    background-size: contain;
    background-position: center;
    transform: translateY(-20%);
    padding-bottom: 20px;
    margin-right: 15px;
}
div.wd_featureboxes_tabbed .country {
    display: inline-flex;
    width: 100%;
    margin-bottom: 10px;
    word-break: break-all;
    margin-bottom: 20px;
	
}


.wd_featureboxes_tabbed .personal_info {
	display: inline-flex;
}

div.wd_featureboxes_tabbed .wd_tabs_content_wrapper p.email {
	display: inline-flex;
	width: 100%;
	margin-bottom: 10px;
	word-break: break-all;
	margin-bottom: 20px;
}


.wd_featureboxes-vertical a {
	font-weight: 300;
}
div.wd_featureboxes_tabbed .wd_tabs_content_wrapper .wd_featurebox_container .personal_info,
div.wd_featureboxes_tabbed .country,
div.wd_featureboxes_tabbed .wd_tabs_content_wrapper p.email {
	font-size: 1.125rem;
	line-height: 1.2;
	margin: 0;
}
/* End Fetaureboxes Tabbed */

/* Start Featureboxes Bottom */
	
div.wd_featureboxes_bottom {
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
}

div.wd_featureboxes_bottom .bottom_featurebox_title {
	width: 100%;
    font-weight: 300;
	margin-bottom: 60px;

}

div.wd_featureboxes_bottom .wd_featurebox_container {
	width: 32%;
	margin-right: 2%;
	padding: 0;
	margin-bottom: 30px;

}
div.wd_featureboxes_bottom .wd_featurebox_container:last-child {
	margin-right: 0;
}
.wd_social_wrapper {
	padding: 5px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
}
div.wd_featureboxes_bottom .wd_featurebox {
	padding: 15px;
    background: white;
    height: 600px;
	overflow: auto;
	overflow-x: auto;
	border-radius: 10px;
}

::-webkit-scrollbar-track {
	border-radius: 20px;
	background: transparent;
	border: transparent;
}
div.wd_featureboxes_bottom #wd_featurebox-social_6 .wd_item {
	width: 100% !important;
	overflow: hidden;
    margin: 20px 0;
    background-color: #F1F1F1;
}

div.wd_featureboxes_bottom #wd_featurebox-social_6 .wd_item_thumbnail {
	margin-bottom: 10px;
}
div.wd_featureboxes_bottom #wd_featurebox-social_6 .item_name a {
	line-height: 1.2;
}
/* Changing Facebook social icon */
div.wd_featureboxes_bottom #wd_featurebox-social_1 .wd_featurebox_title {
	text-align: center;
}
div.wd_featureboxes_bottom #wd_featurebox-social_1 .wd_featurebox_icon img {
	visibility: hidden;
	display: inline-block;
	position: relative;
}
div.wd_featureboxes_bottom #wd_featurebox-social_1 .wd_featurebox_icon {
	display: inline-block;
	position: relative;
}
div.wd_featureboxes_bottom #wd_featurebox-social_1 .wd_featurebox_icon:before {
	visibility: visible;
	content: '';
	display: inline-block;
	background-image: url('../images/fb_logo.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 23px;
}
/* Changing Twitter social icon */
div.wd_featureboxes_bottom #wd_featurebox-social_5 .wd_featurebox_title {
	text-align: center;
}
div.wd_featureboxes_bottom #wd_featurebox-social_5 .wd_featurebox_icon img {
	visibility: hidden;
	display: inline-block;
	position: relative;
}
div.wd_featureboxes_bottom #wd_featurebox-social_5 .wd_featurebox_icon {
	display: inline-block;
	position: relative;
}
div.wd_featureboxes_bottom #wd_featurebox-social_5 .wd_featurebox_icon:before {
	visibility: visible;
	content: '';
	display: inline-block;
	background-image: url('../images/twitter_logo.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 17px;
}

/* Changing Youtube social icon */

div.wd_featureboxes_bottom #wd_featurebox-social_6 .wd_featurebox_title {
	text-align: center;
}
div.wd_featureboxes_bottom #wd_featurebox-social_6 .wd_featurebox_icon img {
	visibility: hidden;
	display: inline-block;
	position: relative;
}
div.wd_featureboxes_bottom #wd_featurebox-social_6 .wd_featurebox_icon {
	display: inline-block;
	position: relative;
}
div.wd_featureboxes_bottom #wd_featurebox-social_6 .wd_featurebox_icon:before {
	visibility: visible;
	content: '';
	display: inline-block;
	background-image: url('../images/youtube_logo.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 13px;
	right: -12px;
}
/* End Featureboxes Bottom */



/* Start Featureboxes Media Coverage */

.wd_featureboxes_media_coverage {
	margin: 60px 0;
}
.wd_featureboxes_media_coverage .wd_featurebox_title {
    font-weight: 300;
    margin-bottom: 30px;
}
.wd_featureboxes_media_coverage .wd_news_headlines-teaser {
    display: flex;
    justify-content: space-between;
    column-gap: 2%;
}
.wd_featureboxes_media_coverage .wd_news_headlines-teaser .wd_news_headlines_wrapper {
    flex: 1;
    box-shadow: 0 1px 2px rgb(0 0 0 / 15%);
    transition: all 0.3s ease-in-out;
    color: #707070;
}
.wd_featureboxes_media_coverage .wd_news_headlines-teaser .wd_news_headlines_wrapper:hover {
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    transform: scale(1.01, 1.01);
}
.wd_featureboxes_media_coverage .wd_news_headlines-teaser .item {
    margin: 0;
    padding: 0;
}
.wd_featureboxes_media_coverage .wd_news_headlines-teaser .item .item_name {
	margin-bottom: 10px;
}
.wd_featureboxes_media_coverage .item .item_summary,
.wd_featureboxes_media_coverage .item .item_date {
    font-weight: 300;
    font-size: 1rem;
}
.wd_featureboxes_media_coverage .item .item_summary .item_publication {
	margin-bottom: 1.5em;
}
.wd_featureboxes_media_coverage .wd_news_headlines-teaser .item .item_name a {
 	padding-bottom: 10px;
    font-size: 1.125rem;
    line-height: 1.4375rem;
    font-weight: 500;
}
.wd_featureboxes_media_coverage .wd_news_headlines-teaser .item .item_name a:hover {
    color: #393636;
    text-decoration: none;
}
.wd_featureboxes_media_coverage p.more {
	width: 100%;
    text-align: right;
    padding-right: 30px;
    margin: 60px 0 0;
}

.wd_featureboxes_media_coverage .wd_news_headlines-teaser .item > img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.wd_featureboxes_media_coverage .wd_new_headlines_content {
    padding: 10px 15px 1.5em;
}
/*Start RSS */

#wd_featurebox-standard_3523 {
	width: 46%;
	margin: 40px 4% 100px 0%;
	background-color: #ffffff;
	color: #000000;
	padding: 30px 60px;
	position: relative;
	overflow: hidden;
}
#wd_featurebox-standard_3523:after {
	content: '';
	position: absolute;
	background-image: url('../images/noun_Email_205162.png');
	background-repeat: no-repeat;
	background-size: contain;
	height: 200px;
	width: 200px;
	left: 69%;
	top: 46%;
}

#wd_featurebox-standard_3523 .wd_featurebox_title {
	font-weight: 400;
	margin-bottom: 20px;
}
#wd_featurebox-standard_3523 .intro_text {
    font-weight: 300;
    font-size: 2.5rem;
    margin-bottom: 35px;
}
#wd_featurebox-standard_3523 .intro_text span {
	color: #7A1315;
	font-weight: 600;
}
#wd_featurebox-standard_3523 .subscribe_link {
	background-color: #7A1315;
	padding: 10px 60px;
	color: #ffffff;
	transition: .2s all;

}
#wd_featurebox-standard_3523 .subscribe_link:hover {
	text-decoration: none;
	color: #7A1315;
	border: 1px solid #7A1315;
	background-color: #ffffff;
}
/* End Featureboxes Media Coverage */

/* END Featureboxes */

/*Content*/

.wd_pageid_20303 #wd_printable_content .page_header {
	display: none;
}



.details_date {
	visibility: hidden;
}


/*End Content*/

/* Start News Releases Page */
.wd_newsfeed_releases .wd_item_wrapper,
.wd_newsfeed_releases .wd_item_wrapper:first-child, 
.wd_newsfeed_releases .wd_item_wrapper:last-child {
	margin-left: 180px;
}
.wd_newsfeed_releases .wd_item {
	padding: 30px 0;
	position: relative;
	border-bottom: 1px solid #E6E6E7;

}
.wd_newsfeed_releases .wd_item .wd_thumbnail, 
.wd_newsfeed_releases .wd_item .wd_asset_type_link_list {
	display: none;
}
.wd_newsfeed_releases .wd_item .wd_date {
	position: absolute;
	left: 0;
	top: 30px;
	line-height: 2rem;

}
.wd_newsfeed_releases .wd_item .wd_title a {
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 2rem;
}
.wd_newsfeed_releases .wd_item .wd_summary p {
	color: #333;
	font-weight: 500;
	line-height: 1.5;
	font-size: 1rem;
}


/* End News Releases Page */

/* New Media Contacts */

.wd_pageid_20301 .wd_category_items {
	display: flex;
	flex-wrap: wrap;
}
.wd_pageid_20301 .wd_category_items .item {
	width: 48%;
	margin-right: 2%;
	display: flex;
	flex-wrap: wrap;
} 

.wd_pageid_20301 .wd_category_items .item:nth-child(2n) {
	margin-right: 0;
	margin-left: 2%;
}
.wd_pageid_20301 .wd_contact_wrapper {
	width: 100%;
	display: flex;
	border: 1px solid #B1B4B5;
}
.wd_pageid_20301 .wd_category_items .item_name {
	width: 100%;
    font-size: 1.75rem;
    line-height: 2.625rem;
    font-family: 'Interstate', sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
    color: #000;
}
.wd_pageid_20301 .wd_contact_card {
	width: 100%;
	padding: 20px;
	color: #000;
}
.wd_pageid_20301 .wd_contact_card .name {
    font-size: 1.75rem;
    line-height: 2.625rem;
    font-family: 'Interstate', sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
    color: #707070;
}
.wd_pageid_20301 .wd_contact_card .postion {
	margin-bottom: 35px;
}
.wd_pageid_20301 .wd_contact_card .phone,
.wd_pageid_20301 .wd_contact_card .email {
	display: inline-flex;
	width: 100%;
	word-break: break-all;
    font-size: 1.125rem;
    line-height: 1.2;
    margin-bottom: 10px;
}
.phone_image {
	background-image: url(../images/Contacts_Phone_Icon.png);
    display: inline-flex;
    background-repeat: no-repeat;
    width: 26px;
    height: 25px;
    background-size: contain;
    background-position: center;
    transform: translateY(-20%);
    padding-bottom: 20px;
    margin-right: 15px;
}

.email_image {
	background-image: url(../images/Contacts_Email_Icon.png);
    display: inline-flex;
    background-repeat: no-repeat;
    width: 26px;
    height: 25px;
    background-size: contain;
    background-position: center;
    transform: translateY(-20%);
    padding-bottom: 20px;
    margin-right: 15px;
}


.wd_pageid_20301 .wd_card_image {
	width: 0%;
	min-height: 220px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;

}
.wd_pageid_20301 .item table {
	width: 35%;
	margin: 0 !important;
}
.wd_pageid_20301 .item table img {
	width: 100%;
}
.wd_pageid_20301 .item table td {
	padding: 0;
}

/* End New Media Contacts */

/* Start News Releases */

.wd_news_headlines .wd_title {
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 2rem;
    padding-bottom: 0px;
}
.wd_news_headlines .wd_publication,
.wd_news_headlines .wd_date {
	line-height: 1.4;
	font-size: 1.125rem;
	font-weight: 300;
	padding-bottom: 0;
}

.wd_news_headlines .wd_summary p{
	line-height: 1.6;
	font-size: 1.125rem;
	font-weight: 300;
	padding-bottom: 0;
}
/* End News Releases */

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

/* Start buttons and links */

.wd_link { 
	color: #fff;
    font-weight: 300;
    font-size: 1.125rem;
    position: relative;
}
.wd_link:hover {
	color: #fff;
	cursor: pointer;
}

.wd_link:after {
	font-family: "FontAwesome";
    content: '\f105';
    font-size: 1.625rem;
    position: absolute;
    padding-left: 15px;
}

p.more a {
	font-weight: 500;
    font-size: 1.125rem;
	color: #707070;
	position: relative;
}
p.more a:after {
	font-family: "FontAwesome";
    content: '\f105';
    font-size: 1.625rem;
    position: absolute;
    padding-left: 15px;

}

/* End Buttons and Links */

/* Start RSS */
div.wd_rssfeeds_item:nth-child(2) {
	margin-left: 0px;
}
div.wd_rssfeeds_item:last-child {
	margin-left: 0px;
} 
.wd_rssfeeds_item {
	margin-left: 16px;
}

/* End RSS */

/* Start Toolbar */
div.wd_toolbar ul.wd_tools li.wd_tool {
	margin-right: 2px;
}

span.wd_tool_icon > a:link, span.wd_tool_icon > a:visited {
	background-color: #767676;
}
.wd_tool_icon a:hover {
	transform: translateY(-4px);
	transition: all .2s ease-in-out;
}
div.wd_toolbar.wd_toolbar-detail {
	border: none;
	padding-left: 0px;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1;
}
div.wd_toolbar-detail ul.wd_tools li.wd_tool {
	float: left;
}

/* End Toolbar */

/* Extra large devices (large desktops) */
@media (max-width: 1240px) {
	.mainNavMenu {
		display: block;
	}
	.wd_mobile_nav {
		display: block;
	}

	/*Start Tabbed Featurebox Styles*/

	div.wd_featureboxes_tabbed .wd_tabs_wrapper {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	div.wd_featureboxes_tabbed .wd_tabs_content_wrapper {
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}

	/*End Tabbed Fetaurebox Styles*/

	/* Start Media Coverage Featurebox Poistion */
	div.wd_featureboxes_media_coverage #wd_featurebox-teaser_1377 {
		width: 100%;
    	margin-right: 0
	}
	#wd_featurebox-standard_3523 {
		width: 100%;
    	
	}
	#wd_featurebox-standard_3523:after {
		left: 82%;
    	top: 37%;
	}
	/* End Media Coverage Featurebox Poistion */

	/* Start Bottom Featurebox Position */

	div.wd_featureboxes_bottom .wd_featurebox_container {
		width: 48%;
		margin-right: 2%;
		margin-bottom: 20px;
	}
	div.wd_featureboxes_bottom .wd_featurebox_container:last-child {
		width: 48%;
		margin-right: 2%;
		margin-bottom: 20px;
	}



	/* End Bottom Featurebox Position */

	.wd_pageid_20301 .wd_category_items .item {
		width: 100%;
		margin-right: 0;
		display: flex;
		flex-wrap: wrap;
	} 

	.wd_pageid_20301 .wd_category_items .item:nth-child(2n) {
		margin-right: 0;
		margin-left: 0;
	}


}
@media (max-width: 1200px) {
	.wd_home_hero .inner-container {
		max-width: 1000px;
	}
}
@media (max-width: 1199px) {}

@media (max-width: 1024px) {
	/* Hero */

	.wd_home_hero .wd_header_content {
		max-width: 750px;
	}
	.wd_home_hero .inner-container {
		max-width: 750px;
	}

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

/* Medium devices (tablets) */
@media (max-width: 768px) {
	.wd_home_hero .inner-container {
		max-width: 100%;
	}
	#single_slider_responsive .single_slider_carousel_caption p {
		display: block;
	}
	#single_slider_responsive .single_slider_carousel_caption {
		min-height: 450px;
		width: 100%;
		position: relative;
		top: initial;
		transform: initial;
		max-height: 750px;
	}

	div.single_slider_carousel_caption p.single_slider_carousel_description {
		padding-right: 0;
	}

	/* Start Top Featureboxes */

	.wd_featureboxes_top {
		flex-wrap: wrap;
	}
	
	#wd_featurebox-standard_3513 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	#wd_featurebox-teaser_825 {
		width: 100%;
		margin-left: 0;
	}

	/* End Top Featureboxes */

	/* Start Blogs Featureboxes */
	.wd_featureboxes_media_coverage .blog_wrapper,
	div.wd_featureboxes_blogs .blog_wrapper {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.wd_featureboxes_media_coverage .wd_blog_image,
	div.wd_featureboxes_blogs .wd_blog_image {
		height: 400px;
	}

	/* End Blogs Featureboxes */

	/*Start Media Coverage Featurebox */

	
	.wd_featureboxes_media_coverage .wd_news_headlines-teaser {
	    flex-direction: column;
	    row-gap: 40px;
	}

	/* End Media Coverage Featurebox */

	/* Start News Releases Page */
	.wd_newsfeed_releases .wd_item_wrapper,
	.wd_newsfeed_releases .wd_item_wrapper:first-child, 
	.wd_newsfeed_releases .wd_item_wrapper:last-child {
		margin-left: 0px;
	}

	.wd_newsfeed_releases .wd_item .wd_date {
		position: relative;
		top: 0; 
	}

	/* Start "New Media Contacts" */



	
	/* End "New Media Contacts" */





}

/* Small devices (landscape phones) */
@media (max-width: 575px) {

	/* Start Page Header */

	.wd_home_hero .page_header {
		margin-top: 70px;
	}

	/* End Page Header */
	/* Start Featureboxes Icons */

	div.wd_featureboxes_icons {
		width: 100%;
	}
	div.wd_featureboxes_icons .wd_featurebox_container {
		width: 100%;
		margin-bottom: 20px;
	}
	/* End Featureboxes Icons */
	#single_slider_responsive .single_slider_carousel_caption h4 {
		font-size: 1rem;
	}
	#single_slider_responsive .single_slider_carousel_caption h4 a {
		font-size: 1rem;
	}
	.wd_featureboxes_media_coverage .wd_blog_image,
	div.wd_featureboxes_blogs .wd_blog_image {
		height: 300px;
	}
	/*Start Tabbed Featurebox Styles*/

	div.wd_featureboxes_tabbed .wd_tabs_content_wrapper .wd_featurebox_container {
		flex-direction: column-reverse;
	}
	div.wd_featureboxes_tabbed .wd_tabs_content_wrapper .wd_featurebox_container .wd_tabbed_img {
		width: 100%;
	}
	div.wd_featureboxes_tabbed .wd_tabs_content_wrapper .wd_featurebox_container .wd_featurebox {
		width: 100%;
	}
	div.wd_featureboxes_tabbed .wd_tab {
		font-size: 0.875rem;
	}
	div.wd_featureboxes_tabbed .wd_tab:after {
		font-size: 0.875rem; 
	}
	/*End Tabbed Fetaurebox Styles*/

	/* Start Featureboxes Media Coverage */

	div.wd_featureboxes_media_coverage {
		padding: 15px;
	}
	div.wd_featureboxes_media_coverage #wd_featurebox-teaser_1377 {
		padding: 10px;
	}
	#wd_featurebox-standard_3523 {
		padding: 4px 15px; 
		margin: 40px 4% 20px 0%;

	}
	#wd_featurebox-standard_3523 .intro_text {
		line-height: 1.2;
	}
	#wd_featurebox-standard_3523:after {
		display: none;
	}
	/* End Featureboxes Media Coverage */

	/* Start Bottom Featurebox Position */

	div.wd_featureboxes_bottom .wd_featurebox_container {
		width: 100%;
		margin-right: 0;
		margin-bottom: 60px;
	}
	div.wd_featureboxes_bottom .wd_featurebox_container:last-child {
		width: 100%;
		margin-right: 0;
		margin-bottom: 60px;
	}


	/* End Bottom Featurebox Position */

	/* New Media Contacts */

	.wd_pageid_20301 .wd_contact_wrapper {
		width: 100%;
		display: flex;
		border: 1px solid #a6a6a6;
		flex-direction: column-reverse;
	}

	.wd_pageid_20301 .wd_card_image {
		width: 100%;
		min-height: 0px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;

	}

	/* End New Media Contacts */

	/* Start Basic Search Fields */

	#wd_printable_content .wd_search_basic_fields select,
	#wd_printable_content .wd_search_basic_fields input
	{
		width: 100%;
		margin-right: 0%;
		margin-bottom: 10px;
		max-width: 100%;
	}

	#wd_printable_content button {
		width: 100%;
		max-width: 100%;
	}

	/* End Basic Search Fields */

	/* Start News Headlines */

	.wd_news_headlines .wd_captioned_image {
		float: none !important; /* overriding inline styling */
		margin: 0 auto !important; /* overriding inline styling */
	}
	.wd_news_headlines .wd_item_wrapper {
		clear: both;
		padding-left: 0;
		padding-top: 12px;
	}
	/* End News Headlines */


}

/* CLIENT CSS OVERRIDES */
body {
	color: #000;
}
.utilityMenu .menu-button.button-red {
	background-color: #D71920;
	border-color: #D71920;
}
.utilityMenu .menu-button.button-red:hover {
	color: #D71920;
	border-color: #D71920;
}
.utilityMenu .menu-button.button-red:before {
	display: none;
}
.utilityMenu .menu-button.button-red {
	padding: .4375rem .5625rem;
}
.utilityMenu .utilityMenu__wrapper {
    column-gap: 40px;
}
.globalHeaderV2 .bottom-bar .mainNavMenu .nav-wrapper.collapse.dont-collapse-flex-md {
    column-gap: 25px;
}
.dropdown .search-button {
	display: none;
}
#product-description-container40f839c6-27dd-4993-8c14-0facd7a48c82 {
	padding-top: 0px;
}
#product-description-containerc4181afe-3512-49ca-8348-36e746a2f466 {
	padding-top: 0px;
}


.globalHeaderV2 .top-bar {
    background: #131313;
    color: #fff;
    border: none;
}
.globalHeaderV2 .bottom-bar {
	background: #020709;
	border-top: 1px solid #707070;
}
nav.mainNavMenu .nav-section-title {
    color: #fff;
    font-weight: 600;
}
.globalHeaderV2 .bottom-bar .mainNavMenu {
	background: #020709;
	color: #fff;
}
.globalHeaderV2 .menu-link .menu-icon .center-bar,
.globalHeaderV2 .menu-link .menu-icon:before,
.globalHeaderV2 .menu-link .menu-icon:after {
	background-color: #fff;
}
.globalHeaderV2 .utilityMenu .menu-button__text {
    font-size: .875rem;
}
.container-fluid--hybrid>.footer .inner-container,
.globalHeaderV2 .inner-container,
.container-fluid--hybrid>.full-browser-width-wrap .inner-container,
.container {
    max-width: 1400px;
    width: auto;
    padding: 0 42px;
}
body.nav-fixed main,
body.nav-fixed .wd_featureboxes_header {
    padding-top: 107px;
}
body.nav-fixed .wd_featureboxes_header ~ main {
	padding-top: 0;
}
@media (max-width: 1024px) {
	.globalHeaderV2 .bottom-bar {
		border: none;
	}
	.globalHeaderV2 .bottom-bar .mainNavMenu .nav-wrapper.dont-collapse-flex-md {
	    background-color: #131313;
	}
	.container-fluid--hybrid>.footer .inner-container,
	.globalHeaderV2 .inner-container,
	.container-fluid--hybrid>.full-browser-width-wrap .inner-container,
	.container {
	    padding: 0 24px;
	}
	body.nav-fixed main,
	body.nav-fixed .wd_featureboxes_header {
	    padding-top: 69px;
	}
}

/* Custom footer */
.footer {
    background-color: #020607;
    color: #fff;
    padding: 88px 0 50px;
}
.wd_footer_wrapper {
	position: relative;
}
.wd_footer_nav_wrapper,
.wd_footer_top_wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}
.wd_footer_nav_wrapper {
    width: 60%;
}
.wd_footer_cta {
    background: transparent linear-gradient(118deg, #7A1315 0%, #9A1915 47%, #D71920 100%) 0% 0% no-repeat padding-box;
    border-radius: 9px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    width: 400px;
    padding: 30px;
}
.wd_footer_cta_header {
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-weight: 600;
}
.wd_footer_cta .wd_button a {
    background-color: #fff;
    color: #D71920;
    font-size: 1rem;
    font-weight: 400;
    padding: 9px 39px;
    display: inline-block;
    border-radius: 12px;
}
.wd_footer_cta .wd_button a:hover {
	text-decoration: none;
}
.wd_footer_nav_header {
    font-size: 1.375rem;
    line-height: 1.8125rem;
    margin-bottom: 42px;
}
.wd_footer_nav a {
    padding: 0;
    margin-bottom: 24px;
    font-size: 1rem;
    font-weight: 300;
    position: relative;
}
.wd_footer_nav .wd_footer_nav_item:last-child a {
    margin-bottom: 0;
}
.wd_footer_nav a:hover {
	text-decoration: none;
}
.wd_footer_nav a:after {
    content: " ";
    position: absolute;
    bottom: -10px;
    left: 12px;
    right: 12px;
    border-bottom: 1px solid #D71920;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out,-webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out,-webkit-transform .5s ease-in-out;
}
.wd_footer_nav a:hover:after {
    -webkit-transition: .9s;
    transition: .9s;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.wd_footer_nav_item {
    margin: 0;
}
.wd_footer_col {
    display: flex;
    flex-direction: column;
}
.wd_footer_social {
    margin-top: auto;
    padding-top: 2rem;
}
.wd_footer_social a {
    display: inline-flex;
    height: 40px;
    width: 40px;
    padding: 0;
    background-color: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #020607;
    font-weight: 400;
}
.wd_footer_social a ~ a {
	margin-left: 15px;
}
.wd_footer_social a:after {
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 1.25rem;
    line-height: 1;
}
.wd_footer_linkedin:after {
    content: '\f08c';
}
.wd_footer_facebook:after {
	content: '\f082';
}
.wd_footer_twitter:after {
	content: '\f099';
}
.wd_footer_instagram:after {
	content: '\f16d';
}
.wd_footer_youtube:after {
	content: '\f167';
}
.wd_footer_social a:hover {
    color: #fff;
    background-color: #020607;
    text-decoration: none;
}
.wd_footer_bottom_wrapper {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    column-gap: 28px;
}
.wd_footer_region_header {
    font-size: 0.875rem;
    line-height: 1.375rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.wd_footer_region_select a {
    display: inline-flex;
    width: 280px;
    max-width: 100%;
    height: 40px;
    align-items: center;
    font-size: .75rem;
    line-height: 1.5rem;
    font-weight: 300;
    background-color: #fff;
    color: #606062;
    border-radius: 4px;
    position: relative;
}
.wd_footer_region_select a:hover {
	text-decoration: none;
}
.wd_footer_region_select a:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-left: 1px solid #606062;
    border-bottom: 1px solid #606062;
    margin-left: auto;
    transform: rotate(-45deg);
    margin-bottom: 2px;
}
.wd_footer_region_select.open a:after {
    transform: rotate(-225deg);
    margin-top: 6px;
    margin-bottom: 0;
}
.wd_footer_cp_wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    width: 60%;
    margin-top: auto;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255, 0.2);
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
}
.wd_footer_cp_wrapper .wd_footer_nav a {
    margin-bottom: 0;
}
.wd_footer_cp_wrapper .wd_footer_nav_item {
    position: relative;
}
.wd_footer_cp_wrapper .wd_footer_nav {
    display: flex;
    white-space: nowrap;
    column-gap: 18px;
}
.wd_footer_cp_wrapper .wd_footer_nav_item ~ .wd_footer_nav_item:before {
    content: '|';
    position: absolute;
    left: -14px;
    font-weight: 100;
}
.wd_footer_region_wrapper {
    display: none;
    position: absolute;
    top: 0;
    left: 42px;
    background-color: #fff;
    bottom: 50px;
    right: 42px;
    border-radius: 10px;
    color: #4D4D4F;
}
.wd_footer_region_close {
    position: absolute;
}
.wd_footer_region_wrapper.open {
    display: flex;
    justify-content: space-between;
    padding: 2rem 1.5rem;
    column-gap: 20px;
}
.wd_footer_region_link a {
    padding: 0;
    margin-bottom: 14px;
    font-size: .875rem;
    font-weight: 400;
}
.wd_footer_region_link.active a {
    font-weight: 600;
}
.wd_footer_region_nav {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: calc(100% - 10px);
}
.wd_footer_region_link {
    margin: 0;
}
.wd_footer_region.wd_amer,
.wd_footer_region.wd_mea {
    flex: 1;
}
.wd_footer_region.wd_eur,
.wd_footer_region.wd_ap {
    flex: 2;
}
.wd_footer_region.wd_eur .wd_footer_region_link,
.wd_footer_region.wd_ap .wd_footer_region_link {
     max-width: 50%; 
}
.wd_footer_region_nav_header {
    font-size: 1rem;
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 1px solid;
    margin-bottom: 10px;
}
.wd_footer_region_close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    height: 20px;
    width: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

.wd_footer_region_close::before,
.wd_footer_region_close::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: black;
}

.wd_footer_region_close::before {
    transform: rotate(45deg);
}

.wd_footer_region_close::after {
    transform: rotate(-45deg);
}
@media (max-width: 1200px) {
	.footer {
		padding-top: 50px;
	}
	.wd_footer_cta {
		width: 375px;
	}
	.wd_footer_nav_header {
		font-size: 1.125rem;
	}
	.wd_footer_cp_wrapper,
	.wd_footer_nav a {
		font-size: .875rem;
	}
	.wd_footer_nav_wrapper,
	.wd_footer_cp_wrapper {
	    width: 100%;
	}
	.wd_footer_top_wrapper {
	    column-gap: 80px;
	}
}
@media (max-width: 1024px) {
	.wd_footer_region_wrapper {
		left: 24px;
		right: 24px;
	}
}
@media (max-width: 991px) {
	.footer {
	    padding: 24px 0;
	}
	.wd_footer_bottom_wrapper,
	.wd_footer_nav_wrapper,
	.wd_footer_top_wrapper {
		flex-direction: column;
	}
	.wd_footer_bottom_wrapper,
	.wd_footer_top_wrapper {
		row-gap: 20px;
	}
	.wd_footer_cta {
	    width: 100%;
	}
	.wd_footer_social {
		text-align: center;
	}
	.wd_footer_top_wrapper .wd_footer_nav {
	    display: none;
	}
	.wd_footer_nav_header {
	    margin: 0;
	    padding: 24px 24px 24px 0;
	    cursor: pointer;
	    position: relative;

	}
	.wd_footer_nav_header:after {
	    content: '';
	    display: inline-block;
	    width: 12px;
	    height: 12px;
	    border-left: 1px solid #fff;
	    border-bottom: 1px solid #fff;
	    transform: rotate(-45deg) translateY(-10px);
	    position: absolute;
	    right: 16px;
	    top: 50%;
	}
	.wd_footer_nav_header.open:after {
		transform: rotate(-225deg) translateY(5px);
	}
	.wd_footer_top_wrapper .wd_footer_nav.open {
		display: block;
		margin-bottom: 24px;
	}
	.wd_footer_nav_wrapper .wd_footer_col {
	    border-top: 1px solid;
	}
	.wd_footer_nav_wrapper .wd_footer_col:last-child {
		border-bottom: 1px solid;
	}
	.wd_footer_region_outer_wrapper {
	    position: relative;
	}
	.wd_footer_region_wrapper {
	    left: 0;
	    right: 0;
	    top: auto;
	    flex-direction: column;
        max-height: 100vh;
	    overflow-y: scroll;
	    border-radius: 0;
	}
	.wd_footer_region.wd_eur .wd_footer_region_link,
	 .wd_footer_region.wd_ap .wd_footer_region_link {
	    max-width: 100%;
	}
}

@media (max-width: 767px) {
	.wd_footer_nav_header {
		font-size: .875rem;
	}
	.wd_footer_nav a {
		color: #D1D1D1;
	}
	.wd_footer_cp_wrapper {
	    flex-direction: column;
	    row-gap: 20px;
	    padding: 0;
	    border: none;
	}
	.wd_footer_cp_wrapper .wd_footer_nav {
		display: block;
		column-count: 2;
		column-gap: 2%;
	    white-space: initial;
	}
	.wd_footer_cp_wrapper .wd_footer_nav_item {
	    width: 49%;
	    margin-bottom: 20px;
	}
	.wd_footer_cp_wrapper .wd_footer_nav_item ~ .wd_footer_nav_item:before {
		display: none;
	}
	.wd_footer_bottom_wrapper {
		margin-top: 20px;
	}
	.wd_featureboxes_header .wd_imagetable .imagecaption {
	    position: initial;
	    width: 100%;
	    background-color: #000;
	    pointer-events: initial;
	    transform: none;
	}
}