#content{ padding:10px; }

#content h1{ margin:0px; }

#content #members:not(.step){
	display:grid;
	grid-template-columns:repeat(auto-fill,minmax(350px, 1fr));
}

#content #members:not(.step) .member{
	border:solid 1px var(--gray);
	color:var(--black);
	display:block;
	float:left;
	margin:5px;
	overflow:hidden;
	position:relative;
	text-decoration:none;
} body.dark #content #members:not(.step) .member{ color:var(--white); }

#content #members:not(.step) .member .wrap{ padding:10px; }

#content #members:not(.step) .member .picture{
	background-position:center;
	background-repeat:no-repeat;
	background-size:60px;
	border-radius:50%;
	border:solid 2px var(--gray);
	float:right;
	filter:grayscale(100%);
	-webkit-filter:grayscale(100%);
	height:60px;
	line-height:60px;
	margin-left:5px;
	position:relative;
	text-align:center;
	width:60px;
}

#content #members:not(.step) .member .primary, #content #members:not(.step) .member .secondary{ display:block; }
#content #members:not(.step) .member .company{ text-decoration:none; }
#content #members:not(.step) .member .primary .designations, #content #members:not(.step) .member .title{
	color:var(--gray);
	font-size:13px;
	font-weight:normal;
} body.dark #content #members:not(.step) .member .primary .designations, body.dark #content #members:not(.step) .member .title{ color:var(--grayMed); }
#content #members:not(.step) .member .primary{ font-weight:bold; }

#content #members:not(.step) .member .push{
	display:block;
    height:20px;
    width:100%;
}

#content #members .links{
	bottom:0;
	display:flex;
	font-weight:700;
	position:absolute;
	text-align:center;
	width:100%;
}
#content #members .links .link{
	color:var(--white) !important;
	flex-grow:1;
	text-decoration:none;
	white-space:nowrap;
}
#content .links .blue{ background-color:var(--blue); }
#content .links .green{ background-color:var(--green); }