.content {
    font-family: Verdana;
    font-size: 14px;
    position: relative;
}

.content * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.org-chart {
    display: contents;
    clear: both;
    margin-bottom: 30px;
    position: relative;
}

.org-chart.cf:before,
.org-chart.cf:after {
    content: ' ';
    display: table;
}

.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: 0px solid orange;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
    color: white;
    font-size: 14px;
    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: #069;
    padding: 0px;
    line-height: 20px;
}

.org-chart ul li a {
    display: block;
    border: 3px solid orange;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
    color: white;
    font-size: 14px;
    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: #069;
    padding: 4px;
    line-height: 20px;
}

.org-chart ul li a:hover {
    text-decoration: underline;
    color: white;
    font-size: 14px;
}

.org-chart .lvl-b {
    background: #3d2499;
    color: #fff;
}

.org-chart .board {
    width: 70%;
    margin: 0 auto;
    display: block;
    position: relative;
}

.org-chart .board:before {
    content: '';
    display: block;
    position: absolute;
    height: 75px;
    width: 0px;
    border-left: 2px solid orange;
    margin-left: 49%;
    top: 15px;
}

.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: 0px;
}

.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 orange;
    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 orange;
    margin: 0 auto;
    top: 40px;
}

.org-chart .departments {
    width: 100%;
    display: block;
    clear: both;
}

.org-chart .departments:before {
    content: '';
    display: block;
    width: 85%;
    height: 22px;
    border-top: 2px solid orange;
    border-left: 2px solid orange;
    border-right: 2px solid orange;
    margin: 0 auto;
    top: 0px;
}

.org-chart .department {
    border-left: 2px solid orange;
    width: 11.2%;
    float: left;
    margin: 0px 4px;
    height: fit-content;
}

.org-chart .department:after {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 22px;
    border-left: 2px solid orange;
    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 a {
    border-left: 1px solid orange;
}

.org-chart .department li {
    padding-left: 25px;
    border-bottom: 2px solid orange;
    height: 80px;
}

.org-chart .department li a {
    top: 60px;
    position: absolute;
    z-index: 1;
    width: 95%;
    height: auto;
    vertical-align: middle;
    right: 0px;
    line-height: 20px;
    border: 3px solid orange;
}

.org-chart .department .sections {
    margin-top: -20px;
}

.custom-div-after-ul {
    display: flex;
}

ul.level-2 {
    display: none;
}


/* MEDIA QUERIES */

@media all and (max-width: 767px) {
    .custom-div-after-ul {
        display: block;
    }
    .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 orange;
        z-index: 1;
        top: -45px;
        left: 0%;
        margin-left: -2px;
    }
    .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 orange;
    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;
}

.stripped .elementor-grid .e-loop-item:nth-child(2n-1) {
    background: #f1f1f1;
}

.form-d-flex {
    display: flex;
}

.form-justify-content-between {
    justify-content: space-between;
}

.babcp-check-reg span {
    color: #FFF;
    font-family: Literata;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.babcp-find-therapist span {
    color: #0D0916;
    font-family: Literata;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.form-d-flex .form-dflex-reg {
    flex: 0 0 45%;
}

.form-d-flex .form-dflex-therapist {
    flex: 0 0 40%;
}

form.babcp-therapist-form {
    display: flex;
}

form.babcp-reg-form {
    display: flex;
}

.form-dflex-padding {
    padding: 0px 0px 15px 0px;
}

button.crpracbtn i {
    font-size: 0;
}

button.therapist-btn i {
    font-size: 0;
}

.form-padd-reg-sd {
    padding-bottom: 0px;
}

.form-padd-therapist-sd {
    padding-top: 0px;
}

input#membersearchs {
    border-radius: 10px;
    background: #FFF;
    border-color: #fff;
}

input#therapistsearch {
    border-radius: 10px;
    background: #FFF;
    border-color: #fff;
}

@media screen and (max-width:768px) {
    .form-padd-therapist-sd {
        padding-top: 20px;
    }
    .form-padd-reg-sd {
        padding-bottom: 15px;
    }
    form.babcp-reg-form {
        display: flex;
    }
    button.crpracbtn {
        font-size: 0;
    }
    button.therapist-btn {
        font-size: 0;
    }
    button.therapist-btn i {
        font-size: 16px;
    }
    button.crpracbtn i {
        font-size: 16px;
    }
    form.babcp-therapist-form {
        display: flex;
    }
    .form-d-flex {
        display: block;
    }
    .form-justify-content-between {
        justify-content: center;
    }
}