.node--view-mode-sidebar-profile h2 {display: none;}

.middle-right .node--view-mode-sidebar-profile .field--name-field-first-name, .middle-right .node--view-mode-sidebar-profile .field--name-field-last-name {
	font-family: 'p22-mackinac-pro','Times New Roman',serif;
	color: #000;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 30px;
	display: inline;
}
.aProfile-portrait {
	width: 100%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.middle-right .field__item {
	padding-bottom: 0;
}