@charset "UTF-8";
/*------------------------------------*    $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’.
 */
/*! 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.
 */
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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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 {
  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.
 */
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).
 */
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;
}

.current-bp {
  display: none;
  content: 'no-bp';
}

@media (min-width: 500px) {
  .current-bp {
    content: "sm";
  }
}

@media (min-width: 800px) {
  .current-bp {
    content: "med";
  }
}

@media (min-width: 1055px) {
  .current-bp {
    content: "lrg";
  }
}

html {
  font-size: 80%;
}

@media (min-width: 500px) {
  html {
    font-size: 85%;
  }
}

@media (min-width: 800px) {
  html {
    font-size: 90%;
  }
}

@media (min-width: 1055px) {
  html {
    font-size: 100%;
  }
}

html {
  box-sizing: border-box;
}

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

body {
  font-family: "Helvetica Neue", Helvetica, "sans-serif";
  font-family: 'Trade Gothic W01', Helvetica, "sans-serif";
  font-weight: 200;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

h1 {
  font-size: 38.4px;
  font-size: 3rem;
  font-weight: 600;
}

h2 {
  font-size: 25.6px;
  font-size: 2rem;
  line-height: 1;
}

h3 {
  font-size: 19.2px;
  font-size: 1.5rem;
}

p {
  font-size: 12.8px;
  font-size: 1rem;
  margin-bottom: 19.2px;
  margin-bottom: 1.5rem;
}

table {
  width: 100%;
  text-align: left;
}

th, td {
  font-size: 12.8px;
  font-size: 1rem;
  padding-top: 6.4px;
  padding-top: 0.5rem;
  padding-bottom: 6.4px;
  padding-bottom: 0.5rem;
  padding-left: 6.4px;
  padding-left: 0.5rem;
  padding-right: 6.4px;
  padding-right: 0.5rem;
  border-right: 1px solid #fff;
}

thead tr {
  border-top: 2px solid #ededed;
}

th {
  font-weight: 400;
}

tbody tr:nth-child(2n + 1) {
  background-color: #ededed;
}

img {
  max-width: 100%;
  height: auto;
}

html,
body {
  min-height: 100%;
  width: 100%;
}

.page-wrapper__inner {
  padding: 12.8px;
  padding: 1rem;
  max-width: 900px;
  margin: 0 auto;
}

/*------------------------------------*    $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 `$grid-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: -12.8px;
  margin-left: -1rem;
  /* [3] */
  letter-spacing: -0.31em;
}

/* Opera hack */
.opera:-o-prefocus,
.grid {
  word-spacing: -0.43em;
}

/**
     * 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: 12.8px;
  padding-left: 1rem;
  /* [2] */
  vertical-align: top;
  /* [3] */
  width: 100%;
  /* [4] */
  /* [5] */
  /* [5] */
  box-sizing: border-box;
  /* [5] */
  letter-spacing: normal;
  word-spacing: normal;
}

/**
 * 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: -6.4px;
  margin-left: -0.5rem;
}

.grid--narrow > .grid__item {
  padding-left: 6.4px;
  padding-left: 0.5rem;
}

/**
 * Create grids with wider gutters. Extends `.grid`.
 */
.grid--wide {
  margin-left: -25.6px;
  margin-left: -2rem;
}

.grid--wide > .grid__item {
  padding-left: 25.6px;
  padding-left: 2rem;
}

