@charset "UTF-8";
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

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

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

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

p {
  margin: 0.2em 0 1em 0; }

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * 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.
 */
img {
  border: 0; }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/* 
 * a small mixin for easy use of rem with px as fallback 
 * usage: @include x-rem(font-size, 14px) 
 * usage: @include x-rem(marign, 0 12px 2 1.2) 
 * usage: @include x-rem(padding, 1.5 24px) 
 * 
 */
/*------------------------------------*\
    $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="g  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="g  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="g  one-whole  lap--one-half  desk--one-third  push--desk--one-third"`
 *
   `class="g  one-quarter  palm--one-half  push--palm--one-half"`
 *
   `class="g  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.
 */
.gw {
  list-style: none;
  /* [1] */
  margin: 0;
  /* [2] */
  padding: 0;
  /* [2] */
  margin-left: -1em;
  /* [3] */
  letter-spacing: -0.31em; }

/* Opera hack */
.opera:-o-prefocus,
.gw {
  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.
 */
.g {
  display: inline-block;
  /* [1] */
  padding-left: 1em;
  /* [2] */
  vertical-align: top;
  /* [3] */
  width: 100%;
  /* [4] */
  -webkit-box-sizing: border-box;
  /* [5] */
  -moz-box-sizing: border-box;
  /* [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 > .g {
    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 > .g {
    padding-left: 0; }

/**
 * Align the entire grid to the right. Extends `.grid`.
 */
.grid--right {
  text-align: right; }
  .grid--right > .g {
    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 > .g {
    text-align: left; }

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

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

/**
 * Create grids with narrower gutters. Extends `.grid`.
 */
.grid--narrow {
  margin-left: -0.5em; }
  .grid--narrow > .g {
    padding-left: 0.5em; }

/**
 * Create grids with wider gutters. Extends `.grid`.
 */
.grid--wide {
  margin-left: -2em; }
  .grid--wide > .g {
    padding-left: 2em; }

/*------------------------------------*\
    $WIDTHS
\*------------------------------------*/
/**
 * Create our width classes, prefixed by the specified namespace.
 */
/**
 * Our regular, non-responsive width classes.
 */
.hidden {
  display: none; }

.show {
  display: inline-block; }

/**
 * 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: 100px) {
  .palm-hidden {
    display: none; }

  .palm-show {
    display: inline-block; }

  /**
   * 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: 575px) {
  .lap-hidden {
    display: none; }

  .lap-show {
    display: inline-block; }

  /**
   * 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 (min-width: 735px) {
  .portable-hidden {
    display: none; }

  .portable-show {
    display: inline-block; }

  /**
   * 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: 900px) {
  .desk-hidden {
    display: none; }

  .desk-show {
    display: inline-block; }

  /**
   * 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%; } }
@media only screen and (min-width: 1200px) {
  .tv-hidden {
    display: none; }

  .tv-show {
    display: inline-block; }

  /**
   * Whole
   */
  .tv-one-whole {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tv-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: 100px) {
  /**
   * Whole
   */
  .push--palm-one-whole {
    left: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .push--tv-eleven-twelfths {
    left: 91.666%; } }
/*------------------------------------*\
    $PULL
\*------------------------------------*/
/**
 * Pull classes, to move grid items back to the left by certain amounts.
 */
.gw {
  max-width: 1380px;
  min-width: 300px; }

html {
  font-size: 12px;
  line-height: 1.3; }

body {
  font-family: 'Open Sans', sans-serif;
  color: #333333; }

h1 {
  margin: 0.5em 0;
  font-size: 120%; }

h2 {
  margin: 0.5em 0;
  font-size: 115%; }

img,
video,
object {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

img[width],
img[height] {
  max-width: none; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../_fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../_fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../_fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../_fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../_fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("../_fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
body {
  padding: 20px;
  min-width: 1350px; }

.right {
  float: right; }

input[type=submit].smallbutton {
  padding: 2px 8px;
  font-size: 12px; }

.button, header .nav a, .delete, input[type=submit], input.ctaButton {
  color: #FFFFFF;
  padding: 4px 8px;
  text-decoration: none;
  border: 1px solid #959ca1;
  background: #959ca1;
  background: -moz-linear-gradient(top, #ffffff 0%, #959ca1 60%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(60%, #959ca1));
  background: -webkit-linear-gradient(top, #ffffff 0%, #959ca1 60%);
  background: -o-linear-gradient(top, #ffffff 0%, #959ca1 60%);
  background: -ms-linear-gradient(top, #ffffff 0%, #959ca1 60%);
  background: linear-gradient(to bottom, #ffffff 0%, #959ca1 60%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='$red',GradientType=0 );
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.button:hover, header .nav a:hover, .delete:hover, input[type=submit]:hover, input.ctaButton:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8; }

.true {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/_images/true.png) no-repeat; }

header {
  border-left: 1px solid #959ca1;
  font-size: 13px;
  padding: 1em 1em 1.5em 1em;
  margin-bottom: 1em; }
  header #user {
    float: right; }
    header #user a {
      margin-left: 10px; }
  header h1 {
    color: #d11241;
    font-size: 120%;
    margin: 0 0 20px 0; }
  header .nav {
    margin: 0;
    padding: 0; }
  header .nav .active {
    border: 1px solid #d11241;
    background: #d11241;
    background: -moz-linear-gradient(top, #ffffff 0%, #d11241 60%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(60%, #d11241));
    background: -webkit-linear-gradient(top, #ffffff 0%, #d11241 60%);
    background: -o-linear-gradient(top, #ffffff 0%, #d11241 60%);
    background: -ms-linear-gradient(top, #ffffff 0%, #d11241 60%);
    background: linear-gradient(to bottom, #ffffff 0%, #d11241 60%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='$red',GradientType=0 );
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  header .nav > li {
    display: inline;
    margin-right: 10px;
    position: relative; }
  header .nav > li:hover ul {
    display: block; }
  header .subnav {
    display: none;
    position: absolute;
    top: 20px;
    left: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-top: 1px solid #999999; }
  header .subnav li {
    border-bottom: 1px solid #999999;
    background: #EAEAEA; }
    header .subnav li a {
      display: block;
      padding: 0.5em 1em; }

a {
  color: #666666; }

.main h1.breadcrumb {
  margin-top: 0;
  font-size: 12px;
  font-weight: normal;
  border-left: 1px solid #959ca1;
  margin: -20px 0 20px -20px;
  padding-left: 1em;
  color: #333333; }

.main {
  padding: 20px;
  font-size: 13px; }
  .main h1 {
    color: #d11241; }

.grid, .grid2 {
  margin: 1em 0;
  clear: both;
  page-break-inside: auto; }
  .grid th, .grid td, .grid2 th, .grid2 td {
    padding: 0.5em; }
  .grid thead, .grid2 thead {
    font-weight: normal;
    background-color: #d11241;
    color: #FFFFFF;
    border: 1px solid #d11241;
    background-color: #d11241;
    background: -moz-linear-gradient(top, #ffffff 0%, #d11241 60%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(60%, #d11241));
    background: -webkit-linear-gradient(top, #ffffff 0%, #d11241 60%);
    background: -o-linear-gradient(top, #ffffff 0%, #d11241 60%);
    background: -ms-linear-gradient(top, #ffffff 0%, #d11241 60%);
    background: linear-gradient(to bottom, #ffffff 0%, #d11241 60%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='$red',GradientType=0 );
    -webkit-border-radius: 5px 5px;
    border-radius: 5px 5px; }
  .grid tbody, .grid2 tbody {
    border: 1px solid #CCCCCC; }
  .grid tr, .grid td, .grid2 tr, .grid2 td {
    page-break-inside: avoid;
    page-break-after: auto; }

form {
  margin: 0;
  padding: 0; }

.view th, .edit th, .add th {
  width: 25%;
  text-align: right;
  background: #FFFFFF;
  color: #333333;
  font-weight: bold; }
.view tbody, .edit tbody, .add tbody {
  border: 0; }
.view input, .view textarea, .edit input, .edit textarea, .add input, .add textarea {
  width: 100%; }

.login label {
  display: inline-block;
  width: 100px; }
.login input[type=text], .login input[type=password] {
  padding: 2px;
  margin-bottom: 10px; }

.success, .error {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  padding: 1em;
  margin: 1em 0; }

.success {
  border-color: #39b54a;
  background: #ebf7ed; }

.error {
  list-style-type: none;
  border-color: #ed1c24;
  background: #fde8e9; }

.delete {
  float: right;
  background: #ed1c24 !important; }

.deleteButton {
  border: 1px solid #ed1c24 !important;
  background: #fde8e9 !important;
  margin-left: 1em; }

input.ctaButton {
  background: #39b54a;
  margin-left: 1em; }

.grid tr.odd, .grid2 tr.odd {
  background-color: #FFFFFF; }
.grid tr.even, .grid2 tr.even {
  background-color: #EAEAEA; }

.dataTables_wrapper {
  margin: 0 0 20px 0;
  overflow: hidden; }

.dataTables_length {
  float: left;
  margin-bottom: 1em; }

.dataTables_filter {
  margin-bottom: 1em; }

tr th.sorting_disabled {
  width: 70px; }

/*
 * Table information
 */
.dataTables_info {
  font-size: 80%;
  color: #999999; }

div.left {
  float: left; }

ul.spaced {
  line-height: 2;
  padding: 0 20px 0 0;
  width: 230px;
  list-style-position: inside; }

/*
 * Pagination
 */
.dataTables_paginate {
  float: right;
  text-align: right; }

/* Two button pagination - previous / next */
.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
  padding: 0.3em 0.4em;
  float: left;
  cursor: pointer;
  *cursor: hand;
  color: #111 !important;
  border: 1px solid #EAEAEA; }

.paginate_disabled_previous:hover,
.paginate_enabled_previous:hover,
.paginate_disabled_next:hover,
.paginate_enabled_next:hover {
  text-decoration: none !important; }

.paginate_disabled_previous:active,
.paginate_enabled_previous:active,
.paginate_disabled_next:active,
.paginate_enabled_next:active {
  outline: none; }

.paginate_disabled_previous,
.paginate_disabled_next {
  color: #666 !important; }

/* Full number pagination */
.paging_full_numbers {
  height: 22px;
  line-height: 22px; }

.paging_full_numbers a:active {
  outline: none; }

.paging_full_numbers a:hover {
  text-decoration: none; }

.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
  border: 1px solid #aaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 5px;
  margin: 0 3px;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important; }

.paging_full_numbers a.paginate_button {
  background-color: #ddd; }

.paging_full_numbers a.paginate_button:hover {
  background-color: #ccc;
  text-decoration: none !important; }

.paging_full_numbers a.paginate_active {
  background-color: #99B3FF; }

/*
 * Processing indicator
 */
.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 30px;
  margin-left: -125px;
  margin-top: -15px;
  padding: 14px 0 2px 0;
  border: 1px solid #ddd;
  text-align: center;
  color: #999;
  font-size: 14px;
  background-color: white; }

/*
 * Sorting
 */
.sorting {
  background: url("/_images/sort_both.png") no-repeat center right; }

.sorting_asc {
  background: url("/_images/sort_asc.png") no-repeat center right; }

.sorting_desc {
  background: url("/_images/sort_desc.png") no-repeat center right; }

.sorting_asc_disabled {
  background: url("/_images/sort_asc_disabled.png") no-repeat center right; }

.sorting_desc_disabled {
  background: url("/_images/sort_desc_disabled.png") no-repeat center right; }

table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none; }

/*
 * Scrolling
 */
.dataTables_scroll {
  clear: both; }

.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch; }

.small {
  font-size: 90%; }

.hiddenjobid {
  display: none; }

.allocations td, .allocations th {
  padding: 4px;
  border: 1px solid #CCCCCC; }

.calendarTable .jobs {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none; }
.calendarTable thead td {
  border: none; }
.calendarTable th {
  font-weight: normal;
  color: #FFFFFF; }
.calendarTable th.selected {
  font-weight: bold; }
.calendarTable .availability td, .calendarTable .availability td.weekend {
  background: #EAEAEA; }
.calendarTable .availability .bankholiday {
  background: #3a87ad;
  font-size: 12px;
  padding: 5px;
  color: #FFFFFF; }
.calendarTable .availability .birthday {
  border: 1px solid #3a87ad;
  background-color: #3a87ad;
  color: #fff;
  font-size: 11px;
  padding: 2px 5px;
  margin-top: 2px; }
.calendarTable .availability .otherholiday {
  background: #37a7bf;
  font-size: 11px;
  padding: 2px 5px;
  margin-top: 2px;
  color: #FFFFFF; }
.calendarTable .availability .holiday {
  background: #84be43;
  font-size: 11px;
  padding: 2px 5px;
  margin-top: 2px; }
.calendarTable .availability .earlylate {
  background: #be4343;
  font-size: 11px;
  padding: 2px 5px;
  color:#ffffff;
  margin-top: 2px; }
.calendarTable .availability .sickness {
  background: #812c7b;
  color: #FFFFFF;
  font-size: 11px;
  padding: 2px 5px;
  margin-top: 2px; }
.calendarTable .availability .freeday {
  background: #e97c38;
  color: #FFFFFF;
  font-size: 11px;
  padding: 2px 5px;
  margin-top: 2px; }  
.calendarTable td, .calendarTable th {
  padding: 2px 4px; }
.calendarTable td {
  border: 1px solid #CCCCCC; }
  .calendarTable td.past {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5; }
  .calendarTable td.weekend {
    background: #F9F9F9; }
  .calendarTable td.bankholiday {
    background: rgba(58, 135, 173, 0.2); }
  .calendarTable td.holiday {
    background: rgba(132, 190, 67, 0.2);
    padding: 5px; }
.calendarTable .clock .holiday, .calendarTable .clock .bankholiday {
  padding: 0; }
.calendarTable .pickStaff {
  display: none; }
.calendarTable .jobRow {
  height: 40px; }
.calendarTable .hidden {
  display: none; }
.calendarTable .deleteStaff .delete, .calendarTable .toggleEdit {
  display: inline-block;
  font-size: 10px;
  margin: -5px 0 10px 5px;
  float: right;
  padding: 2px 5px;
  border: 0;
  line-height: 14px;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #959ca1; }
.calendarTable .deleteStaff .delete {
  background: #ed1c24;
  -webkit-border-radius: 0;
  border-radius: 0; }
.calendarTable .toggleEdit, .calendarTable .allocatedStaff {
  display: inline-block; }
.calendarTable .editStaff {
  display: none;
  background: #EAEAEA;
  overflow: hidden;
  padding: 0 5px 5px 5px;
  border: 1px solid #CCCCCC; }
.calendarTable .editSetStaff .toggleEdit, .calendarTable .editSetStaff .deleteStaff {
  display: none; }
.calendarTable .allocatedStaff {
  clear: both;
  background: #EAEAEA;
  overflow: hidden;
  padding: 5px;
  display: block;
  margin: 5px 0;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  .calendarTable .allocatedStaff .delete {
    font-size: 11px; }
.calendarTable .button, .calendarTable header .nav a, header .nav .calendarTable a, .calendarTable .delete, .calendarTable input[type=submit], .calendarTable input.ctaButton, .calendarTable .suredelete {
  padding: 2px 5px;
  cursor: pointer; }
.calendarTable .priority {
  margin-bottom: 5px; }
.calendarTable .priorityNo {
  background: #959ca1;
  background: rgba(149, 156, 161, 0.75);
  color: #FFFFFF;
  font-size: 12px;
  width: 16px;
  text-align: center;
  line-height: 16px;
  display: inline-block;
  -webkit-border-radius: 16px;
  border-radius: 16px; }

.holidaystaken, .holidaysleft {
  float: left;
  width: 175px;
  background: #EEEEEE;
  padding: 10px;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  .holidaystaken h2, .holidaysleft h2 {
    font-size: 100%;
    margin: 0; }

.approve {
  border-top: 1px solid #d11241;
  border-bottom: 1px solid #d11241;
  background: #fdf3f5;
  padding: 5px 10px;
  display: inline-block;
  margin: 10px 0 15px 0; }

.staffHolidaysAllocation {
  border: 1px solid #DDDDDD;
  width: 150px;
  float: left;
  margin: 10px 10px 0 0;
  font-size: 90%;
  padding: 3px; }
  .staffHolidaysAllocation h4 {
    margin: 0 0 5px 0; }
  .staffHolidaysAllocation p {
    margin: 0 0 2px 0; }

.updateStatus select {
  font-size: 14px; }

footer {
  font-size: 80%;
  color: #999999;
  margin-top: 150px; }

.fc-sat, .fc-sun {
  width: 100px !important;
  background: #F9F9F9;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6; }

.page-jobs {
  max-width: 99%; }
  .page-jobs .worklog > tbody > tr:nth-child(1) {
    background-color: #d11241;
    color: #FFFFFF;
    background-color: #d11241;
    background: -moz-linear-gradient(top, #ffffff 0%, #d11241 60%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(60%, #d11241));
    background: -webkit-linear-gradient(top, #ffffff 0%, #d11241 60%);
    background: -o-linear-gradient(top, #ffffff 0%, #d11241 60%);
    background: -ms-linear-gradient(top, #ffffff 0%, #d11241 60%);
    background: linear-gradient(to bottom, #ffffff 0%, #d11241 60%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='$red',GradientType=0 ); }
    .page-jobs .worklog > tbody > tr:nth-child(1) td {
      border: 1px solid #d11241; }
  .page-jobs .worklog td {
    border: 1px solid #DDDDDD;
    padding: 2px 5px; }
  .page-jobs .dailydata:nth-child(even) {
    background: #F9F9F9; }
  .page-jobs .dailydata:nth-child(odd) {
    background: #EEEEEE; }
  .page-jobs .dailydata {
    display: none; }
  .page-jobs .weeklydata td {
    line-height: 20px; }
  .page-jobs .expand {
    float: right;
    margin-left: 20px;
    padding: 0 4px;
    cursor: pointer; }
  .page-jobs .totals {
    font-weight: bold;
    background: #EEEEEE; }

tr.totals {
  font-weight: bold;
  background: #EEEEEE !important;
  border-top: 2px solid #CCCCCC; }

/* Chosen v1.0.0 | (c) 2011-2013 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.chosen-container a {
  cursor: pointer; }

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(chosen-sprite.png) no-repeat 0 2px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type=text] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: #fff url(chosen-sprite.png) no-repeat 100% -20px;
  background: url(chosen-sprite.png) no-repeat 100% -20px, -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background: url(chosen-sprite.png) no-repeat 100% -20px, -webkit-linear-gradient(#eee 1%, #fff 15%);
  background: url(chosen-sprite.png) no-repeat 100% -20px, -moz-linear-gradient(#eee 1%, #fff 15%);
  background: url(chosen-sprite.png) no-repeat 100% -20px, -o-linear-gradient(#eee 1%, #fff 15%);
  background: url(chosen-sprite.png) no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(#eee 1%, #fff 15%);
  background-image: -o-linear-gradient(#eee 1%, #fff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
  background-image: -moz-linear-gradient(#eee 20%, #fff 80%);
  background-image: -o-linear-gradient(#eee 20%, #fff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: 0;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #111 !important; }

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single-nosearch .chosen-search, .chosen-rtl .chosen-drop {
  left: 9999px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: 0; }

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: #fff url(chosen-sprite.png) no-repeat -30px -20px;
  background: url(chosen-sprite.png) no-repeat -30px -20px, -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background: url(chosen-sprite.png) no-repeat -30px -20px, -webkit-linear-gradient(#eee 1%, #fff 15%);
  background: url(chosen-sprite.png) no-repeat -30px -20px, -moz-linear-gradient(#eee 1%, #fff 15%);
  background: url(chosen-sprite.png) no-repeat -30px -20px, -o-linear-gradient(#eee 1%, #fff 15%);
  background: url(chosen-sprite.png) no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type=text], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
    background-image: url(chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }
/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none;
  top: 0;
  left: 0; }

.reveal-modal {
  visibility: hidden;
  top: 100px;
  left: 50%;
  margin-left: -300px;
  width: 520px;
  background: #eee;
  position: absolute;
  z-index: 101;
  padding: 30px 40px 34px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }

.reveal-modal.small {
  width: 200px;
  margin-left: -140px; }

.reveal-modal.medium {
  width: 400px;
  margin-left: -240px; }

.reveal-modal.large {
  width: 600px;
  margin-left: -340px; }

.reveal-modal.xlarge {
  width: 800px;
  margin-left: -440px; }

.reveal-modal .close-reveal-modal {
  font-size: 22px;
  line-height: .5;
  position: absolute;
  top: 8px;
  right: 11px;
  color: #aaa;
  text-shadow: 0 -1px 1px rbga(0, 0, 0, 0.6);
  font-weight: bold;
  cursor: pointer; }

.dataTables_info {
  float: left;
  margin-top: 10px; }

.dataTables_paginate {
  height: 30px;
  margin-top: 10px; }
  .dataTables_paginate .disabled {
    opacity: 0.5;
    cursor: default; }
  .dataTables_paginate .current {
    background: #959ca1;
    color: #FFFFFF;
    cursor: default; }

.paginate_button {
  border: 1px solid #959ca1;
  padding: 3px 6px;
  margin: 10px 5px;
  cursor: pointer; }
