@charset "UTF-8";
/*
| ====================================================================
| =GLOBALS & FONTS
| ====================================================================
*/
/*
| ====================================================================
| =TOOLS
| ====================================================================
*/
/*
 * 1. strip out unit for calculation and conversion
*/
/*
| ====================================================================
| =NORMALIZE
| ====================================================================
*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 11, src/base/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 30, src/base/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 51, src/base/_normalize.scss */
[hidden],
template {
  display: none;
}

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

/**
 * Remove default margin.
 */
/* line 76, src/base/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 88, src/base/_normalize.scss */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 96, src/base/_normalize.scss */
a:focus {
  outline: thin dotted;
}

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

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

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

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

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 144, src/base/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 152, src/base/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 162, src/base/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

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

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 183, src/base/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 191, src/base/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 199, src/base/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 215, src/base/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 219, src/base/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 231, src/base/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 239, src/base/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 251, src/base/_normalize.scss */
figure {
  margin: 0;
}

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

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 274, src/base/_normalize.scss */
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.
 */
/* line 285, src/base/_normalize.scss */
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.
 */
/* line 299, src/base/_normalize.scss */
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.
 */
/* line 311, src/base/_normalize.scss */
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.
 */
/* line 324, src/base/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 336, src/base/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

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

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

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 379, src/base/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 403, src/base/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
| ====================================================================
| =RESETS
| ====================================================================
*/
/* =LINK-RESET
 * ------------------------------------------------ */
/* line 4, src/resets/_link.scss */
.block-link, .silent-link, .nav-link {
  color: inherit;
  text-decoration: inherit;
}
/* line 9, src/resets/_link.scss */
.block-link:focus, .silent-link:focus, .nav-link:focus {
  outline: 0;
}

/*
| ====================================================================
| =BASE
| ====================================================================
*/
/*
 * ---------------------------------------------------------------------
 *  =BASE-TYPOGRAPHY
 * ---------------------------------------------------------------------
*/
/* line 18, src/base/_typography.scss */
html {
  font-size: 112.5%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* line 29, src/base/_typography.scss */
body {
  color: #9be1a3;
  background-color: #000;
}
@media only screen and (min-width: 53.75em) {
  /* line 29, src/base/_typography.scss */
  body {
    font-size: 1.11111em;
  }
}
@media only screen and (min-width: 68.75em) {
  /* line 29, src/base/_typography.scss */
  body {
    font-size: 1.33333em;
  }
}

/* =SELECTION
 * ------------------------------------------------ */
/* line 45, src/base/_typography.scss */
::selection {
  color: #000;
  background: rgba(255, 255, 255, 0.9);
}

/* line 50, src/base/_typography.scss */
::-moz-selection {
  color: #000;
  background: #fff;
}

/*
| ---------------------------------------------------------------------
| =TEXT
| ---------------------------------------------------------------------
*/
/* =TEXT
 * ------------------------------------------------ */
/* line 30, src/base/_text.scss */
p {
  margin: 0 0 1.94444em;
  line-height: 1.385;
}

/* line 35, src/base/_text.scss */
.ui, .introline, .byline {
  color: #a0a0a0;
}

/* line 39, src/base/_text.scss */
.introline {
  margin: 3.33333em 0 1.38889em;
}

/* line 45, src/base/_text.scss */
.byline {
  margin: 0.55556em 0 3.33333em;
}

/*
 * ---------------------------------------------------------------------
 *  =HEADINGS
 * ---------------------------------------------------------------------
*/
/* line 22, src/base/_headings.scss */
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0.5em 0;
  /* [1] */
  line-height: normal;
  text-rendering: optimizeLegibility;
  /* [2] */
  letter-spacing: 0.048em;
}

/*
 * 1.	Avoid huge vertical spacing when heading wraps on multiple lines
 * 2.	CSS3 voodoo for kerning and ligatures
*/
/* line 34, src/base/_headings.scss */
.h1 {
  font-size: 3.33333em;
  line-height: 0.86667;
  margin: 0.33333em 0 0;
}
@media only screen and (min-width: 28.125em) {
  /* line 34, src/base/_headings.scss */
  .h1 {
    font-size: 4.44444em;
  }
}
@media only screen and (min-width: 40.625em) {
  /* line 34, src/base/_headings.scss */
  .h1 {
    font-size: 6.66667em;
  }
}
@media only screen and (min-width: 53.75em) {
  /* line 34, src/base/_headings.scss */
  .h1 {
    font-size: 6em;
  }
}
@media only screen and (min-width: 68.75em) {
  /* line 34, src/base/_headings.scss */
  .h1 {
    font-size: 7.5em;
  }
}

/* line 63, src/base/_headings.scss */
.h3 {
  font-size: 2.22222em;
}

/* =SUB-HEADINGS
 * ------------------------------------------------ */
/* line 84, src/base/_headings.scss */
.sub-h3 {
  display: block;
  letter-spacing: normal;
  color: #a0a0a0;
}

/* line 91, src/base/_headings.scss */
.sub-h3 {
  font-size: 0.45em;
}

/* =LINKS
 * ------------------------------------------------ */
/* line 8, src/base/_links.scss */
a {
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  color: inherit;
  font-weight: inherit;
}
/* line 14, src/base/_links.scss */
a:hover, a:focus, a:active {
  text-decoration: none;
}
/* line 18, src/base/_links.scss */
a:focus {
  outline: 0;
}

/* line 23, src/base/_links.scss */
.block-link {
  display: block;
}

/* line 32, src/base/_links.scss */
.silent-link:hover, .silent-link:focus, .silent-link:active {
  opacity: 0.5;
}

