@charset "UTF-8";
/*------------------------------------*\
    STYLE.CSS
\*------------------------------------*/
/**
 * @use: gulp watch --production
 *
 * Here we pull in some variables, include the handler framework, then add our
 * project-specific components afterwards.
 */
/**
 * Initialize
 */
/*------------------------------------*\
    KERNEL STYLESHEET
\*------------------------------------*/
/**
 * This file acts as a base stylesheet which you should extend with your own
 * theme stylesheet.
 *
 * This file 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. This file 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.
 *
 * 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.
 */
/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * CONTENTS............You’re reading it!
 * 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
 */
/*------------------------------------*\
    $IMPORTS
\*------------------------------------*/
/**
 * Setup
 */
/*------------------------------------*\
    $SETUP
\*------------------------------------*/
/**
 * Defaults
 */
/**
 * Generic utility styles etc.
 */
/*------------------------------------*\
    $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 ?
 */
/*------------------------------------*\
    $GRID-SIZE
\*------------------------------------*/
/*------------------------------------*\
    $HEIGHT & LINE-HEIGHTS
\*------------------------------------*/
/**
 * Golden ratio: 1.61803398875
 */
/**
 * Default prealoder/spinner size
 */
/*------------------------------------*\
    $TYPOGRAPHY
\*------------------------------------*/
/**
 * Base stuff
 */
/**
 * Base font-family.
 */
/**
 * Base brand colours
 */
/**
 * Grayscale and brand colors for use across framework.
 */
/*------------------------------------*\
    $FONT-SIZES
\*------------------------------------*/
/**
 * Font-sizes (in pixels). Refer to relevant sections for their implementations.
 */
/*------------------------------------*\
    $CUBIC-BEZER
\*------------------------------------*/
/**
 * CSS cubic-bezier timing functions. Timing functions courtesy of jquery.easie (github.com/jaukia/easie)
 *
 * Timing functions are the same as demoed here: http://jqueryui.com/resources/demos/effect/easing.html
 *
 * @type cubic-bezier
 */
/**
 * Default preloader/spinner cubic-bezier
 */
/*------------------------------------*\
    $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?
 */
/*------------------------------------*\
    $RESPONSIVE
\*------------------------------------*/
/**
 * Grid breakpoints
 *
 * Define the minimum dimensions at which your layout will change,
 * adapting to different screen sizes, for use in media queries.
 */
/**
 * Grid containers
 *
 * Define the maximum width of `.container` for different screen sizes.
 */
/**
 * Grid columns
 *
 * Set the number of columns and specify the width of the gutters.
 */
/*------------------------------------*\
    $OPTIONS
\*------------------------------------*/
/**
 * Quickly modify global styling by enabling or disabling optional features.
 */
/**
 * Which objects and abstractions would you like to use?
 */
/*------------------------------------*\
    $FRAMEWORK
\*------------------------------------*/
/**
 * handler will work these next ones out for use within the framework.
 *
 * Assign our `$base-line-height` to a new spacing var for more transparency.
 */
/*------------------------------------*\
    $_FUNCTIONS VARS
\*------------------------------------*/
/**
 * Buttons
 */
/**
 * Inputs
 */
/**
 * A global setting to enable or disable the `$asset-pipeline` variable for all functions that accept it.
 *
 * @type Bool
 */
/**
 * Mixins
 */
/**
 * 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);
   }
 *
 */
/**
 * Provides an SVG background image with PNG fallback
 * and @2x for retina devices
 *
 * @param {String} $name
 * @param {Bool} $repeat
 */
/**
 * Provides a quick method for targeting `border-color` on specific sides of a box. Use a `null` value to “skip” a side.
 *
 * @param {Arglist} $vals
 *   List of arguments
 *
 * @example scss - Usage
 *   .element {
 *     @include border-color(#a60b55 #76cd9c null #e8ae1a);
 *   }
 *
 * @example css - CSS Output
 *   .element {
 *     border-left-color: #e8ae1a;
 *     border-right-color: #76cd9c;
 *     border-top-color: #a60b55;
 *   }
 *
 * @require {mixin} directional-property
 *
 * @output `border-color`
 */
/**
 * Provides a quick method for targeting `border-style` on specific sides of a box. Use a `null` value to “skip” a side.
 *
 * @param {Arglist} $vals
 *   List of arguments
 *
 * @example scss - Usage
 *   .element {
 *     @include border-style(dashed null solid);
 *   }
 *
 * @example css - CSS Output
 *   .element {
 *     border-bottom-style: solid;
 *     border-top-style: dashed;
 *   }
 *
 * @require {mixin} directional-property
 *
 * @output `border-style`
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Provides a quick method for targeting `border-width` on specific sides of a box. Use a `null` value to “skip” a side.
 *
 * @param {Arglist} $vals
 *   List of arguments
 *
 * @example scss - Usage
 *   .element {
 *     @include border-width(1em null 20px);
 *   }
 *
 * @example css - CSS Output
 *   .element {
 *     border-bottom-width: 20px;
 *     border-top-width: 1em;
 *   }
 *
 * @require {mixin} directional-property
 *
 * @output `border-width`
 */
/*------------------------------------*\
    $BREAKPOINTS
\*------------------------------------*/
/**
 * Breakpoints are defined as a map of (name: minimum width),
 * order from small to large: (xs: 0, sm: 544px, md: 768px)
 *
 * The map defined in the `$grid-breakpoints` global variable is
 * used as the `$breakpoints` argument by default.
 */
/**
 * Provides an calculate.
 *
 * @param {String} $property
 * @param {Int} $value
 */
/**
 * Center vertically and/or horizontally an absolute
 * positioned element
 *
 * @param {String} $xy
 */
/**
 * 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
 */
/**
 * @include font-smoothing;
 */
/*------------------------------------*\
    $MEDIA QUERIES
\*------------------------------------*/
/**
 * Grid system
 *
 * Generate semantic grid columns with these mixins.
 */
/**
 * For each breakpoint, define the maximum width of the container in a media query
 */
/**
 * Framework grid generation
 *
 * Used only by Bootstrap to generate the correct number of grid classes given
 * any value of `$grid-columns`
 */
/**
 * 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.
 */
/**
 * Hides the text in an element, commonly used to show an image. Some elements will need block-level styles applied.
 *
 * @link http://zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement
 *
 * @example scss - Usage
 *   .element {
 *     @include hide-text;
 *   }
 *
 * @example css - CSS Output
 *   .element {
 *     overflow: hidden;
 *     text-indent: 101%;
 *     white-space: nowrap;
 *   }
 */
/**
 * Limits the number of lines of text displayed in a block element.
 * In order to achieve the effect, it needs to be combo-ed with a
 * couple of other exotic WebKit properties
 *
 * @param {Int} $size
 */
/**
 * Provides a quick method for targeting `margin` on specific sides of a box. Use a `null` value to “skip” a side.
 *
 * @param {Arglist} $vals
 *   List of arguments
 *
 * @example scss - Usage
 *   .element {
 *     @include margin(null 10px 3em 20vh);
 *   }
 *
 * @example css - CSS Output
 *   .element {
 *     margin-bottom: 3em;
 *     margin-left: 20vh;
 *     margin-right: 10px;
 *   }
 *
 * @require {mixin} directional-property
 *
 * @output `margin`
 */
/**
 * This mixin ensures cross browser opacity all the way
 * down to Internet Explorer 5.
 *
 * @param {Int} $opacity
 */
/**
 * Provides a quick method for targeting `padding` on specific sides of a box. Use a `null` value to “skip” a side.
 *
 * @param {Arglist} $vals
 *   List of arguments
 *
 * @example scss - Usage
 *   .element {
 *     @include padding(12vh null 10px 5%);
 *   }
 *
 * @example css - CSS Output
 *   .element {
 *     padding-bottom: 10px;
 *     padding-left: 5%;
 *     padding-top: 12vh;
 *   }
 *
 * @require {mixin} directional-property
 *
 * @output `padding`
 */
/**
 * Provides a quick method for setting an element’s position. Use a `null` value to “skip” a side.
 *
 * @param {Position} $position [relative]
 *   A CSS position value
 *
 * @param {Arglist} $coordinates [null null null null]
 *   List of values that correspond to the 4-value syntax for the edges of a box
 *
 * @example scss - Usage
 *   .element {
 *     @include position(absolute, 0 null null 10em);
 *   }
 *
 * @example css - CSS Output
 *   .element {
 *     left: 10em;
 *     position: absolute;
 *     top: 0;
 *   }
 *
 * @require {function} is-length
 * @require {function} unpack
 */
/**
 * Sets the `width` and `height` of the element.
 *
 * @param {List} $size
 *   A list of at most 2 size values.
 *
 *   If there is only a single value in `$size` it is used for both width and height. All units are supported.
 *
 * @example scss - Usage
 *   .first-element {
 *     @include size(2em);
 *   }
 *
 *   .second-element {
 *     @include size(auto 10em);
 *   }
 *
 * @example css - CSS Output
 *   .first-element {
 *     width: 2em;
 *     height: 2em;
 *   }
 *
 *   .second-element {
 *     width: auto;
 *     height: 10em;
 *   }
 *
 */
