﻿.directory {
    
}
.directory .container {
    margin: 0px;
    max-width: 100%;
}
.directory .heading {
    font-weight: bold;
    border-bottom: 1px solid lightgray;
}
.directory .label {
    word-break: break-word;
}
.directory .row {
    align-items: center;
}
.directory .data .row:nth-child(odd) {
    background-color: var(--coc-color-lighter-gray);
}
.directory .data .row:not(:last-child) {
    border-bottom: 1px solid lightgray;
}
.directory p {
    margin: 0px;
}
    .directory a {
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        max-width: 100%;
        vertical-align: middle;
    }
        .directory a:hover, .directory a:focus {
            word-wrap: break-word;
        }

.directory .item-list :last-child {
    padding-bottom: 0rem !important;
}
    .directory .item-email {
        overflow: hidden;
    }

    .directory .clerk-section {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
.directory .clerk-section div {
    font-weight: bold;
    text-align: center
}
.directory .clerk-section a {
    font-weight: bold;
}

/* bootstrap size breakpoints */
/* xs */
@media only screen and (max-width: 575px) {
}
/* sm */
@media only screen and (min-width: 576px) and (max-width: 767px) {

}

/* md */
@media only screen and (min-width: 768px) and (max-width: 991px) {

}

/* lg */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

/* xl */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
}

/* styles at max widths */
/* xs */
@media only screen and (max-width: 575px) {
}

/* sm */
@media only screen and (max-width: 767px) {
    
}

/* md */
@media only screen and (max-width: 991px) {
    .directory .row {
        margin-left: 0px;
        margin-right: 0px;
    }

    .directory .hide-sm {
        display: none;
    }

    .directory .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .directory .data .department {
        font-weight: bold;
    }

    .directory .data-item {
        display: inline-block;
    }

        .directory .data-item:nth-child(odd) {
            border-right: 1px solid lightgrey;
        }

    .directory .item-list div:last-child {
        padding-bottom: 1rem !important;
    }
}

/* lg */
@media only screen and (max-width: 1199px) {
}

/* xl */
@media only screen and (max-width: 1399px) {
}
