:root {
	--dm-blue: #f4f9ff; /* #EDF5FF; */
}
#HeaderBlock {
	display: none;
}
#navbar, .nav, #ss_q, 
.navbar-nav > li, .navbar-default .navbar-nav > li > a  {
	background-color: transparent !important;
}
#DesktopLogo > a > img {
	background-color: transparent !important;
}
.navbar, .container {
	background-color: transparent !important;
}
body {
	background-image: url('/images/MemberPage-bg3.png');
	background-repeat: repeat-x;
	background-position: -12px -28px;
	background-color: #fff !important;
	width:100%;
	max-width:100%;
}
.Ftable, #Fdesktop {
	margin-left: auto;
	margin-right: auto;
}

.AFade {
   -webkit-mask-image: linear-gradient(180deg, #000 70%, transparent);
}

#Content {
	display: block;
	margin-right: 0;
}
.Flex-row {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 32px;
	padding-left: 32px;
}
.Flex-section {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 56px;
	padding-left: 32px;
	padding-right: 0;
}

.HeaderBig,
.SubheadBig,
.SubheadSmall {
	color: var(--blue);
}
.HeaderBig {
	padding-bottom: 14px;
}
.SubheadBig {
	padding-bottom: 11px;
}
.Byline {
	color: var(--gray);
}

.summaryHead {
	padding-bottom: 4px;
	border-bottom: 1.5px solid var(--lightgray);
	margin-bottom: 15px;
}
.summary {
	margin-bottom: 80px;
	line-height: 1.63;
}


.DM-type {
	position: inherit;
	top: 0;
	right: 0;
}

.DM-comment {
	position: absolute;
	left: -60px;
	width: 200px;
	top: -20px;
	font-style: italic;
	font-size: var(--bodysmall);
	line-height: 1.5;
	color: var(--red);
	opacity: 50%;
}

.MemberHeadContainer {
	text-align: center;
	padding-top: 40px;
}

#MemberHead {
	min-height: 150px;
	display: inline-block;
	border: 0;
}
#MemberHead-box {
	display: flex; 
	flex-direction:row; 
	justify-content:center;
	gap: 18px;
}
.MemberHead-left {
	flex: 1 1 50%;
	text-align: right;
	padding: 5px 5px 0 0;
	/* padding-right: 32px; */
}
.MemberHead-right {
	flex: 1 1 50%;
	text-align: left;
	padding-top: 27px;
	/* padding-right: 27px;
	min-width: 383px;*/
}
.MemberHead-name {
	font-size: 40px;
	line-height: 1;
	font-weight: 700;
	white-space: nowrap;
	margin-bottom: 15px;
	color: var(--blue);
}
.MemberHead-roles {
	white-space: nowrap;
}

.Member-type, .Member-type-fixed {
	position: inherit;
	display: inline-block;
	line-height: 1;
	padding: 5.5px 14px 6.5px 14px;
	color: var(--white);
	text-align: center;
	font-size: 14px;
	border-radius: 3.375px;
	background-color: var(--tomato);
	margin-right: 6px;
	margin-bottom: 6px;
}
.Member-company { 
	display: inline-block;
	font-size: 16px;
	margin-left: 4px;
}
.Member-company > a {
	color: var(--blue);
	border-bottom: 1px dotted var(--blue);
}

#MemberMenu {
	min-height: 60px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-evenly;
	align-content: flex-start;
	align-items: flex-start;
	padding-top: 6px;
	padding-right: 60px;
	padding-left: 60px;
	font-size: 16px;
}

#MemberMenu .menuItem {
	/* font-size: var(--subhead); */
	padding: 0 8px;
	line-height: 1.4;
	margin-bottom: 12px;
	white-space: nowrap;
	color: var(--blue);
}

#MemberMenu > .menuItem a, 
#MemberMenu > .menuItem a:hover,
#MemberMenu > .menuItem a:focus {
	padding-bottom: 4px;
	text-decoration: none;
	border: 0;
}
#MemberMenu > .menuItem a:hover,
#MemberMenu > .menuItem a:focus {
	text-decoration: none;
	border-bottom: 2px solid var(--red);
}

