@font-face {
	font-family: "Proxima-Nova";
	src: url(../fonts/proxima_nova.woff2);
}
@font-face {
	font-family: "Proxima-Nova Bold";
	src: url(../fonts/proxima_nova_bold.woff2);
}
@font-face {
	font-family: "Proxima-Nova Light";
	src: url(../fonts/proxima_nova_light.woff2);
}
@font-face {
	font-family: "Proxima-Nova ExtraCondensed";
	src: url(../fonts/proxima_nova_extracodensed.woff2);
}
.wd_proxima-light {
	font-family: "Proxima-Nova Light";
}
.wd_proxima-regular {
	font-family: "Proxima-Nova";
	font-weight: 400;
}
.wd_proxima-medium {
	font-family: "Proxima-Nova";
	font-weight: 500;
}
.wd_proxima-semibold {
	font-family: "Proxima-Nova";
	font-weight: 600;
}
.wd_proxima-bold {
	font-family: "Proxima-Nova Bold";
}
.wd_proxima-extrabold {
	font-family: "Proxima-Nova ExtraBold";
}
.wd_proxima-black {
	font-family: "Proxima-Nova";
	font-weight: 900;
}
.wd_ibm-light {
	font-family: "IBM Plex Serif";
	font-weight: 300;
}
.wd_ibm-regular {
	font-family: "IBM Plex Serif";
	font-weight: 400;
}
.wd_ibm-medium {
	font-family: "IBM Plex Serif";
	font-weight: 500;
}
.wd_ibm-semibold {
	font-family: "IBM Plex Serif";
	font-weight: 600;
}
.wd_ibm-bold {
	font-family: "IBM Plex Serif";
	font-weight: 700;
}
.wd_ibm-extrabold {
	font-family: "IBM Plex Serif";
	font-weight: 800;
}
.wd_ibm-black {
	font-family: "IBM Plex Serif";
	font-weight: 900;
}


/* Non-SPIN */
body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	font-family: 'Proxima-Nova', sans-serif;
	font-size: 1rem;
	color: #0A0D0F;
	overflow-x: hidden;
}
main {
	flex: 1 0 auto;
}

.fa:before {
	font-family: "Font Awesome 5 Pro";
}
.bg-navy {
    background-color: #042A57;
}
.bg-gray {
	background-color: #f8f3f5;
}
.bg-blue-gradient {
	background: linear-gradient(to bottom, #ffffff 0%,#F3F5F8 100%);
}
.bg-light-blue {
	background: rgba(3, 31, 65, 0.05);
}
.wd_container-wrap {
	max-width: 95%;
	border-radius: 0 18px;
	margin: 0 auto;
	padding: 4rem;
}
.wd_container-wrap.wd_no-padding {
	padding: 0;
}
.wd_box {
	position: relative;
	padding: min( 2.5rem + 3.75 * ((100vw - 20rem) / 100) , 6.25rem) min( 1.25rem + 5 * ((100vw - 20rem) / 100) , 6.25rem);
	background: #F3F5F8;
	border-top-left-radius: min( 0.5rem + 0.625 * ((100vw - 20rem) / 100) , 1.125rem);
	border-top-right-radius: min( 0.5rem + 0.625 * ((100vw - 20rem) / 100) , 1.125rem);
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.wd_box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: min( 6.25rem + 6.25 * ((100vw - 20rem) / 100) , 12.5rem);
	height: min( 0.375rem + 0.25 * ((100vw - 20rem) / 100) , 0.625rem);
	transform: translateX(-50%);
	background: #8F66D1;
	border-radius: 0 0 min( 0.25rem + 0.0625 * ((100vw - 20rem) / 100) , 5px) min( 0.25rem + 0.0625 * ((100vw - 20rem) / 100) , 5px);
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'IBM Plex Serif', serif;
	font-family: 'Proxima-Nova', sans-serif;
	font-weight: 400;
	line-height: 3rem;
}
h1 { font-size: 3rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }
/*main p {
	font-family: 'Proxima-Nova', sans-serif;
	color: #000;
	line-height: 1.875;
}*/
#navbarNav {
	font-size: 1rem;
	white-space: nowrap;
}
.navbar {
	padding: 1.5rem;
}
.navbar-toggler {
	border: 0;
}

.navbar-light .navbar-toggler {
    color: #FFF;
}
.nav-item {}
.nav-item.active {}
.mobilenav .nav-item,
.mobilenav .nav-item.active {
	border-bottom: 2px solid transparent;
}
#dropdown-search.dropdown-toggle:after {
	display: none;
}
.dropdown-search input[type="text"] {
	margin-bottom: 5px;
}
.dropdown-menu {
	border-radius: 0;
	border: 0;
	box-shadow: none;
}
/*.dropleft .dropdown-toggle:before {
    border: 0;
}*/
.dropleft .dropdown-menu.dropdown-search {
	top: -8px;
}
#searchBox {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	text-align: right;
	background-color: #fff;
}
#searchBox .container {
	padding: 1.9rem 3rem;
	text-align: center;
}
#searchBox a {
	padding-left: 1rem;
	color: rgba(0,0,0,.5);
}
#searchBox a:hover {
	color: rgba(0,0,0,.75);
}
#searchBox .wd_search_form_container {
	display: inline-block;
	width: 80%;
}
#searchBox .wd_search_form_container .wd_search_form {
	display: flex;
	width: 100%;
}
#searchBox .wd_search_form_container input[type="text"] {
	width: 85%;
}
#searchBox .wd_search_form_container input[type="submit"] {
	width: 20%;
	height: 2.1rem;
}
.mobilenav {
	align-items: flex-start;
	padding: 0;
	height: 0%;
	width: 100%;
	position: fixed;
	overflow-x: hidden;
	transition: .5s;
	top: 0px;
	background-color: #1c1c1c;
	z-index: 1;
	opacity: 0;
	overflow: hidden;
}
.mobilenav .navbar-nav {
	margin-top: 2rem;
}
.masthead {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 20rem;
}
.section--hero-solution-detail {
	position: relative;
    color: white;
	text-align: center;
	background: #063369;
    padding: 80px 20px;
/*    z-index: 1;*/
}
.section--hero-solution-detail .page-title {
	width: 100%;
	text-align: center;
}

