@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`.
 */
/*------------------------------------*\
    $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.
 */
/**
 * Breakpoints for locked page sizes - gonna need these.
 */
/*------------------------------------*\
    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 {
  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.33333; }

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.71429; }

/**
 * Heading groups and generic any-heading class.
 * To target any heading of any level simply apply a class of `.hN`, e.g.:
 *
   <hgroup>
       <h1 class=hN>inuit.css</h1>
       <h2 class=hN>Best. Framework. Ever!</h2>
   </hgroup>
 *
 */
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.33333; }

/*------------------------------------*\
    $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: "\2018" "\2019" "\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 #cccccc; }
  .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; }

/**
 * 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: 50%; }

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

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

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

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

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

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

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

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

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

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

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

.three-eighths {
  width: 37.5%; }

.five-eighths {
  width: 62.5%; }

.seven-eighths {
  width: 87.5%; }

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

.three-tenths {
  width: 30%; }

.seven-tenths {
  width: 70%; }

.nine-tenths {
  width: 90%; }

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

.five-twelfths {
  width: 41.666%; }

.seven-twelfths {
  width: 58.333%; }

.eleven-twelfths {
  width: 91.666%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lap-eleven-twelfths {
    width: 91.666%; } }
@media only screen and (min-width: 700px) {
  /**
  * 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: 50%; }

  /**
  * 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: 25%; }

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

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

  .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: 959px) {
  /**
  * Whole
  */
  .portable-one-whole {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .desk-eleven-twelfths {
    width: 91.666%; } }
/**
 * 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.
 */
/* endif */
/*------------------------------------*\
    $PUSH
\*------------------------------------*/
/**
 * Push classes, to move grid items over to the right by certain amounts.
 */
/*------------------------------------*\
    $PULL
\*------------------------------------*/
/**
 * Pull classes, to move grid items over to the right by certain amounts.
 */
/*------------------------------------*\
    $BRAND
\*------------------------------------*/
/**
 * `.brand` is a quick and simple way to apply your brand face and/or color to
 * any element using a handy helper class.
 */
.brand {
  font-family: sans-serif!important;
  color: #4a8ec2!important; }

.brand-face {
  font-family: 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: "\00A0" "\00BB" !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 {
  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: 699px) {
  .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: 700px) and (max-width: 959px) {
  .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: 700px) {
  .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: 959px) {
  .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: 960px) {
  .accessibility--desk,
  .visuallyhidden--desk {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }
@media only screen and (min-width: 1200px) {
  .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.
 */
/**
 * Libraries first
 */
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001'; }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #fdd585;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #fcb320; }

.flex-control-paging li a.flex-active {
  background: #fcb320;
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

.flexslider {
  margin: 0;
  border: none;
  box-shadow: none;
  overflow: hidden; }

.flex-direction-nav a {
  line-height: 1; }

.flex-control-nav {
  right: 2%;
  bottom: 18%;
  width: auto; }
  .flex-control-nav li {
    display: block;
    margin: 8px 0 0; }
    .flex-control-nav li a {
      width: 12px;
      height: 12px; }

.flex-direction-nav a {
  text-decoration: none; }

.hide {
  display: none; }

@media screen and (max-width: 699px) {
  .hide-palm {
    display: none !important; } }

@media screen and (min-width: 700px) and (max-width: 959px) {
  .hide-lap {
    display: none !important; } }

@media screen and (min-width: 960px) {
  .hide-desk {
    display: none !important; } }

@media all and (max-width: 480px) {
  body:after {
    content: 'palm';
    display: none; } }
@media all and (min-width: 481px) and (max-width: 699px) {
  body:after {
    content: 'tablet';
    display: none; } }
@media all and (min-width: 700px) and (max-width: 959px) {
  body:after {
    content: 'lap';
    display: none; } }
@media all and (min-width: 960px) and (max-width: 1199px) {
  body:after {
    content: 'desk';
    display: none; } }
@media all and (min-width: 1200px) {
  body:after {
    content: 'desk-wide';
    display: none; } }
p {
  margin-bottom: 16px; }

a {
  color: #007dc3; }
  a:hover {
    color: #209dd8; }

ol, ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 16px; }

.number-list {
  list-style-type: decimal;
  margin-left: 24px;
  margin-bottom: 12px; }

.bullet-list {
  list-style-type: disc;
  margin-left: 24px;
  margin-bottom: 12px; }

.btn {
  -webkit-appearance: none;
  border-radius: 0;
  color: #007dc3;
  background: white;
  border: 2px solid #fcb320;
  text-decoration: none;
  text-transform: uppercase;
  height: 32px;
  line-height: 30px;
  display: inline-block;
  padding: 0 8px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-appearance: none; }
  .btn:hover {
    background: #fcb320;
    color: white; }

.btn--has-image {
  height: 39px;
  padding-top: 2px;
  padding-bottom: 2px; }
  .btn--has-image img {
    max-height: 31px; }
  @media screen and (max-width: 699px) {
    .btn--has-image {
      height: 34px; }
      .btn--has-image img {
        height: 26px; } }

.btn--small {
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  color: white;
  background: #f68428;
  border: none; }
  .btn--small.disabled {
    background: #ccc; }
    .btn--small.disabled:hover {
      background: #ccc; }

.footnote {
  font-size: .875em; }

iframe {
  max-width: 100%; }

h2 {
  font-size: 21px;
  margin-bottom: 8px; }
  @media screen and (max-width: 699px) {
    h2 {
      font-size: 16px; } }

h3 {
  font-size: 18px;
  margin-bottom: 12px;
  line-height: 1.5; }
  @media screen and (max-width: 699px) {
    h3 {
      font-size: 14px; } }

h4 {
  font-size: 16px;
  margin-bottom: .5em;
  line-height: 1.5; }
  @media screen and (max-width: 699px) {
    h4 {
      font-size: 14px; } }

@media screen and (max-width: 699px) {
  .page-content > h2,
  .page-content > h3,
  .page-content > h4 {
    margin-left: 8px;
    margin-right: 8px; } }
.page-title {
  text-align: right;
  margin-bottom: 0;
  line-height: 1;
  clear: both; }
  .page-title img {
    max-height: 64px;
    max-height: 42px;
    max-height: 56px;
    max-height: 68px; }
  @media screen and (max-width: 699px) {
    .page-title {
      height: 48px;
      margin-bottom: 8px;
      text-align: center;
      margin-left: 8px; }
      .page-title img {
        max-width: 75%;
        max-height: 48px;
        max-height: 58px; } }
  @media screen and (max-width: 480px) {
    .page-title {
      text-align: left; }
      .page-title img {
        max-height: 48px; } }
  .page-title + .content-box {
    margin-top: 8px; }

.cond {
  /* Conditional display form field */ }

.reqstar {
  color: #f68428;
  font-size: 1.5em;
  line-height: 1;
  position: relative;
  top: .2em; }

label .reqstar {
  margin-right: .1em; }

form {
  font-size: 14px; }
  form p {
    margin-bottom: 1em; }
  form fieldset {
    padding: 0;
    border: none;
    margin: 0; }
  form legend {
    font-weight: bold;
    padding-bottom: 1em; }
  form ul {
    margin-bottom: 0; }
  form li {
    overflow: auto; }
    form li > span {
      margin-bottom: 1em;
      float: left;
      margin-right: 16px; }
      @media screen and (max-width: 699px) {
        form li > span {
          display: block;
          float: none;
          margin-right: 0;
          overflow: auto; } }
      form li > span.reqstar {
        float: none;
        margin: 0; }
    form li.single > span {
      float: none;
      display: block; }
  form label {
    display: block; }

input[type="text"],
input[type="password"],
input[type="email"] {
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #fcb31f;
  padding: 0 7px;
  height: 36px;
  width: 344px;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px; }
  @media screen and (max-width: 959px) {
    input[type="text"],
    input[type="password"],
    input[type="email"] {
      width: 234px; } }
  @media screen and (max-width: 699px) {
    input[type="text"],
    input[type="password"],
    input[type="email"] {
      width: 100%; } }

input[type="radio"] {
  margin-left: 2px; }

textarea {
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #fcb31f;
  padding: 7px;
  width: 100%;
  max-width: 500px;
  height: 200px;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px; }

form .error {
  font-weight: bold;
  color: red; }

form .customError {
  background-color: #fcb320;
  padding: .5em 1em;
  margin: .5em 0 0; }

.captcha_container .img-container {
  width: 120px;
  float: left; }
  .captcha_container .img-container img {
    width: 140px;
    height: auto;
    max-width: none; }

.captcha_container #captchaResp {
  width: 144px;
  float: left; }

.ie7 form li {
  overflow: hidden; }

.ie7 input[type="text"],
.ie7 input[type="password"],
.ie7 input[type="email"] {
  height: 1em;
  padding: 12px 7px; }

.ie8 input[type="text"],
.ie8 input[type="password"],
.ie8 input[type="email"] {
  line-height: 36px; }

.ie7 .captcha_container .img-container,
.ie8 .captcha_container .img-container {
  width: 126px; }

th {
  border-bottom: 1px solid #ccc; }

td,
th {
  vertical-align: top;
  text-align: left; }
  td.numeric,
  th.numeric {
    text-align: right; }

tr:nth-child(2n) td {
  background: #eee; }

tr.totals {
  font-weight: bold; }

.table__header-cell {
  text-align: right; }

.cell__header {
  display: none; }

tfoot td {
  border-top: 1px solid #ccc; }

@media screen and (max-width: 700px) {
  table.responsive {
    border-bottom: 1px solid #ccc; }
    table.responsive tr {
      border-top: 1px solid #ccc; }
    table.responsive th {
      display: none; }
    table.responsive tbody td {
      display: list-item;
      margin-bottom: 0;
      padding-bottom: .2em;
      padding-top: .2em;
      line-height: 1.4;
      list-style: none; }
    table.responsive .cell__header {
      display: inline; }
    table.responsive td[headers="card-number"] .cell__header {
      display: block; } }
.map-container {
  width: 100%;
  padding: 1em;
  border: 1px solid #ccc;
  overflow: hidden; }
  .map-container iframe {
    max-width: 100%;
    margin: 0 auto;
    display: block; }
    @media screen and (max-width: 699px) {
      .map-container iframe {
        height: 200px; } }

.content-box {
  border: 2px solid #f05a2a;
  margin-bottom: 24px;
  font-size: 14px;
  position: relative; }
  @media screen and (max-width: 699px) {
    .content-box {
      border: none;
      margin-bottom: 0; } }
  .content-box header {
    background: #f05a2a;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: -moz-radial-gradient(center, ellipse cover, #f68428 0%, #f05a2a 99%);
    /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #f68428), color-stop(99%, #f05a2a));
    /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #f68428 0%, #f05a2a 99%);
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #f68428 0%, #f05a2a 99%);
    /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #f68428 0%, #f05a2a 99%);
    /* IE10+ */
    background: radial-gradient(ellipse at center, #f68428 0%, #f05a2a 99%);
    /* W3C */
    padding: 3px 3px 5px; }
    @media screen and (max-width: 699px) {
      .content-box header {
        padding: 5px; } }
  .content-box h2 {
    color: white;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
    width: 100%;
    padding: 9px 5px;
    border: 1px dashed white; }
    @media screen and (max-width: 699px) {
      .content-box h2 {
        padding: 5px;
        text-align: center; } }
  .content-box h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 16px; }
    .content-box h3 a {
      font-weight: normal;
      font-size: 14px; }
  .content-box .content-box__content {
    padding: 8px; }
  .content-box.has-img .content-box__content {
    padding-top: 164px;
    background-size: auto 162px;
    background-position: center top;
    background-repeat: no-repeat; }
  .content-box p {
    margin-bottom: 1em; }
  .content-box .tagline {
    display: table-cell;
    vertical-align: middle;
    height: 3.5em; }
  .content-box .btn--action {
    position: absolute;
    bottom: 8px;
    right: 8px; }
    @media screen and (max-width: 699px) {
      .content-box .btn--action {
        left: 8px;
        right: auto; } }

.content-box--has-btn .content-box__content {
  padding-bottom: 46px; }
  .content-box--has-btn .content-box__content .tagline {
    padding-right: 95px; }

.content-box--blue {
  border-color: #007dc3; }
  .content-box--blue header {
    background: #007dc3;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: -moz-radial-gradient(center, ellipse cover, #209dd8 0%, #007dc3 99%);
    /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #209dd8), color-stop(99%, #007dc3));
    /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #209dd8 0%, #007dc3 99%);
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #209dd8 0%, #007dc3 99%);
    /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #209dd8 0%, #007dc3 99%);
    /* IE10+ */
    background: radial-gradient(ellipse at center, #209dd8 0%, #007dc3 99%);
    /* W3C */ }

.content-box--purple {
  border-color: #92278f; }
  .content-box--purple header {
    background: #92278f;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: -moz-radial-gradient(center, ellipse cover, #a560a6 0%, #92278f 99%);
    /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #a560a6), color-stop(99%, #92278f));
    /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #a560a6 0%, #92278f 99%);
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #a560a6 0%, #92278f 99%);
    /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #a560a6 0%, #92278f 99%);
    /* IE10+ */
    background: radial-gradient(ellipse at center, #a560a6 0%, #92278f 99%);
    /* W3C */ }

@media screen and (max-width: 699px) {
  .content-box--reveal > header {
    box-shadow: inset 0 8px 8px rgba(0, 0, 0, 0.2); } }
.content-box--reveal > header > a {
  text-decoration: none; }
.content-box--reveal > header > a h2:after {
  content: " +"; }
.content-box--reveal.is-expanded > header > a h2:after {
  content: " -"; }
@media screen and (max-width: 699px) {
  .content-box--reveal .content-box__content {
    padding-bottom: 1em; } }

.content-box--narrow {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 699px) {
    .content-box--narrow {
      border: 2px solid #f68428;
      margin: .5em auto 0; } }
  @media screen and (max-width: 480px) {
    .content-box--narrow {
      margin: .5em .5em 0;
      border-width: 1px; } }
  .content-box--narrow .content-box__content {
    padding: .5em .5em 0; }
  .content-box--narrow form span {
    display: block;
    float: none;
    margin-left: 0;
    margin-right: 0; }
  .content-box--narrow form input[type="text"],
  .content-box--narrow form input[type="password"],
  .content-box--narrow form input[type="email"] {
    width: 100%; }

.content-box--noborder {
  border-color: #fff;
  border-color: rgba(0, 0, 0, 0);
  margin-bottom: 0; }
  @media screen and (max-width: 699px) {
    .content-box--noborder {
      border-color: #fff;
      border-color: rgba(0, 0, 0, 0);
      margin-bottom: 0; } }
  @media screen and (min-width: 700px) {
    .content-box--noborder .content-box__content {
      padding: 8px 0; } }

.content-box--account {
  border-top: 1px solid #fcb320;
  padding-top: .5em;
  padding-bottom: .5em; }
  .content-box--account #deactivate_account {
    margin-bottom: 0; }

.ie8 .content-box--noborder .content-box__content {
  padding: 8px 0; }

.content-container {
  margin-bottom: 16px;
  padding: 8px; }
  @media screen and (max-width: 699px) {
    .content-container {
      font-size: 14px; } }

.social {
  height: 54px;
  margin-bottom: 0; }
  .social li {
    display: inline-block; }
  .social a {
    height: 54px;
    text-indent: -99999px;
    display: inline-block; }
  .social .youtube {
    background: url(../img/btn-youtube.png);
    width: 68px; }
  .social .fb {
    background: url(../img/btn-fb.png);
    width: 30px; }
  .social .twitter {
    background: url(../img/btn-twitter.png);
    width: 30px; }

.social--footer {
  margin: 8px;
  height: 33px; }
  .social--footer a {
    height: 29px; }

@media screen and (max-width: 699px) {
  .social--header {
    display: none; } }
@media screen and (min-width: 700px) {
  .social--footer {
    display: none; } }
.ie8 .social--footer {
  display: none; }

.account-nav li,
.page-nav li {
  display: inline-block;
  margin-right: 1.5%; }
  .account-nav li:last-child,
  .page-nav li:last-child {
    margin-right: 0; }
  @media screen and (max-width: 699px) {
    .account-nav li,
    .page-nav li {
      display: block;
      text-align: center;
      margin-right: 0; } }
.account-nav .btn--has-image,
.page-nav .btn--has-image {
  height: 50px;
  width: 100%;
  padding: 4px;
  margin-bottom: .5em; }
  .account-nav .btn--has-image img,
  .page-nav .btn--has-image img {
    max-height: 38px; }
  @media screen and (max-width: 870px) {
    .account-nav .btn--has-image,
    .page-nav .btn--has-image {
      height: 45px; }
      .account-nav .btn--has-image img,
      .page-nav .btn--has-image img {
        max-height: 32px;
        height: auto;
        width: auto; } }
.account-nav .btn.current,
.page-nav .btn.current {
  background: #fee6b7; }
@media screen and (max-width: 699px) {
  .account-nav,
  .page-nav {
    margin-left: 8px;
    margin-right: 8px; } }

@media screen and (min-width: 700px) {
  .account-nav.three-buttons li {
    width: 31%; } }

@media screen and (min-width: 700px) {
  .account-nav.four-buttons li {
    width: 23%; } }

.reveal-section {
  position: relative; }
  .reveal-section h3 {
    margin-bottom: 0; }
  .reveal-section .reveal-section__trigger:before {
    content: 'Expand [+]'; }
  .reveal-section.is-expanded .reveal-section__trigger:before {
    content: 'Collapse [-]'; }
  @media screen and (max-width: 699px) {
    .reveal-section .reveal-section__trigger:before {
      content: '[+]'; }
    .reveal-section.is-expanded .reveal-section__trigger:before {
      content: '[-]'; } }

.reveal-section__content {
  display: none;
  margin-top: 1em; }

.reveal-section.is-expanded .reveal-section__content {
  display: block; }

.showerror {
  border: 1px solid #fcb320;
  margin: 0 8px 16px;
  padding: 8px 8px 0;
  font-size: .875rem; }
  .showerror h2 {
    margin-bottom: 0;
    font-size: 18px; }

.social_feeds > div {
  width: 50%;
  float: left; }
  .social_feeds > div iframe {
    max-width: 90%; }
@media screen and (max-width: 699px) {
  .social_feeds {
    padding: 0 8px; }
    .social_feeds > div {
      width: 100%;
      float: none; }
      .social_feeds > div iframe {
        max-width: 100%; } }

body {
  background: #f68428 url(../img/bg-page.jpg) repeat-y center top;
  background-size: 100% auto;
  color: #333333; }

.wrap {
  position: relative;
  width: 85.625%;
  max-width: 960px;
  margin: 0 auto;
  background: white url(../img/bg-swoosh.png) no-repeat center 76px;
  background-size: contain;
  box-shadow: 0 0 2em #444; }
  @media screen and (max-width: 700px) {
    .wrap {
      max-width: 450px;
      background-position: center 21px; } }
  @media screen and (max-width: 480px) {
    .wrap {
      max-width: 300px;
      background-position: center 20px; } }

.ie8 .wrap {
  width: 960px !important; }

.page-content {
  padding: 0 40px;
  margin-top: -64px;
  margin-top: -76px; }
  .page-content.avoid-overlap {
    margin-top: 0; }
  @media screen and (max-width: 699px) {
    .page-content {
      padding: 0;
      margin-top: 0; } }

.content-main {
  width: 70%;
  float: left;
  overflow: auto;
  padding-right: 1em; }
  @media screen and (max-width: 699px) {
    .content-main {
      font-size: 14px;
      padding: 0 .5em;
      float: none;
      width: 100%; } }

.sidebar {
  width: 30%;
  float: right;
  overflow: auto;
  font-size: 14px;
  text-align: center; }
  @media screen and (max-width: 699px) {
    .sidebar {
      font-size: 14px;
      padding: 0;
      float: none;
      width: 100%; } }

.page-header {
  position: relative;
  height: 384px; }
  @media screen and (max-width: 1000px) {
    .page-header {
      height: 21rem; } }
  @media screen and (max-width: 870px) {
    .page-header {
      height: 16rem; } }
  @media screen and (max-width: 699px) {
    .page-header {
      min-height: 140px;
      height: auto; } }
  @media screen and (max-width: 480px) {
    .page-header {
      min-height: 100px; } }

.main-logo {
  position: absolute;
  left: 26px;
  top: 125px; }
  .main-logo a {
    width: 217px;
    height: 233px;
    display: block;
    text-indent: -99999px;
    background: url(../img/cfk-logo-full.png) no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain; }
  @media screen and (max-width: 1000px) {
    .main-logo a {
      height: 193px;
      width: 178px; } }
  @media screen and (max-width: 870px) {
    .main-logo a {
      height: 129px;
      width: 120px; } }
  @media screen and (max-width: 699px) {
    .main-logo {
      left: 8px;
      top: 45px; }
      .main-logo a {
        width: 92px;
        height: 92px; } }
  @media screen and (max-width: 480px) {
    .main-logo {
      left: 2px;
      top: 25px; }
      .main-logo a {
        width: 72px;
        height: 72px; } }

.masthead {
  height: 72px;
  line-height: 72px; }
  .masthead h2 {
    margin: 0;
    display: inline-block;
    max-width: 100%;
    margin: 0 18px;
    font-size: 16px; }
  .masthead .social {
    position: absolute;
    top: 20px;
    right: 18px; }
    .masthead .social li {
      display: inline-block; }
    .masthead .social a {
      height: 54px;
      text-indent: -99999px;
      display: inline-block; }
    .masthead .social .youtube {
      background: url(../img/btn-youtube.png);
      width: 68px; }
    .masthead .social .fb {
      background: url(../img/btn-fb.png);
      width: 30px; }
    .masthead .social .twitter {
      background: url(../img/btn-twitter.png);
      width: 30px; }
  @media screen and (max-width: 699px) {
    .masthead {
      height: 20px;
      line-height: 20px;
      padding-top: 2px; }
      .masthead h2 {
        height: 20px;
        line-height: 1;
        margin: 0 8px; } }

.main-nav {
  position: absolute;
  top: 55px;
  left: 16px; }
  .main-nav li {
    display: inline-block; }
  .main-nav a {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: .8125em;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: bold;
    border: 2px solid white;
    padding: 0 .7em;
    background: #fcb320;
    color: white;
    text-decoration: none;
    display: inline-block;
    height: 3.5em;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    max-width: 7em; }
    .main-nav a:hover {
      background: #f68428; }
    @media screen and (max-width: 970px) {
      .main-nav a {
        font-size: .7em; } }
    @media screen and (max-width: 830px) {
      .main-nav a {
        padding: 0 .3em; } }
    @media screen and (max-width: 760px) {
      .main-nav a {
        font-size: .6em; } }
  @media screen and (max-width: 699px) {
    .main-nav {
      display: none;
      position: relative;
      top: 5rem;
      left: 0;
      margin-bottom: 4.5em;
      clear: both; }
      .main-nav li {
        display: block;
        overflow: auto; }
      .main-nav a {
        box-shadow: inset 0 8px 8px rgba(0, 0, 0, 0.2);
        background: #f68428;
        background: #f15a2b;
        /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: -moz-radial-gradient(center, ellipse cover, #f58425 0%, #f15a2b 99%);
        /* FF3.6+ */
        background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #f58425), color-stop(99%, #f15a2b));
        /* Chrome,Safari4+ */
        background: -webkit-radial-gradient(center, ellipse cover, #f58425 0%, #f15a2b 99%);
        /* Chrome10+,Safari5.1+ */
        background: -o-radial-gradient(center, ellipse cover, #f58425 0%, #f15a2b 99%);
        /* Opera 12+ */
        background: -ms-radial-gradient(center, ellipse cover, #f58425 0%, #f15a2b 99%);
        /* IE10+ */
        background: radial-gradient(ellipse at center, #f58425 0%, #f15a2b 99%);
        /* W3C */
        text-shadow: 0 1px 0 #999;
        border: none;
        height: auto;
        width: 100%;
        display: block;
        max-width: 100%;
        font-size: 1em;
        padding: 4px; }
        .main-nav a span {
          border: 1px dashed rgba(255, 255, 255, 0.5);
          display: block;
          padding: .5em .5em .3em;
          font-size: .8125em; }
        .main-nav a:hover {
          background: #f15a2b;
          /* Old browsers */
          /* IE9 SVG, needs conditional override of 'filter' to 'none' */
          background: -moz-radial-gradient(center, ellipse cover, #f58425 0%, #f15a2b 99%);
          /* FF3.6+ */
          background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #f58425), color-stop(99%, #f15a2b));
          /* Chrome,Safari4+ */
          background: -webkit-radial-gradient(center, ellipse cover, #f58425 0%, #f15a2b 99%);
          /* Chrome10+,Safari5.1+ */
          background: -o-radial-gradient(center, ellipse cover, #f58425 0%, #f15a2b 99%);
          /* Opera 12+ */
          background: -ms-radial-gradient(center, ellipse cover, #f58425 0%, #f15a2b 99%);
          /* IE10+ */
          background: radial-gradient(ellipse at center, #f58425 0%, #f15a2b 99%);
          /* W3C */ } }
  @media screen and (max-width: 480px) {
    .main-nav {
      top: 3.5rem;
      margin-bottom: 3em; } }

.ie8 .main-nav li {
  display: block;
  float: left;
  margin-right: 4px; }

@media screen and (min-width: 700px) {
  #home .main-nav__home a,
  #purchase_activate .main-nav__purchase a,
  #enter_pin .main-nav__pin a,
  #events .main-nav__events a,
  #prizes .main-nav__prizes a,
  #kids-teachers .main-nav__involved a,
  #about .main-nav__about a,
  #donate .main-nav__donate a,
  #register_01 .main-nav__register a,
  #account .main-nav__account a {
    background: #f68428; } }
.ie8 #home .main-nav__home a,
.ie8 #purchase_activate .main-nav__purchase a,
.ie8 #enter_pin .main-nav__pin a,
.ie8 #events .main-nav__events a,
.ie8 #prizes .main-nav__prizes a,
.ie8 #kids-teachers .main-nav__involved a,
.ie8 #about .main-nav__about a,
.ie8 #donate .main-nav__donate a,
.ie8 #register_01 .main-nav__register a,
.ie8 #account .main-nav__account a {
  background: #f68428; }

@media screen and (max-width: 699px) {
  #home .main-nav {
    display: block; } }

.reveal__main-nav {
  width: 38px;
  height: 25px;
  background: url(../img/icn-nav-reveal.png) no-repeat left bottom;
  text-indent: -99999px;
  position: absolute;
  right: .5em;
  top: 114px; }
  .reveal__main-nav.is-expanded {
    background-position: left top; }
  @media screen and (min-width: 700px) {
    .reveal__main-nav {
      display: none; } }
  @media screen and (min-width: 481px) and (max-width: 699px) {
    .reveal__main-nav {
      top: 161px; } }

.ie8 .reveal__main-nav {
  display: none; }

.user-utility {
  float: right; }

.user-nav {
  margin-top: 3em; }
  @media screen and (max-width: 699px) {
    .user-nav {
      display: none; } }
  .user-nav li {
    display: inline-block;
    margin-right: 1em;
    line-height: 1.2;
    text-align: center;
    font-size: 14px; }
    @media screen and (max-width: 870px) {
      .user-nav li {
        margin-right: 0; } }
  .user-nav a {
    color: white;
    text-decoration: none;
    display: inline-block;
    float: left; }
    .user-nav a:hover {
      text-decoration: underline; }
    @media screen and (max-width: 1120px) {
      .user-nav a {
        font-size: 12px; } }
    @media screen and (max-width: 870px) {
      .user-nav a {
        font-size: 11px; } }
    @media screen and (max-width: 699px) {
      .user-nav a {
        font-size: 8px; } }
  .user-nav .img-login a,
  .user-nav .img-logout a {
    width: 138px;
    height: 124px;
    background: url(../img/bg-spider.png) no-repeat left top;
    -webkit-background-size: contain;
    background-size: contain; }
    @media screen and (max-width: 1120px) {
      .user-nav .img-login a,
      .user-nav .img-logout a {
        width: 95px;
        height: 85px; } }
    @media screen and (max-width: 870px) {
      .user-nav .img-login a,
      .user-nav .img-logout a {
        width: 85px;
        height: 76px; } }
    @media screen and (max-width: 700px) {
      .user-nav .img-login a,
      .user-nav .img-logout a {
        width: 56px;
        height: 50px; } }
  .user-nav .img-login a {
    padding-top: 51px; }
    @media screen and (max-width: 1120px) {
      .user-nav .img-login a {
        padding-top: 32px;
        padding-left: 4px; } }
    @media screen and (max-width: 870px) {
      .user-nav .img-login a {
        padding-top: 28px;
        padding-left: 1px; } }
    @media screen and (max-width: 700px) {
      .user-nav .img-login a {
        padding-top: 19px; } }
  .user-nav .img-logout a {
    padding-top: 43px;
    padding-left: 15px; }
    @media screen and (max-width: 1120px) {
      .user-nav .img-logout a {
        padding-top: 27px;
        padding-left: 11px; } }
    @media screen and (max-width: 870px) {
      .user-nav .img-logout a {
        padding-top: 24px;
        padding-left: 10px; } }
    @media screen and (max-width: 700px) {
      .user-nav .img-logout a {
        padding-top: 19px; } }
  .user-nav .img-activate {
    margin-top: 2em; }
    .user-nav .img-activate a {
      width: 147px;
      height: 118px;
      background: url(../img/bg-ghost.png) no-repeat left top;
      padding-top: 34px;
      padding-right: 57px;
      -webkit-background-size: contain;
      background-size: contain; }
      @media screen and (max-width: 1120px) {
        .user-nav .img-activate a {
          width: 97px;
          height: 78px;
          padding-top: 17px;
          padding-right: 37px; } }
      @media screen and (max-width: 870px) {
        .user-nav .img-activate a {
          width: 94px;
          height: 75px;
          padding-top: 20px;
          padding-right: 37px; } }
      @media screen and (max-width: 700px) {
        .user-nav .img-activate a {
          width: 63px;
          height: 50px;
          padding-top: 15px;
          padding-right: 23px; } }
    @media screen and (max-width: 700px) {
      .user-nav .img-activate {
        margin-top: 10px; } }
  .user-nav .img-account a {
    width: 131px;
    height: 127px;
    background: url(../img/bg-bluecat.png) no-repeat left top;
    padding-top: 47px;
    -webkit-background-size: contain;
    background-size: contain;
    padding-left: 12px; }
    @media screen and (max-width: 1120px) {
      .user-nav .img-account a {
        width: 93px;
        height: 90px;
        padding-top: 28px;
        padding-right: 0;
        padding-left: 9px; } }
    @media screen and (max-width: 700px) {
      .user-nav .img-account a {
        width: 63px;
        height: 50px;
        padding-top: 17px;
        padding-right: 23px; } }
  @media screen and (max-width: 700px) {
    .user-nav {
      margin-top: 0;
      line-height: 1;
      padding: 0; } }

.postHalloween .user-nav {
  padding-top: 40px; }
  @media screen and (max-width: 870px) {
    .postHalloween .user-nav {
      padding-top: 20px; } }
  .postHalloween .user-nav .img-login a,
  .postHalloween .user-nav .img-logout a {
    width: 131px;
    height: 117px; }
    @media screen and (max-width: 1120px) {
      .postHalloween .user-nav .img-login a,
      .postHalloween .user-nav .img-logout a {
        width: 131px;
        height: 117px; } }
    @media screen and (max-width: 870px) {
      .postHalloween .user-nav .img-login a,
      .postHalloween .user-nav .img-logout a {
        width: 85px;
        height: 76px; } }
    @media screen and (max-width: 700px) {
      .postHalloween .user-nav .img-login a,
      .postHalloween .user-nav .img-logout a {
        width: 56px;
        height: 50px; } }
  .postHalloween .user-nav .img-login a {
    padding-top: 47px; }
    @media screen and (max-width: 1120px) {
      .postHalloween .user-nav .img-login a {
        padding-top: 47px;
        padding-left: 7px; } }
    @media screen and (max-width: 870px) {
      .postHalloween .user-nav .img-login a {
        padding-top: 29px;
        padding-left: 0px; } }
    @media screen and (max-width: 700px) {
      .postHalloween .user-nav .img-login a {
        padding-top: 19px; } }
  .postHalloween .user-nav .img-logout a {
    padding-top: 40px;
    padding-left: 15px; }
    @media screen and (max-width: 1120px) {
      .postHalloween .user-nav .img-logout a {
        padding-top: 40px;
        padding-left: 15px; } }
    @media screen and (max-width: 870px) {
      .postHalloween .user-nav .img-logout a {
        padding-top: 24px;
        padding-left: 10px; } }
    @media screen and (max-width: 700px) {
      .postHalloween .user-nav .img-logout a {
        padding-top: 19px; } }

.ie8 .user-nav .img-account a {
  width: 140px; }

.cd-pin {
  float: right;
  clear: right;
  width: 219px;
  height: 161px;
  background: url(../img/bg-pumpkin-full.png) no-repeat left top;
  -webkit-background-size: contain;
  background-size: contain;
  color: white;
  text-align: center;
  line-height: 1.2;
  padding-top: 44px;
  margin-right: 12px;
  margin-top: 50px; }
  .cd-pin h4 {
    font-weight: normal;
    font-size: 1em;
    margin-bottom: 0; }
  .cd-pin span {
    font-size: 1.2em;
    font-weight: bold; }
  .cd-pin span.hasCountdown {
    font-size: 1em;
    display: block;
    margin-top: .5em; }
  @media screen and (max-width: 1120px) {
    .cd-pin {
      width: 175px;
      height: 127px;
      padding-top: 2.5rem;
      padding-right: 0; }
      .cd-pin h4, .cd-pin span.hasCountdown {
        font-size: 12px; } }
  @media screen and (max-width: 870px) {
    .cd-pin {
      width: 145px;
      height: 106px;
      padding-top: 1.75rem; }
      .cd-pin h4, .cd-pin span.hasCountdown {
        font-size: 11px; } }
  @media screen and (max-width: 699px) {
    .cd-pin {
      width: 99px;
      height: 73px;
      margin-top: 28px;
      margin-right: 10px;
      padding-top: 24px; }
      .cd-pin h4 {
        display: none; } }
  @media screen and (max-width: 480px) {
    .cd-pin {
      width: 74px;
      height: 54px;
      margin-top: 10px;
      margin-right: 4px;
      font-size: 12px;
      padding-top: 20px; }
      .cd-pin h4 {
        display: none; } }

.cd-pin__enter-pin-link {
  display: none;
  color: white;
  text-decoration: none;
  padding: 8px 8px 7px; }
  .cd-pin__enter-pin-link:hover {
    color: white;
    text-decoration: underline; }

.postHalloween .cd-pin__enter-pin-link {
  color: #333333; }
  .postHalloween .cd-pin__enter-pin-link:hover {
    color: #333333; }

.postHalloween .cd-pin {
  background: url(../img/bg-pumpkin-l.png) no-repeat left top;
  width: 264px;
  height: 201px;
  color: #333333;
  padding-left: 7px;
  padding-top: 55px; }
  .postHalloween .cd-pin label {
    font-weight: bold;
    font-size: 18px; }
  .postHalloween .cd-pin p {
    margin-bottom: 8px; }
  .postHalloween .cd-pin #cd-pin__input {
    height: 40px;
    width: 200px;
    font-size: 16px; }
  .postHalloween .cd-pin .btn {
    border-color: white;
    color: #333333;
    font-weight: bold;
    font-size: 18px;
    background: transparent;
    height: 30px;
    line-height: 28px; }
    .postHalloween .cd-pin .btn:hover {
      background: white;
      color: #333333; }
  @media screen and (max-width: 1120px) {
    .postHalloween .cd-pin {
      padding-top: 55px;
      padding-left: 7px; }
      .postHalloween .cd-pin p {
        margin-bottom: 8px; }
      .postHalloween .cd-pin #cd-pin__input {
        width: 200px;
        height: 40px; }
      .postHalloween .cd-pin .btn {
        height: 30px;
        line-height: 28px; } }
  @media screen and (max-width: 870px) {
    .postHalloween .cd-pin {
      width: 145px;
      height: 106px;
      padding-top: 1.75rem;
      background-size: contain;
      padding-left: 3px; }
      .postHalloween .cd-pin #cd-pin__enter-pin {
        display: none; }
      .postHalloween .cd-pin .cd-pin__enter-pin-link {
        display: block; } }
  @media screen and (max-width: 699px) {
    .postHalloween .cd-pin {
      width: 99px;
      height: 73px;
      padding-top: 17px;
      padding-left: 8px;
      padding-right: 11px; }
      .postHalloween .cd-pin .cd-pin__enter-pin-link {
        font-size: 12px; } }
  @media screen and (max-width: 480px) {
    .postHalloween .cd-pin {
      padding-top: 8px;
      width: 74px;
      height: 54px; }
      .postHalloween .cd-pin .cd-pin__enter-pin-link span {
        display: none; } }

.sponsors {
  border-top: 1px solid #8d8e8d;
  padding: 16px 40px; }
  .sponsors > h2 {
    font-size: 14px;
    font-weight: normal; }
  @media screen and (max-width: 699px) {
    .sponsors {
      padding: 16px 8px; }
      .sponsors > h2 {
        margin-bottom: .5em; } }

.sponsors__static {
  float: left; }
  .sponsors__static li {
    display: inline-block;
    margin-right: 32px; }
  .sponsors__static a {
    height: 80px;
    width: auto; }
  @media screen and (max-width: 959px) {
    .sponsors__static img, .sponsors__static li {
      max-height: 70px; } }
  @media screen and (max-width: 760px) {
    .sponsors__static img, .sponsors__static li {
      max-height: 50px; } }
  @media screen and (max-width: 540px) {
    .sponsors__static img, .sponsors__static li {
      max-height: 40px; } }
  @media screen and (max-width: 480px) {
    .sponsors__static {
      margin-bottom: 0; }
      .sponsors__static li {
        margin-right: 10px; }
      .sponsors__static a {
        max-height: 30px; }
      .sponsors__static img {
        max-height: 30px; } }

.sponsors__scroll {
  float: right;
  width: 20%;
  margin-top: 10px; }
  .sponsors__scroll img {
    max-height: 80px; }
  @media screen and (max-width: 959px) {
    .sponsors__scroll {
      margin-top: 0; }
      .sponsors__scroll img {
        max-height: 70px; } }
  @media screen and (max-width: 760px) {
    .sponsors__scroll {
      margin-top: 0; }
      .sponsors__scroll img {
        max-height: 50px; } }
  @media screen and (max-width: 540px) {
    .sponsors__scroll {
      margin-top: 0; }
      .sponsors__scroll img {
        max-height: 40px; } }
  @media screen and (max-width: 480px) {
    .sponsors__scroll img {
      max-height: 30px; } }

.footer-nav {
  padding: 0 40px;
  font-size: 13px; }
  .footer-nav a {
    color: #333333;
    text-decoration: none;
    margin: 0 .5em 0 0; }
    .footer-nav a:hover {
      text-decoration: underline; }
  .footer-nav ul {
    margin-bottom: 16px; }
  .footer-nav li {
    display: inline; }
    .footer-nav li:after {
      content: "|";
      margin-right: .5em; }
    .footer-nav li:last-child:after {
      content: ""; }
    .footer-nav li:first-child a {
      margin-left: 0; }
  @media screen and (max-width: 699px) {
    .footer-nav {
      padding: 0 8px; } }

.site-info {
  background: black;
  color: white;
  font-size: 13px;
  padding: 16px 40px 48px; }
  .site-info p {
    margin-bottom: .5em; }
    .site-info p span {
      margin: 0 .5em; }
  .site-info a {
    color: white; }
  @media screen and (max-width: 699px) {
    .site-info {
      padding: 16px 8px;
      font-size: 11px; } }

.powered-by-vigorate {
  text-align: center;
  margin: 2em 0 0; }

.ie8 .powered-by-vigorate {
  margin-bottom: 0 !important; }

@media screen and (max-width: 699px) {
  #home .main-nav {
    top: 0; } }
#home .reveal__main-nav {
  display: none; }

@media screen and (max-width: 699px) {
  .index-features {
    display: none; } }
.index-features .content-box {
  height: 266px;
  line-height: 1.2; }
.index-features .tagline {
  height: 4em;
  padding-right: 90px; }
.index-features .footnote {
  height: auto;
  position: absolute;
  bottom: .5em; }

.index-features__buy-card .content-box__content {
  background-image: url(../img/bg-index-buy-card.png); }

.index-features__prizes .content-box__content {
  background-image: url(../img/bg-index-prizes.jpg); }

.index-features__events .content-box__content {
  background-image: url(../img/bg-index-events.jpg); }

.index-features__kids-teachers .content-box__content {
  background-image: url(../img/bg-index-kt2.gif); }

.ie8 .index-features__prizes .content-box__content {
  background-image: url(../img/bg-index-prizes-s.jpg); }
.ie8 .index-features__events .content-box__content {
  background-image: url(../img/bg-index-events-s.jpg); }
.ie8 .index-features__kids-teachers .content-box__content {
  background-image: url(../img/bg-index-kt2.gif); }

@media screen and (max-width: 699px) {
  #kids-teachers .page-content > header {
    display: none; } }

.grid--kids-teachers .content-box {
  height: 300px;
  line-height: 1.7; }
  .grid--kids-teachers .content-box li {
    margin-bottom: .5em; }
  @media screen and (max-width: 699px) {
    .grid--kids-teachers .content-box {
      height: auto; } }

.have-fun li {
  padding: 1em 5em 1em 0;
  height: 5em;
  margin-bottom: .2em; }
.have-fun .colouring {
  background: url(../img/kt-colouring.gif) no-repeat right center;
  background-size: contain; }
.have-fun .spelling {
  background: url(../img/kt-spelling.gif) no-repeat right center;
  background-size: contain; }
.have-fun .word-search {
  background: url(../img/kt-word-search.gif) no-repeat right center;
  background-size: contain; }
@media screen and (max-width: 699px) {
  .have-fun li {
    padding: 1em 0 10em;
    height: auto;
    margin-bottom: .2em; }
  .have-fun .colouring {
    background: url(../img/kt-colouring.gif) no-repeat center bottom;
    background-size: auto 10em; }
  .have-fun .spelling {
    background: url(../img/kt-spelling.gif) no-repeat center bottom;
    background-size: auto 10em; }
  .have-fun .word-search {
    background: url(../img/kt-word-search.gif) no-repeat center bottom;
    background-size: auto 10em; } }

.ie8 .have-fun li {
  padding: 1em 5em 1em 0;
  height: 5em;
  margin-bottom: .2em; }
.ie8 .have-fun .colouring {
  background: url(../img/kt-colouring-s.gif) no-repeat right center;
  background-size: contain; }
.ie8 .have-fun .spelling {
  background: url(../img/kt-spelling-s.gif) no-repeat right center;
  background-size: contain; }
.ie8 .have-fun .word-search {
  background: url(../img/kt-word-search-s.gif) no-repeat right center;
  background-size: contain; }

#regShippingAddress {
  /* Conditional display form field */
  display: none; }

.login-note {
  text-align: center; }
  .login-note p {
    margin-bottom: 0; }
  @media screen and (max-width: 699px) {
    .login-note {
      text-align: left; } }

#noUsername span {
  display: block;
  font-size: 1.2em;
  margin: 0 1em; }
  #noUsername span strong {
    font-size: 1.25em; }

#purchase_activate .content-box {
  height: 380px; }
  @media screen and (max-width: 959px) {
    #purchase_activate .content-box {
      height: auto; } }
#purchase_activate .content-box--purchase p.second-last {
  background: url(../img/bg-index-buy-card.png) no-repeat center bottom;
  padding-bottom: 162px; }
  @media screen and (max-width: 959px) {
    #purchase_activate .content-box--purchase p.second-last {
      background-image: none;
      padding-bottom: 0; } }

#coin-card {
  background-image: none;
  background-color: white; }
  #coin-card .coin-page {
    background: #faa51a;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #faa51a 0%, #c86b28 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #faa51a), color-stop(100%, #c86b28));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, #faa51a 0%, #c86b28 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, #faa51a 0%, #c86b28 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, #faa51a 0%, #c86b28 100%);
    /* IE10+ */
    background: linear-gradient(45deg, #faa51a 0%, #c86b28 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#c86b28',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    width: 900px; }
  #coin-card .coin-wrap {
    background: url(../img/bg-coin-card.png) no-repeat bottom left;
    background-size: 38% auto;
    width: 880px;
    margin: 0 auto;
    padding: 10px 0;
    overflow: auto;
    position: relative; }
  #coin-card ol {
    overflow: auto;
    margin: 0 0 10px;
    background: white;
    border: 1px solid #fcb320; }
  #coin-card li {
    float: left;
    width: 20%;
    position: relative;
    border-top: 1px dashed #fcb320;
    border-right: 1px dashed #fcb320; }
    #coin-card li:nth-child(-n+5) {
      border-top: none; }
    #coin-card li:nth-child(5n) {
      border-right: none; }
    #coin-card li p {
      position: absolute;
      width: 100%;
      text-align: center;
      top: 53%;
      font-weight: bold;
      color: black;
      font-size: 12px; }
    #coin-card li img {
      display: block; }
  #coin-card .coin-coupon {
    width: 60%;
    height: auto;
    float: right; }
  #coin-card .coin-scissors {
    position: absolute;
    top: 14px;
    left: 169px;
    width: 15px; }
  #coin-card h1 {
    float: left;
    width: 35%;
    color: #f68428;
    padding-left: 20px;
    padding-top: 64px; }
  @media screen {
    #coin-card h1 {
      display: none; } }
  @media print {
    #coin-card .coin-page {
      background-image: none;
      background-color: white;
      width: 8in;
      height: 10.5in; } }

.event-content-area {
  overflow: auto;
  padding-bottom: 2em; }
  @media screen and (max-width: 480px) {
    .event-content-area {
      overflow-x: hidden; } }
  .event-content-area img {
    float: left;
    max-width: 30%;
    padding: .5em;
    border: 1px solid #ccc;
    margin: 0 .5em .5em 0; }
    @media screen and (max-width: 959px) {
      .event-content-area img {
        max-width: 40%; } }
    @media screen and (max-width: 699px) {
      .event-content-area img {
        max-width: 50%; } }
    @media screen and (max-width: 480px) {
      .event-content-area img {
        max-width: 100%;
        clear: both;
        float: none; } }
  .event-content-area br {
    margin-bottom: .5em;
    display: block;
    height: .5em; }

#events .page-content > .content-container {
  padding-left: 0;
  padding-right: 0; }
  @media screen and (max-width: 699px) {
    #events .page-content > .content-container {
      padding-left: 8px;
      padding-right: 8px;
      margin-bottom: 0; } }

.prizes__instant-win .content-box__content {
  height: 240px; }
  @media screen and (max-width: 699px) {
    .prizes__instant-win .content-box__content {
      height: auto; } }

.prizes__gwl .content-box__content {
  background: url(../img/gwlGrandPrize.jpg) no-repeat right bottom;
  background-size: 50% auto;
  height: 228px; }
  .prizes__gwl .content-box__content > div {
    width: 50%;
    padding-right: 20%;
    line-height: 1.7;
    padding-top: .5em;
    padding-bottom: .5em;
    background: url(../img/gwlPrizeLogo.png) no-repeat right 1.3em;
    background-size: 40% auto; }
  .prizes__gwl .content-box__content p:first-child {
    margin-bottom: 32px; }
.prizes__gwl .footnote {
  font-size: 13px; }
@media screen and (max-width: 959px) {
  .prizes__gwl .content-box__content {
    height: auto; }
    .prizes__gwl .content-box__content p:first-child {
      margin-bottom: 16px; } }
@media screen and (max-width: 870px) {
  .prizes__gwl p {
    line-height: 1.4;
    margin-bottom: 0;
    background-position: right center; } }
@media screen and (max-width: 699px) {
  .prizes__gwl .content-box__content {
    background-image: none;
    height: auto; }
    .prizes__gwl .content-box__content div {
      width: 100%;
      background-size: 40% auto;
      background-position: right center;
      padding: 1em 40% 1em 0;
      min-height: 180px; } }

.content-box.has-img.prize--secondary header h2 {
  font-size: 14px; }
.content-box.has-img.prize--secondary .tagline {
  height: 4.5em; }
@media screen and (max-width: 699px) {
  .content-box.has-img.prize--secondary .content-box__content {
    padding-top: 124px;
    background-size: auto 122px; } }

@media screen and (max-width: 1080px) and (min-width: 960px) {
  .prize--secondary header span {
    display: none; }
  .prize--secondary .content-box__content {
    background-size: 100% auto !important; } }
@media screen and (max-width: 770px) and (min-width: 700px) {
  .prize--secondary header span {
    display: none; }
  .prize--secondary .content-box__content {
    background-size: 100% auto !important; } }
.prizes__scotia .content-box__content {
  background-image: url(../img/pl-scotiabank.gif); }

.prizes__cineplex .content-box__content {
  background-image: url(../img/pl-cineplex-256.gif); }

.prizes__gwl-2 .content-box__content {
  background-image: url(../img/pl-gw1.jpg); }

.prizes__sportchek .content-box__content {
  background-image: url(../img/pl-sportchek.gif); }

.prizes__ps3 .content-box__content {
  background-image: url(../img/pl-ps3.jpg); }

.enter-pin--preHalloween {
  font-size: 16px; }

#enter-pin-form {
  padding: 1em 2em .5em;
  max-width: 430px; }
  #enter-pin-form #pin_code {
    width: 100%;
    max-width: 344px; }
  @media screen and (max-width: 699px) {
    #enter-pin-form {
      padding: 4px; } }

.instantWinPrize {
  padding: 1em 2em 2em; }
  .instantWinPrize .img-container {
    border: 1px solid #ccc;
    padding: 2.5em 1em; }
  @media screen and (max-width: 699px) {
    .instantWinPrize {
      padding: 0; } }

#about .photos {
  text-align: center; }
  #about .photos img {
    border: 1px solid #ccc; }
  @media screen and (max-width: 699px) {
    #about .photos li {
      float: left;
      width: 50%;
      padding: 8px; } }

.sponsor-list li {
  margin-bottom: 2em; }
  @media screen and (max-width: 699px) {
    .sponsor-list li {
      padding: 0 8px; } }
.sponsor-list .img-container {
  float: left;
  width: 35%;
  height: 12em;
  padding: 1em;
  border: 1px solid #ccc;
  text-align: center; }
  .sponsor-list .img-container img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto; }
  @media screen and (max-width: 699px) {
    .sponsor-list .img-container {
      float: none;
      width: 100%;
      height: auto;
      margin-bottom: 16px; }
      .sponsor-list .img-container img {
        max-height: 80px; } }

.sponsor-info {
  width: 65%;
  float: right;
  padding-left: 1em; }
  .sponsor-info h3 {
    margin-bottom: .5em; }
  .sponsor-info p {
    font-size: 14px;
    margin-bottom: .5em; }
  @media screen and (max-width: 699px) {
    .sponsor-info {
      width: 100%;
      float: none;
      padding-left: 0; } }

.other-sponsors {
  text-align: center; }
  .other-sponsors li {
    float: left;
    width: 33%;
    padding: .5em; }
  .other-sponsors .img-container {
    padding: 1.5em;
    border: 1px solid #ccc;
    height: 10em; }
    .other-sponsors .img-container img {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto; }
    @media screen and (max-width: 699px) {
      .other-sponsors .img-container {
        height: 4em; } }

#sponsors-page .page-content > .content-container {
  padding-left: 0;
  padding-right: 0; }
  @media screen and (max-width: 699px) {
    #sponsors-page .page-content > .content-container {
      padding-left: 8px;
      padding-right: 8px;
      margin-bottom: 0; } }

#locations #spiritHalloween img {
  max-width: 30%; }

#order-display .checkout_items {
  font-size: .875em;
  border-top: 1px solid #ccc; }
  #order-display .checkout_items .img-container {
    border: 1px solid #ccc;
    padding: 0 1em; }
    #order-display .checkout_items .img-container img {
      display: block; }
  #order-display .checkout_items td {
    vertical-align: middle;
    border-bottom: 1px solid #ccc; }
  #order-display .checkout_items .item_image {
    width: 25%;
    min-width: 120px;
    padding-left: 8px; }
