/* Backgrounds & Buttons */
.wd_blue-background {
	background: #008DDB;
}
.wd_dkblue-background {
	background: #001435;
}
.wd_yellow-background {
	background: #FED04F;
}
.more {
	margin: 20px 0;
	padding: 0;
}
.more a {
	position: relative;
	font-family: 'PayPalOpen-Bold',sans-serif;
	font-size: 1rem;
	color:  #0070E0;
	text-transform: none;
}
.more a:after {
	content:  "";
	display: inline-block;
	width: 40px;
	vertical-align: middle;
	height: 20px;
	background: url('../images/icons/arrow-icon.png');
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 0 0 5px;
}
.more a:hover,
.more a:focus {}
.more a:hover:after {}

.wd_white-button {
	margin: 20px 0;
	padding: 0;
}
.wd_white-button a {
	font-size: 1.125rem;
	line-height: 1.335;
	font-weight: 500;
	text-transform: none;
	color: #0070BA;
	background-color: #ffffff;
	border: solid 1px #0070BA;
	border-radius: 25px;
	padding: 10px 34px 7px;
	transition: 0.3s ease-in-out;
}
.wd_white-button a:hover,
.wd_white-button a:focus {
	background: #005CA6;
	border-color: #005CA6;
	color: #fff;
	text-decoration: none;
}

.wd_dkblue-button {
	margin: 20px 0;
}
.wd_dkblue-button a {
	font-size: 1.125rem;
	line-height: 1.335;
	letter-spacing: 0.2px;
	font-weight: 700;
	text-transform: none;
	color: #fff;
	background-color: #003087;
	border: solid 1px #003087;
	border: none;
	border-radius: 30px;
	padding: 13px 24px;
	transition: 0.3s ease-in-out;
}
.wd_dkblue-button a:hover,
.wd_dkblue-button a:focus {
	background: #0070E0;
	color: #fff;
	text-decoration: none;
}

.wd_read-more {}
.wd_read-more a {
	position: relative;
	font-family: 'PayPalOpen-Bold',sans-serif;
	font-size: 1rem;
	color:  #0070E0;
	text-transform: none;
}
.wd_read-more a:after {
	content:  "";
	display: inline-block;
	width: 40px;
	vertical-align: middle;
	height: 20px;
	background: url('../images/icons/arrow-icon.png');
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 0 0 5px;
}
.wd_read-more a:hover,
.wd_read-more a:focus {

}

