.logo a {
background: none;
}

.overview-list {
border-top: 1px solid #333333;
}

.page-masthead .container {
    padding: 0 !important;
    width: 100% !important;
	margin-top: -60px; margin-bottom: -30px;
}

 @media  screen and (min-width: 1024px) {
    .page-masthead .no-padding .container {
        padding: 0;
        width: 100%;
        margin-top: -60px; 
    	margin-bottom: -30px;
    }
}  

 @media   (max-width: 767px) {
	.page-masthead .no-padding .container {
		padding: 0;
    	margin-top: -20px;
		margin-bottom: -30px;
    	width: 100%;
	}
}

.article-header {
  margin-top: 35px;
  }

.article-title,
.article-header h1 {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .article-title,
  .article-header h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  h2.article-title,
  .article-header h2 {
    font-size: 24px;
  }
}

/* First level Dropdown */
.navbar-nav li .nav-child{
   background: #253517 ;
}

/* Second level Dropdown */
.navbar-nav .level1 .nav-child{
   background: #253517 !important;
}

/* thirdlevel Dropdown */
.navbar-nav .level2 .nav-child{
   background: #253517 !important;
}

/* Fourth level Dropdown */
.navbar-nav .level3 .nav-child{
   background: #253517 !important;
}