@charset "UTF-8";
/*------------------------------------*\
    STYLE.CSS
\*------------------------------------*/
/**
 *
 * sass --watch style.scss:style.min.css --style compressed
 *
 * Here we pull in some variables, include the inuit.css framework, then add our
 * project-specific components afterwards.
 */
/**
 * Setup // Main Inuit Framework
 */
/*------------------------------------*\
    $CUSTOM VARS
\*------------------------------------*/
/*------------------------------------*\
    $OBJECTS-AND-ABSTRACTIONS
\*------------------------------------*/
/*------------------------------------*\
    $OVERRIDES
\*------------------------------------*/
/*------------------------------------*\
    INUIT.CSS
\*------------------------------------*/
/**
 *
 * inuitcss.com -- @inuitcss -- @csswizardry
 *
 */
/**
 * inuit.css acts as a base stylesheet which you should extend with your own
 * theme stylesheet.
 *
 * inuit.css aims to do the heavy lifting; sorting objects and abstractions,
 * design patterns and fiddly bits of CSS, whilst leaving as much design as
 * possible to you. inuit.css is the scaffolding to your decorator.
 *
 * This stylesheet is heavily documented and contains lots of comments, please
 * take care to read and refer to them as you build. For further support please
 * tweet at @inuitcss.
 *
 * Owing to the amount of comments please only ever use minified CSS in
 * production. This file is purely a dev document.
 *
 * The table of contents below maps to section titles of the same name, to jump
 * to any section simply run a find for $[SECTION-TITLE].
 *
 * Most objects and abstractions come with a chunk of markup that you should be
 * able to paste into any view to quickly see how the CSS works in conjunction
 * with the correct HTML.
 *
 * inuit.css is written to this standard: github.com/csswizardry/CSS-Guidelines
 *
 * LICENSE
 *
 * Copyright 2013 Harry Roberts
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *
 * Thank you for choosing inuit.css. May your web fonts render perfectly.
 */
/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * CONTENTS............You’re reading it!
 * WARNING.............Here be dragons!
 * IMPORTS.............Begin importing the sections below
 *
 * MIXINS..............Super-simple Sass stuff
 * NORMALIZE...........normalize.css
 * RESET...............Set some defaults
 * CLEARFIX............
 * SHARED..............Shared declarations
 *
 * MAIN................High-level elements like `html`, `body`, etc.
 * HEADINGS............Double-stranded heading hierarchy
 * PARAGRAPHS..........
 * SMALLPRINT..........Smaller text elements like `small`
 * QUOTES..............
 * CODE................
 * LISTS...............
 * IMAGES..............
 * TABLES..............
 * FORMS...............
 *
 * GRIDS...............Fluid, proportional and nestable grids
 * FLEXBOX.............Crudely emulate flexbox
 * COLUMNS.............CSS3 columns
 * NAV.................A simple abstraction to put a list in horizontal nav mode
 * OPTIONS.............Grouped nav items
 * PAGINATION..........Very stripped back, basic paginator
 * BREADCRUMB..........Simple breadcrumb trail object
 * MEDIA...............Media object
 * MARGINALIA..........Simple marginalia content
 * ISLAND..............Boxed off content
 * BLOCK-LIST..........Blocky lists of content
 * MATRIX..............Gridded lists
 * SPLIT...............A simple split-in-two object
 * THIS-OR-THIS........Options object
 * LINK-COMPLEX........
 * FLYOUT..............Flyout-on-hover object
 * ARROWS..............CSS arrows
 * SPRITE..............Generic spriting element
 * ICON-TEXT...........Icon and text couplings
 * BEAUTONS............Use the beautons micro library
 * LOZENGES............Basic lozenge styles
 * RULES...............Horizontal rules
 * STATS...............Simple stats object
 * GREYBOX.............Wireframing styles
 *
 * WIDTHS..............Width classes for use alongside the grid system etc.
 * PUSH................Push classes for manipulating grids
 * PULL................Pull classes for manipulating grids
 * BRAND...............Helper class to apply brand treatment to elements
 * HELPER..............A series of helper classes to use arbitrarily
 * DEBUG...............Enable to add visual flags for debugging purposes
 */
/*------------------------------------*\
    $WARNING
\*------------------------------------*/
/*
 * inuit.css, being an OO framework, works in keeping with the open/closed
 * principle. The variables you set previously are now being used throughout
 * inuit.css to style everything we need for a base. Any custom styles SHOULD
 * NOT be added or modified in inuit.css directly, but added via your theme
 * stylesheet as per the open/closed principle:
 *
 * csswizardry.com/2012/06/the-open-closed-principle-applied-to-css
 *
 * Try not to edit any CSS beyond this point; if you find you need to do so
 * it is a failing of the framework so please tweet at @inuitcss.
 */
/*------------------------------------*\
    $IMPORTS
\*------------------------------------*/
/**
 * Generic utility styles etc.
 */
/*------------------------------------*\
    $DEFAULTS
\*------------------------------------*/
/**
 * inuit.css’ default variables. Redefine these in your `_vars.scss` file (found
 * in the inuit.css-web-template) to override them.
 */
/*------------------------------------*\
    $DEBUG
\*------------------------------------*/
/**
 * Debug mode will visually highlight any potential markup/accessibility quirks
 * in the browser. Set to `true` or `false`.
 */
/*------------------------------------*\
    $BORDER-BOX
\*------------------------------------*/
/**
 * Do you want all elements to adopt `box-sizing:border-box;` as per
 * paulirish.com/2012/box-sizing-border-box-ftw ?
 */
/*------------------------------------*\
    $BASE
\*------------------------------------*/
/**
 * Base stuff
 */
/**
 * Base font-family.
 */
/**
 * Default colour for objects’ borders etc.
 */
/*------------------------------------*\
    $RESPONSIVE
\*------------------------------------*/
/**
 * Responsiveness?
 */
/**
 * Responsiveness for widescreen/high resolution desktop monitors and beyond?
 * Note: `$responsive` variable above must be set to true before enabling this.
 */
/**
 * Responsive push and pull produce a LOT of code, only turn them on if you
 * definitely need them.
 */
/**
 * Note: `$push` variable above must be set to true before enabling these.
 */
/**
 * Note: `$pull` variable above must be set to true before enabling these.
 */
/**
 * Tell inuit.css when breakpoints start.
 */
/*------------------------------------*\
    $FONT-SIZES
\*------------------------------------*/
/**
 * Font-sizes (in pixels). Refer to relevant sections for their implementations.
 */
/*------------------------------------*\
    $QUOTES
\*------------------------------------*/
/**
 * English quote marks?
 */
/**
 * If you want English quotes then please do not edit these; they’re only here
 * because Sass needs them.
 */
/**
 * If you need non-English quotes, please alter the following values accordingly:
 */
/*------------------------------------*\
    $BRAND
\*------------------------------------*/
/**
 * Brand stuff
 */
/**
 * How big would you like round corners to be by default?
 */
/*------------------------------------*\
    $OBJECTS AND ABSTRACTIONS
\*------------------------------------*/
/**
 * Which objects and abstractions would you like to use?
 */
/*------------------------------------*\
    $FRAMEWORK
\*------------------------------------*/
/**
 * inuit.css will work these next ones out for use within the framework.
 *
 * Assign our `$base-line-height` to a new spacing var for more transparency.
 */
/*------------------------------------*\
    $MIXINS
\*------------------------------------*/
/**
 * Create a fully formed type style (sizing and vertical rhythm) by passing in a
 * single value, e.g.:
 *
   `@include font-size(10px);`
 *
 * Thanks to @redclov3r for the `line-height` Sass:
 * twitter.com/redclov3r/status/250301539321798657
 */
/**
 * Style any number of headings in one fell swoop, e.g.:
 *
   .foo{
       @include headings(1, 3){
           color:#BADA55;
       }
    }
 *
 * With thanks to @lar_zzz, @paranoida and @rowanmanning for refining and
 * improving my initial mixin.
 */
/**
 * Create vendor-prefixed CSS in one go, e.g.
 *
   `@include vendor(border-radius, 4px);`
 *
 */
/**
 * Create CSS keyframe animations for all vendors in one go, e.g.:
 *
   .foo{
       @include vendor(animation, shrink 3s);
   }

   @include keyframe(shrink){
       from{
           font-size:5em;
       }
   }
 *
 * Courtesy of @integralist: twitter.com/integralist/status/260484115315437569
 */
/**
 * Force overly long spans of text to truncate, e.g.:
 *
   `@include truncate(100%);`
 *
 * Where `$truncation-boundary` is a united measurement.
 */
/**
 * CSS arrows!!! But... before you read on, you might want to grab a coffee...
 *
 * This mixin creates a CSS arrow on a given element. We can have the arrow
 * appear in one of 12 locations, thus:
 *
 *       01    02    03
 *    +------------------+
 * 12 |                  | 04
 *    |                  |
 * 11 |                  | 05
 *    |                  |
 * 10 |                  | 06
 *    +------------------+
 *       09    08    07
 *
 * You pass this position in along with a desired arrow color and optional
 * border color, for example:
 *
 * `@include arrow(top, left, red)`
 *
 * for just a single, red arrow, or:
 *
 * `@include arrow(bottom, center, red, black)`
 *
 * which will create a red triangle with a black border which sits at the bottom
 * center of the element. Call the mixin thus:
 *
   .foo{
       background-color:#BADA55;
       border:1px solid #ACE;
       @include arrow(top, left, #BADA55, #ACE);
   }
 *
 */
/**
 * Media query mixin.
 *
 * It’s not great practice to define solid breakpoints up-front, preferring to
 * modify your design when it needs it, rather than assuming you’ll want a
 * change at ‘mobile’. However, as inuit.css is required to take a hands off
 * approach to design decisions, this is the closest we can get to baked-in
 * responsiveness. It’s flexible enough to allow you to set your own breakpoints
 * but solid enough to be frameworkified.
 *
 * We define some broad breakpoints in our vars file that are picked up here
 * for use in a simple media query mixin. Our options are:
 *
 * palm
 * lap
 * lap-and-up
 * portable
 * desk
 * desk-wide
 *
 * Not using a media query will, naturally, serve styles to all devices.
 *
 * `@include media-query(palm){ [styles here] }`
 *
 * We work out your end points for you:
 */
/* normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Correct `block` display not defined in IE 8/9.
 */
/* line 22, ../../../app/assets/stylesheets/inuit.css/generic/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/*
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 32, ../../../app/assets/stylesheets/inuit.css/generic/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, ../../../app/assets/stylesheets/inuit.css/generic/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Address styling not present in IE 8/9.
 */
/* line 50, ../../../app/assets/stylesheets/inuit.css/generic/_normalize.scss */
[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.
 */
/* line 64, ../../../app/assets/stylesheets/inuit.css/generic/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Remove default margin.
 */
/* line 74, ../../../app/assets/stylesheets/inuit.css/generic/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 86, ../../../app/assets/stylesheets/inuit.css/generic/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/*
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 95, ../../../app/assets/stylesheets/inuit.css/generic/_normalize.scss */
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.
 */
/* line 108, ../../../app/assets/stylesheets/inuit.css/generic/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/*
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 117, ../../../app/assets/stylesheets/inuit.css/generic/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 126, ../../../app/assets/stylesheets/inuit.css/generic/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/*
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 134, ../../../app/assets/stylesheets/inuit.css/generic/_normalize.scss */
dfn {
  font-style: italic;
}

/*
 * Address differences between Firefox and other browsers.
 */
/* line 142, ../../../app/assets/stylesheets/inuit.css/generic/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * Address styling not present in IE 8/9.
 */
/* line 152, ../../../app/assets/stylesheets/inuit.css/generic/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 164, ../../../app/assets/stylesheets/inuit.css/generic/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 173, ../../../app/assets/stylesheets/inuit.css/generic/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/*
 * Set consistent quote types.
 */
/* line 181, ../../../app/assets/stylesheets/inuit.css/generic/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Address inconsistent and variable font size in all browsers.
 */
/* line 189, ../../../app/assets/stylesheets/inuit.css/generic/_normalize.scss */
small {
  font-size: 80%;
}

/*
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 198, ../../../app/assets/stylesheets/inuit.css/generic/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 205, ../../../app/assets/stylesheets/inuit.css/generic/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 209, ../../../app/assets/stylesheets/inuit.css/generic/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 221, ../../../app/assets/stylesheets/inuit.css/generic/_normalize.scss */
img {
  border: 0;
}

/*
 * Correct overflow displayed oddly in IE 9.
 */
/* line 229, ../../../app/assets/stylesheets/inuit.css/generic/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 241, ../../../app/assets/stylesheets/inuit.css/generic/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
/* line 253, ../../../app/assets/stylesheets/inuit.css/generic/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 264, ../../../app/assets/stylesheets/inuit.css/generic/_normalize.scss */
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.
 */
/* line 278, ../../../app/assets/stylesheets/inuit.css/generic/_normalize.scss */
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.
 */
/* line 290, ../../../app/assets/stylesheets/inuit.css/generic/_normalize.scss */
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.
 */
/* line 302, ../../../app/assets/stylesheets/inuit.css/generic/_normalize.scss */
button,
select {
  text-transform: none;
}

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

/*
 * Re-set default cursor for disabled elements.
 */
/* line 327, ../../../app/assets/stylesheets/inuit.css/generic/_normalize.scss */
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.
 */
/* line 337, ../../../app/assets/stylesheets/inuit.css/generic/_normalize.scss */
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).
 */
/* line 348, ../../../app/assets/stylesheets/inuit.css/generic/_normalize.scss */
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.
 */
/* line 361, ../../../app/assets/stylesheets/inuit.css/generic/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Remove inner padding and border in Firefox 4+.
 */
