@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 40.0625em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 64.0625em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

.row {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    margin: 0 -0.9375rem;
    max-width: none;
    width: auto; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      margin: 0;
      max-width: none;
      width: auto; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right; }

.column + .column.end,
.columns + .column.end, .column +
.columns.end,
.columns +
.columns.end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .small-1 {
    width: 8.3333333333%; }
  .small-2 {
    width: 16.6666666667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.3333333333%; }
  .small-5 {
    width: 41.6666666667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.3333333333%; }
  .small-8 {
    width: 66.6666666667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.3333333333%; }
  .small-11 {
    width: 91.6666666667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0 !important; }
  .small-offset-1 {
    margin-left: 8.3333333333% !important; }
  .small-offset-2 {
    margin-left: 16.6666666667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.3333333333% !important; }
  .small-offset-5 {
    margin-left: 41.6666666667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.3333333333% !important; }
  .small-offset-8 {
    margin-left: 66.6666666667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.3333333333% !important; }
  .small-offset-11 {
    margin-left: 91.6666666667% !important; }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; } }

@media only screen and (min-width: 40.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .medium-1 {
    width: 8.3333333333%; }
  .medium-2 {
    width: 16.6666666667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.3333333333%; }
  .medium-5 {
    width: 41.6666666667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.3333333333%; }
  .medium-8 {
    width: 66.6666666667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.3333333333%; }
  .medium-11 {
    width: 91.6666666667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0 !important; }
  .medium-offset-1 {
    margin-left: 8.3333333333% !important; }
  .medium-offset-2 {
    margin-left: 16.6666666667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.3333333333% !important; }
  .medium-offset-5 {
    margin-left: 41.6666666667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.3333333333% !important; }
  .medium-offset-8 {
    margin-left: 66.6666666667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.3333333333% !important; }
  .medium-offset-11 {
    margin-left: 91.6666666667% !important; }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; } }

@media only screen and (min-width: 64.0625em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .large-1 {
    width: 8.3333333333%; }
  .large-2 {
    width: 16.6666666667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.3333333333%; }
  .large-5 {
    width: 41.6666666667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.3333333333%; }
  .large-8 {
    width: 66.6666666667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.3333333333%; }
  .large-11 {
    width: 91.6666666667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0 !important; }
  .large-offset-1 {
    margin-left: 8.3333333333% !important; }
  .large-offset-2 {
    margin-left: 16.6666666667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.3333333333% !important; }
  .large-offset-5 {
    margin-left: 41.6666666667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.3333333333% !important; }
  .large-offset-8 {
    margin-left: 66.6666666667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.3333333333% !important; }
  .large-offset-11 {
    margin-left: 91.6666666667% !important; }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; } }

.switch {
  border: none;
  margin-bottom: 1.5rem;
  outline: 0;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .switch label {
    background: #DDDDDD;
    color: transparent;
    cursor: pointer;
    display: block;
    margin-bottom: 1rem;
    position: relative;
    text-indent: 100%;
    width: 4rem;
    height: 2rem;
    transition: left 0.15s ease-out; }
  .switch input {
    left: 10px;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 9px; }
    .switch input + label {
      margin-left: 0;
      margin-right: 0; }
  .switch label:after {
    background: #FFFFFF;
    content: "";
    display: block;
    height: 1.5rem;
    left: .25rem;
    position: absolute;
    top: .25rem;
    width: 1.5rem;
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: translate3d(0, 0, 0);
    transition: left 0.15s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .switch input:checked + label {
    background: #008CBA; }
  .switch input:checked + label:after {
    left: 2.25rem; }
  .switch label {
    height: 2rem;
    width: 4rem; }
  .switch label:after {
    height: 1.5rem;
    width: 1.5rem; }
  .switch input:checked + label:after {
    left: 2.25rem; }
  .switch label {
    color: transparent;
    background: #DDDDDD; }
  .switch label:after {
    background: #FFFFFF; }
  .switch input:checked + label {
    background: #008CBA; }
  .switch.large label {
    height: 2.5rem;
    width: 5rem; }
  .switch.large label:after {
    height: 2rem;
    width: 2rem; }
  .switch.large input:checked + label:after {
    left: 2.75rem; }
  .switch.small label {
    height: 1.75rem;
    width: 3.5rem; }
  .switch.small label:after {
    height: 1.25rem;
    width: 1.25rem; }
  .switch.small input:checked + label:after {
    left: 2rem; }
  .switch.tiny label {
    height: 1.5rem;
    width: 3rem; }
  .switch.tiny label:after {
    height: 1rem;
    width: 1rem; }
  .switch.tiny input:checked + label:after {
    left: 1.75rem; }
  .switch.radius label {
    border-radius: 4px; }
  .switch.radius label:after {
    border-radius: 3px; }
  .switch.round {
    border-radius: 1000px; }
    .switch.round label {
      border-radius: 2rem; }
    .switch.round label:after {
      border-radius: 2rem; }

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* medium displays */
@media only screen and (min-width: 40.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* large displays */
@media only screen and (min-width: 64.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xlarge displays */
@media only screen and (min-width: 90.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xxlarge displays */
@media only screen and (min-width: 120.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important; }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important; }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important; }

.touch table.show-for-touch {
  display: table !important; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }
  .show-on-focus:focus, .show-on-focus:active {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

/* Print visibility */
.print-only,
.show-for-print {
  display: none !important; }

@media print {
  .print-only,
  .show-for-print {
    display: block !important; }
  .hide-on-print,
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; } }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../other/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../other/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../other/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../other/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../other/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../other/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

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

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

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

@-webkit-keyframes grain {
  0%, 100% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  10% {
    -moz-transform: translate(-5%, -10%);
    -ms-transform: translate(-5%, -10%);
    -webkit-transform: translate(-5%, -10%);
    transform: translate(-5%, -10%); }
  20% {
    -moz-transform: translate(-15%, 5%);
    -ms-transform: translate(-15%, 5%);
    -webkit-transform: translate(-15%, 5%);
    transform: translate(-15%, 5%); }
  30% {
    -moz-transform: translate(7%, -25%);
    -ms-transform: translate(7%, -25%);
    -webkit-transform: translate(7%, -25%);
    transform: translate(7%, -25%); }
  40% {
    -moz-transform: translate(-5%, 25%);
    -ms-transform: translate(-5%, 25%);
    -webkit-transform: translate(-5%, 25%);
    transform: translate(-5%, 25%); }
  50% {
    -moz-transform: translate(-15%, 10%);
    -ms-transform: translate(-15%, 10%);
    -webkit-transform: translate(-15%, 10%);
    transform: translate(-15%, 10%); }
  60% {
    -moz-transform: translate(15%, 0%);
    -ms-transform: translate(15%, 0%);
    -webkit-transform: translate(15%, 0%);
    transform: translate(15%, 0%); }
  70% {
    -moz-transform: translate(0%, 15%);
    -ms-transform: translate(0%, 15%);
    -webkit-transform: translate(0%, 15%);
    transform: translate(0%, 15%); }
  80% {
    -moz-transform: translate(3%, 35%);
    -ms-transform: translate(3%, 35%);
    -webkit-transform: translate(3%, 35%);
    transform: translate(3%, 35%); }
  90% {
    -moz-transform: translate(-10%, 10%);
    -ms-transform: translate(-10%, 10%);
    -webkit-transform: translate(-10%, 10%);
    transform: translate(-10%, 10%); } }

@-moz-keyframes grain {
  0%, 100% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  10% {
    -moz-transform: translate(-5%, -10%);
    -ms-transform: translate(-5%, -10%);
    -webkit-transform: translate(-5%, -10%);
    transform: translate(-5%, -10%); }
  20% {
    -moz-transform: translate(-15%, 5%);
    -ms-transform: translate(-15%, 5%);
    -webkit-transform: translate(-15%, 5%);
    transform: translate(-15%, 5%); }
  30% {
    -moz-transform: translate(7%, -25%);
    -ms-transform: translate(7%, -25%);
    -webkit-transform: translate(7%, -25%);
    transform: translate(7%, -25%); }
  40% {
    -moz-transform: translate(-5%, 25%);
    -ms-transform: translate(-5%, 25%);
    -webkit-transform: translate(-5%, 25%);
    transform: translate(-5%, 25%); }
  50% {
    -moz-transform: translate(-15%, 10%);
    -ms-transform: translate(-15%, 10%);
    -webkit-transform: translate(-15%, 10%);
    transform: translate(-15%, 10%); }
  60% {
    -moz-transform: translate(15%, 0%);
    -ms-transform: translate(15%, 0%);
    -webkit-transform: translate(15%, 0%);
    transform: translate(15%, 0%); }
  70% {
    -moz-transform: translate(0%, 15%);
    -ms-transform: translate(0%, 15%);
    -webkit-transform: translate(0%, 15%);
    transform: translate(0%, 15%); }
  80% {
    -moz-transform: translate(3%, 35%);
    -ms-transform: translate(3%, 35%);
    -webkit-transform: translate(3%, 35%);
    transform: translate(3%, 35%); }
  90% {
    -moz-transform: translate(-10%, 10%);
    -ms-transform: translate(-10%, 10%);
    -webkit-transform: translate(-10%, 10%);
    transform: translate(-10%, 10%); } }

@-ms-keyframes grain {
  0%, 100% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  10% {
    -moz-transform: translate(-5%, -10%);
    -ms-transform: translate(-5%, -10%);
    -webkit-transform: translate(-5%, -10%);
    transform: translate(-5%, -10%); }
  20% {
    -moz-transform: translate(-15%, 5%);
    -ms-transform: translate(-15%, 5%);
    -webkit-transform: translate(-15%, 5%);
    transform: translate(-15%, 5%); }
  30% {
    -moz-transform: translate(7%, -25%);
    -ms-transform: translate(7%, -25%);
    -webkit-transform: translate(7%, -25%);
    transform: translate(7%, -25%); }
  40% {
    -moz-transform: translate(-5%, 25%);
    -ms-transform: translate(-5%, 25%);
    -webkit-transform: translate(-5%, 25%);
    transform: translate(-5%, 25%); }
  50% {
    -moz-transform: translate(-15%, 10%);
    -ms-transform: translate(-15%, 10%);
    -webkit-transform: translate(-15%, 10%);
    transform: translate(-15%, 10%); }
  60% {
    -moz-transform: translate(15%, 0%);
    -ms-transform: translate(15%, 0%);
    -webkit-transform: translate(15%, 0%);
    transform: translate(15%, 0%); }
  70% {
    -moz-transform: translate(0%, 15%);
    -ms-transform: translate(0%, 15%);
    -webkit-transform: translate(0%, 15%);
    transform: translate(0%, 15%); }
  80% {
    -moz-transform: translate(3%, 35%);
    -ms-transform: translate(3%, 35%);
    -webkit-transform: translate(3%, 35%);
    transform: translate(3%, 35%); }
  90% {
    -moz-transform: translate(-10%, 10%);
    -ms-transform: translate(-10%, 10%);
    -webkit-transform: translate(-10%, 10%);
    transform: translate(-10%, 10%); } }

@keyframes grain {
  0%, 100% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  10% {
    -moz-transform: translate(-5%, -10%);
    -ms-transform: translate(-5%, -10%);
    -webkit-transform: translate(-5%, -10%);
    transform: translate(-5%, -10%); }
  20% {
    -moz-transform: translate(-15%, 5%);
    -ms-transform: translate(-15%, 5%);
    -webkit-transform: translate(-15%, 5%);
    transform: translate(-15%, 5%); }
  30% {
    -moz-transform: translate(7%, -25%);
    -ms-transform: translate(7%, -25%);
    -webkit-transform: translate(7%, -25%);
    transform: translate(7%, -25%); }
  40% {
    -moz-transform: translate(-5%, 25%);
    -ms-transform: translate(-5%, 25%);
    -webkit-transform: translate(-5%, 25%);
    transform: translate(-5%, 25%); }
  50% {
    -moz-transform: translate(-15%, 10%);
    -ms-transform: translate(-15%, 10%);
    -webkit-transform: translate(-15%, 10%);
    transform: translate(-15%, 10%); }
  60% {
    -moz-transform: translate(15%, 0%);
    -ms-transform: translate(15%, 0%);
    -webkit-transform: translate(15%, 0%);
    transform: translate(15%, 0%); }
  70% {
    -moz-transform: translate(0%, 15%);
    -ms-transform: translate(0%, 15%);
    -webkit-transform: translate(0%, 15%);
    transform: translate(0%, 15%); }
  80% {
    -moz-transform: translate(3%, 35%);
    -ms-transform: translate(3%, 35%);
    -webkit-transform: translate(3%, 35%);
    transform: translate(3%, 35%); }
  90% {
    -moz-transform: translate(-10%, 10%);
    -ms-transform: translate(-10%, 10%);
    -webkit-transform: translate(-10%, 10%);
    transform: translate(-10%, 10%); } }

body {
  font-family: "Grad", serif;
  font-weight: 400;
  background: url(../img/background-tile.png) #37181d;
  color: #81555d; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    body {
      background-image: url("../img/background-tile@2x.png");
      background-size: 688px, 730px; } }
  body.recipes {
    background-color: #c7aea6;
    background-image: url(../img/recipes-bg3.png);
    background-size: 200px 200px; }
  body.error {
    padding: 10vh 0;
    text-align: center; }

em {
  font-style: italic; }

.natural-healthy {
  background: url(../img/natural-healthy-bg.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover; }
  @media screen and (min-width: 640px) {
    .natural-healthy {
      overflow: hidden; } }

::-moz-selection {
  background: #37181d;
  color: #e2c8bf;
  text-shadow: none; }

::selection {
  background: #37181d;
  color: #e2c8bf;
  text-shadow: none; }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
  .pace .pace-progress {
    background: #c7aea6;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 4px; }

.pace-inactive {
  display: none; }

#home {
  overflow: auto; }
  @media screen and (min-width: 768px) {
    #home {
      overflow: hidden; } }

a {
  color: inherit;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Rift", sans-serif;
  font-weight: 600; }

#product-vignette {
  background: url(../img/background-vignette.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 40vh; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #product-vignette {
      background-image: url("../img/background-vignette@2x.png"); } }
  @media screen and (min-width: 1024px) {
    #product-vignette {
      height: 47vh; } }

#product-visual {
  background: url(../img/product-visual.png) no-repeat center;
  background-size: contain;
  height: 50vh;
  width: 80%;
  margin: -40vh auto 0 auto;
  z-index: 2;
  position: relative; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #product-visual {
      background-image: url("../img/product-visual@2x.png"); } }
  @media screen and (min-width: 1024px) {
    #product-visual {
      height: 50vh;
      width: 50%; } }

#main-nav {
  margin: -10vh 0 0 0;
  height: 30vh;
  padding: 0;
  z-index: 1;
  display: block; }
  @media screen and (min-width: 1024px) {
    #main-nav {
      height: 47vh; } }
  #main-nav div {
    z-index: 1;
    height: 30vh;
    background-position: center;
    background-size: auto 100%;
    overflow: hidden;
    padding: 0;
    transition: 1s; }
    @media screen and (min-width: 1024px) {
      #main-nav div {
        height: 47vh; } }
    #main-nav div:hover {
      background-size: auto 150%; }
      #main-nav div:hover .box-shade {
        background: rgba(63, 34, 34, 0.75); }
    #main-nav div .box-shade {
      height: 30vh;
      width: 100%;
      background: rgba(0, 0, 0, 0.55); }
      @media screen and (min-width: 1024px) {
        #main-nav div .box-shade {
          height: 47vh; } }
    #main-nav div .box-border-container {
      height: 100%;
      width: 100%;
      padding: 1em;
      vertical-align: middle; }
    #main-nav div .box-border {
      height: 100%;
      padding: 10vh 1vh 0 1vh;
      border: 0.3em solid #c7aea6;
      background: transparent; }
      @media screen and (min-width: 1024px) {
        #main-nav div .box-border {
          padding: 19vh 1vh 0 1vh; } }
  #main-nav #good-food-box {
    background-image: url(../img/good-food-box.jpg);
    overflow: hidden; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #main-nav #good-food-box {
        background-image: url("../img/good-food-box@2x.jpg"); } }
    #main-nav #good-food-box > * {
      z-index: 2; }
    #main-nav #good-food-box:after {
      -webkit-animation: grain 5s steps(10) infinite;
      -moz-animation: grain 5s steps(10) infinite;
      -ms-animation: grain 5s steps(10) infinite;
      animation: grain 5s steps(10) infinite;
      background: url(../img/noise.png);
      opacity: 0.7;
      content: "";
      display: block;
      height: 300%;
      left: -100%;
      position: absolute;
      top: -100%;
      width: 300%;
      z-index: 1; }
  #main-nav #contact-us-box {
    background-image: url(../img/contact-us-box.jpg);
    margin-bottom: 6em;
    overflow: hidden; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #main-nav #contact-us-box {
        background-image: url("../img/contact-us-box@2x.jpg"); } }
    @media screen and (min-width: 640px) {
      #main-nav #contact-us-box {
        margin-bottom: 0; } }
    #main-nav #contact-us-box > * {
      z-index: 2; }
    #main-nav #contact-us-box:after {
      -webkit-animation: grain 5s steps(10) infinite;
      -moz-animation: grain 5s steps(10) infinite;
      -ms-animation: grain 5s steps(10) infinite;
      animation: grain 5s steps(10) infinite;
      background: url(../img/noise.png);
      opacity: 0.7;
      content: "";
      display: block;
      height: 300%;
      left: -100%;
      position: absolute;
      top: -100%;
      width: 300%;
      z-index: 1; }
  #main-nav #how-to-buy-box {
    background-image: url(../img/how-to-buy-box.jpg);
    overflow: hidden; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #main-nav #how-to-buy-box {
        background-image: url("../img/how-to-buy-box@2x.jpg"); } }
    #main-nav #how-to-buy-box > * {
      z-index: 2; }
    #main-nav #how-to-buy-box:after {
      -webkit-animation: grain 5s steps(10) infinite;
      -moz-animation: grain 5s steps(10) infinite;
      -ms-animation: grain 5s steps(10) infinite;
      animation: grain 5s steps(10) infinite;
      background: url(../img/noise.png);
      opacity: 0.7;
      content: "";
      display: block;
      height: 300%;
      left: -100%;
      position: absolute;
      top: -100%;
      width: 300%;
      z-index: 1; }
  #main-nav #natural-healthy-box {
    background-image: url(../img/natural-healthy-box.jpg);
    overflow: hidden; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #main-nav #natural-healthy-box {
        background-image: url("../img/natural-healthy-box@2x.jpg"); } }
    #main-nav #natural-healthy-box > * {
      z-index: 2; }
    #main-nav #natural-healthy-box:after {
      -webkit-animation: grain 5s steps(10) infinite;
      -moz-animation: grain 5s steps(10) infinite;
      -ms-animation: grain 5s steps(10) infinite;
      animation: grain 5s steps(10) infinite;
      background: url(../img/noise.png);
      opacity: 0.7;
      content: "";
      display: block;
      height: 300%;
      left: -100%;
      position: absolute;
      top: -100%;
      width: 300%;
      z-index: 1; }
  #main-nav h3 {
    font-size: 2.5em;
    text-transform: uppercase;
    text-align: center;
    color: #c7aea6;
    margin: 0;
    line-height: 1.2;
    font-size: 1.5rem; }
    @media screen and (min-width: 640px) {
      #main-nav h3 {
        font-size: 2.5rem; } }

