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

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

.header__toggle {
	display: none;
}
.hero .hero__image img {
	max-width: 713px;
}
.wd_nav_wrapper {
    position: relative;
    border-bottom: 1px solid #deddd7;
    font-weight: 400;
    height: 85px;
    background-color: #fff;
    z-index: 3;
    width: 100%;
}
.wd_nav_trigger {
    display: none;
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    color: #000;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 4.25rem;
    padding: 0 28px;
    cursor: pointer;
}
.wd_nav_trigger:after {
    content: '\f107';
    font-family: 'FontAwesome';
    float: right;
}
.wd_nav_trigger.opened:after {
    content: '\f106';
}
.wd_nav_trigger.opened {
    border-bottom: 1px solid #deddd7;
}
.wd_nav {
    max-width: 1199px;
    margin: 0 auto;
    justify-content: center;
}
.wd_nav_wrapper.wd_nav_sticky {
    position: fixed;
    top: 85px;
}
/* END Header styles */
.wd_main_content {
    padding-top: 20px;
}
.wd_main_content.wd_nav_sticky {
    padding-top: 105px;
}
a:hover {
	background: none;
}
a.more-arrow svg {
    margin-left: 6px;
}
.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;
}

/* Tables */
table.wd_inline_image td {
    padding: 5px;
    min-width: 60px;
}
table.wd_inline_image img {
    display: inline-block;
}

.wd_styled_table th,
.wd_styled_table td {
    padding: 5px;
    vertical-align: middle;
}
.wd_styled_table td:not(:first-child) {
    text-align: center;
}
.wd_styled_table thead th {
    text-align: center;
    background-color: rgb(204, 204, 204);
}
.wd_styled_table tbody tr:nth-child(even) td {
    background-color: rgb(238, 238, 238);
}
/* END Tables */

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

/* 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 / Articles */
body.wd_pageid_20295,
body.wd_pageid_34141 {
	background-color: #f3f6f9;
}
.wd_articles .wd_item,
.wd_newsfeed_releases .wd_item {
    display: flex;
    align-items: center;
    padding: 0;
}
.wd_articles .wd_item .wd_item_wrapper,
.wd_newsfeed_releases .wd_item .wd_item_wrapper {
	margin-left: 0;
}
.wd_articles .wd_item .wd_thumbnail img,
.wd_newsfeed_releases .wd_item .wd_thumbnail img {
	object-fit: contain;
}
.wd_articles .wd_item .wd_thumbnail,
.wd_newsfeed_releases .wd_item .wd_thumbnail {
	margin: 0;
	background-color: #fff;
}
.wd_newsfeed_releases .wd_item .wd_date {
    margin-bottom: 14.5px;
    padding-bottom: 14.5px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    font-size: 0.875rem;
}

.wd_articles .wd_item .wd_author {
    float: none;
    display: inline-block;
    width: auto;
    min-height: initial;
    margin: 0;
}
.wd_articles .wd_item .wd_author,
.wd_articles .wd_item .wd_author_name,
.wd_articles .wd_item .wd_date {
	font-size: 0.875rem;
	display: inline-block;
}
.wd_articles .wd_item .wd_author,
.wd_articles .wd_item .wd_author_name {
	margin-right: 10px;
}
.wd_articles .wd_item .wd_author_name a {
	color: #000;
}
.wd_articles .wd_item .wd_title {
    margin-top: 14.5px;
    padding-top: 14.5px;
    border-top: 2px solid rgba(0, 0, 0, 0.2);
}
.wd_articles .wd_item .wd_title,
.wd_newsfeed_releases .wd_item .wd_title {
    margin-bottom: 15px;
    font-size: 1.3rem;
}
.wd_articles .wd_item .wd_summary,
.wd_newsfeed_releases .wd_item .wd_summary {
    font-size: 1rem;
    margin-bottom: 30px;
}
.wd_articles .wd_item a.more-arrow,
.wd_newsfeed_releases .wd_item a.more-arrow {
    display: inline-flex;
    font-size: 1rem;
}
.wd_articles .wd_item .wd_asset_type_link_list,
.wd_newsfeed_releases .wd_item .wd_asset_type_link_list {
    display: none;
}
.wd_newsfeed_releases .wd_subscribe_link .wd_subscribe_icon {
	background-image: url(../images/email_alerts_white.png);
	background-position: center;
}
.wd_newsfeed_releases .wd_subscribe_link a:hover {
	color: #fff;
}