/* line 370, ../../../app/assets/stylesheets/inuit.css/generic/_normalize.scss */
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.
 */
/* line 380, ../../../app/assets/stylesheets/inuit.css/generic/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 393, ../../../app/assets/stylesheets/inuit.css/generic/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*------------------------------------*\
    $RESET
\*------------------------------------*/
/**
 * A more considered reset; more of a restart...
 * As per: csswizardry.com/2011/10/reset-restarted
 */
/**
* Let’s make the box model all nice, shall we...?
*/
/* line 16, ../../../app/assets/stylesheets/inuit.css/generic/_reset.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * The usual...
 */
/* line 30, ../../../app/assets/stylesheets/inuit.css/generic/_reset.scss */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0;
}

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
/* line 38, ../../../app/assets/stylesheets/inuit.css/generic/_reset.scss */
abbr[title], dfn[title] {
  cursor: help;
}

/**
 * Remove underlines from potentially troublesome elements.
 */
/* line 45, ../../../app/assets/stylesheets/inuit.css/generic/_reset.scss */
u, ins {
  text-decoration: none;
}

/**
 * Apply faux underline via `border-bottom`.
 */
/* line 52, ../../../app/assets/stylesheets/inuit.css/generic/_reset.scss */
ins {
  border-bottom: 1px solid;
}

/**
 * So that `alt` text is visually offset if images don’t load.
 */
/* line 59, ../../../app/assets/stylesheets/inuit.css/generic/_reset.scss */
img {
  font-style: italic;
}

/**
 * Give form elements some cursor interactions...
 */
/* line 71, ../../../app/assets/stylesheets/inuit.css/generic/_reset.scss */
label,
input,
textarea,
button,
select,
option {
  cursor: pointer;
}

/* line 77, ../../../app/assets/stylesheets/inuit.css/generic/_reset.scss */
.text-input:active,
.text-input:focus,
textarea:active,
textarea:focus {
  cursor: text;
  outline: none;
}

/*------------------------------------*\
    $CLEARFIX
\*------------------------------------*/
/**
 * Micro clearfix, as per: css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
 * Extend the clearfix class with Sass to avoid the `.cf` class appearing over
 * and over in your markup.
 */
/* line 10, ../../../app/assets/stylesheets/inuit.css/generic/_clearfix.scss */
.cf:after, .nav:after, .media:after {
  content: "";
  display: table;
  clear: both;
}

/*------------------------------------*\
    $SHARED
\*------------------------------------*/
/**
 * Where `margin-bottom` is concerned, this value will be the same as the
 * base line-height. This allows us to keep a consistent vertical rhythm.
 * As per: csswizardry.com/2012/06/single-direction-margin-declarations
 */
/**
 * Base elements
 */
