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

a:focus, #wd_printable_content input:focus, #wd_printable_content select:focus {
	outline: none;
	box-shadow: 0 0 0 .2em rgba(0, 0, 0, 1);
	z-index: 10;
	transition: .25s ease-in-out;
}
body {
	background-color: #fff;
}
table tr th {
	border: none;
}
.mrvll-navigation .mrvll-nav-item:focus::after {
	width: 100%;
}
/* 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-weight: 700;
}

.item_name a,
.wd_title a,
.wd_item .wd_title a,
.wd_newsfeed_releases-teaser .wd_title a,
.wd_documents_item_list > .wd_documents_item > .wd_title a {
	color: #363636;
}

.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;
}

/* Buttons and Backgrounds */
.wd_gray-background {
	background: #F6F6F6;
}
/* END Buttons and Backgrounds */

/* Our Nav */
#wd_investor-nav-wrap {
	position: sticky;
	top: 80px;
	margin: 0 auto;
	padding: 20px 0;
	z-index: 9;
}
ul.wd_investor-nav {
	list-style: none;
	padding: 0;

    display: flex;
    justify-content: space-between;
}
ul.wd_investor-nav li {
	display: inline-block;
	position: relative;
	width: auto;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 10px;
}



ul.wd_investor-nav li:after {
	content: '';
	display: block;
	width: 0;
	height: 4px;
	background-color: #0072CE;
	margin-top: 4px;
	left: 0;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
ul.wd_investor-nav li:hover:after {
	width: 100%;
}
ul.wd_investor-nav li a {
	color: #000;
}
ul.wd_subnav {
	display: none;
	position: absolute;
	top: 35px;
	left: 0;
	list-style: none;
	background-color: #F6F6F6;
	padding: 20px;
	z-index: 9;
}
ul.wd_investor-nav li:hover ul.wd_subnav,
ul.wd_subnav.active {
	display: block;
}

ul.wd_subnav{
    text-align: center;
    width: 205px;
    padding: 0 30px;
	left: 50%;
    top: 34px;
    padding-top: 20px;
    transform: translateX(-50%);
}

ul.wd_subnav li {
	color: #363636;
    display: block;
    font-size: 10px;
    padding: 0;
    line-height: 12px;
    margin-bottom: 20px;
}
ul.wd_subnav li:hover:after,
ul.wd_subnav.active li:hover:after  {
	width: 0;
}
ul.wd_subnav li a {
	color: #4a4a4a;
	transition: color .15s ease-out;
}
ul.wd_subnav li a:hover {
	color: #7d7d7d;
}

/* END Our Nav */

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

.wd_events-teaser .wd_event_sidebar .wd_event_subscribe,
.wd_events-teaser .wd_event_sidebar .wd_event_reminder{

	display: none; 
}

/* END Events */

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

/* Newsfeed Releases */
div.wd_newsfeed_releases {}
/* 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;
	margin-left: 50px;
	background-color: #fff;
}/* 
#wd_printable_content input,
#wd_printable_content button,
#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;
} */

.wd_item_search_form_container input,
.wd_item_search_form_container select{
	background-color: white;
    border: 1px solid #bab9b9;
    border-radius: 3px;
    box-shadow: none;
    box-sizing: border-box;
    font-size: 12px;
    height: 42px;
    font-size: 1.1rem;
    padding: 5px 10px;
    transition: border-color;
}

.wd_item_search_form_container select{
	margin-right: .5em;
}

.wd_item_search_form_container .wd_search_button{
    height: 42px;
    background: #0072ce;
    border: 0;
    color: #fff;
    cursor: pointer;
    padding: 10px 15px;
    vertical-align: middle;
    display: inline-block;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: normal;
}

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

/* Full Site Search */
#wd_site-search .wd_search_form_container {
	display: inline-flex;
	align-items: center;
}

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

/* Featureboxes */
div.wd_featurebox_container {}
div.wd_featurebox_title {
	font-size: 38px;
    font-weight: bold;
    color: #000000;
    margin-bottom: .5em;
    line-height: 1;
    text-transform: capitalize;
}

.wd_featureboxes_featured_bottom div.wd_featurebox_title,
.wd_featureboxes_featured_top div.wd_featurebox_title {
    text-transform:none;
}
div.wd_featurebox {}