/* END Backgrounds & Buttons */
/* Formbuilder */
select::-ms-expand {
	display: none;
	background-color: #fff;
	border: none;
	margin-left: 50px;
}
#wd_printable_content input,
#wd_printable_content button {
	display: inline-block;
	width: auto;
	vertical-align: middle;
	font-family: 'PayPalOpen-Regular', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	text-transform: uppercase;
	color: #929496;
	opacity: 1;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 34px;
	height: 52px;
	padding: .5rem 1rem;
}
div.wd_custom_select {
	position: relative;
	display: inline-block;
	width: auto;
	vertical-align: middle;
	margin: 0 5px 0 0 ;
	padding: 0 1rem;
}
div.wd_page-actions-wrap ul.wd_custom-select-wrap {
	position: relative;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 20px;
	box-shadow: 5px 5px 5px rgba(108, 115, 120, .2), -5px -5px 5px rgba(108, 115, 120, .2);
	margin: 0!important;
	padding: 30px!important;
	z-index: 999;
	/* override wd_printable_content styles */
}
div.wd_page-actions-wrap ul.wd_custom-select-wrap.show {
	transform: unset!important; /* override inline styles */
}
li.wd_custom-select-dropdown {
	line-height: 1.2;
}
li.wd_custom-select-dropdown a.wd_link {
	position: relative;
	text-transform: none;
	color: #0070E0!important;
	padding: 0 0 0 10px;
}
li.wd_custom-select-dropdown a:before {
	content:  "";
	display: inline-block;
	width: 7px;
	height: 7px;
	background: #fff;
	position: absolute;
	top: 3px;
}
ul.wd_custom-select-wrap li:first-of-type a,
ul.wd_custom-select-wrap li a[data-value="794"],
ul.wd_custom-select-wrap li a[data-value="801"],
ul.wd_custom-select-wrap li a[data-value="805"],
ul.wd_custom-select-wrap li a[data-value="811"],
ul.wd_custom-select-wrap li a[data-value="1"],
ul.wd_custom-select-wrap li a[data-value="3"],
ul.wd_custom-select-wrap li a[data-value="4"],
ul.wd_custom-select-wrap li a[data-value="5"],
ul.wd_custom-select-wrap li a[data-value="6"],
ul.wd_custom-select-wrap li a[data-value="13"],
ul.wd_custom-select-wrap li a[data-value="17"],
ul.wd_custom-select-wrap li a[data-value="23"],
ul.wd_custom-select-wrap li a[data-value="uncategorized"] {
	text-transform: uppercase;
	color: #003087!important;
}
ul.wd_custom-select-wrap li:first-of-type a:before,
ul.wd_custom-select-wrap li a[data-value="794"]:before,
ul.wd_custom-select-wrap li a[data-value="801"]:before,
ul.wd_custom-select-wrap li a[data-value="805"]:before,
ul.wd_custom-select-wrap li a[data-value="811"]:before,
ul.wd_custom-select-wrap li a[data-value="1"]:before,
ul.wd_custom-select-wrap li a[data-value="3"]:before,
ul.wd_custom-select-wrap li a[data-value="4"]:before,
ul.wd_custom-select-wrap li a[data-value="5"]:before,
ul.wd_custom-select-wrap li a[data-value="6"]:before,
ul.wd_custom-select-wrap li a[data-value="13"]:before,
ul.wd_custom-select-wrap li a[data-value="17"]:before,
ul.wd_custom-select-wrap li a[data-value="23"]:before,
ul.wd_custom-select-wrap li a[data-value="uncategorized"]:before {
	display: none;
}

#wd_printable_content select {
	display: none;
}
div.wd_custom-select[data-name="year"] {
	display: none;
}
button.wd_select-trigger.dropdown-toggle {
	position: relative;
	text-align: left;
	color: #003087!important;
	padding: 0 2rem 0 1rem;
}
button.wd_select-trigger.dropdown-toggle:after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 8px;
	border: none;
	background-image: url('../images/icons/new-assets-arrow.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	transform: unset;
	margin: .25rem 0 0 1rem;
}
li.wd_custom-select-dropdown {
	line-height: 1.2;
}
#wd_printable_content .wd_form_field_label {
	line-height: 2rem;
	margin: 10px;
}
label,
legend {
	margin: 0;
}
#wd_printable_content input:placeholder,
#wd_printable_content input::-moz-placeholder,
#wd_printable_content input::-webkit-input-placeholder {
	color: #737378;
	opacity: 1;
}
#wd_printable_content input[type=text]
#wd_printable_content input[name='keywords'] {
	position: relative;
	background: url(../images/icons/SearchIcon.png);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: left 1.5rem center;
	padding: .5rem 0 .5rem 3rem;
}
#wd_printable_content input[type=submit] {
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.2px;
	font-weight: 400;
	text-transform: capitalize;
	color: #fff;
	background-color: #003087;
	border-color: #003087;
	border: none;
	border-radius: 34px;
	margin: 10px 0;
	padding: 13px 24px;
	height: auto;
	transition: 0.3s ease-in-out;
}  
#wd_printable_content input[type=submit]:hover {
	background: #003087;
	border-color: #003087;
}
#wd_printable_content input[type=checkbox],
#wd_printable_content input[type=radio] {
	height: auto;
	margin: 0 5px 0 0;
}
.wd_form_footer {}
.wd_form_field {
	clear: both;
}
#wd_printable_content .wd_page_menu ul.wd_page_links {
	float: none;
	text-align: center;
	margin: 0;
}
/* New Search Press Releases & Stories */
#wd_printable_content .wd_page-actions-wrap  input[name="keywords"]{
	display: none;
}