@-webkit-keyframes smokesurge {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.7; } }

@-moz-keyframes smokesurge {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.7; } }

@-ms-keyframes smokesurge {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.7; } }

@keyframes smokesurge {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.7; } }

@-webkit-keyframes cloudsurge {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.7; } }

@-moz-keyframes cloudsurge {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.7; } }

@-ms-keyframes cloudsurge {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.7; } }

@keyframes cloudsurge {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.7; } }

@-webkit-keyframes opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-ms-keyframes opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes interaction-swipe {
  0% {
    width: 80%; }
  20% {
    width: 120%; }
  40% {
    width: 80%; }
  60% {
    width: 120%; }
  80% {
    width: 100%;
    opacity: 1; }
  100% {
    opacity: 0;
    display: none; } }

@-moz-keyframes interaction-swipe {
  0% {
    width: 80%; }
  20% {
    width: 120%; }
  40% {
    width: 80%; }
  60% {
    width: 120%; }
  80% {
    width: 100%;
    opacity: 1; }
  100% {
    opacity: 0;
    display: none; } }

@-ms-keyframes interaction-swipe {
  0% {
    width: 80%; }
  20% {
    width: 120%; }
  40% {
    width: 80%; }
  60% {
    width: 120%; }
  80% {
    width: 100%;
    opacity: 1; }
  100% {
    opacity: 0;
    display: none; } }

@keyframes interaction-swipe {
  0% {
    width: 80%; }
  20% {
    width: 120%; }
  40% {
    width: 80%; }
  60% {
    width: 120%; }
  80% {
    width: 100%;
    opacity: 1; }
  100% {
    opacity: 0;
    display: none; } }

@-webkit-keyframes expand-image {
  0% {
    background-size: 100% auto; }
  100% {
    background-size: 120% auto; } }

@-moz-keyframes expand-image {
  0% {
    background-size: 100% auto; }
  100% {
    background-size: 120% auto; } }

@-ms-keyframes expand-image {
  0% {
    background-size: 100% auto; }
  100% {
    background-size: 120% auto; } }

@keyframes expand-image {
  0% {
    background-size: 100% auto; }
  100% {
    background-size: 120% auto; } }

@-webkit-keyframes margin-top {
  0% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes margin-top {
  0% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-ms-keyframes margin-top {
  0% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes margin-top {
  0% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-ms-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes slide-down {
  0% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%); }
  50% {
    transform: translateY(8%);
    -webkit-transform: translateY(8%); }
  65% {
    transform: translateY(-4%);
    -webkit-transform: translateY(-4%); }
  80% {
    transform: translateY(4%);
    -webkit-transform: translateY(4%); }
  95% {
    transform: translateY(-2%);
    -webkit-transform: translateY(-2%); }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0); } }

@-moz-keyframes slide-down {
  0% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%); }
  50% {
    transform: translateY(8%);
    -webkit-transform: translateY(8%); }
  65% {
    transform: translateY(-4%);
    -webkit-transform: translateY(-4%); }
  80% {
    transform: translateY(4%);
    -webkit-transform: translateY(4%); }
  95% {
    transform: translateY(-2%);
    -webkit-transform: translateY(-2%); }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0); } }

@-ms-keyframes slide-down {
  0% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%); }
  50% {
    transform: translateY(8%);
    -webkit-transform: translateY(8%); }
  65% {
    transform: translateY(-4%);
    -webkit-transform: translateY(-4%); }
  80% {
    transform: translateY(4%);
    -webkit-transform: translateY(4%); }
  95% {
    transform: translateY(-2%);
    -webkit-transform: translateY(-2%); }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0); } }

@keyframes slide-down {
  0% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%); }
  50% {
    transform: translateY(8%);
    -webkit-transform: translateY(8%); }
  65% {
    transform: translateY(-4%);
    -webkit-transform: translateY(-4%); }
  80% {
    transform: translateY(4%);
    -webkit-transform: translateY(4%); }
  95% {
    transform: translateY(-2%);
    -webkit-transform: translateY(-2%); }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0); } }

@-webkit-keyframes slide-up {
  0% {
    transform: translateY(100%);
    -webkit-transform: translateY(100%); }
  50% {
    transform: translateY(-8%);
    -webkit-transform: translateY(-8%); }
  65% {
    transform: translateY(4%);
    -webkit-transform: translateY(4%); }
  80% {
    transform: translateY(-4%);
    -webkit-transform: translateY(-4%); }
  95% {
    transform: translateY(2%);
    -webkit-transform: translateY(2%); }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0); } }

@-moz-keyframes slide-up {
  0% {
    transform: translateY(100%);
    -webkit-transform: translateY(100%); }
  50% {
    transform: translateY(-8%);
    -webkit-transform: translateY(-8%); }
  65% {
    transform: translateY(4%);
    -webkit-transform: translateY(4%); }
  80% {
    transform: translateY(-4%);
    -webkit-transform: translateY(-4%); }
  95% {
    transform: translateY(2%);
    -webkit-transform: translateY(2%); }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0); } }

@-ms-keyframes slide-up {
  0% {
    transform: translateY(100%);
    -webkit-transform: translateY(100%); }
  50% {
    transform: translateY(-8%);
    -webkit-transform: translateY(-8%); }
  65% {
    transform: translateY(4%);
    -webkit-transform: translateY(4%); }
  80% {
    transform: translateY(-4%);
    -webkit-transform: translateY(-4%); }
  95% {
    transform: translateY(2%);
    -webkit-transform: translateY(2%); }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0); } }

@keyframes slide-up {
  0% {
    transform: translateY(100%);
    -webkit-transform: translateY(100%); }
  50% {
    transform: translateY(-8%);
    -webkit-transform: translateY(-8%); }
  65% {
    transform: translateY(4%);
    -webkit-transform: translateY(4%); }
  80% {
    transform: translateY(-4%);
    -webkit-transform: translateY(-4%); }
  95% {
    transform: translateY(2%);
    -webkit-transform: translateY(2%); }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0); } }

@-webkit-keyframes slide-left {
  0% {
    transform: translateX(150%);
    -webkit-transform: translateX(150%); }
  50% {
    transform: translateX(-8%);
    -webkit-transform: translateX(-8%); }
  65% {
    transform: translateX(4%);
    -webkit-transform: translateX(4%); }
  80% {
    transform: translateX(-4%);
    -webkit-transform: translateX(-4%); }
  95% {
    transform: translateX(2%);
    -webkit-transform: translateX(2%); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }

@-moz-keyframes slide-left {
  0% {
    transform: translateX(150%);
    -webkit-transform: translateX(150%); }
  50% {
    transform: translateX(-8%);
    -webkit-transform: translateX(-8%); }
  65% {
    transform: translateX(4%);
    -webkit-transform: translateX(4%); }
  80% {
    transform: translateX(-4%);
    -webkit-transform: translateX(-4%); }
  95% {
    transform: translateX(2%);
    -webkit-transform: translateX(2%); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }

@-ms-keyframes slide-left {
  0% {
    transform: translateX(150%);
    -webkit-transform: translateX(150%); }
  50% {
    transform: translateX(-8%);
    -webkit-transform: translateX(-8%); }
  65% {
    transform: translateX(4%);
    -webkit-transform: translateX(4%); }
  80% {
    transform: translateX(-4%);
    -webkit-transform: translateX(-4%); }
  95% {
    transform: translateX(2%);
    -webkit-transform: translateX(2%); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }

@keyframes slide-left {
  0% {
    transform: translateX(150%);
    -webkit-transform: translateX(150%); }
  50% {
    transform: translateX(-8%);
    -webkit-transform: translateX(-8%); }
  65% {
    transform: translateX(4%);
    -webkit-transform: translateX(4%); }
  80% {
    transform: translateX(-4%);
    -webkit-transform: translateX(-4%); }
  95% {
    transform: translateX(2%);
    -webkit-transform: translateX(2%); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }

.hvr-wobble-vertical {
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

.packaging {
  height: 214px;
  margin: 1em auto 0 auto;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 300px;
  z-index: 2; }
  @media screen and (min-width: 640px) {
    .packaging {
      height: 357px;
      margin-top: 2em;
      width: 500px; } }
  .packaging div {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    vertical-align: middle;
    width: 100%; }
  .packaging .packaging-primary {
    background-image: url(../img/packaging-primary.png);
    height: 100%;
    transition: 0.5s ease-in-out; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .packaging .packaging-primary {
        background-image: url("../img/packaging-primary@2x.png"); } }
    .cssanimations .packaging .packaging-primary {
      opacity: 0; }
    .pace-done .packaging .packaging-primary {
      opacity: 1; }
  .packaging .packaging-secondary {
    background-image: url(../img/packaging-secondary.png);
    height: 75%;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    width: 36.4%;
    z-index: -1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .packaging .packaging-secondary {
        background-image: url("../img/packaging-secondary@2x.png"); } }
    .cssanimations .packaging .packaging-secondary {
      opacity: 0; }
  .packaging .packaging-secondary-left {
    left: 0; }
    .pace-done .packaging .packaging-secondary-left {
      -webkit-animation: reveal-pack-left 0.5s forwards 0.5s ease-in-out;
      -moz-animation: reveal-pack-left 0.5s forwards 0.5s ease-in-out;
      -ms-animation: reveal-pack-left 0.5s forwards 0.5s ease-in-out;
      animation: reveal-pack-left 0.5s forwards 0.5s ease-in-out; }
  .packaging .packaging-secondary-right {
    right: 0; }
    .pace-done .packaging .packaging-secondary-right {
      -webkit-animation: reveal-pack-right 0.5s forwards 0.5s ease-in-out;
      -moz-animation: reveal-pack-right 0.5s forwards 0.5s ease-in-out;
      -ms-animation: reveal-pack-right 0.5s forwards 0.5s ease-in-out;
      animation: reveal-pack-right 0.5s forwards 0.5s ease-in-out; }

@-webkit-keyframes reveal-pack-left {
  0% {
    -webkit-transform: translate(10%,-50%);
    -moz-transform: translate(10%,-50%);
    -ms-transform: translate(10%,-50%);
    transform: translate(10%,-50%);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    opacity: 1; } }

@-moz-keyframes reveal-pack-left {
  0% {
    -webkit-transform: translate(10%,-50%);
    -moz-transform: translate(10%,-50%);
    -ms-transform: translate(10%,-50%);
    transform: translate(10%,-50%);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    opacity: 1; } }

@-ms-keyframes reveal-pack-left {
  0% {
    -webkit-transform: translate(10%,-50%);
    -moz-transform: translate(10%,-50%);
    -ms-transform: translate(10%,-50%);
    transform: translate(10%,-50%);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    opacity: 1; } }

@keyframes reveal-pack-left {
  0% {
    -webkit-transform: translate(10%,-50%);
    -moz-transform: translate(10%,-50%);
    -ms-transform: translate(10%,-50%);
    transform: translate(10%,-50%);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    opacity: 1; } }

@-webkit-keyframes reveal-pack-right {
  0% {
    -webkit-transform: translate(-10%,-50%);
    -moz-transform: translate(-10%,-50%);
    -ms-transform: translate(-10%,-50%);
    transform: translate(-10%,-50%);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    opacity: 1; } }

@-moz-keyframes reveal-pack-right {
  0% {
    -webkit-transform: translate(-10%,-50%);
    -moz-transform: translate(-10%,-50%);
    -ms-transform: translate(-10%,-50%);
    transform: translate(-10%,-50%);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    opacity: 1; } }

@-ms-keyframes reveal-pack-right {
  0% {
    -webkit-transform: translate(-10%,-50%);
    -moz-transform: translate(-10%,-50%);
    -ms-transform: translate(-10%,-50%);
    transform: translate(-10%,-50%);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    opacity: 1; } }

@keyframes reveal-pack-right {
  0% {
    -webkit-transform: translate(-10%,-50%);
    -moz-transform: translate(-10%,-50%);
    -ms-transform: translate(-10%,-50%);
    transform: translate(-10%,-50%);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    opacity: 1; } }

nav#home-nav {
  width: 100%; }
  @media screen and (min-width: 640px) {
    nav#home-nav {
      margin-top: -1em; } }
  nav#home-nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    nav#home-nav ul li {
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100% auto;
      margin: 0;
      padding: 0;
      text-align: center;
      text-transform: uppercase;
      transition: 1s ease-in-out; }
      @media screen and (min-width: 640px) {
        nav#home-nav ul li {
          background-size: auto 100%;
          float: left;
          width: 50%; } }
      @media screen and (min-width: 1024px) {
        nav#home-nav ul li {
          width: 20%; } }
      nav#home-nav ul li:hover {
        background-size: 125% auto;
        transition: 1s ease-in-out; }
        @media screen and (min-width: 640px) {
          nav#home-nav ul li:hover {
            background-size: auto 125%; } }
        nav#home-nav ul li:hover a {
          background: rgba(0, 0, 0, 0.7);
          transition: 0.75s ease-in-out; }
          nav#home-nav ul li:hover a:before {
            left: 0;
            height: 100%;
            top: 0;
            transition: 0.75s ease-in-out;
            width: 100%; }
      nav#home-nav ul li a {
        background: rgba(0, 0, 0, 0.6);
        color: #c7aea6;
        display: block;
        font-family: "Rift", sans-serif;
        font-weight: 600;
        font-size: 1.75em;
        height: 100%;
        margin: 0;
        padding: 0;
        position: relative;
        transition: 0.75s ease-in-out;
        width: 100%;
        overflow: hidden; }
        nav#home-nav ul li a > * {
          z-index: 2; }
        nav#home-nav ul li a:after {
          -webkit-animation: grain 5s steps(10) infinite;
          -moz-animation: grain 5s steps(10) infinite;
          -ms-animation: grain 5s steps(10) infinite;
          animation: grain 5s steps(10) infinite;
          background: url(../img/noise.png);
          opacity: 0.7;
          content: "";
          display: block;
          height: 300%;
          left: -100%;
          position: absolute;
          top: -100%;
          width: 300%;
          z-index: 1; }
        @media screen and (min-width: 1024px) {
          nav#home-nav ul li a {
            font-size: 2em; } }
        nav#home-nav ul li a:before {
          border: 0.1em solid #c7aea6;
          content: "";
          height: 85%;
          left: 5%;
          position: absolute;
          top: 7.5%;
          transition: 0.75s ease-in-out;
          width: 90%; }
          @media screen and (min-width: 1024px) {
            nav#home-nav ul li a:before {
              border: 0.2em solid #c7aea6;
              left: 10%;
              height: 80%;
              top: 10%;
              width: 80%; } }
        nav#home-nav ul li a span {
          display: block;
          line-height: 1.25em;
          padding: 1em; }
          @media screen and (min-width: 1024px) {
            nav#home-nav ul li a span {
              padding: 1.5em; } }