/**
 * Provides a quick method for setting an triangle
 *
 * @param {Size} $size
 * @param {Arglist} $color
 * @param {Arglist} $direction
 *
 * @require {function} length
 * @require {function} nth
 */
/**
 * Force overly long spans of text to truncate, e.g.:
 *
   `@include truncate(100%, true);`
 *
 * Where `$truncation-boundary` is a united measurement.
 */
/**
 * Provides an easy way to change the `word-wrap` property.
 *
 * @param {String} $wrap [break-word]
 *   Value for the `word-break` property.
 *
 * @example scss - Usage
 *   .wrapper {
 *     @include word-wrap(break-word);
 *   }
 *
 * @example css - CSS Output
 *   .wrapper {
 *     overflow-wrap: break-word;
 *     word-break: break-all;
 *     word-wrap: break-word;
 *   }
 */
/**
 * Functions
 */
/**
 * Assigned inputs
 */
/*------------------------------------*\
    $BREAKPOINTS
\*------------------------------------*/
/**
 * Breakpoints are defined as a map of (name: minimum width),
 * order from small to large: (xs: 0, sm: 544px, md: 768px)
 *
 * The map defined in the `$grid-breakpoints` global variable is
 * used as the `$breakpoints` argument by default.
 */
/**
 * Name of the next breakpoint, or null for the last breakpoint.
 *
 * >> breakpoint-next(sm)
 * md
 * >> breakpoint-next(sm, (xs: 0, sm: 544px, md: 768px))
 * md
 * >> breakpoint-next(sm, $breakpoint-names: (xs sm md))
 * md
 */
/**
 * Minimum breakpoint width. Null for the smallest (first) breakpoint.
 *
 * >> breakpoint-min(sm, (xs: 0, sm: 544px, md: 768px))
 * 544px
 */
/**
 * Maximum breakpoint width. Null for the largest (last) breakpoint.
 * The maximum value is calculated as the minimum of the next one less 0.1.
 *
 * >> breakpoint-max(sm, (xs: 0, sm: 544px, md: 768px))
 * 767px
 */
/**
 * Checks if a list contains a value(s).
 *
 * @access private
 *
 * @param {List} $list
 *   The list to check against.
 *
 * @param {List} $values
 *   A single value or list of values to check for.
 *
 * @example scss - Usage
 *   contains($list, $value)
 *
 * @return {Bool}
 */
/**
 * Checks if a list does not contains a value.
 *
 * @access private
 *
 * @param {List} $list
 *   The list to check against.
 *
 * @return {Bool}
 */
/**
 * Checks for a valid CSS length.
 *
 * @param {String} $value
 */
/**
 * Programatically determines whether a color is light or dark.
 *
 * @link http://robots.thoughtbot.com/closer-look-color-lightness
 *
 * @param {Color (Hex)} $color
 *
 * @example scss - Usage
 *   is-light($color)
 *
 * @return {Bool}
 */
/**
 * Checks for a valid number.
 *
 * @param {Number} $value
 *
 * @require {function} contains
 */
/**
 * Checks for a valid CSS size.
 *
 * @param {String} $value
 *
 * @require {function} contains
 * @require {function} is-length
 */
/**
 * Scaling Variables
 */
/**
 * Convert pixels to ems
 * eg. for a relational value of 12px write em(12) when the parent is 16px
 * if the parent is another value say 24px write em(12, 24)
 */
/**
 * Convert pixels to rems
 * eg. for a relational value of 12px write rem(12)
 * Assumes $em-base is the font-size of <html>
 */
/**
 * Mixes a color with black.
 *
 * @param {Color} $color
 *
 * @param {Number (Percentage)} $percent
 *   The amount of black to be mixed in.
 *
 * @example scss - Usage
 *   .element {
 *     background-color: shade(#ffbb52, 60%);
 *   }
 *
 * @example css - CSS Output
 *   .element {
 *     background-color: #664a20;
 *   }
 *
 * @return {Color}
 */
/**
 * Strips the unit from a number.
 *
 * @param {Number (With Unit)} $value
 *
 * @example scss - Usage
 *   $dimension: strip-units(10em);
 *
 * @example css - CSS Output
 *   $dimension: 10;
 *
 * @return {Number (Unitless)}
 */
/**
 * Mixes a color with white.
 *
 * @param {Color} $color
 *
 * @param {Number (Percentage)} $percent
 *   The amount of white to be mixed in.
 *
 * @example scss - Usage
 *   .element {
 *     background-color: tint(#6ecaa6, 40%);
 *   }
 *
 * @example css - CSS Output
 *   .element {
 *     background-color: #a8dfc9;
 *   }
 *
 * @return {Color}
 */
/**
 * Return vendor-prefixed property names if appropriate
 * Example: transition-property-names((transform, color, background), moz) -> -moz-transform, color, background
 */
/**
 * Converts shorthand to the 4-value syntax.
 *
 * @param {List} $shorthand
 *
 * @example scss - Usage
 *   .element {
 *     margin: unpack(1em 2em);
 *   }
 *
 * @example css - CSS Output
 *   .element {
 *     margin: 1em 2em 1em 2em;
 *   }
 */
/**
 * Helpers
 */
/**
 * Generates variables for all buttons. Please note that you must use interpolation on the variable: `false`.
 *
 * @example scss - Usage
 *   false {
 *     background-color: #f00;
 *   }
 *
 *   false,
 *   false {
 *     background-color: #0f0;
 *   }
 *
 *   false {
 *     background-color: #00f;
 *   }
 *
 * @example css - CSS Output
 *   button,
 *   input[type="button"],
 *   input[type="reset"],
 *   input[type="submit"] {
 *     background-color: #f00;
 *   }
 *
 *   button:focus,
 *   input[type="button"]:focus,
 *   input[type="reset"]:focus,
 *   input[type="submit"]:focus,
 *   button:hover,
 *   input[type="button"]:hover,
 *   input[type="reset"]:hover,
 *   input[type="submit"]:hover {
 *     background-color: #0f0;
 *   }
 *
 *   button:active,
 *   input[type="button"]:active,
 *   input[type="reset"]:active,
 *   input[type="submit"]:active {
 *     background-color: #00f;
 *   }
 *
 * @require assign-inputs
 *
 * @type List
 */
/**
 * Generates variables for all text-based inputs. Please note that you must use interpolation on the variable: `false`.
 *
 * @example scss - Usage
 *   false {
 *     border: 1px solid #f00;
 *   }
 *
 *   false,
 *   false {
 *     border: 1px solid #0f0;
 *   }
 *
 *   false {
 *     border: 1px solid #00f;
 *   }
 *
 * @example css - CSS Output
 *   input[type="color"],
 *   input[type="date"],
 *   input[type="datetime"],
 *   input[type="datetime-local"],
 *   input[type="email"],
 *   input[type="month"],
 *   input[type="number"],
 *   input[type="password"],
 *   input[type="search"],
 *   input[type="tel"],
 *   input[type="text"],
 *   input[type="time"],
 *   input[type="url"],
 *   input[type="week"],
 *   textarea {
 *     border: 1px solid #f00;
 *   }
 *
 *   input[type="color"]:focus,
 *   input[type="date"]:focus,
 *   input[type="datetime"]:focus,
 *   input[type="datetime-local"]:focus,
 *   input[type="email"]:focus,
 *   input[type="month"]:focus,
 *   input[type="number"]:focus,
 *   input[type="password"]:focus,
 *   input[type="search"]:focus,
 *   input[type="tel"]:focus,
 *   input[type="text"]:focus,
 *   input[type="time"]:focus,
 *   input[type="url"]:focus,
 *   input[type="week"]:focus,
 *   textarea:focus,
 *   input[type="color"]:hover,
 *   input[type="date"]:hover,
 *   input[type="datetime"]:hover,
 *   input[type="datetime-local"]:hover,
 *   input[type="email"]:hover,
 *   input[type="month"]:hover,
 *   input[type="number"]:hover,
 *   input[type="password"]:hover,
 *   input[type="search"]:hover,
 *   input[type="tel"]:hover,
 *   input[type="text"]:hover,
 *   input[type="time"]:hover,
 *   input[type="url"]:hover,
 *   input[type="week"]:hover,
 *   textarea:hover {
 *     border: 1px solid #0f0;
 *   }
 *
 *   input[type="color"]:active,
 *   input[type="date"]:active,
 *   input[type="datetime"]:active,
 *   input[type="datetime-local"]:active,
 *   input[type="email"]:active,
 *   input[type="month"]:active,
 *   input[type="number"]:active,
 *   input[type="password"]:active,
 *   input[type="search"]:active,
 *   input[type="tel"]:active,
 *   input[type="text"]:active,
 *   input[type="time"]:active,
 *   input[type="url"]:active,
 *   input[type="week"]:active,
 *   textarea:active {
 *     border: 1px solid #00f;
 *   }
 *
 * @require assign-inputs
 *
 * @type List
 */