/*
 * ---------------------------------------------------------------------
 * =FORMS-BASE
 * ---------------------------------------------------------------------
 * Default styles for form elements
*/
/*
| ---------------------------------------------------------------------
| =TABLES-BASE
| ---------------------------------------------------------------------
| Default styles for table elements
|
*/
/*
| ---------------------------------------------------------------------
| =LAYOUT-BASE
| ---------------------------------------------------------------------
*/
/* =STYLES
 * ------------------------------------------------ */
/* line 16, src/base/_layout.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 20, src/base/_layout.scss */
body {
  margin: 0;
}

/* line 24, src/base/_layout.scss */
.l-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* line 30, src/base/_layout.scss */
.l-inner {
  max-width: 79.44444em;
  padding: 0 15px;
  margin: 0 auto;
}

/* line 36, src/base/_layout.scss */
.l-bleed {
  margin-left: -0.83333rem;
  margin-right: -0.83333rem;
}

@media only screen and (min-width: 53.75em) {
  /* line 52, src/base/_layout.scss */
  .l-inner {
    padding: 0 50px;
  }

  /* line 56, src/base/_layout.scss */
  .l-bleed {
    margin-left: -2.77778rem;
    margin-right: -2.77778rem;
  }
}
/*
| ====================================================================
| =HELPERS
| ====================================================================
*/
/* =CLEARFIX
 * ------------------------------------------------
 * Extend the ’cf’ class to contain child floated elements
*/
/* line 11, src/helpers/_cf.scss */
.cf:after, .dropcap:after, .nav-main:after {
  content: "";
  display: table;
  clear: both !important;
  /* [1] */
}

/*
 * 1.	clear floated children
*/
/* =IR
 * ------------------------------------------------
 * Extend ’ir’ to hide the text of the element for image-replacement (doesn't modify the layout).
 * Courtesy of the HTML5 Boilerplate Team: https://github.com/h5bp/html5-boilerplate/blob/master/css/main.css
 * ---
 * NOTE: set ’width’ and ’height’ and ’background-image’ of your element according to the dimensions and url
 * of the image you want to replace it with.
*/
/* line 10, src/helpers/_ir.scss */
.logo, .icon, .carousel-prev, .carousel-next, .icon-btn {
  background: none no-repeat transparent;
  /* [1] */
  border: 0;
  /* [1] */
  overflow: hidden !important;
  /* [2] */
}

/*
 * 1.	By default, you don't want any visual styles when replacing
 *		the elemnt by an image
 * 2.	Hides text that is pushed out of the element
*/
	/*
	 * 1.	Allow the use of inline elements
 	 * 2.	Pushes the text out of the element
	*/
/* =IR-ALT
 * ------------------------------------------------
 * Uses ’text-indent' instead of the ’:before’ pseudo-element to push the text out;
*/
/* line 61, src/helpers/_ir.scss */
.logo, .icon, .carousel-prev, .carousel-next, .icon-btn {
  text-indent: 9999px !important;
  /* [1] */
  white-space: nowrap !important;
  /* [2] */
}

/*
 * 1.	Pushes the text out of the element
 * 2.	Makes sure text doesn't break on multiple lines so it stays out
 *		of the element, regardless of the element's height
*/
/* =UILIST
 * ------------------------------------------------
 * Apply the ’.uilist’ class to <ol> and <ul> elements to delete
 * default list appearance
*/
/* line 13, src/helpers/_uilist.scss */
.uilist, .carousel-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none !important;
}

/* =SR-ONLY
 * ------------------------------------------------
 * Apply '.sr-only' to visually hide an item but keep it in the content for
 * html parsers such as the HTML outliner and Screen-readers.
 * Courtesy of Jonathan Snook and the HTML5 boilerplate team :
 * https://github.com/h5bp/html5-boilerplate/blob/master/css/main.css
*/
/* line 14, src/helpers/_sr-only.scss */
.sr-only, .img-cover > img {
  position: absolute !important;
  clip: rect(0 0 0 0) !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
}

/* =INLINE
 * ------------------------------------------------ */
/* line 13, src/helpers/_inline.scss */
.inline > * {
  display: inline-block;
}

/* =STACKED
 * ------------------------------------------------ */
/* =ALIGN
 * ------------------------------------------------
 * Controls text-alignement inside the element
*/
/* =ALLCAPS
 * ------------------------------------------------
 * Sets the element's text into capital letters and adjusts tracking
*/
/* =backdrop
 * ------------------------------------------------
 * Sets an html element or pseudo-element as backdrop of its first positioned parent.
 * Use this for backdrop videos for example.
*/
/* line 15, src/helpers/_backdrop.scss */
.backdrop {
  /* [1] */
  /* [2] */
  display: block;
  /* [3] */
}

/*
 * 1.	put the element behind the parent's content
 * 2.	cover the first positioned container
 * 3.	allow the use of ’inline’ elements
*/
/* =BLEED
 * ------------------------------------------------ */
/* =coverlet
 * ------------------------------------------------
 * Covers the first positioned parent's full surface
*/
/* line 11, src/helpers/_coverlet.scss */
.coverlet {
  display: block;
  /* [1] */
}

/*
 * 1.	Allow the use of ’inline’ elements
*/
/* =DISTRIBUTE
 * ------------------------------------------------ */
/* =DROPCAP
 * ------------------------------------------------ */
/* line 23, src/helpers/_dropcap.scss */
.dropcap:first-letter {
  font-weight: 700;
  font-size: 2.8em;
  line-height: 0.96429;
  /* chrome + opera + safari */
  float: left;
  padding: 0.03571em 0.07143em 0 0;
}

/* =EMBED-COVER
 * ------------------------------------------------
 * Applied to the container of an embed (<video>, <iframe>, <embed>, <object>), this helper
 * makes sure the embed will cover it's container surface at any time (similar to ’object-fit="cover"’)
*/
/* line 15, src/helpers/_embed-cover.scss */
.embed-cover {
  position: relative;
  overflow: hidden !important;
}
/* line 20, src/helpers/_embed-cover.scss */
.embed-cover > .embed {
  position: absolute !important;
  width: auto;
  height: auto;
  min-height: 100% !important;
  min-width: 100% !important;
}