.section--hero-solution-detail .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.section--hero-solution-detail .wrapper {
    display: flex;
    gap: 1.5rem;
    flex-flow: row;
    justify-content: flex-end;
    padding: 0 min( 1.25rem + 13.125 * ((100vw - 20rem) / 100) , 14.375rem);
}

.wrapper {
    width: 120rem;
    max-width: 100%;
    margin: 0 auto;
    padding-right: min( 1.25rem + 2.5 * ((100vw - 20rem) / 100) , 3.75rem);
    padding-left: min( 1.25rem + 2.5 * ((100vw - 20rem) / 100) , 3.75rem);
}

.section--hero-solution-detail .wrapper {
    display: flex;
    gap: 1.5rem;
    flex-flow: row;
    justify-content: flex-end;
    padding: 0 min( 1.25rem + 13.125 * ((100vw - 20rem) / 100) , 14.375rem);
}

.section--hero-solution-detail .wrapper .content {
    padding-top: 0;
    width: 50%;
}

.section--hero-solution-detail .wrapper .content {
    display: flex;
    gap: min( 1.5rem + 0.75 * ((100vw - 20rem) / 100) , 2.25rem);
    flex-flow: column;
    padding-top: min( 2.5rem + 3.75 * ((100vw - 20rem) / 100) , 6.25rem);
}

.section--hero-solution-detail .wrapper .content .excerpt {
    font-family: proxima-nova, sans-serif;
    font-weight: 200;
    font-size: min( 0.875rem + 0.125 * ((100vw - 20rem) / 100) , 1rem);
    line-height: 1.8;
}

.section--hero-solution-detail .background img {
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section--hero-solution-detail .background img {
    width: 70%;
}

.section--hero-solution-detail .background::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 2;
    background: linear-gradient(to bottom, rgba(6, 51, 105, 0) 70%, #063369 100%);
}

.section--hero-solution-detail .background::before {
    background: linear-gradient(to right, rgba(6, 51, 105, 0) 25%, #063369 55%);
}
 /* Begin classes for common SPIN elements */

*, ::before, ::after { box-sizing: border-box; }
*, ::before, ::after { box-sizing: inherit; }
*, ::before, ::after { box-sizing: border-box; }

#wd_printable_content {
	width: 100%;
	padding: 80px 0 40px;
}

/* Header Styles */
.wd_header {
    padding: 80px 20px;
    text-align: center;
    background-color: #063369;
    color: #FFF;
}
.wd_header h1{
    color:#FFF;
}
.wd_header_text-wrapper {
	padding: 4rem 0;
}
.wd_header_text {
	position: relative;
}
.wd_masthead-title {
	font-family: "IBM Plex Serif", serif;
	font-family: 'Proxima-Nova', sans-serif;
/*	text-shadow: 0 0 8px #000000;*/
	margin: 0 0 40px 0;
}
.wd_masthead-description p {
	margin-bottom: 3rem;
}
.wd_masthead-description p.wd_iframe {
	float: right;
	margin-bottom: 0;
}
.wd_masthead-description .vidyard-player-container {
	width: 48%!important;
	float: right;
	margin: 0 0 0 40px!important;
}
.wd_masthead-description a {
	color: #fff;
}
.wd_mobile-header {
	padding: 1rem;
}
.wd_mobile-brand {
	width: 100%;
	padding: 1.5rem;
}
.wd_mobile-brand .container {
	padding-left: 0;
	padding-right: 0;
}
.wd_mobile-brand .navbar-toggler {
	color: rgba(0,0,0,.5);
}

.page_header,
.category_header {
	margin-top: 2rem;
	font-size: 2rem;
}
.detail_header,
.detail_subheader,
.category_name {
	font-size: 1.75rem;
	font-weight: 600;
}
.category_intro {}
/* END Header Styles */

.item, .wd_item {
	margin: 10px 0;
	padding: 10px 0;
}
.item_name,
.wd_title,
.wd_item .wd_title,
.wd_newsfeed_releases-teaser .wd_title,
.wd_documents_item_list > .wd_documents_item > .wd_title {
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 10px 0;
}
.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 {}
.item_summary {
	margin-top: 1.5rem;
}

table.wd_imagetable {
/*	border: 1px solid #eaeaea;*/
}
table.wd_imagetable,
td.imagecaption,
.wd_image img,
table.wd_imagetable img {
	float: none;
	max-width: 100%;
	display: block;
}

table.wd_imagetable[align='left'] {
    float: left;
    max-width: 50%;
    margin: 0 40px 0 0 !important;
}

table.wd_imagetable[align='right'] {
    float: right;
    max-width: 50%;
    margin: 0 0 0 40px !important;
}

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

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .nav-link,
.nav-link {
    color:#FFF;
    position:relative;
}

.nav-link:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition-duration: 250ms;
}

