@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/*------------------------------------*\
    $CSSWIZARDRY-GRIDS
\*------------------------------------*/
/**
 * CONTENTS
 * INTRODUCTION.........How the grid system works.
 * VARIABLES............Your settings.
 * MIXINS...............Library mixins.
 * GRID SETUP...........Build the grid structure.
 * WIDTHS...............Build our responsive widths around our breakpoints.
 * PUSH.................Push classes.
 * PULL.................Pull classes.
 */
/*------------------------------------*\
    $INTRODUCTION
\*------------------------------------*/
/**
 * csswizardry grids provides you with widths to suit a number of breakpoints
 * designed around devices of a size you specify. Out of the box, csswizardry
 * grids caters to the following types of device:
 *
 * palm     --  palm-based devices, like phones and small tablets
 * lap      --  lap-based devices, like iPads or laptops
 * portable --  all of the above
 * desk     --  stationary devices, like desktop computers
 * regular  --  any/all types of device
 *
 * These namespaces are then used in the library to give you the ability to
 * manipulate your layouts based around them, for example:
 *
   <div class="grid__item  one-whole  lap--one-half  desk--one-third">
 *
 * This would give you a grid item which is 100% width unless it is on a lap
 * device, at which point it become 50% wide, or it is on a desktop device, at
 * which point it becomes 33.333% width.
 *
 * csswizardry grids also has push and pull classes which allow you to nudge
 * grid items left and right by a defined amount. These follow the same naming
 * convention as above, but are prepended by either `push--` or `pull--`, for
 * example:
 *
   `class="grid__item  one-half  push--one-half"`
 *
 * This would give you a grid item which is 50% width and pushed over to the
 * right by 50%.
 *
 * All classes in csswizardry grids follow this patten, so you should fairly
 * quickly be able to piece together any combinations you can imagine, for
 * example:
 *
   `class="grid__item  one-whole  lap--one-half  desk--one-third  push--desk--one-third"`
 *
   `class="grid__item  one-quarter  palm--one-half  push--palm--one-half"`
 *
   `class="grid__item  palm--one-third  desk--five-twelfths"`
 */
/*------------------------------------*\
    $VARIABLES
\*------------------------------------*/
/**
 * If you are building a non-responsive site but would still like to use
 * csswizardry-grids, set this to ‘false’:
 */
/**
 * Is this build mobile first? Setting to ‘true’ means that all grids will be
 * 100% width if you do not apply a more specific class to them.
 */
/**
 * Set the spacing between your grid items.
 */
/**
 * Would you like Sass’ silent classes, or regular CSS classes?
 */
/**
 * Would you like push and pull classes enabled?
 */
/**
 * Using `inline-block` means that the grid items need their whitespace removing
 * in order for them to work correctly. Set the following to true if you are
 * going to achieve this by manually removing/commenting out any whitespace in
 * your HTML yourself.
 *
 * Setting this to false invokes a hack which cannot always be guaranteed,
 * please see the following for more detail:
 *
 * github.com/csswizardry/csswizardry-grids/commit/744d4b23c9d2b77d605b5991e54a397df72e0688
 * github.com/csswizardry/inuit.css/issues/170#issuecomment-14859371
 */
/**
 * Define your breakpoints. The first value is the prefix that shall be used for
 * your classes (e.g. `.palm--one-half`), the second value is the media query
 * that the breakpoint fires at.
 */
/**
 * Define which namespaced breakpoints you would like to generate for each of
 * widths, push and pull. This is handy if you only need pull on, say, desk, or
 * you only need a new width breakpoint at mobile sizes. It allows you to only
 * compile as much CSS as you need. All are turned on by default, but you can
 * add and remove breakpoints at will.
 *
 * Push and pull shall only be used if `$push` and/or `$pull` and `$responsive`
 * have been set to ‘true’.
 */
/**
 * You do not need to edit anything from this line onward; csswizardry-grids is
 * good to go. Happy griddin’!
 */
/*------------------------------------*\
    $MIXINS
\*------------------------------------*/
/**
 * These mixins are for the library to use only, you should not need to modify
 * them at all.
 *
 * Enclose a block of code with a media query as named in `$breakpoints`.
 */
