
/* styles for #top-wrapper and toolbar */

#toolbar-administration, #toolbar-administration * {
margin:0;
}

.toolbar-fixed #top-wrapper {
  position:absolute;
  top:2.5em;
}

.toolbar-tray-open #top-wrapper {
  top:4.75em;
}

.toolbar-vertical #top-wrapper {
    top:2.5em;
}


.toolbar-fixed .search-button {
  margin-top:5.5em;
}


#top-wrapper {
  width:100%;
  position:fixed;
  top:0em;
  background-color:rgba(255,255,255,.9);
  /*z-index:200;*/
  z-index:500;
}

#top-wrapper {
  height:auto;
}

#top-wrapper .container {
max-width:95%;
padding:.75em 0;
height:7em;
}

#top-wrapper.small {
  font-size:.75em;
}

.small.site-branding {
  width:25%;
  float:left;
}

@media screen and (max-width:28em) {



#top-wrapper .container {
  height:6em;
}
}

@media screen and (max-width:22em) {



#top-wrapper .container {
  height:5em;
}

}