.wd_linkmenu-header .wd_linkmenu-label {
	width: auto !important; /* override inline */
}

.wd_articles-detail {
    padding: 60px;
    background-color: #fff;
}
.wd_articles-detail .wd_title,
.wd_newsfeed_releases-detail .wd_title {
	font-size: 1.9375rem;
	line-height: 2.4375rem;
}
.wd_articles-detail .wd_title {
    margin-bottom: 38px;
}
.wd_articles-detail .wd_date {
    font-size: .85rem;
}
.wd_articles-detail p,
.wd_newsfeed_releases-detail p {
    margin-bottom: 33px;
}
.wd_body h2 {
    margin-bottom: 26px;
}
.wd_body h5 {
    margin-bottom: 25px;
}
.wd_body ul:not(.wd_asset_list) {
    padding-right: 19px;
    padding-left: 40px;
    margin-bottom: 40px;
    list-style: none;
}
.wd_body ul:not(.wd_asset_list) li:before {
    content: "•";
    color: rgb(24, 86, 237);
    margin-right: 6px;
    margin-left: -13px;
}
.wd_highlight {
    background-color: #ccf8f9;
    padding: 1.25em 2.375em;
}
.wd_highlight.wd_blue {
    background-color: #cde4ff;
}
.wd_highlight.wd_yellow {
    background-color: #ffe8ba;
}
.wd_highlight.wd_teal {
    background-color: #bcf0f2;
}
.wd_highlight.wd_purple {
    background-color: #e1ddff;
}
.wd_footnote {
    font-size: .75rem;
}
.wd_body h6 {
    font-weight: 400;
    font-size: .75rem;
    margin-bottom: 25px;
    line-height: 26px;
}
/* END Newsfeed Releases / Articles */

/* Item Search */
.wd_item_search_form_container {
	text-align: center;
	font-size: 1rem;
}
.wd_form_toggle {
    text-align: center;
    margin: 20px 0;
    max-width: 45rem;
    margin: 20px auto;
    font-size: 1rem;
}
.wd_form_toggle .active {
    pointer-events: none;
}
.wd_search_form_basic a.wd_search_advanced_link,
.wd_search_form_advanced a[onclick*="wd_item_search_form_toggle"] {
	display: none;
}
.wd_form_toggle a.active {
	color: #000;
}
.wd_form_toggle-switch {
    display: inline-block;
    height: 32px;
    width: 60px;
    background-color: #F8F8F8;
    border: 1px solid #cccccc;
    border-radius: 50px;
    vertical-align: middle;
    margin: 0 10px;
    cursor: pointer;
    position: relative;
}
.wd_form_toggle-switch:after {
    content: '';
    display: inline-block;
    background-color: #676767;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 2px;
    border-radius: 100%;
    left: 2px;
    transition: 0.3s;
}
.wd_form_toggle-switch.advanced:after {
    transform: translateX(28px);
}

.wd_item_search_form_container.basic .wd_search_form_basic {
	display: inline-block !important; /* override inline style */
}
.wd_item_search_form_container.advanced .wd_search_form_basic {
	display: none !important; /* override inline style */
}
.wd_item_search_form_container.basic .wd_search_form_advanced {
	display: none !important; /* override inline style */
}
.wd_item_search_form_container.advanced .wd_search_form_advanced {
	display: flex !important; /* override inline style */
}

.wd_search_basic_fields {
    display: flex;
    flex-wrap: wrap;
    column-gap: 25px;
    row-gap: 10px;
    justify-content: center;
    border: none;
    background: none;
}
.wd_search_form_advanced {
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 40px;
    row-gap: 20px;
}
.wd_search_form_advanced .wd_form_field,
.wd_search_form_advanced .wd_form_footer {
    display: flex;
    align-items: center;
}
.wd_search_form_advanced .wd_form_field_input {
    display: flex;
    flex-wrap: wrap;
}
.wd_search_titles_only, .wd_checkbox {
    display: inline-flex;
    align-items: center;
}
.wd_search_form_advanced .wd_form_footer .wd_form_buttons, .wd_search_form_advanced .wd_form_field_input {
    margin-left: 0;
}
.wd_search_form_advanced .wd_form_field_label {
    width: auto;
    text-align: left;
}
#wd_printable_content .wd_search_form_advanced input[type=text],
#wd_printable_content .wd_search_form_advanced select,
#wd_printable_content .wd_search_form_advanced button {
    max-width: 200px;
    font-size: 16px;
}
#wd_printable_content .wd_search_form_advanced .wd_form_field_input input[id*="wd_wai"] {
    max-width: 120px;
    margin: 0 10px;
}
.wd_search_form_advanced fieldset {
    width: 100%;
    order: 2;
}
.wd_search_form_advanced fieldset .wd_form_field_input {
    margin-left: 10px;
    column-gap: 4px;
}
#wd_printable_content .wd_subscribe2 input[type=submit],
#wd_printable_content .wd_item_search_form_container select,
#wd_printable_content .wd_item_search_form_container input[type=text],
#wd_printable_content .wd_item_search_form_container input[type=submit],
#wd_printable_content .wd_item_search_form_container button {
    border-radius: 28px;
    font-size: 1rem;
}
#wd_printable_content .wd_item_search_form_container select {
    font-weight: 700;
    appearance: none;
    padding-right: 24px;
    width: 100%;
}
#wd_printable_content .wd_item_search_form_container .wd_select {
	position: relative;
}
#wd_printable_content .wd_item_search_form_container .wd_select:after {
    content: '';
    display: inline-block;
    height: 38px;
    width: 12px;
    background-image: url(../images/select_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
    position: absolute;
    top: 2px;
    right: 10px;
    pointer-events: none;
}
#wd_printable_content .wd_subscribe2 input[type=submit],
#wd_printable_content .wd_item_search_form_container .wd_form_button,
#wd_printable_content .wd_item_search_form_container input[type=submit] {
	border-color: #ff9e1a;
    padding: 0 35px;
    height: 38px;
}
#wd_printable_content .wd_item_search_form_container .wd_form_button:hover,
#wd_printable_content .wd_item_search_form_container input[type=submit]:hover,
#wd_printable_content .wd_item_search_form_container .wd_form_button:active,
#wd_printable_content .wd_item_search_form_container input[type=submit]:active,
#wd_printable_content .wd_item_search_form_container .wd_form_button:focus,
#wd_printable_content .wd_item_search_form_container input[type=submit]:focus {
	border-color: #f28116;
}
#wd_printable_content .wd_item_search_form_container button[class*=wd_wai] {
	color: #fff;
	border-color: #1856ed;
	padding: 0 1rem;
}
#wd_printable_content .wd_item_search_form_container button[class*=wd_wai]:hover,
#wd_printable_content .wd_item_search_form_container button[class*=wd_wai]:active,
#wd_printable_content .wd_item_search_form_container button[class*=wd_wai]:focus {
	border-color: #0f3592;
}
/* END Item Search */

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

/* Toolbar */
div.wd_toolbar {
    border: none;
}
.wd_toolbar .wd_tool-addthis .at-share-btn-elements a,
span.wd_tool_icon > a:link,
span.wd_tool_icon > a:visited {
    background-color: #1856ed;
    width: 35px;
    height: 35px;
    border-radius: 3px;
    font-size: 20px;
    transition: none;
}
.wd_toolbar .wd_tool-addthis .at-share-btn-elements a {
    padding: 2px;
    background-color: #1856ed !important; /* override inline */
    border-radius: 3px !important; /* override inline */
    margin-right: 5px;
}
.wd_toolbar .wd_tool-addthis .at-share-btn-elements a.at-svc-pinterest_share {
    display: none;
}
.wd_toolbar .wd_tool-addthis .at-share-btn-elements svg {
    width: 30px !important; /* override inline */
    height: 30px !important; /* override inline */
}
.wd_toolbar .wd_tool-addthis .at-resp-share-element .at-share-btn .at-icon-wrapper {
    width: auto !important; /* override inline */
    height: auto !important; /* override inline */
}
div.wd_toolbar ul.wd_tools li.wd_tool-addthis {
    float: right;
    margin-right: 0;
}
.wd_toolbar .at-resp-share-element .at-share-btn:focus,
.wd_toolbar .at-resp-share-element .at-share-btn:hover,
span.wd_tool_icon > a:hover {
    transform: none;
    background-color: #0f3592 !important; /* override inline (addthis) */
}
/* END Toolbar */

/* Formbuilder */
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: 38px;
	color: #333;
}
#wd_printable_content select {
	padding: 0 1rem;
	font-size: 1.2rem;
	height: 38px;
	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=checkbox],
#wd_printable_content input[type=radio] {
	height: auto;
}
.wd_form_field {
	clear: both;
}
.wd_page_menu {
    font-size: 1rem;
}
.wd_page_limit {
	padding: 0;
}
.wd_linkmenu-header {
	padding: 6px 8px;
}
.wd_linkmenu-header {
	border-radius: 28px;
}
.wd_linkmenu-header:hover .wd_linkmenu-icon {
	border-color: transparent;
	background-color: transparent;
	color: #000;
}
.wd_form_field .wd_form_field_input,
.wd_form_field {
	overflow: visible;
}
.wd_wai_datepicker .wd_wai_datepickerDialog {
    width: auto;
    right: 50%;
    transform: translateX(50%);
    z-index: 3 !important; /* override inline */
}
.wd_wai_datepicker .wd_wai_header,
.wd_wai_datepicker .wd_wai_dateButton:hover {
    background-color: #1856ed;
    color: #fff;
}
.wd_wai_datepicker .wd_wai_header {
    align-items: center;
}
.wd_page_links {
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
    row-gap: 10px;
    justify-content: center;
}
.wd_page_links .wd_page_link {
    background: none;
    border: none;
    padding: 0;
    font-size: 0.875rem;
    font-weight: 700;
}
.wd_page_links .wd_page_link a,
.wd_page_links .wd_page_link span {
    border: 1px solid #1856ed;
    background-color: #1856ed;
    color: #fff;
    border-radius: 100%;
    display: inline-flex;
    height: 36px;
    width: 36px;
    justify-content: center;
    align-items: center;
}
.wd_page_links .wd_page_link a:hover,
.wd_page_links .wd_page_link.wd_page_active span {
    color: #1856ed;
    background-color: #fff;
}

.wd_subscribe2 {
    margin: 40px 0;
}
/* END Formbuilder */

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

/* Featureboxes */

.wd_featurebox_header,
.wd_featurebox_title {
    font-size: 2.25rem;
    line-height: 2.75rem;
    font-weight: 700;
    margin: 0.83em 0;
}

/* Top Featureboxes */
.wd_featureboxes_top .wd_newsfeed_releases-teaser .subscribe_link {
	display: none;
}
.wd_featureboxes_top .wd_newsfeed_releases-teaser {
	display: flex;
	column-gap: 12px;
}
.wd_featureboxes_top .wd_newsfeed_releases-teaser .item {
	flex: 1;
	border: 2px solid;
	padding: 30px;
    display: flex;
    flex-direction: column;
    margin: 0;
}
.wd_featureboxes_top .wd_newsfeed_releases-teaser .item:nth-child(3n + 1) {
    border-color: #FF5BA0;
}
.wd_featureboxes_top .wd_newsfeed_releases-teaser .item:nth-child(3n + 2) {
    border-color: #1856ED;
}
.wd_featureboxes_top .wd_newsfeed_releases-teaser .item:nth-child(3n + 3) {
    border-color: #00ADA4;
}
.wd_featureboxes_top .wd_newsfeed_releases-teaser .item .wd_thumbnail,
.wd_featureboxes_top .wd_newsfeed_releases-teaser .item .wd_summary,
.wd_featureboxes_top .wd_newsfeed_releases-teaser .item .wd_asset_icon_link_list {
	display: none;
}
.wd_featureboxes_top .wd_newsfeed_releases-teaser .item a.more-arrow {
    margin-top: auto;
}
.wd_featureboxes_top .wd_newsfeed_releases-teaser .item .wd_title {
	font-size: 1.5rem;
	margin-bottom: 10px;
}
.wd_featureboxes_top .wd_newsfeed_releases-teaser .item .wd_title a {
	color: #000;
}
.wd_featureboxes_top .wd_newsfeed_releases-teaser + p.more {
    text-align: center;
    margin: 20px 0;
}

/* END Top Featureboxes */

/* Middle Featureboxes */
.wd_featureboxes_middle .wd_featurebox_container {
    background-size: cover;
    background-position: center;
    margin: 60px 0;
}
.wd_featureboxes_middle .wd_featurebox_title,
.wd_featureboxes_middle .wd_featurebox {
    margin: 0 auto;
    max-width: 1004px;
    padding: 0 15px;
    text-align: center;
    color: #fff;
}
.wd_featureboxes_middle .wd_featurebox_title {
	font-size: 3.0625rem;
	margin-bottom: 0.83em;
}
.wd_featureboxes_middle .wd_featurebox p:not(:last-child) {
    margin-bottom: 20px;
}
/* END Middle Featureboxes */

/* Middle Boxes Featureboxes */
.wd_middleboxes_wrapper .wd_featurebox_header {
    text-align: center;
    margin-bottom: 60px;
}
.wd_featureboxes_middleboxes {
    display: flex;
    justify-content: center;
    column-gap: 4%;
    color: #fff;
	flex-wrap: wrap;
	row-gap: 20px;
	align-items: center;
}
.wd_featureboxes_middleboxes .wd_featurebox_container {
    background-size: cover;
    width: 280px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 29px 18px;
    transform: none;
    position: relative;
    min-height: 360px;
}
.wd_featureboxes_middleboxes .wd_featurebox_title {
    margin: 0 0 8px;
}
.wd_featureboxes_middleboxes .wd_featurebox_title img {
    margin: 0 0 20px;
    max-width: 48px;
}
.wd_featureboxes_middleboxes .wd_featurebox {
    flex: 100%;
    display: flex;
    flex-direction: column;
}
.wd_featureboxes_middleboxes .wd_featurebox p.wd_cta {
    margin-top: auto;
}
.wd_featureboxes_middleboxes .wd_featurebox a.cta {
    margin-top: 36px;
}
/* END Middle Boxes Featureboxes */

/* Left/Right Featureboxes */
.wd_leftright_wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    margin: 60px auto;
}
.wd_featureboxes_left,
.wd_featureboxes_right {
	flex: 1;
}
.wd_leftright_wrapper .wd_featurebox_container {
	padding: 30px;
}
.wd_featureboxes_right .wd_featurebox_container {
	background-color: #F3F6F9;
}
.wd_leftright_wrapper .wd_featurebox_title {
	margin-top: 0;
}
.wd_leftright_wrapper .wd_featurebox p:not(:last-child) {
    margin-bottom: 20px;
}
/* END Left/Right Featureboxes */

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

.hero__content .text-block {
    white-space: normal;
}
.hero__content .text-block p {
    margin-bottom: 10px;
}
.hero__content .text-block .cta--orange {
    margin-top: 20px;
}
/* Extra large devices (large desktops) */
@media (max-width: 1199px) {}

/* Large devices (desktops) */
@media (min-width: 991px) {
    .wd_nav {
        display: flex !important; /* override inline */
    }
}
@media (max-width: 990px) {
	.wd_featureboxes_top .wd_newsfeed_releases-teaser {
	    flex-direction: column;
	    row-gap: 12px;
	}
	.footer__top-links-column ul {
		display: none;
	}
	.header__toggle {
		display: flex;
	}
    .wd_nav_wrapper {
        height: auto;
    }
    .wd_nav_wrapper.wd_nav_sticky {
        position: initial;
    }
    .wd_main_content.wd_nav_sticky {
        padding-top: 20px;
    }
    .wd_nav_trigger {
        display: block;
    }
    .wd_nav {
        display: none;
    }
}

/* Medium devices (tablets) */
@media (max-width: 767px) {
	.wd_leftright_wrapper {
		flex-direction: column;
		row-gap: 20px;
	}
	.wd_search_basic_fields {
	    flex-direction: column;
	    row-gap: 30px;
	}
	.wd_search_form_advanced fieldset {
		order: initial;
	}
	.wd_search_form_advanced .wd_form_footer {
		width: 100%;
		display: block;
	}
	#wd_printable_content .wd_search_form_advanced input[type="submit"],
	#wd_printable_content .wd_search_form_advanced input[type=text],
	#wd_printable_content .wd_search_form_advanced select {
	    max-width: 100%;
	    width: 100%;
	}
	.wd_item_search_form_container.basic .wd_search_form_basic {
	    display: block !important; /* override inline */
	}
	#wd_printable_content .wd_search_basic_fields input[type=text] {
	    max-width: 100%;
	}
}

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

/* CLIENT CSS OVERRIDES */
body {
	background: none;
}
.hero__image {
    padding: 20px 0;
}
.header-overlay {
    z-index: 4;
}
.wd_footer_cta button {
    padding-right: 24px;
}