@charset "UTF-8";

/*----------[Sizes]----------*/

/*----------[Colours]----------*/

/*----------[Fonts]----------*/

/*----------[Misc]----------*/

/*------------------------------------*    INUIT.CSS
\*------------------------------------*/

/*!*
 *
 * inuitcss.com -- @inuitcss -- @csswizardry
 *
 */

/**
 * inuit.css acts as a base stylesheet which you should extend with your own
 * theme stylesheet.
 *
 * inuit.css aims to do the heavy lifting; sorting objects and abstractions,
 * design patterns and fiddly bits of CSS, whilst leaving as much design as
 * possible to you. inuit.css is the scaffolding to your decorator.
 *
 * This stylesheet is heavily documented and contains lots of comments, please
 * take care to read and refer to them as you build. For further support please
 * tweet at @inuitcss.
 *
 * Owing to the amount of comments please only ever use minified CSS in
 * production. This file is purely a dev document.
 *
 * The table of contents below maps to section titles of the same name, to jump
 * to any section simply run a find for $[SECTION-TITLE].
 *
 * Most objects and abstractions come with a chunk of markup that you should be
 * able to paste into any view to quickly see how the CSS works in conjunction
 * with the correct HTML.
 *
 * inuit.css is written to this standard: github.com/csswizardry/CSS-Guidelines
 *
 * LICENSE
 *
 * Copyright 2013 Harry Roberts
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *
 * Thank you for choosing inuit.css. May your web fonts render perfectly.
 */

/*------------------------------------*    $CONTENTS
\*------------------------------------*/

/**
 * CONTENTS............You’re reading it!
 * WARNING.............Here be dragons!
 * IMPORTS.............Begin importing the sections below
 *
 * MIXINS..............Super-simple Sass stuff
 * NORMALIZE...........normalize.css
 * RESET...............Set some defaults
 * CLEARFIX............
 * SHARED..............Shared declarations
 *
 * MAIN................High-level elements like `html`, `body`, etc.
 * HEADINGS............Double-stranded heading hierarchy
 * PARAGRAPHS..........
 * SMALLPRINT..........Smaller text elements like `small`
 * QUOTES..............
 * CODE................
 * LISTS...............
 * IMAGES..............
 * TABLES..............
 * FORMS...............
 *
 * GRIDS...............Fluid, proportional and nestable grids
 * FLEXBOX.............Crudely emulate flexbox
 * COLUMNS.............CSS3 columns
 * NAV.................A simple abstraction to put a list in horizontal nav mode
 * OPTIONS.............Grouped nav items
 * PAGINATION..........Very stripped back, basic paginator
 * BREADCRUMB..........Simple breadcrumb trail object
 * MEDIA...............Media object
 * MARGINALIA..........Simple marginalia content
 * ISLAND..............Boxed off content
 * BLOCK-LIST..........Blocky lists of content
 * MATRIX..............Gridded lists
 * SPLIT...............A simple split-in-two object
 * THIS-OR-THIS........Options object
 * LINK-COMPLEX........
 * FLYOUT..............Flyout-on-hover object
 * ARROWS..............CSS arrows
 * SPRITE..............Generic spriting element
 * ICON-TEXT...........Icon and text couplings
 * BEAUTONS............Use the beautons micro library
 * LOZENGES............Basic lozenge styles
 * RULES...............Horizontal rules
 * STATS...............Simple stats object
 * GREYBOX.............Wireframing styles
 *
 * WIDTHS..............Width classes for use alongside the grid system etc.
 * PUSH................Push classes for manipulating grids
 * PULL................Pull classes for manipulating grids
 * BRAND...............Helper class to apply brand treatment to elements
 * HELPER..............A series of helper classes to use arbitrarily
 * DEBUG...............Enable to add visual flags for debugging purposes
 */

/*------------------------------------*    $WARNING
\*------------------------------------*/

/*
 * inuit.css, being an OO framework, works in keeping with the open/closed
 * principle. The variables you set previously are now being used throughout
 * inuit.css to style everything we need for a base. Any custom styles SHOULD
 * NOT be added or modified in inuit.css directly, but added via your theme
 * stylesheet as per the open/closed principle:
 *
 * csswizardry.com/2012/06/the-open-closed-principle-applied-to-css
 *
 * Try not to edit any CSS beyond this point; if you find you need to do so
 * it is a failing of the framework so please tweet at @inuitcss.
 */

/*------------------------------------*    $IMPORTS
\*------------------------------------*/

/**
 * Generic utility styles etc.
 */

/*------------------------------------*    $DEFAULTS
\*------------------------------------*/

/**
 * inuit.css’ default variables. Redefine these in your `_vars.scss` file (found
 * in the inuit.css-web-template) to override them.
 */

/*------------------------------------*    $DEBUG
\*------------------------------------*/

/**
 * Debug mode will visually highlight any potential markup/accessibility quirks
 * in the browser. Set to `true` or `false`.
 */

/*------------------------------------*    $BORDER-BOX
\*------------------------------------*/

/**
 * Do you want all elements to adopt `box-sizing:border-box;` as per
 * paulirish.com/2012/box-sizing-border-box-ftw ?
 */

/*------------------------------------*    $BASE
\*------------------------------------*/

/**
 * Base stuff
 */

/**
 * Base font-family.
 */

/**
 * Default colour for objects’ borders etc.
 */

/*------------------------------------*    $RESPONSIVE
\*------------------------------------*/

/**
 * Responsiveness?
 */

/**
 * Responsiveness for widescreen/high resolution desktop monitors and beyond?
 * Note: `$responsive` variable above must be set to true before enabling this.
 */

/**
 * Responsive push and pull produce a LOT of code, only turn them on if you
 * definitely need them.
 */

/**
 * Note: `$push` variable above must be set to true before enabling these.
 */

/**
 * Note: `$pull` variable above must be set to true before enabling these.
 */

/**
 * Tell inuit.css when breakpoints start.
 */

/*------------------------------------*    $FONT-SIZES
\*------------------------------------*/

/**
 * Font-sizes (in pixels). Refer to relevant sections for their implementations.
 */

/*------------------------------------*    $QUOTES
\*------------------------------------*/

/**
 * English quote marks?
 */

/**
 * If you want English quotes then please do not edit these; they’re only here
 * because Sass needs them.
 */

/**
 * If you need non-English quotes, please alter the following values accordingly:
 */

/*------------------------------------*    $BRAND
\*------------------------------------*/

/**
 * Brand stuff
 */

/**
 * How big would you like round corners to be by default?
 */

/*------------------------------------*    $OBJECTS AND ABSTRACTIONS
\*------------------------------------*/

/**
 * Which objects and abstractions would you like to use?
 */

/*------------------------------------*    $FRAMEWORK
\*------------------------------------*/

/**
 * inuit.css will work these next ones out for use within the framework.
 *
 * Assign our `$base-line-height` to a new spacing var for more transparency.
 */

/*------------------------------------*    $MIXINS
\*------------------------------------*/

/**
 * Create a fully formed type style (sizing and vertical rhythm) by passing in a
 * single value, e.g.:
 *
   `@include font-size(10px);`
 *
 * Thanks to @redclov3r for the `line-height` Sass:
 * twitter.com/redclov3r/status/250301539321798657
 */

/**
 * Style any number of headings in one fell swoop, e.g.:
 *
   .foo{
       @include headings(1, 3){
           color:#BADA55;
       }
    }
 *
 * With thanks to @lar_zzz, @paranoida, @rowanmanning and ultimately
 * @thierrylemoulec for refining and improving my initial mixin.
 */

/**
 * Create vendor-prefixed CSS in one go, e.g.
 *
   `@include vendor(border-radius, 4px);`
 *
 */

/**
 * Create CSS keyframe animations for all vendors in one go, e.g.:
 *
   .foo{
       @include vendor(animation, shrink 3s);
   }

   @include keyframe(shrink){
       from{
           font-size:5em;
       }
   }
 *
 * Courtesy of @integralist: twitter.com/integralist/status/260484115315437569
 */

/**
 * Force overly long spans of text to truncate, e.g.:
 *
   `@include truncate(100%);`
 *
 * Where `$truncation-boundary` is a united measurement.
 */

/**
 * CSS arrows!!! But... before you read on, you might want to grab a coffee...
 *
 * This mixin creates a CSS arrow on a given element. We can have the arrow
 * appear in one of 12 locations, thus:
 *
 *       01    02    03
 *    +------------------+
 * 12 |                  | 04
 *    |                  |
 * 11 |                  | 05
 *    |                  |
 * 10 |                  | 06
 *    +------------------+
 *       09    08    07
 *
 * You pass this position in along with a desired arrow color and optional
 * border color, for example:
 *
 * `@include arrow(top, left, red)`
 *
 * for just a single, red arrow, or:
 *
 * `@include arrow(bottom, center, red, black)`
 *
 * which will create a red triangle with a black border which sits at the bottom
 * center of the element. Call the mixin thus:
 *
   .foo{
       background-color:#BADA55;
       border:1px solid #ACE;
       @include arrow(top, left, #BADA55, #ACE);
   }
 *
 */

/**
 * Media query mixin.
 *
 * It’s not great practice to define solid breakpoints up-front, preferring to
 * modify your design when it needs it, rather than assuming you’ll want a
 * change at ‘mobile’. However, as inuit.css is required to take a hands off
 * approach to design decisions, this is the closest we can get to baked-in
 * responsiveness. It’s flexible enough to allow you to set your own breakpoints
 * but solid enough to be frameworkified.
 *
 * We define some broad breakpoints in our vars file that are picked up here
 * for use in a simple media query mixin. Our options are:
 *
 * palm
 * lap
 * lap-and-up
 * portable
 * desk
 * desk-wide
 *
 * Not using a media query will, naturally, serve styles to all devices.
 *
 * `@include media-query(palm){ [styles here] }`
 *
 * We work out your end points for you:
 */

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

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

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

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

/* ==========================================================================
   Base
   ========================================================================== */

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

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

/* ==========================================================================
   Links
   ========================================================================== */

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

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

/* ==========================================================================
   Typography
   ========================================================================== */

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

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

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

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

/*
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-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 */
  -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 {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

/*------------------------------------*    $CLEARFIX
\*------------------------------------*/

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

/*------------------------------------*    $SHARED
\*------------------------------------*/

/**
 * Where `margin-bottom` is concerned, this value will be the same as the
 * base line-height. This allows us to keep a consistent vertical rhythm.
 * As per: csswizardry.com/2012/06/single-direction-margin-declarations
 */

/**
 * Base elements
 */
h1,
h2,
h3,
h4,
h5,
h6,
hgroup,
ul,
ol,
dl,
blockquote,
p,
address,
table,
fieldset,
figure,
pre,
.form-fields > li,
.media,
.island,
.islet {
  margin-bottom: 20px;
  margin-bottom: 1.1111111111rem;
}

.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: 10px;
  margin-bottom: 0.5555555556rem;
}

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

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

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

/**
 * Base styles; unclassed HTML elements etc.
 */

/*------------------------------------*    $MAIN
\*------------------------------------*/
html {
  font: 1.125em/1.3333333333 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: 2rem;
  line-height: 1.3333333333;
}

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

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

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

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

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

/**
 * 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: 5.3333333333rem;
  line-height: 1;
}

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

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

/*------------------------------------*    $PARAGRAPHS
\*------------------------------------*/

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

/*------------------------------------*    $SMALLPRINT
\*------------------------------------*/

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

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

/*------------------------------------*    $QUOTES
\*------------------------------------*/

/**
 * If English quotes are set in `_vars.scss`, define them here.
 */

/**
 * Big up @boblet: html5doctor.com/blockquote-q-cite
 */

/**
 * Inline quotes.
 */
q {
  quotes: "‘" "’" "\\201C""\\201D";
}

q::before {
  content: "\2018";
  content: open-quote;
}

q::after {
  content: "\2019";
  content: close-quote;
}

q q::before {
  content: "\201C";
  content: open-quote;
}

q q::after {
  content: "\201D";
  content: close-quote;
}

blockquote {
  quotes: "\\201C""\\201D";
}

blockquote p::before {
  content: "\\201C";
  content: open-quote;
}

blockquote p::after {
  content: "";
  content: no-close-quote;
}

blockquote p:last-of-type::after {
  content: "\\201D";
  content: close-quote;
}

blockquote q::before {
  content: "\2018";
  content: open-quote;
}

blockquote q::after {
  content: "\2019";
  content: close-quote;
}

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

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

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

.source::before {
  content: "\2014";
}

/*------------------------------------*    $CODE
\*------------------------------------*/

/**
 * Use an explicit font stack to ensure browsers render correct `line-height`.
 */
pre {
  overflow: auto;
}

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

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

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

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

/*------------------------------------*    $IMAGES
\*------------------------------------*/

/**
 * Demo: jsfiddle.net/inuitcss/yMtur
 */

/**
 * Fluid images.
 */
img {
  max-width: 100%;
}

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

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

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

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

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

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

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

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

/**
 * 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: 5px;
  text-align: left;
}

@media screen and (min-width: 480px) {
  th,
  td {
    padding: 10px;
  }
}

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

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

[rowspan] {
  vertical-align: middle;
}

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

.numerical {
  text-align: right;
}

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

.t10 {
  width: 10%;
}

.t12 {
  width: 12.5%;
}

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

.t20 {
  width: 20%;
}

.t25 {
  width: 25%;
}

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

.t33 {
  width: 33.333%;
}

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

.t37 {
  width: 37.5%;
}

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

.t45 {
  width: 45%;
}

.t50 {
  width: 50%;
}

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

.t60 {
  width: 60%;
}

.t62 {
  width: 62.5%;
}

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

.t66 {
  width: 66.666%;
}

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

.t75 {
  width: 75%;
}

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

.t85 {
  width: 85%;
}

.t87 {
  width: 87.5%;
}

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

.t95 {
  width: 95%;
}

/**
 * Bordered tables
 */
.table--bordered th,
.table--bordered td {
  border: 1px solid #ccc;
}

.table--bordered th:empty,
.table--bordered td:empty {
  border: none;
}

.table--bordered thead tr:last-child th {
  border-bottom-width: 2px;
}

.table--bordered tbody tr th:last-of-type {
  border-right-width: 2px;
}

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

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

/*------------------------------------*    $FORMS
\*------------------------------------*/

/**
 *
 * Demo: jsfiddle.net/inuitcss/MhHHU
 *
 */
fieldset {
  padding: 20px;
}

/**
 * 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 {

} */

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

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

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

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

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

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

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

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

/*small*/
.extra-help {
  display: inline-block;
  visibility: hidden;
}

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

/**
 * Objects and abstractions
 */

/**
 * Style trumps; helper and brand classes
 */

/*------------------------------------*    $WIDTHS
\*------------------------------------*/

/**
 * Sizes in human readable format. These are used in conjunction with other
 * objects and abstractions found in inuit.css, most commonly the grid system
 * and faux flexbox.
 *
 * We have a mixin to generate our widths and their breakpoint-specific
 * variations.
 */