div.wd_featureboxes_stock {}
div.wd_featureboxes_stock div.wd_featurebox_container {}
div.wd_featureboxes_stock div.wd_featurebox_title {}

.wd_stock-wrap {
    margin-top: -10px;
}
div.wd_featureboxes_stock div.wd_featurebox {
	display: flex;
    justify-content: flex-end;
}
div.wd_featureboxes_stock div.wd_featurebox .wd_chart-quote-footer,
div.wd_featureboxes_stock div.wd_featurebox .wd_quote-change {
	display: none;
}
div.wd_featureboxes_stock div.wd_featurebox div.wd_ticker_label span.wd_exchange,
div.wd_featureboxes_stock div.wd_featurebox div.wd_ticker_label span.wd_symbol,
div.wd_featureboxes_stock div.wd_featurebox div.wd_quote-value,
div.wd_featureboxes_stock div.wd_featurebox div.wd_quote-price {
	font-size: 14px;
	font-weight: 200;
	color: #fff;
}
div.wd_featureboxes_stock div.wd_featurebox div.wd_quote-price {
	margin: 0 0 0 10px;
}


div.wd_featureboxes_quick_links {}
div.wd_featureboxes_quick_links div.wd_featurebox_container {}
div.wd_featureboxes_quick_links div.wd_featurebox_title {
    text-align: center;
    margin-bottom: 40px;
}
div.wd_featureboxes_quick_links div.wd_featurebox {}

/* FB Top Featured */
div.wd_featureboxes_featured_top {} 
div.wd_featureboxes_featured_top div.wd_featurebox_container {}
div.wd_featureboxes_featured_top div.wd_featurebox_title {}
div.wd_featureboxes_featured_bottom div.wd_featurebox {
	display: flex;
        justify-content: space-between;
	flex-wrap: wrap;
        align-items: center;
}
div.wd_featureboxes_featured_top div.wd_featurebox {
	display: flex;
	flex-wrap: wrap-reverse;
	justify-content: space-between;
	align-items: center;
}
div.wd_featureboxes_featured_bottom div.wd_featurebox div.wd_content-wrap,
div.wd_featureboxes_featured_bottom div.wd_featurebox p,
div.wd_featureboxes_featured_bottom div.wd_featurebox picture,
div.wd_featureboxes_featured_top div.wd_featurebox div.wd_content-wrap,
div.wd_featureboxes_featured_top div.wd_featurebox p,
div.wd_featureboxes_featured_top div.wd_featurebox picture {
	flex-basis: calc(50% - 40px);
}
div.wd_featureboxes_featured_bottom div.wd_featurebox video,
div.wd_featureboxes_featured_bottom div.wd_featurebox picture,
div.wd_featureboxes_featured_top div.wd_featurebox video,
div.wd_featureboxes_featured_top div.wd_featurebox picture {
	max-width: 100%;
}
div.wd_featureboxes_featured_bottom div.wd_featurebox picture a:focus,
div.wd_featureboxes_featured_top div.wd_featurebox picture a:focus {
	box-shadow: unset;
}

#wd_featured .container_custom,
#wd_featured_bottom .container_custom {
	padding: 0 15px;
	margin: 0 auto;
}

/* FB LEFT */
#wd_leftright-wrap {
    display: flex;
    flex-direction: row;
}

div.wd_featureboxes_featured_right,
div.wd_featureboxes_featured_left {
    height: 100%;
}

div.wd_featureboxes_featured_left {
	background: #000;
    padding: 2em;
    background-size: cover;
    color: #fff;
}

div.wd_featureboxes_featured_left div.wd_featurebox_title {
	color: #fff;
	margin-bottom: 15px;
	font-size: 30px;
}
.wd_featureboxes_featured_left h3 {
    color: #fff;
    margin-bottom: 20px;
}
/* FB RIGHT */

div.wd_featureboxes_featured_right{
	padding: 2em;
	background: #0072ce;
	color: #fff;
	background-size: cover;
}
div.wd_featureboxes_featured_right div.wd_featurebox_container {}

div.wd_featureboxes_featured_right h3,
div.wd_featureboxes_featured_right div.wd_featurebox_title {
	color: #fff;
}
div.wd_featureboxes_featured_right div.wd_featurebox_title {
	position: relative;
	margin-bottom: 45px;
	font-size: 30px;
}
div.wd_featureboxes_featured_right div.wd_featurebox_title:after {
    content: "";
    width: 30px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -19px;
    background: #fff;
}

