/*
Theme Name: Main Theme BHRSC Child
Description: BHRSC site child theme
Template: main-theme
Version: 1.0.0
Author: Library Web Team
Text Domain: main-theme-employee-child
*/

.uofi-lib-banner__container{
    min-height: 200px;
}
div.unit-title.home-banner__title:hover {
    text-decoration: none;
  }

/* homepage */
#primary.bhrsc-container {
    width: 100%;
    margin-bottom: 20px;
}

#bhrsc-landing {
    padding: 30px;
}

.bhrsc-landing-img {
    position: relative;
    text-align: center;
}

.bhrsc-landing-img h2 {
    position: absolute; 
    bottom: 0; 
    color: white; 
    padding: 10px; 
    background: rgba(131,47,10,0.9); 
    width: 100%;
    margin-bottom: 0;
}

/* unit homepage */
#bhrsc-intro {
    border: 2px solid #999;
    box-shadow: 1px 1px #666;
    padding: 24px 12px;
    margin-top: 24px;
    margin-bottom: 24px;
}
.ineedto_title{
    background-color: #C84113; 
    color: #fff;
    text-align: center;
    min-height: 30px;
    border: 2px solid #B74D04;
}

.sidebar-table tr{
    border: 2px solid #C84113;
    color: #C84113;
    font-weight: 600;
}
.sidebar-table a{
    color: #C84113;
    font-weight: 600;
}
.sidebar-table a:visited{
    color: #C84113;
    font-weight: 600;
}
.sidebar-table a:link{
    color: #C84113;
    font-weight: 600;
}
.sidebar-table a:hover, tr:hover{
    background-color: #C84113; 
    color: #fff;
}

/* child page sidebar list */
.bhrsc-child-list {
    list-style-type: none;
    border-left: #C84113 solid 2px;
    border-right: #C84113 solid 2px;
    border-bottom: #C84113 solid 2px;
    padding: 0;
}
.bhrsc-child-list li {
    border-top: #C84113 solid 2px;
    padding: .5rem .5rem .5rem .7rem;
    margin: 0;
}
.bhrsc-child-list a, .bhrsc-child-list a:visited {
    color: #C84113;
}
.bhrsc-child-list a:hover, .bhrsc-child-list a:focus, .bhrsc-child-list a:active  {
    font-weight: bold;
}

.bhrsc-child-page-active-link {
    background-color: #C84113;
}
.bhrsc-child-page-active-link a, .bhrsc-child-page-active-link a:visited {
    color: #fff;
}