.good-food-home-link {
  background-image: url(../img/good-food-box.jpg); }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .good-food-home-link {
      background-image: url("../img/good-food-box@2x.jpg"); } }

.contact-us-home-link {
  background-image: url(../img/contact-us-box.jpg); }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .contact-us-home-link {
      background-image: url("../img/contact-us-box@2x.jpg"); } }

.how-to-buy-home-link {
  background-image: url(../img/how-to-buy-box.jpg); }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .how-to-buy-home-link {
      background-image: url("../img/how-to-buy-box@2x.jpg"); } }

.natural-healthy-home-link {
  background-image: url(../img/natural-healthy-box.jpg); }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .natural-healthy-home-link {
      background-image: url("../img/natural-healthy-box@2x.jpg"); } }

.recipes-home-link {
  background-image: url(../img/recipes-box.jpg); }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .recipes-home-link {
      background-image: url("../img/recipes-box@2x.jpg"); } }

footer {
  background: #2f1a1a;
  font-size: 0.75em;
  padding: 1em 1.25em;
  text-align: center;
  width: 100%; }
  @media screen and (min-width: 640px) {
    footer {
      text-align: left;
      z-index: 2; } }
  footer p {
    margin: 0; }
  footer .agency-credit {
    background-image: url(../img/footer-dsign.png);
    display: block;
    height: 13px;
    margin: 1em auto 0 auto;
    width: 42px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      footer .agency-credit {
        background-image: url("../img/footer-dsign@2x.png");
        background-size: 42px, 13px; } }
    @media screen and (min-width: 640px) {
      footer .agency-credit {
        float: right;
        margin: 0.25em 0 0 0; } }

.container-float-right {
  right: 0; }

.next-part-container {
  width: 30px;
  margin: 0;
  height: 70px;
  position: absolute; }
  .cssanimations .next-part-container {
    opacity: 0;
    animation-delay: 5s;
    -webkit-animation-delay: 5s; }
  .next-part-container .next-part-arrow {
    background-image: url(../img/interaction-scroll.png);
    background-repeat: no-repeat;
    background-size: 25px 15px;
    background-position: 50% 0;
    width: 30px;
    height: 70px;
    position: absolute; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .next-part-container .next-part-arrow {
        background-image: url("../img/interaction-scroll@2x.png"); } }
  .next-part-container #next-part-arrow-3 {
    opacity: 1; }
  .next-part-container #next-part-arrow-2 {
    animation: arrow-b 2s infinite;
    -webkit-animation: arrow-b 2s infinite; }
    .cssanimations .next-part-container #next-part-arrow-2 {
      opacity: 0; }
  .next-part-container #next-part-arrow-1 {
    animation: arrow-a 2s infinite;
    -webkit-animation: arrow-a 2s infinite; }
    .cssanimations .next-part-container #next-part-arrow-1 {
      opacity: 0; }

@-webkit-keyframes arrow-a {
  0% {
    background-position: 50% 0;
    opacity: 1; }
  100% {
    background-position: 50% 130%;
    opacity: 0; } }

@-moz-keyframes arrow-a {
  0% {
    background-position: 50% 0;
    opacity: 1; }
  100% {
    background-position: 50% 130%;
    opacity: 0; } }

@-ms-keyframes arrow-a {
  0% {
    background-position: 50% 0;
    opacity: 1; }
  100% {
    background-position: 50% 130%;
    opacity: 0; } }

@keyframes arrow-a {
  0% {
    background-position: 50% 0;
    opacity: 1; }
  100% {
    background-position: 50% 130%;
    opacity: 0; } }

@-webkit-keyframes arrow-b {
  0% {
    background-position: 50% 0;
    opacity: 1; }
  100% {
    background-position: 50% 80%;
    opacity: 0; } }

@-moz-keyframes arrow-b {
  0% {
    background-position: 50% 0;
    opacity: 1; }
  100% {
    background-position: 50% 80%;
    opacity: 0; } }

@-ms-keyframes arrow-b {
  0% {
    background-position: 50% 0;
    opacity: 1; }
  100% {
    background-position: 50% 80%;
    opacity: 0; } }

@keyframes arrow-b {
  0% {
    background-position: 50% 0;
    opacity: 1; }
  100% {
    background-position: 50% 80%;
    opacity: 0; } }

.interaction-swipe {
  background-image: url(../img/interaction-swipe.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 40px;
  position: fixed;
  bottom: 60px;
  z-index: 4;
  width: 100%;
  -webkit-animation-name: interaction-swipe;
  animation-name: interaction-swipe;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .interaction-swipe {
      background-image: url("../img/interaction-swipe@2x.png");
      background-size: 31px, 40px; } }
  .no-touchevents > body > .interaction-swipe {
    display: none; }

#good-food-01 {
  height: 100vh;
  width: 100%; }
  #good-food-01 #good-food-01-vignette {
    z-index: 3;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 48%, black 100%);
    /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%, rgba(0, 0, 0, 0)), color-stop(48%, rgba(0, 0, 0, 0)), color-stop(100%, black));
    /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 48%, black 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 48%, black 100%);
    /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 48%, black 100%);
    /* IE10+ */
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 48%, black 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }
    .cssanimations #good-food-01 #good-food-01-vignette {
      opacity: 0;
      animation-delay: 1s;
      -webkit-animation-delay: 1s; }
  #good-food-01 #good-food-01-black-cover {
    z-index: 2;
    background: rgba(0, 0, 0, 0.7); }
    .cssanimations #good-food-01 #good-food-01-black-cover {
      opacity: 0;
      animation-delay: 0.5s;
      -webkit-animation-delay: 0.5s; }
  #good-food-01 #good-food-01-image {
    z-index: 1;
    background-image: url("../img/good-food-bg-01.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #good-food-01 #good-food-01-image {
        background-image: url("../img/good-food-bg-01@2x.jpg"); } }
  #good-food-01 #good-food-01-text-box {
    z-index: 4;
    font-size: 80%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    color: #c7aea6;
    width: 100%;
    padding: 1em 2em; }
    .no-js #good-food-01 #good-food-01-text-box {
      top: 30%; }
    #good-food-01 #good-food-01-text-box h1 {
      font-family: "Grad", serif;
      font-weight: 400; }
      .cssanimations #good-food-01 #good-food-01-text-box h1 {
        opacity: 0;
        animation-delay: 1.5s;
        -webkit-animation-delay: 1.5s; }
    .cssanimations #good-food-01 #good-food-01-text-box p {
      opacity: 0;
      animation-delay: 2.5s;
      -webkit-animation-delay: 2.5s; }
    .cssanimations #good-food-01 #good-food-01-text-box p span {
      opacity: 0;
      animation-delay: 3.5s;
      -webkit-animation-delay: 3.5s; }
    @media screen and (min-width: 640px) {
      #good-food-01 #good-food-01-text-box {
        right: 15%;
        width: 30em;
        padding: 0;
        font-size: 100%; }
        .no-js #good-food-01 #good-food-01-text-box {
          top: 20%; } }
    @media screen and (min-width: 640px) and (min-height: 600px) {
      .no-js #good-food-01 #good-food-01-text-box {
        top: 40%; } }
  #good-food-01 .smoke {
    position: absolute;
    width: 250px;
    height: 250px;
    background: url(../img/good-food-smoke.png) no-repeat;
    bottom: 200px;
    opacity: 0.7;
    -webkit-animation-name: smokesurge;
    animation-name: smokesurge;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }
    .no-js #good-food-01 .smoke {
      display: none; }

#good-food-02 {
  height: 100vh;
  width: 100%;
  background: url(../img/good-food-02-tile.png) repeat #3f2222;
  overflow: hidden;
  z-index: 1; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #good-food-02 {
      background-image: url("../img/good-food-02-tile@2x.png");
      background-size: 64px, 64px; } }
  #good-food-02 #good-food-02-door-container {
    background: url(../img/good-food-02-peek.png) no-repeat bottom center;
    background-size: contain;
    z-index: 3;
    position: absolute;
    padding: 0;
    overflow: hidden;
    height: 50vh;
    margin: 50vh auto 0 auto;
    width: 100%; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #good-food-02 #good-food-02-door-container {
        background-image: url("../img/good-food-02-peek@2x.png"); } }
    @media screen and (min-width: 640px) {
      #good-food-02 #good-food-02-door-container {
        background-position: left bottom;
        background-size: cover;
        position: relative;
        margin: 7vh 0 0 0;
        height: 93vh;
        width: 50vw;
        float: right;
        right: 0; } }
    @media screen and (min-width: 1300px) {
      #good-food-02 #good-food-02-door-container {
        background-position: bottom center;
        background-size: contain;
        right: 3%;
        width: 48vw; } }
    @media screen and (min-width: 1400px) {
      #good-food-02 #good-food-02-door-container {
        background-position: bottom center;
        background-size: contain;
        right: 8%;
        width: 45vw; } }
    .cssanimations #good-food-02 #good-food-02-door-container {
      opacity: 0;
      animation-delay: 1.5s;
      -webkit-animation-delay: 1.5s; }
    #good-food-02 #good-food-02-door-container #good-food-02-door {
      z-index: 3;
      position: absolute;
      background: url(../img/good-food-02-door.png) no-repeat top center;
      background-size: contain;
      height: 100%;
      width: 100%; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        #good-food-02 #good-food-02-door-container #good-food-02-door {
          background-image: url("../img/good-food-02-door@2x.png"); } }
    #good-food-02 #good-food-02-door-container #good-food-02-image {
      z-index: 2;
      position: absolute;
      background: url(../img/good-food-bg-02.jpg) no-repeat top center;
      background-size: 80% auto;
      height: 100%;
      width: 90%;
      bottom: 0;
      margin-top: 1em;
      overflow: hidden; }
      #good-food-02 #good-food-02-door-container #good-food-02-image > * {
        z-index: 2; }
      #good-food-02 #good-food-02-door-container #good-food-02-image:after {
        -webkit-animation: grain 5s steps(10) infinite;
        -moz-animation: grain 5s steps(10) infinite;
        -ms-animation: grain 5s steps(10) infinite;
        animation: grain 5s steps(10) infinite;
        background: url(../img/noise.png);
        opacity: 0.7;
        content: "";
        display: block;
        height: 300%;
        left: -100%;
        position: absolute;
        top: -100%;
        width: 300%;
        z-index: 1; }
  #good-food-02 #good-food-02-portraits {
    position: absolute;
    margin-top: 0;
    z-index: 2;
    width: 100%;
    height: 17vh;
    background: url(../img/good-food-02-portraits.png) no-repeat bottom;
    background-size: cover; }
    @media screen and (min-width: 640px) {
      #good-food-02 #good-food-02-portraits {
        left: 3%;
        margin-top: 0;
        height: 40vh;
        width: 42vw;
        background-size: contain;
        background-position: center; } }
    @media screen and (min-width: 1300px) {
      #good-food-02 #good-food-02-portraits {
        left: 5%;
        margin-top: 6vh;
        width: 30vw; } }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #good-food-02 #good-food-02-portraits {
        background-image: url("../img/good-food-02-portraits@2x.png"); } }
    .cssanimations #good-food-02 #good-food-02-portraits {
      opacity: 0; }
  #good-food-02 #good-food-02-switch {
    display: none;
    position: absolute;
    left: 10vw;
    margin-top: 60vh;
    height: 9vh;
    width: 4vw;
    z-index: 2;
    background: url(../img/good-food-02-switch.png) no-repeat center;
    background-size: contain; }
    @media screen and (min-width: 640px) {
      #good-food-02 #good-food-02-switch {
        display: block; } }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #good-food-02 #good-food-02-switch {
        background-image: url("../img/good-food-02-switch@2x.png"); } }
    @media screen and (min-width: 800px) {
      #good-food-02 #good-food-02-switch {
        left: 5vw; } }
    .cssanimations #good-food-02 #good-food-02-switch {
      opacity: 0;
      animation-delay: 1s;
      -webkit-animation-delay: 1s; }
  #good-food-02 #good-food-02-vignette {
    z-index: 3;
    height: 100vh;
    width: 100%;
    position: absolute;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 48%, black 100%);
    /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%, rgba(0, 0, 0, 0)), color-stop(48%, rgba(0, 0, 0, 0)), color-stop(100%, black));
    /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 48%, black 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 48%, black 100%);
    /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 48%, black 100%);
    /* IE10+ */
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 48%, black 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }
  #good-food-02 #good-food-02-text-box {
    z-index: 4;
    position: absolute;
    color: #c7aea6;
    width: 90vw;
    left: 0;
    padding: 1em;
    margin-top: 15vh;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media screen and (min-width: 640px) {
      #good-food-02 #good-food-02-text-box {
        width: 25vw;
        left: 20%;
        padding: 0;
        margin-top: 0; } }
    #good-food-02 #good-food-02-text-box p {
      font-size: 80%; }
    @media screen and (min-height: 600px) and (min-width: 640px) {
      #good-food-02 #good-food-02-text-box p {
        font-size: 100%;
        text-align: right; } }
    .cssanimations #good-food-02 #good-food-02-text-box span {
      opacity: 0;
      animation-delay: 3.5s;
      -webkit-animation-delay: 3.5s; }
    .cssanimations #good-food-02 #good-food-02-text-box {
      opacity: 0;
      animation-delay: 2.5s;
      -webkit-animation-delay: 2.5s; }

