@import "fonts/fonts.css";
@charset "UTF-8";
/* Setup */
/*------------------------------------*\
    1.$DEFAULTS
\*------------------------------------*/
/*------------------------------------*\
    2.$BASE
\*------------------------------------*/
/*------------------------------------*\
    3.$TYPOGRAPHY
\*------------------------------------*/
/*------------------------------------*\
    4.$BRAND
\*------------------------------------*/
/*------------------------------------*\
    5.$OBJECTS
\*------------------------------------*/
/*------------------------------------*\
    6.$DESIGN EXTENSIONS
\*------------------------------------*/
/*------------------------------------*\
    7.$SPECIFIC MARKET SUPPORT
\*------------------------------------*/
/*------------------------------------*\
    8.$FRAMEWORK
\*------------------------------------*/
/*------------------------------------*\
    1.$DEFAULTS
\*------------------------------------*/
/*------------------------------------*\
    2.$BASE
\*------------------------------------*/
/*------------------------------------*\
    3.$TYPOGRAPHY
\*------------------------------------*/
/*------------------------------------*\
    4.$BRAND
\*------------------------------------*/
/*------------------------------------*\
    5.$OBJECTS
\*------------------------------------*/
/*------------------------------------*\
    $IMPORTS
\*------------------------------------*/
/**
 * Base styles; unclassed HTML elements etc.
 */
/*------------------------------------*\
    $MIXINS
\*------------------------------------*/
/**
 * Create a fully formed type style (sizing and vertical rhythm) by passing in a
 * single value, e.g.:
 *
   `.font-size(10);`
 *
 * Thanks to @redclov3r for the `line-height` Sass:
 * twitter.com/redclov3r/status/250301539321798657
 */
/**
 * 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:
 *
 * `.arrow(top, left, red)`
 *
 * for just a single, red arrow, or:
 *
 * `.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;
       .arrow(top, left, #BADA55, #ACE);
   }
 *
 */
/**
 * Create global or selective box sizing rules based on the value passed
 *
 */
/*! 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%;
  -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;
}
/*------------------------------------*\
    $MAIN
\*------------------------------------*/
html {
  font: 1.375em / 1.4545454545454546 Arial, sans-serif;
  overflow-y: scroll;
  min-height: 100%;
}
/*------------------------------------*\
    $RESET
\*------------------------------------*/
/**
     * 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;
}
body {
  background: #ffffff;
  color: #343843;
}
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;
  vertical-align: middle;
}
/**
 * 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;
}
/**
 * Links
 */
