.get-org-chart .get-oc-c, .get-org-chart .get-oc-tb, .get-org-chart input, .get-org-chart table, .get-org-chart a {
    font-family: "Segoe UI", "Segoe UI Web Regular", "Segoe UI Symbol", "Helvetica Neue", "BBAlpha Sans", "S60 Sans", Arial, "sans-serif"
}

.get-org-chart {
    position: relative;
    height: 100%;
    overflow: hidden
}

.get-org-chart input, .get-org-chart select {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgb(186, 186, 186);
    color: rgb(33, 33, 33);
    font-family: "Segoe UI", "Segoe UI Web Regular", "Segoe UI Symbol", "Helvetica Neue", "BBAlpha Sans", "S60 Sans", Arial, "sans-serif";
    font-size: 14px;
    width: 100%;
}

.get-org-chart select {
    margin-top: 11px
}

.get-org-chart input:focus, .get-org-chart select:focus {
    border-color: rgb(92, 92, 92);
    outline: medium none
}

.get-org-chart input:hover, .get-org-chart select:hover {
    border-color: rgb(143, 143, 143)
}

.get-org-chart .get-oc-c {
    width: 100%;
    position: absolute;
    top: -9999px;
    left: -9999px;
    overflow: hidden
}

.get-org-chart .get-oc-c svg {
    position: absolute;
    width: 100%;
    height: 100%
}

.get-org-chart .get-box {
    fill: rgb(9, 74, 178);
    stroke-width: 2px;
    stroke: rgb(9, 74, 178)
}

.get-org-chart .name {
    fill: rgb(215, 215, 215);
    font-size: 20px
}

.get-org-chart .get-text {
    fill: rgb(255, 255, 255);
    font-size: 20px
}

.get-org-chart .link {
    stroke: rgb(104, 104, 104);
    fill: none
}

.get-org-chart .link-second-parent {
    stroke: rgb(104, 104, 104);
    fill: none;
    stroke-dasharray: 10
}

.get-org-chart .get-text-0 {
    font-size: 30px
}

.get-org-chart .get-oc-tb {
    z-index: 1
}

.get-org-chart .get-oc-tb > div > div {
    overflow: hidden
}

.get-org-chart .get-oc-tb input {
    padding: 4px 8px;
    width: 260px
}

.get-org-chart .get-left {
    cursor: pointer;
    position: absolute;
    height: 20%;
    top: 40%;
    width: 26px;
    left: -30px;
    background-color: rgb(104, 104, 104);
    opacity: .8;
    display: flex !important;
    align-items: center
}

.get-org-chart .get-left-icon {
    background: url(graphics.png) -182px 0;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat
}

.get-org-chart .get-right {
    cursor: pointer;
    position: absolute;
    height: 20%;
    top: 40%;
    width: 26px;
    right: -30px;
    background-color: rgb(104, 104, 104);
    opacity: .8;
    display: flex !important;
    align-items: center
}

.get-org-chart .get-right-icon {
    background: url(graphics.png) -130px 0;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat
}

.get-org-chart .get-up {
    cursor: pointer;
    position: absolute;
    height: 26px;
    top: 19px;
    width: 15%;
    left: 43%;
    background-color: rgb(104, 104, 104);
    opacity: .8;
    text-align: center
}

.get-org-chart .get-up-icon {
    background: url(graphics.png) -52px 0;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    display: inline-block
}

.get-org-chart .get-down {
    cursor: pointer;
    position: absolute;
    height: 26px;
    bottom: -30px;
    width: 15%;
    left: 43%;
    background-color: rgb(104, 104, 104);
    opacity: .8;
    text-align: center
}

.get-org-chart .get-down-icon {
    background: url(graphics.png) -234px 0;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    display: inline-block
}

.get-org-chart .get-oc-tb a.get-plus {
    background: url(graphics.png) -26px 0;
    float: right;
    margin: 11px 10px 0 3px;
    border: 0
}

.get-org-chart .get-oc-tb a.get-minus {
    background: url(graphics.png) 0 0;
    float: right;
    margin: 11px 10px 0 3px
}