/**
 * Directional-property mixins are shorthands for writing properties like the following
 *
 * @ignore You can also use `false` instead of `null`.
 *
 * @param {List} $vals
 *   List of directional values
 *
 * @example scss - Usage
 *   .element {
 *     @include border-style(dotted null);
 *     @include margin(null 0 10px);
 *   }
 *
 * @example css - CSS Output
 *   .element {
 *     border-bottom-style: dotted;
 *     border-top-style: dotted;
 *     margin-bottom: 10px;
 *     margin-left: 0;
 *     margin-right: 0;
 *   }
 *
 * @require {function} contains-falsy
 *
 * @return {List}
 */
/**
 *Output directional properties, for instance `margin`.
 *
 * @access private
 *
 * @param {String} $pre
 *   Prefix to use
 * @param {String} $suf
 *   Suffix to use
 * @param {List} $vals
 *   List of values
 *
 * @require {function} collapse-directionals
 * @require {function} contains-falsy
 */
/**
 * Base
 */
/*------------------------------------*\
    $NORMALIZE
\*------------------------------------*/
/*
 * Add the correct display in IE 9-.
 */
@import url("https://fonts.googleapis.com/css?family=Hind:300,400,600");
menu,
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

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

/**
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

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

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/*------------------------------------*\
    $LINKS
\*------------------------------------*/
a {
  color: #2d2d2d;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  /**
	 * The -webkit-touch-callout CSS property controls the display of
	 * the default callout shown when you touch and hold a touch target.
	 */
  /**
	 * Address `outline` inconsistency between Chrome and other browsers.
	 */
  /**
	 * Improve readability when focused and also mouse hovered in all browsers.
	 */
}

a[href^="mailto:"], a[href*=" mailto:"] {
  -webkit-touch-callout: none;
}

a:active, a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

/**
 * Add the correct background and color in IE 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: "“" "”" "‘" "’";
}

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*------------------------------------*\
    $EMBEDDED CONTENT
\*------------------------------------*/
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * 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: 1em 40px;
}

/*------------------------------------*\
    $FORMS
\*------------------------------------*/
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin-right: 2px;
  margin-left: 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"] {
  appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Correct the outline style in Safari.
 */
input[type="search"] {
  appearance: textfield;
  outline-offset: -2px;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  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...?
	*/
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

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

/*------------------------------------*\
    $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, .nav::after {
  content: "";
  display: block;
  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,
ul, ol, dl,
blockquote, p, address,
table,
fieldset, figure,
pre,
.form-fields > li,
.media,
.island,
.islet {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.islet h1, .islet h2, .islet h3, .islet h4, .islet h5, .islet h6, .islet
ul, .islet ol, .islet dl, .islet
blockquote, .islet p, .islet address, .islet
table, .islet
fieldset, .islet figure, .islet
pre, .islet .form-fields > li, .islet
.media, .islet
.island, .islet
.islet {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

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

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

/**
 * Where `margin-left` is concerned we want to try and indent certain elements
 * by a consistent amount. Define that amount once, here.
 */
ul, ol, dd {
  margin-left: 48px;
  margin-left: 3rem;
}

/**
 * Base styles; unclassed HTML elements etc.
 */
/*------------------------------------*\
    $MAIN
\*------------------------------------*/
html {
  font: 1rem / 1.5 "Hind", sans-serif;
  overflow-y: scroll;
  min-height: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga" on;
}

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

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

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

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

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

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

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

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

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

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

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

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

/*------------------------------------*\
    $QUOTES
\*------------------------------------*/
/**
 * If English quotes are set in `_vars.scss`, define them here.
 */
/**
 * Big up @boblet: html5doctor.com/blockquote-q-cite
 */
/**
 * Inline quotes.
 */
q {
  quotes: "\2018" "\2019" "\201C" "\201D";
}

q:before {
  content: "\2018";
}

q:after {
  content: "\2019";
}

q q:before {
  content: "\201C";
}

q q:after {
  content: "\201D";
}

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

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

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

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

blockquote q:before {
  content: "\2018";
}

blockquote q:after {
  content: "\2019";
}

/**
 *
   <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.
	 */
}

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

/*------------------------------------*\
    $DIVIDER
\*------------------------------------*/
/**
 * Divider class
 */
.divider {
  width: 100%;
  height: 0;
  margin: 24px 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  -webkit-tap-highlight-color: transparent;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/*------------------------------------*\
    $PRINT
\*------------------------------------*/
/**
 * Very crude, reset-like styles taken from the HTML5 Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/3c3c5e64604209a4d63e1e4c48dd245d45fadfd9/css/main.css#L200-L234
 */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /**
	 * Don’t show links that are fragment identifiers, or use the `javascript:`
	 * pseudo protocol.
	 */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

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

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

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

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

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

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

/**
 * Keep your images on your baseline.
 *
 * 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: 120px;
}

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

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

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

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

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

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

th,
td {
  padding: 6px;
  text-align: left;
}

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

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

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

[rowspan] {
  vertical-align: middle;
}

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

.numerical {
  text-align: right;
}

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

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

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

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

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

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

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

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

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

.form-fields > li: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;
}

/*-----------------------------------------------*\
    $WORDPRESS
\*-----------------------------------------------*/
/**
 * Core defaults
 */
body[data-ajax-loading] #wp-admin-bar-edit {
  display: none;
}

/**
 * Aligning
 */
.alignleft {
  float: left;
  text-align: left;
}

.wp-caption .alignleft {
  margin-right: 2em;
  margin-bottom: 2em;
}

.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.wp-caption .aligncenter {
  margin-right: auto;
  margin-bottom: 2em;
  margin-left: auto;
}

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

.wp-caption .alignright {
  margin-bottom: 2em;
  margin-left: 2em;
}

img.alignright {
  float: right;
  margin-bottom: 2em;
  margin-left: 2em;
}

img.alignleft {
  float: left;
  margin-right: 2em;
  margin-bottom: 2em;
}

img.aligncenter {
  display: block;
  margin-right: auto;
  margin-bottom: 2em;
  margin-left: auto;
}

/**
 * Captions
 */
.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor {
  line-height: 1;
}

/**
 * Text meant only for screen readers.
 */
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.screen-reader-text:focus {
  top: 5px;
  left: 5px;
  z-index: 100000;
  /* Above WP toolbar. */
  display: block;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  color: #171d25;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  font-weight: bold;
  text-decoration: none;
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
  clip: auto !important;
}

img.wp-smiley,
img.emoji {
  display: inline !important;
  border: 0 !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 .07em !important;
  vertical-align: -.1em !important;
  background: none !important;
  padding: 0 !important;
}

/**
 * All default elements for the framework
 */
/*------------------------------------*\
		$FONTELLO
	\*------------------------------------*/
@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello/fontello.eot?11227035");
  src: url("../fonts/fontello/fontello.eot?11227035#iefix") format("embedded-opentype"), url("../fonts/fontello/fontello.woff2?11227035") format("woff2"), url("../fonts/fontello/fontello.woff?11227035") format("woff"), url("../fonts/fontello/fontello.ttf?11227035") format("truetype"), url("../fonts/fontello/fontello.svg?11227035#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
	@media screen and (-webkit-min-device-pixel-ratio:0) {
	  @font-face {
		font-family: 'fontello';
		src: url('../fonts/fontello/fontello.svg?11227035#fontello') format('svg');
	  }
	}
	*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-emo-happy:before {
  content: '\e800';
}

/*-----------------------------------------------*\
    $GIST
\*-----------------------------------------------*/
/**
 * Basic Stuff
 */
.gist .gist-meta a {
  display: inline-block;
}

.gist .gist-failed {
  color: #e50e40;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
}

/*------------------------------------*\
		$KEYFRAMES
	\*------------------------------------*/
/**
	 * animate.css - http://daneden.me/animate
	 * Licensed under the MIT license - http://opensource.org/licenses/MIT
	 *
	 * Copyright (c) 2016 Daniel Eden
	 */
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate3d(0, -40px, 0);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: none;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate3d(0, 40px, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate3d(-40px, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate3d(40px, 0, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate3d(0, -40px, 0);
  }
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -40px, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-40px, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    transform: translate3d(40px, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 40px, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 40px, 0);
  }
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-40px, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(40px, 0, 0);
  }
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -40px, 0);
  }
}

/* pulse -- originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes heartbeat {
  0%, 28%, 70% {
    transform: scale(1);
  }
  14%, 42% {
    transform: scale(1.1);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(23px);
    transform: translateY(23px);
  }
}

/*-----------------------------------------------*\
    $BASIC LAZY LOAD
\*-----------------------------------------------*/
.lazy-load img.lazy {
  opacity: 0;
  filter: alpha(opacity=0);
  backface-visibility: hidden;
  perspective: 1000px;
}