/**
 * Drop relative positioning into silent classes which can’t take advantage of
 * the `[class*="push--"]` and `[class*="pull--"]` selectors.
 */
/*------------------------------------*\
    $GRID SETUP
\*------------------------------------*/
/**
 * 1. Allow the grid system to be used on lists.
 * 2. Remove any margins and paddings that might affect the grid system.
 * 3. Apply a negative `margin-left` to negate the columns’ gutters.
 */
.grid {
  list-style: none;
  /* [1] */
  margin: 0;
  /* [2] */
  padding: 0;
  /* [2] */
  margin-left: -24px;
  /* [3] */ }

/**
 * 1. Cause columns to stack side-by-side.
 * 2. Space columns apart.
 * 3. Align columns to the tops of each other.
 * 4. Full-width unless told to behave otherwise.
 * 5. Required to combine fluid widths and fixed gutters.
 */
.grid__item {
  display: inline-block;
  /* [1] */
  padding-left: 24px;
  /* [2] */
  vertical-align: top;
  /* [3] */
  width: 100%;
  /* [4] */
  /* [5] */
  /* [5] */
  box-sizing: border-box;
  /* [5] */ }

/**
 * Reversed grids allow you to structure your source in the opposite order to
 * how your rendered layout will appear. Extends `.grid`.
 */
.grid--rev {
  direction: rtl;
  text-align: left; }
  .grid--rev > .grid__item {
    direction: ltr;
    text-align: left; }

/**
 * Gutterless grids have all the properties of regular grids, minus any spacing.
 * Extends `.grid`.
 */
.grid--full {
  margin-left: 0; }
  .grid--full > .grid__item {
    padding-left: 0; }

/**
 * Align the entire grid to the right. Extends `.grid`.
 */
.grid--right {
  text-align: right; }
  .grid--right > .grid__item {
    text-align: left; }

/**
 * Centered grids align grid items centrally without needing to use push or pull
 * classes. Extends `.grid`.
 */
.grid--center {
  text-align: center; }
  .grid--center > .grid__item {
    text-align: left; }

/**
 * Align grid cells vertically (`.grid--middle` or `.grid--bottom`). Extends
 * `.grid`.
 */
.grid--middle > .grid__item {
  vertical-align: middle; }

.grid--bottom > .grid__item {
  vertical-align: bottom; }

/**
 * Create grids with narrower gutters. Extends `.grid`.
 */
.grid--narrow {
  margin-left: -12px; }
  .grid--narrow > .grid__item {
    padding-left: 12px; }

/**
 * Create grids with wider gutters. Extends `.grid`.
 */
.grid--wide {
  margin-left: -48px; }
  .grid--wide > .grid__item {
    padding-left: 48px; }

/*------------------------------------*\
    $WIDTHS
\*------------------------------------*/
/**
 * Create our width classes, prefixed by the specified namespace.
 */
/**
 * Our regular, non-responsive width classes.
 */
/**
 * Whole
 */
.one-whole {
  width: 100%; }

/**
 * Halves
 */
.one-half, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths {
  width: 50%; }

/**
 * Thirds
 */
.one-third, .two-sixths, .four-twelfths {
  width: 33.333%; }

.two-thirds, .four-sixths, .eight-twelfths {
  width: 66.666%; }

/**
 * Quarters
 */
.one-quarter, .two-eighths, .three-twelfths {
  width: 25%; }

.three-quarters, .six-eighths, .nine-twelfths {
  width: 75%; }

/**
 * Fifths
 */
.one-fifth, .two-tenths {
  width: 20%; }

.two-fifths, .four-tenths {
  width: 40%; }

.three-fifths, .six-tenths {
  width: 60%; }

.four-fifths, .eight-tenths {
  width: 80%; }

/**
 * Sixths
 */
.one-sixth, .two-twelfths {
  width: 16.666%; }

.five-sixths, .ten-twelfths {
  width: 83.333%; }

/**
 * Eighths
 */
.one-eighth {
  width: 12.5%; }

.three-eighths {
  width: 37.5%; }

.five-eighths {
  width: 62.5%; }

.seven-eighths {
  width: 87.5%; }

/**
 * Tenths
 */
.one-tenth {
  width: 10%; }

