

.org-chart *{
	position: relative;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

/* Generic styling */

@media all and (max-width: 767px){
	.content{
		padding: 0 20px;
	}	
}

ul{
	padding: 0;
	margin: 0;
	list-style: none;		
}
.org-chart{ margin-top:40px;}
.org-chart ul a{
	display: block;
	background: #A94442;
	border: 4px solid #cc181e;
	text-align: center;
	overflow: hidden;
	font-size: 1.1em;
	text-decoration: none;
	color: #fff;
	height: 70px;
	margin-bottom: -26px;
	box-shadow: 4px 4px 9px -4px rgba(0,0,0,0.4);
	-webkit-transition: all linear .1s;
	-moz-transition: all linear .1s;
	transition: all linear .1s;
}


@media all and (max-width: 767px){
	ul a{
		font-size: 1em;
	}
}


.org-chart ul a span{
    top: 15%;
    display: block;
    height: 100%;
}

/*
 
 */

.administration > li > a{
	margin-bottom: 25px;
}

.director > li > a{
	width: 30%;
	margin: 0 auto 0px auto;
}

.subdirector:after{
	content: "";
	display: block;
	width: 0;
	height: 40px;
	border-left: 4px solid #ccc;
	left: 50%;
	position: relative;
}

/*.subdirector,*/
.departments{
	/*position: absolute;*/
	width: 100%;
	padding-top:26px;
}


.subdirector > li:first-child{
	float: right;
	right: 27.2%;
	border-left: 4px solid white;
}

.subdirector > li:first-child a,
.departments > li:first-child a{
	width: 100%;
}

.subdirector > li:first-child a{	
	left: 25px;
}

@media all and (max-width: 767px){
	.director > li > a{ width: 90%;}
	.subdirector > li:first-child{
		right: 10%;
		margin-right: 2px;
	}

	.subdirector:after{
		left: 49.8%;
	}


}




.departments:after{
	content: "";
	display: block;
	position: absolute;
	width: 65.8%;
	height: 22px;	
	border-top: 4px solid #ccc;
	margin: 0 auto;
	top: 0px;
	left: 17.3%
}

@media all and (max-width: 767px){
	.departments:after{
		border-right: none;
		left: 0;
		width: 50.8%;
	}
}

.department:before{
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 22px;
	border-left: 4px solid #ccc;
	z-index: 1;
	top: -22px;
	left: 50%;
	margin-left: -4px;
}



.department{
	border-left: 4px solid #ccc;
	width: 30%;
	float: left;
	margin-left: 2.6%;
	margin-bottom: 60px;
}

.lt-ie8 .department{
	width: 18.25%;
}

@media all and (max-width: 767px){
	.department{
		float: none;
		width: 100%;
		margin-left: 0;
	}

	.department:before{
		content: "";
		display: block;
		position: absolute;
		width: 0;
		height: 60px;
		border-left: 4px solid #ccc;
		z-index: 1;
		left: 0%;
		margin-left: -4px;
		top:-60px;
	}
	.department.spec:before{
		top:-24px !important;
	}

	
}

.department > a{
	margin: 0 0 -26px -4px;
	z-index: 1;
}

.department > a:hover{	
	/*height: 80px;*/
}

.department > ul{
	margin-top: 0px;
	margin-bottom: 0px;
}

.department li{	
	padding-left: 25px;
	border-bottom: 4px solid #ccc;
	height: 80px;	
}

.department li a{
	background: #cc181e;
	top: 48px;	
	position: relative;
	z-index: 1;
	width: 100%;
	height: 60px;
	vertical-align: middle;
	right: -1px;
	color:#fff;
}