.page-content-header .roster-view > a {
    color: #ffcc00;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

    .page-content-header .roster-view > a:hover {
        color: #ffffff;
        text-decoration: none;
    }



/* Roster
-------------------------------------------------- */
/*override some bootstrap table settings*/
.table.roster > thead > tr > th, .table.roster > tbody > tr > th, .table.roster > tfoot > tr > th, .table.roster > thead > tr > td, .table.roster > tbody > tr > td, .table.roster > tfoot > tr > td {
    border: none;
}

.table.roster > thead > tr > th, .table.roster > tbody > tr > th, .table.roster > tfoot > tr > th {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 3px 5px;
}

/* team photo */
.sport-roster .col-xs-12.team-photo {
    min-height: 0;
}


    .roster-teamphoto img {
        margin: 0 auto;
    }
    @media (max-width: 767px) {
        .roster-teamphoto {
            margin-bottom: 1px;
            padding: 0 1px;
        }
    }
    @media (min-width: 768px)  {
        .roster-teamphoto {
            margin-bottom: 15px;
        }
    }

/* list view */
.table.roster thead {
    color: #ffcc00;
    background-color: #381E0E;
}
.table.roster.table-striped > tbody > tr {
    background-color: transparent;
    border-bottom: 1px solid #eeeeee;
}

/* thumbnail view */
.roster-category {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #ffcc00;
    background-color: #381E0E;
    padding: 3px 5px;
}

.roster-card .card {
    background-color: #eeeeee;
    margin-bottom: 15px;
}
.roster-card a:hover {
    text-decoration: none;
}

.roster-card .headshot {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 120%;
}

    .roster-card .headshot .no-headshot {
        text-align: center;
        color: #000000;
        opacity: .25;
        padding-top: 20%;
        line-height: 1;
        font-weight: 700;
    }

    .roster-card .headshot img {
        width: 100%;
    }

.roster-card .caption {
    padding: 5px;
    line-height: 1.15;
    font-family: 'Roboto Condensed', sans-serif;
}
    .roster-card .caption .number {
        line-height: 1;
        margin-left: 5px;
        font-weight: 700;
        color: #999999;
    }

    .roster-card .caption .name {
        font-weight: 700;
    }

/* thumbnail popup */
.roster-card .roster-popup {
    display: none;
}

.roster-card .roster-popup-content {
    background-color: #381E0E;
    color: #ffffff;
    height: 100%;
}

.roster-card .roster-popup .headshot-wrapper {
}
    
    .roster-card .roster-popup .caption {
        padding: 5px 8px;
    }

.roster-card.open .caption .number {
    color: #ffffff;
}

.roster-card.open .caption .name {
    color: #ffcc00;
}

.roster-card.open .caption .position {
    color: #ffcc00;
} 

.roster-card .roster-popup .details {
    font-size: 13px;
    font-family: 'Roboto Condensed', sans-serif;
    border-top: 1px solid #613318;
}
.roster-card .roster-popup .headshot .no-headshot {
    color: #613318;
    opacity: 1;
}
    .roster-card .roster-popup .details > .row {
        border-bottom: 1px solid #613318;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .roster-card .roster-popup .details .detail-name {
        font-weight: 700;
        padding-right: 5px;
    }

    .roster-card .roster-popup .details .detail-value {
        font-weight: 400;
    }

    .roster-card .roster-popup .button a {
        background: transparent;
        border-color: transparent;
        text-align: right;
        color: #ffcc00;
        font-family: 'Roboto Condensed', sans-serif;
        text-transform: uppercase;
    }

        .roster-card .roster-popup .button a:hover {
            color: #ffffff;
        }

    .roster-card .roster-popup .button:first-child a {
        text-align: left;
    }

@media (max-width: 767px) {

    .sport-roster.page-content {
        padding-top: 1px;
        padding-bottom: 0px;
    }

    .sport-roster-content > div {
        padding: 0;
    }

    .sport-roster-content .gutter-width-15 > .row
    {
        margin: 0;
    }
    .sport-roster-content .gutter-width-15 > .row > div {
        padding: 0;
    }


    /* roster thumbnail view */
    .sport-roster .row.roster-cards-wrapper > div {
        padding-left: 1px;
        padding-right: 1px;
    }

    
    .roster-card .card {
        margin-bottom: 1px;
        border-bottom: none;
    }

    .roster-card.open .card {
        background-color: #381E0E;
    }

    .roster-card .headshot-wrapper {
        width: 30%;
        float: left;
    }
    .roster-card.open .headshot-wrapper {
        margin-bottom: 10px;
    }

    .roster-card .headshot .fa-user {
        font-size: 50px;
    }
    .roster-card.open .headshot .no-headshot {
        color: #613318;
        opacity: 1;
    }

    .roster-card .caption {
        width: 70%;
        float: left;
        padding: 10px;
    }
    .roster-card.open .caption {

    }

    .roster-card .roster-popup .details {
        margin: 0 5px;
    }
    
    .roster-card .caption .number {
        font-size: 40px;
    }

        .roster-card .caption .name {
            font-size: 18px;
        }

        .roster-card .caption .position {
            font-size: 16px;
        }

    .roster-card.open .caption {
        cursor: default;
    }
    .roster-card .roster-popup .button {
        padding: 2px 0;
    }

          
}

@media (min-width: 768px)  {

    /* roster thumbnail view */
    .roster-card .headshot .fa-user {
        font-size: 130px;
    }

    .roster-card .caption .name {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 16px;
    }

    .roster-card .caption .position {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
    }
    .roster-card .caption .number {
        font-size: 36px;
    }
    
    .roster-card a:hover .caption, .roster-card:hover .caption {
        background-color: #381E0E;
    }

        .roster-card a:hover .caption .name, .roster-card a:hover .caption .position, .roster-card:hover .caption .name {
            color: #ffcc00;
        }
        .roster-card a:hover .caption .number, .roster-card:hover .caption .position {
            color: #ffffff;
        }

    .roster-card .roster-popup {
        position: absolute;
        left: 5px;
        right: auto;
        top: -5px;
        bottom: 10px;
        z-index: 1;
        width: 200%;
        padding-right: 10px;
    }

    .roster-card .roster-popup-content {

    }
    .roster-card .roster-popup .headshot {
        cursor: pointer;
    }
    .roster-card .roster-popup .caption .number {
        font-size: 40px;
    }

    .roster-card .roster-popup .caption .name {
        font-size: 20px;
        white-space: normal;
    }

    .roster-card .roster-popup .caption .position {
        font-size: 16px;
        white-space: normal;
    }
    .roster-card .roster-popup .details {
        margin: 0 8px;
    }
    .roster-card .roster-popup .button {
        padding: 5px 0;
    }


}

@media (max-width: 991px) and (min-width: 768px) {
    /* roster thumbnail view - 3 across */
    .roster-card.col-xs-12 {
        width: 33.3334%;
    }

    .roster-cards-wrapper div.roster-card:nth-child(3n+3) .roster-popup {
        right: 5px;
        left: auto;
        padding-right: 0;
        padding-left: 10px;
    }

        .roster-cards-wrapper div.roster-card:nth-child(3n+3) .roster-popup .headshot-wrapper {
            float: right;
        }
}

@media (max-width: 1199px) and (min-width: 992px) {
    /* roster thumbnail view - 4 across */
    .roster-card.col-xs-12 {
        width: 25%;
    }

    .roster-cards-wrapper div.roster-card:nth-child(4n+4) .roster-popup {
        right: 5px;
        left: auto;
        padding-right: 0;
        padding-left: 10px;
    }

        .roster-cards-wrapper div.roster-card:nth-child(4n+4) .roster-popup .headshot-wrapper {
            float: right;
        }
}


@media (min-width: 1200px) {
    /* roster thumbnail view - 5 across */
    .roster-card.col-xs-12 {
        width: 20%;
    }

    .roster-cards-wrapper div.roster-card:nth-child(5n+5) .roster-popup {
        right: 5px;
        left: auto;
        padding-right: 0;
        padding-left: 10px;
    }

        .roster-cards-wrapper div.roster-card:nth-child(5n+5) .roster-popup .headshot-wrapper {
            float: right;
        }
}


/* Bio
-------------------------------------------------- */
.bio-wrapper {
    background-color: #ffffff;
}

/* roster side list */
.bio-sidelist-wrapper {
    position: absolute;
    right: 0;
    padding: 0;
    background-color:#613318;
}

    .bio-sidelist-wrapper .table {
        margin-bottom: 0;
    }

        .bio-sidelist-wrapper .table > thead > tr > th {
            color: #381E0E;
            font-size: 14px;
            font-weight: 700;
            background-color: #ffcc00;
            font-family: 'Roboto Condensed', sans-serif;
            text-transform: uppercase;
            padding: 5px;
            border-bottom: 1px solid #381E0E;
        }

        .bio-sidelist-wrapper .table > tbody > tr > td {
            color: #ffffff;
            padding: 5px 10px;
            border-top: none;
            font-size: 14px;
            border-bottom: 1px solid #381E0E;
        }

            .bio-sidelist-wrapper .table > tbody > tr > td a {
                color: #ffcc00;
            }

                .bio-sidelist-wrapper .table > tbody > tr > td a:hover {
                    color: #ffffff;
                    text-decoration: none;
                }

        .bio-sidelist-wrapper .table > tbody > tr.active td {
            color: #ffffff;
            font-weight: 700;
            background-color: #381E0E;
        }

            .bio-sidelist-wrapper .table > tbody > tr.active td a {
                color: #ffffff;
            }

        .bio-sidelist-wrapper .table > tfoot > tr > td {
            background-color: #613318;
            font-family: 'Roboto Condensed', sans-serif;
            text-transform: uppercase;
            padding: 5px;
            text-align: center;
        }

            .bio-sidelist-wrapper .table > tfoot > tr > td a {
                color: #ffcc00;
                font-size: 14px;
                font-weight: 400;
            }

                .bio-sidelist-wrapper .table > tfoot > tr > td a:hover {
                    color: #ffffff;
                    text-decoration: none;
                }

.mm-menu.mm-hasheader > .roster-condensed-v1.mm-panel {
    padding-top: 50px;
}

.mm-menu > .roster-condensed-v1.mm-panel {
    padding: 0;
}

/* bio header */
.bio-header-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #381E0E;
}

.staff-bio-wrapper .bio-header-wrapper {
    /*padding-top: 0;*/
}

.bio-header .bio-headshot .headshot {
    background-color: #000000;
}

    .bio-header .bio-headshot .headshot > img {
        width: 100%;
    }



.bio-header .bio-details h3 {
    color: #ffcc00;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
}
.bio-header .bio-details h4 {
    color: #ffffff;
    margin-top: 0;
    font-weight: 400;
    margin-bottom: 0;
    font-family: 'Roboto Condensed', sans-serif;
}

.bio-header .bio-details table {
    color: #ffffff;
    margin-bottom: 0;
}

.bio-header .bio-details .table > tbody > tr > td {
    border-color: #613318;
    font-family: 'Roboto Condensed', sans-serif;
}

.bio-header .bio-details table .detail {
    font-weight: 700;
    padding-left: 0;
}

.bio-header .bio-details a {
    color: #ffcc00;
}

    .bio-header .bio-details a:hover {
        color: #ffffff;
        text-decoration: none;
    }

    .bio-header .slide-roster-link {
        text-align: right;
        border-top: 1px solid #613318;
        padding: 15px 0 0 0;
    }
    .bio-header .slide-roster-link a {
        color: #ffcc00;
        font-family: 'Roboto Condensed', sans-serif;
        text-transform: uppercase;
        font-weight: 700;
    }