/*------------------------------------*    $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 (min-width: 500px) {
  /**
     * Whole
     */
  .sm--one-whole {
    width: 100%;
  }
  /**
     * Halves
     */
  .sm--one-half, .sm--two-quarters, .sm--three-sixths, .sm--four-eighths, .sm--five-tenths, .sm--six-twelfths {
    width: 50%;
  }
  /**
     * Thirds
     */
  .sm--one-third, .sm--two-sixths, .sm--four-twelfths {
    width: 33.333%;
  }
  .sm--two-thirds, .sm--four-sixths, .sm--eight-twelfths {
    width: 66.666%;
  }
  /**
     * Quarters
     */
  .sm--one-quarter, .sm--two-eighths, .sm--three-twelfths {
    width: 25%;
  }
  .sm--three-quarters, .sm--six-eighths, .sm--nine-twelfths {
    width: 75%;
  }
  /**
     * Fifths
     */
  .sm--one-fifth, .sm--two-tenths {
    width: 20%;
  }
  .sm--two-fifths, .sm--four-tenths {
    width: 40%;
  }
  .sm--three-fifths, .sm--six-tenths {
    width: 60%;
  }
  .sm--four-fifths, .sm--eight-tenths {
    width: 80%;
  }
  /**
     * Sixths
     */
  .sm--one-sixth, .sm--two-twelfths {
    width: 16.666%;
  }
  .sm--five-sixths, .sm--ten-twelfths {
    width: 83.333%;
  }
  /**
     * Eighths
     */
  .sm--one-eighth {
    width: 12.5%;
  }
  .sm--three-eighths {
    width: 37.5%;
  }
  .sm--five-eighths {
    width: 62.5%;
  }
  .sm--seven-eighths {
    width: 87.5%;
  }
  /**
     * Tenths
     */
  .sm--one-tenth {
    width: 10%;
  }
  .sm--three-tenths {
    width: 30%;
  }
  .sm--seven-tenths {
    width: 70%;
  }
  .sm--nine-tenths {
    width: 90%;
  }
  /**
     * Twelfths
     */
  .sm--one-twelfth {
    width: 8.333%;
  }
  .sm--five-twelfths {
    width: 41.666%;
  }
  .sm--seven-twelfths {
    width: 58.333%;
  }
  .sm--eleven-twelfths {
    width: 91.666%;
  }
}

@media only screen and (min-width: 800px) {
  /**
     * Whole
     */
  .med--one-whole {
    width: 100%;
  }
  /**
     * Halves
     */
  .med--one-half, .med--two-quarters, .med--three-sixths, .med--four-eighths, .med--five-tenths, .med--six-twelfths {
    width: 50%;
  }
  /**
     * Thirds
     */
  .med--one-third, .med--two-sixths, .med--four-twelfths {
    width: 33.333%;
  }
  .med--two-thirds, .med--four-sixths, .med--eight-twelfths {
    width: 66.666%;
  }
  /**
     * Quarters
     */
  .med--one-quarter, .med--two-eighths, .med--three-twelfths {
    width: 25%;
  }
  .med--three-quarters, .med--six-eighths, .med--nine-twelfths {
    width: 75%;
  }
  /**
     * Fifths
     */
  .med--one-fifth, .med--two-tenths {
    width: 20%;
  }
  .med--two-fifths, .med--four-tenths {
    width: 40%;
  }
  .med--three-fifths, .med--six-tenths {
    width: 60%;
  }
  .med--four-fifths, .med--eight-tenths {
    width: 80%;
  }
  /**
     * Sixths
     */
  .med--one-sixth, .med--two-twelfths {
    width: 16.666%;
  }
  .med--five-sixths, .med--ten-twelfths {
    width: 83.333%;
  }
  /**
     * Eighths
     */
  .med--one-eighth {
    width: 12.5%;
  }
  .med--three-eighths {
    width: 37.5%;
  }
  .med--five-eighths {
    width: 62.5%;
  }
  .med--seven-eighths {
    width: 87.5%;
  }
  /**
     * Tenths
     */
  .med--one-tenth {
    width: 10%;
  }
  .med--three-tenths {
    width: 30%;
  }
  .med--seven-tenths {
    width: 70%;
  }
  .med--nine-tenths {
    width: 90%;
  }
  /**
     * Twelfths
     */
  .med--one-twelfth {
    width: 8.333%;
  }
  .med--five-twelfths {
    width: 41.666%;
  }
  .med--seven-twelfths {
    width: 58.333%;
  }
  .med--eleven-twelfths {
    width: 91.666%;
  }
}

