@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import url("//hello.myfonts.net/count/29cada");
/* line 11, ../../_compass/_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, ../../_compass/_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, ../../_compass/_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, ../../_compass/_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, ../../_compass/_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, ../../_compass/_normalize.scss */
body {
  margin: 0;
}

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

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 104, ../../_compass/_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, ../../_compass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 263, ../../_compass/_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, ../../_compass/_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, ../../_compass/_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, ../../_compass/_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, ../../_compass/_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, ../../_compass/_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, ../../_compass/_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, ../../_compass/_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, ../../_compass/_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, ../../_compass/_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, ../../_compass/_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, ../../_compass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/* MIXINS */
/**
 * @license
 * MyFonts Webfont Build ID 2738906, 2014-02-03T12:23:43-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Larsseit Bold by Type Dynamic
 * URL: http://www.myfonts.com/fonts/typedynamic/larsseit/bold/
 * 
 * Webfont: Larsseit Light by Type Dynamic
 * URL: http://www.myfonts.com/fonts/typedynamic/larsseit/light/
 * 
 * Webfont: Larsseit Light Italic by Type Dynamic
 * URL: http://www.myfonts.com/fonts/typedynamic/larsseit/light-italic/
 * 
 * Webfont: Larsseit Medium by Type Dynamic
 * URL: http://www.myfonts.com/fonts/typedynamic/larsseit/medium/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2738906
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright (c) 2013 by Type Dynamic. All rights reserved.
 * 
 * © 2014 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'Larsseit-Bold';
  src: url("../fonts/29CADA_2_0.eot");
  src: url("../fonts/29CADA_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/29CADA_2_0.woff") format("woff"), url("../fonts/29CADA_2_0.ttf") format("truetype");
}
@font-face {
  font-family: 'Larsseit-Light';
  src: url("../fonts/29CADA_4_0.eot");
  src: url("../fonts/29CADA_4_0.eot?#iefix") format("embedded-opentype"), url("../fonts/29CADA_4_0.woff") format("woff"), url("../fonts/29CADA_4_0.ttf") format("truetype");
}
@font-face {
  font-family: 'Larsseit-LightItalic';
  src: url("../fonts/29CADA_5_0.eot");
  src: url("../fonts/29CADA_5_0.eot?#iefix") format("embedded-opentype"), url("../fonts/29CADA_5_0.woff") format("woff"), url("../fonts/29CADA_5_0.ttf") format("truetype");
}
@font-face {
  font-family: 'Larsseit-Medium';
  src: url("../fonts/29CADA_6_0.eot");
  src: url("../fonts/29CADA_6_0.eot?#iefix") format("embedded-opentype"), url("../fonts/29CADA_6_0.woff") format("woff"), url("../fonts/29CADA_6_0.ttf") format("truetype");
}
/* COLORS */
/* FONTS */
/* SIZES */
/* PAGE STRUCTURE */
/* line 65, ../../_compass/style.scss */
html {
  background-color: #112d42;
  background-image: url("../images/paper.png");
  -webkit-background-size: 300px 300px;
  background-size: 300px 300px;
  color: #d24841;
  font-family: "Larsseit-Light", sans-serif;
  font-weight: normal;
  font-size: 16px;
  min-height: 100%;
  min-width: 300px;
  text-align: left;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 65, ../../_compass/style.scss */
  html {
    -webkit-background-size: 200px 200px;
    background-size: 200px 200px;
  }
}

/* line 81, ../../_compass/style.scss */
body {
  min-height: 100%;
  padding-bottom: 1px;
  position: relative;
}

/* line 87, ../../_compass/style.scss */
h1 {
  text-transform: uppercase;
}

/* line 91, ../../_compass/style.scss */
h1, h2, h3, h4, h5 {
  font-family: "Larsseit-Bold", sans-serif;
  font-weight: normal;
  line-height: 1;
}

/* line 97, ../../_compass/style.scss */
h1 {
  font-size: 170%;
}
@media all and (max-width: 500px) {
  /* line 97, ../../_compass/style.scss */
  h1 {
    font-size: 140%;
    line-height: 1.1;
  }
}

