header.qub {
  background: #d6000d;
  position: relative;
  z-index: 10;
}

.grid-container {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.grid-x > .shrink {
  width: auto;
}

.cell.shrink {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}

@media print, screen and (min-width: 58.75em) {
  header.qub .logo {
    padding: 25px 0;
  }
}

header.qub .logo {
  padding: 15px 0;
}

header.qub .logo a,
footer .logo a {
  background: url(https://www.qub.ac.uk/sites/media/Media,977028,smxx.svg)
    no-repeat !important;
  background-size: contain;
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

header.qub .logo a {
  display: block;
  width: 139px;
  height: 50px;
}

body {
  margin: 0;
}

footer {
  padding: 0.25rem 0.25rem;
  padding-left: 1rem;
}