.get-org-chart .get-oc-tb a.get-next {
    background: url(graphics.png) -104px 0;
    margin: 11px 3px 0 3px
}

.get-org-chart .get-oc-tb a.get-prev {
    background: url(graphics.png) -156px 0;
    margin: 11px 3px 0 3px
}

.get-org-chart .get-oc-tb a.get-grid-view {
    background: url(graphics.png) -208px 0;
    float: right;
    margin: 11px 10px 0 3px
}

.get-org-chart .get-oc-tb a.get-print {
    background: url(graphics.png) -312px 0;
    float: right;
    margin: 11px 10px 0 3px
}

.get-org-chart .get-oc-tb a.get-export-to-image {
    background: url(graphics.png) -338px 0;
    float: right;
    margin: 11px 10px 0 3px
}

.get-org-chart .get-oc-tb a {
    float: left;
    width: 26px;
    height: 26px;
    display: block;
    text-decoration: none;
    border: 0;
    display: none
}

.get-org-chart .get-oc-tb input {
    float: left;
    margin: 8px 10px 0 8px;
    display: none
}

.get-org-chart .get-oc-tb {
    height: 46px;
    background-color: rgb(9, 74, 178);
    border-bottom: 2px solid rgb(199, 199, 199);
    width: 100%;
    position: absolute;
    overflow: hidden
}

