 /* Begin classes for common SPIN elements */
 *, ::before, ::after { box-sizing: border-box; }
 *, ::before, ::after { box-sizing: inherit; }
 *, ::before, ::after { box-sizing: border-box; }
 
@font-face {
	font-family: "Avenir Next World LT Normal"; 
	src: url('../fonts/AvenirNextWorldLight_normal_normal.woff2') format('woff2'),
		 url('../fonts/AvenirNextWorldLight_normal_normal.woff') format('woff');
}
@font-face {
	font-family: "Avenir Next World Medium"; 
	src: url('../fonts/AvenirNextWorldMedium_normal_normal.woff2') format('woff2'),
		 url('../fonts/AvenirNextWorldMedium_normal_normal.woff') format('woff');
}

 body #wd_printable_content {
	 font-family: "Avenir Next World LT Normal", Arial, sans-serif;
	 font-size: 20px;
	 line-height: 1.5;
	 color: #191919;
	 background-color: #FFFFFF;
	 margin: 0;
	 padding: 0;
 }
 #wd_printable_content a,  #wd_printable_content p,  #wd_printable_content ul  #wd_printable_content li,  #wd_printable_content ol  #wd_printable_content li,  #wd_printable_content h1,  #wd_printable_content h2,  #wd_printable_content h3,  #wd_printable_content h4,  #wd_printable_content h5,  #wd_printable_content h6,  #wd_printable_content div {
	font-family: "Avenir Next World LT Normal", sans-serif;
 }
 #wd_printable_content a,  #wd_printable_content p, #wd_printable_content ul  #wd_printable_content li,  #wd_printable_content ol  #wd_printable_content li {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 10px;
	font-family: "Avenir Next World LT Normal", sans-serif;
 }
 #wd_printable_content h1, #wd_printable_content h2,  #wd_printable_content h3,  #wd_printable_content h4,  #wd_printable_content h5, #wd_printable_content h6 {
	font-weight: 400;
 }
 .wd_pageid_34137 form .wd_form_field:nth-child(3),
 .wd_pageid_34137 form .wd_form_field:nth-child(4) {
	display: none;
 }
 .wd_pageid_34137 fieldset {
	display: none;
 }
 .wd_pageid_34137 .wd_form_footer .wd_form_buttons > a {
	display: none;
 }
 a {
	color: #0067F0;
	text-decoration: none;
 }
a:hover {
	color: #0067F0;
}
 main {
	 max-width: 1400px;
	 padding: 30px 42px 80px;
	 margin: 0 auto;
 }
 /* Header styles */
 .page_header,
 .category_header {
	margin-bottom: 40px;
 }
 .page_header {
	color: rgb(0, 62, 173);
	font-size: 56px;
	font-family: "Avenir Next World Medium", Arial, sans-serif;
 }
 .detail_header,
 .detail_subheader,
 .category_name {}
 .category_intro {}
 .header_desktop-navigation-items li a {
	font-size: 16px;
	font-family: "Avenir Next World Medium", Arial, sans-serif;
 }
 /* END Header styles */
 
 .item, .wd_item {
	 margin: 10px 0;
	 padding: 10px 0;
 }
 .item_name,
 .wd_title,
 .wd_item .wd_title,
 .wd_newsfeed_releases-teaser .wd_title,
 .wd_documents_item_list > .wd_documents_item > .wd_title {
	 font-size: 1.2rem;
	 font-weight: 700;
	 font-family: "Avenir Next World Medium", Arial, sans-serif;
 }
 .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;
	 font-family: "Avenir Next World LT Normal", Arial, sans-serif;
 }
 .item_summary, .wd_item .wd_summary p {
	font-family: "Avenir Next World LT Normal", Arial, sans-serif;
 }
 .wd_item .wd_subtitle {
	display: none;
 }
 
 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 {}
 .wd_stories .wd_item_wrapper,
.wd_articles .wd_item_wrapper{
	margin: 0;
	float: left;
	max-width: 55%;
}

.wd_stories .wd_item_wrapper ul.wd_category_link_list,
.wd_articles .wd_item_wrapper ul.wd_category_link_list{
	float: none;
	display: block;
	text-align: left;
}

.wd_stories .wd_item_wrapper ul.wd_category_link_list li.wd_category_link,
.wd_articles .wd_item_wrapper ul.wd_category_link_list li.wd_category_link{
	float: none;
	display: inline-block;
	margin: 0 1em 1em 0;
}

