/* Custom Classes for Related Content and Categories */
.wd_no-margin {
	margin: 0;
}
.wd_no-pad {
	padding: 0;
}
.wd_moved-assets-wrapper {
	clear: both;
	margin: 20px 0 40px;
}
div[wd_move_after] {
	padding: 0 0 40px 0;
}
.wd_moved-related-wrapper {
	display: flex;
	clear: both;
	margin: 20px 0 40px;
}
.wd_related-content {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
}
.wd_related-content h4 {
	flex-basis: 100%;
	font-size: 38px;
	font-weight: 500;
	line-height: 72px;
	letter-spacing: -2px;
	text-align: left;
	color: #003087;
	margin: 0 0 20px 0;
}
.wd_related-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
	flex-basis: calc(50% - 20px);
}
.wd_related-wrap img {
	flex-basis: calc(50% - 10px);
	max-width: 50%;
	border-radius: 20px;
	object-fit: scale-down;
	object-position: top center;
	margin: 0;
}
.wd_related-wrap .wd_inner {
	flex-basis: calc(50% - 10px);
	max-width: 50%;
	padding: 10px;
}
.wd_related-content.wd_single-related .wd_related-wrap,
.wd_related-content.wd_single-related .wd_related-wrap-new {
	flex-basis: 100%;
	width: 100%;
}
.wd_single-related .wd_related-wrap .wd_inner,
.wd_single-related .wd_related-wrap img {
	width: 50%!important;
}
.wd_single-related .wd_related-wrap p {
	font-size: 1.175rem;
}
.wd_single-related .wd_related-wrap h4 {
	clear: left;
}
.wd_single-related .wd_related-wrap img {}

