@charset "UTF-8";
/*  Run sass --watch css:css in parent dir
    Run guard in parent dir for live-reload

    FIXME - text-left on h1's etc.
    FIXME - resets for ul's, etc?

    FIXME baseline padding, etc.
*/
/*!
 * inuitcss, by @csswizardry
 *
 * github.com/inuitcss | inuitcss.com
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*------------------------------------*\
    #BOX-SIZING
\*------------------------------------*/
/**
 * Set the global `box-sizing` state to `border-box`.
 *
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

/*------------------------------------*\
    #PAGE
\*------------------------------------*/
/**
 * High-, page-level styling.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 * 4. Prevent certain mobile browsers from automatically zooming fonts.
 * 5. Fonts on OSX will look more consistent with other systems that do not
 *    render text using sub-pixel anti-aliasing.
 */
html {
  font-size: 1.125em;
  /* [1] */
  line-height: 1.5555555556;
  /* [1] */
  background-color: #000;
  color: #fff;
  overflow-y: scroll;
  /* [2] */
  min-height: 100%;
  /* [3] */
  -webkit-text-size-adjust: 100%;
  /* [4] */
  -ms-text-size-adjust: 100%;
  /* [4] */
  -moz-osx-font-smoothing: grayscale;
  /* [5] */
  -webkit-font-smoothing: antialiased;
  /* [5] */ }

body {
  text-align: center;
  background-color: #000;
  min-width: 1000px; }

h1, h2, h3, h4, h5, h6,
p {
  margin-bottom: 28px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  text-align: left; }

.blog__title {
  margin-top: 0; }

.page-head__title {
  font-size: 40px;
  font-size: 2.2222222222rem;
  line-height: 1.4; }

.article__header {
  font-size: 36px;
  font-size: 2rem;
  line-height: 1.5555555556; }

h2 {
  font-size: 24px;
  font-size: 1.3333333333rem;
  line-height: 1.1666666667; }

h3 {
  font-size: 20px;
  font-size: 1.1111111111rem;
  line-height: 1.4; }

h4 {
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.5555555556; }

h5 {
  font-size: 16px;
  font-size: 0.8888888889rem;
  line-height: 1.75; }

h6 {
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: 2; }

a {
  color: #8d218d;
  text-decoration: none; }
  a:hover {
    color: #fff;
    text-decoration: none; }

/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/
/* `Container
----------------------------------------------------------------------------------------------------*/
.container_12 {
  margin-left: auto;
  margin-right: auto;
  width: 960px; }

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px; }

.container_12 .grid_3 {
  width: 220px; }

.container_12 .grid_6 {
  width: 460px; }

.container_12 .grid_9 {
  width: 700px; }

.container_12 .grid_12 {
  width: 940px; }

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {
  margin-left: 0; }

.omega {
  margin-right: 0; }

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .grid_1 {
  width: 60px; }

.container_12 .grid_2,
.thumbnails li {
  width: 140px; }

.container_12 .grid_4 {
  width: 300px; }

.container_12 .grid_5 {
  width: 380px; }

.container_12 .grid_7 {
  width: 540px; }

.container_12 .grid_8 {
  width: 620px; }

.container_12 .grid_10 {
  width: 780px; }

.container_12 .grid_11 {
  width: 860px; }

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0; }

.clearfix:after,
.container_12:after {
  clear: both; }

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix,
.container_12 {
  zoom: 1; }

.decoration-font {
  font-family: 'BentonSans-Bold', Arial, 'Liberation Sans', FreeSans, sans-serif;
  font-weight: bold; }

ul {
  list-style: none;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px; }

li {
  margin-left: 0px; }

a {
  text-decoration: none; }

p {
  text-align: left; }

.page-head {
  display: block; }

.abs {
  position: absolute; }

.canvas {
  display: block;
  width: 100%;
  height: 100%; }

.logo {
  padding-top: 30px;
  padding-bottom: 45px; }

.page-head__title {
  margin: 0;
  text-align: right;
  padding-top: 43px;
  padding-bottom: 56px; }

