<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.organizational-chart {
    font-family: 'Barlow Semi Condensed', sans-serif;
}
.organizational-chart h2 span {
	 font-size: 14px;
     font-weight: normal;
}



*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.organizational-chart h1 {
    font-size: 1.5rem !important;
		font-weight: bold;
}

.organizational-chart h2 {
    font-size: 16px !important;
	font-weight: bold;
}
.organizational-chart h3 {
    font-size: 12px !important;
}


#wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 80em;
}


ol.organizational-chart,
ol.organizational-chart ol,
ol.organizational-chart li,
ol.organizational-chart li &gt; div {
    position: relative;
}

    ol.organizational-chart,
    ol.organizational-chart ol {
        list-style: none;
        margin: 0;
        padding: 0;
    }

ol.organizational-chart {
    text-align: center;
}

    ol.organizational-chart ol {
        padding-top: 1em;
    }

        ol.organizational-chart ol:before,
        ol.organizational-chart ol:after,
        ol.organizational-chart li:before,
        ol.organizational-chart li:after,
        ol.organizational-chart &gt; li &gt; div:before,
        ol.organizational-chart &gt; li &gt; div:after {
            background-color: #000;
            content: '';
            position: absolute;
        }

        ol.organizational-chart ol &gt; li {
            padding: 1em 0 0 1em;
        }

    ol.organizational-chart &gt; li ol:before {
        height: 1em;
        left: 50%;
        top: 0px;
        width: 1px;
    }

    ol.organizational-chart &gt; li ol:after {
        height: 1px;
        left: 1px;
        top: 1em;
        width: 50%;
    }

    ol.organizational-chart &gt; li ol &gt; li:not(:last-of-type):before {
        height: 1px;
        left: 0;
        top: 2em;
        width: 1em;
    }

    ol.organizational-chart &gt; li ol &gt; li:not(:last-of-type):after {
        height: 100%;
        left: 0;
        top: 0;
        width: 1px;
    }

    ol.organizational-chart &gt; li ol &gt; li:last-of-type:before {
        height: 1px;
        left: 0;
        top: 2em;
        width: 1em;
    }

    ol.organizational-chart &gt; li ol &gt; li:last-of-type:after {
        height: 2em;
        left: 0;
        top: 0;
        width: 1px;
    }

    ol.organizational-chart li &gt; div {
        background-color: #fff;
        border-radius: 3px;
        min-height: 2em;
        padding: 0.5em;
    }

    /*** PRIMARY ***/
    ol.organizational-chart &gt; li &gt; div {
        background-color: #fff;
        border: 2px solid #000;
        box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
        margin-right: 1em;
    }

        ol.organizational-chart &gt; li &gt; div:before {
            bottom: 2em;
            height: 1px;
            right: -1em;
            width: 1em;
        }

        ol.organizational-chart &gt; li &gt; div:first-of-type:after {
            bottom: 0;
            height: 2em;
            right: -1em;
            width: 1px;
        }

        ol.organizational-chart &gt; li &gt; div + div {
            margin-top: 1em;
        }

            ol.organizational-chart &gt; li &gt; div + div:after {
                height: calc(100% + 1em);
                right: -1em;
                top: -1em;
                width: 3px;
            }

    /*** SECONDARY ***/
    ol.organizational-chart &gt; li &gt; ol:before {
        left: inherit;
        right: 2px;
    }

    ol.organizational-chart &gt; li &gt; ol:after {
        left: 0;
        width: 100%;
    }

    ol.organizational-chart &gt; li &gt; ol &gt; li &gt; div {
        background-color: #fff;
        border: 2px solid #000;
        box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
    }

    /*** TERTIARY ***/
    ol.organizational-chart &gt; li &gt; ol &gt; li &gt; ol &gt; li &gt; div {
        background-color: #fff;
        border: 2px solid #000;
        box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
    }

    /*** QUATERNARY ***/
    ol.organizational-chart &gt; li &gt; ol &gt; li &gt; ol &gt; li &gt; ol &gt; li &gt; div {
        background-color: #fff;
        border: 2px solid #000;
        box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
    }



