.content {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
}

.content * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.org-chart {
    display: block;
    clear: both;
    margin-bottom: 0px;
    position: relative;
    margin-inline-end: 0px; margin-inline-start: 0px; }

.org-chart.cf:before, .org-chart.cf:after {
    content: " ";
}

.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:nth-child(5n) {
    margin-right: 0;
}

.org-chart ul li span {
    display: block;
    border: 2px solid #0055A5;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
}

.org-chart .lvl-b {
    background: #fff;
    color: #000;
    height: 60px;
    font-size: 24px;
    font-weight: bold;
}

.org-chart .board {
    margin: 0 auto;
    display: block;
    position: relative;
}

.org-chart .board:before {
    content: "";
    display: block;
    position: absolute;
    height: 565px;
    width: 0px;
    border-left: 3px solid #0055A5;
    margin-left: 50%;
}

.level-1 {
    line-height: 54px;
}

.org-chart ul.columnOne {
    height: auto;
    position: relative;
    width: 100%;
    display: block;
    clear: both;
}

.org-chart ul.columnOne li {
    width: 200px;
    margin: 0px auto;
    height: 60px;
    margin-bottom: 20px;
}

.org-chart ul.columnTwo {
    position: relative;
    width: 100%;
    display: block;
    height: 90px;
    clear: both;
}

.org-chart ul.columnTwo li:first-child {
    width: 30%;
    float: left;
}

.org-chart ul.columnTwo li {
    width: 30%;
    float: right;
}

.org-chart ul.columnTwo:before {
    content: "";
    display: block;
    position: relative;
    width: 80%;
    height: 10px;
    border-top: 2px solid #0055A5;
    margin: 0 auto;
    top: 40px;
}

.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: 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: 80%;
    height: 10px;
    border-top: 2px solid #0055A5;
    margin: 0 auto;
    top: 40px;
}

.org-chart .departments {
    width: 100%;
    display: block;
    clear: both;
    margin: 0 auto;
}

.org-chart .departments:before {
    content: "";
    display: block;
    border-top: 2px solid #0055A5;
    border-left: 2px solid #0055A5;
    border-right: 2px solid #0055A5;
}

.org-chart .department {
    float: left;
    margin-right: 2.1%;
}

.org-chart .department:after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 25px;
    border-left: 3px solid #0055A5;
    left: 50%;
    top: -25px;
}

.lvltwo:before {
    content: "";
    display: block;
    height: 25px;
    width: 0px;
    border-left: 2px solid #0055A5;
    position: absolute;
    right: 50%;
    transform: translate(50%, 0);
}

.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 {
    width: 60px;
    height: 200px;
    margin: 0 auto;
    font-size: 22px;
}

.org-chart .department span h2 {
    font-size: 22px;
    font-weight: normal;
    display: inline-block;
    height: 100%;
    writing-mode: vertical-lr;
}

