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


/* Client CSS Overrides */
nav .sub-nav {
	display: none;
}

/* END Client CSS Overrides */

/* Header styles */
.page_header,
.category_header {}
.detail_header,
.detail_subheader,
.category_name {}
.category_intro {}
/* END Header styles */
h1.page_header,
#wd_printable_content > p {
    max-width: 45rem;
    margin: 0 auto;
    text-align: center;
}
h1.page_header {
	margin-bottom: 2rem;
	text-transform: uppercase;
	font-size: 3rem;
}
.item, .wd_item {
	margin: 10px 0;
	padding: 10px 0;
}
.item_name,
.wd_title,
.wd_item .wd_title,
.wd_newsfeed_releases-teaser .wd_title,
.wd_documents_item_list > .wd_documents_item > .wd_title {
	font-size: 1.2rem;
	font-weight: 700;
}
.item_date, .wd_date,
.wd_item .wd_date,
.wd_event_sidebar .wd_event_date,
.wd_newsfeed_releases-teaser .wd_date {
	font-size: 1rem;
	font-weight: normal;
	color: inherit;
	text-transform: none;
}
.item_summary, .wd_item .wd_summary {}
.wd_item .wd_subtitle {}

table.wd_imagetable {}
td.imagecaption {}

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

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

/* 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 {
    display: flex;
    flex-direction: column;
}

.wd_newsfeed_releases .wd_item_list {
    max-width: 73.125rem;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 2.8125rem 1.875rem;
}
.wd_newsfeed_releases .wd_item {
    width: 100%;
    max-width: 16.875rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wd_newsfeed_releases .wd_item_list:before,
.wd_newsfeed_releases .wd_item_list:after {
	display: none;
}
.wd_newsfeed_releases .wd_thumbnail {
    height: 250px;
    width: 250px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    background-color: #F9F9F9;
}
.wd_newsfeed_releases .wd_thumbnail a {
    display: block;
    width: 100%;
    height: 100%;
}
.wd_newsfeed_releases .wd_item_wrapper {
	margin: 0;
}
.wd_newsfeed_releases .wd_title a {
    color: #000;
}
.wd_newsfeed_releases .wd_subscribe_link,
.wd_newsfeed_releases .wd_subtitle,
.wd_newsfeed_releases .wd_asset_type_link_list {
    display: none;
}


.wd_item_search_form_container {
    margin: 0 -1.875rem;
    padding: 40px 1.875rem;
    text-align: center;
    background-color: #F8F8F8;
}

.wd_form_toggle {
    text-align: center;
    margin: 20px 0;
    max-width: 45rem;
    margin: 20px auto;
}
.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 {
    color: #474747;
}
.wd_form_toggle a.active {
	color: #f44b34;
}
.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_search_basic_fields {
    border: 0;
    background: none;
}
.wd_search_basic_fields {
    display: flex;
    flex-wrap: wrap;
    column-gap: 25px;
    row-gap: 10px;
    justify-content: center;
}
#wd_printable_content .wd_search_form_advanced input[type="submit"],
#wd_printable_content .wd_item_search_form_container button:not([id*="wd_wai"]) {
    background-color: #fff;
    color: #f44b34;
    border-color: #f44b34;
    padding: 0 3rem;
    cursor: pointer;
    border-radius: 5px;
    height: 40px;
    font-size: 1rem;
}
.wd_item_search_form_container *:not(.fa) {
    font-family: "TTNorms",Arial,Helvetica,sans-serif;
}
#wd_printable_content .wd_item_search_form_container input,
#wd_printable_content .wd_item_search_form_container button,
#wd_printable_content .wd_item_search_form_container select {
    height: 40px;
    font-size: 1rem;
    border-radius: 5px;
}
.wd_page_limit {
    float: none;
    max-width: 73.125rem;
    margin: 60px auto 40px;
    padding: 20px 0;
    border-bottom: 1px solid #cccccc;
    font-weight: 700;
    width: 100%;
}
.wd_page_limit .wd_linkmenu-header {
    font-weight: 400;
}
.wd_page_limit .wd_linkmenu-header .wd_linkmenu-label {
	text-align: center;
}
.wd_page_limit .wd_linkmenu-header .wd_linkmenu-icon {
	-webkit-text-stroke: 1.5px white;
}
.wd_page_menu .wd_page_links {
    float: none;
    text-align: center;
    margin: 40px auto 60px;
    padding: 20px 0;
    border-top: 1px solid #cccccc;
}
.wd_page_menu .wd_page_link {
    border: 0;
    padding: 2px 8px;
}
.wd_page_menu .wd_page_link.wd_page_next,
.wd_page_menu .wd_page_link.wd_page_prev {
    font-size: 12px;
}
.wd_page_menu .wd_page_link a {
	color: #000;
}
.wd_page_menu .wd_page_link.wd_page_active {
    color: #fff;
    background-color: #C4C4C4;
}

.wd_search_form_advanced {
    text-align: left;
}
.wd_search_form_advanced .wd_form_field {
    display: inline-block;
}
.wd_item_search_form_container form {
    max-width: 80rem;
    margin: auto;
}
.wd_item_search_form_container.basic .wd_search_form_basic {
	display: inline-block !important;
}
.wd_item_search_form_container.advanced .wd_search_form_basic {
	display: none !important;
}
.wd_item_search_form_container.basic .wd_search_form_advanced {
	display: none !important;
}
.wd_item_search_form_container.advanced .wd_search_form_advanced {
	display: flex !important;
}
.wd_search_form_advanced {
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}
#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_search_form_advanced fieldset {
    width: 100%;
    order: 4;
}
.wd_search_form_advanced .wd_form_field_label {
    width: auto;
    text-align: left;
}
.wd_search_form_advanced .wd_form_field {
    display: 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_printable_content .wd_search_form_advanced .wd_form_field_input input[id*="wd_wai"] {
    max-width: 120px;
    margin: 0 10px;
}
#wd_printable_content .wd_search_form_advanced button[id*="wd_wai"] {
    border: 0;
    padding: 0;
}
.wd_search_form_advanced .wd_form_field:nth-child(3) {
    order: 2;
}
.wd_search_form_advanced .wd_form_footer {
    order: 3;
    height: 40px;
}
.wd_search_form_advanced fieldset .wd_form_field_input {
    margin-left: 10px;
    column-gap: 4px;
}
.wd_search_form_advanced .wd_form_field_input {
    display: flex;
    flex-wrap: wrap;
}
div.wd_toolbar ul.wd_tools {
    display: inline-flex;
    justify-content: flex-end;
}
.wd_newsfeed_releases .wd_toolbar {
    max-width: 80rem;
    margin: 0 auto;
    position: relative;
    border: 0;
    padding: 0;
    order: -1;
    width: 100%;
}
.wd_newsfeed_releases .wd_toolbar .wd_tools {
    position: absolute;
    right: 0;
    width: auto;
    top: 16px;
}
.wd_toolbar li.wd_tool .at-resp-share-element .at-share-btn.at-svc-pinterest_share {
    display: none;
}
.wd_toolbar li.wd_tool .at-resp-share-element .at-share-btn {
    background: none !important;
    padding: 7px;
}
.wd_toolbar .at-resp-share-element .at-icon {
    fill: #676767 !important;
}
.at-share-btn-elements .at-share-btn~.at-share-btn {
    border-left: 1px solid #cccccc;
}
.wd_toolbar .fa-envelope:before {
    content: '';
    background-image: url(../images/envelope_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 20px;
    display: inline-block;
}

.wd_newsfeed_releases-detail {
    max-width: 80rem;
    margin: 0 auto 100px;
    position: relative;
}
.wd_newsfeed_releases-detail .wd_assets_wrapper,
.wd_newsfeed_releases-detail .wd_contact,
.wd_newsfeed_releases-detail .wd_title,
.wd_newsfeed_releases-detail .wd_subtitle,
.wd_newsfeed_releases-detail .wd_news_body {
    max-width: 45rem;
    margin: auto;
}
.wd_newsfeed_releases-detail .wd_date {
    position: absolute;
    top: 18px;
    font-weight: 600;
    color: #676767;
}
.wd_newsfeed_releases-detail div.wd_toolbar ul.wd_tools li.wd_tool-addthis {
	float: right;
    margin: 0;
}
div.wd_toolbar ul.wd_tools li.wd_tool:not(.wd_tool-addthis) {
    padding: 0 3px;
    border-right: 1px solid #ccc;
}
span.wd_tool_icon > a:link,
span.wd_tool_icon > a:visited {
    background: none;
    color: #676767;
    transition: all .2s ease-in-out;
}
span.wd_tool_icon > a:hover {
    transform: translateY(-4px);
}
div.wd_toolbar ul.wd_tools li.wd_tool {
    margin: 0;
}
.wd_newsfeed_releases-detail div.wd_toolbar {
    border-top: 0;
}
.wd_newsfeed_releases-detail div.wd_toolbar ul.wd_tools li.wd_tool-back {
    display: flex;
    align-items: center;
    list-style: none;
    border-right: 1px solid #ccc;
}
.wd_newsfeed_releases-detail div.wd_toolbar ul.wd_tools li.wd_tool-back a {
    text-decoration: underline;
    padding: 0 10px;
}
.wd_newsfeed_releases-detail .wd_title {
    font-size: 42px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.wd_newsfeed_releases-detail .wd_subtitle {
    font-size: 24px;
    margin-bottom: 10px;
} 
.wd_assets_wrapper .wd_assets {
    display: flex;
    width: 100%;
    justify-content: center;
    column-gap: 20px;
    flex-wrap: wrap;
    row-gap: 20px;
}
.wd_newsfeed_releases-detail .wd_assets_wrapper {
    margin-top: 40px;
}
.wd_asset .wd_asset_thumbnail a {
    display: block;
    height: 100%;
    width: 100%;
}
.wd_asset_thumbnail {
    height: 250px;
    width: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    align-self: center;
    background-color: #EFEFEF;
}
.wd_assets .wd_asset {
    width: 40%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.wd_asset .wd_asset_link a {
	text-decoration: underline;
}
.wd_asset .wd_asset_link a~a {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #ccc;
}
.wd_asset .wd_asset_title {
    font-weight: 700;
    font-size: 22px;
}
.wd_newsfeed_releases-detail div[wd_move_after] {
	display: none;
}
.wd_gallery_modal {
    overflow: hidden;
}
.wd_asset_modal img {
    width: auto;
}
.wd_asset_modal a {
    text-decoration: underline;
    color: #f44b34;
}
/* END Newsfeed Releases */

/* override font size set in feed releases */
.wd_newsfeed_releases-detail .news_body p.prnews_p {
	font-family: inherit;
	font-size: 100%;
	color: inherit;
}
/* reset UL behavior to default in NFR body */
.wd_newsfeed_releases-detail .wd_news_body ul,
.wd_newsfeed_releases-detail .wd_news_body ul ul {
	margin: 1em 0 1em 0;
	padding-left: 40px;
}
.wd_newsfeed_releases-detail .wd_news_body li,
.wd_newsfeed_releases-detail .wd_news_body li li {
	list-style-type: disc;
	list-style: disc;
}
.wd_newsfeed_releases-detail .wd_news_body ul.wd_layout-masonry li,
.wd_newsfeed_releases-detail .wd_news_body ul.wd_layout-masonry li li {
	list-style-type: none;
	list-style: none;
}
.wd_newsfeed_releases-teaser .tools {
	text-decoration: none;
	margin-bottom: 12px;
}
/* END Newsfeed Releases */

/* Formbuilder */
select::-ms-expand {
	border: none;
}
#wd_printable_content input,
#wd_printable_content button:not([class*='wd_wai']),
#wd_printable_content select {
	border-radius: 0;
	border: 1px solid #ccc;
	line-height: 34px;
	padding: 0 1rem;
	font-size: 1.2rem;
	height: 34px;
	color: #333;
}
#wd_printable_content select {
	padding: 0 1rem;
	font-size: 1.2rem;
	height: 34px;
	color: #333;
    appearance: none;
    -webkit-appearance: none;
	-moz-appearance: none;
    padding-right: 40px;
    background-image: url(../images/chevron-down-solid.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: calc(100% - 15px) center;
}
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] {
	margin-left: 1%;
}
#wd_printable_content input[type=checkbox],
#wd_printable_content input[type=radio] {
	height: auto;
}
#wd_printable_content input[type=checkbox] {
    height: 16px;
    width: 16px;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    padding: 0;
    border-radius: 0;
    border: 2px solid;
    margin: 0 5px;
    position: relative;
    margin-bottom: 2px;
}
#wd_printable_content input[type=checkbox]:checked:before {
    content: ' ';
    left: 4px;
    top: 0;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    position: absolute;
    transform: rotate(45deg);
}
.wd_search_titles_only label,
.wd_checkbox label {
    color: #676767;
}
.wd_search_titles_only,
.wd_checkbox {
    display: inline-flex;
    align-items: center;
}
#wd_printable_content input[type=checkbox]:checked ~ label {
    color: #000;
}
.wd_form_field {
	clear: both;
}
.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;
}
.wd_wai_datepicker .wd_wai_datepickerDialog {
    width: auto;
    right: 50%;
    transform: translateX(50%);
}
.wd_wai_datepicker button {
    font-family: "TTNorms",Arial,Helvetica,sans-serif;
}
.wd_wai_datepicker .wd_wai_header,
.wd_wai_datepicker .wd_wai_dateButton:hover {
    background-color: #f44b34;
}
.wd_wai_datepicker .wd_wai_header {
    align-items: center;
}

