.jumbotron.header-jumbotron {
    background: url(/img/cot-banner-2.jpg);
    background-position: center;
    background-size: cover;
    height: 170px;
    text-align: center;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
}
.header-jumbotron .banner-logo {
    margin-top: 32px;
}
#SearchBar {
    max-width: 300px;
    height: 40px;
    border: 0;
    font-size: 14px;
    display: inline-block;
    background: url(/img/icon-search.png) #fff right center no-repeat;
    padding-right: 60px;
    padding-left: 20px;    
    margin-top: 40px;
}
ul.sidebar-menu li {
    margin-bottom: 6px;
}
.left-content-block {
    margin-bottom: 20px;
}
.sidebar-nav-item-active {
    font-weight: bold;
    border-bottom: 1px dotted black;
}
.sidebar-nav-item-active:before {
  content: "\e080";
  font-family: 'Glyphicons Halflings';
  font-size: 9px;
  float: left;
  margin-top: 4px;
  margin-left: -17px;
}
.grid-section > div > .container { width: auto; } /* fixes Grid Page container widths so they're set by the main page style */