.three-tenths {
  width: 30%; }

.seven-tenths {
  width: 70%; }

.nine-tenths {
  width: 90%; }

/**
 * Twelfths
 */
.one-twelfth {
  width: 8.333%; }

.five-twelfths {
  width: 41.666%; }

.seven-twelfths {
  width: 58.333%; }

.eleven-twelfths {
  width: 91.666%; }

/**
 * Our responsive classes, if we have enabled them.
 */
@media only screen and (max-width: 480px) {
  /**
   * Whole
   */
  .palm--one-whole {
    width: 100%; }

  /**
   * Halves
   */
  .palm--one-half, .palm--two-quarters, .palm--three-sixths, .palm--four-eighths, .palm--five-tenths, .palm--six-twelfths {
    width: 50%; }

  /**
   * Thirds
   */
  .palm--one-third, .palm--two-sixths, .palm--four-twelfths {
    width: 33.333%; }

  .palm--two-thirds, .palm--four-sixths, .palm--eight-twelfths {
    width: 66.666%; }

  /**
   * Quarters
   */
  .palm--one-quarter, .palm--two-eighths, .palm--three-twelfths {
    width: 25%; }

  .palm--three-quarters, .palm--six-eighths, .palm--nine-twelfths {
    width: 75%; }

  /**
   * Fifths
   */
  .palm--one-fifth, .palm--two-tenths {
    width: 20%; }

  .palm--two-fifths, .palm--four-tenths {
    width: 40%; }

  .palm--three-fifths, .palm--six-tenths {
    width: 60%; }

  .palm--four-fifths, .palm--eight-tenths {
    width: 80%; }

  /**
   * Sixths
   */
  .palm--one-sixth, .palm--two-twelfths {
    width: 16.666%; }

  .palm--five-sixths, .palm--ten-twelfths {
    width: 83.333%; }

  /**
   * Eighths
   */
  .palm--one-eighth {
    width: 12.5%; }

  .palm--three-eighths {
    width: 37.5%; }

  .palm--five-eighths {
    width: 62.5%; }

  .palm--seven-eighths {
    width: 87.5%; }

  /**
   * Tenths
   */
  .palm--one-tenth {
    width: 10%; }

  .palm--three-tenths {
    width: 30%; }

  .palm--seven-tenths {
    width: 70%; }

  .palm--nine-tenths {
    width: 90%; }

  /**
   * Twelfths
   */
  .palm--one-twelfth {
    width: 8.333%; }

  .palm--five-twelfths {
    width: 41.666%; }

  .palm--seven-twelfths {
    width: 58.333%; }

  .palm--eleven-twelfths {
    width: 91.666%; } }
@media only screen and (min-width: 481px) and (max-width: 1023px) {
  /**
   * Whole
   */
  .lap--one-whole {
    width: 100%; }

  /**
   * Halves
   */
  .lap--one-half, .lap--two-quarters, .lap--three-sixths, .lap--four-eighths, .lap--five-tenths, .lap--six-twelfths {
    width: 50%; }

  /**
   * Thirds
   */
  .lap--one-third, .lap--two-sixths, .lap--four-twelfths {
    width: 33.333%; }

  .lap--two-thirds, .lap--four-sixths, .lap--eight-twelfths {
    width: 66.666%; }

  /**
   * Quarters
   */
  .lap--one-quarter, .lap--two-eighths, .lap--three-twelfths {
    width: 25%; }

  .lap--three-quarters, .lap--six-eighths, .lap--nine-twelfths {
    width: 75%; }

  /**
   * Fifths
   */
  .lap--one-fifth, .lap--two-tenths {
    width: 20%; }

  .lap--two-fifths, .lap--four-tenths {
    width: 40%; }

  .lap--three-fifths, .lap--six-tenths {
    width: 60%; }

  .lap--four-fifths, .lap--eight-tenths {
    width: 80%; }

  /**
   * Sixths
   */
  .lap--one-sixth, .lap--two-twelfths {
    width: 16.666%; }

  .lap--five-sixths, .lap--ten-twelfths {
    width: 83.333%; }

  /**
   * Eighths
   */
  .lap--one-eighth {
    width: 12.5%; }

  .lap--three-eighths {
    width: 37.5%; }

  .lap--five-eighths {
    width: 62.5%; }

  .lap--seven-eighths {
    width: 87.5%; }

  /**
   * Tenths
   */
  .lap--one-tenth {
    width: 10%; }

  .lap--three-tenths {
    width: 30%; }

  .lap--seven-tenths {
    width: 70%; }

  .lap--nine-tenths {
    width: 90%; }

  /**
   * Twelfths
   */
  .lap--one-twelfth {
    width: 8.333%; }

  .lap--five-twelfths {
    width: 41.666%; }

  .lap--seven-twelfths {
    width: 58.333%; }

  .lap--eleven-twelfths {
    width: 91.666%; } }
