/* Categories
---------------------------------------------------------------- */
body.categories .globalnav {
  position: fixed;
  top: 0;
  z-index: 9999;
}
body.categories .pagetitle {
  margin-top: 110px;
  padding: 14em 0;
  color: #ffffff;
  line-height: 1.2;
}
body.categories .pagetitle h2 {
  margin: 0.3125em 0;
  font-size: 375%;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
}
body.categories .pagetitle p {
  font-size: 150%;
  text-align: center;
}
body.categories .section {
  padding: 5em 0 7em;
}

/* RWD
---------------------------------------------------------------- */
@media only screen and (max-width: 758px) {
  body.categories .pagetitle {
    margin-top: 0;
    padding: 7em 0 5em;
  }
  body.categories .pagetitle .splogo {
    top: -7em;
  }
  body.categories .pagetitle h2 {
    font-size: 200%;
    letter-spacing: 0;
  }
  body.categories .pagetitle p {
    font-size: 90%;
  }
  body.categories .section {
    padding: 2em 0;
  }
}
