.ptm-main-wrapper {
	display:flex;
	max-width:1400px;
	margin:auto;
	flex-wrap:wrap;
	margin:0 auto 55px auto;
}

.ptm-content-wrapper {
	width:66.666%;
	min-height:100px;
}

.ptm-sidebar {
	width:calc(33.333% - 20px);
	min-height:100px;
	display:flex;
	position: relative;
	margin-left:20px;
	flex-wrap: wrap;
	align-content: flex-start;
}

.ptm-profile-card {
	width:calc(100%);
	margin-bottom:30px;
}

.ptm-profile-card-inner {
	position: relative;
	align-content:flex-start;
}

.profile-card {
	background-color:#30383b;
	color:#ffffff;
	font-family:Arial,sans-serif;
	min-height:300px;
	margin-top: -75px;
	display: flex;
	padding-bottom: 30px;
	flex-wrap:wrap;
}

.ptm-profile-image {
	width:calc(41.666667% - 20px);
	margin:0 20px;
}

.ptm-profile-image img{
	display:block;
	width:100%;
}

.ptm-social-icons.ptm-profile-image-missing{
	width:100%;
	margin:0 15px;
}
.ptm-social-icons {
	width:calc(58.333333% - 40px);
}
.ptm-social-icons > h3{
	margin:16px 0;
}
.profile-card .social{
	margin:0;
}
.profile-card .social a{
	display:inline-block;
}
.profile-card .social a[href=""]{
	display:none;
}

.profile-card .social img{
	width:35px;
}

.ptm-profile-card-details{
	width:100%;
}

.ptm-profile-card-details-list{
	display:table;
	padding:40px 15px 7px 15px;
	width:100%;
}
.ptm-profile-card-details-list img{
	max-width:none;
}
.ptm-profile-card-details-list > div{
	display:table-row;
}
.ptm-profile-card-details-list > div > div{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	padding:0 0 13px 0;
	width:1px;
}
.ptm-profile-card-details-list > div > span,
.ptm-profile-card-details-list > div > a{
	display:table-cell;
	vertical-align:middle;
	padding:0 0 13px 10px;
}
.ptm-profile-card-details-list > div > a,
.ptm-profile-card-details-list > div > a:visited{
	color:#fff;
}
.ptm-profile-card-details-list > div > a.ellipses{
	max-width:290px;
}
.ptm-profile-card-details-list > div > a:hover{
	text-decoration:underline;
}
.ptm-profile-card-details-buttons{
	display:flex;
	flex-wrap:nowrap;
	flex-direction:row;
	align-content:stretch;
	margin:0 20px 10px 20px;
}
.ptm-profile-card-details .button{
	border-radius:5px;
	font-family:century;
	color:#ffffff;
	font-size:14px;
	padding:15px 0 10px 0;
	text-decoration: none;
	line-height: 17px;
	display:block;
	border-width:0;
	flex:1;
	cursor:pointer;
}

.ptm-profile-card-details .button-spacer{
	width:20px;
	display:block;
}
.ptm-profile-card-details .button.border-color{
	padding:14px 0 9px 0;
	border-style:solid;
	border-width:1px;
	background-color:transparent;
}

.memberships-box {
	background-color:#f2f0ea;
	font-family:Arial,sans-serif;
	text-align:center;
	font-size:14px;
	padding: 15px 25px 25px;
	display: block;
	margin:0 0 30px 0;
}

.memberships-box img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-height:70px;
	margin-bottom: 20px;
}

.memberships-box h3 {
	color:#0072bc !important;
	font-weight:300;
	margin:0 0 20px 0;
}

.ptm-sidebar .peace-of-mind{
	display:block;
	position:relative;
	width:100%;
}
.ptm-sidebar .peace-of-mind img{
	width:100%;
	display:block;
}
.ptm-sidebar .peace-of-mind span{
	display:block;
	position:absolute;
	right:0;
	bottom:0;
	left:0;
	background-color:rgba(0,0,0,0.75);
	color:#fff;
	font-family: century;
	font-size:28px;
	text-align:center;
	padding:35px 0;
}

.ptm-social-icons > h2 {
    margin: 16px 0;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: -1px;
}