@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
 */
/*------------------------------------*\
    VARS.SCSS
\*------------------------------------*/
/**
 * Any variables you find set in inuit.css’ `_vars.scss` that you do not wish to
 * keep, simply redefine here. This means that if inuit.css, for example, sets
 * your `$base-font-size` at 16px and you wish it to be 14px, simply redeclare
 * that variable in this file. inuit.css ignores its own variables in favour of
 * using your own, so you can completely modify how inuit.css works without ever
 * having to alter the framework itself.
 */
/*------------------------------------*\
    $OBJECTS-AND-ABSTRACTIONS
\*------------------------------------*/
/**
 * All of inuit.css’ objects and abstractions are initially turned off by
 * default. This means that you start any project with as little as possible,
 * and introducing objects and abstractions is as simple as switching the
 * following variables to `true`.
 */
/*------------------------------------*\
    $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.
 */
/*------------------------------------*\
    $OVERRIDES
\*------------------------------------*/
/**
 * Place any variables that should override inuit.css’ defaults here.
 */
/*------------------------------------*\
    $CUSTOM
\*------------------------------------*/
/**
 * Place any of your own variables that sit on top of inuit.css here.
 */
/*------------------------------------*\
    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, @rowanmanning and ultimately
 * @thierrylemoulec 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.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/*
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/*
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/*
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/*
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/*
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/*
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/*
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*------------------------------------*\
    $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...?
*/
*, *: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...
 */
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`.
 */
abbr[title], dfn[title] {
  cursor: help; }

/**
 * Remove underlines from potentially troublesome elements.
 */
u, ins {
  text-decoration: none; }

/**
 * Apply faux underline via `border-bottom`.
 */
ins {
  border-bottom: 1px solid; }

/**
 * So that `alt` text is visually offset if images don’t load.
 */
img {
  font-style: italic; }

/**
 * Give form elements some cursor interactions...
 */
label,
input,
textarea,
button,
select,
option {
  cursor: pointer; }

.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.
 */
.cf:after, .nav:after, .media:after, .island:after,
.islet:after, .matrix:after, .multi-list:after, .stat-group:after, .header__inner--nca:after, .toggle:after, .toggle--lg: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
 */
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; }
  .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.
 */
.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.
 */
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.
 */
ul, ol, dd {
  margin-left: 48px;
  margin-left: 3rem; }

/**
 * Base styles; unclassed HTML elements etc.
 */
/*------------------------------------*\
    $MAIN
\*------------------------------------*/
html {
  font: 1em/1.5 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.
 */
h1, .alpha {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.3333333333; }

h2, .beta {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.6; }

h3, .gamma {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1; }

h4, .delta {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2; }

h5, .epsilon {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h6, .zeta {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143; }

/**
 * 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>
 *
 */
hgroup .hN {
  margin-bottom: 0; }

/**
 * A series of classes for setting massive type; for use in heroes, mastheads,
 * promos, etc.
 */
.giga {
  font-size: 96px;
  font-size: 6rem;
  line-height: 1; }

.mega {
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 1; }

.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.
 */
.lede,
.lead {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333; }

/*------------------------------------*\
    $SMALLPRINT
\*------------------------------------*/
/**
 * A series of classes for setting tiny type; for use in smallprint etc.
 */
.smallprint,
.milli {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2; }

.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.
 */
q {
  quotes: "‘" "’" "\\201C" "\\201D"; }
  q:before {
    content: "\2018";
    content: open-quote; }
  q:after {
    content: "\2019";
    content: close-quote; }
  q q:before {
    content: "\201C";
    content: open-quote; }
  q q:after {
    content: "\201D";
    content: close-quote; }

blockquote {
  quotes: "\\201C" "\\201D"; }
  blockquote p:before {
    content: "\\201C";
    content: open-quote; }
  blockquote p:after {
    content: "";
    content: no-close-quote; }
  blockquote p:last-of-type:after {
    content: "\\201D";
    content: close-quote; }
  blockquote q:before {
    content: "\2018";
    content: open-quote; }
  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>
 *
 */
blockquote {
  /**
   * .4em is roughly equal to the width of the opening “ that we wish to hang.
   */
  text-indent: -0.41em; }
  blockquote p:last-of-type {
    margin-bottom: 0; }

.source {
  display: block;
  text-indent: 0; }
  .source:before {
    content: "\2014"; }

/*------------------------------------*\
    $CODE
\*------------------------------------*/
/**
 * Use an explicit font stack to ensure browsers render correct `line-height`.
 */
pre {
  overflow: auto; }

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>
 *
 */
.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-numbers {
  font-family: monospace, serif;
  /* [1] */
  list-style: decimal-leading-zero inside;
  /* [2] */
  white-space: nowrap;
  /* [3] */
  overflow: auto;
  /* [3] */
  margin-left: 0; }

.line-numbers code {
  white-space: pre;
  /* [4] */ }

/*------------------------------------*\
    $IMAGES
\*------------------------------------*/
/**
 * Demo: jsfiddle.net/inuitcss/yMtur
 */
/**
 * Fluid images.
 */
img {
  max-width: 100%; }

/**
 * Non-fluid images if you specify `width` and/or `height` attributes.
 */
img[width],
img[height] {
  max-width: none; }

/**
 * Rounded images.
 */
.img--round {
  border-radius: 4px; }

/**
 * Image placement variations.
 */
.img--right {
  float: right;
  margin-bottom: 24px;
  margin-left: 24px; }

.img--left {
  float: left;
  margin-right: 24px;
  margin-bottom: 24px; }

.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.
 */
.img--short {
  height: 120px; }

.img--medium {
  height: 240px; }

.img--tall {
  height: 360px; }

/**
 * Images in `figure` elements.
 */
figure > img {
  display: block; }

/*------------------------------------*\
    $LISTS
\*------------------------------------*/
/**
 * Remove vertical spacing from nested lists.
 */
li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Have a numbered `ul` without the semantics implied by using an `ol`.
 */
/*ul*/
.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>
 *
 */
table {
  width: 100%; }

th,
td {
  padding: 6px;
  text-align: left; }
  @media screen and (min-width: 480px) {
    th,
    td {
      padding: 12px; } }

/**
 * Cell alignments
 */
[colspan] {
  text-align: center; }

[colspan="1"] {
  text-align: left; }

[rowspan] {
  vertical-align: middle; }

[rowspan="1"] {
  vertical-align: top; }

.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.
 */
.t5 {
  width: 5%; }

.t10 {
  width: 10%; }

.t12 {
  width: 12.5%; }

/* 1/8 */
.t15 {
  width: 15%; }

.t20 {
  width: 20%; }

.t25 {
  width: 25%; }

/* 1/4 */
.t30 {
  width: 30%; }

.t33 {
  width: 33.333%; }

/* 1/3 */
.t35 {
  width: 35%; }

.t37 {
  width: 37.5%; }

/* 3/8 */
.t40 {
  width: 40%; }

.t45 {
  width: 45%; }

.t50 {
  width: 50%; }

/* 1/2 */
.t55 {
  width: 55%; }

.t60 {
  width: 60%; }

.t62 {
  width: 62.5%; }

/* 5/8 */
.t65 {
  width: 65%; }

.t66 {
  width: 66.666%; }

/* 2/3 */
.t70 {
  width: 70%; }

.t75 {
  width: 75%; }

/* 3/4*/
.t80 {
  width: 80%; }

.t85 {
  width: 85%; }

.t87 {
  width: 87.5%; }

/* 7/8 */
.t90 {
  width: 90%; }

.t95 {
  width: 95%; }

/**
 * Bordered tables
 */
.table--bordered th,
.table--bordered td {
  border: 1px solid #ccc; }
  .table--bordered th:empty,
  .table--bordered td:empty {
    border: none; }
.table--bordered thead tr:last-child th {
  border-bottom-width: 2px; }
.table--bordered tbody tr th:last-of-type {
  border-right-width: 2px; }

/**
 * Striped tables
 */
.table--striped tbody tr:nth-of-type(odd) {
  background-color: #ffc;
  /* Override this color in your theme stylesheet */ }

/**
 * Data table
 */
.table--data {
  font: 12px/1.5 sans-serif; }

/*------------------------------------*\
    $FORMS
\*------------------------------------*/
/**
 *
 * Demo: jsfiddle.net/inuitcss/MhHHU
 *
 */
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>
 *
 */
.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>
 *
 */
.form-fields {
  list-style: none;
  margin: 0; }

.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>
 *
 */
label,
.label {
  display: block; }

/**
 * Extra help text in `label`s, e.g.:
 *
   <label>Card number <small class=additional>No spaces</small></label>
 *
 */
.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>
 *
 */
.check-list {
  list-style: none;
  margin: 0; }

/*
 * Labels in check-lists
 */
.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>
 *
 */
.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*/
.extra-help {
  display: inline-block;
  visibility: hidden; }

.text-input:active + .extra-help,
.text-input:focus + .extra-help {
  visibility: visible; }

/**
 * Objects and abstractions
 */
/*------------------------------------*\
    $GRIDS
\*------------------------------------*/
/**
 * Fluid and nestable grid system, 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
 */
.grid {
  margin-left: -24px;
  list-style: none;
  margin-bottom: 0; }

/**
 * Very infrequently occuring grid wrappers as children of grid wrappers.
 */
.grid > .grid {
  margin-left: 0; }

/**
 * Grid
 */
.grid__item {
  display: inline-block;
  width: 100%;
  padding-left: 24px;
  vertical-align: top; }

/*------------------------------------*\
    $FLEXBOX
\*------------------------------------*/
/**
 * Until we can utilise flexbox natively we can kinda, sorta, attempt to emulate
 * it, in a way... e.g.:
 *
   <header class=flexbox>

       <div class=flexbox__item>
           <b>Welcome to</b>
       </div>

       <div class=flexbox__item>
           <img src="//csswizardry.com/inuitcss/img/logo.jpg" alt="inuit.css">
       </div>

   </header>
 *
 * We can also combine our grid system classes with `.flexbox__item` classes,
 * e.g.:
 *
   <div class=flexbox>
       <div class="flexbox__item  one-quarter">
       </div>
       <div class="flexbox__item  three-quarters">
       </div>
   </div>
 *
 * It’s pretty poorly named I’m afraid, but it works...
 *
 * Demo: jsfiddle.net/inuitcss/ufUh2
 *
 */
.flexbox {
  display: table;
  width: 100%; }

/**
 * Nasty hack to circumvent Modernizr conflicts.
 */
html.flexbox {
  display: block;
  width: auto; }

.flexbox__item {
  display: table-cell;
  vertical-align: middle; }

/*------------------------------------*\
    $COLUMNS
\*------------------------------------*/
/**
 * Here we can set elements in columns of text using CSS3, e.g.:
 *
   <p class=text-cols--2>
 *
 * Demo: jsfiddle.net/inuitcss/E26Yd
 *
 */
.text-cols--2, .text-cols--3, .text-cols--4, .text-cols--5 {
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  -ms-column-gap: 24px;
  -o-column-gap: 24px;
  column-gap: 24px; }

.text-cols--2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2; }

.text-cols--3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3; }

.text-cols--4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4; }

.text-cols--5 {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  -ms-column-count: 5;
  -o-column-count: 5;
  column-count: 5; }

/*------------------------------------*\
    $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
 *
 */
.nav {
  list-style: none;
  margin-left: 0; }
  .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>
 *
 */
.nav--stacked > li {
  display: list-item; }
  .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>
 *
 */
.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>
 *
 */
.nav--block, .options {
  line-height: 1;
  /**
   * Remove whitespace caused by `inline-block`.
   */
  letter-spacing: -0.31em;
  word-spacing: -0.43em;
  white-space: nowrap; }
  .nav--block > li, .options > li {
    letter-spacing: normal;
    word-spacing: normal; }
    .nav--block > li > a, .options > li > a {
      padding: 12px; }

/**
 * Force a nav to occupy 100% of the available width of its parent. Extends
 * `.nav`, e.g.:
 *
   <ul class="nav  nav--fit">
       <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!
 */
.nav--fit {
  display: table;
  width: 100%; }
  .nav--fit > li {
    display: table-cell; }
    .nav--fit > li > a {
      display: block; }

/**
 * Make a list of keywords. Extends `.nav`, e.g.:
 *
   `<ul class="nav  nav--keywords>`
 *
 */
.nav--keywords > li:after {
  content: "\002C" "\00A0"; }
.nav--keywords > li:last-child:after {
  display: none; }

/*------------------------------------*\
    $OPTIONS
\*------------------------------------*/
/**
 * Link-group nav, used for displaying related options. Extends `.nav--block`
 * but could also extend `.nav--fit`. Extend with colours and ‘current states’
 * in your theme stylesheet.
 *
  <ul class="nav  options">
      <li><a></a></li>
      <li><a></a></li>
      <li><a></a></li>
      <li><a></a></li>
   </ul>
 *
 * Demo: jsfiddle.net/inuitcss/vwfaf
 *
 */
.options > li > a {
  border: 0 solid #ccc;
  border-width: 1px;
  border-left-width: 0; }
.options > li:first-child > a {
  border-left-width: 1px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }
.options > li:last-child > a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/*------------------------------------*\
    $PAGINATION
\*------------------------------------*/
/**
 * Basic pagination object, extends `.nav`.
 * Requires some funky commenting to collapse any white-space caused by the
 * `display:inline-block;` rules.
 *
   <ol class="nav  pagination">
       <li class=pagination__first>First</li>
       <li class=pagination__prev>Previous</li>
       <li><a href=/page/1>1</a></li>
       <li><a href=/page/2>2</a></li>
       <li class=current><a href=/page/3>3</a></li>
       <li><a href=/page/4>4</a></li>
       <li><a href=/page/5>5</a></li>
       <li class=pagination__next><a href=/page/next>Next</a></li>
       <li class=pagination__last><a href=/page/last>Last</a></li>
   </ol>
 *
 * Demo: jsfiddle.net/inuitcss/9Y6PU
 *
 */
.pagination {
  text-align: center;
  /**
   * Remove whitespace caused by `inline-block`.
   */
  letter-spacing: -0.31em;
  word-spacing: -0.43em; }

.pagination > li {
  padding: 12px;
  letter-spacing: normal;
  word-spacing: normal; }

.pagination > li > a {
  padding: 12px;
  margin: -12px; }

.pagination__first a:before {
  content: "\00AB" "\00A0"; }

.pagination__last a:after {
  content: "\00A0" "\00BB"; }

/*------------------------------------*\
    $BREADCRUMB
\*------------------------------------*/
/**
 * Simple breadcrumb styling to apply to (ordered) lists. Extends `.nav`, e.g.:
 *
   <ol class="nav  breadcrumb">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>The Board</a></li>
       <li class=current><a href=#>Directors</a></li>
   </ol>
 *
 * Demo: jsfiddle.net/inuitcss/rkAY9
 *
 */
.breadcrumb > li + li:before {
  content: "\00BB" "\00A0"; }

/**
 * For denoting a path-like structure, GitHub style, e.g.:
 *
   <ol class="nav  breadcrumb--path">
       <li class=breadcrumb__root><a href=#>inuit.css</a></li>
       <li><a href=#>inuit.css</a></li>
       <li><a href=#>partials</a></li>
       <li class=current><a href=#>objects</a></li>
   </ol>
 *
 */
.breadcrumb--path > li + li:before {
  content: "\002F" "\00A0"; }

/**
 * Assign a delimiter on the fly through a data attribute, e.g.:
 *
   <ol class="nav  breadcrumb">
       <li><a href=#>Home</a></li>
       <li data-breadcrumb="|"><a href=#>About</a></li>
       <li data-breadcrumb="|"><a href=#>The Board</a></li>
       <li data-breadcrumb="|" class=current><a href=#>Directors</a></li>
   </ol>
 *
 */
.breadcrumb > li + li[data-breadcrumb]:before {
  content: attr(data-breadcrumb) " "; }

/**
 * Denote the root of the tree.
 */
.breadcrumb__root {
  font-weight: bold; }

/*------------------------------------*\
    $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
 *
 */
.media {
  display: block; }

.media__img {
  float: left;
  margin-right: 24px; }

/**
 * Reversed image location (right instead of left).
 */
.media__img--rev {
  float: right;
  margin-left: 24px; }

.media__img img,
.media__img--rev img {
  display: block; }

.media__body {
  overflow: hidden; }

.media__body,
.media__body > :last-child {
  margin-bottom: 0; }

/**
 * `.img`s in `.islet`s need an appropriately sized margin.
 */
.islet .media__img {
  margin-right: 12px; }

.islet .media__img--rev {
  margin-left: 12px; }

/*------------------------------------*\
    $MARGINALIA
\*------------------------------------*/
/**
 * Marginalia are, per definition, notes in the margin of a document. The
 * `marginalia__body` class can be applied to all kinds of content, like text or
 * images, and is joined by a width class:
 *
   <div class="marginalia">
       <div class="marginalia__body  desk-one-fifth"></div>
   </div>
 *
 * Demo: jsfiddle.net/inuitcss/AemkH
 *
 */
.marginalia {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2; }

/**
 * Wait for a certain breakpoint to trigger ‘proper' marginalia. Up to this point,
 * marginalia are inline with the other text.
 */
@media (min-width: 1024px) {
  .marginalia {
    position: relative; }

  .marginalia__body,
  .marginalia__body--right {
    position: absolute; }

  .marginalia__body {
    right: 100%;
    padding-right: 24px;
    text-align: right; }

  /**
   * Align marginalia to the right of the text.
   */
  .marginalia__body--right {
    left: 100%;
    padding-left: 24px;
    text-align: left; } }
/*------------------------------------*\
    $ISLAND
\*------------------------------------*/
/**
 * Simple, boxed off content, as per: csswizardry.com/2011/10/the-island-object
 * E.g.:
 *
   <div class=island>
       I am boxed off.
   </div>
 *
 * Demo: jsfiddle.net/inuitcss/u8pV3
 *
 */
.island,
.islet {
  display: block; }

.island {
  padding: 24px; }

.island > :last-child,
.islet > :last-child {
  margin-bottom: 0; }

/**
 * Just like `.island`, only smaller.
 */
.islet {
  padding: 12px; }

/*------------------------------------*\
    $BLOCK-LIST
\*------------------------------------*/
/**
 * Create big blocky lists of content, e.g.:
 *
   <ul class=block-list>
      <li>Foo</li>
      <li>Bar</li>
      <li>Baz</li>
      <li><a href=# class=block-list__link>Foo Bar Baz</a></li>
   </ul>
 *
 * Extend this object in your theme stylesheet.
 *
 * Demo: jsfiddle.net/inuitcss/hR57q
 *
 */
