
@import "core/animate.css";

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

html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
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;
    width: 100%;
}
/* ==========================================================================
   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;
}
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,
.gw:after,
.grid-wrapper:after,
.nav:after,
.media:after,
.island:after,
.islet:after,
.matrix:after,
.multi-list:after,
.stat-group:after {
  content: "";
  display: table;
  clear: both;
}
/*------------------------------------*\
    $SHARED
\*------------------------------------*/
/**
 * Where `margin-bottom` is concerned, this value will be the same as the
 * base line-height. This allows us to keep a consistent vertical rhythm.
 * As per: csswizardry.com/2012/06/single-direction-margin-declarations
 */
/**
 * Base elements
 */
h1,
h2,
h3,
h4,
h5,
h6,
hgroup,
ul,
ol,
dl,
blockquote,
p,
address,
table,
fieldset,
figure,
pre,
.form-fields > li,
.media,
.island,
.islet {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.islet h1,
.islet h2,
.islet h3,
.islet h4,
.islet h5,
.islet h6,
.islet hgroup,
.islet ul,
.islet ol,
.islet dl,
.islet blockquote,
.islet p,
.islet address,
.islet table,
.islet fieldset,
.islet figure,
.islet pre,
.islet .form-fields > li,
.islet .media,
.islet .island,
.islet .islet {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
/**
 * Doubled up `margin-bottom` helper class.
 */
.landmark {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
/**
 * `hr` elements only take up a few pixels, so we need to give them special
 * treatment regarding vertical rhythm.
 */
hr {
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
}
/**
 * Where `margin-left` is concerned we want to try and indent certain elements
 * by a consistent amount. Define that amount once, here.
 */
ul,
ol,
dd {
  margin-left: 48px;
  margin-left: 3rem;
}
/**
 * Base styles; unclassed HTML elements etc.
 */
/*------------------------------------*\
    $MAIN
\*------------------------------------*/
html {
  font: (16/16)*1em / 24/16 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;
}
h2,
.beta {
  font-size: 30px;
  font-size: 1.875rem;
}
h3,
.gamma {
  font-size: 24px;
  font-size: 1.5rem;
}
h4,
.delta {
  font-size: 20px;
  font-size: 1.25rem;
}
h5,
.epsilon {
  font-size: 16px;
  font-size: 1rem;
}
h6,
.zeta {
  font-size: 14px;
  font-size: 0.875rem;
}
/**
 * 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;
}
.mega {
  font-size: 72px;
  font-size: 4.5rem;
}
.kilo {
  font-size: 48px;
  font-size: 3rem;
}
/*------------------------------------*\
    $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;
}
/*------------------------------------*\
    $SMALLPRINT
\*------------------------------------*/
/**
 * A series of classes for setting tiny type; for use in smallprint etc.
 *
 * `small` is relative to whatever its parent is, `.milli` and `.micro` are
 * absolute.
 */
.smallprint,
.milli {
  font-size: 12px;
  font-size: 0.75rem;
}
.micro {
  font-size: 10px;
  font-size: 0.625rem;
}
/*------------------------------------*\
    $QUOTES
\*------------------------------------*/
/**
 * If English quotes are set in `vars.less`, define them here.
 */
/**
 * Big up @boblet: html5doctor.com/blockquote-q-cite
 */
/**
 * Inline quotes.
 */
q {
  quotes: "\2018" "\2019" "\00AB" "\00BB";
}
q:before {
  content: "\2018";
  content: open-quote;
}
q:after {
  content: "\2019";
  content: close-quote;
}
q q:before {
  content: "\201C";
  content: open-quote;
}
q q:after {
  content: "\201D";
  content: close-quote;
}
blockquote {
  quotes: "\00AB" "\00BB";
}
blockquote p:before {
  content: "\00AB";
  content: open-quote;
}
blockquote p:after {
  content: "";
  content: no-close-quote;
}
blockquote p:last-of-type:after {
  content: "\00BB";
  content: close-quote;
}
blockquote q:before {
  content: "\2018";
  content: open-quote;
}
blockquote q:after {
  content: "\2019";
  content: close-quote;
}
/**
 *
   <blockquote>
       <p>Insanity: doing the same thing over and over again and expecting
       different results.</p>
       <b class=source>Albert Einstein</b>
   </blockquote>
 *
 */
blockquote {
  /**
     * .4em is roughly equal to the width of the opening ¡° that we wish to hang.
     */
  text-indent: -0.41em;
}
blockquote p:last-of-type {
  margin-bottom: 0;
}
.source {
  display: block;
  text-indent: 0;
}
.source:before {
  content: "\2014";
}
/*------------------------------------*\
    $CODE
\*------------------------------------*/
/**
 * Use an explicit font stack to ensure browsers render correct `line-height`.
 */
pre {
  overflow: auto;
}
pre mark {
  background: none;
  border-bottom: 1px solid;
  color: inherit;
}
/**
 * Add comments to your code examples, e.g.:
 *
   <code>&lt;/div&gt;<span class=code-comment>&lt;!-- /wrapper --&gt;</span></code>
 *
 */
.code-comment {
  /**
     * Override this setting in your theme stylesheet
     */
  opacity: 0.75;
  filter: alpha(opacity=75);
}
/**
 * You can add line numbers to your code examples but be warned, it requires
 * some pretty funky looking markup, e.g.:
 *
   <ol class=line-numbers>
       <li><code>.nav{</code></li>
       <li><code>    list-style:none;</code></li>
       <li><code>    margin-left:0;</code></li>
       <li><code>}</code></li>
       <li><code>    .nav > li,</code></li>
       <li><code>        .nav > li > a{</code></li>
       <li><code>            display:inline-block;</code></li>
       <li><code>           *display:inline-block;</code></li>
       <li><code>            zoom:1;</code></li>
       <li><code>        }</code></li>
   </ol>
 *
 * 1. Make the list look like code.
 * 2. Give the list flush numbers with a leading zero.
 * 3. Make sure lines of code don¡¯t wrap.
 * 4. Give the code form by forcing the `code` to honour white-space.
 */
.line-numbers {
  font-family: monospace, serif;
  /* [1] */
  list-style: decimal-leading-zero inside;
  /* [2] */
  white-space: nowrap;
  /* [3] */
  overflow: auto;
  /* [3] */
  margin-left: 0;
}
.line-numbers code {
  white-space: pre;
  /* [4] */
}
/*------------------------------------*\
    $IMAGES
\*------------------------------------*/
/**
 * Demo: jsfiddle.net/inuitcss/yMtur
 */
/**
 * Fluid images.
 */
img {
  max-width: 100%;
}
/**
 * Non-fluid images if you specify `width` and/or `height` attributes.
 */
img[width],
img[height] {
  max-width: none;
}
/**
 * Rounded images.
 */
.img--round {
  border-radius: 4px;
}
/**
 * Image placement variations.
 */
.img--right {
  float: right;
  margin-bottom: 24px;
  margin-left: 24px;
}
.img--left {
  float: left;
  margin-right: 24px;
  margin-bottom: 24px;
}
.img--center {
  display: block;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
}
/**
 * Keep your images on your baseline.
 */
.img--short {
  height: 120px;
}
.img--medium {
  height: 240px;
}
.img--tall {
  height: 360px;
}
/**
 * Images in `figure` elements.
 */
figure > img {
  display: block;
}
/*------------------------------------*\
    $LISTS
\*------------------------------------*/
/**
 * Remove vertical spacing from nested lists.
 */
li > ul,
li > ol {
  margin-bottom: 0;
}
/**
 * Have a numbered `ul` without the semantics implied by using an `ol`.
 */
/*ul*/
.numbered-list {
  list-style-type: decimal;
}
/*------------------------------------*\
    $TABLES
\*------------------------------------*/
/**
 * We have a lot at our disposal for making very complex table constructs, e.g.:
 *
   <table class="table--bordered  table--striped  table--data">
       <colgroup>
           <col class=t10>
           <col class=t10>
           <col class=t10>
           <col>
       </colgroup>
       <thead>
           <tr>
               <th colspan=3>Foo</th>
               <th>Bar</th>
           </tr>
           <tr>
               <th>Lorem</th>
               <th>Ipsum</th>
               <th class=numerical>Dolor</th>
               <th>Sit</th>
           </tr>
       </thead>
       <tbody>
           <tr>
               <th rowspan=3>Sit</th>
               <td>Dolor</td>
               <td class=numerical>03.788</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <td>Dolor</td>
               <td class=numerical>32.210</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <td>Dolor</td>
               <td class=numerical>47.797</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <th rowspan=2>Sit</th>
               <td>Dolor</td>
               <td class=numerical>09.640</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <td>Dolor</td>
               <td class=numerical>12.117</td>
               <td>Lorem</td>
           </tr>
       </tbody>
   </table>
 *
 */
table {
  width: 100%;
}
th,
td {
  padding: 6px;
  text-align: left;
}
@media screen and (min-width: 480px) {
  th,
  td {
    padding: 12px;
  }
}
/**
 * Cell alignments
 */
[colspan] {
  text-align: center;
}
[colspan="1"] {
  text-align: left;
}
[rowspan] {
  vertical-align: middle;
}
[rowspan="1"] {
  vertical-align: top;
}
.numerical {
  text-align: right;
}
/**
 * In the HTML above we see several `col` elements with classes whose numbers
 * represent a percentage width for that column. We leave one column free of a
 * class so that column can soak up the effects of any accidental breakage in
 * the table.
 */
.t5 {
  width: 5%;
}
.t10 {
  width: 10%;
}
.t12 {
  width: 12.5%;
}
/* 1/8 */
.t15 {
  width: 15%;
}
.t20 {
  width: 20%;
}
.t25 {
  width: 25%;
}
/* 1/4 */
.t30 {
  width: 30%;
}
.t33 {
  width: 33.333%;
}
/* 1/3 */
.t35 {
  width: 35%;
}
.t37 {
  width: 37.5%;
}
/* 3/8 */
.t40 {
  width: 40%;
}
.t45 {
  width: 45%;
}
.t50 {
  width: 50%;
}
/* 1/2 */
.t55 {
  width: 55%;
}
.t60 {
  width: 60%;
}
.t62 {
  width: 62.5%;
}
/* 5/8 */
.t65 {
  width: 65%;
}
.t66 {
  width: 66.666%;
}
/* 2/3 */
.t70 {
  width: 70%;
}
.t75 {
  width: 75%;
}
/* 3/4*/
.t80 {
  width: 80%;
}
.t85 {
  width: 85%;
}
.t87 {
  width: 87.5%;
}
/* 7/8 */
.t90 {
  width: 90%;
}
.t95 {
  width: 95%;
}
/**
 * Bordered tables
 */
.table--bordered th,
.table--bordered td {
  border: 1px solid #cccccc;
  /* Override this color in your theme stylesheet */
}
.table--bordered th:empty,
.table--bordered td:empty {
  border: none;
}
.table--bordered thead tr:last-child th {
  border-bottom-width: 2px;
}
.table--bordered tbody tr th:last-of-type {
  border-right-width: 2px;
}
/**
 * Striped tables
 */
.table--striped tbody tr:nth-of-type(odd) {
  background-color: #ffc;
  /* Override this color in your theme stylesheet */
}
/**
 * Data table
 */
.table--data {
  font: 12px/1.5 sans-serif;
}
/*------------------------------------*\
    $FORMS
\*------------------------------------*/
/**
 *
 * Demo: jsfiddle.net/inuitcss/MhHHU
 *
 */
fieldset {
  padding: 24px;
}
/**
 * Text inputs
 *
 * Instead of a `[type]` selector for each kind of form input, we just use a
 * class to target any/every one, e.g.:
   <input type=text class=text-input>
   <input type=email class=text-input>
   <input type=password class=text-input>
 *
 */
.text-input,
textarea {
  /**
     * Style these via your theme stylesheet.
     */
}
/**
 * Group sets of form fields in a list, e.g.:
 *
   <ul class=form-fields>
       <li>
           <label />
           <input />
       </li>
       <li>
           <label />
           <select />
       </li>
       <li>
           <label />
           <input />
       </li>
   </ul>
 *
 */
.form-fields {
  list-style: none;
  margin: 0;
}
.form-fields > li {
  /* refer: .sass-margin-bottom; */
}
.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
 *
 * Single-line comment (//) out any objects you do not need in your project.
 */
/*------------------------------------*\
    $GRIDS
\*------------------------------------*/
/**
 * Fluid and nestable grid system, e.g.:
 *
   <div class="grid">

       <div class="grid__item  one-third">
           <p>One third grid</p>
       </div><!--

    --><div class="grid__item  two-thirds">
           <p>Two thirds grid</p>
       </div><!--

    --><div class="grid__item  one-half">
           <p>One half grid</p>
       </div><!--

    --><div class="grid__item  one-quarter">
           <p>One quarter grid</p>
       </div><!--

    --><div class="grid__item  one-quarter">
           <p>One quarter grid</p>
       </div>

   </div>
 *
 * Demo: jsfiddle.net/inuitcss/CLYUC
 *
 */
/**
 * Grid wrapper
 */
.grid {
  /**
     * Negative margin to negate the padding on the first grid child.
     */
  margin-left: -24px;
  list-style: none;
  margin-bottom: 0;
}
/**
     * Very infrequently occuring grid wrappers as children of grid wrappers.
     */
.grid > .grid {
  margin-left: 0;
}
/**
     * Grid
     */
.grid__item {
  display: inline-block;
  width: 100%;
  padding-left: 24px;
  vertical-align: top;
}
/**
     * Gutterless grids have all the properties of regular grids, minus any spacing.
     */
.grid--full {
  margin-left: 0;
}
.grid--full > .grid__item {
  padding-left: 0;
}
/*------------------------------------*\
    $COLUMNS
\*------------------------------------*/
/**
 * Here we can set elements in columns of text using CSS3, e.g.:
 *
   <p class=text-cols-2>
 *
 * Demo: jsfiddle.net/inuitcss/E26Yd
 *
 */
/* .text-cols, */
.text-cols--2,
.text-cols--3,
.text-cols--4,
.text-cols--5 {
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  -ms-column-gap: 24px;
  -o-column-gap: 24px;
  column-gap: 24px;
}
.text-cols--2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}
.text-cols--3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}
.text-cols--4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
}
.text-cols--5 {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  -ms-column-count: 5;
  -o-column-count: 5;
  column-count: 5;
}
/*------------------------------------*\
    $NAV
\*------------------------------------*/
/**
 * Nav abstraction as per: csswizardry.com/2011/09/the-nav-abstraction
 * When used on an `ol` or `ul`, this class throws the list into horizontal mode
 * e.g.:
 *
   <ul class=nav>
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 * Demo: jsfiddle.net/inuitcss/Vnph4
 *
 */
.nav {
  list-style: none;
  margin-left: 0;
  /* @extend .cf; */
}
.nav > li,
.nav > li > a {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
/**
 * `.nav--stacked` extends `.nav` and throws the list into vertical mode, e.g.:
 *
   <ul class="nav  nav--stacked">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 */
.nav--stacked > li {
  display: list-item;
}
.nav--stacked > li > a {
  display: block;
}
/**
 * `.nav--banner` extends `.nav` and centres the list, e.g.:
 *
   <ul class="nav  nav--banner">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 */
.nav--banner {
  text-align: center;
}
/**
 * Give nav links a big, blocky hit area. Extends `.nav`, e.g.:
 *
   <ul class="nav  nav--block">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 */
.nav--block,
.options {
  line-height: 1;
  /**
     * Remove whitespace caused by `inline-block`.
     */
  letter-spacing: -0.31em;
  word-spacing: -0.43em;
  white-space: nowrap;
}
.nav--block > li,
.options > li {
  letter-spacing: normal;
  word-spacing: normal;
}
.nav--block > li > a,
.options > li > a {
  padding: 12px;
}
/**
 * Force a nav to occupy 100% of the available width of its parent. Extends
 * `.nav`, e.g.:
 *
   <ul class="nav  nav--fit">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 * Thanks to @pimpl for this idea!
 */
.nav--fit {
  display: table;
  width: 100%;
}
.nav--fit > li {
  display: table-cell;
}
.nav--fit > li > a {
  display: block;
}
/**
 * Make a list of keywords. Extends `.nav`, e.g.:
 *
   `<ul class="nav  nav--keywords>`
 *
 */
.nav--keywords > li:after {
  content: "\002C" "\00A0";
}
.nav--keywords > li:last-child:after {
  display: none;
}
/*------------------------------------*\
    $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 {
  float: left;
  margin-right: 24px;
}
/**
     * Reversed image location (right instead of left).
     */
.media__img--rev {
  float: right;
  margin-left: 24px;
}
.media__img img,
.media__img--rev img {
  display: block;
}
.media__body {
  overflow: hidden;
}
.media__body,
.media__body > :last-child {
  margin-bottom: 0;
}
/**
     * `.img`s in `.islet`s need an appropriately sized margin.
     */
.islet .media__img {
  margin-right: 12px;
}
.islet .media__img--rev {
  margin-left: 12px;
}
/*------------------------------------*\
    $ARROWS
\*------------------------------------*/
/**
 * It is a common design treatment to give an element a triangular points-out
 * arrow, we typically build these with CSS. These following classes allow us to
 * generate these arbitrarily with a mixin, `@arrow()`.
 */
/**
 * Note re LESS.
 *
 * In the sass original this file contains some silent classes to be extended
 * upon using the arrow mixin. LESS does not yet include this functionality
 * so this file is empty and the mixin does all the work
 */
/**
 * 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.
 */
/**
	 * 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.less` 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) {
  /* palm */
  /**
	 * 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) {
  /* lap */
  /**
	 * 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) {
  /* lap-and-up */
  /**
	 * 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) {
  /* portable */
  /**
	 * 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) {
  /* desk */
  /**
	 * 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.
 */
/*------------------------------------*\
    $BRAND
\*------------------------------------*/
/**
 * `.brand` is a quick and simple way to apply your brand face and/or color to
 * any element using a handy helper class.
 */
.brand {
  font-family: "Helvetica Neue", sans-serif !important;
  color: #4a8ec2 !important;
}
.brand-face {
  font-family: "Helvetica Neue", sans-serif !important;
}
.brand-color,
.brand-colour {
  color: #4a8ec2 !important;
}
/*------------------------------------*\
    $HELPER
\*------------------------------------*/
/**
 * A series of helper classes to use arbitrarily. Only use a helper class if an
 * element/component doesn¡¯t already have a class to which you could apply this
 * styling, e.g. if you need to float `.main-nav` left then add `float:left;` to
 * that ruleset as opposed to adding the `.float--left` class to the markup.
 *
 * A lot of these classes carry `!important` as you will always want them to win
 * out over other selectors.
 */
/**
 * Add/remove floats
 */
.float--right {
  float: right!important;
}
.float--left {
  float: left !important;
}
.float--none {
  float: none !important;
}
/**
 * Text alignment
 */
.text--left {
  text-align: left  !important;
}
.text--center {
  text-align: center!important;
}
.text--right {
  text-align: right !important;
}
/**
 * Font weights
 */
.weight--light {
  font-weight: 300!important;
}
.weight--normal {
  font-weight: 400!important;
}
.weight--semibold {
  font-weight: 600!important;
}
/**
 * Add/remove margins
 */
.push {
  margin: 24px !important;
}
.push--top {
  margin-top: 24px !important;
}
.push--right {
  margin-right: 24px !important;
}
.push--bottom {
  margin-bottom: 24px !important;
}
.push--left {
  margin-left: 24px !important;
}
.push--ends {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.push--sides {
  margin-right: 24px !important;
  margin-left: 24px !important;
}
.push-half {
  margin: 12px !important;
}
.push-half--top {
  margin-top: 12px !important;
}
.push-half--right {
  margin-right: 12px !important;
}
.push-half--bottom {
  margin-bottom: 12px !important;
}
.push-half--left {
  margin-left: 12px !important;
}
.push-half--ends {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.push-half--sides {
  margin-right: 12px !important;
  margin-left: 12px !important;
}
.flush {
  margin: 0!important;
}
.flush--top {
  margin-top: 0!important;
}
.flush--right {
  margin-right: 0!important;
}
.flush--bottom {
  margin-bottom: 0!important;
}
.flush--left {
  margin-left: 0!important;
}
.flush--ends {
  margin-top: 0!important;
  margin-bottom: 0!important;
}
.flush--sides {
  margin-right: 0!important;
  margin-left: 0!important;
}
/**
 * Add/remove paddings
 */
.soft {
  padding: 24px !important;
}
.soft--top {
  padding-top: 24px !important;
}
.soft--right {
  padding-right: 24px !important;
}
.soft--bottom {
  padding-bottom: 24px !important;
}
.soft--left {
  padding-left: 24px !important;
}
.soft--ends {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.soft--sides {
  padding-right: 24px !important;
  padding-left: 24px !important;
}
.soft-half {
  padding: 12px !important;
}
.soft-half--top {
  padding-top: 12px !important;
}
.soft-half--right {
  padding-right: 12px !important;
}
.soft-half--bottom {
  padding-bottom: 12px !important;
}
.soft-half--left {
  padding-left: 12px !important;
}
.soft-half--ends {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.soft-half--sides {
  padding-right: 12px !important;
  padding-left: 12px !important;
}
.hard {
  padding: 0!important;
}
.hard--top {
  padding-top: 0!important;
}
.hard--right {
  padding-right: 0!important;
}
.hard--bottom {
  padding-bottom: 0!important;
}
.hard--left {
  padding-left: 0!important;
}
.hard--ends {
  padding-top: 0!important;
  padding-bottom: 0!important;
}
.hard--sides {
  padding-right: 0!important;
  padding-left: 0!important;
}
/**
 * Pull items full width of `.island` parents.
 */
.full-bleed {
  margin-right: -24px !important;
  margin-left: -24px !important;
}
.islet .full-bleed {
  margin-right: -12px !important;
  margin-left: -12px !important;
}
/**
 * Add a help cursor to any element that gives the user extra information on
 * `:hover`.
 */
.informative {
  cursor: help!important;
}
/**
 * Mute an object by reducing its opacity.
 */
.muted {
  opacity: 0.5!important;
  filter: alpha(opacity = 50) !important;
}
/**
 * Align items to the right where they imply progression/movement forward, e.g.:
 *
   <p class=proceed><a href=#>Read more...</a></p>
 *
 */
.proceed {
  text-align: right!important;
}
/**
 * Add a right-angled quote to links that imply movement, e.g.:
 *
   <a href=# class=go>Read more</a>
 *
 */
.go:after {
  content: "\00A0" "\00BB" !important;
}
/**
 * Apply capital case to an element (usually a `strong`).
 */
.caps {
  text-transform: uppercase!important;
}
/**
 * Hide content off-screen without resorting to `display:none;`, also provide
 * breakpoint specific hidden elements.
 */
.accessibility,
.visuallyhidden {
  border: 0!important;
  clip: rect(0 0 0 0) !important;
  height: 1px!important;
  margin: -1px !important;
  overflow: hidden!important;
  padding: 0!important;
  position: absolute!important;
  width: 1px!important;
}
@media only screen and (max-width: 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: 481) {
  .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;
  }
}
/**
 * She¡¯s all yours, cap¡¯n... Begin importing your stuff here.
 */
@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello.eot?29308065');
  src: url('fonts/fontello.eot?29308065#iefix') format('embedded-opentype'), url('fonts/fontello.woff?29308065') format('woff'), url('fonts/fontello.ttf?29308065') format('truetype'), url('fonts/fontello.svg?29308065#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'nevis';
  src: url('fonts/nevis.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Webly Sleek UI';
  src: url('fonts/weblysleekui.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Webly Sleek UI';
  src: url('fonts/weblysleekuib.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Webly Sleek UI Light';
  src: url('fonts/weblysleekuil.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*="icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
}
.icon-down-open-big:before {
  content: '\e800';
}
/* '©£' */
.icon-facebook-squared:before {
  content: '\e801';
}
/* '©ð' */
.icon-mail:before {
  content: '\e802';
}
/* '©ñ' */
.icon-instagram:before {
  content: '\e803';
}
/* '©ò' */
.icon-gplus:before {
  content: '\e804';
}
/* '©ó' */
.icon-dribbble:before {
  content: '\e805';
}
/* '©ô' */
.icon-cancel:before {
  content: '\e806';
}
/* '©õ' */
.icon-twitter:before {
  content: '\e807';
}
/* '©ö' */
.icon-attention-alt:before {
  content: '\e808';
}
/* '©÷' */
.icon-cancel-circled-1:before {
  content: '\e809';
}
/* '©ø' */
.icon-blogger-rect:before {
  content: '\e80a';
}
/* '©ù' */
.icon-ok:before {
  content: '\e80b';
}
/* '©ú' */
#alerts {
  top: 20px;
  left: 50%;
  width: 400px;
  margin-left: -200px;
  position: fixed;
  z-index: 2000;
  max-height: 529px;
  overflow-y: auto;
  overflow-x: hidden;
}
#alerts::-webkit-scrollbar {
  width: 12px;
}
#alerts .alert {
  position: relative;
}
#alerts .alert .click {
  cursor: pointer;
}
#alerts .alert .hide {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  width: 16px;
  height: 16px;
  opacity: 0.7;
  display: none;
  overflow: hidden;
  font-size: 1.05em;
}
#alerts .alert .hide:hover {
  opacity: 1;
}
#alerts .alert:hover .hide {
  display: block;
}
#alerts .alert .right,
#alerts .alert .left {
  height: 100%;
  float: left;
}
#alerts .alert .time {
  font-size: 9px;
  position: relative;
}
#alerts .alert .right {
  width: 350px;
  margin-left: 50px;
  position: relative;
}
#alerts .alert .right .time {
  margin-left: 10px;
  margin-top: -8px;
  margin-bottom: 10px;
  opacity: 0.4;
}
#alerts .alert .right .inner {
  padding: 10px;
  line-height: normal;
}
#alerts .alert .left {
  width: 50px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}