/**
* Whole
*/
.one-whole {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.three-eighths {
  width: 37.5%;
}

.five-eighths {
  width: 62.5%;
}

.seven-eighths {
  width: 87.5%;
}

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

.three-tenths {
  width: 30%;
}

.seven-tenths {
  width: 70%;
}

.nine-tenths {
  width: 90%;
}

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

.five-twelfths {
  width: 41.666%;
}

.seven-twelfths {
  width: 58.333%;
}

.eleven-twelfths {
  width: 91.666%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .palm-eleven-twelfths {
    width: 91.666%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lap-eleven-twelfths {
    width: 91.666%;
  }
}

@media only screen and (min-width: 481px) {
  /**
    * Whole
    */
  .lap-and-up-one-whole {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lap-and-up-eleven-twelfths {
    width: 91.666%;
  }
}

@media only screen and (max-width: 1023px) {
  /**
    * Whole
    */
  .portable-one-whole {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .portable-eleven-twelfths {
    width: 91.666%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .desk-eleven-twelfths {
    width: 91.666%;
  }
}

/**
 * If you have set the additional `$responsive-extra` variable to ‘true’ in
 * `_vars.scss` then you now have access to the following class available to
 * accomodate much larger screen resolutions.
 */

/* endif */

/*------------------------------------*    $PUSH
\*------------------------------------*/

/**
 * Push classes, to move grid items over to the right by certain amounts.
 */

/*------------------------------------*    $PULL
\*------------------------------------*/

/**
 * Pull classes, to move grid items over to the right by certain amounts.
 */

/*------------------------------------*    $BRAND
\*------------------------------------*/

/**
 * `.brand` is a quick and simple way to apply your brand face and/or color to
 * any element using a handy helper class.
 */
.brand {
  font-family: "Helvetica Neue", sans-serif !important;
  color: #4a8ec2 !important;
}

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

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

/*------------------------------------*    $HELPER
\*------------------------------------*/

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

/**
 * Add/remove floats
 */
.float--right {
  float: right !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.push-half--sides {
  margin-right: 10px !important;
  margin-left: 10px !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: 20px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.soft-half--sides {
  padding-right: 10px !important;
  padding-left: 10px !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: -20px !important;
  margin-left: -20px !important;
}

.islet .full-bleed {
  margin-right: -10px !important;
  margin-left: -10px !important;
}

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

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

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

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

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

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

@media only screen and (max-width: 480px) {
  .accessibility--palm,
  .visuallyhidden--palm {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}

@media only screen and (min-width: 481px) and (max-width: 1023px) {
  .accessibility--lap,
  .visuallyhidden--lap {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}

@media only screen and (min-width: 481px) {
  .accessibility--lap-and-up,
  .visuallyhidden--lap-and-up {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .accessibility--portable,
  .visuallyhidden--portable {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .accessibility--desk,
  .visuallyhidden--desk {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .accessibility--desk-wide,
  .visuallyhidden--desk-wide {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}

/* endif */

/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer; /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: white;
}

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09f;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/**
 * selectize.scss (v0.8.7)
 * Copyright (c) 2014 Emanuel Kluge
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Emanuel Kluge <mail@emanuel-kluge.de>
 */
.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}

.selectize-input.full {
  background-color: #fff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: white;
  border: 0 solid white;
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  user-select: auto !important;
  box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input::after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active::after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

.selectize-control.rtl.single .selectize-input::after {
  left: 15px;
  right: auto;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

/**
 * Helper styles
 * e.g. .centered { margin-right: auto; margin-left: auto; }
 */
.position--relative {
  position: relative;
}

.position--absolute {
  position: absolute;
}

.centered {
  margin-right: auto;
  margin-left: auto;
}

.overflow--hidden {
  overflow: hidden;
}

/* Vertically centre something within an element by using this hack */
.display--table {
  display: table;
}

.table--row {
  display: table-row;
}

.vert--middle {
  display: table-cell;
  vertical-align: middle;
}

.vert--bottom {
  display: table-cell;
  vertical-align: bottom;
}

.display--block {
  display: block !important;
}

.display--inline {
  display: inline !important;
}

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

.display--inline--p p {
  display: inline;
}

.icon::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}

.icon--5px::before {
  margin-right: 5px;
}

.clean-list {
  margin: 0;
}

.clean-list > li {
  list-style: none;
}

.bg--white {
  background: #fff !important;
}

.bg--white-blue {
  background: #f1f6f7 !important;
}

.bg--blue {
  background: #00aac6 !important;
}

.bg--radial {
  background-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.5), transparent) !important;
}

.bg--radial-white {
  background-image: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) !important;
}

.bg--radial--overlay {
  position: relative;
}

.bg--radial--overlay::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.5), transparent);
}

.bg--radial-white--overlay {
  position: relative;
}

.bg--radial-white--overlay::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}

.text--left {
  text-align: left;
}

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

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

.text--white {
  color: #fff !important;
}

.text--gray {
  color: #7d8388 !important;
}

.text--gray-dark {
  color: #383941 !important;
}

.text--blue {
  color: #00aac6 !important;
}

.text--blue-dark {
  color: #0072cf !important;
}

.text--blue-light {
  color: #7db7dc !important;
}

.text--purple {
  color: #9867ac !important;
}

.text--purple-dark {
  color: #595157 !important;
}

.text--orange {
  color: #ff5c5e !important;
}

.text--green {
  color: #60b696 !important;
}

.text--shadow {
  text-shadow: 0 0 30px #000;
}

.text--shadow-white {
  text-shadow: 0 0 20px #fff;
}

.width--100 {
  width: 100%;
}

.height--100 {
  height: 100%;
}

.height--50 {
  height: 50%;
}

.lh--0 {
  line-height: 0;
}

.lh--24 {
  line-height: 24px;
}

.transition--color {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.img--full,
.img--full img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.img--rounded,
.img--rounded img {
  border-radius: 3px;
}

.img--circle,
.img--circle img {
  border-radius: 50%;
}

.font--12 {
  font-size: 12px !important;
}

.font--14 {
  font-size: 14px !important;
}

.font--16 {
  font-size: 16px !important;
}

.font--18 {
  font-size: 18px !important;
}

.font--24 {
  font-size: 24px !important;
}

.font--helvetica--light {
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 300;
}

.font--helvetica--medium {
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 500;
}

.font--oxygen {
  font-family: "Oxygen", sans-serif;
  font-weight: 300;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.push--two--four--top {
  margin-top: 40px !important;
}

@media all and (min-width: 960px) {
  .push--two--four--top {
    margin-top: 80px !important;
  }
}

.flush--p p {
  margin: 0;
}

.numberwang {
  font-family: "Oxygen", sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 1.5555555556em;
  line-height: 60px;
  width: 60px;
  display: inline-block;
  background: #00aac6;
  border-radius: 50%;
}

.numberwang--mini {
  font-size: 18px;
  line-height: 36px;
  width: 36px;
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 500;
}

@media all and (min-width: 400px) {
  .min--320 {
    min-width: 320px;
  }
}

.min--490 {
  min-width: 490px;
}

/*
 * levitate
 * moves an element up and down
 * element should be position relative
 */
@-webkit-keyframes levitate {
  0% {
    top: 0;
  }

  50% {
    top: -10px;
  }

  100% {
    top: 0;
  }
}

@keyframes levitate {
  0% {
    top: 0;
  }

  50% {
    top: -10px;
  }

  100% {
    top: 0;
  }
}

/*
 * heartbeat
 * makes the heart in the nav beat
 */
@-webkit-keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  30% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  30% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*
 * turtle
 * turtle moves across page
 */
@-webkit-keyframes turtle {
  0% {
    opacity: 1;
    left: -400px;
  }

  90% {
    left: 140%;
    opacity: 1;
  }

  91% {
    opacity: 0;
  }

  100% {
    left: -400px;
    opacity: 0;
  }
}

@keyframes turtle {
  0% {
    opacity: 1;
    left: -400px;
  }

  90% {
    left: 140%;
    opacity: 1;
  }

  91% {
    opacity: 0;
  }

  100% {
    left: -400px;
    opacity: 0;
  }
}

/*
 * spin
 * swivels an element on its Y axis
 */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateY(720deg);
    transform: rotateY(720deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateY(720deg);
    transform: rotateY(720deg);
  }
}

.icon.icon--accordion--minus--retina::before {
  background-image: url("../images/sprite@2x.png");
  background-position: -96px -82px;
  width: 24px;
  height: 4px;
  background-size: 160px;
}

.icon.icon--accordion--plus--retina::before {
  background-image: url("../images/sprite@2x.png");
  background-position: 0px -82px;
  width: 24px;
  height: 24px;
  background-size: 160px;
}

.icon.icon--burger--black--retina::before {
  background-image: url("../images/sprite@2x.png");
  background-position: -62px -82px;
  width: 16px;
  height: 15.5px;
  background-size: 160px;
}

.icon.icon--burger--retina::before {
  background-image: url("../images/sprite@2x.png");
  background-position: -79px -82px;
  width: 16px;
  height: 15.5px;
  background-size: 160px;
}

.icon.icon--logo--black--retina::before {
  background-image: url("../images/sprite@2x.png");
  background-position: 0px 0px;
  width: 160px;
  height: 40px;
  background-size: 160px;
}

.icon.icon--logo--retina::before {
  background-image: url("../images/sprite@2x.png");
  background-position: 0px -41px;
  width: 160px;
  height: 40px;
  background-size: 160px;
}

.icon.icon--research--file--retina::before {
  background-image: url("../images/sprite@2x.png");
  background-position: -25px -82px;
  width: 19px;
  height: 23.5px;
  background-size: 160px;
}

.icon.icon--tick--green--retina::before {
  background-image: url("../images/sprite@2x.png");
  background-position: -45px -82px;
  width: 16px;
  height: 18px;
  background-size: 160px;
}

.icon.icon--accordion--minus::before {
  background-image: url("../images/sprite.png");
  background-position: -194px -68px;
  width: 24px;
  height: 4px;
  background-size: 236px;
}

.icon.icon--accordion--plus::before {
  background-image: url("../images/sprite.png");
  background-position: -194px -42px;
  width: 24px;
  height: 24px;
  background-size: 236px;
}

.icon.icon--btn--arrow--blue::before {
  background-image: url("../images/sprite.png");
  background-position: -198px -103px;
  width: 16px;
  height: 8px;
  background-size: 236px;
}

.icon.icon--btn--arrow--gray::before {
  background-image: url("../images/sprite.png");
  background-position: -180px -103px;
  width: 16px;
  height: 8px;
  background-size: 236px;
}

.icon.icon--btn--arrow--white::before {
  background-image: url("../images/sprite.png");
  background-position: -162px -103px;
  width: 16px;
  height: 8px;
  background-size: 236px;
}

.icon.icon--burger--black::before {
  background-image: url("../images/sprite.png");
  background-position: -18px -120px;
  width: 16px;
  height: 16px;
  background-size: 236px;
}

.icon.icon--burger::before {
  background-image: url("../images/sprite.png");
  background-position: 0px -120px;
  width: 16px;
  height: 16px;
  background-size: 236px;
}

.icon.icon--down--arrow--blue::before {
  background-image: url("../images/sprite.png");
  background-position: -183px -78px;
  width: 38px;
  height: 21px;
  background-size: 236px;
}

.icon.icon--down--arrow--gray::before {
  background-image: url("../images/sprite.png");
  background-position: -76px -42px;
  width: 57px;
  height: 32px;
  background-size: 236px;
}

.icon.icon--down--arrow--white::before {
  background-image: url("../images/sprite.png");
  background-position: -135px -42px;
  width: 57px;
  height: 31px;
  background-size: 236px;
}

.icon.icon--logo--black::before {
  background-image: url("../images/sprite.png");
  background-position: 0px -78px;
  width: 160px;
  height: 40px;
  background-size: 236px;
}

.icon.icon--logo::before {
  background-image: url("../images/sprite.png");
  background-position: -76px 0px;
  width: 160px;
  height: 40px;
  background-size: 236px;
}

.icon.icon--research--file::before {
  background-image: url("../images/sprite.png");
  background-position: -162px -78px;
  width: 19px;
  height: 23px;
  background-size: 236px;
}

.icon.icon--text-slider--arrow--left::before {
  background-image: url("../images/sprite.png");
  background-position: -38px 0px;
  width: 36px;
  height: 76px;
  background-size: 236px;
}

.icon.icon--text-slider--arrow--right::before {
  background-image: url("../images/sprite.png");
  background-position: 0px 0px;
  width: 36px;
  height: 76px;
  background-size: 236px;
}

.icon.icon--tick--green::before {
  background-image: url("../images/sprite.png");
  background-position: -220px -42px;
  width: 16px;
  height: 18px;
  background-size: 236px;
}

/**
 * Custom fonts
 * @font-face declarations in here
 */

/**
 * Heading styles
 * e.g. h1, .h1 { } to ensure you can style a h2 like a h1 with <h2 class="h1">
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6,
.kilo,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Oxygen", sans-serif;
  font-weight: 300;
}

.kilo {
  font-size: 2.8888888889em;
}

@media all and (min-width: 500px) {
  .kilo {
    font-size: 3.5555555556em;
  }
}

.h0 {
  font-size: 1.7777777778em;
}

@media all and (min-width: 600px) {
  .h0 {
    font-size: 2.3333333333em;
  }
}

@media all and (min-width: 800px) {
  .h0 {
    font-size: 2.8888888889em;
  }
}

h1,
.h1 {
  font-size: 1.7777777778em;
}

@media all and (min-width: 600px) {
  h1,
  .h1 {
    font-size: 2em;
  }
}

@media all and (min-width: 800px) {
  h1,
  .h1 {
    font-size: 2.3333333333em;
  }
}

h2,
.h2 {
  font-size: 1.3333333333em;
}

@media all and (min-width: 600px) {
  h2,
  .h2 {
    font-size: 1.5555555556em;
  }
}

@media all and (min-width: 800px) {
  h2,
  .h2 {
    font-size: 1.7777777778em;
  }
}

h3,
.h3 {
  font-size: 1.1111111111em;
}

@media all and (min-width: 600px) {
  h3,
  .h3 {
    font-size: 1.2222222222em;
  }
}

@media all and (min-width: 800px) {
  h3,
  .h3 {
    font-size: 1.3333333333em;
  }
}

.h3-5 {
  font-size: 0.8888888889em;
}

@media all and (min-width: 600px) {
  .h3-5 {
    font-size: 1em;
  }
}

@media all and (min-width: 800px) {
  .h3-5 {
    font-size: 1.1111111111em;
  }
}

h4,
.h4 {
  font-size: 0.9444444444em;
}

h5,
.h5 {
  font-size: 0.8888888889em;
}

h6,
.h6 {
  font-size: 0.8333333333em;
}

/*----------[Site Wide]---------*/
html {
  line-height: 1.5;
}

#body,
#main {
  color: #383941;
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 300;
}

a {
  text-decoration: none;
  color: #0072cf;
}

a:focus,
a:active {
  outline: none;
}

a:hover {
  text-decoration: underline;
}

p {
  font-size: 1em;
}

ul ul {
  list-style-type: disc;
}

.element__add {
  position: absolute;
  top: 15px;
  z-index: 100;
  color: #fff;
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  border-radius: 50%;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  left: 15px;
  background: #60b696;
  font-size: 26px;
  line-height: 27px;
}

.element__add:hover {
  background: #3f8a6e;
  text-decoration: none;
}

.element__delete {
  position: absolute;
  top: 15px;
  z-index: 100;
  color: #fff;
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  border-radius: 50%;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  right: 15px;
  background: #e56d61;
  padding-top: 1px;
}

.element__delete:hover {
  background: #d63423;
  text-decoration: none;
}

/*----------[Sections & Containers]---------*/
@media all and (min-width: 820px) {
  .site-main {
    height: 100%;
  }
}

.section {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
  background: #fff;
}

.section--blue {
  border-bottom: 3px solid #00aac6;
}

.section--blue-light {
  border-bottom: 3px solid #7db7dc;
}

.section--green {
  border-bottom: 3px solid #60b696;
}

.section--purple {
  border-bottom: 3px solid #9867ac;
}

.section--orange {
  border-bottom: 3px solid #ff5c5e;
}

.section--gray {
  border-bottom: 3px solid #e1e9ec;
}

.section--gray:last-child {
  border-bottom: none;
}

.section--bg-white-blue {
  background: #f1f6f7;
}

.section--bg {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.section--bg--scroll {
  background-position: 50% 0;
}

/* .section--bg--company {
  background-image: url("../images/hero--company.jpg");
} */

/* .section--bg--university {
  background-image: url("../images/hero--university.jpg");
} */

/* .section--bg--why-choose-skimlinks {
  background-image: url("../images/hero--why-choose-skimlinks.jpg");
} */

/* .section--bg--publishers {
  background-image: url("../images/hero--publishers.jpg");
} */

/* .section--bg--research {
  background-image: url("../images/hero--research.jpg");
} */

/* .section--bg--case-studies {
  background-image: url("../images/hero--case-studies.jpg");
} */

/* .section--bg--audience {
  background-image: url("../images/hero--audience.jpg");
} */

.section--transparent {
  background: transparent;
}

.section--transparent .container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.section__bg.fixed {
  position: fixed;
}

.section__bg.visible {
  z-index: 4;
  position: absolute;
}

.section__bg.visible img {
  width: auto;
}

.section__bg img {
  width: 100%;
  height: auto;
  display: block;
}

.section__admin-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 3;
}

.section__admin-bg.visible {
  display: block;
}

.section__admin-bg.-fixed {
  position: fixed;
}

@media all and (min-width: 820px) {
  .section--100 {
    height: 100%;
  }
}

@media all and (min-width: 820px) {
  .section--50 {
    height: 50%;
  }
}

@media all and (min-width: 820px) {
  .section--40 {
    min-height: 40%;
  }
}

@media all and (min-width: 820px) {
  .section--60 {
    height: 60%;
  }
}

@media all and (min-width: 820px) {
  .section--min-50 {
    min-height: 50%;
    height: auto;
  }
}

.container {
  width: 100%;
  max-width: 1026px;
  margin: 0 auto;
  padding: 0 23px;
}

.container.-wider {
  max-width: 1156px;
}

.container.-thin {
  max-width: 686px;
}

.top--padding {
  padding-top: 60px;
}

@media all and (min-width: 960px) {
  .top--padding {
    padding-top: 82px;
  }
}

.fp-table {
  display: table;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
}

/*----------[Header]---------*/
body.logged-in .site-header {
  margin-top: 30px;
}

.site-header {
  background-color: #fff;
  overflow: hidden;
  padding: 10px 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  border-bottom: 1px solid #e1e9ec;
}

/*----------[Footer]---------*/
.site-footer.hidden {
  display: none;
}

.section--footer {
  padding-top: 0 !important;
}

.section--footer.fp-table {
  display: table;
}

.section--footer .fp-tableCell .footer-baseline {
  position: absolute;
  bottom: 0;
}

/* .footer-wrapper {
@include breakpoint($breakpoint) {
height: 100%;
overflow: auto;
}
} */
.footer-cta {
  padding: 20px 0;
  background: #00325b;
}

@media all and (min-width: 960px) {
  .footer-cta {
    padding: 23px 0;
  }
}

.footer-cta-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.footer-cta-grid.-col {
  flex-direction: column;
  align-items: stretch;
}

.footer-cta-grid__heading {
  margin-bottom: 0;
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 300;
}

.footer-cta-grid__btn {
  margin: 10px 20px;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  padding-left: 2em !important;
  padding-right: 2em !important;
}

@media (max-width: 414px) {
  .footer-cta-grid__btn {
    width: 100%;
    margin: 10px auto;
  }
}

.footer-nav {
  padding: 45px 0;
  background-color: #f1f6f7;
}

.footer-nav p {
  font-size: 1em;
}

.footer-nav-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-right: -1.4rem;
}

.footer-nav-grid__heading {
  margin-bottom: 0.5em;
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 11.8px;
  text-transform: uppercase;
  letter-spacing: 0.1px;
}

.footer-nav-grid__item {
  flex-grow: 1;
  width: auto;
  min-width: 140px;
  padding-right: 1.4rem;
}

.footer-nav-grid__item.-subscribe .footer-nav-grid__heading {
  margin-bottom: 1em;
}

@media all and (min-width: 340px) {
  .footer-nav-grid__item.-subscribe {
    min-width: 315px;
  }
}

.footer-nav-list {
  list-style: none;
  margin-left: 0;
  font-size: 12px;
  margin-bottom: 1.4rem;
}

.footer-nav-list__item {
  font-size: inherit;
  line-height: 2.4;
}

.footer-nav-list__link {
  color: #383941;
  font-size: inherit;
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 300;
}

.footer-nav-list__link .hiring {
  margin-left: 0.5em;
  padding: 0.1em 0.35em;
  border-radius: 3px;
  background-color: #0072cf;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

.footer-publisher-network {
  background-color: #e8eff0;
  padding: 15px 0;
}

.footer-publisher-network h3 {
  font-size: 18px;
}

.footer-publisher-network p {
  font-size: 12px;
}

@media all and (min-width: 960px) {
  .footer-publisher-network {
    padding: 30px 0;
  }
}

.footer__li {
  display: inline-block;
  margin-left: 5px;
}

.footer__li.first-child {
  margin-left: 0;
}

.footer__li img {
  max-width: 100%;
  display: block;
  height: auto;
}

.footer__form {
  max-width: 470px;
  width: 100%;
}

.footer__form .input input,
.footer__form .input textarea {
  background: #fff;
}

.footer-links__li {
  display: inline-block;
  margin-left: 5px;
}

.footer-links__li.-no-icon::before {
  content: "|";
  margin-right: 5px;
}

.footer-links__li.-no-icon:first-child {
  margin-left: 0;
}

.footer-links__li.-no-icon:first-child::before {
  display: none;
}

.footer-links__li .social-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
}

.footer-links__li .social-icon.-facebook .social-icon__square {
  fill: #3c5a99;
}

.footer-links__li .social-icon.-twitter .social-icon__square {
  fill: #429cd6;
}

.footer-links__li .social-icon.-linkedin .social-icon__square {
  fill: #0077b5;
}

.footer-links__li .social-icon .social-icon__square {
  fill: #7d8388;
}

.footer-links__li .social-icon .social-icon__logo {
  fill: #fff;
}

.footer-links__li .social-icon svg {
  width: 24px;
  height: 24px;
}

.footer-links__a {
  font-size: 1em;
  color: #383941;
}

.footer-baseline {
  display: table;
  width: 100%;
  height: 7px;
}

.footer-baseline__item {
  display: table-cell;
}

.footer-baseline__item.footer-baseline__item--1 {
  background-color: #ff5c5e;
}

.footer-baseline__item.footer-baseline__item--2 {
  background-color: #f9b2a0;
}

.footer-baseline__item.footer-baseline__item--3 {
  background-color: #e1cbea;
}

.footer-baseline__item.footer-baseline__item--4 {
  background-color: #9867ac;
}

.footer-baseline__item.footer-baseline__item--5 {
  background-color: #00aac6;
}

.footer-baseline__item.footer-baseline__item--6 {
  background-color: #7db7dc;
}

.footer-baseline__item.footer-baseline__item--7 {
  background-color: #b5dfcf;
}

.footer-baseline__item.footer-baseline__item--8 {
  background-color: #60b696;
}

.features__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: url("../images/feature--bg.jpg") no-repeat 50% 50%; */
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  z-index: -1;
}

.bg__fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.bg__fixed--50 {
  height: 50%;
}

/* .bg__fixed--publishers {
  background-image: url("../images/hero--publishers.jpg");
} */

/* .bg__fixed--team {
  background-image: url("../images/hero--team.jpg");
} */

/* .bg__fixed--audience {
  background-image: url("../images/hero--audience.jpg");
} */

.btn {
  display: inline-block;
  line-height: 27px;
  padding: 15px 20px;
  border: 0;
  border-radius: 3px;
  font-size: 1em;
  color: #fff;
  outline: none;
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 300;
  transition: background-color 0.3s, border-color 0.3s;
}

.btn:hover:not(:disabled) {
  text-decoration: none;
}

.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.btn--height-47 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn--line-17 {
  line-height: 17px;
}

.btn--full {
  width: 100%;
}

.btn--160 {
  min-width: 160px;
}

.btn--220 {
  min-width: 220px;
}

.btn--250 {
  min-width: 250px;
}

.btn--300 {
  width: 100%;
}

@media all and (min-width: 380px) {
  .btn--300 {
    width: 300px;
  }
}

.btn--outline {
  border: 2px solid #9eb3b7;
  background-color: rgba(56, 57, 65, 0.3);
}

.btn--outline-clear {
  border: 2px solid #9eb3b7;
  background-color: rgba(56, 57, 65, 0);
}

.btn--outline-clear--border {
  border-color: #9eb3b7;
}

.btn--outline,
.btn--outline-clear {
  padding-top: 13px;
  padding-bottom: 13px;
}

.btn--outline:hover,
.btn--outline-clear:hover {
  border-color: #7e8388;
}

.btn--outline:active,
.btn--outline-clear:active {
  border-color: #5bb195;
}

.btn--outline.btn--height-47,
.btn--outline-clear.btn--height-47 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.btn--short {
  border: 3px solid #9eb3b7;
  padding-top: 7px;
  padding-bottom: 7px;
}

.btn--green {
  background-color: #60b696;
}

.btn--blue {
  background-color: #00aac6;
}

.btn--negative {
  background-color: #b33630;
  color: #fff;
}

.btn--green:hover,
.btn--blue:hover {
  box-shadow: 0 2px 0 0 rgba(56, 57, 65, 0.3);
}

.btn--green:active,
.btn--blue:active {
  box-shadow: inset 0 2px 0 0 rgba(100, 100, 100, 0.5);
}

.btn--arrow--white::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  background-image: url("../images/sprite.png");
  background-position: -162px -103px;
  width: 16px;
  height: 8px;
  background-size: 236px;
}

.btn--arrow--gray::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  background-image: url("../images/sprite.png");
  background-position: -180px -103px;
  width: 16px;
  height: 8px;
  background-size: 236px;
}

.btn--center {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/**
 * Used for specifying different grid layouts
 */
.grid.grid--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.grid.grid--flex.-wrap {
  flex-wrap: wrap;
}

.grid.grid--flex.-columns {
  flex-direction: column;
}

.grid.grid--flex.-columns.-v-mid {
  justify-content: center;
}

.grid.grid--flex.-columns.-h-mid {
  align-items: center;
}

.grid.grid--flex.-v-mid {
  align-items: center;
}

.grid.grid--flex.-h-mid {
  justify-content: center;
}

.grid__item.-grow {
  flex-grow: 1;
}

.icon__heart::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url(../images/heart.svg);
  background-size: 16px 16px;
  position: relative;
  top: -1px;
}

.icon__heart:hover::before {
  -webkit-animation: heartbeat 1.5s infinite ease-out;
  animation: heartbeat 1.5s infinite ease-out;
}

/*----------[Scroll Spy Menu]---------*/
.sub-header {
  position: fixed;
  top: 55px;
  left: 0;
  width: 100%;
  z-index: 4;
  background: #00325b;
  display: block;
}

.sub-header.-static {
  position: static;
  float: left;
}

.sub-header.-static .sub-header__li {
  position: relative;
}

.sub-header.-static .sub-header__li .delete-btn {
  position: absolute;
  top: 0;
  right: 0;
  color: #f00;
}

.sub-header.-level-2 {
  background: #f1f6f7;
}

@media all and (min-width: 700px) {
  .sub-header.-level-2 .sub-header__ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media all and (min-width: 700px) {
  .sub-header.-level-2 .sub-header__li {
    margin: 0 1em;
  }
}

.sub-header.-level-2 .sub-header__a {
  font-weight: normal;
  color: #383941;
  border-bottom: 2px solid transparent;
}

.sub-header.-level-2 .sub-header__a--current,
.sub-header.-level-2 .sub-header__a:hover,
.sub-header.-level-2 .current-menu-item a {
  border-bottom-color: #383941;
  text-decoration: none;
  color: #ff5c5e;
}

@media all and (min-width: 960px) {
  .sub-header {
    top: 82px;
  }
}

.sub-header__ul {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-left: -23px;
  margin-right: -23px;
}

.sub-header__ul .sub-header__li {
  width: auto;
}

@media (max-width: 360px) {
  .sub-header__ul .sub-header__li {
    width: 100%;
  }
}

.sub-header__ul .sub-header__li .sub-header__a {
  padding: 0 2em;
}

.sub-header__li {
  float: left;
}

.sub-header__a {
  display: block;
  text-align: center;
  font-size: 0.7777777778em;
  line-height: 2.2222222222em;
  color: #fff;
  border-bottom: 2px solid transparent;
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 500;
  -webkit-transition: border-bottom-color 0.3s, color 0.3s;
  transition: border-bottom-color 0.3s, color 0.3s;
}

.sub-header__a--current,
.sub-header__a:hover,
.sub-header #resources-menu .current-menu-item a,
.sub-header .current-menu-item a {
  border-bottom-color: #ff5c5e;
  text-decoration: none;
  color: #00aac6;
}

/*----------[Breadcrumbs]---------*/
.breadcrumbs--nav {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  top: 82px;
  width: 100%;
  z-index: 4;
  background: #00325b;
}

.breadcrumbs--nav.-static {
  position: static;
  float: left;
}

@media all and (min-width: 960px) {
  .breadcrumbs--nav {
    display: block;
  }
}

.breadcrumbs {
  padding: 7px 0;
  color: #f1f6f7;
}

#body .text,
#body .textarea,
#body .password {
  margin-bottom: 10px;
}

#body .text input[type="text"],
#body .text input[type="email"],
#body .text input[type="password"],
#body .text textarea,
#body .textarea input[type="text"],
#body .textarea input[type="email"],
#body .textarea input[type="password"],
#body .textarea textarea,
#body .password input[type="text"],
#body .password input[type="email"],
#body .password input[type="password"],
#body .password textarea {
  width: 100%;
  background: #f1f6f7;
  border: 1px solid #a0b3b9;
  border-radius: 3px;
  padding: 10px;
  outline: none;
  box-shadow: inset 0 1px 2px 0 rgba(150, 150, 150, 0);
  cursor: text;
  transition: border 0.3s, box-shadow 0.1s;
  appearance: none;
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 300;
}