/* line 106, ../../_compass/style.scss */
h2 {
  font-size: 120%;
}
@media all and (max-width: 500px) {
  /* line 106, ../../_compass/style.scss */
  h2 {
    line-height: 1.1;
  }
}

/* line 114, ../../_compass/style.scss */
h3 {
  font-size: 110%;
}
@media all and (max-width: 500px) {
  /* line 114, ../../_compass/style.scss */
  h3 {
    line-height: 1.1;
  }
}

/* line 122, ../../_compass/style.scss */
.unsuper {
  font-size: 120%;
  top: 2.8pt;
  position: relative;
}

/* line 128, ../../_compass/style.scss */
.registered-tm {
  padding-left: 1.0pt;
}

/* GENERAL */
/* line 134, ../../_compass/style.scss */
.wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  max-width: 1050px;
  padding: 1px 0;
  position: relative;
  width: 80%;
}
@media all and (max-width: 1100px) {
  /* line 134, ../../_compass/style.scss */
  .wrapper {
    width: 90%;
  }
}
@media all and (max-width: 900px) {
  /* line 134, ../../_compass/style.scss */
  .wrapper {
    padding: 1px 1em;
    width: auto;
  }
}

/* line 150, ../../_compass/style.scss */
.text-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 550px;
}

/* line 154, ../../_compass/style.scss */
.column {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0em 1em;
}

/* line 160, ../../_compass/style.scss */
.column.first {
  padding-left: 0;
}

/* line 164, ../../_compass/style.scss */
.column.last {
  padding-right: 0;
}

/* line 168, ../../_compass/style.scss */
.two-columns {
  overflow: hidden;
}
/* line 171, ../../_compass/style.scss */
.two-columns .column {
  width: 50%;
}
/* line 175, ../../_compass/style.scss */
.two-columns .column.first {
  padding-right: 1em;
}

/* line 180, ../../_compass/style.scss */
.three-columns {
  overflow: hidden;
}
/* line 183, ../../_compass/style.scss */
.three-columns .column {
  width: 33%;
}

/* line 188, ../../_compass/style.scss */
a {
  color: #d24841;
  text-decoration: none;
}
/* line 191, ../../_compass/style.scss */
a:hover {
  text-decoration: underline;
}

/* line 196, ../../_compass/style.scss */
.nowrap {
  white-space: nowrap;
}

/* HEADER */
/* line 202, ../../_compass/style.scss */
#logo-corner {
  display: block;
  height: 225px;
  left: 0;
  position: absolute;
  top: 0;
  width: 225px;
  z-index: 2;
}

/* line 212, ../../_compass/style.scss */
.paracosm-logo {
  background-image: url("../images/paracosm-logo-sprite.png");
  background-position: right top;
  -webkit-background-size: 182px 141px;
  background-size: 182px 141px;
  display: inline-block;
  float: right;
  height: 47px;
  margin: 0;
  vertical-align: middle;
  width: 182px;
}
@media all and (max-width: 33em) {
  /* line 212, ../../_compass/style.scss */
  .paracosm-logo {
    width: 47px;
  }
}
@media all and (max-width: 28em) {
  /* line 212, ../../_compass/style.scss */
  .paracosm-logo {
    display: none;
  }
}
@media all and (min-width: 33em) {
  /* line 233, ../../_compass/style.scss */
  .paracosm-logo:hover {
    background-position: right -47px;
  }
}
@media all and (min-width: 33em) and (max-width: 900px) {
  /* line 233, ../../_compass/style.scss */
  .paracosm-logo:hover {
    background-position: right -94px;
  }
}

/* line 244, ../../_compass/style.scss */
.menu {
  list-style-type: none;
  padding-left: 0;
}
/* line 248, ../../_compass/style.scss */
.menu .product {
  text-transform: uppercase;
}