.active .nav-link:before,
.nav-link:hover:before {
    width: 100%;
}

a {
	transition: all 0.3s ease;
	color: #063369;
	line-height: normal;
}

a:hover {
	color: #063369;
	text-decoration: underline;
}

a.itemlink {
	color: #063369;

	font-weight: 400;
}
a.itemlink:hover {
	color: #063369;
	text-decoration: underline;
}

.wd_search_button,
a.button,
a.wd_search_advanced_link,
#wd_printable_content input.wd_formbuilder_submit,
#wd_printable_content input[type="submit"],
input[type="submit"],
.more a {
	color: #fff;
	border: 2px solid #fc5b08;
/*	border-radius: .25rem;*/
	background-color: #fc5b08;
	font-size: 1rem;
	line-height: 1rem;
	padding: .75rem 3rem;
	height: auto;
	max-width: 100%;
	transition: all 0.3s ease;
	text-shadow: none;
	display: inline-block;
}
p.more {
	margin: 20px 0;
}
.wd_search_advanced_link {
    display: none;
}

.wd_search_button:hover,
a.button:hover,
a.wd_search_advanced_link:hover,
#wd_printable_content input.wd_formbuilder_submit:hover,
#wd_printable_content input[type="submit"]:hover,
input[type="submit"]:hover,
p.more a:hover {
	cursor: pointer;
	text-decoration: none;
}
a.button2 {
	color: #031f41;
	box-shadow: 0 0 6px rgba(0, 0, 0, .25);
	font-size: .9rem;
	font-weight: 300;
	padding: .5rem 3rem .5rem 2rem;
}
a.button2:hover {}

.more-white a {
	color: #fff;
	border: 2px solid #fff;
/*	border-radius: .25rem;*/
	background-color: transparent;
	font-size: 1rem;
	line-height: 1rem;
	padding: .75rem 3rem;
	height: auto;
	max-width: 100%;
	transition: all 0.3s ease;
	text-shadow: none;
	display: inline-block;
}
.more-white a:hover {
	text-decoration: none;
	background-color: #fff;
	color: #042A57;
}

/* Toolbar */
div.wd_toolbar {
	border-color: #eaeaea;
}
span.fa-facebook:before,
span.fa-linkedin:before,
span.fa-twitter:before {
	font-family: "Font Awesome 5 Brands";
}

span.wd_tool_icon > a:link, span.wd_tool_icon > a:visited, 
div.wd_toolbar li.wd_tool-socialshare_twitter span.wd_tool_icon a, 
div.wd_toolbar li.wd_tool-socialshare_linkedin span.wd_tool_icon a, 
div.wd_toolbar li.wd_tool-socialshare_facebook span.wd_tool_icon a {
  background-color: #00607F !important;
  color: #fff;
  transition: .5s ease-in-out;
}
span.wd_tool_icon > a:hover, 
div.wd_toolbar li.wd_tool-socialshare_twitter span.wd_tool_icon a:hover,
div.wd_toolbar li.wd_tool-socialshare_linkedin span.wd_tool_icon a:hover,
div.wd_toolbar li.wd_tool-socialshare_facebook span.wd_tool_icon a:hover {
	transform: translateY(-4px);
}

/* END Toolbar */

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

/* Standard */
p + div.wd_standard {
	clear: both;
	padding: 20px 0 0 0;
}

/* Home Page */
.wd_pageid_20303 .masthead .container,
.wd_pageid_20303 section .container {
	max-width: 1320px;
}
/* END Home Page */

/* Color Palette - ID20288 */
/* Email Signatures - ID20285 */
.wd_pageid_20288 .wd_category_items,
.wd_pageid_20285 .wd_category_items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
.wd_pageid_20285 .wd_category_items {
	gap: 40px;
}
.wd_pageid_20288 .wd_category_items .item,
.wd_pageid_20285 .wd_category_items .item {
	flex-basis: calc(33% - 10px);
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 1px solid #eaeaea;
}
.wd_pageid_20285 .wd_category_items .item {
	flex-basis: calc(33% - 40px);
}
.wd_pageid_20285 .wd_category_items .item {
	font-family: Arial, sans-serif;
	align-items: flex-start;
	padding: 10px 20px 10px 40px;
}
.wd_pageid_20285 .wd_category_items .item:last-of-type {
	display: block;
	flex-basis: 100%;
	border: none;
	padding: 0;
}
.wd_pageid_20288 .item .wd_imagetable {
	border: 1px solid #eaeaea;
	margin: 0 0 20px 0!important;
	/* override inline styles */
}