.MemberContactTable {
	display: table;
}
.MemberContactTable > div {
	display: table-row;
}
.MemberContactTable > div > div {
	display: table-cell;
	padding: 0 0 10px 0;
	vertical-align: top;
}
.MemberContactTable > div > div:first-child {
	width: 34px;
	text-align: center;
	padding-right: 8px;
}
.MemberContactTable > div > div:first-child img {
	width: 24px;
}
.MemberContactTable > div > div:nth-child(2) {
	padding-top: 2px;
	line-height: 1.4;
}
.Member-meta {
	display: flex;
	flex-direction: row;
	gap: 30px;
	flex-wrap: nowrap;
	max-width: 1400px;
	margin-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
}
.Member-meta-leftcol {
	flex: 1 1 450px;
	max-width: 470px;
	min-width: 450px;
}
.Member-meta-rightcol {
	flex: 1 1 auto;
	min-width: 460px;
	max-width: 850px;
}

.Member-left {
	padding: 40px 40px 8px 40px;
	border-radius: 8px;
	background-color: white;
}
.innerBoxie {
	overflow: hidden;
	border-radius: 8px;
	padding-left: 24px;
	padding-top: 30px;
	padding-right: 24px;
	padding-bottom: 18px;
	background-color: var(--dm-blue);
	margin-bottom: 35px;
}
.innerBoxie a {
	text-decoration: none;
	border-bottom: 1px dotted;
}

.images-secondary {
	display: flex;
	flex-direction: row;
	gap: 30px;
	justify-content: center;
	align-content: flex-start;
	align-items: flex-start;
	margin-bottom: 30px;
}
.image-secondary {
	flex: 0 0 auto;
}
.image-secondary img {
	max-width: 142px;
	max-height: 216px;
}

#recentDeals-L {
	margin-top: 30px;
	padding: 0;
	border: 0;
	width: 100%;
	height: 800px;
	min-height: 300px;
}
#recentDeals-R {
	border: 0;
	width: 100%;
	min-height: 300px;
	display: none;
}

.recent-deals {
	margin-top: 0px;
	font-size: var(--bodysmall);
	margin-bottom: 12px;
}
.Member-deal {
	margin-bottom: 16px;
}
.Member-deal-topline {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0px;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
	background-color: var(--lightblue);
	padding: 10px 0 8px 0;
}
.Member-deal-category {
	padding: 0px 8px 6px 8px;
	line-height: 1;
	color: var(--blue);
}
.Member-deal-date {
	padding: 0px 8px 0px 8px;
	color: #889;
	font-style: italic;
	line-height: 1;
}
.Member-deal-body {
	padding: 8px 8px 8px 12px;
	line-height: 1.5;
}

.Member-content-block {
	padding: 45px;
	margin-bottom: 30px;
	background-color: var(--white);
	min-width: 400px;
}

.Member-content-header {
	font-size: var(--subhead);
	font-weight: 700;
	margin-bottom: 14px;
	color: var(--blue);
}
.Member-content-text,
.Member-content-text-full {
	font-size: var(--body);
	line-height: 1.67;
	margin-bottom: 20px;
}
.Member-content-text-full {
	display: none;
}

.Meta-content-text-more,
.Meta-content-text-less {
	color: var(--blue);
}

#looking {
	font-weight: 700;
	color: var(--red);
}

.main-image {
	float: right;
	margin-left: 18px;
	margin-bottom: 18px;
	text-align: center;
}
.main-image > img {
	max-width: 160px;
}

.Member-content-subblock {
	margin-bottom: 35px;
}
.DM-notable-covers {
	gap: 16px;
	max-width: calc(60vw - 150x);
	overflow-x: auto;
}

.DM-notable-cover {
	padding: 0;
	flex-basis: auto;
	text-align: left;
}
.DM-notable-cover img {
	height: 150px;
	width: auto;
	margin-bottom: 8px;
}

.Thumbnail-container {
	clear: both;
}


@media (min-width:1161px) and (max-width: 1285px) {
	.DM-notable-covers {
		max-width: calc(60vw - 150px);
	}
}

@media (min-width:1001px) and (max-width: 1160px) {
	.DM-notable-covers {
		max-width: calc(54vw - 150px);
	}
}



.pAbout,
.Member-para {
	font-size: var(--body);
	line-height: 1.67;
	margin-bottom: var(--body);
}
.Member-para a {
	text-decoration: none;
	border-bottom: 1px dotted;
}

#about-more,
#about-less {

}

