.org-chart.stacked-directs .direct-report.center-twoOfTwo:after {
	height: 130px;
}


/* ****************************************************
	2/11/2016, caalfano:
	  Created new Direct Report Level to 
	  Accommodate another direct report and display 
	  so that the departments weren't directly brancing off
	  the direct report if it sat in the middle (see BHW)
 ***************************************************** */
.org-chart .direct-reportThird > li:first-child {	
	top: 70px; 
	width: 40%;
	height: 65px;
	margin: 0 auto 92px auto;
	padding-top: 30px;
	border-bottom: 1px solid #1a5293;
}

.org-chart .direct-reportThird.top > li:first-child {
	float: right;
	right: 10%;	
}

.org-chart .direct-reportThird.top > li:first-child .node {	 
	left: 25px;
}
/* ************************************
	END direct-reportThird
 ************************************ */