.catalog_person:after {
	content: "";
    display: block;
    border-bottom: 1px solid #e3e5e8;
    width: 92%;
    margin: 0 auto;		
}

.catalog_person {
	margin-top: 10px;
	margin-bottom: 30px;
}

.planning-section .service-unit-section {
	background: #206779;
	color: #fff;
}

.planning-section .white-callout p {
	color: #206779;
}

.culture-section .service-unit-section {
	background: #216495;
	color: #fff;
}

.culture-section .white-callout p {
	color: #216495;
}

.abbot-downing-section .service-unit-section {
	background: #6899bd;
	color: #fff;
}

.abbot-downing-section .white-callout p,
.person-page-callout p {
	color: #6899bd;
}

.person-page-callout {
	margin-bottom: 30px;
}

.person-page-callout:after {
	content: "";
    display: block;
    border-bottom: 1px solid #e3e5e8;
    width: 98%;
    margin: 0 auto;
}

.asset-management-section .service-unit-section {
	background: #D28232;
	color: #fff;
}

.asset-management-section .white-callout p {
	color: #D28232;
}

.family-business-section .service-unit-section,
.family-office-section .service-unit-section {
	background: #6899BD;
	color: #fff;
}

.family-business-section .white-callout p,
.family-office-section .white-callout p {
	color: #6899BD;
}

.foundation-section .service-unit-section {
	background: #7C5060;
	color: #fff;
}

.foundation-section .white-callout p {
	color: #7C5060;
}

.private-banking-section .service-unit-section {
	background: #344C70;
	color: #fff;
}

.private-banking-section .white-callout p {
	color: #344C70;
}

.trust-section .service-unit-section {
	background: #A75154;
	color: #fff;
}

.trust-section .white-callout p {
	color: #344C70;
}

.service-unit-section {
	background: #65686b;
	color: #333;
	max-height: 500px;
	overflow: hidden;
}

.person-info {
	padding-left: 30px;
}

.person-info .services-page-title h1 {
	color: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 30px 0;
}

.person-page-title h2 {
	color: #fff;
	font-family: "Georgia", serif;
	font-style: normal;
	font-weight: bold;
	margin: 0 0 5px;
	text-transform: capitalize;
}

.person-page-position h3 {
	color: #fff;
	font-size: 1.125em;
	margin: 0;
}

.title-options {
	margin-left: -2px;
}

.title-options-text {
	display: inline-block;
}

.person-page-title sup {
	font-size: 55%;
	line-height: 0;
	vertical-align: super;
	display: inline-block;
	width: 5px;
	left: -.3em;
	font-weight: normal;
}


@media only screen and (max-width: 768px) {
	.person-info {
	    padding: 0 15px;
	}

	.person-page-callout {
		overflow: hidden;
		font-size: 80%;
	}

	.person-page-callout .white-callout {
		margin-top: 0;
	}
	
	.person-info .services-page-title h1 { 
		border-top: none;
		margin: 0 0 15px;
		padding: 15px 0;	
	}
	
	.person-page-position h3 {
		padding-bottom: 15px;
	}	
    
    .catalog_person .white-callout {
	    margin: 0;
	    padding: 30px 15px;
    }
    
    .catalog_person .white-callout p {
	    font-size: 1.125em;
	    width: 90%;
	    margin: 0 auto;
	    display: block;
    }
	
}