.red-bg {
  background-color: #e5315d; }

.orange-bg {
  background-color: #f27f1a; }

.green-bg {
  background-color: #00af41; }

.blue-bg {
  background-color: #00b5eb; }

.purple-bg {
  background-color: #8d218d; }

.pink-bg {
  background-color: #e7068f; }

.container_12 {
  padding-bottom: 40px; }

.colours {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  width: 20px; }

.colours--hidden {
  display: none; }

.colours__swatch {
  width: 20px;
  height: 20px;
  float: left;
  clear: both;
  display: block;
  outline-style: none; }

.menu_box {
  position: relative; }

.menu_box .colours {
  right: 0;
  left: auto; }

.menu {
  margin: 0;
  padding: 0;
  text-align: left; }

.menu li {
  margin-left: 40px;
  padding: 0; }

/* Why does IE just never   work!!! */
.slideshow {
  width: 620px;
  min-width: 620px;
  overflow: hidden;
  clear: left;
  margin-bottom: 20px;
  padding: 0;
  display: block;
  position: relative; }

.slideshow img {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0; }

.slideshow_2 img {
  animation-name: fade_2;
  animation-duration: 10s;
  animation-iteration-count: infinite; }
@keyframes fade_2 {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; }
  100% {
    opacity: 0; } }
  .slideshow_2 img:nth-child(1) {
    animation-delay: 0s; }
  .slideshow_2 img:nth-child(2) {
    animation-delay: 5s; }

.slideshow_3 img {
  animation-name: fade_3;
  animation-duration: 15s;
  animation-iteration-count: infinite; }
@keyframes fade_3 {
  0% {
    opacity: 0; }
  33.3333333333% {
    opacity: 1; }
  33.3333333333% {
    opacity: 1; }
  66.6666666667% {
    opacity: 0; }
  100% {
    opacity: 0; } }
  .slideshow_3 img:nth-child(1) {
    animation-delay: 0s; }
  .slideshow_3 img:nth-child(2) {
    animation-delay: 5s; }
  .slideshow_3 img:nth-child(3) {
    animation-delay: 10s; }

.slideshow_4 img {
  animation-name: fade_4;
  animation-duration: 20s;
  animation-iteration-count: infinite; }
@keyframes fade_4 {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  25% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 0; } }
  .slideshow_4 img:nth-child(1) {
    animation-delay: 0s; }
  .slideshow_4 img:nth-child(2) {
    animation-delay: 5s; }
  .slideshow_4 img:nth-child(3) {
    animation-delay: 10s; }
  .slideshow_4 img:nth-child(4) {
    animation-delay: 15s; }

.slideshow_5 img {
  animation-name: fade_5;
  animation-duration: 25s;
  animation-iteration-count: infinite; }
@keyframes fade_5 {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  20% {
    opacity: 1; }
  40% {
    opacity: 0; }
  100% {
    opacity: 0; } }
  .slideshow_5 img:nth-child(1) {
    animation-delay: 0s; }
  .slideshow_5 img:nth-child(2) {
    animation-delay: 5s; }
  .slideshow_5 img:nth-child(3) {
    animation-delay: 10s; }
  .slideshow_5 img:nth-child(4) {
    animation-delay: 15s; }
  .slideshow_5 img:nth-child(5) {
    animation-delay: 20s; }

.slideshow_6 img {
  animation-name: fade_6;
  animation-duration: 30s;
  animation-iteration-count: infinite; }
@keyframes fade_6 {
  0% {
    opacity: 0; }
  16.6666666667% {
    opacity: 1; }
  16.6666666667% {
    opacity: 1; }
  33.3333333333% {
    opacity: 0; }
  100% {
    opacity: 0; } }
  .slideshow_6 img:nth-child(1) {
    animation-delay: 0s; }
  .slideshow_6 img:nth-child(2) {
    animation-delay: 5s; }
  .slideshow_6 img:nth-child(3) {
    animation-delay: 10s; }
  .slideshow_6 img:nth-child(4) {
    animation-delay: 15s; }
  .slideshow_6 img:nth-child(5) {
    animation-delay: 20s; }
  .slideshow_6 img:nth-child(6) {
    animation-delay: 25s; }

.slideshow_7 img {
  animation-name: fade_7;
  animation-duration: 35s;
  animation-iteration-count: infinite; }
@keyframes fade_7 {
  0% {
    opacity: 0; }
  14.2857142857% {
    opacity: 1; }
  14.2857142857% {
    opacity: 1; }
  28.5714285714% {
    opacity: 0; }
  100% {
    opacity: 0; } }
  .slideshow_7 img:nth-child(1) {
    animation-delay: 0s; }
  .slideshow_7 img:nth-child(2) {
    animation-delay: 5s; }
  .slideshow_7 img:nth-child(3) {
    animation-delay: 10s; }
  .slideshow_7 img:nth-child(4) {
    animation-delay: 15s; }
  .slideshow_7 img:nth-child(5) {
    animation-delay: 20s; }
  .slideshow_7 img:nth-child(6) {
    animation-delay: 25s; }
  .slideshow_7 img:nth-child(7) {
    animation-delay: 30s; }

.slideshow_8 img {
  animation-name: fade_8;
  animation-duration: 40s;
  animation-iteration-count: infinite; }
@keyframes fade_8 {
  0% {
    opacity: 0; }
  12.5% {
    opacity: 1; }
  12.5% {
    opacity: 1; }
  25% {
    opacity: 0; }
  100% {
    opacity: 0; } }
  .slideshow_8 img:nth-child(1) {
    animation-delay: 0s; }
  .slideshow_8 img:nth-child(2) {
    animation-delay: 5s; }
  .slideshow_8 img:nth-child(3) {
    animation-delay: 10s; }
  .slideshow_8 img:nth-child(4) {
    animation-delay: 15s; }
  .slideshow_8 img:nth-child(5) {
    animation-delay: 20s; }
  .slideshow_8 img:nth-child(6) {
    animation-delay: 25s; }
  .slideshow_8 img:nth-child(7) {
    animation-delay: 30s; }
  .slideshow_8 img:nth-child(8) {
    animation-delay: 35s; }

.slideshow_9 img {
  animation-name: fade_9;
  animation-duration: 45s;
  animation-iteration-count: infinite; }
@keyframes fade_9 {
  0% {
    opacity: 0; }
  11.1111111111% {
    opacity: 1; }
  11.1111111111% {
    opacity: 1; }
  22.2222222222% {
    opacity: 0; }
  100% {
    opacity: 0; } }
  .slideshow_9 img:nth-child(1) {
    animation-delay: 0s; }
  .slideshow_9 img:nth-child(2) {
    animation-delay: 5s; }
  .slideshow_9 img:nth-child(3) {
    animation-delay: 10s; }
  .slideshow_9 img:nth-child(4) {
    animation-delay: 15s; }
  .slideshow_9 img:nth-child(5) {
    animation-delay: 20s; }
  .slideshow_9 img:nth-child(6) {
    animation-delay: 25s; }
  .slideshow_9 img:nth-child(7) {
    animation-delay: 30s; }
  .slideshow_9 img:nth-child(8) {
    animation-delay: 35s; }
  .slideshow_9 img:nth-child(9) {
    animation-delay: 40s; }

.thumbnail-box {
  width: 620px;
  min-width: 620px;
  display: block; }

.thumbnails {
  margin: 0;
  margin-bottom: 20px;
  padding: 0; }

.thumbnails li {
  margin: 0 20px 20px 0;
  padding: 0;
  float: left; }

/* Yay! */
.thumbnails li:nth-child(4n+0) {
  margin-right: 0; }

/* Object */
.link-pic {
  position: relative;
  display: block; }

.link-pic__text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 4px 8px;
  margin: 5px;
  display: block;
  font-size: 14px; }

/* /Object */
/* Component / Theming */
.thumbnail-link {
  width: 140px;
  height: 112px; }
  .thumbnail-link__text {
    color: #8d218d;
    /* Fallback for web browsers that doesn't support RGBa */
    background: #000000;
    /* RGBa with 0.8 opacity */
    background-color: rgba(0, 0, 0, 0.7);
    /* IE 5-7 */
    /* For IE 8*/ }
  .thumbnail-link:hover .thumbnail-link__text {
    color: #fff;
    /* Fallback for web browsers that doesn't support RGBa */
    background: #8d218d;
    /* RGBa with 0.8 opacity */
    background-color: rgba(141, 33, 141, 0.7);
    /* IE 5-7 */
    /* For IE 8*/ }

/* Theming */
.colourchange {
  color: #8d218d; }

.colourchange-hover {
  color: #fff; }

.colourchange-hover:hover {
  color: #8d218d; }