.level {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.level-3-1:before {
    content: "";
    display: block;
    width: 55%;
    height: 25px;
    border-top: 3px solid #0055A5;
    border-left: 3px solid #0055A5;
    border-right: 3px solid #0055A5;
    margin: 0 auto;
    margin-top: 40px;
}

.level-3-2:before {
    content: "";
    display: block;
    width: 67%;
    height: 25px;
    border-top: 3px solid #0055A5;
    border-left: 3px solid #0055A5;
    border-right: 3px solid #0055A5;
    margin: 0 auto;
    margin-top: 40px;
}

.level-3-4:before {
    content: "";
    display: block;
    width: 87%;
    height: 25px;
    border-top: 3px solid #0055A5;
    border-left: 3px solid #0055A5;
    border-right: 3px solid #0055A5;
    margin: 0 auto;
    margin-top: 40px;
}

.level-5-4:before {
    content: "";
    display: block;
    width: 75%;
    height: 25px;
    border-top: 3px solid #0055A5;
    border-left: 3px solid #0055A5;
    border-right: 3px solid #0055A5;
    margin: 0 auto;
    margin-top: 40px;
}

.org-chart .department li {
    height: 180px;
    width: 60px;
    float: left;
}

.org-chart .department li span {
    position: absolute;
    z-index: 1;
    height: 200px;
    vertical-align: middle;
    right: 0px;
    display: flex;
}

.org-chart .department li span h3 {
    font-size: 22px;
    font-weight: normal;
    display: inline-block;
    /*height: 100%;*/
    writing-mode: vertical-lr;
    margin-bottom: auto;
    position: initial;
    box-sizing: content-box;
    display: flex;
    width: inherit;
    align-items: center;
    margin-top: auto;
}

.org-chart .department .sections {
    margin-top: -15px;
}

.section-of:after {
    content: "";
    position: absolute;
    display: block;
    width: auto;
    height: 25px;
    border-left: 2px solid #0055A5;
}

/*  */
@media all and (max-width: 767px) {
    .org-chart .departments {
        position: relative;
    }
    .org-chart ul.columnOne li {
        height: 44px;
    }

    .org-chart .lvl-b {
        height: 44px;
        font-size: 16px;
        background-color: #0055A5;
        color: #fff;
    }

    .zcli .lvl-b.level-1 {
        line-height: 44px;
        border: none !important;
    }

    /*  .zcli .lvl-b.level-1:nth-child(n+2) {border-top: 2px solid #fff !important; }*/
    .level-1 {
        line-height: 38px;
    }

    .departments {
        border-left: 2px solid #0055A5;
        top: 5px
    }

    .org-chart .department span {
        width: 100%;
        height: 40px;
    }

    .org-chart .department span h2 {
        font-size: 16px;
        writing-mode: horizontal-tb;
        line-height: 34px;
    }

    .level-3-1:before {
        display: none;
    }

    .level-3-2:before {
        display: none;
    }

    .level-3-4:before {
        display: none;
    }

    .level-5-4:before {
        display: none;
    }

    .section-of:after {
        display: none;
        border-left: 0;
        left: 0;
    }

    .section-of:after {
        display: none;
    }

    .level-m-left:after {
        content: "";
        position: absolute;
        display: block;
        width: 5%;
        height: 25px;
        border-top: 2px solid #0055A5;
        top: 32px;
    }

    .lvltwo {
        display: none
    }

    .org-chart .department li {
        height: 34px;
        width: 100%;
        margin-top: 10px;
    }

    .org-chart .department li span {
        position: absolute;
        z-index: 1;
        width: 95%;
        height: 34px;
        vertical-align: middle;
        top: 15px;
    }

    .org-chart .department li span h3 {
        font-size: 14px;
        writing-mode: horizontal-tb;
        margin-left: 16px;
    }

    .lvl-b-m-left {
        border-left: 0px solid #0055A5 !important;
    }

    .org-chart .board {
        margin: 0px;
        width: 100%;
    }

    .org-chart .departments:before {
        display: none;
    }

    .org-chart .department {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: 40px;
    }

    .org-chart .department:after {
        display: none;
    }

    .org-chart .department:first-child:before {
        display: none;
    }
}

/*  */
.responsive-content {
    width: 767px;
    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: 2px solid #0055A5;
    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;
}

.org-chart ul.columnOne li.level-1-3 {
    width: 100%;
    max-width: 400px
}

.level-1-3-l {
    float: left;
    width: 150px;
}

.level-1-3-l:after {
    content: "";
    position: absolute;
    display: block;
    width: auto;
    height: 3px;
    border-left: 52px solid #0055A5;
    right: 50%;
    top: 50%;
}

.level-1-3-r {
    float: right;
    width: 150px;
}

.level-1-3-r:after {
    content: "";
    position: absolute;
    display: block;
    width: auto;
    height: 3px;
    border-right: 52px solid #0055A5;
    left: 50%;
    top: 50%;
}

.org-chart ul.columnOne li.zcli {
    height: auto;
}

.zcli:after {
    display: none
}

.zcli span {
    width: 200px;
    border-top: 3px solid #0055A5 !important;
    border-left: 3px solid #0055A5 !important;
    border-right: 3px solid #0055A5 !important;
    border-bottom: 0px !important;
}

.zcli span:nth-child(5n) {
    border-bottom: 3px solid #0055A5 !important;
}

@media all and (min-width: 640px) {
    .org-chart ul.columnOne li.level-1-3 {
        width: 600px;
        max-width: none
    }

    .org-chart ul.columnOne li.zcli {
        width: 600px;
    }

    .zcli span {
        width: 235px;
        margin-left: 350px;
    }

    .level-1-3-l {
        width: 200px;
    }

    .level-1-3-l:after {
        border-left: 100px solid #0055A5;
    }

    .level-1-3-r {
        width: 200px;
    }

    .level-1-3-r:after {
        border-right: 100px solid #0055A5;
    }

    .zcli:after {
        content: "";
        position: absolute;
        display: block;
        width: auto;
        height: 3px;
        border-left: 66px solid #0055A5;
        left: 50%;
        top: 50%;
    }
}

@media all and (min-width: 768px) {
    .org-chart .departments {
        display: flex;
        position: relative;
    }
    .org-chart .departments:before {
        position: absolute;
        top: 0;
        width: 86.5%;
        height: 25px;
        margin-left: 6.5%;
    }
    .org-chart .department {
        margin-top: 28px;
    }
    .org-chart .department:nth-child(n+2) {
        margin-left: auto;
    }




    .width-2lie {
        width: 10%
    }

    .width-3lie {
        width: 13.5%
    }

    .width-4lie {
        width: 18.5%
    }

    .width-5lie {
        width: 23.5%
    }

    .width-7lie {
        width: 35%
    }

    .org-chart ul.columnOne li {
        height: 50px;
    }

    .org-chart ul.columnOne li.level-1-3 {
        width: 760px;
    }

    .org-chart .lvl-b {
        height: 46px;
        font-size: 20px
    }

    .level-1 {
        line-height: 40px;
    }

    .org-chart .board:before {
        content: "";
        height: 600px;
    }

    .section-of:after {
        top: -25px;
        right: 50%;
        transform: translatex(50%);
    }

    .org-chart .department span {
        width: 36px;
        height: 170px;
    }

    .org-chart .department span h2 {
        font-size: 18px;
    }

    .org-chart .department li {
        width: 30px;
        height: 180px;
        margin-top: 67px;
    }
    .org-chart .department li:nth-child(n+2) {
        margin-left: auto;
    }

    .org-chart .department li span {
        height: 180px;
        width: 100%;
        background: #fff;
    }

    .org-chart .department li span h3 {
        font-size: 16px;
    }

    .org-chart ul li span {
        border: 2px solid #0055A5;
    }

    .org-chart ul.columnOne li.level-1-3 {
        width: 630px;
    }

    .level-1-3-l:after {
        height: 2px;
        border-left: 117px solid #0055A5;
    }

    .level-1-3-r:after {
        height: 2px;
        border-right: 117px solid #0055A5;
    }

    .org-chart ul.columnOne li.zcli {
        width: 630px;
        height: auto;
    }

    .zcli span {
        width: 200px;
        margin-left: 430px;
        border-top: 2px solid #0055A5 !important;
        border-left: 2px solid #0055A5 !important;
        border-right: 2px solid #0055A5 !important;
    }

    .zcli span:nth-child(5n) {
        border-bottom: 2px solid #0055A5 !important;
    }

    .zcli:after {
        border-left: 117px solid #0055A5;
        height: 2px;
    }

    .org-chart .board:before {
        border-left: 2px solid #0055A5;
    }

    .org-chart .department:after {
        border-left: 2px solid #0055A5;
    }

    .level-3-2:before {
        width: 70%;
        border-top: 2px solid #0055A5;
        border-left: 2px solid #0055A5;
        border-right: 2px solid #0055A5;
    }

    .level-3-4:before {
        width: 89%;
        border-top: 2px solid #0055A5;
        border-left: 2px solid #0055A5;
        border-right: 2px solid #0055A5;
    }

    .level-5-4:before {
        width: 79%;
        border-top: 2px solid #0055A5;
        border-left: 2px solid #0055A5;
        border-right: 2px solid #0055A5;
    }
    .department .sections.level {
        position: relative;
    }
    .department .sections.level:before {
        position: absolute;
        top: 0;
        right: 50%;
        transform: translatex(50%);
    }
}

@media all and (min-width: 850px) {
    .level-3-2:before {
        width: 77%;
    }

    .level-3-4:before {
        width: 91%;
    }

    .level-5-4:before {
        width: 82%;
    }
}

@media all and (min-width: 991px) {
    .org-chart .department span {
        width: 40px;
        height: 170px;
    }

    .org-chart .department span h2 {
        font-size: 20px;
    }

    .org-chart .department li {
        height: 200px;
        width: 40px;
    }

    .org-chart .department li span {
        height: 200px;
    }

    .org-chart .department li span h3 {
        font-size: 20px;
    }

    .org-chart ul li span {
        border: 3px solid #0055A5;
    }

    .level-1-3-l:after {
        height: 3px;
    }

    .level-1-3-r:after {
        height: 3px;
    }

    .org-chart .board:before {
        border-left: 3px solid #0055A5;
    }

    .org-chart .department:after {
        border-left: 3px solid #0055A5;
    }

    .level-3-2:before {
        border-top: 3px solid #0055A5;
        border-left: 3px solid #0055A5;
        border-right: 3px solid #0055A5;
    }

    .level-3-4:before {
        width: 89%;
        border-top: 3px solid #0055A5;
        border-left: 3px solid #0055A5;
        border-right: 3px solid #0055A5;
    }

    .level-5-4:before {
        border-top: 3px solid #0055A5;
        border-left: 3px solid #0055A5;
        border-right: 3px solid #0055A5;
    }

    .org-chart .departments:before {
        border-top: 3px solid #0055A5;
        border-left: 3px solid #0055A5;
        border-right: 3px solid #0055A5;
    }

    .lvltwo:before {
        border-left: 3px solid #0055A5;
    }

    .section-of:after {
        border-left: 3px solid #0055A5;
    }

    .zcli:after {
        height: 3px;
    }

    .zcli span {
        border: 3px solid #0055A5 !important;
        border-bottom: 0 !important;
    }

    .zcli span:nth-child(5n) {
        border-bottom: 3px solid #0055A5 !important;
    }
}

@media all and (min-width: 1080px) {
    .org-chart .department span {
        width: 50px;
        height: 170px;
    }

    .org-chart .department span h2 {
        font-size: 22px;
    }

    .org-chart .department li {
        height: 200px;
        width: 45px;
    }

    .org-chart ul li span {
        border: 3px solid #0055A5;
    }
}

@media all and (min-width: 1280px) {
    .org-chart ul.columnOne li {
        height: 50px;
    }

    .org-chart .lvl-b {
        height: 50px;
    }

    .level-1 {
        line-height: 44px;
    }

    .org-chart .board:before {
        content: "";
        height: 620px;
    }

    .org-chart .department span {
        width: 50px;
        height: 170px;
    }

    .org-chart .department span h2 {
        font-size: 22px;
    }

    .org-chart .department li {
        height: 200px;
        width: 55px;
    }
}

@media all and (min-width: 1440px) {
    .org-chart .department li {
        height: 200px;
        width: 56px;
    }

    .level-3-2:before {
        width: 67%;
    }

    .level-3-4:before {
        width: 87%;
    }

    .level-5-4:before {
        width: 75%;
    }
}