#about-more a,
#about-less a,
#trade-references-more a,
#trade-references-less a,
.Member-content-subblock a,
.RightBlock-footer a {
	text-decoration: none;
	border-bottom: 1px dotted;
}

.Member-content-columns {
	columns: 2;
}

.MemberProfile-flag {
	display: inline-block;
	border: 1px solid #AFBEE6; /* #c6d4ee; */
	background-color: transparent;
	margin-left: 20px;
	line-height: 1;
	border-radius: 4px;
	padding: 7px 12px 8px 12px;
	font-size: 14px;
	font-weight: 700;
	color: var(--blue);
	white-space: nowrap;
}
@media (max-width: 950px) {
  .container-fluid {
    margin-top: 0px;
  }
}
.LogoDiv {
	cursor: pointer;
}
.MemberLogo {
	width: auto;
	height: 48px;
	padding: 0;
	cursor: pointer;
}

#Footer {
	background-color: #fff;
	margin-top: 50px;
	padding-top: 50px;
	margin-left: 0;
	padding-left: 24px;
	margin-right: 0;
	padding-right: 24px;
	margin-bottom: 0;
	padding-bottom: 24px;
}


/* new */
.capt,
.capt-main {
	font-size: var(--bodysmall);
	line-height: 1.4;
	text-align: center;
	font-style: italic;
	margin: 6px 0 10px 0;
}
.capt {
	max-width: 142px;
	margin-left: auto;
	margin-right: auto;
}
.capt-main {
	max-width: 150px;
}
.image-secondary {
	text-align: center;
}

#homeBox {
	padding-top: 22px; 
	padding-right: 35px;
}
#TopMenu {
	display: flex;
	flex-direction: row;
	gap: 12px;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
}
#TopMenu > div:first-child {
	padding-top: 22px;
	padding-left: 35px;
	white-space: nowrap;
}
#ActionStrip {
	background-color: var(--white);
	padding-bottom: 8px;
	font-size: var(--bodysmall);
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 0;
}
#ActionStrip > div:nth-child(2) {
	min-width: 250px;
	text-align: center;
	margin-left: 0;
}
#ActionStrip > div {
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: var(--body);
}
.Page-vis {
	display: inline-block;
	background-color: #EEF4FB;
	color: var(--blue);
	padding: 9px 12px 10px 12px;
	font-size: var(--body);
	line-height: 1.33;
	border: 1px dotted #6161D8;
}

@media (min-width:951px) and (max-width: 995px) {
	#TopSearch {
		position: relative;
		top: -24px;
	}
}

@media (max-width: 1000px) {
	#Content {
		margin-top: 40px !important;
	}
	#MemberHead {
		min-height: 100px;
	}
	#MemberMenu {
		margin-bottom: 18px;
		margin-top: 18px;
		gap: 20px;
	}
	.Flex-row {
		padding-left: 10px;
		padding-right: 10px;
	}
	.Member-content-block {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.MemberHeadContainer {
		padding-top: 80px;
	}
	.DM-notable-covers {
		max-width: calc(100vw - 150px);
	}
	.MemberHead-left {
		flex-basis: 24%;
	}
	.MemberHead-name {
		white-space: normal;
	}
	.Member-meta {
		/* flex-wrap: wrap; */
		flex-direction: column;
		justify-content: center;
		gap: 0;
	}
	.Member-left {
		padding-bottom: 8px;
	}
	.Member-meta-leftcol {
		min-width: 100%;
		flex: 1 1 auto;
		margin-bottom: 20px;
	}
	#RightBlock-footer {
		text-align: center;
	}
	.Member-type {
		margin-bottom: 8px;
	}
	#recentDeals-L {
		display: none;
	}
	#recentDeals-R {
		display: block;
	}
}

@media (max-width: 950px) {
	#Content {
		margin-top: 40px !important;
	}
  	#recentDeals-L {
		display: none;
	}
	#recentDeals-R {
		display: block;
	}
	.MemberHeadContainer {
		padding-top: 0px;
	}
	.MemberHead-roles {
		white-space: normal;
	}
	@OuterFrame {
		border: 0;
		margin-top: 0;
	}
}

@media (max-width: 500px) {
	#TopMenu > div:first-child {
		padding-left: 20px;
	}
	#homeBox {
		display: none;
	}
}

@media (max-width: 400px) {
	.DM-notable-covers {
		max-width: calc(100vw - 82px);
	}
}
