.profile-card-wrapper{
	background-color: #30383b;
	color: #ffffff;
	font-family:Arial,sans-serif;
	display:flex;
}
.profile-card{
	max-width:1400px;
	margin:0 auto 16px auto;
	display:flex;
	width:100%;
}
.profile-card .image{
	width: calc(16.666667% - 40px);
	margin: 0 20px;
}
.profile-card .about{
	width:calc(58% - 40px);
	margin: 20px 20px 0 0;
}
.profile-card .about h3{
	margin:0;
}
.profile-card .about hr{
	width:100%;
	margin:10px 0;
}
.profile-card .about a.more-about{
	font-size: 18px;
	color: #ffffff;
	font-family:Arial,sans-serif;
}

.profile-card .about > h3 > span{
	color: #ffffff;
	font-family:Arial,sans-serif;
	font-size: 18px;
	padding-left: 10px;
}
.profile-card .about > .blurb h4{
	color:#fff;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.2;
	font-size:20px;
	letter-spacing:-1px;
}
.profile-card .about .special-interests{
	padding-left: 0px;
	margin-top: 0;
	list-style-type: disc;
	margin-bottom: 25px;
	overflow:auto;
}
.profile-card .about .special-interests li{
	float:left;
	margin:0 10px 0 20px;
}

.profile-card .about .buttons{
	display:flex;
	flex-wrap:nowrap;
	flex-direction:row;
	align-content:flex-start;
}
.profile-card .about .buttons .button{
	border-radius:5px;
	font-family: century;
	color:#ffffff;
	font-size:14px;
	padding:15px 20px 10px 20px;
	text-align: center;
	text-decoration: none;
	line-height: 17px;
	display:block;
	border-width:0;
	cursor:pointer;
}
.profile-card .about .buttons .button-spacer{
	width:20px;
	display:block;
}
.profile-card .about .buttons .button.border-color{
	padding:14px 20px 9px 20px;
	border-style:solid;
	border-width:1px;
	background-color:transparent;
}

.profile-card .details-wrapper{
	width:25.33333%;
}
.profile-card .details{
	display:table;
	padding:16px 15px 7px 0;
	width:100%;
}
.profile-card .details img{
	max-width:none;
}
.profile-card .details > div{
	display:table-row;
}
.profile-card .details > div > div{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	padding:0 0 13px 0;
	width:1px;
}
.profile-card .details > div > span,
.profile-card .details > div > a{
	display:table-cell;
	vertical-align:middle;
	padding:0 0 13px 10px;
}
.profile-card .details > div > a,
.profile-card .details > div > a:visited{
	color:#fff;
}
.profile-card .details > div > a.ellipses{
	max-width:290px;
}
.profile-card .details > div > a:hover{
	text-decoration:underline;
}

.profile-card .details-wrapper .social a{
	display:inline-block;
}
.profile-card .details-wrapper .social a[href=""]{
	display:none;
}

.profile-card .details-wrapper .social img{
	width:35px;
}