.wd_stories .wd_thumbnail,
.wd_articles .wd_thumbnail{
	float: left;
	margin: 0;
	padding-right: 50px;
	width: 40%;
	max-width: 350px;
}

.wd_stories .wd_ite .wd_title,
.wd_articles .wd_ite .wd_title{
	margin-bottom: .5em;
}

.breadcrumbs .divider .fa{
	font-size: 12px;
	color: gray;
}

.wd_stories .wd_thumbnail a,
.wd_articles .wd_thumbnail a{
	display: block;
}

.wd_stories .wd_thumbnail a img,
.wd_articles .wd_thumbnail a img{
	width: 100%;
}

.wd_stories .wd_thumbnail{
	text-align: left;
	margin-bottom: 1.5em;
}

.wd_stories .wd_thumbnail a{
	display: block;
}

.wd_stories .wd_thumbnail a img{
	width: auto;
	max-height: 200px;
}

.wd_newsfeed_releases .wd_item .wd_asset_type_link_list,
.wd_newsfeed_releases .wd_item .wd_thumbnail{
	display: none
}

.wd_newsfeed_releases .wd_item .wd_item_wrapper{
	margin: 0;
}

.wd_articles .wd_asset_type_link_list{
	display: none;
}
.wd_stories li.wd_asset_type_link .wd_icon{
	color: #00A9E0;
}

.wd_stories .wd_item,
.wd_articles .wd_item{
	margin-bottom: 3em;
	padding-bottom: 3em;
	border-bottom: 2px solid #027cbd;
}

.wd_stories .wd_item .wd_title{
	margin-top: 0;
}

.wd_articles .wd_item .wd_title{
	margin-top: 1.5em;
}

.wd_stories .wd_item .wd_date,
.wd_articles .wd_item .wd_date{
	margin-bottom: 1em;
	color: #666;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: .1em;
	margin-top: 1.5em;
}

.wd_stories .wd_item .wd_date{
	display: none;
}

.wd_stories .wd_item{
	border-bottom: 0;
}
.wd_pageid_34148 .wd_main_content .wd_stories .wd_item_list{
	display: block;
}

.wd_pageid_34148  .wd_stories .wd_item .wd_title{
	margin-top: 0;
}
.wd_stories.wd_item .wd_asset_type_link_list li{
	width: 100%;
	float: none;
	display: block;
}
.wd_pageid_34137.wd_item_page .wd_artl_pg_header h1 {
	color: rgb(20, 15, 75);
}
.wd_pageid_34137.wd_item_page .wd_artl_pg_header .wd_date {
	display: none;
}
.wd_pageid_34137 .wd_search_advanced_link {
	display: none;
}
.wd_artl_pg_header{
	background-color: #fff;
	position: relative;
	padding: 2em 0;
	z-index: 0;
	margin-bottom: 2em;
	height: auto;
	max-width: 1200px;
	margin-left: auto; 
	margin-right: auto;
}

.wd_artl_pg_header > .container{
	max-width: 1000px;
	height: 100%;
	z-index: 10;
	position: relative;
}

