.content {
	font-family: "GE Flow", sans-serif;
  font-size: 12px;
  position: relative;
	-webkit-appearance: none;
	font-style: normal;
}
.content * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.org-chart {
  display: block;
  clear: both;
  margin-bottom: 200px;
  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 .departments span {
  display: block;
  border: 1px solid #8C7FAD;
  text-align: center;
  overflow: hidden;
  text-decoration: none;
  color: #333333;
  font-size: 14px;
  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;
  background: #8C7FAD;
  padding:20px;
  font-style: normal;
}
.org-chart ul li span {
  display: block;
  border: 1px solid #73009F;
  text-align: center;
  overflow: hidden;
  text-decoration: none;
  color: #f7f7f7;
  font-size: 14px;
  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;
  background: #73009F;
  padding:20px 10px;
  font-style: normal;
}
.org-chart .lvl-b {
  background: green;
  color: #8C7FAD;
}
.org-chart .board {
  width: 98%;
  margin: 0 auto;
  display: block;
  position: relative;
}
.org-chart .board:before {
  content: "";
  display: block;
  position: absolute;
  height: 360px;
  width: 0px;
  border-left: 2px solid #73009F;
  margin-left: 49%;
  left: 0;
  top: 15px;
}
.org-chart ul.columnOne {
  height: 120px;
  position: relative;
  width: auto;
  display: block;
  clear: both;
}

.org-chart ul.columnOne2 li {
  width: 70%;
  margin: 0px auto;
}
.org-chart ul.columnOne2 {
  height: 120px;
  position: relative;
  width: 100%;
  display: block;
  clear: both;
}

.org-chart ul.columnOne li {
  width: 70%;
  margin: 0px auto;
}

.org-chart ul.columnTwo {
  position: relative;
  width: 100%;
  display: block;
  height: 90px;
  clear: both;
}
.org-chart ul.columnTwo li:first-child {
  width: 45%;
  float: left;
}
.org-chart ul.columnTwo li {
  width: 45%;
  float: right;
}
.org-chart ul.columnTwo:before {
  content: "";
  display: block;
  position: relative;
  width: 80%;
  height: 70px;
  border-top: 2px solid #73009F;
  margin: 0 auto;
  top: 40px;
}
.org-chart ul.columnThree {
height: 90px;
  position: relative;
  width: 100%;
  display: block;
  clear: both;
}
.org-chart ul.columnThree li:first-child {
  width: 30%;
  float: left;
  margin-left: 0;
}
.org-chart ul.columnThree li {
  width: 30%;
  margin-left: 5%;
  float: left;
}
.org-chart ul.columnThree li:last-child {
  width: 30%;
  float: right;
  margin-left: 0;
}
.org-chart ul.columnThree:before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 10px;
  border-top: 2px solid #73009F;
  margin: 0 auto;
  top: 40px;
}

.org-chart ul.columnFour {
  position: relative;
  width: 100%;
  display: block;
  clear: both;
}
.org-chart ul.columnFour li:first-child {
  width: 20%;
  float: left;
  margin-left: 0;
}
.org-chart ul.columnFour li {
  width: 20%;
  margin-left: 6%;
  float: left;
}
.org-chart ul.columnFour li:last-child {
  width: 20%;
  float: right;
  margin-left: 0;
}
.org-chart ul.columnFour:before {
  content: "";
  display: block;
  position: relative;
  width: 80%;
  height: 10px;
  border-top: 2px solid #73009F;
  margin: 0 auto;
  top: 40px;
}

.org-chart ul.columnNine {
  position: relative;
  width: 100%;
  display: block;
  clear: both;
}
.org-chart ul.columnNine li:first-child {
  width: 11.11%;
  float: left;
  margin-left: 0;
}
.org-chart ul.columnNine li {
  width: 11.11%;
  margin-left: 6%;
  float: left;
}
.org-chart ul.columnNine li:last-child {
  width: 11.11%;
  float: right;
  margin-left: 0;
-chart ul.columnNine:before {
  content: "";
  display: block;
  position: relative;
}
.org-chart .departments {
top: 40px;
  width: 100%;
  display: block;
  clear: both;
}
.org-chart .departments:before {
  content: "";
  display: block;
  width: 85%;
  height: 22px;
  border-top: 2px solid #73009F;
  border-left: 2px solid #73009F;
  border-right: 2px solid #73009F;
  margin: 0 auto;
  top: 0px;
}
.org-chart .department {
  border-left: 2px solid #73009F;
  width: 23%;
  float: left;
  margin: 0px 4px;
}
.org-chart .department:after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 22px;
  border-left: 2px solid #73009F;
  left: 50%;
  top: -22px;
}
.org-chart .department:first-child:after {
  display: none;
}
.org-chart .department:last-child:after {
  display: none;
}
.org-chart .department.central {
}
.org-chart .department.central:after {
  display: none;
}
.org-chart .department span {
height: 50px;
  border-left: 1px solid #73009F;
}
.org-chart .department li {
  padding-left: 25px;
  border-bottom: 2px solid #73009F;
  height: 80px;
}
.org-chart .department li span {
  background: #8C7FAD;
  top: 38px;
  position: absolute;
  z-index: 1;
  width: 95%;
  height: 60px;
  vertical-align: middle;
  right: 0px;
  line-height: 14px;
  border: 3px solid #73009F;
}
.org-chart .department .sections {
  margin-top: -20px;
}