.wd_page-actions-wrap .wd_global_search{
	display: flex;
	flex-basis: 30%;
}
.wd_page-actions-wrap .inner {
	display: flex;
	margin: 0 0 0 10px;
}

.wd_page-actions-wrap .inner > div{
	display: inline-block;
	vertical-align: top;
}
.wd_page-actions-wrap .inner .wd_subscribe_link a {
	display: block;
	font-weight: 400;
	font-size: 14px;
	font-family: 'PayPalOpen-Regular', sans-serif;
	height: 40px;
}

select#item_basic_search_20295_category,
select#item_basic_search_34137_cat{
	width: auto;
	padding-right: 50px;
	height: 52px;
}


#wd_printable_content .wd_page-actions-wrap .wd_global_search input[type="submit"],
#wd_printable_content button.wd_search_button {
	border: none;
	border-left: none;
	text-transform: uppercase;
	color: #fff;
	height: 52px;
	background: #003087;
	padding: .5rem 2rem;
}

.wd_page-actions-wrap div.wd_subscribe_link{
	display: none;
	flex: 1 1 auto;
	white-space: nowrap;
	max-width: calc(40% - 20px);	
}

.wd_page-actions-wrap .wd_search_basic_fields {
	display: block;
}

#wd_printable_content .wd_page-actions-wrap .wd_global_search  input[name="query"]{
	width: 98%;
	display: inline-block; 
	margin: 0;
}

#wd_printable_content .wd_page-actions-wrap .wd_global_search input[type="submit"]{
	display: inline-block;
	vertical-align: middle;
	color: transparent;
	width: auto;
	background: transparent no-repeat center;
	background-image: url(../images/search.png);
	background-size: 22px;
	border-radius: 0;
	margin: 0 0 0 -50px;
	padding: .5rem;
}
.wd_highlight {
	height: 40px;
	margin-left: -3px;
}
.wd_hide-me{
	display: none;
}

/* END Page Filters */

/* Datepicker */
#wd_printable_content div.wd_wai_header button[class*="wd_wai"] {
	background: #777777;
	border: 1px solid #777777;
	border-radius: 0;
	color: #fff;
	height: unset;
	padding: 0 1rem;
}
#wd_printable_content button[id*="wd_wai"] {
	font-size: 1.375rem;
	line-height: 1.375rem;
	color: #003087;
	background: transparent;
	border: none;
	border-radius: 0;
	margin: 0 20px;
	padding: 10px;
}
#wd_printable_content div.wd_wai_dialogButtonGroup button[class*="wd_wai"] {
	border: none;
	text-transform: uppercase;
	color: #fff;
	height: 52px;
	background: #003087;
	padding: .5rem 2rem;
}