.wd_artl_pg_header:after{
	content: '';
	display: table;
	clear: both; 
}
 /* 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_newsfeed_releases .wd_item .wd_title{
	font-size:  22px;
	margin-bottom: 5px;
}
.wd_newsfeed_releases .wd_item{
	margin-bottom: 20px;
}
.wd_newsfeed_releases .wd_item div.wd_date {
	font-family: "Avenir Next World LT Normal", Arial, sans-serif;
	color: #191919;
}
.wd_newsfeed_releases .wd_item .wd_title a {
	font-family: "Avenir Next World LT Normal", Arial, sans-serif;
}
.wd_newsfeed_releases .wd_item .wd_thumbnail {
	display: none;
}
.wd_newsfeed_releases .wd_item .wd_item_wrapper {
	margin-left: 0;
}
.wd_newsfeed_releases .wd_asset_type_link_list {
	display: none;
}
.wd_newsfeed_releases-detail div.wd_title {
	font-size: 48px;
	line-height: 1.2;
	margin-bottom: 20px;
	color: #0067F0;
}
.wd_newsfeed_releases-detail div.wd_news_body p,
.wd_newsfeed_releases-detail div.wd_news_body ul li,
.wd_newsfeed_releases-detail div.wd_news_body ol,
.wd_newsfeed_releases-detail div.wd_news_body ol li,
.wd_newsfeed_releases-detail div.wd_news_body div {
	font-family: "Avenir Next World LT Normal", sans-serif;
	font-size: 20px;
	line-height: 1.4;
}
.wd_newsfeed_releases-detail div.wd_news_body ul,
.wd_newsfeed_releases-detail div.wd_news_body ol {
	padding-left: 25px;
}
.wd_newsfeed_releases-detail div.wd_news_body p {
	margin-bottom: 15px;
}
.wd_newsfeed_releases-detail div.wd_news_body strong,
.wd_newsfeed_releases-detail div.wd_news_body b {
	font-family: "Avenir Next World Medium", Arial, sans-serif;
}
.wd_newsfeed_releases-detail .wd_meta .wd_category_link:first-child {
	margin-left: 0;
}
.wd_newsfeed_releases-detail .wd_meta {
	margin-top: 30px;
}
#wd_printable_content .wd_newsfeed_releases-detail .wd_meta .wd_category_link a {
	background-color: #0067F0;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	border-radius: 24px;
	padding: 8px 20px;
}

.wd_item_page .wd_inner_body {
    position: relative;
    padding-right: 90px;
}
.wd_item_page .wd_inner_body .toolbar_tab_wrap {
    position: absolute;
    top: 0;
    right: 0;
}
.toolbar_tab_wrap .wd_toolbar-detail {
    border: none;
    margin: 0;
    padding: 0;
}
.toolbar_tab_wrap .wd_toolbar-detail .wd_tools {
    padding: 0;
}
.toolbar_tab_wrap div.wd_toolbar.wd_toolbar-detail ul.wd_tools li.wd_tool {
    float: none;
    margin: 0;
    display: block;
}
.toolbar_tab_wrap div.wd_toolbar.wd_toolbar-detail ul.wd_tools li.wd_tool a {
	color: #0067F0;
}
.toolbar_tab_wrap .wd_toolbar-detail .wd_tool_icon > a, .toolbar_tab_wrap .wd_toolbar-detail .wd_tool_icon > a:link {
	border-radius: 0;
    background: #fff !important;
    width: 60px;
    height: 60px;
    padding: 1em 0;
    font-size: 20px;
    color: #140F4B;
}
.wd_newsfeed_releases-detail .wd_artl_pg_header h1 {
	color: rgb(0, 62, 173);
	font-size: 56px;
	margin-bottom: 30px;
}
.wd_newsfeed_releases-detail .wd_summary p {
	margin-bottom: 45px;
	text-align: center;
}
 /* 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 select {
	border-radius: 0;
	line-height: 34px;
	padding: 0 1rem;
	font-size: 1.2rem;
	height: 34px;
	color: #333;
	border: 1px solid #ccc;
	border-radius: 25px;
}
#wd_printable_content input:focus,
#wd_printable_content select:focus {
	border: 2px solid #0067F0;
}
#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;
	margin-left: 5px;
}
#wd_printable_content .wd_form_field_label {
	line-height: 2.4em;
	margin-bottom: 0;
}
#wd_printable_content input[type=text] {
	max-width: 69%;
	display: inline-block;
}
#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_printable_content p {
	margin-bottom: 15px; 
}
.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;
}
#wd_printable_content input[type=submit]{
	margin-left: 0;
}
.wd_pageid_20300 .wd_form_field_pos_right .wd_form_field_label {
	float: none;
	width: 100%;
	text-align: left;
}
.wd_pageid_20300 .wd_form_field_pos_right .wd_form_field_input {
	margin-left: 0 !important;
}
.wd_pageid_20300 div.wd_form_footer div.wd_form_buttons {
	margin-left: 0;
}
.wd_pageid_20300 .wd_parent_category label {
	margin-left: 5px;
}
/* END Formbuilder */
 
 /* Search Results */
 /* END Search Results */
 
 /* Featureboxes */
 div.wd_featurebox {}
 div.wd_featurebox_container {}
 div.wd_featurebox_title {
	font-family: "Avenir Next World LT Normal", Arial, sans-serif;
 }
 
 div.wd_featureboxes_top {
	 margin-bottom: 60px;
 }
 div.wd_featureboxes_top div.wd_featurebox {}
 div.wd_featureboxes_top div.wd_featurebox_container {
	 display: flex;
	 gap: 40px;
	 align-items: center;
 }
 div.wd_featureboxes_top div.wd_featurebox_title {}
 div.wd_featureboxes_top .wd_featurebox {
	 width: calc(50% - 20px);
 }
 div.wd_featureboxes_top .wd_imagetable {
	 width: 100%;
	 display: block;
 }
 div.wd_featureboxes_top .wd_featurebox_top_content {
	 width: calc(50% - 20px);
	 display: block;
 }
 div.wd_featureboxes_top .wd_imagetable img {
	 width: 100%;
	 display: block;
 }
 div.wd_featureboxes_top .wd_imagetable {
    position: relative;
    height: 0;
    padding-bottom: 69.25%;
    overflow: hidden; 
}
div.wd_featureboxes_top .wd_imagetable img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
}
 div.wd_featureboxes_top .wd_featurebox_title {
	 margin-bottom: 15px;
	 font-size: 28px;
	 font-weight: 700;
	 color: #0067F0;
	 line-height: 1.5;
	 margin-bottom: 24px;
 }
 div.wd_featureboxes_top p:not(.more) {
	 font-size: 20px;
	 color: #191919;
	 line-height: 2;
	 margin-bottom: 24px;
	 font-style: normal;
	 font-family: "Avenir Next World LT Normal", sans-serif;
	line-height: 1.4;
 }
 div.wd_featureboxes_top p.more a,
 div.wd_featureboxes_bottom p.more a {
	 margin-bottom: 0;
	 border: 1px solid #0067F0;
	 color: #0067F0;
	 font-size: 16px;
	 font-weight: 600;
	 padding: 10px 30px;
	 border-radius: 25px;
	 display: inline-block;
	 text-decoration: none;
	 transition: all 0.3s ease;
	 font-family: "Avenir Next World Medium", Arial, sans-serif;
 }
 div.wd_featureboxes_top p.more a:hover,
 div.wd_featureboxes_bottom p.more a:hover {
	 transition: all 0.3s ease;
	 background-color: #0067F0;
	 color: #fff;
 }
 
 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 .wd_asset_icon_link_list {
	 display: none;
 }
 div.wd_featureboxes_middle div.wd_featurebox .wd_summary {
	 display: none;
 }
 div.wd_featureboxes_middle div.wd_featurebox_container {}
 div.wd_featureboxes_middle div.wd_featurebox_title {
	 font-size: 24px; 
	 line-height: 1.3;
	 color: #0067F0;
	 font-weight: 700;
	 margin-bottom: 20px; 
 }
 div.wd_featureboxes_middle .subscribe_link {
	 display: none;
 }
 .wd_newsfeed_releases-teaser {
	 display: flex;
	 gap: 20px;
 }
 .wd_newsfeed_releases-teaser .item {
	 width: calc((100% - 40px) / 3);
 }
 .wd_newsfeed_releases-teaser .item .wd_thumbnail {
	 object-fit: cover;
	 width: 100%;
	 padding-bottom: 75.25%;
	 height: 0;
	 position: relative;
	 overflow: hidden;
 }
 .wd_newsfeed_releases-teaser .item .wd_thumbnail img {
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%, -50%);
	 width: 100%;
 
 }
 div.wd_featureboxes_middle {
	 margin-bottom: 60px;
 }
 div.wd_featureboxes_middle .wd_date {
	 margin-top: 15px;
	 margin-bottom: 15px;
	 font-size: 16px;
	 color: #191919;
 
 }
 div.wd_featureboxes_middle .wd_title {
	 margin-bottom: 15px;
 }
 div.wd_featureboxes_middle .item {
	 padding-bottom: 50px;
	 position: relative;
 }
 div.wd_featureboxes_middle .item {}
 div.wd_featureboxes_middle .item p.more {
	 position: absolute;
	 bottom: 10px; 
	 left: 0;
 
 }
 div.wd_featureboxes_middle .wd_title a {
	 font-size: 18px;
	 font-weight: 700;
	 color: #0067F0;
	 text-decoration: none;
	 line-height: 1.5;
 }
 div.wd_featureboxes_middle p.more a {
	 color: #191919;
	 font-size: 16px;
	 text-decoration: none;
	 font-family: "Avenir Next World LT Normal", Arial, sans-serif;
 }
 div.wd_featureboxes_middle .wd_featurebox > p.more {
	 text-align: right;
 }
 div.wd_featureboxes_middle .wd_featurebox > p.more a {
	 margin-bottom: 0;
	 border: 1px solid #0067F0;
	 color: #0067F0;
	 font-size: 16px;
	 font-weight: 600;
	 padding: 10px 30px;
	 border-radius: 25px;
	 display: inline-block;
	 text-decoration: none;
	 transition: all 0.3s ease;
	 font-family: "Avenir Next World Medium", Arial, sans-serif;
 }
 div.wd_featureboxes_middle .wd_featurebox p.more a:hover {
	 transition: all 0.3s ease;
	 background-color: #0067F0;
	 color: #fff;
 }
 div.wd_featureboxes_bottom {}
 div.wd_featureboxes_bottom div.wd_featurebox {
	width: calc(50% - 20px);
 }
 div.wd_featureboxes_bottom div.wd_featurebox_container {
	display: flex;
	gap: 40px;
	align-items: center;
	margin-bottom: 50px;
 }
 div.wd_featureboxes_bottom div.wd_featurebox_container:nth-child(even) {
	 flex-direction: row-reverse;
 }
 div.wd_featureboxes_bottom div.wd_featurebox_container:last-child {
	margin-bottom: 0;
 }
 div.wd_featureboxes_bottom div.wd_featurebox_title {
	margin-bottom: 15px;
    font-size: 28px;
    font-weight: 700;
    color: #0067F0;
    line-height: 1.5;
    margin-bottom: 24px;
 }
 div.wd_featureboxes_bottom div.wd_imagetable {

	display: block;
 }
 div.wd_featureboxes_bottom div.wd_imagetable img {
	width: 100%;
	display: block;
 }
 div.wd_featureboxes_bottom div.wd_featurebox_bottom_content{
	width: calc(50% - 20px);
 }
 div.wd_featureboxes_bottom p:not(.more) {
	font-size: 20px;
    color: #191919;
    line-height: 2;
    margin-bottom: 24px;
    font-style: normal;
	font-family: "Avenir Next World LT Normal", sans-serif;
	line-height: 1.4;
 }
 div.wd_featureboxes_bottom p.more {
	
 }
 /* END Featureboxes */

 /* Start Search Form */
 .wd_search_basic_fields {
	background: none;
    display: block;
    border: none;
    text-align: left;
    padding: 0;
	
 }
 .wd_search_advanced_link {
	margin-top: 10px;
	display: block;
 }
 #wd_printable_content .wd_item_search_form_container input[type="text"],
 #wd_printable_content .wd_item_search_form_container select {
	border-radius: 25px;
 }
 #wd_printable_content .wd_item_search_form_container input[type="text"]:focus,
 #wd_printable_content .wd_item_search_form_container select:focus {
	border: 2px solid #0067F0;
 }
 #wd_printable_content .wd_item_search_form_container button[type="submit"],
 #wd_printable_content .wd_search_form_advanced input[type="submit"] {
	border-radius: 25px;
	background-color: transparent;
	color: #0067F0;
	border-color: #0067F0;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	width: 75px;
	font-size: 13.3px;
 }
 #wd_printable_content .wd_item_search_form_container .wd_search_form.wd_search_form_basic button[type="submit"] {
	width: 75px; 
	height: 34px;
	font-size: 13.3px;
 }

 #wd_printable_content .wd_item_search_form_container button[type="submit"]:hover,
 #wd_printable_content .wd_search_form_advanced input[type="submit"]:hover {
	background-color: #0067F0;
	color: #fff;
	transition: all 0.3s ease;
	cursor: pointer;
 }
 #wd_printable_content .wd_form_field_input .wd_checkbox {
	display: inline-block;
	margin-top: 10px;
 }
 /* End Search Form */

 /* Header Search Form */