.block-list, .matrix,
.block-list > li,
.matrix > li {
  border: 0 solid #ccc; }

.block-list, .matrix {
  list-style: none;
  margin-left: 0;
  border-top-width: 1px; }
  .block-list > li, .matrix > li {
    border-bottom-width: 1px;
    padding: 12px; }

.block-list__link, .matrix__link {
  display: block;
  padding: 12px;
  margin: -12px; }

/*------------------------------------*\
    $MATRIX
\*------------------------------------*/
/**
 * Create a grid of items out of a single list, e.g.:
 *
   <ul class="matrix  three-cols">
       <li class=all-cols>Lorem</li>
       <li>Ipsum <a href=#>dolor</a></li>
       <li><a href=# class=matrix__link>Sit</a></li>
       <li>Amet</li>
       <li class=all-cols>Consectetuer</li>
   </ul>
 *
 * Extend this object in your theme stylesheet.
 *
 * Demo: jsfiddle.net/inuitcss/Y2zrU
 *
 */
.matrix {
  border-left-width: 1px; }
  .matrix > li {
    float: left;
    border-right-width: 1px; }

/**
 * The `.multi-list` object is a lot like the `.matrix` object only without the
 * blocky borders and padding.
 *
   <ul class="multi-list  four-cols">
       <li>Lorem</li>
       <li>Ipsum</li>
       <li>Dolor</li>
       <li>Sit</li>
   </ul>
 *
 * Demo: jsfiddle.net/inuitcss/Y2zrU
 *
 */
.multi-list {
  list-style: none;
  margin-left: 0; }

.multi-list > li {
  float: left; }

/**
 * Apply these classes alongside the `.matrix` or `.multi-list` classes on
 * lists to determine how wide their columns are.
 */
.two-cols > li {
  width: 50%; }

.three-cols > li {
  width: 33.333%; }

.four-cols > li {
  width: 25%; }

.five-cols > li {
  width: 20%; }

/**
 * Unfortunately we have to qualify this selector in order to bring its
 * specificity above the `.[number]-cols > li` selectors above.
 */
.matrix > .all-cols,
.multi-list > .all-cols {
  width: 100%; }

/*------------------------------------*\
    $SPLIT
\*------------------------------------*/
/**
 * Simple split item for creating two elements floated away from one another,
 * e.g.:
 *
   <dl class=split>
       <dt class=split__title>Burger and fries</dt>
       <dd>&pound;5.99</dd>
       <dt class=split__title>Fillet steak</dt>
       <dd>&pound;19.99</dd>
       <dt class=split__title>Ice cream</dt>
       <dd>&pound;2.99</dd>
   </dl>
 *
   <ol class="split  results">
       <li class=first><b class=split__title>1st place</b> Bob</li>
       <li class=second><b class=split__title>2nd place</b> Lilly</li>
       <li class=third><b class=split__title>3rd place</b> Ted</li>
   </ol>​
 *
 * Demo: jsfiddle.net/inuitcss/9gZW7
 *
 */
.split {
  text-align: right;
  list-style: none;
  margin-left: 0; }

.split__title {
  text-align: left;
  float: left;
  clear: left; }

/*------------------------------------*\
    $THIS-OR-THIS
\*------------------------------------*/
/**
 * Simple options object to provide multiple choices, e.g.:
 *
   <h1 class=this-or-this>
       <a href=# class="this-or-this__this  two-fifths">
           Free
       </a>
       <span class="this-or-this__or  one-fifth">
           or
       </span>
       <a href=# class="this-or-this__this  two-fifths">
           Pro
       </a>
   </h1>
 *
 * The `.this-or-this__this` and `.this-or-this__or` objects can be sized using
 * the grid-system classes.
 *
 * Demo: jsfiddle.net/inuitcss/R3sks
 *
 */
.this-or-this {
  display: table;
  width: 100%;
  text-align: center; }

.this-or-this__this,
.this-or-this__or {
  display: table-cell;
  vertical-align: middle; }

/*------------------------------------*\
    $LINK-COMPLEX
\*------------------------------------*/
/**
 * As inspired by @necolas:
 * github.com/necolas/suit-utils/blob/master/link.css#L18
 *
 * Add hover behaviour to only selected items within links, e.g.:
 *
   <a href=log-in class=link-complex>
       <i class="s  s--user"></i>
       <span class=link-complex__target>Log in</span>
   </a>
 *
 * Demo: jsfiddle.net/inuitcss/rt9M3
 *
 */
.link-complex,
.link-complex:hover,
.link-complex:active,
.link-complex:focus {
  text-decoration: none; }

.link-complex:hover .link-complex__target,
.link-complex:active .link-complex__target,
.link-complex:focus .link-complex__target {
  text-decoration: underline; }

/*------------------------------------*\
    $FLYOUT
\*------------------------------------*/
/**
 * Flyouts are pieces of content that fly out of a parent when said parent is
 * hovered. They typically appear bottom-left of the parent.
 *
   <div class=flyout>
       Foo
       <div class=flyout__content>
           <h1>Lorem</h1>
           <p>Ipsum</p>
       </div>
   </div>
 *
 * Extend these objects in your theme stylesheet.
 *
 * Demo: jsfiddle.net/inuitcss/B52HG
 *
 */
.flyout,
.flyout--alt {
  position: relative;
  overflow: hidden; }

.flyout__content {
  /**
   * Position the flyouts off-screen. This is typically better than
   * `display:none;`.
   */
  position: absolute;
  top: 100%;
  left: -99999px; }

/**
 * Bring the flyouts into view when you hover their parents.
 * Two different types of flyout; ‘regular’ (`.flyout`) and ‘alternative’
 * (`.flyout--alt`).
 */
.flyout:hover,
.flyout--alt:hover {
  overflow: visible; }

/**
 * Regular flyouts sit all the way from the top, flush left.
 */
.flyout:hover > .flyout__content {
  left: 0; }

/**
 * Alternative flyouts sit all the way from the left, flush top.
 */
.flyout--alt:hover > .flyout__content {
  top: 0;
  left: 100%; }

/*------------------------------------*\
    $ARROWS
\*------------------------------------*/
/**
 * It is a common design treatment to give an element a triangular points-out
 * arrow, we typically build these with CSS. These following classes allow us to
 * generate these arbitrarily with a mixin, `@arrow()`.
 */
/**
 * Forms the basis for any/all CSS arrows.
 */
/**
 * Define individual edges so we can combine what we need, when we need.
 */
/*------------------------------------*\
    $SPRITE
\*------------------------------------*/
/**
 * Giving an element a class of `.sprite` will throw it into ‘sprite’ mode and apply
 * a background image e.g.:
 *
   <a class="sprite  sprite--question-mark">More info&hellip;</a>
 *
 * or
 *
   <a href=#><i class="sprite  sprite--question-mark"></i> Help and FAQ</a>
 *
 * Giving an element a class of `.icon` will throw it into ‘icon’ mode and will
 * not add a background, but should be used for icon fonts and is populated
 * through a `data-icon` attribute and the `:after` pseudo-element, e.g.:
 *
   <a href=#><i class=icon data-icon="&#xF000;"></i> View your favourites</a>
 *
 * Where ‘&#xF000;’ might map to a star in your particular icon font.
 *
 * These all require extension in your theme stylesheet, e.g. in your own CSS:
 *
   .sprite{
       background-image:url(path/to/your/sprite.png);
   }
   .sprite--link{ background-position:0   0  ; }
   .sprite--star{ background-position:0 -16px; }
 *
 * Demo: jsfiddle.net/inuitcss/6TKuS
 *
 */
.sprite,
.icon {
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: middle;
  zoom: 1;
  /**
   * So using `.icon` on certain elements doesn’t make a visual difference.
   */
  font-style: normal;
  font-weight: normal;
  /**
   * So icons added using `.icon` sit in the centre of the element.
   */
  text-align: center; }

.sprite {
  /**
   * The typical size of most icons. Override in your theme stylesheet.
   */
  width: 16px;
  height: 16px;
  top: -1px;
  /*
   * H5BP method image replacement:
   * github.com/h5bp/html5-boilerplate/commit/adecc5da035d6d76b77e3fa95c6abde841073da2
   */
  overflow: hidden;
  *text-indent: -9999px; }
  .sprite:before {
    content: "";
    display: block;
    width: 0;
    height: 100%; }

/**
 * Set up icon font
 */
.icon {
  font-size: 16px;
  /**
   * Place the icon in a box the exact same dimensions as the icon itself.
   */
  width: 1em;
  height: 1em; }
  .icon:before {
    content: attr(data-icon); }

/**
 * Icon size modifiers.
 */
.icon--large {
  font-size: 32px; }

.icon--huge {
  font-size: 64px; }

.icon--natural {
  font-size: inherit; }

/*------------------------------------*\
    $ICON-TEXT
\*------------------------------------*/
/**
 * For text-links etc that have an icon with them. Sometimes whitespace would
 * suffice in creating a gap between the icon and text, for example:
 *
   <a href=#>
       <i class="s  s--help"></i> Help &amp; support
   </a>
 *
 * However we will sometimes want a larger, explicity set gap:
   <a href=# class=icon-text>
       <i class="icon-text__icon  s  s--help"></i>Help &amp; support
   </a>
 *
 * Demo: jsfiddle.net/inuitcss/Q6Lbf
 *
 */
.icon-text > .icon-text__icon {
  margin-right: 6px; }

/**
 * We can also reverse the direction of the margin for icons that appear to the
 * right of the text content, thus:
 *
   <a href=# class=icon-text--rev>
       Help &amp; support<i class="icon-text__icon  s  s--help"></i>
   </a>
 *
 */
.icon-text--rev > .icon-text__icon {
  margin-left: 6px; }

/*------------------------------------*\
    $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.
 */
.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] */ }

.btn, .btn:hover {
  text-decoration: none;
  /* [9] */ }
.btn:active, .btn:focus {
  outline: none; }

/*------------------------------------*\
    $SIZES
\*------------------------------------*/
/**
 * Button size modifiers.
 *
 * These all follow the same sizing rules as above; text is 1em, space around it
 * remains uniform.
 */
.btn--small {
  padding-right: 0.5em;
  padding-left: 0.5em;
  line-height: 2; }

.btn--large {
  padding-right: 1.5em;
  padding-left: 1.5em;
  line-height: 4; }

.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.
 */
.btn--full {
  width: 100%;
  padding-right: 0;
  /* [1] */
  padding-left: 0;
  /* [1] */
  text-align: center; }

/*------------------------------------*\
    $FONT-SIZES
\*------------------------------------*/
/**
 * Button font-size modifiers.
 */
.btn--alpha {
  font-size: 3rem; }

.btn--beta {
  font-size: 2rem; }

.btn--gamma {
  font-size: 1rem; }

/**
 * Make the button inherit sizing from its parent.
 */
.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.
 */
.btn--positive {
  background-color: #4A993E;
  color: #fff; }

/**
 * Negative actions; e.g. close account, delete photo, remove friend, etc.
 */
.btn--negative {
  background-color: #b33630;
  color: #fff; }

/**
 * Inactive, disabled buttons.
 * 
 * 1. Make the button look like normal text when hovered.
 */
.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.
 */
.btn--soft {
  border-radius: 200px;
  /* [1] */ }

.btn--hard {
  border-radius: 0; }

/*------------------------------------*\
    $LOZENGES
\*------------------------------------*/
/**
 * Create pill- and lozenge-like runs of text, e.g.:
 *
   <p>This <span class=pill>here</span> is a pill!</p>
 *
   <p>This <span class=loz>here</span> is also a lozenge!</p>
 *
 * Pills have fully rounded ends, lozenges have only their corners rounded.
 *
 * Demo: jsfiddle.net/inuitcss/N3pGm
 *
 */
.pill, .loz {
  display: inline-block;
  /**
   * These numbers set in ems mean that, at its narrowest, a lozenge will be
   * the same width as the `line-height` set on the `html` element.
   * This allows us to use the `.loz` in almost any `font-size` we wish.
   */
  min-width: 1.0000005em;
  padding-right: 0.2500005em;
  padding-left: 0.2500005em;
  /* =1.50em */
  text-align: center;
  background-color: #ccc;
  color: #fff;
  /* Override this color in your theme stylesheet */
  /**
   * Normally we’d use border-radius:100%; but instead here we just use an
   * overly large number; `border-radius:100%;` would create an oval on
   * non-square elements whereas we just want to round the ends of an element.
   */
  border-radius: 100px; }

.loz {
  border-radius: 4px; }

/*------------------------------------*\
    $RULES
\*------------------------------------*/
/**
 * Horizontal rules, extend `hr`.
 *
 * Demo: jsfiddle.net/inuitcss/L6GuZ
 *
 */
.rule {
  color: #ccc;
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 23px;
  margin-bottom: 1.4375rem; }

/**
 * Dotted rules
 */
.rule--dotted {
  border-bottom-style: dotted; }

/**
 * Dashed rules
 */
.rule--dashed {
  border-bottom-style: dashed; }

/**
 * Ornamental rules. Places a § over the rule.
 */
.rule--ornament {
  position: relative;
  /**
  * Pass in an arbitrary ornament though a data attribute, e.g.:
  *
    <hr class="rule  rule--ornament" data-ornament="!">
  *
  */ }
  .rule--ornament:after {
    content: "\00A7";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    line-height: 0;
    text-align: center; }
  .rule--ornament[data-ornament]:after {
    content: attr(data-ornament); }

/*------------------------------------*\
    $STATS
\*------------------------------------*/
 /**
  * Simple object to display key–value statistic-like information, e.g.:
  *
    <div class=stat-group>
        <dl class=stat>
            <dt class=stat__title>Tweets</dt>
            <dd class=stat__value>27,740</dd>
        </dl>

        <dl class=stat>
            <dt class=stat__title>Following</dt>
            <dd class=stat__value>11,529</dd>
        </dl>

        <dl class=stat>
            <dt class=stat__title>Followers</dt>
            <dd class=stat__value>12,105</dd>
        </dl>
    </div>
  *
  * Demo: jsfiddle.net/inuitcss/Bpwu6
  *
  */
.stat-group {
  margin-left: -24px; }

.stat {
  float: left;
  margin-left: 24px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column; }

.stat__title {
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  -o-order: 2;
  order: 2;
  -ms-flex-order: 2; }

.stat__value {
  margin-left: 0;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  -o-order: 1;
  order: 1;
  -ms-flex-order: 1; }

/*------------------------------------*\
    $GREYBOX
\*------------------------------------*/
/**
 * Quickly throw together greybox wireframes. Use in conjunction with other
 * inuit.css objects to create simple greybox prototypes, e.g.:
 *
   <div class="island  greybox  greybox--medium">Header</div>

   <ul class="nav  nav--fit  nav--block  greybox">
       <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>
 *
 * The beauty of combining the greyboxing with inuit.css objects is that any
 * prototyping can quickly be converted into/used as production code.
 *
 * For a more complete prototyping framework, consider Adam Whitcroft’s Proto:
 * adamwhitcroft.com/proto
 *
 * Demo: jsfiddle.net/inuitcss/qCXfh/
 *
 */
.greybox,
.graybox {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  font-family: sans-serif;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff; }

.greybox a,
.graybox a {
  color: #fff;
  text-decoration: underline; }

/**
 * All greyboxes will occupy 100% of their parent’s width, but to alter their
 * heights we apply incrementally larger line-heights:
 */
.greybox--small,
.graybox--small {
  line-height: 48px; }

.greybox--medium,
.graybox--medium {
  line-height: 96px; }

.greybox--large,
.graybox--large {
  line-height: 192px; }

.greybox--huge,
.graybox--huge {
  line-height: 384px; }

.greybox--gigantic,
.graybox--gigantic {
  line-height: 768px; }

/**
 * 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
*/
.one-whole {
  width: 100%; }

/**
* Halves
*/
.one-half, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths {
  width: 49.999%; }

/**
* Thirds
*/
.one-third, .two-sixths, .four-twelfths {
  width: 33.333%; }

.two-thirds, .four-sixths, .eight-twelfths {
  width: 66.666%; }

/**
* Quarters
*/
.one-quarter, .two-eighths, .three-twelfths {
  width: 24.999%; }

.three-quarters, .six-eighths, .nine-twelfths {
  width: 74.999%; }

/**
* Fifths
*/
.one-fifth, .two-tenths {
  width: 19.999%; }

.two-fifths, .four-tenths {
  width: 40%; }

.three-fifths, .six-tenths {
  width: 60%; }

.four-fifths, .eight-tenths {
  width: 80%; }

/**
* Sixths
*/
.one-sixth, .two-twelfths {
  width: 16.666%; }

.five-sixths, .ten-twelfths {
  width: 83.333%; }

/**
* Eighths
*/
.one-eighth {
  width: 12.5%; }

.three-eighths {
  width: 37.5%; }

.five-eighths {
  width: 62.5%; }

.seven-eighths {
  width: 87.5%; }

/**
* Tenths
*/
.one-tenth {
  width: 10%; }

.three-tenths {
  width: 30%; }

.seven-tenths {
  width: 70%; }

.nine-tenths {
  width: 90%; }

/**
* Twelfths
*/
.one-twelfth {
  width: 8.333%; }

.five-twelfths {
  width: 41.666%; }

.seven-twelfths {
  width: 58.333%; }

.eleven-twelfths {
  width: 91.666%; }

/**
 * 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: 766px) {
  /**
  * Whole
  */
  .palm-one-whole {
    width: 100%; }

  /**
  * Halves
  */
  .palm-one-half, .palm-two-quarters, .palm-three-sixths, .palm-four-eighths, .palm-five-tenths, .palm-six-twelfths {
    width: 49.999%; }

  /**
  * Thirds
  */
  .palm-one-third, .palm-two-sixths, .palm-four-twelfths {
    width: 33.333%; }

  .palm-two-thirds, .palm-four-sixths, .palm-eight-twelfths {
    width: 66.666%; }

  /**
  * Quarters
  */
  .palm-one-quarter, .palm-two-eighths, .palm-three-twelfths {
    width: 24.999%; }

  .palm-three-quarters, .palm-six-eighths, .palm-nine-twelfths {
    width: 74.999%; }

  /**
  * Fifths
  */
  .palm-one-fifth, .palm-two-tenths {
    width: 19.999%; }

  .palm-two-fifths, .palm-four-tenths {
    width: 40%; }

  .palm-three-fifths, .palm-six-tenths {
    width: 60%; }

  .palm-four-fifths, .palm-eight-tenths {
    width: 80%; }

  /**
  * Sixths
  */
  .palm-one-sixth, .palm-two-twelfths {
    width: 16.666%; }

  .palm-five-sixths, .palm-ten-twelfths {
    width: 83.333%; }

  /**
  * Eighths
  */
  .palm-one-eighth {
    width: 12.5%; }

  .palm-three-eighths {
    width: 37.5%; }

  .palm-five-eighths {
    width: 62.5%; }

  .palm-seven-eighths {
    width: 87.5%; }

  /**
  * Tenths
  */
  .palm-one-tenth {
    width: 10%; }

  .palm-three-tenths {
    width: 30%; }

  .palm-seven-tenths {
    width: 70%; }

  .palm-nine-tenths {
    width: 90%; }

  /**
  * Twelfths
  */
  .palm-one-twelfth {
    width: 8.333%; }

  .palm-five-twelfths {
    width: 41.666%; }

  .palm-seven-twelfths {
    width: 58.333%; }

  .palm-eleven-twelfths {
    width: 91.666%; } }
@media only screen and (min-width: 767px) and (max-width: 1023px) {
  /**
  * Whole
  */
  .lap-one-whole {
    width: 100%; }

  /**
  * Halves
  */
  .lap-one-half, .lap-two-quarters, .lap-three-sixths, .lap-four-eighths, .lap-five-tenths, .lap-six-twelfths {
    width: 49.999%; }

  /**
  * Thirds
  */
  .lap-one-third, .lap-two-sixths, .lap-four-twelfths {
    width: 33.333%; }

  .lap-two-thirds, .lap-four-sixths, .lap-eight-twelfths {
    width: 66.666%; }

  /**
  * Quarters
  */
  .lap-one-quarter, .lap-two-eighths, .lap-three-twelfths {
    width: 24.999%; }

  .lap-three-quarters, .lap-six-eighths, .lap-nine-twelfths {
    width: 74.999%; }

  /**
  * Fifths
  */
  .lap-one-fifth, .lap-two-tenths {
    width: 19.999%; }

  .lap-two-fifths, .lap-four-tenths {
    width: 40%; }

  .lap-three-fifths, .lap-six-tenths {
    width: 60%; }

  .lap-four-fifths, .lap-eight-tenths {
    width: 80%; }

  /**
  * Sixths
  */
  .lap-one-sixth, .lap-two-twelfths {
    width: 16.666%; }

  .lap-five-sixths, .lap-ten-twelfths {
    width: 83.333%; }

  /**
  * Eighths
  */
  .lap-one-eighth {
    width: 12.5%; }

  .lap-three-eighths {
    width: 37.5%; }

  .lap-five-eighths {
    width: 62.5%; }

  .lap-seven-eighths {
    width: 87.5%; }

  /**
  * Tenths
  */
  .lap-one-tenth {
    width: 10%; }

  .lap-three-tenths {
    width: 30%; }

  .lap-seven-tenths {
    width: 70%; }

  .lap-nine-tenths {
    width: 90%; }

  /**
  * Twelfths
  */
  .lap-one-twelfth {
    width: 8.333%; }

  .lap-five-twelfths {
    width: 41.666%; }

  .lap-seven-twelfths {
    width: 58.333%; }

  .lap-eleven-twelfths {
    width: 91.666%; } }
@media only screen and (min-width: 767px) {
  /**
  * Whole
  */
  .lap-and-up-one-whole {
    width: 100%; }

  /**
  * Halves
  */
  .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: 49.999%; }

  /**
  * Thirds
  */
  .lap-and-up-one-third, .lap-and-up-two-sixths, .lap-and-up-four-twelfths {
    width: 33.333%; }

  .lap-and-up-two-thirds, .lap-and-up-four-sixths, .lap-and-up-eight-twelfths {
    width: 66.666%; }

  /**
  * Quarters
  */
  .lap-and-up-one-quarter, .lap-and-up-two-eighths, .lap-and-up-three-twelfths {
    width: 24.999%; }

  .lap-and-up-three-quarters, .lap-and-up-six-eighths, .lap-and-up-nine-twelfths {
    width: 74.999%; }

  /**
  * Fifths
  */
  .lap-and-up-one-fifth, .lap-and-up-two-tenths {
    width: 19.999%; }

  .lap-and-up-two-fifths, .lap-and-up-four-tenths {
    width: 40%; }

  .lap-and-up-three-fifths, .lap-and-up-six-tenths {
    width: 60%; }

  .lap-and-up-four-fifths, .lap-and-up-eight-tenths {
    width: 80%; }

  /**
  * Sixths
  */
  .lap-and-up-one-sixth, .lap-and-up-two-twelfths {
    width: 16.666%; }

  .lap-and-up-five-sixths, .lap-and-up-ten-twelfths {
    width: 83.333%; }

  /**
  * Eighths
  */
  .lap-and-up-one-eighth {
    width: 12.5%; }

  .lap-and-up-three-eighths {
    width: 37.5%; }

  .lap-and-up-five-eighths {
    width: 62.5%; }

  .lap-and-up-seven-eighths {
    width: 87.5%; }

  /**
  * Tenths
  */
  .lap-and-up-one-tenth {
    width: 10%; }

  .lap-and-up-three-tenths {
    width: 30%; }

  .lap-and-up-seven-tenths {
    width: 70%; }

  .lap-and-up-nine-tenths {
    width: 90%; }

  /**
  * Twelfths
  */
  .lap-and-up-one-twelfth {
    width: 8.333%; }

  .lap-and-up-five-twelfths {
    width: 41.666%; }

  .lap-and-up-seven-twelfths {
    width: 58.333%; }

  .lap-and-up-eleven-twelfths {
    width: 91.666%; } }
