
.content-ns {
  margin-top: 3%;
  position: relative;
}
.content-ns * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.org-chart {
  display: block;
  clear: both;
  margin-bottom: 30px;
  position: relative;
  /**
  * For IE 6/7 only
  * Include this rule to trigger hasLayout and contain floats.
  */
  /* Box colors */
  /* 1 column */
  /* 2 column */
  /* 3 column */
  /* DEPARTMENTS COLUMNs */
}
.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 ul li span {
  display: block;
  /*border: 3px solid #8091a2;*/
  /*text-align: center;*/
  overflow: hidden;
  text-decoration: none;
  /*color: black;*/
  font-size: 16px;
  /*box-shadow: 4px 4px 9px -4px rgba(0, 0, 0, 0.4);*/
  /*-webkit-transition: all linear 0.1s;*/
  /*-moz-transition: all linear 0.1s;*/
  /*transition: all linear 0.1s;*/
  /*background: #92D4A8;*/
  padding: 4px;
}
.align-right span
{
  text-align: right;
}
.align-center span
{
  text-align: center;
}
.align-left span
{
  text-align: left;
}
.wh-ns-box li span
{
  color: #002245;
  background-color: #fff;
}
.blue-box li span
{
  color: #fff;
}
.org-chart .lvl-b {
  background: green;
  color: #92D4A8;
}
.org-chart .board {
  width: 70%;
  margin: 0 auto;
  display: block;
  position: relative;
}
.org-chart .board:before {
  content: "";
  display: block;
  position: absolute;
  height: 463px;
  width: 0px;
  border-left: 2px solid #8091a2;
  margin-left: 50%;
  top: 84px;
}
.org-chart ul.columnOne {
  height: 90px;
  position: relative;
  width: 100%;
  display: block;
  clear: both;
}
.org-chart ul.columnOne li {
  width: 30%;
  margin: 0px auto;
  top: 20px;
}
.pad-col
{
  padding-top: 2% !important;
}
.org-chart ul.columnTwo {
  position: relative;
  width: 100%;
  display: block;
  height: 40px;
  clear: both;
  
}
.org-chart ul.columnTwo li:first-child {
  width: 40%;
  float: left;
}
.org-chart ul.columnTwo li {
  width: 40%;
  float: right;
}
.org-chart ul.columnTwo.both:before {
  content: "";
  display: block;
  position: relative;
  width: 8%;
  height: 10px;
  border-top: 2px solid #8091a2;
  margin: 0 auto;
  top: 25px;
}
.org-chart ul.columnTwo.onel:before {
  content: "";
  display: block;
  position: relative;
  width: 4%;
  height: 10px;
  border-top: 2px solid #8091a2;
  margin: 0 auto;
  top: 25px;
  left: -24px;
}
.org-chart ul.columnTwo.oner:before {
  content: "";
  display: block;
  position: relative;
  width: 4%;
  height: 10px;
  border-top: 2px solid #8091a2;
  margin: 0 auto;
  top: 25px;
  left: 27px;
}
.org-chart ul.columnThree {
  position: relative;
  width: 100%;
  display: block;
  clear: both;
}
.org-chart ul.columnThree li:first-child {
  width: 30%;
  float: left;
  margin-left: 10%;
}
.org-chart ul.columnThree li {
  width: 30%;
  margin-left: 5%;
  float: left;
}
.org-chart ul.columnThree li:last-child {
  width: 30%;
  float: right;
  margin-right: 10%;
}