.lazy-load img.lazy.is--not-loaded {
  width: 100%;
  min-height: 250px;
  margin: 0 auto 24px;
  opacity: 1;
  filter: alpha(opacity=100);
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzgiIGhlaWdodD0iMzgiIHZpZXdCb3g9IjAgMCAzOCAzOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiMzMzMiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxKSIgc3Ryb2tlLXdpZHRoPSIyIj4gICAgICAgICAgICA8Y2lyY2xlIHN0cm9rZS1vcGFjaXR5PSIuNSIgY3g9IjE4IiBjeT0iMTgiIHI9IjE4Ii8+ICAgICAgICAgICAgPHBhdGggZD0iTTM2IDE4YzAtOS45NC04LjA2LTE4LTE4LTE4Ij4gICAgICAgICAgICAgICAgPGFuaW1hdGVUcmFuc2Zvcm0gICAgICAgICAgICAgICAgICAgIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgICAgICAgICAgICAgICAgICAgIHR5cGU9InJvdGF0ZSIgICAgICAgICAgICAgICAgICAgIGZyb209IjAgMTggMTgiICAgICAgICAgICAgICAgICAgICB0bz0iMzYwIDE4IDE4IiAgICAgICAgICAgICAgICAgICAgZHVyPSIxcyIgICAgICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+ICAgICAgICAgICAgPC9wYXRoPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+) no-repeat;
  background-position: center;
}

.lazy-load img.lazy.is--not-loaded:last-of-type {
  margin-bottom: 0;
}

.lazy-load img.lazy.is--loaded {
  width: auto;
  height: auto;
  margin: inherit;
  opacity: 0;
  filter: alpha(opacity=0);
  animation: fadeIn .55s 0.2s forwards;
}

/*-----------------------------------------------*\
    $LAZY LOAD - W/ RANDOM ANIMATION
\*-----------------------------------------------*/
.image--load {
  position: relative;
  overflow: hidden;
}

.image--load picture {
  margin-bottom: 0;
  line-height: 0;
}

.image--load picture:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.image--load.from--top picture:before {
  transform: translateY(-100%);
}

.image--load.from--right picture:before {
  transform: translateX(100%);
}

.image--load.from--bottom picture:before {
  transform: translateY(100%);
}

.image--load.from--left picture:before {
  transform: translateX(-100%);
}

.image--load.base-accent--colour picture:before {
  background: #171d25;
}

.image--load.base-ui--colour picture:before {
  background: #32b38c;
}

.image--load.base-success--colour picture:before {
  background: #32b38c;
}

.image--load.is--loaded picture:before {
  transform: translateX(0);
  transition: 0.6s cubic-bezier(0.37, 0.16, 0.36, 0.98);
  opacity: .5;
}

.image--load.is--loaded picture img {
  transition: opacity .4s ease-in .4s;
  opacity: 1;
}

.image--load img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  opacity: 0;
}

.image--load .article--image {
  display: block;
  width: 100%;
  overflow: hidden;
}

.image--load .article--image img {
  width: 100%;
}

/*-----------------------------------------------*\
    $STICKY
\*-----------------------------------------------*/
/**
 * Basic stuff
 */
.is--sticky {
  position: static;
  transition: none;
  z-index: 800;
  /* Bound */
  /* Fixed */
  /* Bound/Fixed Position */
}

.is--sticky.bound {
  position: absolute;
  right: auto;
  left: auto;
}

.is--sticky.fixed {
  position: fixed;
  right: auto;
  left: auto;
}

.is--sticky.bound.top, .is--sticky.fixed.top {
  top: 0px;
  bottom: auto;
}

.is--sticky.bound.bottom, .is--sticky.fixed.bottom {
  top: auto;
  bottom: 0px;
}

/*-----------------------------------------------*\
    $OBJECT, IFRAME OR EMBED WRAPPER
\*-----------------------------------------------*/
/**
 * Basic stuff
 */
.fluid-video-wrapper {
  position: relative;
  padding: 0;
  width: 100%;
}

.fluid-video-wrapper iframe,
.fluid-video-wrapper object,
.fluid-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
 * Objects and abstractions
 */
/*------------------------------------*\
		$ACCORDION
	\*------------------------------------*/
.accordion {
  margin: 1em 0em 0em;
  padding: 0em;
  /**
		 * Child accordion
		 */
  /**
		 * Styled
		 */
}

.accordion.fluid {
  width: 100%;
}

.accordion,
.accordion .accordion {
  max-width: 100%;
  /**
			 * Active
			 */
}

.accordion .title,
.accordion .accordion .title {
  cursor: pointer;
}

.accordion .title ~ .content,
.accordion .accordion .title ~ .content {
  display: none;
}

.accordion .title .dropdown.icon,
.accordion .accordion .title .dropdown.icon {
  display: inline-block;
  float: none;
  opacity: 1;
  width: 1.25em;
  height: 1em;
  margin: 0 0.25em 0 0;
  padding: 0em;
  font-size: 1em;
  line-height: 1;
  transition: transform 0.1s ease, opacity 0.1s ease, transform 0.1s ease;
  vertical-align: baseline;
  transform: none;
  backface-visibility: hidden;
}

.accordion .active.content,
.accordion .accordion .active.content {
  display: block;
}

.accordion .active.title .dropdown.icon,
.accordion .accordion .active.title .dropdown.icon {
  transform: rotate(90deg);
}

.accordion .accordion {
  margin: 1em 0 0;
}

.accordion.styled {
  width: 600px;
}

.accordion.styled,
.accordion.styled .accordion {
  border-radius: 0.28571429rem;
  background: #fff;
  box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), 0px 0px 0px 1px rgba(34, 36, 38, 0.15);
}

.accordion.styled .title,
.accordion.styled .accordion .title {
  margin: 0em;
  padding: 0.75em 1em;
  color: rgba(0, 0, 0, 0.4);
  font-weight: bold;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  transition: background 0.1s ease, color 0.1s ease;
}

.accordion.styled .title:first-child,
.accordion.styled .accordion .title:first-child {
  border-top: none;
}

.accordion.styled .title.active,
.accordion.styled .accordion .title.active {
  background: transparent;
  color: rgba(0, 0, 0, 0.95);
}

.accordion.styled .content,
.accordion.styled .accordion .content {
  margin: 0em;
  padding: 0.5em 1em 1.5em;
}

/*------------------------------------*\
		$NAV
	\*------------------------------------*/
/**
	 * Nav abstraction as per: csswizardry.com/2011/09/the-nav-abstraction
	 * When used on an `ol` or `ul`, this class throws the list into horizontal mode
	 * e.g.:
	 *
	   <ul class=nav>
		   <li><a href=#>Home</a></li>
		   <li><a href=#>About</a></li>
		   <li><a href=#>Portfolio</a></li>
		   <li><a href=#>Contact</a></li>
	   </ul>
	 *
	 * Demo: jsfiddle.net/inuitcss/Vnph4
	 *
	 */
.nav {
  list-style: none;
  margin-left: 0;
}

.nav > li,
.nav > li > a {
  display: inline-block;
}

/**
	 * `.nav--stacked` extends `.nav` and throws the list into vertical mode, e.g.:
	 *
	   <ul class="nav  nav--stacked">
		   <li><a href=#>Home</a></li>
		   <li><a href=#>About</a></li>
		   <li><a href=#>Portfolio</a></li>
		   <li><a href=#>Contact</a></li>
	   </ul>
	 *
	 */
.nav--stacked > li {
  display: list-item;
}

.nav--stacked > li > a {
  display: block;
}

/**
	 * `.nav--banner` extends `.nav` and centres the list, e.g.:
	 *
	   <ul class="nav  nav--banner">
		   <li><a href=#>Home</a></li>
		   <li><a href=#>About</a></li>
		   <li><a href=#>Portfolio</a></li>
		   <li><a href=#>Contact</a></li>
	   </ul>
	 *
	 */
.nav--banner {
  text-align: center;
}

/**
	 * Give nav links a big, blocky hit area. Extends `.nav`, e.g.:
	 *
	   <ul class="nav  nav--block">
		   <li><a href=#>Home</a></li>
		   <li><a href=#>About</a></li>
		   <li><a href=#>Portfolio</a></li>
		   <li><a href=#>Contact</a></li>
	   </ul>
	 *
	 */
.nav--block {
  line-height: 1;
  /**
		 * Remove whitespace caused by `inline-block`.
		 */
  letter-spacing: -0.31em;
  word-spacing: -0.43em;
  white-space: nowrap;
}

.nav--block > li {
  letter-spacing: normal;
  word-spacing: normal;
}

.nav--block > li > a {
  padding: 12px;
}

/**
	 * Force a nav to occupy 100% of the available width of its parent. Extends
	 * `.nav`, e.g.:
	 *
	   <ul class="nav  nav--fit">
		   <li><a href=#>Home</a></li>
		   <li><a href=#>About</a></li>
		   <li><a href=#>Portfolio</a></li>
		   <li><a href=#>Contact</a></li>
	   </ul>
	 *
	 * Thanks to @pimpl for this idea!
	 */
.nav--fit {
  display: table;
  width: 100%;
}

.nav--fit > li {
  display: table-cell;
}

.nav--fit > li > a {
  display: block;
}

/**
	 * Make a list of keywords. Extends `.nav`, e.g.:
	 *
	   `<ul class="nav  nav--keywords>`
	 *
	 */
.nav--keywords > li:after {
  content: "\002C" "\00A0";
}

.nav--keywords > li:last-child:after {
  display: none;
}

/*------------------------------------*\
		$PAGINATION
	\*------------------------------------*/
/**
	 * Basic pagination object, extends `.nav`.
	 * Requires some funky commenting to collapse any white-space caused by the
	 * `display:inline-block;` rules.
	 *
	   <ol class="nav pagination">
		   <li class=pagination__first>First</li>
		   <li class=pagination__prev>Previous</li>
		   <li><a href=/page/1>1</a></li>
		   <li><a href=/page/2>2</a></li>
		   <li class=current><a href=/page/3>3</a></li>
		   <li><a href=/page/4>4</a></li>
		   <li><a href=/page/5>5</a></li>
		   <li class=pagination__next><a href=/page/next>Next</a></li>
		   <li class=pagination__last><a href=/page/last>Last</a></li>
	   </ol>
	 *
	 * Demo: jsfiddle.net/inuitcss/9Y6PU
	 *
	 */
.pagination {
  text-align: center;
  /**
		 * Remove whitespace caused by `inline-block`.
		 */
  letter-spacing: -0.31em;
  word-spacing: -0.43em;
}

.pagination > li {
  padding: 12px;
  letter-spacing: normal;
  word-spacing: normal;
}

.pagination > li > a {
  padding: 12px;
  margin: -12px;
}

.pagination .pagination-prev a:before {
  content: "\00AB" "\00A0";
}

.pagination .pagination-next a:after {
  content: "\00A0" "\00BB";
}

/*------------------------------------*\
		$BREADCRUMB
	\*------------------------------------*/
/**
	 * Simple breadcrumb styling to apply to (ordered) lists. Extends `.nav`, e.g.:
	 *
	   <ol class="nav  breadcrumb">
		   <li><a href=#>Home</a></li>
		   <li><a href=#>About</a></li>
		   <li><a href=#>The Board</a></li>
		   <li class=current><a href=#>Directors</a></li>
	   </ol>
	 *
	 * Demo: jsfiddle.net/inuitcss/rkAY9
	 *
	 */
.breadcrumb > li + li:before {
  content: "\00BB" "\00A0";
}

/**
	 * For denoting a path-like structure, GitHub style, e.g.:
	 *
	   <ol class="nav  breadcrumb--path">
		   <li class=breadcrumb__root><a href=#>handler</a></li>
		   <li><a href=#>handler</a></li>
		   <li><a href=#>partials</a></li>
		   <li class=current><a href=#>objects</a></li>
	   </ol>
	 *
	 */
.breadcrumb--path > li + li:before {
  content: "\002F" "\00A0";
}

/**
	 * Assign a delimiter on the fly through a data attribute, e.g.:
	 *
	   <ol class="nav  breadcrumb">
		   <li><a href=#>Home</a></li>
		   <li data-breadcrumb="|"><a href=#>About</a></li>
		   <li data-breadcrumb="|"><a href=#>The Board</a></li>
		   <li data-breadcrumb="|" class=current><a href=#>Directors</a></li>
	   </ol>
	 *
	 */
.breadcrumb > li + li[data-breadcrumb]:before {
  content: attr(data-breadcrumb) " ";
}

/**
	 * Denote the root of the tree.
	 */
.breadcrumb__root {
  font-weight: bold;
}

/*------------------------------------*\
		$EMBED
	\*------------------------------------*/
.embed-wrapper {
  position: relative;
  /* Play icon */
}

.embed-wrapper > svg {
  position: absolute;
  right: auto;
  bottom: auto;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 2;
  width: 105px;
  height: 105px;
  cursor: pointer;
  z-index: 3;
  opacity: 0.5;
  filter: alpha(opacity=50);
  transition: opacity 0.5s ease;
  transform-origin: 50% 50%;
}

.embed-wrapper > svg path {
  fill: #fff;
}

.embed-wrapper:hover svg {
  opacity: 0.85;
  filter: alpha(opacity=85);
}

.embed {
  position: relative;
  max-width: 100%;
  height: 0px;
  overflow: hidden;
  background: #171d25;
  padding-bottom: 56.25%;
  /* Embedded content */
  /* Embed */
  /* Placeholder */
  /* Play icon */
  /* Active */
  /* Variations */
}

.embed iframe,
.embed embed,
.embed object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0em;
  padding: 0em;
  border: none;
}

.embed > .embed {
  display: none;
}

.embed > .placeholder {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: radial-gradient(transparent 45%, rgba(0, 0, 0, 0.3));
  cursor: pointer;
}

.embed > .icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  cursor: pointer;
  /* Hover */
}

.embed > .icon:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: radial-gradient(transparent 45%, rgba(0, 0, 0, 0.3));
  transition: opacity 0.5s ease;
}

.embed > .icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  margin: 0 auto;
  padding: 0 15px 0 25px;
  color: #fff;
  font-size: 6rem;
  text-shadow: 0px 2px 10px rgba(34, 36, 38, 0.2);
  border-radius: 50%;
  box-shadow: 0 0 0 1px #fff inset;
  transform: translateX(-50%) translateY(-50%);
  transition: opacity 0.5s ease, color 0.5s ease, box-shadow 0.5s ease;
}

.embed > .icon:hover:before {
  color: #fff;
  box-shadow: none;
}

.embed > .icon:hover:after {
  background: radial-gradient(transparent 45%, rgba(0, 0, 0, 0.3));
  opacity: 1;
}

.embed.active ~ svg {
  display: none;
}

.embed.active > .icon,
.embed.active > .placeholder {
  display: none;
}

.embed.active > .embed {
  display: block;
}

.embed.square {
  padding-bottom: 100%;
}

.embed[class*="4:3"] {
  padding-bottom: 75%;
}

.embed[class*="16:9"] {
  padding-bottom: 56.25%;
}

.embed[class*="21:9"] {
  padding-bottom: 42.85714286%;
}

/*------------------------------------*\
		$THIS-OR-THIS
	\*------------------------------------*/
/**
	 * Simple options object to provide multiple choices, e.g.:
	 *
	   <h1 class=this-or-this>
		   <a href=# class="this-or-this__this">
			   Free
		   </a>
		   <span class="this-or-this__or">
			   or
		   </span>
		   <a href=# class="this-or-this__this">
			   Pro
		   </a>
	   </h1>
	 *
	 * The `.this-or-this__this` and `.this-or-this__or` objects can be sized using
	 * the grid-system classes.
	 *
	 * Demo: jsfiddle.net/inuitcss/R3sks
	 *
	 */
.this-or-this {
  display: table;
  width: 100%;
  text-align: center;
}

.this-or-this__this,
.this-or-this__or {
  display: table-cell;
  vertical-align: middle;
}

/*------------------------------------*\
		$ARROWS
	\*------------------------------------*/
/**
	 * It is a common design treatment to give an element a triangular points-out
	 * arrow, we typically build these with CSS. These following classes allow us to
	 * generate these arbitrarily with a mixin, `@arrow()`.
	 */
/**
	 * Forms the basis for any/all CSS arrows.
	 */
/**
	 * Define individual edges so we can combine what we need, when we need.
	 */
/*------------------------------------*\
		$REVEAL
	\*------------------------------------*/
.reveal {
  display: inherit;
  position: relative !important;
  font-size: 0em !important;
  /* Make sure hovered element is on top of other reveal */
  /**
		 * Animation
		 */
  /**
		 * Variations
		 */
}

.reveal > .visible.content {
  position: absolute !important;
  top: 0em !important;
  left: 0em !important;
  z-index: 3 !important;
  transition: all 0.5s ease 0.1s;
}

.reveal > .hidden.content {
  position: relative !important;
  z-index: 2 !important;
}

.reveal.active .visible.content, .reveal:hover .visible.content {
  z-index: 4 !important;
}

.reveal.fade > .visible.content {
  opacity: 1;
}

.reveal.fade.active > .visible.content, .reveal.fade:hover > .visible.content {
  opacity: 0;
}