.wd_section-title {
	font-size: 30px;
	font-weight: 300;
	line-height: 1.6;
	text-align: center;
	color: #2c2e2f;
}
/* Styles wd_responive-img as a rounded background image */
.wd_moved-assets-wrapper h4,
.wd_related-content.wd_rounded-square h4 {
	font-size: 38px;
	font-weight: 500;
	line-height: 72px;
	letter-spacing: -2px;
	text-align: left;
	color: #003087;
}
.wd_related-content.wd_rounded-square .wd_related-wrap-new {
	display: flex;
	flex-wrap: wrap;
	width: 50%;
}
.wd_related-content.wd_rounded-square .wd_related-img-bg {
	width: 30%;
	margin-right: 15px;
	margin-bottom: 0;
	display: flex;
	align-items: center !important;
}
.wd_related-content.wd_rounded-square .wd_related-headline-content {
	width: calc(70% - 15px);
	display: flex;
	align-items: center;
	padding-right: 20px;
}
.wd_related-content.wd_single-related.wd_rounded-square .wd_related-headline-content {
	width: calc(50% - 15px);
}
.wd_related-content.wd_rounded-square .wd_related-headline-content .wd_related-headline-more a {
	color:#003087;
}
.wd_related-content.wd_rounded-square .wd_related-background-img {
	border-radius: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-bottom: 100%;
	width: 100%;
}
.wd_additional {
	display: flex;
	justify-content: space-evenly;
}
ul.wd_help {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-wrap: nowrap;
	margin: 0 auto;
} 
ul.wd_help li {
	list-style: none;
}
li.wd_help_icon {
	text-align: center;
	font-size: 42px;
}
ul.wd_help li.icon-help {
	background-image: url(../images/help_blue_72.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	border: none;
	margin-bottom: 12px;
	height: 72px;
	width: 72px;
}
ul.wd_help li.icon-community {
	background-image: url(../images/man_blue_72_2x.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	border: none;
	margin-bottom: 12px;
	height: 72px;
	width: 72px;
}
ul.wd_help li.icon-resolution {
	background-image: url(../images/rescenter_blue_72.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	border: none;
	margin-bottom: 12px;
	height: 72px;
	width: 72px;
}
ul.wd_help li.icon-contact {
	background-image: url(../images/chat_blue_72.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	border: none;
	margin-bottom: 12px;
	height: 72px;
	width: 72px;
}
ul.wd_help li {
	font-size: 15px;
	line-height: 1.6;
	text-align: center;
	color: #2c2e2f;
	margin: 0 15px;
	width: 100%;
}
ul.wd_help li.wd_help_icon a {
	display: block;
	width: 100%;
	height: 100%;
}
ul.wd_help li.wd_help_icon a:hover {
	text-decoration: none;
}
ul.wd_help li.contact-link a {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.67;
	text-align: center;
	color: #0070ba;
	text-decoration: none;
}
/* END Custom Classes for Related Content and Categories */

/* Knotch */
.knotch_placeholder {
	margin: 20px 0 40px;
}
/* END Knotch */

/* Custom Classes for Blockquotes */
blockquote.wd_yellow {
	display: inline-block;
	width: 30%;
	vertical-align: top;
	color: #003087;
	background: #FFD140;
	border: 1px solid #FFD140;
	border-radius: 20px;
	padding: 20px;
}
blockquote.wd_blue {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	color: #fff;
	background: #003087;
	border: 1px solid #003087;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	margin: 2rem 2rem 2rem 0;
	padding: 20px 40px 20px 20px;
}
.wd_left {
	width: 50%;
	float: left;
	margin: 2rem 2rem 2rem 0;
}
.wd_right {
	width: 50%;
	float: right;
	margin: 2rem 0 2rem 2rem;
}
blockquote.wd_yellow.wd-left {}
blockquote.wd_blue.wd_right {
	margin: 2rem 0 2rem 2rem;
}
blockquote.wd_blue.wd_right {
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	padding: 20px 20px 20px 40px;
}
/* END Custom Classes for Blockquotes */

/* Custom Class for Downloads */
.wd_main-content .wd_download {
	position:  relative;
	font-family: 'PayPalOpen-Bold',sans-serif;
	font-size: 1rem;
	letter-spacing: 0.2px;
	text-transform: none;
	color: #0070E0;
	margin: 0 0 0 30px;
}
.wd_main-content .wd_download:before {
	content:  "";
	position: absolute;
	left: -30px;
	top: 0;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/icons/icon-blue-download.png) no-repeat;
	background-size: contain;
	background-repeat: no-repeat;
}
/* END Custom Class for Downloads */

/* Custom Classes for View */
.wd_main-content .wd_icon_view {
	position:  relative;
	font-family: 'PayPalOpen-Bold',sans-serif;
	font-size: 1rem;
	letter-spacing: 0.2px;
	text-transform: none;
	color: #0070E0;
	margin: 0 0 0 30px;
}
.wd_main-content .wd_icon_view:before {
	content:  "";
	position: absolute;
	left: -30px;
	top: 0;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/icons/magnifying-glass-icon.png);
	background-size: contain;
	background-repeat: no-repeat;
}

/* END Custom Classes for View */

/* Custom Class for Images Embedded Body Copy - Responsive  
Importants Added to Override Styles in the Site Manager */
.wd_responsive-img img {
	width: 100%!important;
	max-width: 500px!important;
	height: auto!important;
}
img.wd_responsive-img-resize {
	max-width: 100%;
}
.wd_pageid_20285 .wd_responsive-img img {
	max-width: 100%!important;
}
/* END Custom Class for Images Embedded Body Copy - Responsive */

/* Custom Callout Section */
.wd_callout_container {
	 display: flex;
	 flex-wrap: wrap;
	 column-gap: 2%;
	 row-gap: 40px;
}
.wd_callout_tiles {
	 width: 32%;
}
.wd_callout_tiles .wd_callout_img img {
	 width: auto !important;
	 height: auto !important;
	 max-width: 100%;
	 max-height: unset;
	 float: none;
	 margin: 0 0 20px;
}
.wd_callout_img {
	 text-align: center;
}
/* END Custom Callout Section */

/* Custom Table */
table.wd_table_single_col.responsive {
	text-align: center;
	width: 100%;
	border: 1px solid #001435;
	border-collapse: collapse;
	margin: 40px 0;
}
table.wd_table_single_col.responsive th {
	font-size: 1.2rem;
	font-weight: 700;
	background: #f3f3f3;
	border: 1px solid #d1d1d1;
	border-bottom: 2px solid #001435;
	padding: 10px;
}
table.wd_table_single_col.responsive td {
	border: 1px solid #d1d1d1;
	padding: 5px;
}
/* END Custom Table */

@media (max-width:  992px) {
	.wd_related-content.wd_rounded-square .wd_related-img-bg {
		width: 50%;
	}
	.wd_related-content.wd_rounded-square .wd_related-headline-content {
		width: calc(50% - 15px);
	}
}
@media (max-width:  900px) {
	.wd_related-content.wd_rounded-square .wd_related-wrap-new{
		width: 100%;
		margin-bottom: 20px;
	}
	.wd_related-content.wd_rounded-square .wd_related-img-bg {
		width: 30%;
		max-width: 175px;
	}
	.wd_related-content.wd_rounded-square .wd_related-headline-content {
		width: calc(70% - 15px);
	}
}
@media (max-width:  769px){
	.wd_related-wrap {
		flex-basis: 100%;
		padding: 40px;
	}
	.wd_related-wrap:nth-of-type(2n):before {
		left: 0;
		top: 0;
		width: 100%;
		height: 1px;
	}
	.wd_single-related .wd_related-wrap p,
	.wd_single-related .wd_related-wrap img {
		width: 100%!important;
		float: none;
	}
	.wd_callout_tiles {
		width: 100%;
	}
	table.responsive td.wd_empty {
		display: none;
	}
	table.wd_table_single_col.responsive tr {
	    display: flex;
	    flex-direction: column;
	}
}

@media (max-width: 475px) {
	.wd_related-content.wd_rounded-square .wd_related-img-bg {
		width: 100%;
		max-width: none;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.wd_related-content.wd_rounded-square .wd_related-headline-content {
		width: 100%;
		padding-right: 0;
	}
}