/* Varaibles - config */
/* SCSS*/
.org-chart {
  display: block;
  clear: both;
  margin-bottom: 100px;
  position: relative;
}
.org-chart.cf:before, .org-chart.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.org-chart.cf:after {
  clear: both;
}
.org-chart.cf {
  *zoom: 1;
}
.org-chart ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.org-chart ul li {
  position: relative;
}
.org-chart .board {
  width: 100%;
    display: block;
    position: relative;
    height: auto;
    overflow: hidden;
    padding: 0px;
    margin: auto;
	padding-top: 100px;
}
.org-chart .board:before {
  /*content: "";
  display: block;
  position: absolute;
  height: 100px;
  width: 0px;
  border-left: 2px solid #bfbfbf;
  margin-left: 50%;
  top: 15px;*/
}
.org-chart .board .columnOne {
  height: auto;
  position: relative;
  width: 100%;
  display: block;
  clear: both;
  text-align: center;
	padding: 0px;
    margin: auto;
}
.org-chart .board .columnOne:after{
  content: "";
  display: block;
  height: 100px;
  width: 0px;
  border-left: 2px solid #bfbfbf;
  margin-left: 50%;
}
.org-chart .board .columnOne .board-item{
	width: 30%;
	margin: 0px auto;
	top: 20px;
	background: transparent;
	transition: all 0.3s linear 0s;-moz-transition: all 0.3s linear 0s;-webkit-transition: all 0.3s linear 0s;-o-transition: all 0.3s linear 0s;
}

.org-chart .departments {
	width: 100%;
	max-width: 800px;
	display: flex;
	position: relative;
    margin: auto;
    justify-content: space-around;
}
.org-chart .departments:before {
	content: "";
	width: 85%;
    height: 45px;
    overflow: hidden;
    border-top: 2px solid #bfbfbf;
    border-left: 2px solid #bfbfbf;
    border-right: 2px solid #bfbfbf;
    margin: 0 auto;
	text-align: center;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
	border-bottom: 0px;
	position: absolute;
	top: 0px;
	left: 9%;
}
.org-chart .department-item{
	margin: 20px auto;
    position: relative;
	padding-top: 30px;
    text-align: center;
}
.org-chart .department-item:after {
  /*content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 22px;
  border-left: 2px solid #bfbfbf;
  left: 50%;
  top: -22px;*/
}
.org-chart .department-item:first-child:after {
  display: none;
}
.org-chart .department-item:last-child:after {
  display: none;
}
.org-chart .department.central {
  background: #F5EEC9;
}
.org-chart .department.central:after {
  display: none;
}

.org-chart .department-item {
  padding-left: 25px;
  /*border-bottom: 2px solid #bfbfbf;*/
  height: 80px;transition: all 0.3s linear 0s;-moz-transition: all 0.3s linear 0s;-webkit-transition: all 0.3s linear 0s;-o-transition: all 0.3s linear 0s;
}

.org-chart .department .sections {
  margin-top: -20px;
}

/* MEDIA QUERIES */
@media all and (max-width: 767px) {
  .org-chart .board {
    margin: 0px;
    width: 100%;
  }
  .org-chart .departments:before {
    /*border: none;*/
  }
  .org-chart .department {
    float: none;
    width: 100%;
    margin-left: 0;
    background: #F5EEC9;
    margin-bottom: 40px;
  }
  .org-chart .department:before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 60px;
    border-left: 2px solid #bfbfbf;
    z-index: 1;
    top: -45px;
    left: 0%;
    margin-left: -2px;
  }
  .org-chart .department:after {
    display: none;
  }
  .org-chart .department:first-child:before {
    display: none;
  }
}

.board-item em,.department-item em{background: #ed6400; color: #FFFFFF; padding: 20px; font-size:40px; border-radius: 50px;transition: all 0.3s linear 0s;-moz-transition: all 0.3s linear 0s;-webkit-transition: all 0.3s linear 0s;-o-transition: all 0.3s linear 0s;}
.board-item h5,.department-item h5{font-size:22px; color:#464646; text-align: center; font-weight: 500; padding-top:20px;}
.board-item h5.font_b{font-weight: bold;}



.board-item:hover,.department-item:hover{cursor:pointer;}
.board-item:hover,.department-item:hover{transform: translateY(-8px);}


@media screen and (max-width: 1199px){
	.org-chart .board{padding-top:50px;}
	.org-chart .departments{max-width: 100%;}
	.org-chart .department-item em{font-size: 20px;padding: 10px;}
	.org-chart .departments:before{width: 90%;left: 5%;}
	.org-chart .department-item{padding: 50px 10px;}
	.board-item h5, .department-item h5{padding: 20px 10px 0px 10px;}
	
}
@media (min-width: 415px) and (max-width: 767px)
{
	
	
}
@media (min-width: 376px) and (max-width: 414px)
{
	
}
@media (min-width: 321px) and (max-width: 375px)
{
	
	
}
@media screen and (max-width: 320px)
{
	
}

