.row.profiles{
	margin-left:20px;
}

.profile{
	width:100%;
	background: #004964; /* dark-blue */
	color:#FFF;
	margin:0 0 40px 0;
	-moz-box-shadow: 0 0 10px 0 #222;
	-webkit-box-shadow: 0 0 10px 0 #222;
	box-shadow: 0 0 10px 0 #222;		
}

.profile:first-of-type .photo,
.profile:nth-child(4n) .photo{
	margin:0 10px 0 -20px;
}
h3 {
	color: #5d1415;
}
.amount {
	color: #5d1415;
}
.profile h3 a{
	display:block;
}
.profile h3 a:hover{
	color:#DDD;
}
.profile a{
	color:#FFF;
	text-decoration:underline;
	margin:0;
	padding:0;
}
.profile a:hover{
	text-decoration:none;
}

.profile .photo{
	float:left;
	width:110px;
	height:140px;
	margin:0 10px 0 -10px;
	overflow:hidden;
}

.profile .photo img{
	width:110px;
}

.profile .email_addresses,
.profile .phone_numbers{
	margin-bottom:10px;
}

.profile.non-partner{
	height:110px;
	margin:0 10px 0 -10px;
}

.profile.non-partner:first-of-type,
.profile.non-partner:nth-child(4n){
	margin:0 10px 0 -20px;
	padding:0 0 0 10px;
}

.profile.non-partner:first-of-type .photo,
.profile.non-partner:nth-child(4n) .photo{
	margin:0 -10px 0 10px;
}

.profile.non-partner .photo{
	float:right;
	width:110px;
	height:140px;
	margin:0 -10px 0 10px;
}

.profile .details{
	float:left;
	width:160px;
	padding:10px 0 0 0;
	margin:0;	
	font-size:13px;
	font-weight:100;
	line-height:1.3em;
}

.profile .details a{
}

.profile .details h3{
	display:block;
	background:url('images/right-arrow.png') no-repeat 100% 50%;
}

.profile .details h3 a{
	text-decoration:none;
	font-size:18px;
	font-weight:100;
	margin:0 0 10px 0;
	padding:0;
}

.profile .vcard{
	margin:5px 0;
}

/* Lawyer Profile Page Content */
.credit {
	color: #fff;
	display: inline-block;
	background: #00543d; /* dark green */		
	letter-spacing: 0.9px;
	font-weight: 100;
	font-size: 13px;
	padding:10px 20px;
	float:left;
	line-height:1.4em;
	width:90%;
	margin:0 0 20px 0;
}
.credit h3{
	font-size:18px;
	margin:0 0 15px 0;
}
.credit a{
	color:#FFF;
}
.credit p{
	margin:5px 0;
}
.credit .school,
.credit .presentation{
	margin:0 0 10px 0;
}
.credit .school p,
.credit .presentation p{
	margin:0;
}

.contact .details {
	color: #fff;
	letter-spacing: 1px;
	font-weight: 100;
	font-size: 13px;
	line-height:1.3em;
	float: left;
}
.contact .details .email_addresses,
.contact .details .phone_numbers{
	margin-bottom:10px;
}
.contact .details a {
	display:block;
	color: #fff;
	text-decoration: underline;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 100;
	float: left;
}
.contact .details a:hover {
	color: #fff;
	text-decoration: none;
}
.linked-in {
	float: left;
	max-width: 32px;
	max-height: 32px;
	display: inline;
	padding: 10px 0 10px 12px; 
}

/* Practice Area */
.practice-area-title {
	width: 200px;
	padding: 10px 15px 10px 42px !important;
	background: #cf7019;
	-moz-box-shadow: 0 0 10px 0 #222;
	-webkit-box-shadow: 0 0 10px 0 #222;
	box-shadow: 0 0 10px 0 #222;
	overflow:visible;
}
.practice-area-title h3 {
	color: #fff;
	letter-spacing: 1px;
	font-weight: 100;
	font-size: 18px;
	line-height:1.3em;
	float: left;
	
}
.specialty {
	width:100%;
	background: #004964; /* dark-blue */
	color:#FFF;
	margin: 0px 0 40px 0;
	-moz-box-shadow: 0 0 10px 0 #222;
	-webkit-box-shadow: 0 0 10px 0 #222;
	box-shadow: 0 0 10px 0 #222;
	padding: 10px 0px 10px 10px;		
}
.specialty a {
	display:block;
	background:url('images/right-arrow.png') no-repeat 98% 50%;
	font-size:13px;
	font-weight:100;
	text-decoration: none;
	color: #fff;
	letter-spacing: 1px;
	width:90%;
}
.specialties {
	margin-top: 40px !important;
}