@media only screen and (max-width: 1023px) {
  /**
   * Whole
   */
  .portable--one-whole {
    width: 100%; }

  /**
   * Halves
   */
  .portable--one-half, .portable--two-quarters, .portable--three-sixths, .portable--four-eighths, .portable--five-tenths, .portable--six-twelfths {
    width: 50%; }

  /**
   * Thirds
   */
  .portable--one-third, .portable--two-sixths, .portable--four-twelfths {
    width: 33.333%; }

  .portable--two-thirds, .portable--four-sixths, .portable--eight-twelfths {
    width: 66.666%; }

  /**
   * Quarters
   */
  .portable--one-quarter, .portable--two-eighths, .portable--three-twelfths {
    width: 25%; }

  .portable--three-quarters, .portable--six-eighths, .portable--nine-twelfths {
    width: 75%; }

  /**
   * Fifths
   */
  .portable--one-fifth, .portable--two-tenths {
    width: 20%; }

  .portable--two-fifths, .portable--four-tenths {
    width: 40%; }

  .portable--three-fifths, .portable--six-tenths {
    width: 60%; }

  .portable--four-fifths, .portable--eight-tenths {
    width: 80%; }

  /**
   * Sixths
   */
  .portable--one-sixth, .portable--two-twelfths {
    width: 16.666%; }

  .portable--five-sixths, .portable--ten-twelfths {
    width: 83.333%; }

  /**
   * Eighths
   */
  .portable--one-eighth {
    width: 12.5%; }

  .portable--three-eighths {
    width: 37.5%; }

  .portable--five-eighths {
    width: 62.5%; }

  .portable--seven-eighths {
    width: 87.5%; }

  /**
   * Tenths
   */
  .portable--one-tenth {
    width: 10%; }

  .portable--three-tenths {
    width: 30%; }

  .portable--seven-tenths {
    width: 70%; }

  .portable--nine-tenths {
    width: 90%; }

  /**
   * Twelfths
   */
  .portable--one-twelfth {
    width: 8.333%; }

  .portable--five-twelfths {
    width: 41.666%; }

  .portable--seven-twelfths {
    width: 58.333%; }

  .portable--eleven-twelfths {
    width: 91.666%; } }
@media only screen and (min-width: 1024px) {
  /**
   * Whole
   */
  .desk--one-whole {
    width: 100%; }

  /**
   * Halves
   */
  .desk--one-half, .desk--two-quarters, .desk--three-sixths, .desk--four-eighths, .desk--five-tenths, .desk--six-twelfths {
    width: 50%; }

  /**
   * Thirds
   */
  .desk--one-third, .desk--two-sixths, .desk--four-twelfths {
    width: 33.333%; }

  .desk--two-thirds, .desk--four-sixths, .desk--eight-twelfths {
    width: 66.666%; }

  /**
   * Quarters
   */
  .desk--one-quarter, .desk--two-eighths, .desk--three-twelfths {
    width: 25%; }

  .desk--three-quarters, .desk--six-eighths, .desk--nine-twelfths {
    width: 75%; }

  /**
   * Fifths
   */
  .desk--one-fifth, .desk--two-tenths {
    width: 20%; }

  .desk--two-fifths, .desk--four-tenths {
    width: 40%; }

  .desk--three-fifths, .desk--six-tenths {
    width: 60%; }

  .desk--four-fifths, .desk--eight-tenths {
    width: 80%; }

  /**
   * Sixths
   */
  .desk--one-sixth, .desk--two-twelfths {
    width: 16.666%; }

  .desk--five-sixths, .desk--ten-twelfths {
    width: 83.333%; }

  /**
   * Eighths
   */
  .desk--one-eighth {
    width: 12.5%; }

  .desk--three-eighths {
    width: 37.5%; }

  .desk--five-eighths {
    width: 62.5%; }

  .desk--seven-eighths {
    width: 87.5%; }

  /**
   * Tenths
   */
  .desk--one-tenth {
    width: 10%; }

  .desk--three-tenths {
    width: 30%; }

  .desk--seven-tenths {
    width: 70%; }

  .desk--nine-tenths {
    width: 90%; }

  /**
   * Twelfths
   */
  .desk--one-twelfth {
    width: 8.333%; }

  .desk--five-twelfths {
    width: 41.666%; }

  .desk--seven-twelfths {
    width: 58.333%; }

  .desk--eleven-twelfths {
    width: 91.666%; } }