/*** MEDIA QUERIES ***/
@media only screen and ( min-width: 991px ) {

    ol.organizational-chart {
        margin-left: -1em;
        margin-right: -1em;
	overflow-x: scroll;
    }

        /* PRIMARY */
        ol.organizational-chart &gt; li &gt; div {
            display: inline-block;
            float: none;
            margin: 0 1em 1em 1em;
            vertical-align: bottom;
        }

            ol.organizational-chart &gt; li &gt; div:only-of-type {
                margin-bottom: 0;
                width: calc((100% / 3) - 2em - 4px);
            }

            ol.organizational-chart &gt; li &gt; div:first-of-type:nth-last-of-type(2),
            ol.organizational-chart &gt; li &gt; div:first-of-type:nth-last-of-type(2) ~ div {
                width: calc((100% / 2) - 2em - 4px);
            }

            ol.organizational-chart &gt; li &gt; div:first-of-type:nth-last-of-type(3),
            ol.organizational-chart &gt; li &gt; div:first-of-type:nth-last-of-type(3) ~ div {
                width: calc((100% / 3) - 2em - 4px);
            }

            ol.organizational-chart &gt; li &gt; div:first-of-type:nth-last-of-type(4),
            ol.organizational-chart &gt; li &gt; div:first-of-type:nth-last-of-type(4) ~ div {
                width: calc((100% / 4) - 2em - 4px);
            }

            ol.organizational-chart &gt; li &gt; div:first-of-type:nth-last-of-type(5),
            ol.organizational-chart &gt; li &gt; div:first-of-type:nth-last-of-type(5) ~ div {
                width: calc((100% / 5) - 2em - 4px);
            }

            ol.organizational-chart &gt; li &gt; div:before,
            ol.organizational-chart &gt; li &gt; div:after {
                bottom: -1em !important;
                top: inherit !important;
            }

            ol.organizational-chart &gt; li &gt; div:before {
                height: 1em !important;
                left: 50% !important;
                width: 1px !important;
            }

            ol.organizational-chart &gt; li &gt; div:only-of-type:after {
                display: none;
            }

            ol.organizational-chart &gt; li &gt; div:first-of-type:not(:only-of-type):after,
            ol.organizational-chart &gt; li &gt; div:last-of-type:not(:only-of-type):after {
                bottom: -1em;
                height: 3px;
                width: calc(50% + 1em + 3px);
            }

            ol.organizational-chart &gt; li &gt; div:first-of-type:not(:only-of-type):after {
                left: calc(50% + 3px);
            }

            ol.organizational-chart &gt; li &gt; div:last-of-type:not(:only-of-type):after {
                left: calc(-1em - 3px);
            }

            ol.organizational-chart &gt; li &gt; div + div:not(:last-of-type):after {
                height: 3px;
                left: -2em;
                width: calc(100% + 4em);
            }

        /* SECONDARY */
        ol.organizational-chart &gt; li &gt; ol {
            display: flex;
            flex-wrap: nowrap;
        }

            ol.organizational-chart &gt; li &gt; ol:before,
            ol.organizational-chart &gt; li &gt; ol &gt; li:before {
                height: 1em !important;
                left: 50% !important;
                top: 0 !important;
                width: 1px !important;
            }

            ol.organizational-chart &gt; li &gt; ol:after {
                display: none;
            }

            ol.organizational-chart &gt; li &gt; ol &gt; li {
                flex-grow: 1;
                padding-left: 1em;
                padding-right: 1em;
                padding-top: 1em;
            }

                ol.organizational-chart &gt; li &gt; ol &gt; li:only-of-type {
                    padding-top: 0;
                }

                    ol.organizational-chart &gt; li &gt; ol &gt; li:only-of-type:before,
                    ol.organizational-chart &gt; li &gt; ol &gt; li:only-of-type:after {
                        display: none;
                    }

                ol.organizational-chart &gt; li &gt; ol &gt; li:first-of-type:not(:only-of-type):after,
                ol.organizational-chart &gt; li &gt; ol &gt; li:last-of-type:not(:only-of-type):after {
                    height: 1px;
                    top: 0;
                    width: 50%;
                }

                ol.organizational-chart &gt; li &gt; ol &gt; li:first-of-type:not(:only-of-type):after {
                    left: 50%;
                }

                ol.organizational-chart &gt; li &gt; ol &gt; li:last-of-type:not(:only-of-type):after {
                    left: 0;
                }

                ol.organizational-chart &gt; li &gt; ol &gt; li + li:not(:last-of-type):after {
                    height: 1px;
                    left: 0;
                    top: 0;
                    width: 100%;
                }
}
</pre></body></html>