/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/2b980c");

@font-face {
    font-family: 'Helvetica Nue Light';
    src: url("/assets/fonts/HelveticaNeueLTStd-Th.otf");
    src: url('/assets/fonts/2B980C_0_0.eot');
    src: url('/assets/fonts/2B980C_0_0.eot?#iefix') format('embedded-opentype'),url('/assets/fonts/2B980C_0_0.woff') format('woff'),url('/assets/fonts/2B980C_0_0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal; }

/*@font-face {font-family: 'Helvetica Nue Light';src: url('/assets/fonts2B980C_0_0.eot');src: url('/assets/fonts2B980C_0_0.eot?#iefix') format('embedded-opentype'),url('/assets/fonts2B980C_0_0.woff') format('woff'),url('/assets/fonts2B980C_0_0.ttf') format('truetype');}*/

/*------------------------------------*\
    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.
 */
/* footer links */
/* base footer (copyright) */
/* header background */
/**
 * Setup
 */
/*------------------------------------*\
    VARS.SCSS
\*------------------------------------*/
/**
 * A
 * 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.
 */
/*------------------------------------*\
    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............Youre 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; theyre 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.
 *
 * Its not great practice to define solid breakpoints up-front, preferring to
 * modify your design when it needs it, rather than assuming youll 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. Its 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; */
    outline: none; 
}

/*
 * 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: 400; }

/*
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
    font-style: italic; }

/*
 * Address differences between Firefox and other browsers.
 */
hr {
    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 */
    /* 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
 */
/**
* Lets make the box model all nice, shall we...?
*/
*, *:before, *:after {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }

/**
 * The usual...
 */
h1, h2, h3, .Home h1, 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, .Home h1, h4, h5, h6, hgroup,
ul, ol, dl,
blockquote, p, address,
table,
fieldset, figure,
pre,
.form-fields > li,
.media,
.island,
.islet {
    margin-bottom: 26px;
    margin-bottom: 1.625rem; }
.islet h1, .islet h2, .islet h3, .islet .Home h1, .Home .islet h1, .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: 13px;
    margin-bottom: 0.8125rem; }

/**
 * Doubled up `margin-bottom` helper class.
 */
.landmark {
    margin-bottom: 52px;
    margin-bottom: 3.25rem; }

/**
 * `hr` elements only take up a few pixels, so we need to give them special
 * treatment regarding vertical rhythm.
 */
hr {
    margin-bottom: 24px;
    margin-bottom: 1.5rem; }

/**
 * 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: 39px;
    margin-left: 2.4375rem; }

/**
 * Base styles; unclassed HTML elements etc.
 */
/*------------------------------------*\
    $MAIN
\*------------------------------------*/
html {
    font: 1em/1.625 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, .hundred-header {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.44444; }

h2, .beta {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.73333; }

h3, .Home h1, .gamma {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.08333; }

h4, .delta {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.3; }

h5, .epsilon {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625; }

h6, .zeta {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.85714; }

/**
 * 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.08333; }

.mega {
    font-size: 72px;
    font-size: 4.5rem;
    line-height: 1.08333; }

.kilo, .hundred-header--page-header {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.08333; }

/*------------------------------------*\
    $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.44444; }

/*------------------------------------*\
    $FORMS
\*------------------------------------*/
/**
 *
 * Demo: jsfiddle.net/inuitcss/MhHHU
 *
 */
fieldset {
    padding: 26px; }

/**
 * 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 wont 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: -26px;
    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: 26px;
    vertical-align: top; }

/**
   * Create grids with wider gutters. Extends `.grid`.
   */
.grid--wide {
    margin-left: -52px; }
.grid--wide > .grid__item {
    padding-left: 52px; }

/*
@import "objects/nav";
@import "objects/options";
@import "objects/pagination";
@import "objects/breadcrumb";
@import "objects/media";
@import "objects/marginalia";
@import "objects/island";
@import "objects/block-list";
@import "objects/matrix";
@import "objects/split";
@import "objects/this-or-this";
@import "objects/link-complex";
@import "objects/flyout";
@import "objects/arrows";
@import "objects/sprite";
@import "objects/icon-text";
@import "objects/beautons";
@import "objects/lozenges";
@import "objects/rules";
@import "objects/stats";
@import "objects/greybox";





/**
 * 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 youd 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: 34.94em) {
    /**
    * 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%; } 


.prod-pic      { width:100% !important; float:left; clear:right;             }


}



@media only screen and (min-width: 35em) and (max-width: 57.94em) {
    /**
    * 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: 35em) {
    /**
    * 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: 57.94em) {
    /**
    * 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: 58em) {
    /**
    * 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 */
/* =============================================================

    Slider v2.0
    A simple, fluid, touch-enabled carousel forked from FlexSlider by WooThemes.

    CSS by WooThemes with contributing author Tyler Smith, 2012.
    http://www.woothemes.com/flexslider/
    https://twitter.com/mbmufffin

    Rebounded by Chris Ferdinandi, 2013.
    http://gomakethings.com

    Licensed under GPLv2.
    http://www.gnu.org/licenses/gpl-2.0.html

 * ============================================================= */
/* =============================================================
    SLIDER
    Progressively-enhanced carousel styling.
 * ============================================================= */
/*  Set styling for slides and navigation controls. */
.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.slides {
    position: relative;
    text-align: center;
    max-height: 25em; }

/*  Default margin-bottom for slides. */
.slides > li {
    margin-bottom: .470588235em; }

/*  If JS activated, remove margin-bottom from slides. */
.js .slides > li {
    margin-bottom: 0; }

/*  Set width of slide images to 100%. */
/*  Basic formatting for slider. */
.flexslider {
    padding: 0;
    position: relative;
    box-sizing: border-box;
    zoom: 1;
    overflow: hidden; }

/*  Sets the maximum height and transition styles for the viewport area.
 *  This is not in the default markup. Added by flexslider.js script. */
.flex-viewport {
    max-height: 12em;
    transition: all 1s ease;
    overflow: hidden; }

/*  Maximum height of the viewport while loading. */
.loading .flex-viewport {
    max-height: 18em; }

/*  Bugfix for IE7 and lower. */
.flexslider .slides {
    zoom: 1; }

/*  Default margin-right for multi-image sliders. */
.carousel li {
    margin-right: .294117647em; }

/*  Direction Nav */
/*  Styling for the back/next arrows. */
/*  General direction navigation styling.
 *  Sets size, location, background color, etc. */
.flex-direction-nav a {
    font-size: 1.529411765em;
    line-height: 1;
    color: #ffffff;
    text-decoration: none;
    position: absolute;
    padding: .5em;
    z-index: 10;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=90); }
.flex-direction-nav a:hover {
    text-decoration: none; }

.flex-direction-nav li a {
    height: 100%;
    top: 0;
    width: 2em; }

.flex-direction-nav li a span {
    position: absolute;
    top: 46%;
    color: #434343; }

/*  Direction navigation styling on hover. */
.flex-direction-nav a:hover {
    opacity: 1;
    filter: alpha(opacity=100); }

/*  Screen-reader class for better accessibility for visually impaired.
 *  If using with Kraken, this is redundant and can be removed. */
.flex-direction-nav a .screen-reader {
    position: absolute;
    top: -9999px;
    left: -9999px; }

/*  Position for the "next" navigation. */
.flex-direction-nav .flex-next {
    display: none;
    right: 0; }

/*  Position for the "back" navigation. */
.flex-direction-nav .flex-prev {
    display: none;
    left: 0; }

/*  Styling for disabled navigation arrows.
 *  (Used if you disable "animationLoop" in slider.js.) */
.flex-direction-nav .flex-disabled {
    opacity: 0.3 !important;
    filter: alpha(opacity=30);
    cursor: default; }

/*  Control Nav */
/*  Styling for the dots below the slider. */
/*  Control nav width, location, and position. */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -2.352941176em;
    text-align: center; }

/*  Basic positioning and styles for control nav items. */
.flex-control-nav li {
    margin: 0 .470588235em;
    display: inline-block;
    zoom: 1;
    *display: inline; }

/*  Sizing, colors and more for control nav items. */
.flex-control-paging li a {
    width: .647058824em;
    height: .647058824em;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 50%;
    box-shadow: inset 0 0 0.1875em rgba(0, 0, 0, 0.3); }

/*  Control nav item styling on hover. */
.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7); }

/*  Styling for active control nav item. */
.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default; }

/* Clearfix for the .slides element */
.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.icon img {
    max-width: 100%;
    width: 100% !important; }

.icon-first {
    position: absolute;
    top: .5em;
    left: 8.2em; /*7em;*/ }

.icon-last {
    position: absolute;
    bottom: 5em;
    right: 7em; }

.line {
    display: none;
    position: absolute;
    top: 8em; }
.line img {
    width: 100% !important;
    max-width: 100%; }

.line-p1 {
    left: 8.5em; }

.line-p2 {
    left: 21.5em; }

.line-p3 {
    /*display: none;*/ }


@font-face {
    font-family: 'hundredRegular';
    src: url("/assets/fonts/ahundredmiles-webfont.eot");
    src: url("/assets/fonts/ahundredmiles-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/ahundredmiles-webfont.woff") format("woff"), url("/assets/fonts/ahundredmiles-webfont.ttf") format("truetype"), url("/assets/fonts/ahundredmiles-webfont.svg#a_hundred_milesregular") format("svg");
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'Helvetica Nue Custom Bold';
    src: url("/assets/fonts/HelveticaNeueLTStd-Bd.otf");
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'Helvetica Nue Custom Roman';
    src: url("/assets/fonts/HelveticaNeueLTStd-Roman.otf");
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'Helvetica Nue Custom Ultra Light';
    src: url("/assets/fonts/HelveticaNeueLTStd-UltLt.otf");
    font-weight: normal;
    font-style: normal; }


.animated {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s; }

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s; }

@-webkit-keyframes fadeInEnlarge {
    0% {
    opacity: 0;
    -webkit-transform: scale(0); }

100% {
    opacity: 1;
    -webkit-transform: scale(1); } }

@keyframes fadeInEnlarge {
    0% {
    opacity: 0;
    transform: scale(0); }

100% {
    opacity: 1;
    transform: scale(1); } }

.fadeInEnlarge {
    -webkit-animation-name: fadeInEnlarge;
    animation-name: fadeInEnlarge; }

@-webkit-keyframes fadeIn {
    0% {
    opacity: 0; }

100% {
    opacity: 1; } }

@keyframes fadeIn {
    0% {
    opacity: 0; }

100% {
    opacity: 1; } }

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn; }

@-webkit-keyframes fadeInUp {
    0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }

100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInUp {
    0% {
    opacity: 0;
    transform: translateY(20px); }

100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp; }

@-webkit-keyframes fadeInDown {
    0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }

100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInDown {
    0% {
    opacity: 0;
    transform: translateY(-20px); }

100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft {
    0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }

100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes fadeInLeft {
    0% {
    opacity: 0;
    transform: translateX(-20px); }

100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
    0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }

100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes fadeInRight {
    0% {
    opacity: 0;
    transform: translateX(20px); }

100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight; }

@-webkit-keyframes bounceIn {
    0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }

50% {
    opacity: 1;
    -webkit-transform: scale(1.05); }

70% {
    -webkit-transform: scale(0.9); }

100% {
    -webkit-transform: scale(1); } }

@keyframes bounceIn {
    0% {
    opacity: 0;
    transform: scale(0.3); }

50% {
    opacity: 1;
    transform: scale(1.05); }

70% {
    transform: scale(0.9); }

100% {
    transform: scale(1); } }

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn; }

@-webkit-keyframes bounceInUp {
    0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }

60% {
    opacity: 1;
    -webkit-transform: translateY(-30px); }

80% {
    -webkit-transform: translateY(10px); }

100% {
    -webkit-transform: translateY(0); } }

@keyframes bounceInUp {
    0% {
    opacity: 0;
    transform: translateY(2000px); }

60% {
    opacity: 1;
    transform: translateY(-30px); }

80% {
    transform: translateY(10px); }

100% {
    transform: translateY(0); } }

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp; }

@-webkit-keyframes bounceInDown {
    0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }

60% {
    opacity: 1;
    -webkit-transform: translateY(30px); }

80% {
    -webkit-transform: translateY(-10px); }

100% {
    -webkit-transform: translateY(0); } }

@keyframes bounceInDown {
    0% {
    opacity: 0;
    transform: translateY(-2000px); }

60% {
    opacity: 1;
    transform: translateY(30px); }

80% {
    transform: translateY(-10px); }

100% {
    transform: translateY(0); } }

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
    0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }

60% {
    opacity: 1;
    -webkit-transform: translateX(30px); }

80% {
    -webkit-transform: translateX(-10px); }

100% {
    -webkit-transform: translateX(0); } }

@keyframes bounceInLeft {
    0% {
    opacity: 0;
    transform: translateX(-2000px); }

60% {
    opacity: 1;
    transform: translateX(30px); }

80% {
    transform: translateX(-10px); }

100% {
    transform: translateX(0); } }

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
    0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }

60% {
    opacity: 1;
    -webkit-transform: translateX(-30px); }

80% {
    -webkit-transform: translateX(10px); }

100% {
    -webkit-transform: translateX(0); } }

@keyframes bounceInRight {
    0% {
    opacity: 0;
    transform: translateX(2000px); }

60% {
    opacity: 1;
    transform: translateX(-30px); }

80% {
    transform: translateX(10px); }

100% {
    transform: translateX(0); } }

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight; }

@-webkit-keyframes fadeInLeftBig {
    0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }

100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes fadeInLeftBig {
    0% {
    opacity: 0;
    transform: translateX(-2000px); }

100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRightBig {
    0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }

100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes fadeInRightBig {
    0% {
    opacity: 0;
    transform: translateX(2000px); }

100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig; }

@-webkit-keyframes tada {
    0% {
    -webkit-transform: scale(1); }

10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg); }

30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg); }

40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg); }

100% {
    -webkit-transform: scale(1) rotate(0); } }

@keyframes tada {
    0% {
    transform: scale(1); }

10%, 20% {
    transform: scale(0.9) rotate(-3deg); }

30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg); }

40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg); }

100% {
    transform: scale(1) rotate(0); } }

.tada {
    -webkit-animation-name: tada;
    animation-name: tada; }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
.nav:before, .nav:after {
    content: " ";
    display: table; }
.nav:after {
    clear: both; }
.nav > li {
    position: relative;
    display: block; }
.nav > li > a {
    position: relative;
    display: block; }
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #999999; }
.nav > li.disabled > a {
    color: #999999; }
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #999999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed; }
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #999999;
    border-color: #fff; }
.nav .open > .current, .nav .open > .current:hover, .nav .open > .current:focus {
    background-color: #d60829;
    border-color: #fff; }
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
.nav > li > a > img {
    max-width: none; }

.nav-tabs {
    border-bottom: 1px solid #dddddd; }
.nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0; }
.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #dddddd; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: white;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default; }

.nav-pills > li {
    float: left; }
.nav-pills > li > a {
    border-radius: 4px; }
.nav-pills > li + li {
    margin-left: 2px; }
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: white;
    background-color: #d60829; }

.nav-stacked > li {
    float: none; }
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
    width: 100%; }
.nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px; }
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
@media (min-width: 42em) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0; }
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #dddddd; }
@media (min-width: 42em) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: white; } }

.tab-content > .tab-pane {
    display: none; }
.tab-content > .active {
    display: block; }

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent; }
.navbar:before, .navbar:after {
    content: " ";
    display: table; }
.navbar:after {
    clear: both; }
@media (min-width: 42em) {
    .navbar {
        border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table; }
.navbar-header:after {
    clear: both; }
@media (min-width: 42em) {
    .navbar-header {
        float: left; } }

.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 1.8em;
    padding-left: 1.8em;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch; }
.navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
.navbar-collapse:after {
    clear: both; }
.navbar-collapse.in {
    overflow-y: auto; }
@media (min-width: 42em) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none; }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
    .navbar-collapse.in {
        overflow-y: visible; }
    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: -1.8em;
    margin-left: -1.8em; }
@media (min-width: 42em) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0; } }

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px; }
@media (min-width: 42em) {
    .navbar-static-top {
        border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030; }
@media (min-width: 42em) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0; } }

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0; }

.navbar-brand {
    float: left;
    padding: 0.5em 1.8em;
    font-size: 18px;
    line-height: 20px;
    height: 50px; }
.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
@media (min-width: 42em) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -1.8em; } }

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 1.8em;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px; }
.navbar-toggle:focus {
    outline: none; }
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
@media (min-width: 42em) {
    .navbar-toggle {
        display: none; } }

.navbar-nav {
    margin: 0.25em -1.8em; }
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
@media (max-width: 41em) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none; }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
    .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none; } }
@media (min-width: 42em) {
    .navbar-nav {
        float: left;
        margin: 0; }
    .navbar-nav > li {
        float: left; }
    .navbar-nav > li > a {
        padding-top: .8em;
        padding-bottom: .8em; }
    .navbar-nav.navbar-right:last-child {
        margin-right: -1.8em; } }

@media (min-width: 42em) {
    .navbar-left {
        float: left !important; }

    .navbar-right {
        float: right !important; } }
.navbar-form {
    margin-left: -1.8em;
    margin-right: -1.8em;
    padding: 10px 1.8em;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px; }
@media (max-width: 41em) {
    .navbar-form .form-group {
        margin-bottom: 5px; } }
@media (min-width: 42em) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none; }
    .navbar-form.navbar-right:last-child {
        margin-right: -1.8em; } }

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px; }
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px; }
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px; }
@media (min-width: 42em) {
    .navbar-text {
        float: left;
        margin-left: 1.8em;
        margin-right: 1.8em; }
    .navbar-text.navbar-right:last-child {
        margin-right: 0; } }

.navbar-default {
    background-color: #35362f;
    border-color: #242420; }
.navbar-default .navbar-brand {
    color: #777777; }
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent; }
.navbar-default .navbar-text {
    color: #35362f; }
.navbar-default .navbar-nav > li > a {
    color: #777777; }
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333333;
    background-color: transparent; }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555555;
    background-color: #242420; }
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent; }
.navbar-default .navbar-toggle {
    border-color: #dddddd; }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #dddddd; }
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888888; }
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #242420; }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #242420;
    color: #555555; }
@media (max-width: 41em) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777777; }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555555;
        background-color: #242420; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent; } }
.navbar-default .navbar-link {
    color: #777777; }
.navbar-default .navbar-link:hover {
    color: #333333; }

.navbar-inverse {
    background-color: white;
    border-color: #e6e6e6; }
.navbar-inverse .navbar-brand {
    color: #999999; }
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: white;
    background-color: transparent; }
.navbar-inverse .navbar-text {
    color: #999999; }
.navbar-inverse .navbar-nav > li > a {
    color: #999999; }
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: white;
    background-color: transparent; }
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: white;
    background-color: #e6e6e6; }
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444444;
    background-color: transparent; }
.navbar-inverse .navbar-toggle {
    border-color: #333333; }
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #333333; }
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: white; }
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #ededed; }
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #e6e6e6;
    color: white; }
@media (max-width: 41em) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #e6e6e6; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #e6e6e6; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #999999; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: white;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: white;
        background-color: #e6e6e6; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444444;
        background-color: transparent; } }