/* =EMBED-HOLD
 * ------------------------------------------------
 * Applied to the container of an embed (<video>, <iframe>, <embed>, <object>), this helper
 * makes sure the embed will resize to take the full width of it's container.
 * ---
 * Use this with the ’ratio’ css helper or the ’ratio’ js module to give the container the
 * same aspect-ratio of the embed and make sure the embed's height is also contained.
 * ---
 * more info : http://alistapart.com/article/creating-intrinsic-ratios-for-video/
*/
/* line 19, src/helpers/_embed-hold.scss */
.embed-hold {
  position: relative;
}
/* line 23, src/helpers/_embed-hold.scss */
.embed-hold > .embed {
  position: absolute !important;
}

/* =FLOAT
 * ------------------------------------------------
 * Extend ’float-left’ or ’float--rright’ to pull the element on the left or right side.
 * You very often want the container to extend ’cf’ to contain floated elements.
*/
/* line 12, src/helpers/_float.scss */
.float-left, .nav-main li {
  float: left !important;
}

/* line 13, src/helpers/_float.scss */
.float-right {
  float: right !important;
}

/* line 14, src/helpers/_float.scss */
.float-none {
  float: none !important;
}

/* =FLUSH
 * ---------------------------------------------------------------------
 * Extend one of the ’flush’ helpers to remove margins you don't need
*/
/* line 13, src/helpers/_flush.scss */
.flush-ends, .flush-top {
  margin-top: 0 !important;
}

/* line 14, src/helpers/_flush.scss */
.flush-ends, .flush-bottom {
  margin-bottom: 0 !important;
}

/* line 15, src/helpers/_flush.scss */
.flush-sides, .flush-left {
  margin-left: 0 !important;
}

/* line 16, src/helpers/_flush.scss */
.flush-sides, .flush-right {
  margin-right: 0 !important;
}

/* line 19, src/helpers/_flush.scss */
.flush-all {
  margin: 0 !important;
}

/* =FLY
 * ---------------------------------------------------------------------
 * Extend one of the ’fly’ helpers to remove margins you don't need
*/
/* line 13, src/helpers/_fly.scss */
.fly-topleft, .fly-topright, .fly-top, .fly-bottomleft, .fly-bottomright, .fly-bottom, .fly-left, .fly-right {
  position: absolute !important;
}

/* line 15, src/helpers/_fly.scss */
.fly-topleft, .fly-topright, .fly-top {
  top: 0 !important;
}

/* line 16, src/helpers/_fly.scss */
.fly-bottomleft, .fly-bottomright, .fly-bottom {
  bottom: 0 !important;
}

/* line 17, src/helpers/_fly.scss */
.fly-topleft, .fly-bottomleft, .fly-left {
  left: 0 !important;
}

/* line 18, src/helpers/_fly.scss */
.fly-topright, .fly-bottomright, .fly-right {
  right: 0 !important;
}

/* =FONTSPECIMEN
 * ------------------------------------------------
 * Extend ’font-name--fvd’ to apply one of the font specimens defined in
 * the ’$fonts’ global variable. font-size to the element as
 * described in the ’$typescale’ table (uses the ’$font-sizing-unit’). You can also adjust the
 * font size based on the font's x-height for more consistent type hierarchy.
 * To do so, pass a namespace for the font and a ’base-size’ that is visually
 * similar to your base-font at ’$font-size-base’.
 * ---
 * @require GLOBAL $fonts
 * @require GLOBAL $typescale
 * ---
 * CAUTION: the ’fontspecimen’ helper's naming is a bit diferent as it uses the name of
 * font it builds a scale for: the class will be ’font-name--scale-name’
*/
/* line 49, src/helpers/_fontspecimen.scss */
html, .sub-h3 {
  font-family: "Adobe Caslon Pro", "adobe-caslon-pro", serif;
  font-style: italic;
  font-weight: 400;
}

/* line 49, src/helpers/_fontspecimen.scss */
.btn, .icon-btn, .nav-link {
  font-family: "Bebas Neue", "bebas-neue", sans-serif;
  font-style: normal;
  font-weight: 400;
}

/* line 49, src/helpers/_fontspecimen.scss */
.h1, .h3, .jsh-logo {
  font-family: "Bebas Neue", "bebas-neue", sans-serif;
  font-style: normal;
  font-weight: 700;
}

/* =FRONT
 * ------------------------------------------------ */
/* line 10, src/helpers/_front.scss */
.coverlet {
  position: absolute !important;
  z-index: 100;
}

