body {
    background: url("/govinfo2/themes/blue/images/body_bg_top.jpg") no-repeat center top,
    url("/govinfo2/themes/blue/images/body_bg_bottom.jpg") no-repeat center bottom;
    background-color: #fff;
}

.search-bar .form-group .form-control {
    border-color: #2c6294;
}

.sidebar > .nav-pills > li > a {
    border-color: #2c6294;
}

.sidebar > .nav-pills > li > a:hover,
.sidebar > .nav-pills > li > a:focus {
    font-weight: bold;
    color: #2c6294;
}

.sidebar > .nav-pills > li.active > a,
.sidebar > .nav-pills > li.active > a:hover,
.sidebar > .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #2c6294;
    font-weight: normal;
}

.sidebar>.nav-pills>li ul a:hover,
.sidebar>.nav-pills>li ul a:focus{
    text-decoration: none;
    background-color: #d7e3ee;
}

.doc-title > h2{
    color: #2c6294;
}

.sidebar > .nav-pills > li.active > a svg {
    background-color: #2c6294;
}
.sidebar > .nav-pills > li > a svg {
    color: #2c6294;
}

.sidebar > .nav-pills > li > a svg {
    line-height: 73px;
    height: 69px;
}

.nav-pills .act.active a {
    background:  url("/govinfo2/themes/blue/images/xxgk.png") no-repeat 260px center;
}
.nav-pills .act a {
    background:  url("/govinfo2/themes/blue/images/xxgk_plus.png") no-repeat 260px center;
}