/* Logos - ID20287 */
/* Fonts - ID20292 */
.wd_pageid_20287 .wd_category,
.wd_pageid_20292 .wd_category {
	display: flex;
/*	flex-wrap: wrap;*/
	align-items: flex-start;
	gap: 40px;
	border-bottom: 1px solid #031f41;
	margin: 20px 0;
	padding: 0 0 20px 0;
}
.wd_pageid_20287 .wd_category:last-of-type,
.wd_pageid_20292 .wd_category:last-of-type {
	border-bottom: none;
}
.wd_pageid_20287 .wd_category_info,
.wd_pageid_20287 .wd_category_items,
.wd_pageid_20292 .wd_category_info,
.wd_pageid_20292 .wd_category_items {
	flex: 0 0 calc(50% - 20px);
	width: calc(50% - 20px);
	margin: 2rem 0;
}
.wd_pageid_20287 .item,
.wd_pageid_20292 .item {
	display: flex;
  	flex-direction: column-reverse;
  	align-items: center;
	margin: 0;
	padding: 0;
}
.wd_pageid_20292 .item {
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 2rem;
}
.wd_pageid_20287 .item .item_name {
	display: none;
}
.wd_pageid_20292 .item .item_name {
	flex-basis: 100%;
}
.wd_pageid_20287 .item p {
	margin: 0;
}
.wd_pageid_20292 .wd_category_3202 .item p:last-child,
.wd_pageid_20292 .wd_category_3203 .item p:last-child {
	font-size: 4rem;
	line-height: 1;
	color: #fc5b08;
}
.wd_pageid_20287 .item table.wd_imagetable,
.wd_pageid_20292 .item table.wd_imagetable {
	float: none;
	max-width: 100%;
	margin: 0 !important;
}

/* Email Signatures */
.wd_pageid_20285 .item p {
	font-family: Arial;
	font-size: 13px;
	color: #757575;
}
.wd_pageid_20285 .item:last-of-type p {
	font-family: 'Proxima-Nova', sans-serif;
	font-size: initial;
	color: initial;
}

/* Templates - ID20306 */
.wd_pageid_20306 table.wd_imagetable {
	border: 1px solid #eaeaea;
}

/* Editorial Page - ID20296 */
/* Logos - Download - ID20307 */
/* Zoom Backgrounds - ID20309 */
.wd_pageid_20307 .wd_category.wd_parent-category {
	margin: 0 0 40px;
}
.wd_pageid_20307 .wd_parent-category h2.category_header,
.wd_pageid_20309 .wd_category h2.category_header {
	position: relative;
	margin: 0;
}
.wd_pageid_20307 h2.category_header span.wd_parent {
	display: block;
	font-family: 'Proxima-Nova', sans-serif;
	font-size: 1.2rem;
  	font-weight: 600;
  	line-height: 1.2;
  	color: #fff;
  	background-color: #063369;
  	margin: 0;
  	padding: 20px;
}
.wd_pageid_20296 #wd_printable_content > p,
.wd_pageid_20309 #wd_printable_content > p {
	margin: 1rem 0;
}
.wd_pageid_20296 #wd_printable_content .more,
.wd_pageid_20307 #wd_printable_content .more,
.wd_pageid_20309 #wd_printable_content .more  {
	text-align: right;
	margin-bottom: 20px;
}
.wd_pageid_20296 .item,
.wd_pageid_20309 .wd_category {
	border-bottom: 1px solid #031f41;
	margin: 20px 0;
  	padding: 0 0 20px 0;
}
.wd_pageid_20296 .item:last-of-type,
.wd_pageid_20309 .wd_category:last-of-type {
	border-bottom: none;
}
.wd_pageid_20296 .item_name,
.wd_pageid_20309 .wd_category h2.category_header {
	position: relative;
	display: inline-block;
	width: 100%;
	background-color: #063369;
	color: #fff;
	margin: 10px 0;
	padding: 20px;
}
.wd_pageid_20309 .wd_category h2.category_header {
	font-family: 'Proxima-Nova', sans-serif;
	font-size: 1.2rem;
	margin: 0;
}
.wd_pageid_20307 div.category_summary .wd_category_info h2 {
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	background-color: #031f41;
	color: #fff;
	margin: 0;
	padding: 10px;
}
.wd_pageid_20296 .item_name:after,
.wd_pageid_20307 .wd_parent-category h2.category_header span:after,
.wd_pageid_20309 .wd_category h2.category_header:after {
	content: "\f067";
	position: absolute;
	right: 20px;
	top: 16px;
	font-family: "Font Awesome 5 Pro";
	font-size: 1.5rem;
	font-weight: 600;
	color: #fff;
}
.wd_pageid_20296 .item_name.active:after,
.wd_pageid_20307 .wd_parent-category.active h2.category_header span:after,
.wd_pageid_20309 .wd_category.active h2.category_header:after {
	content: "\f068";
}
.wd_pageid_20307 div.wd_category_items,
.wd_pageid_20309 div.wd_category_items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
	background: #f7f7f7;
	margin: 0;
	padding: 20px;
}
.wd_pageid_20307 div.wd_category_items .item,
.wd_pageid_20309 div.wd_category_items .item {
	display: flex;
	flex-direction: column;
	flex: 1 0 calc(33% - 10px);
	max-width: calc(33% - 10px);
	align-items: center;
}
.wd_pageid_20309 div.wd_category_items .item {
	flex: 1 0 calc(50% - 10px);
	max-width: calc(50% - 10px);
}
.wd_pageid_20307 div.wd_category_items .item_name {
	display: none;
}
.more a.active {
	display: inline-block;
}
.more a.hidden {
	display: none;
}

/* END Standard */

/* Gallery */
div.wd_gallery {}
div.wd_gallery div.wd_item_search_form_container {
	display: none;
}
.wd_pageid_34149 div.wd_gallery div.wd_item_search_form_container {
	display: block;
}
div.wd_gallery li.wd_item img {
	width: auto!important;
	height: 120px;
}
div.wd_gallery div.wd_thumbnail {
	background: #f7f7f7;
}