.org-chart .departments {
  width: 100%;
  display: block;
  clear: both;
}
.org-chart .departments:before {
  content: "";
  display: block;
  width: 85%;
  height: 22px;
  border-top: 1px solid #8091a2;
  border-left: 1px solid #8091a2;
  border-right: 1px solid #8091a2;
  margin: 0 auto;
  top: 0px;
}
.org-chart .department {
  border-left: 1px solid #8091a2;
  width: 13.2%;
  float: left;
  margin: 0px 4px;
}
.org-chart .department:after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 22px;
  border-left: 1px solid #8091a2;
  left: 50%;
  top: -22px;
}
.org-chart .department:first-child:after {
  display: none;
}
.org-chart .department:last-child:after {
  display: none;
}
.org-chart .department.central {
  background: #F5EEC9;
}
.org-chart .department.central:after {
  display: none;
}
.org-chart .department span {
  border-left: 1px solid #8091a2;
}
.org-chart .department li {
  padding-left: 25px;
  border-bottom: 1px solid #8091a2;
  height: 80px;
}
.org-chart .department li span {
  background: #92D4A8;
  top: 38px;
  position: absolute;
  z-index: 1;
  width: 95%;
  height: auto;
  vertical-align: middle;
  right: 0px;
  line-height: 14px;
  border: 3px solid #8091a2;
}
.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: 1px solid #8091a2;
    z-index: 1;
    top: -45px;
    left: 0%;
    margin-left: -2px;
  }
  .org-chart .department:after {
    display: none;
  }
  .org-chart .department:first-child:before {
    display: none;
  }
}
/*--------- TO BE REMOVED FROM YOUR CSS --*/
/* this is just to display the behaviour of responsive on codepen */
.responsive-content {
  width: 100%;
  margin: 0px auto;
}
.responsive-content .org-chart .board {
  margin: 0px;
  width: 100%;
}
.responsive-content .org-chart .departments:before {
  border: none;
}
.responsive-content .org-chart .department {
  float: none;
  width: 100%;
  margin-left: 0;
  background: #F5EEC9;
  margin-bottom: 40px;
}
.responsive-content .org-chart .department:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 60px;
  border-left: 1px solid #8091a2;
  z-index: 1;
  top: -45px;
  left: 0%;
  margin-left: -2px;
}
.responsive-content .org-chart .department:after {
  display: none;
}
.responsive-content .org-chart .department:first-child:before {
  display: none;
}
@media screen and (min-width: 1440px)
{
    .org-chart .board:before {
    top: 109px;
}
.org-chart ul.columnTwo.onel:before {
    left: -50px;
}
.org-chart ul.columnTwo.oner:before {
    left: 51px;
}
}
@media screen and (max-width: 1500px) and (min-width: 1399px)
{
  .org-chart ul.columnTwo.onel:before
  {
    left: -27px;
  }
  .org-chart ul.columnTwo.oner:before
  {
    left: 29px;
  }
  .org-chart .board:before
  {
    top: 86px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px)
{
  .org-chart ul.columnTwo.onel:before
  {
    left: -18px;
  }
  .org-chart ul.columnTwo.oner:before
  {
    left: 20px;
  }
  .org-chart .board:before
  {
    top: 74px;
    height: 440px;
  }
  .org-chart ul li span
  {
    font-size: 14px;
  }
}
@media screen and (max-width: 790px)and (min-width: 768px)
{
 
  .org-chart .board:before
  {
    top: 70px;
    height: 480px;
  }
  .org-chart ul.columnTwo.onel:before {
    left: -13px;
  }
  .org-chart ul.columnTwo.oner:before {
    left: 17px;
  }
  
}
@media screen and (max-width: 767px)and (min-width: 740px)
{
    .org-chart .board:before
    {
        top: 74px;
        height: 85%;
    }
    .org-chart ul.columnTwo.onel:before
    {
        left: -13px;
    }
    .org-chart ul.columnTwo.oner:before
    {
        left: 18px;
    }
    
}
@media screen and (max-width: 739px)and (min-width: 535px)
{
    .org-chart .board:before
    {
        top: 15%;
    height: 83%;
    }
     .org-chart ul.columnTwo.onel:before
    {
        left: -13px;
    }
    .org-chart ul.columnTwo.oner:before
    {
        left: 17px;
    }
}

@media screen and (max-width: 534px)
{
    .org-chart .board:before
    {
        top: 115px;
        height: 84%;
    }
    .org-chart ul.columnTwo.onel:before
    {
        left: -11px;
        width: 6%;
    }
    .org-chart ul.columnTwo.oner:before
    {
        left: 13px;
        width: 6%;
    }
    .org-chart ul.columnTwo.both:before
    {
        width: 12%;
    }
    
} 

@media only screen and (width: 375px)
{
    .org-chart .board:before {
    top: 114px;
    height: 86%;
    }
}

@media only screen and (width: 320px)
{
    .org-chart .board:before {
    top: 113px;
    height: 87%;
    }
    .org-chart ul.columnTwo.oner:before {
    width: 7%;
    }
    .org-chart ul.columnTwo.onel:before
    {
      width: 7%;  
    }
}
    