@media only screen and (max-width: 1023px) {
  /**
  * Whole
  */
  .portable-one-whole {
    width: 100%; }

  /**
  * Halves
  */
  .portable-one-half, .portable-two-quarters, .portable-three-sixths, .portable-four-eighths, .portable-five-tenths, .portable-six-twelfths {
    width: 49.999%; }

  /**
  * Thirds
  */
  .portable-one-third, .portable-two-sixths, .portable-four-twelfths {
    width: 33.333%; }

  .portable-two-thirds, .portable-four-sixths, .portable-eight-twelfths {
    width: 66.666%; }

  /**
  * Quarters
  */
  .portable-one-quarter, .portable-two-eighths, .portable-three-twelfths {
    width: 24.999%; }

  .portable-three-quarters, .portable-six-eighths, .portable-nine-twelfths {
    width: 74.999%; }

  /**
  * Fifths
  */
  .portable-one-fifth, .portable-two-tenths {
    width: 19.999%; }

  .portable-two-fifths, .portable-four-tenths {
    width: 40%; }

  .portable-three-fifths, .portable-six-tenths {
    width: 60%; }

  .portable-four-fifths, .portable-eight-tenths {
    width: 80%; }

  /**
  * Sixths
  */
  .portable-one-sixth, .portable-two-twelfths {
    width: 16.666%; }

  .portable-five-sixths, .portable-ten-twelfths {
    width: 83.333%; }

  /**
  * Eighths
  */
  .portable-one-eighth {
    width: 12.5%; }

  .portable-three-eighths {
    width: 37.5%; }

  .portable-five-eighths {
    width: 62.5%; }

  .portable-seven-eighths {
    width: 87.5%; }

  /**
  * Tenths
  */
  .portable-one-tenth {
    width: 10%; }

  .portable-three-tenths {
    width: 30%; }

  .portable-seven-tenths {
    width: 70%; }

  .portable-nine-tenths {
    width: 90%; }

  /**
  * Twelfths
  */
  .portable-one-twelfth {
    width: 8.333%; }

  .portable-five-twelfths {
    width: 41.666%; }

  .portable-seven-twelfths {
    width: 58.333%; }

  .portable-eleven-twelfths {
    width: 91.666%; } }
@media only screen and (min-width: 1024px) {
  /**
  * Whole
  */
  .desk-one-whole {
    width: 100%; }

  /**
  * Halves
  */
  .desk-one-half, .desk-two-quarters, .desk-three-sixths, .desk-four-eighths, .desk-five-tenths, .desk-six-twelfths {
    width: 49.999%; }

  /**
  * Thirds
  */
  .desk-one-third, .desk-two-sixths, .desk-four-twelfths {
    width: 33.333%; }

  .desk-two-thirds, .desk-four-sixths, .desk-eight-twelfths {
    width: 66.666%; }

  /**
  * Quarters
  */
  .desk-one-quarter, .desk-two-eighths, .desk-three-twelfths {
    width: 24.999%; }

  .desk-three-quarters, .desk-six-eighths, .desk-nine-twelfths {
    width: 74.999%; }

  /**
  * Fifths
  */
  .desk-one-fifth, .desk-two-tenths {
    width: 19.999%; }

  .desk-two-fifths, .desk-four-tenths {
    width: 40%; }

  .desk-three-fifths, .desk-six-tenths {
    width: 60%; }

  .desk-four-fifths, .desk-eight-tenths {
    width: 80%; }

  /**
  * Sixths
  */
  .desk-one-sixth, .desk-two-twelfths {
    width: 16.666%; }

  .desk-five-sixths, .desk-ten-twelfths {
    width: 83.333%; }

  /**
  * Eighths
  */
  .desk-one-eighth {
    width: 12.5%; }

  .desk-three-eighths {
    width: 37.5%; }

  .desk-five-eighths {
    width: 62.5%; }

  .desk-seven-eighths {
    width: 87.5%; }

  /**
  * Tenths
  */
  .desk-one-tenth {
    width: 10%; }

  .desk-three-tenths {
    width: 30%; }

  .desk-seven-tenths {
    width: 70%; }

  .desk-nine-tenths {
    width: 90%; }

  /**
  * Twelfths
  */
  .desk-one-twelfth {
    width: 8.333%; }

  .desk-five-twelfths {
    width: 41.666%; }

  .desk-seven-twelfths {
    width: 58.333%; }

  .desk-eleven-twelfths {
    width: 91.666%; } }
/**
 * 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: 1160px) {
  /**
  * Whole
  */
  .desk-wide-one-whole {
    width: 100%; }

  /**
  * Halves
  */
  .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: 49.999%; }

  /**
  * Thirds
  */
  .desk-wide-one-third, .desk-wide-two-sixths, .desk-wide-four-twelfths {
    width: 33.333%; }

  .desk-wide-two-thirds, .desk-wide-four-sixths, .desk-wide-eight-twelfths {
    width: 66.666%; }

  /**
  * Quarters
  */
  .desk-wide-one-quarter, .desk-wide-two-eighths, .desk-wide-three-twelfths {
    width: 24.999%; }

  .desk-wide-three-quarters, .desk-wide-six-eighths, .desk-wide-nine-twelfths {
    width: 74.999%; }

  /**
  * Fifths
  */
  .desk-wide-one-fifth, .desk-wide-two-tenths {
    width: 19.999%; }

  .desk-wide-two-fifths, .desk-wide-four-tenths {
    width: 40%; }

  .desk-wide-three-fifths, .desk-wide-six-tenths {
    width: 60%; }

  .desk-wide-four-fifths, .desk-wide-eight-tenths {
    width: 80%; }

  /**
  * Sixths
  */
  .desk-wide-one-sixth, .desk-wide-two-twelfths {
    width: 16.666%; }

  .desk-wide-five-sixths, .desk-wide-ten-twelfths {
    width: 83.333%; }

  /**
  * Eighths
  */
  .desk-wide-one-eighth {
    width: 12.5%; }

  .desk-wide-three-eighths {
    width: 37.5%; }

  .desk-wide-five-eighths {
    width: 62.5%; }

  .desk-wide-seven-eighths {
    width: 87.5%; }

  /**
  * Tenths
  */
  .desk-wide-one-tenth {
    width: 10%; }

  .desk-wide-three-tenths {
    width: 30%; }

  .desk-wide-seven-tenths {
    width: 70%; }

  .desk-wide-nine-tenths {
    width: 90%; }

  /**
  * Twelfths
  */
  .desk-wide-one-twelfth {
    width: 8.333%; }

  .desk-wide-five-twelfths {
    width: 41.666%; }

  .desk-wide-seven-twelfths {
    width: 58.333%; }

  .desk-wide-eleven-twelfths {
    width: 91.666%; } }
/* endif */
/*------------------------------------*\
    $PUSH
\*------------------------------------*/
/**
 * Push classes, to move grid items over to the right by certain amounts.
 */
/**
 * Whole
 */
.push--one-whole {
  left: 100%; }

/**
 * Halves
 */
.push--one-half, .push--two-quarters, .push--three-sixths, .push--four-eighths, .push--five-tenths, .push--six-twelfths {
  left: 50%; }

/**
 * Thirds
 */
.push--one-third, .push--two-sixths, .push--four-twelfths {
  left: 33.333%; }

.push--two-thirds, .push--four-sixths, .push--eight-twelfths {
  left: 66.666%; }

/**
 * Quarters
 */
.push--one-quarter, .push--two-eighths, .push--three-twelfths {
  left: 25%; }

.push--three-quarters, .push--six-eighths, .push--nine-twelfths {
  left: 75%; }

/**
 * Fifths
 */
.push--one-fifth, .push--two-tenths {
  left: 20%; }

.push--two-fifths, .push--four-tenths {
  left: 40%; }

.push--three-fifths, .push--six-tenths {
  left: 60%; }

.push--four-fifths, .push--eight-tenths {
  left: 80%; }

/**
 * Sixths
 */
.push--one-sixth, .push--two-twelfths {
  left: 16.666%; }

.push--five-sixths, .push--ten-twelfths {
  left: 83.333%; }

/**
 * Eighths
 */
.push--one-eighth {
  left: 12.5%; }

.push--three-eighths {
  left: 37.5%; }

.push--five-eighths {
  left: 62.5%; }

.push--seven-eighths {
  left: 87.5%; }

/**
 * Tenths
 */
.push--one-tenth {
  left: 10%; }

.push--three-tenths {
  left: 30%; }

.push--seven-tenths {
  left: 70%; }

.push--nine-tenths {
  left: 90%; }

/**
 * Twelfths
 */
.push--one-twelfth {
  left: 8.333%; }

.push--five-twelfths {
  left: 41.666%; }

.push--seven-twelfths {
  left: 58.333%; }

.push--eleven-twelfths {
  left: 91.666%; }

/**
 * Not a particularly great selector, but the DRYest way to do things.
 */
[class*="push--"] {
  position: relative; }

@media only screen and (max-width: 766px) {
  /**
   * Whole
   */
  .push--palm-one-whole {
    left: 100%; }

  /**
   * Halves
   */
  .push--palm-one-half, .push--palm-two-quarters, .push--palm-three-sixths, .push--palm-four-eighths, .push--palm-five-tenths, .push--palm-six-twelfths {
    left: 50%; }

  /**
   * Thirds
   */
  .push--palm-one-third, .push--palm-two-sixths, .push--palm-four-twelfths {
    left: 33.333%; }

  .push--palm-two-thirds, .push--palm-four-sixths, .push--palm-eight-twelfths {
    left: 66.666%; }

  /**
   * Quarters
   */
  .push--palm-one-quarter, .push--palm-two-eighths, .push--palm-three-twelfths {
    left: 25%; }

  .push--palm-three-quarters, .push--palm-six-eighths, .push--palm-nine-twelfths {
    left: 75%; }

  /**
   * Fifths
   */
  .push--palm-one-fifth, .push--palm-two-tenths {
    left: 20%; }

  .push--palm-two-fifths, .push--palm-four-tenths {
    left: 40%; }

  .push--palm-three-fifths, .push--palm-six-tenths {
    left: 60%; }

  .push--palm-four-fifths, .push--palm-eight-tenths {
    left: 80%; }

  /**
   * Sixths
   */
  .push--palm-one-sixth, .push--palm-two-twelfths {
    left: 16.666%; }

  .push--palm-five-sixths, .push--palm-ten-twelfths {
    left: 83.333%; }

  /**
   * Eighths
   */
  .push--palm-one-eighth {
    left: 12.5%; }

  .push--palm-three-eighths {
    left: 37.5%; }

  .push--palm-five-eighths {
    left: 62.5%; }

  .push--palm-seven-eighths {
    left: 87.5%; }

  /**
   * Tenths
   */
  .push--palm-one-tenth {
    left: 10%; }

  .push--palm-three-tenths {
    left: 30%; }

  .push--palm-seven-tenths {
    left: 70%; }

  .push--palm-nine-tenths {
    left: 90%; }

  /**
   * Twelfths
   */
  .push--palm-one-twelfth {
    left: 8.333%; }

  .push--palm-five-twelfths {
    left: 41.666%; }

  .push--palm-seven-twelfths {
    left: 58.333%; }

  .push--palm-eleven-twelfths {
    left: 91.666%; } }
@media only screen and (min-width: 767px) and (max-width: 1023px) {
  /**
   * Whole
   */
  .push--lap-one-whole {
    left: 100%; }

  /**
   * Halves
   */
  .push--lap-one-half, .push--lap-two-quarters, .push--lap-three-sixths, .push--lap-four-eighths, .push--lap-five-tenths, .push--lap-six-twelfths {
    left: 50%; }

  /**
   * Thirds
   */
  .push--lap-one-third, .push--lap-two-sixths, .push--lap-four-twelfths {
    left: 33.333%; }

  .push--lap-two-thirds, .push--lap-four-sixths, .push--lap-eight-twelfths {
    left: 66.666%; }

  /**
   * Quarters
   */
  .push--lap-one-quarter, .push--lap-two-eighths, .push--lap-three-twelfths {
    left: 25%; }

  .push--lap-three-quarters, .push--lap-six-eighths, .push--lap-nine-twelfths {
    left: 75%; }

  /**
   * Fifths
   */
  .push--lap-one-fifth, .push--lap-two-tenths {
    left: 20%; }

  .push--lap-two-fifths, .push--lap-four-tenths {
    left: 40%; }

  .push--lap-three-fifths, .push--lap-six-tenths {
    left: 60%; }

  .push--lap-four-fifths, .push--lap-eight-tenths {
    left: 80%; }

  /**
   * Sixths
   */
  .push--lap-one-sixth, .push--lap-two-twelfths {
    left: 16.666%; }

  .push--lap-five-sixths, .push--lap-ten-twelfths {
    left: 83.333%; }

  /**
   * Eighths
   */
  .push--lap-one-eighth {
    left: 12.5%; }

  .push--lap-three-eighths {
    left: 37.5%; }

  .push--lap-five-eighths {
    left: 62.5%; }

  .push--lap-seven-eighths {
    left: 87.5%; }

  /**
   * Tenths
   */
  .push--lap-one-tenth {
    left: 10%; }

  .push--lap-three-tenths {
    left: 30%; }

  .push--lap-seven-tenths {
    left: 70%; }

  .push--lap-nine-tenths {
    left: 90%; }

  /**
   * Twelfths
   */
  .push--lap-one-twelfth {
    left: 8.333%; }

  .push--lap-five-twelfths {
    left: 41.666%; }

  .push--lap-seven-twelfths {
    left: 58.333%; }

  .push--lap-eleven-twelfths {
    left: 91.666%; } }