/* line 253, ../../_compass/style.scss */
.header {
  border-bottom: 1px solid #d24841;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em 2em 1px;
  margin-bottom: 2em;
}
@media all and (max-width: 900px) {
  /* line 253, ../../_compass/style.scss */
  .header {
    background-color: #fff7e6;
    background-image: url("../images/paper.png");
    -webkit-background-size: 300px 300px;
    background-size: 300px 300px;
    border-color: transparent;
  }
}
@media all and (max-width: 900px) and (-webkit-min-device-pixel-ratio: 2), all and (max-width: 900px) and (min-resolution: 192dpi) {
  /* line 253, ../../_compass/style.scss */
  .header {
    -webkit-background-size: 200px 200px;
    background-size: 200px 200px;
  }
}

/* line 263, ../../_compass/style.scss */
.header .logo {
  display: inline-block;
  font-family: "Larsseit-Light", sans-serif;
  font-size: 100%;
  font-weight: normal;
  margin: 0.7em 0;
  text-transform: uppercase;
  vertical-align: middle;
}
/* line 272, ../../_compass/style.scss */
.header .logo img {
  height: auto;
  margin-right: 0.3em;
  position: relative;
  top: -0.1em;
  vertical-align: middle;
  height: 28px;
}
/* line 282, ../../_compass/style.scss */
.header .menu {
  display: inline-block;
  margin-left: 1em;
  vertical-align: middle;
}
/* line 287, ../../_compass/style.scss */
.header .menu li {
  display: inline-block;
  margin-right: 0.5em;
}
/* line 290, ../../_compass/style.scss */
.header .menu li.selected {
  border-bottom: 1px rgba(210, 72, 65, 0.75) dotted;
  line-height: 1;
}
/* line 296, ../../_compass/style.scss */
.header .menu li a:hover {
  border-bottom: 1px #d24841 solid;
  text-decoration: none;
}
/* line 303, ../../_compass/style.scss */
.header .menu .product {
  text-transform: uppercase;
}

/* line 309, ../../_compass/style.scss */
.bumper {
  color: #fff7e6;
  margin-right: 0.25em;
  vertical-align: middle;
}
@media all and (max-width: 45em) {
  /* line 309, ../../_compass/style.scss */
  .bumper {
    display: none;
  }
}