div.wd_featureboxes_featured_right h3{
	margin-bottom: 1em;
}
div.wd_featureboxes_featured_right div.wd_featurebox {}

.wd_featureboxes_featured_right .wd_imagetable{
	display: none;
}

div.wd_featureboxes_featured_right ul {
	list-style: none;
	padding: 0;
}

div.wd_featureboxes_featured_right li {
	margin-bottom: 15px;
	font-size: 14px;
    line-height: 22px;
    font-weight: 200;
}

div.wd_featureboxes_featured_right li a {
	color: #fff;
}

.mrvll-text-link.wd_btn{
	
}

.wd_btn_wrap{
	background-color: #fff;
    padding: 16px 45px 14px 24px;
    font-weight: bold;
    border-radius: 4px;
    background-size: 8px 13px;
    background-position: center right 22px;
    display: inline-block;

    width: auto;
    padding: 11px 20px;
    padding-right: 15px;
}

.wd_btn_wrap a{
	color: #000;
}

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 {
	    text-align: center;
		margin-bottom: 1.5em;
    	font-size: 30px;
}

.wd_category_items h2{
    margin-bottom: 35px;
    font-size: 26px;
    font-weight: 200;
    color: #363636;
    margin-top: 50px;
}

.wd_event .wd_event_date,
.wd_event .wd_event_time,
.wd_event .wd_title{
	margin-left: 1em;
	display: inline-block;
}


.wd_event .wd_event_time,
.wd_event .wd_event_date{
	margin: 0;
    font-family: "setimo";
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
}

.wd_event .wd_event_time{
	margin-left: 1em;
}

.wd_event .wd_title{
	display: block;
    margin-left: 0;
    font-family: "setimo";
    font-size: 22px;
    font-weight: 100;
        text-transform: capitalize;
    margin-top: 10px;
}

.wd_event .wd_attachment_title a{
    text-transform: uppercase;
    color: #363636;
    font-size: 12px;
    font-family: "setimo";
    font-weight: 700;
}

.wd_event .wd_title a{
	 color: #7b7b7b;
}
tr.wd_fundamentals_h3 th div{
	background: transparent;
}

table.wd_fundamentals th, table.wd_fundamentals td {
    vertical-align: top;
    font-size: 14px;
}


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


/* Global */

.wd_fb_sec.mrvll-page-content{
	display: block;
}

.wd_fb_sec{
	margin-bottom: 4em;
}

.__wd_pic_block{
	display: block;
	width: 100%;
	height: auto;
}

.__wd_pic_block img{
	width: 100%;
}

/* Home - Middle FB - Latest News */

.wd_newsfeed_releases-teaser{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
	margin-bottom: 20px;
}

.wd_newsfeed_releases-teaser .wd_item{
    background: #000;
    color: #fff;
    padding: 30px 30px 60px;
    position: relative;
    margin: 0;
}

.wd_newsfeed_releases-teaser .wd_item .wd_title{
    margin: 1em 0 1.5em;
    font-size: 1.65rem;
    line-height: 2.4rem;
    max-height: 121px;
    overflow: hidden;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.wd_date,
.wd_newsfeed_releases-teaser .wd_item .wd_date{

    color: #eee;
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .18rem;
}

.wd_newsfeed_releases-teaser .wd_item p{
	font-size: 14px;
    line-height: 1.8;
    color: #eee;
}

.wd_newsfeed_releases-teaser .wd_item .wd_title a{
	color: white;
}
.wd_newsfeed_releases-teaser .wd_item .wd_more{
	position: absolute;
	bottom: 20px;
	right: 20px;
	text-align: right;
	display: inline-block;
}


.wd_featurebox .more{
	text-align: right;
}

.wd_featureboxes_middle .wd_featurebox .more{

    padding-right: 19px;

}

.wd_featurebox .more a{
	color: #333;
}

/* WD CONTENT HOMEPAGE */

.wd_home_pg .wd_content{
	display: flex;
	margin: 3em 0;
}

.wd_home_pg .wd_content h1{
	font-weight: bold;
	font-size: 1.25rem !important;
    margin: 0 2em 0 0;
    flex: 0 0 40%;

}

/* WD TABBER */


#wd_tabbed-wrap{
	background: #000 center no-repeat;
    background-size: cover;
	color: #fff;
  
	/*background-image:  url('../images/marvell_img_bg_2.png');*/
	background-image:  url('../images/marvell-ir-earnings-bg-1920x413.jpeg');

	margin-bottom: 2em;
}