@media only screen and (min-width: 767px) {
  /**
   * Whole
   */
  .push--lap-and-up-one-whole {
    left: 100%; }

  /**
   * Halves
   */
  .push--lap-and-up-one-half, .push--lap-and-up-two-quarters, .push--lap-and-up-three-sixths, .push--lap-and-up-four-eighths, .push--lap-and-up-five-tenths, .push--lap-and-up-six-twelfths {
    left: 50%; }

  /**
   * Thirds
   */
  .push--lap-and-up-one-third, .push--lap-and-up-two-sixths, .push--lap-and-up-four-twelfths {
    left: 33.333%; }

  .push--lap-and-up-two-thirds, .push--lap-and-up-four-sixths, .push--lap-and-up-eight-twelfths {
    left: 66.666%; }

  /**
   * Quarters
   */
  .push--lap-and-up-one-quarter, .push--lap-and-up-two-eighths, .push--lap-and-up-three-twelfths {
    left: 25%; }

  .push--lap-and-up-three-quarters, .push--lap-and-up-six-eighths, .push--lap-and-up-nine-twelfths {
    left: 75%; }

  /**
   * Fifths
   */
  .push--lap-and-up-one-fifth, .push--lap-and-up-two-tenths {
    left: 20%; }

  .push--lap-and-up-two-fifths, .push--lap-and-up-four-tenths {
    left: 40%; }

  .push--lap-and-up-three-fifths, .push--lap-and-up-six-tenths {
    left: 60%; }

  .push--lap-and-up-four-fifths, .push--lap-and-up-eight-tenths {
    left: 80%; }

  /**
   * Sixths
   */
  .push--lap-and-up-one-sixth, .push--lap-and-up-two-twelfths {
    left: 16.666%; }

  .push--lap-and-up-five-sixths, .push--lap-and-up-ten-twelfths {
    left: 83.333%; }

  /**
   * Eighths
   */
  .push--lap-and-up-one-eighth {
    left: 12.5%; }

  .push--lap-and-up-three-eighths {
    left: 37.5%; }

  .push--lap-and-up-five-eighths {
    left: 62.5%; }

  .push--lap-and-up-seven-eighths {
    left: 87.5%; }

  /**
   * Tenths
   */
  .push--lap-and-up-one-tenth {
    left: 10%; }

  .push--lap-and-up-three-tenths {
    left: 30%; }

  .push--lap-and-up-seven-tenths {
    left: 70%; }

  .push--lap-and-up-nine-tenths {
    left: 90%; }

  /**
   * Twelfths
   */
  .push--lap-and-up-one-twelfth {
    left: 8.333%; }

  .push--lap-and-up-five-twelfths {
    left: 41.666%; }

  .push--lap-and-up-seven-twelfths {
    left: 58.333%; }

  .push--lap-and-up-eleven-twelfths {
    left: 91.666%; } }
@media only screen and (max-width: 1023px) {
  /**
   * Whole
   */
  .push--portable-one-whole {
    left: 100%; }

  /**
   * Halves
   */
  .push--portable-one-half, .push--portable-two-quarters, .push--portable-three-sixths, .push--portable-four-eighths, .push--portable-five-tenths, .push--portable-six-twelfths {
    left: 50%; }

  /**
   * Thirds
   */
  .push--portable-one-third, .push--portable-two-sixths, .push--portable-four-twelfths {
    left: 33.333%; }

  .push--portable-two-thirds, .push--portable-four-sixths, .push--portable-eight-twelfths {
    left: 66.666%; }

  /**
   * Quarters
   */
  .push--portable-one-quarter, .push--portable-two-eighths, .push--portable-three-twelfths {
    left: 25%; }

  .push--portable-three-quarters, .push--portable-six-eighths, .push--portable-nine-twelfths {
    left: 75%; }

  /**
   * Fifths
   */
  .push--portable-one-fifth, .push--portable-two-tenths {
    left: 20%; }

  .push--portable-two-fifths, .push--portable-four-tenths {
    left: 40%; }

  .push--portable-three-fifths, .push--portable-six-tenths {
    left: 60%; }

  .push--portable-four-fifths, .push--portable-eight-tenths {
    left: 80%; }

  /**
   * Sixths
   */
  .push--portable-one-sixth, .push--portable-two-twelfths {
    left: 16.666%; }

  .push--portable-five-sixths, .push--portable-ten-twelfths {
    left: 83.333%; }

  /**
   * Eighths
   */
  .push--portable-one-eighth {
    left: 12.5%; }

  .push--portable-three-eighths {
    left: 37.5%; }

  .push--portable-five-eighths {
    left: 62.5%; }

  .push--portable-seven-eighths {
    left: 87.5%; }

  /**
   * Tenths
   */
  .push--portable-one-tenth {
    left: 10%; }

  .push--portable-three-tenths {
    left: 30%; }

  .push--portable-seven-tenths {
    left: 70%; }

  .push--portable-nine-tenths {
    left: 90%; }

  /**
   * Twelfths
   */
  .push--portable-one-twelfth {
    left: 8.333%; }

  .push--portable-five-twelfths {
    left: 41.666%; }

  .push--portable-seven-twelfths {
    left: 58.333%; }

  .push--portable-eleven-twelfths {
    left: 91.666%; } }
@media only screen and (min-width: 1024px) {
  /**
   * Whole
   */
  .push--desk-one-whole {
    left: 100%; }

  /**
   * Halves
   */
  .push--desk-one-half, .push--desk-two-quarters, .push--desk-three-sixths, .push--desk-four-eighths, .push--desk-five-tenths, .push--desk-six-twelfths {
    left: 50%; }

  /**
   * Thirds
   */
  .push--desk-one-third, .push--desk-two-sixths, .push--desk-four-twelfths {
    left: 33.333%; }

  .push--desk-two-thirds, .push--desk-four-sixths, .push--desk-eight-twelfths {
    left: 66.666%; }

  /**
   * Quarters
   */
  .push--desk-one-quarter, .push--desk-two-eighths, .push--desk-three-twelfths {
    left: 25%; }

  .push--desk-three-quarters, .push--desk-six-eighths, .push--desk-nine-twelfths {
    left: 75%; }

  /**
   * Fifths
   */
  .push--desk-one-fifth, .push--desk-two-tenths {
    left: 20%; }

  .push--desk-two-fifths, .push--desk-four-tenths {
    left: 40%; }

  .push--desk-three-fifths, .push--desk-six-tenths {
    left: 60%; }

  .push--desk-four-fifths, .push--desk-eight-tenths {
    left: 80%; }

  /**
   * Sixths
   */
  .push--desk-one-sixth, .push--desk-two-twelfths {
    left: 16.666%; }

  .push--desk-five-sixths, .push--desk-ten-twelfths {
    left: 83.333%; }

  /**
   * Eighths
   */
  .push--desk-one-eighth {
    left: 12.5%; }

  .push--desk-three-eighths {
    left: 37.5%; }

  .push--desk-five-eighths {
    left: 62.5%; }

  .push--desk-seven-eighths {
    left: 87.5%; }

  /**
   * Tenths
   */
  .push--desk-one-tenth {
    left: 10%; }

  .push--desk-three-tenths {
    left: 30%; }

  .push--desk-seven-tenths {
    left: 70%; }

  .push--desk-nine-tenths {
    left: 90%; }

  /**
   * Twelfths
   */
  .push--desk-one-twelfth {
    left: 8.333%; }

  .push--desk-five-twelfths {
    left: 41.666%; }

  .push--desk-seven-twelfths {
    left: 58.333%; }

  .push--desk-eleven-twelfths {
    left: 91.666%; } }
@media only screen and (min-width: 1160px) {
  /**
   * Whole
   */
  .push--desk-wide-one-whole {
    left: 100%; }

  /**
   * Halves
   */
  .push--desk-wide-one-half, .push--desk-wide-two-quarters, .push--desk-wide-three-sixths, .push--desk-wide-four-eighths, .push--desk-wide-five-tenths, .push--desk-wide-six-twelfths {
    left: 50%; }

  /**
   * Thirds
   */
  .push--desk-wide-one-third, .push--desk-wide-two-sixths, .push--desk-wide-four-twelfths {
    left: 33.333%; }

  .push--desk-wide-two-thirds, .push--desk-wide-four-sixths, .push--desk-wide-eight-twelfths {
    left: 66.666%; }

  /**
   * Quarters
   */
  .push--desk-wide-one-quarter, .push--desk-wide-two-eighths, .push--desk-wide-three-twelfths {
    left: 25%; }

  .push--desk-wide-three-quarters, .push--desk-wide-six-eighths, .push--desk-wide-nine-twelfths {
    left: 75%; }

  /**
   * Fifths
   */
  .push--desk-wide-one-fifth, .push--desk-wide-two-tenths {
    left: 20%; }

  .push--desk-wide-two-fifths, .push--desk-wide-four-tenths {
    left: 40%; }

  .push--desk-wide-three-fifths, .push--desk-wide-six-tenths {
    left: 60%; }

  .push--desk-wide-four-fifths, .push--desk-wide-eight-tenths {
    left: 80%; }

  /**
   * Sixths
   */
  .push--desk-wide-one-sixth, .push--desk-wide-two-twelfths {
    left: 16.666%; }

  .push--desk-wide-five-sixths, .push--desk-wide-ten-twelfths {
    left: 83.333%; }

  /**
   * Eighths
   */
  .push--desk-wide-one-eighth {
    left: 12.5%; }

  .push--desk-wide-three-eighths {
    left: 37.5%; }

  .push--desk-wide-five-eighths {
    left: 62.5%; }

  .push--desk-wide-seven-eighths {
    left: 87.5%; }

  /**
   * Tenths
   */
  .push--desk-wide-one-tenth {
    left: 10%; }

  .push--desk-wide-three-tenths {
    left: 30%; }

  .push--desk-wide-seven-tenths {
    left: 70%; }

  .push--desk-wide-nine-tenths {
    left: 90%; }

  /**
   * Twelfths
   */
  .push--desk-wide-one-twelfth {
    left: 8.333%; }

  .push--desk-wide-five-twelfths {
    left: 41.666%; }

  .push--desk-wide-seven-twelfths {
    left: 58.333%; }

  .push--desk-wide-eleven-twelfths {
    left: 91.666%; } }
/*------------------------------------*\
    $PULL
\*------------------------------------*/
/**
 * Pull classes, to move grid items over to the right by certain amounts.
 */
/**
 * Not a particularly great selector, but the DRYest way to do things.
 */
[class*="pull--"] {
  position: relative; }

/**
 * Whole
 */
.pull--one-whole {
  right: 100%; }

/**
 * Halves
 */
.pull--one-half, .pull--two-quarters, .pull--three-sixths, .pull--four-eighths, .pull--five-tenths, .pull--six-twelfths {
  right: 50%; }

/**
 * Thirds
 */
.pull--one-third, .pull--two-sixths, .pull--four-twelfths {
  right: 33.333%; }

.pull--two-thirds, .pull--four-sixths, .pull--eight-twelfths {
  right: 66.666%; }

/**
 * Quarters
 */
.pull--one-quarter, .pull--two-eighths, .pull--three-twelfths {
  right: 25%; }

.pull--three-quarters, .pull--six-eighths, .pull--nine-twelfths {
  right: 75%; }

/**
 * Fifths
 */
.pull--one-fifth, .pull--two-tenths {
  right: 20%; }

.pull--two-fifths, .pull--four-tenths {
  right: 40%; }

.pull--three-fifths, .pull--six-tenths {
  right: 60%; }

.pull--four-fifths, .pull--eight-tenths {
  right: 80%; }

/**
 * Sixths
 */
.pull--one-sixth, .pull--two-twelfths {
  right: 16.666%; }

.pull--five-sixths, .pull--ten-twelfths {
  right: 83.333%; }

/**
 * Eighths
 */
.pull--one-eighth {
  right: 12.5%; }

.pull--three-eighths {
  right: 37.5%; }

.pull--five-eighths {
  right: 62.5%; }

.pull--seven-eighths {
  right: 87.5%; }

/**
 * Tenths
 */
.pull--one-tenth {
  right: 10%; }

.pull--three-tenths {
  right: 30%; }

.pull--seven-tenths {
  right: 70%; }

.pull--nine-tenths {
  right: 90%; }

/**
 * Twelfths
 */
.pull--one-twelfth {
  right: 8.333%; }

.pull--five-twelfths {
  right: 41.666%; }

.pull--seven-twelfths {
  right: 58.333%; }

.pull--eleven-twelfths {
  right: 91.666%; }

@media only screen and (max-width: 766px) {
  /**
   * Whole
   */
  .pull--palm-one-whole {
    right: 100%; }

  /**
   * Halves
   */
  .pull--palm-one-half, .pull--palm-two-quarters, .pull--palm-three-sixths, .pull--palm-four-eighths, .pull--palm-five-tenths, .pull--palm-six-twelfths {
    right: 50%; }

  /**
   * Thirds
   */
  .pull--palm-one-third, .pull--palm-two-sixths, .pull--palm-four-twelfths {
    right: 33.333%; }

  .pull--palm-two-thirds, .pull--palm-four-sixths, .pull--palm-eight-twelfths {
    right: 66.666%; }

  /**
   * Quarters
   */
  .pull--palm-one-quarter, .pull--palm-two-eighths, .pull--palm-three-twelfths {
    right: 25%; }

  .pull--palm-three-quarters, .pull--palm-six-eighths, .pull--palm-nine-twelfths {
    right: 75%; }

  /**
   * Fifths
   */
  .pull--palm-one-fifth, .pull--palm-two-tenths {
    right: 20%; }

  .pull--palm-two-fifths, .pull--palm-four-tenths {
    right: 40%; }

  .pull--palm-three-fifths, .pull--palm-six-tenths {
    right: 60%; }

  .pull--palm-four-fifths, .pull--palm-eight-tenths {
    right: 80%; }

  /**
   * Sixths
   */
  .pull--palm-one-sixth, .pull--palm-two-twelfths {
    right: 16.666%; }

  .pull--palm-five-sixths, .pull--palm-ten-twelfths {
    right: 83.333%; }

  /**
   * Eighths
   */
  .pull--palm-one-eighth {
    right: 12.5%; }

  .pull--palm-three-eighths {
    right: 37.5%; }

  .pull--palm-five-eighths {
    right: 62.5%; }

  .pull--palm-seven-eighths {
    right: 87.5%; }

  /**
   * Tenths
   */
  .pull--palm-one-tenth {
    right: 10%; }

  .pull--palm-three-tenths {
    right: 30%; }

  .pull--palm-seven-tenths {
    right: 70%; }

  .pull--palm-nine-tenths {
    right: 90%; }

  /**
   * Twelfths
   */
  .pull--palm-one-twelfth {
    right: 8.333%; }

  .pull--palm-five-twelfths {
    right: 41.666%; }

  .pull--palm-seven-twelfths {
    right: 58.333%; }

  .pull--palm-eleven-twelfths {
    right: 91.666%; } }
@media only screen and (min-width: 767px) and (max-width: 1023px) {
  /**
   * Whole
   */
  .pull--lap-one-whole {
    right: 100%; }

  /**
   * Halves
   */
  .pull--lap-one-half, .pull--lap-two-quarters, .pull--lap-three-sixths, .pull--lap-four-eighths, .pull--lap-five-tenths, .pull--lap-six-twelfths {
    right: 50%; }

  /**
   * Thirds
   */
  .pull--lap-one-third, .pull--lap-two-sixths, .pull--lap-four-twelfths {
    right: 33.333%; }

  .pull--lap-two-thirds, .pull--lap-four-sixths, .pull--lap-eight-twelfths {
    right: 66.666%; }

  /**
   * Quarters
   */
  .pull--lap-one-quarter, .pull--lap-two-eighths, .pull--lap-three-twelfths {
    right: 25%; }

  .pull--lap-three-quarters, .pull--lap-six-eighths, .pull--lap-nine-twelfths {
    right: 75%; }

  /**
   * Fifths
   */
  .pull--lap-one-fifth, .pull--lap-two-tenths {
    right: 20%; }

  .pull--lap-two-fifths, .pull--lap-four-tenths {
    right: 40%; }

  .pull--lap-three-fifths, .pull--lap-six-tenths {
    right: 60%; }

  .pull--lap-four-fifths, .pull--lap-eight-tenths {
    right: 80%; }

  /**
   * Sixths
   */
  .pull--lap-one-sixth, .pull--lap-two-twelfths {
    right: 16.666%; }

  .pull--lap-five-sixths, .pull--lap-ten-twelfths {
    right: 83.333%; }

  /**
   * Eighths
   */
  .pull--lap-one-eighth {
    right: 12.5%; }

  .pull--lap-three-eighths {
    right: 37.5%; }

  .pull--lap-five-eighths {
    right: 62.5%; }

  .pull--lap-seven-eighths {
    right: 87.5%; }

  /**
   * Tenths
   */
  .pull--lap-one-tenth {
    right: 10%; }

  .pull--lap-three-tenths {
    right: 30%; }

  .pull--lap-seven-tenths {
    right: 70%; }

  .pull--lap-nine-tenths {
    right: 90%; }

  /**
   * Twelfths
   */
  .pull--lap-one-twelfth {
    right: 8.333%; }

  .pull--lap-five-twelfths {
    right: 41.666%; }

  .pull--lap-seven-twelfths {
    right: 58.333%; }

  .pull--lap-eleven-twelfths {
    right: 91.666%; } }
@media only screen and (min-width: 767px) {
  /**
   * Whole
   */
  .pull--lap-and-up-one-whole {
    right: 100%; }

  /**
   * Halves
   */
  .pull--lap-and-up-one-half, .pull--lap-and-up-two-quarters, .pull--lap-and-up-three-sixths, .pull--lap-and-up-four-eighths, .pull--lap-and-up-five-tenths, .pull--lap-and-up-six-twelfths {
    right: 50%; }

  /**
   * Thirds
   */
  .pull--lap-and-up-one-third, .pull--lap-and-up-two-sixths, .pull--lap-and-up-four-twelfths {
    right: 33.333%; }

  .pull--lap-and-up-two-thirds, .pull--lap-and-up-four-sixths, .pull--lap-and-up-eight-twelfths {
    right: 66.666%; }

  /**
   * Quarters
   */
  .pull--lap-and-up-one-quarter, .pull--lap-and-up-two-eighths, .pull--lap-and-up-three-twelfths {
    right: 25%; }

  .pull--lap-and-up-three-quarters, .pull--lap-and-up-six-eighths, .pull--lap-and-up-nine-twelfths {
    right: 75%; }

  /**
   * Fifths
   */
  .pull--lap-and-up-one-fifth, .pull--lap-and-up-two-tenths {
    right: 20%; }

  .pull--lap-and-up-two-fifths, .pull--lap-and-up-four-tenths {
    right: 40%; }

  .pull--lap-and-up-three-fifths, .pull--lap-and-up-six-tenths {
    right: 60%; }

  .pull--lap-and-up-four-fifths, .pull--lap-and-up-eight-tenths {
    right: 80%; }

  /**
   * Sixths
   */
  .pull--lap-and-up-one-sixth, .pull--lap-and-up-two-twelfths {
    right: 16.666%; }

  .pull--lap-and-up-five-sixths, .pull--lap-and-up-ten-twelfths {
    right: 83.333%; }

  /**
   * Eighths
   */
  .pull--lap-and-up-one-eighth {
    right: 12.5%; }

  .pull--lap-and-up-three-eighths {
    right: 37.5%; }

  .pull--lap-and-up-five-eighths {
    right: 62.5%; }

  .pull--lap-and-up-seven-eighths {
    right: 87.5%; }

  /**
   * Tenths
   */
  .pull--lap-and-up-one-tenth {
    right: 10%; }

  .pull--lap-and-up-three-tenths {
    right: 30%; }

  .pull--lap-and-up-seven-tenths {
    right: 70%; }

  .pull--lap-and-up-nine-tenths {
    right: 90%; }

  /**
   * Twelfths
   */
  .pull--lap-and-up-one-twelfth {
    right: 8.333%; }

  .pull--lap-and-up-five-twelfths {
    right: 41.666%; }

  .pull--lap-and-up-seven-twelfths {
    right: 58.333%; }

  .pull--lap-and-up-eleven-twelfths {
    right: 91.666%; } }