#body .text input[type="text"]:hover,
#body .text input[type="email"]:hover,
#body .text input[type="password"]:hover,
#body .text textarea:hover,
#body .textarea input[type="text"]:hover,
#body .textarea input[type="email"]:hover,
#body .textarea input[type="password"]:hover,
#body .textarea textarea:hover,
#body .password input[type="text"]:hover,
#body .password input[type="email"]:hover,
#body .password input[type="password"]:hover,
#body .password textarea:hover {
  border: 1px solid #00aac6;
}

#body .text input[type="text"]:focus,
#body .text input[type="email"]:focus,
#body .text input[type="password"]:focus,
#body .text textarea:focus,
#body .textarea input[type="text"]:focus,
#body .textarea input[type="email"]:focus,
#body .textarea input[type="password"]:focus,
#body .textarea textarea:focus,
#body .password input[type="text"]:focus,
#body .password input[type="email"]:focus,
#body .password input[type="password"]:focus,
#body .password textarea:focus {
  box-shadow: inset 0 2px 2px 0 rgba(150, 150, 150, 0.5);
  border: 1px solid #00aac6;
}

#body .text.error input,
#body .text.error textarea,
#body .textarea.error input,
#body .textarea.error textarea,
#body .password.error input,
#body .password.error textarea {
  background-color: #fbddd4 !important;
  border-color: #ff5c5e;
}

#body .textarea textarea {
  resize: none;
}

#body .checkbox label,
#body .checkbox input {
  display: inline-block;
}

#body .checkbox label {
  padding-left: 25px;
  position: relative;
}

#body .checkbox label::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #a0b3b9;
  border-radius: 3px;
  background: #f1f6f7;
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 3;
}

#body .checkbox label::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 4px;
  left: 1px;
  z-index: 4;
  background-image: url("../images/checkbox--tick.svg");
  background-repeat: no-repeat;
  background-size: 14px 14px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

#body .checkbox:checked + label::after {
  opacity: 1;
}

#body .checkbox input {
  position: absolute;
  left: -9999px;
}

#body .radio input,
#body .radio label {
  display: inline-block;
}

#body .radio label {
  padding-left: 25px;
  position: relative;
}

#body .radio label:last-of-type {
  margin-left: 20px;
}

#body .radio label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #a0b3b9;
  border-radius: 50%;
  background: #f1f6f7;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 3;
}

#body .radio label::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #00aac6;
  position: absolute;
  top: 9px;
  left: 4px;
  z-index: 4;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

#body .radio:checked + label::after {
  opacity: 1;
}

#body .radio input {
  position: absolute;
  left: -9999px;
}

#body .search {
  max-width: 460px;
}

#body .search.text input[type="text"] {
  padding: 10px 40px 10px 10px;
}

#body .search .white--bg {
  background-color: #fff;
}

#body .search .search__submit {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
  width: 24px;
  height: 24px;
  background-image: url("../images/search.svg");
  background-color: transparent;
  background-size: 24px 24px;
  border: 0;
  padding: 0;
  margin: 0;
  outline: none;
}

#body .error-message {
  font-size: 0.7777777778em;
  color: #ff5c5e;
}

#body .select .selectize-input {
  box-shadow: none;
  border: 1px solid #a0b3b9;
  background: #f1f6f7;
  font-size: 18px;
  padding: 11px 10px;
  -webkit-transition: border 0.3s, box-shadow 0.1s;
  -webkit-transition: border 0.3s, -webkit-box-shadow 0.1s;
  transition: border 0.3s, -webkit-box-shadow 0.1s;
  transition: border 0.3s, box-shadow 0.1s;
  transition: border 0.3s, box-shadow 0.1s, -webkit-box-shadow 0.1s;
}

#body .select .selectize-input:hover {
  border: 1px solid #00aac6;
}

#body .select .selectize-input.focus {
  border: 1px solid #00aac6;
  background: #fff;
}

#body .select .selectize-input > input {
  font-size: 18px;
  height: 20px;
  display: none;
  color: #000;
  -webkit-font-smoothing: auto;
  font-weight: 300;
}

#body .select .selectize-input .item {
  line-height: 22px;
  color: #000;
}

#body .select.error .selectize-input {
  background: #fbddd4 !important;
  border-color: #ff5c5e;
}

#body .select .selectize-dropdown {
  border: 0;
  box-shadow: 0 2px 0 0 #e1e9ec;
}

#body .select .selectize-dropdown-content .option {
  border-top: 1px solid #9fb3b9;
  border-right: 1px solid #9fb3b9;
  border-left: 1px solid #9fb3b9;
  font-size: 15px;
  background: #fff !important;
  line-height: 35px;
  padding: 0 10px;
  overflow: visible;
}