.wd_fb_sec .wd_tab_wrap{

	padding: 4em 0;
}

.wd_tab{
	color: #bfbfbf;
	border: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: .15rem;
    padding: 0;
}

.wd_tab-active{
	background: transparent;
	color: #fff;
}

.wd_tabs > li{
	margin-left: 2em;
}


.wd_tabs > li::after{
    display: block;
    transition: all .5s cubic-bezier(0.19,1,0.22,1);
    content: '';
    display: block;
    width: 15%;
    height: 4px;
    background-color: transparent;
    left: 0;
}


.wd_tabs > li:hover{
	color: #fff;
}


.wd_tabs > li:hover::after,
.wd_tabs > li.wd_tab-active::after{
    background-color: #0072ce;
    width: 100%;
}

#wd_tagline{
	font-size: 1.85rem;
    line-height: 2.4rem;
	font-weight: bold;
	margin-bottom: 0;
	width: 40%; 
}

.wd_tabs_wrapper{
	background: transparent;
	border: none;
    display: flex;
    padding-bottom: 2rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #eee;
}

.wd_tabs_wrapper .wd_tabs{
    width: 100%;
    display: flex;
	flex-wrap: wrap;
	justify-content: end;
}

.wd_tabs_content_wrapper .file-link a::before,
.wd_tabs_content_wrapper .file-link a{ 
	color: #fff;
	font-size: 18px;
}


.wd_tabs_content_wrapper .wd_featurebox p{
	font-size: 1.5rem;
	line-height: 1.5;
}

.wd_tabs_content_wrapper .wd_featurebox p.wd_btn_wrap {
	font-size: 1rem;
}

.wd_sec_solid{
	padding: 3em 0;
}


.wd_tab_content .wd_newsfeed_releases-teaser{
	display: block;
}

.wd_tab_content .wd_newsfeed_releases-teaser .wd_item{
	background-color: transparent;
	padding: 0;
}


.wd_tab_content .wd_newsfeed_releases-teaser .wd_item .wd_more{
	position: static;
	text-align: left;
}

.wd_tab_content .wd_newsfeed_releases-teaser .wd_item .wd_date,
.wd_tab_content .wd_newsfeed_releases-teaser .wd_item .wd_summary{
	display: none;
}

/* QuickLinks */
#wd_quick_links{
	margin-bottom: 3em;
	padding-top: 3em;
}

.wd_featureboxes_quick_links .wd_featurebox ul{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	list-style: none;
}

.wd_featureboxes_quick_links li {
	list-style: none;
	text-align: center;
	padding: 30px 0;
}

.wd_featureboxes_quick_links li ~ li {
    border-left: 1px solid #C8C9C7;
}

.wd_featureboxes_quick_links li img{
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
    height: 50px;
}

.wd_featureboxes_quick_links .wd_featurebox li a {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}
/* BOTTOM */

#wd_bottom-wrap div.wd_featurebox_title{
	color: #fff;
}

#wd_bottom-wrap{
    background: #000 center;
    background-size: cover;
}


.wd_featureboxes_stock .wd_featurebox_title{
	margin: 0;
}
.wd_featureboxes_stock div.wd_ticker_label {
    margin: 0;
    background: #000;
    padding: 10px 0 10px 20px;
}

.wd_featureboxes_stock .wd_quote-value.wd_quote-value-down,
.wd_featureboxes_stock .wd_quote-value.wd_quote-value-up{
	margin: 0;
}


.wd_featureboxes_stock .wd_quote-container {
    position: relative;
    background: #000;
    padding: 10px 40px 10px 0;
}
.wd_featureboxes_stock .wd_stock_arrow {
    position: absolute;
    top: 16px;
    right: 24px;
}
.wd_featureboxes_stock .wd_stock_arrow img {
	position: initial;
	transition: transform .25s ease-out;
}
.wd_featureboxes_stock .wd_stock_arrow a:hover img {
    transform: translateX(10px);
}
.wd_newsfeed_releases .wd_more_btn::after {
	content: '';
	background-image: url(../images/nav-arrow-right.svg);
    background-repeat: no-repeat;
    background-size: 10px 15px;
    background-position: top 1px right 10px;
   padding-right: 33px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    height: 33px;
}