.org-chart .departments2 {
top: 40px;
  width: 100%;
  display: block;
  clear: both;
}
.org-chart .departments2:before {
  content: "";
  display: block;
  width: 85%;
  height: 22px;
  border-top: 2px solid #73009F;
  border-left: 2px solid #73009F;
  border-right: 2px solid #73009F;
  margin: 0 auto;
  top: 0px;
}
.org-chart .department2 {
  border-left: 2px solid #73009F;
  width: 24%;
  float: left;
  margin: 0px 4px;
  height: 210px;
}
.org-chart .department2:after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 22px;
  border-left: 2px solid #73009F;
  left: 50%;
  top: -22px;
}
.org-chart .department2:first-child:after {
  display: none;
}
.org-chart .department2:last-child:after {
  display: none;
}
.org-chart .department2.central {
  background: #F5EEC9;
}
.org-chart .department2.central:after {
  display: none;
}
.org-chart .department2 span {
height: 50px;
  border-left: 1px solid #73009F;
}
.org-chart .department2 li {
  padding-left: 25px;
  border-bottom: 2px solid #73009F;
  height: 80px;
}
.org-chart .department2 li span {
  background: #8C7FAD;
  top: 38px;
  position: absolute;
  z-index: 1;
  width: 95%;
  height: 60px;
  vertical-align: middle;
  right: 0px;
  line-height: 14px;
  border: 3px solid #73009F;
}
.org-chart .department2 .subsections li {
  padding-left: 25px;
  border-bottom: 2px solid black;
  height: 80px;
}
.org-chart .department2 .subsections li span {
  background: #3b6978;
  top: 60px;
  position: absolute;
  z-index: 1;
  width: 95%;
  height: 60px;
  vertical-align: middle;
  right: 0px;
  line-height: 14px;
  border: 3px solid #73009F;
}
.org-chart .department2 .subsections {
  margin-top: -20px;
  border-left: 2px solid #73009F;
  width: 80%;
  float: left;
  margin-left:17px;
  margin-bottom: 60px;
}

/* MEDIA QUERIES */
@media all and (max-width: 767px) {
  .org-chart .board {
  height: 420px;
    margin: ;
    width: 100%;
  }
  .org-chart .departments:before {
    border: none;
  }
  .org-chart .department {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
  }
  .org-chart .department:before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 60px;
    border-left: 2px solid #73009F;
    z-index: 1;
    top: -45px;
    left: 0%;
    margin-left: -2px;
  }
  .org-chart .department:after {
    display: none;
  }
  .org-chart .department:first-child:before {
    display: none;
  }

  .org-chart .departments2:before {
    border: none;
  }
  .org-chart .department2 {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
  }
  .org-chart .department2:before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 60px;
    border-left: 2px solid #73009F;
    z-index: 1;
    top: -45px;
    left: 0%;
    margin-left: -2px;
  }
  .org-chart .department2:after {
    display: none;
  }
  .org-chart .department2:first-child:before {
    display: none;
  }
	.org-chart .department2 .subsections li {
	  padding-left: 10px;
	  border-bottom: 0;
	  height: 60px;
	  margin-bottom: 20px;
	}
	.org-chart .department2 .subsections li span {
	  top: 60px;
	  position: absolute;
	  z-index: 1;
	  width: 90%;
	  height: 50px;
	  vertical-align: middle;
	  right: 0px;
	  line-height: 14px;
	  border: 3px solid #73009F;
	}
	.org-chart .department2 .subsections {
	  margin-top: -20px;
	  border-left: 0;
	  width: 90%;
	  float: left;
	  margin-left:60px;
	  margin-bottom: 60px;
	}
}