.region-header-right,
.region-header .site-branding {
  margin: 0.429em 6px 4px;
  padding: 0;
}
@media all and (min-width: 461px) {
  .region-header .block {
    float: unset;
    margin: 0.429em 6px 4px;
  }
}

#header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}