.wd_content h1{
	margin-top: 100px;
}

.wd_newsfeed_releases .wd_subscribe_link{
	display: none;
}

.wd_attachment_title a{
	color: #000;
}

/* News Releases */
.wd_newsfeed_releases .wd_subtitle,
.wd_newsfeed_releases .wd_summary{
	display: none;
}

.wd_newsfeed_releases .wd_date{
    font-family: "setimo";
    font-size: 14px;
    line-height: 26px;
    margin: 0 0 15px;
    font-weight: 300;
    font-style: normal;
}

.wd_newsfeed_releases .wd_item{
	padding: 32px 0 50px;
    border-bottom: 1px solid #e7e7e7;
    margin: 15px 0;
}

.wd_newsfeed_releases .wd_title{
	font-size: 22px;
    line-height: 32px;
    margin-bottom: 26px;
    overflow: hidden;
    font-family: "setimo";
    display: -webkit-box;
    font-weight: 100;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.wd_newsfeed_releases .wd_title a{
	color: #7b7b7b;
}

.wd_newsfeed_releases .wd_more_btn a{
	text-transform: uppercase;
    color: #363636;
    font-size: 12px;
    font-family: "setimo";
    font-weight: 700;
}

.wd_newsfeed_releases .wd_more_btn a:hover{
	color: #0072CE;
}

.wd_newsfeed_releases .wd_more_btn::after{
	    top: -3px;
    	right: -29px;
    	transition: all .25s ease-out;
    	transform: translate3d(0, 0, 0);
    	cursor: pointer;

}


.wd_newsfeed_releases .wd_more_btn:hover::after{
	transform: translate3d(10px, 0, 0);
}

.wd_search_basic_fields{
	background-color: transparent;
	border: 0;
	padding: 0;
}

	
/* QUARTERLY RESULTS */

.wd_pageid_65 .item{
    border-bottom: 1px solid #e7e7e7;
    cursor: pointer;
    position: relative;
    padding: 0;
    margin: 0;


}

.wd_pageid_65 .item:last-child{
    border-bottom: none;
}

.wd_pageid_65 .item_name{
    padding: 30px;
    color: #7b7b7b;
    font-family: "setimo";
    margin: 0 0 0px;
    font-weight: 200;
    font-size: 22px;
}

.wd_pageid_65 .item_name::after{
    content: "\f078";
    font-family: 'FontAwesome';
	font-size: 14px;
    line-height: 28px;
    position: absolute;
    right: 30px;
    color: inherit;
    top: 33px;
    color: #5782d8;

}



.wd_pageid_65 .item_name.active::after{
    content: "\f077";
}


.wd_item_collapse{
   padding: 10px 30px 30px;
}

/* Annual Reports */

.wd_pageid_120 .wd_category_items .item .item_name{
    display: inline;
    font-size: 16px;
    font-weight: normal;
    margin-right: 3em;
}


.wd_pageid_120 .wd_category_items .item {
    padding: 1em 0;
    margin: 0;
    border-bottom: 1px solid #d6d5d5;
}
.file-link{
	display: inline-block;
}

.file-link a{
	text-transform: uppercase;
    color: #363636;
    font-size: 12px;
    font-family: "setimo";
	font-weight: 700;
	
}
.wd_pageid_120 .wd_link_image {
	margin-right: 0.5em;
	position: relative;
	top: 5px;
	background-size: contain;
	width: 16px;
	height: 16px;
	display: inline-block;
}


.file-link a::before{
	content:  url(../images/webdriver/fileicons/16/pdf.gif);
    margin-right: .5em;
    position: relative;
	top: 3px;
	display: none; 
}

.wd_tabs_content_wrapper .file-link a::before{
	content: "\f1c1";
	font: normal normal normal 14px/1 FontAwesome;
    top: 0;
}

.wd_board_committees{
	margin-bottom: 50px;
}

.wd_board_committees .wd_title{
	        font-size: 12px;
    line-height: 1.5;
}

.wd_board_committees .wd_title a{
	color: #363636;
    font-weight: bold;
}

th.wd_committee_col,
.wd_member_col,
.wd_committee_col{
	border: none;
}


.wd_committees .wd_header_row{
	    border-top: 1px solid #d6d5d5;
	    border-bottom: 1px solid #d6d5d5;
}

.wd_row_even{
	background-color: transparent;
}

table tbody tr:nth-child(odd) th {
    background: #f9f9f9;
}

table tbody tr:hover th{
	background: #efefef;
}

.wd_board_committees .wd_member_col .wd_title a{
	color: gray;
	text-transform: capitalize;
	font-weight: normal;
}

.wd_events_month_header{
	background: none;
	border: none;
}

.wd_event_sidebar_group {
    margin: .5em 0 0 0;
}

.wd_event .wd_attachment_container{
	margin: 0;
}

.wd_pageid_126 .wd_category_items .item ul{
	list-style: none;
	padding: 0;
	margin: 0 0 1em;
}

.wd_pageid_126 .wd_category_items .item ul li{
	padding: 7px 0;
}

.wd_pageid_126 .wd_category_items .item{
	margin: 0;
	padding: 0;
}


.wd_event_sidebar{
	float: none;
    margin: 0;
   
    width: 100%;
}

.wd_events_list .wd_event{
	background: none;

    border-bottom: 1px solid #ddd;
    padding: 1em 0;
    margin: 0 0 1em 0;
}

.wd_events_list .wd_event:last-child{
	border: none;
}

.wd_events_past_summary .wd_header,
.wd_events_month_header{
	background: none;
	border: none;
    border-radius: 0;
    margin: 0 0 10px 0;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}

.wd_events_more{
    padding: 12px 20px;
}

.wd_event .wd_title{

}
.wd_content table thead th{
	font-size: 12px;
}

.wd_content table tbody td{
	font-size: 16px;
}

table.wd_sec_filings th,
table.wd_sec_filings td{
    font-size: 16px;
    padding: 15px;
    border: none;
}

table.wd_sec_filings th{
	font-size: 12px;
	text-transform: uppercase;
    font-family: "setimo";
    font-weight: 700;
}

table.wd_sec_filings thead tr{
	border-top: 1px solid #d6d5d5;
    border-bottom: 1px solid #d6d5d5;
}

.wd_ir_secfilings .wd_label{
	margin-right: 5px;
}

/* Newsfeed Release Detail Page */

.wd_newsfeed_releases-detail .wd_title{
	font-family: "setimo";
    font-size: 26px;
    font-weight: 200;
    color: #363636;
    padding: 0;
    line-height: 28px;
    text-transform: capitalize;
}

.wd_pageid_117 #wd_printable_content table tr:first-child{

}

