.top-strip {
width:100%;
margin:0;
padding:0;
background:#337ab7;
position:relative;
display:flex;
margin-bottom:30px;
}

.backlink-wrapper {
list-style-type:none;
margin: 0;
padding:0;
background-color: #0d3355 !important;
}

.backlink-wrapper a{
display:block;
text-decoration:none;
color:#fff !important;
line-height:60px;
padding: 0 30px;

}

.backlink-wrapper a:hover{
text-decoration:none;
color:#fff;
line-height:60px;
background-color: #0d253a !important;

}


nav.greedy {
  position: relative;
  height: 60px;
  display: flex;
  flex:1;
  align-items: center;
  background: #337ab7;
}

nav.greedy h1 {
  display: flex;
  align-self: stretch;
  align-items: center;
  background: #c6c6c6;
  padding: 0 1rem;
  font-weight: bold;
}

nav.greedy button {
  align-self: stretch;
  transition: all .4s ease-out;
  padding: 0 1rem 0 1.5rem;
  outline: 0;
  border: 0;
  color:#fff;
  background-color:#1e5280;
}
nav.greedy button.hidden {
  transition: none;
  border-right: 0.5rem solid #b6b6b6;
  width: 0;
  padding: 0;
  overflow: hidden;
}
nav.greedy button::after {
  content: attr(count);
  display: inline-flex;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  background: #337ab7;
  color: #f2f2f2;
  border-radius: 50%;
  font-size: 14px;
  line-height: 14px;
  margin-left: 1rem;
  margin-right: calc(-1rem + -12px);
}
nav.greedy ul.links {
  display: flex;
  justify-content: flex-start;
  flex: 1;
  overflow: hidden;
 margin:0px;
text-decoration:none;
color:#fff;
}
nav.greedy ul.links li {
  flex: none;
  /*padding: 1rem;*/
  list-style-type:none;
}

nav.greedy ul.links li a {
display:block;  
color: #fff;
line-height:60px;
padding:0 15px 0 15px;
}
nav.greedy ul.links li a:hover {
background-color:#1e5280; 
}




nav.greedy ul.hidden-links {
  position: absolute;
  background: #337ab7;
  right: 0;
  top: 100%;
  list-style-type:none;
  padding:0px;
z-index:1000;
}
nav.greedy ul.hidden-links.hidden {
  display: none;
}
nav.greedy ul.hidden-links li {
  padding: 0px;
   color:#fff;
}

nav.greedy ul.hidden-links li a{
   color:#fff !important;
display:block;
line-height:40px;
padding:0px 15px; 
}

nav.greedy ul.hidden-links li a:hover{
   color:#fff !important;
   background-color:#1e5280;

}