/* Non-SPIN */
h1,h2,h3,h4,h5,h6 {
	font-weight: 600;
	line-height: 3rem;
}
h1 { font-size: 60px; }
h2 { font-size: 40px; }
h3 { font-size: 35px; }
h4 { font-size: 30px; }
h5 { font-size: 25px; }
h6 { font-size: 20px; }
main p {
	font-family: 'Open Sans', sans-serif;
	color: #000;
	line-height: 1.875;
}
#navbarNav {
	font-size: 15px;
}
.navbar {
	padding: 1.5rem;
}
.navbar-brand img {
	width: 175px;
}
.navbar-toggler {
	border: 0;
}
.nav-item {
	border-bottom: 2px solid #fff;
}
.nav-item.active {
	border-bottom: 2px solid #394149;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover {
	color: rgb(211, 176, 107); 
}
.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;
	padding: 0;
}
.dropdown-item {
	background-color: rgb(211, 176, 107);
	color: white;
}
.dropdown-item:focus, 
.dropdown-item:hover {
	color: rgb(211, 176, 107);
	background-color: white;
}
.dropdown-toggle::after {
	border: 0;
	content: '\f078';
	font-family: 'FontAwesome';
	font-size: .6rem;
}
.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: #353b48;
	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;
}
.container {
	max-width: 1560px;
}
 /* Begin classes for common SPIN elements */

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

/* Header Styles */
.wd_header_text-wrapper {
	padding: 8rem 0 10rem;
}
.wd_masthead-title,
.wd_masthead-description {
	 text-shadow: 0 0 8px #000000;
}
.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 {
	display: none;
}
.category_header {
	font-size: 40px;
}
.detail_header,
.detail_subheader,
.category_name {
	font-size: 35px;
	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: 700;
	line-height: 1.8rem;
}
.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 {}
.wd_image img {
	max-width: 100%;
}

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

a {
	transition: all 0.3s ease;
	color: #0056b3;
	color: rgb(211, 176, 107);
}
a:hover {
	text-decoration: none;
	color: #3b5998;
	color: rgb(225, 202, 157);

}
p.more a,
.wd_more a {
	color: #394149;
	border-bottom: 2px solid #394149;
	font-size: .9rem;
	font-weight: 300;
	padding-bottom: .5rem;
}
p.more a:hover,
.wd_more a:hover {
	color: #394149;
	border-bottom: 2px solid #fff;
}

a.button,
a.wd_search_advanced_link,
#wd_printable_content input.wd_formbuilder_submit,
#wd_printable_content input[type="submit"],
input[type="submit"] {
	color: #394149;
	border: 2px solid #394149;
	background-color: #fff;
	font-size: .9rem;
	line-height: .9rem;
	font-weight: 600;
	padding: .5rem 2rem;
	height: auto;
	max-width: 100%;
	transition: all 0.3s ease;
	text-shadow: none;
}
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 {
	color: #fff;
	background-color: #394149;
	cursor: pointer;
}
a.button2 {
	color: #394149;
	box-shadow: 0 0 6px rgba(0, 0, 0, .25);
	font-size: .9rem;
	font-weight: 300;
	padding: .5rem 3rem .5rem 2rem;
}
a.button2:hover {}

span.wd_tool_icon > a:link,
span.wd_tool_icon > a:visited {
	background-color: #394149;
}

