@charset "UTF-8";
/**
 * This is the base file of the CSS for The Paper Chain's website.
 */
/* 
 Website by
  _____                _         _                              
 |_   _|__  _   _  ___| |__   __| |_ __ ___  __ _ _ __ ___  ___ 
   | |/ _ \| | | |/ __| '_ \ / _` | '__/ _ \/ _` | '_ ` _ \/ __|
   | | (_) | |_| | (__| | | | (_| | | |  __/ (_| | | | | | \__ \
   |_|\___/ \__,_|\___|_| |_|\__,_|_|  \___|\__,_|_| |_| |_|___/ .co.za
   
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url("http://fonts.googleapis.com/css?family=\a 	\aOpen+Sans:400,600,700\a \a");
/* line 9, ../_sass/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../_sass/_normalize.scss */
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.
 */
/* line 33, ../_sass/_normalize.scss */
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.
 */
/* line 54, ../_sass/_normalize.scss */
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.
 */
/* line 67, ../_sass/_normalize.scss */
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/10/11, Safari, and Firefox < 22.
 */
/* line 77, ../_sass/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../_sass/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 98, ../_sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

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

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

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 127, ../_sass/_normalize.scss */
dfn {
  font-style: italic;
}

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

/**
 * Address styling not present in IE 8/9.
 */
/* line 145, ../_sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 154, ../_sass/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 170, ../_sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, ../_sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

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

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 193, ../_sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Address differences between Firefox and other browsers.
 */
/* line 212, ../_sass/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../_sass/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, ../_sass/_normalize.scss */
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.
 */
/* line 252, ../_sass/_normalize.scss */
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.
 */
/* line 266, ../_sass/_normalize.scss */
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.
 */
/* line 277, ../_sass/_normalize.scss */
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.
 */
/* line 290, ../_sass/_normalize.scss */
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.
 */
/* line 302, ../_sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, ../_sass/_normalize.scss */
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.
 */
/* line 322, ../_sass/_normalize.scss */
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.
 */