#good-food-03 {
  height: 100vh;
  width: 100%; }
  #good-food-03 #good-food-03-text-box {
    position: absolute;
    color: #c7aea6;
    text-align: center;
    width: 100%;
    padding: 1em;
    margin: 0 auto;
    z-index: 4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .cssanimations #good-food-03 #good-food-03-text-box {
      opacity: 0;
      animation-delay: 1.5s;
      -webkit-animation-delay: 1.5s; }
    .no-js #good-food-03 #good-food-03-text-box {
      margin-top: 10em; }
    @media screen and (min-width: 640px) {
      #good-food-03 #good-food-03-text-box {
        padding: 0 25vw 0 25vw; } }
    #good-food-03 #good-food-03-text-box p {
      font-size: 80%; }
      @media screen and (min-width: 640px) {
        #good-food-03 #good-food-03-text-box p {
          font-size: 100%; } }
  #good-food-03 #good-food-03-black-cover {
    position: absolute;
    height: 100vh;
    width: 100%;
    z-index: 2;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.7); }
    #good-food-03 #good-food-03-black-cover > * {
      z-index: 2; }
    #good-food-03 #good-food-03-black-cover:after {
      -webkit-animation: grain 5s steps(10) infinite;
      -moz-animation: grain 5s steps(10) infinite;
      -ms-animation: grain 5s steps(10) infinite;
      animation: grain 5s steps(10) infinite;
      background: url(../img/noise.png);
      opacity: 0.7;
      content: "";
      display: block;
      height: 300%;
      left: -100%;
      position: absolute;
      top: -100%;
      width: 300%;
      z-index: 1; }
  #good-food-03 #good-food-03-vignette {
    z-index: 3;
    position: absolute;
    height: 100vh;
    width: 100%;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 48%, black 100%);
    /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%, rgba(0, 0, 0, 0)), color-stop(48%, rgba(0, 0, 0, 0)), color-stop(100%, black));
    /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 48%, black 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 48%, black 100%);
    /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 48%, black 100%);
    /* IE10+ */
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 48%, black 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }
  #good-food-03 #good-food-03-images {
    background: url("../img/good-food-03-img01.jpg") no-repeat right;
    background-size: cover;
    z-index: 1;
    position: absolute;
    height: 100vh;
    width: 100%;
    overflow: hidden; }
    #good-food-03 #good-food-03-images img {
      display: none;
      position: absolute;
      width: 100%;
      height: auto;
      opacity: 0;
      -webkit-transition-property: opacity, -webkit-transform;
      -webkit-transition-duration: 3s, 10s;
      -moz-transition-property: opacity, -moz-transform;
      -moz-transition-duration: 3s, 10s;
      -ms-transition-property: opacity, -ms-transform;
      -ms-transition-duration: 3s, 10s;
      -o-transition-property: opacity, -o-transform;
      -o-transition-duration: 3s, 10s;
      transition-property: opacity, transform;
      transition-duration: 3s, 10s; }
      @media screen and (min-width: 900px) {
        #good-food-03 #good-food-03-images img {
          display: block; } }
    #good-food-03 #good-food-03-images .fx:first-child + img ~ img {
      z-index: -1; }
    #good-food-03 #good-food-03-images .fx {
      opacity: 1;
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }

.good-food h1 {
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
  font-size: 1.5em; }
  @media screen and (min-width: 640px) {
    .good-food h1 {
      font-size: 1.75em; } }

.good-food .highlight {
  font-family: "Rift", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  line-height: 1;
  font-size: 1.3rem;
  font-style: normal;
  margin-top: 0.2em; }
  @media screen and (min-width: 640px) {
    .good-food .highlight {
      font-size: 1.750rem; } }

.good-food p {
  line-height: 1.3; }

.good-food .full-size-div {
  margin: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  position: absolute; }

.animation-expand-image {
  -webkit-animation-name: expand-image;
  -webkit-animation-duration: 10s;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-name: expand-image;
  animation-duration: 10s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; }

.animation-fade-in-top {
  animation: opacity 1s ease-in forwards, margin-top 1s ease-in forwards;
  -webkit-animation: opacity 1s ease-in forwards, margin-top 1s ease-in forwards; }

.animation-opacity {
  animation: opacity 1s ease-in forwards;
  -webkit-animation: opacity 1s ease-in forwards; }

.animation-margin-top {
  -webkit-animation-name: margin-top;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-name: margin-top;
  animation-duration: 1s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; }

.animation-slide-down {
  animation: opacity 0.5s ease-in forwards, slide-down 1s ease;
  -webkit-animation: opacity 0.5s ease-in forwards, slide-down 1s ease; }

.animation-slide-up {
  animation: opacity 0.5s ease-in forwards, slide-up 1s ease;
  -webkit-animation: opacity 0.5s ease-in forwards, slide-up 1s ease; }

.animation-slide-left {
  animation: opacity 0.5s ease-in forwards, slide-left 1s ease;
  -webkit-animation: opacity 0.5s ease-in forwards, slide-left 1s ease; }

#natural-healthy-selector {
  color: #c7aea6;
  display: block;
  height: 2em;
  margin: 0 auto;
  padding: 0;
  font-family: "Rift", sans-serif;
  text-transform: uppercase;
  line-height: 1.1;
  font-size: 1.2em;
  font-weight: 400;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 6; }
  @media screen and (min-width: 640px) {
    #natural-healthy-selector {
      height: auto;
      top: 0.5em; } }
  @media screen and (min-width: 1100px) {
    #natural-healthy-selector {
      top: 1.5em; } }
  #natural-healthy-selector li {
    display: inline-block;
    margin: 0 0.5em 0 0;
    padding: 0.5em; }
    #natural-healthy-selector li:last-of-type {
      margin: 0; }
    .no-touch #natural-healthy-selector li:hover {
      background: #c7aea6;
      color: #3f2222; }

#natural-healthy-page {
  position: absolute;
  z-index: 4; }
  #natural-healthy-page #next-part {
    display: none;
    position: fixed;
    left: 50%;
    bottom: 4em;
    transform: translateX(-50%); }
    @media screen and (min-width: 720px) {
      #natural-healthy-page #next-part {
        display: block; } }
  #natural-healthy-page .next-part-info {
    color: #c7aea6;
    padding: 0 0 0 3em;
    font-family: "Rift", sans-serif;
    text-transform: uppercase; }
  #natural-healthy-page .next-part-container {
    margin-top: -1em;
    opacity: 1; }
  #natural-healthy-page ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center; }
    #natural-healthy-page ul li {
      display: inline-block;
      text-align: center; }
      #natural-healthy-page ul li p {
        font-size: 80%;
        font-weight: 400; }
        @media screen and (min-width: 640px) {
          #natural-healthy-page ul li p {
            font-size: 100%; } }
        @media screen and (min-width: 720px) {
          .cssanimations #natural-healthy-page ul li p {
            opacity: 0;
            animation-delay: 2.7s !important;
            -webkit-animation-delay: 2.7s !important; } }
      #natural-healthy-page ul li h2 {
        height: 3em;
        display: block;
        padding: 0;
        margin: 1em 0 -1em 0;
        text-transform: uppercase;
        font-size: 1.25em; }
        @media screen and (min-width: 640px) {
          #natural-healthy-page ul li h2 {
            font-size: 1.625em;
            height: 10vh; } }
        @media screen and (min-width: 720px) {
          .cssanimations #natural-healthy-page ul li h2 {
            opacity: 0;
            animation-delay: 1.8s;
            -webkit-animation-delay: 1.8s; } }
        #natural-healthy-page ul li h2:after {
          content: " ";
          margin: 0.5em auto 0 auto;
          display: block;
          width: 1.5em;
          height: 0.1em;
          background: #c7aea6; }
      #natural-healthy-page ul li:last-of-type {
        margin-bottom: 4em; }
        @media screen and (min-width: 640px) {
          #natural-healthy-page ul li:last-of-type {
            margin-bottom: 0; } }
  @media screen and (min-width: 720px) {
    #natural-healthy-page #natural-healthy-01 {
      height: 100vh;
      width: 100%; } }
  #natural-healthy-page #natural-healthy-01 #natural-healthy-01-text-box {
    color: #c7aea6;
    text-align: center;
    z-index: 4;
    width: 100vw;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 10vw; }
    @media screen and (min-width: 720px) {
      #natural-healthy-page #natural-healthy-01 #natural-healthy-01-text-box {
        position: absolute; } }
    @media screen and (min-width: 1100px) {
      #natural-healthy-page #natural-healthy-01 #natural-healthy-01-text-box {
        padding: 0 20vw; } }
    @media screen and (min-width: 1400px) {
      #natural-healthy-page #natural-healthy-01 #natural-healthy-01-text-box {
        padding: 0 20vw; } }
    #natural-healthy-page #natural-healthy-01 #natural-healthy-01-text-box p {
      font-size: 80%; }
      @media screen and (min-width: 640px) {
        #natural-healthy-page #natural-healthy-01 #natural-healthy-01-text-box p {
          font-size: 100%; } }
      @media screen and (min-width: 720px) {
        .cssanimations #natural-healthy-page #natural-healthy-01 #natural-healthy-01-text-box p {
          opacity: 0;
          animation-delay: 1.5s;
          -webkit-animation-delay: 1.5s; } }
    #natural-healthy-page #natural-healthy-01 #natural-healthy-01-text-box h1 {
      font-family: "Rift", sans-serif;
      text-transform: uppercase;
      line-height: 1.25;
      font-weight: 400;
      margin: 2em 0; }
      @media screen and (min-width: 720px) {
        #natural-healthy-page #natural-healthy-01 #natural-healthy-01-text-box h1 {
          margin: 0; }
          .cssanimations #natural-healthy-page #natural-healthy-01 #natural-healthy-01-text-box h1 {
            opacity: 0;
            animation-delay: 0.5s;
            -webkit-animation-delay: 0.5s; } }
  #natural-healthy-page #natural-healthy-02 {
    color: #c7aea6; }
    @media screen and (min-width: 720px) {
      #natural-healthy-page #natural-healthy-02 {
        height: 100vh;
        width: 100%; } }
    #natural-healthy-page #natural-healthy-02 #natural-healthy-02-text-box {
      text-align: center;
      z-index: 4;
      width: 100vw;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      padding: 0 10vw; }
      @media screen and (min-width: 720px) {
        #natural-healthy-page #natural-healthy-02 #natural-healthy-02-text-box {
          position: absolute; } }
      @media screen and (min-width: 1100px) {
        #natural-healthy-page #natural-healthy-02 #natural-healthy-02-text-box {
          padding: 0 5vw; } }
      @media screen and (min-width: 1400px) {
        #natural-healthy-page #natural-healthy-02 #natural-healthy-02-text-box {
          padding: 0 10vw; } }
      #natural-healthy-page #natural-healthy-02 #natural-healthy-02-text-box p {
        font-size: 80%; }
        @media screen and (min-width: 640px) {
          #natural-healthy-page #natural-healthy-02 #natural-healthy-02-text-box p {
            font-size: 100%; } }
        @media screen and (min-width: 720px) {
          .cssanimations #natural-healthy-page #natural-healthy-02 #natural-healthy-02-text-box p {
            opacity: 0;
            animation-delay: 1.5s;
            -webkit-animation-delay: 1.5s; } }
      #natural-healthy-page #natural-healthy-02 #natural-healthy-02-text-box h1 {
        font-family: "Rift", sans-serif;
        text-transform: uppercase;
        line-height: 1.25;
        font-weight: 400;
        margin: 0; }
        @media screen and (min-width: 720px) {
          .cssanimations #natural-healthy-page #natural-healthy-02 #natural-healthy-02-text-box h1 {
            opacity: 0;
            animation-delay: 0.5s;
            -webkit-animation-delay: 0.5s; } }
    #natural-healthy-page #natural-healthy-02.active {
      background: none; }

#natural-healthy-fruit-in-pasta-bg {
  background-image: url(../img/natural-healthy-bg-pasta.jpg);
  background-position: center;
  background-size: cover;
  display: none;
  height: 100vh;
  position: absolute;
  width: 100vw; }
  .fp-viewing-2 > #natural-healthy-fruit-in-pasta-bg {
    display: block; }

@-webkit-keyframes cloud-movement {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    -webkit-transform: translateX(300%);
    transform: translateX(300%);
    opacity: 0; } }

@-moz-keyframes cloud-movement {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    -webkit-transform: translateX(300%);
    transform: translateX(300%);
    opacity: 0; } }

