/* main */
.site-name {
  font-size: x-large;
}
#main-content, #main-content .container .grid {
  width: 100%;
}
.panel-2col-stacked .panel-panel {
  clear: both;
  float: none;
  width: 100%;
}

/* menus */
.region-menu-bar a[href="/departments"] {
  display: inherit !important;
}
#sidebar-first-wrapper {
  display: none;
}
@media only screen and (max-width: 959px) {
  .region-menu-bar .block-block {
    position: relative;
  }
  #menu-bar-wrapper ul.menu li {
    float: none;
  }
}

/* content */
.field-type-text-long {
  width: inherit;
}
