/* Staff Directory
-------------------------------------------------- */
#directory .member {
}
#directory .member .name {
}
#directory .member .name > a {
    font-weight: 700;
    font-size: 20px;
}
#directory .member .phone {
}
#directory .member .email {
    text-transform: uppercase;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
    #directory .member .name > a {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}


/* Staff Bio
-------------------------------------------------- */
#bio .title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 20px;
}
#bio .caption {
    font-size: 15px;
    padding: 3px;
    text-align: center;
    color: #666666;
}
#bio .title {
    margin-bottom: 5px;
}
#bio .contact {
    font-family: 'Roboto Condensed', sans-serif;
}
    #bio .contact .info:not(:first-child) {
        margin-left: 10px;
    }
#bio .contact .email {
    text-transform: uppercase;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

/* Roster
-------------------------------------------------- */
#roster {
}
    #roster table {
        table-layout: fixed;
        width: 100%;
    }
    #roster table > caption {
        caption-side: top;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        font-size: 18px;
        color: #222222;
    }
        #roster table > thead > tr > th, #roster table > tbody > tr > td {
            padding: 4px 5px;
            border-top: 0;
            border-bottom: 1px solid #dee2e6;
        }
    #roster table > thead > tr > th {
        background-color: #9F1922;
        border: 0;
        color: #ffffff;
        font-family: 'Roboto Condensed', sans-serif;
        padding: 2px 5px;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 400;
    }

        #roster table tr > th:first-child, #roster table tr > td:first-child,
        #roster table tr > th:nth-child(3), #roster table tr > td:nth-child(3),
        #roster table tr > th:nth-child(4), #roster table tr > td:nth-child(4),
        #roster table tr > th:nth-child(5), #roster table tr > td:nth-child(5) { /* no, b/t, ht, wt */
            width: 60px;
        }

@media (min-width: 576px) {

}

@media (min-width: 768px) {
    #roster table tr > td {
        font-size: 14px;
    }
    #roster table tr > th:first-child, #roster table tr > td:first-child,
    #roster table tr > th:nth-child(3), #roster table tr > td:nth-child(3),
    #roster table tr > th:nth-child(4), #roster table tr > td:nth-child(4),
    #roster table tr > th:nth-child(5), #roster table tr > td:nth-child(5) { /* no, b/t, ht, wt */
        width: 40px;
    }

        #roster table tr > th:nth-child(2), #roster table tr > td:nth-child(2) { /* name */
            width: 125px;
        }

    #roster table tr > th:nth-child(6), #roster table tr > td:nth-child(6) { /* birthdate */
        width: 90px;
    }

    #roster table tr > th:nth-child(7), #roster table tr > td:nth-child(7) { /* last team */
        width: auto;
    }

    #roster table tr > th:nth-child(8), #roster table tr > td:nth-child(8) { /* resides */
        width: 120px;
    }

    #roster table tr > th:nth-child(9), #roster table tr > td:nth-child(9) { /* status */
        width: 60px;
    }
}

@media (min-width: 992px) {
    #roster table tr > td {
        font-size: 16px;
    }
    #roster table tr > th:first-child, #roster table tr > td:first-child,
    #roster table tr > th:nth-child(3), #roster table tr > td:nth-child(3),
    #roster table tr > th:nth-child(4), #roster table tr > td:nth-child(4),
    #roster table tr > th:nth-child(5), #roster table tr > td:nth-child(5) { /* no, b/t, ht, wt */
        width: 50px;
    }
        #roster table tr > th:nth-child(2), #roster table tr > td:nth-child(2) { /* name */
            width: auto;
        }

    #roster table tr > th:nth-child(6), #roster table tr > td:nth-child(6) { /* birthdate */
        width: 115px;
    }

    #roster table tr > th:nth-child(7), #roster table tr > td:nth-child(7) { /* last team */
        width: 220px;
    }

    #roster table tr > th:nth-child(8), #roster table tr > td:nth-child(8) { /* resides */
        width: 160px;
    }

    #roster table tr > th:nth-child(9), #roster table tr > td:nth-child(9) { /* status */
        width: 70px;
    }
}

@media (min-width: 1200px) {
    #roster table tr > th:first-child, #roster table tr > td:first-child,
    #roster table tr > th:nth-child(3), #roster table tr > td:nth-child(3),
    #roster table tr > th:nth-child(4), #roster table tr > td:nth-child(4),
    #roster table tr > th:nth-child(5), #roster table tr > td:nth-child(5) { /* no, b/t, ht, wt */
        width: 55px;
    }

    #roster table tr > th:nth-child(6), #roster table tr > td:nth-child(6) { /* birthdate */
        width: 135px;
    }

    #roster table tr > th:nth-child(7), #roster table tr > td:nth-child(7) { /* last team */
        width: 235px;
    }

    #roster table tr > th:nth-child(8), #roster table tr > td:nth-child(8) { /* resides */
        width: 175px;
    }

    #roster table tr > th:nth-child(9), #roster table tr > td:nth-child(9) { /* status */
        width: 75px;
    }
}


        


/* Roster Bio
-------------------------------------------------- */
#bio .details {
    border-bottom: 1px solid #dee2e6;
}
    #bio .details .row {
        border-top: 1px solid #dee2e6;
        padding-top: 5px;
        padding-bottom: 5px;
    }
#bio .details .detail-name {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}
#bio .details .detail-value {
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
    #bio .details {
        width: 75%;
    }
}

@media (min-width: 1200px) {
}