/* =HYPHENS
 * ------------------------------------------------
 * Breaks text inside of words where possible and by inserting hyphens at the end of the line.
 * ---
 * CAUTION : make sure you have set the correct language in your markup (html ’lang’ attribute)
 * for better break positions inside the words.
 * CAUTION : works best in Firefox as of january 2014. Other browsers can break words
 * without adding the hyphen.
*/
/* =IMG-COVER
 * ------------------------------------------------
 * Makes the contained <img> cover the whole surface of the element by applying it as background.
 * ---
 * CAUTION : if the container only contains the image, it should have its own dimensions
 * because the inline <image> tag will be reduced to 0px x 0px.
 * ---
 * NOTE : set the img src as ’background-image’ on the element with inline css yourself, or use
 * the ’../js/modules/img-cover.js’ script to do so automatically.
 * If you set background-image manually, make sure you hide the <img> tag with ’helpers/sr-only’.
*/
/* line 21, src/helpers/_img-cover.scss */
.img-cover {
  background: none no-repeat center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

/* =IMG-HOLD
 * ------------------------------------------------
 *
*/
/* line 13, src/helpers/_img-hold.scss */
.img-hold > img {
  display: block;
  /* [1] */
  max-width: 100% !important;
  /* [2] */
  height: auto !important;
}

/*
 * 1. 	Delete little spacing at the bottom
 *		of the <img> due to default ’display: inline-block’ and ’line-height’
 * 2.	Prevent the image from scaling up (pixelates) if it's originally less
 * 		wide than the element
*/
/* =MEDIAN
 * ------------------------------------------------
 * Apply the .median class to automatically center the element in
 * its container, without the need to specify a ’width’.
*/
/*
 * 1.	Allow for centering without specifying a width (triggers ’size-fit’ behaviour)
 * 2.	Center the element horizontally
*/
/* =NBFC
 * ------------------------------------------------
 * Extend the nbfc class to create a new block formatting context
 * ---
 * more info: https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Block_formatting_context
 */
/* =NBFC-ALT
 * ------------------------------------------------
 * Extend the nbfc-alt class to create a new block formatting context without
 * hiding overflowing content
*/
/*
 * 1.	prevents size-fit behaviour of table-cell
*/
/* =NO-SELECT
 * ------------------------------------------------
 * Extend ’no-select’ if you don't want users to be able to select the
 * text in the element. Useful for ’buttons’ and other controls, especially
 * on touch devices where sloppy fingers might select by error.
 * ---
 * @require ’compass/css/user-interface’
*/
/* =NO-WS
 * ------------------------------------------------
 * Deletes white-space rendered between child elements set to ’display: inline’
 * or ’display: inline-block’. Extend ’reset-ws in children to recover
 * normal whitespace.
*/
/* line 13, src/helpers/_no-ws.scss */
.inline, .grid, .entry-grid {
  letter-spacing: -0.31em;
  text-rendering: optimizeSpeed;
  /* [1] */
  /* IE < 8 hack */
  *word-spacing: -0.43em;
  /* [2] */
}

/* Opera hack */
/* line 22, src/helpers/_no-ws.scss */
.opera:-o-prefocus, .inline, .grid, .entry-grid {
  word-spacing: -0.43em;
  /* [2] */
}

/*
 * 1.	Fix for webkit that defaults to ’text-rendering: optimizeLegibility’
 *		which makes ’letter-spacing’ variable and unreliable
 * 2.	IE < 8 and Opera need ’word-spacing’ to delete whitespace between
 *		child elements
*/
/* line 33, src/helpers/_no-ws.scss */
.inline > *, .grid-unit, .entry-grid-unit {
  letter-spacing: normal;
  word-spacing: normal;
  text-rendering: auto;
}

/* =NPC
 * ------------------------------------------------
 * Creates a new positioning context for child nodes that are absolutely positioned.
*/
/* line 11, src/helpers/_npc.scss */
.npc {
  position: relative !important;
}

/* =ONE-LINE
 * ------------------------------------------------
 * Extend ’one-line’ to force text to stay on a single line. Overflowing text
 * will be truncated and end with ’…’. Inpsired by suitcss's 'u-textTruncate':
 * https://github.com/suitcss/utils-text
*/
/*
 * 1.	Make sure text-overflow is activated on some elements like <td>
 * 2.	Hide overflow for text-overflow to be clipped
 * 3.	Clip text-overflow by adding an ellipsis character (…) at the end
 * 4.	Keep the text on a single line
 * 5.	(IE 8/9) Prevent line-breaks inside of words if ’word-wrap: break-word’
 *		is set on an ancestor element
 */
/* =POPUP
 * ------------------------------------------------
 * Extend the ’popup’ helper to position an element on front of the page's body
 * and relative to the viewport.
*/
/* line 15, src/helpers/_popup.scss */
.popup {
  display: block;
  /* [1] */
  position: fixed !important;
  z-index: 200;
}

/*
 * 1. 	Allow the use of ’inline’ elements
*/
/* =PULL
 * ------------------------------------------------
 * Position the element by a certain amount on the left of it's natural position in the flow.
 * ---
 * NOTE: Useful to do some content choreography with grid-units.
 * more info: http://trentwalton.com/2011/07/14/content-choreography/
*/
/* =PUSH
 * ------------------------------------------------
 * Position the element by a certain amount on the right of it's natural position in the flow.
 * ---
 * NOTE: Useful to do some content choreography with grid-units.
 * more info: http://trentwalton.com/2011/07/14/content-choreography/
*/
/* =RATIO
 * ------------------------------------------------
 * Give an element a fixed aspect ratio while keeping it fluid. Very useful for fluid embeds.
 * ---
 * more info : http://alistapart.com/article/creating-intrinsic-ratios-for-video/
 * ---
 * CAUTION: the ratio helper's naming is a bit diferent as it uses the values passed
 * for the ratio's width and height.
*/
/* line 43, src/helpers/_ratio.scss */
.ratio-16by9 {
  height: 0 !important;
  padding: 0 0 56.25% !important;
}

/* =REAR
 * ------------------------------------------------
 * Position the element behind it's first positioned parent content
*/
/* line 13, src/helpers/_rear.scss */
.backdrop {
  position: absolute;
  z-index: -1;
}

/* =SPAN
 * ------------------------------------------------
 * Extend the ’span’ class to set a proportional width in percentages.
 * Usefull for creating columns in grid layouts.
 * Inspired by Nicolas Gallagher's Griddle and Jerome Coupe's Sassgrids:
 * https://github.com/necolas/griddle/blob/master/_griddle-build.scss
 * https://github.com/jeromecoupe/sassgrids/blob/master/imports/_grid.scss
*/
/* line 23, src/helpers/_span.scss */
.digest {
  width: 100% !important;
}

/* line 52, src/helpers/_span.scss */
.section-inner .carousel-viewport {
  width: 75% !important;
}

/* line 52, src/helpers/_span.scss */
.l-copy {
  width: 91.66667% !important;
}

/* =STRETCH
 * ------------------------------------------------
 * Apply the ’.stretch’ class to cover the entire surface of the first positioned parent.
 * Don't forget to position the element or use it in conjuction with either the
 * ’coverlet’ or ’popup’ helper
*/
/* line 13, src/helpers/_stretch.scss */
.backdrop, .coverlet, .embed-hold > .embed, .stretch {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0;
}

/* =TRIM
 * ------------------------------------------------
 * Extend one of the ’trim-’ helpers to remove child margins runing over the element
*/
/* line 13, src/helpers/_trim.scss */
.byline > :first-child {
  margin-top: 0 !important;
}

/* line 17, src/helpers/_trim.scss */
.introline > :last-child {
  margin-bottom: 0 !important;
}

/*
| ---------------------------------------------------------------------
| =BREAKPOINT-HELPERS
| ---------------------------------------------------------------------
| To inject a helper into each breakpoint, just add it to the list here.
| The helper will be namespaced with the breakpoint-name prefix and, when
| extended, it will only apply when the breakpoint is reached.
*/
@media only screen and (min-width: 28.125em) {
  /* line 52, src/helpers/_span.scss */
  .contact-addr {
    width: 50% !important;
  }

  /* line 52, src/helpers/_span.scss */
  .l-copy, .section-inner .carousel-viewport {
    width: 83.33333% !important;
  }
}
@media only screen and (min-width: 40.625em) {
  /* line 52, src/helpers/_span.scss */
  .digest {
    width: 50% !important;
  }

  /* line 52, src/helpers/_span.scss */
  .l-copy {
    width: 75% !important;
  }
}
@media only screen and (min-width: 68.75em) {
  /* line 52, src/helpers/_span.scss */
  .digest {
    width: 33.33333% !important;
  }

  /* line 52, src/helpers/_span.scss */
  .l-copy {
    width: 58.33333% !important;
  }

  /* line 52, src/helpers/_span.scss */
  .section-inner .carousel-viewport {
    width: 91.66667% !important;
  }
}
@media only screen and (min-width: 86.25em) {
  /* line 52, src/helpers/_span.scss */
  .l-copy {
    width: 50% !important;
  }
}
/*
| ====================================================================
| =ELEMENTS
| ====================================================================
*/
/*
 * ---------------------------------------------------------------------
 *  =LOGO
 * ---------------------------------------------------------------------
*/
/* line 10, src/elements/_logo.scss */
.logo {
  display: inline-block;
  background: none no-repeat center;
  vertical-align: middle;
  max-width: 100%;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

/* line 19, src/elements/_logo.scss */
a.logo {
  opacity: 1;
  -moz-transition: opacity 0.35s ease-out;
  -o-transition: opacity 0.35s ease-out;
  -webkit-transition: opacity 0.35s ease-out;
  transition: opacity 0.35s ease-out;
  -moz-box-shadow: #000 0 0 0;
  -webkit-box-shadow: #000 0 0 0;
  box-shadow: #000 0 0 0;
  /* [1] */
}
/* line 24, src/elements/_logo.scss */
a.logo:hover, a.logo:focus, a.logo:active, a.logo.active {
  opacity: 0.5;
}

/*
 * 1.   Fixes a Firefox bug where images and background-images would move slightly when
 *      transitioning opacity (used for hover states). https://bugzilla.mozilla.org/show_bug.cgi?id=745549
*/
/* =LOGO-AESOP
 * ------------------------------------------------ */
/* line 40, src/elements/_logo.scss */
.logo-aesop {
  width: 134px;
  height: 50px;
  background-image: url(../img/logos/logo-aesop.png);
}

/* =LOGO-ALAPE
 * ------------------------------------------------ */
/* line 40, src/elements/_logo.scss */
.logo-alape {
  width: 112px;
  height: 35px;
  background-image: url(../img/logos/logo-alape.png);
}

/* =LOGO-ALLYOUNEED
 * ------------------------------------------------ */
/* line 40, src/elements/_logo.scss */
.logo-allyouneed {
  width: 224px;
  height: 50px;
  background-image: url(../img/logos/logo-allyouneed.png);
}

/* =LOGO-ARTEK
 * ------------------------------------------------ */
/* line 40, src/elements/_logo.scss */
.logo-artek {
  width: 119px;
  height: 35px;
  background-image: url(../img/logos/logo-artek.png);
}

/* =LOGO-BURMESTER
 * ------------------------------------------------ */
/* line 40, src/elements/_logo.scss */
.logo-burmester {
  width: 194px;
  height: 50px;
  background-image: url(../img/logos/logo-burmester.png);
}

/* =LOGO-COMPANIONCOFFEE
 * ------------------------------------------------ */
/* line 40, src/elements/_logo.scss */
.logo-companioncoffee {
  width: 121px;
  height: 50px;
  background-image: url(../img/logos/logo-companioncoffee.png);
}

/* =LOGO-CREATIONBAUMANN
 * ------------------------------------------------ */
/* line 40, src/elements/_logo.scss */
.logo-creationbaumann {
  width: 279px;
  height: 35px;
  background-image: url(../img/logos/logo-creationbaumann.png);
}

/* =LOGO-DALLMER
 * ------------------------------------------------ */
/* line 40, src/elements/_logo.scss */
.logo-dallmer {
  width: 156px;
  height: 25px;
  background-image: url(../img/logos/logo-dallmer.png);
}

/* =LOGO-DISTANZ
 * ------------------------------------------------ */
/* line 40, src/elements/_logo.scss */
.logo-distanz {
  width: 132px;
  height: 30px;
  background-image: url(../img/logos/logo-distanz.png);
}

/* =LOGO-DORNBRACHT
 * ------------------------------------------------ */
/* line 40, src/elements/_logo.scss */
.logo-dornbracht {
  width: 83px;
  height: 50px;
  background-image: url(../img/logos/logo-dornbracht.png);
}

/* =LOGO-EPSON
 * ------------------------------------------------ */
/* line 40, src/elements/_logo.scss */
.logo-epson {
  width: 111px;
  height: 25px;
  background-image: url(../img/logos/logo-epson.png);
}

/* =LOGO-FVF
 * ------------------------------------------------ */
/* line 40, src/elements/_logo.scss */
.logo-fvf {
  width: 134px;
  height: 50px;
  background-image: url(../img/logos/logo-fvf.png);
}

/* =LOGO-FVFXVITRA
 * ------------------------------------------------ */
/* line 40, src/elements/_logo.scss */
.logo-fvfxvitra {
  width: 162px;
  height: 51px;
  background-image: url(../img/logos/logo-fvfxvitra.png);
}

/* line 40, src/elements/_logo.scss */
.logo-fvfxvitra-white {
  width: 162px;
  height: 51px;
  background-image: url(../img/logos/logo-fvfxvitra-white.png);
}

/* =LOGO-GESTALTEN
 * ------------------------------------------------ */
/* line 40, src/elements/_logo.scss */
.logo-gestalten {
  width: 155px;
  height: 35px;
  background-image: url(../img/logos/logo-gestalten.png);
}

/* =LOGO-KPM
 * ------------------------------------------------ */
/* line 40, src/elements/_logo.scss */
.logo-kpm {
  width: 73px;
  height: 50px;
  background-image: url(../img/logos/logo-kpm.png);
}

/* =LOGO-MIELE
 * ------------------------------------------------ */
/* line 40, src/elements/_logo.scss */
.logo-miele {
  width: 136px;
  height: 25px;
  background-image: url(../img/logos/logo-miele.png);
}

/* =LOGO-MIKILIE
 * ------------------------------------------------ */
/* line 40, src/elements/_logo.scss */
.logo-mikili {
  width: 57px;
  height: 50px;
  background-image: url(../img/logos/logo-mikili.png);
}

/* =LOGO-NEWTENDENCY
 * ------------------------------------------------ */
/* line 40, src/elements/_logo.scss */
.logo-newtendency {
  width: 255px;
  height: 25px;
  background-image: url(../img/logos/logo-newtendency.png);
}

/* =LOGO-PAPERTEA
 * ------------------------------------------------ */
/* line 40, src/elements/_logo.scss */
.logo-papertea {
  width: 80px;
  height: 44px;
  background-image: url(../img/logos/logo-papertea.png);
}

/* =LOGO-RUCKSTUHL
 * ------------------------------------------------ */
/* line 40, src/elements/_logo.scss */
.logo-ruckstuhl {
  width: 338px;
  height: 25px;
  background-image: url(../img/logos/logo-ruckstuhl.png);
}

/* =LOGO-SANDERTEC
 * ------------------------------------------------ */
/* line 40, src/elements/_logo.scss */
.logo-sandertec {
  width: 150px;
  height: 32px;
  background-image: url(../img/logos/logo-sandertec.png);
}

/* =LOGO-SELEKKT
 * ------------------------------------------------ */
/* line 40, src/elements/_logo.scss */
.logo-selekkt {
  width: 234px;
  height: 30px;
  background-image: url(../img/logos/logo-selekkt.png);
}

/* =LOGO-VITRA
 * ------------------------------------------------ */
/* line 40, src/elements/_logo.scss */
.logo-vitra {
  width: 106px;
  height: 35px;
  background-image: url(../img/logos/logo-vitra.png);
}

/* =LOGO-VOESLAUER
 * ------------------------------------------------ */
/* line 40, src/elements/_logo.scss */
.logo-voeslauer {
  width: 96px;
  height: 50px;
  background-image: url(../img/logos/logo-voeslauer.png);
}

/*
 * ---------------------------------------------------------------------
 *  =ICON
 * ---------------------------------------------------------------------
*/
/* line 25, src/elements/_icon.scss */
.icon, .carousel-prev, .carousel-next {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: url(../img/icons.svg) no-repeat center top;
  -moz-background-size: 150px auto;
  -o-background-size: 150px auto;
  -webkit-background-size: 150px auto;
  background-size: 150px auto;
}
/* line 36, src/elements/_icon.scss */
.no-svg .icon, .no-svg .carousel-prev, .no-svg .carousel-next {
  background-image: url(../img/icons.png);
}

/* =ICON-SPRITE
 * ------------------------------------------------ */
/* line 49, src/elements/_icon.scss */
.icon-arrow-up, .carousel-prev {
  background-position: 0px 0;
}
/* line 52, src/elements/_icon.scss */
.icon-arrow-up:hover, .carousel-prev:hover, .icon-arrow-up:focus, .carousel-prev:focus, .icon-arrow-up:active, .carousel-prev:active, .icon-arrow-up.active, .active.carousel-prev {
  background-position: 0px -30px;
}

/* line 49, src/elements/_icon.scss */
.icon-arrow-right {
  background-position: -30px 0;
}
/* line 52, src/elements/_icon.scss */
.icon-arrow-right:hover, .icon-arrow-right:focus, .icon-arrow-right:active, .icon-arrow-right.active {
  background-position: -30px -30px;
}

/* line 49, src/elements/_icon.scss */
.icon-arrow-down, .carousel-next {
  background-position: -60px 0;
}
/* line 52, src/elements/_icon.scss */
.icon-arrow-down:hover, .carousel-next:hover, .icon-arrow-down:focus, .carousel-next:focus, .icon-arrow-down:active, .carousel-next:active, .icon-arrow-down.active, .active.carousel-next {
  background-position: -60px -30px;
}

/* line 49, src/elements/_icon.scss */
.icon-arrow-left {
  background-position: -90px 0;
}
/* line 52, src/elements/_icon.scss */
.icon-arrow-left:hover, .icon-arrow-left:focus, .icon-arrow-left:active, .icon-arrow-left.active {
  background-position: -90px -30px;
}

/* line 49, src/elements/_icon.scss */
.icon-arrow-back {
  background-position: -120px 0;
}
/* line 52, src/elements/_icon.scss */
.icon-arrow-back:hover, .icon-arrow-back:focus, .icon-arrow-back:active, .icon-arrow-back.active {
  background-position: -120px -30px;
}

/*
| ---------------------------------------------------------------------
| =BTN
| ---------------------------------------------------------------------
*/
/* line 27, src/elements/_btn.scss */
.btn, .icon-btn {
  display: inline-block;
  height: 3.33333em;
  font-size: 0.66667rem;
  letter-spacing: 0.048em;
  line-height: 3.33333em;
  vertical-align: middle;
  text-decoration: none;
  color: #a0a0a0;
}

/* line 43, src/elements/_btn.scss */
.btn {
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  padding: 0 2em;
  border: 1px solid #a0a0a0;
  background: none;
}
/* line 50, src/elements/_btn.scss */
.btn:hover, .btn:focus, .btn:active, .btn.active {
  color: #fff;
  border-color: #fff;
}

/* line 56, src/elements/_btn.scss */
.icon-btn {
  width: 3.33333em;
  background: none no-repeat center center;
}
/* line 63, src/elements/_btn.scss */
.icon-btn:hover, .icon-btn:focus, .icon-btn:active, .icon-btn.active {
  background-position: 0 50%;
}

/* =BTN-MODIFIES
 * ------------------------------------------------ */
/* line 70, src/elements/_btn.scss */
.btn-round {
  -moz-border-radius: 1.66667em;
  -webkit-border-radius: 1.66667em;
  border-radius: 1.66667em;
}

/*
 * ---------------------------------------------------------------------
 *  =JSH-LOGO
 * ---------------------------------------------------------------------
*/
/* line 20, src/elements/_jsh-logo.scss */
.jsh-logo {
  font-size: 0.77778rem;
  letter-spacing: 0.64em;
  line-height: 1;
  display: inline-block;
  padding: 0.57143em 0.85714em;
  padding-right: 0.21714em;
  color: #a0a0a0;
  border: 2px solid #a0a0a0;
}
@media only screen and (min-width: 53.75em) {
  /* line 20, src/elements/_jsh-logo.scss */
  .jsh-logo {
    font-size: 1rem;
    padding: 0.72222em 1em;
    padding-right: 0.36em;
    border-width: 3px;
  }
}

/* line 47, src/elements/_jsh-logo.scss */
#login-grid .loginform {
  max-width: 300px;
  margin: auto;
}
/* line 53, src/elements/_jsh-logo.scss */
#login-grid .login-grid-half {
  width: 100%;
  margin-bottom: 40px;
}
@media only screen and (min-width: 53.75em) {
  /* line 53, src/elements/_jsh-logo.scss */
  #login-grid .login-grid-half {
    margin-bottom: 0px;
    width: 50%;
  }
}
/* line 63, src/elements/_jsh-logo.scss */
#login-grid .login-grid-inner {
  margin: auto;
  text-align: center;
}
/* line 67, src/elements/_jsh-logo.scss */
#login-grid .jsh-logo.jsh-logo-large {
  font-size: 60px;
  border-width: 10px;
}
@media only screen and (min-width: 68.75em) {
  /* line 67, src/elements/_jsh-logo.scss */
  #login-grid .jsh-logo.jsh-logo-large {
    font-size: 80px;
    border-width: 12px;
  }
}