/* line 318, ../../_compass/style.scss */
.blurb {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff7e6;
  display: inline-block;
  font-size: 106%;
  margin-right: 0.25em;
  outline: 1px solid transparent;
  position: relative;
  text-align: left;
}
/* line 328, ../../_compass/style.scss */
.blurb.purchase .pricetag .pricetag-right {
  background: #112d42;
}
@media all and (max-width: 700px) {
  /* line 318, ../../_compass/style.scss */
  .blurb {
    font-size: 100%;
  }
}
@media all and (max-width: 390px) {
  /* line 318, ../../_compass/style.scss */
  .blurb {
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 342, ../../_compass/style.scss */
.blurb:hover .pricetag {
  box-shadow: 0px 0px 10px 3px rgba(255, 255, 255, 0.15);
  -moz-transition: box-shadow 0.15s;
  -webkit-transition: box-shadow 0.15s;
  -o-transition: box-shadow 0.15s;
  transition: box-shadow 0.15s;
}
/* line 348, ../../_compass/style.scss */
.blurb .pricetag {
  background: #fff7e6;
  border: 0.2em solid #fff7e6;
  border-radius: 0.6em;
  display: inline-block;
  margin: 0.5em auto;
  white-space: nowrap;
}
/* line 358, ../../_compass/style.scss */
.blurb .pricetag .pricetag-left,
.blurb .pricetag .pricetag-right {
  display: inline-block;
  vertical-align: middle;
}
/* line 364, ../../_compass/style.scss */
.blurb .pricetag .pricetag-left {
  padding: 0 0.1em;
}
/* line 367, ../../_compass/style.scss */
.blurb .pricetag .pricetag-left .logo {
  display: inline-block;
  max-width: none;
  vertical-align: middle;
  width: 46px;
  margin: 0;
}
/* line 376, ../../_compass/style.scss */
.blurb .pricetag .pricetag-right {
  background: #d24841;
  border-radius: 0.4em;
  padding: 0.7em 1em 0.4em 0.5em;
  display: inline-block;
  vertical-align: middle;
}
/* line 383, ../../_compass/style.scss */
.blurb .pricetag .pricetag-right h1 {
  font-family: "Larsseit-Bold", sans-serif;
  font-size: 130%;
  line-height: 0.8;
  margin: 0;
  text-transform: uppercase;
}
/* line 392, ../../_compass/style.scss */
.blurb .pricetag .pricetag-right p {
  font-family: "Larsseit-Light", sans-serif;
  margin: 0.1em 0;
  text-align: left;
}
/* line 397, ../../_compass/style.scss */
.blurb .pricetag .pricetag-right p .price {
  font-size: 110%;
  font-family: "Larsseit-Medium", sans-serif;
}
/* line 401, ../../_compass/style.scss */
.blurb .pricetag .pricetag-right p .price .dollar {
  bottom: 0.25em;
  font-size: 70%;
  position: relative;
  right: 0.05em;
}
/* line 409, ../../_compass/style.scss */
.blurb .pricetag .pricetag-right p .store {
  font-size: 77%;
  float: left;
  line-height: 1;
  padding-left: 0.1em;
}

/* CONTENT */
/* line 426, ../../_compass/style.scss */
.content .section {
  color: #fff7e6;
  padding-bottom: 4em;
  padding-top: 3em;
}
@media all and (max-height: 800px) {
  /* line 426, ../../_compass/style.scss */
  .content .section {
    padding-bottom: 3em;
    padding-top: 2em;
  }
}
@media all and (max-height: 600px) {
  /* line 426, ../../_compass/style.scss */
  .content .section {
    padding-bottom: 2em;
    padding-top: 1em;
  }
}
/* line 440, ../../_compass/style.scss */
.content h1, .content h2 {
  margin-top: 2em;
  margin-bottom: 0.5em;
}
/* line 445, ../../_compass/style.scss */
.content h3, .content p, .content img, .content li {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
/* line 450, ../../_compass/style.scss */
.content h4 {
  margin-bottom: 0;
}
/* line 454, ../../_compass/style.scss */
.content .alert {
  border-radius: 10px;
  margin: 2em 0;
}
/* line 459, ../../_compass/style.scss */
.content b {
  font-family: "Larsseit-Medium", sans-serif;
  font-weight: normal;
}
/* line 464, ../../_compass/style.scss */
.content i {
  font-family: "Larsseit-LightItalic", sans-serif;
  font-style: normal;
}
/* line 469, ../../_compass/style.scss */
.content .mono {
  font-family: "Courier New", Courier, monospace;
}
/* line 473, ../../_compass/style.scss */
.content .alert {
  background: #d24841;
  color: #112d42;
  padding: 0.5em 1em;
}
/* line 480, ../../_compass/style.scss */
.content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

/* line 489, ../../_compass/style.scss */
#homepage .header {
  border-bottom-width: 0px;
  margin-bottom: 0;
}

/* INDIVIDUAL SECTIONS */
@media all and (max-width: 900px) {
  /* line 497, ../../_compass/style.scss */
  #overview {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15) inset;
  }
}
@media all and (max-height: 700px) {
  /* line 497, ../../_compass/style.scss */
  #overview {
    padding-top: 1em;
  }
}
/* line 506, ../../_compass/style.scss */
#overview .intro {
  margin-bottom: 3em;
  margin-top: 1em;
  position: relative;
}
@media all and (max-height: 800px) {
  /* line 506, ../../_compass/style.scss */
  #overview .intro {
    margin-bottom: 2em;
    margin-top: 0em;
  }
  /* line 514, ../../_compass/style.scss */
  #overview .intro img {
    max-height: 315px;
  }
}
@media all and (max-height: 700px) {
  /* line 506, ../../_compass/style.scss */
  #overview .intro {
    margin-bottom: 1em;
  }
}
/* line 522, ../../_compass/style.scss */
#overview .intro img {
  display: block;
}
/* line 527, ../../_compass/style.scss */
#overview .left-side {
  margin-top: 0;
  position: absolute;
  text-align: right;
  top: 0;
  left: 0;
  width: 5.7em;
}
@media all and (max-width: 600px) {
  /* line 527, ../../_compass/style.scss */
  #overview .left-side {
    margin-top: 0.5em;
    position: static;
    text-align: left;
    width: auto;
  }
}
/* line 542, ../../_compass/style.scss */
#overview .right-side {
  margin-left: auto;
  margin-right: auto;
  max-width: 550px;
  padding-left: 11em;
  position: relative;
}
@media all and (max-width: 600px) {
  /* line 542, ../../_compass/style.scss */
  #overview .right-side {
    padding-left: 0;
  }
}

/* line 552, ../../_compass/style.scss */
#interface {
  background-color: #7fdb9c;
  background-image: url("../images/paper.png");
  -webkit-background-size: 300px 300px;
  background-size: 300px 300px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15) inset;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 552, ../../_compass/style.scss */
  #interface {
    -webkit-background-size: 200px 200px;
    background-size: 200px 200px;
  }
}
/* line 557, ../../_compass/style.scss */
#interface .wrapper {
  max-width: 2000px;
}
/* line 563, ../../_compass/style.scss */
#interface .screenshot {
  max-width: 55%;
}
@media all and (max-width: 620px) {
  /* line 563, ../../_compass/style.scss */
  #interface .screenshot {
    max-width: 100%;
  }
}
/* line 576, ../../_compass/style.scss */
#interface h1 {
  font-size: 300%;
  left: 2%;
  line-height: 0.9;
  margin: 0;
  position: absolute;
  text-align: right;
  top: 6%;
  width: 18%;
}
@media all and (max-width: 1400px) {
  /* line 576, ../../_compass/style.scss */
  #interface h1 {
    font-size: 240%;
  }
}
@media all and (max-width: 1150px) {
  /* line 576, ../../_compass/style.scss */
  #interface h1 {
    font-size: 180%;
    top: 2%;
  }
}
@media all and (max-width: 500px) {
  /* line 576, ../../_compass/style.scss */
  #interface h1 {
    font-size: 140%;
  }
}
@media all and (max-width: 620px) {
  /* line 576, ../../_compass/style.scss */
  #interface h1 {
    text-align: left;
    margin: 0.5em 0;
    position: static;
    width: auto;
  }
}
/* line 603, ../../_compass/style.scss */
#interface .callout {
  font-family: "Larsseit-Medium", sans-serif;
  line-height: 1.05;
  position: absolute;
  width: 18%;
}
@media all and (max-width: 620px) {
  /* line 603, ../../_compass/style.scss */
  #interface .callout {
    position: static;
    width: auto;
  }
}
/* line 615, ../../_compass/style.scss */
#interface .right {
  right: 2%;
}
/* line 616, ../../_compass/style.scss */
#interface .right:before {
  display: block;
  content: '';
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff7e6;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 0;
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -12px;
}
@media all and (max-width: 620px) {
  /* line 616, ../../_compass/style.scss */
  #interface .right:before {
    display: none;
  }
}
/* line 638, ../../_compass/style.scss */
#interface .left {
  left: 2%;
}
/* line 639, ../../_compass/style.scss */
#interface .left:before {
  display: block;
  content: '';
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-left: 10px solid #fff7e6;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 0;
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -12px;
}
@media all and (max-width: 620px) {
  /* line 639, ../../_compass/style.scss */
  #interface .left:before {
    display: none;
  }
}
/* line 661, ../../_compass/style.scss */
#interface .first {
  top: 50%;
  text-align: right;
}
@media all and (max-width: 620px) {
  /* line 661, ../../_compass/style.scss */
  #interface .first {
    text-align: left;
  }
}
/* line 669, ../../_compass/style.scss */
#interface .second {
  top: 25%;
}
/* line 673, ../../_compass/style.scss */
#interface .third {
  bottom: 3%;
}

/* line 678, ../../_compass/style.scss */
#midi {
  background-color: #d24841;
  background-image: url("../images/paper.png");
  -webkit-background-size: 300px 300px;
  background-size: 300px 300px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15) inset;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 678, ../../_compass/style.scss */
  #midi {
    -webkit-background-size: 200px 200px;
    background-size: 200px 200px;
  }
}
/* line 682, ../../_compass/style.scss */
#midi .midi-power {
  width: 474px;
}
/* line 686, ../../_compass/style.scss */
#midi a {
  color: #7fdb9c;
}

/* line 691, ../../_compass/style.scss */
#in-depth {
  background-color: #e28d31;
  background-image: url("../images/paper.png");
  -webkit-background-size: 300px 300px;
  background-size: 300px 300px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15) inset;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 691, ../../_compass/style.scss */
  #in-depth {
    -webkit-background-size: 200px 200px;
    background-size: 200px 200px;
  }
}
/* line 695, ../../_compass/style.scss */
#in-depth a {
  color: #112d42;
}
/* line 699, ../../_compass/style.scss */
#in-depth strong {
  background: #d24841;
  border-radius: 0.4em;
  color: #fff7e6;
  font-size: 75%;
  font-family: "Larsseit-Bold", sans-serif;
  font-weight: normal;
  vertical-align: middle;
  padding: 0.4em 0.4em 0.2em;
  margin-right: 0.2em;
  text-transform: uppercase;
}

/* line 713, ../../_compass/style.scss */
#email {
  background-color: #d24841;
  background-image: url("../images/paper.png");
  -webkit-background-size: 300px 300px;
  background-size: 300px 300px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15) inset;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 713, ../../_compass/style.scss */
  #email {
    -webkit-background-size: 200px 200px;
    background-size: 200px 200px;
  }
}

/* NEWS BULLETIN */
/* line 721, ../../_compass/style.scss */
.news_bulletin .button {
  background: #fff7e6;
  border-radius: 0.6em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-top: 0.5em;
  margin-right: 0.3em;
  padding: 0px 9px;
}
/* line 731, ../../_compass/style.scss */
.news_bulletin .button:hover {
  color: #112d42;
  text-decoration: none;
}

/* HELP */
/* line 740, ../../_compass/style.scss */
#help {
  color: #fff7e6;
}
/* line 743, ../../_compass/style.scss */
#help .gifcast {
  -moz-box-shadow: 0px 2px 20px 0px #1a1a1a;
  -webkit-box-shadow: 0px 2px 20px 0px #1a1a1a;
  box-shadow: 0px 2px 20px 0px #1a1a1a;
  margin-bottom: 2em;
  margin-top: 2em;
  max-width: 90%;
}

/* REDIRECT LAYOUT */
/* line 753, ../../_compass/style.scss */
#redirect {
  color: #fff7e6;
  min-height: 500px;
}
/* line 760, ../../_compass/style.scss */
#redirect .content h1 {
  font-family: "Larsseit-Bold", sans-serif;
}
/* line 764, ../../_compass/style.scss */
#redirect .content p {
  margin-bottom: 3em;
}
/* line 769, ../../_compass/style.scss */
#redirect .footer {
  color: #d24841;
  border-top: 1px solid #d24841;
  padding-top: 2em;
}

/* FOOTER */
/* line 778, ../../_compass/style.scss */
.footer {
  margin-bottom: 2em;
  margin-top: 2em;
  text-align: center;
}
/* line 783, ../../_compass/style.scss */
.footer .buy-again {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15) inset;
  box-shadow: none;
  text-align: center;
  padding-bottom: 2em;
}
/* line 789, ../../_compass/style.scss */
.footer .buy-again p {
  color: #fff7e6;
}
/* line 793, ../../_compass/style.scss */
.footer .buy-again .blurb {
  font-size: 103%;
}