/* Gallery Modal */
.wd_gallery_modal .wd_image {
	background: #f7f7f7;
}
/* END Gallery */

/* Contacts */
.linked-in img,
.twitter-user img {
	display: none;
}
.linked-in,
.twitter-user {
	position: relative;
	padding-left: 20px;
}
.linked-in:before,
.twitter-user:before {
	font-family: 'FontAwesome';
	font-size: 1rem;
	position: absolute;
	left: 0;
}
.linked-in:before {
	content: '\f08c';
}
.twitter-user:before {
	content: '\f081';
}
/* END Contacts */

/* 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;
}
li.wd_events_tab {
	border: 2px solid #031f41;
	color: #031f41;
	padding: 5px 10px;
}
li.wd_events_tab.active {
	background: #031f41;
	color: #fff;
}
li.wd_events_tab:first-child,
li.wd_events_tab:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
}
.wd_events_month_header,
.wd_events_past_summary .wd_header {
    background-image: none;
    border: 0;
    border-bottom: 2px solid #031f41;
    border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
/* END Events */

/* Newsfeed Releases */
.wd_newsfeed_releases .wd_item_search_form_container [name='year'] {
    display:none;
}

div.wd_newsfeed_releases .wd_item_list {
	display: flex;
	flex-wrap: wrap;
}

div.wd_newsfeed_releases .wd_item_list .wd_item {
	flex-grow: 0;;
	flex-shrink: 1;
	width: 30%;
	/* box-shadow: 0 0 6px rgba(0, 0, 0, .25); */
	margin: 1rem;
	padding: 0;
    display: flex;
    flex-direction: column;
}
div.wd_newsfeed_releases .wd_item_list .wd_item .wd_thumbnail,
div.wd_newsfeed_releases-teaser .item .wd_thumbnail {
    float:none;
    margin: 0;
}
div.wd_newsfeed_releases .wd_item_list .wd_item .wd_thumbnail a,
div.wd_newsfeed_releases-teaser .item .wd_thumbnail a {
    /*display:flex;
    max-height: 220px; */
    display:block;
    position: relative;
    width: 100%;
    padding-top: 100%;
}
div.wd_newsfeed_releases .wd_item_list .wd_item .wd_thumbnail a img,
div.wd_newsfeed_releases-teaser .item .wd_thumbnail a img {
    object-fit:cover;
    width: 100%;
    position: absolute;
    top: 0;
	border-radius: 0 18px;
    height:100%;
}
div.wd_newsfeed_releases .wd_item_list .wd_item:first-child {}
div.wd_newsfeed_releases .wd_item_list .wd_item .wd_item_wrapper,
div.wd_newsfeed_releases-teaser .item .wd_item_wrapper {
	margin-left: 0;
       padding: 1rem;
}
div.wd_newsfeed_releases .wd_item_list .wd_item .wd_asset_type_link_list {
	display: none;
}
div.wd_featurebox .wd_summary p,
main .wd_summary p {
    font-weight: 800;
    text-transform: uppercase;
    color: #46928E;
    font-size: 14px;
    transition: color;
    transition-duration: 250ms;
    margin: 0 0 5px 0;
}
div.wd_newsfeed_releases .wd_date {
	margin-bottom: .25rem;
}
.wd_newsfeed_releases-detail .news_body p.prnews_p {
	font-family: inherit;
	font-size: 100%;
	color: inherit;
}
.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;
}
.wd_newsfeed_releases .wd_date,
.wd_newsfeed_releases-teaser .wd_date,
.wd_newsfeed_releases-teaser .wd_asset_icon_link_list,
.wd_newsfeed_releases-teaser .subscribe_link {
	display: none;
}
/* END Newsfeed Releases */

/* Formbuilder */
.wd_formbuilder label {
	margin-left: .5rem;
}
legend.wd_form_field_label {
	font-size: 1rem;
}
.wd_item_search_form_container .wd_search_form_basic {
	width: 100%;
}
.wd_search_basic_fields {
	margin: 1.5em 0;
	border: 0;
	padding: 0;
	background-color: transparent;
}
.wd_search_advanced_link {
	float: right;
}
#wd_printable_content input,
#wd_printable_content button:not(.wd_search_button),
#wd_printable_content select,
.wd_search_form_container input[type="text"] {
	border-radius: 0;
	border: 0;
	border-bottom: 2px solid #031f41;
	line-height: 34px;
	padding: 0 1rem;
	font-size: 1.25rem;
	height: 34px;
	color: #333;
}
#wd_printable_content button:not(.wd_search_button) {
	transition: all 0.3s ease;
	color: #031f41;
	border: 2px solid #031f41;
	background-color: #fff;
	font-size: .8rem;
	font-weight: 600;
}
#wd_printable_content button:not(.wd_search_button):hover,
#wd_printable_content button:hover span {
	color: #fff;
	background-color: #031f41;
}
#wd_printable_content select {
	padding: 0 3rem 0 1rem;
	font-size: 1.2rem;
	height: 34px;
	color: #333;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff url(../images/chevron-down.png) right no-repeat;
}
#wd_printable_content select option,
.wd_linkmenu-list .wd_linkmenu-listitem {
    font-size: .85rem;
    padding: 3px 6px;
}
select::-ms-expand {
	border: none;
	margin-left: 50px;
	background-color: #fff;
}
#wd_printable_content button.ui-datepicker-trigger {
	border: 0;
}
#wd_printable_content .wd_form_field_label {
	line-height: 2rem;
	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_linkmenu-header {
	border-radius: 0;
	border: 0;
	border-bottom: 2px solid #031f41;
}
.wd_page_links {
	padding: 0 10px 0 0;
}
.wd_page_link:first-child,
.wd_page_link:last-child,
.wd_page_link {
	border: 0;
	padding: 11px;
	position: relative;
}
.wd_page_active {
	border-bottom: 2px solid #031f41;
	background-color: transparent;
}
.wd_page_prev a, .wd_page_prev span,
.wd_page_next a, .wd_page_next span {

}
.wd_page_prev a:before,
.wd_page_prev span:before {
	position: absolute;
	font-family: 'Font Awesome 5 Pro';
	content: '\f053';
	font-size: .5rem;
}
.wd_page_next a:before,
.wd_page_next span:before {
	position: absolute;
	font-family: 'Font Awesome 5 Pro';
	content: '\f054';
	font-size: .5rem;
}

