/* Variables =================================================== */
/* As far as possible all line heights and whitespace heights (vertical margins and padding) should be calculated as this or a multiple/division of it */
/* -- Horizontal grid spacing -------- */
/* Basic units */
/* |-----| */
/* |*| */
/* Multiples of 1 column with gutters in between */
/* 55px  |-----|                         */
/* 130px |-----|*|-----|                 */
/* 205px |-----|*|-----|*|-----|         */
/* 280px (etc.)                          */
/* 355px */
/* 430px */
/* 505px */
/* 580px */
/* 655px */
/* 730px */
/* 805px */
/* 880px */
/* As above but including extra (right) gutter to accommodate floated elements with their won right margins */
/* 75px  |-----|*|                       */
/* 150px |-----|*|-----|*|               */
/* 225px |-----|*|-----|*|-----|*|       */
/* 300px (etc.)                          */
/* 375px */
/* 450px */
/* 525px */
/* 600px */
/* 675px */
/* 750px */
/* 825px */
/* 900px */
/* As above but also includes extra (left) gutter - used mainly as breakpoint min widths */
/* 95px  |*|-----|*|                     */
/* 170px |*|-----|*|-----|*|             */
/* 245px |*|-----|*|-----|*|-----|*|     */
/* 320px (etc.)                          */
/* 395px */
/* 470px */
/* 545px */
/* 620px */
/* 695px */
/* 770px */
/* 845px */
/* 920px */
/* Mixins =================================================== */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
#content [role="main"] .note {
  background-color: #d9edf7;
  padding: 0.7em 10px;
}
#content [role="main"] nav {
  margin-bottom: 2.1em;
}
#content [role="main"] nav h6 {
  color: #808080;
  margin-bottom: 0.46666667em;
}
#content [role="main"] nav h6:after {
  content: ":";
}
#content [role="main"] nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content [role="main"] nav ul li {
  padding: 0;
}