@media only screen and (max-width: 1023px) {
  /**
   * Whole
   */
  .pull--portable-one-whole {
    right: 100%; }

  /**
   * Halves
   */
  .pull--portable-one-half, .pull--portable-two-quarters, .pull--portable-three-sixths, .pull--portable-four-eighths, .pull--portable-five-tenths, .pull--portable-six-twelfths {
    right: 50%; }

  /**
   * Thirds
   */
  .pull--portable-one-third, .pull--portable-two-sixths, .pull--portable-four-twelfths {
    right: 33.333%; }

  .pull--portable-two-thirds, .pull--portable-four-sixths, .pull--portable-eight-twelfths {
    right: 66.666%; }

  /**
   * Quarters
   */
  .pull--portable-one-quarter, .pull--portable-two-eighths, .pull--portable-three-twelfths {
    right: 25%; }

  .pull--portable-three-quarters, .pull--portable-six-eighths, .pull--portable-nine-twelfths {
    right: 75%; }

  /**
   * Fifths
   */
  .pull--portable-one-fifth, .pull--portable-two-tenths {
    right: 20%; }

  .pull--portable-two-fifths, .pull--portable-four-tenths {
    right: 40%; }

  .pull--portable-three-fifths, .pull--portable-six-tenths {
    right: 60%; }

  .pull--portable-four-fifths, .pull--portable-eight-tenths {
    right: 80%; }

  /**
   * Sixths
   */
  .pull--portable-one-sixth, .pull--portable-two-twelfths {
    right: 16.666%; }

  .pull--portable-five-sixths, .pull--portable-ten-twelfths {
    right: 83.333%; }

  /**
   * Eighths
   */
  .pull--portable-one-eighth {
    right: 12.5%; }

  .pull--portable-three-eighths {
    right: 37.5%; }

  .pull--portable-five-eighths {
    right: 62.5%; }

  .pull--portable-seven-eighths {
    right: 87.5%; }

  /**
   * Tenths
   */
  .pull--portable-one-tenth {
    right: 10%; }

  .pull--portable-three-tenths {
    right: 30%; }

  .pull--portable-seven-tenths {
    right: 70%; }

  .pull--portable-nine-tenths {
    right: 90%; }

  /**
   * Twelfths
   */
  .pull--portable-one-twelfth {
    right: 8.333%; }

  .pull--portable-five-twelfths {
    right: 41.666%; }

  .pull--portable-seven-twelfths {
    right: 58.333%; }

  .pull--portable-eleven-twelfths {
    right: 91.666%; } }
@media only screen and (min-width: 1024px) {
  /**
   * Whole
   */
  .pull--desk-one-whole {
    right: 100%; }

  /**
   * Halves
   */
  .pull--desk-one-half, .pull--desk-two-quarters, .pull--desk-three-sixths, .pull--desk-four-eighths, .pull--desk-five-tenths, .pull--desk-six-twelfths {
    right: 50%; }

  /**
   * Thirds
   */
  .pull--desk-one-third, .pull--desk-two-sixths, .pull--desk-four-twelfths {
    right: 33.333%; }

  .pull--desk-two-thirds, .pull--desk-four-sixths, .pull--desk-eight-twelfths {
    right: 66.666%; }

  /**
   * Quarters
   */
  .pull--desk-one-quarter, .pull--desk-two-eighths, .pull--desk-three-twelfths {
    right: 25%; }

  .pull--desk-three-quarters, .pull--desk-six-eighths, .pull--desk-nine-twelfths {
    right: 75%; }

  /**
   * Fifths
   */
  .pull--desk-one-fifth, .pull--desk-two-tenths {
    right: 20%; }

  .pull--desk-two-fifths, .pull--desk-four-tenths {
    right: 40%; }

  .pull--desk-three-fifths, .pull--desk-six-tenths {
    right: 60%; }

  .pull--desk-four-fifths, .pull--desk-eight-tenths {
    right: 80%; }

  /**
   * Sixths
   */
  .pull--desk-one-sixth, .pull--desk-two-twelfths {
    right: 16.666%; }

  .pull--desk-five-sixths, .pull--desk-ten-twelfths {
    right: 83.333%; }

  /**
   * Eighths
   */
  .pull--desk-one-eighth {
    right: 12.5%; }

  .pull--desk-three-eighths {
    right: 37.5%; }

  .pull--desk-five-eighths {
    right: 62.5%; }

  .pull--desk-seven-eighths {
    right: 87.5%; }

  /**
   * Tenths
   */
  .pull--desk-one-tenth {
    right: 10%; }

  .pull--desk-three-tenths {
    right: 30%; }

  .pull--desk-seven-tenths {
    right: 70%; }

  .pull--desk-nine-tenths {
    right: 90%; }

  /**
   * Twelfths
   */
  .pull--desk-one-twelfth {
    right: 8.333%; }

  .pull--desk-five-twelfths {
    right: 41.666%; }

  .pull--desk-seven-twelfths {
    right: 58.333%; }

  .pull--desk-eleven-twelfths {
    right: 91.666%; } }
@media only screen and (min-width: 1160px) {
  /**
   * Whole
   */
  .pull--desk-wide-one-whole {
    right: 100%; }

  /**
   * Halves
   */
  .pull--desk-wide-one-half, .pull--desk-wide-two-quarters, .pull--desk-wide-three-sixths, .pull--desk-wide-four-eighths, .pull--desk-wide-five-tenths, .pull--desk-wide-six-twelfths {
    right: 50%; }

  /**
   * Thirds
   */
  .pull--desk-wide-one-third, .pull--desk-wide-two-sixths, .pull--desk-wide-four-twelfths {
    right: 33.333%; }

  .pull--desk-wide-two-thirds, .pull--desk-wide-four-sixths, .pull--desk-wide-eight-twelfths {
    right: 66.666%; }

  /**
   * Quarters
   */
  .pull--desk-wide-one-quarter, .pull--desk-wide-two-eighths, .pull--desk-wide-three-twelfths {
    right: 25%; }

  .pull--desk-wide-three-quarters, .pull--desk-wide-six-eighths, .pull--desk-wide-nine-twelfths {
    right: 75%; }

  /**
   * Fifths
   */
  .pull--desk-wide-one-fifth, .pull--desk-wide-two-tenths {
    right: 20%; }

  .pull--desk-wide-two-fifths, .pull--desk-wide-four-tenths {
    right: 40%; }

  .pull--desk-wide-three-fifths, .pull--desk-wide-six-tenths {
    right: 60%; }

  .pull--desk-wide-four-fifths, .pull--desk-wide-eight-tenths {
    right: 80%; }

  /**
   * Sixths
   */
  .pull--desk-wide-one-sixth, .pull--desk-wide-two-twelfths {
    right: 16.666%; }

  .pull--desk-wide-five-sixths, .pull--desk-wide-ten-twelfths {
    right: 83.333%; }

  /**
   * Eighths
   */
  .pull--desk-wide-one-eighth {
    right: 12.5%; }

  .pull--desk-wide-three-eighths {
    right: 37.5%; }

  .pull--desk-wide-five-eighths {
    right: 62.5%; }

  .pull--desk-wide-seven-eighths {
    right: 87.5%; }

  /**
   * Tenths
   */
  .pull--desk-wide-one-tenth {
    right: 10%; }

  .pull--desk-wide-three-tenths {
    right: 30%; }

  .pull--desk-wide-seven-tenths {
    right: 70%; }

  .pull--desk-wide-nine-tenths {
    right: 90%; }

  /**
   * Twelfths
   */
  .pull--desk-wide-one-twelfth {
    right: 8.333%; }

  .pull--desk-wide-five-twelfths {
    right: 41.666%; }

  .pull--desk-wide-seven-twelfths {
    right: 58.333%; }

  .pull--desk-wide-eleven-twelfths {
    right: 91.666%; } }
/*------------------------------------*\
    $BRAND
\*------------------------------------*/
/**
 * `.brand` is a quick and simple way to apply your brand face and/or color to
 * any element using a handy helper class.
 */