a {
  color: #343843;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
/*------------------------------------*\
    $CLEARFIX
\*------------------------------------*/
/**
 * Micro clearfix, as per: css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
 * Extend the clearfix class with Sass to avoid the `.cf` class appearing over
 * and over in your markup.
 */
.line:after,
.cf:after,
.nav:after,
.media:after {
  content: "";
  display: table;
  clear: both;
}
/*------------------------------------*\
    $SHARED
\*------------------------------------*/
/**
 * Where `margin-bottom` is concerned, this value will be the same as the
 * base line-height. This allows us to keep a consistent vertical rhythm.
 * As per: csswizardry.com/2012/06/single-direction-margin-declarations
 */
/**
 * Base elements
 */
h1,
h2,
h3,
h4,
h5,
h6,
hgroup,
ul,
ol,
dl,
blockquote,
p,
address,
table,
fieldset,
figure,
pre,
.media {
  margin-bottom: 32px;
  margin-bottom: 1.4545454545454546rem;
}
/**
 * `hr` elements only take up a few pixels, so we need to give them special
 * treatment regarding vertical rhythm.
 */
hr {
  margin-bottom: 30px;
  margin-bottom: 1.3636363636363635rem;
}
/*------------------------------------*\
    $HEADINGS
\*------------------------------------*/
h1,
.alpha {
  font-size: 36px;
  font-size: 1.6363636363636365rem;
  line-height: 1.7777777777777777;
  font-family: 'HelveticaNeueW01-77BdCn 692722', Arial;
}
h2,
.beta {
  font-size: 20px;
  font-size: 0.9090909090909091rem;
  line-height: 1.6;
  font-family: 'HelveticaNeueW01-77BdCn 692722', Arial;
}
h3,
.gamma {
  font-size: 20px;
  font-size: 0.9090909090909091rem;
  line-height: 1.6;
  font-family: 'HelveticaNeueW01-77BdCn 692722', Arial;
}
h4,
.delta {
  font-size: 18px;
  font-size: 0.8181818181818182rem;
  line-height: 1.7777777777777777;
  font-family: 'HelveticaNeueW01-77BdCn 692722', Arial;
}
h5,
.epsilon {
  font-size: 16px;
  font-size: 0.7272727272727273rem;
  line-height: 2;
  font-family: 'HelveticaNeueW01-77BdCn 692722', Arial;
}
h6,
.zeta {
  font-size: 14px;
  font-size: 0.6363636363636364rem;
  line-height: 2.2857142857142856;
  font-family: 'HelveticaNeueW01-77BdCn 692722', Arial;
}
.giga {
  font-size: 96px;
  font-size: 4.363636363636363rem;
  line-height: 96px;
}
.mega {
  font-size: 60px;
  font-size: 2.727272727272727rem;
  line-height: 60px;
}
.kilo {
  font-size: 48px;
  font-size: 2.1818181818181817rem;
  line-height: 48px;
}
.milli {
  font-size: 12px;
  font-size: 0.5454545454545454rem;
  line-height: 12px;
}
.micro {
  font-size: 10px;
  font-size: 0.45454545454545453rem;
  line-height: 10px;
}
/*------------------------------------*\
    $TABLES
\*------------------------------------*/
table {
  width: 100%;
}
th,
td {
  padding: 8px;
  text-align: left;
}
/*------------------------------------*\
    $LISTS
\*------------------------------------*/
/**
 * Remove vertical spacing from nested lists.
 */
li > ul,
li > ol {
  margin-bottom: 0;
}
/**
 * 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: 64px;
  margin-left: 2.909090909090909rem;
}
/**
 * Objects and abstractions
 */
/*------------------------------------*\
    $HELPER
\*------------------------------------*/
/**
 * Add/remove floats
 */
.float--right {
  float: right!important;
}
.float--left {
  float: left !important;
}
.float--none {
  float: none !important;
}
/**
 * Text alignment
 */
.txtL,
.text--left {
  text-align: left  !important;
}
.txtC,
.text--center {
  text-align: center!important;
}
.txtR,
.text--right {
  text-align: right !important;
}
/**
 * Font weights
 */
.weight--light {
  font-weight: 300!important;
}
.weight--normal {
  font-weight: 400!important;
}
.weight--semibold {
  font-weight: 600!important;
}
/**
 * Add/remove margins
 */
.push {
  margin: 32px !important;
}
.push--top {
  margin-top: 32px !important;
}
.push--right {
  margin-right: 32px !important;
}
.push--bottom {
  margin-bottom: 32px !important;
}
.push--left {
  margin-left: 32px !important;
}
.push--ends {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
.push--sides {
  margin-right: 32px !important;
  margin-left: 32px !important;
}
.push-half {
  margin: 16px !important;
}
.push-half--top {
  margin-top: 16px !important;
}
.push-half--right {
  margin-right: 16px !important;
}
.push-half--bottom {
  margin-bottom: 16px !important;
}
.push-half--left {
  margin-left: 16px !important;
}
.push-half--ends {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.push-half--sides {
  margin-right: 16px !important;
  margin-left: 16px !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: 32px !important;
}
.soft--top {
  padding-top: 32px !important;
}
.soft--right {
  padding-right: 32px !important;
}
.soft--bottom {
  padding-bottom: 32px !important;
}
.soft--left {
  padding-left: 32px !important;
}
.soft--ends {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.soft--sides {
  padding-right: 32px !important;
  padding-left: 32px !important;
}
.soft-half {
  padding: 16px !important;
}
.soft-half--top {
  padding-top: 16px !important;
}
.soft-half--right {
  padding-right: 16px !important;
}
.soft-half--bottom {
  padding-bottom: 16px !important;
}
.soft-half--left {
  padding-left: 16px !important;
}
.soft-half--ends {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.soft-half--sides {
  padding-right: 16px !important;
  padding-left: 16px !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;
}
/*
CSS Name:		CSS form 
Description:	form
Author:			Yacine Belarbi
Created:		2012-04-11
*/
/* ------- DO NOT MODIFY THIS FILE, INSTEAD OVERRIDE PROPERTYS IN YOUR PAGE SPECIFIC STYLESHEET OR CREATE YOUR OWN CSS FILE ------- */
legend,
label {
  font-size: 93%;
  font-weight: bold;
  display: block;
  padding-top: 3px;
}
label[class="required"]:after {
  content: "*";
  color: #E27976;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea {
  width: 100%;
  padding: 32;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
input:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted 1px;
}
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  line-height: normal;
  cursor: pointer;
  background-color: transparent;
  border: 0 1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.radio,
.checkbox {
  min-height: 22px;
  padding-left: 18px;
  font-weight: normal;
}
.radio span,
.checkbox span {
  line-height: 22px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
select {
  padding: 32;
  border: 1px solid #cccccc;
  height: 26px;
  display: block;
}
select.fullwidth {
  width: 100%;
}
button {
  font-weight: bold;
}
/* Disabled input fields */
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #EEE;
  border-color: #DDD;
}
/* Inline input fields */
input[type="text"].inline,
input[type="email"].inline,
input[type="url"].inline,
input[type="number"].inline,
textarea.inline,
select.inline {
  width: auto;
  margin: 0 18px 0 0;
}
select.inline {
  display: inline;
}
label.inline,
legend.inline {
  display: inline-block;
  vertical-align: middle;
  margin: 0 18px 0 0;
}
input[type="text"].valid,
input[type="email"].valid,
input[type="url"].valid,
input[type="number"].valid,
textarea.valid {
  color: #000;
}
/* Form error */
input[type="text"].error,
input[type="email"].error,
input[type="url"].error,
input[type="number"].error,
select.error,
textarea.error {
  background: #FEDBDB;
  border-color: #FDC4C4;
  box-shadow: none;
}
/*
CSS Name:   CSS grids. 
Description:  Can be used to break any space into fractions, they can be nested.
Notes:      This is a EF version of the original OOCSS grids. 
URL:      http://oocss.org/grids_docs.html
Author:     Yacine Belarbi
Created:    2012-04-11
*/
/* ------- DO NOT MODIFY THIS FILE, INSTEAD OVERRIDE PROPERTYS IN YOUR PAGE SPECIFIC STYLESHEET OR CREATE YOUR OWN CSS FILE ------- */
/* = GRIDS
---------------------------------------------------*/
/* .line:after{clear:both;display:block;visibility:hidden;overflow:hidden;height:0 !important;line-height:0;font-size:xx-large;content:" x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";}*/
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row {
  *zoom: 1;
  margin: 0 -35px;
}
.unit {
  float: left;
  position: relative;
  min-height: 1px;
}
.size1of1 {
  float: none;
}
.size1of2 {
  width: 50%;
}
.size1of3 {
  width: 33.33333%;
}
.size2of3 {
  width: 66.66666%;
}
.size1of4 {
  width: 25%;
}
.size3of4 {
  width: 75%;
}
.size1of5 {
  width: 20%;
}
.size2of5 {
  width: 40%;
}
.size3of5 {
  width: 60%;
}
.size4of5 {
  width: 80%;
}
.size1of6 {
  width: 16.66667%;
}
.size5of6 {
  width: 83.333333%;
}
.ie7 .lastUnit {
  display: table-cell;
  float: none;
  width: auto;
  *display: block;
  *zoom: 1;
  _position: relative;
  _left: -3px;
  _margin-right: -3px;
}
/* 12column grid */
.span1 {
  width: 8.33%;
}
.span2 {
  width: 16.66%;
}
.span3 {
  width: 25%;
}
.span4 {
  width: 33.33%;
}
.span5 {
  width: 41.66%;
}
.span6 {
  width: 50%;
}
.span7 {
  width: 58.33%;
}
.span8 {
  width: 66.66%;
}
.span9 {
  width: 75%;
}
.span10 {
  width: 83.33%;
}
.span11 {
  width: 91.66%;
}
.span12 {
  width: 100%;
}
.no-boxsizing .unit-inner,
.unit {
  padding: 0 35px;
}
.no-boxsizing .unit {
  padding: 0;
}
/* ---- prefix ---- */
.prefix1of2 {
  margin-left: 50%;
}
.prefix1of3 {
  margin-left: 33.333333%;
}
.prefix2of3 {
  margin-left: 66.666666%;
}
.prefix1of4 {
  margin-left: 25%;
}
.prefix3of4 {
  margin-left: 75%;
}
.prefix1of5 {
  margin-left: 20%;
}
.prefix2of5 {
  margin-left: 40%;
}
.prefix3of5 {
  margin-left: 60%;
}
.prefix4of5 {
  margin-left: 80%;
}
.prefix1of6 {
  margin-left: 16.666667%;
}
.prefix5of6 {
  margin-left: 83.333333%;
}
/* ---- suffix ---- */
.suffix1of2 {
  margin-right: 50%;
}
.suffix1of3 {
  margin-right: 33.333333%;
}
.suffix2of3 {
  margin-right: 66.666666%;
}
.suffix1of4 {
  margin-right: 25%;
}
.suffix3of4 {
  margin-right: 75%;
}
.suffix1of5 {
  margin-right: 20%;
}
.suffix2of5 {
  margin-right: 40%;
}
.suffix3of5 {
  margin-right: 60%;
}
.suffix4of5 {
  margin-right: 80%;
}
.suffix1of6 {
  margin-right: 16.666667%;
}
.suffix5of6 {
  margin-right: 83.333333%;
}
/* ---- push ---- */
.push1of2 {
  left: 50%;
}
.push1of3 {
  left: 33.333333%;
}
.push2of3 {
  left: 66.666666%;
}
.push1of4 {
  left: 25%;
}
.push3of4 {
  left: 75%;
}
.push1of5 {
  left: 20%;
}
.push2of5 {
  left: 40%;
}
.push3of5 {
  left: 60%;
}
.push4of5 {
  left: 80%;
}
.push1of6 {
  left: 16.666667%;
}
.push5of6 {
  left: 83.333333%;
}
/* ---- pull ---- */
.pull1of2 {
  left: -50%;
}
.pull1of3 {
  left: -33.333333%;
}
.pull2of3 {
  left: -66.666666%;
}
.pull1of4 {
  left: -25%;
}
.pull3of4 {
  left: -75%;
}
.pull1of5 {
  left: -20%;
}
.pull2of5 {
  left: -40%;
}
.pull3of5 {
  left: -60%;
}
.pull4of5 {
  left: -80%;
}
.pull1of6 {
  left: -16.666667%;
}
.pull5of6 {
  left: -83.333333%;
}
/*------------------------------------*\
    $MEDIA
\*------------------------------------*/
/**
 * Place any image- and text-like content side-by-side, as per:
 * stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code
 * E.g.:
 *
   <div class=media>
       <img src=http://placekitten.com/200/300 alt="" class=media__img>
       <p class=media__body>Lorem ipsum dolor sit amet, consectetur adipisicing elit,
       sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
   </div>
 *
 * Demo: jsfiddle.net/inuitcss/cf4Qs
 *
 */
.media {
  display: block;
  /* @extend .cf; */

}
.media__img,
.media .img {
  float: left;
  margin-right: 32px;
}
/**
     * Reversed image location (right instead of left).
     */
.media__img--rev {
  float: right;
  margin-left: 32px;
}
.media__img img,
.media__img--rev img {
  display: block;
}
.media__body,
.media .bd {
  overflow: hidden;
}
.media__body,
.media__body > :last-child,
.media .bd,
.media .bd > :last-child {
  margin-bottom: 0;
}
/*------------------------------------*\
    $SPRITE
\*------------------------------------*/
.sprite,
.icon {
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: middle;
  zoom: 1;
  /**
     * So using `.icon` on certain elements doesn’t make a visual difference.
     */

  font-style: normal;
  font-weight: normal;
  /**
     * So icons added using `.icon` sit in the centre of the element.
     */

  text-align: center;
}
.sprite {
  /**
     * The typical size of most icons. Override in your theme stylesheet.
     */

  width: 16px;
  height: 16px;
  top: -1px;
  /*
     * H5BP method image replacement:
     * github.com/h5bp/html5-boilerplate/commit/adecc5da035d6d76b77e3fa95c6abde841073da2
     */

  overflow: hidden;
  *text-indent: -9999px;
}
.sprite:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
/**
 * Set up icon font
 */
.icon {
  font-size: 16px;
  /**
     * Place the icon in a box the exact same dimensions as the icon itself.
     */

  width: 1em;
  height: 1em;
}
.icon:before {
  content: attr(data-icon);
}
/**
 * Icon size modifiers.
 */
.icon--large {
  font-size: 32px;
}
.icon--huge {
  font-size: 64px;
}
.icon--natural {
  font-size: inherit;
}
/**
 * Design includes
 */
.main {
  display: table-cell;
  *display: block;
  width: auto;
}
.body,
.main {
  *zoom: 1;
}
.body:after,
.main:after {
  clear: both;
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 0 !important;
  line-height: 0;
  font-size: xx-large;
  content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";
}
.page {
  margin: 0 auto;
  max-width: 960px;
  _text-align: left;
  /* wraps other template elems to set width */
  /* text-align IE5.5 */

}
/* ====== Columns ====== */
.leftCol {
  float: left;
  width: 250px;
  _margin-right: -3px;
  min-height: 1px;
}
.rightCol {
  float: right;
  width: 300px;
  _margin-left: -3px;
  min-height: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: none;
  font-family: 'proxima_nova_rgbold';
  font-weight: normal;
}
html {
  font-family: 'proxima_nova_rgregular';
}
.unit .unit {
  padding: 0;
}
.page {
  max-width: 1024px;
}
.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
}
.swipe-wrap > div {
  float: left;
  width: 100%;
  position: relative;
}
.OM-section {
  padding: 75px 0;
  background: #fff;
  color: #343843;
}
.OM-section h2 {
  font-size: 32px;
  line-height: 39px;
  margin: 0 0 8px;
}
.OM-header {
  padding: 10px 0;
}
.OP-header-links {
  text-align: right;
  padding-top: 11px;
}
.OP-header-links__item {
  font-size: 65%;
  text-decoration: none;
  margin-left: 20px;
}
.OP-header-links__item:hover {
  text-decoration: underline;
}
.formRow {
  margin: 0;
}
.formRow .unit {
  padding: 0;
}
.formRow input {
  padding: 10px;
  border: 0;
  border-radius: 4px 0 0 4px;
}
.formRow input.visited {
  width: 340px;
  border-radius: 5px;
}
.OM-formsection .formRow input.visited {
  width: 480px;
}
.formRow input.subscribed {
  width: 370px;
  border-radius: 5px;
}
.OM-formsection .formRow input.subscribed {
  width: 480px;
}
.formRow button {
  width: 100%;
  border: 0;
  height: 46px;
  font-family: 'proxima_nova_rgbold';
  border-radius: 0 4px 4px 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0093e5), color-stop(100%, #008db2));
  background: -webkit-linear-gradient(top, #0093e5, #008db2);
  background: -moz-linear-gradient(top, #0093e5, #008db2);
  background: -o-linear-gradient(top, #0093e5, #008db2);
  background: linear-gradient(top, #0093e5, #008db2);
  background-color: #00a1cb;
  border-color: #007998;
  color: white;
}
.OM-page-title {
  font-size: 52px;
  line-height: 52px;
}
.csstransforms .OM-intro__image {
  opacity: 0;
  -webkit-transform: scale(0.98) rotate(-1deg) translateY(10px) translateX(-10px);
  -o-transform: scale(0.98) rotate(-1deg) translateY(10px) translateX(-10px);
  transform: scale(0.98) rotate(-1deg) translateY(10px) translateX(-10px);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.csstransforms .inview .OM-intro__image {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg) translateY(0px) translateX(-10px);
  -o-transform: scale(1) rotate(0deg) translateY(0px) translateX(-10px);
  transform: scale(1) rotate(0deg) translateY(0px) translateX(-10px);
}
.csstransforms .OM-intro__text {
  opacity: 0;
  -webkit-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.csstransforms .inview .OM-intro__text {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.OM-section.OM-intro {
  background: url("../_img/background_small.jpg") no-repeat 0 50%;
  background-size: cover;
  color: #343843;
  padding-top: 100px;
  padding-bottom: 0px;
}
.OM-features {
  background: #fff;
}
.OM-feat-list__item {
  text-align: center;
}
.OM-feat-list__item:hover {
  text-decoration: none;
}
.OM-feat-list__icon {
  height: 55px;
  margin-bottom: 10px;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.cssanimations .OM-feat-list__item {
  opacity: 0;
  -webkit-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}
.OM-feat-list__item:hover .OM-feat-list__icon {
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.inview .OM-feat-list__item:nth-child(2) {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
}
.inview .OM-feat-list__item:nth-child(3) {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
}
.inview .OM-feat-list__item:nth-child(4) {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
}
.inview .OM-feat-list__item:nth-child(5) {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
}
.inview .OM-feat-list__item {
  -webkit-animation: slideup 0.8s forwards;
  -moz-animation: slideup 0.8s forwards;
  -o-animation: slideup 0.8s forwards;
  animation: slideup 0.8s forwards;
}
@-webkit-keyframes slideup {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes slideup {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.OM-aboutyou {
  background: #eee;
  color: #343843;
}
.iphone-image--angle-left {
  margin-top: -170px;
}
.csstransitions .OM-aboutyou .iphone-image--angle-left {
  opacity: 0;
  -webkit-transform: rotateY(30deg);
  -moz-transform: rotateY(30deg);
  -o-transform: rotateY(30deg);
  transform: rotateY(30deg);
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.csstransitions .OM-aboutyou.inview .iphone-image--angle-left {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.iphone-image--frontfull {
  margin: -170px 20px 0;
}
.csstransitions .OM-aboutyou .iphone-image--frontfull {
  opacity: 0;
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -o-transform: translateX(30px);
  transform: translateX(30px);
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.csstransitions .OM-aboutyou.inview .iphone-image--frontfull {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.OM-ARIsection {
  overflow: hidden;
}
.OM-ARIsection h2 + p {
  margin-bottom: 0;
}
.OM-ARIsection .iphone-image {
  position: absolute;
  left: 35px;
}
.csstransitions .OM-ARIsection .iphone-image--bottom {
  top: 160px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.no-csstransitions .OM-ARIsection .iphone-image--bottom,
.csstransitions .OM-ARIsection.inview .iphone-image--bottom {
  top: 50px;
}
.csstransitions .OM-ARIsection .iphone-image--top {
  bottom: -160px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.no-csstransitions .OM-ARIsection .iphone-image--top,
.csstransitions .OM-ARIsection.inview .iphone-image--top {
  bottom: -310px;
}
.owl-pagination {
  padding: 35px 0 0;
}
.owl-page {
  display: inline-block;
}
.owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #aaa;
}
.owl-page.active span {
  background: #000;
}
.OM-activities {
  padding: 50px 0;
  background: #eee;
  color: #343843;
}
.OM-goals {
  overflow: hidden;
  padding: 50px 0 30px;
}
.OM-goals .iphone-image {
  margin: -130px 0;
}
.opacity .OM-goals .iphone-image {
  opacity: 0;
  -webkit-transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -ms-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: opacity 0.7s;
}
.opacity .OM-goals.inview .iphone-image {
  opacity: 1;
}
.OM-custom {
  background: #eee;
  color: #343843;
}
.OM-custom .iphone-image {
  margin: 0 0 -130px -10px;
}
.OM-formsection .formRow {
  width: 480px;
  margin: 0 auto;
}
.OM-formsection .formRow input {
  padding: 9px;
  border: 1px solid #eee;
}
.csstransitions .OM-custom .iphone-image--left {
  opacity: 0;
  -webkit-transform: rotateY(30deg);
  -moz-transform: rotateY(30deg);
  -o-transform: rotateY(30deg);
  transform: rotateY(30deg);
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.csstransitions .OM-custom.inview .iphone-image--left {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.csstransitions .OM-custom .iphone-image--right {
  opacity: 0;
  -webkit-transform: rotateY(30deg);
  -moz-transform: rotateY(30deg);
  -o-transform: rotateY(30deg);
  transform: rotateY(30deg);
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.csstransitions .OM-custom.inview .iphone-image--right {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.simplePage a {
  text-decoration: underline;
}
.simplePage a:hover {
  text-decoration: none;
}
.simplePage .leftCol {
  padding-right: 40px;
  padding-top: 40px;
}
.simplePage .main {
  border-left: 1px solid #ccc;
  padding-left: 40px;
  padding-top: 40px;
}
.OM-social {
  background: #eee;
  color: #343843;
}
.social-icon {
  width: 105px;
  height: 105px;
  display: inline-block;
  text-indent: -99999px;
  background: url("../_img/socials.png") no-repeat;
  position: relative;
  -webkit-transition: top 0.2s;
  -moz-transition: top 0.2s;
  -ms-transition: top 0.2s;
  -o-transition: top 0.2s;
  transition: top 0.2s;
}
.social-icon:hover {
  top: -5px;
}
.social-icon + .social-icon {
  margin-left: 10px;
}
.social-twitter {
  background-position: -105px 0;
}
.social-mail {
  background-position: -210px 0;
}
@media only screen and (max-width: 1094px) {
  .page {
    padding: 0 35px;
  }
  .row {
    margin: 0;
  }
  img {
    max-width: 90%;
  }
  .unit {
    padding: 0 10px;
  }
  .OM-section.OM-intro {
    padding-top: 60px;
  }
  .OM-section.OM-intro .size1of2 {
    padding: 0 15px;
  }
  .iphone-image--angle-left {
    margin-top: 0;
    max-width: 72%;
  }
  .iphone-image--frontfull {
    margin-top: 0;
  }
  .OM-ARIsection .iphone-image {
    position: relative;
    left: 0;
    bottom: 0;
  }
  .csstransitions .OM-ARIsection .iphone-image--top {
    top: -200px;
  }
  .no-csstransitions .OM-ARIsection .iphone-image--bottom,
  .csstransitions .OM-ARIsection.inview .iphone-image--bottom {
    top: 0;
    left: 0;
    position: relative;
  }
  .no-csstransitions .OM-ARIsection .iphone-image--top,
  .csstransitions .OM-ARIsection.inview .iphone-image--top {
    top: 0;
    bottom: auto;
    left: 0;
    position: relative;
  }
  .OM-goals .iphone-image {
    top: 0;
    margin: 0;
  }
}