/* Forms */
.wd_form_field {
    overflow: auto;
    margin: 5px;
    padding: 0;
    border: none;
    margin: 0 0 10px;
}
.wd_form_field_header{
	color: #012169;
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 20px;
}

.wd_form_field_label label{
	margin: 0;
}

.wd_form_field_input {
	line-height: 1.5em;
}
.wd_form_field_input input[type=text]{
    border: 1px solid #bbb;
    padding: .5em 1em;
    margin: 0 10px 0 0;
    padding: 6px;
}
.wd_category_checkboxes input[type=radio]{
    margin: 1em .5em 1em 2px;
}

.wd_form_footer,
#wd_printable_content .wd_form_footer input[type=submit]{
	margin: 0;
}

#recaptcha2_widget{
    overflow: hidden;
}

.wd_formbuilder{
	margin-bottom: 2em;
}


.wd_chart-quote-footer {
	font-size: 10px !important;
}

div.wd_form_footer div.wd_form_buttons{
	margin-top: 10px;
	overflow: hidden;
} 


#wd_calculator_form .wd_calculator_input_column:first-child .wd_calculator_input_title{

	padding-bottom: 5px;
}

#onetrust-consent-sdk{
	display: none;
}

/* Highlights (corp governance) page */
.wd_pageid_126 .contactalertmodule {
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	margin-top: 60px;
    margin-bottom: 75px;
	left: 50%;
}
.wd_pageid_126 .contactalertmodule section > .container {
	padding: 0 1%;
    margin: 0 auto;
}
.wd_pageid_126 .contactalertmodule section > .container p {
	font-family: unset;
    font-size: unset;
    color: unset;
}
.wd_pageid_126 .contactalertmodule section > .container p a {
	font-weight: 700 !important;
    line-height: 19.2px;
}
/* END Highlights */