#body .select .selectize-dropdown-content .option:hover {
  color: #00aac6;
  border-top: 1px solid #00aac6;
  border-right: 1px solid #00aac6;
  border-left: 1px solid #00aac6;
  position: relative;
}

#body .select .selectize-dropdown-content .option:hover::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 11;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #00aac6;
}

#body .select .selectize-dropdown-content .option:last-child {
  border-bottom: 1px solid #9fb3b9;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

#body .select .selectize-dropdown-content .option:last-child:hover {
  border-bottom: 1px solid #00aac6;
}

#body .select .selectize-dropdown-content .option:last-child:hover::after {
  display: none;
}

#body .selectize-control.single .selectize-input::after {
  width: 16px;
  height: 8px;
  background: url("../images/icons/icon--btn--arrow--gray.png");
  margin-top: -3px !important;
  border: 0 !important;
}

#autopilotForm_1068 label,
#autopilotForm_1004 label {
  display: none !important;
}

#autopilotForm_1277 label {
  display: none !important;
}

#autopilotForm_1277 .autopilotAsterix {
  display: none !important;
}

/* #blog-sidebar-form, */
#autopilotForm_1106 .autopilotCheckboxList {
  display: none;
}

#autopilotForm_1106 .autopilotFieldDescriptor {
  margin-bottom: 0 !important;
}

#autopilotForm_1106 label.autopilotLabel {
  display: inline-block;
  padding: 0 0 0 25px;
  position: relative;
  width: 100% !important;
}

#autopilotForm_1106 label.autopilotLabel::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #a0b3b9;
  border-radius: 3px;
  background: #f1f6f7;
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 3;
}

#autopilotForm_1106 label.autopilotLabel::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 4px;
  left: 1px;
  z-index: 4;
  background-image: url("../images/checkbox--tick.svg");
  background-repeat: no-repeat;
  background-size: 14px 14px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

#autopilotForm_1106 label.autopilotLabel.checked::after {
  opacity: 1;
}

/* #blog-sidebar-form {
.autopilotFormRow {
display: inline-block;

&:nth-of-type(1) {
  width: 100% !important;
}
&:nth-of-type(2),
&:nth-of-type(3),
&:nth-of-type(4),
&:nth-of-type(5), {
  width: 48% !important;
}
&:nth-of-type(2),
&:nth-of-type(4) {
  margin-right: 4%;
}

&:nth-of-type(6), {
  width: 100%;
  padding: 10px 0;

  label {
    display: none !important;
  }
}
}
label.autopilotLabel {
font-size: 14px;
line-height: 21px;
@include helvetica--medium();
}
} */
#blog-sidebar-form label[for="Email"] {
  display: none;
}

#autopilotForm_1106 label.autopilotLabel {
  font-size: 14px;
  line-height: 21px;
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 300;
}

#autopilotForm_1106 label[for="acceptTermsandConditions"] {
  margin-top: 14px;
  margin-bottom: 17px;
}

.autopilotForm {
  width: 100% !important;
}

.blog__blog-subscription-form .autopilotForm label[for="Email"] {
  display: none;
}

.blog__blog-subscription-form .autopilotForm .autopilotFormRow,
.blog__blog-subscription-form .autopilotForm .autopilotButtonRow {
  display: block;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
}

.autopilotForm .autopilotGutter,
.autopilotForm .autopilotOffset,
.autopilotForm .autopilotError {
  display: none !important;
}

.autopilotForm .autopilotFormCol,
.autopilotForm .autopilotFieldWrap {
  width: 100%;
}

.autopilotForm input,
.autopilotForm textarea {
  width: 100% !important;
  height: auto !important;
  font-size: 18px !important;
  background: #f1f6f7;
  border: 1px solid #00aac6;
  border-radius: 3px;
  padding: 10px !important;
  outline: none;
  box-shadow: inset 0 1px 2px 0 rgba(150, 150, 150, 0);
  cursor: text !important;
  transition: border 0.3s, box-shadow 0.1s;
  appearance: none;
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 300;
}

.autopilotForm input::-webkit-input-placeholder,
.autopilotForm textarea::-webkit-input-placeholder {
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 300;
}

.autopilotForm input::-moz-placeholder,
.autopilotForm textarea::-moz-placeholder {
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 300;
}

.autopilotForm input:-moz-placeholder,
.autopilotForm textarea:-moz-placeholder {
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 300;
}

.autopilotForm input:-ms-input-placeholder,
.autopilotForm textarea:-ms-input-placeholder {
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 300;
}

.autopilotForm input:hover,
.autopilotForm textarea:hover {
  border: 1px solid #00aac6;
}

.autopilotForm input:focus,
.autopilotForm textarea:focus {
  box-shadow: inset 0 2px 2px 0 rgba(150, 150, 150, 0.5);
  border: 1px solid #00aac6;
}

.autopilotForm input.hasError,
.autopilotForm textarea.hasError {
  background: #fbddd4 !important;
  border-color: #ff5c5e;
}

.autopilotForm#autopilotForm_1106 label[for="Email"] {
  display: none;
}

.autopilotForm#autopilotForm_1106 input {
  background: #fff;
}

.autopilotForm#autopilotForm_1362 label[for="Email"],
.autopilotForm#footer-form label[for="Email"] {
  display: none;
}

.autopilotForm#autopilotForm_1362 input,
.autopilotForm#autopilotForm_1362 textarea,
.autopilotForm#footer-form input,
.autopilotForm#footer-form textarea {
  border: 1px solid #e1e9ec;
  background-color: #fff;
}

.autopilotForm#autopilotForm_1362 input:hover,
.autopilotForm#autopilotForm_1362 textarea:hover,
.autopilotForm#footer-form input:hover,
.autopilotForm#footer-form textarea:hover {
  border: 1px solid #e1e9ec;
}

.autopilotForm#autopilotForm_1362 input:focus,
.autopilotForm#autopilotForm_1362 textarea:focus,
.autopilotForm#footer-form input:focus,
.autopilotForm#footer-form textarea:focus {
  border: 1px solid #e1e9ec;
}

.autopilotForm#autopilotForm_1362 span.autopilotButtonWrap.autopilotSimple .autopilotButton,
.autopilotForm#footer-form span.autopilotButtonWrap.autopilotSimple .autopilotButton {
  background: #7d8388 !important;
}

@media (max-width: 480px) {
  .autopilotForm#autopilotForm_1362,
  .autopilotForm#footer-form {
    padding: 0 !important;
  }
}

.autopilotForm textarea {
  height: 150px !important;
}

.autopilotForm .autopilotCheckboxList input {
  position: absolute;
  left: -9999px;
}

.autopilotForm .autopilotButtonRow {
  display: block;
  width: 100%;
}

.autopilotForm span.autopilotButtonWrap.autopilotSimple {
  margin: 0 !important;
}

.autopilotForm span.autopilotButtonWrap.autopilotSimple .autopilotButton {
  width: 100%;
  display: block;
  background: #00aac6 !important;
  line-height: 27px;
  padding: 10px 15px;
  border: 0;
  border-radius: 3px;
  font-size: 1em;
  color: #fff;
  outline: none;
  font-size: 18px;
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 300;
  transition: background-color 0.3s, border-color 0.3s;
  border: 0 !important;
}

.autopilotForm span.autopilotButtonWrap.autopilotSimple .autopilotButton:hover:not(:disabled) {
  box-shadow: 0 2px 0 0 rgba(56, 57, 65, 0.3);
}

.autopilotForm span.autopilotButtonWrap.autopilotSimple .autopilotButton:active:not(:disabled) {
  box-shadow: inset 0 2px 0 0 rgba(100, 100, 100, 0.5);
}

.autopilotForm span.autopilotButtonWrap.autopilotSimple .autopilotButton:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  filter: grayscale(50%);
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.blog-marketo-form .autopilotLabel {
  width: 100% !important;
  display: block;
}

.blog-marketo-form .autopilotAsterix {
  display: none !important;
}

.form-errors {
  position: relative;
  display: block;
  padding: 8px;
  background: #fcfae0;
  margin-top: 15px;
  border-radius: 3px;
  text-align: center;
  color: #f06f65;
  font-weight: 600;
  font-size: 13px;
  border: 1px solid #eec51f;
}

.form-errors::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 14px;
  height: 14px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, calc(-50% - 0.5px)) rotate(45deg);
  transform: translate(-50%, calc(-50% - 0.5px)) rotate(45deg);
  border: 1px solid #eec51f;
  background: #fcfae0;
  z-index: 0;
  border-right: 0;
  border-bottom: 0;
}

.hr {
  height: 1px;
  border: 0;
  background-color: #afaeae;
  display: block;
}

.hr--w-80 {
  width: 80%;
  margin: 0 auto;
}

.hr--gradient {
  height: 2px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#e9f0f0), to(transparent));
  background-image: linear-gradient(to right, transparent, #e9f0f0, transparent);
}

.arrow {
  display: inline-block;
  text-indent: -9999px;
  position: relative;
  -webkit-animation: levitate 2s infinite;
  animation: levitate 2s infinite;
  margin: 20px 0;
}

.arrow--down--gray {
  background-image: url("../images/sprite.png");
  background-position: -76px -42px;
  width: 57px;
  height: 32px;
  background-size: 236px;
}

.arrow--down--blue {
  background-image: url("../images/sprite.png");
  background-position: -183px -78px;
  width: 38px;
  height: 21px;
  background-size: 236px;
}

.arrow--down--white {
  background-image: url("../images/sprite.png");
  background-position: -135px -42px;
  width: 57px;
  height: 31px;
  background-size: 236px;
}

.content--full-screen h1 {
  margin-bottom: 40px;
}

.content--full-screen p {
  font-size: 1.3333333333em;
  margin-bottom: 60px;
}

.promo-boxes {
  display: none;
}

@media all and (min-width: 760px) {
  .promo-boxes.promo-boxes--home {
    display: table-row;
  }
}

@media all and (min-width: 960px) {
  .promo-boxes {
    display: table-row;
  }
}

.promo-boxes--home .promo-box--33 {
  max-height: 178px;
}

.promo-box {
  display: block;
  float: left;
  position: relative;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  background: #fff;
}

.promo-box:hover .promo-box__overlay-img.-user {
  opacity: 0;
}

.promo-box:hover .promo-box__text {
  color: #fff;
}

.promo-box.promo-box--25 {
  width: 25%;
}

.promo-box.promo-box--33 {
  width: 33.33333333%;
}

.promo-box:first-child {
  border-left: 2px solid #fff;
}

.promo-box__img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
}

.promo-box__img > img {
  display: block;
  width: 100%;
  height: auto;
}

.promo-box__img.visible {
  z-index: 4;
}

.promo-box__overlay-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.promo-box__overlay-img > img {
  display: block;
  width: 100%;
  height: auto;
}

.promo-box__text {
  color: #00325b;
  position: absolute;
  z-index: 98;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  line-height: 1.5;
  font-size: 1em;
  font-family: "Oxygen", sans-serif;
  font-weight: 300;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media all and (min-width: 1000px) {
  .promo-box__text {
    font-size: 1.3333333333em;
  }
}

.promo-box__text.-mobile {
  color: #fff;
}

.promo-box__text a {
  color: #383941;
}

.promo-box__text-inner {
  padding: 0 20px;
}

.promo-boxes--mobile {
  display: block; /* &.promo-boxes--mobile--4 {
    .promo-box {
      width: 100%;
      float: left;

      @include breakpoint(500px) {
        width: 50%;
      }
    }
  } */
}

@media all and (min-width: 760px) {
  .promo-boxes--mobile.promo-boxes--mobile--home {
    display: none;
  }
}

@media all and (min-width: 960px) {
  .promo-boxes--mobile {
    display: none;
  }
}

.promo-boxes--mobile .promo-box {
  width: 100%;
  display: block;
}

.dots {
  margin: 20px 0;
}

.dots__li {
  display: inline-block;
  margin: 0 5px;
}

.dots__a {
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #e1e9ec;
}

.dots__a.active {
  background-color: #60b696;
}

.dots__a:hover {
  box-shadow: 0 2px 0 0 #becdc3;
}

.dots__a:active {
  box-shadow: inset 0 1px 0 0 rgba(100, 100, 100, 0.5);
}

.comtent-wrapper {
  position: relative;
  top: 5px;
}

.comtent {
  display: inline-block;
  position: relative;
  cursor: help;
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  animation: levitate 1.5s infinite;
}

.comtent::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  background-image: linear-gradient(to right, #fff 0%, #fff 83.333333333%, transparent 83.333333333%, transparent 100%);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-color: transparent;
}

.comtent:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.tooltip {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  cursor: default;
  opacity: 0;
  z-index: 2;
  visibility: hidden;
  transition: opacity 0.3s, bottom 0.3s, visibility 0.3s;
}

.tooltip--active {
  transition: opacity 0.3s, bottom 0.3s, visibility 0s;
  visibility: visible;
  bottom: -10px;
  opacity: 1;
}

.tooltip::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #f1f6f7;
  position: absolute;
  top: 100%;
  left: -7px;
}

.tooltip__content {
  display: block;
  background: #f1f6f7;
  padding: 15px;
  text-align: left;
  font-size: 16px;
  color: #383941;
  border-radius: 3px;
  border-bottom: 0;
  width: 290px;
  position: absolute;
  top: 7px;
  left: -145px;
  box-shadow: 0 2px 0 0 #becdc3;
  text-shadow: none;
}

@media all and (min-width: 380px) {
  .tooltip__content {
    width: 360px;
    left: -180px;
  }
}

.why--arrow {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  text-align: center;
}

@media all and (min-width: 660px) {
  .tabbed__mobile {
    display: none;
  }
}

.tabbed__desktop {
  display: none;
}

@media all and (min-width: 660px) {
  .tabbed__desktop {
    display: block;
  }
}

.tabbed--container {
  padding: 0;
}

.tabbed--container h2,
.tabbed--container h3 {
  padding-left: 23px;
  padding-right: 23px;
}

@media all and (min-width: 660px) {
  .tabbed--container {
    padding: 0 23px;
  }

  .tabbed--container h2,
  .tabbed--container h3 {
    padding-left: 0;
    padding-right: 0;
  }
}

.tabbed {
  padding: 40px 0;
  background-color: #fff;
  float: left;
  width: 100%;
}

.tabbed h2 {
  margin-bottom: 5px;
}

.tabbed h3 {
  margin-bottom: 40px;
}

.tabbed.tabbed--odd .tabbed__content--image {
  float: left;
}

.tabbed.tabbed--odd .tabbed__content--text {
  float: right;
}

.tabbed:last-of-type .tabbed__arrow {
  display: none;
}

.tabbed-mob__img {
  padding-left: 23px;
  padding-right: 23px;
}

.tabbed-mob__li {
  border-bottom: 3px solid #e1e9ec;
}

.tabbed-mob__li:first-child {
  border-top: 3px solid #e1e9ec;
}

.tabbed-mob__a {
  display: block;
  position: relative;
  padding: 15px 23px;
  color: #383941;
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 500;
}

.tabbed-mob__a--active {
  color: #00aac6;
}

.tabbed-mob__a--active::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tabbed-mob__a::after {
  content: "";
  float: right;
  margin-top: 8px;
  background-image: url("../images/sprite.png");
  background-position: -198px -103px;
  width: 16px;
  height: 8px;
  background-size: 236px;
}