@-ms-keyframes cloud-movement {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    -webkit-transform: translateX(300%);
    transform: translateX(300%);
    opacity: 0; } }

@keyframes cloud-movement {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    -webkit-transform: translateX(300%);
    transform: translateX(300%);
    opacity: 0; } }

@-webkit-keyframes cloud-movement2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0; }
  10% {
    opacity: 1; }
  35% {
    opacity: 0.5; }
  70% {
    opacity: 0.8; }
  90% {
    opacity: 1; }
  100% {
    -webkit-transform: translateX(300%);
    transform: translateX(300%);
    opacity: 0; } }

@-moz-keyframes cloud-movement2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0; }
  10% {
    opacity: 1; }
  35% {
    opacity: 0.5; }
  70% {
    opacity: 0.8; }
  90% {
    opacity: 1; }
  100% {
    -webkit-transform: translateX(300%);
    transform: translateX(300%);
    opacity: 0; } }

@-ms-keyframes cloud-movement2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0; }
  10% {
    opacity: 1; }
  35% {
    opacity: 0.5; }
  70% {
    opacity: 0.8; }
  90% {
    opacity: 1; }
  100% {
    -webkit-transform: translateX(300%);
    transform: translateX(300%);
    opacity: 0; } }

@keyframes cloud-movement2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0; }
  10% {
    opacity: 1; }
  35% {
    opacity: 0.5; }
  70% {
    opacity: 0.8; }
  90% {
    opacity: 1; }
  100% {
    -webkit-transform: translateX(300%);
    transform: translateX(300%);
    opacity: 0; } }

#natural-healthy-cloud-container-new {
  z-index: 2;
  width: 100%;
  height: 50vh;
  position: fixed;
  top: 0;
  overflow: hidden; }
  #natural-healthy-cloud-container-new .cloud-new-base {
    background: url(../img/natural-healthy-cloud.png) no-repeat;
    position: absolute;
    background-size: cover;
    background-position: bottom center;
    width: 256px;
    height: 25vh;
    animation: cloud-movement ease-in infinite;
    -webkit-animation: cloud-movement ease-in infinite; }
    @media screen and (width: 768px) and (height: 1024px) {
      #natural-healthy-cloud-container-new .cloud-new-base {
        zoom: 1.5; } }
    @media screen and (min-height: 350px) and (min-width: 850px) {
      #natural-healthy-cloud-container-new .cloud-new-base {
        background-size: 100% 100%;
        background-position: center;
        width: 30vw;
        height: 40vh; } }
    @media screen and (min-height: 350px) {
      #natural-healthy-cloud-container-new .cloud-new-base {
        height: 256px; } }
    .cssanimations #natural-healthy-cloud-container-new .cloud-new-base {
      opacity: 0; }
  #natural-healthy-cloud-container-new .cloud-new {
    animation-duration: 25s;
    -webkit-animation-duration: 25s;
    animation-delay: 1s;
    -webkit-animation-delay: 1s; }
    @media screen and (min-height: 350px) and (min-width: 850px) {
      #natural-healthy-cloud-container-new .cloud-new {
        width: 40vw; } }
  #natural-healthy-cloud-container-new .cloud-new2 {
    animation-duration: 35s;
    -webkit-animation-duration: 35s;
    animation-delay: 0;
    -webkit-animation-delay: 0; }
  #natural-healthy-cloud-container-new .cloud-new3 {
    animation-duration: 15s;
    -webkit-animation-duration: 15s;
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
    animation: cloud-movement2 ease-in infinite;
    -webkit-animation: cloud-movement2 ease-in infinite; }
  #natural-healthy-cloud-container-new .cloud-new4 {
    animation-duration: 25s;
    -webkit-animation-duration: 25s;
    animation-delay: 3.3s;
    -webkit-animation-delay: 3.3s; }
    @media screen and (min-height: 350px) and (min-width: 850px) {
      #natural-healthy-cloud-container-new .cloud-new4 {
        width: 20vw; } }
  #natural-healthy-cloud-container-new .cloud-new5 {
    animation-duration: 28s;
    -webkit-animation-duration: 28s;
    animation-delay: 5s;
    -webkit-animation-delay: 5s; }
  .fp-viewing-2 > #natural-healthy-cloud-container-new {
    display: none; }

#natural-healthy-black-cover {
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 3;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5); }
  #natural-healthy-black-cover > * {
    z-index: 2; }
  #natural-healthy-black-cover:after {
    -webkit-animation: grain 5s steps(10) infinite;
    -moz-animation: grain 5s steps(10) infinite;
    -ms-animation: grain 5s steps(10) infinite;
    animation: grain 5s steps(10) infinite;
    background: url(../img/noise.png);
    opacity: 0.7;
    content: "";
    display: block;
    height: 300%;
    left: -100%;
    position: absolute;
    top: -100%;
    width: 300%;
    z-index: 1; }
  @media screen and (min-width: 640px) {
    #natural-healthy-black-cover {
      position: absolute; } }

.how-to-buy {
  background: url(../img/how-to-buy-bg.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed; }

#how-to-buy-page {
  height: 100vh; }
  #how-to-buy-page #how-to-buy-info {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #c7aea6; }
    .cssanimations #how-to-buy-page #how-to-buy-info {
      opacity: 0; }
    #how-to-buy-page #how-to-buy-info h1, #how-to-buy-page #how-to-buy-info h2, #how-to-buy-page #how-to-buy-info h3 {
      text-transform: uppercase;
      padding: 0;
      margin: 0; }
    #how-to-buy-page #how-to-buy-info h1 {
      font-weight: 400; }
    #how-to-buy-page #how-to-buy-info h2 {
      font-weight: 400;
      font-size: 1.25em; }
      @media screen and (min-width: 640px) {
        #how-to-buy-page #how-to-buy-info h2 {
          font-size: 1.625em; } }
    #how-to-buy-page #how-to-buy-info h3 {
      font-weight: 400;
      font-size: 1.0625em; }
      @media screen and (min-width: 640px) {
        #how-to-buy-page #how-to-buy-info h3 {
          font-size: 1.375em; } }
    #how-to-buy-page #how-to-buy-info ul {
      list-style: none;
      padding: 0; }
    #how-to-buy-page #how-to-buy-info p, #how-to-buy-page #how-to-buy-info li {
      font-size: 80%; }
      @media screen and (min-width: 640px) {
        #how-to-buy-page #how-to-buy-info p, #how-to-buy-page #how-to-buy-info li {
          font-size: 100%; } }
  #how-to-buy-page #how-to-buy-form {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .cssanimations #how-to-buy-page #how-to-buy-form {
      opacity: 0;
      -webkit-animation-delay: 1s;
      animation-delay: 1s; }
    #how-to-buy-page #how-to-buy-form h1, #how-to-buy-page #how-to-buy-form h2, #how-to-buy-page #how-to-buy-form h3 {
      font-family: "Rift", sans-serif;
      text-transform: uppercase;
      padding: 0;
      margin: 0;
      color: #c7aea6;
      font-weight: 400; }
    #how-to-buy-page #how-to-buy-form form {
      margin: 1em 0 6em 0; }
      @media screen and (min-width: 640px) {
        #how-to-buy-page #how-to-buy-form form {
          margin: 1em 0 0 0; } }
      #how-to-buy-page #how-to-buy-form form .radio-label {
        display: inline-block;
        margin-right: 0.5em;
        font-size: 61%; }
        @media screen and (min-width: 800px) {
          #how-to-buy-page #how-to-buy-form form .radio-label {
            font-size: 100%;
            margin-right: 1em; } }
    #how-to-buy-page #how-to-buy-form input, #how-to-buy-page #how-to-buy-form textarea {
      display: block;
      width: 100%;
      margin: 0 0 1em 0;
      font-size: 0.875em;
      padding: 0.5em;
      background: #ffffff;
      border: none;
      -webkit-border-radius: 0; }
      #how-to-buy-page #how-to-buy-form input:focus, #how-to-buy-page #how-to-buy-form textarea:focus {
        outline: none; }
      #how-to-buy-page #how-to-buy-form input[type=submit], #how-to-buy-page #how-to-buy-form textarea[type=submit] {
        background: #c7aea6;
        color: #37181d;
        font-family: "Rift", sans-serif;
        text-transform: uppercase;
        transition: 0.2s;
        cursor: pointer; }
        #how-to-buy-page #how-to-buy-form input[type=submit]:hover, #how-to-buy-page #how-to-buy-form textarea[type=submit]:hover {
          background: #37181d;
          color: #c7aea6; }
      #how-to-buy-page #how-to-buy-form input[type=radio], #how-to-buy-page #how-to-buy-form textarea[type=radio] {
        display: inline-block;
        width: auto;
        margin-right: 0.5em;
        color: #c7aea6;
        margin-top: 0; }
        #how-to-buy-page #how-to-buy-form input[type=radio]:checked, #how-to-buy-page #how-to-buy-form textarea[type=radio]:checked {
          background: #c7aea6; }
    #how-to-buy-page #how-to-buy-form label {
      color: #c7aea6;
      clear: both;
      display: block;
      font-family: "Rift", sans-serif;
      text-transform: uppercase; }
    #how-to-buy-page #how-to-buy-form .order-container {
      padding: 0 1em 0 0; }
    #how-to-buy-page #how-to-buy-form .order-container-last {
      padding: 0; }
    #how-to-buy-page #how-to-buy-form .order-300 {
      font-weight: 400; }
    #how-to-buy-page #how-to-buy-form .g-recaptcha {
      display: none;
      margin-bottom: 1em; }

#contact-us-image {
  z-index: -2;
  background-image: url("../img/contact-us-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  position: absolute; }

#contact-us-black-cover {
  background: rgba(0, 0, 0, 0.7);
  height: 100vh;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  overflow: hidden; }
  #contact-us-black-cover > * {
    z-index: 2; }
  #contact-us-black-cover:after {
    -webkit-animation: grain 5s steps(10) infinite;
    -moz-animation: grain 5s steps(10) infinite;
    -ms-animation: grain 5s steps(10) infinite;
    animation: grain 5s steps(10) infinite;
    background: url(../img/noise.png);
    opacity: 0.7;
    content: "";
    display: block;
    height: 300%;
    left: -100%;
    position: absolute;
    top: -100%;
    width: 300%;
    z-index: 1; }

#contact-us-text-box {
  color: #c7aea6;
  left: 0;
  padding: 0 3em;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  #contact-us-text-box h1 {
    font-family: "Rift", sans-serif;
    line-height: 1.1em;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .cssanimations #contact-us-text-box h1 {
      opacity: 0; }
  .cssanimations #contact-us-text-box p {
    opacity: 0;
    animation-delay: 1s;
    -webkit-animation-delay: 1s; }
  #contact-us-text-box p a {
    transition: 0.2s; }
    #contact-us-text-box p a:hover {
      color: #ffffff; }

#error {
  color: #c7aea6; }
  #error h1 {
    font-family: "Rift", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  #error a {
    text-decoration: underline; }
  #error .system-back-button {
    font-family: "Rift", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
    background: #c7aea6;
    color: #37181d;
    border-radius: 4px;
    padding: 0.5em 1em;
    margin-top: 1em;
    display: inline-block;
    transition: 0.2s; }
    #error .system-back-button:hover {
      background: #ffffff; }

nav#compact-nav {
  background-color: #c7aea6;
  bottom: 0;
  height: 3.125em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 6; }
  @media screen and (min-width: 1150px) {
    nav#compact-nav {
      background: none;
      bottom: auto;
      height: auto;
      left: 0;
      overflow: visible;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: auto; } }
  nav#compact-nav ul {
    display: inline-block;
    height: 100%;
    margin: 0;
    padding: 0; }
    @media screen and (min-width: 1150px) {
      nav#compact-nav ul {
        display: block;
        height: auto; } }
    nav#compact-nav ul li {
      display: block;
      float: left;
      height: 100%;
      list-style: none;
      margin: 0;
      padding: 0;
      width: 3.125em; }
      @media screen and (min-width: 1150px) {
        nav#compact-nav ul li {
          float: none;
          height: 3.125em;
          width: auto; } }
      nav#compact-nav ul li a {
        background-color: #c7aea6;
        background-image: url(../img/nav-sprite.png);
        background-repeat: no-repeat;
        display: block;
        height: 100%;
        width: 100%; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          nav#compact-nav ul li a {
            background-image: url("../img/nav-sprite@2x.png");
            background-size: 300px, 50px; } }
        nav#compact-nav ul li a:hover, nav#compact-nav ul li a:focus {
          background-color: #e2c8bf;
          outline: none; }
        @media screen and (min-width: 1150px) {
          nav#compact-nav ul li a {
            position: relative;
            width: 3.125em; } }
        nav#compact-nav ul li a span.section-name {
          color: #c7aea6;
          display: none;
          font-family: "Rift", sans-serif;
          left: 4em;
          position: absolute;
          text-align: left;
          top: 0.6em;
          width: 20vw; }
          .cssanimations nav#compact-nav ul li a span.section-name {
            -webkit-animation: slide-in-reveal 0.2s ease-out forwards;
            -moz-animation: slide-in-reveal 0.2s ease-out forwards;
            -ms-animation: slide-in-reveal 0.2s ease-out forwards;
            animation: slide-in-reveal 0.2s ease-out forwards; }
          @media screen and (min-width: 1150px) {
            nav#compact-nav ul li a span.section-name {
              display: block; } }
          .recipes nav#compact-nav ul li a span.section-name {
            color: #81555d; }
        nav#compact-nav ul li a.home-icon-link {
          background-position: -200px center; }
        nav#compact-nav ul li a.good-food-link {
          background-position: 0 center; }
          .good-food nav#compact-nav ul li a.good-food-link {
            background-color: #e2c8bf; }
        nav#compact-nav ul li a.natural-healthy-link {
          background-position: -50px center; }
          .natural-healthy nav#compact-nav ul li a.natural-healthy-link {
            background-color: #e2c8bf; }
        nav#compact-nav ul li a.how-to-buy-link {
          background-position: -100px center; }
          .how-to-buy nav#compact-nav ul li a.how-to-buy-link {
            background-color: #e2c8bf; }
        nav#compact-nav ul li a.recipes-link {
          background-position: -250px center; }
          .recipes nav#compact-nav ul li a.recipes-link {
            background-color: #e2c8bf; }
        nav#compact-nav ul li a.contact-us-link {
          background-position: -150px center; }
          .contact-us nav#compact-nav ul li a.contact-us-link {
            background-color: #e2c8bf; }