/* Clear Fix */
ul.wd_layout-simple:before,
ul.wd_layout-simple:after {
	content: " ";
	display: block;
}
ul.wd_layout-simple:after {
	clear: both;
}
/* Standard */
/* FAQs PAGE */
.wd_pageid_118 .item {
	box-shadow: 0 0 6px rgba(0, 0, 0, .25);
	padding: 2rem 5rem 2rem 2rem;
	margin: 1rem 1rem 1rem 0;
	position: relative;
}
.wd_pageid_118 .item_name {
	cursor: pointer;
}
.wd_pageid_118 .wd_standard .item_name:after,
.wd_pageid_118 .wd_standard .item_name.active:after {
	position: absolute;
	font-family: 'FontAwesome';
	top: 2rem;
	right: 2rem;
	content: '\f078';
}
.wd_pageid_118 .wd_standard .item_name.active:after {
	content: '\f077';
}
/* END FAQs PAGE */
/* END Standard */
/* 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 */
/* SEC Filings */
div.wd_ir_secfilings .wd_selector {
	margin: 0 0 5px 40px;
}
div.wd_ir_secfilings .wd_linkmenu-header[title="Year"] .wd_linkmenu-label {
	min-width: 160px;
}
div.wd_ir_secfilings .wd_linkmenu-header[title="Category"] .wd_linkmenu-label {
	min-width: 260px;
}
/* END SEC Filings */
/* Interactive Chart */
.wd_ir_interactivechart input.wd_chart_date {
	width: 140px;
}
/* END Interactive Chart */
/* Historical */
.wd_historical h4 {
	font-size: 1rem;
}
.wd_historical .wd_historical_results h4 {
	width: 100%;
}
#wd_printable_content .wd_historical select {
	font-size: 1rem;
	padding: 0 3rem 0 .5rem;
}
.wd_historical .wd_historical_details {
	display: flex;
	flex-wrap: wrap;
}
.wd_historical .wd_historical_item {
	float: none;
	flex-grow: 1;
	flex-shrink: 1;
	width: 25%;
}
div.wd_historical_chart {
	width: 100%;
	max-width: 100%;
}
.wd_historical_chart .highcharts-container[style] {
	width: 100% !important;
}
div.wd_historical_calendar {
	width: 25%;
}
div.wd_historical_results {
	max-width: 70%;
	width: 70%;
}
.wd_historical_results .wd_close_price .wd_historical_value {
	font-size: 4rem;
}
/* END Historical */
/* 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 #394149;
	color: #394149;
	padding: 5px 10px;
}
li.wd_events_tab.active {
	background: #394149;
	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 #394149;
    border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
/* END Events */
/* Newsfeed Releases */
div.wd_newsfeed_releases .wd_item_list {
	display: flex;
	flex-wrap: wrap;
}
div.wd_newsfeed_releases .wd_item_list .wd_item {
	flex-grow: 1;
	flex-shrink: 1;
	width: 30%;
	box-shadow: 0 0 6px rgba(0, 0, 0, .25);
	margin: 1rem;
	padding: 2rem;
}
div.wd_newsfeed_releases .wd_item_list .wd_item:first-child {
	width: 100%;
}
div.wd_newsfeed_releases .wd_item_list .wd_item .wd_item_wrapper {
	margin-left: 0;
}
div.wd_newsfeed_releases .wd_item_list .wd_item .wd_thumbnail,
div.wd_newsfeed_releases .wd_item_list .wd_item .wd_asset_type_link_list,
div.wd_newsfeed_releases .wd_item_list .wd_item:not(:first-child) .wd_summary {
	display: none;
}
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;
}
/* END Newsfeed Releases */
/* Board of Directors / Committees */
.wd_board_members ul.wd_item_list {
	display: flex;
	flex-wrap: wrap;
}
.wd_board_members ul.wd_item_list .wd_item {
	flex-grow: 1;
	flex-shrink: 1;
	width: 30%;
	box-shadow: 0 0 6px rgba(0, 0, 0, .25);
	margin: 1rem;
	padding: 2rem;
}
.wd_board_members .wd_thumbnail {
    display: none;
}

.wd_board_members ul.wd_item_list .wd_item .wd_thumbnail {
	width: 100%;
	float: none;
}
.wd_board_members ul.wd_item_list .wd_item .wd_item_wrapper {
	margin-left: 0;
}
.wd_board_committees .wd_title {
	padding: .5rem;
	font-size: 1rem;
	font-weight: 400;
}
.wd_board_members-detail {
	display: flex;
	flex-wrap: wrap;
}
.wd_board_members-detail .wd_captioned_image {
	max-width: 33%;
}
.wd_board_members-detail .wd_item_wrapper {
	max-width: 66%;
	padding: 0 2rem;
}
/* END Board of Directors / Committees */
/* 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 {
	border: 0;
	padding: 0;
	background-color: transparent;
}
.wd_search_advanced_link {
	float: right;
}
#wd_printable_content input,
#wd_printable_content button,
#wd_printable_content select,
.wd_search_form_container input[type="text"] {
	border-radius: 0;
	border: 0;
	border-bottom: 2px solid #394149;
	line-height: 34px;
	padding: 0 1rem;
	font-size: 1.2rem;
	height: 34px;
	color: #333;
}
#wd_printable_content button {
	transition: all 0.3s ease;
	color: #394149;
	border: 2px solid #394149;
	background-color: #fff;
	font-size: .8rem;
	font-weight: 600;
}
#wd_printable_content button:hover,
#wd_printable_content button:hover span {
	color: #fff;
	background-color: #394149;
}
#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 #394149;
}

.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 #394149;
	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: 'FontAwesome';
	content: '\f053';
	font-size: .5rem;
}
.wd_page_next a:before,
.wd_page_next span:before {
	position: absolute;
	font-family: 'FontAwesome';
	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;
}

.wd_wai_datepicker .wd_wai_datepickerDialog {
    width: auto;
	/* left: 50%;
  	transform: translateX(-50%); */
}
.wd_wai_datepicker .wd_wai_dialogButton,
.wd_calculator_form_buttons input[type="submit"] {
	min-width: fit-content;
}
input.wd_chart_date,
input#wd_calculator_date {
	min-width: 146px;
}
.wd_subscribe2 .wd_subcategories .wd_category_checkbox:has(#subscribe_category_3_5) {
	display: none;
}
/* END Formbuilder */
/* Featureboxes */
div.wd_featurebox {}
div.wd_featurebox_container {}
div.wd_featurebox_title {
	font-size: 25px;
	font-weight: 600;
	line-height: 1.6;
}