/* Pagination */
.wd_page_limit {
	display: none;
}
.wd_linkmenu-header {
	padding: 6px 2px;
}
.wd_page_link:first-child,
.wd_page_link:last-child,
.wd_linkmenu-header {
	border-radius: 0;
}
.wd_page_link {
	border: none;
}
.wd_page_link:first-child {
	border-left: none;
}
.wd_page_link a {
	color: #0070E0;
}
.wd_page_menu{
	margin: 40px 0;
	overflow: visible;
}
#wd_printable_content .wd_page_links{
	overflow: visible;
	display: block;
	font-size: 18px;
	padding: 0;
	margin: 0;
}
.wd_page_link.wd_page_prev,
.wd_page_link.wd_page_active,
.wd_page_link.wd_page_end,
.wd_page_link.wd_page_next {
	display: inline-block;
}
.wd_page_link.wd_page_prev >a,
.wd_page_link.wd_page_next >a,
.wd_page_link.wd_page_prev >span,
.wd_page_link.wd_page_next >span{
	background-color: #0070E0;
	border: 1px solid #0070E0;
	border-radius: 50%; 
	padding: 5px 12px;	
	color: white;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
}
.wd_page_link.wd_page_prev >span,
.wd_page_link.wd_page_next >span{
	opacity: 0.2;
}
.wd_page_link.wd_page_prev >a,
.wd_page_link.wd_page_next >a{
	opacity: .75;
	transition: opacity 300ms ease-in-out;
}
.wd_page_link.wd_page_prev >a:active,
.wd_page_link.wd_page_next >a:active,
.wd_page_link.wd_page_prev >a:hover,
.wd_page_link.wd_page_next >a:hover{
	text-decoration: none;
	opacity: 1;
}
.wd_page_link.wd_page_prev span,
.wd_page_link.wd_page_prev > a,
.wd_page_link.wd_page_next > a {
	
}
.wd_page_active {
	background-color: transparent;
}
.wd_pagination-text {
	padding: 0 15px 0 0;
}
.wd_page_link.wd_page_mid2:nth-of-type(n+7){
	display: none;
}
.wd_linkmenu-header:hover .wd_linkmenu-icon {
	border-color: transparent;
	background-color: transparent;
	color: #001435;
}
.wd_form_field .wd_form_field_input,
.wd_form_field {
	overflow: visible;
}
/* END Formbuilder */
/* Page Filters */
.wd_page-actions-wrap {
	display: flex;
	flex-wrap: nowrap;
	justify-content: left;
	align-content: center;
	margin: 40px 0;
}
div.wd_subscribe_link {
	order: 2;
	margin: 0;
	flex-basis: 33%;
}
div.wd_subscribe_link a {
	line-height: 1;
	background-color: #737378;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: .68rem 1rem;
}
span.wd_subscribe_icon {
	display: inline-block;
	background: url('../images/icons/GetEmailUpdates.png') no-repeat;
	background-position: bottom center;
	height: 16px;
	width: 26px;
	margin-left: 10px;
}
span.wd_subscribe_icon img {
	display: none;
}
.wd_item_search_form_container {
	flex-grow: 1;
	flex-basis: 66%;
}
.wd_search_basic_fields {
	display: flex;
	align-content: center;
	background-color: transparent;
	border: none;
	padding: 0;
}
.wd_search_advanced_link {
	display: none;
}
label[for='item_basic_search_20295_year'],
select#item_basic_search_20295_year {
	display: none;
}
label[for='item_basic_search_34141_cat'],
select#item_basic_search_34141_cat {
	display: none;
}
label[for='item_basic_search_20295_category'],
select#item_basic_search_20295_category,
label[for='item_basic_search_34137_keywords'],
select#item_basic_search_34137_cat {
	order: 2;
}
select#item_basic_search_20295_category,
select#item_basic_search_34137_cat {
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../images/icons/TopicsMenu_Icon.png);
	background-position: right 5% center;
	background-repeat: no-repeat;
	background-size: 30px 15px;
	width: 95%;
	margin-right: 0;
}
select#item_basic_search_34141_author {
	color: #fff;
	background-color: #737378;
	border: none;
	margin-right: 30px;
	max-width: 40%;
}
.wd_item_search_form_container .wd_search_form_basic,
.wd_search_form_container {
	width: 100%;
}

