/* Varaibles - config */
/* SCSS*/
.org-chart {
  display: block;
  clear: both;
  margin-bottom: 100px;
  position: relative;
      padding-bottom: 100px;
}
.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;
	max-width: 800px;
}
.org-chart .board:before {
  content: "";
  display: block;
  position: absolute;
  height: 800px;
  width: 0px;
  border-left: 2px solid #bfbfbf;
  margin-left: 50%;
  top: 100px;
}
.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.columnOneH0:after{
  /*content: "";
  display: block;
  height: 0px;
  width: 0px;
  border-left: 2px solid #bfbfbf;
  margin-left: 50%;*/
}
.board-item{}
.board-item h5{position: absolute;top:0;right:0;}
.org-chart .board .columnOne.columnOneH0{padding: 40px 0px 0px 0px;}
.org-chart .board .columnOne .board-item{
	width: 30%;
	margin: 0px auto;
	top: 0px;
	position: relative;
	/*background: #f8f8f8;*/
	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 .board .columnOne .board-item h5{right:-10%;}
.org-chart .board .columnThree .board-item:first-child h5{left:0px;left:-160px;}

.org-chart .board .columnTwo {
  position: relative;
  width: 100%;
  display: block;
  height: 90px;
  clear: both;
}
.org-chart .board .columnTwo:after{
  content: "";
  display: block;
  height: 100px;
  width: 0px;
  border-left: 2px solid #bfbfbf;
  margin-left: 50%;
}
.org-chart .board .columnTwo .board-item:first-child {
  width: 30%;
  float: left;
}
.org-chart .board .columnTwo .board-item {
  width: 30%;
  float: right;
	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 .board .columnTwo:before {
  /*content: "";
  display: block;
  position: relative;
  width: 80%;
  height: 10px;
  border-top: 2px solid #bfbfbf;
  margin: 0 auto;
  top: 40px;*/
}


.org-chart .board .columnThree {
  position: relative;
  width: 100%;
  display: flex;
  clear: both;
  flex-wrap: wrap;
  text-align: center;
  padding: 0px 0px 0px 0px;
  justify-content: space-around;
}
.org-chart .board .columnThree:before {
  content: "";
  display: block;
  position: relative;
  width: 80%;
  height: 10px;
  border-top: 2px solid #bfbfbf;
  margin: 0 auto;
  top: 40px;
  z-index:1;
}

.org-chart .board .columnThree:after{
  /*content: "";
  display: block;
  height: 100px;
  width: 0px;
  border-left: 2px solid #bfbfbf;
  margin-left: 50%;*/
}
.org-chart .board .columnThree .board-item:first-child {
  width: 30%;
  margin-left: 0;position: relative;
}
.org-chart .board .columnThree .board-item {
  width: 30%;
  float: left;
	z-index:5;
	background: transparent;
	/*background:#fff;*/
	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 .board .columnThree .board-item:last-child {
  width: 30%;
  float: right;
  margin-left: 0;
}
.org-chart .board .columnThree:before {
  /*content: "";
  display: block;
  position: relative;
  width: 80%;
  height: 10px;
  border-top: 2px solid orange;
  margin: 0 auto;
  top: 40px;*/
}

.org-chart .board .columnThree.b1:before{
	content: '';
    background: #bfbfbf;
    height: 2px;
    position: absolute;
    top: 38%;
    width: 27%;
    left: 183px;
    z-index: 1;}
.org-chart .board .columnThree.b2:before{
	content: '';
    background: #bfbfbf;
    height: 2px;
    position: absolute;
    top: 38%;
    width: 30%;
    right: 130px;
    z-index: 1;
}
.org-chart .board .columnThree.b3:before{content: '';
    background: #bfbfbf;
    height: 2px;
    position: absolute;
    top: 38%;
    width: 27%;
    right: 183px;
    z-index: 1;}

.org-chart .board .columnThree.pb50{padding-bottom: 50px;}
.org-chart .board .columnThree .board-item.bg-w{/*background: #f8f8f8;*/}
.bg-w{/*background: #f8f8f8;*/}

.org-chart .departments {
	width: 100%;
	max-width: unset;
	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;
  }
}
.columnThree.b2 .board-item:nth-child(3){padding-right: 50px;}
.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:30px;}
.columnThree.b2 .board-item:nth-child(2) h5{left:-170px !important;}
.columnThree.b2 .board-item:nth-child(3) h5{right:-0px !important; botom:10px;}
.org-chart .board .columnOne.columnOneH0 h5{right:0px;}
.board-item h5.font_b{font-weight: bold;}

.section strong{font-size:14px; font-weight:500;}
.section span{font-size:14px; font-weight:500;}


.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)
{
	
}