/*------------------------------------*\
    $PUSH
\*------------------------------------*/
/**
 * Push classes, to move grid items over to the right by certain amounts.
 */
/*------------------------------------*\
    $PULL
\*------------------------------------*/
/**
 * Pull classes, to move grid items back to the left by certain amounts.
 */
/* ==============================================
   My site-specific styles
   =========================================== */
*, *:before, *:after {
  box-sizing: border-box; }

html, body {
  font-size: 62.5%; }

body {
  background-color: white;
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  line-height: 1.6; }

h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 700; }

h1 {
  color: #fcfaf6;
  font-size: 3rem; }

.big__title {
  font-size: 13rem;
  letter-spacing: -1rem;
  position: relative;
  top: -14.5rem;
  left: -2rem;
  text-align: left;
  color: rgba(0, 0, 0, 0.2); }

h2 {
  font-size: 2.7rem; }

h4 {
  font-size: 1.25rem;
  line-height: 1; }

a {
  color: black;
  text-decoration: none; }

a:hover {
  color: #517fa4; }

p {
  padding-left: 2rem;
  padding-right: 1.8rem;
  color: rgba(0, 0, 0, 0.5); }

em {
  color: rgba(0, 0, 0, 0.8); }

span {
  border-bottom: 1px solid #fcfaf6; }

.invert-span {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 1.6rem; }

.strikethrough {
  text-decoration: line-through; }

.img__work {
  overflow: hidden;
  position: relative; }

.horiz-center {
  text-align: center; }

.icon {
  display: inline;
  vertical-align: middle;
  margin-right: 1rem; }

.title {
  color: #517fa4;
  font-size: 5rem;
  line-height: 1;
  padding-top: 2rem;
  letter-spacing: -0.1rem; }

.sub-head {
  color: #92b0c9; }

.title,
.sub-head {
  padding-left: 2rem;
  padding-right: 1.8rem;
  text-transform: uppercase; }

.sub-head--center {
  text-align: center;
  padding-left: 0; }

.section__title {
  text-align: center;
  line-height: 1.45;
  font-size: 6rem;
  color: rgba(0, 0, 0, 0.4); }

.section__title-inv {
  text-align: center;
  line-height: 1.45;
  font-size: 6rem;
  color: rgba(255, 255, 255, 0.5); }

.ball--numbers {
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
  display: inline-block;
  width: 11rem;
  height: 10.7rem;
  line-height: 1.45;
  font-size: 6rem;
  overflow: hidden; }

.ball--numbers-2 {
  text-align: center;
  line-height: 1.45;
  font-size: 6rem;
  color: rgba(0, 0, 0, 0.4); }

.ball--numbers:hover {
  background-color: black; }

.p-smallcaps {
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fcfaf6;
  line-height: 1.5;
  display: inline-block;
  padding: 0.7rem 0;
  border-bottom: 0.1rem solid;
  padding-bottom: 0.1rem; }

.p-smallcaps:hover {
  border-bottom: black; }

.copyright {
  font-size: 1.2rem;
  line-height: 4.5;
  color: rgba(0, 0, 0, 0.5); }

.overlay--footer,
.overlay--bottom {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 7rem; }

.overlay--bottom:hover {
  background-color: black; }

.overlay--footer {
  height: inherit;
  background-color: inherit; }

.only-the-link {
  background-color: rgba(40, 20, 0, 0.3);
  width: 100%;
  height: 7rem; }

.only-the-link:hover {
  background-color: black; }

.text-separator,
.text-end-separator,
.text-separator-logo {
  color: #b4c9da;
  text-align: center; }

.text-separator {
  padding-bottom: 1rem; }

.text-end-separator {
  letter-spacing: -1.5px;
  padding-bottom: 4.5rem;
  padding-top: 2.5rem; }

.text-separator-logo {
  padding-bottom: 2rem;
  padding-top: 2.5rem; }

.header__parallax-periscope {
  background-image: url(../images/c0dce58d.jpeg);
  background-attachment: fixed;
  background-position: center 0;
  background-size: cover;
  height: 100vh; }

.grid__item-img {
  background-size: cover;
  width: 100%;
  padding-left: 2rem;
  padding-right: 1.8rem;
  margin-top: 2.2rem; }

.grid__img {
  background-size: cover;
  width: 100%; }

.book-series,
.music-series,
.identity-series {
  background-size: cover;
  max-width: 100%; }

.book-series {
  padding-top: 2.4rem; }

.music-series {
  padding-top: 1.4rem; }

.identity-series {
  padding-top: 1.6rem; }

.book-series__background,
.music-series__background,
.identity-series__background,
.identity-series2__background {
  padding-bottom: 3rem;
  padding-top: 3rem; }
  .book-series__background p,
  .music-series__background p,
  .identity-series__background p,
  .identity-series2__background p {
    text-align: center;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px; }

.book-series__background,
.identity-series__background {
  background-color: #b4c9da; }

.music-series__background,
.identity-series2__background {
  background-color: #ccdae6; }

.wrapper-series {
  width: 90%;
  margin: auto;
  padding-right: 2.4rem;
  padding-top: 0.4rem;
  padding-bottom: 2.2rem; }

/* Card for making img fade from 0.8 to opacity 1 */
.a-img {
  position: relative;
  margin-left: 2rem;
  margin-right: 1.8rem;
  margin-top: 4rem;
  margin-bottom: 2.2rem;
  text-align: center;
  overflow: hidden;
  opacity: 0.8;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .a-img:hover {
    opacity: 1; }
    .a-img:hover h1 {
      top: -12rem; }
    .a-img:hover figcaption {
      background-color: black; }
    .a-img:hover p {
      bottom: 0; }
  .a-img img {
    padding: 0;
    display: block;
    margin-top: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .a-img h1 {
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    position: absolute;
    top: 0.75rem;
    display: block;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .a-img figcaption {
    background-color: transparent;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 7rem;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    overflow: hidden; }
  .a-img p {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fcfaf6;
    line-height: 1.5;
    display: inline-block;
    padding: 0.7rem 0;
    border-bottom: 0.1rem solid;
    padding-bottom: 0.1rem;
    position: relative;
    bottom: -10rem;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

/* Card for making img fade from 1 to opacity 0.7 */
.a-img-inv {
  position: relative;
  margin-left: 2rem;
  margin-right: 1.8rem;
  margin-top: 4rem;
  margin-bottom: 2.2rem;
  text-align: center;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .a-img-inv:hover h1 {
    top: -12rem; }
  .a-img-inv:hover figcaption {
    background-color: black; }
  .a-img-inv:hover p {
    bottom: 0; }
  .a-img-inv img {
    padding: 0;
    display: block;
    margin-top: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .a-img-inv img:hover {
      opacity: 0.7; }
  .a-img-inv h1 {
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    position: absolute;
    top: 0.75rem;
    display: block;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .a-img-inv figcaption {
    background-color: transparent;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 7rem;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    overflow: hidden; }
  .a-img-inv p {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fcfaf6;
    line-height: 1.5;
    display: inline-block;
    padding: 0.7rem 0;
    border-bottom: 0.1rem solid;
    padding-bottom: 0.1rem;
    position: relative;
    bottom: -10rem;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

/* ==============================================
   Animations
   =========================================== */
.only-the-link,
.overlay--footer,
.overlay--bottom,
.ball--numbers {
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in; }

/* ==============================================
   Wireframing layout: containers info
   =========================================== */
.dribbble,
.dribbble--small,
.dribbble-dark,
.dribbble-dark--small,
.instagram,
.instagram--small,
.instagram-dark,
.twitter,
.twitter--small,
.twitter-dark,
.behance,
.header__global {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden; }

.footer__global {
  background-color: white;
  height: 9em; }

.header__global-tldr {
  background-image: url(../images/IMG_3398light.jpg); }

.header__global-books {
  background-image: url(../images/IMG_6338small3.jpg); }

.header__global-music {
  background-image: url(../images/IMG_6340small2.jpg); }

.header__global-identity {
  background-image: url(../images/IMG_4035light2.jpg); }

.header__global-work {
  background-image: url(../images/IMG_3149.jpg); }

.header__global-social {
  background-image: url(../images/IMG_5206grey.jpg); }

.header__global-about {
  background-image: url(../images/IMG_5380light.jpg); }

.dribbble--small,
.instagram--small,
.twitter--small,
.header__global,
.header__global-about,
.header__global-social,
.header__global-work {
  height: 50vh; }

.dribbble,
.instagram,
.twitter {
  height: 80vh; }

.dribbble {
  background-color: #ea4c89;
  background-image: url(../images/IMG_5380light.jpg); }

.dribbble--small {
  background-image: url(../images/IMG_5380light.jpg); }

.dribbble-dark {
  background-color: white;
  height: 9em;
  background-attachment: fixed; }

.dribbble-dark--small {
  background-color: white;
  height: 9em; }

.instagram {
  background-color: #517fa4;
  background-image: url(../images/IMG_5206grey.jpg);
  overflow: hidden; }

.instagram--small {
  background-image: url(../images/IMG_5206grey.jpg); }

.instagram-dark {
  background-color: #406582;
  height: 50vh;
  background-image: url(../images/photo-1428515613728-6b4607e44363.jpeg); }

.twitter {
  background-color: #00aced;
  background-image: url(../images/IMG_3149light.jpg); }

.twitter--small {
  background-image: url(../images/IMG_3149.jpg); }

.twitter-dark {
  background-color: #0087ba;
  height: 50vh;
  background-image: url(../images/photo-1446611720526-39d16597055c.jpeg); }

.behance {
  background-color: #1769ff;
  height: 50vh;
  background-image: url(../images/photo-1428660386617-8d277e7deaf2.jpeg); }

/* ==============================================
   Social navigation ul list
   =========================================== */
.social-nav__list {
  text-align: center;
  padding-left: 0;
  padding-bottom: 30px; }

.social-nav__item {
  display: inline;
  text-transform: uppercase;
  padding: 1.1rem; }

.social-nav__link-icon {
  fill: currentColor; }
  .social-nav__link-icon:hover {
    text-decoration: none; }

.social-nav__link-dribbble,
.social-nav__link-twitter,
.social-nav__link-instagram {
  color: rgba(0, 0, 0, 0.5); }

.social-nav__link-dribbble:hover {
  color: #ea4c89; }

.social-nav__link-behance:hover {
  color: #1769ff; }

.social-nav__link-instagram:hover {
  color: #517fa4; }

.social-nav__link-twitter:hover {
  color: #00aced; }

/* ==============================================
   My media queries
   =========================================== */
@media screen and (min-width: 1024px) {
  .twitter,
  .instagram,
  .dribbble {
    height: 100vh; } }
/* ==============================================
   My 9 colors debug system
   =========================================== */
.debug,
.debug-2,
.debug-3,
.debug-4,
.debug-5,
.debug-6,
.debug-7,
.debug-8,
.debug-9 {
  border: 1px solid; }

.debug {
  color: #FFD700; }

.debug-2 {
  color: #FF1493; }

.debug-3 {
  color: #DC143C; }

.debug-4 {
  color: #E9967A; }

.debug-5 {
  color: #FF8C00; }

.debug-6 {
  color: #BDB76B; }

.debug-7 {
  color: #663399; }

.debug-8 {
  color: #FF00FF; }

.debug-9 {
  color: #00FFFF; }

/* ==============================================
    Clearfix by Nicolas Gallagher
    =========================================== */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }
