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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

/*
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

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

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

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

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

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

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

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

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

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

/**
 * The usual...
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0; }

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title], dfn[title] {
  cursor: help; }

/**
 * Remove underlines from potentially troublesome elements.
 */
u, ins {
  text-decoration: none; }

/**
 * Apply faux underline via `border-bottom`.
 */
ins {
  border-bottom: 1px solid; }

/**
 * So that `alt` text is visually offset if images don’t load.
 */
img {
  font-style: italic; }

/**
 * Give form elements some cursor interactions...
 */
label,
input,
textarea,
button,
select,
option {
  cursor: pointer; }

.text-input:active,
.text-input:focus,
textarea:active,
textarea:focus {
  cursor: text;
  outline: none; }

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

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

/**
 * Doubled up `margin-bottom` helper class.
 */
.landmark {
  margin-bottom: 60px;
  margin-bottom: 3.75rem; }

/**
 * `hr` elements only take up a few pixels, so we need to give them special
 * treatment regarding vertical rhythm.
 */
hr {
  margin-bottom: 28px;
  margin-bottom: 1.75rem; }

/**
 * 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: 60px;
  margin-left: 3.75rem; }

/**
 * Base styles; unclassed HTML elements etc.
 */
/*------------------------------------*\
    $MAIN
\*------------------------------------*/
html {
  font: 1em/1.5 sans-serif;
  overflow-y: scroll;
  min-height: 100%; }

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

h2, .beta {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.6; }

h3, .gamma {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1; }

h4, .delta {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2; }