.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_linkmenu-header:hover .wd_linkmenu-icon,
.wd_linkmenu-header:focus .wd_linkmenu-icon,
.wd_linkmenu-header.wd_linkmenu-active .wd_linkmenu-icon {
	border: 0;
	background-color: transparent;
}
/* END Formbuilder */

/* Featureboxes */
div.wd_featurebox {}
div.wd_featurebox table.wd_imagetable {
	border: none;
}
div.wd_featurebox_container {
	position: relative;
}
div.wd_featurebox_title {
	font-family: 'IBM Plex Serif', serif;
	font-family: 'Proxima-Nova', sans-serif;
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.6;
	text-align: center;
	margin: 0 0 2rem 0;
}
div.wd_featurebox_title.wd_hardcoded {
	flex-basis: 100%;
}
.wd_imagefirst {
	background-size: cover;
	width: 100%;
	min-height: 250px;
	border-radius: 0 18px;
}
.itemwrapper a {
	display: block;
	width: 100%;
	height: 100%;
	/* margin */
}
.itemwrapper > a.itemlink {
	display: none;
}
.itemwrapper > a,
.itemwrapper > a:hover {
	text-decoration: none;
}
.itemwrapper p.more > a {
	display: inline-block;
	width: auto;
	margin: 0 auto;
}

ul.social-icons {
    list-style: none;
    padding: 0;
    display: flex;
}

ul.social-icons li {
    padding: 15px 20px 0 0;
}

ul.social-icons li a {
    font-size: 28px;
}