.tabbed__ul {
  display: table;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.tabbed__li {
  display: table-cell;
  padding: 0 5px;
}

.tabbed__a {
  color: #383941;
  font-size: 0.8888888889em;
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 500;
}

.tabbed__a--active,
.tabbed__a:hover {
  color: #7db7dc;
}

.tabbed__a--active::after {
  display: block;
  content: "";
  margin: 5px auto 0;
  background-image: url("../images/sprite.png");
  background-position: -198px -103px;
  width: 16px;
  height: 8px;
  background-size: 236px;
}

.tabbed__content-area {
  padding-top: 40px;
}

.tabbed__content--text {
  float: left;
}

.tabbed__content--image {
  float: right;
}

.tabbed__content {
  width: 49%;
  color: #383941;
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 300;
}

.tabbed__content .btn ~ .btn {
  margin-left: 10px;
}

.tabbed__content [data-field="content_2"] ~ [data-field="content_3"] {
  margin-left: 10px;
}

.text-slider {
  overflow: hidden;
  display: table;
}

.text-slider__inner {
  width: 100%;
  display: table-cell;
}

@media all and (min-width: 500px) {
  .text-slider__inner {
    width: calc(100% - 76px);
  }
}

.text-slider__inner .caroufredsel_wrapper {
  height: 100% !important;
}

.text-slider__ul {
  height: 100% !important;
}

.text-slider__li {
  padding: 20px;
  display: table;
  float: left;
}

.text-slider__li p {
  display: table-cell;
  vertical-align: middle;
  font-size: 1em;
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 300;
}

.text-slider__li .editable p {
  display: block;
}

.text-slider__arrow-cell {
  display: none;
  vertical-align: middle;
  width: 38px;
}

@media all and (min-width: 500px) {
  .text-slider__arrow-cell {
    display: table-cell;
  }
}

.text-slider__arrow {
  display: none;
  cursor: pointer;
}

.text-slider__arrow--left {
  background-image: url("../images/sprite.png");
  background-position: -38px 0px;
  width: 36px;
  height: 76px;
  background-size: 236px;
}

.text-slider__arrow--right {
  background-image: url("../images/sprite.png");
  background-position: 0px 0px;
  width: 36px;
  height: 76px;
  background-size: 236px;
}

.text-slider__pagination a {
  display: inline-block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #e1e9ec;
  margin: 0 7px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.text-slider__pagination a span {
  display: none;
}

.text-slider__pagination a.selected {
  background-color: #60b696;
}

.text-slider__pagination a:hover {
  box-shadow: 0 2px 0 0 #becdc3;
}

.text-slider__pagination a:active {
  box-shadow: inset 0 1px 0 0 rgba(100, 100, 100, 0.5);
}

.image-slider {
  display: table;
}

.image-slider .caroufredsel_wrapper {
  float: left !important;
  width: 100% !important;
  margin: 0 20px !important;
}

.image-slider img {
  display: block;
  float: left;
  margin-right: 20px;
}

.image-slider .image-slider__inner {
  width: calc(100% - 40px);
}

.image-slider__li {
  display: block;
  float: left;
  margin-bottom: 20px;
}

.zig-zag:nth-child(even) .zig-zag__content--text {
  float: right;
}

.zig-zag:nth-child(even) .zig-zag__content--image {
  float: left;
}

.zig-zag--even .zig-zag__content--text {
  float: right;
}

.zig-zag--even .zig-zag__content--image {
  float: left;
}

.zig-zag__content {
  width: 100%;
  margin-bottom: 60px;
}

.zig-zag__content .btn {
  display: block;
  margin: 0 auto;
}

@media all and (min-width: 720px) {
  .zig-zag__content {
    width: 48%;
  }

  .zig-zag__content .btn {
    display: inline-block;
  }
}

.zig-zag__content--text {
  float: left;
}

.zig-zag__content--text p b,
.zig-zag__content--text p strong {
  font-weight: normal;
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 500;
}

.zig-zag__content--image {
  float: right;
}

.section--zig-zag {
  padding: 40px 0;
  color: #383941;
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 300;
}

.section--zig-zag:nth-child(odd) .section__zig-zag--text {
  float: right;
}

.section--zig-zag:nth-child(odd) .section__zig-zag--image {
  float: left;
}

.section__zig-zag {
  width: 100%;
}

@media all and (min-width: 600px) {
  .section__zig-zag {
    width: 48%;
  }
}

.section__zig-zag .btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 600px) {
  .section__zig-zag .btn {
    display: inline-block;
  }
}

.section__zig-zag--text {
  float: left;
}

.section__zig-zag--image {
  float: right;
}

.two-cols__wrapper:nth-child(even) .two-col--text {
  float: right;
}

.two-cols__wrapper:nth-child(even) .two-col--text.-alt {
  float: left;
}

.two-cols__wrapper:nth-child(even) .two-col--image {
  float: left;
}

.two-cols__wrapper:nth-child(even) .two-col--image.-alt {
  float: right;
}

.two-cols__wrapper:last-of-type .tabbed__arrow .arrow {
  display: none;
}

.two-col {
  width: 100%;
}

@media all and (min-width: 720px) {
  .two-col {
    width: 48%;
  }
}

.two-col ul {
  margin-left: 0;
}

.two-col li {
  list-style: none;
  margin-bottom: 0.5em;
}

.two-col li::before {
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  width: 16px;
  height: 18px;
  background-image: url("../images/svg/list-tick-blue.svg");
  background-size: 16px 18px;
}

.two-col--text {
  float: left;
  color: #383941;
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 300;
}

.two-col--text.-alt {
  float: right;
}

.two-col--text.two-cols--numbers {
  float: left !important;
}

.two-col--text .btn ~ .btn {
  margin-left: 10px;
}

.two-col__case-study-link {
  color: #0072cf;
  font-size: 16px;
  font-weight: 500;
}

.two-col--image {
  float: right;
}

.two-col--image.-alt {
  float: left;
}

.two-col--image.two-cols--numbers {
  float: right !important;
}

.two-col--image-text {
  margin: 0 10px 20px;
  width: 100%;
  flex-wrap: wrap;
}

@media all and (min-width: 720px) {
  .two-col--image-text {
    flex-wrap: nowrap;
  }
}

@media all and (min-width: 1060px) {
  .two-col--image-text {
    width: calc(50% - 20px);
  }
}

.two-col--image-text img {
  min-width: 150px;
  margin: 0 auto 20px;
}

@media all and (min-width: 720px) {
  .two-col--image-text img {
    margin: 0 20px 20px 0;
  }
}

.two-col--image-text p {
  margin-bottom: 0;
}

.tc-number {
  float: left;
  width: 36px;
}

.tc-content {
  float: right;
  width: calc(100% - 60px);
  padding-top: 7px;
}

.tc-content__header {
  font-size: 18px;
  margin-bottom: 7px;
}

.tc-admin {
  width: 100%;
  float: left;
}

.accordion {
  border-top: 2px solid #e1e9ec;
}

.accordion__header {
  overflow: hidden;
  padding: 20px 0;
  cursor: pointer;
}

.accordion__icon {
  line-height: 0;
}

.accordion__title {
  font-size: 0.8888888889em;
  line-height: 30px;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 500;
}

@media all and (min-width: 500px) {
  .accordion__title {
    margin-left: 20px;
  }
}

.accordion__plus {
  display: block;
  width: 24px;
  height: 30px;
  position: relative;
}

.accordion__plus::after {
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  display: block;
  background-image: url("../images/sprite.png");
  background-position: -194px -42px;
  width: 24px;
  height: 24px;
  background-size: 236px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .accordion__plus::after {
    background-image: url("../images/sprite@2x.png");
    background-position: 0px -82px;
    width: 24px;
    height: 24px;
    background-size: 160px;
  }
}

.accordion__plus--open::after {
  top: 13px;
  background-image: url("../images/sprite.png");
  background-position: -194px -68px;
  width: 24px;
  height: 4px;
  background-size: 236px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .accordion__plus--open::after {
    background-image: url("../images/sprite@2x.png");
    background-position: -96px -82px;
    width: 24px;
    height: 4px;
    background-size: 160px;
  }
}

.accordion__ul {
  overflow: hidden;
  width: 100%;
  max-width: 840px;
  margin: 0 auto 10px;
}

@media all and (min-width: 720px) {
  .accordion__ul {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    column-gap: 40px;
  }

  .accordion__ul.accordion__ul--using-skimlinks {
    height: 200px;
  }
}

.accordion__li--sub-page {
  padding-left: 20px;
}

.accordion__li--no-mob {
  display: none;
}

@media all and (min-width: 720px) {
  .accordion__li--no-mob {
    display: block;
  }
}

.accordion__a {
  color: #0072cf;
  line-height: 1.8;
}

.accordion__columns {
  padding: 40px 0;
}

.accordion__column {
  float: left;
  width: 100%;
}

@media all and (min-width: 650px) {
  .accordion__column {
    width: 48%;
  }

  .accordion__column:nth-child(2n + 1) {
    margin-right: 4%;
  }
}

.accordion__column-image > img {
  display: block;
  margin: 0 auto;
}

@media all and (min-width: 650px) {
  .accordion__content--left {
    margin-right: 4%;
  }

  .accordion__column-image > img {
    display: inline-block;
    margin: 0;
  }
}

#advisors .accordion__column-image img {
  border-radius: 50%;
}

.column {
  float: left;
}

.column--primary {
  width: 100%;
}

@media all and (min-width: 580px) {
  .column--primary {
    width: 56%;
    margin-right: 4%;
  }
}

@media all and (min-width: 800px) {
  .column--primary {
    width: 66%;
  }
}

.column--secondary {
  width: 100%;
}

@media all and (min-width: 580px) {
  .column--secondary {
    width: 40%;
  }

  .column--secondary.column--secondary--top-padding {
    padding-top: 77px;
  }

  .column--secondary.column--secondary--70-padding {
    padding-top: 70px;
  }

  .column--secondary.column--secondary--123-padding {
    padding-top: 123px;
  }
}

@media all and (min-width: 800px) {
  .column--secondary {
    width: 30%;
  }
}

.page--events .column--primary {
  width: 100%;
}

@media all and (min-width: 580px) {
  .page--events .column--primary {
    width: 100%;
    margin-right: 0;
  }
}

@media all and (min-width: 800px) {
  .page--events .column--primary {
    width: 66%;
    margin-right: 4%;
  }
}

.page--events .column--secondary {
  width: 100%;
}

@media all and (min-width: 580px) {
  .page--events .column--secondary {
    width: 100%;
  }

  .page--events .column--secondary.column--secondary--top-padding {
    padding-top: 7px;
  }
}

@media all and (min-width: 800px) {
  .page--events .column--secondary {
    width: 30%;
  }
}

.share-links__li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.share-links__li:last-child {
  margin-right: 0;
}