.header_desktop-action-buttons .wd_search_form_container input[type="text"] {
	padding: 5px 15px;
	border-radius: 25px;
	border-color: #0067F0;

}
.header_desktop-action-buttons .wd_search_icon_wrap,
.header_desktop-action-buttons .wd_search_icon_wrap input[type="submit"] {
	position: relative;
	width: 25px; 
	height: 25px;
}
.header_desktop-action-buttons .wd_search_icon_wrap .fa-search {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -30%);
	font-size: 16px;
}
/* Font Awesome maginfying glass icon */
.header_desktop-action-buttons .wd_search_form_container input[type="text"] {
	padding-right: 40px;
}
.header_desktop-action-buttons .wd_search_form_container input[type="submit"] {
	background-color: transparent;
	border: none;

}
.header_desktop-action-buttons .wd_search_form_container input[type="submit"]:hover {
	background-color: transparent;
	cursor: pointer;
}
.header_desktop-action-buttons .wd_search_form_container input[type="submit"]:after {
	content: '\f002';
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	display: block;
}
.header_desktop-action-buttons .wd_search_form_container form {
	position: relative;
}
.header_desktop-action-buttons .wd_search_form_container form .wd_search_icon_wrap {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-56%);

}
 /* End Header Search Form */

 /* Start Mobile Navigation */

 /* End Mobile Navigation */
 
 .wd_pageid_20303 #wd_printable_content {
	 display: none;
 }

 /* Start Media Kits */
 .wd_search_titles_only {
	display: none;
 }
 .wd_pageid_34137 .wd_wai_dp_button {
	padding-left: 5px;
 }
 /* End Media Kits */

/* Sphinx Search */
#wd_printable_content .wd_sphinx_search input[type="submit"]
#wd_printable_content .wd_subscribe2 input[type="submit"] {
	border-radius: 25px;
	background-color: transparent;
	color: #0067F0;
	border-color: #0067F0;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
}
#wd_printable_content .wd_sphinx_search input[type="submit"]:hover,
#wd_printable_content .wd_subscribe2 input[type="submit"] {
	background-color: #0067F0;
	color: #fff;
	transition: all 0.3s ease;
	cursor: pointer;
	font-family: "Avenir Next World Medium", Arial, sans-serif;
}
#wd_printable_content .wd_subscribe2 input[type="submit"] {
	border: 2px solid #0067F0;
	background-color: #fff;
	color: #0067F0;
	transition: all 0.3s ease;
}
#wd_printable_content .wd_subscribe2 input[type="submit"]:hover {
	background-color: #0067F0;
	color: #fff;
	transition: all 0.3s ease;
}
#wd_printable_content .wd_sphinx_search .wd_search_image,
#wd_printable_content .wd_sphinx_search .wd_search_text,
#wd_printable_content .wd_sphinx_search .wd_search_assets,
#wd_printable_content .wd_sphinx_search form > a {
	display: none;
}
#wd_printable_content .wd_sphinx_search .wd_search_result {
	overflow: visible;
	margin-bottom: 40px; 
}
#wd_printable_content .wd_sphinx_search .wd_search_result:last-child {
	margin-bottom: 0;
}
/* End Sphinx Search */

