@font-face{font-family:Ubuntu;font-style:normal;font-weight:400;font-display:swap;src:url('../wp-content/themes/3mw-core-child/assets/fonts/ubuntu/ubuntu-v21-latin-regular.woff2') format('woff2');}
@font-face{font-family:Ubuntu;font-style:normal;font-weight:500;font-display:swap;src:url('../wp-content/themes/3mw-core-child/assets/fonts/ubuntu/ubuntu-v21-latin-500.woff2') format('woff2');}
@font-face{font-family:Ubuntu;font-style:normal;font-weight:700;font-display:swap;src:url('../wp-content/themes/3mw-core-child/assets/fonts/ubuntu/ubuntu-v21-latin-700.woff2') format('woff2');}
@font-face{font-family:Ubuntu;font-style:italic;font-weight:400;font-display:swap;src:url('../wp-content/themes/3mw-core-child/assets/fonts/ubuntu/ubuntu-v21-latin-italic.woff2') format('woff2');}
@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url('../wp-content/themes/3mw-core-child/assets/fonts/inter/inter-v20-latin-regular.woff2') format('woff2');}
@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url('../wp-content/themes/3mw-core-child/assets/fonts/inter/inter-v20-latin-600.woff2') format('woff2');}
@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url('../wp-content/themes/3mw-core-child/assets/fonts/inter/inter-v20-latin-700.woff2') format('woff2');}
@font-face{font-family:Inter;font-style:italic;font-weight:400;font-display:swap;src:url('../wp-content/themes/3mw-core-child/assets/fonts/inter/inter-v20-latin-italic.woff2') format('woff2');}

body {
	font-family: "Inter";
	font-size: 1rem;
	line-height: 1.4;
	color: #5B6770;
	padding: 2rem;
}
.wd_standard-detail {
	display: flex;
	flex-wrap: wrap;
}
.wd_standard-detail table.wd_imagetable {
	order: -1;
    width: 200px;
    max-width: 200px;
    border-radius: 20px;
    margin: 0 2rem 0 0!important;
    overflow: hidden;
}
.wd_standard-detail > h2.detail_header {
	display: none;
}
.wd_standard-detail div.wd_wrap {
	flex: calc(100% - 300px);
	margin: 1rem 0 0;
}
.wd_standard-detail div.wd_wrap h2 {
	display: block;
	font-size: 1.75rem;
	font-weight: 400;
	color: #1D3665;
	margin: 0;
}
.wd_board_members-detail .wd_captioned_image {
	float: left!important;
	width: 200px!important;
    margin: 0 2rem 0 0!important;
}
.wd_board_members-detail .wd_captioned_image img,
.wd_standard-detail table.wd_imagetable img,
.wd_standard-detail table.wd_imagetable img {
	width: 200px;
	max-width: 200px;
	border-radius: 20px;
}
.wd_standard-detail p:not(.wd_position) {
	flex-basis: 100%;
}
#wd_printable_content a.wd_linkedin {
	position: relative;
	display: block;
	width: 48px;
	height: 48px;
	color: transparent!important;
	border-radius: 50%;
	background-color: #1A559A;
}
#wd_printable_content a.wd_linkedin:after {
	content: '';
	position: absolute;
	top: 16%;
	left: 16%;
	width: 32px;
  	height: 32px;
	background-image: url(../images/svgexport-12.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
@media(max-width: 767px) {
	body,
	body div#wd_printable_content {
		padding: 0;
	}
	.wd_standard-detail table.wd_imagetable {
		width: 100%;
		max-width: 100%;
		margin: 0 0 2rem 0!important;
	}
	.wd_standard-detail table.wd_imagetable img {
		display: block;
		margin: 0 auto!important;
		width: 120px;
	}
	.wd_standard-detail div.wd_wrap {
		flex-basis: 100%;
		text-align: center;
	}
}