.reveal.disabled .reveal:hover > .visible.visible.content {
  position: static !important;
  display: block !important;
  opacity: 1 !important;
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.reveal.disabled .reveal:hover > .hidden.hidden.content {
  display: none !important;
}

.reveal.visible {
  overflow: visible;
}

.reveal.instant > .content {
  transition-delay: 0s !important;
}

.reveal.reveal > .content {
  font-size: 1rem !important;
}

/*------------------------------------*\
		$BASE
	\*------------------------------------*/
/**
	 * Base button styles.
	 *
	 * 1. Allow us to better style box model properties.
	 * 2. Line different sized buttons up a little nicer.
	 * 3. Stop buttons wrapping and looking broken.
	 * 4. Make buttons inherit font styles.
	 * 5. Force all elements using beautons to appear clickable.
	 * 6. Normalise box model styles.
	 * 7. If the button’s text is 1em, and the button is (3 * font-size) tall, then
	 *    there is 1em of space above and below that text. We therefore apply 1em
	 *    of space to the left and right, as padding, to keep consistent spacing.
	 * 8. Basic cosmetics for default buttons. Change or override at will.
	 * 9. Don’t allow buttons to have underlines; it kinda ruins the illusion.
	 */
.btn {
  padding: 0 1em;
  margin: 0;
  display: inline-block;
  font-family: inherit;
  font-size: 100%;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 3;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  /* [8] */
  transition: all 0.3s ease-in-out;
}

.btn, .btn:hover {
  text-decoration: none;
  /* [9] */
}

.btn.inverted {
  box-shadow: 0 0 0 2px inset !important;
  background: 0 0;
}

/*------------------------------------*\
		$SIZES
	\*------------------------------------*/
/**
	 * Button size modifiers.
	 *
	 * These all follow the same sizing rules as above; text is 1em, space around it
	 * remains uniform.
	 */
.btn--small {
  padding-right: 0.5em;
  padding-left: 0.5em;
  line-height: 2;
}

.btn--large {
  padding-right: 1.5em;
  padding-left: 1.5em;
  line-height: 4;
}

.btn--huge {
  padding-right: 2em;
  padding-left: 2em;
  line-height: 5;
}

/**
	 * These buttons will fill the entirety of their container.
	 *
	 * 1. Remove padding so that widths and paddings don’t conflict.
	 */
.btn--full {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}

/*------------------------------------*\
		$FONT-SIZES
	\*------------------------------------*/
/**
	 * Button font-size modifiers.
	 */
.btn--alpha {
  font-size: 3rem;
}

.btn--beta {
  font-size: 2rem;
}

.btn--gamma {
  font-size: 1rem;
}

/**
	 * Make the button inherit sizing from its parent.
	 */
.btn--natural {
  padding-right: 0.5em;
  padding-left: 0.5em;
  font-size: inherit;
  line-height: inherit;
  vertical-align: baseline;
}

/*------------------------------------*\
		$FUNCTIONS
	\*------------------------------------*/
/**
	 * Button function modifiers.
	 */
.btn--primary {
  color: #efefef;
  background-color: #171d25;
}

.btn--primary.inverted {
  color: #171d25;
  box-shadow: 0 0 0 2px #171d25 inset !important;
}

.btn--secondary {
  color: #fff;
  background-color: #32b38c;
}

.btn--secondary.inverted {
  color: #32b38c;
  box-shadow: 0 0 0 2px #32b38c inset !important;
}

.btn--reset {
  color: #f7f7f9;
  background: #373a3c;
}

.btn--reset.inverted {
  color: #373a3c;
  box-shadow: 0 0 0 2px #373a3c inset !important;
}

/**
	 * Positive actions; e.g. sign in, purchase, submit, etc.
	 */
.btn--positive {
  background-color: #4a993e;
  color: #fff;
}

/**
	 * Negative actions; e.g. close account, delete photo, remove friend, etc.
	 */
.btn--negative {
  background-color: #b33630;
  color: #fff;
}

/**
	 * Inactive, disabled buttons.
	 *
	 * 1. Make the button look like normal text when hovered.
	 */
.btn--inactive,
.btn--inactive:hover,
.btn--inactive:active,
.btn--inactive:focus {
  background-color: #ddd;
  color: #777;
  cursor: text;
  /* [1] */
}

/*------------------------------------*\
		$STYLES
	\*------------------------------------*/
/**
	 * Button style modifiers.
	 *
	 * 1. Use an overly-large number to ensure completely rounded, pill-like ends.
	 */
.btn--soft {
  border-radius: 50%;
}

.btn--hard {
  border-radius: 0;
}

/*------------------------------------*\
		 $STATS
	\*------------------------------------*/
/**
	 * Grouped
	 */
.statistics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 1em -1.5em -2em;
  /* Clearing */
}

.statistics > .statistic {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0em 1.5em 2em;
  max-width: inherit;
}

.statistics:after {
  display: block;
  content: ' ';
  height: 0px;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.statistics:first-child {
  margin-top: 0em;
}

.statistics:last-child {
  margin-bottom: 0em;
}

/**
	 * Standalone
	 */
.statistic {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 1em 0em;
  max-width: initial;
}

.statistic + .ui.statistic {
  margin: 0em 0em 0em 1.5em;
}

.statistic:first-child {
  margin-top: 0em;
}

.statistic:last-child {
  margin-bottom: 0em;
}

/**
	 * Content
	 */
.statistics .statistic > .label,
.statistics .statistic > .value,
.statistic > .label,
.statistic > .value {
  text-transform: uppercase;
  text-align: center;
}

.statistics .statistic > .value,
.statistic > .value {
  font-family: "Hind", sans-serif;
  font-size: 2.5rem;
  line-height: 1em;
  color: #1b1c1d;
}

.statistics .statistic > .value ~ .label,
.statistic > .value ~ .label {
  margin-top: 0rem;
}

.statistics .statistic > .value .icon,
.statistic > .value .icon {
  opacity: 1;
  width: auto;
  margin: 0em;
}

.statistics .statistic > .value.text,
.statistic > .value.text {
  line-height: 1em;
  min-height: 2em;
  font-weight: bold;
  text-align: center;
}

.statistics .statistic > .value.text + .label,
.statistic > .value.text + .label {
  text-align: center;
}

.statistics .statistic > .value img,
.statistic > .value img {
  max-height: 3rem;
  vertical-align: baseline;
}

.statistics .statistic > .label,
.statistic > .label {
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  color: rgba(0, 0, 0, 0.87);
}

.statistics .statistic > .label ~ .value,
.statistic > .label ~ .value {
  margin-top: 0rem;
}

/**
	 * Horizontal
	 */
.horizontal.statistic {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.horizontal.statistics {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0em;
  max-width: none;
}

.horizontal.statistics .statistic {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: none;
  margin: 1em 0em;
}

.horizontal.statistic > .text.value,
.horizontal.statistics > .statistic > .text.value {
  min-height: 0em !important;
}

.horizontal.statistic > .value .icon,
.horizontal.statistics > .statistic > .value .icon {
  width: 1.18em;
}

.horizontal.statistic > .value,
.horizontal.statistics > .statistic > .value {
  display: inline-block;
  vertical-align: middle;
}

.horizontal.statistic > .label,
.horizontal.statistics > .statistic > .label {
  display: inline-block;
  vertical-align: middle;
  margin: 0em 0em 0em 0.75em;
}

/**
 * Style trumps; helper and brand classes
 */
/*------------------------------------*\
    $GRID
\*------------------------------------*/
/**
 * Container widths
 *
 * Set the container width, and override it for fixed navbars in media queries.
 */
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container::after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}

/**
 * Fluid container
 *
 * Utilizes the mixin meant for fixed width containers, but without any defined
 * width for fluid, full width layouts.
 */
.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container-fluid::after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 576px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/**
 * Row
 *
 * Rows contain and clear the floats of your columns.
 */
.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row::after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

/**
	 * Remove the negative margin from default .row, then the horizontal padding
	 * from all immediate children columns (to prevent runaway style inheritance).
	 */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/**
 * Columns
 *
 * Common styles for small and large grid columns
 */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col-1 {
  float: left;
  width: 8.33333%;
}

.col-2 {
  float: left;
  width: 16.66667%;
}

.col-3 {
  float: left;
  width: 25%;
}

.col-4 {
  float: left;
  width: 33.33333%;
}

.col-5 {
  float: left;
  width: 41.66667%;
}

.col-6 {
  float: left;
  width: 50%;
}

.col-7 {
  float: left;
  width: 58.33333%;
}

.col-8 {
  float: left;
  width: 66.66667%;
}

.col-9 {
  float: left;
  width: 75%;
}

.col-10 {
  float: left;
  width: 83.33333%;
}

.col-11 {
  float: left;
  width: 91.66667%;
}

.col-12 {
  float: left;
  width: 100%;
}

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.33333%;
}

.pull-2 {
  right: 16.66667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.33333%;
}

.pull-5 {
  right: 41.66667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.33333%;
}

.pull-8 {
  right: 66.66667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.33333%;
}

.pull-11 {
  right: 91.66667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.33333%;
}

.push-2 {
  left: 16.66667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.33333%;
}

.push-5 {
  left: 41.66667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.33333%;
}

.push-8 {
  left: 66.66667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.33333%;
}

.push-11 {
  left: 91.66667%;
}