@-webkit-keyframes slide-in-reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    -moz-transform: translateY(-1em);
    -ms-transform: translateY(-1em);
    transform: translateY(-1em); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes slide-in-reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    -moz-transform: translateY(-1em);
    -ms-transform: translateY(-1em);
    transform: translateY(-1em); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-ms-keyframes slide-in-reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    -moz-transform: translateY(-1em);
    -ms-transform: translateY(-1em);
    transform: translateY(-1em); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slide-in-reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    -moz-transform: translateY(-1em);
    -ms-transform: translateY(-1em);
    transform: translateY(-1em); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.jam-initial {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  bottom: 0;
  height: 6.25em;
  font-family: "Rift", sans-serif;
  position: fixed;
  width: 100%;
  z-index: 15; }
  @media screen and (min-width: 1024px) {
    .jam-initial {
      background: none;
      bottom: auto;
      top: 0; }
      .jam-initial:hover .jam-initial-lid {
        -webkit-transform: translateX(10%) rotateZ(40deg);
        -moz-transform: translateX(10%) rotateZ(40deg);
        -ms-transform: translateX(10%) rotateZ(40deg);
        transform: translateX(10%) rotateZ(40deg); } }
  .jam-initial .jam-initial-element {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 10.9375em;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }
    @media screen and (min-width: 1024px) {
      .jam-initial .jam-initial-element {
        height: 425px;
        margin: 0 0 0 50vw; } }
    @media screen and (min-width: 1300px) {
      .jam-initial .jam-initial-element {
        margin: 0 0 0 38vw; } }
  .jam-initial .jam-initial-jar {
    background-image: url(../img/jam-initial-jar.png); }
  .jam-initial .jam-initial-lid {
    background-image: url(../img/jam-initial-lid.png);
    -webkit-animation: uncork ease-in-out 5s infinite;
    -moz-animation: uncork ease-in-out 5s infinite;
    -ms-animation: uncork ease-in-out 5s infinite;
    animation: uncork ease-in-out 5s infinite;
    transition: 0.7s ease-in-out;
    transition-delay: 0.5s; }
    @media screen and (min-width: 1024px) {
      .jam-initial .jam-initial-lid {
        -webkit-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        animation: none; } }
  .jam-initial .jam-initial-shadow {
    background-image: url(../img/jam-initial-shadow.png); }
    @media screen and (min-width: 1024px) {
      .how-to-buy .jam-initial .jam-initial-shadow {
        background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 100%); } }
  .jam-initial .jam-initial-kaleido {
    background-image: url(../img/jam-initial-kaleido.png);
    -webkit-animation: spin linear 10s infinite;
    -moz-animation: spin linear 10s infinite;
    -ms-animation: spin linear 10s infinite;
    animation: spin linear 10s infinite; }
    @media screen and (min-width: 1024px) {
      .jam-initial .jam-initial-kaleido {
        display: none; } }
  .jam-initial h3 {
    color: #c7aea6;
    display: inline-block;
    line-height: 1.2em;
    margin: 0;
    text-shadow: 0 0 10px #000000;
    text-transform: uppercase; }
    @media screen and (min-width: 1024px) {
      .jam-initial h3 {
        display: inline-block;
        font-size: 1.45em;
        margin: 0 0 1em 0; } }
  .jam-initial .jam-initial-content {
    bottom: 0.25em;
    font-size: 0.8em;
    left: 0;
    padding: 180px 1em 1em 1em;
    position: absolute;
    width: 100vw; }
    @media screen and (min-width: 450px) {
      .jam-initial .jam-initial-content {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 350px; } }
    @media screen and (min-width: 1024px) {
      .jam-initial .jam-initial-content {
        bottom: auto;
        font-size: 1em;
        left: auto;
        right: 1.56em;
        text-align: right;
        width: auto; } }
    @media screen and (min-width: 1300px) {
      .jam-initial .jam-initial-content {
        right: 13vw; } }
  .jam-initial .jam-initial-cta {
    display: inline-block;
    float: right;
    margin: -0.2em 0 0 0;
    text-transform: uppercase; }
    @media screen and (min-width: 1024px) {
      .jam-initial .jam-initial-cta {
        display: block;
        float: none; } }
    .jam-initial .jam-initial-cta a {
      background: #ffffff;
      border-radius: 1em;
      display: inline-block;
      padding: 0.25em 1em;
      transition: 0.2s; }
      .jam-initial .jam-initial-cta a:hover {
        background-color: #e2caca; }
  .jam-initial .jam-initial-close {
    display: block;
    position: absolute;
    right: 1em;
    top: 0;
    z-index: 2; }
    .jam-initial .jam-initial-close a {
      background-color: #ffffff;
      background-image: url(../img/close.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 12px 12px;
      border-radius: 2em;
      color: #ffffff;
      display: inline-block;
      height: 1.5em;
      text-transform: uppercase;
      width: 1.5em; }
      .svg .jam-initial .jam-initial-close a {
        background-image: url(../img/close.svg); }
      .jam-initial .jam-initial-close a:hover {
        background-color: #e2caca; }

@-webkit-keyframes uncork {
  0% {
    -webkit-transform: translateY(0) rotateZ(0);
    -moz-transform: translateY(0) rotateZ(0);
    -ms-transform: translateY(0) rotateZ(0);
    transform: translateY(0) rotateZ(0); }
  50% {
    -webkit-transform: translateY(30%) rotateZ(60deg);
    -moz-transform: translateY(30%) rotateZ(60deg);
    -ms-transform: translateY(30%) rotateZ(60deg);
    transform: translateY(30%) rotateZ(60deg); } }

@-moz-keyframes uncork {
  0% {
    -webkit-transform: translateY(0) rotateZ(0);
    -moz-transform: translateY(0) rotateZ(0);
    -ms-transform: translateY(0) rotateZ(0);
    transform: translateY(0) rotateZ(0); }
  50% {
    -webkit-transform: translateY(30%) rotateZ(60deg);
    -moz-transform: translateY(30%) rotateZ(60deg);
    -ms-transform: translateY(30%) rotateZ(60deg);
    transform: translateY(30%) rotateZ(60deg); } }

@-ms-keyframes uncork {
  0% {
    -webkit-transform: translateY(0) rotateZ(0);
    -moz-transform: translateY(0) rotateZ(0);
    -ms-transform: translateY(0) rotateZ(0);
    transform: translateY(0) rotateZ(0); }
  50% {
    -webkit-transform: translateY(30%) rotateZ(60deg);
    -moz-transform: translateY(30%) rotateZ(60deg);
    -ms-transform: translateY(30%) rotateZ(60deg);
    transform: translateY(30%) rotateZ(60deg); } }

@keyframes uncork {
  0% {
    -webkit-transform: translateY(0) rotateZ(0);
    -moz-transform: translateY(0) rotateZ(0);
    -ms-transform: translateY(0) rotateZ(0);
    transform: translateY(0) rotateZ(0); }
  50% {
    -webkit-transform: translateY(30%) rotateZ(60deg);
    -moz-transform: translateY(30%) rotateZ(60deg);
    -ms-transform: translateY(30%) rotateZ(60deg);
    transform: translateY(30%) rotateZ(60deg); } }

@-webkit-keyframes uncork-side {
  0% {
    -webkit-transform: translateX(0) rotateZ(0);
    -moz-transform: translateX(0) rotateZ(0);
    -ms-transform: translateX(0) rotateZ(0);
    transform: translateX(0) rotateZ(0); }
  50% {
    -webkit-transform: translateX(0) rotateZ(30deg);
    -moz-transform: translateX(0) rotateZ(30deg);
    -ms-transform: translateX(0) rotateZ(30deg);
    transform: translateX(0) rotateZ(30deg); }
  75% {
    -webkit-transform: translateX(30%) rotateZ(60deg);
    -moz-transform: translateX(30%) rotateZ(60deg);
    -ms-transform: translateX(30%) rotateZ(60deg);
    transform: translateX(30%) rotateZ(60deg); }
  100% {
    -webkit-transform: translateX(0) rotateZ(0);
    -moz-transform: translateX(0) rotateZ(0);
    -ms-transform: translateX(0) rotateZ(0);
    transform: translateX(0) rotateZ(0); } }

@-moz-keyframes uncork-side {
  0% {
    -webkit-transform: translateX(0) rotateZ(0);
    -moz-transform: translateX(0) rotateZ(0);
    -ms-transform: translateX(0) rotateZ(0);
    transform: translateX(0) rotateZ(0); }
  50% {
    -webkit-transform: translateX(0) rotateZ(30deg);
    -moz-transform: translateX(0) rotateZ(30deg);
    -ms-transform: translateX(0) rotateZ(30deg);
    transform: translateX(0) rotateZ(30deg); }
  75% {
    -webkit-transform: translateX(30%) rotateZ(60deg);
    -moz-transform: translateX(30%) rotateZ(60deg);
    -ms-transform: translateX(30%) rotateZ(60deg);
    transform: translateX(30%) rotateZ(60deg); }
  100% {
    -webkit-transform: translateX(0) rotateZ(0);
    -moz-transform: translateX(0) rotateZ(0);
    -ms-transform: translateX(0) rotateZ(0);
    transform: translateX(0) rotateZ(0); } }

@-ms-keyframes uncork-side {
  0% {
    -webkit-transform: translateX(0) rotateZ(0);
    -moz-transform: translateX(0) rotateZ(0);
    -ms-transform: translateX(0) rotateZ(0);
    transform: translateX(0) rotateZ(0); }
  50% {
    -webkit-transform: translateX(0) rotateZ(30deg);
    -moz-transform: translateX(0) rotateZ(30deg);
    -ms-transform: translateX(0) rotateZ(30deg);
    transform: translateX(0) rotateZ(30deg); }
  75% {
    -webkit-transform: translateX(30%) rotateZ(60deg);
    -moz-transform: translateX(30%) rotateZ(60deg);
    -ms-transform: translateX(30%) rotateZ(60deg);
    transform: translateX(30%) rotateZ(60deg); }
  100% {
    -webkit-transform: translateX(0) rotateZ(0);
    -moz-transform: translateX(0) rotateZ(0);
    -ms-transform: translateX(0) rotateZ(0);
    transform: translateX(0) rotateZ(0); } }

@keyframes uncork-side {
  0% {
    -webkit-transform: translateX(0) rotateZ(0);
    -moz-transform: translateX(0) rotateZ(0);
    -ms-transform: translateX(0) rotateZ(0);
    transform: translateX(0) rotateZ(0); }
  50% {
    -webkit-transform: translateX(0) rotateZ(30deg);
    -moz-transform: translateX(0) rotateZ(30deg);
    -ms-transform: translateX(0) rotateZ(30deg);
    transform: translateX(0) rotateZ(30deg); }
  75% {
    -webkit-transform: translateX(30%) rotateZ(60deg);
    -moz-transform: translateX(30%) rotateZ(60deg);
    -ms-transform: translateX(30%) rotateZ(60deg);
    transform: translateX(30%) rotateZ(60deg); }
  100% {
    -webkit-transform: translateX(0) rotateZ(0);
    -moz-transform: translateX(0) rotateZ(0);
    -ms-transform: translateX(0) rotateZ(0);
    transform: translateX(0) rotateZ(0); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

.jam-alert {
  background: #c7aea6;
  font-family: "Rift", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  bottom: 8%;
  height: 3em;
  left: 50%;
  padding: 0.6em 0.5em;
  position: fixed;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 290px;
  z-index: 9; }
  @media screen and (min-width: 640px) {
    .jam-alert {
      background: linear-gradient(45deg, rgba(199, 174, 166, 0) 0%, rgba(199, 174, 166, 0) 50%, #c7aea6 50.1%, #c7aea6 100%);
      bottom: auto;
      height: 6em;
      left: auto;
      right: 0;
      top: 0;
      transition: 1s cubic-bezier(0.18, 1, 0.76, 0.24);
      width: 6em;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      transform: none; }
      .jam-alert:hover {
        transition: 1s ease-out; }
        .jam-alert:hover .jam-small .jam-small-lid {
          -webkit-transform: translateX(60%) rotateZ(100deg);
          -moz-transform: translateX(60%) rotateZ(100deg);
          -ms-transform: translateX(60%) rotateZ(100deg);
          transform: translateX(60%) rotateZ(100deg); } }
  .jam-alert h2 {
    font-size: 1em;
    float: left;
    margin: 0.1em 0 0 0; }
    @media screen and (min-width: 640px) {
      .jam-alert h2 {
        color: #ffffff;
        position: absolute;
        right: 7em;
        text-align: right;
        top: 1em;
        width: 6em; } }
  .jam-alert a.jam-link {
    background: #ffffff;
    border-radius: 1em;
    display: block;
    font-size: 0.9em;
    float: right;
    padding: 0.25em 0.75em; }
    .jam-alert a.jam-link:hover {
      background: #eee7e5; }
    @media screen and (min-width: 640px) {
      .jam-alert a.jam-link {
        padding: 0.2em 0.6em;
        position: absolute;
        right: 7.8em;
        text-align: center;
        top: 3.5em;
        width: 6em; } }
  .jam-alert a.jam-close {
    background: #000000;
    border-radius: 1em;
    color: #ffffff;
    display: block;
    font-size: 0.8em;
    left: 0;
    padding: 0.25em 0.75em;
    position: absolute;
    top: -2.5em; }
    @media screen and (min-width: 640px) {
      .jam-alert a.jam-close {
        position: absolute; } }
  .jam-alert .jam-small {
    background-image: url(../img/jam-small.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 4.5em;
    left: 50%;
    position: absolute;
    top: -0.5em;
    width: 4.5em;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media screen and (min-width: 640px) {
      .jam-alert .jam-small {
        background-image: none;
        left: auto;
        right: 1em;
        top: 1em;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none; }
        .jam-alert .jam-small div {
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          height: 100%;
          position: absolute;
          width: 100%; }
        .jam-alert .jam-small .jam-small-open {
          background-image: url(../img/jam-small-open.png); }
        .jam-alert .jam-small .jam-small-lid {
          background-image: url(../img/jam-small-lid.png);
          transition: 0.4s ease-out; } }

.jam-slice-container-outer {
  opacity: 0 !important;
  transition-delay: 1.2s !important;
  transition: 0.2s ease-out; }
  .jam-slice-container-outer * {
    transition: none; }

.jam-takeover-background {
  background-color: #3f2222;
  background-image: url(../img/jam-splash-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 11; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .jam-takeover-background {
      background-image: url("../img/jam-splash-bg@2x.jpg"); } }
  @media screen and (min-height: 760px) {
    .jam-takeover-background {
      border-radius: 100%;
      left: 50%;
      -webkit-transform: translate(-50%,-50%);
      -moz-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
      top: 50%; } }

.jam-takeover {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10; }
  @media screen and (min-height: 760px) {
    .jam-takeover {
      background: rgba(0, 0, 0, 0.8); } }
  .jam-takeover .jam-illustration {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 11; }
    @media screen and (min-height: 800px) {
      .jam-takeover .jam-illustration {
        top: 0; } }
  .jam-takeover .jam-element {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 16; }
  .jam-takeover .jam-static-element {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: 0.4s ease-out;
    transition-delay: 1s;
    width: 100%; }

.jam-slice-container-inner {
  height: 100%; }

.jam-droplets {
  background-image: url(../img/jam_01_droplets.png);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition-timing-function: none !important;
  transition-delay: 0.5s !important; }

.jam-fig-1 {
  background-image: url(../img/jam_03_fig_1.png);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition-delay: 0.8s !important; }

.jam-fig-2 {
  background-image: url(../img/jam_03_fig_2.png);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition-delay: 0.6s !important; }

.jam-shadow-fig-1 {
  background-image: url(../img/jam_02_shadow_fig_1.png);
  transition-delay: 0.8s !important; }

.jam-shadow-fig-2 {
  background-image: url(../img/jam_02_shadow_fig_2.png);
  transition-delay: 0.6s !important; }

.jam-slice-1 {
  background-image: url(../img/jam_04_slice_01.png); }

.jam-slice-2 {
  background-image: url(../img/jam_04_slice_02.png); }

.jam-slice-3 {
  background-image: url(../img/jam_04_slice_03.png); }

.jam-slice-4 {
  background-image: url(../img/jam_04_slice_04.png); }

.jam-slice-5 {
  background-image: url(../img/jam_04_slice_05.png); }

.jam-slice-6 {
  background-image: url(../img/jam_04_slice_06.png); }

.jam-slice-7 {
  background-image: url(../img/jam_04_slice_07.png); }

.jam-jar-shadow {
  background-image: url(../img/jam_05_jar_shadow.png);
  opacity: 0 !important;
  transition-delay: 0.9s !important; }

.jam-jar {
  background-image: url(../img/jam_06_jar.png);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition-delay: 0.7s !important; }

.jam-lid {
  background-image: url(../img/jam_07_lid.png);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: 0.1s cubic-bezier(0, 0, 0, 1);
  transition-delay: 1s !important; }

.jam-takeover-close {
  background-color: #ffffff;
  background-image: url(../img/close.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  border-radius: 2em;
  color: #ffffff;
  display: inline-block;
  position: absolute;
  right: 1em;
  text-transform: uppercase;
  z-index: 25; }
  .svg .jam-takeover-close {
    background-image: url(../img/close.svg); }
  .jam-takeover-close:hover {
    background-color: #e2caca; }
  .jam-takeover-close a {
    display: block;
    height: 2em;
    width: 2em; }

.jam-upper-content {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0) 100%);
  color: #c7aea6;
  left: 0;
  opacity: 0;
  padding: 3vh 0;
  position: absolute;
  top: 0;
  transition: 0.2s;
  transition-delay: 1.1s;
  width: 100%;
  z-index: 12; }
  @media screen and (min-height: 550px) {
    .jam-upper-content {
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%); } }
  @media screen and (min-height: 760px) {
    .jam-upper-content {
      background: none;
      padding: 150px 0 0 0; } }
  .jam-upper-content .jam-timeframe {
    font-style: italic;
    margin: 0;
    text-shadow: 0px 0px 10px #3f2222; }
    @media screen and (min-height: 700px) {
      .jam-upper-content .jam-timeframe {
        font-size: 1.25em; } }
    @media screen and (min-height: 900px) {
      .jam-upper-content .jam-timeframe {
        font-size: 1.5em; } }
  .jam-upper-content h2 {
    font-family: "Rift", sans-serif;
    font-size: 2em;
    margin: 0;
    text-shadow: 0px 0px 10px #3f2222;
    text-transform: uppercase; }
    @media screen and (min-height: 700px) {
      .jam-upper-content h2 {
        font-size: 2.5em; } }
    @media screen and (min-height: 900px) {
      .jam-upper-content h2 {
        font-size: 3em; } }

.jam-disclaimers {
  font-size: 0.7em;
  margin: 0;
  text-shadow: 0px 0px 3px #000000; }

.jam-lower-content {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #c7aea6;
  left: 0;
  opacity: 0;
  padding: 0 0 3vh 0;
  position: absolute;
  text-align: center;
  transition: 0.2s;
  transition-delay: 1.3s;
  width: 100%;
  z-index: 12; }
  @media screen and (min-height: 550px) {
    .jam-lower-content {
      background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%); } }
  @media screen and (min-height: 760px) {
    .jam-lower-content {
      background: none;
      padding: 0 0 100px 0; } }

.jam-attribute {
  font-family: "Rift", sans-serif;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase; }

.jam-cta {
  font-family: "Rift", sans-serif;
  margin: 1em 0;
  text-transform: uppercase; }
  @media screen and (min-height: 700px) {
    .jam-cta {
      font-size: 1.25em;
      margin: 1.25em 0; } }
  @media screen and (min-height: 900px) {
    .jam-cta {
      font-size: 1.5em; } }
  .jam-cta a {
    background: #ffffff;
    border-radius: 1em;
    color: #3f2222;
    margin: 0;
    padding: 0.25em 0.75em;
    transition: 0.2s; }
    .jam-cta a:hover {
      background-color: #e2caca; }

#jam-takeover {
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  will-change: transform;
  transition: 1s; }

.jam-hotspot {
  cursor: -moz-grab;
  cursor: -webkit-grab;
  cursor: grab;
  position: absolute;
  height: 35%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 20%;
  z-index: 13; }

.jam-takeover-active .jam-upper-content, .jam-takeover-active .jam-lower-content {
  opacity: 1; }

.jam-takeover-active .jam-slice-container-outer {
  opacity: 1 !important; }

.jam-takeover-active .jam-droplets, .jam-takeover-active .jam-fig-1, .jam-takeover-active .jam-fig-2, .jam-takeover-active .jam-jar, .jam-takeover-active .jam-lid {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.jam-takeover-active .jam-jar-shadow {
  opacity: 1 !important; }

.recipes header {
  position: relative; }
  .recipes header h1 {
    margin: 1.5em 0;
    text-align: center;
    width: 100%;
    z-index: 4; }

.generic-logo {
  background-image: url(../img/home-logo-generic@2x.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80% auto;
  height: 60vh;
  margin: 0 auto;
  width: 100%; }
  @media screen and (min-width: 640px) {
    .generic-logo {
      background-size: 400px 400px;
      height: 400px;
      margin: 20px auto;
      width: 400px; } }

.recipes article {
  padding: 2em 0; }
  @media screen and (min-width: 640px) {
    .recipes article {
      padding: 3em 0; } }
  @media screen and (min-width: 1024px) {
    .recipes article {
      padding: 4em 0; } }
  .recipes article:last-of-type {
    margin-bottom: 2em; }
  @media screen and (min-width: 1150px) {
    .recipes article:last-of-type {
      margin-bottom: 0; } }
  .recipes article h2 {
    font-family: "Homemade Apple", cursive;
    font-weight: 400;
    margin: 0 0 1em 0;
    padding: 1em 0 0 0;
    text-align: center; }
    @media screen and (min-width: 1024px) {
      .recipes article h2 {
        margin-bottom: 2em; } }
    .recipes article h2:after {
      background-image: url(../img/recipes-divider.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: auto 100%;
      content: "";
      display: block;
      height: 3px;
      margin: 0.7em 0 0 0;
      width: 100%; }
    .recipes article h2:before {
      background-image: url(../img/recipes-divider.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: auto 100%;
      content: "";
      display: block;
      height: 3px;
      margin: 0 0 2em 0;
      width: 100%; }
  .recipes article h3 {
    margin: 0 0 0.5em 0; }
  .recipes article img {
    border: 0.25em solid #81555d;
    border-radius: 100px;
    cursor: zoom-in;
    display: block;
    margin: 0 auto -4em auto;
    transition: 0.2s ease-out;
    width: 100px;
    z-index: 3; }
    .recipes article img:hover {
      border-width: 0.1em;
      cursor: zoom-in;
      -webkit-transform: scale(2.5);
      -moz-transform: scale(2.5);
      -ms-transform: scale(2.5);
      transform: scale(2.5); }
    .recipes article img:hover[src="/img/recipe-img-generic.png"] {
      border-width: 0.25em;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      transform: none; }

.recipe-subtitle {
  font-size: 1.5em;
  margin: 0 0 1em 0 !important;
  text-align: center; }
  @media screen and (min-width: 640px) {
    .recipe-subtitle {
      margin: 0 0 1.5em 0 !important; } }

.recipes-note {
  font-size: 0.9em;
  text-align: center; }

.oxblood-bg {
  background: #37181d;
  color: #c7aea6; }
  .oxblood-bg input:active, .oxblood-bg input:focus, .oxblood-bg textarea:active, .oxblood-bg textarea:focus, .oxblood-bg button:active, .oxblood-bg button:focus {
    color: #fff; }

.sand-bg {
  background: #c7aea6;
  color: #37181d; }
  .sand-bg input:active, .sand-bg input:focus, .sand-bg textarea:active, .sand-bg textarea:focus, .sand-bg button:active, .sand-bg button:focus {
    border-bottom-color: #81555d; }

.buy-intro {
  color: #c7aea6;
  padding: 1em 0.5em;
  text-align: center; }
  .buy-intro h1 {
    font-weight: 400; }
  .buy-intro br {
    display: none; }
    @media screen and (min-width: 640px) {
      .buy-intro br {
        display: block; } }
  .buy-intro a {
    color: #dbcac5;
    transition: 0.2s; }
    .buy-intro a:hover {
      opacity: 0.75; }

.buy-form-outer {
  margin-bottom: 3.125em; }
  .buy-form-outer .super-outer-row {
    background-color: #37181d; }
  .buy-form-outer h2 {
    font-weight: 400;
    margin: 0;
    padding: 0.35em;
    text-align: center; }
  .buy-form-outer h3 {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0; }
  .buy-form-outer p {
    font-size: 1.1rem;
    font-style: italic;
    line-height: 1.2em; }
  .buy-form-outer hr {
    background-image: url(../img/hr.png);
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    height: 14px;
    margin: 1em auto;
    width: 41px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .buy-form-outer hr {
        background-image: url("../img/hr@2x.png");
        background-size: 41px, 14px; } }
    @media screen and (min-width: 640px) {
      .buy-form-outer hr {
        display: none; } }
  .buy-form-outer input, .buy-form-outer textarea, .buy-form-outer button {
    background: none;
    border: none;
    border-radius: 0;
    transition: 0.2s;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent; }
    .buy-form-outer input:active, .buy-form-outer input:focus, .buy-form-outer textarea:active, .buy-form-outer textarea:focus, .buy-form-outer button:active, .buy-form-outer button:focus {
      outline: none; }
  .buy-form-outer input[type=number] {
    font-family: "Rift", sans-serif;
    font-size: 1.25rem;
    text-align: center;
    -moz-appearance: textfield;
    -webkit-appearance: none; }
    .buy-form-outer input[type=number]::-webkit-inner-spin-button {
      -webkit-appearance: none; }
  .buy-form-outer button {
    color: #fff;
    cursor: pointer;
    padding: 0; }
    .buy-form-outer button:focus, .buy-form-outer button:active {
      opacity: 1 !important; }

.buy-main-products {
  padding: 1em;
  text-align: center; }
  @media screen and (min-width: 360px) {
    .buy-main-products {
      padding: 2em; } }
  .buy-main-products ul {
    margin: 0;
    padding: 0; }
    .buy-main-products ul li {
      letter-spacing: -0.03em;
      list-style: none; }
      @media screen and (min-width: 360px) {
        .buy-main-products ul li {
          letter-spacing: normal; } }
      .buy-main-products ul li br {
        display: none; }
        @media screen and (min-width: 640px) {
          .buy-main-products ul li br {
            display: block; } }
  .buy-main-products h3 {
    letter-spacing: -0.03em; }
    @media screen and (min-width: 360px) {
      .buy-main-products h3 {
        letter-spacing: normal; } }
  .buy-main-products label {
    display: block;
    font-family: "Rift", sans-serif;
    letter-spacing: 0.07em;
    margin: 1em 0 0 0; }
  .buy-main-products input {
    font-size: 1.25rem; }
  .buy-main-products .touch-helper {
    display: none;
    font-size: 0.9em;
    margin: 1em 0 0 0; }
    .touchevents .buy-main-products .touch-helper {
      display: block; }

.buy-jam-ad {
  position: relative;
  vertical-align: middle; }
  @media screen and (min-width: 640px) {
    .buy-jam-ad {
      background-image: url(../img/how-to-buy-jam-banner-new.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      height: 200px;
      margin: 0 auto;
      padding: 0;
      width: 80%; } }
  @media screen and (min-width: 640px) and (min-width: 640px) {
    .buy-jam-ad {
      width: 70%; } }
  .buy-jam-ad h3 {
    line-height: 1.2em; }
    @media screen and (min-width: 640px) {
      .buy-jam-ad h3 {
        font-size: 1.75em; } }
  .buy-jam-ad .smaller {
    display: block;
    font-size: 0.8em;
    font-weight: 600;
    line-height: 1.2em; }
    @media screen and (min-width: 640px) {
      .buy-jam-ad .smaller br {
        display: block; } }
    @media screen and (min-width: 1024px) {
      .buy-jam-ad .smaller br {
        display: none; } }
  .buy-jam-ad .jam-ad-content {
    padding: 1em;
    text-align: center; }
    @media screen and (min-width: 640px) {
      .buy-jam-ad .jam-ad-content {
        padding: 3em;
        text-align: left; } }
  .buy-jam-ad p {
    margin: 0 0 0.25em 0; }
    .buy-jam-ad p:first-of-type {
      margin-top: 0.75em; }
  @media screen and (min-width: 640px) {
    .buy-jam-ad br {
      display: none; } }
  @media screen and (min-width: 640px) {
    .buy-jam-ad img {
      display: none; } }

.qty-area button {
  opacity: 0;
  transition: 0.2s; }

.qty-area:hover button {
  opacity: 1; }

.fieldset-active button {
  color: #c7aea6;
  opacity: 1; }

.fieldset-active input[type=number] {
  outline: none;
  select: none; }

.fieldset-active ::-moz-selection {
  background: none;
  color: #fff;
  text-shadow: none; }

.fieldset-active ::selection {
  background: none;
  color: #fff;
  text-shadow: none; }

.buy-jam-selection {
  padding: 2em; }
  .buy-jam-selection .helper {
    margin: 0 0 1em 0;
    text-align: center; }
  .buy-jam-selection .season-explainer {
    font-size: 0.9em;
    font-style: normal;
    text-align: center; }
  .buy-jam-selection .table-labels {
    border-bottom: 1px solid #c7aea6;
    padding: 0 0 0.25em 0;
    text-align: left; }
    .buy-jam-selection .table-labels p {
      font-family: "Rift", sans-serif;
      font-size: 1rem;
      font-style: normal;
      letter-spacing: 0.07em;
      margin: 0; }
    .buy-jam-selection .table-labels div:last-child {
      text-align: right; }
      .buy-jam-selection .table-labels div:last-child p {
        float: right; }
  .buy-jam-selection fieldset {
    border: none;
    border-bottom: 1px solid #c7aea6;
    font-family: "Rift", sans-serif;
    font-size: 1.25rem;
    padding: 0.25em 0 0.2em 0;
    -webkit-appearance: none; }
    .buy-jam-selection fieldset:last-of-type {
      border-bottom: none; }
    .buy-jam-selection fieldset i {
      font-size: 1rem; }
    .buy-jam-selection fieldset div {
      float: right; }
  .buy-jam-selection label .smaller {
    font-size: 0.85em; }

.buy-customer-data {
  padding: 2em; }
  .buy-customer-data h3 {
    text-align: center; }
  .buy-customer-data p {
    text-align: center; }
  .buy-customer-data p.helper {
    font-family: "Rift", sans-serif;
    font-style: normal;
    letter-spacing: 0.07em;
    margin: 1em 0 0 0; }
    @media screen and (min-width: 360px) {
      .buy-customer-data p.helper a:last-of-type {
        margin-left: 1em; } }
  .buy-customer-data input, .buy-customer-data textarea {
    border-bottom: 1px solid #37181d;
    display: block;
    font-size: 1rem;
    margin: 1em 0 0 0;
    width: 100%; }
  .buy-customer-data label {
    font-family: "Rift", sans-serif;
    font-style: normal;
    letter-spacing: 0.07em;
    margin: 0; }
    .buy-customer-data label[for="customer-tax-id"] span {
      display: inline-block;
      float: right; }
      .buy-customer-data label[for="customer-tax-id"] span a:hover {
        opacity: 0.8; }
      .buy-customer-data label[for="customer-tax-id"] span i {
        font-size: 0.75em; }
  .buy-customer-data .g-recaptcha {
    margin: 1em 0 1em -1.5em; }
    @media screen and (min-width: 360px) {
      .buy-customer-data .g-recaptcha {
        margin: 1em 0; } }
    .buy-customer-data .g-recaptcha div {
      margin: 0 auto; }
      @media screen and (min-width: 640px) {
        .buy-customer-data .g-recaptcha div {
          margin: 0; } }
  .buy-customer-data input[type=submit] {
    background: #fff;
    border-bottom: none;
    border-radius: 2em;
    font-family: "Rift", sans-serif;
    font-size: 1.25rem;
    margin: 0 0 1em 0;
    padding: 0.35em 0.5em; }
    .buy-customer-data input[type=submit]:hover {
      background: #37181d;
      color: #fff; }
    @media screen and (min-width: 640px) {
      .buy-customer-data input[type=submit] {
        float: right;
        margin: 1.25em 0 0 0; } }
    @media screen and (min-width: 1024px) {
      .buy-customer-data input[type=submit] {
        width: 50%; } }
  .buy-customer-data .small {
    font-size: 0.9em;
    font-style: normal; }
    .buy-customer-data .small:last-of-type {
      margin: 0; }

.form-error {
  background-color: #e5d9d5;
  clear: both;
  display: block;
  font-family: "Rift", sans-serif;
  margin: 1em 0;
  padding: 0.5em; }
  .form-error i {
    font-size: 0.9em; }

.tax-id-explainer {
  background-color: #e5d9d5;
  display: none;
  margin: 2em 0 1em 0;
  padding: 1em;
  position: relative;
  text-align: center; }
  .tax-id-explainer button {
    appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    color: #37181d;
    cursor: pointer;
    position: absolute;
    right: 1em;
    top: 0.5em;
    -webkit-appearance: none; }
  .tax-id-explainer a {
    text-decoration: underline; }
    .tax-id-explainer a:hover {
      opacity: 0.8 !important; }
  .tax-id-explainer h3 {
    line-height: 1.25em;
    margin: 0 0 0.25em 0; }
  .tax-id-explainer p {
    font-size: 0.9em;
    font-style: normal;
    margin: 0; }

.admin-outer {
  background-color: #c7aea6;
  color: #37181d; }
  .admin-outer h1 {
    text-align: center; }
  .admin-outer .product-listed {
    border-bottom: 1px solid #37181d;
    clear: both;
    padding: 2em 0; }
    .admin-outer .product-listed:last-of-type {
      border-bottom: none; }
    .admin-outer .product-listed .switch {
      float: right;
      margin: 0; }
    .admin-outer .product-listed fieldset {
      border: none;
      padding: 0.25em 0; }
      .admin-outer .product-listed fieldset input[type=text] {
        background: none;
        border: none;
        border-bottom: 1px solid #37181d; }
  .admin-outer h2 {
    display: inline-block;
    font-weight: 400;
    margin: 0; }
  .admin-outer input[type=submit] {
    appearance: none;
    background-color: #fff;
    border: none;
    border-radius: 2em;
    color: #37181d;
    display: block;
    font-family: "Rift", sans-serif;
    font-size: 1.25rem;
    margin: 2em 0;
    padding: 0.5em 0.75em;
    text-transform: uppercase;
    transition: 0.2s;
    width: 100%;
    -webkit-appearance: none; }
    .admin-outer input[type=submit]:hover {
      background-color: #37181d;
      color: #fff; }

.add-jam {
  background: #37181d;
  border: none;
  border-radius: 2em;
  color: #c7aea6;
  cursor: pointer;
  display: inline-block;
  font-family: "Rift", sans-serif;
  margin: 2em auto 0 auto;
  padding: 0 0.75em;
  transition: 0.2s;
  vertical-align: middle; }
  .add-jam:hover {
    background: #13090a; }
  .add-jam i {
    margin: 0 0.25em 0 0; }

.delete-jam {
  background: #37181d;
  border: none;
  border-radius: 2em;
  color: #c7aea6;
  cursor: pointer;
  display: inline-block;
  font-family: "Rift", sans-serif;
  font-size: 0.95rem;
  margin: 0 0 0 0.5em;
  padding: 0 0.75em;
  transition: 0.2s;
  vertical-align: middle; }
  .delete-jam:hover {
    background: #13090a; }
  .delete-jam i {
    margin: 0 0.25em 0 0; }

.switch input:checked + label {
  background: #37181d; }

.login-outer {
  margin-top: 10vh; }
  .login-outer h1 {
    background-color: #c7aea6;
    color: #37181d;
    margin: 0 auto;
    padding: 0.35em;
    text-align: center; }
  .login-outer form {
    background-color: #37181d;
    padding: 3em;
    text-align: center; }
    .login-outer form label {
      display: block;
      font-family: "Rift", sans-serif;
      margin: 0 0 1em 0; }
    .login-outer form .g-recaptcha {
      margin: 1em auto; }
      .login-outer form .g-recaptcha div {
        margin: 0 auto; }
    .login-outer form input {
      background: none;
      border: none;
      border-bottom: 1px solid #c7aea6;
      display: block;
      font-family: "Rift", sans-serif;
      font-size: 1.25rem;
      margin: 0 auto;
      text-align: center;
      width: 70%; }
      .login-outer form input:active, .login-outer form input:focus {
        border-bottom-color: #fff;
        outline: none; }
    .login-outer form input[type=password] {
      color: #c7aea6; }
      .login-outer form input[type=password]:active, .login-outer form input[type=password]:focus {
        color: #fff; }
    .login-outer form input[type=submit] {
      background-color: #fff;
      border: none;
      border-radius: 2em;
      color: #37181d;
      display: block;
      margin: 1em auto;
      padding: 0.25em 1em;
      transition: 0.2s;
      width: auto; }
      .login-outer form input[type=submit]:hover {
        background: #c7aea6; }

.login-warning {
  color: #c7aea6;
  font-family: "Rift", sans-serif;
  margin: 0 0 1em 0; }

.jam-interstitial-outer {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 12; }

.jam-interstitial-cover {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 13; }

.jam-interstitial {
  background-image: url(../img/jam-flavors-banner-mobile.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Rift", sans-serif;
  margin: 5vh auto;
  max-height: 620px;
  padding: 1em 1em 255px 1em;
  position: relative;
  text-align: center;
  width: 290px;
  z-index: 14; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .jam-interstitial {
      background-image: url("../img/jam-flavors-banner-mobile@2x.jpg"); } }
  @media screen and (min-width: 640px) {
    .jam-interstitial {
      background-image: url(../img/jam-flavors-banner.jpg);
      background-position: bottom right;
      height: 304px;
      margin: 25vh auto;
      padding: 2em 250px 1.5em 1.5em;
      text-align: left;
      width: 650px; } }
  @media screen and (min-width: 640px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 640px) and (min-resolution: 192dpi) {
    .jam-interstitial {
      background-image: url("../img/jam-flavors-banner@2x.jpg"); } }
  .jam-interstitial h1 {
    background-image: url(../img/jam-flavors-title.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 31px;
    margin: 0 auto;
    width: 197px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .jam-interstitial h1 {
        background-image: url("../img/jam-flavors-title@2x.png");
        background-size: 197px, 63px; } }
    @media screen and (min-width: 640px) {
      .jam-interstitial h1 {
        background-image: url(../img/jam-flavors-title.png);
        margin: 0; } }
  .jam-interstitial p {
    color: #390a0f;
    line-height: 1.2em; }
  .jam-interstitial ul {
    margin: 0;
    padding: 0;
    column-count: 3; }
    .jam-interstitial ul li {
      color: #901927;
      line-height: 1.2em;
      list-style: none; }
  .jam-interstitial .new-splash {
    background: #390a0f;
    border-radius: 2em;
    color: #fff;
    display: inline-block;
    font-size: 0.8em;
    letter-spacing: 0.05em;
    line-height: 1.2em;
    margin: 0 0 1em 0;
    padding: 0.5em 1.2em; }
  .jam-interstitial .cta {
    background: #901927;
    border-radius: 2em;
    color: #fff;
    display: inline-block;
    padding: 0.5em 1em;
    transition: 0.2s; }
    .jam-interstitial .cta:hover {
      background: #390a0f; }
  .jam-interstitial button {
    appearance: none;
    background: #000;
    border: 0.2em solid #fff;
    border-radius: 2em;
    color: #fff;
    cursor: pointer;
    height: 2em;
    position: absolute;
    right: 1em;
    top: -1em;
    width: 2em;
    -webkit-appearance: none; }
    .jam-interstitial button i {
      display: block; }

.products-container div.columns {
  margin-bottom: 1em; }

.old-price {
  text-decoration: line-through; }

.promo {
  background-color: #c7aea6;
  border-radius: 1em;
  color: #37181d;
  display: block;
  font-family: "Rift", sans-serif;
  margin: 0.5em auto;
  padding: 0.25em;
  text-align: center;
  text-transform: uppercase;
  width: 30%; }

.kubo-overlay {
  background-color: #000;
  height: 100vh;
  left: 0;
  position: fixed;
  opacity: 0.35;
  top: 0;
  width: 100vw;
  z-index: 9; }

.kubo-ad-upper {
  position: absolute;
  top: 20vh;
  width: 100%;
  z-index: 12; }

.kubo-ad {
  background-color: #d71920;
  border: 0.2em solid #ffd400;
  color: #fff;
  margin: 0 auto;
  max-width: 20em;
  padding: 1em;
  position: relative;
  text-align: center;
  width: 90%; }
  @media screen and (min-width: 1024px) {
    .kubo-ad {
      max-width: 50em; } }
  @media screen and (min-width: 1024px) {
    .kubo-ad .kubo-text-container {
      text-align: left; } }
  .kubo-ad button {
    background: none;
    background-color: #000;
    border-radius: 2em;
    border: 3px solid #fff;
    cursor: pointer;
    height: 2em;
    line-height: 1em;
    overflow: hidden;
    position: absolute;
    right: 0.5em;
    top: -1em;
    vertical-align: middle;
    width: 2em;
    z-index: 13; }
  .kubo-ad .kubo-border {
    background-image: url(../img/kubo-borders@2x.png);
    background-repeat: no-repeat;
    background-size: 6.25em 6.25em;
    height: 3.125em;
    position: absolute;
    width: 3.125em;
    z-index: 1; }
  .kubo-ad .kubo-border-top-left {
    background-position: 0 0;
    left: 0;
    top: 0; }
  .kubo-ad .kubo-border-top-right {
    background-position: -3.125em 0;
    right: 0;
    top: 0; }
  .kubo-ad .kubo-border-bottom-left {
    background-position: 0 -3.125em;
    bottom: 0;
    left: 0; }
  .kubo-ad .kubo-border-bottom-right {
    background-position: -3.125em -3.125em;
    bottom: 0;
    right: 0; }
  .kubo-ad img {
    margin-top: -6em;
    max-height: 13em; }
    @media screen and (min-width: 1024px) {
      .kubo-ad img {
        margin-top: -4em;
        max-height: inherit; } }
  .kubo-ad h1 {
    color: #ffd400;
    line-height: 1em; }
  .kubo-ad p {
    line-height: 1.25em; }
  .kubo-ad a {
    background-color: #ffd400;
    border-radius: 0.5rem;
    color: #d71920;
    display: inline-block;
    font-family: "Rift", sans-serif;
    font-size: 1.15em;
    font-weight: 600;
    padding: 0.5rem 0.75rem;
    transition: 0.2s; }
    .kubo-ad a:hover {
      background-color: #fff; }

.image-with-splash {
  position: relative; }

.attr-splash {
  background: #c7aea6;
  border-radius: 4em;
  color: #37181d;
  display: block;
  font-family: "Rift", sans-serif;
  line-height: 1.15em;
  margin: 0 auto 0.5rem auto;
  padding: 0.25rem; }
  .cssanimations .attr-splash {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: splash-in 0.75s cubic-bezier(0.54, 0.13, 0.32, 0.66) forwards;
    -moz-animation: splash-in 0.75s cubic-bezier(0.54, 0.13, 0.32, 0.66) forwards;
    -ms-animation: splash-in 0.75s cubic-bezier(0.54, 0.13, 0.32, 0.66) forwards;
    animation: splash-in 0.75s cubic-bezier(0.54, 0.13, 0.32, 0.66) forwards; }
  @media screen and (min-width: 1024px) {
    .attr-splash {
      font-size: 0.75em;
      height: 4rem;
      margin: 0;
      padding: 1.1rem 0.25rem 0.25rem 0.25rem;
      position: absolute;
      right: 2rem;
      top: -1rem;
      width: 4rem; } }

.update-success {
  background: #e2c8bf;
  padding: 0.5em 0;
  text-align: center; }

.attr-splash-reveal {
  -webkit-animation: splash-in 0.75s cubic-bezier(0.54, 0.13, 0.32, 0.66) forwards;
  -moz-animation: splash-in 0.75s cubic-bezier(0.54, 0.13, 0.32, 0.66) forwards;
  -ms-animation: splash-in 0.75s cubic-bezier(0.54, 0.13, 0.32, 0.66) forwards;
  animation: splash-in 0.75s cubic-bezier(0.54, 0.13, 0.32, 0.66) forwards; }

@-webkit-keyframes splash-in {
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@-moz-keyframes splash-in {
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@-ms-keyframes splash-in {
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes splash-in {
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@media screen and (min-width: 720px) {
  .fruta-in-pasta-ad {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 20; } }

.fruta-in-pasta-ad button {
  -webkit-appearance: none;
  background: none;
  background-color: #000;
  border: none;
  border-radius: 1em;
  color: #fff;
  cursor: pointer;
  display: none;
  position: absolute;
  right: 1em;
  top: 1em; }
  @media screen and (min-width: 720px) {
    .fruta-in-pasta-ad button {
      display: block; } }