.footer__bottom-right {
    display: flex;
    flex-direction: column;
    width: 37.6rem;
    gap: 10px
}

 /* 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: 1240px) {
	.header_desktop-utility-navigation {
		width: 200px;

	}
	.header_desktop-utility-navigation input[type="text"] {
		width: 100%;
	}
	.header_desktop-company-logo {
		height: 24px;
	}
	.header_desktop-navigation-items {
		flex-wrap: wrap;
		gap: 15px;
	}
	.header_desktop-navigation-items li a {
		font-size: clamp(12px, 1.5vw, 16px);
	}
 }
 @media (max-width: 1199px) {
	.footer__bottom {
		justify-content: space-around;
	}
 }
 
 /* Large devices (desktops) */
 @media (max-width: 992px) {

	/* Start Page Header */
	.page_header,
	#wd_printable_content .wd_newsfeed_releases-detail h1 {
		font-size: clamp(28px, 5vw, 56px);
		line-height: 1.3;
	}
	#wd_printable_content .wd_newsfeed_releases-detail .wd_subtitle {
		font-size: clamp(16px, 3vw, 20px);
	}
	.wd_item_page .wd_inner_body .toolbar_tab_wrap {
		position: relative;
	}
	.wd_item_page .wd_inner_body {
		padding-right: 0;
	}
	/* End Page Header */

	/* Start Press Releases */
	.toolbar_tab_wrap div.wd_toolbar.wd_toolbar-detail ul.wd_tools li.wd_tool {
		display: inline-block;
		margin-right: 10px;
	}
	/* End Press Releases */

	/* Start Featureboxes Top */
	div.wd_featureboxes_top div.wd_featurebox_title,
	div.wd_featureboxes_bottom div.wd_featurebox_title {
		font-size: clamp(24px, 4vw, 28px);
	}
	/* End Featureboxes Top */
	
	div.wd_featureboxes_bottom div.wd_featurebox_container,
	div.wd_featureboxes_bottom div.wd_featurebox_container:nth-child(even) {
		flex-direction: column;
		gap: 20px;
		margin-bottom: 40px;;
	}
	div.wd_featureboxes_bottom div.wd_featurebox,
	div.wd_featureboxes_bottom div.wd_featurebox_bottom_content {
		width: 100%;
	}
	.header_desktop-utility-navigation {
		width: 120px;
	}

 }
 
 /* Medium devices (tablets) */
 @media (max-width: 767px) {
	 div.wd_featureboxes_top div.wd_featurebox_container {
		 flex-direction: column;
		 gap: 20px;
	 }
	 div.wd_featureboxes_top .wd_featurebox {
		width: 100%;
	 }
	 div.wd_featureboxes_top .wd_featurebox_top_content {
		width: 100%;
	 }
	 .wd_newsfeed_releases-teaser {
		 flex-direction: column;
	 }
	 div.wd_featureboxes_middle .item {
		width: 100%;
	 }
	 .header {
		padding: 0;
	 }
	 .header_mobile-icons-container .user_icon {
		display: none;
	 }
	 #menu-search-placeholder .wd_search_form_container {
		text-align: left;
		width: calc(100% - 30px);
		margin: 0 15px;
	 }
	 #menu-search-placeholder form {
		position: relative;
	 }
	 #menu-search-placeholder form input[type="text"] {
		border: 1px solid #0067F0;
		border-radius: 25px;
		padding: 5px 40px 5px 15px;
		width: 100%;
	 }
	 #menu-search-placeholder form input[type="submit"] {
		background-color: transparent;
		border: none;
		width: 25px;
		height: 25px;
	 }
	 #menu-search-placeholder form input[type="submit"]:hover {
		background-color: transparent;
		cursor: pointer;
	 }
	 #menu-search-placeholder form input[type="submit"]:after {
		content: '\f002';
		font-family: 'FontAwesome';
		font-style: normal;
		font-weight: normal;
		display: block;
	 }
	 #menu-search-placeholder form .wd_mobile_search_icon_wrap {
		position: absolute;
		right: 5px;
		top: 50%;
		transform: translateY(-56%);
	 }
	 #menu-search-placeholder form .wd_mobile_search_icon_wrap .fa-search { 
		font-size: 16px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	 }
	 .header_desktop-main-navigation  {
		width: 100%;
	 }
	 .header_desktop-main-navigation .mobile_nav_items {
		width: 100%;
	 }
	 .header_desktop-main-navigation .mobile_nav_items li a {
		padding: 20px 10px;
		border-bottom: 1px solid #0067F0;
		display: block;
		font-weight: 700;
	 }

	 /* Start Press Releases */
	 #wd_printable_content .wd_item_search_form_container input[type="text"], #wd_printable_content .wd_item_search_form_container select, #wd_printable_content button[type="submit"]  {
		width: 100%;
		max-width: 100%;
		margin-bottom: 8px;
	 }
	 /* End Press Releases */

	 .footer__bottom-right {
		width: 100%;
	 }
 }
 
 /* Small devices (landscape phones) */
 @media (max-width: 575px) {
	#wd_printable_content input[type=text] {
		width: 100%;
		max-width: 100%;
		display: block;
	}
	.wd_page_limit {
		margin-bottom: 15px;
	}
	#wd_printable_content p,
	#wd_printable_content a,
	#wd_printable_content ul li,
	#wd_printable_content ol li {
		font-size: 14px;
		line-height: 1.3;
	}
	.wd_newsfeed_releases-detail .wd_artl_pg_header {
    	padding-bottom: 0;
    	margin-bottom: 20px; 
	}
	.wd_newsfeed_releases .wd_item {
		margin-bottom: 10px;
	}
 }
 
 /* CLIENT CSS OVERRIDES */