ul#rm-removed a {
  color: #005172;
  text-align: center;
  background: #fff;
}

.responsive-menus.responsified .responsive-menus-simple li a {
  border-bottom: 1px solid #bbb;
  padding: 0.5em 4%;
  text-align: right;
}

.top-bar-section {
float: left;
}

li.toggle-topbar.menu-icon {
  display: none;
}

/**.responsive-menus.responsified {
  width: 100px;
  float: right;
  margin-right: 15px;
}**/

.responsive-menus.responsified span.toggler {
  background: transparent;
  box-shadow: none;
  font-size: 1.5em;
  width: 40px;
  height: 40px;
  text-align: center;
}

.top-bar-section .responsive-menus-simple li a:hover:not(.button) {
margin-bottom: auto;
}          


.responsive-menus.responsified .responsive-menus-simple {
background: #fff;
}

@media only screen and (max-width: 938px) and (min-width: 769px) {

.top-bar-section .responsive-menus-simple li a:not(.button) {
font-size: 13px;
color: #005172;
}

}

@media only screen and (min-width: 0px) and (max-width: 480px) {
    

ul.responsive-menus-simple {
  min-width: 300px !important;
}


ul.responsive-menus-simple a {
  text-align: center !important;
}

}

@media only screen and (max-width: 768px) and (min-width: 481px) {

ul#rm-removed {
  width: 300%;
  left: -92%;
  top: 45px;
}

}