@media only screen and (min-width: 1055px) {
  /**
     * Whole
     */
  .lrg--one-whole {
    width: 100%;
  }
  /**
     * Halves
     */
  .lrg--one-half, .lrg--two-quarters, .lrg--three-sixths, .lrg--four-eighths, .lrg--five-tenths, .lrg--six-twelfths {
    width: 50%;
  }
  /**
     * Thirds
     */
  .lrg--one-third, .lrg--two-sixths, .lrg--four-twelfths {
    width: 33.333%;
  }
  .lrg--two-thirds, .lrg--four-sixths, .lrg--eight-twelfths {
    width: 66.666%;
  }
  /**
     * Quarters
     */
  .lrg--one-quarter, .lrg--two-eighths, .lrg--three-twelfths {
    width: 25%;
  }
  .lrg--three-quarters, .lrg--six-eighths, .lrg--nine-twelfths {
    width: 75%;
  }
  /**
     * Fifths
     */
  .lrg--one-fifth, .lrg--two-tenths {
    width: 20%;
  }
  .lrg--two-fifths, .lrg--four-tenths {
    width: 40%;
  }
  .lrg--three-fifths, .lrg--six-tenths {
    width: 60%;
  }
  .lrg--four-fifths, .lrg--eight-tenths {
    width: 80%;
  }
  /**
     * Sixths
     */
  .lrg--one-sixth, .lrg--two-twelfths {
    width: 16.666%;
  }
  .lrg--five-sixths, .lrg--ten-twelfths {
    width: 83.333%;
  }
  /**
     * Eighths
     */
  .lrg--one-eighth {
    width: 12.5%;
  }
  .lrg--three-eighths {
    width: 37.5%;
  }
  .lrg--five-eighths {
    width: 62.5%;
  }
  .lrg--seven-eighths {
    width: 87.5%;
  }
  /**
     * Tenths
     */
  .lrg--one-tenth {
    width: 10%;
  }
  .lrg--three-tenths {
    width: 30%;
  }
  .lrg--seven-tenths {
    width: 70%;
  }
  .lrg--nine-tenths {
    width: 90%;
  }
  /**
     * Twelfths
     */
  .lrg--one-twelfth {
    width: 8.333%;
  }
  .lrg--five-twelfths {
    width: 41.666%;
  }
  .lrg--seven-twelfths {
    width: 58.333%;
  }
  .lrg--eleven-twelfths {
    width: 91.666%;
  }
}

/*------------------------------------*    $PUSH
\*------------------------------------*/
/**
 * Push classes, to move grid items over to the right by certain amounts.
 */
/**
     * Not a particularly great selector, but the DRYest way to do things.
     */
[class*="push--"] {
  position: relative;
}

/**
     * Whole
     */