/* bio body */
.bio-body {
    padding-top: 15px;
}

    .bio-body .relatedlinks {
        clear: right;
    }


@media (max-width: 767px) {
    .bio-header-wrapper > .container {
        padding: 0 15px;
    }
    .bio-header .bio-details h3 {
        font-size: 24px;
    }
    .bio-header .bio-details h4 {        
        font-size: 18px;
    }
    .bio-header .bio-headshot .headshot {
        border: 2px solid #ffffff;
    }
    .bio-header.gutter-width-0 > .row > .bio-details {
        padding-left: 10px;
    }
    .bio-header .bio-details table {
        margin-top: 10px;
    }
    .bio-header .bio-details .table > tbody > tr > td {
        font-size: 13px;
        padding: 3px 0;
    }
}

    @media (min-width: 768px) {

        .bio-header-wrapper > .container {
            padding: 0 5px;
        }

        /* Bio */      
        

        .bio-header .bio-details h3 {
            margin-top: 15px;
            font-size: 32px;            
        }
        .bio-header .bio-details h4 {
            font-size: 22px;
            margin-top: 5px;
        }
        .bio-header .bio-details table {
            margin-top: 15px;
        }

        .bio-header .bio-headshot .headshot {
            border: 3px solid #ffffff;
        }
        .bio-header.gutter-width-0 > .row > .bio-details {
            padding-left: 15px;
        }
        .bio-header .bio-details .table > tbody > tr > td {
            font-size: 16px;
        }
        .bio-body.col-md-9 {
            padding-left: 5px;
            padding-right: 5px;
        }
    }

    @media (min-width: 992px) {
        /* Bio */
        .bio-header .bio-details h3 {
            font-size: 38px;
        }
        .bio-header .bio-details h4 {
            font-size: 24px;
        }

        .bio-header .bio-details.col-md-6 {
            padding-right: 15px;
        }
        .bio-header .slide-roster-link {
            display: none;
        }
        .bio-body.col-md-9 {
            padding-left: 5px;
            padding-right: 15px;
        }

       
        
    }

    @media (min-width: 1200px) {
        /* Bio */
        .bio-header .bio-details h3 {
            font-size: 42px;
        }
        .bio-header .bio-details h4 {
            font-size: 28px;
            margin-top: 10px;
        }
    }