.share-links__a {
  display: inline-block;
  color: #fff;
  font-size: 0.7777777778em;
  padding: 0 12px;
  line-height: 32px;
  border-radius: 3px;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 300;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.share-links__a--facebook {
  background-image: url("../images/social--facebook.png");
}

.share-links__a--twitter {
  background-image: url("../images/social--twitter.png");
}

.share-links__a--linkedin {
  background-image: url("../images/social--linkedin.png");
}

.share-links__a:hover {
  opacity: 0.7;
  text-decoration: none;
}

html.locked {
  overflow: hidden;
}

@media all and (min-width: 960px) {
  html.locked {
    overflow: initial;
  }
}

.overlay {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}

@media all and (min-width: 600px) {
  .overlay {
    position: fixed;
  }
}

.overlay-content {
  width: 100%;
  max-width: 480px;
  position: relative;
}

.overlay--research .overlay-content {
  max-width: 980px;
}

.overlay--research h4 {
  padding: 60px 20px 0;
}

.overlay-box {
  background: #f1f6f7;
  padding: 30px 40px;
  border-radius: 3px;
  box-shadow: 0 3px 0 0 #e1e9ec;
}

.overlay-box h5 {
  margin-bottom: 30px;
}

.overlay-box .checkbox {
  margin-bottom: 15px;
}

.overlay-box .checkbox label {
  font-size: 0.7777777778em;
}

.overlay__links {
  font-size: 0.7777777778em;
}

.overlay__close {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0.7;
  display: block;
}

.overlay__close:hover {
  opacity: 1;
}

.reseach-overlay--boxes .overlay-box {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}

.reseach-overlay--boxes .overlay-box:first-child {
  margin-bottom: 20px;
}

@media all and (min-width: 1020px) {
  .reseach-overlay--boxes .overlay-box {
    float: left;
  }

  .reseach-overlay--boxes .overlay-box:first-child {
    margin-right: 20px;
    margin-bottom: 0;
  }
}

@media all and (min-width: 1020px) {
  .reseach-overlay--boxes .overlay-box.overlay-form--marketo {
    height: 361px;
  }

  .reseach-overlay--boxes .overlay-box.overlay-form--marketo h5 {
    margin-bottom: 51px;
  }
}

.mt-section {
  border-bottom: 2px solid #e1e9ec;
}

.mt-nav {
  position: relative;
  top: 2px;
  margin-top: -2px;
}

.mt-nav__a {
  display: block;
  width: 25%;
  height: 95px;
  float: left;
  border-top: 2px solid #e1e9ec;
  border-left: 2px solid #e1e9ec;
  border-bottom: 2px solid #e1e9ec;
  background: #f1f6f7;
  font-size: 14px;
  color: #00aac6;
}

@media all and (min-width: 500px) {
  .mt-nav__a {
    font-size: 18px;
  }
}

.mt-nav__a:last-child {
  border-right: 2px solid #e1e9ec;
}

.mt-nav__a--current {
  border-top-color: #ff5c5e;
  border-bottom-color: #fff;
  background: #fff;
  color: #7db7dc;
}

.mt-nav__a.-half {
  width: 50%;
}

.mt-nav__a.-third {
  width: 33.333333333%;
}

.mt-content__wrapper {
  float: left;
  width: 100%;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.mt-content__wrapper.animating {
  background: white;
  -webkit-transition: none;
  transition: none;
}

.mt-content ul {
  text-align: left;
}

#body > svg {
  display: none;
}

.svg-icon {
  fill: #494a53;
}

.svg-icon--team {
  width: 22px;
  height: 22px;
}

.svg-icon--team.svg-icon--support-ops {
  position: relative;
  top: 1px;
  right: 2px;
}

.svg-icon--team.svg-icon--bizdev {
  width: 25px;
  height: 25px;
}

.svg-icon--search {
  width: 24px;
  height: 24px;
}

.svg-icon--close {
  width: 18px;
  height: 18px;
}

.expose_media_player {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

@media all and (min-width: 900px) {
  .expose_media_player {
    width: 854px;
    height: 480px;
    padding-bottom: 0;
    margin: 0 auto;
  }
}

.expose_media_player object,
.expose_media_player object video,
.expose_media_player object embed,
.expose_media_player iframe,
.expose_media_player iframe video,
.expose_media_player iframe embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.resource-video {
  display: block;
  margin: 0 auto 5.68%;
  text-align: center;
}

.youtube-embed {
  position: relative;
  padding-bottom: 56.25%; /* for youtube video */
  height: 0;
  width: 100%;
  max-width: 855px;
  margin: 0 auto 5.68%;
}

.youtube-embed__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.resource-infographic {
  display: block;
  margin: 0 auto;
  max-width: 100% !important;
  height: auto;
}

.play-button {
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  display: table;
}

.play-button__icon {
  margin: 0 auto 10px;
  display: block;
}

.card-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

@media (max-width: 850px) {
  .card-grid {
    margin: 0 auto;
    max-width: 70%;
  }
}

@media (max-width: 500px) {
  .card-grid {
    max-width: 85%;
  }
}

.card-grid__item {
  width: 25%;
  padding: 10px;
}

@media (max-width: 850px) {
  .card-grid__item {
    width: 100%;
    padding: 5px;
  }
}

.card-grid__content {
  position: relative;
  border: 1px solid #e1e9ec;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  height: 100%;
}

@media (max-width: 850px) {
  .card-grid__content {
    padding: 30px 20px;
  }
}

.card-grid__title {
  text-align: center;
  font-weight: 500;
}

.card-grid__hover {
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 500;
  position: absolute;
  opacity: 0;
  background-color: #ff5c5e;
  color: #fff;
  font-size: 15px;
  padding: 12px;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* .card-grid__item:hover .card-grid__hover, */
.admin--show-overlays .card-grid__hover {
  opacity: 1;
}

.admin--show-overlays .card-grid__hover {
  position: initial;
}

.video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

.video-overlay.-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-overlay__container {
  position: relative;
  height: 0;
  overflow: hidden;
  width: 85%;
  padding-bottom: 47.75%;
}

.video-overlay__container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.section--bg-publishers {
  background-image: url("../images/publishers--bg.jpg");
}

.mt-content--current[data-tab="skimlinks-for-publishers"] + .section {
  display: block !important;
}

.publishers__element:last-of-type .tabbed__arrow {
  display: none;
}

.cta-block {
  padding: 20px 0;
  background: #00325b;
  background-size: cover;
  background-position: 50% 50%;
}

@media all and (min-width: 960px) {
  .cta-block {
    padding: 23px 0;
  }
}

.cta-block-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.cta-block-grid.-col {
  flex-direction: column;
  align-items: stretch;
}

.cta-block-grid__btn {
  margin: 10px 20px;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  padding-left: 2em !important;
  padding-right: 2em !important;
}

@media (max-width: 414px) {
  .cta-block-grid__btn {
    width: 100%;
    margin: 10px auto;
  }
}

.publishers-outro .grid {
  flex-wrap: wrap;
}

.publishers-outro .grid__item {
  width: 100%;
  margin: 0 10px 20px;
  text-align: center;
}

.publishers-outro .grid__item p {
  padding-top: 20px;
  color: #383941;
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 300;
}

.publishers-outro .grid__item a {
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
}

@media all and (min-width: 900px) {
  .publishers-outro .grid__item {
    width: calc(33.333333% - 20px);
  }
}

.publishers-logo-grid {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.publishers-logo-grid .grid__item {
  width: calc(100% - 20px);
  margin: 0 10px 20px;
}

@media all and (min-width: 410px) {
  .publishers-logo-grid .grid__item {
    width: calc(50% - 20px);
  }
}

@media all and (min-width: 770px) {
  .publishers-logo-grid .grid__item {
    width: calc(25% - 20px);
  }
}

.case-hero .container {
  padding: 70px 20px 50px;
  text-align: center;
}

.case-hero .container h1,
.case-hero .container h4 {
  color: #fff;
}

.case-hero .container h2 {
  margin-bottom: 20px;
}

.case-hero .container h4 {
  margin-bottom: 40px;
}

.section--case-index {
  padding: 70px 0;
}

.resources-grid {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 -20px;
  margin-bottom: 40px;
}

@media screen and (max-width: 526px) {
  .resources-grid {
    justify-content: space-around;
  }
}

.resources-grid__item {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 220px;
  width: auto;
  min-width: 220px;
  max-width: 300px;
  margin: 0 20px;
  margin-bottom: 40px;
  border: 1px solid #e1e9ec;
  border-radius: 5px;
  overflow: hidden;
}

.resources-grid__item:hover,
.resources-grid__item:focus {
  transform: translateY(-1px);
  box-shadow: 0 4px 1px -2px rgba(200, 200, 200, 0.4);
  text-decoration: none;
}

.resources-grid__item:hover::after,
.resources-grid__item:focus::after {
  opacity: 1;
}

.resources-grid__item.-hidden {
  opacity: 0;
  visibility: hidden;
  margin-bottom: 0 !important;
  border: 0 !important;
}

.resources-grid__item.-unpublished {
  opacity: 0.4;
}

.resources-grid__item::after {
  content: "";
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #66abe2;
  border-radius: inherit;
  pointer-events: none;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}

.resources-grid__item li {
  list-style: none;
}

.resources-grid__item p {
  margin-bottom: 0;
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 300;
}

.resource-item__img-link {
  display: block;
}

.resource-item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 108px;
  min-height: calc(6em + 40px);
  padding: 20px !important;
}

.resource-item__title {
  color: #383941;
  text-align: center;
}

.resource-item__title.-case-studies {
  font-weight: 500;
}

.resource-item__title .resource-item__blurb {
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 300;
}

.resource-item__admin-controls {
  font-size: 12px;
  color: #9867ac;
}

.cs-list__read-more {
  display: inline-block;
  color: #0072cf;
  font-size: 0.8888888889em;
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 300;
}

.resource-item__type {
  width: 100%;
  width: calc(100% - 30px);
  border-top: 1px solid #e1e9ec;
  margin: 0 auto;
  padding: 4px 0;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

.resource-item__type .resource-item__category {
  color: #383941;
}

.resource-item__type .resource-item__for {
  color: #9fb3b9;
}

.case-study__content {
  font-size: 1em;
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 300;
}

.case-study__content b,
.case-study__content strong {
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 500;
}

.case-study__blockquote {
  quotes: none;
  font-style: italic;
  text-indent: 0;
  margin-bottom: 0;
  padding-left: 10px;
}

.case-study__blockquote p {
  color: #00aac6;
}

.case-study__blockquote p::before,
.case-study__blockquote p::after {
  color: #383941;
  font-size: 28px;
  line-height: 0;
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 500;
}

.case-study__blockquote p:first-child::before {
  content: "“";
}

.case-study__blockquote p:last-child::after {
  content: "”";
}

.case-study__blockquote-author {
  padding-left: 10px;
  font-size: 0.7777777778em;
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 500;
}

.case-study__results {
  background: #00aac6;
  border-radius: 3px;
  color: #fff;
}

.case-study__results h5,
.case-study__results .h5 {
  font-size: 1em;
  margin-bottom: 10px;
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 500;
}

.case-study__results p,
.case-study__results ul {
  margin: 0 0 1em;
  font-size: 14px;
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 300;
}

.case-study__results p li,
.case-study__results ul li {
  list-style: none;
  font-size: 14px;
}

.case-study__results p li::before,
.case-study__results ul li::before {
  content: "•";
  display: inline-block;
  margin-right: 5px;
}

.case-study__results p:last-child,
.case-study__results ul:last-child {
  margin-bottom: 0;
}

.case-study__result {
  float: left;
  width: 100%;
}

.case-study__result span {
  display: block;
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 500;
}

@media all and (min-width: 800px) {
  .case-study__results--3 .case-study__result {
    width: 33.3333%;
  }
}

@media all and (min-width: 800px) {
  .case-study__results--2 .case-study__result {
    width: 50%;
  }
}

.cs-sidebar__block {
  border-bottom: 1px solid #e1e9ec;
}

.cs-sidebar__blurb p {
  display: inline;
}

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

.case-study__line {
  background: #f1f6f7;
  height: 3px;
  color: #f1f6f7;
  overflow: hidden;
}

.pdf-section h2 {
  font-size: 36px !important;
}

.pdf-section h4 {
  font-size: 16px !important;
  color: #7d8388 !important;
}

.pdf-section .case-study__content {
  font-size: 14px;
}

.pdf-section .case-study__results {
  overflow: hidden;
}

.pdf-section .case-study__results--3 .case-study__result {
  width: 33.3333%;
}

.pdf-section .case-study__results--2 .case-study__result {
  width: 50%;
}

.pdf-section .case-study__blockquote-author {
  padding-top: 10px;
}

.pdf-section .case-study__blockquote p::before,
.pdf-section .case-study__blockquote p::after {
  font-size: 14px;
}

.blog-post {
  border-bottom: 1px solid #e1e9ec;
}

.blog-post:last-child {
  border-bottom: 0;
}

.blog-post--index::after {
  content: "";
  display: table;
  width: 100%;
}

@media (max-width: 800px) {
  .blog-post--index h2 {
    font-size: 1em;
  }
}

@media (max-width: 800px) {
  .blog-post__img {
    float: none;
    max-width: 232px;
    width: 100%;
  }
}

.blog-post__img--index {
  float: left;
  width: 36%;
}

@media (max-width: 800px) {
  .blog-post__img--index {
    float: none;
    max-width: 232px;
    width: 100%;
  }
}

.blog-post__heading-blurb-container {
  float: left;
  width: 64%;
  padding-left: 20px;
  line-height: 1.4;
}

@media (max-width: 800px) {
  .blog-post__heading-blurb-container {
    width: 100%;
    padding-left: 0;
  }
}

.blog-post__blurb p {
  display: inline;
  font-size: 0.8888888889em;
}

.blog-post__blurb--legacy img {
  display: block;
  margin: 0 auto 20px;
  max-width: 100%;
  height: auto;
}

.blog-post__index-heading {
  margin-bottom: 6px;
}

.blog-post__post-time {
  font-size: 0.7777777778em;
  color: #7d8388;
  margin-bottom: 3px;
}

@media (max-width: 800px) {
  .blog-post__post-time {
    margin-bottom: 8px;
  }
}

.sidebar__checkbox {
  display: inline-block;
  width: 48%;
}

.sidebar__checkbox:nth-child(1) {
  width: 100%;
}

.sidebar__checkbox:nth-child(2n + 2) {
  margin-right: 4%;
}

.sidebar__checkbox input,
.sidebar__checkbox label {
  display: inline-block;
}

.sidebar__checkbox label {
  font-size: 0.7777777778em;
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 500;
}

.blog-block {
  position: relative;
}

.blog__text-banner {
  display: block;
  font-size: 20px;
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 300;
  background: #f1f6f7;
  border-left: 7px solid;
  color: #383941;
  padding: 8px 30px 8px 15px;
  position: relative;
}

.blog__text-banner.-green {
  border-left-color: #60b696;
}

.blog__text-banner.-blue {
  border-left-color: #00aac6;
}

.blog__text-banner.-orange {
  border-left-color: #ff5c5e;
}

.blog__text-banner.-purple {
  border-left-color: #9867ac;
}

.blog__text-banner::after {
  content: "";
  display: block;
  width: 10px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../images/blog--text-banner--arrow.png") no-repeat;
  background-size: 10px 18px;
}

.blog__text-over-image-table {
  display: table;
  width: 100%;
  height: 100px;
  overflow: hidden;
}

.blog__text-over-image-link {
  display: table-cell;
  vertical-align: middle;
  font-family: "Oxygen", sans-serif;
  font-weight: 300;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 3px;
  padding: 20px 40px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.blog__text-over-image-link:hover {
  text-decoration: none;
  opacity: 0.8;
}

.blog__blog-subscription {
  border: 0;
  padding: 40px 72px;
  border-radius: 3px;
  background-color: #00325b;
  color: #fff;
}

@media (max-width: 760px) {
  .blog__blog-subscription {
    padding: 20px;
  }
}

.blog__blog-subscription .autopilotLabel {
  display: none;
}

.blog__blog-subscription .input {
  float: left;
  width: 346px;
  margin-right: 14px;
}

@media (max-width: 760px) {
  .blog__blog-subscription .input {
    width: 100%;
  }
}

.blog__blog-subscription .btn {
  padding: 9px 20px;
  background-color: #00aac6;
  text-transform: capitalize;
}

@media all and (min-width: 990px) {
  .blog__blog-subscription .autopilotForm {
    text-align: center;
  }

  .blog__blog-subscription .autopilotFormRow {
    display: inline-block;
    clear: none !important;
    vertical-align: top;
  }

  .blog__blog-subscription .autopilotButtonRow {
    display: inline-block;
    width: 170px;
    vertical-align: top;
    margin-left: 15px;
  }

  .blog__blog-subscription .autopilotButtonRow .autopilotButton {
    line-height: 25px !important;
  }
}

.pagination {
  text-align: center;
}

.pagination span,
.pagination a {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  margin: 0 4px;
  border-radius: 3px;
  cursor: pointer;
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 500;
}

.pagination a {
  color: #7d8388;
}

.pagination span:first-child,
.pagination span:last-child {
  color: #7d8388;
  background-color: #e1e9ec;
  background-repeat: no-repeat;
  background-size: 7px 15px;
  background-position: center center;
}

.pagination span:first-child:hover,
.pagination span:last-child:hover {
  background-color: #1174cc;
}

.pagination span:first-child {
  background-image: url("../images/pagination-arrow--left.png");
}

.pagination span:first-child:hover {
  background-image: url("../images/pagination-arrow--left--white.png");
}

.pagination span:last-child {
  background-image: url("../images/pagination-arrow--right.png");
}

.pagination span:last-child:hover {
  background-image: url("../images/pagination-arrow--right--white.png");
}

.pagination span.current,
.pagination a.current,
.pagination span:hover,
.pagination a:hover {
  background-color: #1174cc;
  color: #fff;
}

.pagination a.current,
.pagination a:hover {
  color: #fff;
  text-decoration: none;
}

.pagination span.current {
  background-image: none;
  cursor: auto;
}

.pagination span.current:hover,
.pagination a:hover {
  background-color: #1174cc;
  background-image: none;
}

.pagination .next.page-numbers,
.pagination .prev.page-numbers,
.pagination .previous.page-numbers {
  color: #7d8388;
  background-color: #e1e9ec;
  background-repeat: no-repeat;
  background-size: 7px 15px;
  background-position: center center;
}

.pagination .next.page-numbers:hover,
.pagination .prev.page-numbers:hover,
.pagination .previous.page-numbers:hover {
  background-color: #1174cc;
  color: white;
}

.pagination .next.page-numbers {
  background-image: url("../images/pagination-arrow--right.png");
}

.pagination .prev.page-numbers,
.pagination .previous.page-numbers {
  background-image: url("../images/pagination-arrow--left.png");
}

.pagination .next.page-numbers:hover {
  background-image: url("../images/pagination-arrow--right--white.png");
}

.pagination .prev.page-numbers:hover,
.pagination .previous.page-numbers:hover {
  background-image: url("../images/pagination-arrow--left--white.png");
}

.blog-tags__li {
  display: inline-block;
  margin-bottom: 5px;
}

.blog-tags__a {
  font-size: 0.7777777778em;
  display: inline-block;
  padding: 5px 10px;
  background: #7db7dc;
  border-radius: 3px;
  color: #fff;
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 500;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.blog-tags__a:hover,
.blog-tags__a--current {
  background: #00aac6;
}

.date-box {
  width: 100%;
  text-align: center;
}

@media all and (min-width: 600px) {
  .date-box {
    width: 160px;
    float: left;
  }
}

.date-box__month {
  background: #60b696;
  line-height: 40px;
  color: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 500;
}

.date-box__day {
  line-height: 100px;
  font-size: 30px;
  background: #b5dfcf;
  color: #fff;
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 500;
}

.date-box__blurb {
  width: 100%;
}

@media all and (min-width: 600px) {
  .date-box__blurb {
    width: calc(100% - 160px);
    padding-left: 20px;
    float: left;
  }
}

.blog-sidebar__body img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

.blog-blocks--legacy p:first-of-type img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

.blog-blocks--legacy img {
  display: block;
  margin: 0 auto 10px;
  max-width: 100%;
  height: auto;
}

.blog-post__blurb--search img {
  display: block;
  margin: 0 auto 10px;
  max-width: 100%;
  height: auto;
}

.blog-sidebar__follow-box {
  background-color: #f1f6f7;
  color: #383941;
  padding: 24px 20px;
  border-radius: 3px;
}

.blog-sidebar__follow-box h3,
.blog-sidebar__follow-box h4 {
  font-family: "Oxygen", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  font-weight: 400;
}

.blog-sidebar__follow-box h3 {
  font-size: 1.2222222222em;
}

.blog-sidebar__follow-box h4 {
  font-size: 0.9444444444em;
  margin-bottom: 10px;
}

.blog-sidebar__follow-box .autopilotFieldWrap.autopilotRequiredField input {
  background-color: #fff;
  border: 1px solid #e1e9ec;
}

.blog-sidebar__follow-box--follow {
  padding: 18px 20px;
}

.follow-icons {
  margin: 6px auto;
  width: 176px;
}

.follow-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: top;
  margin: 0 4px;
  border-radius: 5px;
}

@media (max-width: 880px) {
  .follow-icon {
    width: 28px;
    height: 28px;
    margin: 0 2px;
  }
}

.follow-icon--email {
  width: 32px;
  height: 40px;
  background-image: url("../images/follow--email.png");
  margin-left: 0;
  margin-right: 4px;
}

@media (max-width: 880px) {
  .follow-icon--email {
    width: 28px;
    height: 34px;
    margin-right: 2px;
  }
}

.follow-icon--facebook {
  background-image: url("../images/svg/icon--facebook.svg");
}

.follow-icon--twitter {
  background-image: url("../images/svg/icon--twitter.svg");
}

.follow-icon--linkedin {
  background-image: url("../images/svg/icon--linkedin.svg");
}

.follow-icon--instagram {
  background-image: url("../images/svg/icon--instagram.svg");
}

.blog-sidebar__download {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 296px;
  margin: 0 auto;
  border-radius: 3px;
}

.blog-sidebar__download .blog-sidebar__download-image {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.blog-sidebar__download:hover .blog-sidebar__download-image {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.blog-sidebar__download-link-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 93;
  background-color: rgba(56, 57, 65, 0.5);
  color: #fff;
  text-align: center;
  padding: 36px 20px;
  font-weight: bold;
}

@media (max-width: 950px) {
  .blog-sidebar__download-link-overlay {
    font-size: 0.7777777778em;
  }
}

.blog-view__posted {
  margin-bottom: 10px;
}

.next-prev-article-container::after {
  content: "";
  display: table;
  width: 100%;
}

.next-prev-article {
  float: left;
  display: block;
  width: 50%;
}

@media (max-width: 680px) {
  .next-prev-article {
    padding: 0px 12px;
  }
}

.dir-arrow-container--next {
  float: right;
}

.next-prev-article__image-text {
  max-width: 306px;
}

.next-prev-article__image-text--next {
  float: right;
}

.next-prev-article__image-text img {
  border-radius: 3px;
}

@media (max-width: 680px) {
  .next-prev-article__image-text h4 {
    font-size: 0.8888888889em;
  }
}

.next-prev-article__dir {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 1em;
}

@media (max-width: 680px) {
  .next-prev-article__dir {
    font-size: 0.7777777778em;
  }
}

.next-arrow,
.prev-arrow {
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.next-arrow {
  background-image: url("../images/pagination-arrow--right.png");
}

.prev-arrow {
  background-image: url("../images/pagination-arrow--left.png");
}

.timeline {
  display: none;
  position: relative;
  width: 75%;
  margin: 200px auto;
  border-top: 3px solid #e1e9ec;
}

@media all and (min-width: 850px) {
  .timeline {
    display: block;
  }
}

.timeline__section {
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  border: 5px solid #e1e9ec;
  position: absolute;
  top: -14px;
}

.timeline__section--1 {
  left: -15px;
}

.timeline__section--1 .timeline__lower {
  left: -68px;
}

.timeline__section--1 .timeline__upper {
  width: 211px;
  left: -100px;
  top: -100px;
}

.timeline__section--2 {
  left: 31.5%;
}

.timeline__section--2 .timeline__lower {
  left: -68px;
}

.timeline__section--2 .timeline__upper {
  width: 224px;
  left: -100px;
}

.timeline__section--3 {
  right: 31.5%;
}

.timeline__section--3 .timeline__lower {
  left: -67px;
}

.timeline__section--3 .timeline__upper {
  width: 204px;
  left: -90px;
}

.timeline__section--4 {
  right: -15px;
}

.timeline__section--4 .timeline__lower {
  left: -67px;
}

.timeline__section--4 .timeline__upper {
  width: 210px;
  left: -90px;
  top: -120px;
}

.timeline__lower {
  width: 150px;
  position: absolute;
  top: 30px;
}

.timeline__upper {
  position: absolute;
  top: -130px;
}

.fixed--team-nav {
  position: fixed;
  left: 0;
  top: 82px;
  width: 100%;
  z-index: 9;
  display: none;
  background: white;
}

.fixed--team-nav.visible {
  display: block;
}

.fixed--team-nav .team-nav {
  padding: 20px 0;
}

.team-nav {
  padding: 40px 0;
}

.team-nav.hidden {
  visibility: hidden;
}

.team-nav__ul {
  display: none;
  width: 100%;
}

@media all and (min-width: 800px) {
  .team-nav__ul {
    display: table !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.team-nav__li {
  display: block;
  width: 50%;
  float: left;
  text-align: center;
  margin-bottom: 10px;
}

.team-nav__li:first-child {
  width: 100%;
}

@media all and (min-width: 420px) {
  .team-nav__li:nth-child(even) {
    padding-left: 20%;
  }

  .team-nav__li:nth-child(odd) {
    padding-right: 20%;
  }

  .team-nav__li:first-child {
    width: 100%;
    padding-right: 0;
  }
}

@media all and (min-width: 800px) {
  .team-nav__li {
    display: table-cell;
    width: calc(100% / 7);
    margin-bottom: 0;
  }

  .team-nav__li:nth-child(even) {
    padding-left: 0;
  }

  .team-nav__li:nth-child(odd) {
    padding-right: 0;
  }

  .team-nav__li:first-child {
    width: calc(100% / 7);
  }
}

.team-nav__a {
  display: inline-block;
  font-size: 0.8888888889em;
  text-align: center;
  color: #383941;
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 300;
}

.team-nav__a--current {
  text-decoration: none;
}

.team-nav__a--current .team-nav__span {
  background: #00aac6;
}

@media all and (min-width: 960px) {
  .team-nav__a:hover {
    text-decoration: none;
  }

  .team-nav__a:hover .team-nav__span {
    background: #00aac6;
  }
}

.team-nav__span {
  display: block;
  background: #e1e9ec;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  margin: 0 auto 10px;
}

@media all and (min-width: 960px) {
  .team-nav__span {
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
}

.team-nav__span .vert--middle {
  font-size: 0;
}

@media all and (min-width: 800px) {
  .team-nav__mobile-filter {
    display: none;
  }
}

.team-nav__mobile-filter a {
  font-size: 0.7777777778em;
  display: block;
}

.team-nav__mobile-filter a::after {
  content: "";
  display: block;
  margin: 10px auto;
  background-image: url("../images/sprite.png");
  background-position: -183px -78px;
  width: 38px;
  height: 21px;
  background-size: 236px;
}

.team--padding {
  padding-bottom: 340px;
}

.team {
  position: relative;
}

.team-member {
  float: left;
  width: 100%;
  height: 310px;
  border: 2px solid #e1e9ec;
  margin-bottom: 20px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 5px 0 #fff;
  transition: box-shadow 0.3s; /* &:hover {
      box-shadow: 0 0 5px 0 #cbcdcd;

      .team-member__img {
        > img {
          border-color: $green;
        }
      }
    } */
}

@media all and (min-width: 540px) {
  .team-member {
    width: 48%;
    margin-left: 4%;
  }

  .team-member:nth-child(2n + 1) {
    margin-left: 0;
  }
}

@media all and (min-width: 800px) {
  .team-member {
    width: 32%;
    margin-left: 2%;
  }

  .team-member:nth-child(2n + 1) {
    margin-left: 2%;
  }

  .team-member:nth-child(3n + 1) {
    margin-left: 0;
  }
}

.team-member--current {
  cursor: default;
}

.team-member--current:hover {
  box-shadow: 0 0 5px 0 #fff;
}

.team-member__img {
  width: 100%;
  max-width: 140px;
  margin: 0 auto 20px;
}

.team-member__img > img {
  display: block;
  border-radius: 50%;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.team-member__content {
  position: absolute;
  z-index: 5;
  border: 2px solid #e1e9ec;
  background: #fff;
}

@media all and (min-width: 540px) {
  .team-member__content {
    display: none;
  }
}

.team-content {
  padding: 40px;
  position: relative;
}

@media all and (min-width: 540px) {
  .team-content {
    height: 100%;
    overflow: auto;
  }
}

.team-content__column {
  text-align: left;
}

.team-content__column--left {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

@media all and (min-width: 540px) {
  .team-content__column--left {
    float: none;
    width: 140px;
    position: absolute;
    top: 40px;
    left: 40px;
  }
}

.team-content__column--right {
  width: 100%;
  float: left;
}

@media all and (min-width: 540px) {
  .team-content__column--right {
    padding-left: 180px;
  }
}

.team-content__close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
}

.job-listings__remove-category {
  color: #b33630;
  font-weight: 300;
  margin-left: 20px;
  display: inline-block;
}

@media (min-width: 701px) {
  .job-listings__location {
    margin-left: auto;
  }
}

@media (max-width: 700px) {
  .job-listings__location {
    margin-top: 10px;
  }
}

@media (min-width: 701px) {
  .job-listings__link {
    margin-left: 40px;
  }
}

@media (max-width: 700px) {
  .job-listings__link {
    margin-top: 10px;
  }
}

.job-listings__remove {
  margin-left: 20px;
}

.whr-group {
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px !important;
  color: #7d8388 !important;
}

.whr-items,
.whr-info {
  padding-left: 0;
  list-style: none;
  margin-left: 0;
}

.whr-item {
  border: 1px solid #e1e9ec;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 700px) {
  .whr-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.whr-item + .whr-item {
  margin-top: 20px;
}

.whr-title {
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 500;
  width: 100%;
  margin-bottom: 0;
  font-size: 18px !important;
}

.whr-title a {
  padding: 40px 20% 40px 35px;
  display: block;
  color: #383941 !important;
}

@media (max-width: 700px) {
  .whr-title a {
    padding-right: 35%;
  }
}

.whr-info {
  position: absolute;
  padding-right: 35px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  text-align: right;
}

@media (max-width: 700px) {
  .whr-info {
    width: 35%;
    text-align: center;
  }
}

.whr-location span {
  display: none;
}

.whr-location::after {
  margin-left: 40px;
  content: "View posting";
  display: inline-block;
  background-color: #00aac6;
  line-height: 17px;
  padding: 15px 20px;
  border: 0;
  border-radius: 3px;
  font-size: 1em;
  color: #fff;
  outline: none;
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 300;
  transition: background-color 0.3s, border-color 0.3s;
}

@media (max-width: 700px) {
  .whr-location::after {
    display: none;
  }
}

.whr-date {
  display: none;
}

.section--careers {
  background-size: cover;
  background-position: 50% 50%;
}

.section--careers::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 64, 117, 0.35);
}

.section--careers .container {
  position: relative;
  z-index: 2;
}

@media (max-width: 800px) {
  .section--careers .container {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}

.page--careers .tabbed h2 {
  margin-bottom: 1.1111111111rem;
}

.careers-intro {
  max-width: 700px;
  margin: 0 auto;
}

.skimlove-banner {
  background-color: #00325b;
  background-image: url("../images/careers/book.png");
  background-repeat: no-repeat;
  background-position: 17.5% 50%;
  background-size: 20%;
}

@media (max-width: 650px) {
  .skimlove-banner {
    background-position: 4.5% 50%;
    background-size: 30%;
  }
}

.skimlove-banner__content {
  width: 75%;
  float: right;
}

@media (max-width: 650px) {
  .skimlove-banner__content {
    width: 70%;
  }
}

.two-col .split-list li {
  width: 50%;
  float: left;
  padding-left: 24px;
  position: relative;
  margin-top: 10px;
}

@media (max-width: 650px) {
  .two-col .split-list li {
    width: 100%;
  }
}

.two-col .split-list li:nth-child(even) {
  float: right;
}

.two-col .split-list li::before {
  position: absolute;
  left: 0;
  top: 5px;
}

.two-col .split-list .split-list__last {
  font-weight: 500;
}

.two-col .split-list .split-list__last::before {
  display: none;
}

.photos-slider {
  width: 100%;
}

.photos-slider .flickity-page-dots {
  bottom: -55px;
}

.photos-slider .flickity-page-dots .dot {
  width: 14px;
  height: 14px;
  background: #00aac6;
}

.photos-slider__item {
  width: 33.333%;
  margin: 0 10px;
  opacity: 0.4;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}

@media (max-width: 1000px) {
  .photos-slider__item {
    width: 50%;
  }
}

@media (max-width: 750px) {
  .photos-slider__item {
    width: 80%;
  }
}

.photos-slider__item.is-selected {
  opacity: 1;
}

.photos-slider__item > img {
  width: 100%;
  height: auto;
  display: block;
}

.admin--no-carousel .photos-slider__item {
  width: auto;
  float: left;
}

.awards-slider {
  display: flex;
  justify-content: center;
  align-items: center;
}

.employer-awards {
  margin-left: 20px;
  margin-right: 20px;
  width: 100%;
}

.employer-awards ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.awards-slider__item {
  width: 33.333%;
  padding: 0 5px;
}

.awards-slider__item img {
  max-width: 100%;
  height: auto;
}

.awards-slider__prev,
.awards-slider__next {
  background-image: url(../images/sprite.png);
  background-position: -38px 0px;
  width: 42px;
  height: 76px;
  background-size: 236px;
  display: block;
}

.awards-slider__next {
  background-position: 0px 0px;
}

.page--contact {
  height: 100%;
}

.page--contact .section--50 {
  height: 50%;
}

.contact__map--wrapper {
  height: 100%;
}

@media all and (min-width: 700px) {
  .contact__map--wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: -1;
  }
}

.contact__map img {
  max-width: none;
}

.section--contact-content {
  z-index: 2;
}

.contact-nav {
  width: 100%;
  float: left;
}

.contact__column {
  float: left;
  width: 100%;
}

@media all and (min-width: 700px) {
  .contact__column {
    width: 48%;
  }

  .contact__column.contact__column--left {
    margin-right: 4%;
  }
}

.contact__side-link {
  display: inline-block;
  width: 100%;
  text-align: center;
  vertical-align: top;
  padding: 26px 10px;
}

@media all and (min-width: 450px) {
  .contact__side-link {
    width: 49%;
    padding: 10px;
  }
}

@media all and (min-width: 960px) {
  .contact__side-link {
    padding: 0;
  }
}

.contact__side-link-heading {
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 500;
  margin-bottom: 5px;
}

.contact__side-link-text {
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 300;
  font-size: 0.7777777778em;
}

.contact__br-hide {
  display: none;
}

@media all and (min-width: 960px) {
  .contact__br-hide {
    display: block;
  }
}

.contact__link-icon {
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}

.contact__link-icon--book {
  width: 42px;
  height: 50px;
  background-image: url("../../images/icon--book.png");
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .contact__link-icon--book {
    background-image: url("../../images/icon--book--retina.png");
  }
}

.contact__link-icon--help {
  width: 50px;
  height: 50px;
  background-image: url("../../images/icon--help.png");
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .contact__link-icon--help {
    background-image: url("../../images/icon--help--retina.png");
  }
}

.contact__bordered-square {
  border: 1px solid #e1e9ec;
  border-bottom: 3px solid #ff5c5e;
  padding: 0;
}

@media all and (min-width: 960px) {
  .contact__bordered-square {
    padding: 46px;
  }
}

.contact-button--push {
  margin-right: 20px;
}

.getting-started__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-image: url("../images/hero--getting-started.jpg"); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: -1;
}

.page--account .input {
  position: relative;
}

.page--account .mt-content ul {
  text-align: left;
}

.form-follow {
  position: absolute;
  left: calc(100% + 20px);
  top: 0;
  display: none;
}

.form-follow.form-follow--label {
  top: 36px;
}

.form-follow__content {
  width: 410px;
  background: #595157;
  color: #fff;
  padding: 10px 20px;
  border-radius: 3px;
}

.form-follow__content::before {
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  left: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 7px 5px 0;
  border-color: transparent #595157 transparent transparent;
}

.signup__li {
  margin-bottom: 0.5em;
  padding-left: 20px;
  position: relative;
  font-size: 16px;
}

.signup__li:last-child {
  margin-bottom: 0;
}

.signup__li::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: -5px;
  background-image: url("../images/sprite.png");
  background-position: -220px -42px;
  width: 16px;
  height: 18px;
  background-size: 236px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .signup__li::before {
    background-image: url("../images/sprite@2x.png");
    background-position: -45px -82px;
    width: 16px;
    height: 18px;
    background-size: 160px;
  }
}

.signup-col {
  max-width: 530px;
}

.signup-col .input {
  margin-bottom: 15px;
}

.signup-col .input label {
  margin-bottom: 10px;
}

.home-bg--1 {
  background-image: url("../images/home--bg--1.jpg");
  padding-top: 120px;
}

@media all and (min-width: 960px) {
  .home-bg--1 {
    padding-top: 0;
  }
}

.home-bg--2 {
  background-image: url("../images/home--bg--2.png");
  background-size: 234px 125px;
}

@media all and (min-width: 500px) {
  .home-bg--2 {
    background-size: 468px 250px;
  }
}

@media all and (min-width: 960px) {
  .home-bg--2 {
    background-size: 936px 501px;
  }
}

.home-bg--3 {
  background-image: url("../images/home--bg--3.jpg");
}

.home-bg--5 {
  background-image: url("../images/home--bg--5.jpg");
}

.home-bg--6 {
  background-image: url("../images/home--bg--6.png");
  background-size: 400px 314px;
}

@media all and (min-width: 820px) {
  .home-bg--6 {
    background-size: 640px 470px;
  }
}

@media all and (min-width: 960px) {
  .home-bg--6 {
    background-size: 908px 667px;
  }
}

@media all and (min-width: 770px) {
  .home-arrow {
    position: relative;
    bottom: 100px;
  }
}

@media all and (min-width: 960px) {
  .home-arrow {
    bottom: 0;
    height: 0;
  }

  .home-arrow--why {
    bottom: 100px;
  }
}

.home-arrow.-university {
  width: 100%;
  height: 31px;
  position: absolute;
  left: 0;
  bottom: 50px;
}

@media all and (min-width: 960px) {
  .home-arrow.-university {
    bottom: 0;
  }
}

@media all and (min-width: 760px) {
  .home-arrow__inner {
    position: static;
  }
}

@media all and (min-width: 960px) {
  .home-arrow__inner {
    position: absolute;
    width: 100%;
    top: -70px;
  }
}

.home--turtles .container {
  position: relative;
  z-index: 2;
}

.turtle--arrow.animate {
  -webkit-animation: spin 1s ease-out;
  animation: spin 1s ease-out;
}

@media all and (min-width: 600px) {
  .turtle--arrow.animate {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}

@media all and (min-width: 900px) {
  .turtle--arrow.animate {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
  }
}

.turtle {
  position: absolute;
  left: -200px;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.turtle--1 {
  width: 234px;
  height: 59px;
  background-image: url("../images/turtle--1.png");
  bottom: 50px;
}

@media all and (min-width: 960px) {
  .turtle--1 {
    width: 468px;
    height: 117px;
  }
}

.turtle--2 {
  width: 192px;
  height: 37px;
  background-image: url("../images/turtle--2.png");
  bottom: 150px;
  -webkit-animation: turtle 3.5s infinite linear;
  animation: turtle 3.5s infinite linear;
}

@media all and (min-width: 960px) {
  .turtle--2 {
    width: 383px;
    height: 73px;
    bottom: 200px;
  }
}

.turtle--3 {
  width: 47px;
  height: 24px;
  background-image: url("../images/turtle--3.png");
  bottom: 250px;
  -webkit-animation: turtle 8s infinite linear 3s;
  animation: turtle 8s infinite linear 3s;
}

@media all and (min-width: 960px) {
  .turtle--3 {
    width: 94px;
    height: 48px;
    bottom: 300px;
  }
}

.page--university {
  height: 100%;
}

.page--university .section--bg--university {
  height: 100%;
}

.university__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  z-index: -1;
}

.university-img--m {
  max-width: 533px;
}

.university-img--s {
  max-width: 415px;
}

.refer--box {
  border-radius: 3px;
}

.refer--box p:last-child {
  margin-bottom: 0;
}

@media all and (min-width: 820px) {
  .section--content {
    min-height: 50%;
  }
}

.elements--university .element {
  margin-bottom: 20px;
}

.elements--university .element--spacer {
  height: 20px;
  margin-bottom: 0;
}

.elements--university .element--spacer.element--admin {
  border: 1px dashed #e1e9ec;
  font-size: 14px;
  line-height: 20px;
}

.university-hero__title {
  margin-bottom: 0;
}

.university-hero__subtitle {
  color: #fff;
  margin-bottom: 40px;
}

.section--research {
  padding: 70px 0;
}

.research__item {
  width: 100%;
  margin-bottom: 1.6rem;
  float: left;
  overflow: hidden;
  border: 1px solid #e1e9ec;
  border-radius: 5px;
}

.research__item.-unpublished {
  opacity: 0.7;
}

@media all and (min-width: 500px) {
  .research__item {
    width: 48%;
  }

  .research__item:nth-child(2n + 1) {
    clear: left;
  }

  .research__item:nth-child(2n + 2) {
    margin-left: 4%;
  }
}

@media all and (min-width: 800px) {
  .research__item {
    width: 30%;
  }

  .research__item:nth-child(2n + 1) {
    clear: none;
  }

  .research__item:nth-child(2n + 2) {
    margin-left: 0;
  }

  .research__item:nth-child(3n + 1) {
    clear: left;
  }

  .research__item:nth-child(3n + 2),
  .research__item:nth-child(3n + 3) {
    margin-left: 5%;
  }

  .research__item.-cs-index {
    margin-bottom: 80px;
  }
}

.research__item p {
  margin-bottom: 0;
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 300;
}

.research__content {
  padding: 20px;
}

.research__title {
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 5px;
}

.research__text {
  overflow: hidden;
  height: 81px;
}

.research__link {
  vertical-align: middle;
  line-height: 1;
}

.research__link svg {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 8px;
}

.research__publish {
  display: block;
  margin-top: 20px;
}

.check-box {
  border-radius: 3px;
}

.check-box--pass {
  background: #b5dfcf;
}

.check-box--fail {
  background: #f9b2a0;
}

.cb-col {
  padding: 20px;
  float: left;
  position: relative;
}

.cb-col--left {
  width: 70%;
  padding-bottom: 120px;
}

.cb-col--right {
  width: 30%;
  font-size: 16px;
}

.cb-icon {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.cb-icon--pass {
  background: #60b696;
}

.cb-icon--fail {
  background: #ff5c5e;
}

.cb-icon .svg-icon {
  fill: #fff;
  width: 30px;
  height: 30px;
  position: relative;
  top: 10px;
  left: 10px;
}

.cb-footer {
  font-size: 16px;
  position: absolute;
  bottom: 0;
}

.check-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 20;
  padding: 40px;
  background: rgba(255, 255, 255, 0.8);
  display: none;
}

.check-overlay img {
  display: block;
  width: 100%;
  max-width: 1220px;
  height: auto;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.features__how-it-works .container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.features-video {
  max-width: 854px;
}

.features-intro .two-cols--features-intro {
  position: relative;
  width: 100%;
}

@media all and (min-width: 1050px) {
  .features-intro .two-cols--features-intro .two-cols__text--features-intro {
    z-index: 1;
    position: absolute;
    left: 0;
    max-width: 480px;
    padding-top: 50px;
  }
}

.features-intro .two-cols--features-intro .two-cols__image--features-intro {
  text-align: center;
  max-width: 690px;
  margin: 0 auto;
}

@media all and (min-width: 1050px) {
  .features-intro .two-cols--features-intro .two-cols__image--features-intro {
    float: right;
  }
}

.features-outro .h2 {
  margin-bottom: 5px;
}

.features-outro__video {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}

.logo-grid,
.logo-grid__row {
  vertical-align: middle;
  width: 100%;
}

.logo-grid__row {
  display: table;
  max-width: 100%;
  margin: 0 auto;
}

@media all and (min-width: 1026px) {
  .logo-grid__row {
    display: inline-table;
    max-width: 850px;
  }
}

.logo-grid__item {
  display: inline-block;
  margin-right: 5px;
}

@media all and (min-width: 920px) {
  .logo-grid__item {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 245px;
    padding: 10px 0;
    margin-right: 0;
  }
}

.logo-grid__item img {
  height: auto;
  max-width: 100%;
}

.logo-grid__item .editable {
  max-width: 160px;
  margin: 0 auto;
  word-break: break-all;
}

.logo-grid__item .editable p {
  padding: 5px;
  border: 1px dashed;
  border-radius: 5px;
}

.logo-grid__title {
  font-size: 1.3333333333em;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  text-align: left;
}

@media all and (min-width: 920px) {
  .logo-grid__title {
    text-align: center;
    width: 100%;
  }
}

@media all and (min-width: 1026px) {
  .logo-grid__title {
    text-align: left;
    width: 100px;
    margin-right: 10px;
    display: inline-block;
  }
}

@media all and (min-width: 600px) {
  .logo-grid__title {
    font-size: 1.5555555556em;
  }
}

@media all and (min-width: 800px) {
  .logo-grid__title {
    font-size: 1.7777777778em;
  }
}

.logo-grid__title--primary {
  color: #1a82d8;
}

.logo-grid__title--secondary {
  color: #00b5cf;
}

/* -- Admin -- */
.admin-table {
  width: 100%;
  background-color: #f3f3f3;
  box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.14);
}

.admin-table th,
.admin-table td {
  text-align: center;
}

.admin-table__heading {
  padding: 1em;
  border-bottom: 1px solid #dadfdf;
}

.admin-table__heading.image {
  min-width: 340px;
}

.admin-table__heading.change {
  max-width: 150px;
}

.admin-table__heading.delete {
  max-width: 100px;
}

.admin-table__heading ~ * {
  border-left: 1px solid #dadfdf;
}

.admin-table .admin-row {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

.admin-table .admin-row.-bg-light {
  background-color: #fbfbfb;
  border: 0;
}

.admin-table .admin-cell {
  padding: 1em;
}

.admin-table .admin-cell.image {
  padding: 20px;
  text-align: center;
  line-height: 1.4;
}

.admin-table .admin-cell.image img {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.14);
}

.admin-table .admin-cell.change {
  text-align: center;
}

.admin-table .admin-cell.delete {
  text-align: center;
}

.admin-table .admin-cell.delete a {
  color: #f00;
}

.admin-table .admin-cell ~ * {
  border-left: 1px solid #dadfdf;
}

/* .page--home .section {
max-height:1200px;
} */

/* Blog Pagination */

.js-blog-index .pagination.push--two--bottom {
  border-top: 0;
  padding-top: 0;
}

.js-blog-index nav.navigation.pagination {
  padding: 0;
  border-top: 0;
  float: none;
  width: 100%;
}

.js-blog-index .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.js-blog-index .nav-links .page-numbers {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  margin: 0 4px;
  border-radius: 3px;
  font-weight: 500;
  float: none;
  padding: 0;
  position: relative;
  color: #7d8388;
}

.js-blog-index .nav-links .page-numbers span {
  top: 0;
  left: 0;
}

.js-blog-index .nav-links .page-numbers:hover,
.js-blog-index .nav-links .page-numbers.current {
  background-color: #1174cc;
  color: white !important;
  box-shadow: none !important;
}

.js-blog-index .nav-links .prev,
.js-blog-index .nav-links .next {
  background-color: #e1e9ec;
  background-repeat: no-repeat;
  background-size: 7px 15px;
  background-position: center center;
}

.js-blog-index .nav-links .prev {
  background-image: url("../images/pagination-arrow--left.png");
}

.js-blog-index .nav-links .prev:hover {
  background-image: url("../images/pagination-arrow--left--white.png");
  background-color: #1174cc;
}

.js-blog-index .nav-links .next {
  background-image: url("../images/pagination-arrow--right.png");
}

.js-blog-index .nav-links .next:hover {
  background-image: url("../images/pagination-arrow--right--white.png");
  background-color: #1174cc;
}

.js-blog-index .pagination span:last-child,
.js-blog-index .pagination span:first-child {
  background-image: none;
  background-color: transparent;
}

.js-blog-index .nav-links .page-numbers .screen-reader-text {
  color: transparent;
  position: absolute !important;
  top: 0;
  left: 0;
}

.promo-boxes--mobile .promo-box__img {
  height: 112px;
}

.promo-boxes--mobile .promo-box__img > img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.flex-v-center-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-block blockquote {
  quotes: none !important;
  text-indent: 0;
  text-align: center;
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
}

.blog-block blockquote p {
  line-height: 27px;
}

.blog-block blockquote p::before {
  content: "\201C";
  font-size: 32px;
  margin-right: 10px;
}

.blog-block blockquote p::after {
  content: "\201D";
  font-size: 32px;
  margin-right: 10px;
}

/* Custom style for the getting started (resources) section */
.section-tree-with-article {
  width: 100%;
}

.section-tree-with-article .section:first-child {
  padding-top: 0;
}

.section-tree-with-article .section {
  padding-top: 35px;
  padding-bottom: 45px;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
}

.section-tree-with-article .section h2 {
  margin: 0px 0px 12px;
}

.section-tree-with-article .section h2 a:link,
.section-tree-with-article .section h2 a:hover,
.section-tree-with-article .section h2 a:active,
.section-tree-with-article .section h2 a:visited {
  color: #2c2d30;
}

.section-tree-with-article .section .article-list {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  column-gap: 20px;
}

.sidebar .article-list {
  list-style: none;
  margin-left: 0;
  font-weight: bold;
}

.sidebar .article-list li a.active,
.sidebar .article-list li a:hover {
  color: white;
  background: #00aac6;
}

.sidebar .article-list li a {
  border-radius: 4px;
  margin-bottom: 4px;
  display: block;
  color: #2c2d30;
  text-decoration: none;
  padding: 5px 10px 6px;
  line-height: 22px;
}

.wysiwyg-container img {
  width: 100%;
  height: auto;
}

.wysiwyg-container iframe {
  width: 100%;
}

.resources-grid__item.full-width {
  max-width: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 600px) {
  .resources-grid__item.full-width {
    flex-wrap: wrap;
    height: 100%;
  }

  .resources-grid__item.full-width .resource-item__img-link.img--full,
  .resources-grid__item.full-width .resource-item__body {
    width: 100% !important;
  }

  .resources-grid__item.full-width .resource-item__img-link.img--full {
    height: 0;
  }

  .resources-grid__item.full-width .resource-item__button {
    flex: 1 100%;
  }
}

.resources-grid__item.full-width .resource-item__img-link.img--full {
  width: 40%;
  min-height: 250px;
  height: 100%;
  padding-bottom: 0;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.resources-grid__item.full-width .resource-item__body {
  padding: 40px;
  width: 60%;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.resources-grid__item.full-width .resource-item__title {
  margin-bottom: 1rem;
  text-align: left;
  margin-left: 5px;
  margin-right: 5px;
}

.resources-grid__item.full-width .resource-item__description {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 14px;
  font-weight: 400;
}

.resources-grid__item.full-width .resource-item__buttons {
  display: flex;
  flex-wrap: wrap; /* justify-content: space-between; */
}

.resources-grid__item.full-width .resource-item__button {
  background: #0072ce;
  color: white;
  padding: 10px 20px;
  border-radius: 3px;
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 500;
  margin: 5px;
  min-width: 200px;
  text-align: center;
}

.resources-grid__title {
  margin-left: 10px;
  margin-right: 10px;
  width: 100%;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e1e9ec;
}

.resources-grid.articles-grid {
  margin: 0 -10px 40px;
}

.resources-grid.articles-grid .resource-item__body {
  min-height: auto;
  font-size: 16px;
  font-weight: 400;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.resources-grid.articles-grid .resources-grid__item {
  margin: 20px 10px;
}

.resources-grid.articles-grid .resource-item__title {
  text-align: left;
}

.resources-grid.articles-grid .resources-grid__item.final {
  display: flex;
  justify-content: center;
}

.resources-grid.articles-grid .resources-grid__item.final span {
  font-size: 18px;
  font-weight: 500;
  color: #0072cf;
  width: 100%;
}

.resources-grid.articles-grid .resources-grid__item.final .resource-item__body {
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  align-items: normal;
}

.getting-started__cta-sidebar {
  background-color: #f1f6f7;
  text-align: center;
  padding: 40px;
}

.getting-started__cta-sidebar a {
  display: inline-block;
  background: #00aac6;
  color: white;
  padding: 10px 20px;
  border-radius: 3px;
  font-family: "Helvetica Neue", "Roboto", Helvetica, sans-serif;
  font-weight: 500;
}

.text--white {
  color: white !important;
}

.resources-getting-started__sidebar {
  position: relative;
  margin-left: 1.5rem;
  margin-bottom: 150px;
  padding-left: 1.5rem;
  list-style: none;
  border-left: 4px solid #00325b;
}

.resources-getting-started__sidebar.small {
  margin-bottom: 50px;
  margin-top: 13px;
}

.resources-getting-started__sidebar li {
  position: relative;
  margin-bottom: 2rem;
  font-size: 24px;
  font-weight: 500;
  color: #0072cf;
}

.resources-getting-started__sidebar.small li {
  font-size: 18px;
  margin-bottom: 1.5rem;
}

.resources-getting-started__sidebar li::before {
  content: url("../images/arrow-right--white.svg");
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: -50px;
  padding: 0 9px;
  background-color: #00325b;
  border-radius: 50%;
  border: 2px solid white;
}

.resources-getting-started__sidebar.small li::before {
  width: 35px;
  height: 35px;
  left: -46px;
  padding: 2px 9px;
}

.resources-getting-started__sidebar.small li a.active {
  font-weight: 600;
}

.post-pagination {
  border-top: 1px solid #e1e9ec;
  border-bottom: 1px solid #e1e9ec;
  padding: 20px 0;
  margin-top: 40px;
  margin-bottom: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.post-pagination .left,
.post-pagination .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  color: white;
}

.post-pagination .right {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .post-pagination {
    display: block;
  }

  .post-pagination .left,
  .post-pagination .right {
    width: 100%;
  }

  .post-pagination .left {
    margin-bottom: 20px;
  }
}

.post-pagination .left a,
.post-pagination .right a {
  display: inline-block;
  font-size: 16px;
  color: #00aac6 !important;
  font-weight: 400;
  max-width: 350px;
  position: relative;
}

.post-pagination .left a::before,
.post-pagination .right a::after {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 9px;
  background-color: #00325b;
  border-radius: 50%;
  border: 2px solid white;
}

.post-pagination .right a::after {
  content: url("../images/arrow-right--white.svg");
}

.post-pagination .left a::before {
  content: url("../images/arrow-left--white.svg");
}

.post-pagination .left a {
  padding-left: 50px;
  margin-right: auto;
}

.post-pagination .right a {
  padding-right: 50px;
  margin-left: auto;
}

.post-pagination .right a::after {
  right: 0;
}

.post-pagination .left a::before {
  left: 0;
}

.image-16-9 {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  background-image: linear-gradient(to bottom, rgba(black, 0.08), rgba(black, 0.03));
}

.image-16-9 img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  width: 100%;
  height: auto;
  object-fit: cover;
  height: 100%;
  bottom: 0;
}

.resource-item__img-link {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 45%;
  position: relative;
  background-image: linear-gradient(to bottom, rgba(black, 0.08), rgba(black, 0.03));
}

.resource-item__img-link img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  width: 100%;
  height: auto;
  object-fit: cover;
  height: 100%;
  bottom: 0;
}

.container.no-header-image {
  padding-top: 2rem;
  padding-bottom: 0rem;
}

.container.no-header-image h1 {
  margin-bottom: 0;
}

.container.no-header-image p {
  margin-top: 1rem;
}

.container.no-header-image p:empty {
  display: none;
}
