
:root {
  --bch-red: #8C191C; 
  --bch-light-red: #AD1F23;
}

.panel.active > .panel-heading{
    background-color: var(--bch-red);
    border-color: var(--bch-light-red);
}
.panel_section_success > a.active, #ProjectNavigation > .panel_section_success > a.active {
    color: #ffffff;
    background-color: var(--bch-red);
    border-color: var(--bch-light-red);
}
body .btn-primary{
    background-color: var(--bch-red);
    border-color: var(--bch-light-red);
}

.toc li .list-group-item.active, .toc li .list-group-item.active:focus, .toc li .list-group-item.active:hover{
    background-color: var(--bch-red);
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover{
    border-color: var(--bch-red);
}
.btn-default:visited, .btn-default {
    color: var(--bch-red)!important;
}

.btn-primary:hover {
    background-color: var(--bch-light-red);
    border-color: var(--bch-light-red);
}

.btn-primary {
    background-color: var(--bch-red);
    border-color: var(--bch-red);
}

.btn-primary.active, .btn-primary:active, .open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: rgb(15.81015625, 41.3, 0);
    background-image: none;
    border-color: rgb(24.7914572864, 46.7085427136, 31.9773869347);
}
.btn:active:focus{
    color: #fff;
    background-color: rgb(15.81015625, 41.3, 0);
    border-color: rgb(24.7914572864, 46.7085427136, 31.9773869347);
}

a,a:visited {
    color:  var(--bch-red);
}

.nav>li>a:visited,.nav>li>a {
    color: var(--bch-red);
}

h1#wb-cont, hgroup#wb-cont h1 {
    border-bottom: .18em solid #af3c43;
    -o-border-image: linear-gradient(to right,#af3c43 71px,transparent 71px);
    border-image: linear-gradient(to right, #af3c43 71px, transparent 71px);
    border-image-slice: 1;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
}
.bch-btn-call-to-action:visited {
    color: #fff;
}
.bch-btn-call-to-action-white:visited {
    color: var(--bch-red);
}
.bch-btn-call-to-action-white {
    color: var(--bch-red);
    background-color: #fff;
    border-color: var(--bch-red);
}
.bch-btn-call-to-action, .bch-btn-call-to-action-white {
    border: solid;
    border-radius: 15px;
    font-size: 1.1em;
    margin: 15px 0 25px;
    padding: .58em 1em;
}
.bch-btn-call-to-action {
    color: #fff;
    background-color: var(--bch-red);
    border-color: var(--bch-red);
}

.bch-home{
    background-image: url(graphic-bch-bg-img2.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
.mobile-bg-img {
 display: none;
}
@media (max-width: 991px) {
    .bch-home {
        background-image: none !important;
    }
    .mobile-bg-img {
        display: block !important;
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }
}


.active_Nav > a{
    background: var(--bch-red);
    color:#fff!important
}
.active_Nav > a:hover{
    color:var(--bch-red)!important;
}

/*Menu*/
.gcweb-menu [role=menu] [role=menu]{
        min-height: 187px;
}


/* Landing page */
#GeoBreakDown > tbody > tr > td:first-child{
 width: 50%;
}