/* Staff Directory
-------------------------------------------------- */
.staff-directory > .row
{
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.staff-directory > .row.category
{
    font-size: 14px;
    color: #ffcc00;
    background-color: #381E0E;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}

.staff-directory > .row.member
{
    border-bottom: 1px solid #eeeeee;
}

.staff-directory > .row.member > .name > a
{
    font-weight: 700;
    font-size: 16px;
}


@media (min-width: 768px) {

    .staff-directory > .row.category > div
    {
        padding-left: 5px;
        padding-right: 5px;
    }
    .staff-directory > .row.member > div
    {
        padding-left: 5px;
        padding-right: 5px;
    }

}


/* Roster Slide Menu*/
.container-slide-menu .roster-condensed-v1
{
    color: #ffffff;
    padding: 0;
}
.container-slide-menu .roster-condensed-v1 .sidelist
{
    margin-top: -16px;
}
.container-slide-menu .roster-condensed-v1 .sidelist thead {
    display: none;
}
.container-slide-menu .roster-condensed-v1 .sidelist .active > td
{
    background-color: transparent;
}
.container-slide-menu .roster-condensed-v1 .sidelist tr>td:first-child
{
    padding-left: 15px;
}
.container-slide-menu .roster-condensed-v1 .sidelist tr>td:last-child
{
    padding-right: 15px;
}
.container-slide-menu .roster-condensed-v1 .sidelist tfoot >tr>td
{
    text-transform: uppercase;
    text-align: right;
    padding-top: 15px;
}
.container-slide-menu .roster-condensed-v1 .sidelist td
{
    font-size: 14px;
    font-weight: 400;
    border-color: #333333;
}
.container-slide-menu .roster-condensed-v1 .sidelist a
{    
    color: #ffcc00;
}
.container-slide-menu.staff .roster-condensed-v1 .sidelist a
{
    font-size: 16px;
    font-weight: 700;
}
.container-slide-menu .roster-condensed-v1 .sidelist a:hover
{
    color: #ffffff;
    text-decoration: none;
}
.container-slide-menu .roster-condensed-v1 .sidelist tfoot a, .container-slide-menu.staff .roster-condensed-v1 .sidelist tfoot a
{
    font-size: 14px;
    color: #ffcc00;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;

}
.container-slide-menu .roster-condensed-v1 .sidelist tfoot a:hover
{
    color: #ffffff;
    text-decoration: none;
}