.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: 26px;
}
#SearchBar {
    max-width: 300px;
    height: 40px;
    border: 0;
    font-size: 14px;
    display: inline-block;
    background: url(/img/icon-search-5.png) #fff right center no-repeat;
    padding-right: 60px;
    padding-left: 20px;    
    margin-top: 40px;
	 z-index: 6;
}
ul.sidebar-menu li {
    margin-bottom: 6px;
}
.left-content-block {
    margin-bottom: 20px;
}
.sidebar-nav-item-active {
    font-weight: bold;
 
}
.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 */

.sectionContainer {
    max-width: 940px;
    position: relative;
    margin: 0px auto;
}
@media screen and (max-width: 399px) {
div.chat-box{
padding-left:0px;
	padding-right:0px

  }
}
@media screen and (max-width: 480px) {
.banner-logo{
margin-top:45px !important;
  }
}
@media screen and (max-width: 480px) {
.search-mobile{
margin-top:19px !important;
  }
}
