@charset "UTF-8";
/* line 4, ../../../cache/bundle/ruby/2.1.0/gems/neat-1.7.2/app/assets/stylesheets/grid/_box-sizing.scss */
html {
  box-sizing: border-box; }

/* line 9, ../../../cache/bundle/ruby/2.1.0/gems/neat-1.7.2/app/assets/stylesheets/grid/_box-sizing.scss */
*, *::after, *::before {
  box-sizing: inherit; }

/* line 1, base/_forms.scss */
fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

/* line 8, base/_forms.scss */
legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

/* line 14, base/_forms.scss */
label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

/* line 20, base/_forms.scss */
input,
select {
  display: block;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em; }

/* line 27, base/_forms.scss */
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,
select[multiple] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
  /* line 41, base/_forms.scss */
  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,
  select[multiple]:hover {
    border-color: #b1b1b1; }
  /* line 45, base/_forms.scss */
  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,
  select[multiple]:focus {
    border-color: #507d82;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(18, 89, 169, 0.7);
    outline: none; }
  /* line 51, base/_forms.scss */
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, textarea:disabled,
  select[multiple]:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    /* line 55, base/_forms.scss */
    input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, textarea:disabled:hover,
    select[multiple]:disabled:hover {
      border: 1px solid #ddd; }

/* line 61, base/_forms.scss */
textarea {
  resize: vertical; }

/* line 65, base/_forms.scss */
[type="search"] {
  appearance: none; }

/* line 69, base/_forms.scss */
[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

/* line 75, base/_forms.scss */
[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

/* line 80, base/_forms.scss */
select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

/* line 1, base/_buttons.scss */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  appearance: none;
  background-color: #507d82;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  /* line 21, base/_buttons.scss */
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #406468;
    color: #fff; }
  /* line 27, base/_buttons.scss */
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    /* line 31, base/_buttons.scss */
    button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover {
      background-color: #507d82; }

/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
/* line 11, _normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

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

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

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
/* line 49, _normalize.scss */
[hidden] {
  display: none; }

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

/*
 * Removes default margin.
 */
/* line 73, _normalize.scss */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 85, _normalize.scss */
a:focus {
  outline: thin dotted; }

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

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
/* line 107, _normalize.scss */
h1 {
  font-size: 2em; }

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

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

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

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

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

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 162, _normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

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

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

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

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

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

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

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

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

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

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 255, _normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
/* line 266, _normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 280, _normalize.scss */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 293, _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 305, _normalize.scss */
button[disabled],
input[disabled] {
  cursor: default; }

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

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

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

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

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 359, _normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/* line 16, site.css.scss */
div.span3 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%; }
  /* line 89, ../../../cache/bundle/ruby/2.1.0/gems/neat-1.7.2/app/assets/stylesheets/grid/_span-columns.scss */
  div.span3:last-child {
    margin-right: 0; }

/* line 19, site.css.scss */
div.span4 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  /* line 89, ../../../cache/bundle/ruby/2.1.0/gems/neat-1.7.2/app/assets/stylesheets/grid/_span-columns.scss */
  div.span4:last-child {
    margin-right: 0; }
  @media screen and (min-width: 47.5em) {
    /* line 19, site.css.scss */
    div.span4 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      /* line 89, ../../../cache/bundle/ruby/2.1.0/gems/neat-1.7.2/app/assets/stylesheets/grid/_span-columns.scss */
      div.span4:last-child {
        margin-right: 0; } }

/* line 25, site.css.scss */
div.span6 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  /* line 89, ../../../cache/bundle/ruby/2.1.0/gems/neat-1.7.2/app/assets/stylesheets/grid/_span-columns.scss */
  div.span6:last-child {
    margin-right: 0; }
  @media screen and (min-width: 47.5em) {
    /* line 25, site.css.scss */
    div.span6 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      /* line 89, ../../../cache/bundle/ruby/2.1.0/gems/neat-1.7.2/app/assets/stylesheets/grid/_span-columns.scss */
      div.span6:last-child {
        margin-right: 0; } }

/* line 31, site.css.scss */
div.span8 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  /* line 89, ../../../cache/bundle/ruby/2.1.0/gems/neat-1.7.2/app/assets/stylesheets/grid/_span-columns.scss */
  div.span8:last-child {
    margin-right: 0; }
  @media screen and (min-width: 47.5em) {
    /* line 31, site.css.scss */
    div.span8 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      /* line 89, ../../../cache/bundle/ruby/2.1.0/gems/neat-1.7.2/app/assets/stylesheets/grid/_span-columns.scss */
      div.span8:last-child {
        margin-right: 0; } }

/* line 37, site.css.scss */
div.span9 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%; }
  /* line 89, ../../../cache/bundle/ruby/2.1.0/gems/neat-1.7.2/app/assets/stylesheets/grid/_span-columns.scss */
  div.span9:last-child {
    margin-right: 0; }

/* line 41, site.css.scss */
div.mid-span6 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  /* line 89, ../../../cache/bundle/ruby/2.1.0/gems/neat-1.7.2/app/assets/stylesheets/grid/_span-columns.scss */
  div.mid-span6:last-child {
    margin-right: 0; }
  @media screen and (min-width: 47.5em) {
    /* line 41, site.css.scss */
    div.mid-span6 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-left: 25.58941%; }
      /* line 89, ../../../cache/bundle/ruby/2.1.0/gems/neat-1.7.2/app/assets/stylesheets/grid/_span-columns.scss */
      div.mid-span6:last-child {
        margin-right: 0; } }

/* line 49, site.css.scss */
div.mid-span8 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  /* line 89, ../../../cache/bundle/ruby/2.1.0/gems/neat-1.7.2/app/assets/stylesheets/grid/_span-columns.scss */
  div.mid-span8:last-child {
    margin-right: 0; }
  @media screen and (min-width: 47.5em) {
    /* line 49, site.css.scss */
    div.mid-span8 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%;
      margin-left: 17.05961%; }
      /* line 89, ../../../cache/bundle/ruby/2.1.0/gems/neat-1.7.2/app/assets/stylesheets/grid/_span-columns.scss */
      div.mid-span8:last-child {
        margin-right: 0; } }

@media screen and (min-width: 47.5em) {
  /* line 58, site.css.scss */
  div.right {
    text-align: right; }

  /* line 61, site.css.scss */
  div.left {
    text-align: left; } }
/* line 66, site.css.scss */
body {
  background: #f2f7f7;
  text-align: center;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 100; }
  /* line 73, site.css.scss */
  body > div.highlight {
    background: #c5d9d9; }
    /* line 75, site.css.scss */
    body > div.highlight > section {
      max-width: 65em;
      margin-left: auto;
      margin-right: auto;
      padding: 3em 2em; }
      /* line 20, ../../../cache/bundle/ruby/2.1.0/gems/bourbon-4.2.2/app/assets/stylesheets/addons/_clearfix.scss */
      body > div.highlight > section::after {
        clear: both;
        content: "";
        display: table; }
  /* line 80, site.css.scss */
  body > section {
    max-width: 65em;
    margin-left: auto;
    margin-right: auto;
    padding: 3em 2em; }
    /* line 20, ../../../cache/bundle/ruby/2.1.0/gems/bourbon-4.2.2/app/assets/stylesheets/addons/_clearfix.scss */
    body > section::after {
      clear: both;
      content: "";
      display: table; }
  /* line 85, site.css.scss */
  body h1 {
    font-weight: 100; }
  /* line 88, site.css.scss */
  body h2 {
    font-weight: 400; }
  /* line 91, site.css.scss */
  body p {
    font-size: 1em;
    line-height: 1.75em; }
  /* line 95, site.css.scss */
  body a {
    color: #507d82; }
    /* line 97, site.css.scss */
    body a:hover {
      color: #80bdc2; }
  /* line 102, site.css.scss */
  body a.button {
    color: #e4eded;
    background: #507d82;
    text-decoration: none;
    padding: 1em 2em;
    display: inline-block;
    border-radius: 2px; }
    /* line 110, site.css.scss */
    body a.button:hover {
      color: white; }
  /* line 114, site.css.scss */
  body h1, body h2, body h3, body p {
    color: #1c1c1e; }
  /* line 117, site.css.scss */
  body blockquote {
    text-align: left;
    padding-top: 1em; }
    /* line 120, site.css.scss */
    body blockquote p {
      font-size: 1.3em; }
      /* line 122, site.css.scss */
      body blockquote p::before {
        content: "“";
        position: relative;
        margin-left: -0.8ex; }
      /* line 127, site.css.scss */
      body blockquote p::after {
        content: "”"; }
    /* line 131, site.css.scss */
    body blockquote cite {
      text-transform: uppercase;
      font-size: 0.8em;
      font-weight: 400; }
  /* line 137, site.css.scss */
  body fieldset {
    text-align: left;
    background: #b3d8db;
    border-radius: 2px;
    padding: 1em 3em;
    margin: 2em 0; }

/* line 146, site.css.scss */
.strike {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase;
  margin: 1.5em 0; }
  /* line 153, site.css.scss */
  .strike > span, .strike > h2 {
    font-size: 0.85em;
    font-weight: 100;
    color: #747f7f;
    position: relative;
    display: inline-block; }
    /* line 159, site.css.scss */
    .strike > span:before, .strike > span:after, .strike > h2:before, .strike > h2:after {
      content: "";
      position: absolute;
      top: 50%;
      width: 300px;
      height: 1px;
      background: #b6bcbc; }
    /* line 168, site.css.scss */
    .strike > span:before, .strike > h2:before {
      right: 100%;
      margin-right: 15px; }
    /* line 172, site.css.scss */
    .strike > span:after, .strike > h2:after {
      left: 100%;
      margin-left: 15px; }

/* line 179, site.css.scss */
.span4 img {
  width: 100%;
  max-width: 400px; }

/* line 183, site.css.scss */
body.index .span4 img {
  margin-top: 2em; }

/* line 1, _products.scss */
.view-product {
  position: relative;
  display: inline-block; }
  /* line 4, _products.scss */
  .view-product img {
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
  /* line 8, _products.scss */
  .view-product:hover img {
    opacity: 0.3; }
  /* line 11, _products.scss */
  .view-product:hover::before {
    content: "View product";
    font-size: 0.9em;
    font-weight: 400;
    color: #030806;
    border: 1px solid #030806;
    border-radius: 2px;
    padding: 1em;
    position: absolute;
    display: inline-block;
    white-space: nowrap;
    top: 66%;
    left: 50%;
    transform: translate(-50%, -50%); }

/* line 31, _products.scss */
span.price {
  font-size: 1.75em;
  line-height: 1.75em;
  font-weight: 400;
  color: #80bdc2; }
  /* line 36, _products.scss */
  span.price sup {
    top: -0.2em; }
  /* line 39, _products.scss */
  span.price.slashed {
    color: #b4d8db;
    text-decoration: line-through; }

/* line 44, _products.scss */
span.currency {
  font-size: 1em;
  font-weight: 400;
  color: #b4d8db;
  vertical-align: baseline;
  top: -0.5em;
  position: relative; }

/* line 52, _products.scss */
a.add-to-cart {
  display: inline-block;
  line-height: 0.5em;
  text-decoration: none;
  border: solid 1px #80bdc2;
  padding: 1.5em 2em 1.5em 3.5em;
  border-radius: 3px;
  background: url("/f6c7504bee4eb7288f1700b0a99ee6cacac7ed2a/a614b/images/cart-icon.svg") no-repeat 1.25em 1em;
  background-size: 1.5em;
  background-color: #80bdc2;
  color: #f2f7f7;
  font-weight: 400; }
  /* line 64, _products.scss */
  a.add-to-cart:hover {
    color: #f2f7f7;
    background-color: #6fb4ba; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 71, _products.scss */
  a.add-to-cart {
    background-size: 70px;
    background-position-x: left; } }
/* line 77, _products.scss */
section.prehero h1 {
  margin-bottom: 0; }

/* line 88, _products.scss */
div.subhero {
  padding: 9.5em 0; }
  /* line 90, _products.scss */
  div.subhero.pure-peppermint {
    background: url("/images/products/00514469257d83b033c25f17adf5569e5df64bd6/pure-peppermint-hero.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  /* line 93, _products.scss */
  div.subhero.ruby-rose {
    background: url("/images/products/f800f00b1bddc8d65b2656ec80dd66fa49c5f410/ruby-rose-hero.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  /* line 96, _products.scss */
  div.subhero.below-the-mo {
    background: url("/images/products/312072abbf5990b5aea2175b7f017b4f746254f9/below-the-mo-hero.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  /* line 99, _products.scss */
  div.subhero.coconut-vanilla {
    background: url("/images/products/7cc593fbfe6bbe91bd2daea0b179f6b3ca8f4156/coconut-vanilla-hero.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  /* line 102, _products.scss */
  div.subhero.citrus-dream {
    background: url("/images/products/de630b18eb9b90354778667b5f88824e1df63193/citrus-dream-hero.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  /* line 105, _products.scss */
  div.subhero.lime-ginger {
    background: url("/images/products/6c0a46d3efd2faa435bbb6d02b41c4f82db8d1d7/lime-ginger-hero.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  /* line 108, _products.scss */
  div.subhero.lime-coconut {
    background: url("/images/products/c96c64d9ba2505abc22b2b46cdf461a1af84c402/lime-coconut-hero.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  /* line 111, _products.scss */
  div.subhero.preggers-eggers {
    background: url("/images/products/a543f0b5ff487322dcc09e8df68311416392b361/preggers-eggers-hero.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  /* line 114, _products.scss */
  div.subhero.christmas-spice {
    background: url("/images/products/e3e68028439f20287c7d19d9e1babb2c903dcf3d/christmas-spice-hero.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }

/* line 5, _footer.scss */
span.ico {
  display: inline-block;
  height: 14px;
  width: 14px;
  margin: 2px 7px 0 0; }
  /* line 9, _footer.scss */
  span.ico.phone {
    background: url("/8287f8f8fff158f4526e08d9e957645e22d6366c/9db9f/images/phone-icon.svg") no-repeat; }
  /* line 12, _footer.scss */
  span.ico.email {
    background: url("/3ea54a193141e863f81598c6f00f29bd61bf8283/8f6b6/images/email-icon.svg") no-repeat; }

/* line 17, _footer.scss */
footer {
  padding: 4em 2em;
  background: #030806;
  color: #747f7f; }
  /* line 21, _footer.scss */
  footer p {
    color: #747f7f; }
  /* line 22, _footer.scss */
  footer section {
    max-width: 65em;
    margin-left: auto;
    margin-right: auto;
    padding: 0; }
    /* line 20, ../../../cache/bundle/ruby/2.1.0/gems/bourbon-4.2.2/app/assets/stylesheets/addons/_clearfix.scss */
    footer section::after {
      clear: both;
      content: "";
      display: table; }
  /* line 26, _footer.scss */
  footer a.logo img {
    margin-bottom: 14.66667px;
    max-height: 22px; }
  /* line 30, _footer.scss */
  footer .contact {
    font-size: 0.9em;
    color: white;
    line-height: 2em; }
    /* line 34, _footer.scss */
    footer .contact a {
      color: white;
      text-decoration: none; }
  /* line 41, _footer.scss */
  footer div.social p {
    display: inline-block; }
  /* line 44, _footer.scss */
  footer div.social ul {
    display: inline-block;
    padding-left: 1.5em; }
    /* line 47, _footer.scss */
    footer div.social ul li {
      display: inline-table;
      width: 45px;
      height: 45px; }
      /* line 51, _footer.scss */
      footer div.social ul li a.social-icon {
        display: block;
        overflow: hidden;
        text-indent: 101%;
        white-space: nowrap;
        height: 45px;
        width: 45px;
        line-height: 45px;
        opacity: 0.5; }
        /* line 57, _footer.scss */
        footer div.social ul li a.social-icon:hover {
          opacity: 1; }
        /* line 60, _footer.scss */
        footer div.social ul li a.social-icon.twitter {
          background: url("/4e920dc2d4bf6c7690850decad252a4682dc2742/4a3be/images/twitter-icon.svg") no-repeat; }
        /* line 63, _footer.scss */
        footer div.social ul li a.social-icon.facebook {
          background: url("/2668247edbf457af9066552b5ef606fa26116b0b/806db/images/facebook-icon.svg") no-repeat; }
        /* line 66, _footer.scss */
        footer div.social ul li a.social-icon.instagram {
          background: url("/ccb118178fa026a0eff179bccfc308ebe752acfe/70472/images/instagram-icon.svg") no-repeat; }
  /* line 73, _footer.scss */
  footer ul li {
    display: inline-block;
    margin: 0 1em 0 0; }
  /* line 77, _footer.scss */
  footer ul.nav {
    margin-top: 15px;
    margin-bottom: 70px;
    padding-left: 0; }
    /* line 81, _footer.scss */
    footer ul.nav li {
      margin-top: 20px;
      margin-bottom: 5px;
      border: 1px solid #747f7f;
      border-radius: 2px; }
      /* line 86, _footer.scss */
      footer ul.nav li:hover {
        border-color: white; }
      /* line 89, _footer.scss */
      footer ul.nav li a {
        color: #747f7f;
        text-decoration: none;
        padding: 1em 2em;
        display: block; }
        /* line 94, _footer.scss */
        footer ul.nav li a:hover {
          color: white; }
  /* line 100, _footer.scss */
  footer p.copyright {
    font-size: 0.85em;
    margin-top: 4em; }

/* line 1, _subscribe.scss */
#subscribe {
  float: left;
  display: block;
  margin-right: 4.82916%;
  width: 65.05695%;
  margin-left: 17.47153%; }
  /* line 89, ../../../cache/bundle/ruby/2.1.0/gems/neat-1.7.2/app/assets/stylesheets/grid/_span-columns.scss */
  #subscribe:last-child {
    margin-right: 0; }
  @media screen and (min-width: 47.5em) {
    /* line 1, _subscribe.scss */
    #subscribe {
      text-align: left;
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 82.52847%; }
      /* line 89, ../../../cache/bundle/ruby/2.1.0/gems/neat-1.7.2/app/assets/stylesheets/grid/_span-columns.scss */
      #subscribe:last-child {
        margin-right: 0; } }
  /* line 9, _subscribe.scss */
  #subscribe div.title {
    padding-bottom: 1em; }
  /* line 12, _subscribe.scss */
  #subscribe input {
    padding: 1em 1.5em;
    border-radius: 2px;
    font-weight: 100;
    display: inline-block;
    vertical-align: baseline; }
    /* line 18, _subscribe.scss */
    #subscribe input[type=email] {
      border: 1px solid #747f7f;
      width: 68%; }
    /* line 22, _subscribe.scss */
    #subscribe input[type=submit] {
      background: black;
      color: #747f7f;
      border: 1px solid #747f7f; }
      /* line 26, _subscribe.scss */
      #subscribe input[type=submit]:hover {
        color: white;
        border-color: white; }

/* line 24, _navigation.scss */
.centered-navigation {
  font-size: 0.85em;
  background-color: #91c6ca;
  border-bottom: 1px solid #7cbbc0;
  min-height: 80px;
  width: 100%;
  z-index: 9999; }
  /* line 34, _navigation.scss */
  .centered-navigation .mobile-logo {
    display: inline;
    float: left;
    max-height: 80px; }
    /* line 39, _navigation.scss */
    .centered-navigation .mobile-logo img {
      max-height: 80px;
      opacity: .9;
      padding: .8em 0; }
    @media screen and (min-width: 47.5em) {
      /* line 34, _navigation.scss */
      .centered-navigation .mobile-logo {
        display: none; } }
  /* line 50, _navigation.scss */
  .centered-navigation .centered-navigation-mobile-menu {
    color: black;
    font-weight: 400;
    display: block;
    float: right;
    line-height: 4.6em;
    margin-right: 1.5em;
    text-decoration: none;
    text-transform: uppercase;
    text-align: right;
    padding: 0.5em 1.9em 0.5em 1em;
    background: url("/3340c85940b109cfe5b25d5a7e604532cac50edf/f6d34/images/kebab-menu-icon.svg") no-repeat 1.25em 1em;
    background-size: 1.5em;
    background-position: right;
    opacity: 0.5; }
    @media screen and (min-width: 47.5em) {
      /* line 50, _navigation.scss */
      .centered-navigation .centered-navigation-mobile-menu {
        display: none; } }
    /* line 71, _navigation.scss */
    .centered-navigation .centered-navigation-mobile-menu:focus, .centered-navigation .centered-navigation-mobile-menu:hover {
      color: #333; }
  /* line 79, _navigation.scss */
  .centered-navigation .centered-navigation-wrapper {
    max-width: 65em;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 999; }
    /* line 20, ../../../cache/bundle/ruby/2.1.0/gems/bourbon-4.2.2/app/assets/stylesheets/addons/_clearfix.scss */
    .centered-navigation .centered-navigation-wrapper::after {
      clear: both;
      content: "";
      display: table; }
    /* line 20, ../../../cache/bundle/ruby/2.1.0/gems/bourbon-4.2.2/app/assets/stylesheets/addons/_clearfix.scss */
    .centered-navigation .centered-navigation-wrapper::after {
      clear: both;
      content: "";
      display: table; }
  /* line 86, _navigation.scss */
  .centered-navigation ul.centered-navigation-menu {
    -webkit-transform-style: preserve-3d;
    clear: both;
    display: none;
    margin: 0 auto;
    overflow: visible;
    padding: 0;
    width: 100%;
    z-index: 99999; }
    /* line 96, _navigation.scss */
    .centered-navigation ul.centered-navigation-menu.show {
      display: block; }
    @media screen and (min-width: 47.5em) {
      /* line 86, _navigation.scss */
      .centered-navigation ul.centered-navigation-menu {
        display: block;
        text-align: center; } }
  @media screen and (min-width: 47.5em) {
    /* line 108, _navigation.scss */
    .centered-navigation .nav-link:first-child {
      margin-left: 2.2em; } }
  /* line 114, _navigation.scss */
  .centered-navigation ul li.nav-link {
    background: #91c6ca;
    display: block;
    line-height: 2em;
    overflow: hidden;
    padding-right: 1em;
    text-align: right;
    width: 100%;
    z-index: 9999; }
    /* line 124, _navigation.scss */
    .centered-navigation ul li.nav-link a {
      color: rgba(51, 51, 51, 0.7);
      display: inline-block;
      outline: none;
      text-decoration: none;
      font-weight: 400;
      text-transform: uppercase; }
      /* line 132, _navigation.scss */
      .centered-navigation ul li.nav-link a:focus, .centered-navigation ul li.nav-link a:hover {
        color: #333; }
    @media screen and (min-width: 47.5em) {
      /* line 114, _navigation.scss */
      .centered-navigation ul li.nav-link {
        background: transparent;
        display: inline;
        line-height: 80px; }
        /* line 143, _navigation.scss */
        .centered-navigation ul li.nav-link a {
          padding-right: 1em; } }
  /* line 149, _navigation.scss */
  .centered-navigation li.logo.nav-link {
    display: none;
    line-height: 0; }
    @media screen and (min-width: 47.5em) {
      /* line 149, _navigation.scss */
      .centered-navigation li.logo.nav-link {
        display: inline; } }
  /* line 158, _navigation.scss */
  .centered-navigation .logo img {
    margin-bottom: -26.66667px;
    max-height: 80px;
    opacity: 0.9; }
  /* line 166, _navigation.scss */
  .centered-navigation li.more.nav-link {
    padding-right: 0; }
    @media screen and (min-width: 47.5em) {
      /* line 166, _navigation.scss */
      .centered-navigation li.more.nav-link {
        padding-right: 1em; } }
    /* line 173, _navigation.scss */
    .centered-navigation li.more.nav-link > ul > li:first-child a {
      padding-top: 1em; }
    /* line 177, _navigation.scss */
    .centered-navigation li.more.nav-link a {
      margin-right: 1em; }
    /* line 181, _navigation.scss */
    .centered-navigation li.more.nav-link > a {
      padding-right: 0.6em; }
    /* line 185, _navigation.scss */
    .centered-navigation li.more.nav-link > a:after {
      position: absolute;
      top: auto;
      right: -0.4em;
      bottom: auto;
      left: auto;
      color: rgba(51, 51, 51, 0.7);
      content: "\25BE"; }
  /* line 192, _navigation.scss */
  .centered-navigation li.more {
    overflow: visible;
    padding-right: 0; }
    /* line 196, _navigation.scss */
    .centered-navigation li.more a {
      padding-right: 1em; }
    /* line 200, _navigation.scss */
    .centered-navigation li.more > a {
      padding-right: 1.6em;
      position: relative; }
      @media screen and (min-width: 47.5em) {
        /* line 200, _navigation.scss */
        .centered-navigation li.more > a {
          margin-right: 1em; } }
      /* line 208, _navigation.scss */
      .centered-navigation li.more > a:after {
        content: "›";
        font-size: 1.2em;
        position: absolute;
        right: 0.5em; }
    /* line 216, _navigation.scss */
    .centered-navigation li.more:focus > .submenu, .centered-navigation li.more:hover > .submenu {
      display: block; }
    @media screen and (min-width: 47.5em) {
      /* line 192, _navigation.scss */
      .centered-navigation li.more {
        padding-right: 1em;
        position: relative; } }
  /* line 227, _navigation.scss */
  .centered-navigation ul.submenu {
    display: none;
    padding-left: 0; }
    @media screen and (min-width: 47.5em) {
      /* line 227, _navigation.scss */
      .centered-navigation ul.submenu {
        left: -1em;
        position: absolute;
        top: 1.5em; } }
    @media screen and (min-width: 47.5em) {
      /* line 237, _navigation.scss */
      .centered-navigation ul.submenu .submenu {
        left: 11.8em;
        top: 0; } }
    /* line 244, _navigation.scss */
    .centered-navigation ul.submenu li {
      display: block;
      padding-right: 0; }
      @media screen and (min-width: 47.5em) {
        /* line 244, _navigation.scss */
        .centered-navigation ul.submenu li {
          line-height: 2em; }
          /* line 251, _navigation.scss */
          .centered-navigation ul.submenu li:first-child > a {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px; }
          /* line 256, _navigation.scss */
          .centered-navigation ul.submenu li:last-child > a {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
            padding-bottom: .7em; } }
      /* line 263, _navigation.scss */
      .centered-navigation ul.submenu li a {
        background-color: #87c1c5;
        display: inline-block;
        text-align: right;
        text-decoration: none;
        width: 100%; }
        @media screen and (min-width: 47.5em) {
          /* line 263, _navigation.scss */
          .centered-navigation ul.submenu li a {
            background-color: #91c6ca;
            padding-left: 1em;
            text-align: left;
            width: 12em; } }

@media screen and (min-width: 47.5em) {
  /* line 283, _navigation.scss */
  .centered-navigation.phat {
    min-height: 180px; } }
  @media screen and (min-width: 47.5em) and (min-width: 47.5em) {
    /* line 285, _navigation.scss */
    .centered-navigation.phat ul li.nav-link {
      line-height: 180px; } }
@media screen and (min-width: 47.5em) {
    /* line 290, _navigation.scss */
    .centered-navigation.phat .logo img {
      margin-bottom: -31.33333px;
      max-height: 94px; }

  /* line 296, _navigation.scss */
  .centered-navigation.subtle, .centered-navigation.overlay, .centered-navigation.overlay-dark {
    background-color: rgba(90, 100, 110, 0.17);
    background-image: -webkit-linear-gradient(rgba(90, 100, 110, 0.17), rgba(90, 100, 110, 0));
    background-image: linear-gradient(rgba(90, 100, 110, 0.17), rgba(90, 100, 110, 0));
    background-color: transparent;
    border-bottom: none; }
    /* line 300, _navigation.scss */
    .centered-navigation.subtle ul li.nav-link, .centered-navigation.overlay ul li.nav-link, .centered-navigation.overlay-dark ul li.nav-link {
      background: transparent; }
    /* line 303, _navigation.scss */
    .centered-navigation.subtle ul.submenu li a, .centered-navigation.overlay ul.submenu li a, .centered-navigation.overlay-dark ul.submenu li a {
      background-color: transparent; } }
    @media screen and (min-width: 47.5em) and (min-width: 47.5em) {
      /* line 303, _navigation.scss */
      .centered-navigation.subtle ul.submenu li a, .centered-navigation.overlay ul.submenu li a, .centered-navigation.overlay-dark ul.submenu li a {
        background-color: transparent; } }

@media screen and (min-width: 47.5em) {
  /* line 311, _navigation.scss */
  .centered-navigation.overlay-dark {
    position: absolute;
    top: 0; }

  /* line 316, _navigation.scss */
  .centered-navigation.overlay {
    position: absolute;
    top: 0; }
    /* line 319, _navigation.scss */
    .centered-navigation.overlay ul li.nav-link a {
      color: rgba(228, 237, 237, 0.7); }
      /* line 321, _navigation.scss */
      .centered-navigation.overlay ul li.nav-link a:focus, .centered-navigation.overlay ul li.nav-link a:hover {
        color: #e4eded; } }
/* line 1, _feature.scss */
.hero {
  background: -webkit-linear-gradient(10deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url("/images/3820df7e9ed4c6966fedba2f8987a95d63c93421/lip-balm-line.jpg"), no-repeat rgba(0, 0, 0, 0.5) scroll;
  background: linear-gradient(10deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url("/images/3820df7e9ed4c6966fedba2f8987a95d63c93421/lip-balm-line.jpg"), no-repeat rgba(0, 0, 0, 0.5) scroll;
  background-color: #324766;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  /* line 19, _feature.scss */
  .hero .hero-inner {
    max-width: 65em;
    margin-left: auto;
    margin-right: auto;
    margin: auto;
    padding: 7.5em 3.5em;
    text-align: center; }
    /* line 20, ../../../cache/bundle/ruby/2.1.0/gems/bourbon-4.2.2/app/assets/stylesheets/addons/_clearfix.scss */
    .hero .hero-inner::after {
      clear: both;
      content: "";
      display: table; }
    /* line 20, ../../../cache/bundle/ruby/2.1.0/gems/bourbon-4.2.2/app/assets/stylesheets/addons/_clearfix.scss */
    .hero .hero-inner::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 47.5em) {
      /* line 26, _feature.scss */
      .hero .hero-inner .hero-copy {
        text-align: left; } }
    /* line 31, _feature.scss */
    .hero .hero-inner .hero-copy h1 {
      color: #e4eded;
      font-weight: 100;
      font-size: 2.3em;
      margin-bottom: 0.5em; }
      @media screen and (min-width: 47.5em) {
        /* line 31, _feature.scss */
        .hero .hero-inner .hero-copy h1 {
          font-size: 2.5em; } }
    /* line 41, _feature.scss */
    .hero .hero-inner .hero-copy p {
      color: #e4eded;
      line-height: 1.5em;
      font-weight: 100;
      font-size: 1.3em; }
      @media screen and (min-width: 47.5em) {
        /* line 41, _feature.scss */
        .hero .hero-inner .hero-copy p {
          max-width: 50%; } }
    /* line 52, _feature.scss */
    .hero .hero-inner .hero-copy a {
      color: #e4eded;
      background: #507d82;
      text-decoration: none;
      padding: 1em 2em;
      display: inline-block;
      border-radius: 2px; }
      /* line 60, _feature.scss */
      .hero .hero-inner .hero-copy a:hover {
        color: white; }
  /* line 67, _feature.scss */
  .hero.intro {
    background: -webkit-linear-gradient(10deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url("/images/fc91279e38acdb60ca6068c03c9f7dedbf4b173d/pouring.jpg"), no-repeat rgba(0, 0, 0, 0.6) scroll;
    background: linear-gradient(10deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url("/images/fc91279e38acdb60ca6068c03c9f7dedbf4b173d/pouring.jpg"), no-repeat rgba(0, 0, 0, 0.6) scroll;
    background-color: #324766;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover; }
    /* line 77, _feature.scss */
    .hero.intro .hero-inner {
      padding: 7.5em 3.5em 4.5em; }
    @media screen and (min-width: 47.5em) {
      /* line 80, _feature.scss */
      .hero.intro .hero-copy {
        text-align: center; } }
    /* line 84, _feature.scss */
    .hero.intro .hero-copy h1 {
      color: #f2f7f7;
      font-weight: 100;
      font-size: 2.6em; }
    /* line 89, _feature.scss */
    .hero.intro .hero-copy p {
      font-size: 1.3em;
      margin-left: auto;
      margin-right: auto; }

/* line 1, _snipcart.scss */
.snip-layout {
  z-index: 10040; }

/* line 7, _snipcart.scss */
#snipcart-main-content .snip-actions a.snip-btn--highlight {
  background: #80bdc2;
  color: #f2f7f7; }
/* line 13, _snipcart.scss */
#snipcart-main-content #snipcart-header {
  background: #91c6ca; }
  /* line 15, _snipcart.scss */
  #snipcart-main-content #snipcart-header h2 {
    color: #f2f7f7; }