.push-12 {
  left: 100%;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    float: left;
    width: 8.33333%;
  }
  .col-sm-2 {
    float: left;
    width: 16.66667%;
  }
  .col-sm-3 {
    float: left;
    width: 25%;
  }
  .col-sm-4 {
    float: left;
    width: 33.33333%;
  }
  .col-sm-5 {
    float: left;
    width: 41.66667%;
  }
  .col-sm-6 {
    float: left;
    width: 50%;
  }
  .col-sm-7 {
    float: left;
    width: 58.33333%;
  }
  .col-sm-8 {
    float: left;
    width: 66.66667%;
  }
  .col-sm-9 {
    float: left;
    width: 75%;
  }
  .col-sm-10 {
    float: left;
    width: 83.33333%;
  }
  .col-sm-11 {
    float: left;
    width: 91.66667%;
  }
  .col-sm-12 {
    float: left;
    width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.33333%;
  }
  .pull-sm-2 {
    right: 16.66667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.33333%;
  }
  .pull-sm-5 {
    right: 41.66667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.33333%;
  }
  .pull-sm-8 {
    right: 66.66667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.33333%;
  }
  .pull-sm-11 {
    right: 91.66667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.33333%;
  }
  .push-sm-2 {
    left: 16.66667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.33333%;
  }
  .push-sm-5 {
    left: 41.66667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.33333%;
  }
  .push-sm-8 {
    left: 66.66667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.33333%;
  }
  .push-sm-11 {
    left: 91.66667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
    float: left;
    width: 8.33333%;
  }
  .col-md-2 {
    float: left;
    width: 16.66667%;
  }
  .col-md-3 {
    float: left;
    width: 25%;
  }
  .col-md-4 {
    float: left;
    width: 33.33333%;
  }
  .col-md-5 {
    float: left;
    width: 41.66667%;
  }
  .col-md-6 {
    float: left;
    width: 50%;
  }
  .col-md-7 {
    float: left;
    width: 58.33333%;
  }
  .col-md-8 {
    float: left;
    width: 66.66667%;
  }
  .col-md-9 {
    float: left;
    width: 75%;
  }
  .col-md-10 {
    float: left;
    width: 83.33333%;
  }
  .col-md-11 {
    float: left;
    width: 91.66667%;
  }
  .col-md-12 {
    float: left;
    width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.33333%;
  }
  .pull-md-2 {
    right: 16.66667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.33333%;
  }
  .pull-md-5 {
    right: 41.66667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.33333%;
  }
  .pull-md-8 {
    right: 66.66667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.33333%;
  }
  .pull-md-11 {
    right: 91.66667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.33333%;
  }
  .push-md-2 {
    left: 16.66667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.33333%;
  }
  .push-md-5 {
    left: 41.66667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.33333%;
  }
  .push-md-8 {
    left: 66.66667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.33333%;
  }
  .push-md-11 {
    left: 91.66667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
    float: left;
    width: 8.33333%;
  }
  .col-lg-2 {
    float: left;
    width: 16.66667%;
  }
  .col-lg-3 {
    float: left;
    width: 25%;
  }
  .col-lg-4 {
    float: left;
    width: 33.33333%;
  }
  .col-lg-5 {
    float: left;
    width: 41.66667%;
  }
  .col-lg-6 {
    float: left;
    width: 50%;
  }
  .col-lg-7 {
    float: left;
    width: 58.33333%;
  }
  .col-lg-8 {
    float: left;
    width: 66.66667%;
  }
  .col-lg-9 {
    float: left;
    width: 75%;
  }
  .col-lg-10 {
    float: left;
    width: 83.33333%;
  }
  .col-lg-11 {
    float: left;
    width: 91.66667%;
  }
  .col-lg-12 {
    float: left;
    width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.33333%;
  }
  .pull-lg-2 {
    right: 16.66667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.33333%;
  }
  .pull-lg-5 {
    right: 41.66667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.33333%;
  }
  .pull-lg-8 {
    right: 66.66667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.33333%;
  }
  .pull-lg-11 {
    right: 91.66667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.33333%;
  }
  .push-lg-2 {
    left: 16.66667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.33333%;
  }
  .push-lg-5 {
    left: 41.66667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.33333%;
  }
  .push-lg-8 {
    left: 66.66667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.33333%;
  }
  .push-lg-11 {
    left: 91.66667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-1 {
    float: left;
    width: 8.33333%;
  }
  .col-xl-2 {
    float: left;
    width: 16.66667%;
  }
  .col-xl-3 {
    float: left;
    width: 25%;
  }
  .col-xl-4 {
    float: left;
    width: 33.33333%;
  }
  .col-xl-5 {
    float: left;
    width: 41.66667%;
  }
  .col-xl-6 {
    float: left;
    width: 50%;
  }
  .col-xl-7 {
    float: left;
    width: 58.33333%;
  }
  .col-xl-8 {
    float: left;
    width: 66.66667%;
  }
  .col-xl-9 {
    float: left;
    width: 75%;
  }
  .col-xl-10 {
    float: left;
    width: 83.33333%;
  }
  .col-xl-11 {
    float: left;
    width: 91.66667%;
  }
  .col-xl-12 {
    float: left;
    width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.33333%;
  }
  .pull-xl-2 {
    right: 16.66667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.33333%;
  }
  .pull-xl-5 {
    right: 41.66667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.33333%;
  }
  .pull-xl-8 {
    right: 66.66667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.33333%;
  }
  .pull-xl-11 {
    right: 91.66667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.33333%;
  }
  .push-xl-2 {
    left: 16.66667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.33333%;
  }
  .push-xl-5 {
    left: 41.66667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.33333%;
  }
  .push-xl-8 {
    left: 66.66667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.33333%;
  }
  .push-xl-11 {
    left: 91.66667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

/*------------------------------------*\
    $BRAND
\*------------------------------------*/
/**
 * `.brand` is a quick and simple way to apply your brand face and/or color to
 * any element using a handy helper class.
 */
.site-branding {
  font-family: "Hind", sans-serif !important;
  color: #171d25 !important;
}

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

.site-brand--color,
.site-brand--colour {
  color: #171d25 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flush {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hard {
  padding: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Hide an element that prevents screen readers from reading it to the user
 *
   <b class="visually-hidden">Open the navigation</b>
 *
 */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

/* endif */
/**
 * She’s all yours, cap’n... Begin importing your stuff here.
 */
/**
 * Pages
 */
/*------------------------------------*\
    $CONTACT PAGE
\*------------------------------------*/
/**
 * Basic stuff
 */
.contact-page #map {
  width: 100%;
  height: 100vh;
}

@media screen and (max-width: 767px) {
  .contact-page #map {
    display: none;
  }
}

.contact-page .contact-block {
  width: 250px;
  padding-top: 20px;
  position: absolute;
  z-index: 99;
  color: #fff;
  background-color: #61bf1a;
}

@media screen and (max-width: 767px) {
  .contact-page .contact-block {
    padding-bottom: 20px;
    width: calc(100% + 30px);
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.contact-page .contact-block h1 {
  color: #fff;
  font-family: "Hind", sans-serif;
}

.contact-page .contact-block p {
  margin-bottom: 20px;
}

.contact-page .contact-block a {
  color: #fff;
}

.contact-page .contact-block i {
  font-size: 28px;
  text-align: right;
  margin-top: -2px;
  float: right;
}

/*------------------------------------*\
    $SINGLE PAGE
\*------------------------------------*/
/**
 * Basic stuff
 */

 .single-page h1, .single-page h2 {
  font-family: Hind, sans-serif !important;
 }

 .single-page a {
   text-decoration: underline;
 }

 .in-beeld-page .beeld-btns {  width: 100%; }

 @media screen and (max-width: 768px) {
  .in-beeld-page .beeld-btns {  margin-top: 15px; }
 }

/*------------------------------------*\
    $HEADER
\*------------------------------------*/
/**
 *  Header style
 */
#header {
  background-color: #fcfcfc;
  position: relative;
  z-index: 110;
  display: inline-block;
  width: 100%;
  margin: 0;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
}

#header .logo {
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
  display: inline-block;
}

#header .logo a {
  display: block;
}

#header .logo a img {
  display: inline;
  width: 200px;
  vertical-align: middle;
}

#header .searchbar {
  position: absolute;
  right: 15px;
  top: 10px;
}

#header .searchbar button {
  background-color: #61bf1a;
  color: #fff;
  border: none;
  height: 32px;
  width: 32px;
  font-size: 18px;
  margin-left: -5px;
  margin-top: -1px;
}

#header #navigation {
  float: right;
  display: inline-block;
  vertical-align: middle;
  line-height: 70px;
  margin-top: 40px;
}

#header #navigation ul {
  margin-bottom: 0;
  list-style: none;
  font-size: 17px;
}

#header #navigation ul li {
  margin-right: 20px;
  display: inline-block;
}

#header #navigation ul li a {
  padding: 0 8px;
  transition: color 0.15s ease;
}

#header #navigation ul li.current_page_item a {
  border-bottom: #61bf1a 3px solid;
}

#header #navigation ul li:last-child {
  margin-right: 0px;
}

#header #navigation ul .sub-menu {
  display: none;
}

#header .mobile-menu-btn {
  display: none;
}

@media screen and (max-width: 978px) {
  #header .searchbar {
    display: none;
  }
  #header #navigation {
    margin-top: 0px;
    float: none;
  }
}

@media screen and (max-width: 767px) {
  #header #navigation {
    display: none;
    margin-bottom: 20px;
  }
  #header #navigation ul {
    margin-left: 0;
  }
  #header #navigation ul li {
    width: 100%;
    margin-right: 0;
    text-align: center;
    height: 45px;
    display: block;
  }
  #header .mobile-menu-btn {
    display: block;
    position: absolute;
    right: 15px;
    top: 25px;
    color: #2d2d2d;
    cursor: pointer;
  }
  #header .logo a img {
    width: 150px;
  }
  #header .logo {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

/*------------------------------------*\
    $SENSIBLE DEFAULTS
\*------------------------------------*/
/**
 * Basic stuff
 */
/**
 * Defaults for inputs, buttons etc.
 */
@font-face {
  font-family: "cocogooseregular";
  src: url("../../public/fonts/cocogoose_pro-trial-webfont.woff2") format("woff2"), url("../../public/fonts/cocogoose_pro-trial-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "cocogooselight";
  src: url("../../public/fonts/Cocogoose Pro Light-trial.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "cocogoosesemilight";
  src: url("../../public/fonts/Cocogoose Pro Semilight-trial.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

body {
  background-color: #f6f6f6;
  color: #656565;
}

.content-section {
  display: block;
  overflow: hidden;
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .content-section {
    padding-top: 25px;
  }
}

.btn--red {
  background-color: #61bf1a;
  color: #fff;
  border-radius: 0;
  line-height: initial;
  padding: 10px 20px;
}

input[type="text"],
input[type=""] {
  cursor: text !important;
}

h1,
h2,
h3,
h4,
h5 {
  color: #61bf1a;
}

h1,
h2 {
  font-family: "cocogooselight";
}

footer {
  background-color: #2d2d2d;
  color: #fff;
  padding: 30px;
}

footer h3 {
  color: #fff;
  margin-bottom: 15px;
}

footer ul {
  margin-left: 0px;
  list-style: none;
}

footer .recent-news {
  text-decoration: underline;
}

footer .recent-news a {
  color: #fff !important;
}

footer a {
  color: #fff;
}

@media screen and (max-width: 978px) {
  footer {
    padding: 30px 0;
  }
  footer img {
    width: 50%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1200px) {
  .container {
    max-width: none !important;
    width: 100% !important;
  }
}

@media screen and (max-width: 992px) {
  .hide-tablet {
    display: none !important;
  }
}

.home-header {
  height: 450px;
  width: 100%;
}

.home-header .header-image {
  height: 450px;
  background-size: cover;
  width: 100%;
  background-position: center;
}

@media screen and (max-width: 600px) {
  .home-header .header-image {
    background-position: center !important;
  }
}

.home-header .header-contact-block {
  display: block;
  overflow: hidden;
  float: right;
  background-color: #61bf1a;
  color: #fff;
  padding: 20px 20px 0 20px;
  width: 210px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
}

.home-header .header-contact-block h3 {
  color: #fff;
  margin-bottom: 10px;
}

.home-header .pause-btn {
  background: transparent;
  border: none;
  font-size: 33px;
  position: absolute;
  right: 15px;
  top: 5px;
}

.home-header .pause-btn i {
  color: #61bf1a;
}

.home-header .pause-btn .fa_with_bg {
  position: relative;
}

.home-header .pause-btn .fa_with_bg::after {
  position: absolute;
  content: "";
  background: #fff;
  z-index: -1;
  width: 17px;
  height: 20px;
  left: 5px;
  top: 5px;
}

@media screen and (max-width: 767px) {
  .home-header {
    height: 240px;
  }
  .home-header .header-contact-block {
    display: none;
  }
  .home-header .header-image {
    height: 240px;
  }
}

.home-container .btn--red {
  width: 100%;
  margin-top: 30px;
  font-size: 18px;
}

.home-container .see-all {
  width: auto;
  float: right;
  margin-right: 15px;
}

.home-container .home-news-item {
  color: #6e6e6e;
}

.home-container .home-news-item .home-news-inner {
  background-color: #fff;
  padding: 15px;
}

@media screen and (max-width: 1200px) {
  .home-container .home-news-item .home-news-inner {
    height: auto !important;
  }
}

.home-container .home-news-item .home-news-head {
  height: 160px;
  background-size: cover;
  background-color: #fff;
}

.home-container .home-news-item .academie {
  background-position: center;
  background-size: 95%;
  background-repeat: no-repeat;
}

.home-container .home-news-item p {
  line-height: 22px;
  margin-bottom: 0;
  font-size: 14px;
}

.home-container .home-news-item h4 {
  color: #6e6e6e;
  font-size: 16px;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .home-container .home-news-item {
    margin-top: 25px;
  }
  .home-container .home-news-item:first-child {
    margin-top: 10px;
  }
  .home-container .news-title {
    margin-bottom: 0px;
  }
}

.home-luchtfoto {
  padding: 100px;
  width: 100%;
  background-image: url("../../public/img/luchtfoto.jpg");
  background-position: center;
  background-size: cover;
}

.home-luchtfoto .register-newsletter {
  display: block;
  overflow: hidden;
  background-color: #61bf1a;
  color: #fff;
  padding: 30px;
}

.home-luchtfoto .register-newsletter h3 {
  color: #fff;
}

.home-luchtfoto .register-newsletter a {
  color: #fff !important;
}

.home-luchtfoto .register-newsletter input {
  padding: 8px 15px;
  width: 100%;
}

.home-luchtfoto .register-newsletter input[type="submit"] {
  width: auto;
}

.home-luchtfoto .register-newsletter .btn--red {
  border: 2px solid #fff;
  float: right;
  margin-right: 2%;
  margin-top: 15px;
}

@media screen and (max-width: 978px) {
  .home-luchtfoto {
    padding: 50px 0;
  }
  .home-luchtfoto .register-newsletter {
    width: 100%;
  }
}

.mc-field-group {
  width: 49%;
  float: left;
}

.mc-field-group:first-child {
  padding-right: 1%;
}

div.mce_inline_error {
  background: transparent !important;
}

.content-page {
  background-color: #fff;
  padding: 50px 0;
}

.about-page {
  background-color: #fff;
  padding: 50px 0;
}

.sub-navigation {
  display: block;
  overflow: hidden;
  border-bottom: 3px solid #61bf1a;
}

.sub-navigation h5 {
  font-size: 17px;
  margin: 10px 35px 10px 0;
  display: inline-block;
  float: left;
  font-weight: normal;
}

.sub-navigation h5 a {
  color: #656565;
}

.faq-page {
  padding: 50px 0;
}

.faq-page .faq-item {
  background-color: #fbfbfb;
  border-top: 4px solid #61bf1a;
  border-bottom: 4px solid #61bf1a;
  margin: 5px 0;
  padding: 15px 10px;
  cursor: pointer;
  position: relative;
}

.faq-page .faq-item .faq-answer {
  display: none;
  margin-top: 15px;
}

.faq-page h4 {
  font-weight: bold;
  text-align: left;
  color: #525252;
  margin-bottom: 0;
  padding-right: 50px;
}

.faq-page i {
  font-size: 38px;
  position: absolute;
  right: 20px;
  top: 9px;
  color: #61bf1a;
}

@media screen and (max-width: 978px) {
  .faq-page .col-sm-12 {
    width: 100%;
  }
}

.faq-page .recent-news-faq h2 {
  margin-bottom: 8px;
}

.faq-page .recent-news-faq ul {
  margin-left: 0;
}

.faq-page .recent-news-faq a,
.faq-page .recent-news-faq li {
  color: #61bf1a;
  font-weight: bold;
}

.faq-page .recent-news-faq li {
  margin-left: 18px;
}

@media screen and (max-width: 978px) {
  .faq-page .recent-news-faq {
    display: none;
  }
}

.news-page {
  padding: 50px 0;
}

.news-page .search-form-news {
  width: 100%;
}

.news-page .search-form-news input[type="text"] {
  width: calc(100% - 50px);
  border: none;
  padding: 10px 15px;
}

.news-page .search-form-news button {
  background-color: #61bf1a;
  color: #fff;
  border: 0;
  width: 50px;
  height: 46px;
  font-size: 19px;
  padding-top: 3px;
  float: right;
}

.news-page .sidebar-newsletter {
  color: #fff;
  background-color: #61bf1a;
  text-align: center;
  padding: 20px;
}

.news-page .sidebar-newsletter h3 {
  color: #fff;
  margin-bottom: 15px;
}

.news-page .sidebar-newsletter input {
  width: 100%;
  margin-top: 7px;
  padding: 5px 10px;
  border: none;
}

.news-page .sidebar-newsletter button {
  margin-top: 10px;
  width: 100%;
  border: 2px solid #fff;
}

.news-page .news-items .news-item {
  margin-top: 35px;
}

.news-page .news-items .news-item h4 {
  margin-bottom: 0;
}

.news-page .news-items .news-item i {
  display: block;
  margin-bottom: 10px;
}

.news-page .news-items .news-item .news-side {
  background-position: center center;
  background-size: cover;
}

.news-page .news-items .news-item .news-inner {
  padding-top: 15px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .news-page .news-items .news-item .news-inner {
    height: auto !important;
  }
}