/* Toolbar */
div.wd_toolbar {
	border-top: none;
	border-bottom: none;
}
#wd_printable_content div.wd_toolbar ul.wd_tools {
	display: flex;
	justify-content: flex-end;
	margin: 0;
	padding: 5px 20px;
}
div.wd_toolbar ul.wd_tools li.wd_tool {
	float: none;
	margin-right: 25px;
}
div.wd_toolbar ul.wd_tools li.wd_tool:last-of-type {
	margin-right: 0;
}
span.wd_tool_icon > a:link, 
span.wd_tool_icon > a:visited {
	background-color: #f1ede8 !important;
	color: #003087;
	border-radius: 50%;
	font-size: 20px;
	padding: 9px;
	width: 40px;
	height: 40px;
}
span.wd_tool_icon > a:hover {
	color: #0070e0;
}
/* END Toolbar */
div.wd_tools-wrap.wd_top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-top: none;
	border-bottom: none;
	margin: 0;
	padding: 0;
}
div.wd_tools-wrap.wd_bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	border-top: none;
	border-bottom: none;
	margin: 0;
	padding: 0;
	clear: both;
}

/* YouTube Responsive Video Containers 
Importants Added to Override Styles in the Site Manager*/
#wd_printable_content .videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-top: 14px;
	margin-bottom: 10px;
}
#wd_printable_content .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%!important;
}
#wd_printable_content p.videoWrapper.wd_not-aspectratio {
	padding-bottom: 28%;
}
#wd_printable_content p.videoWrapper.wd_not-aspectratio iframe {
	/*max-height: 80% !important;*/
}
/* END YouTube Responsive Video Containers */
.audioWrapper {
	margin-top: 14px;
	margin-bottom: 10px;
}
.audioWrapper iframe {
	width: 100%;
}



div.wd_rssfeeds_item {
	margin-bottom: 10px;
}
@media (max-width: 991px) {
	.wd_page-actions-wrap {
		flex-wrap: wrap;
	}
	.wd_page-actions-wrap .wd_global_search,
	.wd_page-actions-wrap .inner {
		max-width: 100%;
		width: 100%;
		flex-basis: 100%;
		justify-content: center;
		align-content: center;
		margin: 0;
	}
	div.wd_custom_select {
		width: calc(100% - 200px);
		margin: 10px 0;
		padding: 0;
	}
	#wd_printable_content p.videoWrapper.wd_not-aspectratio {
		padding-bottom: 30%;
	}
	#wd_printable_content p.videoWrapper.wd_not-aspectratio iframe {
		max-height: 100% !important;
	}
}
@media (max-width: 811px) {
	.wd_page-actions-wrap div.wd_subscribe_link {
		max-width: 100%;
		text-align: center;
		flex-basis: 100%;
		margin: 20px 0;
	}
	#wd_printable_content input, 
	#wd_printable_content button, 
	#wd_printable_content select {
		width: 100%;
		margin: 10px 0;
		white-space: normal;
	}
	#wd_printable_content input[type="text"] {
		max-width: 100%;
	}
	#wd_printable_content input[type="checkbox"], 
	#wd_printable_content input[type="radio"] {
		width: auto;
	}
	div.wd_page-actions-wrap .wd_global_search {
		flex-basis: 100%;
	}
	div.wd_page-actions-wrap .inner {
		margin: 0;
	}
	div.wd_custom_select {
		display: block;
		width: 100%;
	}
	li.wd_custom-select-dropdown.dropdown-item {
		white-space: normal;
	}
	li.wd_custom-select-dropdown a:before {
		width: 10px;
		height: 10px;
	}
	select#item_basic_search_20295_category, 
	select#item_basic_search_34137_cat {
		max-width: 100%;
	}
}
@media (max-width: 768px) {
	
	.addthis_inline_share_toolbox_zz7x .addthis_text {
		width: 70%;
	}
	#atstbx {
		width: 30%;
	}
}
@media (max-width:  575px) {
	.addthis_inline_share_toolbox_zz7x {
		flex-wrap: wrap;
	}
	.addthis_inline_share_toolbox_zz7x {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.addthis_inline_share_toolbox_zz7x .addthis_text,
	#atstbx {
		/*text-align: center;*/
		width: 100%;
	}
}