div.wd_featureboxes_esg p.more,
div.wd_featureboxes_bottom p.more,
div.wd_featureboxes_middle p.more,
div.wd_featureboxes_highlights p.more {
	position: absolute;
	right: 10px;
	top: 10px;
}
div.wd_featureboxes_top  {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
div.wd_featureboxes_top .wd_featurebox_container {
	flex-basis: calc(33% - 20px);
	padding: 0;
}
div.wd_featureboxes_top .wd_featurebox_title {
	font-family: "Proxima-Nova Bold", sans-serif;
	font-size: 1.6rem;
}
div.wd_featureboxes_top table.wd_imagetable {
	display: none;
}
div.wd_featureboxes_top .wd_imagefirst {
	border-radius: 0;
	margin: 0 0 20px 0;
}
div.wd_featureboxes_top .wd_featurebox {
	text-align: center;
}
div.wd_featureboxes_top .wd_featurebox p:first-of-type {
	padding: 0 20px;
}

div.wd_featureboxes_middle {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 40px;
	row-gap: 80px;
	margin-top: 50px;
}
div.wd_featureboxes_middle div.wd_featurebox_container {
	flex-basis: calc(33% - 40px);
	background: #fff;
	border-radius: 0 18px;
	padding: 20px;
}
div.wd_featureboxes_middle .wd_featurebox_title {
	font-size: 1.6rem;
}
div.wd_featureboxes_middle table.wd_imagetable {
	display: none;
}
div.wd_featureboxes_middle .wd_imagefirst {
	text-align: center;
	width: 100px;
	height: 100px;
	min-height: unset;
	padding: 20px;
	background: white linear-gradient(to bottom, rgba(3, 31, 65, 0.1), rgba(3, 31, 65, 0));
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50px 50px;
	border: 4px solid white;
	border-radius: 50%;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
	margin: -70px auto 20px;
}


div.wd_featureboxes_bottom {}
div.wd_featureboxes_bottom .wd_featurebox_container,
div.wd_featureboxes_bottom .wd_featurebox,
div.wd_featureboxes_bottom .wd_featurebox p:not(.more-white) a {
	color: #fff;
}
div.wd_featureboxes_bottom .wd_featurebox p.more-white {
	display: inline-block;
	margin-right: 20px;
}
div.wd_featureboxes_bottom .wd_featurebox {
	display: flex;
/*	flex-wrap: wrap;*/
	align-items: flex-start;
	gap: 40px;
}
div.wd_featureboxes_bottom .wd_featurebox_title {
	font-family: "Proxima-Nova Bold", sans-serif;
	font-size: 3.5rem;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
	margin: 0;
}
div.wd_featureboxes_bottom .wd_featurebox .wd_imagetable {
	float: none;
	width: calc(40% - 20px);
	border-radius: 0 18px;
	overflow: hidden;
	margin: 20px 0!important;
	/*	override inline styles */
}
div.wd_featureboxes_bottom .wd_featurebox .wd_imagetable img {
	max-width: 100%;
}
div.wd_featureboxes_bottom .wd_featurebox .wd_inner-wrap {
	flex-basis: calc(60% - 20px);
}

div.wd_featureboxes_bottom_white {}
div.wd_featureboxes_bottom_white .wd_featurebox_container {}
div.wd_featureboxes_bottom_white .wd_featurebox_title {
	display: none;
}
div.wd_featureboxes_bottom_white .wd_featurebox {}

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

/* Start Sticky Nav */
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
/* End Sticky Nav */

ul.linklist {
	list-style-type: none;
	margin-bottom: 0;
}
ul.linklist li {
	padding-left: 20px;
	background: url(../images/anchor-link.png) left no-repeat;
}
ul.linklist li:marker {
	display: none;
}

div.wd_rssfeeds_item {
	margin-bottom: 10px;
}
footer {
	color: #fff;
	border-top: 1px solid #f3f5f8;
	padding: 1rem 0;
	clear: both;
}
footer .fa {
	color: #fff;
	font-size: 1.5rem;
	margin: 0 .5rem;
}
footer a .fa {
	color: #fff;
	color: #031f41;
}
.wd_copyright,
.wd_footer-cms {
	color: #fff;
	font-size: .8rem;
	line-height: 1.5rem;
}

/* Bootstrap Overrides */
.navbar-brand {
	padding-top: 0;
	margin-right: 5rem;
}
.navbar-brand img {
	width: 200px;
}
.display-4 {
	font-size: 3rem;
}
.section--text-images .left-area {
    display: flex;
    gap: min( 1.5rem + 1.625 * ((100vw - 20rem) / 100) , 3.125rem);
    flex-flow: column;
    position: relative;
    z-index: 1;
    padding: 3.125rem min( 1.25rem + 2.5 * ((100vw - 20rem) / 100) , 3.75rem) 6.25rem 0;
    color: white;
}
.section--text-images .left-area .title {
    font-family: "IBM Plex Serif", "Times New Roman", serif;
	font-family: 'Proxima-Nova', sans-serif;
    font-weight: 400;
    font-size: min( 2rem + 1.5 * ((100vw - 20rem) / 100) , 3.5rem);
    line-height: 1.2;
}
.section--text-image-1 .main-area .image {
    height: 0;
	padding-bottom: 100%; 
    overflow: hidden;
    order: 1;
    border-top-left-radius: 0;
    border-top-right-radius: min( 0.5rem + 0.625 * ((100vw - 20rem) / 100) , 1.125rem);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: min( 0.5rem + 0.625 * ((100vw - 20rem) / 100) , 1.125rem);
	position: relative;
}
.section--text-image-1 .main-area .image img {
	display: block;
	position: absolute;
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.text-medium {
    line-height: 1.7;
    font-weight: 300;
    font-size: min( 0.875rem + 0.125 * ((100vw - 20rem) / 100) , 1rem);
}

.section--text-images .right-area {
    display: flex;
    gap: min( 2.5rem + 2.5 * ((100vw - 20rem) / 100) , 5rem);
    flex-flow: column;
    position: relative;
    z-index: 2;
    margin-top: -3.125rem;
}

.section--text-images .right-area .images {
    display: grid;
    grid-template-columns: 100%;
    gap: min( 1.25rem + 3.125 * ((100vw - 20rem) / 100) , 4.375rem);
}

.section--text-images .right-area .images .image {
    overflow: hidden;
    height: min( 12.5rem + 25 * ((100vw - 20rem) / 100) , 37.5rem);
}

.section--text-images .right-area .images .image.image-1 {
    border-top-left-radius: 0;
    border-top-right-radius: min( 0.5rem + 0.625 * ((100vw - 20rem) / 100) , 1.125rem);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: min( 0.5rem + 0.625 * ((100vw - 20rem) / 100) , 1.125rem);
}

.section--text-images .right-area .images .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none;
    pointer-events: none;
}

.section--text-images .right-area .images .image.image-2 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: min( 0.5rem + 0.625 * ((100vw - 20rem) / 100) , 1.125rem);
}

.section--text-images .right-area .additional-text {
    display: flex;
    gap: min( 1.5rem + 1.625 * ((100vw - 20rem) / 100) , 3.125rem);
    flex-flow: column;
    width: 31.25rem;
    max-width: 100%;
    padding-right: min( 1.25rem + 2.5 * ((100vw - 20rem) / 100) , 3.75rem);
}

.section--text-images .left-area::before {
    content: "";
    position: absolute;
    top: 0;
    right: clamp(-6.25rem, -1.25rem + -5 * ((100vw - 20rem) / 100) , -1.25rem);
    left: clamp(-3.75rem, -1.25rem + -2.5 * ((100vw - 20rem) / 100) , -1.25rem);
    z-index: -1;
    height: 100%;
    background: #063369 linear-gradient(to bottom, #063369, rgba(3, 31, 65, 0.7));
}

.section--text-images {
    position: relative;
    z-index: 1;
}

.section--text-image-1 .main-area {
    display: flex;
    gap: 3.125rem;
    flex-flow: column;
}

.section--text-image-1 {
    padding: 80px 0;
}