.get-org-chart .get-oc-tb > div {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.get-org-chart .get-oc-tb .get-disabled {
    opacity: .2;
    cursor: default
}

.get-org-chart .get-oc-tb a.get-prev-page {
    background: url(graphics.png) -156px 0;
    margin: 11px 3px 0 17px;
    display: inherit
}

.get-org-chart .get-oc-v {
    overflow-y: scroll;
    width: 100%;
    position: absolute;
    top: -9999px;
    left: -9999px
}

.get-org-chart .get-oc-v .get-image-pane {
    float: left;
    margin-top: 2%;
    margin-left: 2%;
    width: 96%;
    max-width: 600px
}

@media (max-width: 700px) {
    .get-org-chart .get-oc-v .get-image-pane {
        margin-top: 0;
        margin-left: 0;
        width: 100%
    }
}

.get-org-chart .get-oc-v .get-image-pane img {
    width: 100%
}

.get-org-chart .get-oc-v .get-data-pane {
    float: left;
    margin-top: 2%;
    margin-left: 2%;
    width: 96%;
    max-width: 600px
}

.get-org-chart .get-oc-v .get-label {
    line-height: 23px;
    font-size: 12px;
    color: rgb(43, 43, 43)
}

.get-org-chart .get-user-logo {
    fill: rgb(206, 219, 240);
    width: 100%
}

.get-org-chart .get-oc-g {
    width: 100%;
    overflow-y: auto;
    position: absolute;
    top: -9999px;
    left: -9999px
}

.get-org-chart .get-oc-g table {
    width: 100%
}

.get-org-chart .get-oc-g th {
    text-align: left;
    padding: 3px 0 3px 7px;
    color: rgb(255, 255, 255);
    text-transform: uppercase
}

.get-org-chart .get-oc-g td {
    padding: 3px 0 3px 7px;
    border-bottom: 1px solid rgb(199, 199, 199);
    border-right: 1px solid rgb(199, 199, 199);
    text-align: left;
    font-weight: normal
}

.get-org-chart .get-oc-g .get-odd td {
    background-color: rgb(245, 245, 245)
}

.get-darkred.get-org-chart {
    background-color: rgb(255, 227, 234)
}

.get-darkred.get-org-chart .get-oc-tb {
    background-color: rgb(172, 25, 61)
}

.get-darkred.get-org-chart .get-user-logo {
    fill: rgb(255, 185, 202)
}

.get-darkred.get-org-chart .get-oc-g th {
    background-color: rgb(172, 25, 61)
}

.get-darkred.get-org-chart .get-def-stop-1 {
    stop-color: rgb(133, 29, 54)
}

.get-darkred.get-org-chart .get-def-stop-2 {
    stop-color: rgb(172, 25, 61)
}

.get-darkred .get-box, g.get-darkred .get-box {
    fill: rgb(172, 25, 61);
    stroke: rgb(198, 0, 49)
}

.get-pink.get-org-chart {
    background-color: rgb(255, 223, 244)
}

.get-pink.get-org-chart .get-oc-tb {
    background-color: rgb(220, 79, 173)
}

.get-pink.get-org-chart .get-user-logo {
    fill: rgb(255, 175, 228)
}

.get-pink.get-org-chart .get-oc-g th {
    background-color: rgb(220, 79, 173)
}

.get-pink.get-org-chart .get-def-stop-1 {
    stop-color: rgb(167, 63, 132)
}

.get-pink.get-org-chart .get-def-stop-2 {
    stop-color: rgb(220, 79, 173)
}

.get-pink .get-box, g.get-pink .get-box {
    fill: rgb(220, 79, 173);
    stroke: rgb(166, 0, 110)
}

.get-darkorange.get-org-chart {
    background-color: rgb(255, 234, 229)
}

.get-darkorange.get-org-chart .get-oc-tb {
    background-color: rgb(210, 71, 38)
}

.get-darkorange.get-org-chart .get-user-logo {
    fill: rgb(255, 203, 191)
}

.get-darkorange.get-org-chart .get-oc-g th {
    background-color: rgb(210, 71, 38)
}

.get-darkorange.get-org-chart .get-def-stop-1 {
    stop-color: rgb(163, 56, 31)
}

.get-darkorange.get-org-chart .get-def-stop-2 {
    stop-color: rgb(210, 71, 38)
}

.get-darkorange .get-box, g.get-darkorange .get-box {
    fill: rgb(210, 71, 38);
    stroke: rgb(216, 43, 0)
}

.get-orange.get-org-chart {
    background-color: rgb(255, 239, 229)
}

.get-orange.get-org-chart .get-oc-tb {
    background-color: rgb(255, 143, 50)
}

.get-orange.get-org-chart .get-user-logo {
    fill: rgb(255, 217, 191)
}

.get-orange.get-org-chart .get-oc-g th {
    background-color: rgb(255, 143, 50)
}

.get-orange.get-org-chart .get-def-stop-1 {
    stop-color: rgb(198, 111, 39)
}

.get-orange.get-org-chart .get-def-stop-2 {
    stop-color: rgb(255, 143, 50)
}

.get-orange .get-box, g.get-orange .get-box {
    fill: rgb(255, 143, 50);
    stroke: rgb(216, 90, 0)
}

.get-lightgreen.get-org-chart {
    background-color: rgb(247, 255, 229)
}

.get-lightgreen.get-org-chart .get-oc-tb {
    background-color: rgb(130, 186, 0)
}

.get-lightgreen.get-org-chart .get-user-logo {
    fill: rgb(235, 255, 191)
}

.get-lightgreen.get-org-chart .get-oc-g th {
    background-color: rgb(130, 186, 0)
}

.get-lightgreen.get-org-chart .get-def-stop-1 {
    stop-color: rgb(88, 126, 0)
}

.get-lightgreen.get-org-chart .get-def-stop-2 {
    stop-color: rgb(130, 186, 0)
}

.get-lightgreen .get-box, g.get-lightgreen .get-box {
    fill: rgb(130, 186, 0);
    stroke: rgb(151, 216, 0)
}

.get-green.get-org-chart {
    background-color: rgb(229, 255, 233)
}

.get-green.get-org-chart .get-oc-tb {
    background-color: rgb(0, 138, 23)
}

.get-green.get-org-chart .get-user-logo {
    fill: rgb(191, 255, 202)
}

.get-green.get-org-chart .get-oc-g th {
    background-color: rgb(0, 138, 23)
}

.get-green.get-org-chart .get-def-stop-1 {
    stop-color: rgb(0, 81, 13)
}

.get-green.get-org-chart .get-def-stop-2 {
    stop-color: rgb(0, 138, 23)
}

.get-green .get-box, g.get-green .get-box {
    fill: rgb(0, 138, 23);
    stroke: rgb(0, 216, 39)
}

.get-lightteal.get-org-chart {
    background-color: rgb(229, 255, 255)
}

.get-lightteal.get-org-chart .get-oc-tb {
    background-color: rgb(3, 179, 178)
}

.get-lightteal.get-org-chart .get-user-logo {
    fill: rgb(191, 255, 255)
}

.get-lightteal.get-org-chart .get-oc-g th {
    background-color: rgb(3, 179, 178)
}

.get-lightteal.get-org-chart .get-def-stop-1 {
    stop-color: rgb(2, 126, 125)
}

.get-lightteal.get-org-chart .get-def-stop-2 {
    stop-color: rgb(3, 179, 178)
}

.get-lightteal .get-box, g.get-lightteal .get-box {
    fill: rgb(3, 179, 178);
    stroke: rgb(0, 216, 216)
}

.get-teal.get-org-chart {
    background-color: rgb(229, 251, 255)
}

.get-teal.get-org-chart .get-oc-tb {
    background-color: rgb(0, 130, 153)
}

.get-teal.get-org-chart .get-user-logo {
    fill: rgb(191, 246, 255)
}

.get-teal.get-org-chart .get-oc-g th {
    background-color: rgb(0, 130, 153)
}

.get-teal.get-org-chart .get-def-stop-1 {
    stop-color: rgb(1, 80, 94)
}

.get-teal.get-org-chart .get-def-stop-2 {
    stop-color: rgb(0, 130, 153)
}

.get-teal .get-box, g.get-teal .get-box {
    fill: rgb(0, 130, 153);
    stroke: rgb(0, 187, 216)
}

.get-lightblue.get-org-chart {
    background-color: rgb(229, 242, 255)
}

.get-lightblue.get-org-chart .get-oc-tb {
    background-color: rgb(93, 178, 255)
}

.get-lightblue.get-org-chart .get-user-logo {
    fill: rgb(191, 225, 255)
}

.get-lightblue.get-org-chart .get-oc-g th {
    background-color: rgb(93, 178, 255)
}

.get-lightblue.get-org-chart .get-def-stop-1 {
    stop-color: rgb(67, 126, 180)
}

.get-lightblue.get-org-chart .get-def-stop-2 {
    stop-color: rgb(93, 178, 255)
}

.get-lightblue .get-box, g.get-lightblue .get-box {
    fill: rgb(93, 178, 255);
    stroke: rgb(0, 115, 216)
}

.get-blue.get-org-chart .get-oc-tb {
    background-color: rgb(0, 114, 198)
}

.get-blue.get-org-chart .get-user-logo {
    fill: rgb(191, 229, 255)
}

.get-blue.get-org-chart .get-oc-g th {
    background-color: rgb(0, 114, 198)
}

.get-blue.get-org-chart .get-def-stop-1 {
    stop-color: rgb(1, 85, 147)
}

.get-blue.get-org-chart .get-def-stop-2 {
    stop-color: rgb(0, 114, 198)
}

.get-blue .get-box, g.get-blue .get-box {
    fill: rgb(0, 114, 198);
    stroke: rgb(0, 129, 216)
}

.get-darkpurple.get-org-chart {
    background-color: rgb(233, 225, 255)
}

.get-darkpurple.get-org-chart .get-oc-tb {
    background-color: rgb(70, 23, 180)
}

.get-darkpurple.get-org-chart .get-user-logo {
    fill: rgb(203, 183, 255)
}

.get-darkpurple.get-org-chart .get-oc-g th {
    background-color: rgb(70, 23, 180)
}

.get-darkpurple.get-org-chart .get-def-stop-1 {
    stop-color: rgb(54, 21, 131)
}

.get-darkpurple.get-org-chart .get-def-stop-2 {
    stop-color: rgb(70, 23, 180)
}

.get-darkpurple .get-box, g.get-darkpurple .get-box {
    fill: rgb(70, 23, 180);
    stroke: rgb(54, 0, 194)
}

.get-purple.get-org-chart {
    background-color: rgb(252, 221, 255)
}

.get-purple.get-org-chart .get-oc-tb {
    background-color: rgb(140, 0, 149)
}

.get-purple.get-org-chart .get-user-logo {
    fill: rgb(249, 169, 255)
}

.get-purple.get-org-chart .get-oc-g th {
    background-color: rgb(140, 0, 149)
}

.get-purple.get-org-chart .get-def-stop-1 {
    stop-color: rgb(97, 1, 103)
}

.get-purple.get-org-chart .get-def-stop-2 {
    stop-color: rgb(140, 0, 149)
}

.get-purple .get-box, g.get-purple .get-box {
    fill: rgb(140, 0, 149);
    stroke: rgb(136, 0, 146)
}

.get-mediumdarkblue.get-org-chart {
    background-color: rgb(229, 243, 255)
}

.get-mediumdarkblue.get-org-chart .get-oc-tb {
    background-color: rgb(0, 75, 139)
}

.get-mediumdarkblue.get-org-chart .get-user-logo {
    fill: rgb(191, 227, 255)
}

.get-mediumdarkblue.get-org-chart .get-oc-g th {
    background-color: rgb(0, 75, 139)
}

.get-mediumdarkblue.get-org-chart .get-def-stop-1 {
    stop-color: rgb(0, 44, 81)
}

.get-mediumdarkblue.get-org-chart .get-def-stop-2 {
    stop-color: rgb(0, 75, 139)
}

.get-mediumdarkblue .get-box, g.get-mediumdarkblue .get-box {
    fill: rgb(0, 75, 139);
    stroke: rgb(0, 122, 216)
}

.get-darkblue.get-org-chart {
    background-color: rgb(229, 239, 255)
}

.get-darkblue.get-org-chart .get-oc-tb {
    background-color: rgb(0, 25, 64)
}

.get-darkblue.get-org-chart .get-user-logo {
    fill: rgb(191, 216, 255)
}

.get-darkblue.get-org-chart .get-oc-g th {
    background-color: rgb(0, 25, 64)
}

.get-darkblue.get-org-chart .get-def-stop-1 {
    stop-color: rgb(0, 7, 17)
}

.get-darkblue.get-org-chart .get-def-stop-2 {
    stop-color: rgb(0, 25, 64)
}

.get-darkblue .get-box, g.get-darkblue .get-box {
    fill: rgb(0, 25, 64);
    stroke: rgb(0, 86, 216)
}

.get-cordovan.get-org-chart {
    background-color: rgb(255, 229, 229)
}

.get-cordovan.get-org-chart .get-oc-tb {
    background-color: rgb(87, 0, 0)
}

.get-cordovan.get-org-chart .get-user-logo {
    fill: rgb(255, 191, 191)
}

.get-cordovan.get-org-chart .get-oc-g th {
    background-color: rgb(87, 0, 0)
}

.get-cordovan.get-org-chart .get-def-stop-1 {
    stop-color: rgb(42, 0, 0)
}

.get-cordovan.get-org-chart .get-def-stop-2 {
    stop-color: rgb(87, 0, 0)
}

.get-cordovan .get-box, g.get-cordovan .get-box {
    fill: rgb(87, 0, 0);
    stroke: rgb(40, 0, 0)
}

.get-darkcordovan.get-org-chart {
    background-color: rgb(255, 229, 229)
}

.get-darkcordovan.get-org-chart .get-oc-tb {
    background-color: rgb(56, 0, 0)
}

.get-darkcordovan.get-org-chart .get-user-logo {
    fill: rgb(255, 191, 191)
}

.get-darkcordovan.get-org-chart .get-oc-g th {
    background-color: rgb(56, 0, 0)
}

.get-darkcordovan.get-org-chart .get-def-stop-1 {
    stop-color: rgb(20, 0, 0)
}

.get-darkcordovan.get-org-chart .get-def-stop-2 {
    stop-color: rgb(56, 0, 0)
}

.get-darkcordovan .get-box, g.get-darkcordovan .get-box {
    fill: rgb(56, 0, 0);
    stroke: rgb(14, 0, 0)
}

.get-neutralgrey.get-org-chart {
    background-color: rgb(230, 230, 230)
}

.get-neutralgrey.get-org-chart .get-oc-tb {
    background-color: rgb(88, 88, 88)
}

.get-neutralgrey.get-org-chart .get-user-logo {
    fill: rgb(204, 204, 204)
}

.get-neutralgrey.get-org-chart .get-oc-g th {
    background-color: rgb(88, 88, 88)
}

.get-neutralgrey.get-org-chart .get-def-stop-1 {
    stop-color: rgb(43, 43, 43)
}

.get-neutralgrey.get-org-chart .get-def-stop-2 {
    stop-color: rgb(88, 88, 88)
}

.get-neutralgrey .get-box, g.get-neutralgrey .get-box {
    fill: rgb(88, 88, 88);
    stroke: rgb(26, 26, 26)
}

.get-black.get-org-chart {
    background-color: rgb(204, 204, 204)
}

.get-black.get-org-chart .get-oc-tb {
    background-color: rgb(0, 0, 0)
}

.get-black.get-org-chart .get-user-logo {
    fill: rgb(128, 128, 128)
}

.get-black.get-org-chart .get-oc-g th {
    background-color: rgb(0, 0, 0)
}

.get-black.get-org-chart .get-def-stop-1 {
    stop-color: rgb(0, 0, 0)
}

.get-black.get-org-chart .get-def-stop-2 {
    stop-color: rgb(0, 0, 0)
}

.get-black .get-box, g.get-black .get-box {
    fill: rgb(0, 0, 0);
    stroke: rgb(0, 0, 0)
}

.get-cassandra .get-box.get-cassandra-border {
    fill: none;
    stroke-width: 6
}

.get-cassandra.get-darkred .get-text.get-cassandra-text {
    fill: rgb(172, 25, 61)
}

.get-cassandra.get-pink .get-text.get-cassandra-text {
    fill: rgb(220, 79, 173)
}

.get-cassandra.get-darkorange .get-text.get-cassandra-text {
    fill: rgb(210, 71, 38)
}

.get-cassandra.get-orange .get-text.get-cassandra-text {
    fill: rgb(255, 143, 50)
}

.get-cassandra.get-lightgreen .get-text.get-cassandra-text {
    fill: rgb(130, 186, 0)
}

.get-cassandra.get-green .get-text.get-cassandra-text {
    fill: rgb(0, 138, 23)
}

.get-cassandra.get-lightteal .get-text.get-cassandra-text {
    fill: rgb(3, 179, 178)
}

.get-cassandra.get-teal .get-text.get-cassandra-text {
    fill: rgb(0, 130, 153)
}

.get-cassandra.get-lightblue .get-text.get-cassandra-text {
    fill: rgb(93, 178, 255)
}

.get-cassandra.get-blue .get-text.get-cassandra-text {
    fill: rgb(0, 114, 198)
}

.get-cassandra.get-darkpurple .get-text.get-cassandra-text {
    fill: rgb(70, 23, 180)
}

.get-cassandra.get-purple .get-text.get-cassandra-text {
    fill: rgb(140, 0, 149)
}

.get-cassandra.get-mediumdarkblue .get-text.get-cassandra-text {
    fill: rgb(0, 75, 139)
}

.get-cassandra.get-darkblue .get-text.get-cassandra-text {
    fill: rgb(0, 25, 64)
}

.get-cassandra.get-cordovan .get-text.get-cassandra-text {
    fill: rgb(87, 0, 0)
}

.get-cassandra.get-darkcordovan .get-text.get-cassandra-text {
    fill: rgb(56, 0, 0)
}

.get-cassandra.get-neutralgrey .get-text.get-cassandra-text {
    fill: rgb(88, 88, 88)
}

.get-cassandra.get-black .get-text.get-cassandra-text {
    fill: rgb(0, 0, 0)
}

.get-deborah .get-box {
    fill-opacity: 0;
    stroke-width: 10
}

.get-deborah.get-darkred .get-text-pane {
    fill: rgb(172, 25, 61);
    fill-opacity: .5
}

.get-deborah.get-pink .get-text-pane {
    fill: rgb(220, 79, 173);
    fill-opacity: .5
}

.get-deborah.get-darkorange .get-text-pane {
    fill: rgb(210, 71, 38);
    fill-opacity: .5
}

.get-deborah.get-orange .get-text-pane {
    fill: rgb(255, 143, 50);
    fill-opacity: .5
}

.get-deborah.get-lightgreen .get-text-pane {
    fill: rgb(130, 186, 0);
    fill-opacity: .5
}

.get-deborah.get-green .get-text-pane {
    fill: rgb(0, 138, 23);
    fill-opacity: .5
}

.get-deborah.get-lightteal .get-text-pane {
    fill: rgb(3, 179, 178);
    fill-opacity: .5
}

.get-deborah.get-teal .get-text-pane {
    fill: rgb(0, 130, 153);
    fill-opacity: .5
}

.get-deborah.get-lightblue .get-text-pane {
    fill: rgb(93, 178, 255);
    fill-opacity: .5
}

.get-deborah.get-blue .get-text-pane {
    fill: rgb(0, 114, 198);
    fill-opacity: .5
}

.get-deborah.get-darkpurple .get-text-pane {
    fill: rgb(70, 23, 180);
    fill-opacity: .5
}

.get-deborah.get-purple .get-text-pane {
    fill: rgb(140, 0, 149);
    fill-opacity: .5
}

.get-deborah.get-mediumdarkblue .get-text-pane {
    fill: rgb(0, 75, 139);
    fill-opacity: .5
}

.get-deborah.get-darkblue .get-text-pane {
    fill: rgb(0, 25, 64);
    fill-opacity: .5
}

.get-deborah.get-cordovan .get-text-pane {
    fill: rgb(87, 0, 0);
    fill-opacity: .5
}

.get-deborah.get-darkcordovan .get-text-pane {
    fill: rgb(56, 0, 0);
    fill-opacity: .5
}

.get-deborah.get-neutralgrey .get-text-pane {
    fill: rgb(88, 88, 88);
    fill-opacity: .5
}

.get-deborah.get-black .get-text-pane {
    fill: rgb(0, 0, 0);
    fill-opacity: .5
}

.get-helen.get-darkred .get-text.get-helen-text {
    fill: rgb(172, 25, 61)
}

.get-helen.get-pink .get-text.get-helen-text {
    fill: rgb(220, 79, 173)
}

.get-helen.get-darkorange .get-text.get-helen-text {
    fill: rgb(210, 71, 38)
}

.get-helen.get-orange .get-text.get-helen-text {
    fill: rgb(255, 143, 50)
}

.get-helen.get-lightgreen .get-text.get-helen-text {
    fill: rgb(130, 186, 0)
}

.get-helen.get-green .get-text.get-helen-text {
    fill: rgb(0, 138, 23)
}

.get-helen.get-lightteal .get-text.get-helen-text {
    fill: rgb(3, 179, 178)
}

.get-helen.get-teal .get-text.get-helen-text {
    fill: rgb(0, 130, 153)
}

.get-helen.get-lightblue .get-text.get-helen-text {
    fill: rgb(93, 178, 255)
}

.get-helen.get-blue .get-text.get-helen-text {
    fill: rgb(0, 114, 198)
}

.get-helen.get-darkpurple .get-text.get-helen-text {
    fill: rgb(70, 23, 180)
}

.get-helen.get-purple .get-text.get-helen-text {
    fill: rgb(140, 0, 149)
}

.get-helen.get-mediumdarkblue .get-text.get-helen-text {
    fill: rgb(0, 75, 139)
}

.get-helen.get-darkblue .get-text.get-helen-text {
    fill: rgb(0, 25, 64)
}

.get-helen.get-cordovan .get-text.get-helen-text {
    fill: rgb(87, 0, 0)
}

.get-helen.get-darkcordovan .get-text.get-helen-text {
    fill: rgb(56, 0, 0)
}

.get-helen.get-neutralgrey .get-text.get-helen-text {
    fill: rgb(88, 88, 88)
}

.get-helen.get-black .get-text.get-helen-text {
    fill: rgb(0, 0, 0)
}

.get-btn {
    fill: rgb(255, 255, 255);
    stroke-width: 1px;
    stroke: rgb(104, 104, 104);
    cursor: pointer
}

.get-btn-line {
    stroke-width: 2px;
    stroke: rgb(104, 104, 104)
}

@supports (-ms-ime-align:auto) {
    * {touch-action: none}

    .get-org-chart {
        touch-action: chained
    }
}