#alerts .alert .left .icon-container {
  display: table;
  width: 100%;
  height: 100%;
}
#alerts .alert .left .icon-container .icon-container--centered {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#alerts .alert .left .icon-container .icon-container--centered > .icon {
  font-size: 1.85em;
}
#alerts .alert .left:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
}
#alerts .alert .img {
  width: 30px;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-position: center;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
#alerts .alert .img.fill {
  top: 0px;
  margin: 0px;
  border: none;
  left: 0px;
  width: 100%;
  height: 100%;
}
#alerts .alert:after {
  content: ".";
  visibility: hidden;
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
}
@media screen and (max-width: 415px) {
  #alerts {
    width: 250px;
    margin-left: -125px;
  }
  #alerts .alert .hide {
    display: block;
  }
  #alerts .alert .left {
    width: 50px;
  }
  #alerts .alert .right {
    width: 200px;
    margin-left: 50px;
  }
}
#alerts {
  background: #f4f4f4;
  -webkit-box-shadow: #ffffff 0px -1px 0px inset, rgba(0, 0, 0, 0.5) 0px 4px 30px;
  -moz-box-shadow: #ffffff 0px -1px 0px inset, rgba(0, 0, 0, 0.5) 0px 4px 30px;
  box-shadow: #ffffff 0px -1px 0px inset, rgba(0, 0, 0, 0.5) 0px 4px 30px;
  font: normal 12px Helvetica, Arial;
}
#alerts.rounded {
  border-radius: 6px;
}
#alerts.rounded::-webkit-scrollbar-track {
  border-radius: 8px;
}
#alerts.rounded::-webkit-scrollbar-thumb {
  border-radius: 8px;
}
#alerts::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
#alerts::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
#alerts .alert {
  color: #444444;
}
#alerts .alert h2 {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
}
#alerts .alert.rounded .img {
  border-radius: 6px;
}
#alerts .alert.rounded .img.fill {
  border-radius: 0;
}
#alerts .alert.rounded:first-child,
#alerts .alert.rounded:first-child .left,
#alerts .alert.rounded:first-child .img.fill {
  border-top-left-radius: 5px;
}
#alerts .alert.rounded:last-child,
#alerts .alert.rounded:last-child .left,
#alerts .alert.rounded:last-child .img.fil {
  border-bottom-left-radius: 5px;
}
#alerts .alert.more {
  border-bottom: 1px solid #c1c1c1;
  -webkit-box-shadow: white 0px 1px 0px;
  -moz-box-shadow: white 0px 1px 0px;
  box-shadow: white 0px 1px 0px;
}
#alerts .alert.error {
  background: #FA565D;
  background: -webkit-linear-gradient(#fa565d, #d1363d);
  background: -moz-linear-gradient(#fa565d, #d1363d);
}
#alerts .alert.error * {
  color: white!important;
  text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px !important;
}
#alerts .alert.error .left:after {
  background: rgba(255, 255, 255, 0.5) !important;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px !important;
}
#alerts .alert .hide {
  color: gray;
  text-shadow: none;
}
#alerts .alert .left {
  background: #998efb;
  color: #f4f4f4;
}
#alerts .alert .left:after {
  background: #c1c1c1;
  -moz-box-shadow: white 1px 0px 0px;
  -webkit-box-shadow: white 1px 0px 0px;
  box-shadow: white 1px 0px 0px;
}
#alerts .alert .img {
  -webkit-box-shadow: rgba(255, 255, 255, 0.9) 0px -1px 0px inset, rgba(0, 0, 0, 0.2) 0px 1px 2px;
  -moz-box-shadow: rgba(255, 255, 255, 0.9) 0px -1px 0px inset, rgba(0, 0, 0, 0.2) 0px 1px 2px;
  box-shadow: rgba(255, 255, 255, 0.9) 0px -1px 0px inset, rgba(0, 0, 0, 0.2) 0px 1px 2px;
  border: 1px solid rgba(0, 0, 0, 0.55);
}
#alerts .alert .img.border {
  box-shadow: none;
  border: none;
}
#alerts .alert .img.fill {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 0px inset, #000000 -1px 0px 16px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 0px inset, #000000 -1px 0px 16px inset;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 0px inset, #000000 -1px 0px 16px inset;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
html {
  color: #998efb;
  overflow-y: visible;
  min-height: initial;
}
body {
  background: #ffffff;
  color: #696969;
  font-weight: 400;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.5;
  font-family: 'Webly Sleek UI', 'Open Sans', Helvetica, Arial, sans-serif, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  margin: 0;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f4f4f4;
  z-index: 1000;
}
::-webkit-scrollbar {
  width: 0px;
  background-color: #f4f4f4;
  z-index: 1000;
}
::-webkit-scrollbar-thumb {
  background-color: #8E8E8E;
  z-index: 1000;
}
a {
  outline: none;
  text-decoration: none;
  -moz-transition: color 0.1s ease-in;
  -o-transition: color 0.1s ease-in;
  -webkit-transition: color 0.1s ease-in;
  transition: color 0.1s ease-in;
}
a:hover,
a:focus {
  color: #69606b;
}
.related {
  padding: 3em 0;
  text-align: center;
  font-size: 1.5em;
  position: relative;
}
/*------------------------------------------------*/
.particle-canvas {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -moz-animation-duration: 3s;
  -o-animation-duration: 3s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
.particle-canvas.particle-canvas--blurred {
  z-index: 0;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.center-doc {
  max-width: 800px;
  padding: 20px;
  margin: 0 auto;
}
.centered-wrapper {
  padding: 0 1.5em;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.center-horizontal {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
.center-horizontal .center-vertical {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.accent {
  background: #998efb;
  color: #f4f4f4;
}
.dark {
  background: #2b2a30;
  color: #f4f4f4;
}
.step-container {
  max-width: 1200px;
  margin: 0 auto;
}
.image-grid img {
  vertical-align: bottom;
}
.form__wrap {
  position: relative;
  margin: 0 auto;
  max-width: 800px;
  -moz-animation-delay: .7s;
  -o-animation-delay: .7s;
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
  z-index: 10;
}
.form__wrap .form__input {
  width: 100%;
  height: 45px;
  background: #f4f4f4;
  color: #444444;
  padding: .5em 0 .5em .6em;
  cursor: auto;
  border-radius: 8px;
  font-size: 19px;
  font-size: 1.1875rem;
  border: 3px solid lightgray;
  -moz-transition: border-color 300ms ease-in-out;
  -o-transition: border-color 300ms ease-in-out;
  -webkit-transition: border-color 300ms ease-in-out;
  transition: border-color 300ms ease-in-out;
  margin-bottom: 15px;
}
.form__wrap .form__input:focus {
  border-color: #998efb;
}
.form__wrap .form__area {
  resize: none;
  height: 200px;
}
.form__wrap .field__faux {
  position: absolute;
  left: -5000px;
}
.form__wrap .form__button {
  width: 100%;
  height: 45px;
  border-radius: 8px;
  color: #f4f4f4;
  background: #998efb;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 1px 2px;
  line-height: 45px;
  border: none;
  outline: none;
}
.form__wrap .progress-button {
  position: relative;
}
.form__wrap .progress-button .progress-content {
  position: relative;
  z-index: 5;
  font-family: 'Webly Sleek UI', 'Open Sans', Helvetica, Arial, sans-serif;
}
.form__wrap .progress-button .progress-bar {
  position: absolute;
  height: 100%;
  width: 0;
  background: #8375fa;
  left: 0;
  top: 0;
  opacity: 0;
  border-radius: 8px;
}
.form__wrap .progress-button.state-loading .progress-bar {
  opacity: 1;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.form__wrap .progress-button.state-loading .progress-bar.rounded {
  border-radius: 8px;
}
.social-outlets {
  opacity: 0;
  position: absolute;
  top: 60px;
  width: 100%;
  z-index: 1;
  text-align: center;
}
.social-outlets.active {
  top: 0;
  z-index: 20;
}
.social-outlets.active ul.nav > li a {
  cursor: pointer;
  pointer-events: all;
}
.social-outlets ul.nav {
  margin-bottom: 8px;
  margin-bottom: .5rem;
}
.social-outlets ul.nav > li {
  padding: 0 12px;
  padding: 0 .75rem;
}
.social-outlets ul.nav > li .icon-blogger-rect {
  font-size: 27px;
  font-size: 1.6875rem;
}
.social-outlets ul.nav > li a {
  color: #998efb;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  pointer-events: none;
  cursor: default;
  font-size: 30px;
  font-size: 1.875rem;
}
.social-outlets ul.nav > li a:hover {
  color: #696969;
}
.social-outlets .notes {
  opacity: 0;
  font-size: small;
  letter-spacing: 1px;
  color: #696969;
  -moz-animation-delay: .5s;
  -o-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
.nobly-steps .nobly-step {
  border-top: 7px solid #33353a;
  position: relative;
}
.nobly-steps .nobly-step .grid-step {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 60px;
  background: #998efb;
}
.nobly-steps .nobly-step .grid-step .grid-step__number {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  width: 35px;
  font-size: 33px;
  text-align: center;
  display: inline-block;
  line-height: 36px;
  text-transform: uppercase;
  font-family: 'Webly Sleek UI', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.nobly-steps .nobly-step .nobly-step__top {
  padding: 35px 0 35px 0;
}
.nobly-steps .nobly-step .nobly-step__top.contact-step {
  text-align: center;
}
.nobly-steps .nobly-step .nobly-step__top.contact-step .contact-header:after {
  bottom: -5px;
  width: 200px;
  right: 0;
  margin: 0 auto;
  background: #c0c0c0;
}
.nobly-steps .nobly-step .nobly-step__top p span {
  color: #998efb;
  font-weight: bold;
  font-family: 'Webly Sleek UI', 'Open Sans', Helvetica, Arial, sans-serif;
}
.nobly-steps .nobly-step .nobly-step__top .pre-step-title {
  text-align: center;
  margin-bottom: 15px;
  font-size: 50px;
  font-size: 3.125rem;
  font-family: 'Nevis';
}
.nobly-steps .nobly-step .nobly-step__top .step-header {
  float: right;
  width: 50%;
  text-align: center;
}
.nobly-steps .nobly-step .nobly-step__top .step-header img {
  width: 100px;
  display: inline-block;
}
.nobly-steps .nobly-step .nobly-step__left,
.nobly-steps .nobly-step .nobly-step__right {
  padding-top: 50px;
  z-index: 99999;
  position: relative;
  height: 350px;
}
.nobly-steps .nobly-step .nobly-step__left p,
.nobly-steps .nobly-step .nobly-step__right p {
  font-size: 20px;
  font-size: 1.25rem;
  max-width: 480px;
  margin: 0 0 1.5em 0;
}
.nobly-steps .nobly-step .nobly-step__left {
  padding-left: 100px;
}
.nobly-steps .nobly-step .nobly-step__right {
  border-right: 7px solid #33353a;
  position: relative;
  margin: 0;
  width: 100%;
  padding-left: 60px;
  padding-right: 0;
}
.nobly-steps .nobly-step .nobly-step__right .step-icon__wrap {
  margin: 0 auto;
  position: relative;
  width: 200px;
}
.nobly-steps .nobly-step .nobly-step__right .step-icon {
  height: 200px;
  width: 200px;
  /*position: absolute;
                right: -(@icon-size/2) - (@icon-border-size/2);
                top: (@step-height /2) - (@icon-size /2);*/
  border-radius: 100px;
  border: 6px solid #33353a;
  background: #2a2c30;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.nobly-steps .nobly-step .nobly-step__right .step-icon img {
  /*height: 35px;*/
  height: 120px;
  display: inline-block;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nobly-steps .nobly-step .nobly-step__right .step-icon img.step-icon__tag {
  margin-top: 8px;
}
.nobly-steps .nobly-step .nobly-step__right .step-icon img.step-icon__heart {
  margin-top: 10px;
}
/*------------------------------------------------*/
html,
body,
.container,
.header {
  height: 100%;
}
/* Header */
.header {
  position: relative;
  margin: 0 auto;
  min-height: 560px;
  width: 100%;
}
.bg-img {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #f4f4f4;
  height: 100%;
  font-family: 'Webly Sleek UI', 'Open Sans', Helvetica, Arial, sans-serif;

    background-color: #000000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-text-size-adjust: none;
  background-attachment: fixed;
  background-image: url(https://images.qijishow.com/demo_hero.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}
  -webkit-font-smoothing: antialiased;
}
.bg-img a {
  text-decoration: none;
  color: white;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  -moz-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  -webkit-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}
.bg-img a:hover {
  color: #998efb;
}
.bg-img button:active {
  outline: none;
}
.bg-img :focus {
  outline: none;
}
.bg-img ::-moz-focus-inner {
  border: 0;
}
.bg-img .bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  min-width: 100%;
  min-height: 100%;
}
.password-reset-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.password-reset-wrapper .reset-password-form,
.password-reset-wrapper .success-section {
  max-width: 500px;
}
.password-reset-wrapper .message p {
  font-size: 18px;
  font-size: 1.125rem;
}
.password-reset-wrapper .form__wrap .form__input {
  font-size: 16px;
  font-size: 1rem;
}
.password-reset-wrapper .success-section {
  opacity: 0;
  position: absolute;
}
.password-reset-wrapper .success-section.active {
  position: relative;
}
.password-reset-wrapper .footer {
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.password-reset-wrapper .password-reset {
  -moz-animation-delay: .5s;
  -o-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
.password-reset-wrapper .centered-wrapper {
  padding-bottom: 156px;
}
.title {
  z-index: 1000;
  margin: 0 auto;
  padding: 0 1.25em;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.title .logo__img {
  display: inline-block;
}
.title .app-store__wrap {
  position: absolute;
  bottom: 0;
  width: 270px;
  left: 50%;
  margin-left: -135px;
  z-index: 9999;
}
.title .app-store__wrap .app-store__text {
  font-family: 'Webly Sleek UI Light';
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 1px;
  color: #f4f4f4;
  border-bottom: 1px solid #96D515;
  width: 244px;
  margin: 0 auto 0 auto;
  padding: 5px 0;
}
.title .app-store__wrap .app-store__link {
  width: 270px;
  float: left;
  z-index: 9999;
  display: block;
  position: relative;
}
.title .app-store__wrap .app-store__link.google {
  margin-right: 20px;
}
.title .app-store__wrap .app-store__img {
  margin-top: 16px;
  max-height: 34px;
  max-width: 125px;
}
.title h1,
.title p {
  margin: 0 auto;
}
.title h1 {
  padding: 0 0 0.2em;
  font-size: 3.25em;
  font-weight: 800;
  line-height: 1;
}
.title p {
  padding: 0 0 0.6em;
  font-weight: 300;
  font-size: 0.85em;
}
.title p.subline {
  font-size: 1.75em;
  font-weight: bold;
  color: #696969;
  padding-bottom: 9px;
}
/* Trigger Button */
button.trigger {
  position: fixed;
  bottom: 40px;
  left: 50%;
  z-index: 5000;
  display: block;
  margin-left: -0.5em;
  padding: 0;
  width: 1em;
  height: 1em;
  border: none;
  background: transparent;
  color: transparent;
  font-size: 1.5em;
  cursor: pointer;
}
.container:not(.notrans) button.trigger {
  -webkit-transition: opacity 0.3s 0.5s;
  transition: opacity 0.3s 0.5s;
}
.container.scrolled:not(.notrans) button.trigger {
  opacity: 0;
  pointer-events: none;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.container.modify:not(.notrans) button.trigger span:before {
  color: #998efb;
}
button.trigger::before {
  position: absolute;
  bottom: 100%;
  left: -150%;
  padding: 0.8em;
  width: 400%;
  color: #fff;
  content: attr(data-info);
  font-size: 15px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
button.trigger:focus {
  outline: none;
}
button.trigger span {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
button.trigger span::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  content: "\e800";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'fontello';
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Content */
.content > div:not(.title) {
  margin: 0 auto;
  /*max-width: 900px;
    padding: 0 1.25em;*/
}
.content > div:not(.title) p {
  margin: 0 auto 1.5em auto;
  font-family: 'Webly Sleek UI Light';
}
.content > div .screen-banner p {
  font-family: 'Webly Sleek UI', 'Open Sans', Helvetica, Arial, sans-serif;
}
.content > div .nobly-step__left p,
.content > div .nobly-step__right p {
  margin: 0 0 1.5em 0;
}
ul {
  list-style-type: circle;
  margin-bottom: 0;
}
ul > li {
  color: #998efb;
  font-family: 'Webly Sleek UI Light';
}
ul > li span {
  color: #696969;
}
.content {
  margin: 0 auto;
  padding: 0;
}
.content h3 {
  font-size: 1.4em;
}
.content .screen-banner {
  padding: 0 100px 0 100px;
  max-width: 80%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.content .screen-banner p {
  color: white;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
}
.content .grid.last {
  padding-bottom: 0;
}
.content .message .password-header:after {
  position: relative;
  margin: 0 auto;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5 {
  font-family: 'Nevis';
  letter-spacing: -1px;
  position: relative;
}
.content h1 span,
.content h2 span,
.content h3 span,
.content h4 span,
.content h5 span {
  color: #998efb;
}
.content h1.step-title,
.content h2.step-title,
.content h3.step-title,
.content h4.step-title,
.content h5.step-title {
  padding-top: 5px;
  margin-top: 20px;
  border-top: 2px solid #998efb;
  text-align: center;
  margin-bottom: 0;
}
.content h1:not(.step-title):after,
.content h2:not(.step-title):after,
.content h3:not(.step-title):after,
.content h4:not(.step-title):after,
.content h5:not(.step-title):after {
  background: #998efb;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  bottom: -2px;
  width: 150px;
}
.content blockquote {
  padding: 0.25em;
  font-style: italic;
  font-size: 1.65em;
  font-family: 'Lora', serif;
  line-height: 1.4;
}
.footer {
  font-size: 13px;
  font-size: 0.8125rem;
  border-top: 2px solid #FFFFFF;
}
.footer.password-reset-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.footer.password-reset-footer .content-wrapper {
  padding: 10px 0;
}
.footer .spacer {
  margin: 0 5px;
      color: #4A4A4A;
}
.footer .content-wrapper {
  padding: 35px 0;
}
.footer .content-wrapper p {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'Webly Sleek UI Light';
}
.footer .content-wrapper img {
  width: 100px;
}
.footer .grid-row {
  padding: 20px 0;
}
.footer .nav {
  display: inline-block;
  margin: 0;
}
.footer .nav li {
  margin-right: 5px;
}
.footer .nav li a {
  font-size: 16px;
  font-size: 1rem;
  color: #f4f4f4;
}
.footer .nav li a:hover {
  color: #998efb;
}
/*------------------------------------------------*/
.intro-effect-fadeout:not(.notrans) .bg-img {
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
}
.intro-effect-fadeout:not(.notrans) .bg-img::after {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.intro-effect-fadeout:not(.notrans) .header h1 {
  -webkit-transition-property: color;
  transition-property: color;
}
.intro-effect-fadeout:not(.notrans) .header p,
.intro-effect-fadeout:not(.notrans) .content > div {
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}
.intro-effect-fadeout:not(.notrans) .bg-img,
.intro-effect-fadeout:not(.notrans) .bg-img::after,
.intro-effect-fadeout:not(.notrans) .header h1,
.intro-effect-fadeout:not(.notrans) .header p {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.intro-effect-fadeout:not(.notrans) .app-store__text,
.intro-effect-fadeout:not(.notrans) .app-store__img {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.intro-effect-fadeout:not(.notrans) .logo__img {
  -moz-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.intro-effect-fadeout:not(.notrans) .app-store__text {
  -moz-animation-delay: .5s;
  -o-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
.intro-effect-fadeout:not(.notrans) .app-store__img {
  -moz-animation-delay: .75s;
  -o-animation-delay: .75s;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}
.intro-effect-fadeout:not(.notrans) .content > div {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.intro-effect-fadeout .header {
  overflow: hidden;
}
.intro-effect-fadeout.modify .bg-img {

}
.intro-effect-fadeout .bg-img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 101%;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #141922 100%);
}
.intro-effect-fadeout.modify .bg-img::after {
  opacity: 1;
}
.intro-effect-fadeout .title {

}
.intro-effect-fadeout.modify .header h1,
.intro-effect-fadeout .header p {
  color: #696969;
}
.intro-effect-fadeout.modify .header .logo__img {

}
.intro-effect-fadeout.modify .header .app-store__wrap {
  opacity: 0;
}
.intro-effect-fadeout .header p {
  opacity: 0;
}
.intro-effect-fadeout .header p.subline {
  -moz-transform: translate3d(150px, 0, 0);
  -ms-transform: translate3d(150px, 0, 0);
  -o-transform: translate3d(150px, 0, 0);
  -webkit-transform: translate3d(150px, 0, 0);
  transform: translate3d(150px, 0, 0);
}
.intro-effect-fadeout .header p.subline-1 {
  -moz-transform: translate3d(-150px, 0, 0);
  -ms-transform: translate3d(-150px, 0, 0);
  -o-transform: translate3d(-150px, 0, 0);
  -webkit-transform: translate3d(-150px, 0, 0);
  transform: translate3d(-150px, 0, 0);
}
.intro-effect-fadeout.modify .header p.subline,
.intro-effect-fadeout.modify .header p.subline-1 {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.intro-effect-fadeout .content {
  z-index: 1000;
  position: relative;
}
/*
.intro-effect-fadeout .content > div {
    opacity: 0;
    -webkit-transform: translateY(450px);
    -moz-transform: translateY(450px);
    -ms-transform: translateY(450px);
    -o-transform: translateY(450px);
    transform: translateY(450px);
}

.intro-effect-fadeout.modify .content > div {
    opacity: 1;
    -webkit-transform: translateY(-120px);
    -moz-transform: translateY(-120px);
    -ms-transform: translateY(-120px);
    -o-transform: translateY(-120px);
    transform: translateY(-120px);
}*/
@media screen and (max-width: 700px), screen and (max-height: 650px) {
  #particles-left,
  #particles-right {
    display: none;
    opacity: 0;
  }
}
@media screen and (max-height: 880px) {
  .intro-effect-fadeout.modify .content > div {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 430px) {
  .password-reset-wrapper h2 {
    margin-bottom: 10px;
  }
  .password-reset-wrapper .message p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .password-reset-wrapper .form__wrap .form__input {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .password-reset-wrapper .form__wrap .form__button {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 358px) {
  .password-reset-wrapper .centered-wrapper {
    padding-bottom: 175px;
  }
}
@media screen and (min-height: 401px) and (max-height: 500px) {
  .title p.subline {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: bold;
    color: #696969;
    padding-bottom: 9px;
  }
  #logo {
    width: 175px;
    height: 175px;
    position: relative;
    top: -60px;
  }
  .app-store__wrap {
    bottom: 60px;
  }
  button.trigger {
    bottom: 20px;
  }
  .intro-effect-fadeout.modify .header .logo__img {
    padding: 0;
    background: none;
  }
}
@media screen and (max-width: 1200px) {
  .grid-container {
    padding: 0 15px;
  }
  .nobly-steps .nobly-step .nobly-step__top {
    padding: 35px;
  }
  .nobly-steps .nobly-step .nobly-step__left {
    padding: 35px;
  }
  .nobly-steps .nobly-step .nobly-step__left p {
    margin: 0;
    line-height: 1.45;
  }
}
@media screen and (min-width: 601px) and (max-width: 800px) {
  .grid-container {
    padding: 0 15px;
  }
  .nobly-steps .nobly-step .grid-step {
    display: none;
  }
  .nobly-steps .nobly-step .nobly-step__left,
  .nobly-steps .nobly-step .nobly-step__right {
    padding: 35px;
    height: auto;
  }
  .nobly-steps .nobly-step .nobly-step__left h3,
  .nobly-steps .nobly-step .nobly-step__right h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .nobly-steps .nobly-step .nobly-step__left p,
  .nobly-steps .nobly-step .nobly-step__right p {
    margin: 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.45;
  }
}
@media screen and (max-width: 600px) {
  .icon-steps .grid .grid__item.one-half {
    width: 100%;
  }
  .title p.subline {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: bold;
    color: #696969;
    padding-bottom: 9px;
  }
  .content .screen-banner {
    max-width: 100%;
    padding: 0;
  }
  .content .screen-banner p {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 0 10px;
  }
  #logo {
    width: 240px;
    height: 240px;
    top: -60px;
    position: relative;
  }
  button.trigger {
    bottom: 20px;
  }
  .app-store__wrap {
    bottom: 60px;
  }
  .intro-effect-fadeout.modify .header .logo__img {
    padding: 0;
    background: none;
  }
  footer .content-wrapper {
    padding: 35px 25px;
  }
  .nobly-steps .nobly-step .nobly-step__top .pre-step-title {
    font-size: 35px;
    font-size: 2.1875rem;
  }
  .nobly-steps .nobly-step .nobly-step__top p {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .nobly-steps .nobly-step .grid-step {
    display: none;
  }
  .nobly-steps .nobly-step .nobly-step__left,
  .nobly-steps .nobly-step .nobly-step__right {
    height: auto;
    padding: 35px;
  }
  .nobly-steps .nobly-step .nobly-step__left p,
  .nobly-steps .nobly-step .nobly-step__right p {
    margin: 0;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .nobly-steps .nobly-step .nobly-step__left {
    padding-top: 10px;
  }
  .nobly-steps .nobly-step .nobly-step__left h3 {
    display: none;
  }
  .nobly-steps .nobly-step .nobly-step__right {
    padding-bottom: 0;
    border-right: none;
    border-bottom: none;
  }
  .nobly-steps .nobly-step .nobly-step__right p {
    margin-bottom: 25px;
  }
  .nobly-steps .nobly-step .nobly-step__right .step-icon {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: initial;
    bottom: -38px;
  }
}
@media screen and (max-height: 400px) {
  .title p.subline {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: bold;
    color: #696969;
    padding-bottom: 9px;
  }
  #logo {
    width: 160px;
    height: 160px;
    top: -60px;
    position: relative;
  }
  button.trigger {
    bottom: 20px;
  }
  .intro-effect-fadeout.modify .header .logo__img {
    padding: 0;
    background: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #particles-middle {
    opacity: .3;
  }
}

/************************************************************************************
smaller than 981
*************************************************************************************/

@media screen and (min-width: 1401px) {
svg:not(:root) {
overflow: hidden;
width: 60%;
height: 0%;
}
}	
@media screen and (max-width: 1400px) {
svg:not(:root) {
height: 510px;
}

}