.section--text-image-1 .title {
	font-size:3rem;
	text-align: center;
	margin-bottom: 1em;
}
@media (min-width: 64rem) {
	.section--text-image-1 .main-area {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: min( 6.25rem + 4.375 * ((100vw - 20rem) / 100) , 10.625rem);
	}
	.section--text-images {
		padding: min( 3.125rem + 5 * ((100vw - 20rem) / 100) , 8.125rem) 0;
	}
	/* .section--text-images .wrapper {
		display: grid;
		grid-template-columns: 4fr 6fr;
		gap: min( 2.5rem + 5.625 * ((100vw - 20rem) / 100) , 8.125rem);
		padding-right: 0;
	} */
	.section--text-images .right-area .additional-text {
		padding: 0 0 0 min( 2.5rem + 6.875 * ((100vw - 20rem) / 100) , 9.375rem);
	}
	.section--text-images .right-area .images .image:not(:first-child) {
		display: block;
	}
	.section--text-images .right-area .images {
		grid-template-columns: auto min( 3.75rem + 3.75 * ((100vw - 20rem) / 100) , 7.5rem);
		grid-template-columns: 1fr 1fr;
	}
	/* .section--text-images::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		width: 50%;
		height: 100%;
		background: #063369 linear-gradient(to bottom, #063369, rgba(3, 31, 65, 0.7));
	} */

	.section--text-images .left-area {
		padding: min( 1.5rem + 1 * ((100vw - 20rem) / 100) , 2.5rem) 0 0;
	}
	.section--text-images .right-area {
		margin-top: 0;
	}
}
@media (min-width: 1200px) and (max-width: 1450px) {
	#navbarNav {
		font-size: .75rem;
	}
}
@media (min-width: 1024px) {
.wd_item_search_form_container select, .wd_item_search_form_container input[type='text'] {
    	margin-right: 12px;
	}
}

/* Extra large devices (large desktops) */
@media (max-width: 1199px) {
	.wd_board_members-detail .wd_captioned_image,
	.wd_board_members-detail .wd_item_wrapper {
		max-width: 100%;
		padding: 0;
	}
	.wd_historical .wd_historical_item {
		width: 50%;
	}
	div.wd_historical_calendar {
		width: 50%;
	}
	div.wd_historical_results {
		max-width: 45%;
		width: 45%;
	}
}
/* Large devices (desktops) */
@media (max-width: 992px) {
	.row {
		margin: 0 15px;
	}
	.wd_masthead-description p.videoWrapper,
	.wd_masthead-description div.wd_text-wrap {
		flex-basis: 100%;
	}
	div.wd_featureboxes_top .wd_featurebox_container,
	div.wd_featureboxes_middle div.wd_featurebox_container {
		flex-basis: calc(50% - 20px);
	}
	div.wd_featureboxes_top .wd_featurebox-teaser .item,
	div.wd_featureboxes_middle .wd_featurebox .item,
	div.wd_featureboxes_bottom .wd_featurebox .item,
	div.wd_featureboxes_bottom .wd_featurebox_container {
		width: 100%;
		margin-bottom: 10px;
	}
	div.wd_featureboxes_featured .item {
		flex-wrap: wrap;
	}
	div.wd_featureboxes_featured .wd_imagefirst {
		min-height: 300px;
		width: 100%;
	}
	div.wd_featureboxes_featured .itemwrapper {
		width: 100%;
	}
}
/* Medium devices (tablets) */
@media( max-width: 812px) {
	.wd_masthead-description p.wd_iframe {
		float: none;
		width: 100%;
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		padding-top: 25px;
		height: 0;
	}
	.wd_masthead-description iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.wd_masthead-description .vidyard-player-container {
		width: 100%!important;
		float: none;
		margin: 0 0 40px 0;
	}
	.wd_pageid_20288 .wd_category_items .item,
	.wd_pageid_20285 .wd_category_items .item {
		flex-basis: calc(20% - 10px);
	}
	.wd_pageid_20309 div.wd_category_items .item {
		flex-basis: 100%;
		max-width: 100%;
	}
}
@media (max-width: 767px) {
	div.wd_newsfeed_releases .wd_item_list .wd_item:first-child,
	div.wd_newsfeed_releases .wd_item_list .wd_item {
		width: 100%;
	}
	.wd_board_members ul.wd_item_list .wd_item {
		width: 100%;
	}
	div.wd_historical_results,
	.wd_historical .wd_historical_item {
		max-width: 100%;
		width: 100%;
	}
	.wd_pageid_20287 .wd_category,
	.wd_pageid_20292 .wd_category {
		flex-wrap: wrap;
	}
	.wd_pageid_20287 .wd_category_info, 
	.wd_pageid_20287 .wd_category_items,
	.wd_pageid_20292 .wd_category_info, 
	.wd_pageid_20292 .wd_category_items,
	.wd_pageid_20292 .item p {
		flex: 100%;
		width: 100%;
	}
}
/* Small devices (landscape phones) */
@media (max-width: 575px) {
	.wd_pageid_20288 .wd_category_items .item,
	.wd_pageid_20285 .wd_category_items .item {
		flex-basis: 100%;
	}
	div.wd_featureboxes_top .wd_featurebox_container,
	div.wd_featureboxes_middle div.wd_featurebox_container {
		flex-basis: 100%;
	}
	div.wd_featureboxes_bottom .wd_featurebox .wd_imagetable {
		display: none;
	}
	div.wd_featureboxes_bottom .wd_featurebox_title {
		font-size: 2rem;
	}
}