/* line 24, ../../../app/assets/stylesheets/inuit.css/generic/_shared.scss */
h1, h2, h3, h4, h5, h6, hgroup,
ul, ol, dl,
blockquote, p, address,
table,
fieldset, figure,
pre,
.form-fields > li,
.media,
.island,
.islet {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
/* line 28, ../../../app/assets/stylesheets/inuit.css/generic/_shared.scss */
.islet h1, .islet h2, .islet h3, .islet h4, .islet h5, .islet h6, .islet hgroup, .islet
ul, .islet ol, .islet dl, .islet
blockquote, .islet p, .islet address, .islet
table, .islet
fieldset, .islet figure, .islet
pre, .islet .form-fields > li, .islet
.media, .islet
.island, .islet
.islet {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

/**
 * Doubled up `margin-bottom` helper class.
 */
/* line 38, ../../../app/assets/stylesheets/inuit.css/generic/_shared.scss */
.landmark {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

/**
 * `hr` elements only take up a few pixels, so we need to give them special
 * treatment regarding vertical rhythm.
 */
/* line 48, ../../../app/assets/stylesheets/inuit.css/generic/_shared.scss */
hr {
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
}

/**
 * Where `margin-left` is concerned we want to try and indent certain elements
 * by a consistent amount. Define that amount once, here.
 */
/* line 58, ../../../app/assets/stylesheets/inuit.css/generic/_shared.scss */
ul, ol, dd {
  margin-left: 48px;
  margin-left: 3rem;
}

/**
 * Base styles; unclassed HTML elements etc.
 */
/*------------------------------------*\
    $MAIN
\*------------------------------------*/
/* line 4, ../../../app/assets/stylesheets/inuit.css/base/_main.scss */
html {
  font: 1em/1.5 "Helvetica", sans-serif;
  overflow-y: scroll;
  min-height: 100%;
}

/*------------------------------------*\
    $HEADINGS
\*------------------------------------*/
/**
 * As per: csswizardry.com/2012/02/pragmatic-practical-font-sizing-in-css
 *
 * When we define a heading we also define a corresponding class to go with it.
 * This allows us to apply, say, `class=alpha` to a `h3`; a double-stranded
 * heading hierarchy.
 */
/* line 11, ../../../app/assets/stylesheets/inuit.css/base/_headings.scss */
h1, .alpha {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.33333;
}

/* line 14, ../../../app/assets/stylesheets/inuit.css/base/_headings.scss */
h2, .beta {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.6;
}

/* line 17, ../../../app/assets/stylesheets/inuit.css/base/_headings.scss */
h3, .gamma {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}

/* line 20, ../../../app/assets/stylesheets/inuit.css/base/_headings.scss */
h4, .delta {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
}

/* line 23, ../../../app/assets/stylesheets/inuit.css/base/_headings.scss */
h5, .epsilon {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

/* line 26, ../../../app/assets/stylesheets/inuit.css/base/_headings.scss */
h6, .zeta {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
}

/**
 * Heading groups and generic any-heading class.
 * To target any heading of any level simply apply a class of `.hN`, e.g.:
 *
   <hgroup>
       <h1 class=hN>inuit.css</h1>
       <h2 class=hN>Best. Framework. Ever!</h2>
   </hgroup>
 *
 */
/* line 43, ../../../app/assets/stylesheets/inuit.css/base/_headings.scss */
hgroup .hN {
  margin-bottom: 0;
}

/**
 * A series of classes for setting massive type; for use in heroes, mastheads,
 * promos, etc.
 */
/* line 52, ../../../app/assets/stylesheets/inuit.css/base/_headings.scss */
.giga {
  font-size: 96px;
  font-size: 6rem;
  line-height: 1;
}

/* line 55, ../../../app/assets/stylesheets/inuit.css/base/_headings.scss */
.mega {
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 1;
}

/* line 58, ../../../app/assets/stylesheets/inuit.css/base/_headings.scss */
.kilo {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1;
}

/*------------------------------------*\
    $PARAGRAPHS
\*------------------------------------*/
/**
 * The `.lede` class is used to make the introductory text (usually a paragraph)
 * of a document slightly larger.
 */
/* line 9, ../../../app/assets/stylesheets/inuit.css/base/_paragraphs.scss */
.lede,
.lead {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333;
}

/*------------------------------------*\
    $SMALLPRINT
\*------------------------------------*/
/**
 * A series of classes for setting tiny type; for use in smallprint etc.
 */
/* line 8, ../../../app/assets/stylesheets/inuit.css/base/_smallprint.scss */
.smallprint,
.milli {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
}

/* line 11, ../../../app/assets/stylesheets/inuit.css/base/_smallprint.scss */
.micro {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2.4;
}

/*------------------------------------*\
    $QUOTES
\*------------------------------------*/
/**
 * If English quotes are set in `_vars.scss`, define them here.
 */
/**
 * Big up @boblet: html5doctor.com/blockquote-q-cite
 */
/**
 * Inline quotes.
 */
/* line 20, ../../../app/assets/stylesheets/inuit.css/base/_quotes.scss */
q {
  quotes: "\2018" "\2019" "\201C" "\201D";
}
/* line 23, ../../../app/assets/stylesheets/inuit.css/base/_quotes.scss */
q:before {
  content: "\2018";
  content: open-quote;
}
/* line 27, ../../../app/assets/stylesheets/inuit.css/base/_quotes.scss */
q:after {
  content: "\2019";
  content: close-quote;
}
/* line 32, ../../../app/assets/stylesheets/inuit.css/base/_quotes.scss */
q q:before {
  content: "\201C";
  content: open-quote;
}
/* line 36, ../../../app/assets/stylesheets/inuit.css/base/_quotes.scss */
q q:after {
  content: "\201D";
  content: close-quote;
}

/* line 42, ../../../app/assets/stylesheets/inuit.css/base/_quotes.scss */
blockquote {
  quotes: "\201C" "\201D";
}
/* line 45, ../../../app/assets/stylesheets/inuit.css/base/_quotes.scss */
blockquote p:before {
  content: "\201C";
  content: open-quote;
}
/* line 49, ../../../app/assets/stylesheets/inuit.css/base/_quotes.scss */
blockquote p:after {
  content: "";
  content: no-close-quote;
}
/* line 53, ../../../app/assets/stylesheets/inuit.css/base/_quotes.scss */
blockquote p:last-of-type:after {
  content: "\201D";
  content: close-quote;
}
/* line 58, ../../../app/assets/stylesheets/inuit.css/base/_quotes.scss */
blockquote q:before {
  content: "\2018";
  content: open-quote;
}
/* line 62, ../../../app/assets/stylesheets/inuit.css/base/_quotes.scss */
blockquote q:after {
  content: "\2019";
  content: close-quote;
}

/**
 *
   <blockquote>
       <p>Insanity: doing the same thing over and over again and expecting
       different results.</p>
       <b class=source>Albert Einstein</b>
   </blockquote>
 *
 */
/* line 78, ../../../app/assets/stylesheets/inuit.css/base/_quotes.scss */
blockquote {
  /**
   * .4em is roughly equal to the width of the opening “ that we wish to hang.
   */
  text-indent: -0.41em;
}
/* line 84, ../../../app/assets/stylesheets/inuit.css/base/_quotes.scss */
blockquote p:last-of-type {
  margin-bottom: 0;
}

/* line 89, ../../../app/assets/stylesheets/inuit.css/base/_quotes.scss */
.source {
  display: block;
  text-indent: 0;
}
/* line 93, ../../../app/assets/stylesheets/inuit.css/base/_quotes.scss */
.source:before {
  content: "\2014";
}

/*------------------------------------*\
    $CODE
\*------------------------------------*/
/**
 * Use an explicit font stack to ensure browsers render correct `line-height`.
 */
/* line 7, ../../../app/assets/stylesheets/inuit.css/base/_code.scss */
pre {
  overflow: auto;
}

/* line 10, ../../../app/assets/stylesheets/inuit.css/base/_code.scss */
pre mark {
  background: none;
  border-bottom: 1px solid;
  color: inherit;
}

/**
 * Add comments to your code examples, e.g.:
 *
   <code>&lt;/div&gt;<span class=code-comment>&lt;!-- /wrapper --&gt;</span></code>
 *
 */
/* line 23, ../../../app/assets/stylesheets/inuit.css/base/_code.scss */
.code-comment {
  /**
   * Override this setting in your theme stylesheet
   */
  opacity: 0.75;
  filter: alpha(opacity=75);
}

/**
 * You can add line numbers to your code examples but be warned, it requires
 * some pretty funky looking markup, e.g.:
 *
   <ol class=line-numbers>
       <li><code>.nav{</code></li>
       <li><code>    list-style:none;</code></li>
       <li><code>    margin-left:0;</code></li>
       <li><code>}</code></li>
       <li><code>    .nav > li,</code></li>
       <li><code>        .nav > li > a{</code></li>
       <li><code>            display:inline-block;</code></li>
       <li><code>           *display:inline-block;</code></li>
       <li><code>            zoom:1;</code></li>
       <li><code>        }</code></li>
   </ol>
 *
 * 1. Make the list look like code.
 * 2. Give the list flush numbers with a leading zero.
 * 3. Make sure lines of code don’t wrap.
 * 4. Give the code form by forcing the `code` to honour white-space.
 */
/* line 54, ../../../app/assets/stylesheets/inuit.css/base/_code.scss */
.line-numbers {
  font-family: monospace, serif;
  /* [1] */
  list-style: decimal-leading-zero inside;
  /* [2] */
  white-space: nowrap;
  /* [3] */
  overflow: auto;
  /* [3] */
  margin-left: 0;
}

/* line 61, ../../../app/assets/stylesheets/inuit.css/base/_code.scss */
.line-numbers code {
  white-space: pre;
  /* [4] */
}

/*------------------------------------*\
    $IMAGES
\*------------------------------------*/
/**
 * Demo: jsfiddle.net/inuitcss/yMtur
 */
/**
 * Fluid images.
 */
/* line 10, ../../../app/assets/stylesheets/inuit.css/base/_images.scss */
img {
  max-width: 100%;
}

/**
 * Non-fluid images if you specify `width` and/or `height` attributes.
 */
/* line 19, ../../../app/assets/stylesheets/inuit.css/base/_images.scss */
img[width],
img[height] {
  max-width: none;
}

/**
 * Rounded images.
 */
/* line 27, ../../../app/assets/stylesheets/inuit.css/base/_images.scss */
.img--round {
  border-radius: 4px;
}

/**
 * Image placement variations.
 */
/* line 33, ../../../app/assets/stylesheets/inuit.css/base/_images.scss */
.img--right {
  float: right;
  margin-bottom: 24px;
  margin-left: 24px;
}

/* line 38, ../../../app/assets/stylesheets/inuit.css/base/_images.scss */
.img--left {
  float: left;
  margin-right: 24px;
  margin-bottom: 24px;
}

/* line 43, ../../../app/assets/stylesheets/inuit.css/base/_images.scss */
.img--center {
  display: block;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
}

/**
 * Keep your images on your baseline.
 *
 * Please note, these will not work too nicely with fluid images and will
 * distort when resized below a certain width. Use with caution.
 */
/* line 57, ../../../app/assets/stylesheets/inuit.css/base/_images.scss */
.img--short {
  height: 120px;
}

/* line 60, ../../../app/assets/stylesheets/inuit.css/base/_images.scss */
.img--medium {
  height: 240px;
}

/* line 63, ../../../app/assets/stylesheets/inuit.css/base/_images.scss */
.img--tall {
  height: 360px;
}

/**
 * Images in `figure` elements.
 */
/* line 71, ../../../app/assets/stylesheets/inuit.css/base/_images.scss */
figure > img {
  display: block;
}

/*------------------------------------*\
    $LISTS
\*------------------------------------*/
/**
 * Remove vertical spacing from nested lists.
 */
/* line 9, ../../../app/assets/stylesheets/inuit.css/base/_lists.scss */
li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Have a numbered `ul` without the semantics implied by using an `ol`.
 */
/*ul*/
/* line 17, ../../../app/assets/stylesheets/inuit.css/base/_lists.scss */
.numbered-list {
  list-style-type: decimal;
}

/*------------------------------------*\
    $TABLES
\*------------------------------------*/
/**
 * We have a lot at our disposal for making very complex table constructs, e.g.:
 *
   <table class="table--bordered  table--striped  table--data">
       <colgroup>
           <col class=t10>
           <col class=t10>
           <col class=t10>
           <col>
       </colgroup>
       <thead>
           <tr>
               <th colspan=3>Foo</th>
               <th>Bar</th>
           </tr>
           <tr>
               <th>Lorem</th>
               <th>Ipsum</th>
               <th class=numerical>Dolor</th>
               <th>Sit</th>
           </tr>
       </thead>
       <tbody>
           <tr>
               <th rowspan=3>Sit</th>
               <td>Dolor</td>
               <td class=numerical>03.788</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <td>Dolor</td>
               <td class=numerical>32.210</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <td>Dolor</td>
               <td class=numerical>47.797</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <th rowspan=2>Sit</th>
               <td>Dolor</td>
               <td class=numerical>09.640</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <td>Dolor</td>
               <td class=numerical>12.117</td>
               <td>Lorem</td>
           </tr>
       </tbody>
   </table>
 *
 */
/* line 58, ../../../app/assets/stylesheets/inuit.css/base/_tables.scss */
table {
  width: 100%;
}

/* line 62, ../../../app/assets/stylesheets/inuit.css/base/_tables.scss */
th,
td {
  padding: 6px;
  text-align: left;
}
@media screen and (min-width: 480px) {
  /* line 62, ../../../app/assets/stylesheets/inuit.css/base/_tables.scss */
  th,
  td {
    padding: 12px;
  }
}

/**
 * Cell alignments
 */
/* line 74, ../../../app/assets/stylesheets/inuit.css/base/_tables.scss */
[colspan] {
  text-align: center;
}

/* line 77, ../../../app/assets/stylesheets/inuit.css/base/_tables.scss */
[colspan="1"] {
  text-align: left;
}

/* line 80, ../../../app/assets/stylesheets/inuit.css/base/_tables.scss */
[rowspan] {
  vertical-align: middle;
}

/* line 83, ../../../app/assets/stylesheets/inuit.css/base/_tables.scss */
[rowspan="1"] {
  vertical-align: top;
}

/* line 86, ../../../app/assets/stylesheets/inuit.css/base/_tables.scss */
.numerical {
  text-align: right;
}

/**
 * In the HTML above we see several `col` elements with classes whose numbers
 * represent a percentage width for that column. We leave one column free of a
 * class so that column can soak up the effects of any accidental breakage in
 * the table.
 */
/* line 96, ../../../app/assets/stylesheets/inuit.css/base/_tables.scss */
.t5 {
  width: 5%;
}

/* line 97, ../../../app/assets/stylesheets/inuit.css/base/_tables.scss */
.t10 {
  width: 10%;
}

/* line 98, ../../../app/assets/stylesheets/inuit.css/base/_tables.scss */
.t12 {
  width: 12.5%;
}

/* 1/8 */
/* line 99, ../../../app/assets/stylesheets/inuit.css/base/_tables.scss */
.t15 {
  width: 15%;
}

/* line 100, ../../../app/assets/stylesheets/inuit.css/base/_tables.scss */
.t20 {
  width: 20%;
}

/* line 101, ../../../app/assets/stylesheets/inuit.css/base/_tables.scss */
.t25 {
  width: 25%;
}

/* 1/4 */
/* line 102, ../../../app/assets/stylesheets/inuit.css/base/_tables.scss */
.t30 {
  width: 30%;
}

/* line 103, ../../../app/assets/stylesheets/inuit.css/base/_tables.scss */
.t33 {
  width: 33.333%;
}

/* 1/3 */
/* line 104, ../../../app/assets/stylesheets/inuit.css/base/_tables.scss */
.t35 {
  width: 35%;
}

/* line 105, ../../../app/assets/stylesheets/inuit.css/base/_tables.scss */
.t37 {
  width: 37.5%;
}

/* 3/8 */
/* line 106, ../../../app/assets/stylesheets/inuit.css/base/_tables.scss */
.t40 {
  width: 40%;
}

/* line 107, ../../../app/assets/stylesheets/inuit.css/base/_tables.scss */
.t45 {
  width: 45%;
}

/* line 108, ../../../app/assets/stylesheets/inuit.css/base/_tables.scss */
.t50 {
  width: 50%;
}

/* 1/2 */
/* line 109, ../../../app/assets/stylesheets/inuit.css/base/_tables.scss */
.t55 {
  width: 55%;
}

/* line 110, ../../../app/assets/stylesheets/inuit.css/base/_tables.scss */
.t60 {
  width: 60%;
}

/* line 111, ../../../app/assets/stylesheets/inuit.css/base/_tables.scss */
.t62 {
  width: 62.5%;
}

/* 5/8 */
/* line 112, ../../../app/assets/stylesheets/inuit.css/base/_tables.scss */
.t65 {
  width: 65%;
}

/* line 113, ../../../app/assets/stylesheets/inuit.css/base/_tables.scss */
.t66 {
  width: 66.666%;
}

/* 2/3 */
/* line 114, ../../../app/assets/stylesheets/inuit.css/base/_tables.scss */
.t70 {
  width: 70%;
}

/* line 115, ../../../app/assets/stylesheets/inuit.css/base/_tables.scss */
.t75 {
  width: 75%;
}

/* 3/4*/
/* line 116, ../../../app/assets/stylesheets/inuit.css/base/_tables.scss */
.t80 {
  width: 80%;
}

/* line 117, ../../../app/assets/stylesheets/inuit.css/base/_tables.scss */
.t85 {
  width: 85%;
}

/* line 118, ../../../app/assets/stylesheets/inuit.css/base/_tables.scss */
.t87 {
  width: 87.5%;
}

/* 7/8 */
/* line 119, ../../../app/assets/stylesheets/inuit.css/base/_tables.scss */
.t90 {
  width: 90%;
}

/* line 120, ../../../app/assets/stylesheets/inuit.css/base/_tables.scss */
.t95 {
  width: 95%;
}

/**
 * Bordered tables
 */
/* line 129, ../../../app/assets/stylesheets/inuit.css/base/_tables.scss */
.table--bordered th,
.table--bordered td {
  border: 1px solid #f9f9f9;
}
/* line 132, ../../../app/assets/stylesheets/inuit.css/base/_tables.scss */
.table--bordered th:empty,
.table--bordered td:empty {
  border: none;
}
/* line 137, ../../../app/assets/stylesheets/inuit.css/base/_tables.scss */
.table--bordered thead tr:last-child th {
  border-bottom-width: 2px;
}
/* line 141, ../../../app/assets/stylesheets/inuit.css/base/_tables.scss */
.table--bordered tbody tr th:last-of-type {
  border-right-width: 2px;
}

/**
 * Striped tables
 */
/* line 152, ../../../app/assets/stylesheets/inuit.css/base/_tables.scss */
.table--striped tbody tr:nth-of-type(odd) {
  background-color: #ffc;
  /* Override this color in your theme stylesheet */
}

/**
 * Data table
 */
/* line 161, ../../../app/assets/stylesheets/inuit.css/base/_tables.scss */
.table--data {
  font: 12px/1.5 sans-serif;
}

/*------------------------------------*\
    $FORMS
\*------------------------------------*/
/**
 *
 * Demo: jsfiddle.net/inuitcss/MhHHU
 *
 */
/* line 9, ../../../app/assets/stylesheets/inuit.css/base/_forms.scss */
fieldset {
  padding: 24px;
}

/**
 * Text inputs
 *
 * Instead of a `[type]` selector for each kind of form input, we just use a
 * class to target any/every one, e.g.:
   <input type=text class=text-input>
   <input type=email class=text-input>
   <input type=password class=text-input>
 *
 */
/* line 25, ../../../app/assets/stylesheets/inuit.css/base/_forms.scss */
.text-input,
textarea {
  /**
   * Style these via your theme stylesheet.
   */
}

/**
 * Group sets of form fields in a list, e.g.:
 *
   <ul class=form-fields>
       <li>
           <label />
           <input />
       </li>
       <li>
           <label />
           <select />
       </li>
       <li>
           <label />
           <input />
       </li>
   </ul>
 *
 */
/* line 51, ../../../app/assets/stylesheets/inuit.css/base/_forms.scss */
.form-fields {
  list-style: none;
  margin: 0;
}

/* line 58, ../../../app/assets/stylesheets/inuit.css/base/_forms.scss */
.form-fields > li:last-child {
  margin-bottom: 0;
}

/**
 * Labels
 *
 * Define a `.label` class as well as a `label` element. This means we can apply
 * label-like styling to meta-labels for groups of options where a `label`
 * element is not suitable, e.g.:
 *
   <li>
       <span class=label>Select an option below:</span>
       <ul class="multi-list  four-cols">
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
       </ul>
   </li>
 *
 */
/* line 90, ../../../app/assets/stylesheets/inuit.css/base/_forms.scss */
label,
.label {
  display: block;
}

/**
 * Extra help text in `label`s, e.g.:
 *
   <label>Card number <small class=additional>No spaces</small></label>
 *
 */
/* line 99, ../../../app/assets/stylesheets/inuit.css/base/_forms.scss */
.additional {
  display: block;
  font-weight: normal;
}

/*
 * Groups of checkboxes and radios, e.g.:
 *
   <li>
       <ul class=check-list>
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
       </ul>
   </li>
 *
 */
/* line 120, ../../../app/assets/stylesheets/inuit.css/base/_forms.scss */
.check-list {
  list-style: none;
  margin: 0;
}

/*
 * Labels in check-lists
 */
/* line 129, ../../../app/assets/stylesheets/inuit.css/base/_forms.scss */
.check-label,
.check-list label,
.check-list .label {
  display: inline-block;
}

/**
 * Spoken forms are for forms that read like spoken word, e.g.:
 *
   <li class=spoken-form>
       Hello, my <label for=spoken-name>name</label> is
       <input type=text class=text-input id=spoken-name>. My home
       <label for=country>country</label> is
       <select id=country>
           <option>UK</option>
           <option>US</option>
           <option>Other</option>
       </select>
   </li>
 *
 */
/* line 149, ../../../app/assets/stylesheets/inuit.css/base/_forms.scss */
.spoken-form label {
  display: inline-block;
  font: inherit;
}

/**
 * Extra help text displayed after a field when that field is in focus, e.g.:
 *
   <label for=email>Email:</label>
   <input type=email class=text-input id=email>
   <small class=extra-help>.edu emails only</small>
 *
 * We leave the help text in the document flow and merely set it to
 * `visibility:hidden;`. This means that it won’t interfere with anything once
 * it reappears.
 *
 */
/*small*/
/* line 167, ../../../app/assets/stylesheets/inuit.css/base/_forms.scss */
.extra-help {
  display: inline-block;
  visibility: hidden;
}

/* line 172, ../../../app/assets/stylesheets/inuit.css/base/_forms.scss */
.text-input:active + .extra-help,
.text-input:focus + .extra-help {
  visibility: visible;
}

/**
 * Objects and abstractions
 */
/*------------------------------------*\
    $GRIDS
\*------------------------------------*/
/**
 * Fluid and nestable grid system. It is necessary to comment out, or otherwise
 * remove, the whitespace from between grid items, e.g.:
 *
   <div class="grid">

       <div class="grid__item  one-third">
           <p>One third grid</p>
       </div><!--

    --><div class="grid__item  two-thirds">
           <p>Two thirds grid</p>
       </div><!--

    --><div class="grid__item  one-half">
           <p>One half grid</p>
       </div><!--

    --><div class="grid__item  one-quarter">
           <p>One quarter grid</p>
       </div><!--

    --><div class="grid__item  one-quarter">
           <p>One quarter grid</p>
       </div>

   </div>
 *
 * Demo: jsfiddle.net/inuitcss/CLYUC
 *
 */
/**
 * Grid wrapper
 */
/* line 42, ../../../app/assets/stylesheets/inuit.css/objects/_grids.scss */
.grid {
  margin-left: -24px;
  list-style: none;
  margin-bottom: 0;
}

/**
 * Very infrequently occuring grid wrappers as children of grid wrappers.
 */
/* line 52, ../../../app/assets/stylesheets/inuit.css/objects/_grids.scss */
.grid > .grid {
  margin-left: 0;
}

/**
 * Grid
 */
/* line 60, ../../../app/assets/stylesheets/inuit.css/objects/_grids.scss */
.grid__item {
  display: inline-block;
  width: 100%;
  padding-left: 24px;
  vertical-align: top;
}

/**
 * Reversed grids allow you to structure your source in the opposite order to
 * how your rendered layout will appear. Extends `.grid`.
 */
/* line 75, ../../../app/assets/stylesheets/inuit.css/objects/_grids.scss */
.grid--rev {
  direction: rtl;
  text-align: left;
}
/* line 79, ../../../app/assets/stylesheets/inuit.css/objects/_grids.scss */
.grid--rev > .grid__item {
  direction: ltr;
  text-align: left;
}

/**
 * Gutterless grids have all the properties of regular grids, minus any spacing.
 * Extends `.grid`.
 */
/* line 90, ../../../app/assets/stylesheets/inuit.css/objects/_grids.scss */
.grid--full {
  margin-left: 0;
}
/* line 93, ../../../app/assets/stylesheets/inuit.css/objects/_grids.scss */
.grid--full > .grid__item {
  padding-left: 0;
}

/**
 * Align the entire grid to the right. Extends `.grid`.
 */
/* line 102, ../../../app/assets/stylesheets/inuit.css/objects/_grids.scss */
.grid--right {
  text-align: right;
}
/* line 105, ../../../app/assets/stylesheets/inuit.css/objects/_grids.scss */
.grid--right > .grid__item {
  text-align: left;
}

/**
 * Centered grids align grid items centrally without needing to use push or pull
 * classes. Extends `.grid`.
 */
/* line 115, ../../../app/assets/stylesheets/inuit.css/objects/_grids.scss */
.grid--center {
  text-align: center;
}
/* line 118, ../../../app/assets/stylesheets/inuit.css/objects/_grids.scss */
.grid--center > .grid__item {
  text-align: left;
}

/**
 * Align grid cells vertically (`.grid--middle` or `.grid--bottom`). Extends
 * `.grid`.
 */
/* line 130, ../../../app/assets/stylesheets/inuit.css/objects/_grids.scss */
.grid--middle > .grid__item {
  vertical-align: middle;
}

/* line 137, ../../../app/assets/stylesheets/inuit.css/objects/_grids.scss */
.grid--bottom > .grid__item {
  vertical-align: bottom;
}

/**
 * Create grids with narrower gutters. Extends `.grid`.
 */
/*------------------------------------*\
    $NAV
\*------------------------------------*/
/**
 * Nav abstraction as per: csswizardry.com/2011/09/the-nav-abstraction
 * When used on an `ol` or `ul`, this class throws the list into horizontal mode
 * e.g.:
 *
   <ul class=nav>
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 * Demo: jsfiddle.net/inuitcss/Vnph4
 *
 */
/* line 21, ../../../app/assets/stylesheets/inuit.css/objects/_nav.scss */
.nav {
  list-style: none;
  margin-left: 0;
}
/* line 29, ../../../app/assets/stylesheets/inuit.css/objects/_nav.scss */
.nav > li,
.nav > li > a {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

/**
 * `.nav--stacked` extends `.nav` and throws the list into vertical mode, e.g.:
 *
   <ul class="nav  nav--stacked">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 */
/* line 51, ../../../app/assets/stylesheets/inuit.css/objects/_nav.scss */
.nav--stacked > li {
  display: list-item;
}
/* line 54, ../../../app/assets/stylesheets/inuit.css/objects/_nav.scss */
.nav--stacked > li > a {
  display: block;
}

/**
 * `.nav--banner` extends `.nav` and centres the list, e.g.:
 *
   <ul class="nav  nav--banner">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 */
/* line 72, ../../../app/assets/stylesheets/inuit.css/objects/_nav.scss */
.nav--banner {
  text-align: center;
}

/**
 * Give nav links a big, blocky hit area. Extends `.nav`, e.g.:
 *
   <ul class="nav  nav--block">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 */
/* line 88, ../../../app/assets/stylesheets/inuit.css/objects/_nav.scss */
.nav--block {
  line-height: 1;
  /**
   * Remove whitespace caused by `inline-block`.
   */
  letter-spacing: -0.31em;
  word-spacing: -0.43em;
  white-space: nowrap;
}
/* line 97, ../../../app/assets/stylesheets/inuit.css/objects/_nav.scss */
.nav--block > li {
  letter-spacing: normal;
  word-spacing: normal;
}
/* line 101, ../../../app/assets/stylesheets/inuit.css/objects/_nav.scss */
.nav--block > li > a {
  padding: 12px;
}

/**
 * Force a nav to occupy 100% of the available width of its parent. Extends
 * `.nav`, e.g.:
 *
   <ul class="nav  c">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 * Thanks to @pimpl for this idea!
 */
/* line 121, ../../../app/assets/stylesheets/inuit.css/objects/_nav.scss */
.nav--fit {
  display: table;
  width: 100%;
}
/* line 125, ../../../app/assets/stylesheets/inuit.css/objects/_nav.scss */
.nav--fit > li {
  display: table-cell;
}
/* line 128, ../../../app/assets/stylesheets/inuit.css/objects/_nav.scss */
.nav--fit > li > a {
  display: block;
}

/**
 * Make a list of keywords. Extends `.nav`, e.g.:
 *
   `<ul class="nav  nav--keywords>`
 *
 */
/* line 145, ../../../app/assets/stylesheets/inuit.css/objects/_nav.scss */
.nav--keywords > li:after {
  content: "\002C" "\00A0";
}
/* line 149, ../../../app/assets/stylesheets/inuit.css/objects/_nav.scss */
.nav--keywords > li:last-child:after {
  display: none;
}

/*------------------------------------*\
    $MEDIA
\*------------------------------------*/
/**
 * Place any image- and text-like content side-by-side, as per:
 * stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code
 * E.g.:
 *
   <div class=media>
       <img src=http://placekitten.com/200/300 alt="" class=media__img>
       <p class=media__body>Lorem ipsum dolor sit amet, consectetur adipisicing elit,
       sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
   </div>
 *
 * Demo: jsfiddle.net/inuitcss/cf4Qs
 *
 */
/* line 20, ../../../app/assets/stylesheets/inuit.css/objects/_media.scss */
.media {
  display: block;
}

/* line 24, ../../../app/assets/stylesheets/inuit.css/objects/_media.scss */
.media__img {
  float: left;
  margin-right: 24px;
}

/**
 * Reversed image location (right instead of left).
 */
/* line 31, ../../../app/assets/stylesheets/inuit.css/objects/_media.scss */
.media__img--rev {
  float: right;
  margin-left: 24px;
}

/* line 37, ../../../app/assets/stylesheets/inuit.css/objects/_media.scss */
.media__img img,
.media__img--rev img {
  display: block;
}

/* line 41, ../../../app/assets/stylesheets/inuit.css/objects/_media.scss */
.media__body {
  overflow: hidden;
}

/* line 45, ../../../app/assets/stylesheets/inuit.css/objects/_media.scss */
.media__body,
.media__body > :last-child {
  margin-bottom: 0;
}

/**
 * `.img`s in `.islet`s need an appropriately sized margin.
 */
/* line 53, ../../../app/assets/stylesheets/inuit.css/objects/_media.scss */
.islet .media__img {
  margin-right: 12px;
}

/* line 56, ../../../app/assets/stylesheets/inuit.css/objects/_media.scss */
.islet .media__img--rev {
  margin-left: 12px;
}

/*------------------------------------*\
    $BEAUTONS.CSS
\*------------------------------------*/
/**
 * beautons is a beautifully simple button toolkit.
 *
 * LICENSE
 * 
 * Copyright 2013 Harry Roberts
 * 
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 * 
 * http://apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * 
 */
/**
 * 
 * @csswizardry -- csswizardry.com/beautons
 * 
 */
/*------------------------------------*\
    $BASE
\*------------------------------------*/
/**
 * Base button styles.
 *
 * 1. Allow us to better style box model properties.
 * 2. Line different sized buttons up a little nicer.
 * 3. Stop buttons wrapping and looking broken.
 * 4. Make buttons inherit font styles.
 * 5. Force all elements using beautons to appear clickable.
 * 6. Normalise box model styles.
 * 7. If the button’s text is 1em, and the button is (3 * font-size) tall, then
 *    there is 1em of space above and below that text. We therefore apply 1em
 *    of space to the left and right, as padding, to keep consistent spacing.
 * 8. Basic cosmetics for default buttons. Change or override at will.
 * 9. Don’t allow buttons to have underlines; it kinda ruins the illusion.
 */
/* line 56, ../../../app/assets/stylesheets/inuit.css/objects/_beautons.scss */
.btn {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  white-space: nowrap;
  /* [3] */
  font-family: inherit;
  /* [4] */
  font-size: 100%;
  /* [4] */
  cursor: pointer;
  /* [5] */
  border: none;
  /* [6] */
  margin: 0;
  /* [6] */
  padding-top: 0;
  /* [6] */
  padding-bottom: 0;
  /* [6] */
  line-height: 3;
  /* [7] */
  padding-right: 1em;
  /* [7] */
  padding-left: 1em;
  /* [7] */
  border-radius: 4px;
  /* [8] */
}

/* line 76, ../../../app/assets/stylesheets/inuit.css/objects/_beautons.scss */
.btn, .btn:hover {
  text-decoration: none;
  /* [9] */
}

/*------------------------------------*\
    $SIZES
\*------------------------------------*/
/**
 * Button size modifiers.
 *
 * These all follow the same sizing rules as above; text is 1em, space around it
 * remains uniform.
 */
/* line 98, ../../../app/assets/stylesheets/inuit.css/objects/_beautons.scss */
.btn--small {
  padding-right: 0.5em;
  padding-left: 0.5em;
  line-height: 2;
}

/* line 104, ../../../app/assets/stylesheets/inuit.css/objects/_beautons.scss */
.btn--large {
  padding-right: 1.5em;
  padding-left: 1.5em;
  line-height: 4;
}

/* line 110, ../../../app/assets/stylesheets/inuit.css/objects/_beautons.scss */
.btn--huge {
  padding-right: 2em;
  padding-left: 2em;
  line-height: 5;
}

/**
 * These buttons will fill the entirety of their container.
 *
 * 1. Remove padding so that widths and paddings don’t conflict.
 */
/* line 121, ../../../app/assets/stylesheets/inuit.css/objects/_beautons.scss */
.btn--full {
  width: 100%;
  padding-right: 0;
  /* [1] */
  padding-left: 0;
  /* [1] */
  text-align: center;
}

/*------------------------------------*\
    $FONT-SIZES
\*------------------------------------*/
/**
 * Button font-size modifiers.
 */
/* line 138, ../../../app/assets/stylesheets/inuit.css/objects/_beautons.scss */
.btn--alpha {
  font-size: 3rem;
}

/* line 142, ../../../app/assets/stylesheets/inuit.css/objects/_beautons.scss */
.btn--beta {
  font-size: 2rem;
}

/* line 146, ../../../app/assets/stylesheets/inuit.css/objects/_beautons.scss */
.btn--gamma {
  font-size: 1rem;
}

/**
 * Make the button inherit sizing from its parent.
 */
/* line 153, ../../../app/assets/stylesheets/inuit.css/objects/_beautons.scss */
.btn--natural {
  vertical-align: baseline;
  font-size: inherit;
  line-height: inherit;
  padding-right: 0.5em;
  padding-left: 0.5em;
}

/*------------------------------------*\
    $FUNCTIONS
\*------------------------------------*/
/**
 * Button function modifiers.
 */
/**
 * Positive actions; e.g. sign in, purchase, submit, etc.
 */
/* line 178, ../../../app/assets/stylesheets/inuit.css/objects/_beautons.scss */
.btn--positive {
  background-color: #4A993E;
  color: #fff;
}

/**
 * Negative actions; e.g. close account, delete photo, remove friend, etc.
 */
/* line 186, ../../../app/assets/stylesheets/inuit.css/objects/_beautons.scss */
.btn--negative {
  background-color: #b33630;
  color: #fff;
}

/**
 * Inactive, disabled buttons.
 * 
 * 1. Make the button look like normal text when hovered.
 */
/* line 199, ../../../app/assets/stylesheets/inuit.css/objects/_beautons.scss */
.btn--inactive,
.btn--inactive:hover,
.btn--inactive:active,
.btn--inactive:focus {
  background-color: #ddd;
  color: #777;
  cursor: text;
  /* [1] */
}

/*------------------------------------*\
    $STYLES
\*------------------------------------*/
/**
 * Button style modifiers.
 *
 * 1. Use an overly-large number to ensure completely rounded, pill-like ends.
 */
/* line 217, ../../../app/assets/stylesheets/inuit.css/objects/_beautons.scss */
.btn--soft {
  border-radius: 200px;
  /* [1] */
}

/* line 221, ../../../app/assets/stylesheets/inuit.css/objects/_beautons.scss */
.btn--hard {
  border-radius: 0;
}

/*------------------------------------*\
    $RULES
\*------------------------------------*/
/**
 * Horizontal rules, extend `hr`.
 *
 * Demo: jsfiddle.net/inuitcss/L6GuZ
 *
 */
/* line 12, ../../../app/assets/stylesheets/inuit.css/objects/_rules.scss */
.rule {
  color: #262626;
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 23px;
  margin-bottom: 1.4375rem;
}

/**
 * Dotted rules
 */
/* line 25, ../../../app/assets/stylesheets/inuit.css/objects/_rules.scss */
.rule--dotted {
  border-bottom-style: dotted;
}

/**
 * Dashed rules
 */
/* line 33, ../../../app/assets/stylesheets/inuit.css/objects/_rules.scss */
.rule--dashed {
  border-bottom-style: dashed;
}

/**
 * Ornamental rules. Places a § over the rule.
 */
/* line 41, ../../../app/assets/stylesheets/inuit.css/objects/_rules.scss */
.rule--ornament {
  position: relative;
  /**
  * Pass in an arbitrary ornament though a data attribute, e.g.:
  *
    <hr class="rule  rule--ornament" data-ornament="!">
  *
  */
}
/* line 44, ../../../app/assets/stylesheets/inuit.css/objects/_rules.scss */
.rule--ornament:after {
  content: "\00A7";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  line-height: 0;
  text-align: center;
}
/* line 60, ../../../app/assets/stylesheets/inuit.css/objects/_rules.scss */
.rule--ornament[data-ornament]:after {
  content: attr(data-ornament);
}

/**
 * Style trumps; helper and brand classes
 */
/*------------------------------------*\
    $WIDTHS
\*------------------------------------*/
/**
 * Sizes in human readable format. These are used in conjunction with other
 * objects and abstractions found in inuit.css, most commonly the grid system
 * and faux flexbox.
 *
 * We have a mixin to generate our widths and their breakpoint-specific
 * variations.
 */
/**
* Whole
*/
/* line 17, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
.one-whole {
  width: 100%;
}

/**
* Halves
*/
/* line 23, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
.one-half, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths {
  width: 50%;
}

/**
* Thirds
*/
/* line 29, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
.one-third, .two-sixths, .four-twelfths {
  width: 33.333%;
}

/* line 30, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
.two-thirds, .four-sixths, .eight-twelfths {
  width: 66.666%;
}

/**
* Quarters
*/
/* line 36, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
.one-quarter, .two-eighths, .three-twelfths {
  width: 25%;
}

/* line 38, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
.three-quarters, .six-eighths, .nine-twelfths {
  width: 75%;
}

/**
* Fifths
*/
/* line 44, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
.one-fifth, .two-tenths {
  width: 20%;
}

/* line 45, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
.two-fifths, .four-tenths {
  width: 40%;
}

/* line 46, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
.three-fifths, .six-tenths {
  width: 60%;
}

/* line 47, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
.four-fifths, .eight-tenths {
  width: 80%;
}

/**
* Sixths
*/
/* line 53, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
.one-sixth, .two-twelfths {
  width: 16.666%;
}

/* line 57, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
.five-sixths, .ten-twelfths {
  width: 83.333%;
}

/**
* Eighths
*/
/* line 63, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
.one-eighth {
  width: 12.5%;
}

/* line 65, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
.three-eighths {
  width: 37.5%;
}

/* line 67, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
.five-eighths {
  width: 62.5%;
}

/* line 69, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
.seven-eighths {
  width: 87.5%;
}

/**
* Tenths
*/
/* line 75, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
.one-tenth {
  width: 10%;
}

/* line 77, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
.three-tenths {
  width: 30%;
}

/* line 81, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
.seven-tenths {
  width: 70%;
}

/* line 83, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
.nine-tenths {
  width: 90%;
}

/**
* Twelfths
*/
/* line 89, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
.one-twelfth {
  width: 8.333%;
}

/* line 93, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
.five-twelfths {
  width: 41.666%;
}

/* line 95, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
.seven-twelfths {
  width: 58.333%;
}

/* line 99, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
.eleven-twelfths {
  width: 91.666%;
}

/**
 * If you have set `$responsive` to ‘true’ in `_vars.scss` then you now have
 * access to these classes. You can define at which breakpoint you’d like an
 * element to be a certain size, e.g.:
 *
 * `<div class="g  one-quarter  lap-one-half  palm-one-whole"> ... </div>`
 *
 * This would create a `div` that, at ‘desktop’ sizes, takes up a quarter of the
 * horizontal space, a half of that space at ‘tablet’ sizes, and goes full width
 * at ‘mobile’ sizes.
 *
 * Demo: jsfiddle.net/inuitcss/WS4Ge
 *
 */
@media only screen and (max-width: 480px) {
  /**
  * Whole
  */
  /* line 17, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .palm-one-whole {
    width: 100%;
  }

  /**
  * Halves
  */
  /* line 23, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .palm-one-half, .palm-two-quarters, .palm-three-sixths, .palm-four-eighths, .palm-five-tenths, .palm-six-twelfths {
    width: 50%;
  }

  /**
  * Thirds
  */
  /* line 29, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .palm-one-third, .palm-two-sixths, .palm-four-twelfths {
    width: 33.333%;
  }

  /* line 30, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .palm-two-thirds, .palm-four-sixths, .palm-eight-twelfths {
    width: 66.666%;
  }

  /**
  * Quarters
  */
  /* line 36, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .palm-one-quarter, .palm-two-eighths, .palm-three-twelfths {
    width: 25%;
  }

  /* line 38, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .palm-three-quarters, .palm-six-eighths, .palm-nine-twelfths {
    width: 75%;
  }

  /**
  * Fifths
  */
  /* line 44, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .palm-one-fifth, .palm-two-tenths {
    width: 20%;
  }

  /* line 45, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .palm-two-fifths, .palm-four-tenths {
    width: 40%;
  }

  /* line 46, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .palm-three-fifths, .palm-six-tenths {
    width: 60%;
  }

  /* line 47, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .palm-four-fifths, .palm-eight-tenths {
    width: 80%;
  }

  /**
  * Sixths
  */
  /* line 53, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .palm-one-sixth, .palm-two-twelfths {
    width: 16.666%;
  }

  /* line 57, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .palm-five-sixths, .palm-ten-twelfths {
    width: 83.333%;
  }

  /**
  * Eighths
  */
  /* line 63, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .palm-one-eighth {
    width: 12.5%;
  }

  /* line 65, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .palm-three-eighths {
    width: 37.5%;
  }

  /* line 67, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .palm-five-eighths {
    width: 62.5%;
  }

  /* line 69, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .palm-seven-eighths {
    width: 87.5%;
  }

  /**
  * Tenths
  */
  /* line 75, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .palm-one-tenth {
    width: 10%;
  }

  /* line 77, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .palm-three-tenths {
    width: 30%;
  }

  /* line 81, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .palm-seven-tenths {
    width: 70%;
  }

  /* line 83, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .palm-nine-tenths {
    width: 90%;
  }

  /**
  * Twelfths
  */
  /* line 89, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .palm-one-twelfth {
    width: 8.333%;
  }

  /* line 93, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .palm-five-twelfths {
    width: 41.666%;
  }

  /* line 95, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .palm-seven-twelfths {
    width: 58.333%;
  }

  /* line 99, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .palm-eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 1023px) {
  /**
  * Whole
  */
  /* line 17, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .lap-one-whole {
    width: 100%;
  }

  /**
  * Halves
  */
  /* line 23, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .lap-one-half, .lap-two-quarters, .lap-three-sixths, .lap-four-eighths, .lap-five-tenths, .lap-six-twelfths {
    width: 50%;
  }

  /**
  * Thirds
  */
  /* line 29, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .lap-one-third, .lap-two-sixths, .lap-four-twelfths {
    width: 33.333%;
  }

  /* line 30, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .lap-two-thirds, .lap-four-sixths, .lap-eight-twelfths {
    width: 66.666%;
  }

  /**
  * Quarters
  */
  /* line 36, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .lap-one-quarter, .lap-two-eighths, .lap-three-twelfths {
    width: 25%;
  }

  /* line 38, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .lap-three-quarters, .lap-six-eighths, .lap-nine-twelfths {
    width: 75%;
  }

  /**
  * Fifths
  */
  /* line 44, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .lap-one-fifth, .lap-two-tenths {
    width: 20%;
  }

  /* line 45, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .lap-two-fifths, .lap-four-tenths {
    width: 40%;
  }

  /* line 46, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .lap-three-fifths, .lap-six-tenths {
    width: 60%;
  }

  /* line 47, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .lap-four-fifths, .lap-eight-tenths {
    width: 80%;
  }

  /**
  * Sixths
  */
  /* line 53, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .lap-one-sixth, .lap-two-twelfths {
    width: 16.666%;
  }

  /* line 57, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .lap-five-sixths, .lap-ten-twelfths {
    width: 83.333%;
  }

  /**
  * Eighths
  */
  /* line 63, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .lap-one-eighth {
    width: 12.5%;
  }

  /* line 65, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .lap-three-eighths {
    width: 37.5%;
  }

  /* line 67, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .lap-five-eighths {
    width: 62.5%;
  }

  /* line 69, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .lap-seven-eighths {
    width: 87.5%;
  }

  /**
  * Tenths
  */
  /* line 75, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .lap-one-tenth {
    width: 10%;
  }

  /* line 77, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .lap-three-tenths {
    width: 30%;
  }

  /* line 81, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .lap-seven-tenths {
    width: 70%;
  }

  /* line 83, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .lap-nine-tenths {
    width: 90%;
  }

  /**
  * Twelfths
  */
  /* line 89, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .lap-one-twelfth {
    width: 8.333%;
  }

  /* line 93, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .lap-five-twelfths {
    width: 41.666%;
  }

  /* line 95, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .lap-seven-twelfths {
    width: 58.333%;
  }

  /* line 99, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .lap-eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (min-width: 481px) {
  /**
  * Whole
  */
  /* line 17, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .lap-and-up-one-whole {
    width: 100%;
  }

  /**
  * Halves
  */
  /* line 23, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .lap-and-up-one-half, .lap-and-up-two-quarters, .lap-and-up-three-sixths, .lap-and-up-four-eighths, .lap-and-up-five-tenths, .lap-and-up-six-twelfths {
    width: 50%;
  }

  /**
  * Thirds
  */
  /* line 29, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .lap-and-up-one-third, .lap-and-up-two-sixths, .lap-and-up-four-twelfths {
    width: 33.333%;
  }

  /* line 30, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .lap-and-up-two-thirds, .lap-and-up-four-sixths, .lap-and-up-eight-twelfths {
    width: 66.666%;
  }

  /**
  * Quarters
  */
  /* line 36, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .lap-and-up-one-quarter, .lap-and-up-two-eighths, .lap-and-up-three-twelfths {
    width: 25%;
  }

  /* line 38, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .lap-and-up-three-quarters, .lap-and-up-six-eighths, .lap-and-up-nine-twelfths {
    width: 75%;
  }

  /**
  * Fifths
  */
  /* line 44, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .lap-and-up-one-fifth, .lap-and-up-two-tenths {
    width: 20%;
  }

  /* line 45, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .lap-and-up-two-fifths, .lap-and-up-four-tenths {
    width: 40%;
  }

  /* line 46, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .lap-and-up-three-fifths, .lap-and-up-six-tenths {
    width: 60%;
  }

  /* line 47, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .lap-and-up-four-fifths, .lap-and-up-eight-tenths {
    width: 80%;
  }

  /**
  * Sixths
  */
  /* line 53, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .lap-and-up-one-sixth, .lap-and-up-two-twelfths {
    width: 16.666%;
  }

  /* line 57, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .lap-and-up-five-sixths, .lap-and-up-ten-twelfths {
    width: 83.333%;
  }

  /**
  * Eighths
  */
  /* line 63, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .lap-and-up-one-eighth {
    width: 12.5%;
  }

  /* line 65, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .lap-and-up-three-eighths {
    width: 37.5%;
  }

  /* line 67, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .lap-and-up-five-eighths {
    width: 62.5%;
  }

  /* line 69, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .lap-and-up-seven-eighths {
    width: 87.5%;
  }

  /**
  * Tenths
  */
  /* line 75, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .lap-and-up-one-tenth {
    width: 10%;
  }

  /* line 77, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .lap-and-up-three-tenths {
    width: 30%;
  }

  /* line 81, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .lap-and-up-seven-tenths {
    width: 70%;
  }

  /* line 83, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .lap-and-up-nine-tenths {
    width: 90%;
  }

  /**
  * Twelfths
  */
  /* line 89, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .lap-and-up-one-twelfth {
    width: 8.333%;
  }

  /* line 93, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .lap-and-up-five-twelfths {
    width: 41.666%;
  }

  /* line 95, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .lap-and-up-seven-twelfths {
    width: 58.333%;
  }

  /* line 99, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .lap-and-up-eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (max-width: 1023px) {
  /**
  * Whole
  */
  /* line 17, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .portable-one-whole {
    width: 100%;
  }

  /**
  * Halves
  */
  /* line 23, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .portable-one-half, .portable-two-quarters, .portable-three-sixths, .portable-four-eighths, .portable-five-tenths, .portable-six-twelfths {
    width: 50%;
  }

  /**
  * Thirds
  */
  /* line 29, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .portable-one-third, .portable-two-sixths, .portable-four-twelfths {
    width: 33.333%;
  }

  /* line 30, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .portable-two-thirds, .portable-four-sixths, .portable-eight-twelfths {
    width: 66.666%;
  }

  /**
  * Quarters
  */
  /* line 36, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .portable-one-quarter, .portable-two-eighths, .portable-three-twelfths {
    width: 25%;
  }

  /* line 38, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .portable-three-quarters, .portable-six-eighths, .portable-nine-twelfths {
    width: 75%;
  }

  /**
  * Fifths
  */
  /* line 44, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .portable-one-fifth, .portable-two-tenths {
    width: 20%;
  }

  /* line 45, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .portable-two-fifths, .portable-four-tenths {
    width: 40%;
  }

  /* line 46, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .portable-three-fifths, .portable-six-tenths {
    width: 60%;
  }

  /* line 47, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .portable-four-fifths, .portable-eight-tenths {
    width: 80%;
  }

  /**
  * Sixths
  */
  /* line 53, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .portable-one-sixth, .portable-two-twelfths {
    width: 16.666%;
  }

  /* line 57, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .portable-five-sixths, .portable-ten-twelfths {
    width: 83.333%;
  }

  /**
  * Eighths
  */
  /* line 63, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .portable-one-eighth {
    width: 12.5%;
  }

  /* line 65, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .portable-three-eighths {
    width: 37.5%;
  }

  /* line 67, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .portable-five-eighths {
    width: 62.5%;
  }

  /* line 69, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .portable-seven-eighths {
    width: 87.5%;
  }

  /**
  * Tenths
  */
  /* line 75, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .portable-one-tenth {
    width: 10%;
  }

  /* line 77, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .portable-three-tenths {
    width: 30%;
  }

  /* line 81, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .portable-seven-tenths {
    width: 70%;
  }

  /* line 83, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .portable-nine-tenths {
    width: 90%;
  }

  /**
  * Twelfths
  */
  /* line 89, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .portable-one-twelfth {
    width: 8.333%;
  }

  /* line 93, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .portable-five-twelfths {
    width: 41.666%;
  }

  /* line 95, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .portable-seven-twelfths {
    width: 58.333%;
  }

  /* line 99, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .portable-eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (min-width: 1024px) {
  /**
  * Whole
  */
  /* line 17, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .desk-one-whole {
    width: 100%;
  }

  /**
  * Halves
  */
  /* line 23, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .desk-one-half, .desk-two-quarters, .desk-three-sixths, .desk-four-eighths, .desk-five-tenths, .desk-six-twelfths {
    width: 50%;
  }

  /**
  * Thirds
  */
  /* line 29, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .desk-one-third, .desk-two-sixths, .desk-four-twelfths {
    width: 33.333%;
  }

  /* line 30, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .desk-two-thirds, .desk-four-sixths, .desk-eight-twelfths {
    width: 66.666%;
  }

  /**
  * Quarters
  */
  /* line 36, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .desk-one-quarter, .desk-two-eighths, .desk-three-twelfths {
    width: 25%;
  }

  /* line 38, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .desk-three-quarters, .desk-six-eighths, .desk-nine-twelfths {
    width: 75%;
  }

  /**
  * Fifths
  */
  /* line 44, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .desk-one-fifth, .desk-two-tenths {
    width: 20%;
  }

  /* line 45, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .desk-two-fifths, .desk-four-tenths {
    width: 40%;
  }

  /* line 46, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .desk-three-fifths, .desk-six-tenths {
    width: 60%;
  }

  /* line 47, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .desk-four-fifths, .desk-eight-tenths {
    width: 80%;
  }

  /**
  * Sixths
  */
  /* line 53, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .desk-one-sixth, .desk-two-twelfths {
    width: 16.666%;
  }

  /* line 57, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .desk-five-sixths, .desk-ten-twelfths {
    width: 83.333%;
  }

  /**
  * Eighths
  */
  /* line 63, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .desk-one-eighth {
    width: 12.5%;
  }

  /* line 65, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .desk-three-eighths {
    width: 37.5%;
  }

  /* line 67, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .desk-five-eighths {
    width: 62.5%;
  }

  /* line 69, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .desk-seven-eighths {
    width: 87.5%;
  }

  /**
  * Tenths
  */
  /* line 75, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .desk-one-tenth {
    width: 10%;
  }

  /* line 77, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .desk-three-tenths {
    width: 30%;
  }

  /* line 81, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .desk-seven-tenths {
    width: 70%;
  }

  /* line 83, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .desk-nine-tenths {
    width: 90%;
  }

  /**
  * Twelfths
  */
  /* line 89, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .desk-one-twelfth {
    width: 8.333%;
  }

  /* line 93, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .desk-five-twelfths {
    width: 41.666%;
  }

  /* line 95, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .desk-seven-twelfths {
    width: 58.333%;
  }

  /* line 99, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .desk-eleven-twelfths {
    width: 91.666%;
  }
}
/**
 * If you have set the additional `$responsive-extra` variable to ‘true’ in
 * `_vars.scss` then you now have access to the following class available to
 * accomodate much larger screen resolutions.
 */
@media only screen and (min-width: 1200px) {
  /**
  * Whole
  */
  /* line 17, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .desk-wide-one-whole {
    width: 100%;
  }

  /**
  * Halves
  */
  /* line 23, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .desk-wide-one-half, .desk-wide-two-quarters, .desk-wide-three-sixths, .desk-wide-four-eighths, .desk-wide-five-tenths, .desk-wide-six-twelfths {
    width: 50%;
  }

  /**
  * Thirds
  */
  /* line 29, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .desk-wide-one-third, .desk-wide-two-sixths, .desk-wide-four-twelfths {
    width: 33.333%;
  }

  /* line 30, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .desk-wide-two-thirds, .desk-wide-four-sixths, .desk-wide-eight-twelfths {
    width: 66.666%;
  }

  /**
  * Quarters
  */
  /* line 36, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .desk-wide-one-quarter, .desk-wide-two-eighths, .desk-wide-three-twelfths {
    width: 25%;
  }

  /* line 38, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .desk-wide-three-quarters, .desk-wide-six-eighths, .desk-wide-nine-twelfths {
    width: 75%;
  }

  /**
  * Fifths
  */
  /* line 44, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .desk-wide-one-fifth, .desk-wide-two-tenths {
    width: 20%;
  }

  /* line 45, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .desk-wide-two-fifths, .desk-wide-four-tenths {
    width: 40%;
  }

  /* line 46, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .desk-wide-three-fifths, .desk-wide-six-tenths {
    width: 60%;
  }

  /* line 47, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .desk-wide-four-fifths, .desk-wide-eight-tenths {
    width: 80%;
  }

  /**
  * Sixths
  */
  /* line 53, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .desk-wide-one-sixth, .desk-wide-two-twelfths {
    width: 16.666%;
  }

  /* line 57, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .desk-wide-five-sixths, .desk-wide-ten-twelfths {
    width: 83.333%;
  }

  /**
  * Eighths
  */
  /* line 63, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .desk-wide-one-eighth {
    width: 12.5%;
  }

  /* line 65, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .desk-wide-three-eighths {
    width: 37.5%;
  }

  /* line 67, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .desk-wide-five-eighths {
    width: 62.5%;
  }

  /* line 69, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .desk-wide-seven-eighths {
    width: 87.5%;
  }

  /**
  * Tenths
  */
  /* line 75, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .desk-wide-one-tenth {
    width: 10%;
  }

  /* line 77, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .desk-wide-three-tenths {
    width: 30%;
  }

  /* line 81, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .desk-wide-seven-tenths {
    width: 70%;
  }

  /* line 83, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .desk-wide-nine-tenths {
    width: 90%;
  }

  /**
  * Twelfths
  */
  /* line 89, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .desk-wide-one-twelfth {
    width: 8.333%;
  }

  /* line 93, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .desk-wide-five-twelfths {
    width: 41.666%;
  }

  /* line 95, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .desk-wide-seven-twelfths {
    width: 58.333%;
  }

  /* line 99, ../../../app/assets/stylesheets/inuit.css/generic/_widths.scss */
  .desk-wide-eleven-twelfths {
    width: 91.666%;
  }
}
/* endif */
/*------------------------------------*\
    $PUSH
\*------------------------------------*/
/**
 * Push classes, to move grid items over to the right by certain amounts.
 */
/*------------------------------------*\
    $PULL
\*------------------------------------*/
/**
 * Pull classes, to move grid items over to the right by certain amounts.
 */
/*------------------------------------*\
    $BRAND
\*------------------------------------*/
/**
 * `.brand` is a quick and simple way to apply your brand face and/or color to
 * any element using a handy helper class.
 */
/* line 8, ../../../app/assets/stylesheets/inuit.css/generic/_brand.scss */
.brand {
  font-family: "Helvetica", sans-serif!important;
  color: #4a8ec2!important;
}

/* line 12, ../../../app/assets/stylesheets/inuit.css/generic/_brand.scss */
.brand-face {
  font-family: "Helvetica", sans-serif!important;
}

/* line 16, ../../../app/assets/stylesheets/inuit.css/generic/_brand.scss */
.brand-color,
.brand-colour {
  color: #4a8ec2!important;
}

/*------------------------------------*\
    $HELPER
\*------------------------------------*/
/**
 * A series of helper classes to use arbitrarily. Only use a helper class if an
 * element/component doesn’t already have a class to which you could apply this
 * styling, e.g. if you need to float `.main-nav` left then add `float:left;` to
 * that ruleset as opposed to adding the `.float--left` class to the markup.
 *
 * A lot of these classes carry `!important` as you will always want them to win
 * out over other selectors.
 */
/**
 * Add/remove floats
 */
/* line 18, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.float--right {
  float: right !important;
}

/* line 19, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.float--left {
  float: left !important;
}

/* line 20, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.float--none {
  float: none !important;
}

/**
 * Text alignment
 */
/* line 26, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.text--left {
  text-align: left  !important;
}

/* line 27, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.text--center {
  text-align: center !important;
}

/* line 28, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.text--right {
  text-align: right !important;
}

/**
 * Font weights
 */
/* line 34, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.weight--light {
  font-weight: 300 !important;
}

/* line 35, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.weight--normal {
  font-weight: 400 !important;
}

/* line 36, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.weight--semibold {
  font-weight: 600 !important;
}

/**
 * Add/remove margins
 */
/* line 42, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.push {
  margin: 24px !important;
}

/* line 43, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.push--top {
  margin-top: 24px !important;
}

/* line 44, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.push--right {
  margin-right: 24px !important;
}

/* line 45, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.push--bottom {
  margin-bottom: 24px !important;
}

/* line 46, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.push--left {
  margin-left: 24px !important;
}

/* line 47, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.push--ends {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

/* line 48, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.push--sides {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

/* line 50, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.push-half {
  margin: 12px !important;
}

/* line 51, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.push-half--top {
  margin-top: 12px !important;
}

/* line 52, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.push-half--right {
  margin-right: 12px !important;
}

/* line 53, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.push-half--bottom {
  margin-bottom: 12px !important;
}

/* line 54, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.push-half--left {
  margin-left: 12px !important;
}

/* line 55, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.push-half--ends {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

/* line 56, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.push-half--sides {
  margin-right: 12px !important;
  margin-left: 12px !important;
}

/* line 58, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.flush {
  margin: 0 !important;
}

/* line 59, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.flush--top {
  margin-top: 0 !important;
}

/* line 60, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.flush--right {
  margin-right: 0 !important;
}

/* line 61, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.flush--bottom {
  margin-bottom: 0 !important;
}

/* line 62, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.flush--left {
  margin-left: 0 !important;
}

/* line 63, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.flush--ends {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 64, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.flush--sides {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/**
 * Add/remove paddings
 */
/* line 70, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.soft {
  padding: 24px !important;
}

/* line 71, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.soft--top {
  padding-top: 24px !important;
}

/* line 72, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.soft--right {
  padding-right: 24px !important;
}

/* line 73, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.soft--bottom {
  padding-bottom: 24px !important;
}

/* line 74, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.soft--left {
  padding-left: 24px !important;
}

/* line 75, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.soft--ends {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

/* line 76, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.soft--sides {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

/* line 78, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.soft-half {
  padding: 12px !important;
}

/* line 79, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.soft-half--top {
  padding-top: 12px !important;
}

/* line 80, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.soft-half--right {
  padding-right: 12px !important;
}

/* line 81, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.soft-half--bottom {
  padding-bottom: 12px !important;
}

/* line 82, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.soft-half--left {
  padding-left: 12px !important;
}

/* line 83, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.soft-half--ends {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

/* line 84, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.soft-half--sides {
  padding-right: 12px !important;
  padding-left: 12px !important;
}

/* line 86, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.hard {
  padding: 0 !important;
}

/* line 87, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.hard--top {
  padding-top: 0 !important;
}

/* line 88, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.hard--right {
  padding-right: 0 !important;
}

/* line 89, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.hard--bottom {
  padding-bottom: 0 !important;
}

/* line 90, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.hard--left {
  padding-left: 0 !important;
}

/* line 91, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.hard--ends {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 92, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.hard--sides {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/**
 * Pull items full width of `.island` parents.
 */
/* line 98, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.full-bleed {
  margin-right: -24px !important;
  margin-left: -24px !important;
}
/* line 102, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.islet .full-bleed {
  margin-right: -12px !important;
  margin-left: -12px !important;
}

/**
 * Add a help cursor to any element that gives the user extra information on
 * `:hover`.
 */
/* line 113, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.informative {
  cursor: help !important;
}

/**
 * Mute an object by reducing its opacity.
 */
/* line 121, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.muted {
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important;
}

/**
 * Align items to the right where they imply progression/movement forward, e.g.:
 *
   <p class=proceed><a href=#>Read more...</a></p>
 *
 */
/* line 133, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.proceed {
  text-align: right !important;
}

/**
 * Add a right-angled quote to links that imply movement, e.g.:
 *
   <a href=# class=go>Read more</a>
 *
 */
/* line 144, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.go:after {
  content: "\00A0" "\00BB" !important;
}

/**
 * Add a left-angled quote to links that imply backwards movement, e.g.:
 *
   <a href=# class=back>Return</a>
 *
 */
/* line 155, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.back:before {
  content: "\00AB" "\00A0" !important;
}

/**
 * Apply capital case to an element (usually a `strong`).
 */
/* line 163, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.caps {
  text-transform: uppercase !important;
}

/**
 * Hide content off-screen without resorting to `display:none;`, also provide
 * breakpoint specific hidden elements.
 */
/* line 183, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
.accessibility,
.visuallyhidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

@media only screen and (max-width: 480px) {
  /* line 190, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
  .accessibility--palm,
  .visuallyhidden--palm {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 1023px) {
  /* line 190, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
  .accessibility--lap,
  .visuallyhidden--lap {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}
@media only screen and (min-width: 481px) {
  /* line 190, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
  .accessibility--lap-and-up,
  .visuallyhidden--lap-and-up {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 190, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
  .accessibility--portable,
  .visuallyhidden--portable {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 190, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
  .accessibility--desk,
  .visuallyhidden--desk {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 190, ../../../app/assets/stylesheets/inuit.css/generic/_helper.scss */
  .accessibility--desk-wide,
  .visuallyhidden--desk-wide {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}
/* endif */
/**
 * She’s all yours, cap’n... Begin importing your stuff here.
 */
/*------------------------------------*\
    STRUCTURE.SCSS
\*------------------------------------*/
/***
* PAGE:
************/
/* line 8, ../../../app/assets/stylesheets/frontend_2/ui/_structure.scss */
body {
  background-color: #e9f1f4;
  color: #0d0d0d;
}

/* line 14, ../../../app/assets/stylesheets/frontend_2/ui/_structure.scss */
p {
  font-size: 1.0em;
}

/* line 19, ../../../app/assets/stylesheets/frontend_2/ui/_structure.scss */
a {
  color: #007895;
}

/* line 23, ../../../app/assets/stylesheets/frontend_2/ui/_structure.scss */
h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.05em;
}

/* line 28, ../../../app/assets/stylesheets/frontend_2/ui/_structure.scss */
small {
  font-size: 0.7em;
}

/* line 32, ../../../app/assets/stylesheets/frontend_2/ui/_structure.scss */
.max-width {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px 0 24px;
}

/* line 37, ../../../app/assets/stylesheets/frontend_2/ui/_structure.scss */
.min-height {
  min-height: 640px;
}

/* line 41, ../../../app/assets/stylesheets/frontend_2/ui/_structure.scss */
.bg-white {
  background-color: #f9f9f9;
}

/***
* HEADER:
************/
/* line 49, ../../../app/assets/stylesheets/frontend_2/ui/_structure.scss */
.masthead {
  min-height: 110px;
  height: auto;
  z-index: 4;
  vertical-align: middle;
  padding-top: 32px;
  position: relative;
}
/* line 57, ../../../app/assets/stylesheets/frontend_2/ui/_structure.scss */
.masthead ul.masthead__navs {
  margin-bottom: 20px;
  padding: 0;
}
/* line 61, ../../../app/assets/stylesheets/frontend_2/ui/_structure.scss */
.masthead ul.masthead__navs li:first-child {
  margin-top: 6px;
  margin-right: 12px;
}
/* line 65, ../../../app/assets/stylesheets/frontend_2/ui/_structure.scss */
.masthead ul.masthead__navs li:last-child {
  float: right;
  margin-right: 0;
  padding-right: 0;
}
/* line 70, ../../../app/assets/stylesheets/frontend_2/ui/_structure.scss */
.masthead ul.masthead__navs li a {
  font-size: 0.9em;
  text-decoration: none;
  color: #0d0d0d;
}
/* line 76, ../../../app/assets/stylesheets/frontend_2/ui/_structure.scss */
.masthead ul.masthead__navs li a.masthead__highlight {
  border: 1px solid #0d0d0d;
  padding-top: 8px;
  padding-bottom: 5px;
  padding-left: 18px;
  padding-right: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}
/* line 88, ../../../app/assets/stylesheets/frontend_2/ui/_structure.scss */
.masthead ul.masthead__navs li a.masthead__highlight:hover {
  color: #f9f9f9;
  background-color: #0d0d0d;
}

/* line 98, ../../../app/assets/stylesheets/frontend_2/ui/_structure.scss */
.masthead--white {
  background-color: rgba(255, 255, 255, 0.75);
}

/* line 101, ../../../app/assets/stylesheets/frontend_2/ui/_structure.scss */
.masthead--push {
  position: relative;
}

/***
* FOOTER:
************/
/* line 111, ../../../app/assets/stylesheets/frontend_2/ui/_structure.scss */
footer.primary {
  background: #fff;
  margin-top: 48px;
}
/* line 115, ../../../app/assets/stylesheets/frontend_2/ui/_structure.scss */
footer.primary ul {
  padding-top: 22px;
  margin-bottom: 0;
}
/* line 118, ../../../app/assets/stylesheets/frontend_2/ui/_structure.scss */
footer.primary ul li {
  line-height: 32px;
}
/* line 120, ../../../app/assets/stylesheets/frontend_2/ui/_structure.scss */
footer.primary ul li:first-child {
  line-height: 36px;
  font-size: 1.1em;
  letter-spacing: 0.1em;
}
/* line 126, ../../../app/assets/stylesheets/frontend_2/ui/_structure.scss */
footer.primary ul li a {
  color: #4d4e4e;
  text-decoration: none;
}
/* line 130, ../../../app/assets/stylesheets/frontend_2/ui/_structure.scss */
footer.primary ul li a:hover {
  font-family: nexa-bold;
}

/***
* Responsive Styles
***********/
@media only screen and (max-width: 1023px) {
  /* line 7, ../../../app/assets/stylesheets/frontend_2/ui/_responsive.scss */
  .portable-push--top {
    margin-top: 24px;
  }

  /* line 10, ../../../app/assets/stylesheets/frontend_2/ui/_responsive.scss */
  .portable-push--bottom {
    margin-bottom: 24px;
  }

  /* line 13, ../../../app/assets/stylesheets/frontend_2/ui/_responsive.scss */
  .portable-hard--left {
    padding-left: 0;
  }

  /* line 16, ../../../app/assets/stylesheets/frontend_2/ui/_responsive.scss */
  .portable-center {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 480px) {
  /* line 24, ../../../app/assets/stylesheets/frontend_2/ui/_responsive.scss */
  .float--left, .float--right {
    float: none !important;
  }

  /* line 30, ../../../app/assets/stylesheets/frontend_2/ui/_responsive.scss */
  ul.top-bar__navs li:first-child {
    width: 100%;
    margin-top: 0;
    border: 1px solid #262626;
    padding-top: 8px;
    padding-bottom: 5px;
    padding-left: 18px;
    padding-right: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
  }
  /* line 44, ../../../app/assets/stylesheets/frontend_2/ui/_responsive.scss */
  ul.top-bar__navs li:last-child {
    margin-top: 8px;
    width: 100%;
  }
  /* line 49, ../../../app/assets/stylesheets/frontend_2/ui/_responsive.scss */
  ul.top-bar__navs li a.top-bar__highlight {
    width: 100%;
  }

  /* line 57, ../../../app/assets/stylesheets/frontend_2/ui/_responsive.scss */
  .masthead nav {
    margin-top: 24px;
  }

  /* line 62, ../../../app/assets/stylesheets/frontend_2/ui/_responsive.scss */
  footer.primary {
    text-align: center;
  }
}
/*------------------------------------*\
    FORMS.SCSS
\*------------------------------------*/
/* line 19, ../../../app/assets/stylesheets/frontend_2/ui/_forms.scss */
.form-title {
  letter-spacing: 0.1em;
}

/* line 24, ../../../app/assets/stylesheets/frontend_2/ui/_forms.scss */
.form-fields li.social-connect {
  font-size: 0.9em;
  color: #595959;
}

/* line 33, ../../../app/assets/stylesheets/frontend_2/ui/_forms.scss */
.user-form textarea:focus, .user-form input:focus {
  outline: none;
}
/* line 34, ../../../app/assets/stylesheets/frontend_2/ui/_forms.scss */
.user-form fieldset {
  position: relative;
  border: 0;
  padding: 12px 0;
}
/* line 39, ../../../app/assets/stylesheets/frontend_2/ui/_forms.scss */
.user-form a {
  text-decoration: none;
}
/* line 42, ../../../app/assets/stylesheets/frontend_2/ui/_forms.scss */
.user-form .user-form__label {
  margin-top: 12px;
  display: inline-block;
  font-size: 1em;
  letter-spacing: 0.1em;
  color: #3d8b09;
  margin-bottom: 12px;
}
/* line 52, ../../../app/assets/stylesheets/frontend_2/ui/_forms.scss */
.user-form input.user-form__input {
  font-size: 0.9em;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #d9d9d9;
  padding: 12px 0 10px 28px;
  box-shadow: 0 0 8px rgba(118, 111, 118, 0.1);
  height: 40px;
  background: #ffffff;
  color: #262626;
}
/* line 63, ../../../app/assets/stylesheets/frontend_2/ui/_forms.scss */
.user-form input.user-form__input:focus {
  border: 1px solid #3d8b09;
}
/* line 68, ../../../app/assets/stylesheets/frontend_2/ui/_forms.scss */
.user-form .user-form__forgot {
  color: #595959;
  font-size: 1.0em;
  display: block;
  height: 38px;
  width: 40px;
  border-left: 1px solid #595959;
  position: absolute;
  top: 44px;
  right: 0;
  text-decoration: none;
  padding-left: 12px;
  padding-top: 10px;
}

/* line 86, ../../../app/assets/stylesheets/frontend_2/ui/_forms.scss */
.user-get-account {
  display: block;
  margin-top: 48px;
  font-size: 0.9em;
  letter-spacing: 0.1em;
  color: #595959;
}
/* line 93, ../../../app/assets/stylesheets/frontend_2/ui/_forms.scss */
.user-get-account a {
  color: #007895;
  text-decoration: none;
}

/* line 99, ../../../app/assets/stylesheets/frontend_2/ui/_forms.scss */
.roundy-button {
  display: block;
  color: #3d8b09;
  width: 100%;
  height: 40px;
  line-height: 37px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  margin-top: 12px;
  border: thin solid #3d8b09;
  background-color: transparent;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
/* line 117, ../../../app/assets/stylesheets/frontend_2/ui/_forms.scss */
.roundy-button:hover {
  background-color: #41950a;
  color: #f9f9f9;
}
/* line 122, ../../../app/assets/stylesheets/frontend_2/ui/_forms.scss */
.roundy-button.roundy-button--blue {
  background-image: url(/assets/frontend/med-checkered-pattern.png);
  background-size: 130px 200px;
  background-color: #007895;
  color: #f9f9f9;
}
/* line 128, ../../../app/assets/stylesheets/frontend_2/ui/_forms.scss */
.roundy-button.roundy-button--blue:hover {
  background-image: none;
  background-color: #f9f9f9;
  color: #007895;
}

/* line 137, ../../../app/assets/stylesheets/frontend_2/ui/_forms.scss */
form.account fieldset {
  border: none;
}
/* line 144, ../../../app/assets/stylesheets/frontend_2/ui/_forms.scss */
form.account textarea,
form.account input[type="text"],
form.account input[type="password"],
form.account input[type="email"],
form.account input[type="url"] {
  font-size: 14px;
  color: #262626;
  background: #f3f3f3;
  padding: 12px;
  border: 1px solid #f3f3f3;
  box-shadow: 3px 3px 0px 0px rgba(92, 92, 92, 0.1);
}
/* line 6, ../../../app/assets/stylesheets/frontend_2/ui/_forms.scss */
form.account textarea:-moz-placeholder,
form.account input[type="text"]:-moz-placeholder,
form.account input[type="password"]:-moz-placeholder,
form.account input[type="email"]:-moz-placeholder,
form.account input[type="url"]:-moz-placeholder {
  color: #595959;
  font-style: italic;
}
/* line 10, ../../../app/assets/stylesheets/frontend_2/ui/_forms.scss */
form.account textarea:-ms-input-placeholder,
form.account input[type="text"]:-ms-input-placeholder,
form.account input[type="password"]:-ms-input-placeholder,
form.account input[type="email"]:-ms-input-placeholder,
form.account input[type="url"]:-ms-input-placeholder {
  color: #595959;
  font-style: italic;
}
/* line 14, ../../../app/assets/stylesheets/frontend_2/ui/_forms.scss */
form.account textarea::-webkit-input-placeholder,
form.account input[type="text"]::-webkit-input-placeholder,
form.account input[type="password"]::-webkit-input-placeholder,
form.account input[type="email"]::-webkit-input-placeholder,
form.account input[type="url"]::-webkit-input-placeholder {
  color: #595959;
  font-style: italic;
}
/* line 154, ../../../app/assets/stylesheets/frontend_2/ui/_forms.scss */
form.account textarea:focus, form.account textarea:hover,
form.account input[type="text"]:focus,
form.account input[type="text"]:hover,
form.account input[type="password"]:focus,
form.account input[type="password"]:hover,
form.account input[type="email"]:focus,
form.account input[type="email"]:hover,
form.account input[type="url"]:focus,
form.account input[type="url"]:hover {
  border-color: rgba(140, 140, 140, 0.2);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  box-shadow: none;
}
/* line 160, ../../../app/assets/stylesheets/frontend_2/ui/_forms.scss */
form.account textarea.form-error,
form.account input[type="text"].form-error,
form.account input[type="password"].form-error,
form.account input[type="email"].form-error,
form.account input[type="url"].form-error {
  border-color: rgba(194, 58, 0, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  box-shadow: 0 0 2px rgba(194, 58, 0, 0.9);
}
/* line 166, ../../../app/assets/stylesheets/frontend_2/ui/_forms.scss */
form.account textarea.fixed-error,
form.account input[type="text"].fixed-error,
form.account input[type="password"].fixed-error,
form.account input[type="email"].fixed-error,
form.account input[type="url"].fixed-error {
  border-color: rgba(47, 148, 0, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  box-shadow: 0 0 2px rgba(47, 148, 0, 0.9);
}
/* line 173, ../../../app/assets/stylesheets/frontend_2/ui/_forms.scss */
form.account label {
  font-size: 14px;
  font-family: nexa-bold, "Helvetica", sans-serif;
  color: #595959;
}
/* line 177, ../../../app/assets/stylesheets/frontend_2/ui/_forms.scss */
form.account label.inline {
  display: inline-block;
}
/* line 181, ../../../app/assets/stylesheets/frontend_2/ui/_forms.scss */
form.account .extra-help {
  color: #262626;
}
/* line 186, ../../../app/assets/stylesheets/frontend_2/ui/_forms.scss */
form.account li.control-group.field-error input {
  border: none;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  box-shadow: 0 0 2px rgba(194, 58, 0, 0.9);
}
/* line 192, ../../../app/assets/stylesheets/frontend_2/ui/_forms.scss */
form.account li.control-group.field-error .error-message {
  font-size: 11px;
  color: #c23a00;
}
/* line 196, ../../../app/assets/stylesheets/frontend_2/ui/_forms.scss */
form.account li.control-group.field-error .styled-select {
  border: none;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  box-shadow: 0 0 2px rgba(194, 58, 0, 0.9);
}
/* line 204, ../../../app/assets/stylesheets/frontend_2/ui/_forms.scss */
form.account .styled-select {
  height: 41px;
  overflow: hidden;
  background: url(/assets/account/select-arrow.png) no-repeat right #f3f3f3;
  box-shadow: 3px 3px 0px 0px rgba(92, 92, 92, 0.1);
  border: 1px solid #f3f3f3;
}
/* line 210, ../../../app/assets/stylesheets/frontend_2/ui/_forms.scss */
form.account .styled-select:hover, form.account .styled-select:focus {
  border-color: rgba(140, 140, 140, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  box-shadow: none;
}
/* line 216, ../../../app/assets/stylesheets/frontend_2/ui/_forms.scss */
form.account .styled-select.form-error {
  border-color: rgba(194, 58, 0, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  box-shadow: 0 0 2px rgba(194, 58, 0, 0.9);
}
/* line 222, ../../../app/assets/stylesheets/frontend_2/ui/_forms.scss */
form.account .styled-select.fixed-error {
  border-color: rgba(47, 148, 0, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  box-shadow: 0 0 2px rgba(47, 148, 0, 0.9);
}
/* line 229, ../../../app/assets/stylesheets/frontend_2/ui/_forms.scss */
form.account .styled-select select {
  color: #595959;
  font-style: italic;
  font-size: 14px;
  background: transparent;
  -moz-appearance: none;
  -moz-appearance: window;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  padding: 12px 0 16px 20px;
  border: 0;
  border-radius: 0;
  height: 46px;
  width: 100%;
}
/* line 244, ../../../app/assets/stylesheets/frontend_2/ui/_forms.scss */
form.account .styled-select select:hover, form.account .styled-select select:focus {
  border-color: rgba(140, 140, 140, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  box-shadow: none;
}

/* line 253, ../../../app/assets/stylesheets/frontend_2/ui/_forms.scss */
.btn--account {
  font-size: 12px;
  font-family: nexa-bold, "Helvetica", sans-serif;
  padding: 6px;
  color: #f9f9f9;
  border: 1px solid #007895;
  border-radius: 0;
  -webkit-box-shadow: 3px 3px 0px 0px rgba(92, 92, 92, 0.2);
  box-shadow: 3px 3px 0px 0px rgba(92, 92, 92, 0.2);
  background: #007895;
}
/* line 263, ../../../app/assets/stylesheets/frontend_2/ui/_forms.scss */
.btn--account:hover {
  color: #d9d9d9;
  background: #00809f;
  box-shadow: none;
}

/*------------------------------------*\
    $CUSTOM FONTS
\*------------------------------------*/
@font-face {
  font-family: 'nexa-bold';
  src: url(/assets/Nexa_Free_Bold-webfont.eot);
  src: url(/assets/Nexa_Free_Bold-webfont.eot?#iefix) format("embedded-opentype"), url(/assets/Nexa_Free_Bold-webfont.woff) format("woff"), url(/assets/Nexa_Free_Bold-webfont.ttf) format("truetype"), url(/assets/Nexa_Free_Bold-webfont.svg#Nexa_Free_Bold-webfont) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'nexa-light';
  src: url(/assets/Nexa_Free_Light-webfont.eot);
  src: url(/assets/Nexa_Free_Light-webfont.eot?#iefix) format("embedded-opentype"), url(/assets/Nexa_Free_Light-webfont.woff) format("woff"), url(/assets/Nexa_Free_Light-webfont.ttf) format("truetype"), url(/assets/Nexa_Free_Light-webfont.svg#nexa_lightregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 29, ../../../app/assets/stylesheets/frontend_2/ui/_fonts.scss */
.nexa-light, body, p, footer.primary, footer.primary ul li a, .form-title, .user-form, section.maintenance h2, section.watch .watch-embed-form {
  font-family: "nexa-light", "Helvetica", sans-serif;
  font-weight: 100;
}

/* line 33, ../../../app/assets/stylesheets/frontend_2/ui/_fonts.scss */
.nexa-bold, h1, h2, h3, h4, h5, h6, .masthead ul.masthead__navs li a, footer.primary ul li:first-child, .form-fields li.social-connect, .user-form .user-form__label, .user-form .user-form__forgot, .user-get-account, .roundy-button, section.user-signup .user-steps dt, section.watch .watch-embed-form label, .system-msgs {
  font-family: "nexa-bold", "Helvetica", sans-serif;
  font-weight: 400;
}

/*------------------------------------*\
    $CUSTOM MIXINS & HELPERS
\*------------------------------------*/
/*------------------------------------*\
    $SYSTEM MAINTENANCE VIEW
\*------------------------------------*/
/* line 5, ../../../app/assets/stylesheets/frontend_2/ui/_maintenance.scss */
body.maintenance {
  background: #262626;
}

/* line 9, ../../../app/assets/stylesheets/frontend_2/ui/_maintenance.scss */
.masthead {
  height: 80px;
  vertical-align: middle;
  padding-top: 20px;
}
/* line 13, ../../../app/assets/stylesheets/frontend_2/ui/_maintenance.scss */
.masthead img.logo {
  margin-top: 14px;
  width: 222px;
  height: auto;
}
/* line 18, ../../../app/assets/stylesheets/frontend_2/ui/_maintenance.scss */
.masthead.dark {
  background: #333333;
}

/* line 23, ../../../app/assets/stylesheets/frontend_2/ui/_maintenance.scss */
section.maintenance {
  margin: 0 auto;
  width: 50%;
  background: #262626;
}
/* line 27, ../../../app/assets/stylesheets/frontend_2/ui/_maintenance.scss */
section.maintenance h2 {
  color: #00a1c8;
  font-weight: normal !important;
  font-size: 1.8em;
}
/* line 33, ../../../app/assets/stylesheets/frontend_2/ui/_maintenance.scss */
section.maintenance p {
  font-size: 1.2em;
  color: #d9d9d9;
}

/* line 40, ../../../app/assets/stylesheets/frontend_2/ui/_maintenance.scss */
footer.maintenance {
  height: 80px;
  background: #333333;
  margin-top: 48px;
  vertical-align: middle;
  display: block;
}
/* line 47, ../../../app/assets/stylesheets/frontend_2/ui/_maintenance.scss */
footer.maintenance.sticky {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
/* line 54, ../../../app/assets/stylesheets/frontend_2/ui/_maintenance.scss */
footer.maintenance p {
  margin-top: 36px;
  color: #a6a6a6;
  font-size: 11px;
}
/* line 59, ../../../app/assets/stylesheets/frontend_2/ui/_maintenance.scss */
footer.maintenance ul {
  margin-top: 34px;
  font-size: 12px;
}
/* line 62, ../../../app/assets/stylesheets/frontend_2/ui/_maintenance.scss */
footer.maintenance ul li {
  margin-right: 24px;
  color: #a6a6a6;
}
/* line 65, ../../../app/assets/stylesheets/frontend_2/ui/_maintenance.scss */
footer.maintenance ul li:last-child {
  margin-right: 0;
}
/* line 69, ../../../app/assets/stylesheets/frontend_2/ui/_maintenance.scss */
footer.maintenance ul a {
  color: #00a1c8;
  text-decoration: none;
}
/* line 72, ../../../app/assets/stylesheets/frontend_2/ui/_maintenance.scss */
footer.maintenance ul a:hover {
  color: #007895;
  text-decoration: underline;
}

/* line 2, ../../../app/assets/stylesheets/frontend_2/ui/_views.scss */
.user-connect h1, .user-connect h2, .user-connect h3, .user-connect h4, .user-connect h5, .user-connect h6 {
  margin-bottom: 56px;
}

/* line 8, ../../../app/assets/stylesheets/frontend_2/ui/_views.scss */
section.user-signup h3 {
  color: #595959;
}
/* line 11, ../../../app/assets/stylesheets/frontend_2/ui/_views.scss */
section.user-signup .user-steps {
  margin-top: 85px;
  counter-reset: counter;
}
/* line 14, ../../../app/assets/stylesheets/frontend_2/ui/_views.scss */
section.user-signup .user-steps dt {
  margin-bottom: 96px;
  font-size: 1em;
  color: #595959;
}
/* line 20, ../../../app/assets/stylesheets/frontend_2/ui/_views.scss */
section.user-signup .user-steps dt:first-child:before {
  padding: 18px 27px 18px 27px;
  border: 1px solid #3d8b09;
}
/* line 25, ../../../app/assets/stylesheets/frontend_2/ui/_views.scss */
section.user-signup .user-steps dt:before {
  content: counter(counter);
  counter-increment: counter;
  border-radius: 300px;
  border: 1px solid #d9d9d9;
  padding: 18px 24px 18px 24px;
  font-size: 22px;
  margin-right: 14px;
}
/* line 36, ../../../app/assets/stylesheets/frontend_2/ui/_views.scss */
section.user-signup .login-info {
  margin-top: 71px;
}
/* line 38, ../../../app/assets/stylesheets/frontend_2/ui/_views.scss */
section.user-signup .login-info p {
  font-family: nexa-light;
  font-size: 1.2em;
  color: #595959;
}
/* line 43, ../../../app/assets/stylesheets/frontend_2/ui/_views.scss */
section.user-signup .login-info a {
  font-family: nexa-bold;
  text-decoration: none;
}

/* line 50, ../../../app/assets/stylesheets/frontend_2/ui/_views.scss */
section.watch {
  background: #262626 url("/assets/frontend/player-section-bg.png") repeat;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: -40px;
}
/* line 51, ../../../app/assets/stylesheets/frontend_2/ui/_views.scss */
section.watch video, section.watch object {
  margin: 0 auto;
}
/* line 59, ../../../app/assets/stylesheets/frontend_2/ui/_views.scss */
section.watch h3 {
  color: #f9f9f9;
}
/* line 62, ../../../app/assets/stylesheets/frontend_2/ui/_views.scss */
section.watch .color-light {
  color: #d9d9d9;
}
/* line 65, ../../../app/assets/stylesheets/frontend_2/ui/_views.scss */
section.watch .watch-embed-form {
  margin-top: 60px;
}
/* line 66, ../../../app/assets/stylesheets/frontend_2/ui/_views.scss */
section.watch .watch-embed-form ul {
  padding-bottom: 60px;
}
/* line 68, ../../../app/assets/stylesheets/frontend_2/ui/_views.scss */
section.watch .watch-embed-form ul li {
  list-style-type: none;
}
/* line 75, ../../../app/assets/stylesheets/frontend_2/ui/_views.scss */
section.watch .watch-embed-form textarea:focus, section.watch .watch-embed-form input:focus {
  outline: none;
}
/* line 76, ../../../app/assets/stylesheets/frontend_2/ui/_views.scss */
section.watch .watch-embed-form fieldset {
  position: relative;
  border: 0;
  padding: 12px 0;
}
/* line 81, ../../../app/assets/stylesheets/frontend_2/ui/_views.scss */
section.watch .watch-embed-form input {
  font-size: 0.9em;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #d9d9d9;
  padding: 12px 0 10px 18px;
  box-shadow: 0 0 8px rgba(118, 111, 118, 0.1);
  height: 40px;
  background: #ffffff;
  color: #262626;
}
/* line 92, ../../../app/assets/stylesheets/frontend_2/ui/_views.scss */
section.watch .watch-embed-form input:focus {
  border: 1px solid #3d8b09;
}
/* line 96, ../../../app/assets/stylesheets/frontend_2/ui/_views.scss */
section.watch .watch-embed-form label {
  margin-top: 12px;
  display: inline-block;
  font-size: 1em;
  letter-spacing: 0.1em;
  color: #11dbed;
  margin-bottom: 12px;
}

/* line 108, ../../../app/assets/stylesheets/frontend_2/ui/_views.scss */
.tos-box {
  height: 200px;
  overflow-y: scroll;
  background: #e2edf1;
  padding: 16px;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: inset 0 -12px 10px -12px rgba(71, 71, 71, 0.8);
  box-shadow: inset 0 -12px 10px -12px rgba(71, 71, 71, 0.8);
}
/* line 117, ../../../app/assets/stylesheets/frontend_2/ui/_views.scss */
.tos-box h2 {
  font-size: 1.4em;
  color: #595959;
}
/* line 121, ../../../app/assets/stylesheets/frontend_2/ui/_views.scss */
.tos-box h3 {
  font-size: 1.2em;
}
/* line 124, ../../../app/assets/stylesheets/frontend_2/ui/_views.scss */
.tos-box p {
  color: #595959;
}

/*------------------------------------*\
    $MISC
\*------------------------------------*/
/* line 6, ../../../app/assets/stylesheets/frontend_2/ui/_misc.scss */
.system-msgs {
  font-size: 14px;
  position: absolute;
  display: none;
  z-index: 300;
  max-width: 380px;
  padding: 12px;
  border: 1px solid #e3da69;
  border-radius: 18px;
  background: rgba(239, 234, 169, 0.4);
}
/**********************
* FRONTEND > COMPILED *
***********************
*

*
*/