div.wd_featureboxes_top {
	display: flex;
	justify-content: space-between;
}
div.wd_featureboxes_top div.wd_featurebox {}
div.wd_featureboxes_top div.wd_featurebox_container {
	position: relative;
	top: 0;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 33%;
	background: #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, .25);
	transition: all 0.3s ease;
	margin: 1rem;
	padding: 2rem;
	text-align: center;
}
div.wd_featureboxes_top div.wd_featurebox_container:hover {
	box-shadow: 0 0 6px rgba(0, 0, 0, .5);
	top: -10px;
}
div.wd_featureboxes_top div.wd_featurebox_container:first-child {
	margin-left: 0;
}
div.wd_featureboxes_top div.wd_featurebox_container:last-child {
	margin-right: 0;
}
div.wd_featureboxes_top div.wd_featurebox_title {
	text-align: center;
	position: relative;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
div.wd_featureboxes_top div.wd_featurebox_title:after {
	content: '';
	position: absolute;
	width: 50%;
	height: 2px;
	background: #394149;
	left: 25%;
	bottom: 0;
}
div.wd_featureboxes_top table.wd_imagetable[style] {
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: .5rem !important;
}

div.wd_featureboxes_news {}
div.wd_featureboxes_news div.wd_featurebox {}
div.wd_featureboxes_news div.wd_featurebox_container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
div.wd_featureboxes_news div.wd_featurebox_title {
	/* margin-top: 4rem; */
	width: 33%;
}
div.wd_featureboxes_news div.wd_featurebox_title p.more {
	margin-top: 1rem;
}
div.wd_featureboxes_news div.wd_featurebox {
	width: 66%;
}
div.wd_featureboxes_news div.wd_featurebox .wd_newsfeed_releases-teaser {
	display: flex;
	justify-content: space-between;
}
div.wd_featureboxes_news div.wd_featurebox .item {
	position: relative;
	width: 50%;
	box-shadow: 0 0 6px rgba(0, 0, 0, .25);
	transition: all 0.3s ease;
	margin: 1rem 1rem 1rem 0;
	padding: 2rem;
	top: 0;
}
div.wd_featureboxes_news div.wd_featurebox .item:hover {
	box-shadow: 0 0 6px rgba(0, 0, 0, .5);
	top: -10px;
}
div.wd_featureboxes_news div.wd_featurebox .item:last-child {
	margin: 1rem 0 1rem 1rem;
}
div.wd_featureboxes_news .subscribe_link {
	display: none;
}
.wd_newsfeed_releases-teaser .wd_thumbnail,
.wd_newsfeed_releases-teaser .wd_asset_icon_link_list {
	display: none;
}

.wd_ticker_label {
	opacity: 0;
}

.wd_stock_header-wrapper {
	display: flex;
	justify-content: flex-end;
}
.wd_stock_header {
	background: #000;
	padding: .5rem 1rem;
}
.wd_stock_header .wd_loading_rotate {
	font-size: .45rem;
	color: #fff;
}
.wd_stock_header .wd_featurebox_title,
.wd_stock_header .wd_chart-quote-footer,
.wd_stock_header .wd_quote-change {
	display: none;
}
.wd_stock_header .wd_featurebox {
	display: flex;
	align-items: center;
}
.wd_stock_header div.wd_ticker_label {
	font-size: 15px;
	padding-right: 1rem;
}
.wd_stock_header .wd_quote-price {
	font-size: 20px;
	font-weight: normal;
}
.wd_stock_header .wd_quote-container,
.wd_stock_header div.wd_ticker_label {
	flex-basis: content;
}
.wd_stock_header div.wd_quote-value,
.wd_stock_header div.wd_ticker_label {
	margin: 0;
}
.wd_stock_header .wd_quote-price,
.wd_stock_header div.wd_ticker_label span.wd_exchange,
.wd_stock_header .wd_symbol {
	color: #fff;
}

.wd_featureboxes_middle-wrapper {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.wd_featureboxes_middle .wd_imagetable {
	display: none;
}
.wd_featureboxes_middle-wrapper .wd_featurebox_title,
.wd_featureboxes_middle-wrapper .wd_featurebox {
	color: #fff;
	text-shadow: 0 0 8px #000000;
}
.wd_coloroverlay75 {
	background-color: rgba(57,65,73,.75);
	background-color: rgba(205,168,115,.75);
}

div.wd_featureboxes_quicklinks {}
div.wd_featureboxes_quicklinks div.wd_featurebox {}
div.wd_featureboxes_quicklinks div.wd_featurebox_container {
	display: flex;
	justify-content: space-between;
}
div.wd_featureboxes_quicklinks div.wd_featurebox_title {
	width: 33%;
}
div.wd_featureboxes_quicklinks div.wd_featurebox {
	width: 66%;
}
div.wd_featureboxes_quicklinks ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
div.wd_featureboxes_quicklinks li {
	position: relative;
	display: block;
	width: 48%;
}
div.wd_featureboxes_quicklinks li:after {
	position: absolute;
	margin: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
	content: '\f054';
	font-family: 'FontAwesome';
	color: #394149;
}
div.wd_featureboxes_quicklinks li:hover:after {
	transition: all 0.3s ease;
	right: 15px;
}

div.wd_featureboxes_quicklinks li:nth-child(odd) {
	margin: 0 2% 1rem 0;
}
div.wd_featureboxes_quicklinks li:nth-child(even) {
	margin: 0 0 1rem 2%;
}
div.wd_featureboxes_quicklinks li a {
	width: 100%;
	display: block
}

div.wd_featureboxes_bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
div.wd_featureboxes_bottom div.wd_featurebox_container {
	flex: 1 1 48%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 0 1rem 0;
}
div.wd_featureboxes_bottom div.wd_featurebox_container:nth-child(even){
	margin: 0 0 1rem 4%;
}
.wd_featureboxes_bottom-inner_wrapper {
	padding: 1rem;
	height: 100%;
}
div.wd_featureboxes_bottom .wd_imagetable {
	display: none;
}
/* 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;
}
footer {
	padding: 1rem 0;
	background-color: #eee;
	background-color: rgb(211, 176, 107);
}
footer .fa {
	font-size: 1.5rem;
	margin: 0 .5rem;
}
footer a .fa {
	color: #394149;
}
.wd_copyright {
	font-size: .8rem;
	line-height: 1.5rem;
}
/* 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%;
	}
}

@media (max-width: 1110px) {
	.wd_pageid_128 .wd_wai_datepicker .wd_wai_datepickerDialog {
		right: 10px;
	}
}

/* Large devices (desktops) */
@media (max-width: 992px) {
	div.wd_featureboxes_news div.wd_featurebox_container {
		flex-wrap: wrap;
	}
	div.wd_featureboxes_news div.wd_featurebox_title,
	div.wd_featureboxes_news div.wd_featurebox {
		margin-top: 0;
		width: 100%;
	}
	div.wd_featureboxes_news div.wd_featurebox .item {
		width: 100%;
		margin: 1rem 0;
	}
}
/* Medium devices (tablets) */
@media (max-width: 767px) {
	div.wd_featureboxes_news div.wd_featurebox .wd_newsfeed_releases-teaser {
		flex-wrap: wrap;
	}
	div.wd_featureboxes_news div.wd_featurebox .item,
	div.wd_featureboxes_news div.wd_featurebox .item:nth-child(odd),
	div.wd_featureboxes_news div.wd_featurebox .item:nth-child(even) {
		padding: 1rem 0;
		box-shadow: none;
		margin: 0;
	}
	div.wd_featureboxes_news div.wd_featurebox_title p.more {
		margin-top: 0;
	}
	div.wd_featureboxes_top {
		flex-wrap: wrap;
	}
	div.wd_featureboxes_top div.wd_featurebox_container {
		flex-basis: 100%;
		margin: 1rem 0 1rem 0 !important; /* overriding inline style */
	}
	div.wd_featureboxes_quicklinks div.wd_featurebox_container {
		flex-wrap: wrap;
	}
	div.wd_featureboxes_quicklinks div.wd_featurebox_title {
		margin-bottom: 2rem;
	}
	div.wd_featureboxes_quicklinks div.wd_featurebox,
	div.wd_featureboxes_quicklinks div.wd_featurebox_title,
	div.wd_featureboxes_quicklinks li {
		width: 100%;
	}
	div.wd_featureboxes_quicklinks li:nth-child(odd),
	div.wd_featureboxes_quicklinks li:nth-child(even) {
		margin: 0 0 1rem 0;
	}
	div.wd_featureboxes_bottom div.wd_featurebox_container:nth-child(even) {
		flex: 1 1 100%;
		margin: 0 0 1rem 0;
	}
	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%;
	}
}
/* Small devices (landscape phones) */
@media (max-width: 575px) {}