h5, .epsilon {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h6, .zeta {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429; }

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

/**
 * A series of classes for setting massive type; for use in heroes, mastheads,
 * promos, etc.
 */
.giga {
  font-size: 96px;
  font-size: 6rem;
  line-height: 1; }

.mega {
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 1; }

.kilo {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1; }

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

/*------------------------------------*\
    $SMALLPRINT
\*------------------------------------*/
/**
 * A series of classes for setting tiny type; for use in smallprint etc.
 */
.smallprint,
.milli {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2; }

.micro {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2.4; }

/*------------------------------------*\
    $QUOTES
\*------------------------------------*/
/**
 * If English quotes are set in `_vars.scss`, define them here.
 */
/*@if $english-quotes == true{
    $open-quote:    \201C !global;
    $close-quote:   \201D !global;
}*/
/**
 * Big up @boblet: html5doctor.com/blockquote-q-cite
 */
/**
 * Inline quotes.
 */
/* blockquote{
    quotes:"" "";

    p:before{
        content:"";
        content:open-quote;
    }
    p:after{
        content:"";
        content:no-close-quote;
    }
    p:last-of-type:after{
        content:"";
        content:close-quote;
    }

    q:before{
        content:"\2018";
        content:open-quote;
    }
    q:after{
        content:"\2019";
        content:close-quote;
    }
} */
/**
 *
   <blockquote>
       <p>Insanity: doing the same thing over and over again and expecting
       different results.</p>
       <b class=source>Albert Einstein</b>
   </blockquote>
 *
 */
/* blockquote{ */
/**
 * .4em is roughly equal to the width of the opening “ that we wish to hang.
 */
/*     text-indent:-0.41em;

    p:last-of-type{
        margin-bottom:0;
    }
}

.source{
    display:block;
    text-indent:0;

    &:before{
        content:"\2014";
    }
} */
/*------------------------------------*\
    $CODE
\*------------------------------------*/
/**
 * Use an explicit font stack to ensure browsers render correct `line-height`.
 */
pre {
  overflow: auto; }

pre mark {
  background: none;
  border-bottom: 1px solid;
  color: inherit; }

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

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

.line-numbers code {
  white-space: pre;
  /* [4] */ }

/*------------------------------------*\
    $IMAGES
\*------------------------------------*/
/**
 * Demo: jsfiddle.net/inuitcss/yMtur
 */
/**
 * Fluid images.
 */
img {
  max-width: 100%; }

/**
 * Non-fluid images if you specify `width` and/or `height` attributes.
 */
img[width],
img[height] {
  max-width: none; }

/**
 * Rounded images.
 */
.img--round {
  border-radius: 4px; }

/**
 * Image placement variations.
 */
.img--right {
  float: right;
  margin-bottom: 30px;
  margin-left: 30px; }

.img--left {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px; }

.img--center {
  display: block;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto; }

/**
 * Keep your images on your baseline.
 *
 * Please note, these will not work too nicely with fluid images and will
 * distort when resized below a certain width. Use with caution.
 */
.img--short {
  height: 150px; }

.img--medium {
  height: 300px; }

.img--tall {
  height: 450px; }

/**
 * Images in `figure` elements.
 */
figure > img {
  display: block; }

/*------------------------------------*\
    $LISTS
\*------------------------------------*/
/**
 * Remove vertical spacing from nested lists.
 */
li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Have a numbered `ul` without the semantics implied by using an `ol`.
 */
/*ul*/
.numbered-list {
  list-style-type: decimal; }

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

th,
td {
  padding: 7.5px;
  text-align: left; }
  @media screen and (min-width: 480px) {
    th,
    td {
      padding: 15px; } }

/**
 * Cell alignments
 */
[colspan] {
  text-align: center; }

[colspan="1"] {
  text-align: left; }

[rowspan] {
  vertical-align: middle; }

[rowspan="1"] {
  vertical-align: top; }

.numerical {
  text-align: right; }

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

.t10 {
  width: 10%; }

.t12 {
  width: 12.5%; }

/* 1/8 */
.t15 {
  width: 15%; }

.t20 {
  width: 20%; }

.t25 {
  width: 25%; }

/* 1/4 */
.t30 {
  width: 30%; }

.t33 {
  width: 33.333%; }

/* 1/3 */
.t35 {
  width: 35%; }

.t37 {
  width: 37.5%; }

/* 3/8 */
.t40 {
  width: 40%; }

.t45 {
  width: 45%; }

.t50 {
  width: 50%; }

/* 1/2 */
.t55 {
  width: 55%; }

.t60 {
  width: 60%; }

.t62 {
  width: 62.5%; }

/* 5/8 */
.t65 {
  width: 65%; }

.t66 {
  width: 66.666%; }

/* 2/3 */
.t70 {
  width: 70%; }

.t75 {
  width: 75%; }

/* 3/4*/
.t80 {
  width: 80%; }

.t85 {
  width: 85%; }

.t87 {
  width: 87.5%; }

/* 7/8 */
.t90 {
  width: 90%; }

.t95 {
  width: 95%; }

/**
 * Bordered tables
 */
.table--bordered th,
.table--bordered td {
  border: 1px solid #ccc; }
  .table--bordered th:empty,
  .table--bordered td:empty {
    border: none; }
.table--bordered thead tr:last-child th {
  border-bottom-width: 2px; }
.table--bordered tbody tr th:last-of-type {
  border-right-width: 2px; }

/**
 * Striped tables
 */
.table--striped tbody tr:nth-of-type(odd) {
  background-color: #ffc;
  /* Override this color in your theme stylesheet */ }

/**
 * Data table
 */
.table--data {
  font: 12px/1.5 sans-serif; }

/*------------------------------------*\
    $FORMS
\*------------------------------------*/
/**
 *
 * Demo: jsfiddle.net/inuitcss/MhHHU
 *
 */
fieldset {
  padding: 30px; }

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

/**
 * Group sets of form fields in a list, e.g.:
 *
   <ul class=form-fields>
       <li>
           <label />
           <input />
       </li>
       <li>
           <label />
           <select />
       </li>
       <li>
           <label />
           <input />
       </li>
   </ul>
 *
 */
.form-fields {
  list-style: none;
  margin: 0; }

.form-fields > li:last-child {
  margin-bottom: 0; }

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

/**
 * Extra help text in `label`s, e.g.:
 *
   <label>Card number <small class=additional>No spaces</small></label>
 *
 */
.additional {
  display: block;
  font-weight: normal; }

/*
 * Groups of checkboxes and radios, e.g.:
 *
   <li>
       <ul class=check-list>
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
       </ul>
   </li>
 *
 */
.check-list {
  list-style: none;
  margin: 0; }

/*
 * Labels in check-lists
 */
.check-label,
.check-list label,
.check-list .label {
  display: inline-block; }

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

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

.text-input:active + .extra-help,
.text-input:focus + .extra-help {
  visibility: visible; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.three-eighths {
  width: 37.5%; }

.five-eighths {
  width: 62.5%; }

.seven-eighths {
  width: 87.5%; }

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

.three-tenths {
  width: 30%; }

.seven-tenths {
  width: 70%; }

.nine-tenths {
  width: 90%; }

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

.five-twelfths {
  width: 41.666%; }

.seven-twelfths {
  width: 58.333%; }

.eleven-twelfths {
  width: 91.666%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /**
  * Halves
  */
  .lap-one-half, .lap-two-quarters, .lap-three-sixths, .lap-four-eighths, .lap-five-tenths, .lap-six-twelfths {
    width: 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: 481px) {
  /**
  * 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: 1023px) {
  /**
  * Whole
  */
  .portable-one-whole {
    width: 100%; }

  /**
  * Halves
  */
  .portable-one-half, .portable-two-quarters, .portable-three-sixths, .portable-four-eighths, .portable-five-tenths, .portable-six-twelfths {
    width: 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: 1024px) {
  /**
  * Whole
  */
  .desk-one-whole {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .desk-eleven-twelfths {
    width: 91.666%; } }
/**
 * If you have set the additional `$responsive-extra` variable to ‘true’ in
 * `_vars.scss` then you now have access to the following class available to
 * accomodate much larger screen resolutions.
 */
/* endif */
/*------------------------------------*\
    $PUSH
\*------------------------------------*/
/**
 * Push classes, to move grid items over to the right by certain amounts.
 */
/*------------------------------------*\
    $PULL
\*------------------------------------*/
/**
 * Pull classes, to move grid items over to the right by certain amounts.
 */
/*------------------------------------*\
    $BRAND
\*------------------------------------*/
/**
 * `.brand` is a quick and simple way to apply your brand face and/or color to
 * any element using a handy helper class.
 */
.brand {
  font-family: Helvetica Neue, sans-serif!important;
  color: #4a8ec2!important; }

.brand-face {
  font-family: Helvetica Neue, sans-serif!important; }

.brand-color,
.brand-colour {
  color: #4a8ec2!important; }

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

.float--left {
  float: left !important; }

.float--none {
  float: none !important; }

/**
 * Text alignment
 */
.text--left {
  text-align: left  !important; }

.text--center {
  text-align: center !important; }

.text--right {
  text-align: right !important; }

/**
 * Font weights
 */
.weight--light {
  font-weight: 300 !important; }

.weight--normal {
  font-weight: 400 !important; }

.weight--semibold {
  font-weight: 600 !important; }

.weight--bold {
  font-weight: 700 !important; }

/**
 * Add/remove margins
 */
.push {
  margin: 30px !important; }

.push--top {
  margin-top: 30px !important; }

.push--right {
  margin-right: 30px !important; }

.push--bottom {
  margin-bottom: 30px !important; }

.push--left {
  margin-left: 30px !important; }

.push--ends {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.push--sides {
  margin-right: 30px !important;
  margin-left: 30px !important; }

.push-half {
  margin: 15px !important; }

.push-half--top {
  margin-top: 15px !important; }

.push-half--right {
  margin-right: 15px !important; }

.push-half--bottom {
  margin-bottom: 15px !important; }

.push-half--left {
  margin-left: 15px !important; }

.push-half--ends {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.push-half--sides {
  margin-right: 15px !important;
  margin-left: 15px !important; }

.flush {
  margin: 0 !important; }

.flush--top {
  margin-top: 0 !important; }

.flush--right {
  margin-right: 0 !important; }

.flush--bottom {
  margin-bottom: 0 !important; }

.flush--left {
  margin-left: 0 !important; }

.flush--ends {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.flush--sides {
  margin-right: 0 !important;
  margin-left: 0 !important; }

/**
 * Add/remove paddings
 */
.soft {
  padding: 30px !important; }

.soft--top {
  padding-top: 30px !important; }

.soft--right {
  padding-right: 30px !important; }

.soft--bottom {
  padding-bottom: 30px !important; }

.soft--left {
  padding-left: 30px !important; }

.soft--ends {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.soft--sides {
  padding-right: 30px !important;
  padding-left: 30px !important; }

.soft-half {
  padding: 15px !important; }

.soft-half--top {
  padding-top: 15px !important; }

.soft-half--right {
  padding-right: 15px !important; }

.soft-half--bottom {
  padding-bottom: 15px !important; }

.soft-half--left {
  padding-left: 15px !important; }

.soft-half--ends {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.soft-half--sides {
  padding-right: 15px !important;
  padding-left: 15px !important; }

.hard {
  padding: 0 !important; }

.hard--top {
  padding-top: 0 !important; }

.hard--right {
  padding-right: 0 !important; }

.hard--bottom {
  padding-bottom: 0 !important; }

.hard--left {
  padding-left: 0 !important; }

.hard--ends {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.hard--sides {
  padding-right: 0 !important;
  padding-left: 0 !important; }

/**
 * Pull items full width of `.island` parents.
 */
.full-bleed {
  margin-right: -30px !important;
  margin-left: -30px !important; }
  .islet .full-bleed {
    margin-right: -15px !important;
    margin-left: -15px !important; }

/**
 * Add a help cursor to any element that gives the user extra information on
 * `:hover`.
 */
.informative {
  cursor: help !important; }

/**
 * Mute an object by reducing its opacity.
 */
.muted {
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important; }

/**
 * Align items to the right where they imply progression/movement forward, e.g.:
 *
   <p class=proceed><a href=#>Read more...</a></p>
 *
 */
.proceed {
  text-align: right !important; }

/**
 * Add a right-angled quote to links that imply movement, e.g.:
 *
   <a href=# class=go>Read more</a>
 *
 */
.go:after {
  content: " " "»" !important; }

/**
 * Apply capital case to an element (usually a `strong`).
 */
.caps {
  text-transform: uppercase !important; }

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

@media only screen and (max-width: 480px) {
  .accessibility--palm,
  .visuallyhidden--palm {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }
@media only screen and (min-width: 481px) and (max-width: 1023px) {
  .accessibility--lap,
  .visuallyhidden--lap {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }
@media only screen and (min-width: 481px) {
  .accessibility--lap-and-up,
  .visuallyhidden--lap-and-up {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }
@media only screen and (max-width: 1023px) {
  .accessibility--portable,
  .visuallyhidden--portable {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }
@media only screen and (min-width: 1024px) {
  .accessibility--desk,
  .visuallyhidden--desk {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }
@media only screen and (min-width: 1200px) {
  .accessibility--desk-wide,
  .visuallyhidden--desk-wide {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }
/* endif */
/**
 * Start building our own files
 */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*------------------------------------*\
	helpers.scss
\*------------------------------------*/
/*
 * Helper classes that don't come as standard in inuit.css
 */
/*--- Mixins --- */
/*--- Fonts --- */
/*@import url("https://hello.myfonts.net/count/2a89a7");*/
@font-face {
  font-family: 'ff-tisa-web-pro';
  src: url("../../fonts/2A89A7_0_0.eot");
  src: url("../../fonts/2A89A7_0_0.eot#iefix") format("embedded-opentype"), url("../../fonts/2A89A7_0_0.woff") format("woff"), url("../../fonts/2A89A7_0_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'blezja';
  src: url("../../fonts/blezja-webfont.eot");
  src: url("../../fonts/blezja-webfont.eot#iefix") format("embedded-opentype"), url("../../fonts/blezja-webfont.woff") format("woff"), url("../../fonts/blezja-webfont.ttf") format("truetype"), url("../../fonts/blezja-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'SSPika';
  src: url("../../fonts/ss-pika.eot");
  src: url("../../fonts/ss-pika.eot#iefix") format("embedded-opentype"), url("../../fonts/ss-pika.woff") format("woff"), url("../../fonts/ss-pika.ttf") format("truetype"), url("../../fonts/ss-pika.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
.font--blezja {
  font-family: "blezja"; }

.font--tisa {
  font-family: "ff-tisa-web-pro"; }

/*--- Text ---*/
.text--uppercase {
  text-transform: uppercase; }

/*--- Colours ---*/
.color--lch-red {
  color: #f90000; }

.color--lch-blue {
  color: #26BFDD; }

.color--lch-green {
  color: #28BE8B; }

.color--lch-orange {
  color: #FFA317; }

.color--333 {
  color: #333; }

.color--666 {
  color: #666; }

.color--fff {
  color: #fff; }

.color--353535 {
  color: #353535; }

.color--343434 {
  color: #343434; }

/*--- Background Colours ---*/
.bg--lch-red {
  background-color: #f90000; }

.bg--f3f3f5 {
  background-color: #f3f3f5; }

.bg--353535 {
  background-color: #353535; }

.bg--252525 {
  background-color: #252525; }

.bg--fff {
  background-color: #fff; }

/*--- Boxes ---*/
.box--shadow {
  position: relative; }
  .box--shadow:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: -4px;
    left: 4px;
    border-bottom: 4px solid #e5e5e7;
    border-right: 4px solid #e5e5e7; }
  .box--shadow:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 100%;
    top: 4px;
    right: -4px;
    border-bottom: 4px solid #e5e5e7;
    border-right: 4px solid #e5e5e7; }
  .box--shadow:hover {
    top: 4px;
    left: 4px;
    text-decoration: none; }
    .box--shadow:hover:before, .box--shadow:hover:after {
      display: none; }

.box--shadow-nohover {
  position: relative; }
  .box--shadow-nohover:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: -4px;
    left: 4px;
    border-bottom: 4px solid #e5e5e7;
    border-right: 4px solid #e5e5e7; }
  .box--shadow-nohover:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 100%;
    top: 4px;
    right: -4px;
    border-bottom: 4px solid #e5e5e7;
    border-right: 4px solid #e5e5e7; }

.box-vertical--shadow {
  position: relative; }
  .box-vertical--shadow:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: -4px;
    left: 0;
    border-bottom: 4px solid rgba(0, 0, 0, 0.1);
    border-right: 4px solid rgba(0, 0, 0, 0.1); }
  .box-vertical--shadow:hover {
    top: 4px;
    left: 0;
    text-decoration: none; }
    .box-vertical--shadow:hover:before, .box-vertical--shadow:hover:after {
      display: none; }

/*--- Arrows ---*/
.arrow--link {
  display: inline-block; }
  .arrow--link span {
    background-image: url(../../img/arrows.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 8px;
    position: relative;
    display: inline-block;
    left: 5px;
    -webkit-transition: left 0.2s linear;
    -moz-transition: left 0.2s linear;
    -ms-transition: left 0.2s linear;
    -o-transition: left 0.2s linear;
    transition: left 0.2s linear; }
  .arrow--link.left span {
    left: -5px;
    -webkit-transition: left 0.2s linear;
    -moz-transition: left 0.2s linear;
    -ms-transition: left 0.2s linear;
    -o-transition: left 0.2s linear;
    transition: left 0.2s linear; }
  .arrow--link:hover {
    text-decoration: none; }
    .arrow--link:hover span {
      left: 10px; }
  .arrow--link.left:hover span {
    left: -10px; }
  .arrow--link.arrow--red span {
    background-position: 0 0; }
  .arrow--link.arrow--red.left span {
    background-position: 0 -20px; }
  .arrow--link.arrow--blue span {
    background-position: 0 -40px; }
  .arrow--link.arrow--blue.left span {
    background-position: 0 -60px; }
  .arrow--link.arrow--green span {
    background-position: 0 -80px; }
  .arrow--link.arrow--green.left span {
    background-position: 0 -100px; }
  .arrow--link.arrow--orange span {
    background-position: 0 -120px; }
  .arrow--link.arrow--orange.left span {
    background-position: 0 -140px; }

/*--- Positioning ---*/
.position--absolute {
  position: absolute; }

.position--relative {
  position: relative; }

/*--- Overflow ---*/
.overflow--hidden {
  overflow: hidden; }

/*--- Floats ---*/
.float--none {
  float: none; }

/*--- Borders ---*/
.border-top--lch-red {
  border-top: 5px solid #f90000; }

.border-radius--3 {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.fade-in {
  -webkit-animation: fadein 4s;
  -moz-animation: fadein 4s;
  animation: fadein 4s; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.ease {
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }

.ease-all {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

/*------------------------------------*\
    Globals
\*------------------------------------*/
/**
 * Site wide CSS rules:
 * + Footer
 * + Page Builder
 * + Left nav
 * + Section Colours
 */
body {
  color: #343434;
  font-family: "proxima-nova", "Helvetica", Arial, sans-serif;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  background-color: #252525; }

em, i {
  font-style: italic; }

b, strong {
  font-weight: bold; }

#body {
  padding-top: 80px;
  background-color: #fff; }

a {
  color: #343434;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

#main {
  background-image: url(../../img/heart_bg_main.png);
  background-repeat: no-repeat;
  background-position: right -40px top 150px; }

.site-container {
  width: 100%;
  max-width: 1240px;
  padding-right: 20px !important;
  padding-left: 20px !important;
  margin: 0 auto !important;
  display: block; }

.page {
  padding: 50px 0; }

figure img {
  width: 100%;
  height: auto; }

h2, h3 {
  font-size: 30px; }

.footer {
  padding: 50px 0;
  color: #fff; }
  .footer h4 {
    font-size: 18px;
    margin-bottom: 30px; }
  .footer .col {
    width: 100%; }
    .footer .col:after {
      content: '';
      display: table;
      width: 100%; }
  .footer .footer-inner {
    width: 300px;
    margin: 0 auto;
    padding: 20px 0; }
  .footer .col-left ul li {
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px; }
    .footer .col-left ul li a {
      color: #fff;
      font-size: 14px; }
      .footer .col-left ul li a:hover {
        text-decoration: none; }
    .footer .col-left ul li.newsletter a {
      padding: 13px 43px 5px 80px;
      background: url(../../img/footer_newsletter.png) no-repeat 10px 10px #484848;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      height: 65px;
      line-height: 1.5;
      display: block; }
      .footer .col-left ul li.newsletter a:hover {
        background-color: #555555; }
    .footer .col-left ul li.nhs {
      background: #484848;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px; }
      .footer .col-left ul li.nhs img {
        display: block;
        max-width: 269px;
        width: 100%;
        margin: 0 auto;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px; }
    .footer .col-left ul li .social-icon {
      background-image: url(../../img/footer_social.png);
      background-repeat: no-repeat;
      height: 28px;
      width: 28px;
      display: inline-block;
      vertical-align: top; }
      .footer .col-left ul li .social-icon.social-fb {
        background-position: 0 -28px; }
      .footer .col-left ul li .social-icon.social-gp {
        background-position: 0 -56px; }
    .footer .col-left ul li .social-link {
      background: #484848;
      line-height: 28px;
      display: inline-block;
      vertical-align: top;
      margin-left: 10px;
      width: 262px;
      padding: 0 10px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px; }
      .footer .col-left ul li .social-link:hover {
        background: #555555; }
  .footer .col-middle > div {
    width: 50%;
    float: left; }
  .footer .col-middle ul li {
    width: 100%;
    margin-bottom: 10px; }
    .footer .col-middle ul li a {
      color: #bbb;
      display: inline-block;
      font-size: 14px;
      line-height: 16px;
      background: url(../../img/footer_bullet.png) no-repeat;
      padding-left: 22px; }
      .footer .col-middle ul li a:hover {
        background-position: 0 -16px;
        text-decoration: none; }
  .footer .col-right .less-margin {
    margin-bottom: 25px; }
  .footer .col-right p {
    font-size: 14px;
    line-height: 1.4;
    color: #999;
    margin-bottom: 20px; }
  .footer .col-right ul li {
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px; }
    .footer .col-right ul li a {
      color: #fff;
      font-size: 14px; }
      .footer .col-right ul li a:hover {
        text-decoration: none; }
    .footer .col-right ul li div:first-child {
      padding-top: 8px;
      height: 28px;
      width: 28px;
      background: #484848;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      text-align: center; }
    .footer .col-right ul li a.social-link, .footer .col-right ul li span.social-link {
      background: #484848;
      line-height: 28px;
      display: inline-block;
      margin-left: 10px;
      width: 262px;
      padding: 0 10px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      color: #fff; }
      .footer .col-right ul li a.social-link:hover, .footer .col-right ul li span.social-link:hover {
        background: #555555; }
  .footer .back-to-top {
    bottom: 0;
    right: 20px; }
    .footer .back-to-top a {
      display: inline-block;
      color: #fff;
      font-size: 18px;
      background: url(../../img/back_to_top.png) no-repeat center center #f90000;
      width: 45px;
      height: 35px;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      text-indent: -9999px; }
      .footer .back-to-top a:hover {
        opacity: .7; }

.baseline p {
  color: #bababa;
  font-size: 14px;
  line-height: 30px; }
  .baseline p a {
    color: #ccc; }
  .baseline p .parallax {
    display: inline-block;
    width: 68px;
    height: 30px;
    background: url(../../img/website_by_parallax.png) 0 9px no-repeat;
    text-indent: -9999px; }
    .baseline p .parallax:hover {
      opacity: .8; }

.section-header {
  padding: 25px 0; }
  .section-header h1 {
    font-size: 30px;
    line-height: 50px;
    background: url(../../img/section_header_heart.png) no-repeat;
    padding-left: 75px; }

.tinynav {
  display: block;
  width: 100%; }

/* --- Left Navigation --- */
.left-nav {
  width: 290px;
  margin: 0 auto 30px; }
  .left-nav > ul {
    display: none; }
    .left-nav > ul li {
      margin-bottom: 1px;
      position: relative; }
      .left-nav > ul li a {
        display: block;
        line-height: 20px;
        background: #f3f3f5;
        padding: 10px 15px;
        font-size: 15px;
        color: #444; }
      .left-nav > ul li:hover > a:not(.delete-link):not(.sub-link):not(.hard) {
        text-decoration: none;
        border-left-style: solid;
        border-left-width: 5px;
        padding: 10px 15px 10px 10px; }
      .left-nav > ul li:hover > a.sub-link {
        text-decoration: none; }
      .left-nav > ul li.selected > a {
        border-left-style: solid;
        border-left-width: 5px;
        padding: 10px 15px 10px 10px; }
      .left-nav > ul li a.delete-link {
        position: absolute;
        top: 0;
        right: 0;
        height: 15px;
        width: 15px;
        background: url(../../img/delete.png);
        padding: 0;
        border: none; }
        .left-nav > ul li a.delete-link:hover {
          opacity: .5; }
      .left-nav > ul li > ul {
        margin-top: 1px; }
        .left-nav > ul li > ul > li a {
          border-left: none;
          padding: 10px 5px 10px 30px;
          background: url(../../img/left_nav_bullet.png) no-repeat 20px 15px #f3f3f5; }
          .left-nav > ul li > ul > li a:hover {
            border-left: none;
            padding: 10px 5px 10px 30px; }

html.fetal .left-nav > ul li > ul > li a:not(.hard):hover, html.fetal .left-nav > ul li > ul > li a.selected, html.blog .left-nav > ul li > ul > li a:not(.hard):hover, html.blog .left-nav > ul li > ul > li a.selected, html.contact .left-nav > ul li > ul > li a:not(.hard):hover, html.contact .left-nav > ul li > ul > li a.selected, html.home .left-nav > ul li > ul > li a:not(.hard):hover, html.home .left-nav > ul li > ul > li a.selected {
  background-position: -280px 15px; }

html.child .left-nav > ul li > ul > li a:hover, html.child .left-nav > ul li > ul > li a.selected {
  background-position: -580px 15px; }

html.teen .left-nav > ul li > ul > li a:hover, html.teen .left-nav > ul li > ul > li a.selected {
  background-position: -880px 15px; }

html.adult .left-nav > ul li > ul > li a:hover, html.adult .left-nav > ul li > ul > li a.selected {
  background-position: -1180px 15px; }

/* --- Page Builder --- */
.page-builder, .page-content {
  width: 100%;
  color: #666; }
  .page-builder .l-col, .page-builder .r-col, .page-content .l-col, .page-content .r-col {
    width: 100%; }
  .page-builder .l-col, .page-content .l-col {
    margin-bottom: 30px; }
  .page-builder h1, .page-content h1 {
    font-size: 30px;
    margin-bottom: 20px; }
  .page-builder h2, .page-content h2 {
    font-size: 24px;
    margin-bottom: 15px; }
  .page-builder h3, .page-content h3 {
    font-size: 18px;
    margin-bottom: 10px; }
  .page-builder p, .page-content p {
    line-height: 1.6;
    margin-bottom: 30px; }
    .page-builder p:last-child, .page-content p:last-child {
      margin-bottom: 0; }
  .page-builder a.delete-link, .page-content a.delete-link {
    position: absolute;
    top: 0;
    right: 0;
    height: 15px;
    width: 15px;
    background: url(../../img/delete.png);
    padding: 0;
    border: none; }
    .page-builder a.delete-link:hover, .page-content a.delete-link:hover {
      opacity: .5; }
  .page-builder ul, .page-builder ol, .page-content ul, .page-content ol {
    margin-bottom: 30px; }
    .page-builder ul li, .page-builder ol li, .page-content ul li, .page-content ol li {
      line-height: 1.6;
      margin-bottom: 10px; }
  .page-builder ol, .page-content ol {
    list-style: decimal;
    list-style-position: inside; }
  .page-builder ul, .page-content ul {
    margin-left: 20px;
    list-style: disc; }

table th {
  font-weight: 700;
  padding: 10px 0; }
table td {
  padding: 10px 0;
  border-top: 1px solid #f90000; }

ul.page-builder-elements {
  list-style: none; }

/* --- Section Colours --- */
html.fetal .section--bg, html.blog .section--bg, html.contact .section--bg, html.home .section--bg, html.network .section--bg {
  background-color: #f90000; }
html.fetal .section--border, html.blog .section--border, html.contact .section--border, html.home .section--border, html.network .section--border {
  border-color: #f90000; }
html.fetal .section--color, html.blog .section--color, html.contact .section--color, html.home .section--color, html.network .section--color {
  color: #f90000; }
html.fetal .section--color-hover:hover, html.blog .section--color-hover:hover, html.contact .section--color-hover:hover, html.home .section--color-hover:hover, html.network .section--color-hover:hover {
  color: #f90000; }
html.fetal .page-builder a, html.fetal .page-content a, html.blog .page-builder a, html.blog .page-content a, html.contact .page-builder a, html.contact .page-content a, html.home .page-builder a, html.home .page-content a, html.network .page-builder a, html.network .page-content a {
  color: #f90000; }
html.fetal .page-builder h1, html.fetal .page-builder h2, html.fetal .page-builder h3, html.fetal .page-content h1, html.fetal .page-content h2, html.fetal .page-content h3, html.blog .page-builder h1, html.blog .page-builder h2, html.blog .page-builder h3, html.blog .page-content h1, html.blog .page-content h2, html.blog .page-content h3, html.contact .page-builder h1, html.contact .page-builder h2, html.contact .page-builder h3, html.contact .page-content h1, html.contact .page-content h2, html.contact .page-content h3, html.home .page-builder h1, html.home .page-builder h2, html.home .page-builder h3, html.home .page-content h1, html.home .page-content h2, html.home .page-content h3, html.network .page-builder h1, html.network .page-builder h2, html.network .page-builder h3, html.network .page-content h1, html.network .page-content h2, html.network .page-content h3 {
  color: #f90000; }

html.child .section--bg {
  background-color: #26BFDD; }
html.child .section--border {
  border-color: #26BFDD; }
html.child .section--color {
  color: #26BFDD; }
html.child .section--color-hover:hover {
  color: #26BFDD; }
html.child .page-builder a {
  color: #26BFDD; }
html.child .page-builder h1, html.child .page-builder h2, html.child .page-builder h3 {
  color: #26BFDD; }

html.teen .section--bg {
  background-color: #28BE8B; }
html.teen .section--border {
  border-color: #28BE8B; }
html.teen .section--color {
  color: #28BE8B; }
html.teen .section--color-hover:hover {
  color: #28BE8B; }
html.teen .page-builder a {
  color: #28BE8B; }
html.teen .page-builder h1, html.teen .page-builder h2, html.teen .page-builder h3 {
  color: #28BE8B; }

html.adult .section--bg {
  background-color: #FFA317; }
html.adult .section--border {
  border-color: #FFA317; }
html.adult .section--color {
  color: #FFA317; }
html.adult .section--color-hover:hover {
  color: #FFA317; }
html.adult .page-builder a {
  color: #FFA317; }
html.adult .page-builder h1, html.adult .page-builder h2, html.adult .page-builder h3 {
  color: #FFA317; }

.desktop-only {
  display: none; }

@media (min-width: 1080px) {
  .mobile-only {
    display: none; }

  .desktop-only {
    display: block; }
    .desktop-only.desktop-inline {
      display: inline; } }
.nav__admin .nav__block {
  margin-bottom: 20px;
  border-bottom: 1px dashed #333;
  padding-bottom: 20px; }
  .nav__admin .nav__block ul.nav__list {
    list-style: none;
    margin: 0; }
    .nav__admin .nav__block ul.nav__list li p {
      margin-bottom: 0; }

.newsletter form .input-stack {
  width: 300px;
  margin: 0 auto; }
  .newsletter form .input-stack input[type=text], .newsletter form .input-stack input[type=email] {
    width: 100%;
    background: #f3f3f5;
    border: none;
    padding: 15px;
    margin-bottom: 15px; }
  .newsletter form .input-stack input[type=submit] {
    width: 100%;
    background: #f90000;
    display: block;
    text-align: center;
    border: none;
    color: #fff;
    line-height: 40px;
    font-size: 20px; }

/*------------------------------------*\
    nav.scss
\*------------------------------------*/
/**
 * Navigation stuff
 */
.site-header {
  height: 80px;
  background-color: #fff;
  border-bottom: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  /*@include filter-gradient(#fff, #fdfdfd, vertical);
  $experimental-support-for-svg: true;
  @include background-image(linear-gradient(top, #fff 0%,#fdfdfd 100%));*/ }
  .site-header .site-logo {
    width: 149px;
    height: 52px;
    display: inline-block;
    float: left;
    margin-top: 14px; }
  .site-header nav > ul {
    display: none;
    position: absolute;
    z-index: 1001;
    top: 80px;
    margin-left: -20px;
    background: #f0f1f1;
    width: 100%; }
    .site-header nav > ul.open {
      display: block !important; }
    .site-header nav > ul li {
      float: left;
      width: 100%; }
      .site-header nav > ul li a {
        text-align: center;
        font-weight: 600;
        font-size: 20px;
        display: block;
        line-height: 40px; }
      .site-header nav > ul li.selected a, .site-header nav > ul li:hover a {
        text-decoration: none;
        background: #e4e4e4; }
      .site-header nav > ul li.professionals a {
        background: #f90000; }
        .site-header nav > ul li.professionals a:hover {
          background: #D70000; }
      .site-header nav > ul li.facebook {
        display: none; }
    .site-header nav > ul .sub-nav {
      width: 100%;
      overflow: hidden;
      display: none; }
      .site-header nav > ul .sub-nav li a {
        background: #fff; }
        .site-header nav > ul .sub-nav li a:hover {
          background: #e4e4e4; }
  .site-header .nav-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 80px;
    width: 80px; }
    .site-header .nav-button a {
      display: block;
      background: url(../../img/nav_button.png) no-repeat center center;
      height: 80px;
      width: 80px;
      text-indent: -9999px; }
    .site-header .nav-button.nav-red a {
      background-color: #f90000; }
  .site-header .call-us {
    float: right;
    line-height: 60px; }
    .site-header .call-us .btn {
      margin-top: 9px;
      line-height: 30px;
      padding: 0 20px;
      background: #f2f2f2; }
      .site-header .call-us .btn span {
        padding-right: 5px; }
  .site-header .ghost-bar {
    display: none; }
  .site-header .top-navigation {
    position: absolute;
    height: 36px;
    top: -36px;
    left: 0;
    right: 0;
    background: #353535; }
    .site-header .top-navigation ul {
      float: right; }
      .site-header .top-navigation ul li {
        float: left; }
        .site-header .top-navigation ul li a {
          display: inline-block;
          color: #fff; }
          .site-header .top-navigation ul li a.professionals {
            background: #f90000;
            padding: 0 25px;
            line-height: 36px; }
          .site-header .top-navigation ul li a.facebook {
            font-size: 15px;
            line-height: 34px;
            padding: 0 28px 0 10px;
            margin-right: 10px;
            background: url(../../img/icons/facebook.png) no-repeat right 6px; }

.wide__screen-only {
  display: none; }

/*------------------------------------*\
    home.scss
\*------------------------------------*/
/**
 * Homepage specific CSS
 */
#home-slider {
  position: relative;
  height: 370px;
  overflow: hidden; }
  #home-slider > .sequence-canvas {
    height: 100%;
    width: 100%; }
  #home-slider > .sequence-canvas > li {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1; }
  #home-slider > .sequence-canvas li > * {
    position: absolute; }
  #home-slider .slide {
    height: 100%;
    width: 100%; }
  #home-slider .container {
    width: 100%;
    max-width: 1472px;
    height: 100%;
    padding-right: 20px !important;
    padding-left: 20px !important;
    margin: 0 auto !important;
    display: block; }
  #home-slider .slide .container {
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  #home-slider .slide .slide-content {
    background: rgba(0, 0, 0, 0.25);
    padding: 70px 20px 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10; }
    #home-slider .slide .slide-content p {
      margin: 15px auto 0;
      max-width: 300px;
      width: 100%;
      font-size: 18px;
      color: #fff;
      text-align: center;
      line-height: 1.6; }
    #home-slider .slide .slide-content .btn {
      width: 90%;
      max-width: 270px;
      margin: 25px auto 0;
      background-color: #f90000;
      background-repeat: no-repeat;
      background-position: right 25px top 23px;
      display: block;
      color: #fff;
      text-align: center;
      line-height: 60px;
      font-size: 26px; }
      #home-slider .slide .slide-content .btn img {
        top: 2px; }
  #home-slider .sequence-pagination {
    position: absolute;
    width: 100%;
    z-index: 10;
    bottom: 30px;
    text-align: center; }
    #home-slider .sequence-pagination li {
      display: inline-block;
      width: 26px;
      height: 26px;
      cursor: pointer;
      text-indent: -9999px;
      background: url(../../img/home_feature_paginate.png) no-repeat;
      margin: 0 5px; }
      #home-slider .sequence-pagination li.current, #home-slider .sequence-pagination li:hover {
        background-position: -26px 0; }

#home-slider .animate-in .slide {
  left: 0; }
#home-slider .animate-out .slide {
  left: -100%; }
#home-slider .slide {
  left: 100%;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: "left";
  -moz-transition-property: "left";
  -ms-transition-property: "left";
  -o-transition-property: "left";
  transition-property: "left";
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear; }

.admin__slider .container {
  background: none !important; }

.seq-left, .seq-right {
  z-index: 1000;
  top: 40%; }
  .seq-left img:hover, .seq-right img:hover {
    cursor: pointer;
    opacity: .7; }

.seq-left {
  left: 0; }

.seq-right {
  right: 0; }

.home-header {
  padding: 80px 0;
  width: 350px;
  margin: 0 auto; }
  .home-header .home-heart {
    background: url(../../img/home_heart.png) no-repeat;
    width: 74px;
    height: 61px;
    border-right: 1px solid #f90000;
    margin-right: 10px; }
  .home-header h1 {
    font-size: 30px;
    margin: 3px auto 5px;
    width: 350px; }
  .home-header p {
    font-size: 18px; }

.home-departments-bg {
  background-color: #f3f3f5; }

.home-departments {
  padding-top: 50px;
  padding-bottom: 80px; }
  .home-departments .home-departments--title .col {
    padding-bottom: 30px; }
  .home-departments .home-departments--title h2 {
    display: table;
    white-space: nowrap;
    font-size: 30px; }
    .home-departments .home-departments--title h2:before, .home-departments .home-departments--title h2:after {
      content: "";
      display: table-cell;
      width: 50%;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAAsSAAALEgHS3X78AAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABR0RVh0Q3JlYXRpb24gVGltZQA3LzQvMTRaT/PkAAAADElEQVQImWN4/PgxAAVWAqr06KppAAAAAElFTkSuQmCC) repeat-x left center; }
  .home-departments .home-departments--cols .col {
    width: 100%;
    padding-bottom: 5px;
    margin: 0 auto 20px; }
    .home-departments .home-departments--cols .col > div {
      background: #fff; }
      .home-departments .home-departments--cols .col > div figure {
        line-height: 0; }
      .home-departments .home-departments--cols .col > div h3 {
        font-size: 18px;
        padding: 12px 15px; }
        .home-departments .home-departments--cols .col > div h3.border--red {
          border-top: 5px solid #f90000; }
        .home-departments .home-departments--cols .col > div h3.border--blue {
          border-top: 5px solid #26BFDD; }
        .home-departments .home-departments--cols .col > div h3.border--green {
          border-top: 5px solid #28BE8B; }
        .home-departments .home-departments--cols .col > div h3.border--orange {
          border-top: 5px solid #FFA317; }
      .home-departments .home-departments--cols .col > div p {
        padding: 0 15px;
        font-size: 14px;
        color: #666;
        line-height: 1.6; }
      .home-departments .home-departments--cols .col > div a.arrow--link {
        margin: 30px 15px 20px;
        font-size: 13px;
        text-transform: uppercase; }

.home-quotes {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 50px 0; }
  .home-quotes.quote-admin {
    min-height: 600px; }
  .home-quotes .text {
    width: 100%;
    padding-left: 50px;
    background: url(../../img/home_quote_icon.png) no-repeat; }
    .home-quotes .text p {
      font-size: 24px;
      line-height: 1.2; }
      .home-quotes .text p span {
        color: #f90000; }
      .home-quotes .text p.quotee {
        font-size: 20px;
        margin-top: 20px; }

.home-news {
  padding: 80px 0;
  background-image: url(../../img/heart_dark_right.png), url(../../img/heart_dark_left.png);
  background-repeat: no-repeat;
  background-position: right -60px top 30px, left -40px bottom -30px; }
  .home-news .text-icon .icon {
    font-size: 30px; }
    .home-news .text-icon .icon i {
      top: 4px; }
  .home-news .text-icon h2 {
    margin-left: 36px; }
  .home-news .home-news-posts {
    width: 100%;
    max-width: 360px;
    margin: 0 auto; }
    .home-news .home-news-posts .home-news-outer .home-news-post {
      width: 100%;
      padding: 20px;
      min-height: 140px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      -webkit-box-shadow: 0 3px 0 0 #ccc;
      -moz-box-shadow: 0 3px 0 0 #ccc;
      -ms-box-shadow: 0 3px 0 0 #ccc;
      -o-box-shadow: 0 3px 0 0 #ccc;
      box-shadow: 0 3px 0 0 #ccc; }
      .home-news .home-news-posts .home-news-outer .home-news-post:after {
        top: 99.9%;
        left: 11%;
        content: " ";
        width: 27px;
        height: 16px;
        background: url(../../img/home_news_tri.png) no-repeat;
        position: absolute; }
      .home-news .home-news-posts .home-news-outer .home-news-post:hover {
        top: 3px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none; }
        .home-news .home-news-posts .home-news-outer .home-news-post:hover:after {
          background-position: 0 -16px;
          top: 98%; }
      .home-news .home-news-posts .home-news-outer .home-news-post figure {
        width: 31.3%;
        float: left; }
        .home-news .home-news-posts .home-news-outer .home-news-post figure img {
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          border-radius: 50%; }
      .home-news .home-news-posts .home-news-outer .home-news-post .home-news-content {
        width: 68.7%;
        float: right;
        background: url(../../img/home_news_quote.png) no-repeat 0 0;
        padding-left: 35px; }
        .home-news .home-news-posts .home-news-outer .home-news-post .home-news-content h3 {
          font-size: 18px;
          line-height: 1.2; }
        .home-news .home-news-posts .home-news-outer .home-news-post .home-news-content a {
          bottom: 20px;
          left: 43%; }
    .home-news .home-news-posts .home-news-outer .home-news-date {
      padding-left: 13%;
      padding-top: 25px; }
      .home-news .home-news-posts .home-news-outer .home-news-date p {
        font-size: 13px;
        color: #ccc; }
        .home-news .home-news-posts .home-news-outer .home-news-date p span {
          top: 2px; }
        .home-news .home-news-posts .home-news-outer .home-news-date p em {
          font-weight: 600; }

.home-question {
  padding: 80px 0; }
  .home-question h3 {
    font-size: 30px;
    text-align: center; }
  .home-question .btn {
    max-width: 380px;
    margin: 20px auto 0;
    padding: 0 10px;
    width: 100%; }
    .home-question .btn a {
      background-color: #f90000;
      background-repeat: no-repeat;
      background-position: right 20px center;
      display: block;
      color: #fff;
      text-align: center;
      line-height: 60px;
      font-size: 26px; }
      .home-question .btn a img {
        top: 1px; }

/*------------------------------------*\
    Team
\*------------------------------------*/
/**
 * team: index and view page styles
 */
.team-header {
  margin-bottom: 30px; }
  .team-header p {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px; }

.team-members {
  width: 100%;
  margin: 0 auto; }
  .team-members .team-member {
    width: 310px;
    border: 1px solid #e5e5e5;
    border-top: none;
    padding: 30px 0;
    height: 380px;
    margin: 0 auto; }
    .team-members .team-member:first-child {
      border-top: 1px solid #e5e5e5; }
    .team-members .team-member:hover {
      background: #f3f3f5; }
      .team-members .team-member:hover .view-plus-icon a {
        background-position: 0 -44px; }
    .team-members .team-member figure {
      width: 180px;
      margin: 0 auto 20px; }
      .team-members .team-member figure img {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%; }
    .team-members .team-member h3 {
      text-align: center;
      margin-bottom: 10px;
      font-size: 16px; }
    .team-members .team-member p {
      text-align: center;
      margin-bottom: 30px;
      padding: 0 5px; }
    .team-members .team-member .view-plus-icon {
      position: absolute;
      bottom: 20px;
      width: 100%; }
      .team-members .team-member .view-plus-icon a {
        display: block;
        height: 44px;
        width: 44px;
        text-indent: -9999px;
        background: url(../../img/icons/view_plus_icon.png) no-repeat;
        margin: 0 auto; }

.team-view-img figure {
  max-width: 340px;
  margin: 0 auto;
  		/*> div {
  			border: 1px solid $lch-red;
  			@include border-radius(50%);
  
  			img {
  				@include border-radius(0);
  			}
  		}*/ }
  .team-view-img figure img {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }

.team-view-main {
  margin-bottom: 30px; }
  .team-view-main h3 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px; }
  .team-view-main p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #666; }
  .team-view-main ul, .team-view-main ol {
    margin-bottom: 30px;
    margin-left: 20px; }
    .team-view-main ul li, .team-view-main ol li {
      font-size: 15px;
      line-height: 1.6;
      margin-bottom: 10px;
      color: #666; }
  .team-view-main ol {
    list-style: decimal; }
  .team-view-main ul {
    list-style: disc; }
  .team-view-main .btn {
    color: #fff;
    display: inline-block;
    line-height: 70px;
    padding: 0 80px;
    background: url(../../img/icons/team_btn_icon.png) no-repeat 60px 28px #f90000;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase; }
  .team-view-main .team-publications {
    margin-top: 30px; }
    .team-view-main .team-publications h3 a {
      background: url(../../img/icons/view_plus_icon.png) no-repeat;
      line-height: 44px;
      text-transform: uppercase;
      display: inline-block;
      padding-left: 55px;
      font-size: 14px; }
    .team-view-main .team-publications ul li {
      border-bottom: 1px solid #e5e5e5;
      padding: 5px 0;
      line-height: 1.6; }
      .team-view-main .team-publications ul li:first-child {
        border-top: 1px solid #e5e5e5; }
      .team-view-main .team-publications ul li a {
        font-weight: 600; }

.team-view-quote .quote {
  border-top: 3px solid;
  border-bottom: 3px solid;
  padding: 10px 0; }
  .team-view-quote .quote p {
    font-size: 24px;
    line-height: 1.6; }

.team-view-nav {
  width: 100%;
  float: left;
  overflow: hidden;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
  margin-top: 30px; }
  .team-view-nav a {
    color: #f90000;
    font-size: 18px; }
    .team-view-nav a.prev {
      padding-left: 15px; }
    .team-view-nav a.next {
      padding-right: 15px; }

.admin-img img {
  width: auto !important; }

/*------------------------------------*\
    news
\*------------------------------------*/
/**
 * News stuff (index.ctp & view.ctp)
 */
.news-posts .news-post {
  width: 98%;
  margin: 0 auto 20px;
  border: 1px solid #e5e5e5;
  height: 450px; }
  .news-posts .news-post .news-hover {
    display: block;
    position: relative;
    background: #353535; }
    .news-posts .news-post .news-hover figure {
      line-height: 0; }
    .news-posts .news-post .news-hover .news-icon {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      background: url(../../img/news_hover.png) no-repeat center center; }
    .news-posts .news-post .news-hover:hover .news-icon {
      opacity: 1; }
    .news-posts .news-post .news-hover:hover figure {
      opacity: .6; }
  .news-posts .news-post h2 a {
    color: #f90000;
    font-family: "ff-tisa-web-pro";
    font-size: 18px; }
  .news-posts .news-post p {
    line-height: 1.6;
    font-size: 14px;
    padding: 0 15px; }
  .news-posts .news-post .read-more a {
    font-size: 14px; }
  .news-posts .news-post .date {
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #e5e5e5;
    padding: 10px 15px;
    font-size: 15px; }
    .news-posts .news-post .date span {
      padding-right: 5px; }

.ghost-post {
  display: none; }

.news-article h1, .news-article h2, .news-article h3 {
  color: #f90000; }
.news-article h1 {
  font-size: 30px;
  margin-bottom: 20px; }
.news-article h2 {
  font-size: 24px;
  margin-bottom: 15px; }
.news-article h3 {
  font-size: 18px;
  margin-bottom: 10px; }
.news-article p {
  line-height: 1.6;
  font-size: 15px;
  color: #666;
  margin-bottom: 15px; }
.news-article .blurb p {
  font-size: 18px; }
.news-article .quote .quote-inner {
  border-top: 3px solid #f90000;
  border-bottom: 3px solid #f90000;
  color: #444;
  font-size: 24px;
  line-height: 1.2; }
.news-article .categories ul li {
  margin-right: 10px; }
  .news-article .categories ul li a {
    display: inline-block;
    background: #ffe5e5;
    color: #f90000;
    font-family: "ff-tisa-web-pro";
    line-height: 34px;
    padding: 0 20px; }
.news-article .article-view-nav {
  width: 100%;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0; }
  .news-article .article-view-nav a {
    font-size: 18px; }
    .news-article .article-view-nav a.prev {
      padding-left: 10px; }
    .news-article .article-view-nav a.next {
      padding-right: 10px; }

.left-nav-article ul li {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5; }
  .left-nav-article ul li:first-child {
    border-top: 1px solid #e5e5e5; }
  .left-nav-article ul li.date {
    padding: 25px 15px; }
    .left-nav-article ul li.date p {
      line-height: 22px;
      padding-left: 25px; }
    .left-nav-article ul li.date .icon i {
      top: 2px;
      font-size: 20px; }
  .left-nav-article ul li .img {
    height: 50px;
    width: 60px; }
    .left-nav-article ul li .img img {
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
  .left-nav-article ul li .text {
    padding-left: 60px;
    line-height: 50px; }
  .left-nav-article ul li a {
    background: #fff; }
    .left-nav-article ul li a:hover {
      border-left: 0;
      padding: 0 15px; }
  .left-nav-article ul li.social ul li {
    border: none;
    margin-right: 10px; }
    .left-nav-article ul li.social ul li:first-child {
      border-top: none; }
    .left-nav-article ul li.social ul li a {
      display: block;
      height: 20px;
      width: 20px;
      text-indent: -9999px;
      background-image: url(../../img/news_social.png);
      background-color: transparent;
      padding: 0;
      border: none; }
      .left-nav-article ul li.social ul li a:hover {
        padding: 0;
        opacity: .8; }
      .left-nav-article ul li.social ul li a.soc1 {
        width: 24px;
        background-position: 0; }
      .left-nav-article ul li.social ul li a.soc2 {
        background-position: -24px; }
      .left-nav-article ul li.social ul li a.soc3 {
        background-position: -44px; }
      .left-nav-article ul li.social ul li a.soc4 {
        background-position: -64px; }

.no-more-posts {
  text-align: center;
  float: left;
  width: 100%;
  line-height: 50px;
  background: #fee5e5;
  color: #f90000; }

.load-more-posts {
  display: block;
  text-align: center;
  float: left;
  width: 100%;
  line-height: 50px;
  background: #fee5e5;
  color: #f90000; }
  .load-more-posts div {
    width: 150px;
    margin: 0 auto;
    padding-right: 10px; }
    .load-more-posts div span {
      position: absolute;
      top: 3px;
      right: 0; }

.pagination {
  float: left;
  width: 100%; }
  .pagination span {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #f90000;
    color: #f90000;
    margin-right: 10px;
    font-size: 14px; }
    .pagination span:last-child, .pagination span:first-child, .pagination span.disabled {
      display: none; }
    .pagination span a {
      color: #f90000;
      display: inline-block;
      height: 30px;
      width: 30px;
      line-height: 30px;
      text-align: center;
      color: #f90000; }
    .pagination span:hover {
      background: #f90000;
      color: #fff; }
      .pagination span:hover a {
        color: #fff; }

.news-header {
  overflow: visible;
  height: 100px; }
  .news-header .news-title {
    float: left; }

.flyout {
  float: right;
  position: relative;
  overflow: visible;
  margin-top: 8px; }
  .flyout > a {
    margin-top: 32px;
    width: 168px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    margin: 0;
    padding: 0 16px;
    border: 1px solid #fff;
    color: #fff;
    background: url(../../img/news_category_arrow.png) no-repeat 140px 14px transparent; }
    .flyout > a:hover {
      text-decoration: none;
      background-color: #D70000; }
  .flyout ul {
    position: absolute;
    top: 100%;
    left: -9999px;
    width: 168px;
    overflow: hidden;
    z-index: 100; }
    .flyout ul li {
      display: inline-block;
      width: 100%;
      zoom: 1;
      border-bottom: 1px solid #fff;
      border-left: 1px solid #fff;
      border-right: 1px solid #fff; }
      .flyout ul li a {
        color: #fff;
        display: block;
        height: 35px;
        line-height: 35px;
        padding: 0 16px;
        background: #f90000; }
        .flyout ul li a:hover {
          text-decoration: none;
          background: #D70000; }
  .flyout.visible ul {
    left: 0; }

.contact-form .col-left, .contact-form .col-right {
  width: 100%; }
  .contact-form .col-left .input-stack, .contact-form .col-right .input-stack {
    width: 100%;
    overflow: hidden;
    background: #f3f3f5;
    margin-top: 20px; }
    .contact-form .col-left .input-stack:first-child, .contact-form .col-right .input-stack:first-child {
      margin-top: 0; }
    .contact-form .col-left .input-stack .icon, .contact-form .col-right .input-stack .icon {
      width: 10%;
      line-height: 50px; }
      .contact-form .col-left .input-stack .icon i, .contact-form .col-right .input-stack .icon i {
        left: 40%;
        top: 2px; }
    .contact-form .col-left .input-stack .input, .contact-form .col-right .input-stack .input {
      width: 90%;
      float: right;
      padding: 14px 0; }
      .contact-form .col-left .input-stack .input input, .contact-form .col-left .input-stack .input textarea, .contact-form .col-right .input-stack .input input, .contact-form .col-right .input-stack .input textarea {
        background: transparent;
        border: none;
        outline: none;
        width: 100%;
        font-family: "proxima-nova"; }
      .contact-form .col-left .input-stack .input .error-message, .contact-form .col-right .input-stack .input .error-message {
        display: none; }
  .contact-form .col-left .error-message, .contact-form .col-right .error-message {
    margin-top: 5px;
    color: #f90000; }
.contact-form .row-bottom > div {
  background: #f90000; }
  .contact-form .row-bottom > div .submit input {
    border: none;
    background: url(../../img/home_btn_arrow.png) no-repeat right 30% center transparent;
    width: 100%;
    color: #fff;
    line-height: 40px;
    font-size: 20px; }
.contact-form .sent-top {
  width: 100%;
  background: #ccffcc;
  color: #10A175;
  margin-bottom: 20px !important; }
  .contact-form .sent-top p {
    text-align: center;
    line-height: 50px; }
.contact-form .sent-bottom {
  width: 100%; }
  .contact-form .sent-bottom a {
    display: inline-block;
    width: 100%;
    background: #f90000;
    color: #fff;
    line-height: 40px;
    font-size: 20px;
    text-align: center; }

.contact-tabs {
  padding: 50px 0 0; }
  .contact-tabs ul {
    text-align: center;
    display: none; }
    .contact-tabs ul li {
      display: inline-block;
      margin: 0 10px; }
      .contact-tabs ul li a {
        display: inline-block;
        line-height: 46px;
        height: 46px;
        padding: 0 30px;
        background: #f2f2f2;
        color: #353535;
        font-weight: 600; }
        .contact-tabs ul li a:hover {
          text-decoration: none;
          background: #e4e4e4; }
      .contact-tabs ul li.selected a {
        background: #353535;
        color: #fff; }
      .contact-tabs ul li:first-child {
        margin-left: 0; }
      .contact-tabs ul li:last-child {
        margin-right: 0; }

.contact-block {
  padding: 50px 0; }
  .contact-block h2 {
    font-size: 30px; }
  .contact-block > p {
    color: #666;
    line-height: 1.6;
    text-align: center; }
  .contact-block .contact-grid {
    padding: 50px 0 0; }
    .contact-block .contact-grid .contact {
      width: 100%;
      border: 1px solid #e5e5e5;
      border-top: none;
      padding: 30px 0;
      height: 360px;
      margin: 0 auto;
      position: relative; }
      .contact-block .contact-grid .contact:first-child {
        border-top: 1px solid #e5e5e5; }
      .contact-block .contact-grid .contact:hover {
        background: #f3f3f5; }
      .contact-block .contact-grid .contact figure {
        width: 180px;
        margin: 0 auto 20px; }
        .contact-block .contact-grid .contact figure img {
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          border-radius: 50%; }
      .contact-block .contact-grid .contact h3 {
        text-align: center;
        margin-bottom: 10px;
        font-size: 18px; }
      .contact-block .contact-grid .contact p {
        text-align: center;
        margin-bottom: 30px;
        color: #f90000; }
      .contact-block .contact-grid .contact a.delete {
        position: absolute;
        top: 0;
        right: 0;
        height: 15px;
        width: 15px;
        background: url(../../img/delete.png);
        padding: 0;
        border: none; }
        .contact-block .contact-grid .contact a.delete:hover {
          opacity: .5; }

/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
html:hover [class^="ss-"] {
  -ms-zoom: 1; }

.ss-icon, .ss-icon.ss-pika,
[class^="ss-"]:before, [class*=" ss-"]:before,
[class^="ss-"].ss-pika:before, [class*=" ss-"].ss-pika:before,
[class^="ss-"].right:after, [class*=" ss-"].right:after,
[class^="ss-"].ss-pika.right:after, [class*=" ss-"].ss-pika.right:after {
  font-family: "SSPika";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased; }

[class^="ss-"].right:before,
[class*=" ss-"].right:before {
  display: none;
  content: ''; }

.ss-cursor:before, .ss-cursor.right:after {
  content: ''; }

.ss-crosshair:before, .ss-crosshair.right:after {
  content: '⌖'; }

.ss-search:before, .ss-search.right:after {
  content: '🔎'; }

.ss-zoomin:before, .ss-zoomin.right:after {
  content: ''; }

.ss-zoomout:before, .ss-zoomout.right:after {
  content: ''; }

.ss-screenshot:before, .ss-screenshot.right:after {
  content: ''; }

.ss-binoculars:before, .ss-binoculars.right:after {
  content: ''; }

.ss-view:before, .ss-view.right:after {
  content: '👀'; }

.ss-attach:before, .ss-attach.right:after {
  content: '📎'; }

.ss-link:before, .ss-link.right:after {
  content: '🔗'; }

.ss-move:before, .ss-move.right:after {
  content: ''; }

.ss-write:before, .ss-write.right:after {
  content: '✎'; }

.ss-writingdisabled:before, .ss-writingdisabled.right:after {
  content: ''; }

.ss-erase:before, .ss-erase.right:after {
  content: '✐'; }

.ss-compose:before, .ss-compose.right:after {
  content: '📝'; }

.ss-draw:before, .ss-draw.right:after {
  content: '✏'; }

.ss-lock:before, .ss-lock.right:after {
  content: '🔒'; }

.ss-unlock:before, .ss-unlock.right:after {
  content: '🔓'; }

.ss-key:before, .ss-key.right:after {
  content: '🔑'; }

.ss-backspace:before, .ss-backspace.right:after {
  content: '⌫'; }

.ss-ban:before, .ss-ban.right:after {
  content: '🚫'; }

.ss-nosmoking:before, .ss-nosmoking.right:after {
  content: '🚭'; }

.ss-trash:before, .ss-trash.right:after {
  content: ''; }

.ss-target:before, .ss-target.right:after {
  content: '◎'; }

.ss-new:before, .ss-new.right:after {
  content: '🆕'; }

.ss-tag:before, .ss-tag.right:after {
  content: ''; }

.ss-pricetag:before, .ss-pricetag.right:after {
  content: ''; }

.ss-flowertag:before, .ss-flowertag.right:after {
  content: ''; }

.ss-bookmark:before, .ss-bookmark.right:after {
  content: '🔖'; }

.ss-flag:before, .ss-flag.right:after {
  content: '⚑'; }

.ss-like:before, .ss-like.right:after {
  content: '👍'; }

.ss-dislike:before, .ss-dislike.right:after {
  content: '👎'; }

.ss-heart:before, .ss-heart.right:after {
  content: '♥'; }

.ss-halfheart:before, .ss-halfheart.right:after {
  content: ''; }

.ss-emptyheart:before, .ss-emptyheart.right:after {
  content: '♡'; }

.ss-star:before, .ss-star.right:after {
  content: '⋆'; }

.ss-halfstar:before, .ss-halfstar.right:after {
  content: ''; }

.ss-medal:before, .ss-medal.right:after {
  content: ''; }

.ss-ribbon:before, .ss-ribbon.right:after {
  content: '🎀'; }

.ss-bullseye:before, .ss-bullseye.right:after {
  content: '🎯'; }

.ss-sample:before, .ss-sample.right:after {
  content: ''; }

.ss-crop:before, .ss-crop.right:after {
  content: ''; }

.ss-layers:before, .ss-layers.right:after {
  content: ''; }

.ss-gridlines:before, .ss-gridlines.right:after {
  content: ''; }

.ss-pen:before, .ss-pen.right:after {
  content: '✒'; }

.ss-feather:before, .ss-feather.right:after {
  content: ''; }

.ss-rubbereraser:before, .ss-rubbereraser.right:after {
  content: ''; }

.ss-paintroller:before, .ss-paintroller.right:after {
  content: ''; }

.ss-rubberstamp:before, .ss-rubberstamp.right:after {
  content: ''; }

.ss-checkclipboard:before, .ss-checkclipboard.right:after {
  content: ''; }

.ss-linechartclipboard:before, .ss-linechartclipboard.right:after {
  content: ''; }

.ss-clockwise:before, .ss-clockwise.right:after {
  content: '⥁'; }

.ss-phone:before, .ss-phone.right:after {
  content: '📞'; }

.ss-phonedisabled:before, .ss-phonedisabled.right:after {
  content: ''; }

.ss-headset:before, .ss-headset.right:after {
  content: ''; }

.ss-megaphone:before, .ss-megaphone.right:after {
  content: '📢'; }

.ss-rss:before, .ss-rss.right:after {
  content: ''; }

.ss-facetime:before, .ss-facetime.right:after {
  content: ''; }

.ss-reply:before, .ss-reply.right:after {
  content: '↩'; }

.ss-send:before, .ss-send.right:after {
  content: ''; }

.ss-mail:before, .ss-mail.right:after {
  content: '✉'; }

.ss-inbox:before, .ss-inbox.right:after {
  content: '📥'; }

.ss-outbox:before, .ss-outbox.right:after {
  content: '📤'; }

.ss-wifimail:before, .ss-wifimail.right:after {
  content: ''; }

.ss-chat:before, .ss-chat.right:after {
  content: '💬'; }

.ss-user:before, .ss-user.right:after {
  content: '👤'; }

.ss-femaleuser:before, .ss-femaleuser.right:after {
  content: '👧'; }

.ss-users:before, .ss-users.right:after {
  content: '👥'; }

.ss-usergroup:before, .ss-usergroup.right:after {
  content: ''; }

.ss-adduser:before, .ss-adduser.right:after {
  content: ''; }

.ss-removeuser:before, .ss-removeuser.right:after {
  content: ''; }

.ss-deleteuser:before, .ss-deleteuser.right:after {
  content: ''; }

.ss-userprofile:before, .ss-userprofile.right:after {
  content: ''; }

.ss-businessuser:before, .ss-businessuser.right:after {
  content: ''; }

.ss-cart:before, .ss-cart.right:after {
  content: ''; }

.ss-addcart:before, .ss-addcart.right:after {
  content: ''; }

.ss-removecart:before, .ss-removecart.right:after {
  content: ''; }

.ss-deletecart:before, .ss-deletecart.right:after {
  content: ''; }

.ss-downloadcart:before, .ss-downloadcart.right:after {
  content: ''; }

.ss-emptycart:before, .ss-emptycart.right:after {
  content: ''; }

.ss-basket:before, .ss-basket.right:after {
  content: ''; }

.ss-gift:before, .ss-gift.right:after {
  content: '🎁'; }

.ss-apple:before, .ss-apple.right:after {
  content: '🍏'; }

.ss-cashregister:before, .ss-cashregister.right:after {
  content: ''; }

.ss-store:before, .ss-store.right:after {
  content: '🏬'; }

.ss-searchbarcode:before, .ss-searchbarcode.right:after {
  content: ''; }

.ss-notepad:before, .ss-notepad.right:after {
  content: ''; }

.ss-creditcard:before, .ss-creditcard.right:after {
  content: '💳'; }

.ss-safe:before, .ss-safe.right:after {
  content: ''; }

.ss-digitalsafe:before, .ss-digitalsafe.right:after {
  content: ''; }

.ss-atm:before, .ss-atm.right:after {
  content: '🏧'; }

.ss-dispensecash:before, .ss-dispensecash.right:after {
  content: ''; }

.ss-banknote:before, .ss-banknote.right:after {
  content: '💵'; }

.ss-coins:before, .ss-coins.right:after {
  content: ''; }

.ss-bankcheck:before, .ss-bankcheck.right:after {
  content: ''; }

.ss-piggybank:before, .ss-piggybank.right:after {
  content: ''; }

.ss-moneybag:before, .ss-moneybag.right:after {
  content: '💰'; }

.ss-tip:before, .ss-tip.right:after {
  content: ''; }

.ss-calculator:before, .ss-calculator.right:after {
  content: ''; }

.ss-percent:before, .ss-percent.right:after {
  content: '%'; }

.ss-bank:before, .ss-bank.right:after {
  content: '🏦'; }

.ss-scales:before, .ss-scales.right:after {
  content: '⚖'; }

.ss-piechart:before, .ss-piechart.right:after {
  content: ''; }

.ss-piechartthirds:before, .ss-piechartthirds.right:after {
  content: ''; }

.ss-barchart:before, .ss-barchart.right:after {
  content: '📊'; }

.ss-upwardsbarchart:before, .ss-upwardsbarchart.right:after {
  content: ''; }

.ss-downwardsbarchart:before, .ss-downwardsbarchart.right:after {
  content: ''; }

.ss-horizontalbarchart:before, .ss-horizontalbarchart.right:after {
  content: ''; }

.ss-analytics:before, .ss-analytics.right:after {
  content: ''; }

.ss-upwardslinechart:before, .ss-upwardslinechart.right:after {
  content: '📈'; }

.ss-downwardslinechart:before, .ss-downwardslinechart.right:after {
  content: '📉'; }

.ss-linecharts:before, .ss-linecharts.right:after {
  content: ''; }

.ss-scatterchart:before, .ss-scatterchart.right:after {
  content: ''; }

.ss-stock:before, .ss-stock.right:after {
  content: ''; }

.ss-form:before, .ss-form.right:after {
  content: ''; }

.ss-box:before, .ss-box.right:after {
  content: '📦'; }

.ss-crate:before, .ss-crate.right:after {
  content: ''; }

.ss-deliveryvan:before, .ss-deliveryvan.right:after {
  content: ''; }

.ss-deliverytruck:before, .ss-deliverytruck.right:after {
  content: ''; }

.ss-forklift:before, .ss-forklift.right:after {
  content: ''; }

.ss-cargoship:before, .ss-cargoship.right:after {
  content: ''; }

.ss-hook:before, .ss-hook.right:after {
  content: ''; }

.ss-weight:before, .ss-weight.right:after {
  content: ''; }

.ss-containers:before, .ss-containers.right:after {
  content: ''; }

.ss-fragile:before, .ss-fragile.right:after {
  content: ''; }

.ss-thissideup:before, .ss-thissideup.right:after {
  content: ''; }

.ss-home:before, .ss-home.right:after {
  content: '⌂'; }

.ss-building:before, .ss-building.right:after {
  content: '🏢'; }

.ss-lodging:before, .ss-lodging.right:after {
  content: '🏨'; }

.ss-earth:before, .ss-earth.right:after {
  content: '🌎'; }

.ss-globe:before, .ss-globe.right:after {
  content: '🌐'; }

.ss-garage:before, .ss-garage.right:after {
  content: ''; }

.ss-warehouse:before, .ss-warehouse.right:after {
  content: ''; }

.ss-floorplan:before, .ss-floorplan.right:after {
  content: ''; }

.ss-address:before, .ss-address.right:after {
  content: ''; }

.ss-searchhouse:before, .ss-searchhouse.right:after {
  content: ''; }

.ss-housesale:before, .ss-housesale.right:after {
  content: ''; }

.ss-navigate:before, .ss-navigate.right:after {
  content: ''; }

.ss-compass:before, .ss-compass.right:after {
  content: ''; }

.ss-signpost:before, .ss-signpost.right:after {
  content: ''; }

.ss-map:before, .ss-map.right:after {
  content: ''; }

.ss-gps:before, .ss-gps.right:after {
  content: ''; }

.ss-compassnavigate:before, .ss-compassnavigate.right:after {
  content: ''; }

.ss-compassarrow:before, .ss-compassarrow.right:after {
  content: ''; }

.ss-location:before, .ss-location.right:after {
  content: ''; }

.ss-pin:before, .ss-pin.right:after {
  content: '📍'; }

.ss-pushpin:before, .ss-pushpin.right:after {
  content: '📌'; }

.ss-maplocation:before, .ss-maplocation.right:after {
  content: ''; }

.ss-globelocation:before, .ss-globelocation.right:after {
  content: ''; }

.ss-puzzle:before, .ss-puzzle.right:after {
  content: ''; }

.ss-floppydisk:before, .ss-floppydisk.right:after {
  content: '💾'; }

.ss-firewall:before, .ss-firewall.right:after {
  content: ''; }

.ss-database:before, .ss-database.right:after {
  content: ''; }

.ss-hdd:before, .ss-hdd.right:after {
  content: ''; }

.ss-music:before, .ss-music.right:after {
  content: '♫'; }

.ss-eighthnote:before, .ss-eighthnote.right:after {
  content: '♪'; }

.ss-mic:before, .ss-mic.right:after {
  content: '🎤'; }

.ss-volume:before, .ss-volume.right:after {
  content: '🔈'; }

.ss-lowvolume:before, .ss-lowvolume.right:after {
  content: '🔉'; }

.ss-highvolume:before, .ss-highvolume.right:after {
  content: '🔊'; }

.ss-radio:before, .ss-radio.right:after {
  content: '📻'; }

.ss-stereo:before, .ss-stereo.right:after {
  content: ''; }

.ss-airplay:before, .ss-airplay.right:after {
  content: ''; }

.ss-vinylrecord:before, .ss-vinylrecord.right:after {
  content: ''; }

.ss-disc:before, .ss-disc.right:after {
  content: '💿'; }

.ss-camera:before, .ss-camera.right:after {
  content: '📷'; }

.ss-picture:before, .ss-picture.right:after {
  content: '🌄'; }

.ss-video:before, .ss-video.right:after {
  content: '📹'; }

.ss-playvideo:before, .ss-playvideo.right:after {
  content: ''; }

.ss-play:before, .ss-play.right:after {
  content: '▶'; }

.ss-pause:before, .ss-pause.right:after {
  content: ''; }

.ss-stop:before, .ss-stop.right:after {
  content: '■'; }

.ss-record:before, .ss-record.right:after {
  content: '●'; }

.ss-rewind:before, .ss-rewind.right:after {
  content: '⏪'; }

.ss-fastforward:before, .ss-fastforward.right:after {
  content: '⏩'; }

.ss-skipback:before, .ss-skipback.right:after {
  content: '⏮'; }

.ss-skipforward:before, .ss-skipforward.right:after {
  content: '⏭'; }

.ss-eject:before, .ss-eject.right:after {
  content: '⏏'; }

.ss-repeat:before, .ss-repeat.right:after {
  content: '🔁'; }

.ss-replay:before, .ss-replay.right:after {
  content: '↺'; }

.ss-shuffle:before, .ss-shuffle.right:after {
  content: '🔀'; }

.ss-index:before, .ss-index.right:after {
  content: ''; }

.ss-page:before, .ss-page.right:after {
  content: ''; }

.ss-book:before, .ss-book.right:after {
  content: '📕'; }

.ss-books:before, .ss-books.right:after {
  content: '📚'; }

.ss-openbook:before, .ss-openbook.right:after {
  content: '📖'; }

.ss-heartbook:before, .ss-heartbook.right:after {
  content: ''; }

.ss-downloadbook:before, .ss-downloadbook.right:after {
  content: ''; }

.ss-musicopenbook:before, .ss-musicopenbook.right:after {
  content: ''; }

.ss-searchbook:before, .ss-searchbook.right:after {
  content: ''; }

.ss-notebook:before, .ss-notebook.right:after {
  content: '📓'; }

.ss-newspaper:before, .ss-newspaper.right:after {
  content: '📰'; }

.ss-notice:before, .ss-notice.right:after {
  content: ''; }

.ss-rows:before, .ss-rows.right:after {
  content: ''; }

.ss-columns:before, .ss-columns.right:after {
  content: ''; }

.ss-thumbnails:before, .ss-thumbnails.right:after {
  content: ''; }

.ss-pagecurl:before, .ss-pagecurl.right:after {
  content: ''; }

.ss-desktop:before, .ss-desktop.right:after {
  content: '💻'; }

.ss-laptop:before, .ss-laptop.right:after {
  content: ''; }

.ss-tablet:before, .ss-tablet.right:after {
  content: ''; }

.ss-smartphone:before, .ss-smartphone.right:after {
  content: ''; }

.ss-cell:before, .ss-cell.right:after {
  content: '📱'; }

.ss-walkytalky:before, .ss-walkytalky.right:after {
  content: ''; }

.ss-ereader:before, .ss-ereader.right:after {
  content: ''; }

.ss-ebook:before, .ss-ebook.right:after {
  content: ''; }

.ss-wifibook:before, .ss-wifibook.right:after {
  content: ''; }

.ss-wifiopenbook:before, .ss-wifiopenbook.right:after {
  content: ''; }

.ss-battery:before, .ss-battery.right:after {
  content: '🔋'; }

.ss-highbattery:before, .ss-highbattery.right:after {
  content: ''; }

.ss-mediumbattery:before, .ss-mediumbattery.right:after {
  content: ''; }

.ss-lowbattery:before, .ss-lowbattery.right:after {
  content: ''; }

.ss-emptybattery:before, .ss-emptybattery.right:after {
  content: ''; }

.ss-chargingbattery:before, .ss-chargingbattery.right:after {
  content: ''; }

.ss-heartmobile:before, .ss-heartmobile.right:after {
  content: ''; }

.ss-phonemobile:before, .ss-phonemobile.right:after {
  content: ''; }

.ss-lockmobile:before, .ss-lockmobile.right:after {
  content: ''; }

.ss-textmobile:before, .ss-textmobile.right:after {
  content: ''; }

.ss-dollarmobile:before, .ss-dollarmobile.right:after {
  content: ''; }

.ss-euromobile:before, .ss-euromobile.right:after {
  content: ''; }

.ss-rssmobile:before, .ss-rssmobile.right:after {
  content: ''; }

.ss-navigationmobile:before, .ss-navigationmobile.right:after {
  content: ''; }

.ss-batterymobile:before, .ss-batterymobile.right:after {
  content: ''; }

.ss-powermobile:before, .ss-powermobile.right:after {
  content: ''; }

.ss-browseonline:before, .ss-browseonline.right:after {
  content: ''; }

.ss-shoponline:before, .ss-shoponline.right:after {
  content: ''; }

.ss-bankonline:before, .ss-bankonline.right:after {
  content: ''; }

.ss-realtyonline:before, .ss-realtyonline.right:after {
  content: ''; }

.ss-readonline:before, .ss-readonline.right:after {
  content: ''; }

.ss-weatheronline:before, .ss-weatheronline.right:after {
  content: ''; }

.ss-lightbulb:before, .ss-lightbulb.right:after {
  content: '💡'; }

.ss-lightbulbon:before, .ss-lightbulbon.right:after {
  content: ''; }

.ss-cfl:before, .ss-cfl.right:after {
  content: ''; }

.ss-hairdryer:before, .ss-hairdryer.right:after {
  content: ''; }

.ss-picnictable:before, .ss-picnictable.right:after {
  content: ''; }

.ss-flame:before, .ss-flame.right:after {
  content: ''; }

.ss-campfire:before, .ss-campfire.right:after {
  content: '🔥'; }

.ss-bonfire:before, .ss-bonfire.right:after {
  content: ''; }

.ss-balloon:before, .ss-balloon.right:after {
  content: '🎈'; }

.ss-christmastree:before, .ss-christmastree.right:after {
  content: '🎄'; }

.ss-sweep:before, .ss-sweep.right:after {
  content: ''; }

.ss-chess:before, .ss-chess.right:after {
  content: '♞'; }

.ss-onedie:before, .ss-onedie.right:after {
  content: '⚀'; }

.ss-twodie:before, .ss-twodie.right:after {
  content: '⚁'; }

.ss-threedie:before, .ss-threedie.right:after {
  content: '⚂'; }

.ss-fourdie:before, .ss-fourdie.right:after {
  content: '⚃'; }

.ss-fivedie:before, .ss-fivedie.right:after {
  content: '⚄'; }

.ss-sixdie:before, .ss-sixdie.right:after {
  content: '⚅'; }

.ss-downloadcloud:before, .ss-downloadcloud.right:after {
  content: ''; }

.ss-download:before, .ss-download.right:after {
  content: ''; }

.ss-downloadbox:before, .ss-downloadbox.right:after {
  content: ''; }

.ss-downloadcrate:before, .ss-downloadcrate.right:after {
  content: ''; }

.ss-uploadcloud:before, .ss-uploadcloud.right:after {
  content: ''; }

.ss-upload:before, .ss-upload.right:after {
  content: ''; }

.ss-uploadbox:before, .ss-uploadbox.right:after {
  content: ''; }

.ss-uploadcrate:before, .ss-uploadcrate.right:after {
  content: ''; }

.ss-fork:before, .ss-fork.right:after {
  content: ''; }

.ss-merge:before, .ss-merge.right:after {
  content: ''; }

.ss-refresh:before, .ss-refresh.right:after {
  content: '↻'; }

.ss-sync:before, .ss-sync.right:after {
  content: ''; }

.ss-loading:before, .ss-loading.right:after {
  content: ''; }

.ss-wifi:before, .ss-wifi.right:after {
  content: ''; }

.ss-connection:before, .ss-connection.right:after {
  content: ''; }

.ss-reload:before, .ss-reload.right:after {
  content: ''; }

.ss-file:before, .ss-file.right:after {
  content: '📄'; }

.ss-addfile:before, .ss-addfile.right:after {
  content: ''; }

.ss-removefile:before, .ss-removefile.right:after {
  content: ''; }

.ss-deletefile:before, .ss-deletefile.right:after {
  content: ''; }

.ss-downloadfile:before, .ss-downloadfile.right:after {
  content: ''; }

.ss-uploadfile:before, .ss-uploadfile.right:after {
  content: ''; }

.ss-importfile:before, .ss-importfile.right:after {
  content: ''; }

.ss-exportfile:before, .ss-exportfile.right:after {
  content: ''; }

.ss-settingsfile:before, .ss-settingsfile.right:after {
  content: ''; }

.ss-lockfile:before, .ss-lockfile.right:after {
  content: ''; }

.ss-userfile:before, .ss-userfile.right:after {
  content: ''; }

.ss-picturefile:before, .ss-picturefile.right:after {
  content: ''; }

.ss-textfile:before, .ss-textfile.right:after {
  content: ''; }

.ss-exe:before, .ss-exe.right:after {
  content: ''; }

.ss-zip:before, .ss-zip.right:after {
  content: ''; }

.ss-doc:before, .ss-doc.right:after {
  content: ''; }

.ss-ppt:before, .ss-ppt.right:after {
  content: ''; }

.ss-pdf:before, .ss-pdf.right:after {
  content: ''; }

.ss-jpg:before, .ss-jpg.right:after {
  content: ''; }

.ss-png:before, .ss-png.right:after {
  content: ''; }

.ss-folder:before, .ss-folder.right:after {
  content: '📁'; }

.ss-openfolder:before, .ss-openfolder.right:after {
  content: '📂'; }

.ss-downloadfolder:before, .ss-downloadfolder.right:after {
  content: ''; }

.ss-uploadfolder:before, .ss-uploadfolder.right:after {
  content: ''; }

.ss-cloudfolder:before, .ss-cloudfolder.right:after {
  content: ''; }

.ss-lockfolder:before, .ss-lockfolder.right:after {
  content: ''; }

.ss-securefolder:before, .ss-securefolder.right:after {
  content: ''; }

.ss-picturefolder:before, .ss-picturefolder.right:after {
  content: ''; }

.ss-moviefolder:before, .ss-moviefolder.right:after {
  content: ''; }

.ss-quote:before, .ss-quote.right:after {
  content: '“'; }

.ss-text:before, .ss-text.right:after {
  content: ''; }

.ss-font:before, .ss-font.right:after {
  content: ''; }

.ss-highlight:before, .ss-highlight.right:after {
  content: ''; }

.ss-print:before, .ss-print.right:after {
  content: '⎙'; }

.ss-fax:before, .ss-fax.right:after {
  content: '📠'; }

.ss-list:before, .ss-list.right:after {
  content: ''; }

.ss-layout:before, .ss-layout.right:after {
  content: ''; }

.ss-action:before, .ss-action.right:after {
  content: ''; }

.ss-redirect:before, .ss-redirect.right:after {
  content: '↪'; }

.ss-expand:before, .ss-expand.right:after {
  content: '⤢'; }

.ss-contract:before, .ss-contract.right:after {
  content: ''; }

.ss-help:before, .ss-help.right:after {
  content: '❓'; }

.ss-info:before, .ss-info.right:after {
  content: 'ℹ'; }

.ss-alert:before, .ss-alert.right:after {
  content: '⚠'; }

.ss-caution:before, .ss-caution.right:after {
  content: '⛔'; }

.ss-logout:before, .ss-logout.right:after {
  content: ''; }

.ss-login:before, .ss-login.right:after {
  content: ''; }

.ss-scaleup:before, .ss-scaleup.right:after {
  content: ''; }

.ss-scaledown:before, .ss-scaledown.right:after {
  content: ''; }

.ss-plus:before, .ss-plus.right:after {
  content: '+'; }

.ss-hyphen:before, .ss-hyphen.right:after {
  content: '-'; }

.ss-check:before, .ss-check.right:after {
  content: '✓'; }

.ss-delete:before, .ss-delete.right:after {
  content: '␡'; }

.ss-bearface:before, .ss-bearface.right:after {
  content: '🐻'; }

.ss-bird:before, .ss-bird.right:after {
  content: '🐦'; }

.ss-fishes:before, .ss-fishes.right:after {
  content: ''; }

.ss-tropicalfish:before, .ss-tropicalfish.right:after {
  content: ''; }

.ss-tree:before, .ss-tree.right:after {
  content: '🌳'; }

.ss-evergreen:before, .ss-evergreen.right:after {
  content: '🌲'; }

.ss-palmtree:before, .ss-palmtree.right:after {
  content: '🌴'; }

.ss-leaf:before, .ss-leaf.right:after {
  content: '🍂'; }

.ss-seedling:before, .ss-seedling.right:after {
  content: '🌱'; }

.ss-grass:before, .ss-grass.right:after {
  content: ''; }

.ss-settings:before, .ss-settings.right:after {
  content: '⚙'; }

.ss-dashboard:before, .ss-dashboard.right:after {
  content: ''; }

.ss-dial:before, .ss-dial.right:after {
  content: ''; }

.ss-notifications:before, .ss-notifications.right:after {
  content: '🔔'; }

.ss-notificationsdisabled:before, .ss-notificationsdisabled.right:after {
  content: '🔕'; }

.ss-flash:before, .ss-flash.right:after {
  content: '⌁'; }

.ss-wrench:before, .ss-wrench.right:after {
  content: '🔧'; }

.ss-tapemeasure:before, .ss-tapemeasure.right:after {
  content: ''; }

.ss-clock:before, .ss-clock.right:after {
  content: '⏲'; }

.ss-watch:before, .ss-watch.right:after {
  content: '⌚'; }

.ss-stopwatch:before, .ss-stopwatch.right:after {
  content: '⏱'; }

.ss-alarmclock:before, .ss-alarmclock.right:after {
  content: '⏰'; }

.ss-calendar:before, .ss-calendar.right:after {
  content: '📅'; }

.ss-addcalendar:before, .ss-addcalendar.right:after {
  content: ''; }

.ss-removecalendar:before, .ss-removecalendar.right:after {
  content: ''; }

.ss-checkcalendar:before, .ss-checkcalendar.right:after {
  content: ''; }

.ss-deletecalendar:before, .ss-deletecalendar.right:after {
  content: ''; }

.ss-sausage:before, .ss-sausage.right:after {
  content: ''; }

.ss-burger:before, .ss-burger.right:after {
  content: '🍔'; }

.ss-pizza:before, .ss-pizza.right:after {
  content: '🍕'; }

.ss-fish:before, .ss-fish.right:after {
  content: '🐟'; }

.ss-shrimp:before, .ss-shrimp.right:after {
  content: '🍤'; }

.ss-turkey:before, .ss-turkey.right:after {
  content: ''; }

.ss-steak:before, .ss-steak.right:after {
  content: ''; }

.ss-sidedish:before, .ss-sidedish.right:after {
  content: '🍚'; }

.ss-noodles:before, .ss-noodles.right:after {
  content: '🍜'; }

.ss-spaghetti:before, .ss-spaghetti.right:after {
  content: '🍝'; }

.ss-corn:before, .ss-corn.right:after {
  content: ''; }

.ss-carrot:before, .ss-carrot.right:after {
  content: ''; }

.ss-icecream:before, .ss-icecream.right:after {
  content: '🍨'; }

.ss-mug:before, .ss-mug.right:after {
  content: '☕'; }

.ss-beer:before, .ss-beer.right:after {
  content: '🍺'; }

.ss-bottle:before, .ss-bottle.right:after {
  content: ''; }

.ss-wineglass:before, .ss-wineglass.right:after {
  content: '🍷'; }

.ss-cocktail:before, .ss-cocktail.right:after {
  content: '🍸'; }

.ss-tea:before, .ss-tea.right:after {
  content: '🍵'; }

.ss-teapot:before, .ss-teapot.right:after {
  content: ''; }

.ss-waterbottle:before, .ss-waterbottle.right:after {
  content: ''; }

.ss-wineglasssparkle:before, .ss-wineglasssparkle.right:after {
  content: ''; }

.ss-salt:before, .ss-salt.right:after {
  content: ''; }

.ss-pepper:before, .ss-pepper.right:after {
  content: ''; }

.ss-oliveoil:before, .ss-oliveoil.right:after {
  content: ''; }

.ss-hotsauce:before, .ss-hotsauce.right:after {
  content: ''; }

.ss-coal:before, .ss-coal.right:after {
  content: ''; }

.ss-oven:before, .ss-oven.right:after {
  content: ''; }

.ss-stove:before, .ss-stove.right:after {
  content: ''; }

.ss-cook:before, .ss-cook.right:after {
  content: '🍳'; }

.ss-bbq:before, .ss-bbq.right:after {
  content: ''; }

.ss-utensils:before, .ss-utensils.right:after {
  content: '🍴'; }

.ss-spoonfork:before, .ss-spoonfork.right:after {
  content: ''; }

.ss-knife:before, .ss-knife.right:after {
  content: '🔪'; }

.ss-cookingutensils:before, .ss-cookingutensils.right:after {
  content: ''; }

.ss-measuringcup:before, .ss-measuringcup.right:after {
  content: ''; }

.ss-colander:before, .ss-colander.right:after {
  content: ''; }

.ss-scale:before, .ss-scale.right:after {
  content: ''; }

.ss-eggtimer:before, .ss-eggtimer.right:after {
  content: ''; }

.ss-platter:before, .ss-platter.right:after {
  content: ''; }

.ss-apron:before, .ss-apron.right:after {
  content: ''; }

.ss-bbqapron:before, .ss-bbqapron.right:after {
  content: ''; }

.ss-chef:before, .ss-chef.right:after {
  content: ''; }

.ss-handbag:before, .ss-handbag.right:after {
  content: '👜'; }

.ss-briefcase:before, .ss-briefcase.right:after {
  content: '💼'; }

.ss-hanger:before, .ss-hanger.right:after {
  content: ''; }

.ss-weathervane:before, .ss-weathervane.right:after {
  content: ''; }

.ss-thermometer:before, .ss-thermometer.right:after {
  content: ''; }

.ss-weather:before, .ss-weather.right:after {
  content: ''; }

.ss-cloud:before, .ss-cloud.right:after {
  content: '☁'; }

.ss-droplet:before, .ss-droplet.right:after {
  content: '💧'; }

.ss-sun:before, .ss-sun.right:after {
  content: '☀'; }

.ss-partlycloudy:before, .ss-partlycloudy.right:after {
  content: '⛅'; }

.ss-rain:before, .ss-rain.right:after {
  content: '☔'; }

.ss-thunderstorm:before, .ss-thunderstorm.right:after {
  content: '⛈'; }

.ss-umbrella:before, .ss-umbrella.right:after {
  content: '☂'; }

.ss-rainbow:before, .ss-rainbow.right:after {
  content: '🌈'; }

.ss-fog:before, .ss-fog.right:after {
  content: ''; }

.ss-wind:before, .ss-wind.right:after {
  content: ''; }

.ss-tornado:before, .ss-tornado.right:after {
  content: ''; }

.ss-snowflake:before, .ss-snowflake.right:after {
  content: '❄'; }

.ss-fan:before, .ss-fan.right:after {
  content: ''; }

.ss-solarpanel:before, .ss-solarpanel.right:after {
  content: ''; }

.ss-plug:before, .ss-plug.right:after {
  content: '🔌'; }

.ss-outlet:before, .ss-outlet.right:after {
  content: ''; }

.ss-car:before, .ss-car.right:after {
  content: '🚘'; }

.ss-taxi:before, .ss-taxi.right:after {
  content: '🚖'; }

.ss-locomotive:before, .ss-locomotive.right:after {
  content: '🚂'; }

.ss-train:before, .ss-train.right:after {
  content: '🚆'; }

.ss-traintunnel:before, .ss-traintunnel.right:after {
  content: '🚇'; }

.ss-bus:before, .ss-bus.right:after {
  content: '🚍'; }

.ss-truck:before, .ss-truck.right:after {
  content: '🚚'; }

.ss-caravan:before, .ss-caravan.right:after {
  content: '🚐'; }

.ss-tractor:before, .ss-tractor.right:after {
  content: '🚜'; }

.ss-tunnel:before, .ss-tunnel.right:after {
  content: ''; }

.ss-plane:before, .ss-plane.right:after {
  content: '✈'; }

.ss-arrival:before, .ss-arrival.right:after {
  content: ''; }

.ss-departure:before, .ss-departure.right:after {
  content: ''; }

.ss-helicopter:before, .ss-helicopter.right:after {
  content: '🚁'; }

.ss-bike:before, .ss-bike.right:after {
  content: '🚲'; }

.ss-motorcycle:before, .ss-motorcycle.right:after {
  content: ''; }

.ss-boat:before, .ss-boat.right:after {
  content: '🚢'; }

.ss-sailboat:before, .ss-sailboat.right:after {
  content: '⛵'; }

.ss-schooner:before, .ss-schooner.right:after {
  content: ''; }

.ss-skylift:before, .ss-skylift.right:after {
  content: '🚡'; }

.ss-rocket:before, .ss-rocket.right:after {
  content: '🚀'; }

.ss-steeringwheel:before, .ss-steeringwheel.right:after {
  content: ''; }

.ss-trafficcamera:before, .ss-trafficcamera.right:after {
  content: ''; }

.ss-fuel:before, .ss-fuel.right:after {
  content: '⛽'; }

.ss-jerrycan:before, .ss-jerrycan.right:after {
  content: ''; }

.ss-passport:before, .ss-passport.right:after {
  content: ''; }

.ss-trafficlight:before, .ss-trafficlight.right:after {
  content: '🚦'; }

.ss-highway:before, .ss-highway.right:after {
  content: ''; }

.ss-road:before, .ss-road.right:after {
  content: ''; }

.ss-intersection:before, .ss-intersection.right:after {
  content: ''; }

.ss-wheelchair:before, .ss-wheelchair.right:after {
  content: '♿'; }

.ss-elevator:before, .ss-elevator.right:after {
  content: ''; }

.ss-golf:before, .ss-golf.right:after {
  content: ''; }

.ss-hockey:before, .ss-hockey.right:after {
  content: ''; }

.ss-iceskate:before, .ss-iceskate.right:after {
  content: '⛸'; }

.ss-billiards:before, .ss-billiards.right:after {
  content: '🎱'; }

.ss-baseballglove:before, .ss-baseballglove.right:after {
  content: ''; }

.ss-tennis:before, .ss-tennis.right:after {
  content: '🎾'; }

.ss-tabletennis:before, .ss-tabletennis.right:after {
  content: ''; }

.ss-badminton:before, .ss-badminton.right:after {
  content: ''; }

.ss-boxing:before, .ss-boxing.right:after {
  content: ''; }

.ss-bowling:before, .ss-bowling.right:after {
  content: ''; }

.ss-football:before, .ss-football.right:after {
  content: '🏈'; }

.ss-soccer:before, .ss-soccer.right:after {
  content: '⚽'; }

.ss-hiker:before, .ss-hiker.right:after {
  content: ''; }

.ss-pool:before, .ss-pool.right:after {
  content: ''; }

.ss-shower:before, .ss-shower.right:after {
  content: '🚿'; }

.ss-exercise:before, .ss-exercise.right:after {
  content: ''; }

.ss-exercisebike:before, .ss-exercisebike.right:after {
  content: ''; }

.ss-dumbbell:before, .ss-dumbbell.right:after {
  content: ''; }

.ss-jumprope:before, .ss-jumprope.right:after {
  content: ''; }

.ss-yoga:before, .ss-yoga.right:after {
  content: ''; }

.ss-suitcase:before, .ss-suitcase.right:after {
  content: ''; }

.ss-luggage:before, .ss-luggage.right:after {
  content: ''; }

.ss-donotdisturb:before, .ss-donotdisturb.right:after {
  content: ''; }

.ss-sunscreen:before, .ss-sunscreen.right:after {
  content: ''; }

.ss-callbell:before, .ss-callbell.right:after {
  content: ''; }

.ss-hospital:before, .ss-hospital.right:after {
  content: '⛨'; }

.ss-medicalcross:before, .ss-medicalcross.right:after {
  content: ''; }

.ss-ambulance:before, .ss-ambulance.right:after {
  content: '🚑'; }

.ss-bandage:before, .ss-bandage.right:after {
  content: ''; }

.ss-medicalthermometer:before, .ss-medicalthermometer.right:after {
  content: ''; }

.ss-stethoscope:before, .ss-stethoscope.right:after {
  content: ''; }

.ss-syringe:before, .ss-syringe.right:after {
  content: '💉'; }

.ss-pill:before, .ss-pill.right:after {
  content: '💊'; }

.ss-pillbottle:before, .ss-pillbottle.right:after {
  content: ''; }

.ss-supplements:before, .ss-supplements.right:after {
  content: ''; }

.ss-bathroomscale:before, .ss-bathroomscale.right:after {
  content: ''; }

.ss-dna:before, .ss-dna.right:after {
  content: ''; }

.ss-anatomicalheart:before, .ss-anatomicalheart.right:after {
  content: ''; }

.ss-checkheart:before, .ss-checkheart.right:after {
  content: ''; }

.ss-eyesurgery:before, .ss-eyesurgery.right:after {
  content: ''; }

.ss-brokenbone:before, .ss-brokenbone.right:after {
  content: ''; }

.ss-up:before, .ss-up.right:after {
  content: '⬆'; }

.ss-upright:before, .ss-upright.right:after {
  content: '⬈'; }

.ss-right:before, .ss-right.right:after {
  content: '➡'; }

.ss-downright:before, .ss-downright.right:after {
  content: '⬊'; }

.ss-down:before, .ss-down.right:after {
  content: '⬇'; }

.ss-downleft:before, .ss-downleft.right:after {
  content: '⬋'; }

.ss-left:before, .ss-left.right:after {
  content: '⬅'; }

.ss-upleft:before, .ss-upleft.right:after {
  content: '⬉'; }

.ss-navigateup:before, .ss-navigateup.right:after {
  content: ''; }

.ss-navigateright:before, .ss-navigateright.right:after {
  content: '▻'; }

.ss-navigatedown:before, .ss-navigatedown.right:after {
  content: ''; }

.ss-navigateleft:before, .ss-navigateleft.right:after {
  content: '◅'; }

.ss-directup:before, .ss-directup.right:after {
  content: '▴'; }

.ss-directright:before, .ss-directright.right:after {
  content: '▹'; }

.ss-dropdown:before, .ss-dropdown.right:after {
  content: '▾'; }

.ss-directleft:before, .ss-directleft.right:after {
  content: '◃'; }

.ss-leftright:before, .ss-leftright.right:after {
  content: '⬌'; }

.ss-rightward:before, .ss-rightward.right:after {
  content: ''; }

.ss-leftward:before, .ss-leftward.right:after {
  content: ''; }

.ss-previouspage:before, .ss-previouspage.right:after {
  content: '⎗'; }

.ss-nextpage:before, .ss-nextpage.right:after {
  content: '⎘'; }

.ss-retweet:before, .ss-retweet.right:after {
  content: ''; }

.ss-share:before, .ss-share.right:after {
  content: ''; }

/*------------------------------------*\
    conditions.scss
\*------------------------------------*/
/**
 * Conditions specific CSS
 */
.conditions-page h2 {
  font-size: 30px; }
.conditions-page .blurb {
  font-size: 18px; }
.conditions-page p {
  line-height: 1.6;
  color: #666; }

.conditions-index .conditions .condition {
  width: 100%; }
  .conditions-index .conditions .condition a {
    display: block;
    width: 100%;
    background: #f2f2f2;
    padding: 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
    .conditions-index .conditions .condition a .icon i {
      top: 2px; }
    .conditions-index .conditions .condition a .text {
      padding-left: 24px; }
    .conditions-index .conditions .condition a:hover {
      text-decoration: none;
      background: #ccc; }
  .conditions-index .conditions .condition .delete-link {
    top: 0;
    right: 0; }
    .conditions-index .conditions .condition .delete-link a {
      height: 15px;
      width: 15px;
      background: url(../../img/delete.png);
      padding: 0;
      border: none;
      display: block;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      -webkit-border-bottom-left-radius: 5px;
      -moz-border-bottom-left-radius: 5px;
      -ms-border-bottom-left-radius: 5px;
      -o-border-bottom-left-radius: 5px;
      border-bottom-left-radius: 5px;
      -webkit-border-top-right-radius: 5px;
      -moz-border-top-right-radius: 5px;
      -ms-border-top-right-radius: 5px;
      -o-border-top-right-radius: 5px;
      border-top-right-radius: 5px; }
      .conditions-index .conditions .condition .delete-link a:hover {
        opacity: .5; }

.conditions-view figure {
  width: 100%;
  float: left;
  margin-bottom: 15px; }
.conditions-view .accordions .accordion .accordion-header {
  display: block;
  padding: 10px;
  color: #fff;
  background-color: #353535;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  .conditions-view .accordions .accordion .accordion-header .icon i {
    top: 3px; }
  .conditions-view .accordions .accordion .accordion-header h4 {
    margin-left: 25px;
    font-weight: 600; }
  .conditions-view .accordions .accordion .accordion-header:hover {
    text-decoration: none;
    background-color: #111; }
.conditions-view .accordions .accordion .accordion-content {
  border: 1px solid #e5e5e5;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px; }
  .conditions-view .accordions .accordion .accordion-content .delete-link {
    top: 0;
    right: 0; }
    .conditions-view .accordions .accordion .accordion-content .delete-link a {
      height: 15px;
      width: 15px;
      background: url(../../img/delete.png);
      padding: 0;
      border: none;
      display: block; }
      .conditions-view .accordions .accordion .accordion-content .delete-link a:hover {
        opacity: .5; }
.conditions-view .accordions .accordion.open .accordion-header {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -ms-border-bottom-left-radius: 0;
  -o-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -ms-border-bottom-right-radius: 0;
  -o-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0; }

/*------------------------------------*\
	professionals.scss
\*------------------------------------*/
/*
 * Professionals stuff
 */
.professionals .left-content {
  width: 100%; }
  .professionals .left-content .blurb p {
    font-size: 18px;
    margin-bottom: 18px;
    color: #353535; }
  .professionals .left-content p {
    line-height: 1.6;
    font-size: 15px;
    margin-bottom: 15px; }
  .professionals .left-content .contents {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #f2f2f2;
    padding: 10px; }
    .professionals .left-content .contents ul li {
      float: left;
      margin: 0 1px 1px 0; }
      .professionals .left-content .contents ul li:last-child {
        margin-right: 0; }
      .professionals .left-content .contents ul li a {
        display: inline-block;
        height: 30px;
        width: 30px;
        line-height: 30px;
        text-align: center;
        color: #fff;
        background: #353535;
        font-weight: 600; }
        .professionals .left-content .contents ul li a.empty {
          background: #666; }
        .professionals .left-content .contents ul li a:hover, .professionals .left-content .contents ul li a.selected {
          text-decoration: none;
          background: #f90000; }
  .professionals .left-content .results .result {
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #f2f2f2; }
    .professionals .left-content .results .result a {
      display: block; }
      .professionals .left-content .results .result a .icon {
        color: #f90000; }
        .professionals .left-content .results .result a .icon i {
          top: 1px; }
      .professionals .left-content .results .result a h4 {
        margin-left: 25px; }
    .professionals .left-content .results .result:hover {
      background: #ccc; }
      .professionals .left-content .results .result:hover a {
        text-decoration: none; }
    .professionals .left-content .results .result .delete-link {
      top: 0;
      right: 0; }
      .professionals .left-content .results .result .delete-link a {
        height: 15px;
        width: 15px;
        background: url(../../img/delete.png);
        padding: 0;
        border: none;
        display: block; }
        .professionals .left-content .results .result .delete-link a:hover {
          opacity: .5; }
.professionals .right-contact {
  width: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #f2f2f2; }
  .professionals .right-contact p {
    color: #666;
    font-size: 17px;
    line-height: 1.2; }
  .professionals .right-contact a {
    display: inline-block;
    width: 100%;
    background: #f90000;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 20px; }

.downloads .download {
  width: 250px;
  height: 200px; }
  .downloads .download .inner {
    width: 200px;
    margin: 0 auto;
    border: 1px solid #f3f3f5; }
    .downloads .download .inner .delete-file {
      position: absolute;
      top: 0;
      right: 0;
      height: 15px;
      width: 15px;
      background: url(../../img/delete.png);
      padding: 0;
      border: none;
      display: block;
      text-indent: -9999px; }
      .downloads .download .inner .delete-file:hover {
        opacity: .5; }
    .downloads .download .inner .upload-file .editable-file {
      color: #000; }

/*------------------------------------*\
    About
\*------------------------------------*/
/**
 * about page, nothing more, nothing less
 */
.about .row {
  width: 100%;
  overflow: hidden; }
  .about .row .col {
    width: 100%; }
.about h2 {
  font-size: 30px; }
.about .blurb p {
  font-size: 18px;
  margin-bottom: 30px;
  color: #353535;
  text-align: center; }
.about .quote {
  border-top: 4px solid #f90000;
  border-bottom: 4px solid #f90000; }
  .about .quote p {
    font-size: 30px;
    color: #353535;
    text-align: center;
    margin: 0 auto;
    width: 90%; }
.about .about-list {
  border-top: 4px solid #f90000;
  background: #f3f3f5; }
  .about .about-list ul li {
    color: #353535;
    line-height: 1.6;
    margin-bottom: 15px;
    background: url(../../img/about_heart_bullet.png) no-repeat 0 5px;
    padding-left: 25px; }
.about .btn a {
  display: inline-block;
  background: #f90000;
  line-height: 50px;
  font-size: 20px;
  width: 200px;
  text-align: center; }
.about p {
  line-height: 1.6;
  font-size: 15px;
  margin-bottom: 30px;
  color: #666; }

/*------------------------------------*\
    Globals (responsive)
\*------------------------------------*/
/**
 * Responsive site wide CSS rules, footer bits too
 */
@media all and (max-width: 400px) {
  .footer .footer-inner {
    width: 100%; }
    .footer .footer-inner img {
      width: 100%;
      height: auto; }

  .footer .col-left ul li.newsletter a {
    height: auto; } }
@media all and (max-width: 500px) {
  .left-nav {
    width: 100%;
    margin: 0 auto; }

  .tinynav2 {
    display: block; }

  .flyout {
    display: none; } }
@media all and (min-width: 500px) {
  .tinynav2 {
    display: none; } }
@media all and (min-width: 768px) {
  .tinynav {
    display: none; }

  .left-nav > ul {
    display: block; }

  .page-builder .l-col {
    margin-right: 3%;
    margin-bottom: 0; }
  .page-builder.l-text-r-img .l-col {
    width: 57%; }
  .page-builder.l-text-r-img .r-col {
    width: 40%; }
  .page-builder.l-img-r-text .l-col {
    width: 40%; }
  .page-builder.l-img-r-text .r-col {
    width: 57%; }
  .page-builder.l-img-r-img .l-col, .page-builder.l-img-r-img .r-col {
    width: 48.5%; }
  .page-builder p {
    line-height: 1.6;
    margin-bottom: 30px; }
    .page-builder p:last-child {
      margin-bottom: 0; } }
@media all and (min-width: 768px) and (max-width: 990px) {
  .footer .no--tablet {
    display: none; }
  .footer .row {
    margin: 0 auto;
    overflow: hidden; }
    .footer .row .col {
      width: 50%;
      float: left; }
      .footer .row .col:last-child {
        border-left: 1px dashed #727272; }

  .left-nav {
    width: 25%;
    float: left; }

  .right-content {
    width: 75%;
    float: left;
    padding-left: 30px; } }
@media all and (min-width: 1080px) {
  #body {
    padding-top: 116px; }

  footer > section {
    overflow: hidden; }

  .footer {
    overflow: hidden; }
    .footer .col {
      width: 32%;
      float: left;
      border-left: 1px dashed #727272; }
      .footer .col:first-child {
        border-left: none; }

  .left-nav {
    width: 17.5%;
    float: left; }

  .right-content {
    width: 82.5%;
    float: left;
    padding-left: 30px; } }
/*------------------------------------*\
    nav.scss
\*------------------------------------*/
/**
 * Navigation stuff
 */
@media all and (min-width: 1080px) {
  .site-header {
    top: 36px;
    position: fixed;
    z-index: 1500; }
    .site-header.home-shadow {
      -webkit-box-shadow: 0 2px 10px 0 #ccc;
      -moz-box-shadow: 0 2px 10px 0 #ccc;
      -ms-box-shadow: 0 2px 10px 0 #ccc;
      -o-box-shadow: 0 2px 10px 0 #ccc;
      box-shadow: 0 2px 10px 0 #ccc; }
    .site-header .nav-button {
      display: none; }
    .site-header nav {
      float: left; }
      .site-header nav ul {
        display: block;
        padding: 0;
        margin: 0;
        position: static;
        background: none;
        height: 80px; }
        .site-header nav ul li {
          float: left;
          line-height: 74px;
          margin: 0;
          padding: 3px 0 0;
          width: auto;
          position: relative; }
          .site-header nav ul li.first {
            margin-left: 0; }
          .site-header nav ul li a {
            font-weight: 600;
            font-size: 16px;
            padding: 0 15px;
            line-height: 77px; }
            .site-header nav ul li a:hover {
              text-decoration: none; }
          .site-header nav ul li.selected, .site-header nav ul li:hover {
            border-top: 3px solid #f90000;
            padding: 0;
            background: #f6f6f6; }
            .site-header nav ul li.selected a, .site-header nav ul li:hover a {
              background: none; }
          .site-header nav ul li.facebook, .site-header nav ul li.professionals {
            position: absolute;
            top: -36px;
            height: 36px;
            line-height: 36px;
            z-index: 5;
            padding: 0; }
            .site-header nav ul li.facebook:hover, .site-header nav ul li.professionals:hover {
              background: transparent;
              border: none; }
            .site-header nav ul li.facebook a, .site-header nav ul li.professionals a {
              display: inline-block;
              color: #fff; }
          .site-header nav ul li.professionals {
            right: 0; }
            .site-header nav ul li.professionals a {
              background: #f90000;
              padding: 0 25px;
              line-height: 36px; }
              .site-header nav ul li.professionals a:hover {
                background: #D70000; }
          .site-header nav ul li.facebook {
            display: block;
            right: 165px; }
            .site-header nav ul li.facebook a {
              font-family: "ff-tisa-web-pro";
              font-size: 15px;
              line-height: 34px;
              padding: 0 28px 0 10px;
              margin-right: 10px;
              background: url(../../img/icons/facebook.png) no-repeat right 6px; }
          .site-header nav ul li.nav-child:hover, .site-header nav ul li.nav-child.selected {
            border-color: #26BFDD !important; }
          .site-header nav ul li.nav-teen:hover, .site-header nav ul li.nav-teen.selected {
            border-color: #28BE8B !important; }
          .site-header nav ul li.nav-adult:hover, .site-header nav ul li.nav-adult.selected {
            border-color: #FFA317 !important; }
        .site-header nav ul .sub-nav {
          position: absolute;
          top: 77px;
          left: 0;
          margin-left: 0;
          width: 150px;
          height: auto;
          z-index: 1; }
          .site-header nav ul .sub-nav li {
            line-height: 30px;
            padding: 0;
            width: 100%; }
            .site-header nav ul .sub-nav li:hover {
              border-top: 0; }
            .site-header nav ul .sub-nav li a {
              text-align: left;
              line-height: 30px;
              background: #fff; }
              .site-header nav ul .sub-nav li a:hover {
                background: #f6f6f6; }
        .site-header nav ul .open ul {
          display: block; }
    .site-header .ghost-bar {
      display: block;
      position: absolute;
      height: 36px;
      top: -36px;
      left: 0;
      right: 0;
      background: #353535; }

  .admin .site-header {
    left: 70px; } }
@media all and (min-width: 1080px) and (max-width: 1130px) {
  .site-header nav ul {
    margin-left: 30px; } }
@media all and (min-width: 1131px) {
  .site-header nav ul {
    margin-left: 50px; } }
@media all and (min-width: 1200px) {
  .wide__screen-only {
    display: inline; } }
/*------------------------------------*\
    home.scss
\*------------------------------------*/
/**
 * Homepage specific CSS
 */
@media all and (min-width: 370px) {
  .home-question .btn a {
    background-position: right 20% center; } }
@media all and (max-width: 499px) {
  .home-header {
    width: 100% !important; }
    .home-header .home-heart {
      width: 100%;
      background-position: center;
      border-right: none; }
    .home-header h1 {
      text-align: center; } }
@media all and (min-width: 400px) {
  .home-departments .home-departments--cols .col {
    width: 290px; } }
@media all and (max-width: 990px) {
  .home-header {
    width: 350px; }
    .home-header h1 {
      width: auto; }

  .home-quotes {
    background: none !important; } }
@media all and (min-width: 768px) {
  .home-news-twitter .col-news .col-news-col {
    margin-bottom: 1%; }
  .home-news-twitter .col-news .col-news-two .col-news-col {
    float: left;
    width: 49.5%; }
    .home-news-twitter .col-news .col-news-two .col-news-col:first-child {
      margin-right: 1%; }

  #home-slider {
    min-height: 555px; }
    #home-slider .slide .slide-content {
      bottom: inherit;
      left: inherit;
      right: inherit;
      top: 90px;
      height: auto;
      padding: 70px 20px 30px;
      width: 380px; } }
@media all and (min-width: 768px) and (max-width: 990px) {
  .home-departments .home-departments--cols {
    overflow: hidden; }
    .home-departments .home-departments--cols .tcol {
      width: 600px;
      margin: 0 auto; }
      .home-departments .home-departments--cols .tcol .col {
        float: left; }
        .home-departments .home-departments--cols .tcol .col:first-child {
          margin-right: 20px; } }
@media all and (min-width: 991px) {
  .home-header {
    width: 750px; }
    .home-header h1 {
      width: auto; }

  .home-departments-bg {
    background-image: url(../../img/heart_light_left.png), url(../../img/heart_light_right.png);
    background-position: left 0 top 0, right -40px top 250px;
    background-repeat: no-repeat; }

  .home-departments .home-departments--cols {
    overflow: hidden; }
    .home-departments .home-departments--cols .tcol {
      width: 50%;
      float: left; }
      .home-departments .home-departments--cols .tcol .col {
        float: left;
        width: 46%; }
        .home-departments .home-departments--cols .tcol .col:first-child {
          margin-right: 4%; }

  .home-quotes {
    min-height: 440px; }
    .home-quotes .text {
      max-width: 580px;
      margin-top: 50px; }
      .home-quotes .text p {
        font-size: 30px; }

  .home-news .home-news-posts {
    width: 100%;
    max-width: 100%; }
    .home-news .home-news-posts .home-news-outer {
      width: 30%;
      float: left;
      margin-left: 5%; }
      .home-news .home-news-posts .home-news-outer:first-child {
        margin-left: 0; }
      .home-news .home-news-posts .home-news-outer .home-news-post .home-news-content a {
        left: calc(31.3% + 45px); } }
/*------------------------------------*\
    Team (responsive)
\*------------------------------------*/
/**
 * team: index and view page styles
 */
@media all and (max-width: 500px) {
  .team-members .team-member {
    width: 100%; } }
@media all and (min-width: 991px) {
  .team-members {
    width: 100%;
    padding: 1px; }
    .team-members .team-member {
      width: 33%;
      float: left;
      border: none;
      border-left: 1px solid #e5e5e5;
      border-bottom: 1px solid #e5e5e5; }
      .team-members .team-member:nth-of-type(-n+3) {
        border-top: 1px solid #e5e5e5; }
      .team-members .team-member:nth-child(3n), .team-members .team-member:last-child {
        border-right: 1px solid #e5e5e5; }

  .team-view-img, .team-view-quote {
    float: right;
    width: 35%; }

  .team-view-img {
    margin-bottom: 30px; }

  .team-view-main {
    float: left;
    width: 65%;
    padding-right: 30px; } }
/*------------------------------------*\
    news
\*------------------------------------*/
/**
 * News stuff (index.ctp & view.ctp)
 */
@media all and (min-width: 500px) {
  .news-posts .news-post {
    width: 290px; } }
@media all and (min-width: 768px) and (max-width: 990px) {
  .news-posts .news-post {
    width: 48%;
    margin-right: 3.5%;
    float: left; }
    .news-posts .news-post:nth-child(2n) {
      margin-right: 0; }

  .left-nav-article ul li a .img {
    display: none; }
  .left-nav-article ul li a .text {
    padding-left: 0; } }
@media all and (min-width: 991px) {
  .news-posts .news-post {
    width: 31%;
    margin-right: 3.3%;
    float: left; }
    .news-posts .news-post:nth-child(3n) {
      margin-right: 0; }

  .news-article .body {
    width: 60%;
    float: left; }
    .news-article .body.no-quote {
      width: 100%; }
  .news-article .quote {
    width: 40%;
    float: right;
    padding-left: 30px; }
  .news-article .categories {
    float: left;
    width: 100%; }

  .left-nav-article {
    width: 25%; }

  .news-article {
    width: 75%; } }
@media all and (min-width: 560px) {
  .contact-block .contact-grid .contact {
    width: 380px; } }
@media all and (min-width: 420px) and (max-width: 990px) {
  .contact-form .col-left, .contact-form .col-right, .contact-form .row-bottom, .contact-form .sent-top, .contact-form .sent-bottom {
    width: 400px;
    margin: 0 auto; }
  .contact-form .row-bottom > div .submit input {
    background-position: right 35% center; } }
@media all and (min-width: 768px) {
  .contact-tabs ul {
    display: block; } }
@media all and (min-width: 768px) and (max-width: 990px) {
  .contact-tabs ul {
    width: 590px;
    margin: 0 auto;
    overflow: hidden; }
    .contact-tabs ul li {
      width: 290px;
      margin: 0 10px 10px 0;
      float: left; }
      .contact-tabs ul li:nth-child(2n) {
        margin-right: 0; }
      .contact-tabs ul li a {
        width: 290px; } }
@media all and (min-width: 790px) and (max-width: 1141px) {
  .contact-block .contact-grid {
    width: 761px;
    margin: 0 auto; }
    .contact-block .contact-grid .contact {
      margin: 0;
      float: left;
      border: none;
      border-left: 1px solid #e5e5e5;
      border-bottom: 1px solid #e5e5e5; }
      .contact-block .contact-grid .contact:nth-of-type(-n+2) {
        border-top: 1px solid #e5e5e5; }
      .contact-block .contact-grid .contact:nth-child(2n), .contact-block .contact-grid .contact:last-child {
        border-right: 1px solid #e5e5e5; } }
@media all and (min-width: 991px) {
  .contact-form {
    overflow: hidden; }
    .contact-form form, .contact-form .wrapper {
      width: 940px;
      margin: 0 auto; }
      .contact-form form .col-left .input-stack:last-child, .contact-form form .col-right .input-stack:last-child, .contact-form .wrapper .col-left .input-stack:last-child, .contact-form .wrapper .col-right .input-stack:last-child {
        margin-bottom: 0; }
      .contact-form form .col-left, .contact-form .wrapper .col-left {
        width: 50%;
        float: left;
        padding-right: 10px; }
      .contact-form form .col-right, .contact-form .wrapper .col-right {
        width: 50%;
        float: right;
        padding-left: 10px; }
        .contact-form form .col-right .input-stack .input, .contact-form .wrapper .col-right .input-stack .input {
          padding-bottom: 0; }
          .contact-form form .col-right .input-stack .input textarea, .contact-form .wrapper .col-right .input-stack .input textarea {
            height: 180px; }
          .contact-form form .col-right .input-stack .input .error-message, .contact-form .wrapper .col-right .input-stack .input .error-message {
            padding: 10px 0; }
      .contact-form form .row-bottom, .contact-form .wrapper .row-bottom {
        width: 100%;
        float: left;
        margin-top: 20px; }
        .contact-form form .row-bottom > div, .contact-form .wrapper .row-bottom > div {
          width: 150px;
          float: right; }
          .contact-form form .row-bottom > div .submit input, .contact-form .wrapper .row-bottom > div .submit input {
            background-position: right 15% center; }
      .contact-form form .sent-bottom a, .contact-form .wrapper .sent-bottom a {
        float: right;
        width: 150px;
        background-position: right 15% center; } }
@media all and (min-width: 1142px) {
  .contact-block .contact-grid {
    width: 1142px;
    margin: 0 auto; }
    .contact-block .contact-grid .contact {
      margin: 0;
      float: left;
      border: none;
      border-left: 1px solid #e5e5e5;
      border-bottom: 1px solid #e5e5e5; }
      .contact-block .contact-grid .contact:nth-of-type(-n+3) {
        border-top: 1px solid #e5e5e5; }
      .contact-block .contact-grid .contact:nth-child(3n), .contact-block .contact-grid .contact:last-child {
        border-right: 1px solid #e5e5e5; } }
/*------------------------------------*\
    conditions.scss
\*------------------------------------*/
/**
 * Conditions specific CSS (responsive)
 */
@media all and (min-width: 768px) {
  .conditions-view figure {
    width: 49%;
    float: right;
    margin-left: 2%; }
    .conditions-view figure.last-child {
      margin-left: 0; } }
@media all and (min-width: 991px) {
  .conditions-index .conditions .condition {
    width: 49%;
    margin-right: 2%; }
    .conditions-index .conditions .condition:nth-child(2n) {
      margin-right: 0; } }
/*------------------------------------*\
	professionals.scss
\*------------------------------------*/
/*
 * Professionals stuff
 */
@media all and (min-width: 991px) {
  .professionals .left-content {
    width: 82.5%;
    float: left;
    padding-right: 30px; }
    .professionals .left-content .results .result {
      width: 49%;
      margin-right: 2%; }
      .professionals .left-content .results .result:nth-child(2n) {
        margin-right: 0; }
  .professionals .right-contact {
    width: 17.5%;
    float: left; } }
/*------------------------------------*\
    About
\*------------------------------------*/
/**
 * about page, nothing more, nothing less
 */
@media all and (min-width: 991px) {
  .about .row .col {
    width: 47%;
    margin-left: 6%;
    float: left; }
    .about .row .col:first-child {
      margin-left: 0; } }