@media only screen and (min-width: 53.75em) {
  /* line 79, src/elements/_jsh-logo.scss */
  #section-login-grid {
    height: 100%;
    height: 100vh;
    margin: 0;
  }
  /* line 85, src/elements/_jsh-logo.scss */
  #section-login-grid #login-grid {
    margin: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
  }
}

/* line 95, src/elements/_jsh-logo.scss */
.button, input[type=submit], .input {
  border-radius: 0;
  border: 0px;
  letter-spacing: 1px;
  font-family: "Bebas Neue", "bebas-neue", sans-serif;
  padding: 8px;
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (min-width: 53.75em) {
  /* line 95, src/elements/_jsh-logo.scss */
  .button, input[type=submit], .input {
    padding: 10px;
    font-size: 22px;
    line-height: 32px;
  }
}

/* line 111, src/elements/_jsh-logo.scss */
.input:active, .input:focus {
  outline-color: #9be1a3;
}

/* line 116, src/elements/_jsh-logo.scss */
.button, input[type=submit] {
  background: #9be1a3;
  color: white;
}
/* line 119, src/elements/_jsh-logo.scss */
.button:hover, input[type=submit]:hover {
  background: #a0a0a0;
}

/*
| ====================================================================
| =COMPONENTS
| ====================================================================
*/
/* =GRID-SYSTEM
 * ------------------------------------------------
 * @require "helpers/no-ws";
*/
/* line 17, src/components/_grid.scss */
.grid {
  margin-left: -0.55556em;
  margin-right: -0.55556em;
}
/* line 24, src/components/_grid.scss */
.grid > .grid {
  margin-left: 0;
  margin-right: 0;
}

/* line 30, src/components/_grid.scss */
.grid-unit {
  display: inline-block;
  width: 100%;
  padding-left: 0.55556em;
  padding-right: 0.55556em;
  vertical-align: top;
}

/* line 17, src/components/_grid.scss */
.entry-grid {
  margin-left: -1.11111em;
  margin-right: -1.11111em;
}
/* line 24, src/components/_grid.scss */
.entry-grid > .grid {
  margin-left: 0;
  margin-right: 0;
}

/* line 30, src/components/_grid.scss */
.entry-grid-unit {
  display: inline-block;
  width: 100%;
  padding-left: 1.11111em;
  padding-right: 1.11111em;
  vertical-align: top;
}

/*
 * ---------------------------------------------------------------------
 *  =FULLVIEW
 * ---------------------------------------------------------------------
*/
/* line 7, src/components/_fullview.scss */
.fullview {
  display: table;
}

/*
| ====================================================================
| =MODULES
| ====================================================================
*/
/*
 * ---------------------------------------------------------------------
 *  =NAVBAR
 * ---------------------------------------------------------------------
*/
/* line 22, src/modules/_navbar.scss */
.navbar {
  top: 0;
  left: 0;
  width: 100%;
  vertical-align: middle;
  background: #000;
}
/* line 29, src/modules/_navbar.scss */
.admin-bar .navbar {
  top: 46px;
}
@media only screen and (min-width: 48.75em) {
  /* line 29, src/modules/_navbar.scss */
  .admin-bar .navbar {
    top: 32px;
  }
}

/* line 42, src/modules/_navbar.scss */
.nav-main li {
  line-height: 1;
  margin-right: 0.55556em;
}
/* line 47, src/modules/_navbar.scss */
.nav-main li:last-child {
  margin-right: 0;
}

/* line 53, src/modules/_navbar.scss */
.nav-link {
  font-size: 0.77778rem;
  letter-spacing: 0.2em;
  display: inline-block;
  line-height: 3.57143em;
  vertical-align: middle;
  color: #a0a0a0;
}
/* line 66, src/modules/_navbar.scss */
.nav-link:hover, .nav-link:focus, .nav-link:active, .nav-link.active {
  color: #9be1a3;
}

@media only screen and (min-width: 53.75em) {
  /* line 73, src/modules/_navbar.scss */
  .navbar {
    padding: 1.38889rem 0;
  }

  /* line 77, src/modules/_navbar.scss */
  .nav-main li {
    margin-right: 1.66667rem;
  }
}
/*
 * ---------------------------------------------------------------------
 *  =PROJ-DIGEST
 * ---------------------------------------------------------------------
*/
/* line 12, src/modules/_digest.scss */
.digest {
  float: left;
}

/* line 19, src/modules/_digest.scss */
.digest-inner {
  position: relative;
  padding-bottom: 78.14815%;
  background: rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
/* line 27, src/modules/_digest.scss */
.digest-inner .img-cover {
  -moz-box-shadow: #000 0 0 0;
  -webkit-box-shadow: #000 0 0 0;
  box-shadow: #000 0 0 0;
  /* [1] */
}
/* line 33, src/modules/_digest.scss */
.digest-inner:hover .digest-thumb, .digest-inner:focus .digest-thumb, .digest-inner:active .digest-thumb, .digest-inner.active .digest-thumb {
  opacity: 1;
}

/* line 39, src/modules/_digest.scss */
.digest-title {
  position: absolute;
  left: 0.55em;
  bottom: 0.55em;
  margin: 0;
}

/* line 47, src/modules/_digest.scss */
.digest-thumb {
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 0;
}

/*
 * 1.  Fixes a Firefox bug where images and background-images would move slightly when
 *      transitioning opacity (used for hover states). https://bugzilla.mozilla.org/show_bug.cgi?id=745549
*/
/*
 * ---------------------------------------------------------------------
 *  =CAROUSEL
 * ---------------------------------------------------------------------
*/
/* line 11, src/modules/_carousel.scss */
.carousel-viewport {
  height: 800px !important;
}

/* line 16, src/modules/_carousel.scss */
.carousel-direction-nav {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

/* line 24, src/modules/_carousel.scss */
.carousel-prev, .carousel-next {
  position: absolute;
  right: 10px;
  right: 0.55556rem;
}

/* line 29, src/modules/_carousel.scss */
.carousel-prev {
  top: 10px;
  top: 0.55556rem;
}

/* line 35, src/modules/_carousel.scss */
.carousel-next {
  bottom: 10px;
  bottom: 0.55556rem;
}

/*
 * ---------------------------------------------------------------------
 *  =SECTION
 * ---------------------------------------------------------------------
*/
/* line 18, src/modules/_section.scss */
.section {
  background: rgba(0, 0, 0, 0.7);
}

/* line 22, src/modules/_section.scss */
.welcome {
  background: rgba(0, 0, 0, 0.5);
}

/* line 26, src/modules/_section.scss */
.section-inner {
  margin: 70px 0 40px;
  margin: 3.88889rem 0 2.22222rem;
}
/* line 30, src/modules/_section.scss */
.section-inner .carousel {
  position: absolute;
  width: auto;
  top: 70px;
  top: 3.88889rem;
  right: 15px;
  right: 0.83333rem;
  bottom: 40px;
  bottom: 2.22222rem;
  left: 15px;
  left: 0.83333rem;
}
/* line 40, src/modules/_section.scss */
.section-inner .carousel-viewport {
  position: absolute !important;
  height: 100% !important;
}
@media only screen and (min-width: 53.75em) {
  /* line 26, src/modules/_section.scss */
  .section-inner {
    margin: 130px 0 50px;
    margin: 7.22222rem 0 2.77778rem;
  }
  /* line 53, src/modules/_section.scss */
  .section-inner .carousel {
    top: 130px;
    top: 7.22222rem;
    right: 50px;
    right: 2.77778rem;
    bottom: 50px;
    bottom: 2.77778rem;
    left: 50px;
    left: 2.77778rem;
  }
}

/* line 62, src/modules/_section.scss */
.section-thumb {
  margin: 0 0 1.66667em;
}
/* line 66, src/modules/_section.scss */
.section-thumb img {
  -moz-border-radius: 800px;
  -webkit-border-radius: 800px;
  border-radius: 800px;
}

/* line 165, src/screen.scss */
.footer {
  position: absolute;
  bottom: 1.22222em;
  left: 0em;
}