.push--one-whole {
  left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.push--three-eighths {
  left: 37.5%;
}

.push--five-eighths {
  left: 62.5%;
}

.push--seven-eighths {
  left: 87.5%;
}

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

.push--three-tenths {
  left: 30%;
}

.push--seven-tenths {
  left: 70%;
}

.push--nine-tenths {
  left: 90%;
}

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

.push--five-twelfths {
  left: 41.666%;
}

.push--seven-twelfths {
  left: 58.333%;
}

.push--eleven-twelfths {
  left: 91.666%;
}

@media only screen and (min-width: 500px) {
  /**
     * Whole
     */
  .push--sm--one-whole {
    left: 100%;
  }
  /**
     * Halves
     */
  .push--sm--one-half, .push--sm--two-quarters, .push--sm--three-sixths, .push--sm--four-eighths, .push--sm--five-tenths, .push--sm--six-twelfths {
    left: 50%;
  }
  /**
     * Thirds
     */
  .push--sm--one-third, .push--sm--two-sixths, .push--sm--four-twelfths {
    left: 33.333%;
  }
  .push--sm--two-thirds, .push--sm--four-sixths, .push--sm--eight-twelfths {
    left: 66.666%;
  }
  /**
     * Quarters
     */
  .push--sm--one-quarter, .push--sm--two-eighths, .push--sm--three-twelfths {
    left: 25%;
  }
  .push--sm--three-quarters, .push--sm--six-eighths, .push--sm--nine-twelfths {
    left: 75%;
  }
  /**
     * Fifths
     */
  .push--sm--one-fifth, .push--sm--two-tenths {
    left: 20%;
  }
  .push--sm--two-fifths, .push--sm--four-tenths {
    left: 40%;
  }
  .push--sm--three-fifths, .push--sm--six-tenths {
    left: 60%;
  }
  .push--sm--four-fifths, .push--sm--eight-tenths {
    left: 80%;
  }
  /**
     * Sixths
     */
  .push--sm--one-sixth, .push--sm--two-twelfths {
    left: 16.666%;
  }
  .push--sm--five-sixths, .push--sm--ten-twelfths {
    left: 83.333%;
  }
  /**
     * Eighths
     */
  .push--sm--one-eighth {
    left: 12.5%;
  }
  .push--sm--three-eighths {
    left: 37.5%;
  }
  .push--sm--five-eighths {
    left: 62.5%;
  }
  .push--sm--seven-eighths {
    left: 87.5%;
  }
  /**
     * Tenths
     */
  .push--sm--one-tenth {
    left: 10%;
  }
  .push--sm--three-tenths {
    left: 30%;
  }
  .push--sm--seven-tenths {
    left: 70%;
  }
  .push--sm--nine-tenths {
    left: 90%;
  }
  /**
     * Twelfths
     */
  .push--sm--one-twelfth {
    left: 8.333%;
  }
  .push--sm--five-twelfths {
    left: 41.666%;
  }
  .push--sm--seven-twelfths {
    left: 58.333%;
  }
  .push--sm--eleven-twelfths {
    left: 91.666%;
  }
}

@media only screen and (min-width: 800px) {
  /**
     * Whole
     */
  .push--med--one-whole {
    left: 100%;
  }
  /**
     * Halves
     */
  .push--med--one-half, .push--med--two-quarters, .push--med--three-sixths, .push--med--four-eighths, .push--med--five-tenths, .push--med--six-twelfths {
    left: 50%;
  }
  /**
     * Thirds
     */
  .push--med--one-third, .push--med--two-sixths, .push--med--four-twelfths {
    left: 33.333%;
  }
  .push--med--two-thirds, .push--med--four-sixths, .push--med--eight-twelfths {
    left: 66.666%;
  }
  /**
     * Quarters
     */
  .push--med--one-quarter, .push--med--two-eighths, .push--med--three-twelfths {
    left: 25%;
  }
  .push--med--three-quarters, .push--med--six-eighths, .push--med--nine-twelfths {
    left: 75%;
  }
  /**
     * Fifths
     */
  .push--med--one-fifth, .push--med--two-tenths {
    left: 20%;
  }
  .push--med--two-fifths, .push--med--four-tenths {
    left: 40%;
  }
  .push--med--three-fifths, .push--med--six-tenths {
    left: 60%;
  }
  .push--med--four-fifths, .push--med--eight-tenths {
    left: 80%;
  }
  /**
     * Sixths
     */
  .push--med--one-sixth, .push--med--two-twelfths {
    left: 16.666%;
  }
  .push--med--five-sixths, .push--med--ten-twelfths {
    left: 83.333%;
  }
  /**
     * Eighths
     */
  .push--med--one-eighth {
    left: 12.5%;
  }
  .push--med--three-eighths {
    left: 37.5%;
  }
  .push--med--five-eighths {
    left: 62.5%;
  }
  .push--med--seven-eighths {
    left: 87.5%;
  }
  /**
     * Tenths
     */
  .push--med--one-tenth {
    left: 10%;
  }
  .push--med--three-tenths {
    left: 30%;
  }
  .push--med--seven-tenths {
    left: 70%;
  }
  .push--med--nine-tenths {
    left: 90%;
  }
  /**
     * Twelfths
     */
  .push--med--one-twelfth {
    left: 8.333%;
  }
  .push--med--five-twelfths {
    left: 41.666%;
  }
  .push--med--seven-twelfths {
    left: 58.333%;
  }
  .push--med--eleven-twelfths {
    left: 91.666%;
  }
}

@media only screen and (min-width: 1055px) {
  /**
     * Whole
     */
  .push--lrg--one-whole {
    left: 100%;
  }
  /**
     * Halves
     */
  .push--lrg--one-half, .push--lrg--two-quarters, .push--lrg--three-sixths, .push--lrg--four-eighths, .push--lrg--five-tenths, .push--lrg--six-twelfths {
    left: 50%;
  }
  /**
     * Thirds
     */
  .push--lrg--one-third, .push--lrg--two-sixths, .push--lrg--four-twelfths {
    left: 33.333%;
  }
  .push--lrg--two-thirds, .push--lrg--four-sixths, .push--lrg--eight-twelfths {
    left: 66.666%;
  }
  /**
     * Quarters
     */
  .push--lrg--one-quarter, .push--lrg--two-eighths, .push--lrg--three-twelfths {
    left: 25%;
  }
  .push--lrg--three-quarters, .push--lrg--six-eighths, .push--lrg--nine-twelfths {
    left: 75%;
  }
  /**
     * Fifths
     */
  .push--lrg--one-fifth, .push--lrg--two-tenths {
    left: 20%;
  }
  .push--lrg--two-fifths, .push--lrg--four-tenths {
    left: 40%;
  }
  .push--lrg--three-fifths, .push--lrg--six-tenths {
    left: 60%;
  }
  .push--lrg--four-fifths, .push--lrg--eight-tenths {
    left: 80%;
  }
  /**
     * Sixths
     */
  .push--lrg--one-sixth, .push--lrg--two-twelfths {
    left: 16.666%;
  }
  .push--lrg--five-sixths, .push--lrg--ten-twelfths {
    left: 83.333%;
  }
  /**
     * Eighths
     */
  .push--lrg--one-eighth {
    left: 12.5%;
  }
  .push--lrg--three-eighths {
    left: 37.5%;
  }
  .push--lrg--five-eighths {
    left: 62.5%;
  }
  .push--lrg--seven-eighths {
    left: 87.5%;
  }
  /**
     * Tenths
     */
  .push--lrg--one-tenth {
    left: 10%;
  }
  .push--lrg--three-tenths {
    left: 30%;
  }
  .push--lrg--seven-tenths {
    left: 70%;
  }
  .push--lrg--nine-tenths {
    left: 90%;
  }
  /**
     * Twelfths
     */
  .push--lrg--one-twelfth {
    left: 8.333%;
  }
  .push--lrg--five-twelfths {
    left: 41.666%;
  }
  .push--lrg--seven-twelfths {
    left: 58.333%;
  }
  .push--lrg--eleven-twelfths {
    left: 91.666%;
  }
}

/*------------------------------------*    $PULL
\*------------------------------------*/
/**
 * Pull classes, to move grid items back to the left by certain amounts.
 */
.bem-example {
  color: red;
}

.bem-example__element {
  color: orange;
}

.bem-example__element--modifier {
  color: purple;
}

.bem-example--modifier {
  color: green;
}

.btn {
  display: inline-block;
  cursor: pointer;
  border: none;
  outline: none;
}

.btn--block {
  display: block;
}

.sc__play, .sc__pause {
  position: absolute;
  left: 0;
  width: 19.2px;
  width: 1.5rem;
  height: 19.2px;
  height: 1.5rem;
  border: none;
  outline: none;
  background: none;
  top: -4.224px;
  top: -0.33rem;
}

.sc__progress-wrapper {
  position: relative;
  padding-left: 22.4px;
  padding-left: 1.75rem;
}

.sc__progress {
  position: relative;
  width: 100%;
  height: 9.6px;
  height: 0.75rem;
  border-bottom: 2px solid #000;
  cursor: pointer;
}

.sc__progress-inner {
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 100%;
  background-color: none;
  border-right: 2px solid #000;
}

.sc__playlist-row {
  margin-bottom: 12.8px;
  margin-bottom: 1rem;
  padding: 12.8px;
  padding: 1rem;
}

.sc__track-list {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 12.8px;
  margin-bottom: 1rem;
}

.sc__track {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.25rem;
  cursor: pointer;
}

.sc__track-length {
  font-size: 9.6px;
  font-size: 0.75rem;
  margin-left: 6.4px;
  margin-left: 0.5rem;
}

.sc__loader {
  font-weight: 600;
  font-size: 12.8px;
  font-size: 1rem;
  overflow: hidden;
  text-transform: uppercase;
}

.header__logo {
  position: relative;
  width: 100%;
  max-width: 130px;
  background-image: url(/media/OC-N_Logo_Png.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  overflow: hidden;
}

@media (min-width: 800px) {
  .header__logo {
    position: fixed;
  }
}

.header__logo-inner {
  display: block;
  position: relative;
  padding-bottom: 40%;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.header__logo-text {
  display: inline-block;
  position: relative;
  text-indent: -9999px;
}

.release {
  margin-bottom: 76.8px;
  margin-bottom: 6rem;
}

@media (min-width: 800px) {
  .release__img-outer-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
  }
}

.release__img-container {
  position: relative;
  margin-bottom: 12.8px;
  margin-bottom: 1rem;
}

.release__img {
  display: block;
  position: relative;
  z-index: 120;
}

.release__title {
  text-transform: uppercase;
  margin-bottom: 12.8px;
  margin-bottom: 1rem;
}

.release__react-soundcloud-container {
  position: relative;
}