/* END Formbuilder */

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

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

div.wd_featureboxes_top {}
div.wd_featureboxes_top div.wd_featurebox {}
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 {}
/* 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: 1199px) {}
@media (max-width: 1040px) {
	.wd_newsfeed_releases .wd_item_list {
		grid-template-columns: repeat(2,1fr);
	}
}

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

/* Medium devices (tablets) */
@media (max-width: 767px) {
    .wd_newsfeed_releases .wd_toolbar {
        order: initial;
    }
	.wd_newsfeed_releases .wd_toolbar .wd_tools {
	    position: relative;
	    top: auto;
	    width: 100%;
	    margin: 10px 0;
	}
	.wd_assets .wd_asset {
		width: 100%;
	}
    .wd_item_search_form_container.basic .wd_search_form_basic {
        display: block !important;
    }
    .wd_search_basic_fields {
        flex-direction: column;
        row-gap: 30px;
    }
    #wd_printable_content .wd_search_basic_fields input[type=text] {
        max-width: 100%;
    }
    .wd_page_limit {
        text-align: center;
    }
    .wd_newsfeed_releases-detail div.wd_toolbar {
        border: 0;
    }
    .at-resp-share-element .at-share-btn .at-icon-wrapper,
    .at-resp-share-element .at-share-btn .at-icon-wrapper svg {
        height: 30px !important;
        width: 60px !important;
    }
    #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_search_titles_only {
        margin-top: 20px;
    }
    .wd_search_form_advanced .wd_form_field {
        display: inline-block;
    }
    #wd_printable_content .wd_search_form_advanced .wd_form_field_input input[id*="wd_wai"] {
        margin-left: 0;
    }
    .wd_search_form_advanced .wd_form_field:nth-child(3),
    .wd_search_form_advanced .wd_form_footer,
    .wd_search_form_advanced .wd_input_border {
        width: 100%;
    }
    .wd_search_form_advanced .wd_form_footer {
        order: 5;
    }
    #wd_printable_content input[type=checkbox],
    .wd_search_form_advanced fieldset .wd_form_field_input {
        margin-left: 0;
    }
    .wd_checkbox {
        margin-bottom: 20px;
    }
    .wd_checkbox label {
        margin-right: 15px;
    }
    div.wd_toolbar ul.wd_tools li.wd_tool {
        float: left;
        width: 70px;
        margin:0;
    }
    div.wd_toolbar ul.wd_tools li.wd_tool-addthis {
        float: left;
        width: auto;
        border: 0;
    }
    span.wd_tool_icon > a:link, span.wd_tool_icon > a:visited {
       border-left: 0;
        width: 100%;
    }
    span.wd_tool_icon > a:link, span.wd_tool_icon > a:visited {
        background: none;
        color: #676767;
        border-left: 0;
        width: 100%;
        height: 100%;
        font-size: 18px;
        padding: 10px;
    }
    div.wd_toolbar ul.wd_tools {
        display: flex;
        justify-content: center;
    }
    .wd_newsfeed_releases-detail .wd_date {
        position: initial;
        padding: 10px 0;
        border-bottom: 1px solid #cccccc;
    }
    .wd_toolbar .fa-envelope:before {
    	width: 20px;
    }
    .wd_newsfeed_releases-detail div.wd_toolbar ul.wd_tools li.wd_tool-back {
        position: absolute;
        right: 0;
        border: 0;
        padding: 0;
        top: 88px;
    }
    .wd_newsfeed_releases-detail div.wd_toolbar ul.wd_tools li.wd_tool-back a {
        padding: 0;
    }
    main .c-margin[data-v-23dfa544] {
        margin-top: 20px;
    }

}
@media (max-width: 639px) {
	.wd_newsfeed_releases .wd_item_list {
		grid-template-columns: repeat(1,1fr);
	}
	.wd_newsfeed_releases .wd_item {
		max-width: 100%;
	}
}
/* Small devices (landscape phones) */
@media (max-width: 575px) {
    .wd_page_menu .wd_page_link {
        padding: 2px 6px;
    }
}
@media (max-width: 450px) {

}

/* CLIENT CSS OVERRIDES */
@media (min-width: 65rem) {
	nav .nav__list-item .sub-nav {
		display: none !important;
	}
	nav .nav__list-item:hover .sub-nav {
		display: grid !important;
	}
}
@media (max-width: )