.navbar-inverse .navbar-link {
    color: #999999; }
.navbar-inverse .navbar-link:hover {
    color: white; }

.font-hundred, .hundred-header {
    font-family: "Helvetica Nue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 300; }

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent; }

.dropdown {
    position: relative; }

.dropdown-toggle:focus {
    outline: 0; }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    background-color: #35362f;
    border: 1px solid #fff;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    border-top: 1px solid white !important; }
.dropdown-menu.pull-right {
    right: 0;
    left: auto; }
.dropdown-menu > li > a {
    display: block;
    padding: 0.5em 1.2em;
    clear: both;
    font-weight: normal;
    line-height: 26px;
    color: white;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: white;
    background-color: #999999; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: white;
    text-decoration: none;
    outline: 0;
    background-color: #d60829; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #999999; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed; }

.open > .dropdown-menu {
    display: block; }
.open > a {
    outline: 0; }

.current-menu > .dropdown-menu a:hover {
    background-color: #d60829; }

.dropdown-menu-right {
    left: auto;
    right: 0; }

.dropdown-menu-left {
    left: 0;
    right: auto; }

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 10.66667px;
    line-height: 26px;
    color: #999999; }

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990; }

.pull-right > .dropdown-menu {
    right: 0;
    left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px; }

.dropdown > li {
    float: left; }

/* Reiterate per navbar.less and the modified component alignment there.

@media (min-width: $lap) {
  .navbar-right {
    .dropdown-menu {
      right: 0; left: auto;
    }
    // Necessary for overrides of the default right aligned menu.
    // Will remove come v4 in all likelihood.
    .dropdown-menu-left {
      left: 0; right: auto;
    }
  }
}

*/
.white--background {
    background-color: #fff; }

.lightest-grey--background {
    background-color: #f0f0f0; }

.light-grey--background {
    background-color: #e5e5e5; }

.grey--background {
    background-color: #cccccc; }

.dark-grey--background {
    background-color: #999999; }

.darker-grey--background {
    background-color: #666666; }

.darkest-grey--background {
    background-color: #35362f; }

.apc-blue--background {
    background-color: #0d2d6e; }

.dark-blue--background {
    background-color: #000c49; }

.text-white {
    color: #fff; }

.text-red {
    color: #d60829; }

.text-darkest-grey {
    color: #35362f; }

.text-blue {
    color: #0d2d6e; }

.btn::-moz-focus-inner {
    border: 0;
    padding: 0; }

.btn {
    width: auto;
    border: 0 none;
    margin: 0;
    padding: 0;
    background: transparent;
    overflow: visible;
    /* Stupid IE */
    font: 14px arial, sans-serif;
    vertical-align: middle;
    /* IE6,IE7 */ }

* {
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased; }

html {
    overflow-y: scroll;
    min-height: 100%; }

body {
    color: #474747;
    position: relative;
    min-height: 100%;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    overflow: hidden; }

h1, h2, h3, .Home h1 {
    color: #0d2d6e; }

h1 {
    font-weight: 400;
    line-height: 1.1em;
    margin-bottom: 14.44444px; }

h2, h3, .Home h1, h4 {
    font-weight: 300;
    line-height: 1.2em; }

h3, .Home h1, h4 {
    line-height: 1.3em; }

.header-inherit {
    color: inherit; }

.hundred-header {
    color: #0d2d6e; }

p + ul {
    margin-top: -13px; }

p + h2, p + h3, .Home p + h1, p + h4, p + h5 {
    margin-top: 2em;
    margin-bottom: 17.33333px; }

img {
    max-width: 100%;
    border: none;
    vertical-align: middle; }

a {
    color: #d60829;
    text-decoration: none;
    transition: all 200ms; }
a:hover {
    text-decoration: underline; }

b {
    display: inline-block; }

video {
    width: 100%;
    max-width: 100%; }

.wrap {
    margin: 0 auto; }

.container {
    margin: 0 auto;
    max-width: 1100px;
    /*responsive*/
    position: relative; }

.container--copy {
    padding-left: 1em;
    padding-right: 1em; }

textarea {
    max-width: 100%; }

label {
    margin-bottom: .25em; }

button, input, select, textarea {
    margin-bottom: 26px;
    border: 1px solid #bfbfbf;
    padding: .4em .5em; }

label {
    display: inline-block;
    width: 100%;
    cursor: pointer; }

input[type=radio], input[type=checkbox] {
    display: none; }

input[type="radio"]:checked + .island--option,
input[type="checkbox"]:checked + .island--option {
    border-color: #0d2d6e;
    background-color: #12409c;
    background-color: rgba(13, 45, 110, 0.5);
    color: #fff; }

.video-holder {
    margin-bottom: 26px; }

.text-centered {
    text-align: center; }

.grid__item--centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block; }

.img--full-width {
    width: 100%; }

.img-margin {
    margin-bottom: 26px; }

.text-left {
    text-align: left; }

.text-center {
    text-align: center; }

.pad-right {
    padding-right: 31.2px; }

.block {
    display: block; }

.float-right {
    float: right; }

.no-margin {
    margin: 0; }

.no-margin--p p {
    margin: 0; }

.unstyled-list {
    list-style: none;
    margin-left: 0; }
.unstyled-list a {
    display: inline-block;
    color: inherit; }

.unstyled-list--vertical li {
    display: block; }

.unstyled-list--horizontal li {
    display: inline-block; }

.sub-nav, .horizontal-sub-nav, .horizontal-main-nav {
    margin-bottom: 0;
    font-size: 1.2em;
    list-style: none;
    margin-left: 0;
    display: none; }
.sub-nav ul, .horizontal-sub-nav ul, .horizontal-main-nav ul {
    margin-bottom: 0; }
.sub-nav li, .horizontal-sub-nav li, .horizontal-main-nav li {
    display: block;
    /*padding: 0.2em 1.5em;*/ }

.horizontal-sub-nav li a{padding: 0.5em 1.8em;}
.sub-nav {padding-bottom: 0.5em;}
.sub-nav .last, .horizontal-sub-nav .last, .horizontal-main-nav .last {
    /*padding-bottom: 0.8em;*/ }

.horizontal-main-nav {
    text-align: right;
    padding: .5em 0; }

.horizontal-sub-nav,
.sub-nav {
    background-color: #df2e48;
    background-color: rgba(214, 8, 41, 0.9);
    color: #fff;
    padding-top: .5em; }

.nav-icon {
    padding: 0.6em 1.5em;
    font-size: 1.2em;
    cursor: pointer;
    background-image: url("/assets/img/menu-icon@2x.png");
    background-repeat: no-repeat;
    outline: none;
z-index: 999999;
}

.nav-icon--main_nav {
    background-color: #666666;
    background-color: rgba(255, 255, 255, 0.1);
    background-size: 25px 18px;
    padding-right: 3.5em;
    text-align: right;
    background-position: right 1.5em center; }

.nav-icon--sub_nav {
    background-color: #d60829;
    background-size: 18px 14px;
    background-position: 1.5em;
    color: #fff;
    padding-left: 3em; }

/*
                .sub-nav-toggle {
                        padding: 0.6em 1.5em;
                        font-size: 1.2em;

                        cursor: pointer;
                        color: #fff;
                        }
*/
.current-link, .parent-current-link {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    font-weight: bold; }

.site-logo {
    position: absolute;
    z-index: 999;
    top: -2.8em;
    left: .8em;
    z-index: 999;
    width: 6em; }

.logo2      { top:-4em !important;      }

/*
                .sub-nav {
                        display: none;
                        ul {
                                margin-bottom: 0;
                                li {
                                        padding-top: .5em;
                                        padding-bottom: .3em;
                                                &:after {

                                                }
                                        }
                                }

                                .first {
                                        padding-top: 1.2em;
                                        }

                                .last {
                                        padding-bottom: 1.2em;
                                        }
                        }

                .sub-nav-toggle {
                        width: 130%;
                        margin-left: -2em;
                        //margin-right: -1em;
                        padding-left: 2em;
                        padding-right: 2em;
                        padding-top: .5em;
                        padding-bottom: .5em;
                        border: none;
                        @extend .island--red;
                        text-align: left;
                        cursor: pointer;
                        border-bottom: 1px solid #fff;
                        }

*/
.pill-nav {
    text-align: center; }
.pill-nav ul li {
    padding: 0.6em 1.9em;
    margin-right: 5%;
    margin-bottom: 26px;
    background-color: #d60829;
    color: #fff;
    font-weight: 800;
    border-radius: 20px;
    transition: margin-top linear 100ms; }
.pill-nav ul li a {
    text-decoration: none;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
.pill-nav ul li a:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
.pill-nav ul .last {
    margin-right: 0; }
.pill-nav ul .current-link a {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.nav-dropdown {
    display: none; }

.nav-dropdown-ul {
    margin: 0;
    height: 2.26em; }

.sub-navs-dropdown {
    transition: opacity 200ms;
    opacity: 0;
    margin: 0;
    position: absolute;
    -webkit-backface-visibility: hidden; }

.section {
    padding: 1.5em; }

.banner-text-container {
    display: none;
    -webkit-backface-visibility: hidden; }

.banner-text {
/*    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; */
    font-family: "Helvetica Nue Light", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 300;
    font-size: 2em;
    position: absolute;
    bottom: .5em;
    left: .7em;
    color: #0d2d6e;
    z-index: 999; }

.inner-banner {
    overflow: hidden; }

.banner-image {
/*    background-image: url("/assets/img/"); */
}
.inner {
    padding-top: 1.5em; }

.sidebar {
    padding-top: 0; }

.box {
    background-color: #fff;
    box-shadow: 0 0 6px 1px rgba(204, 204, 204, 0.4);
    border: 1px solid #f0f0f0;
    padding: 1.5em;
    min-height: 213px;
    margin-bottom: 26px; }

.island {
    padding: 1.5em;
    margin-bottom: 26px;
    border-radius: 6px; }

.island--red {
    background-color: #d60829;
    color: #fff; }
.island--red h1, .island--red h2, .island--red h3, .island--red .Home h1, .Home .island--red h1, .island--red h4 {
    color: #fff; }

.island--option {
    border: 1px solid #9c9c9c; }

.slides li {
    background-size: cover;
    background-position: center top;
    height: 15em;
    background-repeat: no-repeat;
    position: relative;
    -webkit-backface-visibility: hidden; }

.icon {
    display: none;
    -webkit-backface-visibility: hidden; }

.wrap--border-top {
    border-top: 2px solid #eeeff0; }

.wrap--border-both {
    border-top: 2px solid #eeeff0;
    border-bottom: 2px solid #eeeff0; }

.telephone-number {
    color: #d60829;
    font-weight: 500;
    margin-top: -17px;
    display: block;
    font-size: 2.34em; }

.video-ie {
    display: none; }

html[data-useragent*='MSIE'] .video-ie {
    display: block; }

html[data-useragent*='MSIE'] .video__container {
    display: none; }

.news--date {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999999;
    display: block;
    margin-bottom: .5em; }

.news--title a {
    color: #0d2d6e;
    margin-bottom: 39px; }

.news--read-more {
    color: #d60829; }

.box--network {
    padding: 0;
    padding-top: 1em;
    background-color: #d60829; }

.quick-links-item {
    margin-bottom: 26px; }




/*
    Depot Finder Mobile support
*/
.depotfinder-quick-links-grid {
    display:-ms-grid;
    display:grid;
    grid-column-gap: 10px;
    -ms-grid-rows: auto auto auto auto auto;
    -ms-grid-columns: 1fr 10px 1fr;
        grid-template:
    "PinPointText PinPointIcon"
    "APCCalledText APCCalledIcon"
    "APCDirectText APCDirectIcon"
    "ContactUsText ContactUsIcon"
    "NewBusinesSEText NewBusinesSEIcon"/
    1fr 1fr;
}
.depotfinder-quick-links-grid-item-image {
    display: flex;
    justify-items: center;
    align-items: baseline;
    text-align: right;
}
.depotfinder-quick-links-grid-item-image img {
    max-width: 50%;
}

    /**
    Adding Grid based Menu Support.
    
    
    */
.quick-links-grid-item {
    text-align: left;
    display: flex;
    align-items: flex-start;
}

.quick-links-grid-item-image {
    display: flex;
    justify-items: center;
    align-items: baseline;
    text-align: right;
}

.quick-links-grid-item-image img {
   max-width: 50%;
}

 .quick-links-grid {
    display:-ms-grid;
    display:grid;
    grid-column-gap: 10px;
    -ms-grid-rows: auto auto auto auto auto auto;
    -ms-grid-columns: 1fr 10px 1fr;
        grid-template:
    "PinPointText PinPointIcon"
    "APCCalledText APCCalledIcon"
    "DepotFinderText DepotFinderIcon"
    "APCDirectText APCDirectIcon"
    "MyAPCText MyAPCIcon"
    "ChristmasHoursText ChristmasHoursIcon"/
    1fr 1fr;
}




.quick-links-grid > * { -ms-grid-column-align: left; justify-self: left }

    /* Adding Classes for the Main Menu icons*/
    .cell-PinPointText{
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        grid-area: PinPointText;
    }

    .cell-PinPointIcon{
        -ms-grid-row: 1;
        -ms-grid-column: 3;
        grid-area: PinPointIcon;
    }

    .cell-APCCalledText{
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        grid-area: APCCalledText;
    }

    .cell-APCCalledIcon{
        -ms-grid-row: 2;
        -ms-grid-column: 3;
        grid-area: APCCalledIcon;
    }

    .cell-DepotFinderText{
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        grid-area: DepotFinderText;
    }

    .cell-DepotFinderIcon{
        -ms-grid-row: 3;
        -ms-grid-column: 3;
        grid-area: DepotFinderIcon;
    }

    .cell-APCDirectText{
        -ms-grid-row: 4;
        -ms-grid-column: 1;
        grid-area: APCDirectText;
    }

    .cell-APCDirectIcon{
        -ms-grid-row: 4;
        -ms-grid-column: 3;
        grid-area: APCDirectIcon;
    }

    .cell-MyAPCText{
        -ms-grid-row: 5;
        -ms-grid-column: 1;
        grid-area: MyAPCText;
    }

    .cell-MyAPCIcon{
        -ms-grid-row: 5;
        -ms-grid-column: 3;
        grid-area: MyAPCIcon;
    }

    .cell-ChristmasHoursText{
        -ms-grid-row: 6;
        -ms-grid-column: 1;
        grid-area: ChristmasHoursText;
    }

    .cell-ChristmasHoursIcon{
        -ms-grid-row: 6;
        -ms-grid-column: 3;
        grid-area: ChristmasHoursIcon;
    }


.quick-links-grid span {
    color: #35362f;
    font-size: 1.2em;
}





.quick-links-grid-item a:hover {
 text-decoration: none;
}






.quick-links-title {
    text-align: left; }
.quick-links-title h3, .quick-links-title .Home h1, .Home .quick-links-title h1 {
    font-size: 1.2em;
    margin-bottom: 0; }

.quick-links-icon {
    padding-right: 1em; }

.sidebar-icons {
    width: 5em; }

.sidebar-links li {
    display: inline-block;
    text-align: center;
    width: 49%; }
.sidebar-links li img {
    display: block;
    margin: 0 auto; }

.board-members {
    border-bottom: 1px solid #eeeff0; }

.management-members {
    margin-top: 52px; }

.team-member-entry {
    margin-bottom: 3em;
    text-align: center; }

.team-entry {
    margin-bottom: 52px;
    padding: 1.5em 1.5em 1.5em 2.2em;
    background: #F8F8F8; }

.meta {
    margin-bottom: 26px;
    color: #bfbfbf; }

.news-image {
    margin-bottom: 26px; }

.news-header-link {
    color: #0d2d6e; }

.news-main-story {
    margin-bottom: 52px; }

.news-secondary-story {
    margin-bottom: 39px; }

.news-content img {
    margin-left: 2em; }

.job-vacancy-entry {
    margin-bottom: 52px;
    padding: 1.5em 1.5em .2em 2.2em;
    background: #F8F8F8; }

.job-vacancy-listing {
    display: none; }

.job-vacancy-toggle {
    cursor: pointer;
    margin-bottom: 1em;
    display: block; }

.job-meta {
    color: #bfbfbf; }

.wrap--darkest-grey {
    background-color: #35362f;
    color: #fff; }

.wrap--dark-grey {
    background-color: #999999;
    color: #fff; }

.wrap--grey {
    background-color: #cccccc; }

.wrap--blue {
    background-color: #0d2d6e;
    color: #fff; }

.wrap--flash {
    background-color: #d60829;
    color: #fff;
    padding: 0.5em; }
.wrap--flash p {
    margin-bottom: 0; }
.wrap--flash .container {
    padding-left: 1em;
    padding-right: 1em; }
.wrap--flash a {
    color: #fff;
    font-weight: 800; }
.wrap--flash a:hover {
    color: #fff; }

.flash-toggle {
    cursor: pointer; }

.wrap--footer {
    border-top: 15px solid #0a2457; }

.quick-contact {
    text-align: center;
    font-size: .6em; }
.quick-contact .hundred-header {
    line-height: 1em;
    margin-bottom: .5em;
    font-size: 2.5em;
    padding-top: .5em; }

.copyright {
    padding: 1em 2em;
    text-align: center; }

.footer-heading {
    line-height: 1;
    margin-bottom: .8em;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    font-size: 1.2em;
    font-weight: 800; }

.footer-heading--alternative {
    text-transform: uppercase;
    font-size: 18px; }

.footer {
    font-size: 0.9em;
    padding-top: 2em; }
.footer a {
    color: inherit;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }

.footer-contact {
    margin-bottom: 39px;
    padding-bottom: 2em;
    border-bottom: 3px solid #0a2457; }

.pre-bottom-footer {
    background-color: #0b265c; }
.pre-bottom-footer p {
    font-size: 0.9em;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

.bottom-footer {
    background-color: #09204e; }
.bottom-footer p {
    font-size: 0.7em;
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; }

.pre-bottom-footer-inner {
    padding: 1em;
    font-size: 90%;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }

.pre-bottom-footer-links {
    margin-bottom: 0; }
.pre-bottom-footer-links li {
    padding-right: .5em;
    border-right: 1px solid #0a2457; }

.hide-on-mobile {
    display: none; }

.show-on-mobile {
    display: block; }






@media screen and (max-width: 57.8em) {
    /*
          .sub-nav {
                  width: 130%;
                  margin-left: -2em;
                  //margin-right: -1em;
                  padding-left: 4em;
                  padding-right: 4em;
                  }
    */ }
@media screen and (max-width: 40em) {
    /*
          .sub-nav {
                  padding-left: 2em;
                  padding-right: 2em;
                  }
    */ }
@media screen and (max-width: 44.95em) {
    
  .logo2      { top:0em !important;      }
  
}







@media screen and (min-width: 25em) {
    .slides li {
        background-position: center -1em; } }
@media screen and (min-width: 35em) {
    .flex-viewport {
        max-height: 20em; }

    /*
                  .site-logo {
                          top: -2.3em;
                          right: 2em;
                          }
    */
    .section {
        padding: 3em; }

    .quick-contact {
        padding-bottom: 3em;
        text-align: right; }

    .quick-contact--home {
        padding: 1.2em; }

    .sidebar {
        padding-top: 1em; }

    .slides li {
        height: 25em; }

    .pre-bottom-footer-links li {
        padding-right: 1.5em; }

    .inner {
        padding-left: 2em;
        padding-right: 2em; }

    .no-pad {
        padding-left: 0; }

    .sidebar-links li {
        width: 19%; }

    .quick-links {
        padding-top: 2em;
        padding-bottom: .5em; }

    .quick-links-title {
        text-align: center; }
    .quick-links-title h3, .quick-links-title .Home h1, .Home .quick-links-title h1 {
        margin-bottom: 13px; }

    .quick-links-icon {
        padding-right: 0; }
    .quick-links-icon img {
        max-width: 50%; } }
@media screen and (min-width: 40em) {
    h1 {
        margin-bottom: 39px; }

    .inner {
        padding-top: 2.5em; }

    .slides li {
        background-size: cover;
        background-position: center -2em; }

    .flexslider .slides img {
        width: 100%; }

    .flex-viewport {
        max-height: 21em; }

    .horizontal-sub-nav {
        border-bottom: 1px solid #eeeff0;
        background: transparent;
        color: inherit;
        font-size: 1em;
        padding: 0; }
    .horizontal-sub-nav li {
        /* padding: 0.5em 1.2em;*/
        border-left: 1px solid #eeeff0;
        border-right: 1px solid #eeeff0;
        margin-right: -6px;
        transition: all 200ms;
        display: inline-block; }
    .horizontal-sub-nav li:hover {
        background-color: #f6f6f6; }
    .horizontal-sub-nav .first {
        border-left: 1px solid #eeeff0; }
    .horizontal-sub-nav .current-link, .horizontal-sub-nav .parent-current-link {
        background-color: #f6f6f6;
        font-weight: normal; }
    .horizontal-sub-nav .last {
        /*padding-bottom: 0.5em;*/ }
    .horizontal-sub-nav a:hover {
        text-decoration: none; }

    .horizontal-sub-nav {
        border-color: #eeeff0;
        display: block !important; }
    .horizontal-sub-nav li {
        border-color: #eeeff0;
        display: inline-block; }
    .horizontal-sub-nav li:hover {
        background-color: #f6f6f6; }
    .horizontal-sub-nav .first {
        border-color: #eeeff0; }
    .horizontal-sub-nav .current-link, .horizontal-sub-nav .parent-current-link {
        background-color: #f6f6f6;
        font-weight: normal; }
    .horizontal-sub-nav .last {
        /*padding-bottom: 0.5em;*/ }
    .horizontal-sub-nav a:hover {
        text-decoration: none; }

    .nav-icon--sub_nav {
        display: none; }

    .team-member-entry {
        text-align: left; }

    .quick-contact {
        font-size: .8em; } }
@media screen and (min-width: 45em) {
    .site-logo {
        top: 1em;
        right: 1em;
        left: auto; }

    .hide-on-mobile {
        display: inline-block; }

    .show-on-mobile {
        display: none; }

    .dropdown-nav__container {
        border-bottom: 2px solid #fff;
        background-color: #35362f;
        width: 100%; }

    .dropdown > a {
        padding: 0.5em 0.9em;
        font-size: 0.95em;
        border-right: 1px solid #eeeff0;
        border-left: 1px solid #eeeff0;
        margin-right: -1px;
        background: #35362f;
        color: #fff;
        height: 40px; }
    .dropdown > a:hover {
        background-color: #d60829; }

    .dropdown > a.current,
    .dropdown > a.active {
        background-color: #d60829;
        color: #fff; }
    .dropdown > a.current:hover,
    .dropdown > a.active:hover {
        background-color: #d60829; }

    .open > a:focus {
        background-color: #d60829; }

    .dropdown .first.current {
        background-color: transparent; }
    .dropdown .first.current:hover {
        background-color: #999999; }

    .dropdown .first.active {
        background-color: #d60829; }

    .dropdown .first:hover {
        background-color: #999999; }

    .open .current:hover {
        background-color: #d60829; } 

    /* - Depot Finder Quick Links*/
    .depotfinder-quick-links-grid {
            display:-ms-grid;
            display:grid;
            grid-auto-flow: column;
            /* grid-template-columns: repeat(5,1fr); */
            /* grid-template-rows: repeat(2, 1fr); */
            grid-column-gap: 10px;
            /* justify-items: center; */
            -ms-grid-rows: auto auto;
            -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
                grid-template:
            "PinPointText APCCalledText APCDirectText ContactUsText NewBusinesSEText"
            "PinPointIcon APCCalledIcon APCDirectIcon ContactUsIcon NewBusinesSEIcon" /
            1fr 1fr 1fr 1fr 1fr;
    }
    .depotfinder-quick-links-grid span {
        color: #35362f;
        font-size: 1.2em;
    }
    .depotfinder-quick-links-grid-item a:hover {
        text-decoration: none;
    }
    .depotfinder-quick-links-grid > * {
         -ms-grid-column-align: center; justify-self: center 
    }
    .depotfinder-quick-links-grid-item {
        text-align: center;
        display: flex;
        align-items: flex-start;
    }
    .depotfinder-quick-links-grid-item-image {
        text-align:center;
    }
    .depotfinder-quick-links-grid-item-image img {
        max-width: 50%;
    }
    .depotfinder-quick-links-grid  > .cell-PinPointText{
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        grid-area: PinPointText;
    }
    .depotfinder-quick-links-grid  > .cell-PinPointIcon{
        -ms-grid-row: 1;
        -ms-grid-column: 3;
        grid-area: PinPointIcon;
    }
    .depotfinder-quick-links-grid  > .cell-APCCalledText{
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        grid-area: APCCalledText;
    }
    .depotfinder-quick-links-grid  > .cell-APCCalledIcon{
        -ms-grid-row: 2;
        -ms-grid-column: 3;
        grid-area: APCCalledIcon;
    }
    .depotfinder-quick-links-grid  > .cell-APCDirectText{
        -ms-grid-row: 2;
        -ms-grid-column: 3;
        grid-area: APCDirectText;
    }
    .depotfinder-quick-links-grid  > .cell-APCDirectIcon{
        -ms-grid-row: 2;
        -ms-grid-column: 3;
        grid-area: APCDirectIcon;
    }
    .depotfinder-quick-links-grid  > .cell-NewBusinesSEText{
        -ms-grid-row: 1;
        -ms-grid-column: 5;
        grid-area: NewBusinesSEText;
    }
    .depotfinder-quick-links-grid  > .cell-NewBusinesSEIcon{
        -ms-grid-row: 2;
        -ms-grid-column: 5;
        grid-area: NewBusinesSEIcon;
    }
    .depotfinder-quick-links-grid  > .cell-ContactUsText{
        -ms-grid-row: 1;
        -ms-grid-column: 4;
        grid-area: ContactUsText;
    }
    .depotfinder-quick-links-grid  > .cell-ContactUsIcon{
        -ms-grid-row: 2;
        -ms-grid-column: 4;
        grid-area: ContactUsIcon;
    }
    /* - END Depot Finder Quick Links-*/ 


    .quick-links-grid {
            display:-ms-grid;
            display:grid;
            grid-auto-flow: column;
            /* grid-template-columns: repeat(6,1fr); */
            /* grid-template-rows: repeat(2, 1fr); */
            grid-column-gap: 10px;
            /* justify-items: center; */
            -ms-grid-rows: auto auto;
            -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
                grid-template:
            "PinPointText APCCalledText DepotFinderText APCDirectText  MyAPCText ChristmasHoursText"
            "PinPointIcon APCCalledIcon DepotFinderIcon APCDirectIcon  MyAPCIcon ChristmasHoursIcon"  /
            1fr 1fr 1fr 1fr 1fr 1fr;
    }

    .quick-links-grid > * { -ms-grid-column-align: center; justify-self: center }
    
    .quick-links-grid-item {
        text-align: center;
        display: flex;
        align-items: flex-end;
    }

    .quick-links-grid-item-image {
        text-align:center;
    }
    /* Adding Classes for the Main Menu icons*/
    .cell-PinPointText{
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        grid-area: PinPointText;
    }

    .cell-PinPointIcon{
        -ms-grid-row: 1;
        -ms-grid-column: 3;
        grid-area: PinPointIcon;
    }

    .cell-APCCalledText{
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        grid-area: APCCalledText;
    }

    .cell-APCCalledIcon{
        -ms-grid-row: 2;
        -ms-grid-column: 3;
        grid-area: APCCalledIcon;
    }

    .cell-DepotFinderText{
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        grid-area: DepotFinderText;
    }

    .cell-DepotFinderIcon{
        -ms-grid-row: 3;
        -ms-grid-column: 3;
        grid-area: DepotFinderIcon;
    }

    .cell-APCDirectText{
        -ms-grid-row: 4;
        -ms-grid-column: 1;
        grid-area: APCDirectText;
    }

    .cell-APCDirectIcon{
        -ms-grid-row: 4;
        -ms-grid-column: 3;
        grid-area: APCDirectIcon;
    }

    .cell-MyAPCText{
        -ms-grid-row: 5;
        -ms-grid-column: 1;
        grid-area: MyAPCText;
    }

    .cell-MyAPCIcon{
        -ms-grid-row: 5;
        -ms-grid-column: 3;
        grid-area: MyAPCIcon;
    }

    .cell-ChristmasHoursText{
        -ms-grid-row: 6;
        -ms-grid-column: 1;
        grid-area: ChristmasHoursText;
    }

    .cell-ChristmasHoursIcon{
        -ms-grid-row: 6;
        -ms-grid-column: 3;
        grid-area: ChristmasHoursIcon;
    }

    @media screen and (min-width: 45em){ 

        .cell-PinPointText {
            -ms-grid-row: 1;
            -ms-grid-column: 1;
    } 

        .cell-PinPointIcon {
            -ms-grid-row: 2;
            -ms-grid-column: 1;
    } 

        .cell-APCCalledText {
            -ms-grid-row: 1;
            -ms-grid-column: 3;
    } 

        .cell-APCCalledIcon {
            -ms-grid-row: 2;
            -ms-grid-column: 3;
    } 

        .cell-DepotFinderText {
            -ms-grid-row: 1;
            -ms-grid-column: 5;
    } 

        .cell-DepotFinderIcon {
            -ms-grid-row: 2;
            -ms-grid-column: 5;
    } 

        .cell-APCDirectText {
            -ms-grid-row: 1;
            -ms-grid-column: 7;
    } 

        .cell-APCDirectIcon {
            -ms-grid-row: 2;
            -ms-grid-column: 7;
    } 

        .cell-MyAPCText {
            -ms-grid-row: 1;
            -ms-grid-column: 9;
    } 

        .cell-MyAPCIcon {
            -ms-grid-row: 2;
            -ms-grid-column: 9;
    } 

        .cell-ChristmasHoursText {
            -ms-grid-row: 1;
            -ms-grid-column: 11;
    } 

        .cell-ChristmasHoursIcon {
            -ms-grid-row: 2;
            -ms-grid-column: 11;
    } } 

        .cell-PinPointText {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    } 

        .cell-PinPointIcon {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    } 

        .cell-APCCalledText {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    } 

        .cell-APCCalledIcon {
        -ms-grid-row: 2;
        -ms-grid-column: 3;
    } 

        .cell-DepotFinderText {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
    } 

        .cell-DepotFinderIcon {
        -ms-grid-row: 2;
        -ms-grid-column: 5;
    } 

        .cell-APCDirectText {
        -ms-grid-row: 1;
        -ms-grid-column: 7;
    } 

        .cell-APCDirectIcon {
        -ms-grid-row: 2;
        -ms-grid-column: 7;
    } 

        .cell-MyAPCText {
        -ms-grid-row: 1;
        -ms-grid-column: 9;
    } 

        .cell-MyAPCIcon {
        -ms-grid-row: 2;
        -ms-grid-column: 9;
    } 

        .cell-ChristmasHoursText {
        -ms-grid-row: 1;
        -ms-grid-column: 11;
    } 

        .cell-ChristmasHoursIcon {
        -ms-grid-row: 2;
        -ms-grid-column: 11;
    }

}
@media screen and (min-width: 48em) {
    /*
            .nav {
                    padding-left: 1.5em;
                    padding-right: 1.5em;
                    display: block;
                    li {
                            display: inline-block;
                    //	margin-right: 1em;
                            padding-left: 0;
                            padding-right: 1em;
                                    &:after {
                                            content: "|";
                                            padding-left: 1em;
                                            font-weight: normal;
                                            }
                                    &:last-child {
                                            margin-right: 0;
                                            }
                            }

                    .last {
                            &:after {
                                    content: "";
                                    }
                            }

                    }

    */
  
   
    .slides li {
        background-position: center -5em;
        height: 25em;
        -webkit-backface-visibility: hidden; }

    .text-right {
        text-align: right; }

    .pre-bottom-footer-inner {
        padding: 1em; }

    .icon {
        display: none; }

    .no-cssanimations .icon, .no-cssanimations .line, .ie8 .icon, .ie8 .line {
        display: block !important; }

    .line {
        -webkit-backface-visibility: hidden; }

    .line-p1, .line-p2 {
        display: none; }

    @-webkit-keyframes fadeIn {
        0% {
        opacity: 0; }

    100% {
        opacity: 1; } }

@keyframes fadeIn {
    0% {
    opacity: 0; }

100% {
    opacity: 1; } }

.animated, .flex-active-slide .icon-first, .flex-active-slide .line-p1, .flex-active-slide .line-p2, .flex-active-slide .line-p3, .flex-active-slide .icon-last {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-backface-visibility: hidden; }

.flex-active-slide .icon-first {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    display: block; }
.flex-active-slide .line-p1 {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    display: block; }
.flex-active-slide .line-p2 {
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    display: block; }
.flex-active-slide .line-p3 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn; }
.flex-active-slide .icon-last {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    display: block; } }
@media screen and (min-width: 58em) {
    .dropdown > a {
        padding: 0.3em 1.2em;
        font-size: 1em;
        height: 46px; } }
@media screen and (min-width: 58em) {
    .site-logo {
        width: 9em; }

    .main-content {
        padding-top: 3em; }

    .sub-nav, .nav {
        font-size: 1em;
        display: block; }

    .sub-nav {
        display: block;
        margin-right: 1.5em;
        padding-top: 3em;
        padding-left: 3em;
        background: none;
        color: inherit; }
    .sub-nav li {
        padding: 0.2em 0em; }

    .nav-icon--main_nav {
        display: none; }

    .quick-links-icon__depot {
        max-width: 35% !important; }

    .horizontal-main-nav {
        border-bottom: 1px solid #eeeff0;
        background: transparent;
        color: inherit;
        font-size: 1em;
        padding: 0;
        text-align: left; }
    .horizontal-main-nav li {
        padding: 0.5em 1.2em;
        border-right: 1px solid #eeeff0;
        border-left: 1px solid #eeeff0;
        margin-right: -5px;
        display: inline-block;
        cursor: pointer; }
    .horizontal-main-nav li ul {
        position: absolute;
        top: 100%;
        left: -1px;
        z-index: 1000;
        margin-left: 0;
        background: #999999;
        color: inherit;
        font-size: 1em;
        visibility: hidden; }
    .horizontal-main-nav li ul li {
        border-right: 1px solid #eeeff0; }
    .horizontal-main-nav li ul .first {
        border-right: 1px solid #eeeff0; }
    .horizontal-main-nav li:hover {
        background-color: #d60829; }
    .horizontal-main-nav li:hover ul {
        visibility: visible; }
    .horizontal-main-nav .first {
        border-left: 1px solid #eeeff0; }
    .horizontal-main-nav .current-link, .horizontal-main-nav .parent-current-link {
        background-color: #f6f6f6;
        font-weight: normal; }
    .horizontal-main-nav .last {
        /*padding-bottom: 0.5em;*/ }
    .horizontal-main-nav a:hover {
        text-decoration: none; }
    .horizontal-main-nav .first.parent-current-link {
        background-color: transparent; }
    .horizontal-main-nav .first.parent-current-link:hover {
        background-color: #d60829; }

    /*
                                  #wrap--main-nav:hover #main-nav-ul + .nav-dropdown {
                                  //	display: block;
                                          @include vendor(transition, all 200ms);
                                          height: auto;
                                  }
    
    
                                  #wrap--main-nav #main-nav-ul #parent-12:hover ul {
                                          color: pink;
                                          }
    
                                  #wrap--main-nav #main-nav-ul #parent-12:hover ul {
                                          color: pink;
                                          }
    */
    .sub-navs-dropdown li {
        padding: 0.5em 1.2em;
        border-left: 1px solid;
        border-right: 1px solid;
        border-color: #fff;
        margin-right: -5px;
        display: inline-block;
        font-size: 90%; }
    .sub-navs-dropdown li:hover {
        background-color: #d60829; }
    .sub-navs-dropdown a {
        color: inherit; }
    .sub-navs-dropdown a:hover {
        text-decoration: none; }
    .sub-navs-dropdown .first {
        border-left: 1px solid #fff; }
    .sub-navs-dropdown .current-link, .sub-navs-dropdown .parent-current-link {
        background-color: #d60829;
        font-weight: normal; }

    .parent-22 li {
        padding: 0.5em .7em; }

    .nav-dropdown {
        background: #42443b; }

    .horizontal-main-nav {
        border-color: #fff;
        display: block !important; }
    .horizontal-main-nav li {
        border-color: #fff;
        display: inline-block; }
    .horizontal-main-nav li:hover {
        background-color: #d60829;
        border-left: 1px solid; }
    .horizontal-main-nav .first {
        border-color: #fff; }
    .horizontal-main-nav .current-link, .horizontal-main-nav .parent-current-link {
        background-color: #d60829;
        font-weight: normal;
        border-left: 1px solid; }
    .horizontal-main-nav .last {
        /* padding-bottom: 0.5em;*/ }
    .horizontal-main-nav a {
        color: #fff; }

    .copy {
        margin-top: 0; }

    .footer {
        padding-left: 1em;
        padding-right: 1em; }

    .footer-contact {
        padding-right: 2em;
        border-bottom: none;
        border-right: 3px solid #0a2457; }

    .footer-links {
        padding-left: 2em; }

    .banner-text-container {
        display: inline-block; }

    .sidebar {
        padding-left: 1em; }

    .Team .sidebar {
        padding-bottom: 0; }

    .inner {
        padding-top: 3em;
        padding-bottom: 4em; }

    .main-content--with-sidebar .copy {
        padding-right: 3em;
        border-right: 1px solid #eeeff0; }

    .slides li {
        background-size: 80%; }

    .flexslider .slides img {
        width: 80%; }

    .line-p1 {
        left: 11.0em; /*8.5em;*/ }

    .line-p2 {
        left: 24.5em; /*81.5em;*/ }

    .sidebar-links li {
        display: block;
        text-align: left;
        width: 100%; }
    .sidebar-links li img {
        display: inline-block;
        margin-right: 1em; } }
@media screen and (min-width: 65em) {
    .line-p3 {
        display: block;
        left: 39.5em; /*35.8em;*/ 
    z-index:999;
    }
}


@media screen and (min-width: 70em) {
    .horizontal-nav li, .horizontal-sub-nav li {
        /*padding: 0.5em 1.8em; */} }

#tracking_form { 
    float: left;
    width: 40%;
}

#form_instructions { 
    float: left;
    clear: right;
    width: 60%;
}

.consignmentHeader {
    background-color: #f0f0f0;
    width: 100%;
    padding: 10px 15px 1px 15px;
    margin-bottom: 30px;
    vertical-align: middle;
    height: 50px;
}

.del_label, .con_label {
    width: 220px;
    float: left;
}

.del_input, .con_input {
    width: 400px;
    float: left;
    clear: right;
}
.clear_float {
    clear: both;
    float: none;
}

#depot_information {
    float: left;
    width: 70%;
}

#print_depot_information {
    float: right;
    width: 10%;
    margin-top: 200px;
}

.dayName { 
    width: 45%;
    float: left;
}

.openingTimes { 
    float: right;
}

.apc-called-button {
    background-color: rgba(13, 45, 110, 0.5) !important;
    color: white;
}

#captcha_error {
    color: #D60829;
    font-weight: bold;
}

#innerBannerMobile {
    display: none;        
}





@media screen and (max-width: 800px) {

    #innerBannerMobile {
        display: block;        
    }

    #innerBanner {
        display: none;
    }

    table, th, td {
        font-size: 0.85em;
    }
}






#POD-container { border: none; }
.POD-header { text-transform: uppercase; color: #d60829; font-weight: bold; font-size: 1rem; margin: 0 0 1rem 0;}
.POD-p { margin-bottom: 5px !important; }
.POD-title { width: 250px; float: left; font-weight: bold;}
.POD-details { width: auto; float: left; clear: right; width: 50%;}

.POD-title-netd { width:40%; float: left; font-weight: bold;}
.POD-details-netd { width: auto; float: left; clear: right; width: 45%;}

.POD-hr { clear: both; margin: 1.5rem 0;}

#cccwr #ccc-hdricon, #cccwr .ccc-close, #cccwr #ccc-icon a, #cccwr #cctoggle, .ccc-bar#cccwr, #cccwr #ccc-icon button {
    background-image: url('/assets/img/ccc-icons.png') !important;
}
.ccc-hdr { background-color: #0D2D6E !important; }

#rememberme
{
    display: inline-block !important;
    margin-right: 10px;
}
.forgotten-link
{
    font-size: 12px;
    color: red;
    cursor: pointer;
}