/* line 334, ../_sass/_normalize.scss */
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`.
 */
/* line 346, ../_sass/_normalize.scss */
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.
 */
/* line 356, ../_sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * 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).
 */
/* line 367, ../_sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 376, ../_sass/_normalize.scss */
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.
 */
/* line 387, ../_sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 396, ../_sass/_normalize.scss */
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.
 */
/* line 405, ../_sass/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 416, ../_sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, ../_sass/_normalize.scss */
td,
th {
  padding: 0;
}

/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/**
 * 
 */
/* Microsoft research says 40px is ideal size for a touch target */
/* height or width */
/* Assuming font-size: 1rem; */
/* used by table cells and text fields */
/* used in width functions */
/* 480px @ 16px font size */
/* 960px @ 16px font size */
/* 1280px @ 16px font size */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 15, ../_sass/_elements.scss */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 29, ../_sass/_elements.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 34, ../_sass/_elements.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
/* line 43, ../_sass/_elements.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
/* line 58, ../_sass/_elements.scss */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 71, ../_sass/_elements.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 81, ../_sass/_elements.scss */
textarea {
  resize: vertical;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* -------------------------------------------------------------------------------------------
                                                                Individual tags
*/
/* line 108, ../_sass/_elements.scss */
body {
  font-family: "Open Sans", sans-serif;
}
@media only screen and (max-width: 60em) {
  /* line 108, ../_sass/_elements.scss */
  body {
    font-size: 0.92em;
  }
}
@media only screen and (max-width: 30em) {
  /* line 108, ../_sass/_elements.scss */
  body {
    font-size: 0.86em;
  }
}

/* line 121, ../_sass/_elements.scss */
p,
li,
th, td,
blockquote {
  max-width: 60em;
}

/* line 130, ../_sass/_elements.scss */
p {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

/* line 135, ../_sass/_elements.scss */
img {
  height: auto;
  max-width: 100%;
}

/* line 143, ../_sass/_elements.scss */
span ul {
  display: inline;
}

/* line 150, ../_sass/_elements.scss */
acronym, abbr {
  border-bottom-style: dotted;
  cursor: help;
}

/*------------------------------------------------------------------------
                                                            Links
*/
/* line 192, ../_sass/_elements.scss */
a {
  color: #3481CF;
  text-decoration: none;
  word-wrap: break-word;
}
/* line 199, ../_sass/_elements.scss */
a:visited {
  color: #3481CF;
}
/* line 202, ../_sass/_elements.scss */
a:hover, a:focus {
  color: #245a91;
}
/* line 206, ../_sass/_elements.scss */
a:active {
  /* a link when it is 'clicked' on */
  color: #245a91;
}
/* line 210, ../_sass/_elements.scss */
a[aria-selected="true"] {
  font-weight: bold;
  color: inherit;
}
/* line 216, ../_sass/_elements.scss */
a.area, a.area:link, a.area:visited, a.area:hover, a.area:focus, a.area:active {
  color: inherit;
  display: block;
}
/* line 227, ../_sass/_elements.scss */
a.area.link:visited {
  color: #3481CF;
}
/* line 230, ../_sass/_elements.scss */
a.area.link:hover, a.area.link:focus {
  color: #245a91;
}
/* line 234, ../_sass/_elements.scss */
a.area.link:active {
  /* a link when it is 'clicked' on */
  color: #245a91;
}

/*------------------------------------------------------------------------
                                                            Headings
*/
/* line 252, ../_sass/_elements.scss */
header p {
  font-size: 1.1em;
  font-style: italic;
  margin-top: -0.7em;
}

/* line 269, ../_sass/_elements.scss */
h1.has-border-bottom, h2.has-border-bottom, h3.has-border-bottom, h4.has-border-bottom {
  border-bottom: dotted 1px #57800D;
  padding-bottom: 0.4em;
}

/* line 277, ../_sass/_elements.scss */
h1 {
  text-align: center;
}

/* -------------------------------------------------------------------------------------------
                                                                Tables
*/
/* line 468, ../_sass/_elements.scss */
table td, table th {
  border: solid 1px grey;
  padding: 0.3em 0.5em;
  vertical-align: top;
}
/* line 474, ../_sass/_elements.scss */
table.borderless td, table.borderless th {
  border: none;
}
/* line 479, ../_sass/_elements.scss */
table th {
  text-align: left;
  font-weight: bold;
}
/* line 484, ../_sass/_elements.scss */
table th.active {
  background: rgba(0, 0, 0, 0.15);
}
/* line 488, ../_sass/_elements.scss */
table th[scope="row"] {
  font-weight: bold;
  text-align: right;
}

/**
 * @file
 * The size, position, spaces between, margins, and padding of the fundamental webpage elements.
 * Also, definitions of available layout systems such as ‘flexible grid’ systems.
 * Also, other groups of styles that provide layout, which can be applied to other elements or components.
 */
/* line 13, ../_sass/_layout.scss */
.column-container, header[role="banner"] > [role="presentation"],
main section > [role="presentation"],
footer.pre-footer > [role="presentation"],
footer[role="contentinfo"] > [role="presentation"], main {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
}

/* line 21, ../_sass/_layout.scss */
main section > [role="presentation"] {
  padding: 3em 5em;
}

/* line 28, ../_sass/_shared.scss */
.group:after {
  content: "";
  display: table;
  clear: both;
}

/*
 * Browser Upgrade Prompt
 */
/* line 9, ../_sass/_components.scss */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/*
 * Hide visually and from screen readers:
 */
/* line 20, ../_sass/_components.scss */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
/* line 29, ../_sass/_components.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
/* line 46, ../_sass/_components.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
/* line 60, ../_sass/_components.scss */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 76, ../_sass/_components.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 82, ../_sass/_components.scss */
.clearfix:after {
  clear: both;
}

/* line 89, ../_sass/_components.scss */
.align-center {
  text-align: center;
}

/* line 93, ../_sass/_components.scss */
.full-width-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

/* line 98, ../_sass/_components.scss */
.non-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 104, ../_sass/_components.scss */
.inset > [role="presentation"] {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  -moz-border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  border-radius: 0.4em;
}

/* line 111, ../_sass/_components.scss */
.subtle, .product .field_bulk_size {
  color: #666;
  font-style: italic;
}

/* line 116, ../_sass/_components.scss */
.right {
  float: right;
  margin: 0 0 1em 1.5em;
}

/* line 120, ../_sass/_components.scss */
.left {
  float: left;
  margin: 0 1.5em 1em 0;
}

/* line 131, ../_sass/_components.scss */
nav ul li a {
  display: block;
  padding: 0.3em 0.5em;
}

/* line 137, ../_sass/_components.scss */
.horizontal {
  display: flex;
}
/* line 143, ../_sass/_components.scss */
.horizontal li a {
  padding: 0.3em 0.3em;
}

@media all and (min-width: 600px) {
  /* line 166, ../_sass/_components.scss */
  .columns > * {
    display: table-cell;
    vertical-align: top;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  /* line 173, ../_sass/_components.scss */
  .columns > *:first-child {
    padding-left: 0;
  }
  /* line 176, ../_sass/_components.scss */
  .columns > *:last-child {
    padding-right: 0;
  }
}

/* line 187, ../_sass/_components.scss */
article > img:first-child {
  margin-bottom: 1.2em;
}

/* line 196, ../_sass/_components.scss */
.product {
  float: left;
  width: 47.5%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  display: inline-block;
  margin-top: 2em;
}
/* line 70, ../_sass/_shared.scss */
.product:nth-child(2n - 1) {
  margin-left: 0;
  clear: left;
}
/* line 74, ../_sass/_shared.scss */
.product:nth-child(2n) {
  margin-right: 0;
}
/* line 201, ../_sass/_components.scss */
.product h3 {
  margin-top: 0;
}
/* line 204, ../_sass/_components.scss */
.product img {
  max-width: 240px;
  float: left;
  padding: 0 2em 1em 0;
}
/* line 209, ../_sass/_components.scss */
.product p {
  font-size: 0.9em;
}
/* line 212, ../_sass/_components.scss */
.product .subtitle {
  margin-top: -1em;
  font-weight: bold;
  color: #9F9F9F;
  text-transform: uppercase;
  font-size: 0.9em;
}

/**
 * Colours
 */
/* line 15, ../_sass/_colours.scss */
.area-white, header[role*="banner"] {
  background-color: white;
  color: #727171;
}

/* line 24, ../_sass/_colours.scss */
.area-neutral, .area-grey {
  color: #5E5E5E;
}

/* line 30, ../_sass/_colours.scss */
.area-very-dark, .area-green, .area-midnight, .area-dark-grey {
  color: #F3F3F3;
}
/* line 34, ../_sass/_colours.scss */
.area-very-dark a:not(.area), .area-green a:not(.area), .area-midnight a:not(.area), .area-dark-grey a:not(.area) {
  color: #9ac0e7;
  text-shadow: 0.04em 0.04em 0.08em rgba(0, 0, 0, 0.3);
}
/* line 39, ../_sass/_colours.scss */
.area-very-dark a:not(.area):visited, .area-green a:not(.area):visited, .area-midnight a:not(.area):visited, .area-dark-grey a:not(.area):visited {
  color: #9ac0e7;
}
/* line 42, ../_sass/_colours.scss */
.area-very-dark a:not(.area):hover, .area-green a:not(.area):hover, .area-midnight a:not(.area):hover, .area-dark-grey a:not(.area):hover, .area-very-dark a:not(.area):focus, .area-green a:not(.area):focus, .area-midnight a:not(.area):focus, .area-dark-grey a:not(.area):focus {
  color: #83a3c4;
}
/* line 46, ../_sass/_colours.scss */
.area-very-dark a:not(.area):active, .area-green a:not(.area):active, .area-midnight a:not(.area):active, .area-dark-grey a:not(.area):active {
  /* a link when it is 'clicked' on */
  color: #6c86a2;
}
/* line 50, ../_sass/_colours.scss */
.area-very-dark a:not(.area)[aria-selected="true"], .area-green a:not(.area)[aria-selected="true"], .area-midnight a:not(.area)[aria-selected="true"], .area-dark-grey a:not(.area)[aria-selected="true"] {
  color: inherit;
}

/* line 62, ../_sass/_colours.scss */
.area-green {
  background-color: #46660a;
}

/* line 68, ../_sass/_colours.scss */
.area-midnight {
  background-color: #22272D;
}

/* line 73, ../_sass/_colours.scss */
.area-grey {
  background-color: #E6E6E6;
}

/* line 78, ../_sass/_colours.scss */
.area-dark-grey {
  background-color: #565656;
}

/**
 * @file
 * Appearance (not layout) of large parts of webpages, such as headers and sidebars.
 */
/* line 11, ../_sass/_areas.scss */
header[role*="banner"] {
  height: 3em;
  padding-top: 1.4em;
  padding-bottom: 1.4em;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 80;
  background-color: rgba(255, 255, 255, 0.94);
  box-shadow: 0 0 0.18em rgba(0, 0, 0, 0.23);
}
@media all and (max-width: 770px) {
  /* line 11, ../_sass/_areas.scss */
  header[role*="banner"] {
    height: 6em;
  }
  /* line 33, ../_sass/_areas.scss */
  header[role*="banner"] section {
    text-align: center;
  }
  /* line 36, ../_sass/_areas.scss */
  header[role*="banner"] section:last-child {
    margin-top: 1em;
  }
}
@media all and (min-width: 770px) {
  /* line 42, ../_sass/_areas.scss */
  header[role*="banner"] > [role="presentation"] {
    display: flex;
  }
  /* line 53, ../_sass/_areas.scss */
  header[role*="banner"] section:last-child {
    flex-grow: 1;
  }
  /* line 56, ../_sass/_areas.scss */
  header[role*="banner"] section:last-child > * {
    float: right;
  }
}
/* line 64, ../_sass/_areas.scss */
header[role*="banner"] nav,
header[role*="banner"] nav ul {
  height: 100%;
}
/* line 72, ../_sass/_areas.scss */
header[role*="banner"] nav ul li:not(:first-child) {
  padding-left: 1em;
}
/* line 76, ../_sass/_areas.scss */
header[role*="banner"] nav ul li a {
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
@media all and (max-width: 44em) {
  /* line 63, ../_sass/_areas.scss */
  header[role*="banner"] nav {
    overflow: auto;
    border-style: solid;
    border-width: 0 1px;
    border-color: grey;
    padding: 0 1.4em;
  }
  /* line 157, ../_sass/_components.scss */
  header[role*="banner"] nav > * {
    width: 40em;
  }
}
/* line 91, ../_sass/_areas.scss */
header[role*="banner"] a {
  color: #666666;
}
/* line 95, ../_sass/_areas.scss */
header[role*="banner"] a:visited {
  color: #666666;
}
/* line 98, ../_sass/_areas.scss */
header[role*="banner"] a:hover, header[role*="banner"] a:focus {
  color: #292929;
}
/* line 102, ../_sass/_areas.scss */
header[role*="banner"] a:active {
  /* a link when it is 'clicked' on */
  color: black;
}
/* line 106, ../_sass/_areas.scss */
header[role*="banner"] a[aria-selected="true"] {
  color: inherit;
}

/* line 117, ../_sass/_areas.scss */
main {
  margin-top: 5.8em;
  padding-top: 2em;
  padding-bottom: 4em;
}
@media all and (max-width: 770px) {
  /* line 117, ../_sass/_areas.scss */
  main {
    margin-top: 8.8em;
  }
}

/* line 134, ../_sass/_areas.scss */
footer.pre-footer > [role="presentation"],
footer[role*="contentinfo"] {
  padding-top: 1.4em;
  padding-bottom: 1.4em;
}

/* line 140, ../_sass/_areas.scss */
footer[role*="contentinfo"] {
  text-align: center;
}
/* line 28, ../_sass/_shared.scss */
footer[role*="contentinfo"] > [role="presentation"]:after {
  content: "";
  display: table;
  clear: both;
}
/* line 147, ../_sass/_areas.scss */
footer[role*="contentinfo"] section {
  display: inline-block;
}
/* line 151, ../_sass/_areas.scss */
footer[role*="contentinfo"] section:first-child {
  float: left;
}
/* line 154, ../_sass/_areas.scss */
footer[role*="contentinfo"] section:last-child {
  float: right;
}

/* line 2, ../_sass/_customisations.scss */
body.home main {
  max-width: none;
  padding: 0;
}
/* line 6, ../_sass/_customisations.scss */
body.home main p,
body.home main li,
body.home main th, body.home main td,
body.home main blockquote {
  margin-left: auto;
  margin-right: auto;
}

/* line 16, ../_sass/_customisations.scss */
.logo img {
  border: solid 1px black;
}
@media all and (max-width: 770px) {
  /* line 16, ../_sass/_customisations.scss */
  .logo img {
    max-height: 2em;
  }
}
@media all and (min-width: 770px) and (max-width: 1000px) {
  /* line 16, ../_sass/_customisations.scss */
  .logo img {
    max-height: 2.3em;
  }
}

/* line 27, ../_sass/_customisations.scss */
.page-smarttouch {
  background-image: url("../media/SmartTouch_logo-watermark.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left 700px;
}

/* line 33, ../_sass/_customisations.scss */
.page-essential-green {
  background-image: url("../media/Essential_Green_logo-watermark.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right 500px;
}

/* Welcome to Compass. Use this file to write IE specific override styles.
 * Import this file using the following HTML or equivalent:
 * <!--[if IE]>
 *   <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
 * <![endif]--> */
/**
 * @File Print
 */
@media print {
  /* line 11, ../_sass/_print.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 21, ../_sass/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 26, ../_sass/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 30, ../_sass/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  /* line 39, ../_sass/_print.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 44, ../_sass/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  /* line 55, ../_sass/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 59, ../_sass/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 64, ../_sass/_print.scss */
  img {
    max-width: 100% !important;
  }

  /* line 68, ../_sass/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 75, ../_sass/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
