#topwrap {
  
  font-size: 90%;
  
  padding: 0;
  
  background: none;
  
  border-top: none;
  
  border-bottom: none;
  
  color: #333333;
}
#topwrap a {
  
  color: #32aa43;
}
#topwrap a:hover {
  
  color: #e23143;
}
#topwrap .container {
  
  background: none;
  
  border-top: none;
  
  border-bottom: none;
  
  padding: 0;
}
#topwrap .container.panel-padding {
  padding-right: 20px !important;
  position: relative;
}
#topwrap h1,
#topwrap h2,
#topwrap h3,
#topwrap h4,
#topwrap h5,
#topwrap h6 {
  color: #333333;
}
#topwrap ul {
  padding: 10px 0;
  margin: 0;
}
@media screen and (max-width: 969px) {
  #topwrap ul li {
    line-height: 1em;
  }
}
#topwrap ul li a {
  float: left;
  margin: 0 10px 0 0;
  padding: 3px 8px;
  color: #666666;
}
@media screen and (max-width: 969px) {
  #topwrap ul li a {
    padding: 0 8px;
  }
}
#topwrap ul li a:hover {
  background: #e23143;
  color: #e23143;
}
#topwrap ul.nav li.active > a,
#topwrap ul.nav li.active a:hover {
  background: none;
  color: #32aa43;
}
#top4 ul {
  float: right;
  margin-right: -10px;
}
#top4 ul li {
  float: left;
  margin: 0;
}