@media (min-width: 768px){
	#wd_featured .container_custom,
	#wd_featured_bottom .container_custom {
		width: 750px;
	}
}
@media (min-width: 992px){
	.mrvll-nav-item.current-item[data-item="products"] .mrvll-navigation.menu-open .mrvll-menu {
    		height: 563px;
	}
	#wd_featured .container_custom,
	#wd_featured_bottom .container_custom {
		width: 970px;
	}
}
@media (min-width: 1200px){
	#wd_featured .container_custom,
	#wd_featured_bottom .container_custom {
		width: 1170px;
	}
}
@media (min-width: 769px){

	.wd_form_field_pos_right .wd_form_field_label{
		float: none;
		width: 100%;
		margin-bottom: 4px;
		text-align: left;
		display: block;
	}
	div.wd_form_footer div.wd_form_buttons,
	.wd_form_field_pos_right .wd_form_field_input{
		margin-left: 0;
		margin-bottom: 0;
		width: 100%;
		display: block;
	}

}
/* End Forms */

/* Extra large devices (large desktops) */
@media (max-width: 1199px) {
	.wd_pageid_126 .contactalertmodule section > .container {
		padding: 0 11%;
		margin: 0 auto;
	}
}

/* Large devices (desktops) */
@media (max-width: 992px) {
	.wd_newsfeed_releases-teaser{
		grid-template-columns: 1fr;
	}

	#wd_leftright-wrap .wd_featureboxes-vertical{
		margin-bottom: 30px;
	}

	.wd_stock-wrap{
		display: none;
	}
	#wd_site-search input[type="text"] {
		width: auto;
	}

	.wd_tabs_wrapper {
		flex-wrap: wrap;
	}
	#wd_tagline {
		width: 100%;
		margin-bottom: 1em;
	}
	.wd_tabs_wrapper .wd_tabs {
		width: 100%;
		justify-content: start;
	}
	.wd_tabs_wrapper .wd_tabs li:first-child {
		margin-left: 0;
	}
	#wd_leftright-wrap {
	    display: block;
	}

	div.wd_featureboxes_featured_bottom div.wd_featurebox div.wd_content-wrap,
	div.wd_featureboxes_featured_bottom div.wd_featurebox p,
	div.wd_featureboxes_featured_bottom div.wd_featurebox picture,
	div.wd_featureboxes_featured_top div.wd_featurebox div.wd_content-wrap,
	div.wd_featureboxes_featured_top div.wd_featurebox p,
	div.wd_featureboxes_featured_top div.wd_featurebox picture {
		flex-basis: 100%;
	}
}

/* Medium devices (tablets) */
@media (max-width: 812px) {
	/* div.wd_featureboxes_featured_bottom div.wd_featurebox div.wd_content-wrap,
	div.wd_featureboxes_featured_bottom div.wd_featurebox p,
	div.wd_featureboxes_featured_bottom div.wd_featurebox picture,
	div.wd_featureboxes_featured_top div.wd_featurebox div.wd_content-wrap,
	div.wd_featureboxes_featured_top div.wd_featurebox p,
	div.wd_featureboxes_featured_top div.wd_featurebox picture {
		flex-basis: 100%;
	} */
}
@media (max-width: 767px) {

	.wd_home_pg .wd_content{

			flex-direction: column;

	}
	.wd_home_pg .wd_content h1{
		    flex: 0 0 auto;
		    margin-bottom: 1em;
	}
	#wd_tagline, 
	.wd_tabs_wrapper .wd_tabs {
		width: 100%;
	}
	.wd_tabs_wrapper .wd_tabs,
	.wd_tabs_wrapper{
		width: auto;
	    flex-wrap: wrap;
 	}
 	
	.wd_tabs_wrapper .wd_tabs li:first-child {
		margin-left: 0;
	}

	.wd_featureboxes_quick_links .wd_featurebox ul{
		grid-template-columns: 1fr;
	}

	#wd_tagline{
	    margin-bottom: 1em;
	}

	#wd_tabbed-wrap{
		height: auto;
	}

	.wd_featureboxes_quick_links li ~ li {
		border-left: 0;
		border-top: 1px solid #C8C9C7;
	}

}

/* Small devices (landscape phones) */
@media (max-width: 650px) {
	.wd_tabs_wrapper .wd_tabs {
		flex-direction: column;
	}
	.wd_tabs_wrapper .wd_tabs li {
		margin-left: 0;
	}
}

/* CLIENT CSS OVERRIDES */