.brand {
  font-family: Helvetica Neue, sans-serif!important;
  color: #4a8ec2!important; }

.brand-face {
  font-family: Helvetica Neue, sans-serif!important; }

.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
 */
.float--right {
  float: right !important; }

.float--left {
  float: left !important; }

.float--none {
  float: none !important; }

/**
 * Text alignment
 */
.text--left {
  text-align: left  !important; }

.text--center {
  text-align: center !important; }

.text--right {
  text-align: right !important; }

/**
 * Font weights
 */
.weight--light {
  font-weight: 300 !important; }

.weight--normal {
  font-weight: 400 !important; }

.weight--semibold {
  font-weight: 600 !important; }

/**
 * Add/remove margins
 */
.push {
  margin: 24px !important; }

.push--top {
  margin-top: 24px !important; }

.push--right {
  margin-right: 24px !important; }

.push--bottom {
  margin-bottom: 24px !important; }

.push--left {
  margin-left: 24px !important; }

.push--ends {
  margin-top: 24px !important;
  margin-bottom: 24px !important; }

.push--sides {
  margin-right: 24px !important;
  margin-left: 24px !important; }

.push-half {
  margin: 12px !important; }

.push-half--top {
  margin-top: 12px !important; }

.push-half--right {
  margin-right: 12px !important; }

.push-half--bottom {
  margin-bottom: 12px !important; }

.push-half--left {
  margin-left: 12px !important; }

.push-half--ends {
  margin-top: 12px !important;
  margin-bottom: 12px !important; }

.push-half--sides {
  margin-right: 12px !important;
  margin-left: 12px !important; }

.flush {
  margin: 0 !important; }

.flush--top {
  margin-top: 0 !important; }

.flush--right {
  margin-right: 0 !important; }

.flush--bottom {
  margin-bottom: 0 !important; }

.flush--left {
  margin-left: 0 !important; }

.flush--ends {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.flush--sides {
  margin-right: 0 !important;
  margin-left: 0 !important; }

/**
 * Add/remove paddings
 */
.soft {
  padding: 24px !important; }

.soft--top {
  padding-top: 24px !important; }

.soft--right {
  padding-right: 24px !important; }

.soft--bottom {
  padding-bottom: 24px !important; }

.soft--left {
  padding-left: 24px !important; }

.soft--ends {
  padding-top: 24px !important;
  padding-bottom: 24px !important; }

.soft--sides {
  padding-right: 24px !important;
  padding-left: 24px !important; }

.soft-half {
  padding: 12px !important; }

.soft-half--top {
  padding-top: 12px !important; }

.soft-half--right {
  padding-right: 12px !important; }

.soft-half--bottom {
  padding-bottom: 12px !important; }

.soft-half--left {
  padding-left: 12px !important; }

.soft-half--ends {
  padding-top: 12px !important;
  padding-bottom: 12px !important; }

.soft-half--sides {
  padding-right: 12px !important;
  padding-left: 12px !important; }

.hard {
  padding: 0 !important; }

.hard--top {
  padding-top: 0 !important; }

.hard--right {
  padding-right: 0 !important; }

.hard--bottom {
  padding-bottom: 0 !important; }

.hard--left {
  padding-left: 0 !important; }

.hard--ends {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.hard--sides {
  padding-right: 0 !important;
  padding-left: 0 !important; }

/**
 * Pull items full width of `.island` parents.
 */
.full-bleed {
  margin-right: -24px !important;
  margin-left: -24px !important; }
  .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`.
 */
.informative {
  cursor: help !important; }

/**
 * Mute an object by reducing its opacity.
 */
.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>
 *
 */
.proceed {
  text-align: right !important; }

/**
 * Add a right-angled quote to links that imply movement, e.g.:
 *
   <a href=# class=go>Read more</a>
 *
 */
.go:after {
  content: " " "»" !important; }

/**
 * Apply capital case to an element (usually a `strong`).
 */
.caps {
  text-transform: uppercase !important; }

/**
 * Hide content off-screen without resorting to `display:none;`, also provide
 * breakpoint specific hidden elements.
 */
.accessibility,
.visuallyhidden,
.minder-finder__search label {
  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: 766px) {
  .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: 767px) and (max-width: 1023px) {
  .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: 767px) {
  .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) {
  .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) {
  .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: 1160px) {
  .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.
 */
.grid {
  letter-spacing: -0.31em; }

/* Opera hack */
.opera:-o-prefocus,
.grid {
  word-spacing: -0.43em; }

.grid__item {
  letter-spacing: normal;
  word-spacing: normal; }

/*
	Commented out because of prefixer compilation error
@mixin prefixedKeyframe($name) {
    @-webkit-keyframes $name {
        @content;
    }

    @-moz-keyframes $name {
        @content;
    }

    @-ms-keyframes $name {
        @content;
    }

    @-o-keyframes $name {
        @content;
    }

    @keyframes $name {
        @content;
    }
}
*/
body {
  font-family: "freight-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #4a4e4f;
  background-color: #fcfbf9;
  font-feature-settings: 'onum' on;
  -webkit-font-smoothing: subpixel-antialiased; }

h1, h2, h3, h4, h5, h6 {
  /* text-transform: uppercase; */
  font-weight: 600;
  color: #d56f94; }

.heading--page {
  color: white;
  font-weight: 400;
  margin-top: 0;
  margin-left: -1em;
  padding: 1em 1.5em;
  font-size: 1.5em;
  line-height: 1.4;
  text-align: center; }

a {
  color: #d56f94; }
  a:hover {
    text-decoration: none; }

.free-course {
  margin-bottom: 1em; }
  .free-course a {
    padding: 0.5em 0 0.5em 1em;
    background-color: #d56f94;
    font-size: 1.2em;
    color: white;
    display: block;
    width: 100%;
    border-radius: 5px; }

article {
  background-color: white; }

.main-content {
  font-size: 1.25em;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  padding-bottom: 3em; }

.wrap, .wrap--pad, .search__inner, .header__inner--nca {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto; }

.wrap--pad, .search__inner {
  width: 94%; }

.block-link {
  text-decoration: none; }

.header--nca {
  display: block;
  height: 18.875em;
  background: #d56f94 url(/site/img/bg__header.png) no-repeat center center; }

.header__inner--nca {
  display: block;
  position: relative;
  padding-left: 1.5em; }

.logo {
  display: block;
  margin: 4em auto 0;
  width: 142px;
  height: 96px; }

.search {
  background-color: white;
  height: 3.75em;
  border-bottom: solid 1px #e9e9e9; }
  .search .search__form {
    display: block;
    position: absolute;
    left: 0; }
  .search .search__input {
    height: 59px;
    width: 210px;
    border-top: 0 none;
    border-bottom: 0 none;
    padding: 1em 3.5em 1em 1em; }
  .search .social-link, .search .social-link--facebook {
    position: absolute;
    right: 0;
    bottom: -3.25em; }
  .search .social-link--facebook {
    right: 2.5em;
    bottom: -3.35em; }
  .search .shop-link {
    display: none; }
    @media only screen and (min-width: 767px) {
      .search .shop-link {
        display: block;
        position: absolute;
        right: 5.5em;
        bottom: -3.35em; } }

.search__submit {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border: 0 none;
  font-size: 0;
  height: 59px;
  width: 59px;
  background: url(/site/img/ic--search.png) no-repeat center center; }

.search__inner {
  position: relative; }

#map {
  min-height: 700px;
  margin-bottom: 3em; }

.footer--nca {
  background-color: #f7f6f1;
  border-top: solid 1px #e9e9e9; }

.footer__links--nca {
  padding: 4.5em 0 3em;
  font-size: 1.125em; }

.footer__legal--nca {
  background-color: #bd6384; }
  .footer__legal--nca p {
    color: white;
    text-align: center;
    padding: 1em 0;
    margin-bottom: 0;
    font-size: 0.875em; }
  .footer__legal--nca a {
    color: white; }

.social-link, .search .social-link--facebook {
  display: inline-block;
  margin-right: 0.5em; }

@media only screen and (min-width: 767px) {
  .heading--page {
    font-size: 2em; }

  .header--nca {
    height: 23.75em; }

  .logo {
    width: 220px;
    height: 148px; }

  .search .search__input {
    width: 280px;
    background: url(/site/img/ic--search.png) no-repeat 235px center; } }
@media only screen and (min-width: 1024px) {
  .header--nca {
    height: 33.75em;
    background-position-y: bottom; }

  .heading--page {
    font-size: 2.25em;
    text-align: left;
    margin-top: 5.75em; }

  .logo {
    display: block;
    margin: 11em 0 0 0;
    width: 285px;
    height: 192px; }

  article {
    padding-right: 3em;
    padding-left: 3em;
    border-left: solid 1px #e9e9e9; } }
@media all and (max-height: 1024px) and (min-width: 768px) {
  .header--nca {
    height: 25em; }
    .header--nca .logo {
      margin-top: 8em;
      width: 240px;
      height: 162px; }
    .header--nca .heading--page {
      margin-top: 4em; } }
.lt-ie9 .header--nca {
  height: 25em; }
  .lt-ie9 .header--nca .logo {
    margin-top: 8em;
    width: 240px;
    height: 162px; }
  .lt-ie9 .header--nca .heading--page {
    margin-top: 4em; }

.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }

.video-wrap--4-3 {
  padding-bottom: 75%;
  /* 4:3 */ }

.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Navigation */
.nav__toggle {
  -webkit-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  -moz-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  -o-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  -ms-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  background: url(/site/img/menu.png) no-repeat 4em center;
  font-size: 1em;
  line-height: 2;
  padding: 0.5em 3em 0.5em 1em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  color: white; }
  .nav__toggle:hover {
    -webkit-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
    -moz-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
    -o-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
    -ms-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
    transition: color 0.15s, background-color 0.15s, border-color 0.15s;
    background-color: #bd6384; }
  .nav__toggle.nav--visible {
    z-index: 999;
    position: fixed;
    background-color: #bd6384; }

.nav {
  position: absolute;
  z-index: 998;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 5em 0 5em;
  height: 100vh;
  width: 100%;
  background-color: #d56f94;
  display: none;
  opacity: 0.98;
  overflow-y: scroll; }
  .nav ul {
    display: block;
    list-style: none;
    text-align: center;
    margin: 0; }
  .nav li {
    display: block; }
  .nav a {
    display: block;
    color: white;
    text-decoration: none;
    font-size: 1.25em;
    margin-bottom: 1em;
    -webkit-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
    -moz-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
    -o-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
    -ms-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
    transition: color 0.15s, background-color 0.15s, border-color 0.15s; }
    .nav a:hover {
      color: #4a4e4f;
      -webkit-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
      -moz-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
      -o-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
      -ms-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
      transition: color 0.15s, background-color 0.15s, border-color 0.15s; }
  .nav.nav--visible {
    position: fixed;
    display: block;
    height: 100%;
    width: 100%; }

body.nav--visible,
html.nav--visible {
  overflow-y: hidden;
  max-height: 100vh; }

.accordion-title {
  cursor: pointer; }

@media only screen and (min-width: 767px) {
  .nav ul {
    padding-top: 2.5em; }
  .nav a {
    font-size: 2em; }

  .nav__toggle {
    top: 1em;
    right: 1.5em;
    font-size: 1.125em; }
    .nav__toggle.nav--visible {
      position: absolute; } }
@media only screen and (min-width: 1024px) {
  .nav ul {
    padding-top: 5em; }
  .nav a {
    font-size: 2.5em; } }
fieldset {
  border: 0 none;
  padding: 0 3em 0 0; }

legend {
  color: #d56f94;
  font-weight: 600;
  font-size: 1.5em;
  margin-bottom: 0.75em; }

input[type=text] {
  -webkit-appearance: none;
  border: solid 1px #e9e9e9;
  padding: 0.5em 1em;
  margin-bottom: 0.75em;
  color: #7b7b7b; }

textarea {
  width: 100%;
  border: solid 1px #e9e9e9;
  min-height: 15em; }

.contact-form {
  display: none; }

@media only screen and (min-width: 1024px) {
  input[type=text] {
    padding: 1em 1em;
    margin-bottom: 1em; } }
/* Login */
.login__toggle,
.login__toggle--logout {
  -webkit-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  -moz-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  -o-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  -ms-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  background: url(/site/img/login.png) no-repeat 1em center;
  font-size: 1em;
  line-height: 2;
  padding: 0.5em 1em 0.5em 3em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  color: white; }
  .login__toggle:hover,
  .login__toggle--logout:hover {
    -webkit-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
    -moz-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
    -o-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
    -ms-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
    transition: color 0.15s, background-color 0.15s, border-color 0.15s;
    background-color: #bd6384; }
  .login__toggle.login--visible,
  .login__toggle--logout.login--visible {
    z-index: 999;
    position: fixed;
    background-color: #bd6384;
    font-weight: 400; }

.login {
  position: absolute;
  z-index: 998;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 5em 1.5em;
  height: 100vh;
  width: 100%;
  background-color: #d56f94;
  display: none;
  opacity: 0.98;
  overflow-y: scroll; }
  .login.login--visible {
    position: fixed;
    display: block;
    height: 100%;
    width: 100%; }
  .login fieldset {
    border: 0 none;
    padding: 0; }
  .login legend {
    display: none; }
  .login label {
    color: white;
    font-size: 1.25em; }
  .login input {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-size: 1.25em;
    padding: 0.5em 1em;
    border: 0 none;
    max-width: 90%;
    margin-bottom: 0.5em; }
  .login .button--purple, .login .button__lg--purple {
    font-size: 1.25em;
    margin-bottom: 1em; }
  .login .forgotten-password {
    display: block;
    clear: both;
    color: #7d4d81; }

body.login--visible,
html.login--visible {
  overflow-y: hidden;
  max-height: 100vh; }

@media only screen and (min-width: 767px) {
  .login__toggle,
  .login__toggle--logout {
    top: 1em;
    left: 1.5em;
    font-size: 1.125em; }
    .login__toggle.login--visible,
    .login__toggle--logout.login--visible {
      position: absolute; }

  .login {
    padding-top: 10em;
    text-align: center; }
    .login label,
    .login input {
      font-size: 1.5em; }
    .login .button--purple, .login .button__lg--purple {
      font-size: 1.5em; } }
.nav-section {
  position: relative;
  display: none;
  margin-top: 3em;
  margin-left: 3em;
  max-width: 331px; }
  .nav-section:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #ccc;
    left: -1em; }
  .nav-section ul {
    list-style: none;
    margin: 0; }
  .nav-section li {
    display: block;
    position: relative; }
    .nav-section li.active {
      color: #d56f94; }
    .nav-section li:after {
      content: "";
      display: block;
      position: absolute;
      width: 1.5em;
      height: 1.5em;
      background-color: #4a4e4f;
      border: solid 7px #faf9f6;
      -webkit-border-radius: 0.75em;
      -moz-border-radius: 0.75em;
      -ms-border-radius: 0.75em;
      -o-border-radius: 0.75em;
      border-radius: 0.75em;
      left: -1.75em;
      top: 30%; }
  .nav-section a {
    -webkit-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
    -moz-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
    -o-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
    -ms-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
    transition: color 0.15s, background-color 0.15s, border-color 0.15s;
    display: block;
    color: #4a4e4f;
    font-size: 1.125em;
    padding: 0.75em 1.5em;
    text-decoration: none; }
    .nav-section a:hover {
      -webkit-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
      -moz-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
      -o-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
      -ms-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
      transition: color 0.15s, background-color 0.15s, border-color 0.15s;
      color: #d56f94; }

@media all and (max-height: 600px) {
  .nav-section {
    margin-top: 1.5em; }
    .nav-section a {
      padding: 0.5em 1.5em; } }
.accordion__header {
  background-color: #34332f;
  color: white;
  padding: 1.5em;
  border-bottom: solid 1px white; }

.accordion__content {
  padding: 1.5em; }

.js .accordion__content {
  display: none; }

@media only screen and (min-width: 1024px) {
  .nav-section {
    display: block; }
    .nav-section.nav-section--fixed {
      position: fixed;
      top: 3em;
      margin-top: 0; }
    .nav-section .nav-section--fixed-bottom {
      position: absolute;
      bottom: 300px; }

  .accordion__header {
    background-color: transparent;
    color: #d56f94;
    padding: 2.25em 0 0 0;
    font-size: 1.375em;
    font-weight: 600;
    margin-bottom: 1.5em;
    border-bottom: 0 none; }
    .accordion__header h2 {
      display: block !important; }

  .accordion__content {
    padding: 0; }

  .accordion__label {
    display: none; }

  .js .accordion__content {
    display: block !important; } }
.features {
  padding: 1.5em 0; }

.feature, .feature--large, .feature--find-a-childminder, .feature--for-parents, .feature--for-childminders, .feature--free-childcare, .feature--small, .feature--become-a-childminder, .feature--edit-profile, .feature--resources, .feature--membership, .feature--shop {
  margin-bottom: 1.5em;
  padding: 1.5em;
  background-position: 2em center;
  background-repeat: no-repeat; }
  .feature h2, .feature--large h2, .feature--find-a-childminder h2, .feature--for-parents h2, .feature--for-childminders h2, .feature--free-childcare h2, .feature--small h2, .feature--become-a-childminder h2, .feature--edit-profile h2, .feature--resources h2, .feature--membership h2, .feature--shop h2 {
    color: white;
    font-weight: 400;
    line-height: 1.2;
    font-size: 1.5em;
    margin-bottom: 0.5em; }
  .feature p, .feature--large p, .feature--find-a-childminder p, .feature--for-parents p, .feature--for-childminders p, .feature--free-childcare p, .feature--small p, .feature--become-a-childminder p, .feature--edit-profile p, .feature--resources p, .feature--membership p, .feature--shop p {
    margin-bottom: 0; }

.feature--large, .feature--find-a-childminder, .feature--for-parents, .feature--for-childminders, .feature--free-childcare {
  color: white;
  text-align: left;
  height: auto;
  padding-left: 10em; }

.feature--small, .feature--become-a-childminder, .feature--edit-profile, .feature--resources, .feature--membership, .feature--shop {
  height: 182px;
  background-color: white;
  border-bottom: solid 10px; }
  .feature--small h2, .feature--become-a-childminder h2, .feature--edit-profile h2, .feature--resources h2, .feature--membership h2, .feature--shop h2 {
    color: #4a4e4f;
    font-size: 1.5em;
    text-align: left;
    padding: 1.375em 1.5em 0 5em; }

.feature--content, .feature--newsletter, .feature--whats-new {
  margin-bottom: 1.5em;
  padding: 1.5em;
  height: auto;
  color: black;
  background-position: 2em 3.5em;
  background-repeat: no-repeat; }
  .feature--content h2, .feature--newsletter h2, .feature--whats-new h2 {
    color: white;
    font-weight: 400;
    line-height: 1.2;
    font-size: 1.5em;
    margin-bottom: 2.5em;
    padding: 1.375em 1.5em 0 5em; }

.feature--find-a-childminder {
  background-color: #e47365;
  background-image: url(/site/img/ic--find-a-childminder.png); }

.feature--for-parents {
  background-color: #47bebd;
  background-image: url(/site/img/ic--info-for-parents.png); }

.feature--for-childminders {
  background-color: #7d4d81;
  background-image: url(/site/img/ic--info-for-childminders.png); }

.feature--free-childcare {
  background-color: #F6921E;
  background-image: url(/site/img/free__bg.jpg);
  background-position: 0 -20px;
  background-size: 50%;
  padding: 0.5em 1em 0.5em 50%; }
  .feature--free-childcare h2 {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 100px;
    margin: 0;
    background-image: url(/site/img/free__text.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }

/*
	replaced with temp smaller panel

.feature--become-a-childminder {
	@extend .feature--large;
	border-bottom: solid 10px;
	border-bottom-color: $pink;
	background-color: white;
	background-image: url(/site/img/ic--become-a-childminder.png);
	h2 {
		color: $grey;
	}
}

.feature--whats-new {
	@extend .feature--large;
	border-bottom: solid 10px;
	border-bottom-color: $yellow;
	background-color: white;
	background-image: url(/site/img/ic--whats-new.png);
	h2 {
		color: $grey;
	}
}
*/
.feature--newsletter {
  border-bottom: solid 10px;
  border-bottom-color: #d56f94;
  background-color: white;
  background-image: url(/site/img/ic--newsletter.png); }
  .feature--newsletter h2 {
    color: #4a4e4f; }

.feature--become-a-childminder {
  border-bottom: solid 10px;
  border-bottom-color: #d56f94;
  background-color: white;
  background-image: url(/site/img/ic--become-a-childminder.png); }
  .feature--become-a-childminder h2 {
    color: #4a4e4f; }

.feature--whats-new {
  border-bottom: solid 10px;
  border-bottom-color: #e9ca68;
  background-color: white;
  background-image: url(/site/img/ic--whats-new.png); }
  .feature--whats-new h2 {
    color: #4a4e4f; }

.feature--edit-profile {
  border-bottom: solid 10px;
  border-bottom-color: #e47365;
  background-color: white;
  background-image: url(/site/img/ic--edit_profile.png);
  /*Needs image revising*/ }
  .feature--edit-profile h2 {
    color: #4a4e4f; }

.feature--resources {
  border-bottom: solid 10px;
  border-bottom-color: #7dcce4;
  background-color: white;
  background-image: url(/site/img/ic--resources.png);
  /*Needs image revising*/ }
  .feature--resources h2 {
    color: #4a4e4f; }

.feature--membership {
  border-bottom-color: #7dcce4;
  background-image: url(/site/img/ic--membership.png); }

.feature--shop {
  border-bottom-color: #000000;
  background-image: url(/site/img/ic--shop.png); }

.about {
  height: 680px;
  background: #7dcce4 url(/site/img/bg__about.png) no-repeat center center;
  color: white;
  text-align: center;
  padding: 8.5em 1.5em 3em 1.5em; }
  .about p {
    font-size: 1.5em; }

.advert img {
  width: 100%; }

@media only screen and (min-width: 767px) {
  .features {
    padding: 3em 0; }

  .feature h2, .feature--large h2, .feature--find-a-childminder h2, .feature--for-parents h2, .feature--for-childminders h2, .feature--free-childcare h2, .feature--small h2, .feature--become-a-childminder h2, .feature--edit-profile h2, .feature--resources h2, .feature--membership h2, .feature--shop h2 {
    font-size: 1.875em; }

  .feature--large, .feature--find-a-childminder, .feature--for-parents, .feature--for-childminders, .feature--free-childcare {
    height: 384px;
    text-align: center;
    padding-left: 1.5em;
    padding-top: 11em;
    background-position: center 5.5em; }

  .feature--small, .feature--become-a-childminder, .feature--edit-profile, .feature--resources, .feature--membership, .feature--shop {
    height: 182px;
    background-size: 50px auto; }
    .feature--small h2, .feature--become-a-childminder h2, .feature--edit-profile h2, .feature--resources h2, .feature--membership h2, .feature--shop h2 {
      font-size: 1.5em;
      padding: 1.25em 1.5em 0 3em; }

  .feature--content, .feature--newsletter, .feature--whats-new {
    background-size: 50px auto; }
    .feature--content h2, .feature--newsletter h2, .feature--whats-new h2 {
      font-size: 1.5em;
      padding: 1.25em 1.5em 0 3em; }

  .about p {
    font-size: 2em; }

  .feature--free-childcare {
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 0; }
    .feature--free-childcare h2 {
      position: absolute;
      right: 0;
      left: 0;
      bottom: 0;
      height: 50%;
      margin: 0;
      background-color: #F6921E;
      background-size: 90% 80%; } }
@media only screen and (min-width: 1024px) {
  .feature--large, .feature--find-a-childminder, .feature--for-parents, .feature--for-childminders, .feature--free-childcare {
    height: 384px;
    padding-top: 14em;
    background-position: center 8em; }

  .feature--small, .feature--become-a-childminder, .feature--edit-profile, .feature--resources, .feature--membership, .feature--shop {
    height: 182px;
    background-size: auto; }

  .feature--content, .feature--newsletter, .feature--whats-new {
    background-size: auto; }

  .about {
    text-align: left;
    padding: 12.5em 0 0; }
    .about p {
      font-size: 2em; }

  .feature--free-childcare {
    background-position: center center;
    background-size: cover; } }
@media only screen and (min-width: 1160px) {
  .feature h2, .feature--large h2, .feature--find-a-childminder h2, .feature--for-parents h2, .feature--for-childminders h2, .feature--free-childcare h2, .feature--small h2, .feature--become-a-childminder h2, .feature--edit-profile h2, .feature--resources h2, .feature--membership h2, .feature--shop h2 {
    font-size: 2em; }

  .feature--small, .feature--become-a-childminder, .feature--edit-profile, .feature--resources, .feature--membership, .feature--shop {
    background-repeat: no-repeat;
    background-position: 5em center; }
    .feature--small h2, .feature--become-a-childminder h2, .feature--edit-profile h2, .feature--resources h2, .feature--membership h2, .feature--shop h2 {
      font-size: 1.5em;
      text-align: center;
      padding: 1.375em 1.5em 0 5em; }

  .feature--content, .feature--newsletter, .feature--whats-new {
    background-position: 5em 3.5em; }
    .feature--content h2, .feature--newsletter h2, .feature--whats-new h2 {
      font-size: 1.5em;
      text-align: center;
      padding: 1.37em 1.5em 0 5em; }

  .about p {
    font-size: 2em; } }
/* Site-wide colour themes */
.theme, .for-parents, .for-childminders, .for-childminders-children, .becoming-a-childminder, .whats-new {
  background-color: white;
  position: relative; }
  .theme:before, .for-parents:before, .for-childminders:before, .for-childminders-children:before, .becoming-a-childminder:before, .whats-new:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    display: block;
    background-color: #faf9f6;
    width: 50%;
    height: 100%; }

.for-parents .header--nca {
  background: #47bebd url(/site/img/bg__header--for-parents.png) no-repeat center center; }
.for-parents .login__toggle:hover {
  background-color: #40adac; }
.for-parents .login__toggle.login--visible:hover {
  background-color: #bd6384; }
.for-parents .nav__toggle:hover {
  background-color: #40adac; }
.for-parents .nav__toggle.nav--visible:hover {
  background-color: #bd6384; }
.for-parents article h2, .for-parents article h3, .for-parents article h4, .for-parents article h5, .for-parents article h6, .for-parents article label, .for-parents article a {
  color: #47bebd; }
.for-parents .nav-section li.active:after {
  background-color: #47bebd; }
.for-parents .nav-section li.active a {
  color: #47bebd; }
.for-parents .nav-section a:hover {
  color: #47bebd; }
.for-parents .accordion__header {
  background-color: #47bebd;
  color: white; }
.for-parents .accordion__label {
  color: white; }

.for-childminders .header--nca, .for-childminders-children .header--nca {
  background: #7d4d81 url(/site/img/bg__header--for-childminders.png) no-repeat center center; }
.for-childminders .login__toggle:hover, .for-childminders-children .login__toggle:hover {
  background-color: #69406c; }
.for-childminders .login__toggle.login--visible:hover, .for-childminders-children .login__toggle.login--visible:hover {
  background-color: #bd6384; }
.for-childminders .nav__toggle:hover, .for-childminders-children .nav__toggle:hover {
  background-color: #69406c; }
.for-childminders .nav__toggle.nav--visible:hover, .for-childminders-children .nav__toggle.nav--visible:hover {
  background-color: #bd6384; }
.for-childminders article h2, .for-childminders article h3, .for-childminders article h4, .for-childminders article h5, .for-childminders article h6, .for-childminders article label, .for-childminders article a, .for-childminders-children article h2, .for-childminders-children article h3, .for-childminders-children article h4, .for-childminders-children article h5, .for-childminders-children article h6, .for-childminders-children article label, .for-childminders-children article a {
  color: #7d4d81; }
.for-childminders .nav-section li.active:after, .for-childminders-children .nav-section li.active:after {
  background-color: #7d4d81; }
.for-childminders .nav-section li.active a, .for-childminders-children .nav-section li.active a {
  color: #7d4d81; }
.for-childminders .nav-section a:hover, .for-childminders-children .nav-section a:hover {
  color: #7d4d81; }
.for-childminders .accordion__header, .for-childminders-children .accordion__header {
  background-color: #7d4d81;
  color: white; }
.for-childminders .accordion__label, .for-childminders-children .accordion__label {
  color: white; }

.find-a-childminder {
  /* 	@extend .theme; */ }
  .find-a-childminder .header--nca {
    background: #e47365 url(/site/img/bg__header--find-a-childminder.png) no-repeat center center; }
  .find-a-childminder .login__toggle:hover {
    background-color: #ce695c; }
  .find-a-childminder .login__toggle.login--visible:hover {
    background-color: #bd6384; }
  .find-a-childminder .nav__toggle:hover {
    background-color: #ce695c; }
  .find-a-childminder .nav__toggle.nav--visible:hover {
    background-color: #bd6384; }
  .find-a-childminder article h2, .find-a-childminder article h3, .find-a-childminder article h4, .find-a-childminder article h5, .find-a-childminder article h6, .find-a-childminder article label, .find-a-childminder article a {
    color: #e47365; }
  .find-a-childminder .nav-section li.active:after {
    background-color: #e47365; }
  .find-a-childminder .nav-section li.active a {
    color: #e47365; }
  .find-a-childminder .nav-section a:hover {
    color: #e47365; }
  .find-a-childminder .accordion__header {
    background-color: #e47365;
    color: white; }
  .find-a-childminder .accordion__label {
    color: white; }

.becoming-a-childminder .nav-section li.active:after {
  background-color: #d56f94; }
.becoming-a-childminder .nav-section li.active a {
  color: #d56f94; }
.becoming-a-childminder .nav-section a:hover {
  color: #d56f94; }
.becoming-a-childminder .accordion__header {
  background-color: #d56f94;
  color: white; }
.becoming-a-childminder .accordion__label {
  color: white; }

.whats-new .header--nca {
  background: #e9ca68 url(/site/img/bg__header--whats-new.png) no-repeat center center; }
.whats-new .login__toggle:hover {
  background-color: #d2b55a; }
.whats-new .login__toggle.login--visible:hover {
  background-color: #bd6384; }
.whats-new .nav__toggle:hover {
  background-color: #d2b55a; }
.whats-new .nav__toggle.nav--visible:hover {
  background-color: #bd6384; }
.whats-new article h2, .whats-new article h3, .whats-new article h4, .whats-new article h5, .whats-new article h6, .whats-new article label, .whats-new article a {
  color: #e9ca68; }
.whats-new .nav-section li.active:after {
  background-color: #e9ca68; }
.whats-new .nav-section li.active a {
  color: #e9ca68; }
.whats-new .nav-section a:hover {
  color: #e9ca68; }
.whats-new .accordion__header {
  background-color: #e9ca68;
  color: white; }
.whats-new .accordion__label {
  color: white; }

.for-childminders-children:before {
  display: none; }

.whats-new:before {
  display: none; }

@media only screen and (min-width: 1024px) {
  .accordion__header {
    background-color: transparent !important; }

  .for-parents .accordion__label {
    color: #47bebd; }

  .for-childminders .accordion__label {
    color: #7d4d81; } }
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.1.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  line-height: 1.5;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #e9e9e9;
  border-top: 0;
  background: #fff;
  /*   box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); */ }

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
  text-align: left; }

.chosen-container a {
  cursor: pointer; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0.75em 1.5em;
  font-size: 1.375em;
  line-height: 1.5;
  height: 62px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  background-color: #fff;
  margin-top: -10px;
  text-align: left;
  /*
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  */
  /* background-clip: padding-box; */
  /*   box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1); */
  color: #c1c1c1;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 20px;
  display: block;
  width: 16px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("chosen-sprite.png") no-repeat 0px 20px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #e9e9e9;
  background: white url("chosen-sprite.png") no-repeat 100% -20px;
  background: url("chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 5px 5px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #e47365;
  /*
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
*/
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #e9e9e9;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #e9e9e9;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  /*
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
*/
  box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 20px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #e9e9e9;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url("chosen-sprite.png") no-repeat -30px -20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }
/* @end */
/* Buttons */
.button--blue, .button__lg--blue {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  -moz-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  -o-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  -ms-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  display: inline-block;
  color: white !important;
  text-align: center;
  padding: 0.75em 2em;
  line-height: 1;
  font-size: 1.125em;
  text-decoration: none;
  border: 0 none;
  background-color: #7dcce4;
  border: solid 1px #74bacf; }
  .button--blue:hover, .button__lg--blue:hover {
    background-color: #74bacf; }

.button__lg--blue {
  padding: 0.875em 2em;
  font-size: 1.375em; }

.button--green, .button__lg--green {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  -moz-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  -o-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  -ms-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  display: inline-block;
  color: white !important;
  text-align: center;
  padding: 0.75em 2em;
  line-height: 1;
  font-size: 1.125em;
  text-decoration: none;
  border: 0 none;
  background-color: #47bebd;
  border: solid 1px #40adac; }
  .button--green:hover, .button__lg--green:hover {
    background-color: #40adac; }

.button__lg--green {
  padding: 0.875em 2em;
  font-size: 1.375em; }

.button--yellow, .button__lg--yellow {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  -moz-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  -o-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  -ms-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  display: inline-block;
  color: white !important;
  text-align: center;
  padding: 0.75em 2em;
  line-height: 1;
  font-size: 1.125em;
  text-decoration: none;
  border: 0 none;
  background-color: #e9ca68;
  border: solid 1px #d2b55a; }
  .button--yellow:hover, .button__lg--yellow:hover {
    background-color: #d2b55a; }

.button__lg--yellow {
  padding: 0.875em 2em;
  font-size: 1.375em; }

.button--red, .button__lg--red, .clearsearch {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  -moz-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  -o-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  -ms-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  display: inline-block;
  color: white !important;
  text-align: center;
  padding: 0.75em 2em;
  line-height: 1;
  font-size: 1.125em;
  text-decoration: none;
  border: 0 none;
  background-color: #e47365;
  border: solid 1px #ce695c; }
  .button--red:hover, .button__lg--red:hover, .clearsearch:hover {
    background-color: #ce695c; }

.button__lg--red {
  padding: 0.875em 2em;
  font-size: 1.375em; }

.button--pink, .button__lg--pink {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  -moz-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  -o-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  -ms-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  display: inline-block;
  color: white !important;
  text-align: center;
  padding: 0.75em 2em;
  line-height: 1;
  font-size: 1.125em;
  text-decoration: none;
  border: 0 none;
  background-color: #d56f94;
  border: solid 1px #bd6384; }
  .button--pink:hover, .button__lg--pink:hover {
    background-color: #bd6384; }

.button__lg--pink {
  padding: 0.875em 2em;
  font-size: 1.375em; }

.button--purple, .button__lg--purple {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  -moz-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  -o-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  -ms-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  display: inline-block;
  color: white !important;
  text-align: center;
  padding: 0.75em 2em;
  line-height: 1;
  font-size: 1.125em;
  text-decoration: none;
  border: 0 none;
  background-color: #7d4d81;
  border: solid 1px #69406c; }
  .button--purple:hover, .button__lg--purple:hover {
    background-color: #69406c; }

.button__lg--purple {
  padding: 0.875em 2em;
  font-size: 1.375em; }

.button--grey, .button__lg--grey {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  -moz-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  -o-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  -ms-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  display: inline-block;
  color: white !important;
  text-align: center;
  padding: 0.75em 2em;
  line-height: 1;
  font-size: 1.125em;
  text-decoration: none;
  border: 0 none;
  background-color: #4a4e4f;
  border: solid 1px #313435; }
  .button--grey:hover, .button__lg--grey:hover {
    background-color: #313435; }

.button__lg--grey {
  padding: 0.875em 2em;
  font-size: 1.375em; }

.button--reversed, .button__lg--reversed {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  -moz-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  -o-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  -ms-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  display: inline-block;
  color: white !important;
  text-align: center;
  padding: 0.75em 2em;
  line-height: 1;
  font-size: 1.125em;
  text-decoration: none;
  border: 0 none;
  background-color: transparent;
  border: solid 1px white; }
  .button--reversed:hover, .button__lg--reversed:hover {
    background-color: #d56f94; }

.button__lg--reversed {
  padding: 0.875em 2em;
  font-size: 1.375em; }

.social-buttons {
  display: block; }
  .social-buttons ul {
    list-style: none;
    margin-left: 0; }
  .social-buttons li {
    display: block;
    padding: 1em 0.5em;
    margin: 0;
    float: left; }

.toggles {
  padding: 3em 0; }

.toggle, .toggle--lg {
  /* display: block; */
  margin-bottom: 1.5em;
  display: inline-block; }

.toggle__option, .toggle__option--left, .toggle__option--right {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: block;
  float: left;
  color: #c1c1c1;
  background-color: white;
  border: solid 1px #e9e9e9;
  font-size: 1.125em;
  line-height: 1;
  padding: 0.75em 1.5em;
  cursor: pointer;
  margin: 0;
  text-decoration: none; }
  .toggle__option:hover, .toggle__option--left:hover, .toggle__option--right:hover {
    -webkit-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
    -moz-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
    -o-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
    -ms-transition: color 0.15s, background-color 0.15s, border-color 0.15s;
    transition: color 0.15s, background-color 0.15s, border-color 0.15s; }
  .toggle__option:hover, .toggle__option--left:hover, .toggle__option--right:hover, .toggle__option.active, .active.toggle__option--left, .active.toggle__option--right {
    color: white;
    background-color: #e47365;
    border-color: #ce695c; }

.toggle__option--left {
  -webkit-border-top-right-radius: 0px;
  -moz-border-top-right-radius: 0px;
  -ms-border-top-right-radius: 0px;
  -o-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  -ms-border-bottom-right-radius: 0px;
  -o-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: 0 none; }

.toggle__option--right {
  -webkit-border-top-left-radius: 0px;
  -moz-border-top-left-radius: 0px;
  -ms-border-top-left-radius: 0px;
  -o-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  -ms-border-bottom-left-radius: 0px;
  -o-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left: 0 none; }

.toggle--lg .toggle__option, .toggle--lg .toggle__option--left, .toggle--lg .toggle__option--right {
  font-size: 1.375em; }

.gm-style img {
  max-width: none; }

#loadingDiv,
#lblAddress,
#lblError,
.firstload {
  text-align: center; }

.clearsearch {
  margin: 0 0 1.5em 0; }

#lblAddress,
#lblError,
.firstload {
  font-size: 1.5em; }

.minder-finder__search {
  background-color: #f7f6f1;
  padding: 3em 0;
  border-bottom: solid 1px #e9e9e9; }
  .minder-finder__search input[type=text] {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-size: 1.375em;
    color: #7b7b7b;
    padding: 0.75em 1.5em;
    border: solid 1px #e9e9e9;
    width: 333px;
    margin-bottom: 0;
    -webkit-appearance: none; }

.minder-finder__search-options {
  margin: 0 auto;
  padding: 1.5em 0;
  width: auto;
  text-align: center; }

.minder-finder__results {
  padding: 3em 0 0; }

.minder-finder__result {
  background-color: white;
  border: solid 1px #e9e9e9;
  padding: 3em;
  margin-bottom: 1.5em; }
  .minder-finder__result h1, .minder-finder__result h2, .minder-finder__result h3, .minder-finder__result h4, .minder-finder__result h5, .minder-finder__result h6 {
    color: #e47365; }

.minder-finder__name {
  text-align: center; }
  .minder-finder__name h2 {
    font-size: 1.875em;
    font-weight: 600;
    margin-bottom: 0; }

.minder-finder__location {
  text-align: center;
  padding: 1.5em 0; }
  .minder-finder__location span {
    display: block;
    clear: both;
    margin-bottom: 0; }
  .minder-finder__location .distance {
    background: url(/site/img/ic--distance.png) no-repeat 3px center; }
  .minder-finder__location .driving {
    background: url(/site/img/ic--clock.png) no-repeat 3px center; }

.minder-finder__view {
  text-align: center;
  padding: 3em 0; }
  .minder-finder__view a {
    clear: both;
    width: 180px;
    margin-bottom: 0.5em; }

@media only screen and (min-width: 767px) {
  .minder-finder__location {
    padding: 4em 0 0 0; }
    .minder-finder__location p {
      margin-bottom: 0; }

  .minder-finder__view {
    padding: 2.5em 0 0 0; } }
@media only screen and (min-width: 1024px) {
  .minder-finder__location {
    text-align: left; }

  .minder-finder__view {
    text-align: right; }
    .minder-finder__view a {
      float: right; } }
.profile h1, .profile h2, .profile h3, .profile h4, .profile h5, .profile h6, .profile legend {
  color: #e47365; }
.profile.profile__edit {
  padding: 3em 0; }

.upload {
  cursor: pointer; }

.profile__header {
  background-color: #f7f6f1;
  color: #4a4e4f;
  padding: 3em 0;
  border-bottom: solid 1px #e9e9e9; }

.profile__main {
  padding: 3em 0; }

.profile__img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  border: solid 5px white;
  margin: 0 auto;
  display: block; }

.profile__name {
  text-align: center; }
  .profile__name h1,
  .profile__name h2 {
    font-size: 1.875em;
    font-weight: 600;
    margin-bottom: 0; }

.profile__contact {
  text-align: center;
  padding: 1.5em 0; }
  .profile__contact p {
    margin-bottom: 0; }
  .profile__contact a {
    color: #e47365; }

.profile__contact-me {
  text-align: center;
  padding: 3em 0; }

.profile__services {
  padding: 1.5em 1.5em 0 0; }

@media only screen and (min-width: 767px) {
  .profile__contact {
    padding: 3em 0 0 0; }
    .profile__contact p {
      margin-bottom: 0; }

  .profile__contact-me {
    padding: 4.5em 0 0 0; } }
@media only screen and (min-width: 1024px) {
  .profile__header {
    padding: 4.5em 0; }

  .profile__contact {
    text-align: left; }

  .profile__contact-me {
    text-align: right; }
    .profile__contact-me a {
      display: block;
      float: right;
      clear: both; }
    .profile__contact-me.profile__edit {
      padding-top: 3em; } }
table .odd {
  background-color: #f7f6f1; }
table th,
table tr,
table td {
  height: 4em;
  text-align: center;
  border: solid 1px #e9e9e9; }

::-webkit-input-placeholder {
  color: #c1c1c1; }

:-moz-placeholder {
  color: #c1c1c1; }

::-moz-placeholder {
  color: #c1c1c1; }

:-ms-input-placeholder {
  color: #c1c1c1; }

.search-results {
  padding: 3em 0; }

.text--center {
  text-align: center; }

.padding--top {
  padding-top: 4em; }

.padding--bottom {
  padding-bottom: 4em; }

.margin--bottom {
  margin-bottom: 0.5em; }

@media only screen and (min-width: 1024px) {
  .padding--top {
    padding-top: 6em; }

  .padding--bottom {
    padding-bottom: 6em; } }
/* CSS Document */
#social-timeline {
  padding: 3em 0; }

.dpSocialTimelineLoading {
  min-height: 150px; }

div.dpSocialTimeline {
  max-width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  padding-bottom: 10px;
  zoom: 1; }

div.dpSocialTimeline .dpSocialTimeline_item {
  list-style: none;
  padding: 1px;
  margin: 10px 5px 0;
  font-size: 13px; }

div.dpSocialTimeline .dpSocialTimeline_item.dpSocialTimeline_hideMe {
  opacity: 0; }

div.dpSocialTimeline .dpSocialTimeline_lineWrap {
  width: 10px;
  text-align: center;
  margin: 0 auto;
  display: none; }

div.dpSocialTimeline .dpSocialTimeline_line {
  margin: 0;
  display: block;
  height: 100%;
  position: absolute;
  width: 10px; }

div.dpSocialTimeline .dpSocialTimeline_line span {
  width: 16px;
  height: 16px;
  display: block;
  top: 50px;
  left: -4px;
  position: absolute; }

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContentHead {
  padding: 7px 10px; }

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContentFoot {
  padding: 5px 10px;
  text-align: left;
  line-height: 130%; }

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent {
  font-size: 11px;
  padding: 20px 15px 20px 15px;
  text-align: left;
  word-wrap: break-word; }

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineText {
  font-size: 1.5em;
  margin-bottom: 10px;
  text-align: left;
  word-wrap: break-word; }

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .tumblr_audio_player {
  max-width: 100%;
  height: 55px; }

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent img {
  position: relative;
  margin: 0 auto 5px;
  padding: 3px;
  border: 0;
  display: block;
  height: auto;
  max-width: 100%; }

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent div.video_icon {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 16px;
  height: 16px;
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  background: none;
  padding: 0;
  margin: 0; }

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions {
  cleaR: both;
  width: 100%;
  margin-top: 10px; }

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a {
  font-size: 10px;
  text-transform: uppercase;
  margin-right: 10px;
  padding-left: 20px;
  font-weight: bold; }

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a:hover {
  text-decoration: none; }

div.dpSocialTimeline .dpSocialTimeline_item a {
  text-decoration: none;
  position: relative;
  word-wrap: break-word; }

div.dpSocialTimeline .dpSocialTimeline_item a:hover {
  text-decoration: underline; }

div.dpSocialTimeline .dpSocialTimeline_item a.permalink,
div.dpSocialTimeline .dpSocialTimeline_item a.share_twitter,
div.dpSocialTimeline .dpSocialTimeline_item a.share_facebook {
  float: right;
  display: block;
  width: 16px;
  height: 16px;
  opacity: .7;
  text-decoration: none;
  margin-left: 5px; }

div.dpSocialTimeline .dpSocialTimeline_item a.permalink:hover,
div.dpSocialTimeline .dpSocialTimeline_item a.share_twitter:hover,
div.dpSocialTimeline .dpSocialTimeline_item a.share_facebook:hover {
  opacity: 1; }

div.dpSocialTimeline .dpSocialTimeline_item span.time {
  font-size: 9px;
  margin-left: 15px; }

div.dpSocialTimeline .dpSocialTimeline_item .user {
  font-size: 11px;
  margin-left: 10px;
  margin-top: 3px;
  text-transform: uppercase;
  display: inline;
  float: left;
  line-height: 100%; }

div.dpSocialTimeline .dpSocialTimeline_item a.img_link {
  display: block;
  opacity: .8; }

div.dpSocialTimeline .dpSocialTimeline_item a.img_link:hover {
  display: block;
  opacity: 1; }

/**** Social Icons ****/
div.dpSocialTimeline span.favicon {
  float: left;
  display: block;
  width: 16px;
  height: 16px; }

div.dpSocialTimeline span.favicon.twitter,
div.dpSocialTimeline_filter span.favicon.twitter {
  background: url(../images/favicons/twitter.png) 0 0 no-repeat; }

div.dpSocialTimeline span.favicon.google,
div.dpSocialTimeline_filter span.favicon.google {
  background: url(../images/favicons/google.png) 0 0 no-repeat; }

div.dpSocialTimeline span.favicon.lastfm,
div.dpSocialTimeline_filter span.favicon.lastfm {
  background: url(../images/favicons/lastfm.png) 0 0 no-repeat; }

div.dpSocialTimeline span.favicon.facebook,
div.dpSocialTimeline_filter span.favicon.facebook {
  background: url(../images/favicons/facebook.png) 0 0 no-repeat; }

div.dpSocialTimeline span.favicon.delicious,
div.dpSocialTimeline_filter span.favicon.delicious {
  background: url(../images/favicons/delicious.png) 0 0 no-repeat; }

div.dpSocialTimeline span.favicon.digg,
div.dpSocialTimeline_filter span.favicon.digg {
  background: url(../images/favicons/digg.png) 0 0 no-repeat; }

div.dpSocialTimeline span.favicon.dribbble,
div.dpSocialTimeline_filter span.favicon.dribbble {
  background: url(../images/favicons/dribbble.png) 0 0 no-repeat; }

div.dpSocialTimeline span.favicon.flickr,
div.dpSocialTimeline_filter span.favicon.flickr {
  background: url(../images/favicons/flickr.png) 0 0 no-repeat; }

div.dpSocialTimeline span.favicon.pinterest,
div.dpSocialTimeline_filter span.favicon.pinterest {
  background: url(../images/favicons/pintrest.png) 0 0 no-repeat; }

div.dpSocialTimeline span.favicon.tumblr,
div.dpSocialTimeline_filter span.favicon.tumblr {
  background: url(../images/favicons/tumblr.png) 0 0 no-repeat; }

div.dpSocialTimeline span.favicon.vimeo,
div.dpSocialTimeline_filter span.favicon.vimeo {
  background: url(../images/favicons/vimeo.png) 0 0 no-repeat; }

div.dpSocialTimeline span.favicon.youtube,
div.dpSocialTimeline_filter span.favicon.youtube {
  background: url(../images/favicons/youtube.png) 0 0 no-repeat; }

div.dpSocialTimeline span.favicon.instagram,
div.dpSocialTimeline_filter span.favicon.instagram {
  background: url(../images/favicons/instagram.png) 0 0 no-repeat; }

/**** Filter/Layout Buttons ****/
.dpSocialTimeline_filter {
  margin: 10px;
  float: left; }

.dpSocialTimeline_filter button,
.dpSocialTimeline_layout button {
  padding: 3px 8px;
  border: 1px solid;
  outline: 0;
  font-weight: bold;
  font-size: 11px;
  white-space: nowrap;
  word-wrap: normal;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-transform: capitalize;
  margin-top: 5px;
  opacity: .7; }

.dpSocialTimeline_filter button:hover,
.dpSocialTimeline_layout button:hover {
  opacity: 1; }

.dpSocialTimeline_filter button img {
  display: block; }

.dpSocialTimeline_layout {
  margin: 10px;
  float: right; }

.dpSocialTimeline_filter button span,
.dpSocialTimeline_layout button span {
  width: 16px;
  height: 16px;
  display: block; }

/* Divider */
.dpSocialTimeline_divider {
  clear: both;
  margin-bottom: 10px; }

/* Skins - Light */
div.light.dpSocialTimelineLoading {
  background: url(../images/light/ajax-loader.gif) no-repeat 50% 50%; }

div.light div.dpSocialTimeline .dpSocialTimeline_line {
  background: url(../images/light/timeline.png) repeat-y 0 0; }

div.light div.dpSocialTimeline .dpSocialTimeline_line span {
  background: url(../images/light/pointer.png) no-repeat 0 0; }

div.light div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent div.video_icon {
  background: url(../images/light/video.png) no-repeat 50% 50%; }

div.light div.dpSocialTimeline .dpSocialTimeline_item a.permalink {
  background: url(../images/light/link.png) 0 0 no-repeat; }

div.light div.dpSocialTimeline .dpSocialTimeline_item a.share_twitter {
  background: url(../images/light/twitter.png) 0 0 no-repeat; }

div.light div.dpSocialTimeline .dpSocialTimeline_item a.share_facebook {
  background: url(../images/light/facebook.png) 0 0 no-repeat; }

div.light .dpSocialTimeline_layout button.spineAlign span {
  background: url(../images/light/spine.png) 0 0 no-repeat; }

div.light .dpSocialTimeline_layout button.masonry span {
  background: url(../images/light/columns.png) 0 0 no-repeat; }

div.light .dpSocialTimeline_layout button.straightDown span {
  background: url(../images/light/one_column.png) 0 0 no-repeat; }

div.light div.dpSocialTimeline .dpSocialTimeline_item {
  border-bottom: 1px solid #E9E9E9;
  background: white 0px 20px no-repeat;
  border: 1px solid #E6E6E6;
  /*
  	-moz-box-shadow: 0px 3px 2px #d6d6d6;
  	-webkit-box-shadow: 0px 3px 2px #d6d6d6;
  	box-shadow: 0px 3px 2px #d6d6d6;
  */
  color: #666; }

div.light div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContentHead {
  /* 	background: #f5f5f5; */
  border-bottom: 1px dashed #e6e6e6; }

div.light div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContentFoot {
  background: #f5f5f5 url(../images/light/clock.png) 5px 5px no-repeat;
  border-top: 1px dashed #e6e6e6; }

div.light div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent img {
  background: #eee;
  -moz-box-shadow: 0 0 4px #444;
  -webkit-box-shadow: 0 0 2px #000;
  box-shadow: 0 0 2px #000; }

div.light div.dpSocialTimeline .dpSocialTimeline_item a {
  color: #6D84B4; }

div.light div.dpSocialTimeline .dpSocialTimeline_item a:hover {
  color: #6D84B4; }

div.light div.dpSocialTimeline .dpSocialTimeline_item span.time {
  color: #999;
  text-shadow: 0 1px 0 white; }

div.light div.dpSocialTimeline .dpSocialTimeline_item .user {
  color: #999;
  text-shadow: 0 1px 0 white; }

div.light .dpSocialTimeline_filter button,
div.light .dpSocialTimeline_layout button {
  text-shadow: 0 1px 0 white;
  border-color: #CCC #CCC #AAA;
  background-color: #E0E0E0;
  -moz-box-shadow: inset 0 0 1px #fff;
  -ms-box-shadow: inset 0 0 1px #fff;
  -webkit-box-shadow: inset 0 0 1px #fff;
  box-shadow: inset 0 0 1px #fff;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fffafafa,EndColorStr=#ffdcdcdc);
  background-image: -moz-linear-gradient(top, #FAFAFA 0, gainsboro 100%);
  background-image: -ms-linear-gradient(top, #FAFAFA 0, gainsboro 100%);
  background-image: -o-linear-gradient(top, #FAFAFA 0, gainsboro 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FAFAFA), color-stop(100%, gainsboro));
  background-image: -webkit-linear-gradient(top, #FAFAFA 0, gainsboro 100%);
  background-image: linear-gradient(to bottom, #FAFAFA 0, gainsboro 100%);
  color: #555; }

div.light .dpSocialTimeline_filter button:active,
div.light .dpSocialTimeline_filter button.active,
div.light .dpSocialTimeline_layout button:active,
div.light .dpSocialTimeline_layout button.active {
  border-color: #888 #AAA #CCC;
  -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.25), 0 1px 0 #fff;
  -ms-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.25), 0 1px 0 #fff;
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.25), 0 1px 0 #fff;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.25), 0 1px 0 #fff;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffc8c8c8,EndColorStr=#ffe6e6e6);
  background-image: -moz-linear-gradient(top, #C8C8C8 0, #E6E6E6 100%);
  background-image: -ms-linear-gradient(top, #C8C8C8 0, #E6E6E6 100%);
  background-image: -o-linear-gradient(top, #C8C8C8 0, #E6E6E6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #C8C8C8), color-stop(100%, #E6E6E6));
  background-image: -webkit-linear-gradient(top, #C8C8C8 0, #E6E6E6 100%);
  background-image: linear-gradient(to bottom, #C8C8C8 0, #E6E6E6 100%); }

div.light .dpSocialTimeline_divider {
  border-top: 1px dashed #e6e6e6; }

div.light .dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a {
  color: #555;
  word-wrap: normal;
  display: inline-block; }

div.light .dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a.tw_reply {
  background: url(../images/light/reply.png) no-repeat 0 50% !important; }

div.light .dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a.tw_retweet {
  background: url(../images/light/retweet.png) no-repeat 0 50% !important; }

div.light .dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a.tw_favorite {
  background: url(../images/light/favorite.png) no-repeat 0 50% !important; }

/* Skins - Modern */
div.modern.dpSocialTimelineLoading {
  background: url(../images/light/ajax-loader.gif) no-repeat 50% 50%; }

div.modern div.dpSocialTimeline .dpSocialTimeline_line {
  background: url(../images/light/timeline.png) repeat-y 0 0; }

div.modern div.dpSocialTimeline .dpSocialTimeline_line span {
  background: url(../images/light/pointer.png) no-repeat 0 0; }

div.modern div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent div.video_icon {
  background: url(../images/light/video.png) no-repeat 50% 50%; }

div.modern div.dpSocialTimeline .dpSocialTimeline_item a.permalink {
  background: url(../images/modern/link.png) 0 0 no-repeat; }

div.modern div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions {
  padding: 0 10px; }

div.modern div.dpSocialTimeline .dpSocialTimeline_item a.share_twitter {
  background: url(../images/modern/twitter.png) 0 0 no-repeat !important;
  width: 20px;
  height: 20px; }

div.modern div.dpSocialTimeline .dpSocialTimeline_item a.share_facebook {
  background: url(../images/modern/facebook.png) 0 0 no-repeat !important;
  width: 24px;
  height: 24px; }

div.modern .dpSocialTimeline_layout button.spineAlign span {
  background: url(../images/light/spine.png) 0 0 no-repeat; }

div.modern .dpSocialTimeline_layout button.masonry span {
  background: url(../images/light/columns.png) 0 0 no-repeat; }

div.modern .dpSocialTimeline_layout button.straightDown span {
  background: url(../images/light/one_column.png) 0 0 no-repeat; }

div.modern div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent {
  padding: 0; }

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent.dpSocialTimeline_noImage {
  padding-top: 30px !important; }

div.modern div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent iframe {
  margin-top: 10px; }

div.modern div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineText {
  margin: 0;
  margin-top: 10px;
  padding: 0 10px 20px;
  font-size: 14px; }

div.modern div.dpSocialTimeline .dpSocialTimeline_item {
  background: white 0px 20px no-repeat;
  border: 0;
  -webkit-box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.35);
  color: #666;
  padding: 0; }

div.modern div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContentHead {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 999;
  border: 0;
  background: #000;
  text-shadow: none;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

div.modern div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContentFoot {
  border-top: 1px solid #e8e8e8;
  margin: 0 10px;
  background-color: #fff;
  padding: 5px 0; }

div.modern div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent img {
  background: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  width: 100% !important; }

div.modern div.dpSocialTimeline .dpSocialTimeline_item a {
  color: #6D84B4; }

div.modern div.dpSocialTimeline .dpSocialTimeline_item a:hover {
  color: #6D84B4; }

div.modern div.dpSocialTimeline .dpSocialTimeline_item span.time {
  color: #999;
  font-weight: bold;
  font-size: 12px;
  line-height: 2;
  text-shadow: none;
  margin: 0; }

div.modern div.dpSocialTimeline .dpSocialTimeline_item .user {
  color: #fff;
  text-shadow: none;
  line-height: 100%;
  padding: 3px 0 2px;
  margin-top: 0; }

div.modern .dpSocialTimeline_filter button,
div.modern .dpSocialTimeline_layout button {
  text-shadow: 0 1px 0 white;
  border-color: #CCC #CCC #AAA;
  background-color: #E0E0E0;
  -moz-box-shadow: inset 0 0 1px #fff;
  -ms-box-shadow: inset 0 0 1px #fff;
  -webkit-box-shadow: inset 0 0 1px #fff;
  box-shadow: inset 0 0 1px #fff;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fffafafa,EndColorStr=#ffdcdcdc);
  background-image: -moz-linear-gradient(top, #FAFAFA 0, gainsboro 100%);
  background-image: -ms-linear-gradient(top, #FAFAFA 0, gainsboro 100%);
  background-image: -o-linear-gradient(top, #FAFAFA 0, gainsboro 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FAFAFA), color-stop(100%, gainsboro));
  background-image: -webkit-linear-gradient(top, #FAFAFA 0, gainsboro 100%);
  background-image: linear-gradient(to bottom, #FAFAFA 0, gainsboro 100%);
  color: #555; }

div.modern .dpSocialTimeline_filter button:active,
div.modern .dpSocialTimeline_filter button.active,
div.modern .dpSocialTimeline_layout button:active,
div.modern .dpSocialTimeline_layout button.active {
  border-color: #888 #AAA #CCC;
  -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.25), 0 1px 0 #fff;
  -ms-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.25), 0 1px 0 #fff;
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.25), 0 1px 0 #fff;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.25), 0 1px 0 #fff;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffc8c8c8,EndColorStr=#ffe6e6e6);
  background-image: -moz-linear-gradient(top, #C8C8C8 0, #E6E6E6 100%);
  background-image: -ms-linear-gradient(top, #C8C8C8 0, #E6E6E6 100%);
  background-image: -o-linear-gradient(top, #C8C8C8 0, #E6E6E6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #C8C8C8), color-stop(100%, #E6E6E6));
  background-image: -webkit-linear-gradient(top, #C8C8C8 0, #E6E6E6 100%);
  background-image: linear-gradient(to bottom, #C8C8C8 0, #E6E6E6 100%); }

div.modern .dpSocialTimeline_divider {
  border-top: 1px dashed #e6e6e6; }

div.modern .dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a {
  color: #555;
  word-wrap: normal;
  display: inline-block; }

div.modern .dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a.tw_reply {
  background: url(../images/light/reply.png) no-repeat 0 50% !important; }

div.modern .dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a.tw_retweet {
  background: url(../images/light/retweet.png) no-repeat 0 50% !important; }

div.modern .dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a.tw_favorite {
  background: url(../images/light/favorite.png) no-repeat 0 50% !important; }

/* Skins - Dark */
div.dark.dpSocialTimelineLoading {
  background: url(../images/dark/ajax-loader.gif) no-repeat 50% 50%; }

div.dark div.dpSocialTimeline .dpSocialTimeline_line {
  background: url(../images/dark/timeline.png) repeat-y 0 0; }

div.dark div.dpSocialTimeline .dpSocialTimeline_line span {
  background: url(../images/dark/pointer.png) no-repeat 0 0; }

div.dark div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent div.video_icon {
  background: url(../images/dark/video.png) no-repeat 50% 50%; }

div.dark div.dpSocialTimeline .dpSocialTimeline_item a.permalink {
  background: url(../images/dark/link.png) 0 0 no-repeat; }

div.dark div.dpSocialTimeline .dpSocialTimeline_item a.share_twitter {
  background: url(../images/dark/twitter.png) 0 0 no-repeat !important; }

div.dark div.dpSocialTimeline .dpSocialTimeline_item a.share_facebook {
  background: url(../images/dark/facebook.png) 0 0 no-repeat !important; }

div.dark .dpSocialTimeline_layout button.spineAlign span {
  background: url(../images/dark/spine.png) 0 0 no-repeat; }

div.dark .dpSocialTimeline_layout button.masonry span {
  background: url(../images/dark/columns.png) 0 0 no-repeat; }

div.dark .dpSocialTimeline_layout button.straightDown span {
  background: url(../images/dark/one_column.png) 0 0 no-repeat; }

div.dark div.dpSocialTimeline .dpSocialTimeline_item {
  background: #272727 0px 20px no-repeat;
  border: 1px solid #333;
  color: #999; }

div.dark div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContentHead {
  background: #1C1C1C;
  border-bottom: 1px dashed #333; }

div.dark div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContentFoot {
  background: #fff url(../images/dark/clock.png) 5px 5px no-repeat;
  border-top: 1px dashed #333; }

div.dark div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent img {
  background: #1C1C1C; }

div.dark div.dpSocialTimeline .dpSocialTimeline_item a {
  color: #999; }

div.dark div.dpSocialTimeline .dpSocialTimeline_item a:hover {
  color: #999; }

div.dark div.dpSocialTimeline .dpSocialTimeline_item span.time {
  color: #999; }

div.dark div.dpSocialTimeline .dpSocialTimeline_item .user {
  color: #999; }

div.dark .dpSocialTimeline_filter button,
div.dark .dpSocialTimeline_layout button {
  border: 0;
  border-color: #323232;
  border-top: 1px;
  background: #272727;
  background-image: -moz-linear-gradient(top, #292929 0, #252525 100%);
  background-image: -ms-linear-gradient(top, #292929 0, #252525 100%);
  background-image: -o-linear-gradient(top, #292929 0, #252525 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #292929), color-stop(100%, #252525));
  background-image: -webkit-linear-gradient(top, #292929 0, #252525 100%);
  background-image: linear-gradient(to bottom, #292929 0, #252525 100%);
  color: #999; }

div.dark .dpSocialTimeline_filter button:active,
div.dark .dpSocialTimeline_filter button.active,
div.dark .dpSocialTimeline_layout button:active,
div.dark .dpSocialTimeline_layout button.active {
  border: 0;
  border-color: #323232;
  border-top: 1px;
  background: #1C1C1C; }

div.dark .dpSocialTimeline_divider {
  border-top: 1px dashed #333; }

div.dark .dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a {
  color: #999; }

div.dark .dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a.tw_reply {
  background: url(../images/dark/reply.png) no-repeat 0 50% !important; }

div.dark .dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a.tw_retweet {
  background: url(../images/dark/retweet.png) no-repeat 0 50% !important; }

div.dark .dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a.tw_favorite {
  background: url(../images/dark/favorite.png) no-repeat 0 50% !important; }

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity; }

.isotope.rtl .isotope-item {
  -webkit-transition-property: right, top, -webkit-transform, opacity;
  -moz-transition-property: right, top, -moz-transform, opacity;
  -ms-transition-property: right, top, -ms-transform, opacity;
  -o-transition-property: right, top, -o-transform, opacity;
  transition-property: right, top, transform, opacity; }

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

.changepassword {
  margin-bottom: 24px;
  text-align: center; }

.ctrl-wrap {
  text-align: center; }

.renewal {
  color: #4a4e4f;
  font-weight: 400;
  line-height: 1.2;
  font-size: 1em;
  margin-bottom: 0.5em; }

@media only screen and (min-width: 767px) {
  .changepassword {
    float: right; }

  .ctrl-wrap {
    text-align: left; } }
