@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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,
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/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
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, .navHeader {
  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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

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

.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333em;
  line-height: 1em; }
  .flag-icon:before {
    content: '\00a0'; }
  .flag-icon.flag-icon-squared {
    width: 1em; }

.flag-icon-ad {
  background-image: url(../flags/4x3/ad.svg); }
  .flag-icon-ad.flag-icon-squared {
    background-image: url(../flags/1x1/ad.svg); }

.flag-icon-ae {
  background-image: url(../flags/4x3/ae.svg); }
  .flag-icon-ae.flag-icon-squared {
    background-image: url(../flags/1x1/ae.svg); }

.flag-icon-af {
  background-image: url(../flags/4x3/af.svg); }
  .flag-icon-af.flag-icon-squared {
    background-image: url(../flags/1x1/af.svg); }

.flag-icon-ag {
  background-image: url(../flags/4x3/ag.svg); }
  .flag-icon-ag.flag-icon-squared {
    background-image: url(../flags/1x1/ag.svg); }

.flag-icon-ai {
  background-image: url(../flags/4x3/ai.svg); }
  .flag-icon-ai.flag-icon-squared {
    background-image: url(../flags/1x1/ai.svg); }

.flag-icon-al {
  background-image: url(../flags/4x3/al.svg); }
  .flag-icon-al.flag-icon-squared {
    background-image: url(../flags/1x1/al.svg); }

.flag-icon-am {
  background-image: url(../flags/4x3/am.svg); }
  .flag-icon-am.flag-icon-squared {
    background-image: url(../flags/1x1/am.svg); }

.flag-icon-ao {
  background-image: url(../flags/4x3/ao.svg); }
  .flag-icon-ao.flag-icon-squared {
    background-image: url(../flags/1x1/ao.svg); }

.flag-icon-aq {
  background-image: url(../flags/4x3/aq.svg); }
  .flag-icon-aq.flag-icon-squared {
    background-image: url(../flags/1x1/aq.svg); }

.flag-icon-ar {
  background-image: url(../flags/4x3/ar.svg); }
  .flag-icon-ar.flag-icon-squared {
    background-image: url(../flags/1x1/ar.svg); }

.flag-icon-as {
  background-image: url(../flags/4x3/as.svg); }
  .flag-icon-as.flag-icon-squared {
    background-image: url(../flags/1x1/as.svg); }

.flag-icon-at {
  background-image: url(../flags/4x3/at.svg); }
  .flag-icon-at.flag-icon-squared {
    background-image: url(../flags/1x1/at.svg); }

.flag-icon-au {
  background-image: url(../flags/4x3/au.svg); }
  .flag-icon-au.flag-icon-squared {
    background-image: url(../flags/1x1/au.svg); }

.flag-icon-aw {
  background-image: url(../flags/4x3/aw.svg); }
  .flag-icon-aw.flag-icon-squared {
    background-image: url(../flags/1x1/aw.svg); }

.flag-icon-ax {
  background-image: url(../flags/4x3/ax.svg); }
  .flag-icon-ax.flag-icon-squared {
    background-image: url(../flags/1x1/ax.svg); }

.flag-icon-az {
  background-image: url(../flags/4x3/az.svg); }
  .flag-icon-az.flag-icon-squared {
    background-image: url(../flags/1x1/az.svg); }

.flag-icon-ba {
  background-image: url(../flags/4x3/ba.svg); }
  .flag-icon-ba.flag-icon-squared {
    background-image: url(../flags/1x1/ba.svg); }

.flag-icon-bb {
  background-image: url(../flags/4x3/bb.svg); }
  .flag-icon-bb.flag-icon-squared {
    background-image: url(../flags/1x1/bb.svg); }

.flag-icon-bd {
  background-image: url(../flags/4x3/bd.svg); }
  .flag-icon-bd.flag-icon-squared {
    background-image: url(../flags/1x1/bd.svg); }

.flag-icon-be {
  background-image: url(../flags/4x3/be.svg); }
  .flag-icon-be.flag-icon-squared {
    background-image: url(../flags/1x1/be.svg); }

.flag-icon-bf {
  background-image: url(../flags/4x3/bf.svg); }
  .flag-icon-bf.flag-icon-squared {
    background-image: url(../flags/1x1/bf.svg); }

.flag-icon-bg {
  background-image: url(../flags/4x3/bg.svg); }
  .flag-icon-bg.flag-icon-squared {
    background-image: url(../flags/1x1/bg.svg); }

.flag-icon-bh {
  background-image: url(../flags/4x3/bh.svg); }
  .flag-icon-bh.flag-icon-squared {
    background-image: url(../flags/1x1/bh.svg); }

.flag-icon-bi {
  background-image: url(../flags/4x3/bi.svg); }
  .flag-icon-bi.flag-icon-squared {
    background-image: url(../flags/1x1/bi.svg); }

.flag-icon-bj {
  background-image: url(../flags/4x3/bj.svg); }
  .flag-icon-bj.flag-icon-squared {
    background-image: url(../flags/1x1/bj.svg); }

.flag-icon-bl {
  background-image: url(../flags/4x3/bl.svg); }
  .flag-icon-bl.flag-icon-squared {
    background-image: url(../flags/1x1/bl.svg); }

.flag-icon-bm {
  background-image: url(../flags/4x3/bm.svg); }
  .flag-icon-bm.flag-icon-squared {
    background-image: url(../flags/1x1/bm.svg); }

.flag-icon-bn {
  background-image: url(../flags/4x3/bn.svg); }
  .flag-icon-bn.flag-icon-squared {
    background-image: url(../flags/1x1/bn.svg); }

.flag-icon-bo {
  background-image: url(../flags/4x3/bo.svg); }
  .flag-icon-bo.flag-icon-squared {
    background-image: url(../flags/1x1/bo.svg); }

.flag-icon-bq {
  background-image: url(../flags/4x3/bq.svg); }
  .flag-icon-bq.flag-icon-squared {
    background-image: url(../flags/1x1/bq.svg); }

.flag-icon-br {
  background-image: url(../flags/4x3/br.svg); }
  .flag-icon-br.flag-icon-squared {
    background-image: url(../flags/1x1/br.svg); }

.flag-icon-bs {
  background-image: url(../flags/4x3/bs.svg); }
  .flag-icon-bs.flag-icon-squared {
    background-image: url(../flags/1x1/bs.svg); }

.flag-icon-bt {
  background-image: url(../flags/4x3/bt.svg); }
  .flag-icon-bt.flag-icon-squared {
    background-image: url(../flags/1x1/bt.svg); }

.flag-icon-bv {
  background-image: url(../flags/4x3/bv.svg); }
  .flag-icon-bv.flag-icon-squared {
    background-image: url(../flags/1x1/bv.svg); }

.flag-icon-bw {
  background-image: url(../flags/4x3/bw.svg); }
  .flag-icon-bw.flag-icon-squared {
    background-image: url(../flags/1x1/bw.svg); }

.flag-icon-by {
  background-image: url(../flags/4x3/by.svg); }
  .flag-icon-by.flag-icon-squared {
    background-image: url(../flags/1x1/by.svg); }

.flag-icon-bz {
  background-image: url(../flags/4x3/bz.svg); }
  .flag-icon-bz.flag-icon-squared {
    background-image: url(../flags/1x1/bz.svg); }

.flag-icon-ca {
  background-image: url(../flags/4x3/ca.svg); }
  .flag-icon-ca.flag-icon-squared {
    background-image: url(../flags/1x1/ca.svg); }

.flag-icon-cc {
  background-image: url(../flags/4x3/cc.svg); }
  .flag-icon-cc.flag-icon-squared {
    background-image: url(../flags/1x1/cc.svg); }

.flag-icon-cd {
  background-image: url(../flags/4x3/cd.svg); }
  .flag-icon-cd.flag-icon-squared {
    background-image: url(../flags/1x1/cd.svg); }

.flag-icon-cf {
  background-image: url(../flags/4x3/cf.svg); }
  .flag-icon-cf.flag-icon-squared {
    background-image: url(../flags/1x1/cf.svg); }

.flag-icon-cg {
  background-image: url(../flags/4x3/cg.svg); }
  .flag-icon-cg.flag-icon-squared {
    background-image: url(../flags/1x1/cg.svg); }

.flag-icon-ch {
  background-image: url(../flags/4x3/ch.svg); }
  .flag-icon-ch.flag-icon-squared {
    background-image: url(../flags/1x1/ch.svg); }

.flag-icon-ci {
  background-image: url(../flags/4x3/ci.svg); }
  .flag-icon-ci.flag-icon-squared {
    background-image: url(../flags/1x1/ci.svg); }

.flag-icon-ck {
  background-image: url(../flags/4x3/ck.svg); }
  .flag-icon-ck.flag-icon-squared {
    background-image: url(../flags/1x1/ck.svg); }

.flag-icon-cl {
  background-image: url(../flags/4x3/cl.svg); }
  .flag-icon-cl.flag-icon-squared {
    background-image: url(../flags/1x1/cl.svg); }

.flag-icon-cm {
  background-image: url(../flags/4x3/cm.svg); }
  .flag-icon-cm.flag-icon-squared {
    background-image: url(../flags/1x1/cm.svg); }

.flag-icon-cn {
  background-image: url(../flags/4x3/cn.svg); }
  .flag-icon-cn.flag-icon-squared {
    background-image: url(../flags/1x1/cn.svg); }

.flag-icon-co {
  background-image: url(../flags/4x3/co.svg); }
  .flag-icon-co.flag-icon-squared {
    background-image: url(../flags/1x1/co.svg); }

.flag-icon-cr {
  background-image: url(../flags/4x3/cr.svg); }
  .flag-icon-cr.flag-icon-squared {
    background-image: url(../flags/1x1/cr.svg); }

.flag-icon-cu {
  background-image: url(../flags/4x3/cu.svg); }
  .flag-icon-cu.flag-icon-squared {
    background-image: url(../flags/1x1/cu.svg); }

.flag-icon-cv {
  background-image: url(../flags/4x3/cv.svg); }
  .flag-icon-cv.flag-icon-squared {
    background-image: url(../flags/1x1/cv.svg); }

.flag-icon-cw {
  background-image: url(../flags/4x3/cw.svg); }
  .flag-icon-cw.flag-icon-squared {
    background-image: url(../flags/1x1/cw.svg); }

.flag-icon-cx {
  background-image: url(../flags/4x3/cx.svg); }
  .flag-icon-cx.flag-icon-squared {
    background-image: url(../flags/1x1/cx.svg); }

.flag-icon-cy {
  background-image: url(../flags/4x3/cy.svg); }
  .flag-icon-cy.flag-icon-squared {
    background-image: url(../flags/1x1/cy.svg); }

.flag-icon-cz {
  background-image: url(../flags/4x3/cz.svg); }
  .flag-icon-cz.flag-icon-squared {
    background-image: url(../flags/1x1/cz.svg); }

.flag-icon-de {
  background-image: url(../flags/4x3/de.svg); }
  .flag-icon-de.flag-icon-squared {
    background-image: url(../flags/1x1/de.svg); }

.flag-icon-dj {
  background-image: url(../flags/4x3/dj.svg); }
  .flag-icon-dj.flag-icon-squared {
    background-image: url(../flags/1x1/dj.svg); }

.flag-icon-dk {
  background-image: url(../flags/4x3/dk.svg); }
  .flag-icon-dk.flag-icon-squared {
    background-image: url(../flags/1x1/dk.svg); }

.flag-icon-dm {
  background-image: url(../flags/4x3/dm.svg); }
  .flag-icon-dm.flag-icon-squared {
    background-image: url(../flags/1x1/dm.svg); }

.flag-icon-do {
  background-image: url(../flags/4x3/do.svg); }
  .flag-icon-do.flag-icon-squared {
    background-image: url(../flags/1x1/do.svg); }

.flag-icon-dz {
  background-image: url(../flags/4x3/dz.svg); }
  .flag-icon-dz.flag-icon-squared {
    background-image: url(../flags/1x1/dz.svg); }

.flag-icon-ec {
  background-image: url(../flags/4x3/ec.svg); }
  .flag-icon-ec.flag-icon-squared {
    background-image: url(../flags/1x1/ec.svg); }

.flag-icon-ee {
  background-image: url(../flags/4x3/ee.svg); }
  .flag-icon-ee.flag-icon-squared {
    background-image: url(../flags/1x1/ee.svg); }

.flag-icon-eg {
  background-image: url(../flags/4x3/eg.svg); }
  .flag-icon-eg.flag-icon-squared {
    background-image: url(../flags/1x1/eg.svg); }

.flag-icon-eh {
  background-image: url(../flags/4x3/eh.svg); }
  .flag-icon-eh.flag-icon-squared {
    background-image: url(../flags/1x1/eh.svg); }

.flag-icon-er {
  background-image: url(../flags/4x3/er.svg); }
  .flag-icon-er.flag-icon-squared {
    background-image: url(../flags/1x1/er.svg); }

.flag-icon-es {
  background-image: url(../flags/4x3/es.svg); }
  .flag-icon-es.flag-icon-squared {
    background-image: url(../flags/1x1/es.svg); }

.flag-icon-et {
  background-image: url(../flags/4x3/et.svg); }
  .flag-icon-et.flag-icon-squared {
    background-image: url(../flags/1x1/et.svg); }

.flag-icon-fi {
  background-image: url(../flags/4x3/fi.svg); }
  .flag-icon-fi.flag-icon-squared {
    background-image: url(../flags/1x1/fi.svg); }

.flag-icon-fj {
  background-image: url(../flags/4x3/fj.svg); }
  .flag-icon-fj.flag-icon-squared {
    background-image: url(../flags/1x1/fj.svg); }

.flag-icon-fk {
  background-image: url(../flags/4x3/fk.svg); }
  .flag-icon-fk.flag-icon-squared {
    background-image: url(../flags/1x1/fk.svg); }

.flag-icon-fm {
  background-image: url(../flags/4x3/fm.svg); }
  .flag-icon-fm.flag-icon-squared {
    background-image: url(../flags/1x1/fm.svg); }

.flag-icon-fo {
  background-image: url(../flags/4x3/fo.svg); }
  .flag-icon-fo.flag-icon-squared {
    background-image: url(../flags/1x1/fo.svg); }

.flag-icon-fr {
  background-image: url(../flags/4x3/fr.svg); }
  .flag-icon-fr.flag-icon-squared {
    background-image: url(../flags/1x1/fr.svg); }

.flag-icon-ga {
  background-image: url(../flags/4x3/ga.svg); }
  .flag-icon-ga.flag-icon-squared {
    background-image: url(../flags/1x1/ga.svg); }

.flag-icon-gb {
  background-image: url(../flags/4x3/gb.svg); }
  .flag-icon-gb.flag-icon-squared {
    background-image: url(../flags/1x1/gb.svg); }

.flag-icon-gd {
  background-image: url(../flags/4x3/gd.svg); }
  .flag-icon-gd.flag-icon-squared {
    background-image: url(../flags/1x1/gd.svg); }

.flag-icon-ge {
  background-image: url(../flags/4x3/ge.svg); }
  .flag-icon-ge.flag-icon-squared {
    background-image: url(../flags/1x1/ge.svg); }

.flag-icon-gf {
  background-image: url(../flags/4x3/gf.svg); }
  .flag-icon-gf.flag-icon-squared {
    background-image: url(../flags/1x1/gf.svg); }

.flag-icon-gg {
  background-image: url(../flags/4x3/gg.svg); }
  .flag-icon-gg.flag-icon-squared {
    background-image: url(../flags/1x1/gg.svg); }

.flag-icon-gh {
  background-image: url(../flags/4x3/gh.svg); }
  .flag-icon-gh.flag-icon-squared {
    background-image: url(../flags/1x1/gh.svg); }

.flag-icon-gi {
  background-image: url(../flags/4x3/gi.svg); }
  .flag-icon-gi.flag-icon-squared {
    background-image: url(../flags/1x1/gi.svg); }

.flag-icon-gl {
  background-image: url(../flags/4x3/gl.svg); }
  .flag-icon-gl.flag-icon-squared {
    background-image: url(../flags/1x1/gl.svg); }

.flag-icon-gm {
  background-image: url(../flags/4x3/gm.svg); }
  .flag-icon-gm.flag-icon-squared {
    background-image: url(../flags/1x1/gm.svg); }

.flag-icon-gn {
  background-image: url(../flags/4x3/gn.svg); }
  .flag-icon-gn.flag-icon-squared {
    background-image: url(../flags/1x1/gn.svg); }

.flag-icon-gp {
  background-image: url(../flags/4x3/gp.svg); }
  .flag-icon-gp.flag-icon-squared {
    background-image: url(../flags/1x1/gp.svg); }

.flag-icon-gq {
  background-image: url(../flags/4x3/gq.svg); }
  .flag-icon-gq.flag-icon-squared {
    background-image: url(../flags/1x1/gq.svg); }

.flag-icon-gr {
  background-image: url(../flags/4x3/gr.svg); }
  .flag-icon-gr.flag-icon-squared {
    background-image: url(../flags/1x1/gr.svg); }

.flag-icon-gs {
  background-image: url(../flags/4x3/gs.svg); }
  .flag-icon-gs.flag-icon-squared {
    background-image: url(../flags/1x1/gs.svg); }

.flag-icon-gt {
  background-image: url(../flags/4x3/gt.svg); }
  .flag-icon-gt.flag-icon-squared {
    background-image: url(../flags/1x1/gt.svg); }

.flag-icon-gu {
  background-image: url(../flags/4x3/gu.svg); }
  .flag-icon-gu.flag-icon-squared {
    background-image: url(../flags/1x1/gu.svg); }

.flag-icon-gw {
  background-image: url(../flags/4x3/gw.svg); }
  .flag-icon-gw.flag-icon-squared {
    background-image: url(../flags/1x1/gw.svg); }

.flag-icon-gy {
  background-image: url(../flags/4x3/gy.svg); }
  .flag-icon-gy.flag-icon-squared {
    background-image: url(../flags/1x1/gy.svg); }

.flag-icon-hk {
  background-image: url(../flags/4x3/hk.svg); }
  .flag-icon-hk.flag-icon-squared {
    background-image: url(../flags/1x1/hk.svg); }

.flag-icon-hm {
  background-image: url(../flags/4x3/hm.svg); }
  .flag-icon-hm.flag-icon-squared {
    background-image: url(../flags/1x1/hm.svg); }

.flag-icon-hn {
  background-image: url(../flags/4x3/hn.svg); }
  .flag-icon-hn.flag-icon-squared {
    background-image: url(../flags/1x1/hn.svg); }

.flag-icon-hr {
  background-image: url(../flags/4x3/hr.svg); }
  .flag-icon-hr.flag-icon-squared {
    background-image: url(../flags/1x1/hr.svg); }

.flag-icon-ht {
  background-image: url(../flags/4x3/ht.svg); }
  .flag-icon-ht.flag-icon-squared {
    background-image: url(../flags/1x1/ht.svg); }

.flag-icon-hu {
  background-image: url(../flags/4x3/hu.svg); }
  .flag-icon-hu.flag-icon-squared {
    background-image: url(../flags/1x1/hu.svg); }

.flag-icon-id {
  background-image: url(../flags/4x3/id.svg); }
  .flag-icon-id.flag-icon-squared {
    background-image: url(../flags/1x1/id.svg); }

.flag-icon-ie {
  background-image: url(../flags/4x3/ie.svg); }
  .flag-icon-ie.flag-icon-squared {
    background-image: url(../flags/1x1/ie.svg); }

.flag-icon-il {
  background-image: url(../flags/4x3/il.svg); }
  .flag-icon-il.flag-icon-squared {
    background-image: url(../flags/1x1/il.svg); }

.flag-icon-im {
  background-image: url(../flags/4x3/im.svg); }
  .flag-icon-im.flag-icon-squared {
    background-image: url(../flags/1x1/im.svg); }

.flag-icon-in {
  background-image: url(../flags/4x3/in.svg); }
  .flag-icon-in.flag-icon-squared {
    background-image: url(../flags/1x1/in.svg); }

.flag-icon-io {
  background-image: url(../flags/4x3/io.svg); }
  .flag-icon-io.flag-icon-squared {
    background-image: url(../flags/1x1/io.svg); }

.flag-icon-iq {
  background-image: url(../flags/4x3/iq.svg); }
  .flag-icon-iq.flag-icon-squared {
    background-image: url(../flags/1x1/iq.svg); }

.flag-icon-ir {
  background-image: url(../flags/4x3/ir.svg); }
  .flag-icon-ir.flag-icon-squared {
    background-image: url(../flags/1x1/ir.svg); }

.flag-icon-is {
  background-image: url(../flags/4x3/is.svg); }
  .flag-icon-is.flag-icon-squared {
    background-image: url(../flags/1x1/is.svg); }

.flag-icon-it {
  background-image: url(../flags/4x3/it.svg); }
  .flag-icon-it.flag-icon-squared {
    background-image: url(../flags/1x1/it.svg); }

.flag-icon-je {
  background-image: url(../flags/4x3/je.svg); }
  .flag-icon-je.flag-icon-squared {
    background-image: url(../flags/1x1/je.svg); }

.flag-icon-jm {
  background-image: url(../flags/4x3/jm.svg); }
  .flag-icon-jm.flag-icon-squared {
    background-image: url(../flags/1x1/jm.svg); }

.flag-icon-jo {
  background-image: url(../flags/4x3/jo.svg); }
  .flag-icon-jo.flag-icon-squared {
    background-image: url(../flags/1x1/jo.svg); }

.flag-icon-jp {
  background-image: url(../flags/4x3/jp.svg); }
  .flag-icon-jp.flag-icon-squared {
    background-image: url(../flags/1x1/jp.svg); }

.flag-icon-ke {
  background-image: url(../flags/4x3/ke.svg); }
  .flag-icon-ke.flag-icon-squared {
    background-image: url(../flags/1x1/ke.svg); }

.flag-icon-kg {
  background-image: url(../flags/4x3/kg.svg); }
  .flag-icon-kg.flag-icon-squared {
    background-image: url(../flags/1x1/kg.svg); }

.flag-icon-kh {
  background-image: url(../flags/4x3/kh.svg); }
  .flag-icon-kh.flag-icon-squared {
    background-image: url(../flags/1x1/kh.svg); }

.flag-icon-ki {
  background-image: url(../flags/4x3/ki.svg); }
  .flag-icon-ki.flag-icon-squared {
    background-image: url(../flags/1x1/ki.svg); }

.flag-icon-km {
  background-image: url(../flags/4x3/km.svg); }
  .flag-icon-km.flag-icon-squared {
    background-image: url(../flags/1x1/km.svg); }

.flag-icon-kn {
  background-image: url(../flags/4x3/kn.svg); }
  .flag-icon-kn.flag-icon-squared {
    background-image: url(../flags/1x1/kn.svg); }

.flag-icon-kp {
  background-image: url(../flags/4x3/kp.svg); }
  .flag-icon-kp.flag-icon-squared {
    background-image: url(../flags/1x1/kp.svg); }

.flag-icon-kr {
  background-image: url(../flags/4x3/kr.svg); }
  .flag-icon-kr.flag-icon-squared {
    background-image: url(../flags/1x1/kr.svg); }

.flag-icon-kw {
  background-image: url(../flags/4x3/kw.svg); }
  .flag-icon-kw.flag-icon-squared {
    background-image: url(../flags/1x1/kw.svg); }

.flag-icon-ky {
  background-image: url(../flags/4x3/ky.svg); }
  .flag-icon-ky.flag-icon-squared {
    background-image: url(../flags/1x1/ky.svg); }

.flag-icon-kz {
  background-image: url(../flags/4x3/kz.svg); }
  .flag-icon-kz.flag-icon-squared {
    background-image: url(../flags/1x1/kz.svg); }

.flag-icon-la {
  background-image: url(../flags/4x3/la.svg); }
  .flag-icon-la.flag-icon-squared {
    background-image: url(../flags/1x1/la.svg); }

.flag-icon-lb {
  background-image: url(../flags/4x3/lb.svg); }
  .flag-icon-lb.flag-icon-squared {
    background-image: url(../flags/1x1/lb.svg); }

.flag-icon-lc {
  background-image: url(../flags/4x3/lc.svg); }
  .flag-icon-lc.flag-icon-squared {
    background-image: url(../flags/1x1/lc.svg); }

.flag-icon-li {
  background-image: url(../flags/4x3/li.svg); }
  .flag-icon-li.flag-icon-squared {
    background-image: url(../flags/1x1/li.svg); }

.flag-icon-lk {
  background-image: url(../flags/4x3/lk.svg); }
  .flag-icon-lk.flag-icon-squared {
    background-image: url(../flags/1x1/lk.svg); }

.flag-icon-lr {
  background-image: url(../flags/4x3/lr.svg); }
  .flag-icon-lr.flag-icon-squared {
    background-image: url(../flags/1x1/lr.svg); }

.flag-icon-ls {
  background-image: url(../flags/4x3/ls.svg); }
  .flag-icon-ls.flag-icon-squared {
    background-image: url(../flags/1x1/ls.svg); }

.flag-icon-lt {
  background-image: url(../flags/4x3/lt.svg); }
  .flag-icon-lt.flag-icon-squared {
    background-image: url(../flags/1x1/lt.svg); }

.flag-icon-lu {
  background-image: url(../flags/4x3/lu.svg); }
  .flag-icon-lu.flag-icon-squared {
    background-image: url(../flags/1x1/lu.svg); }

.flag-icon-lv {
  background-image: url(../flags/4x3/lv.svg); }
  .flag-icon-lv.flag-icon-squared {
    background-image: url(../flags/1x1/lv.svg); }

.flag-icon-ly {
  background-image: url(../flags/4x3/ly.svg); }
  .flag-icon-ly.flag-icon-squared {
    background-image: url(../flags/1x1/ly.svg); }

.flag-icon-ma {
  background-image: url(../flags/4x3/ma.svg); }
  .flag-icon-ma.flag-icon-squared {
    background-image: url(../flags/1x1/ma.svg); }

.flag-icon-mc {
  background-image: url(../flags/4x3/mc.svg); }
  .flag-icon-mc.flag-icon-squared {
    background-image: url(../flags/1x1/mc.svg); }

.flag-icon-md {
  background-image: url(../flags/4x3/md.svg); }
  .flag-icon-md.flag-icon-squared {
    background-image: url(../flags/1x1/md.svg); }

.flag-icon-me {
  background-image: url(../flags/4x3/me.svg); }
  .flag-icon-me.flag-icon-squared {
    background-image: url(../flags/1x1/me.svg); }

.flag-icon-mf {
  background-image: url(../flags/4x3/mf.svg); }
  .flag-icon-mf.flag-icon-squared {
    background-image: url(../flags/1x1/mf.svg); }

.flag-icon-mg {
  background-image: url(../flags/4x3/mg.svg); }
  .flag-icon-mg.flag-icon-squared {
    background-image: url(../flags/1x1/mg.svg); }

.flag-icon-mh {
  background-image: url(../flags/4x3/mh.svg); }
  .flag-icon-mh.flag-icon-squared {
    background-image: url(../flags/1x1/mh.svg); }

.flag-icon-mk {
  background-image: url(../flags/4x3/mk.svg); }
  .flag-icon-mk.flag-icon-squared {
    background-image: url(../flags/1x1/mk.svg); }

.flag-icon-ml {
  background-image: url(../flags/4x3/ml.svg); }
  .flag-icon-ml.flag-icon-squared {
    background-image: url(../flags/1x1/ml.svg); }

.flag-icon-mm {
  background-image: url(../flags/4x3/mm.svg); }
  .flag-icon-mm.flag-icon-squared {
    background-image: url(../flags/1x1/mm.svg); }

.flag-icon-mn {
  background-image: url(../flags/4x3/mn.svg); }
  .flag-icon-mn.flag-icon-squared {
    background-image: url(../flags/1x1/mn.svg); }

.flag-icon-mo {
  background-image: url(../flags/4x3/mo.svg); }
  .flag-icon-mo.flag-icon-squared {
    background-image: url(../flags/1x1/mo.svg); }

.flag-icon-mp {
  background-image: url(../flags/4x3/mp.svg); }
  .flag-icon-mp.flag-icon-squared {
    background-image: url(../flags/1x1/mp.svg); }

.flag-icon-mq {
  background-image: url(../flags/4x3/mq.svg); }
  .flag-icon-mq.flag-icon-squared {
    background-image: url(../flags/1x1/mq.svg); }

.flag-icon-mr {
  background-image: url(../flags/4x3/mr.svg); }
  .flag-icon-mr.flag-icon-squared {
    background-image: url(../flags/1x1/mr.svg); }

.flag-icon-ms {
  background-image: url(../flags/4x3/ms.svg); }
  .flag-icon-ms.flag-icon-squared {
    background-image: url(../flags/1x1/ms.svg); }

.flag-icon-mt {
  background-image: url(../flags/4x3/mt.svg); }
  .flag-icon-mt.flag-icon-squared {
    background-image: url(../flags/1x1/mt.svg); }

.flag-icon-mu {
  background-image: url(../flags/4x3/mu.svg); }
  .flag-icon-mu.flag-icon-squared {
    background-image: url(../flags/1x1/mu.svg); }

.flag-icon-mv {
  background-image: url(../flags/4x3/mv.svg); }
  .flag-icon-mv.flag-icon-squared {
    background-image: url(../flags/1x1/mv.svg); }

.flag-icon-mw {
  background-image: url(../flags/4x3/mw.svg); }
  .flag-icon-mw.flag-icon-squared {
    background-image: url(../flags/1x1/mw.svg); }

.flag-icon-mx {
  background-image: url(../flags/4x3/mx.svg); }
  .flag-icon-mx.flag-icon-squared {
    background-image: url(../flags/1x1/mx.svg); }

.flag-icon-my {
  background-image: url(../flags/4x3/my.svg); }
  .flag-icon-my.flag-icon-squared {
    background-image: url(../flags/1x1/my.svg); }

.flag-icon-mz {
  background-image: url(../flags/4x3/mz.svg); }
  .flag-icon-mz.flag-icon-squared {
    background-image: url(../flags/1x1/mz.svg); }

.flag-icon-na {
  background-image: url(../flags/4x3/na.svg); }
  .flag-icon-na.flag-icon-squared {
    background-image: url(../flags/1x1/na.svg); }

.flag-icon-nc {
  background-image: url(../flags/4x3/nc.svg); }
  .flag-icon-nc.flag-icon-squared {
    background-image: url(../flags/1x1/nc.svg); }

.flag-icon-ne {
  background-image: url(../flags/4x3/ne.svg); }
  .flag-icon-ne.flag-icon-squared {
    background-image: url(../flags/1x1/ne.svg); }

.flag-icon-nf {
  background-image: url(../flags/4x3/nf.svg); }
  .flag-icon-nf.flag-icon-squared {
    background-image: url(../flags/1x1/nf.svg); }

.flag-icon-ng {
  background-image: url(../flags/4x3/ng.svg); }
  .flag-icon-ng.flag-icon-squared {
    background-image: url(../flags/1x1/ng.svg); }

.flag-icon-ni {
  background-image: url(../flags/4x3/ni.svg); }
  .flag-icon-ni.flag-icon-squared {
    background-image: url(../flags/1x1/ni.svg); }

.flag-icon-nl {
  background-image: url(../flags/4x3/nl.svg); }
  .flag-icon-nl.flag-icon-squared {
    background-image: url(../flags/1x1/nl.svg); }

.flag-icon-no {
  background-image: url(../flags/4x3/no.svg); }
  .flag-icon-no.flag-icon-squared {
    background-image: url(../flags/1x1/no.svg); }

.flag-icon-np {
  background-image: url(../flags/4x3/np.svg); }
  .flag-icon-np.flag-icon-squared {
    background-image: url(../flags/1x1/np.svg); }

.flag-icon-nr {
  background-image: url(../flags/4x3/nr.svg); }
  .flag-icon-nr.flag-icon-squared {
    background-image: url(../flags/1x1/nr.svg); }

.flag-icon-nu {
  background-image: url(../flags/4x3/nu.svg); }
  .flag-icon-nu.flag-icon-squared {
    background-image: url(../flags/1x1/nu.svg); }

.flag-icon-nz {
  background-image: url(../flags/4x3/nz.svg); }
  .flag-icon-nz.flag-icon-squared {
    background-image: url(../flags/1x1/nz.svg); }

.flag-icon-om {
  background-image: url(../flags/4x3/om.svg); }
  .flag-icon-om.flag-icon-squared {
    background-image: url(../flags/1x1/om.svg); }

.flag-icon-pa {
  background-image: url(../flags/4x3/pa.svg); }
  .flag-icon-pa.flag-icon-squared {
    background-image: url(../flags/1x1/pa.svg); }

.flag-icon-pe {
  background-image: url(../flags/4x3/pe.svg); }
  .flag-icon-pe.flag-icon-squared {
    background-image: url(../flags/1x1/pe.svg); }

.flag-icon-pf {
  background-image: url(../flags/4x3/pf.svg); }
  .flag-icon-pf.flag-icon-squared {
    background-image: url(../flags/1x1/pf.svg); }

.flag-icon-pg {
  background-image: url(../flags/4x3/pg.svg); }
  .flag-icon-pg.flag-icon-squared {
    background-image: url(../flags/1x1/pg.svg); }

.flag-icon-ph {
  background-image: url(../flags/4x3/ph.svg); }
  .flag-icon-ph.flag-icon-squared {
    background-image: url(../flags/1x1/ph.svg); }

.flag-icon-pk {
  background-image: url(../flags/4x3/pk.svg); }
  .flag-icon-pk.flag-icon-squared {
    background-image: url(../flags/1x1/pk.svg); }

.flag-icon-pl {
  background-image: url(../flags/4x3/pl.svg); }
  .flag-icon-pl.flag-icon-squared {
    background-image: url(../flags/1x1/pl.svg); }

.flag-icon-pm {
  background-image: url(../flags/4x3/pm.svg); }
  .flag-icon-pm.flag-icon-squared {
    background-image: url(../flags/1x1/pm.svg); }

.flag-icon-pn {
  background-image: url(../flags/4x3/pn.svg); }
  .flag-icon-pn.flag-icon-squared {
    background-image: url(../flags/1x1/pn.svg); }

.flag-icon-pr {
  background-image: url(../flags/4x3/pr.svg); }
  .flag-icon-pr.flag-icon-squared {
    background-image: url(../flags/1x1/pr.svg); }

.flag-icon-ps {
  background-image: url(../flags/4x3/ps.svg); }
  .flag-icon-ps.flag-icon-squared {
    background-image: url(../flags/1x1/ps.svg); }

.flag-icon-pt {
  background-image: url(../flags/4x3/pt.svg); }
  .flag-icon-pt.flag-icon-squared {
    background-image: url(../flags/1x1/pt.svg); }

.flag-icon-pw {
  background-image: url(../flags/4x3/pw.svg); }
  .flag-icon-pw.flag-icon-squared {
    background-image: url(../flags/1x1/pw.svg); }

.flag-icon-py {
  background-image: url(../flags/4x3/py.svg); }
  .flag-icon-py.flag-icon-squared {
    background-image: url(../flags/1x1/py.svg); }

.flag-icon-qa {
  background-image: url(../flags/4x3/qa.svg); }
  .flag-icon-qa.flag-icon-squared {
    background-image: url(../flags/1x1/qa.svg); }

.flag-icon-re {
  background-image: url(../flags/4x3/re.svg); }
  .flag-icon-re.flag-icon-squared {
    background-image: url(../flags/1x1/re.svg); }

.flag-icon-ro {
  background-image: url(../flags/4x3/ro.svg); }
  .flag-icon-ro.flag-icon-squared {
    background-image: url(../flags/1x1/ro.svg); }

.flag-icon-rs {
  background-image: url(../flags/4x3/rs.svg); }
  .flag-icon-rs.flag-icon-squared {
    background-image: url(../flags/1x1/rs.svg); }

.flag-icon-ru {
  background-image: url(../flags/4x3/ru.svg); }
  .flag-icon-ru.flag-icon-squared {
    background-image: url(../flags/1x1/ru.svg); }

.flag-icon-rw {
  background-image: url(../flags/4x3/rw.svg); }
  .flag-icon-rw.flag-icon-squared {
    background-image: url(../flags/1x1/rw.svg); }

.flag-icon-sa {
  background-image: url(../flags/4x3/sa.svg); }
  .flag-icon-sa.flag-icon-squared {
    background-image: url(../flags/1x1/sa.svg); }

.flag-icon-sb {
  background-image: url(../flags/4x3/sb.svg); }
  .flag-icon-sb.flag-icon-squared {
    background-image: url(../flags/1x1/sb.svg); }

.flag-icon-sc {
  background-image: url(../flags/4x3/sc.svg); }
  .flag-icon-sc.flag-icon-squared {
    background-image: url(../flags/1x1/sc.svg); }

.flag-icon-sd {
  background-image: url(../flags/4x3/sd.svg); }
  .flag-icon-sd.flag-icon-squared {
    background-image: url(../flags/1x1/sd.svg); }

.flag-icon-se {
  background-image: url(../flags/4x3/se.svg); }
  .flag-icon-se.flag-icon-squared {
    background-image: url(../flags/1x1/se.svg); }

.flag-icon-sg {
  background-image: url(../flags/4x3/sg.svg); }
  .flag-icon-sg.flag-icon-squared {
    background-image: url(../flags/1x1/sg.svg); }

.flag-icon-sh {
  background-image: url(../flags/4x3/sh.svg); }
  .flag-icon-sh.flag-icon-squared {
    background-image: url(../flags/1x1/sh.svg); }

.flag-icon-si {
  background-image: url(../flags/4x3/si.svg); }
  .flag-icon-si.flag-icon-squared {
    background-image: url(../flags/1x1/si.svg); }

.flag-icon-sj {
  background-image: url(../flags/4x3/sj.svg); }
  .flag-icon-sj.flag-icon-squared {
    background-image: url(../flags/1x1/sj.svg); }

.flag-icon-sk {
  background-image: url(../flags/4x3/sk.svg); }
  .flag-icon-sk.flag-icon-squared {
    background-image: url(../flags/1x1/sk.svg); }

.flag-icon-sl {
  background-image: url(../flags/4x3/sl.svg); }
  .flag-icon-sl.flag-icon-squared {
    background-image: url(../flags/1x1/sl.svg); }

.flag-icon-sm {
  background-image: url(../flags/4x3/sm.svg); }
  .flag-icon-sm.flag-icon-squared {
    background-image: url(../flags/1x1/sm.svg); }

.flag-icon-sn {
  background-image: url(../flags/4x3/sn.svg); }
  .flag-icon-sn.flag-icon-squared {
    background-image: url(../flags/1x1/sn.svg); }

.flag-icon-so {
  background-image: url(../flags/4x3/so.svg); }
  .flag-icon-so.flag-icon-squared {
    background-image: url(../flags/1x1/so.svg); }

.flag-icon-sr {
  background-image: url(../flags/4x3/sr.svg); }
  .flag-icon-sr.flag-icon-squared {
    background-image: url(../flags/1x1/sr.svg); }

.flag-icon-ss {
  background-image: url(../flags/4x3/ss.svg); }
  .flag-icon-ss.flag-icon-squared {
    background-image: url(../flags/1x1/ss.svg); }

.flag-icon-st {
  background-image: url(../flags/4x3/st.svg); }
  .flag-icon-st.flag-icon-squared {
    background-image: url(../flags/1x1/st.svg); }

.flag-icon-sv {
  background-image: url(../flags/4x3/sv.svg); }
  .flag-icon-sv.flag-icon-squared {
    background-image: url(../flags/1x1/sv.svg); }

.flag-icon-sx {
  background-image: url(../flags/4x3/sx.svg); }
  .flag-icon-sx.flag-icon-squared {
    background-image: url(../flags/1x1/sx.svg); }

.flag-icon-sy {
  background-image: url(../flags/4x3/sy.svg); }
  .flag-icon-sy.flag-icon-squared {
    background-image: url(../flags/1x1/sy.svg); }

.flag-icon-sz {
  background-image: url(../flags/4x3/sz.svg); }
  .flag-icon-sz.flag-icon-squared {
    background-image: url(../flags/1x1/sz.svg); }

.flag-icon-tc {
  background-image: url(../flags/4x3/tc.svg); }
  .flag-icon-tc.flag-icon-squared {
    background-image: url(../flags/1x1/tc.svg); }

.flag-icon-td {
  background-image: url(../flags/4x3/td.svg); }
  .flag-icon-td.flag-icon-squared {
    background-image: url(../flags/1x1/td.svg); }

.flag-icon-tf {
  background-image: url(../flags/4x3/tf.svg); }
  .flag-icon-tf.flag-icon-squared {
    background-image: url(../flags/1x1/tf.svg); }

.flag-icon-tg {
  background-image: url(../flags/4x3/tg.svg); }
  .flag-icon-tg.flag-icon-squared {
    background-image: url(../flags/1x1/tg.svg); }

.flag-icon-th {
  background-image: url(../flags/4x3/th.svg); }
  .flag-icon-th.flag-icon-squared {
    background-image: url(../flags/1x1/th.svg); }

.flag-icon-tj {
  background-image: url(../flags/4x3/tj.svg); }
  .flag-icon-tj.flag-icon-squared {
    background-image: url(../flags/1x1/tj.svg); }

.flag-icon-tk {
  background-image: url(../flags/4x3/tk.svg); }
  .flag-icon-tk.flag-icon-squared {
    background-image: url(../flags/1x1/tk.svg); }

.flag-icon-tl {
  background-image: url(../flags/4x3/tl.svg); }
  .flag-icon-tl.flag-icon-squared {
    background-image: url(../flags/1x1/tl.svg); }

.flag-icon-tm {
  background-image: url(../flags/4x3/tm.svg); }
  .flag-icon-tm.flag-icon-squared {
    background-image: url(../flags/1x1/tm.svg); }

.flag-icon-tn {
  background-image: url(../flags/4x3/tn.svg); }
  .flag-icon-tn.flag-icon-squared {
    background-image: url(../flags/1x1/tn.svg); }

.flag-icon-to {
  background-image: url(../flags/4x3/to.svg); }
  .flag-icon-to.flag-icon-squared {
    background-image: url(../flags/1x1/to.svg); }

.flag-icon-tr {
  background-image: url(../flags/4x3/tr.svg); }
  .flag-icon-tr.flag-icon-squared {
    background-image: url(../flags/1x1/tr.svg); }

.flag-icon-tt {
  background-image: url(../flags/4x3/tt.svg); }
  .flag-icon-tt.flag-icon-squared {
    background-image: url(../flags/1x1/tt.svg); }

.flag-icon-tv {
  background-image: url(../flags/4x3/tv.svg); }
  .flag-icon-tv.flag-icon-squared {
    background-image: url(../flags/1x1/tv.svg); }

.flag-icon-tw {
  background-image: url(../flags/4x3/tw.svg); }
  .flag-icon-tw.flag-icon-squared {
    background-image: url(../flags/1x1/tw.svg); }

.flag-icon-tz {
  background-image: url(../flags/4x3/tz.svg); }
  .flag-icon-tz.flag-icon-squared {
    background-image: url(../flags/1x1/tz.svg); }

.flag-icon-ua {
  background-image: url(../flags/4x3/ua.svg); }
  .flag-icon-ua.flag-icon-squared {
    background-image: url(../flags/1x1/ua.svg); }

.flag-icon-ug {
  background-image: url(../flags/4x3/ug.svg); }
  .flag-icon-ug.flag-icon-squared {
    background-image: url(../flags/1x1/ug.svg); }

.flag-icon-um {
  background-image: url(../flags/4x3/um.svg); }
  .flag-icon-um.flag-icon-squared {
    background-image: url(../flags/1x1/um.svg); }

.flag-icon-us {
  background-image: url(../flags/4x3/us.svg); }
  .flag-icon-us.flag-icon-squared {
    background-image: url(../flags/1x1/us.svg); }

.flag-icon-uy {
  background-image: url(../flags/4x3/uy.svg); }
  .flag-icon-uy.flag-icon-squared {
    background-image: url(../flags/1x1/uy.svg); }

.flag-icon-uz {
  background-image: url(../flags/4x3/uz.svg); }
  .flag-icon-uz.flag-icon-squared {
    background-image: url(../flags/1x1/uz.svg); }

.flag-icon-va {
  background-image: url(../flags/4x3/va.svg); }
  .flag-icon-va.flag-icon-squared {
    background-image: url(../flags/1x1/va.svg); }

.flag-icon-vc {
  background-image: url(../flags/4x3/vc.svg); }
  .flag-icon-vc.flag-icon-squared {
    background-image: url(../flags/1x1/vc.svg); }

.flag-icon-ve {
  background-image: url(../flags/4x3/ve.svg); }
  .flag-icon-ve.flag-icon-squared {
    background-image: url(../flags/1x1/ve.svg); }

.flag-icon-vg {
  background-image: url(../flags/4x3/vg.svg); }
  .flag-icon-vg.flag-icon-squared {
    background-image: url(../flags/1x1/vg.svg); }

.flag-icon-vi {
  background-image: url(../flags/4x3/vi.svg); }
  .flag-icon-vi.flag-icon-squared {
    background-image: url(../flags/1x1/vi.svg); }

.flag-icon-vn {
  background-image: url(../flags/4x3/vn.svg); }
  .flag-icon-vn.flag-icon-squared {
    background-image: url(../flags/1x1/vn.svg); }

.flag-icon-vu {
  background-image: url(../flags/4x3/vu.svg); }
  .flag-icon-vu.flag-icon-squared {
    background-image: url(../flags/1x1/vu.svg); }

.flag-icon-wf {
  background-image: url(../flags/4x3/wf.svg); }
  .flag-icon-wf.flag-icon-squared {
    background-image: url(../flags/1x1/wf.svg); }

.flag-icon-ws {
  background-image: url(../flags/4x3/ws.svg); }
  .flag-icon-ws.flag-icon-squared {
    background-image: url(../flags/1x1/ws.svg); }

.flag-icon-ye {
  background-image: url(../flags/4x3/ye.svg); }
  .flag-icon-ye.flag-icon-squared {
    background-image: url(../flags/1x1/ye.svg); }

.flag-icon-yt {
  background-image: url(../flags/4x3/yt.svg); }
  .flag-icon-yt.flag-icon-squared {
    background-image: url(../flags/1x1/yt.svg); }

.flag-icon-za {
  background-image: url(../flags/4x3/za.svg); }
  .flag-icon-za.flag-icon-squared {
    background-image: url(../flags/1x1/za.svg); }

.flag-icon-zm {
  background-image: url(../flags/4x3/zm.svg); }
  .flag-icon-zm.flag-icon-squared {
    background-image: url(../flags/1x1/zm.svg); }

.flag-icon-zw {
  background-image: url(../flags/4x3/zw.svg); }
  .flag-icon-zw.flag-icon-squared {
    background-image: url(../flags/1x1/zw.svg); }

.clearfix:after, .category-switch:after, .form-row:after, .product-tile:after, .compare-items-panel:after, .pdp-main:after, .product-thumbnails ul:after, .pdp-main .product-review:after, .bonus-product-list .bonus-product-item:after, .bonus-product-list .bonus-product-list-footer:after, .cart-footer:after, .cart-actions:after, .cart-empty:after, .cart-empty .product-listing:after, .list-share:after, .gift-registry-advanced:after, .store-list-pdp-container .store-list-item:after, .search-suggestion-wrapper:after, .product-suggestion:after {
  content: "";
  display: table;
  clear: both; }

.relax {
  *zoom: 1;
  height: 0;
  line-height: 0;
  clear: both; }

.relax:before, .relax:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both; }

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.menu {
  float: left;
  margin: 0;
  padding: 0; }
  .menu li {
    float: left;
    list-style: none outside none !important; }

body {
  background: #fff;
  color: #424242;
  font-family: Arial, sans-serif;
  font-size: 14px;
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    body.menu-active {
      height: 100vh; } }
  @media only screen and (max-width: 767px) {
    body.menu-active {
      overflow: hidden; } }

h1, .navHeader {
  font-family: "Abel", Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 45px;
  color: #000; }
  @media only screen and (max-width: 767px) {
    h1, .navHeader {
      font-size: 30px; } }

h2 {
  font-family: "Nunito", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000; }
  @media only screen and (max-width: 767px) {
    h2 {
      font-size: 18px; } }

h3 {
  color: #000;
  font-family: "Nunito", Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px; }

a {
  color: #424242;
  outline: medium none;
  overflow: hidden;
  text-decoration: none; }

p {
  line-height: 22px; }
  p a {
    text-decoration: underline; }
    p a:hover {
      text-decoration: none; }

fieldset {
  border: 0 none;
  margin: 0;
  padding: 0 0 15px 0; }

table {
  width: 100%; }

th {
  text-align: left;
  text-transform: uppercase;
  background: #e6e6e6;
  padding: 10px; }

td {
  padding: 15px 10px;
  vertical-align: top; }

button,
.button,
.button-fancy-small,
.button-fancy-medium,
#home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button,
.buttonstyle,
input[type="button"] {
  color: #fff;
  font-family: "Abel", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  border: 0 none;
  overflow: visible;
  height: 30px;
  display: inline-block;
  margin: 0 25px 0 15px;
  float: left;
  padding: 0;
  text-align: left;
  width: calc(100% - 40px);
  background: url(../images/mainbtnbg.png) repeat-x left top;
  min-width: 140px; }
  button:before,
  .button:before,
  .button-fancy-small:before,
  .button-fancy-medium:before,
  #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button:before,
  .buttonstyle:before,
  input[type="button"]:before {
    float: left;
    content: " ";
    background: url(../images/leftBtnMain.png) no-repeat left top;
    height: 30px;
    width: 15px;
    display: block;
    position: relative;
    margin: 0 0 0 -15px; }
  button:after,
  .button:after,
  .button-fancy-small:after,
  .button-fancy-medium:after,
  #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button:after,
  .buttonstyle:after,
  input[type="button"]:after {
    float: right;
    margin: 0 -25px 0 0;
    position: relative;
    z-index: 1;
    content: " ";
    display: block;
    background: url(../images/rightBtnMain.png) no-repeat right top;
    height: 30px;
    width: 25px; }
  button:hover,
  .button:hover,
  .button-fancy-small:hover,
  .button-fancy-medium:hover,
  #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button:hover,
  .buttonstyle:hover,
  input[type="button"]:hover {
    background-position: 0 100%; }
    button:hover:before, button:hover:after,
    .button:hover:before,
    .button-fancy-small:hover:before,
    .button-fancy-medium:hover:before,
    #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button:hover:before,
    .button:hover:after,
    .button-fancy-small:hover:after,
    .button-fancy-medium:hover:after,
    #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button:hover:after,
    .buttonstyle:hover:before,
    .buttonstyle:hover:after,
    input[type="button"]:hover:before,
    input[type="button"]:hover:after {
      background-position: 0 100%; }
  button.large,
  .button.large,
  .large.button-fancy-small,
  .large.button-fancy-medium,
  .button-fancy-large,
  #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button,
  .buttonstyle.large,
  input[type="button"].large {
    font-size: 18px;
    line-height: 42px;
    height: 42px;
    margin: 0 34px 0 15px;
    width: calc(100% - 49px);
    background: url(../images/bigBtnBg.png) repeat-x left top; }
    button.large:before,
    .button.large:before,
    .large.button-fancy-small:before,
    .large.button-fancy-medium:before,
    .button-fancy-large:before,
    #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button:before,
    .buttonstyle.large:before,
    input[type="button"].large:before {
      height: 42px;
      background: url(../images/bigBtnLeft.png) no-repeat left top; }
    button.large:after,
    .button.large:after,
    .large.button-fancy-small:after,
    .large.button-fancy-medium:after,
    .button-fancy-large:after,
    #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button:after,
    .buttonstyle.large:after,
    input[type="button"].large:after {
      margin: 0 -34px 0 0;
      height: 42px;
      width: 34px;
      background: url(../images/bigBtnRight.png) no-repeat right top; }
    button.large:hover,
    .button.large:hover,
    .large.button-fancy-small:hover,
    .large.button-fancy-medium:hover,
    .button-fancy-large:hover,
    #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button:hover,
    .buttonstyle.large:hover,
    input[type="button"].large:hover {
      background-position: 0 100%; }
      button.large:hover:before, button.large:hover:after,
      .button.large:hover:before,
      .large.button-fancy-small:hover:before,
      .large.button-fancy-medium:hover:before,
      .button-fancy-large:hover:before,
      #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button:hover:before,
      .button.large:hover:after,
      .large.button-fancy-small:hover:after,
      .large.button-fancy-medium:hover:after,
      .button-fancy-large:hover:after,
      #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button:hover:after,
      .buttonstyle.large:hover:before,
      .buttonstyle.large:hover:after,
      input[type="button"].large:hover:before,
      input[type="button"].large:hover:after {
        background-position: 0 100%; }
  button[disabled], button.disabled,
  .button[disabled],
  [disabled].button-fancy-small,
  [disabled].button-fancy-medium,
  #home_page_hero .owl-wrapper .owl-item > div .heroContent a[disabled].like-button,
  .button.disabled,
  .disabled.button-fancy-small,
  .disabled.button-fancy-medium,
  #home_page_hero .owl-wrapper .owl-item > div .heroContent a.disabled.like-button,
  .buttonstyle[disabled],
  .buttonstyle.disabled,
  input[type="button"][disabled],
  input[type="button"].disabled {
    opacity: 0.5; }
  button a,
  .button a, .button-fancy-small a,
  .button-fancy-medium a, #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button a,
  .buttonstyle a,
  input[type="button"] a {
    color: #fff; }

.button-text {
  background: none;
  border-width: 0;
  color: #424242;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 30px;
  font-family: "Arial", "Helvetica", sans-serif;
  text-transform: none;
  text-decoration: underline; }
  .button-text:before, .button-text:after {
    display: none; }
  .button-text:hover {
    text-decoration: none; }
  .button-text i {
    display: none; }
    .button-text i:before, .button-text iafter {
      display: none; }

.button-full-width {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 100%; }

.mobile-visible-only {
  display: none; }
  @media only screen and (max-width: 767px) {
    .mobile-visible-only {
      display: block; } }

@media only screen and (max-width: 767px) {
  .desktop-visible-only {
    display: none; } }

* {
  box-sizing: border-box;
  font-size: inherit;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0; }
  *:focus {
    outline: 0; }

input[type="text"],
input[type="number"],
input[type="password"],
textarea {
  text-indent: 0;
  width: 100%;
  border-radius: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }

.error input[type="text"],
.error input[type="number"],
.error input[type="password"],
.error textarea {
  border: 1px solid #ff0000; }

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

.align-left {
  text-align: left; }

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

.hidden {
  display: none !important; }

ul.social-sharing {
  list-style: none;
  margin: 15px 0;
  padding: 0; }
  ul.social-sharing li {
    margin: 0 12px 0 0;
    padding: 0;
    display: inline-block;
    line-height: 23px;
    color: #424242;
    float: left;
    font-size: 14px; }
    ul.social-sharing li a {
      width: 23px;
      height: 23px;
      display: block; }
      ul.social-sharing li a img {
        width: inherit;
        height: inherit; }

#BVRRContainer button:before, #BVRRContainer button:after,
#bv-mboxzone-lightbox button:before,
#bv-mboxzone-lightbox button:after,
#BVRRSummaryContainer button:before,
#BVRRSummaryContainer button:after {
  display: none !important; }

.email-alert-signup {
  padding: 2px 0 15px 0; }
  .email-alert-signup .input-wrapper {
    width: 100%;
    position: relative; }
    .email-alert-signup .input-wrapper input[type="text"] {
      margin-left: 0;
      width: 100%;
      padding: 0 40px 0 10px;
      height: 30px;
      line-height: 30px;
      border-radius: 3px;
      border-color: #e6e6e6;
      color: #999;
      font-style: normal; }
    .email-alert-signup .input-wrapper input[type="submit"] {
      border: 0;
      border-radius: 0 3px 3px 0;
      position: absolute;
      top: 1px;
      right: 1px;
      z-index: 1;
      width: 28px;
      height: 28px;
      text-indent: -9999px;
      overflow: hidden;
      background: #e6e6e6 url(../images/signup_btn.png) no-repeat center; }
    .email-alert-signup .input-wrapper.error input[type="text"] {
      border-color: #e31d1a; }

#wrapper {
  background: none repeat scroll 0 0 #fff;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: relative;
  transition: left 0.2s ease-in;
  width: 100%;
  min-width: 960px; }
  #wrapper.menu-active {
    left: 82%;
    min-width: 0; }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      #wrapper.menu-active {
        left: 50%; } }
    @media only screen and (max-width: 767px) {
      #wrapper.menu-active {
        height: 100vh; } }
  @media screen and (min-width: 768px) {
    #wrapper.menu-active {
      left: auto; } }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    #wrapper {
      min-width: 768px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    #wrapper {
      min-width: 480px; } }
  @media only screen and (max-width: 480px) {
    #wrapper {
      min-width: 320px; } }

.layout-container {
  width: 960px;
  max-width: 960px;
  position: relative;
  margin: 0 auto;
  margin-left: x10px; }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    .layout-container {
      width: 768px;
      max-width: 768px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .layout-container {
      width: 480px;
      max-width: 480px; } }
  @media only screen and (max-width: 480px) {
    .layout-container {
      width: 100%;
      max-width: 100%;
      padding: 0 15px; } }

.primary-content {
  float: right;
  margin-left: -1px;
  padding: 0 0 20px;
  position: relative;
  width: 710px; }
  .primary-focus .primary-content {
    border: 0 none;
    float: left;
    margin: 0;
    width: 709px; }
  .full-width .primary-content {
    border: 0 none;
    width: 100%; }
  .page-content .primary-content {
    padding-left: 20px; }

#secondary {
  float: left;
  width: 230px;
  position: relative; }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    #secondary {
      width: 200px; } }
  @media only screen and (max-width: 767px) {
    #secondary {
      display: none; } }
  @media only screen and (max-width: 767px) {
    #secondary.landing {
      display: block; } }
  #secondary nav {
    padding-right: 20px; }
    @media only screen and (max-width: 767px) {
      #secondary nav {
        padding: 0; } }
  .primary-focus #secondary {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    float: right;
    width: 210px; }

#RegistrationForm {
  width: 100%;
  max-width: 600px;
  margin: 0 auto; }

.ui-widget-overlay {
  background: url("../images/interface/ui-overlay-shadow.png") repeat scroll 50% 50% #424242;
  opacity: 0.8;
  z-index: 200; }

.ui-dialog {
  background-color: #fff;
  z-index: 201;
  padding: 0; }
  .ui-dialog .ui-widget-header {
    border: 0 none;
    width: 100%;
    float: left;
    border-radius: 0 0 0 0;
    text-transform: uppercase; }
  .ui-dialog .ui-dialog-title {
    display: none; }
  .ui-dialog .ui-dialog-content {
    padding: 7px 14px 14px;
    overflow: visible; }
  .ui-dialog .ui-icon-closethick {
    background: url("../images/interface/icon-ui-close.png") no-repeat left top;
    height: 32px;
    width: 32px;
    left: 0;
    top: 0;
    margin-left: 0;
    margin-top: 0;
    z-index: 10; }
  .ui-dialog .ui-dialog-titlebar-close {
    background: transparent;
    border: 0 none;
    border-radius: 0 0 0 0;
    height: 32px;
    margin: 0;
    padding: 0;
    right: 0;
    top: 0;
    width: 32px;
    min-width: auto;
    z-index: 2; }
    .ui-dialog .ui-dialog-titlebar-close span {
      margin: 0;
      padding: 0; }
      .ui-dialog .ui-dialog-titlebar-close span.ui-button-text {
        display: none; }
      .ui-dialog .ui-dialog-titlebar-close span.ui-icon-closethick {
        left: initial;
        right: 0; }
    .ui-dialog .ui-dialog-titlebar-close:before {
      display: none; }
  .ui-dialog .required-wrap {
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .ui-dialog .required-wrap {
        overflow: visible;
        float: left;
        width: 100%; } }
    .ui-dialog .required-wrap .dialog-required {
      top: 0; }
      @media only screen and (max-width: 767px) {
        .ui-dialog .required-wrap .dialog-required {
          top: 24px; } }
  .ui-dialog .dialog-required {
    position: relative;
    text-transform: none; }
  @media only screen and (max-width: 767px) {
    .ui-dialog .form-row {
      margin: 0; } }

.no-close .ui-dialog-titlebar-close {
  display: none; }

.ui-accordion .ui-accordion-content {
  padding: 0; }

.ui-tabs .ui-tabs-nav {
  height: 34px;
  padding: 0; }
  .ui-tabs .ui-tabs-nav li {
    background-color: #efefef;
    border-color: #e0e0e0 #e0e0e0 #fff;
    border-style: solid;
    border-width: 1px;
    font-style: italic; }
    .ui-tabs .ui-tabs-nav li.ui-state-active {
      background-color: #fff; }
      .ui-tabs .ui-tabs-nav li.ui-state-active a {
        color: #666; }
    .ui-tabs .ui-tabs-nav li a {
      color: #999; }

.ui-tabs .ui-tabs-panel {
  background-color: #fff;
  border: 1px #e6e6e6 solid;
  border-radius: 0;
  box-shadow: 4px 2px 10px 0 rgba(66, 66, 66, 0.1);
  color: #414141;
  font-size: 0.9em;
  line-height: 1.5em;
  margin: 0;
  padding: 20px 10px; }

.js .simple-submit {
  display: none; }

legend {
  text-align: left;
  text-transform: uppercase;
  background: #e6e6e6;
  padding: 10px;
  display: block;
  font-family: "Nunito", Arial, sans-serif;
  font-size: 16px;
  width: 100%;
  margin: 10px 0; }
  legend span {
    display: none; }
  @media only screen and (max-width: 767px) {
    legend {
      font-size: 14px; } }
  legend a {
    text-align: right;
    display: inline;
    padding-left: 39%;
    color: #99ca45;
    text-decoration: underline; }
    legend a:hover {
      outline: 0;
      text-decoration: none; }

.dialog-required {
  display: inline;
  font-size: 12px;
  font-weight: 600;
  position: relative;
  text-transform: none;
  float: right;
  top: 6px; }

#dialogify {
  overflow: auto; }

label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #424242;
  margin-bottom: 4px; }
  .form-horizontal label {
    float: left;
    margin: 10px 0 0 0;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .form-horizontal label {
        width: 17%; } }
    @media only screen and (max-width: 767px) {
      .form-horizontal label {
        margin: 10px 0; } }
  @media only screen and (max-width: 767px) {
    .btnRow label {
      margin: 0; } }
  .label-inline label {
    display: inline-block;
    float: none;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 0 8px;
    width: auto; }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      .label-inline label {
        max-width: calc(100% - 28px); } }
    @media only screen and (max-width: 767px) {
      .label-inline label {
        max-width: calc(100% - 28px); } }
  .label-above label {
    margin-bottom: .3rem;
    width: auto; }
  .row-radio label {
    margin: 0;
    line-height: 20px; }
  .label-removed label {
    display: none; }

.form-label-text {
  float: left;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 0;
  line-height: 150%;
  width: 17%; }

.form-row {
  margin: 6px 0; }

.form-row-button {
  clear: left; }
  @media only screen and (min-width: 768px) {
    .form-horizontal .form-row-button {
      margin-left: 19%; } }

.field-wrapper {
  box-sizing: border-box;
  margin-bottom: 4px;
  width: 100%; }
  .form-horizontal .field-wrapper {
    float: left;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .form-horizontal .field-wrapper {
        padding-left: 2%;
        width: 83%; } }
  @media only screen and (min-width: 768px) {
    .with-tooltip .field-wrapper {
      width: 62%; } }
  .label-inline .field-wrapper {
    float: left;
    padding-left: 0;
    width: auto; }
  .label-above .field-wrapper {
    float: none;
    padding-left: 0;
    width: auto; }

@media only screen and (min-width: 768px) {
  .form-horizontal button {
    width: 160px; } }

input[type="text"],
input[type="number"],
input[type="password"],
textarea {
  color: #424242;
  font-size: 13px;
  line-height: 35px;
  padding: 0 10px;
  width: 100%;
  height: 35px;
  background-color: white;
  border: 1px solid #e6e6e6;
  border-radius: 4px; }
  input[type="text"].error,
  input[type="number"].error,
  input[type="password"].error,
  textarea.error {
    margin-bottom: 6px;
    border-color: #e31d1a; }

input[type="number"] {
  padding-right: 0; }

textarea {
  height: 75px;
  padding: 5px 10px;
  line-height: 20px; }

select {
  background-color: #fff;
  width: 100%;
  height: 2rem; }
  .search-result-options select {
    height: auto; }

.form-caption {
  clear: left;
  width: auto; }
  @media only screen and (min-width: 768px) {
    .form-horizontal .form-caption {
      margin-left: 0%; } }
  .label-above .form-caption {
    margin-left: 0; }
  .form-indent .form-caption {
    margin-left: 0; }
  .form-caption a {
    text-decoration: underline; }

@media only screen and (min-width: 768px) {
  .form-indent {
    margin-left: 19%; } }

.error {
  background-color: #faeded;
  border-color: #990000;
  color: #990000; }

span.error,
div.error {
  background: none;
  font-style: italic;
  color: #e31d1a;
  line-height: 150%;
  margin: 4px 0 0 0; }

.error-form {
  border: 1px solid #e31d1a;
  border-radius: 4px;
  color: #e31d1a;
  line-height: 20px;
  margin: 5px 0;
  padding: 10px;
  font-style: italic; }

.form-inline form {
  padding: 0 0 2em;
  width: 98%; }

.form-inline label {
  padding: 0 0 0.75em;
  text-transform: uppercase;
  width: auto; }

.form-inline input[type="text"], .form-inline select {
  margin-left: 0;
  width: 95%; }

.form-inline button {
  padding-left: 0;
  padding-right: 0;
  width: 100%; }

.row-inline {
  display: inline; }
  .row-inline label {
    width: auto; }

.require-dialog {
  font-weight: 400;
  position: absolute;
  right: 1em;
  text-transform: none;
  top: 1em; }

.required-indicator {
  color: #e31d1a; }

.form-field-tooltip {
  float: left;
  margin-left: 1%;
  padding-top: .75em;
  width: 20%; }

.char-count {
  display: block;
  margin-left: 27%; }

.option-value {
  float: left;
  line-height: 20px;
  margin: 0 8px; }

.item-list tr {
  border-bottom: 1px solid #e6e6e6; }
  .item-list tr.last {
    border: 0 none; }
  .item-list tr.headings {
    display: none; }

.item-list td {
  vertical-align: top; }

.item-details .product-list-item .value {
  font-weight: 700; }

.item-details .product-list-item .promo {
  color: #e31d1a; }

.item-details .product-list-item .price-standard {
  color: #999;
  text-decoration: line-through; }

.item-availability ul,
.item-quantity-details ul {
  list-style: none outside none;
  margin: 0;
  padding: 0; }

.item-dashboard {
  color: #aaa; }
  .item-dashboard label {
    font-weight: normal;
    width: auto; }
  .item-dashboard .field-wrapper {
    width: auto; }
  .item-dashboard .form-row {
    margin: 0; }
  .item-dashboard input,
  .item-dashboard .value,
  .item-dashboard select .option-toggle-public label {
    color: #333; }
  .item-dashboard .input-checkbox {
    margin: 0 5px; }
  .item-dashboard .option-add-to-cart label {
    color: #333;
    float: left;
    font-weight: 700;
    text-transform: uppercase;
    width: auto; }
  .item-dashboard .option-quantity-purchased span.exceeded {
    color: #990000; }

.tooltip {
  cursor: help;
  position: relative;
  white-space: nowrap; }
  .tooltip:hover {
    text-decoration: underline; }
  .tooltip.product-tile {
    cursor: pointer; }

.tooltip-content {
  display: none; }

.ui-tooltip.ui-widget-content {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 6px 0 #999;
  color: #424242;
  font-size: 14px;
  line-height: 22px; }

.ui-tooltip-content {
  padding: 20px; }
  .ui-tooltip-content .recommendation-tooltip-header {
    font-size: 14px;
    font-weight: bold;
    padding: 0.5em; }
    .ui-tooltip-content .recommendation-tooltip-header .product-price {
      font-weight: 400; }
      .ui-tooltip-content .recommendation-tooltip-header .product-price .price-standard {
        color: #999;
        text-decoration: line-through; }
  .ui-tooltip-content .recommendation-tooltip-description,
  .ui-tooltip-content .recommendation-tooltip-attributes {
    padding: 0.8em; }
  .ui-tooltip-content .shipping-method-cost {
    float: right; }
    .ui-tooltip-content .shipping-method-cost .value {
      border-bottom: 1px solid #424242;
      display: inline-block;
      padding-bottom: 0.3em; }
  .ui-tooltip-content .shippingtotal {
    clear: right;
    float: right;
    margin-top: 0.3em; }

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

.slot-grid-header p {
  margin: 0;
  padding: 0; }

.product-listing-1x4 {
  background: none repeat scroll 0 0 #fff;
  overflow: hidden;
  padding: .83em 0; }
  .product-listing-1x4 .search-result-items .grid-tile {
    margin: 0 1% 0 2%;
    width: 18%; }

.content-asset p {
  line-height: 1.6em;
  margin: 1em 0; }

.content-asset ul,
.content-asset ol {
  line-height: 1.6em;
  margin: 1em 0;
  padding: 0 1.5em; }

.content-asset address {
  margin: 1em 0; }

.content-asset ul li {
  list-style: square outside none; }

.content-asset ol li {
  list-style: decimal outside none; }

.content-asset .account-options {
  margin: 0;
  padding: 0;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .content-asset .account-options {
      margin-top: -10px; } }
  .content-asset .account-options li {
    border-bottom: 1px solid #e6e6e6;
    float: left;
    height: 80px;
    list-style: none outside none !important;
    margin: 0 4% 0 0;
    padding: 20px 0 0;
    position: relative;
    width: 46%; }
    @media only screen and (max-width: 767px) {
      .content-asset .account-options li {
        margin: 0; } }
    .content-asset .account-options li a {
      display: block;
      font: 400 20px "Nunito", Arial, sans-serif;
      line-height: 40px;
      padding: 0 0 0 55px; }
      .content-asset .account-options li a i {
        position: absolute;
        left: 0;
        color: #99ca45; }
    .content-asset .account-options li img {
      left: 0;
      position: absolute;
      top: .83em; }
    .content-asset .account-options li p {
      margin: 0;
      padding-left: 4.58em; }

.browser-compatibility-alert {
  background-color: #990000;
  color: #fff;
  font-size: 1.3em;
  line-height: 2em;
  padding: 0.8em; }

.folder-slot {
  border-style: solid;
  border-color: #019328;
  border-width: 1px;
  background-color: white;
  padding: 0.5em 0.5em; }
  .folder-slot h2 {
    color: #019328;
    margin: 0.5em 0em; }

.menu-slot {
  display: none;
  border-top: 1px solid #faeded;
  margin-top: 0.5em;
  padding-top: 1.5em; }
  .menu-slot .social-links {
    padding-left: 0; }
    .menu-slot .social-links li {
      display: inline-block;
      padding-left: 0; }
  @media screen and (min-width: 768px) {
    .menu-slot {
      width: 13.5rem;
      display: block; } }

.contact-us-bottom-information-slot {
  float: left;
  clear: both;
  margin-top: 20px; }

body {
  margin: 0;
  padding: 0;
  font-family: Arial; }

.fresh-boot-wrapper a {
  text-decoration: none;
  color: #97923f; }
  .fresh-boot-wrapper a:hover {
    color: #97923f; }

.fresh-boot-wrapper .header-sub a {
  color: #414042; }

.fresh-boot-wrapper .community-wrapper h2.header-left-green {
  font-size: 20px;
  font-weight: 700; }

.fresh-boot-wrapper .brands {
  text-decoration: none;
  display: inline;
  padding-left: 15px; }

.fresh-boot-wrapper .border_left {
  border-left: 4px solid #99ca45; }

.fresh-boot-wrapper #BVRRSummaryContainer {
  float: right; }

.fresh-boot-wrapper #js-drown-level2 {
  display: none;
  padding-left: 22px; }

.fresh-boot-wrapper .container {
  padding: 0 10px 0 10px; }
  .fresh-boot-wrapper .container .tab-head {
    display: none; }

.fresh-boot-wrapper .account {
  Padding-bottom: 10px;
  cursor: pointer; }
  .fresh-boot-wrapper .account > li > a {
    text-decoration: none;
    font-size: 14px;
    color: #fff; }
  .fresh-boot-wrapper .account > li > ul > a {
    text-decoration: none;
    font-size: 14px;
    color: #414042;
    list-style: none; }
  .fresh-boot-wrapper .account > span:last-child {
    text-decoration: none;
    display: inline-block;
    padding-left: 58px; }
    .fresh-boot-wrapper .account > span:last-child > ul {
      position: absolute;
      margin-left: -134px;
      list-style: none;
      width: 150px;
      border: 1px solid #e6e7e8;
      z-index: 10;
      color: #000;
      background-color: #fff;
      padding-left: 25px; }

.fresh-boot-wrapper #js_share_img {
  position: absolute;
  background: #fff;
  z-index: 3;
  list-style: none;
  width: 150px;
  right: 74%;
  top: 32px;
  border: 1px solid #e6e7e8;
  border-top: 2px solid #93c840;
  padding-left: 20px;
  display: none; }
  .fresh-boot-wrapper #js_share_img > a {
    font-size: 14px;
    color: #414042;
    line-height: 30px;
    text-decoration: none;
    text-align: left; }
    .fresh-boot-wrapper #js_share_img > a:hover {
      color: #92c83e; }
  .fresh-boot-wrapper #js_share_img:after {
    content: "";
    position: absolute;
    z-index: 100;
    top: 0;
    margin-top: -9px;
    margin-left: -17%;
    border-top: none;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #93c840;
    border-left: 9px solid transparent; }
  .fresh-boot-wrapper #js_share_img li {
    margin: 12px -11px 12px 0px; }

.fresh-boot-wrapper .share_img_li {
  padding: 8% 3%; }

.fresh-boot-wrapper .sharing_img {
  height: 27px;
  top: 0%;
  position: absolute;
  left: 10%; }

.fresh-boot-wrapper .js_share_img_social {
  padding: 0 !important; }

.fresh-boot-wrapper #js-account-content {
  display: none;
  position: absolute;
  background: #fff;
  z-index: 23;
  list-style: none;
  width: 125px;
  right: 3px;
  top: 35px;
  border: 1px solid #e6e7e8;
  border-top: 2px solid #92c83e;
  padding-left: 20px; }
  .fresh-boot-wrapper #js-account-content > a {
    font-size: 14px;
    color: #414042;
    line-height: 30px;
    text-decoration: none;
    text-align: left; }
    .fresh-boot-wrapper #js-account-content > a:hover {
      color: #92c83e; }
  .fresh-boot-wrapper #js-account-content:after {
    content: "";
    position: absolute;
    z-index: 100;
    top: 0;
    margin-top: -9px;
    margin-left: 81px;
    border-top: none;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #92c83e;
    border-left: 9px solid transparent; }

.fresh-boot-wrapper span.prof-img-perf {
  margin-left: 5px; }

.fresh-boot-wrapper span.drop-down {
  float: right; }

.fresh-boot-wrapper .appear {
  display: block;
  padding: 10px; }

.fresh-boot-wrapper .disappear {
  display: none; }

.fresh-boot-wrapper .filter-plus {
  display: none; }

.fresh-boot-wrapper .row {
  margin: 0; }

.fresh-boot-wrapper .col-lg-1 {
  margin: 0;
  padding: 0; }

.fresh-boot-wrapper .col-lg-10 {
  margin: 0;
  padding: 0; }

.fresh-boot-wrapper .col-lg-11 {
  margin: 0;
  padding: 0; }

.fresh-boot-wrapper .col-lg-12 {
  margin: 0;
  padding: 0; }

.fresh-boot-wrapper .col-lg-2 {
  margin: 0;
  padding: 0; }

.fresh-boot-wrapper .col-lg-3 {
  margin: 0;
  padding: 0; }

.fresh-boot-wrapper .col-lg-4 {
  margin: 0;
  padding: 0; }

.fresh-boot-wrapper .col-lg-5 {
  margin: 0;
  padding: 0; }

.fresh-boot-wrapper .col-lg-6 {
  margin: 0;
  padding: 0; }

.fresh-boot-wrapper .col-lg-7 {
  margin: 0;
  padding: 0; }

.fresh-boot-wrapper .col-lg-8 {
  margin: 0;
  padding: 0; }

.fresh-boot-wrapper .col-lg-9 {
  margin: 0;
  padding: 0; }

.fresh-boot-wrapper .col-md-1 {
  margin: 0;
  padding: 0; }

.fresh-boot-wrapper .col-md-10 {
  margin: 0;
  padding: 0; }

.fresh-boot-wrapper .col-md-11 {
  margin: 0;
  padding: 0; }

.fresh-boot-wrapper .col-md-12 {
  margin: 0;
  padding: 0; }

.fresh-boot-wrapper .col-md-2 {
  margin: 0;
  padding: 0; }

.fresh-boot-wrapper .col-md-3 {
  margin: 0;
  padding: 0; }

.fresh-boot-wrapper .col-md-4 {
  margin: 0;
  padding: 0; }

.fresh-boot-wrapper .col-md-5 {
  margin: 0;
  padding: 0; }

.fresh-boot-wrapper .col-md-6 {
  margin: 0;
  padding: 0; }

.fresh-boot-wrapper .col-md-7 {
  margin: 0;
  padding: 0; }

.fresh-boot-wrapper .col-md-8 {
  margin: 0;
  padding: 0; }

.fresh-boot-wrapper .col-md-9 {
  margin: 0;
  padding: 0; }

.fresh-boot-wrapper .col-sm-1 {
  margin: 0;
  padding: 0; }

.fresh-boot-wrapper .col-sm-10 {
  margin: 0;
  padding: 0; }

.fresh-boot-wrapper .col-sm-11 {
  margin: 0;
  padding: 0; }

.fresh-boot-wrapper .col-sm-12 {
  margin: 0;
  padding: 0; }

.fresh-boot-wrapper .col-sm-2 {
  margin: 0;
  padding: 0; }

.fresh-boot-wrapper .col-sm-3 {
  margin: 0;
  padding: 0; }

.fresh-boot-wrapper .col-sm-4 {
  margin: 0;
  padding: 0; }

.fresh-boot-wrapper .col-sm-5 {
  margin: 0;
  padding: 0; }

.fresh-boot-wrapper .col-sm-6 {
  margin: 0;
  padding: 0; }

.fresh-boot-wrapper .col-sm-7 {
  margin: 0;
  padding: 0; }

.fresh-boot-wrapper .col-sm-8 {
  margin: 0;
  padding: 0; }

.fresh-boot-wrapper .col-sm-9 {
  margin: 0;
  padding: 0; }

.fresh-boot-wrapper .col-xs-1 {
  margin: 0;
  padding: 0; }

.fresh-boot-wrapper .col-xs-10 {
  margin: 0;
  padding: 0; }

.fresh-boot-wrapper .col-xs-11 {
  margin: 0;
  padding: 0; }

.fresh-boot-wrapper .col-xs-12 {
  margin: 0;
  padding: 0; }

.fresh-boot-wrapper .col-xs-2 {
  margin: 0;
  padding: 0; }

.fresh-boot-wrapper .col-xs-3 {
  margin: 0;
  padding: 0; }

.fresh-boot-wrapper .col-xs-4 {
  margin: 0;
  padding: 0; }

.fresh-boot-wrapper .col-xs-5 {
  margin: 0;
  padding: 0; }

.fresh-boot-wrapper .col-xs-6 {
  margin: 0;
  padding: 0; }

.fresh-boot-wrapper .col-xs-7 {
  margin: 0;
  padding: 0; }

.fresh-boot-wrapper .col-xs-8 {
  margin: 0;
  padding: 0; }

.fresh-boot-wrapper .col-xs-9 {
  margin: 0;
  padding: 0; }

.fresh-boot-wrapper .header-warpper .header {
  border-bottom: 4px solid #92c83e; }
  .fresh-boot-wrapper .header-warpper .header .cart-info {
    margin-top: 25px;
    text-align: right; }
    .fresh-boot-wrapper .header-warpper .header .cart-info span {
      padding: 0 0 0 10px; }
    .fresh-boot-wrapper .header-warpper .header .cart-info .country-select {
      top: 17px;
      display: inline-block;
      border: 1px solid #e6e7e8;
      border-radius: 3px;
      height: 24px; }
    .fresh-boot-wrapper .header-warpper .header .cart-info .person-img {
      width: 30px;
      height: 30px;
      display: inline-block;
      background: #333;
      border-radius: 25px; }
    .fresh-boot-wrapper .header-warpper .header .cart-info .col-sm-9 {
      text-align: right; }

.fresh-boot-wrapper .header-warpper .header-search .header-search-text {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #e6e7e8;
  margin: 5px; }

.fresh-boot-wrapper .header-search {
  clear: both;
  border-top: 1px solid #e6e7e8; }

.fresh-boot-wrapper .hamburger {
  background: url(../images/hamburger.png) no-repeat 5px 16px;
  height: 35px;
  cursor: pointer; }

.fresh-boot-wrapper .hamburger-active {
  background: url(../images/hamburger-open.png) no-repeat 5px 16px;
  height: 35px;
  cursor: pointer; }

.fresh-boot-wrapper input.form-control.search-grp-text {
  height: 40px; }

.fresh-boot-wrapper .catmenu {
  position: absolute;
  list-style: none;
  width: 230px;
  border: 1px solid #e6e7e8;
  margin-top: -3px;
  background: #fff;
  z-index: 20;
  display: none;
  padding-left: 0; }
  .fresh-boot-wrapper .catmenu > li > a {
    font-weight: bold;
    line-height: 35px;
    text-decoration: none;
    font-size: 14px;
    color: #000;
    padding-left: 20px;
    text-transform: uppercase; }
  .fresh-boot-wrapper .catmenu > li > ul {
    position: static;
    width: auto;
    line-height: 35px;
    border-bottom: 1px solid #e6e7e8;
    border-top: 2px solid #92c83e; }
    .fresh-boot-wrapper .catmenu > li > ul:before {
      border: 0; }
    .fresh-boot-wrapper .catmenu > li > ul:after {
      border: 0; }
    .fresh-boot-wrapper .catmenu > li > ul > a {
      font-size: 14px;
      color: #414042;
      list-style: none;
      text-decoration: none; }
      .fresh-boot-wrapper .catmenu > li > ul > a > li {
        padding-left: 0px; }

.fresh-boot-wrapper .search-btn {
  padding: 0;
  border: 0; }

.fresh-boot-wrapper .drop-down {
  margin-right: 10px; }

.fresh-boot-wrapper .footer-head {
  border-bottom: 1px solid #e6e7e8;
  height: 42px;
  background: #fafafa; }
  .fresh-boot-wrapper .footer-head .footer-head-text {
    font-weight: bold;
    color: #414042;
    font-size: 16px;
    padding: 10px 0 10px 10px;
    text-transform: uppercase; }
  .fresh-boot-wrapper .footer-head .footer-head-heart {
    padding: 10px 10px 0 0; }
    .fresh-boot-wrapper .footer-head .footer-head-heart img {
      padding-left: 20px; }

.fresh-boot-wrapper .header-logo {
  padding-left: 15px; }

.fresh-boot-wrapper .cart-info {
  padding-right: 15px; }

.fresh-boot-wrapper .btn {
  width: 40px;
  padding: 0; }

.fresh-boot-wrapper .container input[type=checkbox].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.fresh-boot-wrapper .container input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -20px; }

.fresh-boot-wrapper .container input[type=checkbox].css-checkbox + label.css-label {
  padding-left: 25px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 13px;
  vertical-align: middle;
  cursor: pointer;
  color: #414042; }

.fresh-boot-wrapper .container label.css-label {
  background-image: url("../images/checkbox.png"); }

.fresh-boot-wrapper .container .label {
  padding: 0;
  font-size: inherit;
  color: inherit;
  vertical-align: inherit;
  font-weight: inherit; }

.fresh-boot-wrapper .container a.mini-cart-link-checkout, .fresh-boot-wrapper .container a.mini-cart-link-checkout:hover {
  color: #414042; }

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .fresh-boot-wrapper .catmenu .arrow-transform-class {
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg); }
  .fresh-boot-wrapper .catmenu span.drop-down {
    margin-top: 7px; }
  .fresh-boot-wrapper h2.mega-canning-head {
    dispaly: inline-block; }
  .fresh-boot-wrapper span.mega-canning-main-menu {
    float: right;
    margin-right: 12px; }
  .fresh-boot-wrapper .prof-pic-header {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #ddd;
    padding: 2px; }
  .fresh-boot-wrapper .social {
    display: none; } }

@media only screen and (min-width: 769px) {
  .fresh-boot-wrapper .container {
    width: 1010px; }
  .fresh-boot-wrapper .header-search {
    border-top: none; }
  .fresh-boot-wrapper .footer-head .header-sub {
    margin: 0 3px; }
    .fresh-boot-wrapper .footer-head .header-sub a {
      color: #414042; }
  .fresh-boot-wrapper .footer-head .footer-head-heart span {
    border-right: 1px solid #e6e7e8;
    padding: 12px 11px 13px 0; }
  .fresh-boot-wrapper .header-warpper .header-search {
    border-bottom: none; }
    .fresh-boot-wrapper .header-warpper .header-search .header-search-text {
      width: 90%;
      float: right; }
    .fresh-boot-wrapper .header-warpper .header-search .col-xs-10 {
      margin-top: -88px;
      float: right; }
  .fresh-boot-wrapper .header-warpper .header {
    border: 0;
    border-bottom: 4px solid #92c83e; }
  .fresh-boot-wrapper .humburger-mob {
    display: none; }
  .fresh-boot-wrapper input.form-control.search-grp-text {
    height: 40px; }
  .fresh-boot-wrapper ul#js-drown-level2.recipes {
    width: 230px; }
  .fresh-boot-wrapper ul#js-drown-level2 {
    text-align: left; }
  .fresh-boot-wrapper .header-container-sub {
    position: relative; }
  .fresh-boot-wrapper .catmenu {
    display: block;
    margin-top: -39px;
    width: 100%;
    padding-left: 0;
    border: none;
    background: transparent;
    text-align: right;
    padding-right: 55px;
    position: absolute; }
    .fresh-boot-wrapper .catmenu .jarden-current-page-tooltip-adder:after {
      content: "";
      position: absolute;
      margin-left: -20%;
      margin-top: -6px;
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
      border-top: none;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #92c83e;
      border-left: 10px solid transparent; }
    .fresh-boot-wrapper .catmenu > li {
      text-decoration: none;
      display: inline-block;
      padding-left: 20px;
      position: relative; }
      .fresh-boot-wrapper .catmenu > li > ul {
        width: 210px;
        border: 1px solid #e6e7e8;
        border-top: 2px solid #92c83e;
        z-index: 10;
        color: #000;
        background-color: #fff;
        padding-left: 25px;
        position: absolute;
        margin-left: -105px;
        right: -20px; }
        .fresh-boot-wrapper .catmenu > li > ul:before {
          content: "";
          position: absolute;
          z-index: 100;
          margin-top: -10px;
          margin-left: 130px;
          border-top: none;
          border-right: 10px solid transparent;
          border-bottom: 10px solid #92c83e;
          border-left: 10px solid transparent; }
      .fresh-boot-wrapper .catmenu > li > a {
        padding-left: 0; }
        .fresh-boot-wrapper .catmenu > li > a span.drop-down {
          display: none; }
      .fresh-boot-wrapper .catmenu > li > #js-drown-canning {
        margin-left: 0; }
  .fresh-boot-wrapper .prof-pic-header {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #ddd;
    padding: 2px; }
  .fresh-boot-wrapper .country-select {
    display: inline-block;
    border: 1px solid #e6e7e8;
    border-radius: 3px;
    height: 20px;
    width: 30px;
    margin-top: 12px; }
  .fresh-boot-wrapper .md-lg-cart {
    margin-left: -45px;
    margin-top: -9px; }
  .fresh-boot-wrapper .social-wrap {
    text-align: right;
    padding-right: 36px;
    padding-top: 3px; }
    .fresh-boot-wrapper .social-wrap a {
      text-decoration: none;
      color: #424242 !important; }
      .fresh-boot-wrapper .social-wrap a:hover {
        color: #424242 !important; }
  .fresh-boot-wrapper #js-account-content {
    right: 34px; }
  .fresh-boot-wrapper span.drop-down {
    margin-left: 5px;
    float: none; }
  .fresh-boot-wrapper .menu-down-arrow {
    display: none; }
  .fresh-boot-wrapper img.pecting-icon {
    position: absolute;
    left: 370px;
    top: 137px; }
  .fresh-boot-wrapper .input-group.search-grp {
    width: 86%;
    right: -48px; }
  .fresh-boot-wrapper ul.social {
    display: inline-block;
    margin-right: 22px;
    margin-bottom: 0;
    margin-top: 5px; }
    .fresh-boot-wrapper ul.social li.brands {
      padding-left: 8px; }
  .fresh-boot-wrapper .account > span:last-child {
    padding: 0;
    padding-top: 5px;
    margin-right: 0; } }

.fresh-boot-wrapper .input-group.search-grp {
  margin: 5px; }

.fresh-boot-wrapper .sharing_img {
  height: 27px;
  top: 0%;
  position: absolute;
  left: 51%; }

.fresh-boot-wrapper #js_share_img {
  position: absolute;
  background: #fff;
  z-index: 3;
  list-style: none;
  width: 150px;
  right: 42%;
  top: 32px;
  border: 1px solid #e6e7e8;
  border-top: 2px solid #93c840;
  padding-left: 20px;
  display: none; }
  .fresh-boot-wrapper #js_share_img > a {
    font-size: 14px;
    color: #414042;
    line-height: 30px;
    text-decoration: none;
    text-align: left; }
    .fresh-boot-wrapper #js_share_img > a:hover {
      color: #92c83e; }
  .fresh-boot-wrapper #js_share_img:after {
    content: "";
    position: absolute;
    z-index: 100;
    top: 0;
    margin-top: -9px;
    margin-left: -12%;
    border-top: none;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #93c840;
    border-left: 9px solid transparent; }
  .fresh-boot-wrapper #js_share_img li {
    margin: 12px -11px 12px 0px; }

.fresh-boot-wrapper .drop-down {
  margin-right: 22px; }

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .fresh-boot-wrapper .catmenu .drop-down-level1 .menu-down-arrow {
    margin-top: 7px; }
  .fresh-boot-wrapper .sharing_img {
    height: 27px;
    top: 0%;
    position: absolute;
    left: 33%; }
  .fresh-boot-wrapper .drop-down {
    margin-right: 19px; }
  .fresh-boot-wrapper #js_share_img {
    position: absolute;
    background: #fff;
    z-index: 3;
    list-style: none;
    width: 150px;
    right: 52%;
    top: 32px;
    border: 1px solid #e6e7e8;
    border-top: 2px solid #93c840;
    padding-left: 20px;
    display: none; }
    .fresh-boot-wrapper #js_share_img > a {
      font-size: 14px;
      color: #414042;
      line-height: 30px;
      text-decoration: none;
      text-align: left; }
      .fresh-boot-wrapper #js_share_img > a:hover {
        color: #92c83e; }
    .fresh-boot-wrapper #js_share_img:after {
      content: "";
      position: absolute;
      z-index: 100;
      top: 0;
      margin-top: -9px;
      margin-left: -12%;
      border-top: none;
      border-right: 9px solid transparent;
      border-bottom: 9px solid #93c840;
      border-left: 9px solid transparent; }
    .fresh-boot-wrapper #js_share_img li {
      margin: 12px -11px 12px 0px; } }

.fresh-boot-wrapper .input-group.search-grp form {
  display: table-footer-group; }

.fresh-boot-wrapper button.btn.btn-default.search-btn {
  min-width: 0; }

.fresh-boot-wrapper button.btn.btn-default.search-btn img {
  margin: -20px 0 0 -12px;
  position: absolute; }

.search-grp button {
  background: none;
  float: right;
  padding: 0;
  margin: 1px 0 0 0;
  border: 0 none;
  border-radius: 0;
  box-shadow: 0 0 0 0; }
  .search-grp button:before, .search-grp button:after {
    display: none; }

.fresh-boot-wrapper .input-group-btn:last-child > .btn {
  margin-left: -2px; }

@media only screen and (max-width: 1500px) and (min-width: 769px) {
  .fresh-boot-wrapper #js-account-content:after {
    margin-left: 87px; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fresh-boot-wrapper #js-account-content::after {
    margin-left: -16px !important; }
  .fresh-boot-wrapper button.search-btn.btn-default.btn img:active, .fresh-boot-wrapper button.search-btn.btn-default.btn img:focus {
    margin: -21px 0 0 -12px;
    position: absolute; }
  .fresh-boot-wrapper .catmenu .jarden-current-page-tooltip-adder::after {
    margin-top: 29px !important; }
  input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0; }
  input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0; }
  .fresh-boot-wrapper .catmenu {
    width: 100%; }
  .fresh-boot-wrapper .country-select1 > li > ul {
    z-index: 23 !important; } }

body {
  -ms-overflow-style: scrollbar; }

.header-banner {
  background: #424242;
  padding: 10px;
  text-align: center;
  color: #fff; }

.header-banner a {
  color: #fff; }

#mini-cart, .cart_icon {
  position: static;
  float: right;
  z-index: 200;
  color: #424242;
  margin: 21px 52px 0 0; }
  #mini-cart .mini-cart-name, .cart_icon .mini-cart-name {
    float: right;
    font-style: italic;
    line-height: normal;
    width: 50%;
    margin: 0 0 6px 0;
    text-align: left; }
    #mini-cart .mini-cart-name a, .cart_icon .mini-cart-name a {
      text-decoration: underline;
      color: #424242; }
  #mini-cart .mini-cart-product, .cart_icon .mini-cart-product {
    border-bottom: 1px solid #aaa;
    overflow: hidden;
    padding: 7px;
    position: relative; }
    #mini-cart .mini-cart-product:last-of-type, .cart_icon .mini-cart-product:last-of-type {
      border: none; }
    #mini-cart .mini-cart-product.collapsed .mini-cart-name,
    #mini-cart .mini-cart-product.collapsed .mini-cart-attributes,
    #mini-cart .mini-cart-product.collapsed .mini-cart-pricing,
    #mini-cart .mini-cart-product.collapsed .product-availability-list, .cart_icon .mini-cart-product.collapsed .mini-cart-name,
    .cart_icon .mini-cart-product.collapsed .mini-cart-attributes,
    .cart_icon .mini-cart-product.collapsed .mini-cart-pricing,
    .cart_icon .mini-cart-product.collapsed .product-availability-list {
      width: 90%; }
    #mini-cart .mini-cart-product.collapsed .mini-cart-image, .cart_icon .mini-cart-product.collapsed .mini-cart-image {
      display: none; }
    #mini-cart .mini-cart-product .mini-cart-toggle, .cart_icon .mini-cart-product .mini-cart-toggle {
      cursor: pointer;
      font-size: 21px;
      position: absolute;
      left: 0;
      top: 0; }

.mini-cart-total {
  position: relative; }
  .mini-cart-total .mini-cart-link {
    float: left;
    overflow: auto;
    color: #fff;
    font-size: 13px;
    font-weight: 400; }
    @media screen and (min-width: 768px) {
      .mini-cart-total .mini-cart-link {
        transition: color .5s ease; }
        .mini-cart-total .mini-cart-link:hover, .mini-cart-total .mini-cart-link.active {
          color: #424242; } }
  .mini-cart-total span.holder {
    float: left;
    margin: 6px 6px 0 0; }
    @media only screen and (max-width: 767px) {
      .mini-cart-total span.holder {
        margin: 0; } }
    .mini-cart-total span.holder img {
      float: left; }
      .mini-cart-total span.holder img.mobile {
        display: none; }
        @media only screen and (max-width: 767px) {
          .mini-cart-total span.holder img.mobile {
            display: block; } }
      @media only screen and (max-width: 767px) {
        .mini-cart-total span.holder img.desktop {
          display: none; } }
  @media only screen and (max-width: 767px) {
    .mini-cart-total .message {
      display: none; } }
  .mini-cart-total .minicart-quantity {
    background-color: #fff;
    color: #424242;
    font: 700 12px/12px Arial;
    line-height: 12px;
    padding: 1px 3px;
    border: 1px solid #99ca45;
    border-radius: 10px;
    text-align: center;
    float: left;
    margin: 0 0 0 -2px; }
    @media only screen and (max-width: 767px) {
      .mini-cart-total .minicart-quantity {
        color: #fff;
        font-size: 12px;
        background-color: #99ca45;
        border: 1px solid #fff;
        margin: 0 0 0 -3px; } }
  .mini-cart-total .mini-cart-empty:hover {
    text-decoration: none; }

.mini-cart-link-cart {
  width: 195px;
  margin: 0 0 0 34px;
  color: #ffffff !important; }
  @media only screen and (max-width: 767px) {
    .mini-cart-link-cart {
      width: 135px; } }

.mini-cart-content {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: -2px 3px 3px rgba(0, 0, 0, 0.3);
  display: none;
  position: absolute;
  right: 0;
  top: 30px;
  line-height: 150%;
  width: 280px;
  z-index: 100; }
  #mini-cart:hover .mini-cart-content {
    display: block; }
  .cart-icon:hover .mini-cart-content {
    display: block; }

.mini-cart-header {
  font-size: 20px;
  color: #424242;
  font-weight: 700;
  padding: 15px;
  text-align: center;
  font-family: "Nunito", Arial, sans-serif;
  text-transform: uppercase; }

.mini-cart-products {
  max-height: 360px;
  padding: 0.5em;
  overflow: auto; }

.mini-cart-product {
  border-bottom: 1px solid #aaa;
  overflow: hidden;
  padding: 7px;
  position: relative; }
  .mini-cart-product:last-of-type {
    border: none; }
  .mini-cart-product.collapsed .mini-cart-name,
  .mini-cart-product.collapsed .mini-cart-attributes,
  .mini-cart-product.collapsed .mini-cart-pricing,
  .mini-cart-product.collapsed .product-availability-list {
    width: 90%;
    float: right; }
  .mini-cart-product.collapsed .mini-cart-image {
    display: none; }
  .mini-cart-product .mini-cart-toggle {
    cursor: pointer;
    font-size: 21px;
    position: absolute;
    left: 0;
    top: 0; }

.mini-cart-image {
  float: left;
  width: 45%; }
  .mini-cart-image img {
    max-width: 90%; }

.mini-cart-attributes, .mini-cart-product .product-availability-list {
  float: right;
  clear: right;
  padding: 0;
  font-size: 0.9em;
  font-weight: bold;
  width: 50%;
  text-align: left; }
  .mini-cart-attributes .attribute span, .mini-cart-product .product-availability-list .attribute span {
    padding: 0px !important; }

.mini-cart-pricing {
  clear: right;
  float: right;
  font-size: 0.9em;
  width: 50%;
  text-align: left; }

.mini-cart-totals {
  text-align: center; }

.mini-cart-subtotals {
  font-weight: 700;
  padding: 0; }
  .mini-cart-subtotals .label {
    margin: 0 20px 0 0; }

.mini-cart-slot {
  background: none repeat scroll 0 0 #e0e0e0;
  border: 1px solid #e0e0e0;
  font-size: 0.9em;
  font-style: italic;
  margin: 1em 2em;
  padding: 1em; }

.mini-cart-link-checkout {
  clear: both;
  width: 100%;
  float: left;
  font-size: 14px;
  font-weight: 700;
  margin: 10px 0;
  text-align: center; }
  .mini-cart-link-checkout:hover {
    color: #99ca45; }

@media only screen and (max-width: 959px) and (min-width: 768px) {
  #mini-cart, .cart_icon {
    position: absolute;
    float: right;
    z-index: 200;
    color: #424242;
    margin: 0px; }
  .cart_icon {
    right: 55%; } }

@media only screen and (max-width: 767px) and (min-width: 320px) {
  #mini-cart, .cart_icon {
    position: absolute;
    float: right;
    z-index: 200;
    color: #424242;
    margin: 0px;
    left: 4px; }
  .basketitems {
    color: #fff;
    font-size: 71%;
    background-color: #e74c3c;
    position: absolute;
    top: 8px;
    left: 31px;
    -webkit-transform: translate(-50%, -90%);
    transform: translate(-50%, -90%);
    padding: 2px 5px !important;
    border-radius: 962px; } }

@media only screen and (max-width: 1500px) and (min-width: 769px) {
  #mini-cart, .cart_icon {
    position: static;
    float: right;
    z-index: 200;
    color: #424242;
    margin: 21px 32px 0 0; } }

.breadcrumb {
  font-family: Arial, San-Serif, sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #999;
  margin: 0;
  padding: 10px 0; }
  .breadcrumb li {
    display: inline;
    list-style: none outside none; }
    .breadcrumb li a {
      color: #999; }
  @media only screen and (max-width: 767px) {
    .breadcrumb {
      font-size: 11px;
      line-height: 17px; } }

.paging-current-page {
  left: -999em;
  position: absolute; }

.breadcrumb-element {
  color: #999; }
  .breadcrumb-element:after {
    content: '|';
    margin-left: 6px; }
  .breadcrumb-element:last-child:after {
    content: ''; }

.breadcrumb-refinement:after {
  content: attr(data-divider);
  font-style: normal; }

.breadcrumb-refinement:last-of-type:after {
  content: ''; }

.breadcrumb-refinement-value {
  background-color: rgba(153, 202, 69, 0.3);
  display: none;
  border-radius: 3px;
  margin: 0 .42em .42em 0;
  padding: 0 .42em; }

.breadcrumb-relax {
  background: none;
  color: #990000;
  font-style: normal;
  padding: 0 0 0 .4em; }

.breadcrumb-result-text a,
.breadcrumb .searchphraselink {
  background: none;
  color: #979241;
  padding: 0; }

.primary-content h1, .primary-content .navHeader {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 14px; }

.primary-content .border_left h1, .primary-content .border_left .navHeader {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 2px;
  padding: 1% 0% 0% 2%; }

#secondary h1, #secondary .navHeader {
  font-size: 1.75em;
  font-style: italic;
  font-weight: 400;
  margin: 0 0 14px; }

.primary-content dl {
  clear: both;
  overflow: hidden; }
  .primary-content dl dt {
    clear: both;
    float: left;
    margin: 2% 0 0;
    min-width: 15%; }
  .primary-content dl dd {
    float: left;
    margin: 2% 0 0;
    padding: 0 0 0 5%; }

.col-1 {
  float: left;
  margin: 4px 0;
  width: 48%; }

.col-2 {
  float: right;
  margin: 4px 0;
  width: 48%; }

.content-header {
  font-size: 1.75em;
  font-style: italic;
  font-weight: 400;
  margin: 0 0 14px !important; }
  .content-header span {
    font-size: 0.75em;
    font-style: normal;
    font-weight: 400; }

.section-header-note {
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  color: #99ca45;
  right: 10px;
  font-family: "Abel", Arial, sans-serif;
  text-transform: lowercase;
  text-decoration: underline; }
  .section-header-note:hover {
    text-decoration: none; }

.back {
  display: block;
  margin: 0 0 10px; }
  .back a:hover {
    text-decoration: underline; }

.onecolumn-layout .page-content #secondary {
  display: none; }

.onecolumn-layout .page-content .primary-content {
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%; }
  .onecolumn-layout .page-content .primary-content h1, .onecolumn-layout .page-content .primary-content .navHeader {
    font-size: 45px;
    border: 0; }
    @media only screen and (max-width: 767px) {
      .onecolumn-layout .page-content .primary-content h1, .onecolumn-layout .page-content .primary-content .navHeader {
        font-size: 30px; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .primary-content .socialLinks #twitter-widget-0 {
    margin-bottom: 0px; } }

#secondary a {
  font: 400 16px "Nunito", Arial, sans-serif; }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    #secondary a {
      font-size: 14px; } }

#secondary .refinement .refinement-link,
#secondary .refinement a {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 21px; }
  #secondary .refinement .refinement-link.active,
  #secondary .refinement a.active {
    color: #99ca45;
    text-decoration: underline;
    font-weight: normal; }
  @media only screen and (max-width: 767px) {
    #secondary .refinement .refinement-link,
    #secondary .refinement a {
      font-size: 13px; } }

#category-level-1 li {
  color: #666;
  display: block; }
  #category-level-1 li .refinement-link {
    background: none repeat scroll 0 0 transparent;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 21px;
    color: #414042;
    text-decoration: none; }
    #category-level-1 li .refinement-link:hover {
      color: #414042;
      text-decoration: none; }
  #category-level-1 li.expandable .refinement-link {
    padding: 0; }
  #category-level-1 li.expandable .active {
    padding: 0;
    color: #99ca45;
    text-decoration: underline; }

#category-level-2 a.active {
  color: #333;
  font-weight: 700; }

#category-level-2 a.refinement-link {
  margin: 0 0 0 .4em;
  padding: 0; }

#category-level-2 {
  padding: 5px 0 0 10px; }
  #category-level-2 li:last-child {
    padding-bottom: 0; }

#category-level-3 {
  padding: 5px 0 0 10px; }
  #category-level-3 a.refinement-link {
    font-style: normal;
    margin: 0 0 0 .9em;
    padding: 0; }

.refinement {
  position: relative;
  margin-bottom: 10px; }
  @media only screen and (max-width: 767px) {
    .refinement {
      margin-bottom: 8px; } }
  @media only screen and (max-width: 767px) {
    .refinement:last-child ul {
      padding-bottom: 0; } }
  @media only screen and (max-width: 767px) {
    .refinement ul li:last-child {
      padding-bottom: 0; } }
  @media only screen and (max-width: 767px) {
    .refinement.Size {
      margin-bottom: -5px; } }

.refinement-header {
  display: block;
  font-size: 18px;
  font-weight: 400;
  font-family: "Abel", Arial, sans-serif;
  margin: 0;
  padding: 6px 9px;
  color: #424242;
  text-transform: uppercase;
  background: url(../images/divider-gray.png) repeat-x bottom; }
  @media only screen and (max-width: 767px) {
    .refinement-header {
      background: none;
      height: 35px;
      line-height: 35px;
      padding: 0 9px;
      border: 1px solid #e6e6e6;
      border-radius: 4px; } }
  @media only screen and (max-width: 767px) {
    .refinement-header .toggle-arrow {
      margin-top: 9px;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      display: block;
      float: right;
      width: 15px;
      height: 15px;
      background: url(../images/toggle-arrow.png) no-repeat; } }
  .refinement-header.expanded .toggle-arrow {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

@media only screen and (max-width: 767px) {
  .category-refinement {
    display: none; } }

.refinement h3 {
  font-size: 18px;
  font-weight: 400;
  font-family: "Abel", Arial, sans-serif;
  margin: 0;
  padding: 6px 9px;
  color: #424242;
  text-transform: uppercase;
  background: url(../images/divider-gray.png) repeat-x bottom;
  cursor: pointer; }
  @media only screen and (max-width: 767px) {
    .refinement h3 {
      font-size: 16px; } }
  .ie7 .refinement h3 {
    clear: both; }

.toggle.expanded .toggle-arrow, .toggle.active .toggle-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.toggle .toggle-arrow {
  margin-top: 4px;
  float: right;
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/toggle-arrow.png) no-repeat; }

.refinement h3 i {
  color: #64772d; }

.refinement a {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px; }

.refinement li {
  padding: 5px 0; }
  @media only screen and (max-width: 767px) {
    .refinement li {
      padding: 0 15px 15px 0; } }

.refinement ul {
  list-style: none outside none;
  margin: 0;
  padding: 9px; }
  @media only screen and (max-width: 767px) {
    .refinement ul {
      overflow: hidden; } }
  .refinement ul li i {
    background: url(../images/checkbox-not-selected.png);
    width: 20px;
    height: 20px;
    position: relative;
    top: 3px;
    margin-right: 5px; }
    .refinement ul li i:before {
      content: ''; }
  .refinement ul li.selected i {
    background: url(../images/checkbox-selected.png) no-repeat; }
    .refinement ul li.selected i:before {
      content: ''; }
  .refinement ul.swatches li {
    float: left;
    margin: 0 15px 15px 0; }
    .refinement ul.swatches li a {
      position: relative;
      width: 35px;
      height: 35px;
      border-radius: 4px;
      display: block; }
    .refinement ul.swatches li.selected a i {
      display: initial;
      color: #fff;
      position: absolute;
      top: 0;
      width: 35px;
      line-height: 35px;
      text-align: center;
      font-size: 16px; }
    .refinement ul.swatches li.unselectable a {
      background-image: url("../images/interface/icon-color-swatch-unselectable.png");
      background-position: right top; }
  .refinement ul.refinementColor li a {
    width: 35px;
    height: 35px;
    padding: 0; }
    .refinement ul.refinementColor li a i {
      display: none; }

.refinement .clear-refinement {
  position: absolute;
  right: 35px;
  top: 8px; }

.refinement .refinement-link {
  border: 0 none; }

.refinement .selected .refinement-link {
  background-position: left bottom; }

.refinement .refinement-top-level {
  padding: 1em; }

.nav .nav-header {
  font: 400 20px "Abel", Arial, sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 5px; }
  @media only screen and (max-width: 767px) {
    .nav .nav-header {
      height: 40px;
      line-height: 40px;
      cursor: pointer;
      padding: 0 10px;
      border: 1px solid #e6e6e6;
      border-radius: 4px;
      background: url("../images/uniform/select_down.png") no-repeat calc(100% - 10px) center; }
      .nav .nav-header.active {
        background-image: url("../images/uniform/select_top.png");
        border-radius: 4px 4px 0 0;
        border-bottom: 0; } }

.nav ul {
  border: 0 none;
  list-style: none outside none;
  margin: .58em 0;
  padding: 0; }
  .nav ul li {
    list-style: none outside none !important;
    margin: 0 0 .58em !important; }
  @media only screen and (min-width: 768px) {
    .nav ul.content {
      display: block !important; } }
  @media only screen and (max-width: 767px) {
    .nav ul.content {
      margin: 0;
      border: 1px solid #e6e6e6;
      border-radius: 0 0 4px 4px;
      display: none; }
      .nav ul.content li {
        margin: 0 !important;
        padding: 0 10px; }
        .nav ul.content li a {
          display: block;
          height: 35px;
          line-height: 35px !important; }
        .nav ul.content li:nth-child(odd) {
          background: #efefef; } }

.nav .toggle {
  border: 0 none;
  display: block;
  font: 400 20px "Abel", Arial, sans-serif;
  text-transform: uppercase; }
  .nav .toggle span {
    background: none repeat scroll 0 0 transparent; }

.nav .expanded {
  background-position: left -96px; }

footer {
  clear: both;
  background: url(../images/footer_bkg.png) 0 17px repeat-x;
  margin-top: 50px;
  font-size: 13px; }
  @media only screen and (max-width: 767px) {
    footer .layout-container {
      padding: 0 15px; } }
  footer .footer-top {
    margin-bottom: 30px; }
    footer .footer-top .footer-logo {
      width: 136px;
      margin: 0 auto; }
      footer .footer-top .footer-logo img {
        max-width: 100%;
        vertical-align: top; }
  footer .footer-bottom ul {
    margin: 0;
    padding: 0;
    overflow: hidden; }
    footer .footer-bottom ul li {
      display: block;
      float: left;
      width: 250px;
      min-height: 180px;
      padding: 4px 0 0 20px;
      border-right: 1px solid #e6e6e6; }
      footer .footer-bottom ul li.first {
        padding-left: 0;
        width: 230px; }
      footer .footer-bottom ul li.last {
        width: 230px;
        border: 0; }
      @media only screen and (min-width: 768px) and (max-width: 959px) {
        footer .footer-bottom ul li {
          width: 185px;
          padding-left: 5px; }
          footer .footer-bottom ul li.first {
            width: 195px; }
          footer .footer-bottom ul li.last {
            width: 203px; } }
      @media only screen and (max-width: 767px) {
        footer .footer-bottom ul li {
          width: 100%;
          float: none;
          padding: 0;
          border: 0;
          min-height: inherit; }
          footer .footer-bottom ul li.first {
            width: 100%; }
          footer .footer-bottom ul li.last {
            width: 100%;
            margin-top: 18px; }
          footer .footer-bottom ul li.active .accordion-heading {
            background-image: url(../images/mobile/arrow_top.png); } }
      footer .footer-bottom ul li h4 {
        margin: 0 0 5px;
        text-transform: uppercase;
        color: #000; }
        @media only screen and (max-width: 767px) {
          footer .footer-bottom ul li h4 {
            padding: 0 5px;
            margin: 0; }
            footer .footer-bottom ul li h4.accordion-heading {
              border-bottom: 1px solid #e6e6e6;
              height: 50px;
              line-height: 50px;
              cursor: pointer;
              background: url(../images/mobile/arrow_bottom.png) no-repeat calc(100% - 10px) center; } }
        footer .footer-bottom ul li h4 sup {
          font-size: 65%; }
      @media only screen and (min-width: 768px) {
        footer .footer-bottom ul li .content {
          display: block !important; } }
      @media only screen and (max-width: 767px) {
        footer .footer-bottom ul li .content {
          display: none;
          border-bottom: 1px solid #e6e6e6;
          padding: 15px 5px 5px; } }
      footer .footer-bottom ul li .content a {
        display: block;
        line-height: 16px;
        margin-bottom: 9px;
        color: #999; }
        footer .footer-bottom ul li .content a:hover {
          text-decoration: underline; }
      footer .footer-bottom ul li .email-signup {
        margin: 3px 0 15px; }
        @media only screen and (max-width: 767px) {
          footer .footer-bottom ul li .email-signup {
            margin: 8px 0 15px;
            padding: 0 5px; } }
        footer .footer-bottom ul li .email-signup .email-alert-signup .input-wrapper {
          width: 100%;
          position: relative; }
          footer .footer-bottom ul li .email-signup .email-alert-signup .input-wrapper input[type="text"] {
            margin-left: 0;
            width: 100%;
            padding: 0 40px 0 10px;
            height: 30px;
            line-height: 30px;
            border-radius: 3px;
            border-color: #e6e6e6;
            color: #999;
            font-style: normal; }
          footer .footer-bottom ul li .email-signup .email-alert-signup .input-wrapper input[type="submit"] {
            border: 0;
            border-radius: 0 3px 3px 0;
            position: absolute;
            top: 1px;
            right: 1px;
            z-index: 1;
            width: 28px;
            height: 28px;
            text-indent: -9999%;
            background: #e6e6e6 url(../images/signup_btn.png) no-repeat center; }
          footer .footer-bottom ul li .email-signup .email-alert-signup .input-wrapper.error input[type="text"] {
            border-color: #e31d1a; }
      @media only screen and (max-width: 767px) {
        footer .footer-bottom ul li .social-wrapper {
          padding: 0 5px;
          margin-top: 8px; } }
      footer .footer-bottom ul li .social-wrapper a {
        margin-right: 10px; }
        @media only screen and (max-width: 767px) {
          footer .footer-bottom ul li .social-wrapper a {
            margin-right: 35px; } }
        footer .footer-bottom ul li .social-wrapper a.last {
          margin: 0; }
  footer .footer-copy {
    border-top: 1px solid #e6e6e6;
    clear: both;
    margin-top: 40px;
    color: #999;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      footer .footer-copy {
        margin-top: 20px; } }
    footer .footer-copy .links {
      margin: 15px 0; }
      @media only screen and (max-width: 767px) {
        footer .footer-copy .links {
          margin: 15px 0 10px; } }
      footer .footer-copy .links a {
        color: #999;
        margin: 0 12px; }
        @media only screen and (max-width: 767px) {
          footer .footer-copy .links a {
            margin: 0 25px 0 0; }
            footer .footer-copy .links a.last {
              margin: 0; } }
        footer .footer-copy .links a:hover {
          text-decoration: underline; }
    @media only screen and (max-width: 767px) {
      footer .footer-copy .copyright {
        letter-spacing: -0.1px;
        line-height: 18px; } }
    footer .footer-copy .copyright img {
      vertical-align: middle; }
    footer .footer-copy .copyright sup {
      font-size: 65%; }
    footer .footer-copy .copyright .top {
      max-width: 870px;
      margin: 0 auto 15px; }
      @media only screen and (max-width: 767px) {
        footer .footer-copy .copyright .top {
          margin-bottom: 5px; } }
    footer .footer-copy .copyright .bottom {
      max-width: 690px;
      margin: 0 auto; }
  footer .signup-message {
    display: none; }

.swatch-black a {
  background-color: #000000 !important; }

.swatch-beige a {
  background-color: #f5f5dc !important; }

.swatch-blue a {
  background-color: blue !important; }

.swatch-purple a {
  background-color: purple !important; }

.swatch-red a {
  background-color: red !important; }

.swatch-brown a {
  background-color: #783201 !important; }

.swatch-green a {
  background-color: green !important; }

.swatch-grey a {
  background-color: #8f979d !important; }

.swatch-pink a {
  background-color: #fe249a !important; }

.swatch-orange a {
  background-color: orange !important; }

.swatch-white a {
  background-color: #ffffff !important; }

.swatch-yellow a {
  background-color: #ffff00 !important; }

.swatch-navy a {
  background-color: navy !important; }

.swatch-miscellaneous a {
  background: url("../images/interface/icon-color-swatch-misc.png") no-repeat scroll left top transparent; }

.unselectable.swatch-miscellaneous a {
  background: url("../images/interface/icon-color-swatch-misc-unselectable.png") no-repeat scroll left top transparent !important; }

.product-tile {
  position: relative;
  text-align: left; }
  .product-tile img {
    max-width: 100%;
    width: 100%;
    height: auto; }
  .product-tile .product-image {
    height: auto;
    position: relative;
    margin-bottom: 37px;
    text-align: center; }
    .product-tile .product-image .quickview {
      top: 50%;
      left: 50%;
      position: absolute;
      color: #fff;
      font-family: "Abel", Arial, sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 30px;
      text-transform: uppercase;
      border: 0 none;
      overflow: visible;
      height: 30px;
      display: inline-block;
      margin: 0 25px 0 15px;
      float: left;
      padding: 0;
      text-align: left;
      width: calc(100% - 40px);
      background: url(../images/mainbtnbg.png) repeat-x left top;
      min-width: 140px;
      width: 100px;
      min-width: 100px;
      margin: -15px 0 0 -55px;
      z-index: 1;
      display: none; }
      .product-tile .product-image .quickview:before {
        float: left;
        content: " ";
        background: url(../images/leftBtnMain.png) no-repeat left top;
        height: 30px;
        width: 15px;
        display: block;
        position: relative;
        margin: 0 0 0 -15px; }
      .product-tile .product-image .quickview:after {
        float: right;
        margin: 0 -25px 0 0;
        position: relative;
        z-index: 1;
        content: " ";
        display: block;
        background: url(../images/rightBtnMain.png) no-repeat right top;
        height: 30px;
        width: 25px; }
      .product-tile .product-image .quickview:hover {
        background-position: 0 100%; }
        .product-tile .product-image .quickview:hover:before, .product-tile .product-image .quickview:hover:after {
          background-position: 0 100%; }
      .product-tile .product-image .quickview.large {
        font-size: 18px;
        line-height: 42px;
        height: 42px;
        margin: 0 34px 0 15px;
        width: calc(100% - 49px);
        background: url(../images/bigBtnBg.png) repeat-x left top; }
        .product-tile .product-image .quickview.large:before {
          height: 42px;
          background: url(../images/bigBtnLeft.png) no-repeat left top; }
        .product-tile .product-image .quickview.large:after {
          margin: 0 -34px 0 0;
          height: 42px;
          width: 34px;
          background: url(../images/bigBtnRight.png) no-repeat right top; }
        .product-tile .product-image .quickview.large:hover {
          background-position: 0 100%; }
          .product-tile .product-image .quickview.large:hover:before, .product-tile .product-image .quickview.large:hover:after {
            background-position: 0 100%; }
      .product-tile .product-image .quickview[disabled], .product-tile .product-image .quickview.disabled {
        opacity: 0.5; }
      .product-tile .product-image .quickview a {
        color: #fff; }
      .product-tile .product-image .quickview i {
        display: none; }
    .product-tile .product-image:hover .quickview {
      display: block; }
  .product-tile .product-callout {
    position: absolute;
    right: 0;
    top: 10px;
    width: 50px;
    height: 50px;
    z-index: 1;
    color: #fff;
    font-family: "Abel", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase; }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      .product-tile .product-callout {
        right: 10px;
        top: 20px; } }
    @media only screen and (max-width: 767px) {
      .product-tile .product-callout {
        right: 10px; } }
    .product-tile .product-callout.Bestseller {
      background: url(../images/callout-best.png) no-repeat;
      font-size: 14px; }
    .product-tile .product-callout.Sale {
      background: url(../images/callout-sale.png) no-repeat; }
    .product-tile .product-callout.Limited {
      background: url(../images/callout-limited.png) no-repeat; }
    .product-tile .product-callout.New {
      background: url(../images/callout-new.png) no-repeat; }
  .product-tile .product-name {
    font-size: 16px;
    font-family: "Abel", Arial, sans-serif;
    line-height: 20px; }
    @media only screen and (max-width: 767px) {
      .product-tile .product-name {
        font-size: 15px; } }
  .product-tile .product-pricing {
    margin: 6px 0 10px;
    font-weight: 700; }
    @media only screen and (max-width: 767px) {
      .product-tile .product-pricing {
        font-size: 13px; } }
    .product-tile .product-pricing .product-standard-price {
      text-decoration: line-through; }
    .product-tile .product-pricing .product-sales-price {
      color: #c13832; }
  .product-tile .product-swatches-all {
    cursor: pointer;
    font-size: 0.9em; }
  .product-tile .product-swatches {
    margin: 0 0 5px; }
    .product-tile .product-swatches ul {
      list-style: none outside none;
      margin: 0;
      overflow: hidden;
      padding: 0; }
      .product-tile .product-swatches ul.swatch-toggle {
        background: none repeat scroll 0 0 #fff;
        display: none;
        position: absolute; }
    .product-tile .product-swatches:hover ul.swatch-toggle {
      display: block; }
    .product-tile .product-swatches li {
      float: left; }
    .product-tile .product-swatches .swatch {
      display: block;
      width: 20px;
      margin-right: 10px;
      position: relative; }
      .product-tile .product-swatches .swatch img {
        height: 20px;
        width: 20px;
        border-radius: 4px; }
    .product-tile .product-swatches .fa-check {
      display: none; }
    .product-tile .product-swatches .selected .fa-check, .product-tile .product-swatches .swatch:hover .fa-check {
      display: initial;
      color: #fff;
      position: absolute;
      top: 0;
      width: 20px;
      line-height: 20px;
      text-align: center;
      font-size: 11px; }
  .product-tile .product-promo {
    margin: 10px 0;
    text-transform: uppercase;
    color: #c13832;
    font-size: 12px;
    font-family: "Nunito", Arial, sans-serif; }
  .product-tile .product-compare {
    display: block;
    float: left;
    margin: 7px 0 0 0;
    width: 100%; }
  .product-tile .product-review {
    margin-bottom: 1em; }
    .product-tile .product-review .rating-title {
      display: inline-block;
      margin-right: 1em; }
    .product-tile .product-review .rating {
      display: inline-block; }
  .wide-tiles .product-tile {
    height: auto !important; }
    .wide-tiles .product-tile .product-image {
      float: left;
      padding-right: 2em; }
    .wide-tiles .product-tile .product-name,
    .wide-tiles .product-tile .product-pricing,
    .wide-tiles .product-tile .product-promo,
    .wide-tiles .product-tile .product-swatches,
    .wide-tiles .product-tile .product-review {
      float: left;
      text-align: left;
      width: 65%; }
    .wide-tiles .product-tile .product-name {
      font-size: 1.5em;
      height: auto;
      margin-top: 0; }
    .wide-tiles .product-tile .product-pricing {
      font-size: 1.3em; }
    .wide-tiles .product-tile .product-swatches {
      margin-bottom: 1em; }
  .product-tile .bv-cleanslate .bv-core-container-35 .bv-stars-container dd .bv-rating-stars {
    letter-spacing: 5px !important; }

.capture-product-id {
  left: -999em;
  position: absolute; }

.product-tile .product-pricing .product-price {
  margin: 6px 0 10px;
  font-weight: 700;
  padding: 0;
  font-family: "Nunito", Arial, sans-serif;
  font-size: 14px; }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    .product-tile .product-pricing .product-price {
      float: right;
      font-size: 14px; } }
  @media only screen and (max-width: 767px) {
    .product-tile .product-pricing .product-price {
      float: right;
      font-size: 14px; } }
  .product-tile .product-pricing .product-price .price-standard {
    color: #424242;
    border: 0 none;
    text-decoration: line-through;
    margin: 0 6px 0 0; }
  .product-tile .product-pricing .product-price .price-sales {
    color: #c13832; }

@media only screen and (max-width: 767px) {
  #secondary.mobile-active {
    position: absolute;
    left: 0;
    z-index: 2;
    display: block;
    margin-top: 46px;
    background: #fff;
    padding: 0 15px; } }

@media only screen and (max-width: 767px) {
  #secondary.mobile-active .refinements-inner {
    border: 1px solid #e6e6e6;
    border-radius: 0 0 4px 4px;
    width: 100%;
    padding: 10px; } }

#secondary.mobile-active .refinements-inner .refinement-header {
  border: none;
  background: url(../images/divider-gray.png) repeat-x bottom; }
  #secondary.mobile-active .refinements-inner .refinement-header .toggle-arrow {
    display: none; }

#secondary.mobile-active .refinements-inner .category-refinement {
  display: block; }

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .pt_product-search-noresult .primary-content {
    width: 555px;
    padding-left: 0; } }

.pt_product-search-result .primary-content h1.content-header, .pt_product-search-result .primary-content .content-header.navHeader {
  padding-left: 15px;
  text-align: right; }

.category-main-banner img {
  max-width: 100%; }

.no-hits-search-term,
.no-hits-search-term-suggest {
  color: #99ca45;
  font-style: italic; }

.no-hits-footer {
  margin: 20px 0; }

.showInMobile {
  display: block; }

.hideInMobile {
  display: none; }

.search-result-bookmarks {
  margin: 15px 0;
  text-align: right; }
  .search-result-bookmarks .first {
    border-right: 1px solid #999;
    padding-right: 5px; }
  .search-result-bookmarks a {
    color: #979241;
    font-family: Arial Regular;
    font-size: 14px; }

.search-result-options {
  margin: 20px 0;
  width: 100%;
  padding-top: 2px; }
  .search-result-options fieldset {
    padding: 0; }
  .search-result-options .pagination ul {
    display: none; }

.search-result-options-recipe {
  margin: 20px 0;
  width: 100%;
  padding-top: 2px;
  text-align: center; }
  .search-result-options-recipe fieldset {
    padding: 0; }
  .search-result-options-recipe .pagination ul {
    display: none; }

.filter-by {
  float: left;
  width: 50%;
  padding-right: 5px;
  box-sizing: border-box; }
  .filter-by .filter {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding: 0 9px;
    border: 1px solid #e6e6e6;
    color: #424242;
    background: #fff url("../images/uniform/select_down.png") no-repeat right 9px center;
    border-radius: 4px;
    box-sizing: border-box; }

.sort-by,
.items-per-page {
  float: left;
  margin: 0;
  padding: 0; }

.sort-by {
  width: 150px;
  margin-right: 10px; }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    .sort-by {
      width: 120px; } }
  @media only screen and (max-width: 767px) {
    .sort-by {
      margin-right: 0;
      width: 50%;
      padding-left: 5px;
      box-sizing: border-box;
      float: left; } }
  .sort-by .selector {
    overflow: hidden; }

.bottom .sort-by {
  display: none; }
  @media only screen and (max-width: 767px) {
    .bottom .sort-by {
      display: none; } }

.bottom .pagination ul {
  display: inline-block; }

.bottom .pagination .results-hits {
  display: none; }

.items-per-page {
  min-width: 70px;
  display: none; }
  @media only screen and (max-width: 767px) {
    .items-per-page {
      display: none; } }
  .items-per-page .selector span {
    padding-right: 20px; }

.sort-by label,
.items-per-page label {
  display: none; }

.sort-by select,
.items-per-page select {
  padding: 0 9px;
  position: relative;
  float: left;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  color: #424242;
  width: 100% !important;
  text-overflow: ellipsis;
  height: 35px;
  line-height: 35px;
  min-width: 100%;
  display: block;
  background: url(../images/uniform/select_down.png) no-repeat right center;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

.sort-by button,
.items-per-page button {
  background: none repeat scroll 0 0 #ccc;
  border: 0 none;
  color: #333;
  font-size: 14px;
  padding: 0.3em;
  width: auto; }

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .pagination {
    position: relative;
    clear: none !important; }
    .pagination .results-hits {
      position: inherit;
      right: 0;
      top: 21px;
      letter-spacing: -0.5px; }
    .pagination .search-result-avl {
      top: 90px; }
  .trending-container #trendingresult {
    position: absolute;
    width: 100%;
    top: 124px; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .pagination {
    clear: none;
    padding-top: 0px; }
    .pagination .results-hits {
      position: absolute;
      right: 0;
      letter-spacing: -0.5px; }
    .pagination .search-result-avl {
      top: 90px; }
  .trending-container #trendingresult {
    position: absolute;
    width: 100%;
    top: 124px; } }

@media only screen and (min-width: 768px) and (max-width: 1500px) {
  .showInMobile {
    display: none; }
  .hideInMobile {
    display: block; }
  /*.pagination {
    	.results-hits {
    		top: 23px;
    		right: 25px;
    	}
    }*/ }

.pagination {
  text-align: center;
  margin: 0; }
  @media only screen and (max-width: 767px) {
    .pagination {
      clear: both;
      float: none;
      width: 100%; } }
  .pagination .results-hits {
    line-height: 35px;
    display: inline-block;
    float: right;
    color: #414042;
    /*position: absolute;
		top: 97px;
    	right: 0px;*/ }
  .pagination ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: right; }
    @media only screen and (max-width: 767px) {
      .pagination ul {
        float: none; } }
  .pagination li {
    display: block;
    float: left;
    list-style: none;
    padding: 0 7px;
    line-height: 35px; }
    .pagination li.first-last {
      padding: 0 5px; }
    .pagination li.current-page {
      color: #757575; }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      .pagination li {
        padding: 0 4px; }
        .pagination li:first-child {
          display: none; }
        .pagination li:last-child {
          display: none; } }
    @media only screen and (max-width: 767px) {
      .pagination li {
        padding: 0 9px; } }
    @media only screen and (max-width: 767px) {
      .pagination li:first-child {
        padding-left: 0; } }
    @media only screen and (max-width: 767px) {
      .pagination li:last-child {
        padding-right: 0; } }
    .pagination li .page-next,
    .pagination li .page-last,
    .pagination li .page-first,
    .pagination li .page-previous {
      display: inline-block;
      width: 35px;
      height: 35px;
      border-radius: 4px;
      box-sizing: border-box; }
      .pagination li .page-next.not-active,
      .pagination li .page-last.not-active,
      .pagination li .page-first.not-active,
      .pagination li .page-previous.not-active {
        opacity: 0.5; }
    .pagination li .page-next,
    .pagination li .page-previous {
      background: url(../images/toggle-arrow.png) no-repeat center;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
    .pagination li .page-previous {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
    .pagination li .page-last,
    .pagination li .page-first {
      background: url(../images/arrow-last.png) no-repeat center; }
    .pagination li .page-first {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .pagination li a {
      color: #414042; }
  .pagination .toggle-grid {
    display: none; }

.search-result-items {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden; }
  .search-result-items:after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box; }
  .search-result-items li {
    list-style: none outside none; }
  .search-result-items .new-row {
    clear: both; }
  .search-result-items .grid-tile {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 20px;
    width: 33%;
    height: 380px;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6; }
    .search-result-items .grid-tile:nth-child(3n) {
      border-right: none; }
    @media only screen and (max-width: 767px) {
      .search-result-items .grid-tile {
        width: 100%;
        height: auto;
        border: none;
        border-bottom: 1px solid #e6e6e6;
        float: none;
        padding: 30px 10px 20px; } }
  .search-result-items .invisible {
    display: none; }

.search-result-content {
  clear: both; }

.search-promo {
  padding: 20px; }

#results-content {
  background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left 35px transparent;
  padding-top: 40px; }

.folder-content-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
  font-size: 0; }
  .folder-content-list li {
    list-style: none outside none;
    margin: 0;
    padding: 2% 2% 2% 0;
    width: 50%;
    font-size: 14px;
    display: inline-block;
    vertical-align: top; }
    .folder-content-list li a {
      font-size: 16px;
      font-family: "Abel", Arial, sans-serif;
      color: #99ca45;
      text-decoration: underline;
      line-height: 20px;
      margin-bottom: 10px;
      display: block; }
      .folder-content-list li a:hover {
        text-decoration: none; }
      .folder-content-list li a.readmore {
        font-family: Arial, sans-serif;
        color: #424242;
        text-decoration: underline;
        font-size: 14px;
        display: initial;
        margin: 0; }
        .folder-content-list li a.readmore:hover {
          color: #424242;
          text-decoration: none; }
  .folder-content-list .content-title {
    display: block; }

.no-results {
  padding: 20px; }

.toggle-grid {
  display: block;
  float: left;
  margin-right: 0.5em; }
  .toggle-grid i {
    cursor: pointer;
    margin-right: 0.3em; }
  .toggle-grid [data-option="column"] {
    color: #99ca45; }
  .toggle-grid.wide [data-option="wide"] {
    color: #99ca45; }
  .toggle-grid.wide [data-option="column"] {
    color: #666; }

.wide-tiles .search-result-items .grid-tile {
  width: 91%; }

.wide-tiles .product-tile .product-swatches {
  bottom: auto;
  left: auto;
  position: relative;
  right: auto;
  margin-top: 5px; }
  .wide-tiles .product-tile .product-swatches li {
    float: left; }

.slot-grid-header img {
  width: 100%;
  height: 220px;
  vertical-align: top; }

.slot-grid-header .banner-info {
  position: absolute;
  top: 85px;
  left: 40px; }
  @media only screen and (max-width: 767px) {
    .slot-grid-header .banner-info {
      position: static;
      padding: 0 10px;
      margin-top: 12px; } }

.slot-grid-header .banner-header {
  padding-bottom: 10px;
  margin-bottom: 20px;
  background: url(../images/divider-brown.png) no-repeat left bottom;
  color: #fff;
  text-transform: uppercase; }
  @media only screen and (max-width: 767px) {
    .slot-grid-header .banner-header {
      background-image: url(../images/divider-brown.png);
      padding-bottom: 7px; } }

.slot-grid-header .banner-title {
  font-family: "Nunito", Arial, sans-serif;
  font-size: 16px;
  color: #94785B; }
  @media only screen and (max-width: 767px) {
    .slot-grid-header .banner-title {
      font-size: 11px; } }

.slot-grid-header .banner-name {
  font-family: "Abel", Arial, sans-serif;
  font-size: 45px; }
  @media only screen and (max-width: 767px) {
    .slot-grid-header .banner-name {
      font-size: 25px;
      color: #99ca45; } }

.no-hits-search,
.error-page-search {
  margin-top: 10px; }
  .no-hits-search input,
  .error-page-search input {
    width: 460px; }
    @media only screen and (max-width: 767px) {
      .no-hits-search input,
      .error-page-search input {
        width: 100%; } }
  .no-hits-search button,
  .error-page-search button {
    width: 140px;
    margin-top: 14px;
    float: none;
    display: block; }

.no-hits-content-results a {
  color: #99ca45;
  text-decoration: none; }
  .no-hits-content-results a:hover {
    text-decoration: underline; }

.infinite-scroll .search-result-content .infinite-scroll-loading {
  text-align: center;
  background: url("../images/infinite-loading-indicator.gif") center no-repeat;
  height: 35px;
  width: 100%; }

.disable-infinite-scroll .search-result-content .page-element {
  display: none; }

.pt_product-compare .back-button {
  margin-top: 15px;
  float: right;
  width: 140px; }

.pt_product-compare .two-buttons {
  padding: 0 20px; }
  @media only screen and (max-width: 767px) {
    .pt_product-compare .two-buttons {
      padding: 0; } }
  .pt_product-compare .two-buttons button,
  .pt_product-compare .two-buttons a {
    min-width: calc(100% - 40px); }
  .pt_product-compare .two-buttons a {
    margin-top: 15px; }

.pt_product-compare .print-page {
  margin-top: 15px;
  float: right;
  width: 140px;
  margin-right: 45px; }
  @media only screen and (max-width: 767px) {
    .pt_product-compare .print-page {
      display: none; } }

.compare-items {
  clear: both;
  margin: 15px 0;
  overflow: hidden;
  padding: 0; }
  .compare-items h2 {
    margin: 0 0 5px 0;
    text-transform: none; }

.compare-items-panel {
  float: left; }

.compare-item {
  background-color: #e0e0e0;
  float: left;
  height: 55px;
  margin-right: 1.08em;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 55px; }
  .compare-item .compare-item-remove {
    cursor: pointer;
    display: none;
    padding: 0 2px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }
  .compare-item.active .compare-item-remove {
    display: block; }
  .compare-item .compare-item-number {
    font-size: 30px;
    line-height: 55px;
    color: #424242; }

.compare-item-image {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.compare-buttons {
  float: right;
  width: 40%; }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    .compare-buttons {
      width: 24%; } }
  @media only screen and (max-width: 767px) {
    .compare-buttons {
      width: 100%; } }
  .compare-buttons button {
    width: 90px;
    min-width: 90px;
    margin-top: 10px;
    float: left; }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      .compare-buttons button {
        float: right;
        margin-top: 0;
        margin-bottom: 10px; } }
    @media only screen and (max-width: 767px) {
      .compare-buttons button {
        width: calc(100% - 40px);
        min-width: calc(100% - 40px); } }
    .compare-buttons button + button {
      float: right; }
      @media only screen and (min-width: 768px) and (max-width: 959px) {
        .compare-buttons button + button {
          margin-bottom: 0; } }

.category-switch {
  margin-bottom: 10px;
  width: 210px; }
  .category-switch label {
    float: left;
    margin: 0 0 10px;
    width: 45%;
    display: block; }
    @media (min-width: 410px) {
      .category-switch label {
        width: 11em; } }
  .category-switch select {
    float: left;
    margin: 0;
    width: 55%; }
    @media (min-width: 410px) {
      .category-switch select {
        margin-left: 1em;
        width: 15em; } }

#compare-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%; }
  #compare-table td {
    overflow: hidden; }
  #compare-table a:hover {
    text-decoration: underline; }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    #compare-table a.quickview {
      width: 76px;
      min-width: 76px;
      margin-left: -42px; } }
  #compare-table a.quickview:hover {
    text-decoration: none; }
  #compare-table .attribute-row {
    border-bottom: 1px solid #ccc; }
    #compare-table .attribute-row:first-of-type {
      border-top: 1px solid #ccc; }
    #compare-table .attribute-row:last-of-type {
      border-bottom: none; }
  #compare-table .product-attribute {
    border-right: 1px solid #ccc;
    word-break: break-all; }
  #compare-table .action {
    display: block;
    padding: 0.5em 0; }
  #compare-table .remove-link {
    color: #424242;
    float: right;
    padding: 2px;
    transition: color .5s ease;
    position: relative;
    z-index: 2; }
    #compare-table .remove-link:hover {
      color: #99ca45;
      text-decoration: none; }
  #compare-table .value,
  #compare-table .product {
    border-left: 1px solid #ccc; }
  #compare-table .product {
    font-weight: normal;
    text-align: center;
    padding-bottom: 30px; }
    #compare-table .product .product-image {
      margin-bottom: 10px; }
  #compare-table .value .value-item:after {
    content: ', '; }
  #compare-table .value .value-item:last-child:after {
    content: ''; }
  #compare-table .comparelists {
    padding: 0; }
  #compare-table .compare-lists label,
  #compare-table .compare-lists select {
    float: none;
    text-align: left;
    width: 100%; }

#product-nav-container {
  overflow: hidden;
  display: none;
  position: absolute;
  right: 0;
  width: 160px; }
  #product-nav-container div {
    float: left;
    text-align: center;
    width: 77px; }
  #product-nav-container img {
    max-height: 100%;
    max-width: 80%; }
  #product-nav-container span {
    display: block;
    height: 65px; }
  #product-nav-container .divided span {
    border-right: 1px solid #e0e0e0;
    padding-right: 5px; }

.pdp-main {
  margin: 0 1%; }
  .pdp-main ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .pdp-main label {
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    width: auto; }
  .pdp-main .product-col-1 {
    float: left;
    width: 52%;
    margin: 20px 0 0 0; }
  .pdp-main .product-primary-image {
    max-width: 100%;
    padding: 14px 0 0;
    text-align: center; }
  .pdp-main ul.pdf-links {
    margin: 15px 0; }
    .pdp-main ul.pdf-links li {
      background: url(../images/shape-11.png) no-repeat left 3px;
      padding: 0 0 0 20px; }
      .pdp-main ul.pdf-links li a {
        color: #424242;
        font-family: "Nunito", Arial, sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        text-transform: uppercase;
        text-decoration: underline; }
        .pdp-main ul.pdf-links li a:hover {
          text-decoration: none; }
      .pdp-main ul.pdf-links li i {
        display: none; }
        .pdp-main ul.pdf-links li i:before, .pdp-main ul.pdf-links li i:after {
          display: none; }
  .pdp-main .allocation {
    color: #c13832;
    font-family: "Nunito", Arial, sans-serif;
    font-size: 12px;
    height: 41px;
    width: 127px;
    padding: 12px 0 0 46px;
    line-height: 11px;
    text-transform: uppercase;
    float: left;
    margin: 0 25px 0 0;
    background-size: 40px !important; }
    .pdp-main .allocation.bpa-free {
      color: #8EC656;
      padding: 0 0 0 46px;
      line-height: 41px; }
  .pdp-main #product-content .short-description {
    border-top: 1px #e6e6e6 solid;
    padding: 20px 0 0 0; }
    .pdp-main #product-content .short-description ul {
      list-style: disc outside;
      padding: 0 0 0 15px; }
      .pdp-main #product-content .short-description ul li {
        line-height: 22px; }
  .pdp-main .quick-view-navigation,
  .pdp-main .quickview-nav {
    margin: 20px 0 0 0;
    /* Added to hide Next and Prev button in quickview*/
    visibility: hidden; }
    .pdp-main .quick-view-navigation .quickview-prev,
    .pdp-main .quick-view-navigation .quickview-next,
    .pdp-main .quickview-nav .quickview-prev,
    .pdp-main .quickview-nav .quickview-next {
      width: 80px;
      min-width: 80px;
      text-align: center; }
      .pdp-main .quick-view-navigation .quickview-prev:after, .pdp-main .quick-view-navigation .quickview-prev:before,
      .pdp-main .quick-view-navigation .quickview-next:after,
      .pdp-main .quick-view-navigation .quickview-next:before,
      .pdp-main .quickview-nav .quickview-prev:after,
      .pdp-main .quickview-nav .quickview-prev:before,
      .pdp-main .quickview-nav .quickview-next:after,
      .pdp-main .quickview-nav .quickview-next:before {
        display: none; }
    .pdp-main .quick-view-navigation .quickview-prev,
    .pdp-main .quickview-nav .quickview-prev {
      float: left; }
    .pdp-main .quick-view-navigation .quickview-next,
    .pdp-main .quickview-nav .quickview-next {
      float: right; }
  .pdp-main .selector span {
    padding-right: 20px; }
  .pdp-main .bv-cleanslate .bv-shared .bv-action-bar-header {
    float: none !important;
    text-align: center !important;
    background: url(../images/dividerBeaver.png) no-repeat bottom center !important;
    padding: 0 0 7px 0 !important; }
  .pdp-main .bv-cleanslate .bv-shared .bv-section-summary .bv-content-title {
    border-top: none !important;
    border-bottom: 1px solid #e6e6e6 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-family: "Nunito", Arial, sans-serif !important;
    font-size: 16px !important; }
  .pdp-main .bv-cleanslate small {
    color: #999 !important; }
  .pdp-main .bv-cleanslate .bv-shared .bv-relevancy-link-target .bv-sort-relevancy button {
    color: #999 !important; }
  .pdp-main .bv-cleanslate .bv-shared .bv-content-item .bv-content-report-btn {
    color: #c13832 !important; }
    .pdp-main .bv-cleanslate .bv-shared .bv-content-item .bv-content-report-btn:hover {
      text-decoration: underline; }

button.bv-read-review.bv-focusable:after {
  display: none; }

button.bv-read-review.bv-focusable:before {
  display: none; }

.main-image {
  display: block; }

.primary-image {
  max-width: 100%; }

.product-thumbnails .thumb {
  width: 50px;
  height: 57px;
  float: left;
  margin: 20px 20px 0 0;
  padding: 0 0 7px 0; }
  .product-thumbnails .thumb.selected {
    background: url(../images/dividerBeaver.png) no-repeat left bottom; }

.product-thumbnails img {
  cursor: pointer;
  max-width: 100%;
  height: auto; }

.pdp-main .product-col-2 {
  float: right;
  width: 45%;
  margin: 45px 0 0 0; }
  @media only screen and (max-width: 767px) {
    .pdp-main .product-col-2 {
      width: 100%;
      clear: both;
      float: none; } }

.pdp-main .product-name {
  color: #99ca45;
  font-family: "Abel", Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0; }
  @media only screen and (max-width: 767px) {
    .pdp-main .product-name {
      font-size: 20px;
      text-align: center; } }

.pdp-main .product-number {
  color: #424242;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px; }

.pdp-main .full-detailes {
  text-decoration: underline;
  display: inline-block;
  margin: 0 0 15px 0; }
  .pdp-main .full-detailes:hover {
    text-decoration: none; }

.pdp-main .availability-msg {
  display: inline-block; }
  .pdp-main .availability-msg p {
    margin: 0; }

.pdp-main .product-price {
  float: left;
  margin: 0 0 0 25px;
  padding: 0;
  font-family: "Nunito", Arial, sans-serif;
  line-height: 40px;
  font-size: 18px; }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    .pdp-main .product-price {
      float: right;
      font-size: 16px; } }
  @media only screen and (max-width: 767px) {
    .pdp-main .product-price {
      float: right;
      font-size: 16px; } }
  .pdp-main .product-price .price-standard {
    color: #424242;
    border: 0 none;
    text-decoration: line-through;
    margin: 0 6px 0 0; }
  .pdp-main .product-price .price-sales {
    color: #c13832; }

.pdp-main .product-review {
  margin-bottom: .5rem; }
  .pdp-main .product-review .rating {
    color: #990000; }

.pdp-main .product-main-attributes .attribute {
  padding: 0.2em 0; }

.pdp-main .product-main-attributes .label {
  padding: 0; }

.pdp-main .product-add-to-cart {
  border-top: 1px #e6e6e6 solid;
  clear: both;
  margin: 0;
  overflow: hidden;
  padding: 14px 0 0 0; }

.product-variations,
.product-options {
  margin: 0; }
  .product-variations .attribute,
  .product-options .attribute {
    margin: 1em 0;
    overflow: hidden;
    padding: 0;
    position: relative; }
    .product-variations .attribute h3,
    .product-variations .attribute .label,
    .product-options .attribute h3,
    .product-options .attribute .label {
      color: #424242;
      font-family: Arial, sans-serif;
      font-size: 14px;
      float: left;
      line-height: 40px;
      margin: 0 15px 0 0;
      font-weight: 700; }
    .product-variations .attribute .value,
    .product-options .attribute .value {
      float: left; }
    .product-variations .attribute ul,
    .product-options .attribute ul {
      float: right;
      width: 100%; }
    .product-variations .attribute .size-chart-link,
    .product-options .attribute .size-chart-link {
      clear: both;
      float: none; }
      .product-variations .attribute .size-chart-link a,
      .product-options .attribute .size-chart-link a {
        border-color: #fff !important;
        padding: 0; }
    .product-variations .attribute.packSize,
    .product-options .attribute.packSize {
      display: none; }
  .product-variations .swatches li,
  .product-options .swatches li {
    float: left;
    margin: 0 15px 0 0;
    position: relative; }
    .product-variations .swatches li span.check,
    .product-options .swatches li span.check {
      display: none; }
    .product-variations .swatches li.selected,
    .product-options .swatches li.selected {
      font-weight: 700; }
      .product-variations .swatches li.selected span.check,
      .product-options .swatches li.selected span.check {
        display: none; }
      .product-variations .swatches li.selected a,
      .product-options .swatches li.selected a {
        color: #99ca45; }
    .product-variations .swatches li:hover,
    .product-options .swatches li:hover {
      font-weight: 700; }
    .product-variations .swatches li.unselectable a,
    .product-options .swatches li.unselectable a {
      opacity: 0.8; }
    .product-variations .swatches li a,
    .product-options .swatches li a {
      display: block;
      width: inherit;
      height: inherit;
      line-height: 40px;
      text-align: center; }
  .product-variations .color li,
  .product-options .color li {
    width: 40px;
    border-radius: 5px;
    overflow: hidden;
    height: 40px; }
    .product-variations .color li span.check,
    .product-options .color li span.check {
      position: absolute;
      left: 0;
      display: none;
      top: 0;
      width: 40px;
      height: 40px;
      background: url(../images/check.png) no-repeat center center; }
    .product-variations .color li.selected span.check,
    .product-options .color li.selected span.check {
      display: block; }
    .product-variations .color li a img,
    .product-options .color li a img {
      width: 100%;
      height: 100%; }
  .product-variations select,
  .product-options select {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    height: 42px;
    width: 100%;
    margin-left: 0; }
    @media screen and (min-width: 768px) {
      .product-variations select,
      .product-options select {
        height: 32px; } }

.product-variations {
  margin: 20px 0 0 0; }

.product-set .product-add-to-cart {
  display: block; }

.pdp-main .product-add-to-cart .inventory {
  float: left;
  width: 100px; }
  .pdp-main .product-add-to-cart .inventory label {
    float: left;
    line-height: 40px;
    color: #424242;
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin: 0 6px 0 0;
    font-weight: 700; }
  .pdp-main .product-add-to-cart .inventory input {
    float: left;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #333;
    font-family: "Nunito", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400; }
  .pdp-main .product-add-to-cart .inventory .quantity-wrapper {
    width: 60px;
    float: right;
    margin-top: 3px; }

.pdp-main .product-add-to-cart .product-price {
  float: left;
  margin: 0 0 0 25px;
  padding: 0;
  font-family: "Nunito", Arial, sans-serif;
  line-height: 40px;
  font-size: 18px; }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    .pdp-main .product-add-to-cart .product-price {
      float: right;
      font-size: 16px; } }
  @media only screen and (max-width: 767px) {
    .pdp-main .product-add-to-cart .product-price {
      float: right;
      font-size: 16px; } }
  .pdp-main .product-add-to-cart .product-price .price-standard {
    color: #424242;
    border: 0 none;
    text-decoration: line-through;
    margin: 0 6px 0 0; }
  .pdp-main .product-add-to-cart .product-price .price-sales {
    color: #c13832; }

.pdp-main .product-add-to-cart button {
  float: right;
  min-width: 126px;
  width: 126px; }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    .pdp-main .product-add-to-cart button {
      float: none;
      min-width: 0;
      width: calc(100% - 49px);
      margin-top: 25px; } }
  @media only screen and (max-width: 767px) {
    .pdp-main .product-add-to-cart button {
      float: none;
      min-width: 0;
      width: calc(100% - 49px);
      margin-top: 25px; } }

.pdp-main h2 {
  color: #99ca45;
  font-size: 45px;
  font-family: "Abel", Arial, sans-serif;
  margin: 40px 0 20px 0;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  padding: 0 0 12px 0;
  background: url(../images/dividerBeaver.png) no-repeat bottom center; }
  @media only screen and (max-width: 767px) {
    .pdp-main h2 {
      font-size: 30px;
      margin: 20px 0 10px 0; } }

.pdp-main .recommendations h2 {
  margin-top: 60px; }

.pdp-main .recommendations #pdp_recomended_slider .owl-item.active {
  border-left: 1px solid #ccc; }
  @media only screen and (max-width: 767px) {
    .pdp-main .recommendations #pdp_recomended_slider .owl-item.active {
      border: 0 none; } }
  .pdp-main .recommendations #pdp_recomended_slider .owl-item.active:first-child {
    border: 0 none; }

.pdp-main .recommendations #pdp_recomended_slider .product-tile {
  width: 215px;
  margin: 0 auto; }
  .pdp-main .recommendations #pdp_recomended_slider .product-tile .product-image a {
    display: block; }
    .pdp-main .recommendations #pdp_recomended_slider .product-tile .product-image a img {
      width: 100%; }
  .pdp-main .recommendations #pdp_recomended_slider .product-tile .product-name {
    margin: 20px 0 0 0;
    height: 37px;
    padding: 0 9px;
    font-family: "Abel", Arial, sans-serif;
    font-size: 16px;
    text-align: left;
    overflow: hidden;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase; }
  .pdp-main .recommendations #pdp_recomended_slider .product-tile .product-pricing {
    padding: 0 9px;
    font-weight: 700;
    text-align: left;
    line-height: 23px;
    margin: 9px 0 0 0; }

.pdp-main .recommendations #pdp_recomended_slider .owl-controls {
  margin: 15px 0 0 0; }
  .pdp-main .recommendations #pdp_recomended_slider .owl-controls .owl-pagination {
    position: relative;
    z-index: 2; }
    .pdp-main .recommendations #pdp_recomended_slider .owl-controls .owl-pagination .owl-page {
      width: 18px;
      height: 18px;
      border: 2px transparent solid;
      margin: 0 4px;
      opacity: 1;
      border-radius: 10px; }
      .pdp-main .recommendations #pdp_recomended_slider .owl-controls .owl-pagination .owl-page span {
        width: 10px;
        height: 10px;
        background-color: #424242;
        margin: 2px;
        opacity: 1; }
      .pdp-main .recommendations #pdp_recomended_slider .owl-controls .owl-pagination .owl-page:hover, .pdp-main .recommendations #pdp_recomended_slider .owl-controls .owl-pagination .owl-page.active {
        border-color: #424242; }
  .pdp-main .recommendations #pdp_recomended_slider .owl-controls .owl-buttons .owl-prev,
  .pdp-main .recommendations #pdp_recomended_slider .owl-controls .owl-buttons .owl-next {
    width: 40px;
    height: 41px;
    border-radius: 0;
    margin: 0;
    padding: 0;
    opacity: 1;
    position: absolute;
    top: calc(40% - 40px); }
    @media only screen and (max-width: 767px) {
      .pdp-main .recommendations #pdp_recomended_slider .owl-controls .owl-buttons .owl-prev,
      .pdp-main .recommendations #pdp_recomended_slider .owl-controls .owl-buttons .owl-next {
        width: 25px;
        height: 25px;
        top: calc(40% - 20px); } }
  .pdp-main .recommendations #pdp_recomended_slider .owl-controls .owl-buttons .owl-prev {
    left: 0;
    font-size: 0;
    background: url(../images/homeSliderPrev.png) no-repeat left top;
    background-size: cover; }
  .pdp-main .recommendations #pdp_recomended_slider .owl-controls .owl-buttons .owl-next {
    right: 0;
    font-size: 0;
    background: url(../images/homeSliderNext.png) no-repeat left top;
    background-size: cover; }

.js .pdp-main .recommendations .product-tile .recommendation-tooltip {
  display: none !important; }

.pdp-main ul.social-sharing {
  margin: 15px 0; }

.pdp-main .recommendations .recommendation-tooltip {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid;
  left: 50%;
  position: absolute;
  text-align: left;
  top: 50%;
  width: 300px;
  z-index: 100; }

.pdp-main .promotion {
  clear: both;
  margin: 5px 0; }
  .pdp-main .promotion .promotion-callout {
    color: #c13832;
    font-family: "Nunito", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase; }

.pdp-main .product-tabs {
  border: 0 none;
  margin: 50px 0 0;
  font-size: 0;
  padding: 0; }
  .pdp-main .product-tabs .tabs-menu {
    height: auto;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0; }
    .pdp-main .product-tabs .tabs-menu li {
      background-color: #e6e6e6;
      border: 1px solid #e6e6e6;
      border-bottom: 0 none;
      margin: 0 10px;
      padding: 0 20px;
      float: none;
      display: inline-block;
      height: 50px;
      position: relative;
      z-index: 2;
      min-width: 200px;
      text-align: center;
      border-radius: 4px 4px 0 0; }
      @media only screen and (max-width: 767px) {
        .pdp-main .product-tabs .tabs-menu li {
          margin: 0;
          text-align: left;
          height: 44px;
          border-radius: 0; } }
      @media only screen and (max-width: 767px) {
        .pdp-main .product-tabs .tabs-menu li:first-child {
          border-radius: 4px 4px 0 0; } }
      .pdp-main .product-tabs .tabs-menu li a {
        color: #424242;
        font-family: "Abel", Arial, sans-serif;
        font-size: 20px;
        padding: 0;
        margin: 0;
        width: 100%;
        font-style: normal;
        line-height: 50px;
        display: block;
        text-transform: uppercase; }
        @media only screen and (max-width: 767px) {
          .pdp-main .product-tabs .tabs-menu li a {
            font-size: 16px;
            line-height: 44px; } }
      .pdp-main .product-tabs .tabs-menu li.ui-state-hover, .pdp-main .product-tabs .tabs-menu li.ui-state-active {
        background-color: #fff; }
        .pdp-main .product-tabs .tabs-menu li.ui-state-hover a, .pdp-main .product-tabs .tabs-menu li.ui-state-active a {
          color: #99ca45; }
  .pdp-main .product-tabs .tab-content {
    min-height: 60px;
    border: 0 none;
    box-shadow: none;
    margin: -1px 0 0 0;
    border-top: 1px #e6e6e6 solid;
    padding-left: 0;
    padding-right: 0; }
    @media only screen and (max-width: 767px) {
      .pdp-main .product-tabs .tab-content {
        border: 1px #e6e6e6 solid;
        border-radius: 0 0 4px 4px;
        padding-left: 10px;
        padding-right: 10px; } }
    .pdp-main .product-tabs .tab-content .video-container {
      position: relative;
      margin: 20px 0;
      padding-bottom: 56.25%;
      padding-top: 30px;
      height: 0;
      overflow: hidden; }
      .pdp-main .product-tabs .tab-content .video-container iframe,
      .pdp-main .product-tabs .tab-content .video-container object,
      .pdp-main .product-tabs .tab-content .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .pdp-main .product-tabs .tab-content ul {
      list-style: none; }
    .pdp-main .product-tabs .tab-content ol {
      list-style-type: decimal;
      margin: 0 0 0 15px;
      padding: 0; }

.pdp-main .product-set-list .product-set-item {
  border-top: 1px solid #e6e6e6;
  clear: both;
  margin: 14px 0;
  overflow: hidden;
  padding: 14px 0 0; }

.pdp-main .product-set-list .product-set-image {
  float: left;
  width: 90px;
  margin: 0 6px 0 0; }

.pdp-main .product-set-list .product-set-details {
  float: left;
  width: calc(100% - 96px); }

.pdp-main .product-set-list .product-name {
  float: none;
  font-size: 1.3em;
  margin: 0;
  width: auto;
  text-align: left; }
  .pdp-main .product-set-list .product-name a {
    color: #99ca45;
    text-align: left; }

.pdp-main .product-set-list .block-add-to-cart {
  clear: both;
  overflow: hidden; }
  .pdp-main .product-set-list .block-add-to-cart .inventory {
    float: left;
    margin-left: 23%; }
  .pdp-main .product-set-list .block-add-to-cart label {
    float: left;
    line-height: 35px;
    margin: 0 6px 0 0; }
  .pdp-main .product-set-list .block-add-to-cart .input-text {
    float: left;
    width: 35px; }
  .pdp-main .product-set-list .block-add-to-cart button {
    float: right;
    min-width: 126px;
    margin-top: 15px;
    width: 126px; }
  .pdp-main .product-set-list .block-add-to-cart .product-price {
    line-height: 35px;
    float: right; }
  .pdp-main .product-set-list .block-add-to-cart.add-sub-product button {
    width: 68%; }

.pdp-main .product-set .product-add-to-cart .product-price {
  margin: 25px 0 0 0; }

.pdp-main .product-set .product-add-to-cart button {
  margin-top: 20px; }

button.add-to-cart[disabled] {
  opacity: 0.5; }

button.add-all-to-cart {
  display: none; }
  button.add-all-to-cart[disabled] {
    opacity: 0.5; }

.js button.add-all-to-cart {
  display: inherit; }

.main-header-slider .arrow-div:after, .main-header-slider .arrow-div:before, .fresh-boot-wrapper .arrow-div:after, .fresh-boot-wrapper .arrow-div:before, #step2 ul#recipe li .recipe_hover, #step3 ul#pectin li .pectin_hover {
  border: medium solid transparent;
  content: " ";
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 30%;
  width: 0; }

.main-header-slider * {
  margin: 0;
  padding: 0; }

.main-header-slider #slider {
  border: 5px solid #f0f1f1;
  width: 100%;
  padding: 0;
  height: 246px;
  position: relative;
  background: #fafbfb none repeat scroll 0 0;
  overflow: hidden;
  margin: 40px 0; }
  .main-header-slider #slider #socialmedia {
    height: 38px;
    position: absolute;
    width: 200px; }
  .main-header-slider #slider #main img {
    width: 100% !important;
    height: 100% !important; }
  .main-header-slider #slider #leftbtn img {
    background: #666666 none repeat scroll 0 0;
    border-radius: 15px;
    left: 680px;
    padding: 2px;
    position: absolute;
    top: 32px;
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg); }
  .main-header-slider #slider #rightbtn img {
    background: #666666 none repeat scroll 0 0;
    border-radius: 15px;
    bottom: 27px;
    left: 682px;
    padding: 2px;
    position: absolute;
    -webkit-transform: rotate(630deg);
            transform: rotate(630deg); }

.main-header-slider #main {
  float: left;
  width: 85%; }

.main-header-slider #imagegallery {
  float: left;
  margin-left: -7px;
  overflow: hidden;
  width: 15%; }
  .main-header-slider #imagegallery ul {
    list-style-type: none;
    padding-left: 8px; }
    .main-header-slider #imagegallery ul li {
      padding: 0;
      display: block;
      width: 152px;
      height: 80px;
      border: 1px solid #ccc; }
      .main-header-slider #imagegallery ul li img {
        height: 73px;
        padding: 2px;
        width: 152px; }

.main-header-slider #sliderbox {
  background: #000000 none repeat scroll 0 0;
  height: 77px;
  left: 0;
  margin: 0;
  opacity: 0.6;
  padding-bottom: 15px;
  position: absolute;
  top: 153px;
  width: 85%; }
  .main-header-slider #sliderbox h6 {
    color: #fff;
    font-family: arial;
    margin: 10px;
    position: absolute;
    top: 10px; }
  .main-header-slider #sliderbox p {
    color: #fff;
    font-family: arial;
    font-size: 12px;
    line-height: 15px;
    margin: 10px;
    position: absolute;
    top: 25px; }
  .main-header-slider #sliderbox #reviews {
    color: green;
    font-weight: bold;
    position: absolute;
    top: 58px; }
  .main-header-slider #sliderbox ul {
    list-style-type: none; }
  .main-header-slider #sliderbox #socialmedia li {
    float: left;
    left: 399px;
    position: relative;
    top: 67px;
    width: 100px; }

.main-header-slider .arrow-div {
  position: absolute;
  border-left: 3px solid #92c83e;
  padding-left: 0 !important;
  width: 100%; }
  .main-header-slider .arrow-div:after {
    border-color: rgba(241, 241, 241, 0) #92c83e rgba(241, 241, 241, 0) rgba(241, 241, 241, 0);
    border-width: 10px;
    margin-top: -10px; }
  .main-header-slider .arrow-div:before {
    border-color: rgba(221, 221, 221, 0) #92c83e rgba(221, 221, 221, 0) rgba(221, 221, 221, 0);
    border-width: 10px;
    margin-top: -10px; }

.main-header-slider .arrow-up {
  width: 22px;
  height: 22px;
  margin-left: 60px;
  display: block;
  background: url(../images/arrow-up.png) no-repeat center center;
  background-size: 22px 22px;
  position: absolute;
  top: 31px;
  z-index: 999; }

.main-header-slider .arrow-down {
  width: 22px;
  height: 22px;
  margin-left: 60px;
  display: block;
  background: url(../images/arrow-down.png) no-repeat center center;
  background-size: 22px 22px;
  position: absolute;
  bottom: 14px; }

.main-header-slider .mask {
  height: 246px;
  border: 0 solid #d8d8d8;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }
  .main-header-slider .mask ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    top: -80px; }
  .main-header-slider .mask div {
    padding-left: 3px; }

@media only screen and (min-width: 479px) and (max-width: 768px) {
  .main-header-slider #slider {
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
    height: 100%; }
  .main-header-slider #main {
    width: 100%; }
  .main-header-slider #imagegallery {
    float: left;
    width: 100%;
    margin-left: 0; }
    .main-header-slider #imagegallery ul li {
      width: 24%;
      display: inline-block; }
      .main-header-slider #imagegallery ul li img {
        width: 100%; }
  .main-header-slider .mask {
    float: left;
    height: 80px;
    border: 0 solid #d8d8d8;
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    position: relative; }
    .main-header-slider .mask ul {
      list-style: none;
      margin: 0;
      padding: 0;
      position: relative;
      top: 3px;
      white-space: nowrap;
      overflow-x: scroll; }
  .main-header-slider .arrow-up {
    margin-left: 6px;
    position: absolute;
    top: 87%;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
    display: none; }
  .main-header-slider .arrow-down {
    bottom: 30px;
    margin-left: 96%;
    -webkit-transform: rotate(274deg);
            transform: rotate(274deg);
    display: none; }
  .main-header-slider #sliderbox {
    display: none; }
  .main-header-slider .arrow-div {
    display: none; } }

@media only screen and (max-width: 478px) {
  .main-header-slider #slider {
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
    height: 100%; }
  .main-header-slider #main {
    width: 100%; }
  .main-header-slider #imagegallery {
    float: left;
    width: 100%;
    margin-left: 0;
    position: relative; }
    .main-header-slider #imagegallery ul li {
      width: 31%;
      display: inline-block; }
      .main-header-slider #imagegallery ul li img {
        width: 100%; }
  .main-header-slider .mask {
    float: left;
    height: 80px;
    border: 0 solid #d8d8d8;
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    position: relative; }
    .main-header-slider .mask ul {
      list-style: none;
      margin: 0;
      padding: 0;
      position: relative;
      top: 3px;
      white-space: nowrap;
      overflow-x: scroll; }
  .main-header-slider .arrow-up {
    margin-left: 6px;
    position: absolute;
    top: 35%;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }
  .main-header-slider .arrow-down {
    bottom: 30px;
    margin-left: 93%;
    -webkit-transform: rotate(274deg);
            transform: rotate(274deg); }
  .main-header-slider #sliderbox {
    display: none; }
  .main-header-slider .arrow-div {
    display: none; } }

.main-header-slider ul#inline_navigation {
  max-height: 248px;
  overflow-y: hidden; }

.main-header-slider span.arrowcontainer {
  position: absolute; }

.fresh-boot-wrapper .recipe-description-wrapper {
  margin-top: 20px; }
  .fresh-boot-wrapper .recipe-description-wrapper .row .head-view-more-need {
    display: inline-block; }
  .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-view-more {
    float: right;
    font-size: 12px;
    color: #979241;
    margin-top: 5px; }
  .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper {
    padding: 0px; }
    .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper h2 {
      font-size: 16px;
      font-weight: bold;
      color: #414042;
      margin-top: 3px; }
    .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper ul.nav-tabs {
      border: 1px solid #ccc; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper ul.nav-tabs li {
        margin-bottom: 1px;
        display: inline-block;
        width: 50%; }
        .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper ul.nav-tabs li a {
          border-radius: 0px;
          color: #000; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper ul.nav-tabs li.active a, .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper ul.nav-tabs li.active a:focus, .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper ul.nav-tabs li.active a:hover {
        background-color: #92c83e;
        color: #fff; }
    .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper .tab-content {
      padding: 15px 0; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper .tab-content .tab-pane ul {
        margin-left: 25px;
        line-height: 20px; }
        .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper .tab-content .tab-pane ul li {
          font-size: 13px;
          color: #414042; }
    .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper .recipe-direction {
      border-top: 1px solid #ccc;
      padding: 10px 0;
      font-size: 14px;
      color: #414042; }
    .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper .recipe-variation {
      border-top: 1px solid #ccc;
      padding: 10px 0; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper .recipe-variation .carousel .carousel-indicators {
        bottom: -30px; }
        .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper .recipe-variation .carousel .carousel-indicators li {
          border: 1px solid #ccc;
          margin: 0; }
        .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper .recipe-variation .carousel .carousel-indicators .active {
          width: 10px;
          height: 10px;
          background-color: #ccc; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper .recipe-variation .carousel .carousel-inner .item {
        margin: auto;
        border: 1px solid #ccc;
        width: 70%;
        padding: 10px; }
        .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper .recipe-variation .carousel .carousel-inner .item .item-half:first-child {
          padding-right: 10px; }
        .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper .recipe-variation .carousel .carousel-inner .item .item-half:first-child:hover {
          padding-right: 10px; }
          .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper .recipe-variation .carousel .carousel-inner .item .item-half:first-child:hover img {
            opacity: 0.4; }
          .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper .recipe-variation .carousel .carousel-inner .item .item-half:first-child:hover .hover-fav {
            display: block; }
        .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper .recipe-variation .carousel .carousel-inner .item .item-half {
          font-size: 16px;
          color: #c33832;
          font-weight: bold; }
          .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper .recipe-variation .carousel .carousel-inner .item .item-half header {
            font-size: 13px;
            color: #414042; }
          .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper .recipe-variation .carousel .carousel-inner .item .item-half img {
            width: 100%; }
          .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper .recipe-variation .carousel .carousel-inner .item .item-half .hover-fav {
            display: none;
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            background-image: url("../images/heart-hover.png");
            background-repeat: no-repeat;
            background-position: center;
            text-align: center;
            background-size: 50px 50px;
            margin-left: -5px; }
          .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper .recipe-variation .carousel .carousel-inner .item .item-half header {
            font-weight: 700;
            font-size: 16px;
            margin-bottom: 15px; }
    .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper .recipe-reviews {
      border-top: 1px solid #ccc;
      padding: 10px 0; }
  .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper {
    padding: 5px; }
    .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper h2 {
      font-size: 16px;
      font-weight: bold;
      color: #414042;
      margin-top: 3px; }
    .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-need-something {
      border-top: 1px solid #ccc;
      padding: 10px 0; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-need-something .carousel .carousel-indicators {
        bottom: -30px; }
        .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-need-something .carousel .carousel-indicators li {
          border: 1px solid #ccc;
          margin: 0; }
        .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-need-something .carousel .carousel-indicators .active {
          width: 10px;
          height: 10px;
          background-color: #ccc; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-need-something .carousel .carousel-inner .item {
        margin: auto;
        width: 70%;
        padding: 10px; }
        .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-need-something .carousel .carousel-inner .item .item-half:first-child {
          padding-right: 10px; }
        .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-need-something .carousel .carousel-inner .item .item-half {
          font-size: 16px;
          font-weight: bold;
          color: #c33832; }
          .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-need-something .carousel .carousel-inner .item .item-half img {
            width: 100%;
            padding: 5px;
            border: 1px solid #ccc; }
          .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-need-something .carousel .carousel-inner .item .item-half header {
            font-size: 16px;
            text-decoration: underline;
            margin-bottom: 15px;
            color: #000; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-need-something .need-something-content-box a {
        font-size: 14px;
        color: #414042;
        display: block;
        text-decoration: underline; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-need-something .need-something-content-box .price-value {
        color: #c33832;
        font-size: 18px;
        font-weight: bold;
        margin-top: 5px; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-need-something .recipe-need-something-tabview .col-sm-6 {
        margin-bottom: 10px; }
        .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-need-something .recipe-need-something-tabview .col-sm-6 .need-something-content-box {
          padding: 10px; }
          .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-need-something .recipe-need-something-tabview .col-sm-6 .need-something-content-box .col-sm-6 {
            color: #FF000;
            margin: 0; }
            .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-need-something .recipe-need-something-tabview .col-sm-6 .need-something-content-box .col-sm-6 img {
              width: 100%;
              border: 1px solid #ccc;
              padding: 10px; }
            .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-need-something .recipe-need-something-tabview .col-sm-6 .need-something-content-box .col-sm-6 header {
              margin-bottom: 15px;
              color: #000;
              text-decoration: underline; }
          .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-need-something .recipe-need-something-tabview .col-sm-6 .need-something-content-box .col-sm-6:last-child {
            padding: 10px; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-need-something .recipe-need-something-tabview .col-sm-6:nth-child(odd) .need-something-content-box {
        margin-right: 15px; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-need-something .recipe-need-something-tabview .col-sm-6:nth-child(even) .need-something-content-box {
        margin-left: 15px; }
    .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like {
      border-top: 1px solid #ccc;
      padding: 10px 0; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .carousel .carousel-indicators {
        bottom: -30px; }
        .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .carousel .carousel-indicators li {
          border: 1px solid #ccc;
          margin: 0; }
        .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .carousel .carousel-indicators .active {
          width: 10px;
          height: 10px;
          background-color: #ccc; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .carousel .carousel-inner .item {
        margin: auto;
        border: 1px solid #ccc;
        width: 70%;
        padding: 10px; }
        .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .carousel .carousel-inner .item .item-half:first-child {
          padding-right: 10px; }
        .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .carousel .carousel-inner .item .item-half {
          font-size: 14px; }
          .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .carousel .carousel-inner .item .item-half img {
            width: 100%; }
          .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .carousel .carousel-inner .item .item-half header {
            font-weight: 700;
            font-size: 16px;
            margin-bottom: 15px; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .may-like-content-box div {
        float: left;
        width: 44%; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .may-like-content-box div:nth-child(2) {
        padding: 5px; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .recipe-may-like-tabview .col-sm-6 {
        margin-bottom: 10px; }
        .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .recipe-may-like-tabview .col-sm-6 .may-like-content-box {
          border: 1px solid #ccc;
          padding: 10px; }
          .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .recipe-may-like-tabview .col-sm-6 .may-like-content-box div {
            float: left; }
          .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .recipe-may-like-tabview .col-sm-6 .may-like-content-box div:nth-child(2) {
            padding: 5px; }
          .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .recipe-may-like-tabview .col-sm-6 .may-like-content-box .col-sm-6 {
            margin: 0; }
            .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .recipe-may-like-tabview .col-sm-6 .may-like-content-box .col-sm-6 img {
              width: 100%; }
            .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .recipe-may-like-tabview .col-sm-6 .may-like-content-box .col-sm-6 .hover-fav {
              display: none;
              position: absolute;
              width: 100%;
              height: 100%;
              top: 0;
              background-image: url("../images/heart-hover.png");
              background-repeat: no-repeat;
              background-position: center;
              text-align: center; }
            .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .recipe-may-like-tabview .col-sm-6 .may-like-content-box .col-sm-6 header {
              font-weight: 700;
              margin-bottom: 15px; }
          .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .recipe-may-like-tabview .col-sm-6 .may-like-content-box .col-sm-6:last-child {
            padding: 10px; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .recipe-may-like-tabview .col-sm-6:nth-child(odd) .may-like-content-box {
        margin-right: 5px; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .recipe-may-like-tabview .col-sm-6:nth-child(even) .may-like-content-box {
        margin-left: 5px; }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper ul.nav-tabs {
    width: 50%;
    margin: auto; }
  .fresh-boot-wrapper .recipe-description-wrapper .row .custom-half-view {
    width: 49%;
    display: inline-block;
    border: 1px solid #e6e7e8;
    padding: 5px; }
    .fresh-boot-wrapper .recipe-description-wrapper .row .custom-half-view .variation-content-box div {
      width: 44%;
      float: left; }
    .fresh-boot-wrapper .recipe-description-wrapper .row .custom-half-view .variation-content-box div:nth-child(2) {
      padding-left: 5px; }
  .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-need-something .custom-half-view {
    border: none; }
    .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-need-something .custom-half-view .need-something-content-box div {
      width: 47%;
      float: left; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-need-something .custom-half-view .need-something-content-box div img {
        border: 1px solid #e6e7e8;
        padding: 5px; }
    .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-need-something .custom-half-view .need-something-content-box div:nth-child(2) {
      padding-left: 5px; } }

@media only screen and (min-width: 959px) and (max-width: 1500px) {
  .fresh-boot-wrapper .recipe-description-wrapper #slider {
    width: 66%; }
  .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper ul.nav-tabs {
    border: none;
    margin: 0; }
    .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper ul.nav-tabs li {
      width: auto; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper ul.nav-tabs li a {
        padding: 0;
        color: #92c83e; }
    .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper ul.nav-tabs li.active a, .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper ul.nav-tabs li.active a:focus, .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper ul.nav-tabs li.active a:hover {
      background-color: none; }
  .fresh-boot-wrapper .need-something-content-box {
    margin-bottom: 10px; }
    .fresh-boot-wrapper .need-something-content-box img {
      width: 100%;
      border: 1px solid #e6e7e8;
      padding: 5px; }
    .fresh-boot-wrapper .need-something-content-box div:nth-child(2) {
      font-size: 13px;
      color: #414042;
      padding-left: 10px; }
  .fresh-boot-wrapper .recipe-may-like .custom-half-view img {
    width: 100%; }
  .fresh-boot-wrapper .recipe-may-like .custom-half-view div:nth-child(2) {
    font-size: 13px;
    color: #414042;
    padding-left: 10px; }
  .fresh-boot-wrapper .recipe-variation-tabview .custom-half-view {
    width: 30%;
    border: 1px solid #e6e7e8;
    padding: 5px;
    margin-right: 5px; }
  .fresh-boot-wrapper .variation-content-box div img {
    width: 80%; }
  .fresh-boot-wrapper .variation-content-box div:nth-child(2) {
    font-size: 12px; }
  .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper h2 {
    font-size: 14px;
    font-weight: bold;
    color: #414042; }
  .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper {
    padding-left: 20px; }
    .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .may-like-content-box {
      border: 1px solid #e6e7e8;
      margin-bottom: 10px;
      padding: 10px 0 0 10px; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .may-like-content-box div {
        width: 32%; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .may-like-content-box div:nth-child(2) {
        width: 65%; }
    .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-need-something .recipe-need-something-tabview .col-sm-6 {
      margin: 0; } }

.bonus-product-list .bonus-product-item {
  border-bottom: 1px solid #e0e0e0; }
  @media screen and (max-width: 768px) {
    .bonus-product-list .bonus-product-item .product-col-1,
    .bonus-product-list .bonus-product-item .product-col-2 {
      float: left;
      clear: none; } }

.bonus-product-list .product-add-to-cart {
  padding-bottom: 0; }
  .bonus-product-list .product-add-to-cart .inventory {
    width: auto; }

.bonus-product-list .product-name {
  float: none;
  margin: 1em 0; }

.bonus-product-list .quantity-error {
  color: red;
  text-transform: inherit; }

.bonus-product-list .bonus-product-list-footer {
  padding-top: 1em;
  padding-bottom: 1em; }
  .bonus-product-list .bonus-product-list-footer .add-to-cart-bonus {
    float: right; }

.bonus-product-list .selected-bonus-item {
  margin: 1em 0 1em 1em;
  position: relative; }
  .bonus-product-list .selected-bonus-item .item-name {
    font-weight: bold; }
  .bonus-product-list .selected-bonus-item .remove-link {
    cursor: pointer;
    color: #990000;
    left: -1em;
    position: absolute; }
    .bonus-product-list .selected-bonus-item .remove-link:hover {
      color: #424242; }

.bonus-discount-container .promo-details {
  display: none; }
  .bonus-discount-container .promo-details.visible {
    display: block; }

.send-to-friend-product {
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-right: 22%;
  overflow: hidden;
  padding: 20px 0; }
  .send-to-friend-product .product-image {
    float: left;
    width: 36%; }
    .send-to-friend-product .product-image img {
      max-width: 80%; }
  .send-to-friend-product .product-description {
    float: left;
    width: 63%; }
    .send-to-friend-product .product-description h2 {
      margin-right: 0; }
    .send-to-friend-product .product-description .value {
      font-weight: bold; }
    .send-to-friend-product .product-description h2 {
      font-size: 1.2em;
      font-style: italic; }
    .send-to-friend-product .product-description dt {
      clear: both;
      float: left;
      margin: 10px 0 0 0;
      width: 100px; }
    .send-to-friend-product .product-description dd {
      float: left;
      margin: 10px 0 0 0;
      width: 200px; }

#send-to-friend-main .send-to-friend-sender-label {
  padding-top: 0; }

#send-to-friend-main .send-to-friend-sender {
  margin-left: 2%;
  padding: 0.7em 0.5em;
  text-indent: 0;
  width: 49.5966%; }

#send-to-friend-dialog .send-to-friend-login-message {
  padding: 2em 0em 2em; }

.sizinginformation {
  border: 0 none;
  padding: 10px; }
  .sizinginformation th {
    background: none repeat scroll 0 0 #efefef; }
  .sizinginformation td, .sizinginformation th {
    border-bottom: 1px solid #efefef;
    padding: 10px; }
  .sizinginformation td {
    border-left: 1px solid #efefef; }
  .sizinginformation .ui-tabs-nav {
    height: 33px; }
  .sizinginformation .sizing-charts {
    border: 0 none; }
  .sizinginformation .tips-list {
    padding: 0 !important; }
    .sizinginformation .tips-list li {
      list-style: none outside none !important; }

@media only screen and (max-width: 767px) {
  #cart-table thead {
    display: none; } }

@media only screen and (max-width: 767px) {
  #cart-table tr {
    width: 100%; } }

#cart-table td {
  padding: 15px 10px;
  line-height: 150%; }
  @media only screen and (max-width: 767px) {
    #cart-table td {
      padding: 15px 0 15px 10px; }
      #cart-table td:first-child {
        padding-left: 0; } }

@media only screen and (max-width: 767px) {
  #cart-table tr, #cart-table td {
    float: left; } }

#cart-table .header-total-price {
  text-align: right; }

#cart-table .item-image {
  float: left;
  text-align: center;
  width: 120px;
  height: 130px; }
  @media only screen and (max-width: 767px) {
    #cart-table .item-image {
      width: 100px;
      padding-bottom: 0;
      height: 120px; } }
  #cart-table .item-image img {
    width: 100px;
    height: 100px; }

@media only screen and (max-width: 767px) {
  #cart-table .item-details {
    width: calc(100% - 100px); } }

#cart-table .item-details .false-image {
  width: 90px;
  height: 90px;
  margin: 0 20px;
  float: left; }

#cart-table .item-details a {
  text-decoration: underline; }
  #cart-table .item-details a:hover {
    text-decoration: none; }

@media only screen and (max-width: 767px) {
  #cart-table .rowbundle {
    padding: 0 0 0 20px; } }

@media only screen and (max-width: 767px) {
  #cart-table .rowbundle .item-details {
    width: 100%;
    padding-bottom: 0; } }

@media only screen and (max-width: 767px) {
  #cart-table .rowbundle .item-details .false-image {
    margin-left: 0; } }

#cart-table .item-quantity {
  width: 70px; }
  @media only screen and (max-width: 767px) {
    #cart-table .item-quantity {
      padding-left: 0;
      clear: left; } }
  #cart-table .item-quantity .selector span {
    padding-right: 20px; }

@media only screen and (max-width: 767px) {
  #cart-table .item-quantity-details {
    width: 100px;
    line-height: 11px; } }

#cart-table .item-quantity-details .item-user-actions a,
#cart-table .item-quantity-details .item-user-actions button {
  display: block;
  width: 100%;
  font-size: 14px; }

@media only screen and (max-width: 767px) {
  #cart-table .item-price {
    display: none; } }

#cart-table .price-promotion .price-sales {
  color: #e31d1a; }

#cart-table .price-promotion .price-standard {
  text-decoration: line-through; }

#cart-table .item-total {
  font-weight: 700;
  text-align: right;
  word-wrap: break-word; }
  @media only screen and (max-width: 767px) {
    #cart-table .item-total {
      line-height: 30px;
      width: calc(100% - 170px); }
      #cart-table .item-total span.mobile-visible-only {
        line-height: 11px; } }

#cart-table .price-unadjusted {
  color: #666;
  display: block; }
  #cart-table .price-unadjusted span {
    text-decoration: line-through; }

#cart-table .price-adjusted-total {
  color: #666;
  display: block; }
  #cart-table .price-adjusted-total span {
    color: #e31d1a; }

#cart-table .gift-cert-delivery {
  color: #e31d1a; }

.cart-promo .bonus-item-actions {
  text-align: right;
  vertical-align: middle; }

.cart-footer {
  margin: 30px 0 15px 0; }
  @media only screen and (max-width: 767px) {
    .cart-footer {
      margin: 15px 0; } }

.cart-actions button.button-text {
  float: right;
  width: auto;
  font-size: 14px;
  line-height: 42px;
  margin: 0 15px 0 0; }
  @media only screen and (max-width: 767px) {
    .cart-actions button.button-text {
      width: 100%;
      text-align: center;
      margin: 0; } }

.cart-coupon-code {
  width: 50%;
  float: left;
  padding: 0 5px; }
  @media only screen and (max-width: 767px) {
    .cart-coupon-code {
      width: 100%;
      padding: 0;
      float: none;
      margin: 15px 0 0 0; } }
  .cart-coupon-code button {
    margin-top: 15px;
    width: 160px;
    float: left;
    max-width: calc(50% - 44px);
    min-width: 0; }
    @media only screen and (max-width: 767px) {
      .cart-coupon-code button {
        width: 100%; } }
    .cart-coupon-code button + button {
      float: right; }

.cart-order-totals {
  width: 50%;
  float: right; }
  @media only screen and (max-width: 767px) {
    .cart-order-totals {
      width: 100%;
      padding: 0;
      float: none; } }
  .cart-order-totals .cart-promo {
    text-transform: uppercase;
    color: #c13832;
    font-size: 12px;
    font-family: "Nunito", Arial, sans-serif; }
    .cart-order-totals .cart-promo span {
      width: 80%;
      display: block;
      float: right; }
    .cart-order-totals .cart-promo img {
      width: 100%;
      height: auto;
      max-width: 20%;
      float: left;
      padding-right: 20px; }

.order-totals-table td {
  text-align: right;
  font-size: 16px;
  padding: 0;
  line-height: 40px; }
  @media only screen and (max-width: 767px) {
    .order-totals-table td {
      font-size: 14px;
      line-height: 25px; } }

.order-totals-table .order-totals-item {
  width: 60%; }

.order-totals-table .order-totals-value {
  width: 40%; }

.order-totals-table .order-subtotal {
  font-weight: 700; }

.order-totals-table .order-total {
  font-weight: 700;
  text-transform: uppercase; }

.cart-action-checkout {
  float: right; }
  @media only screen and (max-width: 767px) {
    .cart-action-checkout {
      float: none; } }

.cart-actions-top .cart-action-continue-shopping {
  float: none; }

.cart-empty h1, .cart-empty .navHeader {
  text-align: center; }

.cart-empty .cart-action-continue-shopping {
  float: none;
  text-align: center; }

.promo-adjustment {
  color: #e31d1a; }

ul.product-availability-list {
  margin: 0;
  padding: 0; }
  ul.product-availability-list li {
    list-style: none outside none;
    font-size: 14px; }
  ul.product-availability-list .on-order, ul.product-availability-list .not-available {
    color: #e31d1a; }

#password-reset {
  white-space: nowrap; }

.pt_cart .cart-recommendations h2 {
  color: #99ca45;
  font-size: 45px;
  font-family: "Abel", Arial, sans-serif;
  margin: 60px 0 20px 0;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  padding: 0 0 12px 0;
  background: url(../images/dividerBeaver.png) no-repeat bottom center; }

.pt_cart .cart-recommendations .owl-item.active {
  border-left: 1px solid #ccc; }
  @media only screen and (max-width: 767px) {
    .pt_cart .cart-recommendations .owl-item.active {
      border: 0 none; } }
  .pt_cart .cart-recommendations .owl-item.active:first-child {
    border: 0 none; }

.pt_cart .cart-recommendations .product-tile {
  width: 215px;
  margin: 0 auto; }
  .pt_cart .cart-recommendations .product-tile .product-image a {
    display: block; }
    .pt_cart .cart-recommendations .product-tile .product-image a img {
      width: 100%; }
  .pt_cart .cart-recommendations .product-tile .product-name {
    margin: 20px 0 0 0;
    height: 35px;
    padding: 0 9px;
    font-family: "Abel", Arial, sans-serif;
    font-size: 16px;
    text-align: left;
    overflow: hidden;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase; }
  .pt_cart .cart-recommendations .product-tile .product-pricing {
    padding: 0 9px;
    font-weight: 700;
    text-align: left;
    line-height: 23px;
    margin: 9px 0 0 0; }

.pt_cart .cart-recommendations .owl-controls {
  margin: 15px 0 0 0; }
  .pt_cart .cart-recommendations .owl-controls .owl-pagination {
    position: relative;
    z-index: 2; }
    .pt_cart .cart-recommendations .owl-controls .owl-pagination .owl-page {
      width: 18px;
      height: 18px;
      border: 2px transparent solid;
      margin: 0 4px;
      opacity: 1;
      border-radius: 10px; }
      .pt_cart .cart-recommendations .owl-controls .owl-pagination .owl-page span {
        width: 10px;
        height: 10px;
        background-color: #424242;
        margin: 2px;
        opacity: 1; }
      .pt_cart .cart-recommendations .owl-controls .owl-pagination .owl-page:hover, .pt_cart .cart-recommendations .owl-controls .owl-pagination .owl-page.active {
        border-color: #424242; }
  .pt_cart .cart-recommendations .owl-controls .owl-buttons .owl-prev,
  .pt_cart .cart-recommendations .owl-controls .owl-buttons .owl-next {
    width: 40px;
    height: 41px;
    border-radius: 0;
    margin: 0;
    padding: 0;
    opacity: 1;
    position: absolute;
    top: calc(40% - 40px); }
    @media only screen and (max-width: 767px) {
      .pt_cart .cart-recommendations .owl-controls .owl-buttons .owl-prev,
      .pt_cart .cart-recommendations .owl-controls .owl-buttons .owl-next {
        width: 25px;
        height: 25px;
        top: calc(40% - 20px); } }
  .pt_cart .cart-recommendations .owl-controls .owl-buttons .owl-prev {
    left: 0;
    font-size: 0;
    background: url(../images/homeSliderPrev.png) no-repeat left top;
    background-size: cover; }
  .pt_cart .cart-recommendations .owl-controls .owl-buttons .owl-next {
    right: 0;
    font-size: 0;
    background: url(../images/homeSliderNext.png) no-repeat left top;
    background-size: cover; }

.shipping-method {
  margin-top: 1.83em; }
  .shipping-method label {
    display: inline;
    float: none !important;
    padding-right: .42em !important; }
  .shipping-method .shipping-description {
    display: inline; }

.gift-message-text.hidden {
  display: none; }

.billing-coupon-code .form-row {
  width: 50%; }
  @media only screen and (max-width: 767px) {
    .billing-coupon-code .form-row {
      width: auto; } }

.redemption {
  color: #990000; }
  .redemption .success {
    color: #019328; }
  .redemption span.error {
    margin-left: 0; }

.payment-method-options .form-row {
  clear: none;
  float: left;
  width: 30%; }
  @media only screen and (max-width: 767px) {
    .payment-method-options .form-row {
      float: none;
      width: 100%; } }

.payment-method {
  clear: both;
  display: none; }
  @media only screen and (max-width: 767px) {
    .payment-method .selector {
      overflow: hidden; } }
  @media only screen and (max-width: 767px) {
    .payment-method .cvn label {
      width: 110px; } }
  @media only screen and (max-width: 767px) {
    .payment-method .cvn .field-wrapper {
      margin-left: 20px; } }
  @media only screen and (max-width: 767px) {
    .payment-method .form-label-text {
      width: 120px; } }
  @media only screen and (max-width: 767px) {
    .payment-method .month,
    .payment-method .year {
      margin-left: 10px; } }
  @media only screen and (max-width: 767px) {
    .payment-method .month .field-wrapper,
    .payment-method .year .field-wrapper {
      float: right; } }
  @media only screen and (max-width: 767px) {
    .payment-method .year {
      margin-left: 130px; } }

.select-address .selector {
  overflow: hidden; }

.payment-method-expanded {
  display: block; }

.month,
.year,
.day {
  float: left;
  width: 39%;
  margin-left: 2%; }
  .month .field-wrapper,
  .year .field-wrapper,
  .day .field-wrapper {
    width: 100%;
    padding: 0; }

.year {
  margin-left: 3%; }

.month .form-caption {
  margin-left: 0; }

.cvn {
  clear: left; }
  .cvn .field-wrapper {
    width: 57px; }
    .cvn .field-wrapper input {
      padding-left: 0;
      padding-right: 0;
      text-align: center; }

.ssn {
  clear: left; }

.bml-terms-and-conditions {
  border: 1px solid #aaa;
  font-size: 0.8em;
  height: 400px;
  overflow: auto;
  padding: 1em; }

.bml-table-col-1 {
  width: 25%; }

.checkout-mini-cart {
  background-color: #efefef;
  max-height: 330px;
  overflow: auto; }
  .checkout-mini-cart .mini-cart-name,
  .checkout-mini-cart .mini-cart-attributes {
    float: right;
    width: 50%;
    clear: right; }

.checkout-order-totals {
  background-color: #efefef;
  padding: 0.3rem .5rem; }

.place-order-totals {
  clear: both; }
  .place-order-totals .order-totals-table {
    float: right;
    width: 50%; }

.order-summary-footer {
  position: relative; }
  .order-summary-footer h2 {
    font-size: 2em;
    font-style: italic;
    font-weight: normal; }

.summary-help {
  float: right;
  font-size: 0.8em;
  margin: 1em 0; }

.submit-order {
  clear: both;
  display: block;
  padding: 20px 0; }
  .submit-order .back-to-cart {
    float: left;
    line-height: 42px;
    text-decoration: underline;
    font-weight: 700; }
    .submit-order .back-to-cart:hover {
      text-decoration: none; }
  .submit-order button {
    width: 40%;
    float: right; }

.confirmation-message {
  font-size: 14px;
  font-family: "Nunito", Arial, sans-serif;
  line-height: 150%; }

.order-discount {
  color: #990000; }

.gift-cert-used {
  padding: .83em 0; }

.order-detail-options {
  border-top: 1px solid #e6e6e6;
  margin: 1.67em 0 0;
  padding: 1.67em 0 0;
  text-align: right; }
  .order-detail-options a {
    margin: 0 .83em;
    color: #99ca45;
    text-decoration: underline;
    font: 400 16px "Nunito", Arial, sans-serif; }
    .order-detail-options a:hover {
      text-decoration: none; }
    @media only screen and (max-width: 480px) {
      .order-detail-options a {
        display: block;
        margin: 0 0 5px; } }

.summary .edit {
  position: absolute;
  text-transform: uppercase;
  right: 10px;
  font-size: 0.9em;
  line-height: 1.5em; }

.pt_cart .breadcrumb {
  padding-left: 0; }

.pt_order-confirmation .order-confirmation-details .content-header {
  margin: .6em 0 !important; }

.order-shipment-details .label,
.order-shipment-details .firstname,
.order-shipment-details .lastname {
  font-weight: bold; }

.item-shipping-address {
  min-width: 120px; }

.order-shipment-gift-message-header {
  font-weight: bold;
  font-size: 1.2em;
  padding-bottom: 0; }

.order-shipment-gift-message {
  font-size: 1.1em; }

.billing-error {
  color: red;
  margin: 0 0 .83em 24%; }

.pt_checkout #secondary {
  display: block; }

.pt_checkout #main {
  margin: 30px 0 0 0; }

.pt_checkout .checkout-progress-indicator {
  font-size: 16px;
  margin: 10px 0;
  overflow: hidden;
  line-height: 30px; }
  @media only screen and (max-width: 767px) {
    .pt_checkout .checkout-progress-indicator {
      font-size: 14px;
      line-height: 150%; } }
  .pt_checkout .checkout-progress-indicator div {
    display: inline-block;
    margin: 0 5px 0 0; }
  .pt_checkout .checkout-progress-indicator span {
    text-transform: uppercase; }
  .pt_checkout .checkout-progress-indicator .active span {
    font-weight: 700;
    color: #000000; }
  .pt_checkout .checkout-progress-indicator i {
    padding-left: 6px;
    color: #ccc; }
  .pt_checkout .checkout-progress-indicator .step-3 {
    padding-right: 0; }

.pt_checkout .btnRow button {
  width: 175px; }

.pt_checkout #shipping-method-list .form-caption {
  margin: 0 0 0 8px;
  display: inline-block; }

.pt_checkout #secondary h3.section-header {
  margin: 50px 0 0 0;
  color: #424242;
  background: #e6e6e6;
  padding: 10px;
  font-size: 16px; }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    .pt_checkout #secondary h3.section-header {
      font-size: 14px; } }
  @media only screen and (max-width: 767px) {
    .pt_checkout #secondary h3.section-header {
      margin: 20px 0 0 0; } }

.pt_checkout #secondary .details,
.pt_checkout #secondary .checkout-order-totals,
.pt_checkout #secondary .checkout-mini-cart {
  background: none;
  padding: 10px;
  line-height: 150%; }

.pt_checkout #secondary .checkout-mini-cart .mini-cart-product {
  padding: 0; }
  .pt_checkout #secondary .checkout-mini-cart .mini-cart-product .mini-cart-name a {
    font-size: 14px;
    font-family: Arial, sans-serif;
    text-decoration: underline;
    line-height: 150%; }
  .pt_checkout #secondary .checkout-mini-cart .mini-cart-product .mini-cart-attributes {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%; }
    .pt_checkout #secondary .checkout-mini-cart .mini-cart-product .mini-cart-attributes .label {
      font-weight: 700; }

.pt_checkout #secondary .checkout-order-totals .order-totals-table tr td {
  font-size: 15px;
  line-height: 150%; }
  .pt_checkout #secondary .checkout-order-totals .order-totals-table tr td:first-child {
    text-align: left; }

.pt_checkout #secondary .checkout-order-totals .order-totals-table tr.order-shipping td a {
  text-decoration: underline;
  font-size: 14px;
  font-family: Arial, sans-serif; }

.pt_checkout #secondary .order-component-block {
  margin: -20px 0 0 0; }
  @media only screen and (max-width: 767px) {
    .pt_checkout #secondary .order-component-block {
      margin: 0; } }

.pt_checkout .form-indent label {
  width: 90%; }

.pt_order-confirmation .primary-content {
  float: left;
  padding-left: 0;
  padding-right: 20px; }
  .pt_order-confirmation .primary-content h1.align-center, .pt_order-confirmation .primary-content .align-center.navHeader {
    display: none !important; }

.pt_order-confirmation #secondary {
  float: right; }

.pt_order-confirmation #main h1, .pt_order-confirmation #main .navHeader {
  font-size: 45px;
  margin: 0.67em 0;
  display: none; }
  .pt_order-confirmation #main h1.align-center, .pt_order-confirmation #main .align-center.navHeader {
    display: block; }

.pt_order-confirmation #main h2 {
  margin: 10px 0;
  font-size: 20px; }

.pt_order-confirmation .login-box {
  margin-top: 55px; }

.pt_order-confirmation .continue,
.pt_order-confirmation .print-page {
  float: right;
  line-height: 37px;
  font-weight: 700;
  text-decoration: underline; }
  .pt_order-confirmation .continue:hover,
  .pt_order-confirmation .print-page:hover {
    text-decoration: none; }

.shippingaddress .select-address {
  width: 100%;
  margin-left: 0; }

.shippingaddress .edit-address {
  margin-top: 0.5em; }

.formactions {
  margin-top: 20px;
  text-align: right; }

.item-list .multi-shipment-row {
  border-bottom: none; }

.minishipments-method {
  padding-top: 10px; }

.multishipprogress div, .multishipprogress .step-3 {
  display: inline;
  padding: 1em; }

.multishipprogress .step-4 {
  padding-right: 0; }

.pt_checkout #cart-table .cart-row .shipment-label {
  font-weight: 700;
  margin-top: 35px;
  font-size: 1.4em; }

#PasswordResetForm {
  width: 460px; }
  @media only screen and (max-width: 767px) {
    #PasswordResetForm {
      width: 100%; } }
  #PasswordResetForm fieldset {
    position: relative; }
  #PasswordResetForm button {
    float: right;
    position: relative;
    top: 22px;
    right: 1px;
    z-index: 2;
    min-width: 33px;
    width: 33px;
    height: 33px;
    text-indent: -9999%;
    margin: 0 0 -12px 0;
    background: #ccc url(../images/signup_btn.png) no-repeat center;
    border-radius: 0 3px 3px 0; }
    #PasswordResetForm button:before {
      display: none; }
    #PasswordResetForm button:after {
      display: none; }

.newpassword-title {
  text-align: center; }

#NewPasswordForm {
  width: 100%;
  max-width: 600px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    #NewPasswordForm {
      width: 100%; } }
  #NewPasswordForm button {
    width: 166px; }

h1 .account-logout, .navHeader .account-logout {
  font-size: 12px;
  float: none; }
  h1 .account-logout a:hover, .navHeader .account-logout a:hover {
    text-decoration: underline; }

.registration-selection input, .registration-selection label {
  display: inline;
  float: none; }

.address-list {
  padding: 0; }
  .address-list li {
    float: left;
    list-style: none outside none;
    margin: 0;
    min-height: 135px;
    padding: 15px 0 0;
    width: 33%; }
    .address-list li.default {
      border-bottom: 1px solid #e6e6e6;
      float: none;
      width: auto;
      padding-bottom: 15px; }
  .address-list .mini-address-title {
    font-weight: bold; }
  .address-list a {
    color: #99ca45;
    text-decoration: underline; }
    .address-list a:hover {
      text-decoration: none; }

.payment-list {
  overflow: hidden;
  padding: 0; }
  .payment-list li {
    float: left;
    list-style: none outside none;
    margin: 0;
    min-height: 110px;
    width: 33%;
    padding: 15px 0 0; }
    .payment-list li .mini-payment-title {
      font-weight: bold; }
    .payment-list li .delete {
      width: auto;
      height: 14px;
      line-height: 1;
      font-family: Arial, sans-serif;
      margin: 5px 0 0;
      background: none;
      color: #99ca45;
      text-transform: none;
      text-decoration: underline; }
      .payment-list li .delete:hover {
        text-decoration: none; }
      .payment-list li .delete:before {
        display: none; }
      .payment-list li .delete:after {
        display: none; }

.order-history-header {
  background: #e6e6e6;
  overflow: hidden;
  padding: 10px; }
  .order-history-header .label {
    font-weight: 700; }
  .order-history-header button {
    float: right;
    max-width: 140px; }
    @media only screen and (max-width: 480px) {
      .order-history-header button {
        max-width: 100%;
        margin-bottom: 5px; } }
  .order-history-header .order-date,
  .order-history-header .order-status,
  .order-history-header .order-number {
    float: left;
    margin: 2px 0;
    width: 60%; }
    @media only screen and (max-width: 480px) {
      .order-history-header .order-date,
      .order-history-header .order-status,
      .order-history-header .order-number {
        width: 100%; } }

.order-history-items {
  margin: 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6; }

@media only screen and (max-width: 767px) {
  .order-history-table th {
    display: none; } }

@media only screen and (max-width: 767px) {
  .order-history-table td {
    display: block;
    padding: 5px 0;
    overflow: hidden; }
    .order-history-table td .label {
      font-weight: bold;
      width: 90px;
      display: table-cell; }
    .order-history-table td .value {
      display: table-cell; } }

.order-history-table ul {
  margin: 0;
  padding: 0; }
  @media only screen and (max-width: 767px) {
    .order-history-table ul {
      display: table-cell; } }

.order-history-table li {
  list-style: none outside none; }

.order-history-table .order-shipped-to,
.order-history-table .order-items,
.order-history-table .order-total-price {
  width: 33%; }
  @media only screen and (max-width: 767px) {
    .order-history-table .order-shipped-to,
    .order-history-table .order-items,
    .order-history-table .order-total-price {
      width: 100%; } }

.order-history-table .toggle {
  cursor: pointer;
  display: block; }

.js .order-history-table .hidden {
  display: none; }

@media only screen and (max-width: 767px) {
  .pt_account #secondary {
    display: block; } }

@media only screen and (min-width: 768px) {
  .pt_account #RegistrationForm label {
    width: 23%; } }

@media only screen and (min-width: 768px) {
  .pt_account #RegistrationForm .field-wrapper {
    width: 77%; } }

@media only screen and (min-width: 768px) {
  .pt_account #RegistrationForm .form-caption {
    margin-left: 25%; } }

.pt_account #RegistrationForm .form-caption a:hover {
  text-decoration: underline; }

@media only screen and (min-width: 768px) {
  .pt_account #RegistrationForm .form-indent {
    margin-left: 25%; }
    .pt_account #RegistrationForm .form-indent label {
      width: auto; } }

.pt_account #RegistrationForm .form-indent .field-wrapper {
  width: auto;
  margin: 0 10px 0 0; }

.pt_account #RegistrationForm .form-indent label {
  width: auto;
  line-height: 20px; }

.pt_account #RegistrationForm .form-row-button {
  margin-top: 12px; }
  @media only screen and (min-width: 768px) {
    .pt_account #RegistrationForm .form-row-button {
      margin-left: 25%;
      width: auto; } }

.pt_account:not(.onecolumn-layout) #RegistrationForm {
  margin: 0; }

@media only screen and (max-width: 767px) {
  .pt_account:not(.onecolumn-layout) #main {
    padding-top: 20px; } }

.pt_account:not(.onecolumn-layout) #main .primary-content h1, .pt_account:not(.onecolumn-layout) #main .primary-content .navHeader {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 5px;
  font-size: 45px; }
  @media only screen and (max-width: 767px) {
    .pt_account:not(.onecolumn-layout) #main .primary-content h1, .pt_account:not(.onecolumn-layout) #main .primary-content .navHeader {
      margin: 10px 0;
      padding: 0 10px 5px;
      font-size: 20px; } }

.pt_account:not(.onecolumn-layout) #main .primary-content .section-header-note {
  text-transform: none;
  font-family: Arial, sans-serif;
  font-size: 14px; }

#edit-address-form .form-row-button {
  margin-top: 15px; }
  @media only screen and (min-width: 768px) {
    #edit-address-form .form-row-button button {
      max-width: 140px;
      margin-right: 40px;
      clear: none; } }
  @media only screen and (max-width: 767px) {
    #edit-address-form .form-row-button button {
      margin-bottom: 15px; } }

#CreditCardForm .form-row-button {
  margin-top: 15px; }
  @media only screen and (min-width: 768px) {
    #CreditCardForm .form-row-button .button, #CreditCardForm .form-row-button .button-fancy-small, #CreditCardForm .form-row-button
    .button-fancy-medium, #CreditCardForm .form-row-button #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button, #home_page_hero .owl-wrapper .owl-item > div .heroContent #CreditCardForm .form-row-button a.like-button {
      max-width: 140px;
      margin-right: 40px; } }
  @media only screen and (max-width: 767px) {
    #CreditCardForm .form-row-button .button, #CreditCardForm .form-row-button .button-fancy-small, #CreditCardForm .form-row-button
    .button-fancy-medium, #CreditCardForm .form-row-button #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button, #home_page_hero .owl-wrapper .owl-item > div .heroContent #CreditCardForm .form-row-button a.like-button {
      margin-bottom: 15px; } }

@media only screen and (max-width: 767px) {
  .pt_order:not(.onecolumn-layout) #main {
    padding-top: 20px; } }

.pt_order:not(.onecolumn-layout) #main .primary-content h1, .pt_order:not(.onecolumn-layout) #main .primary-content .navHeader {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 5px;
  font-size: 45px; }
  @media only screen and (max-width: 767px) {
    .pt_order:not(.onecolumn-layout) #main .primary-content h1, .pt_order:not(.onecolumn-layout) #main .primary-content .navHeader {
      font-size: 20px;
      margin: 10px 0;
      padding: 0 10px 5px; } }

.pt_order:not(.onecolumn-layout) #main .primary-content .pagination .toggle-grid {
  display: none; }

.pt_order .search-result-items:after {
  border-bottom: none; }

.order-details-table {
  margin: 0 0 15px; }
  .order-details-table .separator {
    border-bottom: 1px solid #e6e6e6; }
  @media only screen and (max-width: 767px) {
    .order-details-table th {
      display: none; } }
  .order-details-table td {
    line-height: 150%; }
    .order-details-table td .order-totals-table td {
      padding: 5px;
      font-size: 14px;
      white-space: nowrap; }
    @media only screen and (max-width: 767px) {
      .order-details-table td.mobile-block {
        display: block; }
        .order-details-table td.mobile-block.order-information {
          border-bottom: 1px solid #e6e6e6;
          padding-top: 5px;
          margin-bottom: 15px;
          clear: both; }
          .order-details-table td.mobile-block.order-information .label {
            font-weight: bold; }
        .order-details-table td.mobile-block.order-payment-summary {
          border-top: 1px solid #e6e6e6;
          clear: both; }
        .order-details-table td.mobile-block.order-billing, .order-details-table td.mobile-block.order-payment-instruments {
          width: 50%;
          float: left;
          padding: 0 10px;
          margin-bottom: 15px; }
        .order-details-table td.mobile-block.order-billing {
          border-right: 1px solid #e6e6e6; } }
  @media only screen and (max-width: 767px) {
    .order-details-table.order-shipment-table td:not(.order-shipment-details) {
      float: left;
      padding-bottom: 0; }
      .order-details-table.order-shipment-table td:not(.order-shipment-details) .subtitle {
        font-weight: bold;
        padding-bottom: 5px; }
    .order-details-table.order-shipment-table td.line-item-details {
      width: 55%; }
    .order-details-table.order-shipment-table td.line-item-quantity {
      text-align: center;
      width: 20%; }
    .order-details-table.order-shipment-table td.line-item-price {
      width: 25%; }
    .order-details-table.order-shipment-table td.order-shipment-details {
      border-top: 1px solid #e6e6e6;
      border-bottom: 1px solid #e6e6e6; }
      .order-details-table.order-shipment-table td.order-shipment-details .shipping-method {
        margin: 0; } }

.ui-dialog #CreditCardForm .form-label-text {
  width: 100%;
  padding: 0 0 15px; }

.homepagelink {
  display: block;
  margin-top: 10px; }

.privacy-policy-wrapper.ui-dialog .ui-dialog-content {
  overflow: auto; }

.pt_wish-list .list-table-header {
  background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top #efefef;
  overflow: hidden;
  padding: 2em; }
  .pt_wish-list .list-table-header p {
    color: #999;
    float: right;
    margin: 0;
    overflow: hidden;
    width: 40%; }

.pt_wish-list .primary-content .list-table-header h2 {
  float: left; }

.list-share {
  background-color: #efefef;
  border-top: 1px solid #d6d6d6;
  padding: 2em; }
  .list-share .share-option {
    box-sizing: border-box;
    display: block;
    margin-bottom: .5rem;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .list-share .share-option {
        float: left;
        margin-left: 1%;
        width: 32.666666667%; }
        .list-share .share-option:first-child {
          margin-left: 0; } }
  .list-share .list-title {
    float: left; }
  .list-share .print-page {
    float: right; }

.event-info {
  margin: 1em; }

.wishlist-search .form-row,
.registry-search .form-row {
  clear: none;
  margin: .5rem 0 .5rem 1%;
  float: left;
  width: 32.666666667%; }
  .wishlist-search .form-row:nth-of-type(3n + 1),
  .registry-search .form-row:nth-of-type(3n + 1) {
    margin-left: 0; }

.wishlist-search .form-row-button,
.registry-search .form-row-button {
  margin-left: 0; }

.pt_gift-registry .create-new-registry {
  margin: 1em 0; }
  .pt_gift-registry .create-new-registry button {
    float: left;
    margin-right: 2em; }
  .pt_gift-registry .create-new-registry p {
    font-size: 1.3em; }

.pt_gift-registry .add-gift-cert {
  border: 1px solid #efefef;
  margin-bottom: -1px;
  overflow: auto;
  padding: .83em; }
  .pt_gift-registry .add-gift-cert p {
    color: #999;
    font-style: italic;
    line-height: 1.5em; }

.pt_gift-registry .hdr-options {
  width: 5%; }

.page-content-tab-navigaton button {
  background-color: #e0e0e0;
  border-color: #efefef;
  border-width: 1px;
  color: #999;
  font-size: 1.1em;
  font-style: italic;
  font-weight: 400;
  margin: 0 0 -1px; }
  .page-content-tab-navigaton button.selected {
    background-color: #fff;
    border-bottom: 1px solid #fff; }

.page-content-tab-wrapper {
  border: 1px solid #efefef;
  padding: .42em; }

.gift-reg-purchases .item-purchased-by dd {
  float: left;
  font-weight: bold;
  margin: 0 1em 0 0;
  position: relative;
  width: auto; }

.gift-reg-purchases .item-purchased-by dt {
  clear: both;
  float: left;
  margin: 0 1em 0 0;
  position: relative;
  width: auto; }

.gift-reg-purchases .quantity-purchased {
  color: #990000; }

.gift-registry-advanced .toggle-content {
  display: none; }

.gift-certificate-purchase {
  background: none repeat scroll 0 0 #efefef;
  margin-bottom: 1em;
  padding: .83em; }
  .gift-certificate-purchase .content-asset {
    float: left;
    width: 50%; }
    .gift-certificate-purchase .content-asset img {
      margin: 1.66em 0; }
  .gift-certificate-purchase form {
    background: none repeat scroll 0 0 #fff;
    float: right;
    padding: 0 1.66em 1.66em;
    width: 40%; }
    .gift-certificate-purchase form .input-text, .gift-certificate-purchase form .input-textarea {
      width: 90%; }
    .gift-certificate-purchase form .cert-amount {
      clear: none;
      float: left;
      margin: 0;
      width: 40%; }
    .gift-certificate-purchase form .form-row-button {
      clear: none;
      float: left;
      margin: 2.1em 0 0 1.66em;
      width: 50%; }
  .gift-certificate-purchase .cert-amount .form-caption {
    margin: 1.66em 0 0;
    position: absolute;
    width: 40%; }
  .gift-certificate-purchase .cert-amount.error {
    padding-bottom: 2.92em; }
  .gift-certificate-purchase span.error {
    margin-left: 2%; }

.check-balance {
  border-bottom: 1px solid #e0e0e0;
  margin: 0 0 1.66em;
  padding: 0 0 1.66em; }

.gift-cert-balance {
  float: left;
  width: 40%; }
  .gift-cert-balance label {
    display: none; }
  .gift-cert-balance input {
    margin-top: 0;
    width: 93%; }
  .gift-cert-balance .form-caption {
    margin-left: 0; }

.gift-cert-balance-submit {
  clear: none;
  float: left; }

.gift-cert-balance .label {
  display: none; }

.checkoutlogin {
  margin: 43px 0 0 0; }

.login-box-content .formbuttonrow button {
  max-width: 150px; }

.login-box h3 {
  margin: 0; }

.login-box p {
  margin: 0.5em 0; }

.login-box a {
  text-decoration: none; }
  .login-box a:hover {
    text-decoration: underline; }

.login-box .error {
  margin-left: 0; }

.login-box .form-row-button {
  line-height: 30px; }
  .login-box .form-row-button button {
    max-width: 150px; }
  .login-box .form-row-button #password-reset {
    margin-left: 10px; }
    .login-box .form-row-button #password-reset:hover {
      text-decoration: underline; }

.login-box.login-create-account {
  margin-top: 20px; }
  @media only screen and (max-width: 767px) {
    .login-box.login-create-account {
      margin: 15px 0;
      padding: 15px 0;
      border-top: 1px solid #e6e6e6;
      border-bottom: 1px solid #e6e6e6; } }

@media only screen and (max-width: 480px) {
  .login-box.login-account .form-row-button button {
    max-width: 120px;
    min-width: 120px; } }

.login-rememberme {
  display: inline-block;
  margin: 0;
  line-height: 20px; }
  .login-rememberme .field-wrapper {
    margin-right: 10px; }

.login-oauth p:first-child {
  font-size: 2em;
  text-align: center;
  margin: 0;
  text-transform: uppercase; }

#OAuthProvider {
  display: block;
  margin-bottom: 1em;
  width: 80%; }

.pt_product-search-result .breadcrumb {
  padding: 20px 0; }
  @media only screen and (max-width: 767px) {
    .pt_product-search-result .breadcrumb {
      display: block; } }

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .pt_product-search-result .primary-content {
    width: 555px; } }

.bottom-banner-container {
  overflow: hidden; }
  .bottom-banner-container .bottom-banner-cell {
    float: left;
    overflow: hidden;
    text-align: center; }
  .bottom-banner-container .banner-cell-1 {
    width: 33%; }
  .bottom-banner-container .banner-cell-2 {
    width: 34%; }
  .bottom-banner-container .banner-cell-3 {
    width: 33%; }

.category-landing {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  font-size: 0; }
  .category-landing:after {
    content: '';
    width: 100%;
    background-color: #fff;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0; }
  @media only screen and (max-width: 767px) {
    .category-landing {
      margin-top: 30px; } }
  .category-landing .category-landing-item {
    margin: 0;
    padding: 30px 25px;
    display: inline-block;
    list-style: none;
    width: 33%;
    box-sizing: border-box;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    text-align: center; }
    .category-landing .category-landing-item:nth-child(3n) {
      border-right: none; }
    @media only screen and (max-width: 767px) {
      .category-landing .category-landing-item {
        width: 50%;
        border: none;
        border-bottom: 1px solid #e6e6e6;
        padding: 8px; }
        .category-landing .category-landing-item:nth-child(even) {
          border-left: 1px solid #e6e6e6;
          margin-left: -1px; }
        .category-landing .category-landing-item:nth-child(odd) {
          border-right: 1px solid #e6e6e6; } }
  .category-landing .category-landing-image {
    width: 100%;
    height: auto;
    vertical-align: top; }
  .category-landing .category-landing-title-prefix {
    display: block;
    margin-top: 20px;
    color: #99ca45;
    font-family: "Nunito", Arial, sans-serif;
    font-size: 14px; }
  .category-landing .category-landing-title-name {
    font-family: "Abel", Arial, sans-serif;
    font-size: 20px;
    text-transform: uppercase; }
  .category-landing .category-landing-item-link {
    display: block;
    width: 100%;
    max-height: 359px;
    overflow: hidden; }

.cat-landing-slotbanner {
  margin-bottom: 50px; }
  @media only screen and (max-width: 767px) {
    .cat-landing-slotbanner {
      margin-bottom: 30px; } }

.cat-landing-slotbottom {
  margin-top: 50px; }
  @media only screen and (max-width: 767px) {
    .cat-landing-slotbottom {
      margin-top: 40px; } }
  @media only screen and (max-width: 767px) {
    .cat-landing-slotbottom .banner-info {
      margin-top: 12px; } }

.cat-landing-slotbanner,
.cat-landing-slotbottom {
  position: relative; }
  .cat-landing-slotbanner p,
  .cat-landing-slotbottom p {
    margin: 0;
    padding: 0; }
  .cat-landing-slotbanner img,
  .cat-landing-slotbottom img {
    width: 100%;
    height: auto;
    vertical-align: top; }
  .cat-landing-slotbanner .banner-info,
  .cat-landing-slotbottom .banner-info {
    position: absolute;
    top: 75px;
    left: 40px; }
    @media only screen and (max-width: 767px) {
      .cat-landing-slotbanner .banner-info,
      .cat-landing-slotbottom .banner-info {
        position: static;
        padding: 0 10px; } }
  .cat-landing-slotbanner .banner-header,
  .cat-landing-slotbottom .banner-header {
    padding-bottom: 10px;
    margin-bottom: 20px;
    background: url(../images/divider-white.png) no-repeat left bottom;
    color: #fff;
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      .cat-landing-slotbanner .banner-header,
      .cat-landing-slotbottom .banner-header {
        background-image: url(../images/divider-brown.png);
        padding-bottom: 7px; } }
  .cat-landing-slotbanner .banner-title,
  .cat-landing-slotbottom .banner-title {
    font-family: "Nunito", Arial, sans-serif;
    font-size: 16px; }
    @media only screen and (max-width: 767px) {
      .cat-landing-slotbanner .banner-title,
      .cat-landing-slotbottom .banner-title {
        color: #94785B;
        font-size: 11px; } }
  .cat-landing-slotbanner .banner-name,
  .cat-landing-slotbottom .banner-name {
    font-family: "Abel", Arial, sans-serif;
    font-size: 45px; }
    @media only screen and (max-width: 767px) {
      .cat-landing-slotbanner .banner-name,
      .cat-landing-slotbottom .banner-name {
        font-size: 25px;
        color: #99ca45; } }
  .cat-landing-slotbanner .banner-text,
  .cat-landing-slotbottom .banner-text {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #fff; }
    @media only screen and (max-width: 767px) {
      .cat-landing-slotbanner .banner-text,
      .cat-landing-slotbottom .banner-text {
        font-size: 12px;
        line-height: 18px;
        color: #424242; } }
  .cat-landing-slotbanner .banner-button-wrapper,
  .cat-landing-slotbottom .banner-button-wrapper {
    width: 175px;
    margin-top: 20px; }
    @media only screen and (max-width: 767px) {
      .cat-landing-slotbanner .banner-button-wrapper,
      .cat-landing-slotbottom .banner-button-wrapper {
        width: 112px; } }
    @media only screen and (max-width: 767px) {
      .cat-landing-slotbanner .banner-button-wrapper .button, .cat-landing-slotbanner .banner-button-wrapper .button-fancy-small, .cat-landing-slotbanner .banner-button-wrapper
      .button-fancy-medium, .cat-landing-slotbanner .banner-button-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button, #home_page_hero .owl-wrapper .owl-item > div .heroContent .cat-landing-slotbanner .banner-button-wrapper a.like-button,
      .cat-landing-slotbottom .banner-button-wrapper .button,
      .cat-landing-slotbottom .banner-button-wrapper .button-fancy-small,
      .cat-landing-slotbottom .banner-button-wrapper
      .button-fancy-medium,
      .cat-landing-slotbottom .banner-button-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button, #home_page_hero .owl-wrapper .owl-item > div .heroContent
      .cat-landing-slotbottom .banner-button-wrapper a.like-button {
        font-size: 14px;
        line-height: 30px;
        height: 30px;
        margin: 0 25px 0 15px;
        width: calc(100% - 40px);
        min-width: 132px;
        background-image: url(../images/smallBtnBgGreen.png); }
        .cat-landing-slotbanner .banner-button-wrapper .button:before, .cat-landing-slotbanner .banner-button-wrapper .button-fancy-small:before, .cat-landing-slotbanner .banner-button-wrapper
        .button-fancy-medium:before, .cat-landing-slotbanner .banner-button-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button:before, #home_page_hero .owl-wrapper .owl-item > div .heroContent .cat-landing-slotbanner .banner-button-wrapper a.like-button:before,
        .cat-landing-slotbottom .banner-button-wrapper .button:before,
        .cat-landing-slotbottom .banner-button-wrapper .button-fancy-small:before,
        .cat-landing-slotbottom .banner-button-wrapper
        .button-fancy-medium:before,
        .cat-landing-slotbottom .banner-button-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button:before, #home_page_hero .owl-wrapper .owl-item > div .heroContent
        .cat-landing-slotbottom .banner-button-wrapper a.like-button:before {
          height: 30px;
          background-image: url(../images/smallBtnLeftGreen.png); }
        .cat-landing-slotbanner .banner-button-wrapper .button:after, .cat-landing-slotbanner .banner-button-wrapper .button-fancy-small:after, .cat-landing-slotbanner .banner-button-wrapper
        .button-fancy-medium:after, .cat-landing-slotbanner .banner-button-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .cat-landing-slotbanner .banner-button-wrapper a.like-button:after,
        .cat-landing-slotbottom .banner-button-wrapper .button:after,
        .cat-landing-slotbottom .banner-button-wrapper .button-fancy-small:after,
        .cat-landing-slotbottom .banner-button-wrapper
        .button-fancy-medium:after,
        .cat-landing-slotbottom .banner-button-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent
        .cat-landing-slotbottom .banner-button-wrapper a.like-button:after {
          margin: 0 -25px 0 0;
          height: 30px;
          width: 25px;
          background-image: url(../images/smallBtnRightGreen.png); } }

.store-locator-header {
  background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top transparent;
  font-size: 1.75em;
  font-style: italic;
  font-weight: 400;
  margin: 20px 0 0;
  padding: 20px 0; }

.store-information {
  background: none repeat scroll 0 0 #e0e0e0;
  border-bottom: 1px solid #fff; }

.store-name {
  font-weight: bold;
  margin: 0 0 10px; }

.store-map {
  border-bottom: 1px solid #e0e0e0; }

.store-locator-details {
  float: left;
  width: 44%; }
  .store-locator-details img {
    max-width: 100%; }
  .store-locator-details h1, .store-locator-details .navHeader, .store-locator-details p {
    margin: 0.25em 0; }

.store-locator-details-map {
  float: right;
  width: 50%; }
  .store-locator-details-map img {
    max-width: 100%; }

#store-locator {
  position: relative; }

#map-canvas {
  width: 100%;
  height: 500px;
  border: 1px solid #C6C6C6; }

#stores {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 323px;
  min-height: 280px;
  background-color: #FFFFFF; }
  #stores .stores-header {
    padding: 14px 37px;
    font-size: 14px;
    background-color: #000000;
    color: #FFFFFF; }
  #stores .stores-container {
    max-height: 420px;
    overflow: scroll; }

/* Fixes the layering of the marker icon text */
.gmnoprint[title] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important; }

.js .loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.js .loader-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.7; }

.js .loader-indicator {
  z-index: 100;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  height: 64px;
  background: url("../images/loading-small.gif") no-repeat; }

.js #suggestions {
  background-color: #666;
  color: #e0e0e0;
  cursor: pointer;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 8184; }
  .js #suggestions div {
    clear: both;
    height: 23px;
    padding: 5px;
    overflow: hidden;
    white-space: nowrap; }
    .js #suggestions div:hover {
      background-color: #ccc;
      color: #333; }
    .js #suggestions div .suggestionterm {
      float: left;
      overflow: hidden;
      width: 110px; }
    .js #suggestions div .hits {
      float: right;
      line-height: 1.8em;
      text-align: right;
      margin-left: 3px; }

.js .ui-dialog-content .product-col-1 {
  padding: 0 1%;
  width: 39%; }
  @media only screen and (max-width: 767px) {
    .js .ui-dialog-content .product-col-1 {
      width: 100%; } }
  .js .ui-dialog-content .product-col-1 .product-image {
    max-width: 100%; }

.js .ui-dialog-content .product-col-2 {
  padding: 0;
  width: 58%; }
  @media only screen and (max-width: 767px) {
    .js .ui-dialog-content .product-col-2 {
      width: 100%; } }

.js .ui-dialog-content .pdp-main .product-set-list {
  border-top: 1px solid #e6e6e6;
  height: 500px;
  overflow: auto; }
  .js .ui-dialog-content .pdp-main .product-set-list .product-set-item {
    margin: 14px 0;
    border: 0 none;
    padding: 14px 0;
    border-bottom: 1px solid #e6e6e6; }
  .js .ui-dialog-content .pdp-main .product-set-list .product-name {
    margin: 0; }
  .js .ui-dialog-content .pdp-main .product-set-list .block-add-to-cart .price {
    font-size: 21px;
    padding: 6px 0 0;
    width: 130px; }

.js .ui-dialog-content .pdp-main .product-add-to-cart {
  border: 0 none; }

.js .zoomPad {
  position: relative;
  float: left;
  z-index: 99;
  cursor: crosshair;
  width: 100%; }

.js .zoomPreload {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #333;
  font-size: 12px;
  font-family: Arial, sans-serif;
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 8px;
  text-align: center;
  background: #fff url(../images/zoomloader.gif) no-repeat 43px 30px;
  z-index: 110;
  width: 90px;
  height: 43px;
  position: absolute;
  top: 0;
  left: 0;
  *width: 100px;
  *height: 49px; }

.js .zoomPup {
  overflow: hidden;
  background-color: #fff;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  position: absolute;
  border: 1px solid #ccc;
  z-index: 101;
  cursor: crosshair; }

.js .zoomOverlay {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 101; }

.js .zoomWindow {
  position: absolute;
  left: 110%;
  top: 40px;
  background: #fff;
  height: auto;
  z-index: 110; }

.js .zoomWrapper {
  position: relative;
  border: 1px solid #999;
  z-index: 110; }

.js .zoomWrapperTitle {
  display: block;
  background: #999;
  color: #fff;
  height: 18px;
  line-height: 18px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 120;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60); }

.js .zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 110; }
  .js .zoomWrapperImage img {
    border: 0;
    display: block;
    position: absolute;
    z-index: 101; }

.js .zoomIframe {
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position: absolute;
  display: block; }

#home_page_hero {
  max-width: 1400px;
  margin: 0 auto; }
  #home_page_hero .owl-wrapper .owl-item > div {
    position: relative;
    text-align: center; }
    #home_page_hero .owl-wrapper .owl-item > div .heroContent {
      position: absolute;
      top: 140px;
      text-align: left;
      left: 22%; }
      @media only screen and (max-width: 767px) {
        #home_page_hero .owl-wrapper .owl-item > div .heroContent {
          position: relative;
          top: 0;
          left: 0;
          padding: 15px; } }
      #home_page_hero .owl-wrapper .owl-item > div .heroContent h1, #home_page_hero .owl-wrapper .owl-item > div .heroContent .navHeader {
        color: #424242;
        margin: 0;
        padding: 0 0 20px 0;
        background: url(../images/divider.png) no-repeat left bottom; }
        @media only screen and (max-width: 767px) {
          #home_page_hero .owl-wrapper .owl-item > div .heroContent h1, #home_page_hero .owl-wrapper .owl-item > div .heroContent .navHeader {
            font-size: 30px;
            text-align: center;
            padding: 0 0 10px 0;
            background-position: center bottom; } }
      #home_page_hero .owl-wrapper .owl-item > div .heroContent p {
        margin: 20px 0;
        font-size: 16px;
        line-height: 25px; }
        @media only screen and (max-width: 767px) {
          #home_page_hero .owl-wrapper .owl-item > div .heroContent p {
            margin: 5px 20px;
            font-size: 14px;
            line-height: 20px; }
            #home_page_hero .owl-wrapper .owl-item > div .heroContent p br {
              display: none; } }
      #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button {
        width: 140px; }
        @media only screen and (max-width: 767px) {
          #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button {
            margin: 0 0 0 35px; } }
      #home_page_hero .owl-wrapper .owl-item > div .heroContent a.button.large, #home_page_hero .owl-wrapper .owl-item > div .heroContent a.large.button-fancy-small, #home_page_hero .owl-wrapper .owl-item > div .heroContent
      a.large.button-fancy-medium, #home_page_hero .owl-wrapper .owl-item > div .heroContent a.button-fancy-large, #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button {
        width: 140px; }
  #home_page_hero .owl-controls {
    max-width: 1400px;
    margin: -30px auto 0; }
    @media only screen and (max-width: 767px) {
      #home_page_hero .owl-controls {
        margin: 10px 0 0 0; } }
    #home_page_hero .owl-controls .owl-pagination {
      position: relative;
      z-index: 2; }
      #home_page_hero .owl-controls .owl-pagination .owl-page {
        width: 18px;
        height: 18px;
        border: 2px transparent solid;
        margin: 0 4px;
        opacity: 1;
        border-radius: 10px; }
        #home_page_hero .owl-controls .owl-pagination .owl-page span {
          width: 10px;
          height: 10px;
          background-color: #424242;
          margin: 2px;
          opacity: 1; }
        #home_page_hero .owl-controls .owl-pagination .owl-page:hover, #home_page_hero .owl-controls .owl-pagination .owl-page.active {
          border-color: #424242; }
    #home_page_hero .owl-controls .owl-buttons .owl-prev,
    #home_page_hero .owl-controls .owl-buttons .owl-next {
      width: 40px;
      height: 41px;
      border-radius: 0;
      margin: 0;
      padding: 0;
      opacity: 1;
      position: absolute;
      top: calc(50% - 20px); }
      @media only screen and (max-width: 767px) {
        #home_page_hero .owl-controls .owl-buttons .owl-prev,
        #home_page_hero .owl-controls .owl-buttons .owl-next {
          width: 25px;
          height: 25px;
          top: calc(50% - 12px); } }
    #home_page_hero .owl-controls .owl-buttons .owl-prev {
      left: 0;
      font-size: 0;
      background: url(../images/homeSliderPrev.png) no-repeat left top;
      background-size: cover; }
    #home_page_hero .owl-controls .owl-buttons .owl-next {
      right: 0;
      font-size: 0;
      background: url(../images/homeSliderNext.png) no-repeat left top;
      background-size: cover; }

.navHeader {
  color: #424242;
  margin: 64px 0 25px 0;
  text-align: center;
  padding: 0 0 20px 0;
  background: url(../images/divider.png) no-repeat center bottom; }
  @media only screen and (max-width: 767px) {
    .navHeader {
      font-size: 30px;
      text-align: center;
      padding: 0 0 10px 0;
      margin: 30px 0 15px 0;
      background-position: center bottom; } }

.visual-navigation {
  margin: 15px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .visual-navigation {
      padding: 10px;
      display: block;
      margin: 0; } }
  .visual-navigation > div {
    text-align: center;
    padding: 0 26px;
    height: 225px;
    border-left: 1px dashed #ccc; }
    @media only screen and (max-width: 767px) {
      .visual-navigation > div {
        border: 0 none;
        width: calc(50% - 20px);
        margin: 10px;
        padding: 0;
        float: left; } }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      .visual-navigation > div {
        padding: 0 10px; } }
    .visual-navigation > div:first-child {
      border: 0 none; }
    .visual-navigation > div a {
      font-family: "Nunito", Arial, sans-serif;
      font-size: 16px;
      font-weight: 400;
      display: block;
      line-height: 28px;
      text-transform: uppercase; }
      @media only screen and (max-width: 767px) {
        .visual-navigation > div a {
          max-height: 171px;
          overflow: hidden; } }
      .visual-navigation > div a img {
        display: block;
        margin: 0 auto 21px auto;
        max-width: 100%;
        width: auto;
        height: 177px; }
        @media only screen and (max-width: 767px) {
          .visual-navigation > div a img {
            height: 115px;
            margin: 0 auto 5px auto; } }

#recomended_slider .owl-item.active {
  border-left: 1px dashed #ccc; }
  @media only screen and (max-width: 767px) {
    #recomended_slider .owl-item.active {
      border: 0 none; } }
  #recomended_slider .owl-item.active:first-child {
    border: 0 none; }

#recomended_slider .product-tile {
  width: 215px;
  margin: 0 auto; }
  #recomended_slider .product-tile .product-callout {
    right: 10px;
    top: 10px; }
  #recomended_slider .product-tile .product-image a {
    display: block; }
    #recomended_slider .product-tile .product-image a img {
      width: 100%; }
  #recomended_slider .product-tile .product-name {
    margin: 20px 0 0 0;
    padding: 0 9px;
    font-family: "Abel", Arial, sans-serif;
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase; }
  #recomended_slider .product-tile .product-pricing {
    padding: 0 9px;
    font-weight: 700;
    text-align: left;
    line-height: 23px;
    margin: 9px 0 0 0; }
  #recomended_slider .product-tile .product-promo {
    padding: 0 9px; }

#recomended_slider .owl-item {
  float: none;
  display: table-cell; }

#recomended_slider .owl-controls {
  margin: 15px 0 0 0; }
  #recomended_slider .owl-controls .owl-pagination {
    position: relative;
    z-index: 2; }
    #recomended_slider .owl-controls .owl-pagination .owl-page {
      width: 18px;
      height: 18px;
      border: 2px transparent solid;
      margin: 0 4px;
      opacity: 1;
      border-radius: 10px; }
      #recomended_slider .owl-controls .owl-pagination .owl-page span {
        width: 10px;
        height: 10px;
        background-color: #424242;
        margin: 2px;
        opacity: 1; }
      #recomended_slider .owl-controls .owl-pagination .owl-page:hover, #recomended_slider .owl-controls .owl-pagination .owl-page.active {
        border-color: #424242; }
  #recomended_slider .owl-controls .owl-buttons .owl-prev,
  #recomended_slider .owl-controls .owl-buttons .owl-next {
    width: 40px;
    height: 41px;
    border-radius: 0;
    margin: 0;
    padding: 0;
    opacity: 1;
    position: absolute;
    top: calc(40% - 40px); }
    @media only screen and (max-width: 767px) {
      #recomended_slider .owl-controls .owl-buttons .owl-prev,
      #recomended_slider .owl-controls .owl-buttons .owl-next {
        width: 25px;
        height: 25px;
        top: calc(40% - 20px); } }
  #recomended_slider .owl-controls .owl-buttons .owl-prev {
    left: 0;
    font-size: 0;
    background: url(../images/homeSliderPrev.png) no-repeat left top;
    background-size: cover; }
  #recomended_slider .owl-controls .owl-buttons .owl-next {
    right: 0;
    font-size: 0;
    background: url(../images/homeSliderNext.png) no-repeat left top;
    background-size: cover; }

.assets .filling {
  padding: 80px 65px;
  margin: 50px 0 0 0; }
  @media only screen and (max-width: 767px) {
    .assets .filling {
      padding: 20px;
      margin: 10px 0 0 0; } }
  .assets .filling .content-holder {
    display: inline-block;
    width: 50%;
    text-align: left; }
    @media only screen and (max-width: 767px) {
      .assets .filling .content-holder {
        width: 100%; } }
    .assets .filling .content-holder h5 {
      color: #424242;
      font-family: "Nunito", Arial, sans-serif;
      font-size: 16px;
      font-weight: 400;
      padding: 0;
      margin: 0;
      text-transform: uppercase; }
    .assets .filling .content-holder h1, .assets .filling .content-holder .navHeader {
      color: #424242;
      font-size: 45px;
      line-height: 43px;
      margin: 10px 0 0 0;
      padding: 0 0 20px 0;
      background: url(../images/divider.png) no-repeat left bottom; }
      @media only screen and (max-width: 767px) {
        .assets .filling .content-holder h1, .assets .filling .content-holder .navHeader {
          font-size: 30px;
          line-height: 33px;
          padding: 0 0 10px 0; } }
    .assets .filling .content-holder p {
      margin: 20px 0; }
      @media only screen and (max-width: 767px) {
        .assets .filling .content-holder p br {
          display: none; } }
    .assets .filling .content-holder .false-price {
      color: #424242;
      font-family: "Abel", Arial, sans-serif;
      font-size: 35px;
      line-height: 42px;
      display: inline-block;
      float: left;
      margin: 10px 30px 0 0; }
    .assets .filling .content-holder a.button, .assets .filling .content-holder a.button-fancy-small, .assets .filling .content-holder
    a.button-fancy-medium, .assets .filling .content-holder #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button, #home_page_hero .owl-wrapper .owl-item > div .heroContent .assets .filling .content-holder a.like-button {
      margin-top: 10px;
      width: 175px; }

.see_all_photos {
  margin-left: 104px;
  width: 755px;
  text-align: left;
  text-decoration: underline;
  font-family: Arial, sans-serif;
  font-size: 15px;
  color: #424142; }
  .see_all_photos:hover {
    text-decoration: underline;
    color: #9c8f30; }

.see_all_photos_pdp {
  margin-left: 179px !important; }

.see_all_photos_recipe {
  margin-left: 179px !important; }

.ui-dialog #listings-nav {
  float: right;
  margin-top: 2%; }
  .ui-dialog #listings-nav a {
    cursor: pointer;
    display: inline-block;
    margin: 0 5px; }
    .ui-dialog #listings-nav a.active {
      font-weight: bold; }

.pdp-main .product-add-to-cart .online-stock span {
  float: left; }

.pdp-main .product-add-to-cart .store-stock {
  display: block;
  clear: left; }

.availability-block {
  margin: 0 0 17px 0;
  clear: both;
  width: 100%;
  float: left; }
  .availability-block .availability {
    width: 100%; }
    .availability-block .availability .label {
      color: #424242;
      float: left; }
    .availability-block .availability .value {
      font-weight: 700;
      font-style: italic;
      float: left; }
    .availability-block .availability * {
      font-size: 14px;
      line-height: 1; }

.in-stock-msg,
.is-in-stock,
[data-status="store-in-stock"] {
  color: #99ca45; }

.not-available-msg,
.in-stock-date-msg,
.not-available,
.out-of-stock,
.store-error {
  color: #c13832; }

.on-order,
.preorder-msg,
.backorder-msg {
  color: #0167af; }

.availability-results {
  margin-top: 1em; }

#user-zip {
  display: block;
  margin: 2em auto 0; }

.store-list-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width: 565px;
  width: calc(525px + 3em); }

.store-list {
  list-style: none outside none;
  margin: 0;
  padding: 0; }

.store-tile {
  border: 1px dashed #ccc;
  box-sizing: border-box;
  float: left;
  list-style: none outside none;
  margin: 0.3em 0.5em;
  padding: 0.8em;
  text-align: center;
  width: 175px; }
  .store-tile.selected {
    background-color: rgba(186, 192, 0, 0.5); }
  .store-tile .store-status {
    display: block;
    font-size: 0.9em;
    margin: 5px 0; }
  .store-tile .select-store-button {
    margin-top: 1em;
    border: 1em; }

.store-list-pdp-container {
  margin-top: 1em; }
  .store-list-pdp-container .store-list-pdp {
    margin-top: 0.5em; }
  .store-list-pdp-container .store-list-item {
    border-bottom: 1px dotted #ccc;
    display: none;
    padding: 0.5em  0.8em; }
    .store-list-pdp-container .store-list-item:last-of-type {
      border: none; }
    .store-list-pdp-container .store-list-item.selected {
      display: block;
      font-weight: bold; }
    .store-list-pdp-container .store-list-item.visible {
      display: block; }
    .store-list-pdp-container .store-list-item .store-address {
      float: left; }
    .store-list-pdp-container .store-list-item .store-status {
      float: right; }

.selected-store-address {
  margin-top: 0.5em; }

.selected-store-availability {
  margin: 0.3em 0 0.5em; }

.multishipprogress div, .multishipprogress .step-3 {
  display: inline;
  padding: 1em; }

.multishipprogress .step-4 {
  padding-right: 0; }

.multishipaddressestable {
  margin: 9px 0px 20px 0px;
  width: 706px; }

.multi-ship-shipments-table {
  margin: 0 0 20px;
  width: 706px; }
  .multi-ship-shipments-table .section-header {
    font-size: 10px;
    font-weight: bold;
    padding: 9px 6px 11px; }
  .multi-ship-shipments-table .shipping-address .details {
    padding: 0 10px 0 22px; }
  .multi-ship-shipments-table .gift-options label {
    float: left;
    padding: 0; }
  .multi-ship-shipments-table .gift-options input {
    margin: 0 10px; }

.multi-shipping-addresses {
  margin-bottom: 20px !important;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0; }
  .multi-shipping-addresses .shipping-address {
    text-align: right; }
    .multi-shipping-addresses .shipping-address select {
      margin: 4px 0 0;
      width: 260px; }

.header-product-shipping {
  width: 276px; }

.header-qty-shipping {
  width: 45px; }

.header-location-shipping {
  text-indent: 70px;
  width: 307px; }

.header-shipment-index {
  width: 409px; }

.header-shipment-qty {
  width: 27px; }

.header-shipment-details {
  text-indent: 22px; }

.multi-shipping-methods {
  position: absolute;
  top: 30px; }
  .multi-shipping-methods .shipping-methods .form-row {
    clear: none;
    float: left;
    display: none; }
  .multi-shipping-methods .shipping-methods select {
    width: 250px;
    margin: -5px 0 0 15px; }

.multi-shipping-option {
  border-bottom: 2px dotted #999;
  left: 0;
  padding: 0 0 12px;
  position: absolute;
  text-indent: 10px;
  top: 48px;
  width: 95%; }

.multi-shipping-addresses .shipping-qty,
.multi-ship-shipments-table .shipping-qty {
  background: none repeat scroll 0 0 #efefef; }

.multiship .label {
  font-weight: bold; }

.hide {
  display: none; }

.loading {
  background: url("../images/loading-progress-98x22.gif") no-repeat scroll left center transparent; }

#cart-table .item-delivery-options {
  padding: 1em 0 1em 0;
  width: 100px; }

.instore-shipping-option {
  width: 100%; }

.pt_checkout #secondary {
  display: block; }

.pt_checkout .instore-shipment-header {
  width: 100%; }

.pt_checkout .instore-shipment-method {
  width: 100%;
  padding: 1em; }
  .pt_checkout .instore-shipment-method span {
    font-weight: bold; }

.pt_checkout .instore-shipment-address {
  width: 40%;
  float: left;
  padding-left: 1em; }

.pt_checkout .instore-shipment-message {
  clear: both; }

.pt_checkout .instore-shipment-messagetxt {
  width: 50%;
  float: right; }

.checkout-shipping fieldset .instore-continue-button {
  margin-left: 61.5%; }

#cart-table .item-delivery-options label {
  display: inline;
  margin-left: 2%; }

#search-suggestions {
  position: absolute;
  z-index: 25; }

.search-suggestion-wrapper {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
  width: 100%; }
  @media screen and (min-width: 768px) {
    .search-suggestion-wrapper.full .phrase-suggestions {
      width: 100%;
      float: left; }
    .search-suggestion-wrapper.full .product-suggestions {
      width: 100%;
      float: left; } }
  .search-suggestion-wrapper .hitgroup {
    color: #424242;
    margin: 8px 0 8px 8px; }
    .search-suggestion-wrapper .hitgroup .header {
      margin: 0 0 7px 0; }
    .search-suggestion-wrapper .hitgroup .hit {
      display: block;
      margin-left: 14px;
      margin-bottom: 7px; }
      .search-suggestion-wrapper .hitgroup .hit:hover {
        text-decoration: underline; }
    .search-suggestion-wrapper .hitgroup .parent-category {
      color: #424242; }

.phrase-suggestions {
  border-top: 1px solid #e6e6e6; }
  @media screen and (min-width: 768px) {
    .phrase-suggestions {
      border-top: none; } }

.product-suggestion {
  border: 1px solid #fff;
  border-top: 1px solid #e6e6e6;
  padding: 7px; }
  .product-suggestion:hover, .product-suggestion:focus {
    background-color: #e0e0e0;
    border: 1px solid #e6e6e6; }
  .product-suggestion .product-image {
    float: left;
    text-align: center;
    width: 25%; }
    .product-suggestion .product-image img {
      max-width: 100%; }
  .product-suggestion .product-details {
    float: right;
    width: 70%; }
    .product-suggestion .product-details .product-price {
      color: #000000; }

.search-phrase {
  color: #424242;
  margin: 12px 14px; }
  .search-phrase .completed {
    font-style: italic; }
    .search-phrase .completed .original {
      text-decoration: underline;
      font-weight: bold; }
  .search-phrase .corrected {
    font-weight: bold; }

@media screen and (max-width: 767px) {
  img {
    max-width: 100%; }
  .print-page,
  .tooltip,
  #tooltip {
    display: none !important; }
  .tooltip {
    font-size: .9em; }
  .form-field-tooltip {
    float: none;
    margin: 0 0 10px 5px;
    width: auto; }
  .ui-dialog {
    max-width: 98%; }
    .ui-dialog .ui-dialog-content {
      height: auto !important;
      overflow: visible; }
  #wrapper {
    border: 0;
    max-width: 100%;
    min-width: initial;
    width: 100%; }
  #primary {
    background: none;
    border: 0 !important;
    float: none;
    margin: 0;
    padding-left: 0 !important;
    width: 100% !important; }
  #secondary {
    border: 0;
    float: none;
    width: 100% !important; }
  .col-1,
  .col-2 {
    float: none;
    width: 100%; }
  .scrollable {
    height: auto; }
    .scrollable li {
      float: left; }
      .scrollable li a {
        border: 1px solid #d9d9d9;
        border-radius: 6px;
        display: block;
        padding: .2em .8em; }
  #header {
    height: auto;
    padding: 1% 1% 30px; }
    #header .primary-logo {
      float: left;
      position: relative;
      top: auto;
      width: 65%; }
      #header .primary-logo img {
        max-width: 100%; }
  .mini-cart-products {
    max-height: 100%; }
  .mini-cart-content {
    max-width: 220px; }
  .primary-content h1, .primary-content .navHeader {
    font-size: 1.5rem;
    margin: .625rem 0; }
  #quickviewbutton {
    display: none !important; }
  .search-result-options {
    margin: 10px 0; }
  .product-tile {
    height: auto !important; }
  .wide-tiles .product-tile .product-image {
    width: 41%; }
  .wide-tiles .product-tile .product-name,
  .wide-tiles .product-tile .product-pricing,
  .wide-tiles .product-tile .product-promo,
  .wide-tiles .product-tile .pr_stars,
  .wide-tiles .product-tile .product-swatches {
    float: right; }
  .wide-tiles .product-tile .product-name h2 {
    margin-top: 0; }
  .product-tile .product-swatches .swatch img {
    height: 2em;
    width: 2em; }
  .product-listing-1x4 ul.search-result-items .grid-tile {
    margin: 2%;
    width: 92%; }
  .product-compare,
  .compareitems {
    display: none !important; }
  .pt_product-details .primary-content {
    padding-bottom: 68px; }
  .pt_product-details .breadcrumb .last {
    display: none; }
  #product-nav-container {
    bottom: 0;
    width: 100%; }
    #product-nav-container div {
      width: 60px; }
      #product-nav-container div.product-next {
        float: right; }
    #product-nav-container .divided span {
      border: 0; }
  .pdp-main .product-col-1 {
    clear: both;
    float: none;
    margin: 0;
    width: 100%; }
  .pdp-main .promotion .promotion-title {
    font-size: 86%; }
  .pdp-main .attribute span.value {
    padding-top: 5px; }
  .ui-tabs .ui-tabs-nav li {
    display: block;
    font-size: .8em;
    margin: 0;
    width: 100%; }
    .ui-tabs .ui-tabs-nav li a {
      width: auto; }
  .sizinginformation {
    padding: 0; }
    .sizinginformation th {
      font-weight: normal;
      padding: 0 0 0 2px; }
    .sizinginformation td {
      background: #ffffff;
      padding: 5px;
      text-align: center; }
    .sizinginformation .sizechart {
      padding: 0 !important; }
  .ui-dialog .ui-dialog-content {
    padding: .25em; }
  .pt_cart #secondary {
    display: none; }
  .pdp-main .product-col-1 {
    margin-left: 0; }
  .checkout-progress-indicator {
    clear: both;
    font-size: .8em;
    margin-bottom: 3%;
    position: relative;
    overflow: hidden;
    text-align: left;
    top: auto; }
    .checkout-progress-indicator div {
      padding: 0 2%; }
  .order-summary-footer h2 {
    width: 50%; }
  .place-order-totals .order-totals-table {
    width: 100%; }
  .payment-method-options {
    padding: 0; }
    .payment-method-options .form-row label {
      float: none; }
    .payment-method-options .form-row .input-radio {
      margin: 0; }
  .pt_order-confirmation .item-list th {
    display: none; }
  .pt_order-confirmation .item-list td {
    float: left;
    padding: 1em 0;
    width: 98%; }
  .pt_order-confirmation .item-list .order-totals-table td {
    float: left;
    width: 48%; }
  .pt_order-confirmation .order-shipment-table th {
    display: none; }
  .pt_order-confirmation .order-shipment-table td {
    font-size: .9em;
    box-sizing: border-box;
    float: left; }
  .pt_order-confirmation .order-shipment-table .line-item-details {
    width: 70%; }
  .pt_order-confirmation .order-shipment-table .line-item-quantity {
    width: 10%; }
  .pt_order-confirmation .order-shipment-table .line-item-price {
    width: 20%; }
  .pt_order-confirmation .order-shipment-table .order-shipment-details {
    border: none;
    width: 100%; }
  .pt_order-confirmation .order-shipment-table .shipping-method {
    padding-left: 0; }
  .content-asset ul.account-options li {
    float: none;
    width: auto; }
  .address-list li,
  .payment-list li {
    float: none;
    width: auto; }
  .gift-certificate-purchase .content-asset, .gift-certificate-purchase form {
    float: none;
    width: 90%; }
  .gift-certificate-purchase .cert-amount .form-caption {
    width: 80%; }
  .page-content-tab-navigaton button {
    width: 100%; }
  .pt_gift-registry .add-gift-cert p {
    width: 100%; }
  .pt_gift-registry .create-new-registry {
    overflow: hidden; }
    .pt_gift-registry .create-new-registry p {
      display: none; }
  .pt_gift-registry .item-list {
    width: 98%; }
    .pt_gift-registry .item-list th {
      display: none; }
  .order-shipment-table .section-header {
    font-size: .9em !important;
    padding: .3em; }
  table.item-list .section-header,
  .order-shipment-table .section-header {
    background-image: none; }
  table.item-list .item-image,
  table.item-list .item-details,
  table.item-list .item-availability,
  table.item-list .item-dashboard {
    display: inline-block; }
  table.item-list .item-image {
    width: 30%; }
  table.item-list .item-details {
    width: 50%; }
  table.item-list .item-availability,
  table.item-list .item-dashboard {
    width: 97%; }
  table.item-list .delete-registry {
    text-align: center; }
  .list-table-header {
    padding: 1em !important; }
    .list-table-header .button, .list-table-header .button-fancy-small, .list-table-header
    .button-fancy-medium, .list-table-header #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button, #home_page_hero .owl-wrapper .owl-item > div .heroContent .list-table-header a.like-button {
      display: block;
      margin: 20px 0;
      width: 196px; }
    .list-table-header p {
      display: none; }
    .list-table-header button {
      display: block;
      width: 260px; }
  .home-bottom-left,
  .home-bottom-center {
    width: 100% !important; }
  .home-bottom-right {
    clear: both;
    float: none;
    width: 100% !important; }
    .home-bottom-right .product-tile {
      min-height: 0; }
  .product-tile .product-image {
    height: auto; }
  .email-alert-signup {
    margin: 0;
    width: 100%; }
    .email-alert-signup label {
      text-align: center;
      width: 100%; }
    .email-alert-signup input [type="text"] {
      float: none;
      margin: 0;
      width: 50%; }
    .email-alert-signup input[type="image"] {
      float: none;
      vertical-align: bottom; }
  .facebook-registration {
    left: -3px;
    position: relative;
    width: 100.7% !important; }
    .facebook-registration .fb_iframe_widget {
      position: relative;
      width: 100.7% !important; }
      .facebook-registration .fb_iframe_widget span {
        position: relative;
        width: 100.7% !important; }
        .facebook-registration .fb_iframe_widget span iframe {
          position: relative;
          width: 100.7% !important; } }

@media screen and (min-width: 480px) and (max-width: 767px) {
  .product-tile .pr_stars {
    left: 40px; }
  .wide-tiles .product-tile .product-name h2 {
    margin-top: 10px; }
  .wide-tiles .product-tile .product-image {
    width: 38%; }
  .facebook-registration {
    left: 0;
    position: relative;
    width: 100% !important; }
    .facebook-registration .fb_iframe_widget {
      position: relative;
      width: 100% !important; }
      .facebook-registration .fb_iframe_widget span {
        position: relative;
        width: 100% !important; }
        .facebook-registration .fb_iframe_widget span iframe {
          position: relative;
          width: 100% !important; }
  #preferred-store-panel input[type="text"] {
    width: 49.5966%; }
  .pt_content-search-result .folder-content-list li {
    float: none;
    width: 100%;
    clear: both; }
  .pt_content-search-result .pagination {
    clear: both;
    float: none; }
    .pt_content-search-result .pagination .results-hits {
      float: none; } }

@media screen and (min-width: 768px) and (max-width: 959px) {
  .primary-content {
    width: 569px; }
  .primary-focus .primary-content {
    width: 540px; }
  .primary-focus #secondary {
    width: 190px; }
  .html-slot-container img,
  .bottom-banner-cell img {
    max-width: 100%; }
  .ui-dialog {
    max-width: 98%; }
    .ui-dialog .ui-dialog-content {
      height: auto !important;
      overflow: visible; }
  .scrollable {
    height: auto; }
  .mini-cart-total-label {
    display: none; }
  .mini-cart-products {
    max-height: 100%; }
  .pdp-main .product-add-to-cart .product-price {
    font-size: 18px;
    margin-top: 12px; }
  .pdp-main .product-add-to-cart button {
    font-size: 18px;
    margin-top: 20px; }
  .pdp-main .product-set-list .block-add-to-cart button {
    font-size: .9em;
    margin-top: 3px; }
  table .section-header {
    font-size: 1em !important; }
  #compare-table td .product-tile {
    width: 79px; }
  .pt_gift-registry .add-gift-cert p {
    width: auto; }
  #cart-table .item-user-actions {
    width: 72px; }
  #cart-table .item-total .promo-adjustment {
    width: 77px; }
  .home-bottom-right .product-tile {
    min-height: 0; }
  .email-alert-signup {
    margin: 0;
    width: 100%; }
    .email-alert-signup label {
      float: none;
      display: block;
      text-align: center;
      width: 100%; }
    .email-alert-signup input[type="text"] {
      width: 73%; }
  .facebook-registration {
    left: 0;
    position: relative;
    width: 100% !important; }
    .facebook-registration .fb_iframe_widget {
      position: relative;
      width: 100% !important; }
      .facebook-registration .fb_iframe_widget span {
        position: relative;
        width: 100% !important; }
        .facebook-registration .fb_iframe_widget span iframe {
          position: relative;
          width: 100% !important; }
  .mini-cart-item-word span {
    display: none; } }

@media screen and (max-width: 480px) {
  #wrapper.pt_gift-registry {
    font-size: 12px; }
  #preferred-store-panel input[type="text"] {
    width: 49.5966%; }
  .pt_content-search-result .folder-content-list li {
    float: none;
    width: 100%;
    clear: both; }
  .pt_content-search-result .pagination {
    clear: both;
    float: none; }
    .pt_content-search-result .pagination .results-hits {
      float: none; } }

@media print {
  .pt_order-confirmation #mini-cart,
  .pt_order-confirmation .cart_icon,
  .pt_order-confirmation .menu-utility-user,
  .pt_order-confirmation .menu-utility,
  .pt_order-confirmation .header-banner,
  .pt_order-confirmation #navigation {
    display: none; }
  .pt_storefront .fresh-boot-wrapper,
  .pt_storefront .layout-container .footer-top,
  .pt_storefront .layout-container .footer-bottom,
  .pt_storefront .layout-container .footer-copy {
    display: none; }
  .pt_storefront .layout-container .header-left-green {
    border: none; } }

.selector {
  line-height: 35px;
  height: 35px;
  padding: 0 9px;
  width: 100% !important;
  position: relative;
  float: left;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  background: #fff;
  box-sizing: border-box;
  color: #424242; }
  .selector span {
    width: 100% !important;
    text-overflow: ellipsis;
    height: 35px;
    line-height: 35px;
    min-width: 100%;
    display: block;
    background: url("../images/uniform/select_down.png") no-repeat right center; }
    .selector span.error {
      background: none !important;
      height: auto;
      line-height: 16px;
      margin: 0 0 0 -10px;
      padding: 0 !important;
      clear: both; }
  .selector select {
    opacity: 0;
    border: none;
    background: none;
    position: absolute;
    height: 35px;
    top: 1px;
    left: 0px; }
  .selector.focus span {
    background: url("../images/uniform/select_top.png") no-repeat right center; }
  .selector.error {
    border-color: #e31d1a;
    margin-bottom: 15px; }

.checker {
  float: left;
  width: 20px;
  height: 20px; }
  .checker span {
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    display: block; }
    .checker span input {
      width: 20px;
      height: 20px;
      opacity: 0;
      margin: 0; }
    .checker span.checked {
      background: url("../images/uniform/checkbox_bkg.png") no-repeat center; }

.radio {
  float: left;
  width: 20px;
  height: 20px; }
  .radio span {
    border: 1px solid #ccc;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    display: block; }
    .radio span input {
      width: 20px;
      height: 20px;
      opacity: 0;
      margin: 0; }
    .radio span.checked {
      background: url("../images/uniform/radio_bkg.png") no-repeat center;
      background-size: 10px; }

@media only screen and (max-width: 767px) {
  .pt_qas table,
  .pt_qas thead,
  .pt_qas tbody,
  .pt_qas tr,
  .pt_qas th,
  .pt_qas td {
    display: block; } }

@media only screen and (max-width: 767px) {
  .pt_qas td.label {
    font-weight: bold;
    padding-bottom: 4px; } }

@media only screen and (max-width: 767px) {
  .pt_qas .multiple-left,
  .pt_qas .multiple-right {
    width: 100%;
    padding: 0;
    margin: 0; } }

@media only screen and (max-width: 767px) {
  .pt_qas .multiple-left .enter_partial,
  .pt_qas .multiple-right .enter_partial {
    margin: 0;
    padding: 0; } }

@media only screen and (max-width: 767px) {
  .pt_qas .enter_partial {
    margin: 0;
    padding: 0; } }

@media only screen and (max-width: 767px) {
  .pt_qas .multiple-left {
    padding-bottom: 10px;
    margin: 10px 0 20px;
    border-bottom: 1px solid #e6e6e6; } }

@media only screen and (max-width: 767px) {
  .pt_qas .multPickList td {
    display: inline;
    line-height: 22px; }
  .pt_qas .multPickList tr {
    margin: 10px 0; } }

.pt_qas .right_details {
  max-width: 300px; }
  @media only screen and (max-width: 767px) {
    .pt_qas .right_details {
      margin: 0; } }

.pt_qas .newAddress td {
  padding-bottom: 10px; }

.pt_qas .newAddressText:hover {
  text-decoration: underline; }

@media only screen and (max-width: 767px) {
  .pt_qas .oldAddress td {
    float: left; }
  .pt_qas .oldAddress tr {
    clear: both;
    overflow: hidden; } }

.pt_qas .premises-left {
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 15px; }

.pt_qas .pickListDisplay {
  clear: both;
  overflow: hidden;
  margin-top: 20px; }
  .pt_qas .pickListDisplay .showHide {
    color: #94785B;
    font-size: 18px;
    margin-left: 15px; }
  .pt_qas .pickListDisplay .picklist {
    margin-left: 15px; }

.pt_qas tr.pListClickable {
  text-decoration: none; }
  .pt_qas tr.pListClickable a {
    text-decoration: underline; }
    .pt_qas tr.pListClickable a:hover {
      text-decoration: none; }

.pt_qas .partialPickList td {
  color: #424242; }

.ui-dialog .multPickList td,
.ui-dialog .oldAddress td,
.ui-dialog .enter_partial td {
  padding-left: 0; }

.ui-dialog .enter_partial td {
  vertical-align: middle; }
  .ui-dialog .enter_partial td:first-child {
    font-weight: bold; }

.ui-dialog .multiple-left,
.ui-dialog .multiple-right,
.ui-dialog .premises-left,
.ui-dialog .premises-right {
  padding-left: 0;
  padding-right: 0; }

.ui-dialog div.enter_partial {
  margin-right: 30px;
  padding-right: 0;
  padding-top: 0; }

.ui-dialog .right_details {
  margin-left: 0;
  margin-right: 0; }

.ui-dialog .pickListDisplay td {
  padding-left: 0; }
  .ui-dialog .pickListDisplay td:last-child {
    text-align: right;
    padding-right: 0; }

.ui-dialog .pickListDisplay table {
  width: 53.3%; }

.fresh-boot-wrapper .print-img {
  margin-top: 10px; }

.fresh-boot-wrapper .slider_img {
  position: relative;
  display: block; }
  .fresh-boot-wrapper .slider_img img {
    width: 100%; }
  .fresh-boot-wrapper .slider_img .hat-rating {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 8px 6px; }
    .fresh-boot-wrapper .slider_img .hat-rating img {
      width: auto; }

.fresh-boot-wrapper .recipe-description-wrapper {
  margin-top: 20px; }
  .fresh-boot-wrapper .recipe-description-wrapper .row .head-view-more-need {
    display: inline-block; }
  .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-view-more {
    float: right;
    font-size: 12px;
    color: #979241;
    margin-top: 5px; }
  .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper {
    padding: 0px; }
    .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper h2 {
      font-size: 16px;
      font-weight: bold;
      color: #414042;
      margin-top: 3px; }
    .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper .preserve_mthd {
      margin-bottom: 10px; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper .preserve_mthd span {
        display: inline-block; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper .preserve_mthd span:nth-child(1) {
        font-weight: bold;
        margin-bottom: 5px; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper .preserve_mthd span:nth-child(2) {
        font-weight: normal; }
    .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper ul.nav-tabs {
      border: 1px solid #e6e7e8; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper ul.nav-tabs li {
        margin-bottom: 1px;
        display: inline-block;
        width: 50%; }
        .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper ul.nav-tabs li a {
          border-radius: 0px;
          color: #97923f;
          font-size: 13px; }
          .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper ul.nav-tabs li a:hover {
            background-color: #FFF;
            border: 1px solid #FFF; }
          .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper ul.nav-tabs li a .full-recipe-img-toggle, .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper ul.nav-tabs li a .half-recipe-img-toggle {
            display: inline-block;
            width: 25px;
            height: 25px;
            background-position: 0px 0px;
            background-size: cover;
            margin-right: 9px;
            margin-bottom: -5px;
            margin-top: -5px; }
          .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper ul.nav-tabs li a .full-recipe-img-toggle {
            background-image: url("../images/full-bowl-sprite.png"); }
          .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper ul.nav-tabs li a .half-recipe-img-toggle {
            background-image: url("../images/half-bowl-sprite.png"); }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper ul.nav-tabs li.active a, .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper ul.nav-tabs li.active a:focus, .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper ul.nav-tabs li.active a:hover {
        background-color: #97923f;
        color: #fff; }
        .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper ul.nav-tabs li.active a .full-recipe-img-toggle, .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper ul.nav-tabs li.active a .half-recipe-img-toggle, .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper ul.nav-tabs li.active a:focus .full-recipe-img-toggle, .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper ul.nav-tabs li.active a:focus .half-recipe-img-toggle, .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper ul.nav-tabs li.active a:hover .full-recipe-img-toggle, .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper ul.nav-tabs li.active a:hover .half-recipe-img-toggle {
          background-position: -25px 0px; }
    .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper .tab-content {
      padding: 15px 0;
      border-top: 1px solid #ccc; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper .tab-content .tab-pane ul {
        margin-left: 0px;
        line-height: 20px; }
        .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper .tab-content .tab-pane ul li {
          font-size: 14px;
          color: #414042; }
    .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper .recipe-direction {
      border-top: 1px solid #ccc;
      padding: 10px 0;
      font-size: 14px;
      color: #414042; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper .recipe-direction li {
        line-height: 20px;
        margin-bottom: 10px; }
        .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper .recipe-direction li b {
          display: inline-block;
          margin: 0;
          padding-left: 0; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper .recipe-direction b {
        display: block;
        margin: 15px 0;
        padding-left: 23px; }
    .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper .recipe-variation {
      border-top: 1px solid #ccc;
      padding: 15px 0 6px 0; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper .recipe-variation .carousel .carousel-indicators {
        bottom: -38px; }
        .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper .recipe-variation .carousel .carousel-indicators li {
          border: 1px solid #ccc;
          margin: 0 5px; }
        .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper .recipe-variation .carousel .carousel-indicators .active {
          width: 10px;
          height: 10px;
          background-color: #ccc; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper .recipe-variation .carousel .carousel-inner {
        margin-bottom: 40px; }
        .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper .recipe-variation .carousel .carousel-inner .item {
          margin: auto;
          border: 1px solid #ccc;
          width: 80%;
          padding: 10px; }
          .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper .recipe-variation .carousel .carousel-inner .item .item-half:first-child {
            padding-right: 10px; }
          .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper .recipe-variation .carousel .carousel-inner .item .item-half:first-child:hover {
            padding-right: 10px; }
            .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper .recipe-variation .carousel .carousel-inner .item .item-half:first-child:hover img {
              opacity: 0.4; }
            .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper .recipe-variation .carousel .carousel-inner .item .item-half:first-child:hover .hover-fav {
              display: block; }
          .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper .recipe-variation .carousel .carousel-inner .item .item-half {
            font-size: 16px;
            color: #c33832;
            font-weight: bold; }
            .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper .recipe-variation .carousel .carousel-inner .item .item-half header {
              font-size: 13px;
              color: #414042; }
            .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper .recipe-variation .carousel .carousel-inner .item .item-half img {
              width: 100%; }
            .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper .recipe-variation .carousel .carousel-inner .item .item-half a {
              font-size: 14px;
              font-weight: bold;
              color: #414042 !important; }
            .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper .recipe-variation .carousel .carousel-inner .item .item-half .hover-fav {
              display: none;
              position: absolute;
              width: 100%;
              height: 100%;
              top: 0;
              background-image: url("../images/heart-hover.png");
              background-repeat: no-repeat;
              background-position: center;
              text-align: center;
              background-size: 50px 50px;
              margin-left: -5px; }
            .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper .recipe-variation .carousel .carousel-inner .item .item-half header {
              font-weight: 700;
              font-size: 16px;
              margin-bottom: 15px; }
    .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper .recipe-reviews {
      border-top: 1px solid #ccc;
      padding: 10px 0; }
  .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper {
    padding: 5px;
    background-color: #F6F5F0; }
    .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper h2 {
      font-size: 14px;
      font-weight: bold;
      color: #414042;
      margin-top: 3px; }
    .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-need-something {
      border-top: 1px solid #ccc;
      padding: 10px 0 50px; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-need-something .carousel .carousel-indicators {
        bottom: -30px; }
        .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-need-something .carousel .carousel-indicators li {
          border: 1px solid #ccc;
          margin: 0 5px; }
        .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-need-something .carousel .carousel-indicators .active {
          width: 10px;
          height: 10px;
          background-color: #ccc; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-need-something .carousel .carousel-inner .item {
        margin: auto;
        width: 80%;
        padding: 10px; }
        .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-need-something .carousel .carousel-inner .item .item-half:first-child {
          padding-right: 10px; }
        .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-need-something .carousel .carousel-inner .item .item-half {
          font-size: 16px;
          font-weight: bold;
          color: #c33832; }
          .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-need-something .carousel .carousel-inner .item .item-half img {
            width: 100%;
            padding: 5px;
            border: 1px solid #ccc; }
          .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-need-something .carousel .carousel-inner .item .item-half header {
            font-size: 16px;
            text-decoration: underline;
            margin-bottom: 15px;
            color: #000; }
          .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-need-something .carousel .carousel-inner .item .item-half a {
            font-size: 14px;
            color: #414042;
            display: block;
            text-decoration: underline;
            font-weight: normal; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-need-something .need-something-content-box a {
        font-size: 14px;
        color: #414042;
        display: block;
        text-decoration: underline; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-need-something .need-something-content-box .price-value {
        color: #c33832;
        font-size: 18px;
        font-weight: bold;
        margin-top: 5px;
        padding-left: 10px; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-need-something .recipe-need-something-tabview .col-sm-6 {
        margin-bottom: 10px; }
        .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-need-something .recipe-need-something-tabview .col-sm-6 .need-something-content-box {
          padding: 10px; }
          .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-need-something .recipe-need-something-tabview .col-sm-6 .need-something-content-box .col-sm-6 {
            color: #FF000;
            margin: 0; }
            .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-need-something .recipe-need-something-tabview .col-sm-6 .need-something-content-box .col-sm-6 img {
              width: 100%;
              border: 1px solid #ccc;
              padding: 10px; }
            .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-need-something .recipe-need-something-tabview .col-sm-6 .need-something-content-box .col-sm-6 header {
              margin-bottom: 15px;
              color: #000;
              text-decoration: underline; }
          .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-need-something .recipe-need-something-tabview .col-sm-6 .need-something-content-box .col-sm-6:last-child {
            padding: 10px; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-need-something .recipe-need-something-tabview .col-sm-6:nth-child(odd) .need-something-content-box {
        margin-right: 15px; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-need-something .recipe-need-something-tabview .col-sm-6:nth-child(even) .need-something-content-box {
        margin-left: 15px; }
    .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like {
      border-top: 1px solid #ccc;
      padding: 15px 0; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .carousel .carousel-indicators {
        bottom: -30px; }
        .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .carousel .carousel-indicators li {
          border: 1px solid #ccc;
          margin: 0 5px; }
        .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .carousel .carousel-indicators .active {
          width: 10px;
          height: 10px;
          background-color: #ccc; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .carousel .carousel-inner .item {
        margin: auto;
        border: 1px solid #ccc;
        width: 80%;
        padding: 10px; }
        .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .carousel .carousel-inner .item .item-half:first-child {
          padding-right: 10px; }
        .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .carousel .carousel-inner .item .item-half {
          font-size: 14px; }
          .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .carousel .carousel-inner .item .item-half img {
            width: 100%; }
          .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .carousel .carousel-inner .item .item-half header {
            font-weight: 700;
            font-size: 16px;
            margin-bottom: 15px; }
          .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .carousel .carousel-inner .item .item-half a {
            font-size: 14px;
            font-weight: bold;
            color: #414042 !important; }
          .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .carousel .carousel-inner .item .item-half .price-value {
            color: #c33832;
            font-size: 18px;
            font-weight: bold;
            margin-top: 5px; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .may-like-content-box .margTop {
        margin-top: -8px; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .may-like-content-box div {
        float: left;
        width: 44%; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .may-like-content-box div:nth-child(2) {
        padding: 5px; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .may-like-content-box a {
        font-size: 14px;
        font-weight: bold;
        color: #414042 !important;
        display: block; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .may-like-content-box .price-value {
        color: #c33832;
        font-size: 18px;
        font-weight: bold;
        margin-top: 5px;
        padding-left: 10px; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .recipe-may-like-tabview .col-sm-6 {
        margin-bottom: 2px; }
        .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .recipe-may-like-tabview .col-sm-6 .may-like-content-box {
          border: 1px solid #ccc;
          padding: 10px; }
          .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .recipe-may-like-tabview .col-sm-6 .may-like-content-box div {
            float: left; }
          .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .recipe-may-like-tabview .col-sm-6 .may-like-content-box div:nth-child(2) {
            padding: 5px; }
          .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .recipe-may-like-tabview .col-sm-6 .may-like-content-box .col-sm-6 {
            margin: 0; }
            .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .recipe-may-like-tabview .col-sm-6 .may-like-content-box .col-sm-6 img {
              width: 100%; }
            .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .recipe-may-like-tabview .col-sm-6 .may-like-content-box .col-sm-6 .hover-fav {
              display: none;
              position: absolute;
              width: 100%;
              height: 100%;
              top: 0;
              background-image: url("../images/heart-hover.png");
              background-repeat: no-repeat;
              background-position: center;
              text-align: center; }
            .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .recipe-may-like-tabview .col-sm-6 .may-like-content-box .col-sm-6 header {
              font-weight: 700;
              margin-bottom: 15px; }
          .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .recipe-may-like-tabview .col-sm-6 .may-like-content-box .col-sm-6:last-child {
            padding: 10px; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .recipe-may-like-tabview .col-sm-6:nth-child(odd) .may-like-content-box {
        margin-right: 5px; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .recipe-may-like-tabview .col-sm-6:nth-child(even) .may-like-content-box {
        margin-left: 5px; }
  .fresh-boot-wrapper .recipe-description-wrapper .bv-cleanslate {
    /* To remove the BV review details and button*/
    /*.bv-core-container-55 { */
    /* To remove the BV review details and button*/
    /* }*/ }
    .fresh-boot-wrapper .recipe-description-wrapper .bv-cleanslate .bv-summary-bar .bv-action-bar, .fresh-boot-wrapper .recipe-description-wrapper .bv-cleanslate .bv-summary-bar .bv-details-bar {
      display: none !important; }

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper {
    background-color: #F6F5F0; }
  .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper .recipe-variation-tabview a {
    font-size: 14px;
    font-weight: bold;
    color: #414042 !important; }
  .fresh-boot-wrapper .recipe-description-wrapper .custom-half-view {
    width: 47%;
    display: inline-block;
    border: 1px solid #e6e7e8;
    padding: 5px;
    margin: 0 15px 15px 0; }
    .fresh-boot-wrapper .recipe-description-wrapper .custom-half-view .variation-content-box div {
      width: 44%;
      float: left; }
    .fresh-boot-wrapper .recipe-description-wrapper .custom-half-view .variation-content-box div:nth-child(2) {
      padding-left: 5px;
      width: 55%; }
  .fresh-boot-wrapper .recipe-description-wrapper .recipe-bt-rt-wrapper .recipe-may-like .may-like-content-box div:nth-child(2) {
    width: 55%; }
  .fresh-boot-wrapper .recipe-description-wrapper .recipe-need-something-tabview .custom-half-view {
    width: 49%;
    display: inline-block;
    border: 1px solid #e6e7e8;
    padding: 5px; }
    .fresh-boot-wrapper .recipe-description-wrapper .recipe-need-something-tabview .custom-half-view .need-something-content-box div {
      width: 47%;
      float: left; }
    .fresh-boot-wrapper .recipe-description-wrapper .recipe-need-something-tabview .custom-half-view .need-something-content-box div:nth-child(2) {
      padding-left: 5px;
      width: 52%; } }

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper {
    background-color: #F6F5F0; }
  .fresh-boot-wrapper .product-price .price-value {
    color: #c33832;
    font-weight: bold;
    margin-top: 5px; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper {
    background-color: #F6F5F0; }
  .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-need-something .need-something-content-box .price-value {
    padding-left: 0;
    margin: 9px 3px; }
  .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-need-something .need-something-content-box a {
    margin: 5px; }
  .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper ul.nav-tabs {
    width: 50%;
    margin: auto; }
  .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper .recipe-variation-tabview a {
    font-size: 14px;
    font-weight: bold;
    color: #414042 !important; }
  .fresh-boot-wrapper .recipe-description-wrapper .row .custom-half-view {
    width: 47%;
    display: inline-block;
    border: 1px solid #e6e7e8;
    padding: 5px;
    margin: 0 15px 15px 0;
    height: 155px; }
    .fresh-boot-wrapper .recipe-description-wrapper .row .custom-half-view .variation-content-box div {
      width: 44%;
      float: left; }
    .fresh-boot-wrapper .recipe-description-wrapper .row .custom-half-view .variation-content-box div:nth-child(2) {
      padding-left: 15px; }
  .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-need-something .custom-half-view {
    border: none;
    min-height: 180px; }
    .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-need-something .custom-half-view .need-something-content-box div {
      width: 47%;
      float: left; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-need-something .custom-half-view .need-something-content-box div img {
        border: 1px solid #e6e7e8;
        padding: 5px; } }

@media only screen and (min-width: 769px) {
  .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-need-something .need-something-content-box .price-value {
    padding-left: 0;
    margin: 9px 0px; }
  .fresh-boot-wrapper .recipe-description-wrapper #slider {
    width: 66%; }
  .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper ul.nav-tabs {
    border: none;
    margin: 0;
    float: right; }
    .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper ul.nav-tabs li {
      width: auto;
      padding: 0 8px; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper ul.nav-tabs li:first-child {
        border-right: 1px solid #e6e7e8; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper ul.nav-tabs li a {
        padding: 0;
        color: #97923f; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper ul.nav-tabs li .full-recipe-img-toggle, .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper ul.nav-tabs li .half-recipe-img-toggle {
        margin-bottom: -3px;
        margin-top: 0;
        width: 20px;
        height: 20px; }
    .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper ul.nav-tabs li.active a, .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper ul.nav-tabs li.active a:focus, .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper ul.nav-tabs li.active a:hover {
      background-color: #FFF;
      color: #414042;
      border: 1px solid #FFF; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper ul.nav-tabs li.active a .full-recipe-img-toggle, .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper ul.nav-tabs li.active a .half-recipe-img-toggle, .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper ul.nav-tabs li.active a:focus .full-recipe-img-toggle, .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper ul.nav-tabs li.active a:focus .half-recipe-img-toggle, .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper ul.nav-tabs li.active a:hover .full-recipe-img-toggle, .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper ul.nav-tabs li.active a:hover .half-recipe-img-toggle {
        background-position: -50px 0px; }
  .fresh-boot-wrapper .need-something-content-box {
    margin-bottom: 10px; }
    .fresh-boot-wrapper .need-something-content-box img {
      width: 100%;
      border: 1px solid #e6e7e8;
      padding: 5px;
      background-color: #FFF; }
    .fresh-boot-wrapper .need-something-content-box div:nth-child(2) {
      font-size: 13px;
      color: #414042; }
  .fresh-boot-wrapper .recipe-may-like .custom-half-view img {
    width: 100%; }
  .fresh-boot-wrapper .recipe-may-like .custom-half-view div:nth-child(2) {
    font-size: 13px;
    color: #414042;
    padding-left: 10px; }
  .fresh-boot-wrapper .recipe-variation-tabview .custom-half-view {
    width: 31%;
    border: 1px solid #e6e7e8;
    padding: 8px;
    margin: 0 13px 10px 0;
    height: 130px; }
  .fresh-boot-wrapper .recipe-variation-tabview .custom-half-view:nth-child(3) {
    margin-right: 0; }
  .fresh-boot-wrapper .recipe-variation-tabview .variation-content-box a {
    font-size: 14px;
    font-weight: bold;
    color: #414042 !important;
    text-decoration: none; }
    .fresh-boot-wrapper .recipe-variation-tabview .variation-content-box a:hover {
      text-decoration: underline; }
  .fresh-boot-wrapper .variation-content-box div img {
    width: 80%; }
  .fresh-boot-wrapper .variation-content-box div:nth-child(2) {
    font-size: 12px; }
  .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-tp-lt-wrapper h2 {
    font-size: 14px;
    font-weight: bold;
    color: #414042; }
  .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper {
    width: 241px;
    background-color: #F6F5F0;
    margin-left: 25px;
    padding: 12px; }
    .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .may-like-content-box {
      border: 1px solid #e6e7e8;
      margin-bottom: 10px;
      padding: 10px 0 0 10px;
      background-color: #FFF; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .may-like-content-box div {
        width: 32%; }
      .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-may-like .may-like-content-box div:nth-child(2) {
        width: 65%; }
    .fresh-boot-wrapper .recipe-description-wrapper .row .recipe-bt-rt-wrapper .recipe-need-something .recipe-need-something-tabview .col-sm-6 {
      margin: 0; } }

.main-header-slider .arrow-div:after, .main-header-slider .arrow-div:before, .fresh-boot-wrapper .arrow-div:after, .fresh-boot-wrapper .arrow-div:before, #step2 ul#recipe li .recipe_hover, #step3 ul#pectin li .pectin_hover {
  border: medium solid transparent;
  content: " ";
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 30%;
  width: 0; }

.fresh-boot-wrapper .socialLinks {
  float: right;
  margin: 2% 0%; }
  .fresh-boot-wrapper .socialLinks .fb-share-button, .fresh-boot-wrapper .socialLinks .twitter-share-button {
    float: left;
    margin-right: 10px; }

.fresh-boot-wrapper #slider {
  width: 100%;
  padding: 0;
  height: 256px;
  position: relative;
  background: #fafbfb none repeat scroll 0 0;
  overflow: hidden;
  margin: 10px 0;
  z-index: 0;
  background: #fff; }
  .fresh-boot-wrapper #slider .hat_one {
    display-inline: block; }
  .fresh-boot-wrapper #slider .hat_two {
    display-inline: block;
    margin-right: 37px; }
  .fresh-boot-wrapper #slider .hat_three {
    display-inline: block;
    margin-right: 74px; }
  .fresh-boot-wrapper #slider #socialmedia {
    height: 38px;
    position: absolute;
    width: 200px; }
  .fresh-boot-wrapper #slider #main a {
    position: relative;
    display: inline-block; }
    .fresh-boot-wrapper #slider #main a img#hat_rating {
      position: absolute;
      right: 0px;
      top: 0px;
      opacity: 0.9; }
    .fresh-boot-wrapper #slider #main a span.hat-rating {
      position: absolute;
      top: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.5);
      padding: 5px 8px 6px; }
  .fresh-boot-wrapper #slider #leftbtn img {
    background: #666666 none repeat scroll 0 0;
    border-radius: 15px;
    left: 680px;
    padding: 2px;
    position: absolute;
    top: 32px;
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg); }
  .fresh-boot-wrapper #slider #rightbtn img {
    background: #666666 none repeat scroll 0 0;
    border-radius: 15px;
    bottom: 27px;
    left: 682px;
    padding: 2px;
    position: absolute;
    -webkit-transform: rotate(630deg);
            transform: rotate(630deg); }

.fresh-boot-wrapper #main {
  float: left;
  width: 85%;
  text-align: center; }

.fresh-boot-wrapper #imagegallery {
  float: left;
  margin-left: -7px;
  overflow: hidden;
  width: 15%; }
  .fresh-boot-wrapper #imagegallery ul {
    list-style-type: none;
    padding-left: 8px; }
    .fresh-boot-wrapper #imagegallery ul li {
      padding: 0;
      display: block;
      width: 90px;
      height: auto;
      border: 1px solid #ccc;
      margin-bottom: 3px; }
      .fresh-boot-wrapper #imagegallery ul li img {
        height: 73px;
        padding: 2px;
        width: 82px; }

.fresh-boot-wrapper #sliderbox {
  background: #000000 none repeat scroll 0 0;
  height: 77px;
  left: 0;
  margin: 0;
  opacity: 0.6;
  padding-bottom: 15px;
  position: absolute;
  top: 153px;
  width: 85%; }
  .fresh-boot-wrapper #sliderbox h6 {
    color: #fff;
    font-family: arial;
    margin: 10px;
    position: absolute;
    top: 10px; }
  .fresh-boot-wrapper #sliderbox p {
    color: #fff;
    font-family: arial;
    font-size: 12px;
    line-height: 15px;
    margin: 10px;
    position: absolute;
    top: 25px; }
  .fresh-boot-wrapper #sliderbox #reviews {
    color: green;
    font-weight: bold;
    position: absolute;
    top: 58px; }
  .fresh-boot-wrapper #sliderbox ul {
    list-style-type: none; }
  .fresh-boot-wrapper #sliderbox #socialmedia li {
    float: left;
    left: 399px;
    position: relative;
    top: 67px;
    width: 100px; }

.fresh-boot-wrapper .arrow-div {
  border-left: 3px solid #92c83e;
  padding-left: 0 !important;
  width: 100%; }
  .fresh-boot-wrapper .arrow-div:after {
    border-color: rgba(241, 241, 241, 0) #92c83e rgba(241, 241, 241, 0) rgba(241, 241, 241, 0);
    border-width: 10px;
    margin-top: -10px; }
  .fresh-boot-wrapper .arrow-div:before {
    border-color: rgba(221, 221, 221, 0) #92c83e rgba(221, 221, 221, 0) rgba(221, 221, 221, 0);
    border-width: 10px;
    margin-top: -10px; }

.fresh-boot-wrapper .arrow-up {
  width: 22px;
  height: 22px;
  margin-left: 44px;
  display: block;
  background: url(../images/arrow-up.png) no-repeat center center;
  background-size: 22px 22px;
  position: absolute;
  top: 10px;
  z-index: 1; }

.fresh-boot-wrapper .arrow-down {
  width: 22px;
  height: 22px;
  margin-left: 44px;
  display: block;
  background: url(../images/arrow-down.png) no-repeat center center;
  background-size: 22px 22px;
  position: absolute;
  bottom: 10px; }

.fresh-boot-wrapper .mask {
  height: 246px;
  border: 0 solid #d8d8d8;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }
  .fresh-boot-wrapper .mask ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0px; }
  .fresh-boot-wrapper .mask div {
    padding-left: 3px; }

@media only screen and (min-width: 479px) and (max-width: 768px) {
  .fresh-boot-wrapper #slider {
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
    height: 100%; }
  .fresh-boot-wrapper #main {
    width: 100%; }
  .fresh-boot-wrapper #imagegallery {
    float: left;
    width: 100%;
    margin-left: 0; }
    .fresh-boot-wrapper #imagegallery ul li {
      width: auto;
      display: inline-block;
      height: auto;
      margin-right: 5px; }
  .fresh-boot-wrapper .mask {
    float: left;
    height: 134px;
    border: 0 solid #d8d8d8;
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    position: relative; }
    .fresh-boot-wrapper .mask ul {
      list-style: none;
      margin: 0;
      padding: 0;
      position: relative;
      top: 3px;
      white-space: nowrap;
      overflow-x: scroll; }
  .fresh-boot-wrapper .arrow-up {
    margin-left: 6px;
    position: absolute;
    top: 87%;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
    display: none; }
  .fresh-boot-wrapper .arrow-down {
    bottom: 30px;
    margin-left: 96%;
    -webkit-transform: rotate(274deg);
            transform: rotate(274deg);
    display: none; }
  .fresh-boot-wrapper #sliderbox {
    display: none; }
  .fresh-boot-wrapper .arrow-div {
    display: none; } }

@media only screen and (max-width: 478px) {
  .fresh-boot-wrapper #slider {
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
    height: 100%; }
  .fresh-boot-wrapper #main {
    width: 100%; }
  .fresh-boot-wrapper #imagegallery {
    float: left;
    width: 100%;
    margin-left: 0;
    position: relative; }
    .fresh-boot-wrapper #imagegallery ul li {
      width: 31%;
      display: inline-block;
      margin-right: 5px; }
      .fresh-boot-wrapper #imagegallery ul li img {
        width: 100%; }
  .fresh-boot-wrapper .mask {
    float: left;
    height: 80px;
    border: 0 solid #d8d8d8;
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    position: relative; }
    .fresh-boot-wrapper .mask ul {
      list-style: none;
      margin: 0;
      padding: 0;
      position: relative;
      top: 3px;
      white-space: nowrap;
      overflow-x: scroll; }
  .fresh-boot-wrapper .arrow-up {
    margin-left: 6px;
    position: absolute;
    top: 35%;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }
  .fresh-boot-wrapper .arrow-down {
    bottom: 30px;
    margin-left: 91%;
    -webkit-transform: rotate(274deg);
            transform: rotate(274deg); }
  .fresh-boot-wrapper #sliderbox {
    display: none; }
  .fresh-boot-wrapper .arrow-div {
    display: none; }
  .fresh-boot-wrapper .socialLinks {
    margin: 5% 0; } }

.fresh-boot-wrapper ul#inline_navigation {
  max-height: 248px;
  overflow-y: hidden; }

.fresh-boot-wrapper span.arrowcontainer {
  position: absolute; }

.min-disp {
  margin-top: 6px; }

.fresh-boot-wrapper #float-main {
  position: fixed;
  right: 0;
  top: 180px;
  background-color: #fff;
  float: right;
  border: 1px solid #e6e6e6;
  border-right: none;
  cursor: pointer;
  border-radius: 4px 0 0 4px;
  z-index: 1000; }
  .fresh-boot-wrapper #float-main a {
    display: block;
    padding: 5px; }
    .fresh-boot-wrapper #float-main a:hover {
      background-color: #93c840; }
  .fresh-boot-wrapper #float-main > #float-icons {
    height: 0;
    width: 32px;
    top: 15px;
    right: 0;
    overflow: hidden;
    z-index: 1000;
    transition: height 0.3s linear 0s; }
    .fresh-boot-wrapper #float-main > #float-icons > div > img {
      padding: 5px; }

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .fresh-boot-wrapper #float-main {
    top: 180px; } }

@media only screen and (min-width: 769px) and (max-width: 1500px) {
  .fresh-boot-wrapper #float-main {
    top: 262px; } }

.fresh-boot-wrapper .country-select > li > ul {
  width: 155px;
  border: 1px solid #e6e7e8;
  border-top: 2px solid #92c83e;
  z-index: 23;
  color: #000;
  background-color: #fff;
  list-style: none;
  position: absolute;
  padding: 0px;
  margin-left: -96px;
  margin-top: 22px;
  display: none; }
  .fresh-boot-wrapper .country-select > li > ul:before {
    content: "";
    position: absolute;
    z-index: 100;
    margin-top: -10px;
    margin-left: -15px;
    border-top: none;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #92c83e;
    border-left: 10px solid transparent; }

.fresh-boot-wrapper .country-select > li > a {
  padding-left: 0; }

.fresh-boot-wrapper .country-select #js-drown-country > a {
  padding: 10px;
  text-align: left;
  text-decoration: none;
  font-size: 12px;
  margin-left: 7px; }
  .fresh-boot-wrapper .country-select #js-drown-country > a > li {
    margin-left: 10px; }
    .fresh-boot-wrapper .country-select #js-drown-country > a > li > img {
      padding-right: 10px; }

.fresh-boot-wrapper .cart-info .country-select .drop-down-country img:nth-child(2) {
  margin: 6px;
  position: absolute; }

.fresh-boot-wrapper .header-warpper .header .cart-info .country-select {
  position: absolute;
  list-style: none;
  border: 1px solid #e6e7e8;
  margin-top: 0;
  background: #fff;
  z-index: 100;
  top: 1px;
  left: 64px;
  padding: 2px 0; }

.fresh-boot-wrapper .header-warpper .header .cart-info .cart-info-img {
  float: left;
  margin-top: 6px; }
  .fresh-boot-wrapper .header-warpper .header .cart-info .cart-info-img .shoppingbasket {
    width: 40px;
    height: 40px;
    position: relative;
    font-family: Comfortaa, cursive; }

.cart-item {
  margin-top: 12px;
  margin-left: -30px; }

.shoppingbasket {
  position: relative; }

@media only screen and (min-width: 769px) {
  .cart-item {
    margin-left: -48px; }
  .basketitems {
    color: #fff;
    font-size: 71%;
    background-color: #e74c3c;
    position: absolute;
    top: 0;
    left: -11px;
    -webkit-transform: translate(-50%, -90%);
            transform: translate(-50%, -90%);
    padding: 2px 5px;
    border-radius: 962px; }
  .fresh-boot-wrapper .country-select1 {
    display: inline-block;
    border-radius: 3px;
    height: 22px;
    list-style: none;
    margin-left: -53px;
    z-index: 100;
    margin-top: 14px; }
    .fresh-boot-wrapper .country-select1 .drop-down-country1 {
      border: 1px solid #ccc;
      border-radius: 3px;
      padding: 2px 0 3px; }
      .fresh-boot-wrapper .country-select1 .drop-down-country1 img:nth-child(2) {
        margin: 5px; }
      .fresh-boot-wrapper .country-select1 .drop-down-country1 .drop-down {
        margin-right: 0px; }
      .fresh-boot-wrapper .country-select1 .drop-down-country1 #js-drown-country1 > a {
        padding: 10px;
        text-align: left; }
        .fresh-boot-wrapper .country-select1 .drop-down-country1 #js-drown-country1 > a > li {
          margin-left: 10px; }
          .fresh-boot-wrapper .country-select1 .drop-down-country1 #js-drown-country1 > a > li > img {
            padding-right: 10px; }
    .fresh-boot-wrapper .country-select1 > li > ul {
      width: 155px;
      border: 1px solid #e6e7e8;
      border-top: 2px solid #92c83e;
      z-index: 23;
      color: #000;
      background-color: #fff;
      list-style: none;
      position: absolute;
      padding: 0px;
      margin-left: -106px;
      margin-top: 4px;
      display: none; }
      .fresh-boot-wrapper .country-select1 > li > ul:before {
        content: "";
        position: absolute;
        z-index: 100;
        margin-top: -10px;
        margin-left: 133px;
        border-top: none;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #92c83e;
        border-left: 10px solid transparent; }
    .fresh-boot-wrapper .country-select1 > li > a {
      padding-left: 0; } }

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .fresh-boot-wrapper .header-warpper .header .cart-info .country-select {
    top: 4px;
    left: 238px;
    width: 13%; }
    .fresh-boot-wrapper .header-warpper .header .cart-info .country-select .basketitems {
      top: 10px;
      left: 44px; }
    .fresh-boot-wrapper .header-warpper .header .cart-info .country-select .basketitems1 {
      top: 17px; }
  .fresh-boot-wrapper .header-warpper .header .cart-info .cart-info-img {
    float: left;
    margin-left: 174px;
    margin-top: 14px; }
  .basketitems {
    color: #fff;
    font-size: 71%;
    background-color: #e74c3c;
    position: absolute;
    top: 8px;
    left: 44px;
    -webkit-transform: translate(-50%, -90%);
    transform: translate(-63%, -109%);
    padding: 2px 5px !important;
    border-radius: 949px; } }

@media only screen and (max-width: 767px) and (min-width: 320px) {
  .fresh-boot-wrapper .header-warpper .header .cart-info span {
    padding: 0px; }
  .fresh-boot-wrapper .header-warpper .header .cart-info .country-select {
    top: 1px;
    left: 95px;
    width: 27%; }
    .fresh-boot-wrapper .header-warpper .header .cart-info .country-select .basketitems {
      top: 8px;
      left: 33px; }
    .fresh-boot-wrapper .header-warpper .header .cart-info .country-select .basketitems1 {
      top: 17px; } }

.fresh-boot-wrapper .trending-container h2 {
  font-weight: 700;
  border-left: 3px solid #92c83e;
  font-size: 18px;
  padding-left: 5px;
  width: 80%;
  float: left; }

.fresh-boot-wrapper .trending-container .result-count {
  display: block;
  float: right;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #414042; }

.fresh-boot-wrapper .trending-container .row .trending-container-content .inner-content {
  border: 1px solid #e6e7e8;
  padding: 6px;
  margin-bottom: 12px;
  height: 370px; }
  .fresh-boot-wrapper .trending-container .row .trending-container-content .inner-content .trending-image {
    position: relative;
    width: 100%;
    height: 220px;
    text-align: center; }
    .fresh-boot-wrapper .trending-container .row .trending-container-content .inner-content .trending-image a.thumb-link {
      display: inline-block;
      position: relative; }
      .fresh-boot-wrapper .trending-container .row .trending-container-content .inner-content .trending-image a.thumb-link .display-image {
        display: inline-block;
        max-width: 100%;
        height: auto; }
    .fresh-boot-wrapper .trending-container .row .trending-container-content .inner-content .trending-image .hat-rating {
      position: absolute;
      top: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.5);
      padding: 5px 8px 6px; }
    .fresh-boot-wrapper .trending-container .row .trending-container-content .inner-content .trending-image .hover-fav {
      display: none;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      background-image: url("../images/heart-hover.png");
      background-repeat: no-repeat;
      background-position: center;
      text-align: center; }
    .fresh-boot-wrapper .trending-container .row .trending-container-content .inner-content .trending-image .active {
      background-image: url("../images/heart-fav.png"); }
    .fresh-boot-wrapper .trending-container .row .trending-container-content .inner-content .trending-image .active:after {
      content: "ADDED TO MY FAVORITES";
      position: absolute;
      color: #000;
      font-weight: 600;
      margin-top: 50%;
      width: 100%;
      left: 0; }
  .fresh-boot-wrapper .trending-container .row .trending-container-content .inner-content .trending-image:hover .hover-fav {
    display: block; }
  .fresh-boot-wrapper .trending-container .row .trending-container-content .inner-content .row {
    padding: 10px 0; }
    .fresh-boot-wrapper .trending-container .row .trending-container-content .inner-content .row .name-link, .fresh-boot-wrapper .trending-container .row .trending-container-content .inner-content .row .name-link:hover {
      color: #414042;
      text-decoration: none; }
    .fresh-boot-wrapper .trending-container .row .trending-container-content .inner-content .row .short-desc-link {
      color: #414042;
      text-decoration: none;
      overflow: hidden;
      height: 16px;
      white-space: nowrap;
      display: block;
      text-overflow: ellipsis; }
    .fresh-boot-wrapper .trending-container .row .trending-container-content .inner-content .row .col-xs-7 {
      font-weight: 600; }
    .fresh-boot-wrapper .trending-container .row .trending-container-content .inner-content .row .col-xs-5 > div {
      float: right; }
    .fresh-boot-wrapper .trending-container .row .trending-container-content .inner-content .row .col-xs-5 div {
      font-size: 8px;
      text-align: right; }
      .fresh-boot-wrapper .trending-container .row .trending-container-content .inner-content .row .col-xs-5 div img {
        width: 14px;
        margin-bottom: 5px; }
  .fresh-boot-wrapper .trending-container .row .trending-container-content .inner-content .trending-footer {
    border-top: 1px dashed #e6e7e8;
    position: absolute;
    width: 92%;
    bottom: 0;
    margin-bottom: 11px; }
    .fresh-boot-wrapper .trending-container .row .trending-container-content .inner-content .trending-footer .col-xs-10 {
      font-size: 13px; }
    .fresh-boot-wrapper .trending-container .row .trending-container-content .inner-content .trending-footer .col-xs-2 {
      text-align: right; }
      .fresh-boot-wrapper .trending-container .row .trending-container-content .inner-content .trending-footer .col-xs-2 .round-div {
        width: 15px;
        height: 15px;
        border-radius: 2px;
        border: 1px solid #e6e7e8;
        display: inline-block; }

.fresh-boot-wrapper .trending-container .row .trending-container-content .inner-content:hover .trending-image .display-image {
  opacity: .4; }

.fresh-boot-wrapper .trending-container .row .trending-container-content .inner-content:hover .trending-image .hat-rating {
  opacity: .4; }

.fresh-boot-wrapper .trending-container .row .trending-container-content .bv-cleanslate .bv-core-container-55 .bv-summary-bar .bv-action-bar, .fresh-boot-wrapper .trending-container .row .trending-container-content .bv-cleanslate .bv-core-container-55 .bv-summary-bar .bv-details-bar {
  display: none !important; }

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .fresh-boot-wrapper .trending-container .row .trending-container-content {
    width: 49%;
    padding: 5px 6px; }
    .fresh-boot-wrapper .trending-container .row .trending-container-content .inner-content {
      margin-bottom: 3px; } }

@media only screen and (min-width: 769px) and (max-width: 958px) {
  .fresh-boot-wrapper .trending-container {
    width: 50%; }
    .fresh-boot-wrapper .trending-container .row .trending-container-content:nth-child(2n+1) {
      padding-right: 5px; }
    .fresh-boot-wrapper .trending-container .row .trending-container-content:nth-child(2n) {
      padding-left: 5px; } }

@media only screen and (min-width: 959px) and (max-width: 1500px) {
  .fresh-boot-wrapper .trending-container .result-count {
    padding-right: 5px; }
  .fresh-boot-wrapper .trending-container .row .trending-container-content {
    padding-left: 5px;
    padding-right: 5px; } }

.filter-container .breadcrumb {
  background: none;
  padding: 10px 0 0;
  margin: 0; }

.filter-container .find-recipe {
  border-bottom: 1px #e6e7e8 solid;
  border-right: 1px solid #e6e7e8;
  margin-left: -15px; }
  .filter-container .find-recipe div {
    display: table-cell; }
  .filter-container .find-recipe .fine-recipe-title {
    font-size: 12px;
    font-weight: bold;
    color: #414042;
    padding: 5px 10px;
    margin: 10px 0; }
  .filter-container .find-recipe .find-recipe-filter {
    font-size: 12px;
    color: #414042;
    position: relative;
    cursor: pointer;
    padding: 10px 0; }
    .filter-container .find-recipe .find-recipe-filter .filter-txt {
      border-left: 1px solid #e6e7e8;
      border-right: 1px solid #e6e7e8;
      padding: 5px 10px;
      display: block; }
    .filter-container .find-recipe .find-recipe-filter .plus-icon {
      float: right;
      background: url(../images/plus.png) no-repeat 0 0;
      width: 12px;
      height: 12px;
      margin-right: 4px;
      margin-top: 3px; }
    .filter-container .find-recipe .find-recipe-filter .minus-icon {
      float: right;
      background: url(../images/minus.png) no-repeat 0 6px !important;
      width: 13px;
      height: 11px; }
  .filter-container .find-recipe .find-recipe-sort {
    font-size: 12px;
    color: #414042;
    padding: 10px 0; }
    .filter-container .find-recipe .find-recipe-sort .sort-txt {
      display: block;
      padding: 5px 10px; }
    .filter-container .find-recipe .find-recipe-sort .sort-txt span {
      float: right; }

.filter-container .filter-wrapper {
  width: 100%; }

.filter-container .filter-display-outside .search-item {
  background: #e6e7e8;
  padding: 5px 0 2px 9px;
  border-radius: 3px;
  color: #414042;
  font-size: 12px;
  margin: 10px 0 0;
  display: inline-block; }
  .filter-container .filter-display-outside .search-item a {
    color: #414042;
    display: inline-block;
    padding-right: 10px; }
  .filter-container .filter-display-outside .search-item img {
    padding-left: 5px;
    position: relative;
    top: -1px; }

.filter-container .filter-popup {
  width: 80%;
  margin: 0 auto;
  border: 1px #e6e7e8 solid;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  right: 133px;
  width: 100%;
  border: 0;
  right: 0;
  border-bottom: 1px solid #e6e7e8; }
  .filter-container .filter-popup .filter-search {
    border-top: 2px solid #92c83e; }
    .filter-container .filter-popup .filter-search .search-text {
      height: 40px;
      border-radius: 4px;
      border: 1px solid #ccc;
      width: 83%;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      float: left; }
    .filter-container .filter-popup .filter-search .search-text::-webkit-input-placeholder {
      color: #aaa; }
    .filter-container .filter-popup .filter-search .search-text::-moz-placeholder {
      color: #aaa; }
    .filter-container .filter-popup .filter-search .search-text:-ms-input-placeholder {
      color: #aaa; }
    .filter-container .filter-popup .filter-search .item-first {
      margin: 10px 0 10px 20px; }
    .filter-container .filter-popup .filter-search .search-item {
      background: #e6e7e8;
      padding: 5px 0 2px 9px;
      border-radius: 3px;
      color: #414042;
      font-size: 12px;
      margin-bottom: 3px;
      display: inline-block; }
      .filter-container .filter-popup .filter-search .search-item a {
        color: #414042;
        display: inline-block;
        padding-right: 10px; }
      .filter-container .filter-popup .filter-search .search-item img {
        padding-left: 5px;
        position: relative;
        top: -1px; }
  .filter-container .filter-popup .filter-category {
    margin-left: 20px;
    height: 388px;
    height: auto;
    margin-left: 0;
    padding: 0 10px; }
    .filter-container .filter-popup .filter-category .filter-main {
      float: left;
      float: none;
      width: 100%;
      border-bottom: 1px solid #e6e7e8; }
      .filter-container .filter-popup .filter-category .filter-main .css-label {
        padding-left: 25px;
        display: inline-block;
        font-size: 13px;
        vertical-align: middle;
        cursor: pointer;
        color: #414042;
        background-image: url(../images/checkbox-unchecked.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        margin: 0;
        font-weight: normal;
        line-height: 21px; }
      .filter-container .filter-popup .filter-category .filter-main .css-label.selected {
        background-image: url(../images/checkbox-checked.png); }
      .filter-container .filter-popup .filter-category .filter-main h2 {
        color: #414042;
        font-weight: bold;
        font-size: 14px;
        margin-left: 10px;
        display: block;
        margin-top: 15px; }
      .filter-container .filter-popup .filter-category .filter-main .filter-plus {
        display: block; }
      .filter-container .filter-popup .filter-category .filter-main .filter-plus {
        width: 15px;
        height: 15px;
        margin-right: 20px;
        background: url(../images/plus.png) no-repeat 0 0; }
      .filter-container .filter-popup .filter-category .filter-main .minus-icon {
        float: right;
        background: url(../images/minus.png) no-repeat 0 6px !important;
        width: 13px;
        height: 11px; }
      .filter-container .filter-popup .filter-category .filter-main .filter-plus.active {
        background: url(../images/minus.png) no-repeat 0 0; }
      .filter-container .filter-popup .filter-category .filter-main ul {
        padding: 0;
        margin-left: 10px;
        display: none; }
        .filter-container .filter-popup .filter-category .filter-main ul li {
          list-style: none;
          line-height: 31px; }
          .filter-container .filter-popup .filter-category .filter-main ul li a, .filter-container .filter-popup .filter-category .filter-main ul li a:hover {
            color: #414042;
            text-decoration: none;
            font-size: 13px; }
          .filter-container .filter-popup .filter-category .filter-main ul li span input {
            font-size: 14px;
            font-weight: normal; }
          .filter-container .filter-popup .filter-category .filter-main ul li .search-hat img {
            position: static; }
  .filter-container .filter-popup:before {
    content: "";
    position: absolute;
    z-index: 100;
    margin-top: -7px;
    margin-left: 50%;
    border-top: none;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #92c83e;
    border-left: 8px solid transparent; }

.filter-container .filter-button {
  margin: 10px 0;
  float: right; }
  .filter-container .filter-button div {
    display: inline-block;
    border-radius: 5px;
    color: #fff; }
  .filter-container .filter-button a {
    text-decoration: none;
    color: #fff;
    font-size: 14px; }
    .filter-container .filter-button a:first-of-type div {
      margin-right: 20px;
      background-color: #979241;
      padding: 10px; }
    .filter-container .filter-button a div.clear {
      background-color: #939598;
      padding: 10px; }
    .filter-container .filter-button a div.clear:hover {
      background-color: #424142; }
    .filter-container .filter-button a div.clear:active {
      background-color: #424142; }

.filter-container .sort-dropdown {
  width: 161px;
  position: absolute;
  background: #fff;
  border: 1px solid #e6e7e8;
  z-index: 35;
  right: 45px;
  border-top: 2px solid #92c83e;
  top: 45px; }
  .filter-container .sort-dropdown:before {
    content: "";
    position: absolute;
    z-index: 100;
    margin-top: -8px;
    margin-left: 130px;
    border-top: none;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #92c83e;
    border-left: 8px solid transparent; }
  .filter-container .sort-dropdown ul {
    padding: 0; }
    .filter-container .sort-dropdown ul li {
      list-style: none;
      line-height: 30px;
      padding-left: 20px; }
      .filter-container .sort-dropdown ul li a, .filter-container .sort-dropdown ul li a:hover {
        color: #414042;
        text-decoration: none;
        font-size: 13px; }
    .filter-container .sort-dropdown ul li.selected {
      background: #ccc; }

.filter-container label.css-label {
  background-image: url(../images/checkbox-unchecked.png);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.filter-container label.css-radio {
  background-image: url(../images/radio.png);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.filter-container .sort-active {
  background: #e6e7e8; }

.filter-container .find-recipe-filter.filter-active {
  background: #e6e7e8; }

.filter-container input[type=checkbox].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  .filter-container input[type=checkbox].css-checkbox + label.css-label {
    padding-left: 25px;
    display: inline-block;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 13px;
    vertical-align: middle;
    cursor: pointer;
    color: #414042; }
  .filter-container input[type=checkbox].css-checkbox:checked + label.css-label {
    background-image: url(../images/checkbox-checked.png); }

.filter-container input[type=radio].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  .filter-container input[type=radio].css-checkbox + label.css-radio {
    padding-left: 25px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
    font-size: 14px;
    color: #414042; }
  .filter-container input[type=radio].css-checkbox:checked + label.css-radio {
    background-position: 0 -20px;
    font-size: 14px;
    color: #414042; }

.filter-plus {
  float: right; }

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .find-recipe.col-xs-10 {
    width: 95%; }
  .filter-container .filter-popup .filter-category .ease ul {
    -webkit-column-count: 0;
    -moz-column-count: 0;
    column-count: 0; }
  .filter-container .filter-popup .filter-category .category ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }
  .filter-container .filter-popup .filter-category .ingredients ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }
  .filter-container .filter-popup .filter-category .preservingMethod ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }
  .filter-container .filter-popup .filter-category .freshTechAppliances ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }
  .filter-container .filter-popup .filter-category .occasions ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; } }

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .filter-search .filter-search-section {
    border-bottom: 1px solid #e6e7e8;
    padding: 10px 7px; }
    .filter-search .filter-search-section .search-text {
      width: 86.5% !important; }
    .filter-search .filter-search-section .col-xs-6 {
      width: 100%; }
    .filter-search .filter-search-section .col-xs-6.col-lg-7 {
      border-left: none;
      padding-left: 0;
      margin-top: 10px; } }

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .filter-container {
    padding: 0% 2%; }
    .filter-container .sort-dropdown {
      right: 153px; }
    .filter-container .filter-popup:before {
      margin-left: 50%; }
    .filter-container .filter-popup .filter-category .ease ul {
      -webkit-column-count: 0;
      -moz-column-count: 0;
      column-count: 0; }
    .filter-container .filter-popup .filter-category .category ul {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; }
    .filter-container .filter-popup .filter-category .ingredients ul {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; }
    .filter-container .filter-popup .filter-category .preservingMethod ul {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; }
    .filter-container .filter-popup .filter-category .freshTechAppliances ul {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; }
    .filter-container .filter-popup .filter-category .occasions ul {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; }
    .filter-container .filter-search .filter-search-section {
      border-bottom: 1px solid #e6e7e8;
      padding: 20px; } }

@media only screen and (min-width: 769px) and (max-width: 1500px) {
  .filter-container .sort-dropdown {
    right: 480px; }
  .filter-container .filter-popup:before {
    margin-left: 288px; }
  .filter-container .find-recipe {
    border-left: 1px solid #e6e7e8;
    margin-left: 0; }
    .filter-container .find-recipe .fine-recipe-title {
      font-size: 15px;
      font-weight: normal; }
    .filter-container .find-recipe .find-recipe-filter, .filter-container .find-recipe .find-recipe-sort {
      font-size: 13px; }
    .filter-container .find-recipe .find-recipe-filter.filter-active, .filter-container .find-recipe .find-recipe-sort.sort-active {
      font-weight: bold; }
  .filter-container .filter-popup {
    left: 0;
    top: 41px;
    border: 1px solid #e6e7e8;
    border-top: 0; }
    .filter-container .filter-popup .filter-category:after {
      clear: both;
      content: "";
      display: block; }
    .filter-container .filter-popup .filter-button {
      right: 0;
      bottom: 10px; }
    .filter-container .filter-popup .filter-category .filter-main {
      float: left;
      width: 16.66666%;
      border-bottom: none; }
      .filter-container .filter-popup .filter-category .filter-main .filter-plus {
        display: none; }
      .filter-container .filter-popup .filter-category .filter-main ul {
        display: block;
        -webkit-columns: initial;
           -moz-columns: initial;
                columns: initial; }
  .main-break {
    display: block; }
  .filter-search .filter-search-section {
    border-bottom: 1px solid #e6e7e8;
    padding: 20px; }
    .filter-search .filter-search-section .col-lg-7 {
      margin: 0;
      padding: 0;
      border-left: 1px solid #ccc;
      padding-left: 20px;
      margin-top: 8px; } }

.find-recipe-sort.col-xs-4.sort-active span img {
  padding-right: 5px; }

.find-recipe-sort.col-xs-4 span img {
  padding-right: 5px; }

.main-header-slider .arrow-div:after, .main-header-slider .arrow-div:before, .fresh-boot-wrapper .arrow-div:after, .fresh-boot-wrapper .arrow-div:before, #step2 ul#recipe li .recipe_hover, #step3 ul#pectin li .pectin_hover {
  display: none;
  font-size: 12px;
  background-color: #fdf5cf;
  position: absolute;
  bottom: 180px;
  padding: 10px;
  text-indent: 0;
  width: 200px;
  z-index: 2;
  left: 75%;
  margin-left: -100px;
  text-align: left;
  border-radius: 3px;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3); }

#step2 ul#recipe li .recipe_hover:after, #step3 ul#pectin li .pectin_hover:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fdf5cf transparent transparent transparent; }

#step2 ul#recipe li .recipe_hover:before, #step3 ul#pectin li .pectin_hover:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: rgba(0, 0, 0, 0.3) transparent transparent transparent; }

.pectin-selected-item-wrapper .selected-item-display .fruit-display div, .pectin-selected-item-wrapper .selected-item-display .jam-jelly-display div, .pectin-selected-item-wrapper .selected-item-display .pectin-display div {
  display: inline-block;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #e6e6e6; }

#calculator {
  margin: 0 auto;
  text-align: left;
  font-family: Arial; }
  #calculator table {
    table-layout: auto; }
  #calculator li {
    cursor: pointer; }
    #calculator li:before {
      display: none; }
  #calculator .removed {
    display: none; }
  #calculator .displayed {
    display: block; }
  #calculator .shadow {
    box-shadow: 2px 2px 2px #d8d5c6; }

.tips {
  width: 92%;
  padding: 6px 12px 6px 12px;
  margin: 10px auto 0 auto;
  text-align: center;
  border: 1px solid #d8d5c6;
  border-radius: 6px;
  box-shadow: 2px 2px 2px #d8d5c6; }

#step1 {
  position: relative;
  background-repeat: no-repeat; }
  #step1 div.extraText {
    position: absolute;
    font-size: 14px;
    right: 0;
    margin-top: -56px;
    margin-right: 16px;
    font-weight: 700;
    text-align: center; }
  #step1 div.fruit_click {
    position: absolute;
    top: 92px;
    z-index: 2;
    width: 291px;
    background-color: #fdf5cf;
    padding: 12px 12px 2px 12px;
    color: #5a5a5a;
    font-size: 11px;
    left: 66%;
    margin-left: -142px; }
    #step1 div.fruit_click h3 {
      font-size: 16px;
      color: #5a5a5a;
      text-transform: capitalize;
      font-weight: normal;
      padding: 0 0 8px 0;
      margin: 0 0 8px 0;
      float: left; }
    #step1 div.fruit_click div.pointer {
      position: absolute;
      z-index: 100;
      width: 10px;
      height: 20px;
      background-repeat: no-repeat; }
  #step1:before {
    display: block;
    padding: 10px;
    color: #ffffff;
    background-color: #94b33f; }
  #step1.active {
    background-position: -40px -200px; }
  #step1 ul#fruits {
    list-style-type: none;
    list-style-position: inside;
    margin: 0;
    padding: 0; }
    #step1 ul#fruits li {
      display: inline;
      float: left;
      background-position: top left;
      background-repeat: no-repeat;
      position: relative; }
      #step1 ul#fruits li.disabled {
        background-position: bottom;
        opacity: .3; }
      #step1 ul#fruits li#opentab1 {
        position: relative;
        width: 100%;
        cursor: default;
        text-indent: 0; }
      #step1 ul#fruits li .hoverTip {
        display: none;
        font-size: 12px;
        background-color: #fdf5cf;
        position: absolute;
        bottom: 75px;
        padding: 10px;
        text-indent: 0;
        width: 100px;
        left: 50%;
        margin-left: -50px;
        text-align: center;
        border-radius: 3px;
        box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3); }
        #step1 ul#fruits li .hoverTip:after {
          content: '';
          width: 0;
          height: 0;
          position: absolute;
          top: 100%;
          left: 50%;
          margin-left: -10px;
          border-style: solid;
          border-width: 10px 10px 0 10px;
          border-color: #fdf5cf transparent transparent transparent; }
        #step1 ul#fruits li .hoverTip:before {
          content: '';
          width: 0;
          height: 0;
          position: absolute;
          top: 100%;
          left: 50%;
          margin-left: -8px;
          border-style: solid;
          border-width: 10px 10px 0 10px;
          border-color: rgba(0, 0, 0, 0.3) transparent transparent transparent; }

#legalese {
  color: #644f3f;
  margin: 10px auto 30px auto; }

#framing {
  margin: 50px auto 0 auto;
  padding: 8px;
  background-color: #ffffff;
  border: 3px solid #f8ba00; }

#container {
  position: relative;
  padding-bottom: 40px;
  margin: 0 auto; }

#pectin-header {
  position: relative;
  text-align: right; }
  #pectin-header h1, #pectin-header .navHeader {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 30px; }
    #pectin-header h1 sup, #pectin-header .navHeader sup {
      font-size: 16px; }
  #pectin-header p {
    text-align: left; }

.lt-ie9 #step1 ul#fruits li .hoverTip:before {
  border-color: transparent; }

.lt-ie9 #step2 ul#recipe li .recipe_hover:before {
  border-color: transparent; }

.lt-ie9 #step3 ul#pectin li .pectin_hover:before {
  border-color: transparent; }

div.change {
  float: right;
  font-size: 12px; }
  div.change a {
    margin-left: 5px; }
    div.change a:link {
      color: #da032f;
      text-decoration: none; }
    div.change a:visited {
      color: #da032f;
      text-decoration: none; }
    div.change a:hover {
      color: #da032f;
      text-decoration: none; }
    div.change a:active {
      color: #da032f;
      text-decoration: none; }
  div.change img {
    float: right; }

div.change-text {
  padding-top: 6px;
  float: left;
  color: #da365b; }

div#recipe_layout {
  margin: 0 auto;
  max-width: 720px; }
  div#recipe_layout ul li {
    cursor: text; }
  div#recipe_layout ol li {
    cursor: text; }

div.headertip {
  margin-bottom: 10px; }

.surround-header {
  border-bottom: 2px solid #5a5a5a;
  height: 26px; }

ul.hover-text {
  line-height: 18px;
  padding: 0 0 0 15px;
  list-style: disc outside none; }

ul#fruits li.fruit {
  width: 33.33333%;
  border: 1px solid #e6e6e6;
  padding: 15px;
  margin: 0;
  border-left: 1px solid #e6e6e6; }
  ul#fruits li.fruit:nth-child(2) {
    border-left: 1px solid #e6e6e6; }
  ul#fruits li.fruit:nth-child(12) {
    border-left: 1px solid #e6e6e6; }
  ul#fruits li.fruit img {
    width: 100%; }
  ul#fruits li.fruit:nth-last-child(-n + 5) {
    border-top: 1px solid #ffffff; }

#step2 {
  position: relative;
  ckground-repeat: no-repeat; }
  #step2.active {
    background-position: -40px -320px; }
  #step2.jelly {
    background-position: -40px -640px; }
    #step2.jelly ul:before {
      display: none; }
  #step2.jam {
    background-position: -40px -960px; }
    #step2.jam ul:before {
      display: none; }
  #step2 ul#recipe {
    list-style-type: none;
    list-style-position: inside;
    margin: 0;
    padding: 0; }
    #step2 ul#recipe .disabled .rtitle {
      opacity: 0.4; }
    #step2 ul#recipe li {
      font-family: Arial;
      border: 1px solid #e6e6e6;
      display: block;
      position: relative;
      height: 160px;
      background-repeat: no-repeat;
      background-size: 100px; }
      #step2 ul#recipe li div.rtitle {
        font-size: 18px;
        text-transform: uppercase;
        position: absolute;
        font-weight: 700;
        left: 240px;
        top: 5px;
        margin-top: 5px; }
      #step2 ul#recipe li div.rdesc {
        font-size: 14px;
        position: absolute;
        left: 240px;
        top: 30px;
        line-height: 17px;
        padding-right: 10px;
        padding-top: 5px;
        line-height: 20px; }
      #step2 ul#recipe li#jelly {
        background-image: url(../images/pectin/pectin-jelly.jpg);
        background-size: contain; }
      #step2 ul#recipe li#jam {
        background-image: url(../images/pectin/pectin-jam.jpg);
        background-size: contain; }
      #step2 ul#recipe li#opentab2 {
        cursor: default;
        text-indent: 0;
        height: 88px; }
      #step2 ul#recipe li .recipe_hover {
        bottom: 115px; }

#step3 {
  position: relative;
  z-index: 3; }
  #step3.active {
    background-position: 0 -320px; }
  #step3.classic {
    background-position: 0 -640px; }
  #step3.lowsugar {
    background-position: 0 -960px; }
  #step3.instant {
    background-position: 0 -1280px; }
  #step3 ul#pectin {
    list-style-type: none;
    list-style-position: inside;
    margin: 0;
    padding: 0; }
    #step3 ul#pectin li {
      border: 1px solid #e6e6e6;
      display: block;
      position: relative;
      height: 86px;
      background-position: center top;
      background-repeat: no-repeat;
      background-size: 60px; }
      #step3 ul#pectin li#classic {
        background-image: url(../images/pectin/classic-bg.png); }
      #step3 ul#pectin li#lowsugar {
        background-image: url(../images/pectin/lowsugar-bg.png); }
      #step3 ul#pectin li#instant {
        background-image: url(../images/pectin/instant-bg.png); }
      #step3 ul#pectin li#opentab3 {
        cursor: default;
        text-indent: 0;
        height: 90px; }
      #step3 ul#pectin li div.rname {
        font-size: 14px;
        position: absolute;
        padding: 0 25px;
        top: 162px;
        width: 100%;
        text-align: center;
        font-weight: Bold;
        margin-top: 10px; }
        #step3 ul#pectin li div.rname sup {
          font-size: 9px; }

#selected_options {
  font-size: 12px;
  font-style: italic;
  padding-top: 10px;
  padding-bottom: 10px; }
  #selected_options span {
    background-color: #fefefe;
    display: inline-block;
    margin: 0 2px 5px 2px;
    padding: 6px 12px 6px 10px;
    border: 1px solid #d8d5c6;
    border-radius: 3px;
    box-shadow: 2px 2px 2px #d8d5c6; }
  #selected_options .calc-button {
    padding: 7px 10px;
    color: #ffffff;
    border-radius: 3px;
    background-color: #979241;
    border: none;
    margin-top: 0px; }

.recipe_sections {
  font-size: 14px;
  background-color: #ffffff;
  margin: 40px 0; }
  .recipe_sections h2 {
    padding: 0;
    margin: 10px 0 14px;
    font-size: 16px; }
    .recipe_sections h2.lite {
      font-weight: normal; }

table.recipes {
  border: 1px solid #c9c7bb;
  font-size: 12px; }
  table.recipes th {
    background-color: #eeebdd;
    border-bottom: 1px solid #c9c7bb;
    font-weight: normal; }
  table.recipes td {
    border-left: 1px solid #c9c7bb;
    padding: 10px; }
    table.recipes td:first-child {
      border-left-width: 0; }

table.bordered {
  border: 1px solid #c9c7bb;
  border-bottom-width: 0;
  font-size: 11px;
  text-align: center; }

table.amounts {
  border: 1px solid #c9c7bb;
  border-bottom-width: 0;
  font-size: 11px;
  margin-bottom: 12px; }
  table.amounts th {
    background-color: #eeebdd;
    border-bottom: 1px solid #c9c7bb;
    text-align: left; }
  table.amounts td {
    font-size: 12px;
    padding: 0 8px 8px; }
  table.amounts tbody tr.first td {
    padding-top: 8px; }
    table.amounts tbody tr.first td:first-child {
      vertical-align: middle;
      border-bottom: 1px solid #c9c7bb;
      background-color: #eeebdd;
      border-left-width: 0;
      font-size: 22px;
      font-weight: bold;
      text-align: center; }
  table.amounts tbody tr.last td {
    border-bottom: 1px solid #c9c7bb; }

.border-left {
  border-left: 1px solid #c9c7bb; }

.onlyPectinGrande {
  display: none; }

@media only screen and (min-width: 640px) {
  .stepThreeContainer {
    position: relative; }
  .stepTwoContainer {
    position: relative;
    padding: 0 10px 0 0; }
  .dropper2Wrap {
    position: relative;
    padding: 0 10px 0 0;
    width: 50%;
    float: left; }
  .dropper1Wrap {
    position: relative;
    width: 50%;
    float: left; }
  .onlyPectinGrande {
    display: block; }
  #image_header {
    text-align: center; }
    #image_header img {
      max-width: 100%; }
  #step1 {
    padding: 0 0 20px 0; }
  #step2 {
    padding: 0 0 20px 0; }
  #step3 {
    padding: 0 0 20px 0; } }

@media only screen and (min-width: 820px) {
  a#change-combo {
    float: right;
    margin: 0 0 0 10px; } }

@media all and (min-device-width: 800px) {
  #step1 ul#fruits li.hover:hover .hoverTip {
    display: block;
    z-index: 10; }
  #step2 ul#recipe li.hover:hover .recipe_hover {
    display: block;
    position: absolute; }
  #step3 ul#pectin li.hover:hover .pectin_hover {
    display: block;
    position: absolute; } }

@media print {
  body {
    background-color: #ffffff; }
  #recipe_container {
    display: block; }
    #recipe_container div#selected_options {
      display: none; }
    #recipe_container div#image_header {
      display: none; }
    #recipe_container div#methods {
      display: block; }
      #recipe_container div#methods table td {
        padding-right: 2em; }
        #recipe_container div#methods table td div .accordion {
          display: none; }
        #recipe_container div#methods table td div p.preserve-methods {
          display: block; }
    #recipe_container div.recipe_sections {
      clear: both; } }

.stepTwoContainer {
  position: relative; }

.active-border-highlight {
  box-shadow: 0 0 0 3px #92c83e inset;
  border: 1px solid #92c83e; }
  .active-border-highlight:after {
    background-image: url(../images/pectin/pectin-checkbox.png);
    background-size: 18px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 7px;
    right: 7px;
    content: "";
    width: 18px;
    height: 18px; }

.pectin-step-count {
  padding: 0 10px; }
  .pectin-step-count hr {
    border: 0;
    height: 1px;
    background-color: #e6e6e6;
    position: absolute;
    width: 100%;
    margin-top: 13px; }
    .pectin-step-count hr.green-grey {
      background: linear-gradient(to right, #92c83e 50%, #e6e6e6 50%); }
    .pectin-step-count hr.green-green {
      background-color: #92c83e; }
  .pectin-step-count .pectin-one-third {
    width: 33.33333%;
    float: left;
    box-sizing: border-box;
    position: relative; }
    .pectin-step-count .pectin-one-third .pectin-count-display {
      background-color: #e6e6e6;
      display: inline-block;
      padding: 5px 10px;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      font-weight: 700; }
    .pectin-step-count .pectin-one-third .pectin-count-green {
      background-color: #92c83e;
      cursor: pointer;
      color: #ffffff; }
      .pectin-step-count .pectin-one-third .pectin-count-green img {
        margin: 1px 0 0 0px;
        height: 17px; }
  .pectin-step-count .pectin-count-two {
    text-align: center; }
  .pectin-step-count .pectin-count-three {
    text-align: right; }

.header-left-green {
  font-family: Arial;
  display: block;
  font-weight: 700 !important;
  border-left: 3px solid #92c83e;
  font-size: 18px;
  padding-left: 5px; }
  .header-left-green .header-tick {
    position: absolute;
    margin-left: 15px;
    visibility: hidden;
    background-color: #92c83e;
    border-radius: 50%; }
    .header-left-green .header-tick img {
      padding: 0;
      margin: 4px; }

.mobile-show {
  display: block; }

.pectin-selected-item-wrapper {
  margin-top: 30px; }
  .pectin-selected-item-wrapper .selected-item-display {
    background-color: #f2f4ee;
    padding: 8px 0px 8px 20px;
    border: 1px solid #e6e6e6; }
    .pectin-selected-item-wrapper .selected-item-display .fruit-display {
      display: inline-block;
      margin: 10px 0 0; }
      .pectin-selected-item-wrapper .selected-item-display .fruit-display div #dynamic-fruit-display {
        font-weight: 700;
        text-transform: capitalize; }
      .pectin-selected-item-wrapper .selected-item-display .fruit-display div #dynamic-jam-jelly-display {
        font-weight: 700;
        text-transform: capitalize; }
      .pectin-selected-item-wrapper .selected-item-display .fruit-display div #dynamic-pectin-display {
        font-weight: 700;
        text-transform: capitalize; }
      .pectin-selected-item-wrapper .selected-item-display .fruit-display .plus-sign-display {
        background-color: transparent; }
    .pectin-selected-item-wrapper .selected-item-display .jam-jelly-display {
      display: inline-block; }
      .pectin-selected-item-wrapper .selected-item-display .jam-jelly-display div #dynamic-fruit-display {
        font-weight: 700;
        text-transform: capitalize; }
      .pectin-selected-item-wrapper .selected-item-display .jam-jelly-display div #dynamic-jam-jelly-display {
        font-weight: 700;
        text-transform: capitalize; }
      .pectin-selected-item-wrapper .selected-item-display .jam-jelly-display div #dynamic-pectin-display {
        font-weight: 700;
        text-transform: capitalize; }
      .pectin-selected-item-wrapper .selected-item-display .jam-jelly-display .plus-sign-display {
        background-color: transparent;
        font-weight: 800; }
    .pectin-selected-item-wrapper .selected-item-display .pectin-display {
      display: inline-block;
      margin: 10px 0;
      margin-top: 0; }
      .pectin-selected-item-wrapper .selected-item-display .pectin-display div #dynamic-fruit-display {
        font-weight: 700;
        text-transform: capitalize; }
      .pectin-selected-item-wrapper .selected-item-display .pectin-display div #dynamic-jam-jelly-display {
        font-weight: 700;
        text-transform: capitalize; }
      .pectin-selected-item-wrapper .selected-item-display .pectin-display div #dynamic-pectin-display {
        font-weight: 700;
        text-transform: capitalize; }
      .pectin-selected-item-wrapper .selected-item-display .pectin-display .plus-sign-display {
        background-color: transparent;
        font-weight: 800; }
    .pectin-selected-item-wrapper .selected-item-display .plus-sign-display {
      background-color: transparent;
      border: none !important; }
    .pectin-selected-item-wrapper .selected-item-display .recipe-calculation {
      margin: 24px 20px 22px;
      float: right; }
      .pectin-selected-item-wrapper .selected-item-display .recipe-calculation a {
        padding: 10px 20px;
        color: #ffffff;
        border-radius: 3px;
        background-color: #979241;
        border: none; }

.select-no-of-jars {
  float: right;
  padding: 0 20px 0 5px;
  height: 25px; }

.notes {
  margin-top: 20px; }

@media only screen and (min-width: 320px) and (max-width: 769px) {
  #selected_options .calc-button {
    margin-top: 10px; } }

@media only screen and (min-width: 480px) {
  ul#fruits li.fruit {
    width: 14.28571%; }
  .pectin-step-count .pectin-one-third .pectin-count-green img {
    margin: 1px 0 0 -3px;
    height: 17px; }
  #step2 ul#recipe li {
    width: 49%;
    float: left; }
    #step2 ul#recipe li#jelly {
      margin-right: 1%; }
    #step2 ul#recipe li#jam {
      margin-left: 1%; }
  #step3 ul#pectin li {
    width: 32%;
    float: left; }
    #step3 ul#pectin li#classic {
      margin-right: 1%; }
    #step3 ul#pectin li#lowsugar {
      margin: 0 1%; }
    #step3 ul#pectin li#instant {
      margin-left: 1%; } }

@media only screen and (min-width: 769px) {
  .mobile-hidden {
    display: block; }
  .stepThreeContainer {
    margin-top: 35px; }
  .pectin-step-count hr {
    width: 100%; }
  ul#fruits li.fruit {
    width: 14.28571%; }
  #step3 ul#pectin li {
    height: 220px;
    background-size: contain; } }

@media only screen and (min-width: 959px) {
  .pectin-selected-item-wrapper .selected-item-display {
    height: 80px; }
  .pectin-step-count {
    display: none; }
  ul#fruits li.fruit {
    width: 10%; } }

@media only screen and (max-width: 768px) {
  #step1 div.extraText {
    margin-right: 77px; }
  #step1 div.fruit_click {
    left: 36%;
    top: 170px; }
  .pectin-selected-item-wrapper .selected-item-display .recipe-calculation {
    float: none;
    text-align: center; }
  #step2 ul#recipe li {
    height: 107px; }
    #step2 ul#recipe li div.rtitle {
      left: 165px;
      font-size: 14px;
      top: 0; }
    #step2 ul#recipe li div.rdesc {
      left: 165px;
      font-size: 12px;
      top: 19px; }
  #step3 ul#pectin li {
    height: 220px;
    background-size: contain; }
    #step3 ul#pectin li div.rname {
      top: 153px; }
  a#change-combo {
    position: absolute;
    top: 10px;
    right: 29px; }
  .header-left-green .header-tick {
    display: none; }
  ul#fruits li.fruit {
    border: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6; }
    ul#fruits li.fruit:nth-child(9) {
      border-left: 1px solid #e6e6e6; }
    ul#fruits li.fruit:nth-child(16) {
      border-left: 1px solid #e6e6e6; }
    ul#fruits li.fruit:nth-child(12) {
      border-left: 1px solid #ffffff; }
    ul#fruits li.fruit:nth-last-child(-n + 8) {
      border-top: 1px solid #ffffff; } }

@media only screen and (max-width: 480px) {
  #step2 ul#recipe li div.rdesc {
    left: 160px;
    font-size: 11px;
    line-height: 14px; }
  #step2 ul#recipe li div.rtitle {
    left: 160px;
    font-size: 13px; }
  a#change-combo {
    position: static;
    top: 10px;
    right: 29px;
    margin-left: 80px;
    margin-top: 10px; }
  #step1 div.fruit_click {
    left: 50%; }
  .link-findRecipe {
    display: block;
    text-align: center; }
  .mobile-hidden {
    display: none; }
  #step1 div.extraText {
    position: relative;
    margin-right: 0;
    text-align: left;
    margin-top: 5px; }
  .extraText a {
    margin-left: 0;
    display: inline-block;
    margin-top: 20px; }
  .calc-button {
    margin-left: 0;
    display: inline-block;
    margin-top: 20px; }
  .pectin-selected-item-wrapper .selected-item-display {
    margin-top: 5px; }
    .pectin-selected-item-wrapper .selected-item-display .fruit-display {
      display: block;
      text-align: center; }
      .pectin-selected-item-wrapper .selected-item-display .fruit-display .plus-sign-display {
        display: block;
        padding: 0; }
    .pectin-selected-item-wrapper .selected-item-display .jam-jelly-display {
      display: block;
      text-align: center; }
      .pectin-selected-item-wrapper .selected-item-display .jam-jelly-display .plus-sign-display {
        display: block;
        padding: 0; }
    .pectin-selected-item-wrapper .selected-item-display .pectin-display {
      display: block;
      text-align: center; }
      .pectin-selected-item-wrapper .selected-item-display .pectin-display .plus-sign-display {
        display: block;
        padding: 0; }
  #step3 ul#pectin li {
    height: 203px; }
    #step3 ul#pectin li div.rname {
      top: 145px; }
  .pectin-step-count hr {
    width: 90%; }
  ul#fruits li.fruit {
    border: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-top: 1px solid #ffffff; }
    ul#fruits li.fruit:nth-child(9) {
      border-left: 1px solid #ffffff; }
    ul#fruits li.fruit:nth-child(16) {
      border-left: 1px solid #ffffff; }
    ul#fruits li.fruit:nth-of-type(-n + 3) {
      border-top: 1px solid #e6e6e6; }
    ul#fruits li.fruit:nth-of-type(3n + 1) {
      border-left: 1px solid #e6e6e6; } }

.extraText a {
  background-color: #979241;
  Padding: 10px;
  margin-left: 10px;
  color: #ffffff;
  border-radius: 3px; }

a#change-combo {
  display: block;
  box-shadow: none;
  display: inline-block;
  padding: 7px 8px;
  line-height: 16px;
  background: #94b33f;
  color: #fff;
  font-family: 'ssp', sans-serif;
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: 0 none;
  border-radius: 15px/25px;
  cursor: pointer; }

#methods div.droppers {
  border: 1px solid #c9c7bb;
  margin: 0 0 10px 0;
  padding-bottom: 12px; }
  #methods div.droppers h3 {
    text-align: center;
    background-color: #eeebdd;
    font-size: 12px;
    margin: 0 0 12px 0;
    padding: 10px;
    font-weight: bold;
    font-family: Arial; }
  #methods div.droppers p {
    padding: 14px 10px 10px 20px; }
  #methods div.droppers div.accordion {
    cursor: pointer;
    border: none;
    margin: 0 auto;
    display: block;
    width: 60px;
    font-style: normal;
    text-align: center;
    color: #5a5a5a;
    background-color: #fbdf64;
    background-image: none;
    padding: 3px 10px;
    font-size: 12px;
    text-decoration: none;
    box-shadow: 2px 2px 2px #d8d5c6; }

ol.instructions {
  margin: 0;
  padding: 0 0 0 16px; }
  ol.instructions li {
    padding: 0 0 12px 0; }

.recipe-display-table tr th {
  border: none;
  background-color: #e6e6e6; }

.recipe-display-table tr:nth-child(n + 1) {
  border-bottom: 1px solid #e6e6e6; }

#step2 ul#recipe li.disabled#jelly {
  background-image: url("../images/pectin/pectin-jelly-disable.jpg") !important;
  background-size: contain; }

#step2 ul#recipe li.disabled#jam {
  background-image: url("../images/pectin/pectin-jam-disable.jpg") !important;
  background-size: contain; }

#step3 ul#pectin li.disabled#classic {
  background-image: url("../images/pectin/classic-bg-disable.png"); }

#step3 ul#pectin li.disabled#lowsugar {
  background-image: url("../images/pectin/lowsugar-bg-disable.png"); }

#step3 ul#pectin li.disabled#instant {
  background-image: url("../images/pectin/instant-bg-disable.png"); }

#step2 ul#recipe li.disabled#jelly .rtitle {
  opacity: 0.4; }

#step2 ul#recipe li.disabled#jelly .rdesc {
  opacity: 0.4; }

#step2 ul#recipe li.disabled#jam .rtitle {
  opacity: 0.4; }

#step2 ul#recipe li.disabled#jam .rdesc {
  opacity: 0.4; }

#step3 ul#pectin li.pectin.disabled .rname {
  opacity: 0.4; }

#classic_hover, #lowsugar_hover, #instant_hover {
  left: 50% !important; }

#classic_hover {
  height: 139px !important;
  line-height: 17px;
  top: -105px !important; }

#lowsugar_hover {
  height: 170px !important;
  line-height: 17px;
  top: -136px !important; }

#instant_hover {
  height: 170px !important;
  line-height: 17px;
  top: -136px !important; }

#jelly_hover {
  height: 109px !important;
  line-height: 17px;
  top: -60px !important; }

#jam_hover {
  height: 135px !important;
  line-height: 17px;
  top: -77px !important; }

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
.pectin-calc-wrapper {
  padding: 0% 2%;
  /* .button:before,.button:after,#edit-moderated-guest-upload-button:before,#edit-moderated-guest-upload-button:after,#user-login button:before,#user-login button:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #94b33f transparent transparent;
    border-width: 5px 5px 5px 0;
    position: absolute;
    left: -2px;
    top: 50%;
    margin-top: -5px;
    border-radius: 3px;
    -webkit-transition: border-color,0.5s;
    -moz-transition: border-color,0.5s;
    -o-transition: border-color,0.5s;
    transition: border-color,0.5s
} */ }
  .pectin-calc-wrapper article, .pectin-calc-wrapper aside, .pectin-calc-wrapper details, .pectin-calc-wrapper figcaption, .pectin-calc-wrapper figure, .pectin-calc-wrapper footer, .pectin-calc-wrapper header, .pectin-calc-wrapper hgroup, .pectin-calc-wrapper main, .pectin-calc-wrapper nav, .pectin-calc-wrapper section, .pectin-calc-wrapper summary {
    display: block; }
  .pectin-calc-wrapper * {
    box-sizing: border-box; }
    .pectin-calc-wrapper *:before, .pectin-calc-wrapper *:after {
      box-sizing: border-box; }
  .pectin-calc-wrapper audio, .pectin-calc-wrapper canvas, .pectin-calc-wrapper video {
    display: inline-block;
    *display: inline;
    *zoom: 1; }
  .pectin-calc-wrapper audio:not([controls]) {
    display: none;
    height: 0; }
  .pectin-calc-wrapper [hidden] {
    display: none; }
  .pectin-calc-wrapper html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: "ssp", sans-serif; }
  .pectin-calc-wrapper button, .pectin-calc-wrapper input, .pectin-calc-wrapper select, .pectin-calc-wrapper textarea {
    font-family: "ssp", sans-serif; }
  .pectin-calc-wrapper body {
    margin: 0; }
  .pectin-calc-wrapper a:focus {
    outline: thin dotted; }
  .pectin-calc-wrapper a:active, .pectin-calc-wrapper a:hover {
    outline: 0; }
  .pectin-calc-wrapper abbr[title] {
    border-bottom: 1px dotted; }
  .pectin-calc-wrapper b, .pectin-calc-wrapper strong {
    font-weight: bold; }
  .pectin-calc-wrapper blockquote {
    margin: 1em 40px; }
  .pectin-calc-wrapper dfn {
    font-style: italic; }
  .pectin-calc-wrapper hr {
    box-sizing: content-box; }
  .pectin-calc-wrapper mark {
    background: #ff0;
    color: #000; }
  .pectin-calc-wrapper p, .pectin-calc-wrapper pre {
    margin: 1em 0; }
  .pectin-calc-wrapper code, .pectin-calc-wrapper kbd, .pectin-calc-wrapper pre, .pectin-calc-wrapper samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em; }
  .pectin-calc-wrapper pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word; }
  .pectin-calc-wrapper q {
    quotes: none; }
    .pectin-calc-wrapper q:before, .pectin-calc-wrapper q:after {
      content: '';
      content: none; }
  .pectin-calc-wrapper small {
    font-size: 80%; }
  .pectin-calc-wrapper sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  .pectin-calc-wrapper sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em; }
  .pectin-calc-wrapper sub {
    bottom: -0.25em; }
  .pectin-calc-wrapper dl, .pectin-calc-wrapper menu, .pectin-calc-wrapper ol, .pectin-calc-wrapper ul {
    margin: 1em 0; }
  .pectin-calc-wrapper dd {
    margin: 0 0 0 40px; }
  .pectin-calc-wrapper menu, .pectin-calc-wrapper ol, .pectin-calc-wrapper ul {
    padding: 0 0 0 40px; }
  .pectin-calc-wrapper nav ul, .pectin-calc-wrapper nav ol {
    list-style: none;
    list-style-image: none; }
  .pectin-calc-wrapper img {
    border: 0;
    -ms-interpolation-mode: bicubic; }
  .pectin-calc-wrapper svg:not(:root) {
    overflow: hidden; }
  .pectin-calc-wrapper figure, .pectin-calc-wrapper form {
    margin: 0; }
  .pectin-calc-wrapper fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  .pectin-calc-wrapper legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px; }
  .pectin-calc-wrapper button, .pectin-calc-wrapper input, .pectin-calc-wrapper select, .pectin-calc-wrapper textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle; }
  .pectin-calc-wrapper button, .pectin-calc-wrapper input {
    line-height: normal; }
  .pectin-calc-wrapper button, .pectin-calc-wrapper select {
    text-transform: none; }
  .pectin-calc-wrapper button, .pectin-calc-wrapper html input[type="button"] {
    -webkit-appearance: none;
    cursor: pointer;
    *overflow: visible; }
  .pectin-calc-wrapper input[type="reset"], .pectin-calc-wrapper input[type="submit"] {
    -webkit-appearance: none;
    cursor: pointer;
    *overflow: visible; }
  .pectin-calc-wrapper button[disabled], .pectin-calc-wrapper html input[disabled] {
    cursor: default; }
  .pectin-calc-wrapper input[type="checkbox"], .pectin-calc-wrapper input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px; }
  .pectin-calc-wrapper input[type="search"] {
    -webkit-appearance: textfield; }
    .pectin-calc-wrapper input[type="search"]::-webkit-search-cancel-button, .pectin-calc-wrapper input[type="search"]::-webkit-search-decoration {
      -webkit-appearance: none; }
  .pectin-calc-wrapper button::-moz-focus-inner, .pectin-calc-wrapper input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .pectin-calc-wrapper textarea {
    overflow: auto;
    vertical-align: top; }
  .pectin-calc-wrapper table {
    border-collapse: collapse;
    border-spacing: 0; }
  .pectin-calc-wrapper input:focus, .pectin-calc-wrapper select:focus, .pectin-calc-wrapper textarea:focus {
    box-shadow: #0066ff 0 0 5px 0;
    z-index: 1; }
  .pectin-calc-wrapper select {
    background-clip: padding-box;
    border-radius: 0;
    -webkit-appearance: none;
    background-color: white;
    border: 1px solid;
    border-color: #848484 #c1c1c1 #e1e1e1;
    color: black;
    outline: 0;
    margin: 0;
    padding: 10px 5px;
    text-align: left;
    font-size: 13px;
    font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
    height: 40px;
    vertical-align: top;
    *padding-top: 10px;
    *padding-bottom: 1px;
    *height: auto; }
  @media (-webkit-min-device-pixel-ratio: 0) {
    .pectin-calc-wrapper select {
      background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
      background-repeat: no-repeat;
      background-position: right center;
      padding-right: 20px; }
      .pectin-calc-wrapper select[size] {
        background-image: none;
        padding-right: 3px; }
      .pectin-calc-wrapper select[multiple] {
        background-image: none;
        padding-right: 3px; }
        .pectin-calc-wrapper select[multiple][size] {
          background-image: none;
          padding-right: 3px; }
      .pectin-calc-wrapper select[size="0"], .pectin-calc-wrapper select[size="1"] {
        background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
        background-repeat: no-repeat;
        background-position: right center;
        padding-right: 20px; }
    .pectin-calc-wrapper ::-webkit-validation-bubble-message {
      box-shadow: none;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666), color-stop(1, #000));
      border: 0;
      color: white;
      font: 13px/17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
      overflow: hidden;
      padding: 15px 15px 17px;
      text-shadow: black 0 0 1px;
      min-height: 16px; }
    .pectin-calc-wrapper ::-webkit-validation-bubble-arrow, .pectin-calc-wrapper ::-webkit-validation-bubble-top-outer-arrow, .pectin-calc-wrapper ::-webkit-validation-bubble-top-inner-arrow {
      box-shadow: none;
      background: #666666;
      border-color: #666666; } }
  .pectin-calc-wrapper .placeholder {
    color: #79766e; }
  .pectin-calc-wrapper ::-webkit-input-placeholder, .pectin-calc-wrapper input:-moz-placeholder, .pectin-calc-wrapper textarea:-moz-placeholder {
    color: #d0d0d0; }
  .pectin-calc-wrapper .error::-webkit-input-placeholder, .pectin-calc-wrapper input.error:-moz-placeholder, .pectin-calc-wrapper textarea:-moz-placeholder {
    color: #b2735a; }

@font-face {
  .pectin-calc-wrapper {
    font-family: 'ssp';
    src: url("../fonts/ssp-bold-webfont.eot");
    src: url("../fonts/ssp-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ssp-bold-webfont.woff") format("woff"), url("../fonts/ssp-bold-webfont.ttf") format("truetype"), url("../fonts/ssp-bold-webfont.svg#source_sans_probold") format("svg");
    font-weight: 700;
    font-style: normal; } }

@font-face {
  .pectin-calc-wrapper {
    font-family: 'ssp';
    src: url("../fonts/ssp-bolditalic-webfont.eot");
    src: url("../fonts/ssp-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ssp-bolditalic-webfont.woff") format("woff"), url("../fonts/ssp-bolditalic-webfont.ttf") format("truetype"), url("../fonts/ssp-bolditalic-webfont.svg#source_sans_probold_italic") format("svg");
    font-weight: 700;
    font-style: italic; } }

@font-face {
  .pectin-calc-wrapper {
    font-family: 'ssp';
    src: url("../fonts/ssp-italic-webfont.eot");
    src: url("../fonts/ssp-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ssp-italic-webfont.woff") format("woff"), url("../fonts/ssp-italic-webfont.ttf") format("truetype"), url("../fonts/ssp-italic-webfont.svg#source_sans_proitalic") format("svg");
    font-weight: normal;
    font-style: italic; } }

@font-face {
  .pectin-calc-wrapper {
    font-family: 'ssp';
    src: url("../fonts/ssp-regular-webfont.eot");
    src: url("../fonts/ssp-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ssp-regular-webfont.woff") format("woff"), url("../fonts/ssp-regular-webfont.ttf") format("truetype"), url("../fonts/ssp-regular-webfont.svg#source_sans_proregular") format("svg");
    font-weight: normal;
    font-style: normal; } }

@font-face {
  .pectin-calc-wrapper {
    font-family: 'Chunk';
    src: url("../fonts/Chunkfive-webfont.eot");
    src: url("../fonts/Chunkfive-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Chunkfive-webfont.woff") format("woff"), url("../fonts/Chunkfive-webfont.ttf") format("truetype"), url("../fonts/Chunkfive-webfont.svg#ChunkFiveRegular") format("svg");
    font-weight: bold;
    font-style: normal; } }

@font-face {
  .pectin-calc-wrapper {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot");
    src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.svg#icomoon") format("svg");
    font-weight: normal;
    font-style: normal; } }
  .pectin-calc-wrapper [class^="icon-"], .pectin-calc-wrapper [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .pectin-calc-wrapper .icon-facebook:before {
    content: "ÃƒÂ®Ã‹Å“Ã¯Â¿Â½"; }
  .pectin-calc-wrapper .icon-pinterest:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Ëœ"; }
  .pectin-calc-wrapper .icon-twitter:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬â„¢"; }
  .pectin-calc-wrapper .icon-youtube_circle_black:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Å“"; }
  .pectin-calc-wrapper .icon-vine:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬ï¿½"; }
  .pectin-calc-wrapper .icon-arrow-left:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Å¾"; }
  .pectin-calc-wrapper .icon-arrow-right:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Â¦"; }
  .pectin-calc-wrapper .icon-play:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Â "; }
  .pectin-calc-wrapper .icon-logo:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Â¡"; }
  .pectin-calc-wrapper .icon-halfstar:before {
    content: "ÃƒÂ®Ã‹Å“Ã‹â€ "; }
  .pectin-calc-wrapper .icon-star:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°"; }
  .pectin-calc-wrapper .icon-star2:before {
    content: "ÃƒÂ®Ã‹Å“Ã…Â "; }
  .pectin-calc-wrapper .icon-kerr-logo:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Â¹"; }
  .pectin-calc-wrapper .container {
    margin-right: auto;
    margin-left: auto; }
  .pectin-calc-wrapper .span1, .pectin-calc-wrapper .span2, .pectin-calc-wrapper .span3, .pectin-calc-wrapper .span4, .pectin-calc-wrapper .span5, .pectin-calc-wrapper .span6, .pectin-calc-wrapper .span7, .pectin-calc-wrapper .span8, .pectin-calc-wrapper .span9, .pectin-calc-wrapper .span10, .pectin-calc-wrapper .span11, .pectin-calc-wrapper .span12, .pectin-calc-wrapper .span13, .pectin-calc-wrapper .span14, .pectin-calc-wrapper .span15, .pectin-calc-wrapper .span16, .pectin-calc-wrapper .pageHeading {
    padding-right: 5px;
    padding-left: 5px;
    clear: both;
    min-height: 1px; }
  .pectin-calc-wrapper .mSpan8 {
    width: 50%;
    float: left;
    clear: none;
    box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .pectin-calc-wrapper .container:before, .pectin-calc-wrapper .container:after {
      content: " ";
      display: table; }
    .pectin-calc-wrapper .row:before, .pectin-calc-wrapper .row:after {
      content: " ";
      display: table; }
    .pectin-calc-wrapper .container:after, .pectin-calc-wrapper .row:after {
      clear: both; }
    .pectin-calc-wrapper .span1, .pectin-calc-wrapper .span2, .pectin-calc-wrapper .span3, .pectin-calc-wrapper .span4, .pectin-calc-wrapper .span5, .pectin-calc-wrapper .span6, .pectin-calc-wrapper .span7, .pectin-calc-wrapper .span8, .pectin-calc-wrapper .span9, .pectin-calc-wrapper .span10, .pectin-calc-wrapper .span11, .pectin-calc-wrapper .span12, .pectin-calc-wrapper .span13, .pectin-calc-wrapper .span14, .pectin-calc-wrapper .span15, .pectin-calc-wrapper .span16, .pectin-calc-wrapper .pageHeading {
      min-height: 1px;
      clear: none; }
    .pectin-calc-wrapper .no-flexbox.no-webkitbox *[class*='span'] {
      position: relative;
      float: left; }
      .pectin-calc-wrapper .no-flexbox.no-webkitbox *[class*='span'].pull-right {
        float: right; }
    .pectin-calc-wrapper .flexbox .row, .pectin-calc-wrapper .webkitbox .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .pectin-calc-wrapper .flexbox *[class*='span'], .pectin-calc-wrapper .webkitbox *[class*='span'] {
      float: none; }
    .pectin-calc-wrapper .span1 {
      width: 6.25%; }
    .pectin-calc-wrapper .offset1 {
      margin-left: 6.25%; }
    .pectin-calc-wrapper .span2 {
      width: 12.5%; }
    .pectin-calc-wrapper .offset2 {
      margin-left: 12.5%; }
    .pectin-calc-wrapper .span3 {
      width: 18.75%; }
    .pectin-calc-wrapper .offset3 {
      margin-left: 18.75%; }
    .pectin-calc-wrapper .span4 {
      width: 25%; }
    .pectin-calc-wrapper .offset4 {
      margin-left: 25%; }
    .pectin-calc-wrapper .span5 {
      width: 31.25%; }
    .pectin-calc-wrapper .offset5 {
      margin-left: 31.25%; }
    .pectin-calc-wrapper .span6 {
      width: 37.5%; }
    .pectin-calc-wrapper .offset6 {
      margin-left: 37.5%; }
    .pectin-calc-wrapper .span7 {
      width: 43.75%; }
    .pectin-calc-wrapper .offset7 {
      margin-left: 43.75%; }
    .pectin-calc-wrapper .span8 {
      width: 50%; }
    .pectin-calc-wrapper .offset8 {
      margin-left: 50%; }
    .pectin-calc-wrapper .span9 {
      width: 56.25%; }
    .pectin-calc-wrapper .offset9 {
      margin-left: 56.25%; }
    .pectin-calc-wrapper .span10 {
      width: 62.5%; }
    .pectin-calc-wrapper .offset10 {
      margin-left: 62.5%; }
    .pectin-calc-wrapper .span11 {
      width: 68.75%; }
    .pectin-calc-wrapper .offset11 {
      margin-left: 68.75%; }
    .pectin-calc-wrapper .span12 {
      width: 75%; }
    .pectin-calc-wrapper .offset12 {
      margin-left: 75%; }
    .pectin-calc-wrapper .span13 {
      width: 81.25%; }
    .pectin-calc-wrapper .offset13 {
      margin-left: 81.25%; }
    .pectin-calc-wrapper .span14 {
      width: 87.5%; }
    .pectin-calc-wrapper .offset14 {
      margin-left: 87.5%; }
    .pectin-calc-wrapper .span15 {
      width: 93.75%; }
    .pectin-calc-wrapper .offset15 {
      margin-left: 93.75%; }
    .pectin-calc-wrapper .span16, .pectin-calc-wrapper .pageHeading {
      width: 100%; }
    .pectin-calc-wrapper .container {
      max-width: 728px; }
    .pectin-calc-wrapper .row {
      margin-right: -10px;
      margin-left: -10px; }
    .pectin-calc-wrapper *[class*='span'] {
      box-sizing: border-box; } }
  @media screen and (min-width: 1020px) {
    .pectin-calc-wrapper .container {
      max-width: 940px; }
    .pectin-calc-wrapper .span1, .pectin-calc-wrapper .span2, .pectin-calc-wrapper .span3, .pectin-calc-wrapper .span4, .pectin-calc-wrapper .span5, .pectin-calc-wrapper .span6, .pectin-calc-wrapper .span7, .pectin-calc-wrapper .span8, .pectin-calc-wrapper .span9, .pectin-calc-wrapper .span10, .pectin-calc-wrapper .span11, .pectin-calc-wrapper .span12, .pectin-calc-wrapper .span13, .pectin-calc-wrapper .span14, .pectin-calc-wrapper .span15, .pectin-calc-wrapper .span16, .pectin-calc-wrapper .pageHeading {
      padding-right: 10px;
      padding-left: 10px; } }
  @media screen and (min-width: 1200px) {
    .pectin-calc-wrapper .container {
      max-width: 1180px; } }
  .pectin-calc-wrapper h1, .pectin-calc-wrapper .navHeader, .pectin-calc-wrapper h3 {
    font-family: "chunk", serif; }
  .pectin-calc-wrapper h2, .pectin-calc-wrapper h4 {
    font-family: "ssp", sans-serif; }
  .pectin-calc-wrapper h1, .pectin-calc-wrapper .navHeader {
    font-size: 1.5em;
    margin: 0.67em 0; }
  .pectin-calc-wrapper h2 {
    font-size: 1.5em;
    margin: 0.7em 0; }
  .pectin-calc-wrapper h3 {
    font-size: 1.17em;
    margin: 1em 0; }
  .pectin-calc-wrapper h4 {
    font-size: .875em;
    font-family: georgia, serif;
    margin: 1.33em 0 .66em;
    font-weight: bold;
    color: #939b32; }
  .pectin-calc-wrapper h5 {
    font-size: 0.83em;
    margin: 1.67em 0; }
  .pectin-calc-wrapper h6 {
    font-size: 0.67em;
    margin: 2.33em 0; }
  .pectin-calc-wrapper a {
    color: #97923f; }
  .pectin-calc-wrapper .basicList, .pectin-calc-wrapper .region-content ul, .pectin-calc-wrapper .primaryNav .megaMenuLinks ul {
    list-style: none;
    padding-left: 15px; }
  .pectin-calc-wrapper .basicList > li, .pectin-calc-wrapper .region-content ul > li, .pectin-calc-wrapper .primaryNav .megaMenuLinks ul > li {
    margin-bottom: .5em;
    position: relative; }
  .pectin-calc-wrapper .basicList > li:before, .pectin-calc-wrapper .region-content ul > li:before, .pectin-calc-wrapper .primaryNav .megaMenuLinks ul > li:before {
    content: '\25CF \00A0';
    color: #c2c0b4;
    float: left;
    width: 15px;
    margin-left: -15px;
    display: block; }
  .pectin-calc-wrapper .basicList ul li, .pectin-calc-wrapper .region-content ul ul li, .pectin-calc-wrapper .primaryNav .megaMenuLinks ul ul li {
    font-size: 14px; }
  .pectin-calc-wrapper .secondaryHeader, .pectin-calc-wrapper .region-content .secondaryHeader {
    font-family: 'ssp', sans-serif;
    margin-bottom: .33em;
    font-size: 1.5em;
    margin: 0.7em 0;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .pectin-calc-wrapper .secondaryHeader .deEm {
    text-transform: none; }
  .pectin-calc-wrapper .region-content {
    color: #656461; }
    .pectin-calc-wrapper .region-content .secondaryHeader .deEm {
      text-transform: none; }
    .pectin-calc-wrapper .region-content p {
      line-height: 1.5em; }
    .pectin-calc-wrapper .region-content small.legal {
      font-size: 11px;
      display: block;
      line-height: 14px;
      margin-top: 10px;
      clear: both; }
    .pectin-calc-wrapper .region-content h2, .pectin-calc-wrapper .region-content h3 {
      font-weight: normal;
      letter-spacing: 1px;
      font-size: 16px;
      color: #414042;
      text-transform: none;
      font-weight: 500;
      margin-bottom: 15px;
      padding-top: 5px;
      font-family: Arial; }
    .pectin-calc-wrapper .region-content h2 .deEm, .pectin-calc-wrapper .region-content h3 .deEm {
      text-transform: none; }
    .pectin-calc-wrapper .region-content h1 + p, .pectin-calc-wrapper .region-content .navHeader + p, .pectin-calc-wrapper .region-content h1 + ul, .pectin-calc-wrapper .region-content .navHeader + ul, .pectin-calc-wrapper .region-content h1 + ol, .pectin-calc-wrapper .region-content .navHeader + ol {
      margin-top: 0.5em; }
    .pectin-calc-wrapper .region-content h2 + p, .pectin-calc-wrapper .region-content h2 + ul, .pectin-calc-wrapper .region-content h2 + ol {
      margin-top: 0.5em; }
    .pectin-calc-wrapper .region-content h3 + p, .pectin-calc-wrapper .region-content h3 + ul, .pectin-calc-wrapper .region-content h3 + ol {
      margin-top: 0.5em; }
    .pectin-calc-wrapper .region-content h4 + p, .pectin-calc-wrapper .region-content h4 + ul, .pectin-calc-wrapper .region-content h4 + ol {
      margin-top: 0.5em; }
    .pectin-calc-wrapper .region-content h5 + p, .pectin-calc-wrapper .region-content h5 + ul, .pectin-calc-wrapper .region-content h5 + ol {
      margin-top: 0.5em; }
    .pectin-calc-wrapper .region-content h6 + p, .pectin-calc-wrapper .region-content h6 + ul, .pectin-calc-wrapper .region-content h6 + ol {
      margin-top: 0.5em; }
    .pectin-calc-wrapper .region-content a {
      text-decoration: none;
      word-break: break-word; }
      .pectin-calc-wrapper .region-content a.button, .pectin-calc-wrapper .region-content a.button-fancy-small, .pectin-calc-wrapper .region-content
      a.button-fancy-medium, .pectin-calc-wrapper .region-content #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper .region-content a.like-button {
        color: #fff; }
    .pectin-calc-wrapper .region-content ol li {
      margin-bottom: 20px; }
    .pectin-calc-wrapper .region-content .content img.left {
      max-width: 50%;
      padding-right: 20px;
      height: auto; }
  .pectin-calc-wrapper .secondaryContent p, .pectin-calc-wrapper .secondaryContent li {
    font-size: 0.875em; }
  .pectin-calc-wrapper .secondaryHr, .pectin-calc-wrapper .region-content .callout > h2 {
    position: relative;
    font-size: 1.3125em;
    border-bottom: 8px solid #939b32;
    padding-bottom: 4px; }
  .pectin-calc-wrapper .secondaryHr:before, .pectin-calc-wrapper .region-content .callout > h2:before, .pectin-calc-wrapper .secondaryHr:after, .pectin-calc-wrapper .region-content .callout > h2:after {
    position: absolute;
    content: '';
    width: 0;
    height: 8px;
    border-left: 36px solid #c8d15d;
    border-right: 36px solid #b0b941;
    left: 0;
    bottom: -8px; }
  .pectin-calc-wrapper .secondaryHr:after, .pectin-calc-wrapper .region-content .callout > h2:after {
    border-left: 36px solid #a5ae3a;
    border-right: 0 none;
    left: 72px; }
  .pectin-calc-wrapper .secondaryHr:first-child {
    margin-top: 0; }
  .pectin-calc-wrapper .region-content .callout {
    margin-bottom: 50px; }
    .pectin-calc-wrapper .region-content .callout > h2:first-child {
      margin-top: 0; }
  .pectin-calc-wrapper .region-content table {
    table-layout: fixed;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word; }
    .pectin-calc-wrapper .region-content table td {
      vertical-align: top; }
    .pectin-calc-wrapper .region-content table th {
      border-bottom: 1px solid #a49d9d;
      border-top: 1px solid #a49d9d;
      padding: 10px;
      font-family: Arial;
      font-size: 12px;
      font-weight: bold; }
    .pectin-calc-wrapper .region-content table .tableStripe td {
      background: #f1efea; }
  .pectin-calc-wrapper .primaryHr {
    position: relative;
    border-bottom: 8px solid #b58e44;
    padding-bottom: 4px;
    margin-bottom: 1em; }
  .pectin-calc-wrapper .region-content .primaryHr {
    margin-bottom: 1em; }
  .pectin-calc-wrapper .primaryHr:before {
    position: absolute;
    content: '';
    width: 0;
    height: 8px;
    border-left: 36px solid #e4cd5e;
    border-right: 36px solid #cbb445;
    left: 0;
    bottom: -8px; }
  .pectin-calc-wrapper .primaryHr:after {
    position: absolute;
    content: '';
    width: 0;
    height: 8px;
    border-left: 36px solid #e4cd5e;
    border-right: 36px solid #cbb445;
    left: 0;
    bottom: -8px;
    border-left: 36px solid #bea73a;
    border-right: 0 none;
    left: 72px; }
  .pectin-calc-wrapper .region-content h1.primaryHr, .pectin-calc-wrapper .region-content .primaryHr.navHeader {
    margin-bottom: .33em;
    font-weight: normal;
    font-size: 1.5em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "ssp", sans-serif; }
  .pectin-calc-wrapper .region-content .contentIcons {
    font-size: 30px;
    margin: 5px 0;
    vertical-align: middle; }
  .pectin-calc-wrapper .primaryNav h2 {
    margin-bottom: .33em;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .pectin-calc-wrapper .primaryNav h4 {
    font-family: 'ssp', sans-serif;
    font-weight: normal;
    color: #94b33f;
    margin: 0.25em 0 0.5em; }
    .pectin-calc-wrapper .primaryNav h4 + p {
      margin-top: 0.5em; }
  .pectin-calc-wrapper .primaryNav .megaMenuLinks h4 {
    font-size: 16px;
    font-family: 'ssp', sans-serif;
    color: #656461;
    border-bottom: 1px solid #a49d9d;
    padding-bottom: 2px; }
  .pectin-calc-wrapper .primaryNav .megaMenuLinks ul li {
    font-size: 0.875em; }
    .pectin-calc-wrapper .primaryNav .megaMenuLinks ul li:before {
      color: #656461; }
  .pectin-calc-wrapper .primaryNav p {
    font-size: .875em;
    font-family: georgia, serif;
    color: #656461; }
  .pectin-calc-wrapper ol.search-results {
    padding-left: 0; }
    .pectin-calc-wrapper ol.search-results .search-result {
      margin-bottom: 1.5em; }
      .pectin-calc-wrapper ol.search-results .search-result .title {
        text-transform: none;
        font-family: "Georgia",serif;
        font-size: 16px; }
      .pectin-calc-wrapper ol.search-results .search-result .search-info {
        display: none; }
  .pectin-calc-wrapper .tm {
    top: -8px;
    left: 4px;
    font-size: 14px; }
  .pectin-calc-wrapper input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 4px;
    background-clip: padding-box;
    background: #ddd url("../images/button.png?1298351022") repeat-x;
    background-image: linear-gradient(#ffffff, #dddddd);
    border: 1px solid;
    border-color: #dddddd #bbbbbb #999999;
    cursor: pointer;
    color: #333333;
    display: inline-block;
    font: bold 12px/1.3 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
    outline: 0;
    overflow: visible;
    margin: 0;
    padding: 3px 10px;
    text-shadow: white 0 1px 1px;
    text-decoration: none;
    vertical-align: top;
    width: auto;
    *padding-top: 2px;
    *padding-bottom: 0; }
    .pectin-calc-wrapper input[type="submit"]:hover {
      background-image: linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
      text-decoration: none; }
    .pectin-calc-wrapper input[type="submit"]:active {
      background-image: linear-gradient(#dddddd, #eeeeee);
      box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
      border-color: #999999 #bbbbbb #dddddd; }
    .pectin-calc-wrapper input[type="submit"]::-moz-focus-inner {
      border: 0;
      padding: 0; }
  .pectin-calc-wrapper .pageHeading {
    font-family: 'chunk', serif;
    font-size: 1.5em;
    margin: 0 0 0.67em 0;
    text-transform: uppercase;
    color: #fff;
    background: #94b33f;
    padding: 17px 20px 15px;
    line-height: 1em;
    margin-top: 0; }
  .pectin-calc-wrapper .pageHeadingCallout {
    margin-bottom: 1.5em; }
    .pectin-calc-wrapper .pageHeadingCallout h1, .pectin-calc-wrapper .pageHeadingCallout .navHeader {
      font-family: "Georgia",serif;
      margin: 0;
      color: #fff;
      background: #94b33f;
      padding: 17px 20px 15px;
      line-height: 1em;
      font-size: 1.5em;
      font-weight: normal; }
      .pectin-calc-wrapper .pageHeadingCallout h1 strong, .pectin-calc-wrapper .pageHeadingCallout .navHeader strong {
        font-family: "chunk",serif;
        font-weight: normal; }
      .pectin-calc-wrapper .pageHeadingCallout h1 + p, .pectin-calc-wrapper .pageHeadingCallout .navHeader + p {
        border: 8px solid #f1efea;
        border-top: 0 none;
        margin: 0;
        padding: 12px;
        color: #a49d9d; }
        .pectin-calc-wrapper .pageHeadingCallout h1 + p a, .pectin-calc-wrapper .pageHeadingCallout .navHeader + p a {
          color: #899503;
          text-decoration: none; }
    .pectin-calc-wrapper .pageHeadingCallout a {
      color: #fff;
      text-decoration: underline; }
  .pectin-calc-wrapper .outerWrap {
    width: 100%;
    min-width: 320px;
    max-width: 1020px;
    margin: 0;
    left: 0;
    overflow: hidden;
    position: relative;
    transition: left 0.3s ease-in, overflow 0 linear 0.3s; }
    .pectin-calc-wrapper .outerWrap.menuOpen {
      left: -245px;
      overflow: visible;
      transition: left 0.3s ease-in, overflow 0 linear 0; }
    .pectin-calc-wrapper .outerWrap > header {
      position: relative;
      padding: 0 20px;
      background: #f6f5f3 url(images/bgHeader.png) repeat left top; }
      .pectin-calc-wrapper .outerWrap > header .logo {
        margin: 0 0 0 18px;
        position: relative;
        z-index: 1; }
        .pectin-calc-wrapper .outerWrap > header .logo a {
          display: block;
          background: url(images/sprite.png) no-repeat left -5px;
          background-size: 198px auto;
          width: 66px;
          height: 86px; }
  .pectin-calc-wrapper .no-backgroundsize .outerWrap > header .logo a {
    background: url(images/spriteNoBS.png) no-repeat left -5px; }
  .pectin-calc-wrapper .outerWrap > header .menuToggler {
    margin-top: 34px; }
  .pectin-calc-wrapper .outerWrap > header .search {
    position: relative;
    padding-bottom: 10px;
    clear: both; }
    .pectin-calc-wrapper .outerWrap > header .search button {
      position: absolute;
      right: 0;
      top: 0; }
    .pectin-calc-wrapper .outerWrap > header .search input {
      padding-right: 75px; }
  .pectin-calc-wrapper .outerWrap > .main {
    clear: both;
    padding: 20px 15px;
    background: #fff; }
  .pectin-calc-wrapper .outerWrap > footer {
    background: #c3c0b4;
    padding: 20px;
    border-left: 20px solid #fff;
    border-right: 20px solid #fff;
    position: relative; }
  .pectin-calc-wrapper button {
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    background: #899503;
    padding: 0 10px;
    color: #fff;
    transition: background-color, 0.5s; }
    .pectin-calc-wrapper button:hover, .pectin-calc-wrapper button:active {
      background-color: #a9b804; }
  .pectin-calc-wrapper .search button {
    line-height: 40px;
    height: 40px; }
  .pectin-calc-wrapper .form-item, .pectin-calc-wrapper .form-actions {
    margin: 0; }
  .pectin-calc-wrapper .button, .pectin-calc-wrapper .button-fancy-small, .pectin-calc-wrapper
  .button-fancy-medium, .pectin-calc-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper a.like-button, .pectin-calc-wrapper #edit-moderated-guest-upload-button, .pectin-calc-wrapper #user-login button {
    box-shadow: none;
    display: inline-block;
    padding: 10px 12px;
    line-height: 16px;
    background: #94b33f;
    color: #fff;
    font-family: 'ssp', sans-serif;
    font-style: italic;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border: 0 none;
    border-radius: 15px/25px;
    cursor: pointer;
    position: relative;
    transition: background-color, 0.5s; }
  .pectin-calc-wrapper .button.small, .pectin-calc-wrapper .small.button-fancy-small, .pectin-calc-wrapper
  .small.button-fancy-medium, .pectin-calc-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.small.like-button, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper a.small.like-button, .pectin-calc-wrapper #edit-moderated-guest-upload-button.small, .pectin-calc-wrapper #user-login button.small {
    padding: 7px 10px 5px; }
  .pectin-calc-wrapper .button:after, .pectin-calc-wrapper .button-fancy-small:after, .pectin-calc-wrapper
  .button-fancy-medium:after, .pectin-calc-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper a.like-button:after, .pectin-calc-wrapper #edit-moderated-guest-upload-button:after, .pectin-calc-wrapper #user-login button:after {
    right: -2px;
    left: auto;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #94b33f; }
  .pectin-calc-wrapper .button:hover, .pectin-calc-wrapper .button-fancy-small:hover, .pectin-calc-wrapper
  .button-fancy-medium:hover, .pectin-calc-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button:hover, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper a.like-button:hover, .pectin-calc-wrapper .button:active, .pectin-calc-wrapper .button-fancy-small:active, .pectin-calc-wrapper
  .button-fancy-medium:active, .pectin-calc-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button:active, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper a.like-button:active {
    background-color: #7e9936; }
  .pectin-calc-wrapper #edit-moderated-guest-upload-button:hover, .pectin-calc-wrapper #edit-moderated-guest-upload-button:active {
    background-color: #7e9936; }
  .pectin-calc-wrapper #user-login button:hover, .pectin-calc-wrapper #user-login button:active {
    background-color: #7e9936; }
  .pectin-calc-wrapper .button:hover:before, .pectin-calc-wrapper .button-fancy-small:hover:before, .pectin-calc-wrapper
  .button-fancy-medium:hover:before, .pectin-calc-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button:hover:before, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper a.like-button:hover:before, .pectin-calc-wrapper .button:active:before, .pectin-calc-wrapper .button-fancy-small:active:before, .pectin-calc-wrapper
  .button-fancy-medium:active:before, .pectin-calc-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button:active:before, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper a.like-button:active:before {
    border-color: transparent #7e9936 transparent transparent; }
  .pectin-calc-wrapper #edit-moderated-guest-upload-button:hover:before, .pectin-calc-wrapper #edit-moderated-guest-upload-button:active:before {
    border-color: transparent #7e9936 transparent transparent; }
  .pectin-calc-wrapper #user-login button:hover:before, .pectin-calc-wrapper #user-login button:active:before {
    border-color: transparent #7e9936 transparent transparent; }
  .pectin-calc-wrapper .button:hover:after, .pectin-calc-wrapper .button-fancy-small:hover:after, .pectin-calc-wrapper
  .button-fancy-medium:hover:after, .pectin-calc-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button:hover:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper a.like-button:hover:after, .pectin-calc-wrapper .button:active:after, .pectin-calc-wrapper .button-fancy-small:active:after, .pectin-calc-wrapper
  .button-fancy-medium:active:after, .pectin-calc-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button:active:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper a.like-button:active:after {
    border-color: transparent transparent transparent #7e9936; }
  .pectin-calc-wrapper #edit-moderated-guest-upload-button:hover:after, .pectin-calc-wrapper #edit-moderated-guest-upload-button:active:after {
    border-color: transparent transparent transparent #7e9936; }
  .pectin-calc-wrapper #user-login button:hover:after, .pectin-calc-wrapper #user-login button:active:after {
    border-color: transparent transparent transparent #7e9936; }
  .pectin-calc-wrapper .button.yellowOrange, .pectin-calc-wrapper .yellowOrange.button-fancy-small, .pectin-calc-wrapper
  .yellowOrange.button-fancy-medium, .pectin-calc-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.yellowOrange.like-button, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper a.yellowOrange.like-button, .pectin-calc-wrapper #edit-moderated-guest-upload-button.yellowOrange, .pectin-calc-wrapper #user-login button.yellowOrange {
    background: #c79e2d; }
  .pectin-calc-wrapper .button.yellowOrange:before, .pectin-calc-wrapper .yellowOrange.button-fancy-small:before, .pectin-calc-wrapper
  .yellowOrange.button-fancy-medium:before, .pectin-calc-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.yellowOrange.like-button:before, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper a.yellowOrange.like-button:before, .pectin-calc-wrapper .button.yellowOrange:after, .pectin-calc-wrapper .yellowOrange.button-fancy-small:after, .pectin-calc-wrapper
  .yellowOrange.button-fancy-medium:after, .pectin-calc-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.yellowOrange.like-button:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper a.yellowOrange.like-button:after {
    border-color: transparent #c79e2d transparent transparent; }
  .pectin-calc-wrapper #edit-moderated-guest-upload-button.yellowOrange:before, .pectin-calc-wrapper #edit-moderated-guest-upload-button.yellowOrange:after {
    border-color: transparent #c79e2d transparent transparent; }
  .pectin-calc-wrapper #user-login button.yellowOrange:before, .pectin-calc-wrapper #user-login button.yellowOrange:after {
    border-color: transparent #c79e2d transparent transparent; }
  .pectin-calc-wrapper .button.yellowOrange:after, .pectin-calc-wrapper .yellowOrange.button-fancy-small:after, .pectin-calc-wrapper
  .yellowOrange.button-fancy-medium:after, .pectin-calc-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.yellowOrange.like-button:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper a.yellowOrange.like-button:after, .pectin-calc-wrapper #edit-moderated-guest-upload-button.yellowOrange:after, .pectin-calc-wrapper #user-login button.yellowOrange:after {
    border-color: transparent transparent transparent #c79e2d; }
  .pectin-calc-wrapper .button.yellowOrange:hover, .pectin-calc-wrapper .yellowOrange.button-fancy-small:hover, .pectin-calc-wrapper
  .yellowOrange.button-fancy-medium:hover, .pectin-calc-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.yellowOrange.like-button:hover, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper a.yellowOrange.like-button:hover, .pectin-calc-wrapper .button.yellowOrange:active, .pectin-calc-wrapper .yellowOrange.button-fancy-small:active, .pectin-calc-wrapper
  .yellowOrange.button-fancy-medium:active, .pectin-calc-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.yellowOrange.like-button:active, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper a.yellowOrange.like-button:active {
    background-color: #aa8726; }
  .pectin-calc-wrapper #edit-moderated-guest-upload-button.yellowOrange:hover, .pectin-calc-wrapper #edit-moderated-guest-upload-button.yellowOrange:active {
    background-color: #aa8726; }
  .pectin-calc-wrapper #user-login button.yellowOrange:hover, .pectin-calc-wrapper #user-login button.yellowOrange:active {
    background-color: #aa8726; }
  .pectin-calc-wrapper .button.yellowOrange:hover:before, .pectin-calc-wrapper .yellowOrange.button-fancy-small:hover:before, .pectin-calc-wrapper
  .yellowOrange.button-fancy-medium:hover:before, .pectin-calc-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.yellowOrange.like-button:hover:before, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper a.yellowOrange.like-button:hover:before, .pectin-calc-wrapper .button.yellowOrange:active:before, .pectin-calc-wrapper .yellowOrange.button-fancy-small:active:before, .pectin-calc-wrapper
  .yellowOrange.button-fancy-medium:active:before, .pectin-calc-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.yellowOrange.like-button:active:before, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper a.yellowOrange.like-button:active:before {
    border-color: transparent #aa8726 transparent transparent; }
  .pectin-calc-wrapper #edit-moderated-guest-upload-button.yellowOrange:hover:before, .pectin-calc-wrapper #edit-moderated-guest-upload-button.yellowOrange:active:before {
    border-color: transparent #aa8726 transparent transparent; }
  .pectin-calc-wrapper #user-login button.yellowOrange:hover:before, .pectin-calc-wrapper #user-login button.yellowOrange:active:before {
    border-color: transparent #aa8726 transparent transparent; }
  .pectin-calc-wrapper .button.yellowOrange:hover:after, .pectin-calc-wrapper .yellowOrange.button-fancy-small:hover:after, .pectin-calc-wrapper
  .yellowOrange.button-fancy-medium:hover:after, .pectin-calc-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.yellowOrange.like-button:hover:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper a.yellowOrange.like-button:hover:after, .pectin-calc-wrapper .button.yellowOrange:active:after, .pectin-calc-wrapper .yellowOrange.button-fancy-small:active:after, .pectin-calc-wrapper
  .yellowOrange.button-fancy-medium:active:after, .pectin-calc-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.yellowOrange.like-button:active:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper a.yellowOrange.like-button:active:after {
    border-color: transparent transparent transparent #aa8726; }
  .pectin-calc-wrapper #edit-moderated-guest-upload-button.yellowOrange:hover:after, .pectin-calc-wrapper #edit-moderated-guest-upload-button.yellowOrange:active:after {
    border-color: transparent transparent transparent #aa8726; }
  .pectin-calc-wrapper #user-login button.yellowOrange:hover:after, .pectin-calc-wrapper #user-login button.yellowOrange:active:after {
    border-color: transparent transparent transparent #aa8726; }
  .pectin-calc-wrapper .button.orange, .pectin-calc-wrapper .orange.button-fancy-small, .pectin-calc-wrapper
  .orange.button-fancy-medium, .pectin-calc-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.orange.like-button, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper a.orange.like-button, .pectin-calc-wrapper #edit-moderated-guest-upload-button.orange, .pectin-calc-wrapper #user-login button.orange {
    background: #cc8846; }
  .pectin-calc-wrapper .button.orange:before, .pectin-calc-wrapper .orange.button-fancy-small:before, .pectin-calc-wrapper
  .orange.button-fancy-medium:before, .pectin-calc-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.orange.like-button:before, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper a.orange.like-button:before, .pectin-calc-wrapper .button.orange:after, .pectin-calc-wrapper .orange.button-fancy-small:after, .pectin-calc-wrapper
  .orange.button-fancy-medium:after, .pectin-calc-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.orange.like-button:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper a.orange.like-button:after {
    border-color: transparent #cc8846 transparent transparent; }
  .pectin-calc-wrapper #edit-moderated-guest-upload-button.orange:before, .pectin-calc-wrapper #edit-moderated-guest-upload-button.orange:after {
    border-color: transparent #cc8846 transparent transparent; }
  .pectin-calc-wrapper #user-login button.orange:before, .pectin-calc-wrapper #user-login button.orange:after {
    border-color: transparent #cc8846 transparent transparent; }
  .pectin-calc-wrapper .button.orange:after, .pectin-calc-wrapper .orange.button-fancy-small:after, .pectin-calc-wrapper
  .orange.button-fancy-medium:after, .pectin-calc-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.orange.like-button:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper a.orange.like-button:after, .pectin-calc-wrapper #edit-moderated-guest-upload-button.orange:after, .pectin-calc-wrapper #user-login button.orange:after {
    border-color: transparent transparent transparent #cc8846; }
  .pectin-calc-wrapper .button.orange:hover, .pectin-calc-wrapper .orange.button-fancy-small:hover, .pectin-calc-wrapper
  .orange.button-fancy-medium:hover, .pectin-calc-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.orange.like-button:hover, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper a.orange.like-button:hover, .pectin-calc-wrapper .button.orange:active, .pectin-calc-wrapper .orange.button-fancy-small:active, .pectin-calc-wrapper
  .orange.button-fancy-medium:active, .pectin-calc-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.orange.like-button:active, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper a.orange.like-button:active {
    background-color: #bb7633; }
  .pectin-calc-wrapper #edit-moderated-guest-upload-button.orange:hover, .pectin-calc-wrapper #edit-moderated-guest-upload-button.orange:active {
    background-color: #bb7633; }
  .pectin-calc-wrapper #user-login button.orange:hover, .pectin-calc-wrapper #user-login button.orange:active {
    background-color: #bb7633; }
  .pectin-calc-wrapper .button.orange:hover:before, .pectin-calc-wrapper .orange.button-fancy-small:hover:before, .pectin-calc-wrapper
  .orange.button-fancy-medium:hover:before, .pectin-calc-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.orange.like-button:hover:before, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper a.orange.like-button:hover:before, .pectin-calc-wrapper .button.orange:active:before, .pectin-calc-wrapper .orange.button-fancy-small:active:before, .pectin-calc-wrapper
  .orange.button-fancy-medium:active:before, .pectin-calc-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.orange.like-button:active:before, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper a.orange.like-button:active:before {
    border-color: transparent #bb7633 transparent transparent; }
  .pectin-calc-wrapper #edit-moderated-guest-upload-button.orange:hover:before, .pectin-calc-wrapper #edit-moderated-guest-upload-button.orange:active:before {
    border-color: transparent #bb7633 transparent transparent; }
  .pectin-calc-wrapper #user-login button.orange:hover:before, .pectin-calc-wrapper #user-login button.orange:active:before {
    border-color: transparent #bb7633 transparent transparent; }
  .pectin-calc-wrapper .button.orange:hover:after, .pectin-calc-wrapper .orange.button-fancy-small:hover:after, .pectin-calc-wrapper
  .orange.button-fancy-medium:hover:after, .pectin-calc-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.orange.like-button:hover:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper a.orange.like-button:hover:after, .pectin-calc-wrapper .button.orange:active:after, .pectin-calc-wrapper .orange.button-fancy-small:active:after, .pectin-calc-wrapper
  .orange.button-fancy-medium:active:after, .pectin-calc-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.orange.like-button:active:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper a.orange.like-button:active:after {
    border-color: transparent transparent transparent #bb7633; }
  .pectin-calc-wrapper #edit-moderated-guest-upload-button.orange:hover:after, .pectin-calc-wrapper #edit-moderated-guest-upload-button.orange:active:after {
    border-color: transparent transparent transparent #bb7633; }
  .pectin-calc-wrapper #user-login button.orange:hover:after, .pectin-calc-wrapper #user-login button.orange:active:after {
    border-color: transparent transparent transparent #bb7633; }
  .pectin-calc-wrapper .button.green, .pectin-calc-wrapper .green.button-fancy-small, .pectin-calc-wrapper
  .green.button-fancy-medium, .pectin-calc-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.green.like-button, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper a.green.like-button, .pectin-calc-wrapper #edit-moderated-guest-upload-button.green, .pectin-calc-wrapper #user-login button.green {
    background: #89922a;
    margin-bottom: 7px; }
  .pectin-calc-wrapper .button.green:before, .pectin-calc-wrapper .green.button-fancy-small:before, .pectin-calc-wrapper
  .green.button-fancy-medium:before, .pectin-calc-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.green.like-button:before, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper a.green.like-button:before, .pectin-calc-wrapper .button.green:after, .pectin-calc-wrapper .green.button-fancy-small:after, .pectin-calc-wrapper
  .green.button-fancy-medium:after, .pectin-calc-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.green.like-button:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper a.green.like-button:after {
    border-color: transparent #89922a transparent transparent; }
  .pectin-calc-wrapper #edit-moderated-guest-upload-button.green:before, .pectin-calc-wrapper #edit-moderated-guest-upload-button.green:after {
    border-color: transparent #89922a transparent transparent; }
  .pectin-calc-wrapper #user-login button.green:before, .pectin-calc-wrapper #user-login button.green:after {
    border-color: transparent #89922a transparent transparent; }
  .pectin-calc-wrapper .button.green:after, .pectin-calc-wrapper .green.button-fancy-small:after, .pectin-calc-wrapper
  .green.button-fancy-medium:after, .pectin-calc-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.green.like-button:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper a.green.like-button:after, .pectin-calc-wrapper #edit-moderated-guest-upload-button.green:after, .pectin-calc-wrapper #user-login button.green:after {
    border-color: transparent transparent transparent #89922a; }
  .pectin-calc-wrapper .button.green:hover, .pectin-calc-wrapper .green.button-fancy-small:hover, .pectin-calc-wrapper
  .green.button-fancy-medium:hover, .pectin-calc-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.green.like-button:hover, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper a.green.like-button:hover, .pectin-calc-wrapper .button.green:active, .pectin-calc-wrapper .green.button-fancy-small:active, .pectin-calc-wrapper
  .green.button-fancy-medium:active, .pectin-calc-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.green.like-button:active, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper a.green.like-button:active {
    background-color: #6f7622; }
  .pectin-calc-wrapper #edit-moderated-guest-upload-button.green:hover, .pectin-calc-wrapper #edit-moderated-guest-upload-button.green:active {
    background-color: #6f7622; }
  .pectin-calc-wrapper #user-login button.green:hover, .pectin-calc-wrapper #user-login button.green:active {
    background-color: #6f7622; }
  .pectin-calc-wrapper .button.green:hover:before, .pectin-calc-wrapper .green.button-fancy-small:hover:before, .pectin-calc-wrapper
  .green.button-fancy-medium:hover:before, .pectin-calc-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.green.like-button:hover:before, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper a.green.like-button:hover:before, .pectin-calc-wrapper .button.green:active:before, .pectin-calc-wrapper .green.button-fancy-small:active:before, .pectin-calc-wrapper
  .green.button-fancy-medium:active:before, .pectin-calc-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.green.like-button:active:before, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper a.green.like-button:active:before {
    border-color: transparent #6f7622 transparent transparent; }
  .pectin-calc-wrapper #edit-moderated-guest-upload-button.green:hover:before, .pectin-calc-wrapper #edit-moderated-guest-upload-button.green:active:before {
    border-color: transparent #6f7622 transparent transparent; }
  .pectin-calc-wrapper #user-login button.green:hover:before, .pectin-calc-wrapper #user-login button.green:active:before {
    border-color: transparent #6f7622 transparent transparent; }
  .pectin-calc-wrapper .button.green:hover:after, .pectin-calc-wrapper .green.button-fancy-small:hover:after, .pectin-calc-wrapper
  .green.button-fancy-medium:hover:after, .pectin-calc-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.green.like-button:hover:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper a.green.like-button:hover:after, .pectin-calc-wrapper .button.green:active:after, .pectin-calc-wrapper .green.button-fancy-small:active:after, .pectin-calc-wrapper
  .green.button-fancy-medium:active:after, .pectin-calc-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.green.like-button:active:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper a.green.like-button:active:after {
    border-color: transparent transparent transparent #6f7622; }
  .pectin-calc-wrapper #edit-moderated-guest-upload-button.green:hover:after, .pectin-calc-wrapper #edit-moderated-guest-upload-button.green:active:after {
    border-color: transparent transparent transparent #6f7622; }
  .pectin-calc-wrapper #user-login button.green:hover:after, .pectin-calc-wrapper #user-login button.green:active:after {
    border-color: transparent transparent transparent #6f7622; }
  .pectin-calc-wrapper .button.white, .pectin-calc-wrapper .white.button-fancy-small, .pectin-calc-wrapper
  .white.button-fancy-medium, .pectin-calc-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.white.like-button, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper a.white.like-button, .pectin-calc-wrapper .region-content .callout .button, .pectin-calc-wrapper .region-content .callout .button-fancy-small, .pectin-calc-wrapper .region-content .callout
  .button-fancy-medium, .pectin-calc-wrapper .region-content .callout #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper .region-content .callout a.like-button, .pectin-calc-wrapper #edit-moderated-guest-upload-button.white, .pectin-calc-wrapper .region-content .callout #edit-moderated-guest-upload-button.button, .pectin-calc-wrapper .region-content .callout #edit-moderated-guest-upload-button.button-fancy-small, .pectin-calc-wrapper .region-content .callout
  #edit-moderated-guest-upload-button.button-fancy-medium, .pectin-calc-wrapper .region-content .callout #home_page_hero .owl-wrapper .owl-item > div .heroContent a#edit-moderated-guest-upload-button.like-button, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper .region-content .callout a#edit-moderated-guest-upload-button.like-button {
    background: #fff;
    color: #94b33f; }
  .pectin-calc-wrapper #user-login button.white, .pectin-calc-wrapper #user-login .region-content .callout button.button, .pectin-calc-wrapper #user-login .region-content .callout button.button-fancy-small, .pectin-calc-wrapper #user-login .region-content .callout
  button.button-fancy-medium {
    background: #fff;
    color: #94b33f; }
  .pectin-calc-wrapper .region-content .callout #user-login button.button, .pectin-calc-wrapper .region-content .callout #user-login button.button-fancy-small, .pectin-calc-wrapper .region-content .callout #user-login
  button.button-fancy-medium {
    background: #fff;
    color: #94b33f; }
  .pectin-calc-wrapper .button.white:before, .pectin-calc-wrapper .white.button-fancy-small:before, .pectin-calc-wrapper
  .white.button-fancy-medium:before, .pectin-calc-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.white.like-button:before, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper a.white.like-button:before, .pectin-calc-wrapper .region-content .callout .button:before, .pectin-calc-wrapper .region-content .callout .button-fancy-small:before, .pectin-calc-wrapper .region-content .callout
  .button-fancy-medium:before, .pectin-calc-wrapper .region-content .callout #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button:before, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper .region-content .callout a.like-button:before, .pectin-calc-wrapper .button.white:after, .pectin-calc-wrapper .white.button-fancy-small:after, .pectin-calc-wrapper
  .white.button-fancy-medium:after, .pectin-calc-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.white.like-button:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper a.white.like-button:after, .pectin-calc-wrapper .region-content .callout .button:after, .pectin-calc-wrapper .region-content .callout .button-fancy-small:after, .pectin-calc-wrapper .region-content .callout
  .button-fancy-medium:after, .pectin-calc-wrapper .region-content .callout #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper .region-content .callout a.like-button:after, .pectin-calc-wrapper #edit-moderated-guest-upload-button.white:before, .pectin-calc-wrapper .region-content .callout #edit-moderated-guest-upload-button.button:before, .pectin-calc-wrapper .region-content .callout #edit-moderated-guest-upload-button.button-fancy-small:before, .pectin-calc-wrapper .region-content .callout
  #edit-moderated-guest-upload-button.button-fancy-medium:before, .pectin-calc-wrapper .region-content .callout #home_page_hero .owl-wrapper .owl-item > div .heroContent a#edit-moderated-guest-upload-button.like-button:before, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper .region-content .callout a#edit-moderated-guest-upload-button.like-button:before, .pectin-calc-wrapper #edit-moderated-guest-upload-button.white:after, .pectin-calc-wrapper .region-content .callout #edit-moderated-guest-upload-button.button:after, .pectin-calc-wrapper .region-content .callout #edit-moderated-guest-upload-button.button-fancy-small:after, .pectin-calc-wrapper .region-content .callout
  #edit-moderated-guest-upload-button.button-fancy-medium:after, .pectin-calc-wrapper .region-content .callout #home_page_hero .owl-wrapper .owl-item > div .heroContent a#edit-moderated-guest-upload-button.like-button:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper .region-content .callout a#edit-moderated-guest-upload-button.like-button:after {
    border-color: transparent #fff transparent transparent; }
  .pectin-calc-wrapper #user-login button.white:before, .pectin-calc-wrapper #user-login .region-content .callout button.button:before, .pectin-calc-wrapper #user-login .region-content .callout button.button-fancy-small:before, .pectin-calc-wrapper #user-login .region-content .callout
  button.button-fancy-medium:before {
    border-color: transparent #fff transparent transparent; }
  .pectin-calc-wrapper .region-content .callout #user-login button.button:before, .pectin-calc-wrapper .region-content .callout #user-login button.button-fancy-small:before, .pectin-calc-wrapper .region-content .callout #user-login
  button.button-fancy-medium:before {
    border-color: transparent #fff transparent transparent; }
  .pectin-calc-wrapper #user-login button.white:after, .pectin-calc-wrapper #user-login .region-content .callout button.button:after, .pectin-calc-wrapper #user-login .region-content .callout button.button-fancy-small:after, .pectin-calc-wrapper #user-login .region-content .callout
  button.button-fancy-medium:after {
    border-color: transparent #fff transparent transparent; }
  .pectin-calc-wrapper .region-content .callout #user-login button.button:after, .pectin-calc-wrapper .region-content .callout #user-login button.button-fancy-small:after, .pectin-calc-wrapper .region-content .callout #user-login
  button.button-fancy-medium:after {
    border-color: transparent #fff transparent transparent; }
  .pectin-calc-wrapper .button.white:after, .pectin-calc-wrapper .white.button-fancy-small:after, .pectin-calc-wrapper
  .white.button-fancy-medium:after, .pectin-calc-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.white.like-button:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper a.white.like-button:after, .pectin-calc-wrapper .region-content .callout .button:after, .pectin-calc-wrapper .region-content .callout .button-fancy-small:after, .pectin-calc-wrapper .region-content .callout
  .button-fancy-medium:after, .pectin-calc-wrapper .region-content .callout #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper .region-content .callout a.like-button:after, .pectin-calc-wrapper #edit-moderated-guest-upload-button.white:after, .pectin-calc-wrapper .region-content .callout #edit-moderated-guest-upload-button.button:after, .pectin-calc-wrapper .region-content .callout #edit-moderated-guest-upload-button.button-fancy-small:after, .pectin-calc-wrapper .region-content .callout
  #edit-moderated-guest-upload-button.button-fancy-medium:after, .pectin-calc-wrapper .region-content .callout #home_page_hero .owl-wrapper .owl-item > div .heroContent a#edit-moderated-guest-upload-button.like-button:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper .region-content .callout a#edit-moderated-guest-upload-button.like-button:after {
    border-color: transparent transparent transparent #fff; }
  .pectin-calc-wrapper #user-login button.white:after, .pectin-calc-wrapper #user-login .region-content .callout button.button:after, .pectin-calc-wrapper #user-login .region-content .callout button.button-fancy-small:after, .pectin-calc-wrapper #user-login .region-content .callout
  button.button-fancy-medium:after {
    border-color: transparent transparent transparent #fff; }
  .pectin-calc-wrapper .region-content .callout #user-login button.button:after, .pectin-calc-wrapper .region-content .callout #user-login button.button-fancy-small:after, .pectin-calc-wrapper .region-content .callout #user-login
  button.button-fancy-medium:after {
    border-color: transparent transparent transparent #fff; }
  .pectin-calc-wrapper .button.white:hover, .pectin-calc-wrapper .white.button-fancy-small:hover, .pectin-calc-wrapper
  .white.button-fancy-medium:hover, .pectin-calc-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.white.like-button:hover, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper a.white.like-button:hover, .pectin-calc-wrapper .region-content .callout .button:hover, .pectin-calc-wrapper .region-content .callout .button-fancy-small:hover, .pectin-calc-wrapper .region-content .callout
  .button-fancy-medium:hover, .pectin-calc-wrapper .region-content .callout #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button:hover, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper .region-content .callout a.like-button:hover, .pectin-calc-wrapper .button.white:active, .pectin-calc-wrapper .white.button-fancy-small:active, .pectin-calc-wrapper
  .white.button-fancy-medium:active, .pectin-calc-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.white.like-button:active, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper a.white.like-button:active, .pectin-calc-wrapper .region-content .callout .button:active, .pectin-calc-wrapper .region-content .callout .button-fancy-small:active, .pectin-calc-wrapper .region-content .callout
  .button-fancy-medium:active, .pectin-calc-wrapper .region-content .callout #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button:active, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper .region-content .callout a.like-button:active, .pectin-calc-wrapper #edit-moderated-guest-upload-button.white:hover, .pectin-calc-wrapper .region-content .callout #edit-moderated-guest-upload-button.button:hover, .pectin-calc-wrapper .region-content .callout #edit-moderated-guest-upload-button.button-fancy-small:hover, .pectin-calc-wrapper .region-content .callout
  #edit-moderated-guest-upload-button.button-fancy-medium:hover, .pectin-calc-wrapper .region-content .callout #home_page_hero .owl-wrapper .owl-item > div .heroContent a#edit-moderated-guest-upload-button.like-button:hover, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper .region-content .callout a#edit-moderated-guest-upload-button.like-button:hover, .pectin-calc-wrapper #edit-moderated-guest-upload-button.white:active, .pectin-calc-wrapper .region-content .callout #edit-moderated-guest-upload-button.button:active, .pectin-calc-wrapper .region-content .callout #edit-moderated-guest-upload-button.button-fancy-small:active, .pectin-calc-wrapper .region-content .callout
  #edit-moderated-guest-upload-button.button-fancy-medium:active, .pectin-calc-wrapper .region-content .callout #home_page_hero .owl-wrapper .owl-item > div .heroContent a#edit-moderated-guest-upload-button.like-button:active, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper .region-content .callout a#edit-moderated-guest-upload-button.like-button:active {
    background-color: #ededed; }
  .pectin-calc-wrapper #user-login button.white:hover, .pectin-calc-wrapper #user-login .region-content .callout button.button:hover, .pectin-calc-wrapper #user-login .region-content .callout button.button-fancy-small:hover, .pectin-calc-wrapper #user-login .region-content .callout
  button.button-fancy-medium:hover {
    background-color: #ededed; }
  .pectin-calc-wrapper .region-content .callout #user-login button.button:hover, .pectin-calc-wrapper .region-content .callout #user-login button.button-fancy-small:hover, .pectin-calc-wrapper .region-content .callout #user-login
  button.button-fancy-medium:hover {
    background-color: #ededed; }
  .pectin-calc-wrapper #user-login button.white:active, .pectin-calc-wrapper #user-login .region-content .callout button.button:active, .pectin-calc-wrapper #user-login .region-content .callout button.button-fancy-small:active, .pectin-calc-wrapper #user-login .region-content .callout
  button.button-fancy-medium:active {
    background-color: #ededed; }
  .pectin-calc-wrapper .region-content .callout #user-login button.button:active, .pectin-calc-wrapper .region-content .callout #user-login button.button-fancy-small:active, .pectin-calc-wrapper .region-content .callout #user-login
  button.button-fancy-medium:active {
    background-color: #ededed; }
  .pectin-calc-wrapper .button.white:hover:before, .pectin-calc-wrapper .white.button-fancy-small:hover:before, .pectin-calc-wrapper
  .white.button-fancy-medium:hover:before, .pectin-calc-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.white.like-button:hover:before, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper a.white.like-button:hover:before, .pectin-calc-wrapper .region-content .callout .button:hover:before, .pectin-calc-wrapper .region-content .callout .button-fancy-small:hover:before, .pectin-calc-wrapper .region-content .callout
  .button-fancy-medium:hover:before, .pectin-calc-wrapper .region-content .callout #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button:hover:before, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper .region-content .callout a.like-button:hover:before, .pectin-calc-wrapper .button.white:active:before, .pectin-calc-wrapper .white.button-fancy-small:active:before, .pectin-calc-wrapper
  .white.button-fancy-medium:active:before, .pectin-calc-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.white.like-button:active:before, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper a.white.like-button:active:before, .pectin-calc-wrapper .region-content .callout .button:active:before, .pectin-calc-wrapper .region-content .callout .button-fancy-small:active:before, .pectin-calc-wrapper .region-content .callout
  .button-fancy-medium:active:before, .pectin-calc-wrapper .region-content .callout #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button:active:before, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper .region-content .callout a.like-button:active:before, .pectin-calc-wrapper #edit-moderated-guest-upload-button.white:hover:before, .pectin-calc-wrapper .region-content .callout #edit-moderated-guest-upload-button.button:hover:before, .pectin-calc-wrapper .region-content .callout #edit-moderated-guest-upload-button.button-fancy-small:hover:before, .pectin-calc-wrapper .region-content .callout
  #edit-moderated-guest-upload-button.button-fancy-medium:hover:before, .pectin-calc-wrapper .region-content .callout #home_page_hero .owl-wrapper .owl-item > div .heroContent a#edit-moderated-guest-upload-button.like-button:hover:before, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper .region-content .callout a#edit-moderated-guest-upload-button.like-button:hover:before, .pectin-calc-wrapper #edit-moderated-guest-upload-button.white:active:before, .pectin-calc-wrapper .region-content .callout #edit-moderated-guest-upload-button.button:active:before, .pectin-calc-wrapper .region-content .callout #edit-moderated-guest-upload-button.button-fancy-small:active:before, .pectin-calc-wrapper .region-content .callout
  #edit-moderated-guest-upload-button.button-fancy-medium:active:before, .pectin-calc-wrapper .region-content .callout #home_page_hero .owl-wrapper .owl-item > div .heroContent a#edit-moderated-guest-upload-button.like-button:active:before, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper .region-content .callout a#edit-moderated-guest-upload-button.like-button:active:before {
    border-color: transparent #ededed transparent transparent; }
  .pectin-calc-wrapper #user-login button.white:hover:before, .pectin-calc-wrapper #user-login .region-content .callout button.button:hover:before, .pectin-calc-wrapper #user-login .region-content .callout button.button-fancy-small:hover:before, .pectin-calc-wrapper #user-login .region-content .callout
  button.button-fancy-medium:hover:before {
    border-color: transparent #ededed transparent transparent; }
  .pectin-calc-wrapper .region-content .callout #user-login button.button:hover:before, .pectin-calc-wrapper .region-content .callout #user-login button.button-fancy-small:hover:before, .pectin-calc-wrapper .region-content .callout #user-login
  button.button-fancy-medium:hover:before {
    border-color: transparent #ededed transparent transparent; }
  .pectin-calc-wrapper #user-login button.white:active:before, .pectin-calc-wrapper #user-login .region-content .callout button.button:active:before, .pectin-calc-wrapper #user-login .region-content .callout button.button-fancy-small:active:before, .pectin-calc-wrapper #user-login .region-content .callout
  button.button-fancy-medium:active:before {
    border-color: transparent #ededed transparent transparent; }
  .pectin-calc-wrapper .region-content .callout #user-login button.button:active:before, .pectin-calc-wrapper .region-content .callout #user-login button.button-fancy-small:active:before, .pectin-calc-wrapper .region-content .callout #user-login
  button.button-fancy-medium:active:before {
    border-color: transparent #ededed transparent transparent; }
  .pectin-calc-wrapper .button.white:hover:after, .pectin-calc-wrapper .white.button-fancy-small:hover:after, .pectin-calc-wrapper
  .white.button-fancy-medium:hover:after, .pectin-calc-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.white.like-button:hover:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper a.white.like-button:hover:after, .pectin-calc-wrapper .region-content .callout .button:hover:after, .pectin-calc-wrapper .region-content .callout .button-fancy-small:hover:after, .pectin-calc-wrapper .region-content .callout
  .button-fancy-medium:hover:after, .pectin-calc-wrapper .region-content .callout #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button:hover:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper .region-content .callout a.like-button:hover:after, .pectin-calc-wrapper .button.white:active:after, .pectin-calc-wrapper .white.button-fancy-small:active:after, .pectin-calc-wrapper
  .white.button-fancy-medium:active:after, .pectin-calc-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.white.like-button:active:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper a.white.like-button:active:after, .pectin-calc-wrapper .region-content .callout .button:active:after, .pectin-calc-wrapper .region-content .callout .button-fancy-small:active:after, .pectin-calc-wrapper .region-content .callout
  .button-fancy-medium:active:after, .pectin-calc-wrapper .region-content .callout #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button:active:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper .region-content .callout a.like-button:active:after, .pectin-calc-wrapper #edit-moderated-guest-upload-button.white:hover:after, .pectin-calc-wrapper .region-content .callout #edit-moderated-guest-upload-button.button:hover:after, .pectin-calc-wrapper .region-content .callout #edit-moderated-guest-upload-button.button-fancy-small:hover:after, .pectin-calc-wrapper .region-content .callout
  #edit-moderated-guest-upload-button.button-fancy-medium:hover:after, .pectin-calc-wrapper .region-content .callout #home_page_hero .owl-wrapper .owl-item > div .heroContent a#edit-moderated-guest-upload-button.like-button:hover:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper .region-content .callout a#edit-moderated-guest-upload-button.like-button:hover:after, .pectin-calc-wrapper #edit-moderated-guest-upload-button.white:active:after, .pectin-calc-wrapper .region-content .callout #edit-moderated-guest-upload-button.button:active:after, .pectin-calc-wrapper .region-content .callout #edit-moderated-guest-upload-button.button-fancy-small:active:after, .pectin-calc-wrapper .region-content .callout
  #edit-moderated-guest-upload-button.button-fancy-medium:active:after, .pectin-calc-wrapper .region-content .callout #home_page_hero .owl-wrapper .owl-item > div .heroContent a#edit-moderated-guest-upload-button.like-button:active:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper .region-content .callout a#edit-moderated-guest-upload-button.like-button:active:after {
    border-color: transparent transparent transparent #ededed; }
  .pectin-calc-wrapper #user-login button.white:hover:after, .pectin-calc-wrapper #user-login .region-content .callout button.button:hover:after, .pectin-calc-wrapper #user-login .region-content .callout button.button-fancy-small:hover:after, .pectin-calc-wrapper #user-login .region-content .callout
  button.button-fancy-medium:hover:after {
    border-color: transparent transparent transparent #ededed; }
  .pectin-calc-wrapper .region-content .callout #user-login button.button:hover:after, .pectin-calc-wrapper .region-content .callout #user-login button.button-fancy-small:hover:after, .pectin-calc-wrapper .region-content .callout #user-login
  button.button-fancy-medium:hover:after {
    border-color: transparent transparent transparent #ededed; }
  .pectin-calc-wrapper #user-login button.white:active:after, .pectin-calc-wrapper #user-login .region-content .callout button.button:active:after, .pectin-calc-wrapper #user-login .region-content .callout button.button-fancy-small:active:after, .pectin-calc-wrapper #user-login .region-content .callout
  button.button-fancy-medium:active:after {
    border-color: transparent transparent transparent #ededed; }
  .pectin-calc-wrapper .region-content .callout #user-login button.button:active:after, .pectin-calc-wrapper .region-content .callout #user-login button.button-fancy-small:active:after, .pectin-calc-wrapper .region-content .callout #user-login
  button.button-fancy-medium:active:after {
    border-color: transparent transparent transparent #ededed; }
  .pectin-calc-wrapper .menuToggler {
    transition: background-color,0.5s;
    background: #899503;
    width: 45px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-radius: 5px;
    height: 31px;
    display: block;
    position: relative;
    cursor: pointer; }
    .pectin-calc-wrapper .menuToggler:before {
      content: '';
      width: 25px;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
      position: absolute;
      left: 10px;
      top: 8px;
      height: 8px; }
    .pectin-calc-wrapper .menuToggler:after {
      content: '';
      width: 25px;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
      position: absolute;
      left: 10px;
      top: 8px;
      height: 8px;
      border-top: 0 none;
      bottom: 8px;
      top: auto; }
    .pectin-calc-wrapper .menuToggler:hover, .pectin-calc-wrapper .menuToggler:active {
      background-color: #a9b804; }
  .pectin-calc-wrapper input[type=text], .pectin-calc-wrapper input[type=email], .pectin-calc-wrapper input[type=search], .pectin-calc-wrapper input[type=number], .pectin-calc-wrapper input[type=password] {
    border: 0 none;
    height: 40px;
    padding: 10px;
    line-height: 20px;
    margin: 0;
    width: 100%;
    box-sizing: border-box; }
  .pectin-calc-wrapper textarea {
    border: 0 none;
    height: 40px;
    padding: 10px;
    line-height: 20px;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    height: auto; }
  .pectin-calc-wrapper .forScreenReader {
    font: 0/0 a;
    text-shadow: none;
    color: transparent; }
  .pectin-calc-wrapper .icon:before {
    font-family: 'icomoon';
    text-decoration: none;
    speak: none; }
  .pectin-calc-wrapper .iconOnly {
    display: inline-block; }
    .pectin-calc-wrapper .iconOnly:before {
      text-indent: 0; }
  .pectin-calc-wrapper .widget {
    box-sizing: border-box;
    background: #94b33f;
    height: 280px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    position: relative;
    padding: 20px;
    overflow: hidden;
    text-align: center;
    text-decoration: none; }
    .pectin-calc-wrapper .widget.small .button, .pectin-calc-wrapper .widget.small .button-fancy-small, .pectin-calc-wrapper .widget.small
    .button-fancy-medium, .pectin-calc-wrapper .widget.small #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper .widget.small a.like-button {
      bottom: 20px;
      display: inline-block;
      margin-top: 235px;
      width: 100%;
      max-width: 128px;
      font-size: 14px; }
    .pectin-calc-wrapper .widget > img {
      position: absolute;
      left: 50%;
      top: 0; }
    .pectin-calc-wrapper .widget.textButton h2, .pectin-calc-wrapper .widget.textButton h3 {
      margin: 0;
      line-height: 1em; }
    .pectin-calc-wrapper .widget.textButton h2 {
      font-weight: normal;
      padding-bottom: 5px;
      color: #b2ccd0; }
    .pectin-calc-wrapper .widget.small > img {
      margin-left: -137px;
      width: 274px; }
    .pectin-calc-wrapper .widget.small.textButton .widgetContent {
      position: absolute;
      bottom: 0;
      left: 0;
      float: none;
      width: 90%;
      height: auto;
      margin: 10px 5%;
      padding: 10px 8px; }
      .pectin-calc-wrapper .widget.small.textButton .widgetContent .button, .pectin-calc-wrapper .widget.small.textButton .widgetContent .button-fancy-small, .pectin-calc-wrapper .widget.small.textButton .widgetContent
      .button-fancy-medium, .pectin-calc-wrapper .widget.small.textButton .widgetContent #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper .widget.small.textButton .widgetContent a.like-button {
        margin-top: 0;
        bottom: auto;
        max-width: 106px; }
    .pectin-calc-wrapper .widget.medium {
      padding: 20px; }
      .pectin-calc-wrapper .widget.medium.textButton {
        max-height: 280px;
        height: auto; }
      .pectin-calc-wrapper .widget.medium > img {
        margin-left: -356px;
        width: 712px; }
      .pectin-calc-wrapper .widget.medium .widgetContent {
        display: table;
        position: relative;
        padding: 20px; }
        .pectin-calc-wrapper .widget.medium .widgetContent .wcInner {
          display: table-cell;
          vertical-align: middle; }
        .pectin-calc-wrapper .widget.medium .widgetContent h2 {
          font-size: 1.75em;
          padding-bottom: 0.5em; }
        .pectin-calc-wrapper .widget.medium .widgetContent h3 {
          font-size: 1.5em;
          text-transform: uppercase; }
        .pectin-calc-wrapper .widget.medium .widgetContent .button, .pectin-calc-wrapper .widget.medium .widgetContent .button-fancy-small, .pectin-calc-wrapper .widget.medium .widgetContent
        .button-fancy-medium, .pectin-calc-wrapper .widget.medium .widgetContent #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper .widget.medium .widgetContent a.like-button {
          margin-top: 0;
          bottom: auto;
          max-width: 200px; }
    .pectin-calc-wrapper .widget.large {
      padding: 20px; }
      .pectin-calc-wrapper .widget.large.textButton {
        max-height: 280px;
        height: auto; }
      .pectin-calc-wrapper .widget.large > img {
        margin-left: -356px;
        width: 712px; }
      .pectin-calc-wrapper .widget.large .widgetContent {
        display: table;
        position: relative;
        padding: 20px; }
        .pectin-calc-wrapper .widget.large .widgetContent .wcInner {
          display: table-cell;
          vertical-align: middle; }
        .pectin-calc-wrapper .widget.large .widgetContent h2 {
          font-size: 1.75em;
          padding-bottom: 10px; }
        .pectin-calc-wrapper .widget.large .widgetContent h3 {
          font-size: 1.5em;
          text-transform: uppercase; }
        .pectin-calc-wrapper .widget.large .widgetContent .button, .pectin-calc-wrapper .widget.large .widgetContent .button-fancy-small, .pectin-calc-wrapper .widget.large .widgetContent
        .button-fancy-medium, .pectin-calc-wrapper .widget.large .widgetContent #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper .widget.large .widgetContent a.like-button {
          margin-top: 0;
          bottom: auto;
          max-width: 200px; }
    .pectin-calc-wrapper .widget.full.textButton {
      max-height: 280px;
      height: auto; }
    .pectin-calc-wrapper .widget.full > img {
      margin-left: -470px;
      width: 940px; }
    .pectin-calc-wrapper .widget.full .widgetContent {
      display: table;
      position: relative;
      width: 100%;
      max-width: 432px; }
      .pectin-calc-wrapper .widget.full .widgetContent .wcInner {
        display: table-cell;
        vertical-align: middle; }
      .pectin-calc-wrapper .widget.full .widgetContent h2 {
        font-size: 1.75em;
        padding-bottom: 5px; }
      .pectin-calc-wrapper .widget.full .widgetContent h3 {
        font-size: 1.5em;
        text-transform: uppercase; }
      .pectin-calc-wrapper .widget.full .widgetContent p {
        margin-top: 0; }
    .pectin-calc-wrapper .widget.textIcon {
      background-color: #7db2b5;
      color: #fff;
      text-decoration: none;
      transition: background-color, 0.5s; }
      .pectin-calc-wrapper .widget.textIcon p {
        text-align: left;
        font-size: 14px;
        line-height: 18px;
        margin: 0;
        word-wrap: break-word;
        overflow-wrap: break-word; }
      .pectin-calc-wrapper .widget.textIcon:hover {
        background-color: #5d9fa3; }
    .pectin-calc-wrapper .widget .widgetIcon {
      position: absolute;
      right: 0;
      bottom: 0;
      font-size: 32px;
      color: #fff;
      vertical-align: top; }
      .pectin-calc-wrapper .widget .widgetIcon span:first-child {
        position: absolute;
        right: 5px;
        bottom: 5px;
        display: block; }
    .pectin-calc-wrapper .widget.video .ie8Play {
      display: none; }
  .pectin-calc-wrapper .lt-ie9 .widget.video .ie8Play {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url(images/gray.png) repeat left top; }
  .pectin-calc-wrapper .widget.video .ie8Play:before, .pectin-calc-wrapper .widget.video:before {
    content: "\e606";
    position: absolute;
    display: block;
    text-align: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 50, 54, 0.5);
    z-index: 1;
    color: #fff;
    font-size: 80px;
    padding-top: 110px;
    transition: background-color, 0.5s; }
  .pectin-calc-wrapper .no-rgba .widget.video .ie8Play:before, .pectin-calc-wrapper .no-rgba .widget.video:before {
    background: url(images/gray.png) repeat left top; }
  .pectin-calc-wrapper .lt-ie9 .widget.video .ie8Play:before, .pectin-calc-wrapper .lt-ie9 .widget.video:before {
    background: none; }
  .pectin-calc-wrapper .widget.video:hover:before, .pectin-calc-wrapper .widget.video:active:before {
    background: rgba(52, 50, 54, 0.3); }
  .pectin-calc-wrapper .no-rgba .widget.video:hover:before, .pectin-calc-wrapper .no-rgba .widget.video:active:before {
    background: url(images/gray.png) repeat left top; }
  .pectin-calc-wrapper .widget .medSocContent {
    color: #fff;
    background: #7db2b5;
    padding: 12px;
    width: 100%;
    padding-right: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    text-align: left;
    font-size: 14px;
    line-height: 18px; }
  .pectin-calc-wrapper .widget .videoCaption {
    background: rgba(148, 179, 63, 0.8);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    text-align: left;
    z-index: 2;
    table-layout: auto; }
  .pectin-calc-wrapper .no-rgba .widget .videoCaption {
    background-color: #94b33f; }
  .pectin-calc-wrapper .widget .videoCaption div {
    padding: 12px;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    height: 66px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'ssp', sans-serif;
    font-weight: 700;
    font-size: 1.5em;
    line-height: 0.9em; }
  .pectin-calc-wrapper .widgetContent {
    box-sizing: border-box;
    text-align: center;
    border-radius: 8px;
    background: rgba(52, 50, 54, 0.85);
    margin: 0 auto;
    max-width: 380px;
    width: 100%;
    height: 100%;
    padding: 20px;
    color: #fff; }
  .pectin-calc-wrapper .no-rgba .widgetContent {
    background: url(images/gray.png) repeat left top; }
  .pectin-calc-wrapper .widgetContent h2, .pectin-calc-wrapper .widgetContent h3 {
    letter-spacing: normal; }
  .pectin-calc-wrapper .widgetContent h2 {
    text-transform: none; }
  .pectin-calc-wrapper .widgetContent h3 {
    font-weight: bold; }
    .pectin-calc-wrapper .widgetContent h3 sup {
      font-size: .5em;
      top: -0.8em; }
  .pectin-calc-wrapper .mobileHighlightNav {
    clear: both;
    background: #fff;
    margin-bottom: 10px; }
    .pectin-calc-wrapper .mobileHighlightNav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
    .pectin-calc-wrapper .mobileHighlightNav li {
      display: inline-block;
      text-align: center; }
      .pectin-calc-wrapper .mobileHighlightNav li a {
        padding: 5px;
        color: #899503;
        display: block;
        text-decoration: none; }
  .pectin-calc-wrapper .socialNav {
    clear: right;
    position: absolute;
    right: 340px;
    top: 22px; }
    .pectin-calc-wrapper .socialNav li {
      display: inline-block;
      text-align: center; }
    .pectin-calc-wrapper .socialNav a {
      color: #899503;
      line-height: 32px;
      vertical-align: middle;
      transition: color, 0.5s; }
      .pectin-calc-wrapper .socialNav a.icon {
        color: #bcb9ad;
        font-size: 32px; }
      .pectin-calc-wrapper .socialNav a:hover, .pectin-calc-wrapper .socialNav a:active {
        color: #a5a191; }
  .pectin-calc-wrapper .countrySelect {
    background-color: white;
    border-radius: 4px;
    position: absolute;
    top: 34px;
    right: 76px;
    width: 48px;
    height: 31px; }
    .pectin-calc-wrapper .countrySelect .current {
      top: 6px;
      left: 5px;
      position: relative;
      cursor: pointer; }
      .pectin-calc-wrapper .countrySelect .current.icon-arrow-right:before {
        position: absolute;
        right: 6px;
        top: 2px;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        color: #c3c0b4; }
    .pectin-calc-wrapper .countrySelect ul {
      display: none;
      position: absolute;
      right: 0;
      padding: 10px;
      background: #efede3;
      top: 31px;
      z-index: 10; }
    .pectin-calc-wrapper .countrySelect li {
      white-space: nowrap;
      text-transform: uppercase;
      padding: 5px; }
      .pectin-calc-wrapper .countrySelect li:hover {
        background-color: #c3c0b4; }
      .pectin-calc-wrapper .countrySelect li:first-child:hover {
        background-color: #efede3; }
      .pectin-calc-wrapper .countrySelect li a {
        color: black;
        text-indent: 33px;
        display: inline-block; }
    .pectin-calc-wrapper .countrySelect:hover {
      height: 60px; }
      .pectin-calc-wrapper .countrySelect:hover ul {
        display: block; }
  .pectin-calc-wrapper .flag {
    background: url(images/flags.png) 0px 0px no-repeat;
    height: 21px;
    background-size: 26px; }
    .pectin-calc-wrapper .flag.au {
      background-position: 0 -22px; }
    .pectin-calc-wrapper .flag.sa {
      background-position: 0 -44px; }
    .pectin-calc-wrapper .flag.uk {
      background-position: 0 -66px; }
  .pectin-calc-wrapper a.shopNowButton {
    height: 26px;
    line-height: 26px;
    border-radius: 5px;
    background: #899503;
    color: #fff;
    display: none;
    text-decoration: none;
    font-family: 'ssp', sans-serif;
    padding: 0px 8px; }
  .pectin-calc-wrapper a.shopNowButton850 {
    height: 26px;
    line-height: 26px;
    border-radius: 5px;
    background: #899503;
    color: #fff;
    display: none;
    text-decoration: none;
    font-family: 'ssp', sans-serif;
    padding: 0px 8px;
    margin-right: 10px; }
  .pectin-calc-wrapper a.shopNowButton {
    left: 210px;
    top: 24px;
    position: absolute; }
  .pectin-calc-wrapper footer small {
    font-family: 'ssp', sans-serif;
    color: #67655f; }
  .pectin-calc-wrapper footer .socialNav {
    float: right;
    position: relative;
    right: auto;
    top: auto; }
    .pectin-calc-wrapper footer .socialNav a.icon {
      color: #fff; }
    .pectin-calc-wrapper footer .socialNav a:hover, .pectin-calc-wrapper footer .socialNav a:active {
      color: #e6e6e6; }
  .pectin-calc-wrapper .logo {
    font-size: 40px;
    color: #fff;
    text-decoration: none; }
    .pectin-calc-wrapper .logo.tiny {
      font-size: 20px;
      color: #67655f;
      line-height: 0; }
    .pectin-calc-wrapper .logo.kerr {
      font-size: 15px; }
  .pectin-calc-wrapper .select-class {
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 15;
    color: #414042;
    text-transform: none;
    margin-bottom: 20px;
    list-style-position: 11px;
    font-weight: bold;
    letter-spacing: 1px; }
  .pectin-calc-wrapper #overlay {
    display: none;
    opacity: .01;
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 100;
    left: 0;
    top: 0; }
  .pectin-calc-wrapper .no-opacity #overlay {
    background: url(images/gray.png) repeat left top;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=01)"; }
  .pectin-calc-wrapper .modalWrap {
    display: none;
    top: 5%;
    padding: 8px;
    left: 5%;
    background: #a4a196;
    width: 90%;
    position: absolute;
    z-index: 120; }
    .pectin-calc-wrapper .modalWrap .close {
      display: block;
      padding: 12px; }
  .pectin-calc-wrapper .modalContent {
    position: relative;
    background: url("images/ajax-loader.gif") no-repeat 50% 50%; }
    .pectin-calc-wrapper .modalContent iframe {
      width: 100% !important;
      height: 100% !important;
      position: absolute;
      left: 0;
      top: 0; }
    .pectin-calc-wrapper .modalContent.videoModal {
      padding-top: 56.25%; }
    .pectin-calc-wrapper .modalContent.htmlModalContent {
      background: #fff;
      padding: 20px 30px; }
    .pectin-calc-wrapper .modalContent img {
      display: block;
      width: 100%;
      max-width: 584px;
      height: auto; }
  .pectin-calc-wrapper .youtubeEmbed {
    position: relative;
    padding-top: 56.25%; }
    .pectin-calc-wrapper .youtubeEmbed iframe {
      width: 100% !important;
      height: 100% !important;
      position: absolute;
      left: 0;
      top: 0; }
  .pectin-calc-wrapper .close {
    cursor: pointer;
    width: 44px;
    height: 44px;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    border: 6px solid #bcb9ad;
    font-family: 'ssp', sans-serif;
    display: block;
    position: absolute;
    right: -22px;
    top: -22px;
    z-index: 3;
    background: #fff; }
    .pectin-calc-wrapper .close:before {
      content: 'x';
      font-size: 26px;
      height: 32px;
      line-height: 32px;
      position: absolute;
      left: 0;
      top: 0;
      width: 32px;
      font-weight: bold;
      color: #94b33f;
      text-align: center; }
  .pectin-calc-wrapper .primaryContent {
    margin-top: 30px;
    position: relative; }
    .pectin-calc-wrapper .primaryContent > :first-child {
      margin-top: 0; }
  .pectin-calc-wrapper .secondaryContent {
    background-color: #f6f5f0;
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
    padding: 20px; }
    .pectin-calc-wrapper .secondaryContent > :first-child {
      margin-top: 0; }
  .pectin-calc-wrapper .headerImage {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 142px;
    text-align: center; }
    .pectin-calc-wrapper .headerImage img {
      position: absolute;
      height: 158px;
      width: auto; }
  .pectin-calc-wrapper .span11 .headerImage img {
    left: -356px;
    margin-left: 50%; }
  .pectin-calc-wrapper .span5 .headerImage img {
    left: -140px;
    margin-left: 50%; }
  .pectin-calc-wrapper .productListing li {
    padding: 1em;
    position: relative;
    list-style: none;
    text-align: center; }
    .pectin-calc-wrapper .productListing li:before {
      display: none !important; }
    .pectin-calc-wrapper .productListing li img {
      width: 100%;
      max-width: 273px;
      max-height: 273px;
      height: auto; }
    .pectin-calc-wrapper .productListing li span {
      font-size: 1.25em;
      display: block;
      padding-top: 10px; }
  .pectin-calc-wrapper .headerImage.largeImage {
    height: auto; }
  .pectin-calc-wrapper ul.productsGroup, .pectin-calc-wrapper ul.productList {
    padding-left: 0; }
  .pectin-calc-wrapper ul.productsGroup > li:before, .pectin-calc-wrapper ul.productList > li:before {
    display: none; }
  .pectin-calc-wrapper .product {
    position: relative;
    min-height: 180px;
    padding: 20px 10px 10px 20px; }
    .pectin-calc-wrapper .product .productDescription {
      font-size: 0.875em; }
    .pectin-calc-wrapper .product p {
      margin: 0.25em 0 10px; }
    .pectin-calc-wrapper .product .productImage {
      width: 100%; }
      .pectin-calc-wrapper .product .productImage img {
        width: 180px;
        height: 234px;
        margin: 0 auto;
        display: block; }
      .pectin-calc-wrapper .product .productImage figcaption {
        color: #899503; }
    .pectin-calc-wrapper .product .productDescription {
      margin-bottom: 10px; }
    .pectin-calc-wrapper .product .button, .pectin-calc-wrapper .product .button-fancy-small, .pectin-calc-wrapper .product
    .button-fancy-medium, .pectin-calc-wrapper .product #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper .product a.like-button {
      margin-right: 10px;
      margin-bottom: 10px; }
    .pectin-calc-wrapper .product figure + h2, .pectin-calc-wrapper .product figure + h4 {
      margin-top: 0; }
    .pectin-calc-wrapper .product.featured h4 {
      margin: 0; }
    .pectin-calc-wrapper .product.featured h2 {
      margin-top: 0; }
  .pectin-calc-wrapper .productDetailImage {
    width: 100%;
    height: auto; }
  .pectin-calc-wrapper .productDetails {
    background: #f6f5f0;
    margin-bottom: 20px;
    padding: 20px;
    font-size: 0.875em; }
    .pectin-calc-wrapper .productDetails > :first-child {
      margin-top: 0; }
    .pectin-calc-wrapper .productDetails > :last-child {
      margin-bottom: 0; }
  .pectin-calc-wrapper ul.morePhotos {
    padding: 0; }
    .pectin-calc-wrapper ul.morePhotos li {
      width: 50%;
      padding: 10px;
      margin: 0;
      display: inline-block;
      vertical-align: top; }
      .pectin-calc-wrapper ul.morePhotos li:before {
        display: none; }
      .pectin-calc-wrapper ul.morePhotos li a {
        cursor: pointer; }
      .pectin-calc-wrapper ul.morePhotos li img {
        width: 100%;
        max-width: 100%; }
      .pectin-calc-wrapper ul.morePhotos li.nonImage div {
        height: 0;
        padding-top: 100%;
        position: relative;
        display: block; }
  .pectin-calc-wrapper .socialInteractions {
    display: inline-block;
    vertical-align: top;
    padding-top: 5px; }
    .pectin-calc-wrapper .socialInteractions > a, .pectin-calc-wrapper .socialInteractions > iframe, .pectin-calc-wrapper .socialInteractions > .fb-like {
      float: left;
      margin-right: 10px; }
    .pectin-calc-wrapper .socialInteractions > iframe {
      width: 86px !important; }
  .pectin-calc-wrapper .productDetailButtons {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin: 0 10px 10px 0; }
    .pectin-calc-wrapper .productDetailButtons .button, .pectin-calc-wrapper .productDetailButtons .button-fancy-small, .pectin-calc-wrapper .productDetailButtons
    .button-fancy-medium, .pectin-calc-wrapper .productDetailButtons #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper .productDetailButtons a.like-button {
      margin-right: 10px; }
  .pectin-calc-wrapper .buttonsRow {
    margin-bottom: 15px; }
    .pectin-calc-wrapper .buttonsRow .button, .pectin-calc-wrapper .buttonsRow .button-fancy-small, .pectin-calc-wrapper .buttonsRow
    .button-fancy-medium, .pectin-calc-wrapper .buttonsRow #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper .buttonsRow a.like-button {
      margin-right: 10px;
      margin-bottom: 15px; }
  .pectin-calc-wrapper .expandContent.mobile {
    display: none; }
  .pectin-calc-wrapper .mobileExpanded .expandContent {
    display: block; }
  .pectin-calc-wrapper .toggleIndicator, .pectin-calc-wrapper .productDetails h2 {
    padding: 15px 10px;
    cursor: pointer;
    margin-bottom: 0;
    position: relative; }
  .pectin-calc-wrapper .toggleIndicator:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #c8d596;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s; }
  .pectin-calc-wrapper .productDetails {
    padding: 0; }
    .pectin-calc-wrapper .productDetails h2 {
      background-color: #94b33f;
      color: #fff; }
      .pectin-calc-wrapper .productDetails h2:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #c8d596;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -10px;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s; }
    .pectin-calc-wrapper .productDetails.mobileExpanded h2:after {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
    .pectin-calc-wrapper .productDetails .detailsWrap {
      padding: 20px; }
  .pectin-calc-wrapper .recipeFilters h2:after {
    border-left: 15px solid #f6f5f0; }
  .pectin-calc-wrapper .recipeFilters.mobileExpanded h2:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .pectin-calc-wrapper .sidebarSteps {
    counter-reset: theCounter;
    list-style: none;
    padding: 0; }
    .pectin-calc-wrapper .sidebarSteps li {
      position: relative; }
      .pectin-calc-wrapper .sidebarSteps li:after {
        content: counter(theCounter);
        counter-increment: theCounter;
        position: absolute;
        right: 12px;
        width: 38px;
        height: 38px;
        top: 27px;
        border-radius: 19px;
        display: block;
        background-color: #fff;
        line-height: 38px;
        text-align: center;
        font-weight: bold;
        font-family: 'ssp', sans-serif;
        font-size: 2em; }
      .pectin-calc-wrapper .sidebarSteps li h2 {
        color: #fff;
        padding: 15px 58px 15px 15px; }
      .pectin-calc-wrapper .sidebarSteps li:before {
        color: #94b33f; }
      .pectin-calc-wrapper .sidebarSteps li h2 {
        background-color: #94b33f; }
      .pectin-calc-wrapper .sidebarSteps li:nth-child(3n-1):before {
        color: #bea73a; }
      .pectin-calc-wrapper .sidebarSteps li:nth-child(3n-1) h2 {
        background-color: #bea73a; }
      .pectin-calc-wrapper .sidebarSteps li:nth-child(3n):before {
        color: #b58e44; }
      .pectin-calc-wrapper .sidebarSteps li:nth-child(3n) h2 {
        background-color: #b58e44; }
      .pectin-calc-wrapper .sidebarSteps li p {
        padding-left: 10px;
        border-left: 1px solid #a49d9d; }
  .pectin-calc-wrapper .secondaryContent .sidebarSteps li:after {
    top: 10px; }
  .pectin-calc-wrapper .canningGuides a {
    display: inline-block;
    text-align: center;
    background: url(images/guideIcons.jpg) no-repeat 20px top;
    vertical-align: top;
    background-size: 557px auto;
    width: 120px;
    margin-bottom: 1em;
    padding: 90px 10px 10px; }
  .pectin-calc-wrapper .no-backgroundsize .canningGuides a {
    background: url(images/guideIconsNoBS.jpg) no-repeat 20px top; }
  .pectin-calc-wrapper .canningGuides a:nth-child(2) {
    background-position: -100px top; }
  .pectin-calc-wrapper .canningGuides a:nth-child(3) {
    background-position: -220px top; }
  .pectin-calc-wrapper .canningGuides a:nth-child(4) {
    background-position: -340px top; }
  .pectin-calc-wrapper .canningGuides a:nth-child(5) {
    background-position: -460px top; }
  .pectin-calc-wrapper .greenGuide, .pectin-calc-wrapper .yellowGuide, .pectin-calc-wrapper .orangeGuide, .pectin-calc-wrapper .blueGuide, .pectin-calc-wrapper .pinkGuide {
    padding-left: 76px;
    min-height: 80px; }
  .pectin-calc-wrapper .greenGuide:before, .pectin-calc-wrapper .yellowGuide:before, .pectin-calc-wrapper .orangeGuide:before, .pectin-calc-wrapper .blueGuide:before, .pectin-calc-wrapper .pinkGuide:before {
    content: '';
    display: block;
    width: 70px;
    height: 100px;
    position: absolute;
    left: 0;
    background: url(images/guideIcons.jpg) no-repeat -122px -10px;
    background-size: 557px auto; }
  .pectin-calc-wrapper .no-backgroundsize .greenGuide:before, .pectin-calc-wrapper .no-backgroundsize .yellowGuide:before, .pectin-calc-wrapper .no-backgroundsize .orangeGuide:before, .pectin-calc-wrapper .no-backgroundsize .blueGuide:before, .pectin-calc-wrapper .no-backgroundsize .pinkGuide:before {
    background: url(images/guideIconsNoBS.jpg) no-repeat -122px -10px; }
  .pectin-calc-wrapper .greenGuide:before, .pectin-calc-wrapper .no-backgroundsize .greenGuide:before {
    background-position: 0 -10px; }
  .pectin-calc-wrapper .orangeGuide:before, .pectin-calc-wrapper .no-backgroundsize .orangeGuide:before {
    background-position: -242px -10px; }
  .pectin-calc-wrapper .blueGuide:before, .pectin-calc-wrapper .no-backgroundsize .blueGuide:before {
    background-position: -362px -10px; }
  .pectin-calc-wrapper .pinkGuide:before, .pectin-calc-wrapper .no-backgroundsize .pinkGuide:before {
    background-position: -482px -10px; }
  .pectin-calc-wrapper ul.videoList {
    padding-left: 0; }
    .pectin-calc-wrapper ul.videoList li {
      width: 100%;
      float: left;
      padding: 0 10px;
      margin-bottom: 20px; }
      .pectin-calc-wrapper ul.videoList li a {
        display: block;
        position: relative;
        padding: 140px 0 0;
        overflow: hidden;
        color: #fff;
        background: #a49d9d;
        line-height: 1.3; }
        .pectin-calc-wrapper ul.videoList li a:before {
          position: absolute;
          display: block;
          text-align: center;
          left: 0;
          top: 36px;
          width: 100%;
          height: 140px;
          z-index: 1;
          color: #fff;
          font-size: 80px;
          transition: background-color, 0.5s; }
      .pectin-calc-wrapper ul.videoList li img {
        position: absolute;
        right: -58px;
        top: -42px;
        width: 400px;
        height: auto; }
      .pectin-calc-wrapper ul.videoList li:before {
        display: none; }
      .pectin-calc-wrapper ul.videoList li span {
        padding: 15px;
        text-align: center;
        display: block;
        background: url(images/grayTexture.png) repeat left bottom; }
    .pectin-calc-wrapper ul.videoList.longList img {
      height: auto; }
    .pectin-calc-wrapper ul.videoList.longList a {
      height: 190px;
      font-size: 14px; }
    .pectin-calc-wrapper ul.videoList.longList span {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      text-align: center;
      height: 60px;
      padding: 6px 4px; }
  .pectin-calc-wrapper .menuContent {
    position: absolute;
    padding: 15px;
    right: -245px;
    top: 0;
    width: 245px;
    background: #efede3;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .pectin-calc-wrapper .menuContent img {
      max-width: 100%; }
    .pectin-calc-wrapper .menuContent figure {
      position: relative; }
    .pectin-calc-wrapper .menuContent .videoLink:before {
      position: absolute;
      display: block;
      text-align: center;
      left: 0;
      top: 50%;
      margin-top: -32px;
      width: 100%;
      height: 100%;
      z-index: 1;
      color: #fff;
      font-size: 65px;
      padding-top: 0; }
  .pectin-calc-wrapper .megaMenuColumn, .pectin-calc-wrapper .megaMenuLinks {
    padding-bottom: 20px; }
  .pectin-calc-wrapper .anchors a {
    padding: 0 3px; }
  .pectin-calc-wrapper .glossary h4 {
    font-size: 16px;
    font-style: italic; }
  .pectin-calc-wrapper .backToTop {
    text-align: right; }
  .pectin-calc-wrapper .contentImage {
    max-width: 100%;
    height: auto !important;
    margin: 1em 0; }
  .pectin-calc-wrapper .toggler {
    cursor: pointer; }
  .pectin-calc-wrapper .expandContent {
    display: none; }
  .pectin-calc-wrapper .expanded .expandContent {
    display: block; }
  .pectin-calc-wrapper .faqs {
    margin-bottom: 1em; }
    .pectin-calc-wrapper .faqs h4 a {
      color: #939b32; }
  .pectin-calc-wrapper .basicForm, .pectin-calc-wrapper #user-login {
    padding-bottom: 20px; }
  .pectin-calc-wrapper .basicForm input[type=text], .pectin-calc-wrapper .basicForm input[type=email], .pectin-calc-wrapper .basicForm input[type=number], .pectin-calc-wrapper .basicForm input[type=password] {
    background-color: #f6f5f0;
    border: 2px solid #e7e5dc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-radius: 5px; }
  .pectin-calc-wrapper .basicForm textarea {
    background-color: #f6f5f0;
    border: 2px solid #e7e5dc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-radius: 5px; }
  .pectin-calc-wrapper #user-login input[type=text], .pectin-calc-wrapper #user-login input[type=email], .pectin-calc-wrapper #user-login input[type=number], .pectin-calc-wrapper #user-login input[type=password] {
    background-color: #f6f5f0;
    border: 2px solid #e7e5dc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-radius: 5px; }
  .pectin-calc-wrapper #user-login textarea {
    background-color: #f6f5f0;
    border: 2px solid #e7e5dc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-radius: 5px; }
  .pectin-calc-wrapper .basicForm .formPair, .pectin-calc-wrapper #user-login .formPair {
    width: 100%;
    padding: 0 10px 20px; }
  .pectin-calc-wrapper .basicForm .formPair label, .pectin-calc-wrapper #user-login .formPair label {
    width: 100%;
    display: block;
    padding-bottom: 5px;
    font-weight: normal;
    font-size: 14px; }
  .pectin-calc-wrapper .basicForm .formPair.radios label, .pectin-calc-wrapper .basicForm .formPair.radios input {
    float: left;
    width: auto; }
  .pectin-calc-wrapper #user-login .formPair.radios label, .pectin-calc-wrapper #user-login .formPair.radios input {
    float: left;
    width: auto; }
  .pectin-calc-wrapper .basicForm .formPair.radios input, .pectin-calc-wrapper #user-login .formPair.radios input {
    margin-right: 5px; }
  .pectin-calc-wrapper .basicForm .formPair.radios label, .pectin-calc-wrapper #user-login .formPair.radios label {
    padding-right: 15px; }
  .pectin-calc-wrapper .basicForm .formPair.radios p, .pectin-calc-wrapper #user-login .formPair.radios p {
    margin-top: 0; }
  .pectin-calc-wrapper .basicForm .formPair.required label:before, .pectin-calc-wrapper #user-login .formPair.required label:before {
    content: "*"; }
  .pectin-calc-wrapper .basicForm .formPair.required label.error, .pectin-calc-wrapper #user-login .formPair.required label.error {
    padding-top: 5px; }
  .pectin-calc-wrapper .basicForm .formPair.required label.error:before, .pectin-calc-wrapper #user-login .formPair.required label.error:before {
    display: none; }
  .pectin-calc-wrapper .basicForm .formPair input, .pectin-calc-wrapper .basicForm .formPair select, .pectin-calc-wrapper .basicForm .formPair textarea {
    width: 100%; }
  .pectin-calc-wrapper #user-login {
    max-width: 400px; }
    .pectin-calc-wrapper #user-login .formPair input, .pectin-calc-wrapper #user-login .formPair select, .pectin-calc-wrapper #user-login .formPair textarea {
      width: 100%; }
    .pectin-calc-wrapper #user-login .form-item {
      margin-bottom: 20px; }
    .pectin-calc-wrapper #user-login label {
      font-weight: normal;
      font-size: 14px;
      padding-bottom: 5px; }
    .pectin-calc-wrapper #user-login .description {
      font-style: italic;
      font-size: 14px; }
  .pectin-calc-wrapper label.error {
    color: #8C2E0B; }
  .pectin-calc-wrapper input[type=email].error, .pectin-calc-wrapper .modalForm input[type=email].error, .pectin-calc-wrapper input[type=text].error, .pectin-calc-wrapper .modalForm input[type=text].error, .pectin-calc-wrapper input[type=search].error, .pectin-calc-wrapper .modalForm input[type=search].error, .pectin-calc-wrapper input[type=number].error, .pectin-calc-wrapper .modalForm input[type=number].error, .pectin-calc-wrapper input[type=password].error, .pectin-calc-wrapper .modalForm input[type=password].error, .pectin-calc-wrapper select.error, .pectin-calc-wrapper .modalForm select.error, .pectin-calc-wrapper textarea.error, .pectin-calc-wrapper .modalForm textarea.error {
    background-color: #e8d5ce; }
  .pectin-calc-wrapper .recipeFilters {
    border: 6px solid #bcb9ad;
    background-color: #f6f5f0; }
    .pectin-calc-wrapper .recipeFilters h2 {
      background: #bcb9ad;
      margin: 0;
      padding: 10px;
      color: #fff; }
    .pectin-calc-wrapper .recipeFilters .filtersWrap {
      padding: 20px; }
      .pectin-calc-wrapper .recipeFilters .filtersWrap > p:first-child {
        margin-top: 0; }
      .pectin-calc-wrapper .recipeFilters .filtersWrap > label {
        font-family: 'ssp', sans-serif;
        font-weight: 400;
        text-transform: uppercase; }
    .pectin-calc-wrapper .recipeFilters .filterSection {
      padding-bottom: 10px; }
      .pectin-calc-wrapper .recipeFilters .filterSection label {
        font-size: 0.875em; }
  .pectin-calc-wrapper .recipesContent {
    padding: 20px 0;
    position: relative; }
  .pectin-calc-wrapper .view-recipes .headerWrap {
    background-color: #f6f5f0;
    margin-top: 0;
    padding: 15px; }
    .pectin-calc-wrapper .view-recipes .headerWrap h2.primaryHr {
      margin: 0;
      border-bottom-color: #939b32; }
      .pectin-calc-wrapper .view-recipes .headerWrap h2.primaryHr:before {
        border-left-color: #c8d15d;
        border-right-color: #b0b941; }
      .pectin-calc-wrapper .view-recipes .headerWrap h2.primaryHr:after {
        border-left-color: #c8d15d;
        border-right-color: #b0b941;
        border-left-color: #a5ae3a; }
  .pectin-calc-wrapper .recipesCategories ul {
    padding: 0; }
    .pectin-calc-wrapper .recipesCategories ul li:before {
      display: none; }
  .pectin-calc-wrapper .recipesCategories li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 20px;
    text-align: center; }
    .pectin-calc-wrapper .recipesCategories li > a {
      display: block; }
      .pectin-calc-wrapper .recipesCategories li > a figure {
        max-width: 166px;
        width: 100%;
        margin: 0 auto; }
        .pectin-calc-wrapper .recipesCategories li > a figure img {
          width: 100%;
          margin-bottom: 5px; }
  .pectin-calc-wrapper .form-item-edit-field-ease-tid-29 label, .pectin-calc-wrapper .form-item-edit-field-ease-tid-31 label, .pectin-calc-wrapper .form-item-edit-field-ease-tid-32 label {
    width: 100px;
    display: inline-block;
    position: relative; }
  .pectin-calc-wrapper .form-item-edit-field-ease-tid-29 label:after, .pectin-calc-wrapper .form-item-edit-field-ease-tid-31 label:after, .pectin-calc-wrapper .form-item-edit-field-ease-tid-32 label:after {
    position: absolute;
    width: 15px;
    height: 15px;
    display: block;
    content: '';
    right: 0;
    top: 0;
    background: #94b33f; }
  .pectin-calc-wrapper .form-item-edit-field-ease-tid-31 label:after {
    background: #c6a63f; }
  .pectin-calc-wrapper .form-item-edit-field-ease-tid-32 label:after {
    background: #75acc0; }
  .pectin-calc-wrapper .ease {
    width: 120px;
    display: block; }
    .pectin-calc-wrapper .ease span {
      display: block;
      text-align: center;
      color: #fff;
      padding: 3px; }
    .pectin-calc-wrapper .ease .Easy {
      background-color: #94b33f; }
    .pectin-calc-wrapper .ease .Medium {
      background: #c6a63f; }
    .pectin-calc-wrapper .ease .Advanced {
      background-color: #75acc0; }
  .pectin-calc-wrapper ul.recipeResults {
    padding: 0; }
    .pectin-calc-wrapper ul.recipeResults li {
      clear: both;
      padding: 10px 0;
      margin: 0;
      min-height: 145px;
      position: relative;
      vertical-align: middle; }
      .pectin-calc-wrapper ul.recipeResults li:before {
        display: none; }
      .pectin-calc-wrapper ul.recipeResults li .title {
        display: block;
        padding-bottom: 5px; }
      .pectin-calc-wrapper ul.recipeResults li img {
        position: absolute;
        padding-right: 10px;
        left: 0;
        max-width: 150px;
        height: auto !important;
        vertical-align: middle; }
      .pectin-calc-wrapper ul.recipeResults li .ease, .pectin-calc-wrapper ul.recipeResults li .method, .pectin-calc-wrapper ul.recipeResults li .category {
        margin-left: 160px; }
      .pectin-calc-wrapper ul.recipeResults li .ease {
        float: left;
        margin-bottom: 10px; }
      .pectin-calc-wrapper ul.recipeResults li .method {
        min-height: 41px;
        display: block;
        margin-bottom: 10px;
        float: left;
        clear: left; }
      .pectin-calc-wrapper ul.recipeResults li .category {
        display: block;
        margin-bottom: 10px;
        float: left;
        clear: left;
        margin-bottom: 0; }
  .pectin-calc-wrapper .resultsTable table {
    table-layout: auto; }
    .pectin-calc-wrapper .resultsTable table tbody {
      border: 0; }
    .pectin-calc-wrapper .resultsTable table img {
      width: 100% !important;
      max-width: 140px;
      height: auto !important; }
    .pectin-calc-wrapper .resultsTable table tr {
      display: block;
      position: relative;
      padding-left: 130px;
      padding-bottom: 15px;
      min-height: 130px; }
    .pectin-calc-wrapper .resultsTable table td {
      display: block;
      padding: 5px; }
      .pectin-calc-wrapper .resultsTable table td:first-child {
        position: absolute;
        left: 0;
        top: 0;
        padding: 0;
        width: 120px; }
      .pectin-calc-wrapper .resultsTable table td:last-child {
        position: absolute;
        left: 0;
        top: 0;
        padding: 0;
        width: 120px;
        top: 90px; }
      .pectin-calc-wrapper .resultsTable table td:nth-child(3):before {
        content: "Method: "; }
      .pectin-calc-wrapper .resultsTable table td:nth-child(4):before {
        content: "Category: "; }
    .pectin-calc-wrapper .resultsTable table thead {
      display: none; }
      .pectin-calc-wrapper .resultsTable table thead th {
        background: #f6f5f0;
        font-weight: normal;
        border: 0 none; }
  .pectin-calc-wrapper .pager {
    padding: 15px;
    text-transform: uppercase;
    font-family: 'ssp', sans-serif;
    text-align: center;
    position: relative; }
    .pectin-calc-wrapper .pager .page_next, .pectin-calc-wrapper .pager .pager-next a, .pectin-calc-wrapper .pager .pager-previous a, .pectin-calc-wrapper .pager .page_prev, .pectin-calc-wrapper .pager .pager-first a, .pectin-calc-wrapper .pager .pager-last a {
      display: inline-block;
      font: 0/0 a;
      width: 40px;
      height: 22px;
      position: absolute;
      right: 0;
      top: 0; }
    .pectin-calc-wrapper .pager .page_next:after, .pectin-calc-wrapper .pager .pager-next a:after, .pectin-calc-wrapper .pager .pager-previous a:after, .pectin-calc-wrapper .pager .page_prev:after, .pectin-calc-wrapper .pager .pager-first a:after, .pectin-calc-wrapper .pager .pager-last a:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 15px solid #94b33f;
      position: absolute;
      right: 0;
      top: 0; }
    .pectin-calc-wrapper .pager .page_prev, .pectin-calc-wrapper .pager .pager-previous a, .pectin-calc-wrapper .pager .pager-first a {
      left: 0; }
    .pectin-calc-wrapper .pager .page_prev:after, .pectin-calc-wrapper .pager .pager-previous a:after, .pectin-calc-wrapper .pager .pager-first a:after {
      left: 0;
      border-left: 0 none;
      border-right: 15px solid #94b33f; }
    .pectin-calc-wrapper .pager.pagerBelow {
      background-color: #f6f5f0;
      margin-top: 15px; }
  .pectin-calc-wrapper .searchResultsPager ul.pager {
    padding: 0; }
    .pectin-calc-wrapper .searchResultsPager ul.pager li {
      margin: 0;
      padding: 0;
      display: inline-block;
      vertical-align: middle;
      height: 41px; }
      .pectin-calc-wrapper .searchResultsPager ul.pager li:before {
        display: none; }
      .pectin-calc-wrapper .searchResultsPager ul.pager li a {
        padding: 10px;
        display: block; }
      .pectin-calc-wrapper .searchResultsPager ul.pager li.pager-current, .pectin-calc-wrapper .searchResultsPager ul.pager li.pager-ellipsis {
        padding: 10px; }
    .pectin-calc-wrapper .searchResultsPager ul.pager .pager-next, .pectin-calc-wrapper .searchResultsPager ul.pager .pager-previous {
      width: 40px;
      height: 41px; }
    .pectin-calc-wrapper .searchResultsPager ul.pager .pager-first, .pectin-calc-wrapper .searchResultsPager ul.pager .pager-last {
      width: 43px;
      height: 41px; }
    .pectin-calc-wrapper .searchResultsPager ul.pager .pager-previous a {
      height: 41px; }
    .pectin-calc-wrapper .searchResultsPager ul.pager .pager-next a {
      height: 41px; }
      .pectin-calc-wrapper .searchResultsPager ul.pager .pager-next a:after {
        left: 10px;
        top: 10px; }
    .pectin-calc-wrapper .searchResultsPager ul.pager .pager-previous a:after, .pectin-calc-wrapper .searchResultsPager ul.pager .pager-first a:after, .pectin-calc-wrapper .searchResultsPager ul.pager .pager-last a:after {
      left: 10px;
      top: 10px; }
    .pectin-calc-wrapper .searchResultsPager ul.pager .pager-first a, .pectin-calc-wrapper .searchResultsPager ul.pager .pager-last a {
      width: 43px;
      height: 41px; }
    .pectin-calc-wrapper .searchResultsPager ul.pager .pager-first a:before, .pectin-calc-wrapper .searchResultsPager ul.pager .pager-last a:before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 15px solid #94b33f;
      position: absolute;
      left: 18px;
      top: 10px; }
    .pectin-calc-wrapper .searchResultsPager ul.pager .pager-first a:before {
      right: 18px;
      border-left: 0 none;
      border-right: 15px solid #94b33f; }
  .pectin-calc-wrapper .resultsPagination {
    display: inline-block;
    position: relative;
    padding: 0 40px; }
  .pectin-calc-wrapper .view-filters {
    padding-bottom: 20px; }
  .pectin-calc-wrapper #blockingLoadIndicator {
    width: 100%;
    height: 100%;
    background: #f6f5f0 url(images/ajax-loaderdark.gif) no-repeat 50% 50%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    opacity: .75;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    display: none; }
  .pectin-calc-wrapper .fb_iframe_widget {
    vertical-align: top;
    margin-right: 5px;
    height: 21px;
    overflow: hidden; }
  .pectin-calc-wrapper .recipeDetails .recipeImage {
    position: relative;
    width: 400px;
    margin: 0 auto 20px;
    max-width: 100%; }
    .pectin-calc-wrapper .recipeDetails .recipeImage img {
      width: 100%;
      height: auto;
      display: block; }
    .pectin-calc-wrapper .recipeDetails .recipeImage figcaption {
      font-family: 'ssp', sans-serif;
      text-transform: uppercase;
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 100%;
      height: 0;
      padding-top: 75%; }
      .pectin-calc-wrapper .recipeDetails .recipeImage figcaption > span {
        color: #fff;
        position: absolute;
        left: 10px;
        top: 10px;
        line-height: 18px;
        width: 35%;
        font-size: 18px;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }
      .pectin-calc-wrapper .recipeDetails .recipeImage figcaption .addPhotoModal {
        position: absolute;
        left: 10px;
        bottom: 10px;
        height: 90px; }
        .pectin-calc-wrapper .recipeDetails .recipeImage figcaption .addPhotoModal > span {
          color: #fff;
          background-color: #94b33f;
          border-radius: 5px;
          box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.5); }
  .pectin-calc-wrapper .recipeDetails .recipeSocial {
    margin: 15px 0; }
  .pectin-calc-wrapper .recipeDetails ol {
    padding-left: 20px; }
    .pectin-calc-wrapper .recipeDetails ol li {
      margin-bottom: 1em; }
  .pectin-calc-wrapper .recipeDetails h3 {
    font-family: 'ssp', sans-serif;
    font-size: 16px;
    text-transform: uppercase; }
  .pectin-calc-wrapper .recipeDetails .socialLinks {
    float: left; }
  .pectin-calc-wrapper .recipeDetails .recipeData {
    clear: both; }
  .pectin-calc-wrapper .recipeDetails .ingredients {
    padding-bottom: 10px; }
    .pectin-calc-wrapper .recipeDetails .ingredients > h2:first-child {
      margin-top: 0; }
  .pectin-calc-wrapper .recipeDetails .recipeEase, .pectin-calc-wrapper .recipeDetails .method {
    margin: 15px 0; }
  .pectin-calc-wrapper .recipeDetails .recipeEase h3, .pectin-calc-wrapper .recipeDetails .method h3 {
    margin-top: 0; }
  .pectin-calc-wrapper .recipeRating {
    float: left;
    padding: 0 20px 10px 0;
    font-family: 'ssp', sans-serif;
    font-size: 14px; }
    .pectin-calc-wrapper .recipeRating strong {
      text-transform: uppercase; }
  .pectin-calc-wrapper .rating:before {
    color: #c79e2d;
    font-family: 'icomoon';
    font-size: 14px;
    padding-right: 5px; }
  .pectin-calc-wrapper .rating.zero:before {
    content: "ÃƒÂ®Ã‹Å“Ã…Â ÃƒÂ®Ã‹Å“Ã…Â ÃƒÂ®Ã‹Å“Ã…Â ÃƒÂ®Ã‹Å“Ã…Â ÃƒÂ®Ã‹Å“Ã…Â "; }
  .pectin-calc-wrapper .rating.half:before {
    content: "ÃƒÂ®Ã‹Å“Ã‹â€ ÃƒÂ®Ã‹Å“Ã…Â ÃƒÂ®Ã‹Å“Ã…Â ÃƒÂ®Ã‹Å“Ã…Â ÃƒÂ®Ã‹Å“Ã…Â "; }
  .pectin-calc-wrapper .rating.one:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°ÃƒÂ®Ã‹Å“Ã…Â ÃƒÂ®Ã‹Å“Ã…Â ÃƒÂ®Ã‹Å“Ã…Â ÃƒÂ®Ã‹Å“Ã…Â "; }
  .pectin-calc-wrapper .rating.one.half:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°ÃƒÂ®Ã‹Å“Ã‹â€ ÃƒÂ®Ã‹Å“Ã…Â ÃƒÂ®Ã‹Å“Ã…Â ÃƒÂ®Ã‹Å“Ã…Â "; }
  .pectin-calc-wrapper .rating.two:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°ÃƒÂ®Ã‹Å“Ã…Â ÃƒÂ®Ã‹Å“Ã…Â ÃƒÂ®Ã‹Å“Ã…Â "; }
  .pectin-calc-wrapper .rating.two.half:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°ÃƒÂ®Ã‹Å“Ã‹â€ ÃƒÂ®Ã‹Å“Ã…Â ÃƒÂ®Ã‹Å“Ã…Â "; }
  .pectin-calc-wrapper .rating.three:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°ÃƒÂ®Ã‹Å“Ã…Â ÃƒÂ®Ã‹Å“Ã…Â "; }
  .pectin-calc-wrapper .rating.three.half:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°ÃƒÂ®Ã‹Å“Ã‹â€ ÃƒÂ®Ã‹Å“Ã…Â "; }
  .pectin-calc-wrapper .rating.four:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°ÃƒÂ®Ã‹Å“Ã…Â "; }
  .pectin-calc-wrapper .rating.four.half:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°ÃƒÂ®Ã‹Å“Ã‹â€ "; }
  .pectin-calc-wrapper .rating.five:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°"; }
  .pectin-calc-wrapper .addPhotoModal {
    background-color: #e7e5dc;
    cursor: pointer; }
    .pectin-calc-wrapper .addPhotoModal span {
      position: absolute;
      width: 100px;
      height: 90px;
      display: block;
      background: #e7e5dc;
      padding: 3px;
      text-transform: uppercase;
      text-align: center;
      font-size: 21px;
      color: #bcb9ad;
      font-family: 'ssp', sans-serif;
      left: 0;
      bottom: 0;
      right: 0;
      top: 0;
      margin: auto; }
    .pectin-calc-wrapper .addPhotoModal .plus {
      color: #94b33f;
      background: #f2f0e9;
      display: block;
      margin: 0 auto;
      width: 30px;
      height: 30px;
      font-size: 28px;
      line-height: 30px;
      font-weight: 700;
      position: static;
      padding-top: 0; }
  .pectin-calc-wrapper .recipesContent .headerWrap {
    margin-bottom: 15px; }
  .pectin-calc-wrapper #addImageFormContent {
    padding: 20px;
    background: #bcb9ad;
    color: #fff; }
    .pectin-calc-wrapper #addImageFormContent > h2 {
      margin-top: 0; }
  .pectin-calc-wrapper .photoExample {
    position: relative;
    padding: 3px 3px 3px 88px;
    min-height: 84px;
    background: #a4a196;
    margin-bottom: 20px; }
    .pectin-calc-wrapper .photoExample figure {
      position: absolute;
      left: 3px;
      top: 3px;
      width: 78px; }
      .pectin-calc-wrapper .photoExample figure img {
        height: auto; }
      .pectin-calc-wrapper .photoExample figure figcaption {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        display: block;
        text-transform: uppercase;
        text-align: center;
        font-family: 'ssp', sans-serif;
        background: #94b33f; }
    .pectin-calc-wrapper .photoExample p {
      margin: 0;
      padding: 5px 10px 5px 0;
      line-height: 18px; }
  .pectin-calc-wrapper .modalForm {
    position: relative; }
    .pectin-calc-wrapper .modalForm input[type=text], .pectin-calc-wrapper .modalForm input[type=email], .pectin-calc-wrapper .modalForm input[type=number] {
      background-color: #fff;
      border: 0 none;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      border-radius: 5px; }
    .pectin-calc-wrapper .modalForm textarea {
      background-color: #fff;
      border: 0 none;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      border-radius: 5px; }
    .pectin-calc-wrapper .modalForm .messages {
      clear: both; }
      .pectin-calc-wrapper .modalForm .messages .placeholder {
        color: inherit; }
    .pectin-calc-wrapper .modalForm .form-type-textfield, .pectin-calc-wrapper .modalForm .form-type-managed-file, .pectin-calc-wrapper .modalForm .form-type-checkbox {
      padding: 0 0 20px;
      position: relative; }
    .pectin-calc-wrapper .modalForm .form-type-textfield .form-submit, .pectin-calc-wrapper .modalForm .form-type-managed-file .form-submit, .pectin-calc-wrapper .modalForm .form-type-checkbox .form-submit {
      margin: 0;
      clear: none;
      float: none; }
    .pectin-calc-wrapper .modalForm .form-type-textfield .placeholder, .pectin-calc-wrapper .modalForm .form-type-managed-file .placeholder, .pectin-calc-wrapper .modalForm .form-type-checkbox .placeholder {
      width: 100% !important; }
    .pectin-calc-wrapper .modalForm .form-type-textfield input[type=checkbox], .pectin-calc-wrapper .modalForm .form-type-managed-file input[type=checkbox], .pectin-calc-wrapper .modalForm .form-type-checkbox input[type=checkbox] {
      float: left; }
    .pectin-calc-wrapper .modalForm .form-type-textfield input[type=checkbox].error, .pectin-calc-wrapper .modalForm .form-type-managed-file input[type=checkbox].error {
      border: 2px solid #8c2e0b; }
    .pectin-calc-wrapper .modalForm .form-type-checkbox {
      position: relative; }
      .pectin-calc-wrapper .modalForm .form-type-checkbox input {
        position: absolute;
        left: 5px;
        top: 5px;
        z-index: 2; }
        .pectin-calc-wrapper .modalForm .form-type-checkbox input[type=checkbox].error {
          border: 2px solid #8c2e0b; }
      .pectin-calc-wrapper .modalForm .form-type-checkbox .error + .description {
        background-color: #e8d5ce; }
        .pectin-calc-wrapper .modalForm .form-type-checkbox .error + .description a {
          color: #8C2E0B; }
      .pectin-calc-wrapper .modalForm .form-type-checkbox .description {
        padding: 5px 5px 5px 28px;
        margin: 0;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-radius: 5px;
        background-color: #a4a196; }
        .pectin-calc-wrapper .modalForm .form-type-checkbox .description a {
          color: #fff;
          text-decoration: underline; }
    .pectin-calc-wrapper .modalForm .form-submit {
      clear: both;
      float: right;
      margin: 0 20px 0 0; }
    .pectin-calc-wrapper .modalForm .form-type-managed-file .form-file {
      width: 70%;
      overflow: hidden;
      float: left; }
    .pectin-calc-wrapper .modalForm .form-type-managed-file .form-submit {
      width: 27%;
      float: right;
      padding: 2px 3px;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px;
      border-radius: 3px;
      background-color: #94b33f; }
      .pectin-calc-wrapper .modalForm .form-type-managed-file .form-submit:hover, .pectin-calc-wrapper .modalForm .form-type-managed-file .form-submit:active {
        background-color: #7e9936; }
    .pectin-calc-wrapper .modalForm .form-type-managed-file .description {
      clear: both;
      padding-top: 2px; }
    .pectin-calc-wrapper .modalForm input[type=file] {
      background: #a4a196;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px;
      border-radius: 3px; }
  .pectin-calc-wrapper .productDetailsArticle .recipeRating {
    float: none;
    padding-bottom: 0; }
  .pectin-calc-wrapper .product .recipeRating {
    float: none; }
  .pectin-calc-wrapper .modalContent #reviews {
    background-color: #fff;
    padding: 5px; }
  .pectin-calc-wrapper .region-content .samples {
    padding-left: 0; }
    .pectin-calc-wrapper .region-content .samples li {
      display: inline-block;
      vertical-align: top;
      margin-bottom: 20px;
      position: relative;
      width: 50%;
      padding: 0 5px; }
      .pectin-calc-wrapper .region-content .samples li:before {
        display: none; }
  .pectin-calc-wrapper .iframeContainer {
    position: relative;
    padding-bottom: 65.25%;
    padding-top: 30px;
    height: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
    .pectin-calc-wrapper .iframeContainer iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .pectin-calc-wrapper .iframePage {
    width: 100%;
    border: 0 none;
    height: 2000px;
    overflow: auto; }
  .pectin-calc-wrapper .twoContentImages {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .pectin-calc-wrapper .twoContentImages figure {
      display: table-cell;
      vertical-align: middle;
      width: 50%;
      text-align: center; }
      .pectin-calc-wrapper .twoContentImages figure img {
        margin: 0 auto;
        max-width: 100% !important; }
  .pectin-calc-wrapper .search-form {
    display: none;
    position: relative;
    max-width: 400px; }
    .pectin-calc-wrapper .search-form label {
      display: none; }
    .pectin-calc-wrapper .search-form input[type=text], .pectin-calc-wrapper .search-form input[type=search] {
      background-color: #f6f5f0;
      border: 2px solid #e7e5dc;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      border-radius: 5px;
      padding-right: 75px; }
    .pectin-calc-wrapper .search-form button {
      position: absolute;
      right: 0;
      top: 0;
      height: 40px;
      line-height: 40px;
      border-top-left-radius: 0 5px 5px 0;
      border-top-right-radius: 0 5px 5px 0;
      border-bottom-left-radius: 0 5px 5px 0;
      border-bottom-right-radius: 0 5px 5px 0;
      border-radius: 0 5px 5px 0; }
  .pectin-calc-wrapper .region-content ul.recommendationRating {
    padding: 30px 0 0 0;
    position: relative;
    float: left; }
    .pectin-calc-wrapper .region-content ul.recommendationRating li {
      display: inline-block; }
      .pectin-calc-wrapper .region-content ul.recommendationRating li.lowLabel {
        position: absolute;
        left: 0;
        top: 0; }
      .pectin-calc-wrapper .region-content ul.recommendationRating li.highLabel {
        position: absolute;
        right: 0;
        top: 0; }
      .pectin-calc-wrapper .region-content ul.recommendationRating li a {
        width: 20px;
        font-size: 14px;
        text-align: center;
        line-height: 20px;
        display: block;
        height: 20px;
        background-color: #94b33f;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-radius: 10px;
        color: #fff; }
      .pectin-calc-wrapper .region-content ul.recommendationRating li:before {
        display: none; }
  .pectin-calc-wrapper #addImageFormContent .region-add-photo-modal .multifield-thumbnail img {
    display: none; }
  .pectin-calc-wrapper .recipePage .print {
    display: block;
    position: absolute;
    right: 12px;
    top: 0; }
  .pectin-calc-wrapper .recipePage .secondaryHeader {
    padding-right: 80px; }
  .pectin-calc-wrapper .node-type-guest-upload-unapproved img, .pectin-calc-wrapper .node-type-guest-upload-approved img {
    max-width: 100%;
    height: auto; }
  .pectin-calc-wrapper .tool .socialLinks {
    position: absolute;
    top: 162px; }
  .pectin-calc-wrapper span[class^='PIN'], .pectin-calc-wrapper span[class*='PIN'] {
    width: inherit; }
  .pectin-calc-wrapper #reviews .bv-action-bar, .pectin-calc-wrapper #reviews .bv-section-summary, .pectin-calc-wrapper #reviews .bv-control-bar, .pectin-calc-wrapper #reviews .bv-content-pagination {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .pectin-calc-wrapper #reviews .bv-cleanslate .bv-action-bar-header {
    width: 55% !important; }
  .pectin-calc-wrapper #reviews .bv-cleanslate .bv-content-details-offset-off {
    width: auto !important; }
  .pectin-calc-wrapper #reviews .bv-cleanslate .bv-content-summary, .pectin-calc-wrapper #reviews .bv-cleanslate .bv-content-review {
    color: #656461 !important;
    font-family: 'ssp','sans-serif' !important;
    font-weight: normal !important; }
  .pectin-calc-wrapper #reviews .bv-cleanslate .bv-content-data dl dd, .pectin-calc-wrapper #reviews .bv-cleanslate .bv-content-data dl dt {
    color: #656461 !important;
    font-family: 'ssp','sans-serif' !important;
    font-weight: normal !important; }
  .pectin-calc-wrapper #reviews .bv-cleanslate .bv-content-datetime, .pectin-calc-wrapper #reviews .bv-cleanslate .bv-content-author-by, .pectin-calc-wrapper #reviews .bv-cleanslate .bv-content-summary, .pectin-calc-wrapper #reviews .bv-cleanslate .bv-author, .pectin-calc-wrapper #reviews .bv-cleanslate .bv-popup-profull .bv-content-item .bv-content-author-name .bv-author, .pectin-calc-wrapper #reviews .bv-cleanslate .bv-control-bar, .pectin-calc-wrapper #reviews .bv-cleanslate .bv-content-pagination, .pectin-calc-wrapper #reviews .bv-cleanslate .bv-content-title, .pectin-calc-wrapper #reviews .bv-cleanslate .bv-content-item .bv-content-feedback-vote .bv-content-feedback-vote-request {
    color: #656461 !important;
    font-family: 'ssp','sans-serif' !important;
    font-weight: normal !important; }
  .pectin-calc-wrapper #reviews .bv-cleanslate .bv-content-summary, .pectin-calc-wrapper #reviews .bv-cleanslate .bv-content-data dl dt, .pectin-calc-wrapper #reviews .bv-cleanslate .bv-content-datetime, .pectin-calc-wrapper #reviews .bv-cleanslate .bv-content-author-by, .pectin-calc-wrapper #reviews .bv-cleanslate .bv-author, .pectin-calc-wrapper #reviews .bv-cleanslate .bv-popup-profull .bv-content-item .bv-content-author-name .bv-author {
    font-weight: 700 !important; }
  .pectin-calc-wrapper #reviews .bv-cleanslate .bv-content-summary p {
    color: #656461 !important;
    font-family: georgia, serif !important;
    font-size: 14px !important; }
  .pectin-calc-wrapper #reviews .bv-cleanslate .bv-action-bar-header, .pectin-calc-wrapper #reviews .bv-cleanslate .bv-mbox-breadcrumb {
    color: #656461 !important;
    font-family: 'ssp','sans-serif' !important;
    text-transform: uppercase !important;
    font-weight: normal !important;
    letter-spacing: 1px; }
  .pectin-calc-wrapper #reviews .bv-cleanslate .bv-section-summary .bv-section-summary-inline .bv-secondary-rating-summary .bv-rating-ratio .bv-secondary-rating-summary-rating {
    width: auto !important; }
  .pectin-calc-wrapper #reviews .bv-cleanslate .bv-section-summary .bv-section-summary-inline .bv-secondary-rating-summary .bv-td {
    vertical-align: top !important; }
  .pectin-calc-wrapper #reviews .bv-cleanslate .bv-section-summary .bv-section-summary-table {
    table-layout: fixed !important; }
  .pectin-calc-wrapper .ball-25--day .day-number:before {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 1000;
    display: inline-block;
    font-size: 80px; }
  .pectin-calc-wrapper .ball-25--day a {
    color: #656461; }
  .pectin-calc-wrapper .ball-25--day-01 .widget {
    background: #a9b827 url(images/25-days/ball-day-01.jpg) no-repeat center bottom; }
  .pectin-calc-wrapper .ball-25--day-02 .widget {
    background: #a9b827 url(images/25-days/ball-day-02.jpg) no-repeat center bottom; }
  .pectin-calc-wrapper .ball-25--day-03 .widget {
    background: #c0372c url(images/25-days/ball-day-03.jpg) no-repeat center bottom; }
  .pectin-calc-wrapper .ball-25--day-04 .widget {
    background: #d3493d url(images/25-days/ball-day-04.jpg) no-repeat center bottom; }
  .pectin-calc-wrapper .ball-25--day-05 .widget {
    background: #a9b827 url(images/25-days/ball-day-05.jpg) no-repeat center bottom; }
  .pectin-calc-wrapper .ball-25--day-06 .widget {
    background: #abb53f url(images/25-days/ball-day-06.jpg) no-repeat center bottom; }
  .pectin-calc-wrapper .ball-25--day-07 .widget {
    background: #be3026 url(images/25-days/ball-day-07.jpg) no-repeat left bottom; }
  .pectin-calc-wrapper .ball-25--day-08 .widget {
    background: #d04339 url(images/25-days/ball-day-08.jpg) no-repeat center bottom; }
  .pectin-calc-wrapper .ball-25--day-09 .widget {
    background: #a9b827 url(images/25-days/ball-day-09.jpg) no-repeat center bottom; }
  .pectin-calc-wrapper .ball-25--day-10 .widget {
    background: #abb53f url(images/25-days/ball-day-10.jpg) no-repeat center bottom; }
  .pectin-calc-wrapper .ball-25--day-11 .widget {
    background: #b73429 url(images/25-days/ball-day-11.jpg) no-repeat center bottom; }
  .pectin-calc-wrapper .ball-25--day-12 .widget {
    background: #b6bd5e url(images/25-days/ball-day-12.jpg) no-repeat right bottom; }
  .pectin-calc-wrapper .ball-25--day-13 .widget {
    background: #abb53f url(images/25-days/ball-day-13.jpg) no-repeat center bottom; }
  .pectin-calc-wrapper .ball-25--day-14 .widget {
    background: #c34339 url(images/25-days/ball-day-14.jpg) no-repeat center bottom; }
  .pectin-calc-wrapper .ball-25--day-15 .widget {
    background: #be3026 url(images/25-days/ball-day-15.jpg) no-repeat right bottom; }
  .pectin-calc-wrapper .ball-25--day-16 .widget {
    background: #d04339 url(images/25-days/ball-day-16.jpg) no-repeat left bottom; }
  .pectin-calc-wrapper .ball-25--day-17 .widget {
    background: #b6bd5e url(images/25-days/ball-day-17.jpg) no-repeat left bottom; }
  .pectin-calc-wrapper .ball-25--day-18 .widget {
    background: #abb53f url(images/25-days/ball-day-18.jpg) no-repeat left bottom; }
  .pectin-calc-wrapper .ball-25--day-19 .widget {
    background: #abb53f url(images/25-days/ball-day-19.jpg) no-repeat left bottom; }
  .pectin-calc-wrapper .ball-25--day-20 .widget {
    background: #b6bd5e url(images/25-days/ball-day-20.jpg) no-repeat left bottom; }
  .pectin-calc-wrapper .ball-25--day-21 .widget {
    background: #be3026 url(images/25-days/ball-day-21.jpg) no-repeat right bottom; }
  .pectin-calc-wrapper .ball-25--day-22 .widget {
    background: #b6be57 url(images/25-days/ball-day-22.jpg) no-repeat center bottom; }
  .pectin-calc-wrapper .ball-25--day-23 .widget {
    background: #d04339 url(images/25-days/ball-day-23.jpg) no-repeat center bottom; }
  .pectin-calc-wrapper .ball-25--day-24 .widget {
    background: #abb53f url(images/25-days/ball-day-24.jpg) no-repeat center bottom; }
  .pectin-calc-wrapper .ball-25--day-25 .widget {
    background: #be3026 url(images/25-days/ball-day-25.jpg) no-repeat right bottom; }
  .pectin-calc-wrapper .ball-25--happy-days .widget {
    background: #6c4f92 url(images/25-days/happy-25-days-of-making-purple.jpg) no-repeat center center;
    background-size: contain; }
  .pectin-calc-wrapper .ball-25-head {
    background-image: url(images/25-days/ball-day-25.jpg); }
    .pectin-calc-wrapper .ball-25-head .gift-card {
      background: #c0362b; }
  .pectin-calc-wrapper .ball-25 {
    position: relative; }
    .pectin-calc-wrapper .ball-25 .content {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background: #EEE;
      background: rgba(255, 255, 255, 0.8);
      z-index: 1000;
      text-align: left;
      float: none;
      zoom: 1; }
      .pectin-calc-wrapper .ball-25 .content h2 {
        padding: 0 15px;
        font-family: georgia, serif;
        text-transform: none !important; }
      .pectin-calc-wrapper .ball-25 .content p {
        padding: 0 15px; }
  .pectin-calc-wrapper .ball-25--day img {
    z-index: 100; }
  .pectin-calc-wrapper .purple-bar {
    background: #664E90;
    text-align: center;
    padding: 10px;
    margin-bottom: 15px; }
    .pectin-calc-wrapper .purple-bar img {
      width: 500px;
      max-width: 100%;
      height: auto;
      margin: 0 auto;
      display: block; }
  .pectin-calc-wrapper .enter-to-win {
    background: #fff;
    padding: 8px 14px;
    border-radius: 4px;
    color: #99c942 !important;
    font-family: 'ssp', sans-serif;
    font-family: sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block; }
  .pectin-calc-wrapper .ball-25-header {
    background-image: url(images/25-days/25Days-small.png);
    background-position: center;
    margin-bottom: 20px;
    padding-top: 289px; }
    .pectin-calc-wrapper .ball-25-header .gift-card {
      background: rgba(192, 54, 43, 0.95);
      padding: 25px;
      color: #fff; }
      .pectin-calc-wrapper .ball-25-header .gift-card h1, .pectin-calc-wrapper .ball-25-header .gift-card .navHeader {
        font-size: 18px;
        font-family: georgia;
        font-style: italic;
        margin: 0; }
      .pectin-calc-wrapper .ball-25-header .gift-card p {
        line-height: 1.2em;
        font-size: 14px;
        text-shadow: 0 0 1px #fff; }
  .pectin-calc-wrapper .ball-25-giveaway {
    background-image: url(images/25-days/25Days-giveaway.png);
    margin-bottom: 10px;
    padding-top: 253px;
    background-position: bottom center;
    background-size: cover; }
  .pectin-calc-wrapper .ball-25-sweepstakes-cta {
    background-image: url(images/25-days/ball-25-sweepstakes-xs.jpg);
    background-size: cover;
    margin-bottom: 20px;
    position: relative;
    height: 300px; }
    .pectin-calc-wrapper .ball-25-sweepstakes-cta .sweepstakes {
      position: absolute;
      bottom: 0;
      width: 100%;
      text-align: center;
      padding: 15px;
      margin: 0; }
      .pectin-calc-wrapper .ball-25-sweepstakes-cta .sweepstakes p {
        margin: 10px auto;
        position: relative;
        color: #54441d;
        text-align: left;
        line-height: 1.2em;
        text-align: center; }
  .pectin-calc-wrapper .ball-25-social-grid .social-post-item {
    width: 100%;
    height: 100%;
    float: none;
    display: block;
    margin-bottom: 10px; }
    .pectin-calc-wrapper .ball-25-social-grid .social-post-item img {
      min-width: 100%;
      height: auto; }

@font-face {
  .pectin-calc-wrapper {
    font-family: 'thick-numbers';
    src: url("../fonts/thick-numbers.eot?-j64i34");
    src: url("../fonts/thick-numbers.eot?#iefix-j64i34") format("embedded-opentype"), url("../fonts/thick-numbers.woff?-j64i34") format("woff"), url("../fonts/thick-numbers.ttf?-j64i34") format("truetype"), url("../fonts/thick-numbers.svg?-j64i34#thick-numbers") format("svg");
    font-weight: normal;
    font-style: normal; } }
  .pectin-calc-wrapper i {
    font-family: 'thick-numbers';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .pectin-calc-wrapper .day-number-1:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â€šÂ¬"; }
  .pectin-calc-wrapper .day-number-2:before {
    content: "ÃƒÂ®Ã‹Å“Ã¯Â¿Â½"; }
  .pectin-calc-wrapper .day-number-3:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Å¡"; }
  .pectin-calc-wrapper .day-number-4:before {
    content: "ÃƒÂ®Ã‹Å“Ã†â€™"; }
  .pectin-calc-wrapper .day-number-5:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Å¾"; }
  .pectin-calc-wrapper .day-number-6:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Â¦"; }
  .pectin-calc-wrapper .day-number-7:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Â "; }
  .pectin-calc-wrapper .day-number-8:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Â¡"; }
  .pectin-calc-wrapper .day-number-9:before {
    content: "ÃƒÂ®Ã‹Å“Ã‹â€ "; }
  .pectin-calc-wrapper .day-number-10:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°"; }
  .pectin-calc-wrapper .day-number-11:before {
    content: "ÃƒÂ®Ã‹Å“Ã…Â "; }
  .pectin-calc-wrapper .day-number-12:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Â¹"; }
  .pectin-calc-wrapper .day-number-13:before {
    content: "ÃƒÂ®Ã‹Å“Ã…â€™"; }
  .pectin-calc-wrapper .day-number-14:before {
    content: "ÃƒÂ®Ã‹Å“Ã¯Â¿Â½"; }
  .pectin-calc-wrapper .day-number-15:before {
    content: "ÃƒÂ®Ã‹Å“Ã…Â½"; }
  .pectin-calc-wrapper .day-number-16:before {
    content: "ÃƒÂ®Ã‹Å“Ã¯Â¿Â½"; }
  .pectin-calc-wrapper .day-number-17:before {
    content: "ÃƒÂ®Ã‹Å“Ã¯Â¿Â½"; }
  .pectin-calc-wrapper .day-number-18:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Ëœ"; }
  .pectin-calc-wrapper .day-number-19:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬â„¢"; }
  .pectin-calc-wrapper .day-number-20:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Å“"; }
  .pectin-calc-wrapper .day-number-21:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬ï¿½"; }
  .pectin-calc-wrapper .day-number-22:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Â¢"; }
  .pectin-calc-wrapper .day-number-23:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬â€œ"; }
  .pectin-calc-wrapper .day-number-24:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬â€�"; }
  .pectin-calc-wrapper .day-number-25:before {
    content: "ÃƒÂ®Ã‹Å“Ã‹Å“"; }
  .pectin-calc-wrapper .bronto-form form {
    width: 100%;
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
    margin: 0 auto; }
  .pectin-calc-wrapper .bronto-form input, .pectin-calc-wrapper .bronto-form select {
    height: auto; }
  .pectin-calc-wrapper .bronto-form form .section {
    clear: both; }
    .pectin-calc-wrapper .bronto-form form .section .container {
      float: left;
      width: 100% !important; }
  .pectin-calc-wrapper .bronto-form .field_block {
    display: block;
    padding: 0;
    margin: 0 0 6px 0; }
    .pectin-calc-wrapper .bronto-form .field_block .caption {
      display: block;
      font: bold 12px "Lucida Grande", "Verdana", sans-serif;
      color: #333;
      padding: 0;
      margin: 0 0 4px 0; }
  .pectin-calc-wrapper .bronto-form label {
    font: bold 12px "Lucida Grande", "Verdana", sans-serif; }
  .pectin-calc-wrapper .bronto-form .field_block .checkbox .caption {
    display: inline;
    margin: 0; }
  .pectin-calc-wrapper .bronto-form .field_block div.radio span {
    display: block;
    margin: 0 0 10px 0;
    padding: 0; }
    .pectin-calc-wrapper .bronto-form .field_block div.radio span input.radio {
      display: inline;
      margin-right: 5px;
      float: left; }
    .pectin-calc-wrapper .bronto-form .field_block div.radio span label {
      font: normal 11px "Lucida Grande", "Verdana", sans-serif;
      color: #333; }
  .pectin-calc-wrapper .bronto-form .field_block .field {
    padding: 0;
    margin: 0; }
    .pectin-calc-wrapper .bronto-form .field_block .field .field_error {
      display: block;
      padding-top: 3px;
      padding-bottom: 5px;
      font-size: 11px;
      color: #f00;
      font-weight: bold; }
    .pectin-calc-wrapper .bronto-form .field_block .field input.text, .pectin-calc-wrapper .bronto-form .field_block .field input.float, .pectin-calc-wrapper .bronto-form .field_block .field input.password, .pectin-calc-wrapper .bronto-form .field_block .field input.integer, .pectin-calc-wrapper .bronto-form .field_block .field input.currency {
      border: 1px solid #ccc;
      border-top-color: #444;
      border-left-color: #444;
      font: normal 11px "Lucida Grande", "Verdana", sans-serif;
      color: #333;
      padding: 3px;
      margin: 0;
      width: 100%; }
    .pectin-calc-wrapper .bronto-form .field_block .field input.date {
      border: 1px solid #ccc;
      border-top-color: #444;
      border-left-color: #444;
      font: normal 11px "Lucida Grande", "Verdana", sans-serif;
      color: #333;
      padding: 3px;
      margin: 0;
      width: 100%;
      width: 100%; }
    .pectin-calc-wrapper .bronto-form .field_block .field input.phone {
      width: 100%;
      font-size: 12px;
      padding: 3px 12px 3px 44px; }
    .pectin-calc-wrapper .bronto-form .field_block .field textarea {
      width: 100%;
      height: 150px; }
    .pectin-calc-wrapper .bronto-form .field_block .field input.wide, .pectin-calc-wrapper .bronto-form .field_block .field input.narrow {
      width: 100%; }
    .pectin-calc-wrapper .bronto-form .field_block .field select {
      width: 100%; }
      .pectin-calc-wrapper .bronto-form .field_block .field select option {
        width: 100%; }
  .pectin-calc-wrapper .bronto-form .required {
    color: #f00;
    font-weight: bold; }
  @media only screen and (min-width: 768px) {
    .pectin-calc-wrapper .bronto-form form .section .container {
      width: 50% !important; } }
  @media only screen and (min-width: 768px) {
    .pectin-calc-wrapper .bronto-form .field_block .field input.text, .pectin-calc-wrapper .bronto-form .field_block .field input.float, .pectin-calc-wrapper .bronto-form .field_block .field input.password, .pectin-calc-wrapper .bronto-form .field_block .field input.integer, .pectin-calc-wrapper .bronto-form .field_block .field input.currency, .pectin-calc-wrapper .bronto-form .field_block .field input.date {
      width: 190px; } }
  @media only screen and (min-width: 768px) {
    .pectin-calc-wrapper .bronto-form .field_block .field input.date {
      width: 102px; } }
  @media only screen and (min-width: 768px) {
    .pectin-calc-wrapper .bronto-form .field_block .field input.phone {
      width: 250px; } }
  @media only screen and (min-width: 768px) {
    .pectin-calc-wrapper .bronto-form .field_block .field textarea {
      width: 300px; } }
  @media only screen and (min-width: 768px) {
    .pectin-calc-wrapper .bronto-form .field_block .field input.wide {
      width: 300px; } }
  @media only screen and (min-width: 768px) {
    .pectin-calc-wrapper .bronto-form .field_block .field input.narrow {
      width: 100px; } }
  @media only screen and (min-width: 768px) {
    .pectin-calc-wrapper .bronto-form .field_block .field select {
      width: 200px; }
      .pectin-calc-wrapper .bronto-form .field_block .field select option {
        width: 200px; } }
  .pectin-calc-wrapper nav {
    font-family: "ssp", sans-serif; }
    .pectin-calc-wrapper nav ul {
      margin: 0;
      padding: 0; }
    .pectin-calc-wrapper nav a {
      text-decoration: none; }
  .pectin-calc-wrapper body {
    background: #e7e5dc url(images/bgBody.png) repeat left top;
    background-size: 19px 19px;
    font-family: "Georgia", serif; }
  .pectin-calc-wrapper .no-backgroundsize {
    background-image: url(images/bgBodyFallback.png); }
  .pectin-calc-wrapper .onlyTall {
    display: block; }
    .pectin-calc-wrapper .onlyTall.inline {
      display: inline; }
    .pectin-calc-wrapper .onlyTall.inlineBlock {
      display: inline-block; }
  .pectin-calc-wrapper .onlyGrande, .pectin-calc-wrapper .onlyVenti, .pectin-calc-wrapper .ball-25-header-float img {
    display: none; }
  .pectin-calc-wrapper .home-content-special .widgetContent {
    width: 240px; }
    .pectin-calc-wrapper .home-content-special .widgetContent h2 {
      font-family: 'chunk', serif;
      color: #fff;
      font-size: 1.5em !important;
      text-transform: uppercase;
      line-height: 1em !important; }
    .pectin-calc-wrapper .home-content-special .widgetContent .button, .pectin-calc-wrapper .home-content-special .widgetContent .button-fancy-small, .pectin-calc-wrapper .home-content-special .widgetContent
    .button-fancy-medium, .pectin-calc-wrapper .home-content-special .widgetContent #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper .home-content-special .widgetContent a.like-button {
      font-size: 1.4em;
      font-weight: 600;
      padding: 12px 30px; }
  @media only screen and (min-width: 400px) {
    .pectin-calc-wrapper .widget {
      height: 300px; }
      .pectin-calc-wrapper .widget.small > img {
        margin-left: -175px;
        width: 351px;
        margin-top: -30px; }
      .pectin-calc-wrapper .widget.small .button, .pectin-calc-wrapper .widget.small .button-fancy-small, .pectin-calc-wrapper .widget.small
      .button-fancy-medium, .pectin-calc-wrapper .widget.small #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper .widget.small a.like-button {
        bottom: 20px;
        display: inline-block;
        margin-top: 250px;
        width: 100%; }
      .pectin-calc-wrapper .widget.small.textButton .widgetContent h3 {
        font-size: 1.5em; }
      .pectin-calc-wrapper .widget.small.textButton .widgetContent h2 {
        font-size: 1.666em; }
      .pectin-calc-wrapper .widget.medium, .pectin-calc-wrapper .widget.large, .pectin-calc-wrapper .widget.full {
        padding: 40px; }
      .pectin-calc-wrapper .widget.medium.textButton, .pectin-calc-wrapper .widget.large.textButton, .pectin-calc-wrapper .widget.full.textButton {
        height: 300px;
        max-height: 300px; }
      .pectin-calc-wrapper .widget.medium .widgetContent, .pectin-calc-wrapper .widget.large .widgetContent, .pectin-calc-wrapper .widget.full .widgetContent {
        padding: 35px 20px; }
      .pectin-calc-wrapper .widget.medium .widgetContent h2, .pectin-calc-wrapper .widget.large .widgetContent h2, .pectin-calc-wrapper .widget.full .widgetContent h2 {
        font-size: 3.25em;
        line-height: 0.8em; }
      .pectin-calc-wrapper .widget.medium .widgetContent h3, .pectin-calc-wrapper .widget.large .widgetContent h3 {
        font-size: 2em; }
      .pectin-calc-wrapper .widget.full .widgetContent {
        padding: 25px 20px; }
        .pectin-calc-wrapper .widget.full .widgetContent h3 {
          font-size: 2em; }
        .pectin-calc-wrapper .widget.full .widgetContent h2 {
          font-size: 2.333em; }
      .pectin-calc-wrapper .widget.textIcon p, .pectin-calc-wrapper .widget .medSocContent {
        font-size: 16px;
        line-height: 23px; }
    .pectin-calc-wrapper .logo {
      font-size: 50px; }
    .pectin-calc-wrapper a.shopNowButton, .pectin-calc-wrapper a.shopNowButton850 {
      display: none; }
    .pectin-calc-wrapper .productListing li {
      width: 50%;
      display: inline-block; }
    .pectin-calc-wrapper .product {
      position: relative;
      min-height: 180px;
      padding: 20px 10px 10px 120px; }
      .pectin-calc-wrapper .product .productDescription {
        font-size: 0.875em; }
      .pectin-calc-wrapper .product p {
        margin: 0.25em 0 10px; }
      .pectin-calc-wrapper .product .productImage {
        position: absolute;
        left: 10px;
        top: 10px;
        width: 100px; }
        .pectin-calc-wrapper .product .productImage img {
          width: 100px;
          height: 130px; }
        .pectin-calc-wrapper .product .productImage figcaption {
          text-align: center; }
      .pectin-calc-wrapper .product .productDescription {
        margin-bottom: 10px; }
      .pectin-calc-wrapper .product .button, .pectin-calc-wrapper .product .button-fancy-small, .pectin-calc-wrapper .product
      .button-fancy-medium, .pectin-calc-wrapper .product #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button, #home_page_hero .owl-wrapper .owl-item > div .heroContent .pectin-calc-wrapper .product a.like-button {
        margin-right: 10px; }
    .pectin-calc-wrapper ul.videoList li {
      width: 50%; }
    .pectin-calc-wrapper ul.videoList.noImages a {
      padding: 0;
      height: 90px;
      line-height: 1.3;
      text-align: center;
      padding: 15px; }
      .pectin-calc-wrapper ul.videoList.noImages a:before {
        content: none; }
    .pectin-calc-wrapper .recipeDetails .recipeImage figcaption > span {
      line-height: 24px;
      font-size: 24px; }
    .pectin-calc-wrapper .region-content ul.recommendationRating li {
      display: inline-block; }
      .pectin-calc-wrapper .region-content ul.recommendationRating li a {
        width: 26px;
        font-size: 14px;
        text-align: center;
        line-height: 26px;
        display: block;
        height: 26px;
        background-color: #94b33f;
        border-top-left-radius: 13px;
        border-top-right-radius: 13px;
        border-bottom-left-radius: 13px;
        border-bottom-right-radius: 13px;
        border-radius: 13px;
        color: #fff; } }
  @media only screen and (min-width: 490px) {
    .pectin-calc-wrapper .ball-25-header {
      background-image: url(images/25-days/25Days.png);
      background-size: cover;
      margin-bottom: 20px;
      padding-top: 300px;
      padding: 0;
      position: relative;
      height: 300px; } }
  @media only screen and (min-width: 768px) {
    .pectin-calc-wrapper h1, .pectin-calc-wrapper .navHeader, .pectin-calc-wrapper .pageHeading {
      font-size: 2em; }
    .pectin-calc-wrapper a.shopNowButton {
      right: 40px;
      top: 60px;
      left: auto;
      display: block; }
    .pectin-calc-wrapper .outerWrap {
      margin: 0 auto; }
      .pectin-calc-wrapper .outerWrap > .main, .pectin-calc-wrapper .outerWrap > footer {
        padding: 34px 40px;
        border: 0 none; }
      .pectin-calc-wrapper .outerWrap > header {
        padding: 0 40px; }
        .pectin-calc-wrapper .outerWrap > header .logo {
          margin-left: 30px; }
          .pectin-calc-wrapper .outerWrap > header .logo a {
            background-size: 200px auto;
            width: 74px;
            height: 102px;
            background-position: left top; }
        .pectin-calc-wrapper .outerWrap > header .search {
          position: absolute;
          right: 100px;
          top: 25px; }
          .pectin-calc-wrapper .outerWrap > header .search input {
            height: 26px;
            padding: 5px;
            line-height: 16px;
            width: 230px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            border-radius: 5px; }
          .pectin-calc-wrapper .outerWrap > header .search button {
            height: 26px;
            line-height: 26px;
            -webkit-border-top-right-radius: 5px;
            -webkit-border-bottom-right-radius: 5px;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px; }
      .pectin-calc-wrapper .outerWrap > footer {
        border: 0 none; }
    .pectin-calc-wrapper .widget.textIcon p {
      font-size: 16px;
      line-height: 23px; }
    .pectin-calc-wrapper .widget.medium {
      padding: 40px 20px; }
      .pectin-calc-wrapper .widget.medium .widgetContent {
        padding: 35px 20px; }
    .pectin-calc-wrapper .primaryNav {
      clear: both;
      margin-bottom: 10px; }
      .pectin-calc-wrapper .primaryNav .menuContent {
        background: #fff;
        display: table;
        width: 100%; }
      .pectin-calc-wrapper .primaryNav li {
        display: inline-block;
        text-align: center;
        display: table-cell; }
        .pectin-calc-wrapper .primaryNav li.onlyTall {
          display: none; }
      .pectin-calc-wrapper .primaryNav .menuContent {
        position: relative;
        overflow: visible;
        top: auto;
        right: auto; }
    .pectin-calc-wrapper .countrySelect {
      top: 25px;
      right: 40px;
      height: 26px; }
      .pectin-calc-wrapper .countrySelect .current {
        top: 3px; }
    .pectin-calc-wrapper .onlyGrande {
      display: block; }
      .pectin-calc-wrapper .onlyGrande.inline {
        display: inline; }
      .pectin-calc-wrapper .onlyGrande.inlineBlock {
        display: inline-block; }
    .pectin-calc-wrapper .onlyTall {
      display: none; }
    .pectin-calc-wrapper .logo {
      vertical-align: top; }
    .pectin-calc-wrapper footer .socialNav {
      margin-top: 5px; }
    .pectin-calc-wrapper .secondaryNav {
      display: inline-block;
      vertical-align: top;
      padding-top: 10px; }
      .pectin-calc-wrapper .secondaryNav li {
        font-size: .875em;
        display: inline-block;
        color: #fff; }
        .pectin-calc-wrapper .secondaryNav li:before {
          content: "|"; }
        .pectin-calc-wrapper .secondaryNav li:first-child:before {
          content: ""; }
        .pectin-calc-wrapper .secondaryNav li a {
          color: #fff;
          padding: 5px; }
    .pectin-calc-wrapper .modalWrap {
      top: 100px;
      width: 600px;
      left: 50%;
      margin-left: -300px; }
    .pectin-calc-wrapper #addImageForm {
      width: 700px;
      margin-left: -350px; }
    .pectin-calc-wrapper .primaryHr {
      border-bottom: 14px solid #b58e44; }
      .pectin-calc-wrapper .primaryHr:before {
        height: 14px;
        border-left: 140px solid #e4cd5e;
        border-right: 140px solid #cbb445;
        bottom: -14px; }
      .pectin-calc-wrapper .primaryHr:after {
        height: 14px;
        border-left: 140px solid #e4cd5e;
        border-right: 140px solid #cbb445;
        bottom: -14px;
        border-left: 140px solid #bea73a;
        border-right: 0 none;
        left: 280px; }
    .pectin-calc-wrapper .productListing li {
      width: 33%;
      display: inline-block; }
    .pectin-calc-wrapper .headerImage {
      width: 100%;
      position: relative;
      overflow: hidden;
      height: 142px !important;
      text-align: center; }
      .pectin-calc-wrapper .headerImage img {
        position: absolute;
        height: 142px;
        width: auto; }
    .pectin-calc-wrapper .span11 .headerImage img {
      left: -320px;
      margin-left: 50%; }
    .pectin-calc-wrapper .span5 .headerImage img {
      left: -140px;
      margin-left: 50%; }
    .pectin-calc-wrapper ul.productsGroup li {
      width: 50%;
      float: left; }
    .pectin-calc-wrapper .productDetails {
      padding: 20px; }
      .pectin-calc-wrapper .productDetails h2 {
        border-bottom: 1px solid #e3e0d0;
        padding: 0;
        padding-bottom: 5px;
        color: #656461;
        margin-bottom: 10px;
        background-color: transparent;
        cursor: default; }
        .pectin-calc-wrapper .productDetails h2:after {
          display: none; }
      .pectin-calc-wrapper .productDetails .detailsWrap {
        padding: 0; }
    .pectin-calc-wrapper .detailsWrap {
      display: table; }
    .pectin-calc-wrapper .leftProductDetailsColumn {
      width: 50%;
      padding-right: 14px;
      border-right: 1px solid #e3e0d0; }
    .pectin-calc-wrapper .rightProductDetailsColumn {
      width: 50%;
      padding-left: 15px; }
    .pectin-calc-wrapper .leftProductDetailsColumn, .pectin-calc-wrapper .rightProductDetailsColumn {
      display: table-cell; }
    .pectin-calc-wrapper .leftProductDetailsColumn > :last-child, .pectin-calc-wrapper .rightProductDetailsColumn > :last-child {
      margin-bottom: 0; }
    .pectin-calc-wrapper ul.morePhotos li {
      width: 33%; }
    .pectin-calc-wrapper .expandContent.mobile {
      display: block; }
    .pectin-calc-wrapper ul.videoList li {
      width: 33%; }
    .pectin-calc-wrapper ul.videoList.longList li {
      width: 50%; }
    .pectin-calc-wrapper ul.videoList.longList span {
      height: 50px; }
    .pectin-calc-wrapper .menuContent {
      padding: 0;
      right: auto;
      top: auto;
      width: auto;
      background: #efede3;
      height: auto;
      overflow: auto; }
      .pectin-calc-wrapper .menuContent .megaMenuSection {
        display: none; }
    .pectin-calc-wrapper .megaMenuSection {
      position: absolute;
      background: #efede3;
      left: 0;
      width: 100%;
      text-align: left;
      padding: 30px 15px;
      display: block; }
      .pectin-calc-wrapper .megaMenuSection .megaMenuColumn {
        width: 25%;
        float: left;
        padding: 0 15px;
        vertical-align: top; }
      .pectin-calc-wrapper .megaMenuSection .oneColumn {
        width: 25%; }
      .pectin-calc-wrapper .megaMenuSection .twoColumn {
        width: 50%; }
      .pectin-calc-wrapper .megaMenuSection .threeColumn {
        width: 75%; }
      .pectin-calc-wrapper .megaMenuSection figure {
        max-width: 100%; }
        .pectin-calc-wrapper .megaMenuSection figure img {
          width: 100%; }
      .pectin-calc-wrapper .megaMenuSection .megaMenuLinks {
        border-left: 1px solid #a49d9d;
        padding: 0 15px;
        float: left;
        position: relative; }
        .pectin-calc-wrapper .megaMenuSection .megaMenuLinks ul {
          background: transparent;
          text-align: left;
          display: block; }
        .pectin-calc-wrapper .megaMenuSection .megaMenuLinks li {
          display: block;
          text-align: left; }
        .pectin-calc-wrapper .megaMenuSection .megaMenuLinks .megaMenuLinksColumn {
          width: 33%;
          float: left;
          padding-right: 10px; }
    .pectin-calc-wrapper .menuContent h2 {
      border: 0 none;
      font-size: 16px;
      text-transform: none;
      margin: 0;
      padding: 10px;
      color: #899503;
      cursor: pointer;
      transition: all 0.3s; }
      .pectin-calc-wrapper .menuContent h2 > a {
        color: #899503; }
      .pectin-calc-wrapper .menuContent h2:after, .pectin-calc-wrapper .menuContent h2:before {
        display: none; }
      .pectin-calc-wrapper .menuContent h2:hover a {
        color: #fff; }
    .pectin-calc-wrapper .menuContent .megaMenuSection {
      display: block;
      z-index: -100;
      top: 40px;
      opacity: 0;
      transition: opacity 0.3s ease 0, z-index 0 linear 0.3s; }
    .pectin-calc-wrapper .menuContent .openSection > h2 {
      background-color: #94b33f;
      color: #fff; }
    .pectin-calc-wrapper .noTouch .menuContent > li:hover > h2 {
      background-color: #94b33f;
      color: #fff; }
    .pectin-calc-wrapper .menuContent .openSection > h2 a, .pectin-calc-wrapper .noTouch .menuContent > li:hover > h2 a {
      color: inherit; }
    .pectin-calc-wrapper .menuContent .openSection .megaMenuSection, .pectin-calc-wrapper .noTouch .menuContent > li:hover .megaMenuSection {
      opacity: 1;
      z-index: 10;
      transition: opacity 0.3s ease, z-index 0 linear 0; }
    .pectin-calc-wrapper .basicForm .formPair {
      float: left; }
    .pectin-calc-wrapper .basicForm .half {
      width: 50%; }
    .pectin-calc-wrapper .basicForm .oneThird {
      width: 33%; }
    .pectin-calc-wrapper .basicForm .oneSixth {
      width: 16.5%; }
    .pectin-calc-wrapper .recipeFilters h2 {
      cursor: default; }
      .pectin-calc-wrapper .recipeFilters h2:after {
        display: none; }
    .pectin-calc-wrapper .recipesCategories li {
      width: 33%; }
    .pectin-calc-wrapper .pager .resultsPagination {
      float: right; }
    .pectin-calc-wrapper .pager .resultsData {
      float: left; }
    .pectin-calc-wrapper .recipeDetails .recipeEase, .pectin-calc-wrapper .recipeDetails .method {
      width: 50%;
      float: left; }
    .pectin-calc-wrapper .recipeDetails ul.morePhotos li {
      width: 25%; }
    .pectin-calc-wrapper .recipeDetails .recipeImage figcaption > span {
      width: 40%;
      line-height: 18px;
      font-size: 18px;
      left: 15px;
      top: 10px; }
    .pectin-calc-wrapper .recipeDetails .recipeImage figcaption .addPhotoModal {
      left: 15px;
      bottom: 15px; }
    .pectin-calc-wrapper #addImageFormContent {
      padding: 75px; }
    .pectin-calc-wrapper .modalForm {
      margin-left: -20px;
      width: calc(100% + 40px); }
      .pectin-calc-wrapper .modalForm .form-type-textfield, .pectin-calc-wrapper .modalForm .form-type-managed-file, .pectin-calc-wrapper .modalForm .form-type-checkbox {
        padding: 0 20px 20px;
        width: 50%;
        float: left; }
      .pectin-calc-wrapper .modalForm .form-type-managed-file, .pectin-calc-wrapper .modalForm .form-type-checkbox {
        width: 100%; }
      .pectin-calc-wrapper .modalForm .form-type-button {
        clear: both;
        float: right;
        margin: 0 20px 20px 0; }
      .pectin-calc-wrapper .modalForm .form-type-checkbox input {
        left: 30px; }
    .pectin-calc-wrapper .region-content .samples li {
      width: 25%;
      position: relative;
      float: left; }
      .pectin-calc-wrapper .region-content .samples li img {
        max-width: 100%; }
    .pectin-calc-wrapper .flexbox .sourceSwitch, .pectin-calc-wrapper .webkitbox .sourceSwitch {
      -ms-order: 2;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .pectin-calc-wrapper .no-flexbox.no-webkitbox .sourceSwitch {
      float: right; }
    .pectin-calc-wrapper .sidebarSteps.inPrimary {
      margin-left: -20px; }
      .pectin-calc-wrapper .sidebarSteps.inPrimary li {
        width: 33%;
        float: left;
        padding: 0 0 0 20px; }
        .pectin-calc-wrapper .sidebarSteps.inPrimary li:before {
          left: 32px;
          top: 29px; }
    .pectin-calc-wrapper .region-content ul.recommendationRating li {
      display: inline-block; }
      .pectin-calc-wrapper .region-content ul.recommendationRating li a {
        width: 30px;
        font-size: 14px;
        text-align: center;
        line-height: 30px;
        display: block;
        height: 30px;
        background-color: #94b33f;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        border-radius: 15px;
        color: #fff; }
    .pectin-calc-wrapper .ball-25-sweepstakes-cta {
      background-image: url(images/25-days/ball-25-sweepstakes-sm.jpg);
      background-size: cover;
      margin-bottom: 20px;
      position: relative;
      height: 300px; }
      .pectin-calc-wrapper .ball-25-sweepstakes-cta .sweepstakes {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        padding: 15px;
        margin: 0; }
        .pectin-calc-wrapper .ball-25-sweepstakes-cta .sweepstakes p {
          margin: 10px auto;
          color: #54441d;
          line-height: 1.2em; }
    .pectin-calc-wrapper .ball-25-social-grid .social-post-item {
      width: 354px;
      height: 354px;
      float: left;
      display: inline-block;
      overflow: hidden; }
      .pectin-calc-wrapper .ball-25-social-grid .social-post-item:nth-child(2n+1) {
        margin-right: 10px;
        margin-bottom: 10px; }
      .pectin-calc-wrapper .ball-25-social-grid .social-post-item:nth-child(2n) {
        margin-left: 10px;
        margin-bottom: 10px; }
      .pectin-calc-wrapper .ball-25-social-grid .social-post-item img.wide {
        min-height: 100%;
        width: auto; }
      .pectin-calc-wrapper .ball-25-social-grid .social-post-item img.tall {
        min-width: 100%;
        height: auto; }
    .pectin-calc-wrapper .tm {
      top: -12px;
      font-size: 18px; } }
  @media only screen and (min-width: 865px) {
    .pectin-calc-wrapper a.shopNowButton850 {
      display: block; }
    .pectin-calc-wrapper a.shopNowButton {
      display: none; } }
  @media only screen and (min-width: 1020px) {
    .pectin-calc-wrapper .outerWrap > header .logo a {
      background-size: 300px auto;
      width: 100px;
      height: 154px;
      background-position: left top; }
    .pectin-calc-wrapper .outerWrap > header .primaryNav {
      left: 0;
      padding: 0 40px 0 210px;
      position: absolute;
      top: 79px;
      width: 100%; }
    .pectin-calc-wrapper .outerWrap > header .socialNav {
      right: 410px; }
    .pectin-calc-wrapper .outerWrap > header .search input {
      width: 300px; }
    .pectin-calc-wrapper .widgetContent.wcRight {
      float: right; }
    .pectin-calc-wrapper .widgetContent.wcLeft {
      float: left; }
    .pectin-calc-wrapper .widget {
      margin-bottom: 20px; }
      .pectin-calc-wrapper .widget.textIcon p {
        font-size: 18px;
        line-height: 26px; }
      .pectin-calc-wrapper .widget.medium {
        padding: 40px; }
        .pectin-calc-wrapper .widget.medium .widgetContent {
          padding: 35px 35px; }
    .pectin-calc-wrapper a.shopNowButton {
      left: 210px;
      top: 24px;
      display: block;
      right: auto; }
    .pectin-calc-wrapper a.shopNowButton850 {
      display: none; }
    .pectin-calc-wrapper .secondaryContent {
      border-right: 10px solid #fff;
      border-left: 10px solid #fff; }
    .pectin-calc-wrapper ul.recipeResults li {
      padding: 0 110px 0 130px;
      min-height: 100px;
      display: table; }
      .pectin-calc-wrapper ul.recipeResults li img {
        position: absolute;
        max-width: 120px;
        left: 0;
        padding: 0; }
      .pectin-calc-wrapper ul.recipeResults li .ease {
        position: absolute;
        right: 0;
        width: 100px;
        top: 34px;
        margin: 0; }
      .pectin-calc-wrapper ul.recipeResults li .method, .pectin-calc-wrapper ul.recipeResults li .category, .pectin-calc-wrapper ul.recipeResults li .title {
        margin: 0;
        padding: 0 10px 10px;
        display: table-cell;
        min-height: 100px;
        border-right: 1px solid #bcb9ad;
        width: 129px;
        clear: none;
        float: left; }
      .pectin-calc-wrapper ul.recipeResults li .method span, .pectin-calc-wrapper ul.recipeResults li .category span, .pectin-calc-wrapper ul.recipeResults li .title span {
        display: table-cell;
        height: 90px;
        vertical-align: middle; }
      .pectin-calc-wrapper ul.recipeResults li .method, .pectin-calc-wrapper ul.recipeResults li .category, .pectin-calc-wrapper ul.recipeResults li .title {
        word-wrap: break-word; }
    .pectin-calc-wrapper .resultsTable table {
      border: 0; }
      .pectin-calc-wrapper .resultsTable table thead {
        display: table-header-group; }
      .pectin-calc-wrapper .resultsTable table tbody:before {
        content: '';
        height: 15px;
        line-height: 15px;
        display: block; }
      .pectin-calc-wrapper .resultsTable table tr {
        background: none;
        display: table-row;
        padding: 0; }
        .pectin-calc-wrapper .resultsTable table tr td {
          display: table-cell;
          word-wrap: break-word;
          overflow-wrap: break-word;
          padding: 10px;
          font-family: Arial Regular;
          font-size: 12px;
          vertical-align: middle; }
          .pectin-calc-wrapper .resultsTable table tr td:first-child, .pectin-calc-wrapper .resultsTable table tr td:last-child {
            border-right: none;
            float: none; }
          .pectin-calc-wrapper .resultsTable table tr td:first-child {
            padding: 10px 10px 10px 0;
            position: static; }
          .pectin-calc-wrapper .resultsTable table tr td:last-child {
            padding: 10px 0 10px 10px;
            position: static;
            top: auto;
            width: 100px; }
          .pectin-calc-wrapper .resultsTable table tr td:nth-child(3):before, .pectin-calc-wrapper .resultsTable table tr td:nth-child(4):before {
            content: ""; }
      .pectin-calc-wrapper .resultsTable table td {
        border-right: 1px solid #bcb9ad; }
        .pectin-calc-wrapper .resultsTable table td:first-child {
          width: 130px;
          border-right: 0 none; }
      .pectin-calc-wrapper .resultsTable table img {
        max-width: 120px;
        height: auto; }
    .pectin-calc-wrapper .onlyVenti {
      display: block; }
      .pectin-calc-wrapper .onlyVenti.inline {
        display: inline; }
      .pectin-calc-wrapper .onlyVenti.inlineBlock {
        display: inline-block; }
    .pectin-calc-wrapper .resultsLegend {
      width: 100%;
      margin: 10px 0;
      padding: 15px 0 15px 130px;
      background-color: #f6f5f0; }
      .pectin-calc-wrapper .resultsLegend span {
        display: block;
        width: 129px;
        float: left;
        padding: 0 10px; }
        .pectin-calc-wrapper .resultsLegend span.easeLabel {
          width: 100px; }
    .pectin-calc-wrapper .recipeDetails .recipeImage figcaption > span {
      width: 35%;
      line-height: 24px;
      font-size: 24px;
      left: 15px;
      top: 15px; }
    .pectin-calc-wrapper .recipeDetails .recipeImage figcaption .addPhotoModal {
      bottom: 15px;
      left: 15px; }
    .pectin-calc-wrapper .lt-ie9 .ball-25-head .gift-card {
      background: #C0362B; }
    .pectin-calc-wrapper .ball-25-sweepstakes-cta {
      height: 350px; }
    .pectin-calc-wrapper .lt-ie9 .ball-25-sweepstakes-cta {
      height: 450px; }
    .pectin-calc-wrapper .ball-25-sweepstakes-cta .sweepstakes {
      background: transparent;
      padding: 0;
      margin: 15px auto; }
    .pectin-calc-wrapper .ball-25-giveaway {
      margin-bottom: 20px; }
    .pectin-calc-wrapper .ball-25-social-grid .social-post-item {
      width: 460px;
      height: 460px;
      float: left;
      display: inline-block;
      overflow: hidden; }
      .pectin-calc-wrapper .ball-25-social-grid .social-post-item:nth-child(2n+1) {
        margin-right: 10px;
        margin-bottom: 10px; }
      .pectin-calc-wrapper .ball-25-social-grid .social-post-item:nth-child(2n) {
        margin-left: 10px;
        margin-bottom: 10px; }
      .pectin-calc-wrapper .ball-25-social-grid .social-post-item img.wide {
        min-height: 100%;
        width: auto; }
      .pectin-calc-wrapper .ball-25-social-grid .social-post-item img.tall {
        min-width: 100%;
        height: auto; }
    .pectin-calc-wrapper ul.videoList.longList li {
      width: 33.333%; } }
  .pectin-calc-wrapper .right {
    float: right; }
  .pectin-calc-wrapper .left {
    float: left; }
  .pectin-calc-wrapper .ir {
    font: 0/0 a;
    text-shadow: none;
    color: transparent; }
  .pectin-calc-wrapper .hidden {
    display: none !important;
    visibility: hidden; }
  .pectin-calc-wrapper .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
    .pectin-calc-wrapper .visuallyhidden.focusable:active, .pectin-calc-wrapper .visuallyhidden.focusable:focus {
      clip: auto;
      height: auto;
      margin: 0;
      overflow: visible;
      position: static;
      width: auto; }
  .pectin-calc-wrapper .invisible {
    visibility: hidden; }
  .pectin-calc-wrapper .hidden-sm {
    display: none; }
  @media only screen and (min-width: 850px) {
    .pectin-calc-wrapper .hidden-sm {
      display: block; } }
  @media only screen and (min-width: 850px) {
    .pectin-calc-wrapper .visible-sm {
      display: none; } }
  .pectin-calc-wrapper .text-center {
    text-align: center; }
  .pectin-calc-wrapper .clearfix, .pectin-calc-wrapper .category-switch {
    *zoom: 1; }
    .pectin-calc-wrapper .clearfix:before, .pectin-calc-wrapper .category-switch:before {
      content: " ";
      display: table; }
    .pectin-calc-wrapper .clearfix:after, .pectin-calc-wrapper .category-switch:after {
      content: " ";
      display: table;
      clear: both; }
  @media print {
    .pectin-calc-wrapper * {
      background: transparent !important;
      color: #000 !important;
      box-shadow: none !important;
      text-shadow: none !important; }
    .pectin-calc-wrapper a {
      text-decoration: underline; }
      .pectin-calc-wrapper a:visited {
        text-decoration: underline; }
      .pectin-calc-wrapper a[href]:after {
        content: " (" attr(href) ")"; }
    .pectin-calc-wrapper abbr[title]:after {
      content: " (" attr(title) ")"; }
    .pectin-calc-wrapper .ir a:after {
      content: ""; }
    .pectin-calc-wrapper a[href^="javascript:"]:after, .pectin-calc-wrapper a[href^="#"]:after {
      content: ""; }
    .pectin-calc-wrapper pre, .pectin-calc-wrapper blockquote {
      border: 1px solid #999;
      page-break-inside: avoid; }
    .pectin-calc-wrapper thead {
      display: table-header-group; }
    .pectin-calc-wrapper tr {
      page-break-inside: avoid; }
    .pectin-calc-wrapper img {
      page-break-inside: avoid;
      max-width: 100% !important; }
    @page {
      .pectin-calc-wrapper {
        margin: 0.5cm; } }
    .pectin-calc-wrapper p, .pectin-calc-wrapper h2, .pectin-calc-wrapper h3 {
      orphans: 3;
      widows: 3; }
    .pectin-calc-wrapper h2, .pectin-calc-wrapper h3 {
      page-break-after: avoid; }
    .pectin-calc-wrapper .recipePage .pageHeading {
      display: none; }
    .pectin-calc-wrapper .recipePage .ease {
      display: inline;
      text-align: left; }
      .pectin-calc-wrapper .recipePage .ease span {
        display: inline;
        text-align: left; }
    .pectin-calc-wrapper .recipePage .recipeEase h3 {
      display: inline;
      text-align: left; }
    .pectin-calc-wrapper .recipePage .method {
      margin-bottom: 2em; }
      .pectin-calc-wrapper .recipePage .method h3, .pectin-calc-wrapper .recipePage .method span {
        display: inline;
        text-align: left; }
    .pectin-calc-wrapper .recipePage .recipeSocial, .pectin-calc-wrapper .recipePage .recipeImage, .pectin-calc-wrapper .recipePage .siteHeader {
      display: none; }
    .pectin-calc-wrapper .recipePage footer > .logo, .pectin-calc-wrapper .recipePage footer .secondaryNav, .pectin-calc-wrapper .recipePage footer .socialNav {
      display: none; }
    .pectin-calc-wrapper .recipePage #reviews {
      display: none; }
    .pectin-calc-wrapper .recipeDetails .secondaryContent, .pectin-calc-wrapper .recipeDetails .photoShare {
      display: none; } }
  .pectin-calc-wrapper #edit-sort-bef-combine, .pectin-calc-wrapper #edit-submit-recipes, .pectin-calc-wrapper .form-item.form-type-select.form-item-sort-bef-combine {
    display: none; }
  .pectin-calc-wrapper .recipeSearch {
    position: relative; }
    .pectin-calc-wrapper .recipeSearch button {
      position: absolute;
      right: 0;
      top: 0; }

.link-findRecipe a {
  color: #fff; }

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
.registration-wrapper {
  /* .button:before,.button:after,#edit-moderated-guest-upload-button:before,#edit-moderated-guest-upload-button:after,#user-login button:before,#user-login button:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #94b33f transparent transparent;
    border-width: 5px 5px 5px 0;
    position: absolute;
    left: -2px;
    top: 50%;
    margin-top: -5px;
    border-radius: 3px;
    -webkit-transition: border-color,0.5s;
    -moz-transition: border-color,0.5s;
    -o-transition: border-color,0.5s;
    transition: border-color,0.5s
} */
  /* The form element is the main container for the entire page and is centered on the page by default. This width is dynamically calculated based on the maximum width of the rows within it. */
  /* This is the style for each individual row. */
  /* This is the style for each column within a row. */
  /* This surrounds every field and caption area. */
  /* A field's caption normally surrounds its label element. */
  /* The following are special styles for the layout of checkbox and radio fields */
  /* This is the individual field input. */
  /* The style for field-level errors */
  /* The styles for individual field types */
  /* The styles for textareas are slightly larger than by default with no CSS */
  /* This can be applied to any field element to make it wider than the default above */
  /* This can be applied to any field element to make it narrower than the default above */
  /* A dropdown menu within a field is styled here. */
  /* Required fields are red and bold by default. */ }
  .registration-wrapper article, .registration-wrapper aside, .registration-wrapper details, .registration-wrapper figcaption, .registration-wrapper figure, .registration-wrapper footer, .registration-wrapper header, .registration-wrapper hgroup, .registration-wrapper main, .registration-wrapper nav, .registration-wrapper section, .registration-wrapper summary {
    display: block; }
  .registration-wrapper * {
    box-sizing: border-box; }
    .registration-wrapper *:before, .registration-wrapper *:after {
      box-sizing: border-box; }
  .registration-wrapper audio, .registration-wrapper canvas, .registration-wrapper video {
    display: inline-block;
    *display: inline;
    *zoom: 1; }
  .registration-wrapper audio:not([controls]) {
    display: none;
    height: 0; }
  .registration-wrapper [hidden] {
    display: none; }
  .registration-wrapper html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: "ssp", sans-serif; }
  .registration-wrapper button, .registration-wrapper input, .registration-wrapper select, .registration-wrapper textarea {
    font-family: "ssp", sans-serif; }
  .registration-wrapper body {
    margin: 0; }
  .registration-wrapper a:focus {
    outline: thin dotted; }
  .registration-wrapper a:active, .registration-wrapper a:hover {
    outline: 0; }
  .registration-wrapper abbr[title] {
    border-bottom: 1px dotted; }
  .registration-wrapper b, .registration-wrapper strong {
    font-weight: bold; }
  .registration-wrapper blockquote {
    margin: 1em 40px; }
  .registration-wrapper dfn {
    font-style: italic; }
  .registration-wrapper hr {
    box-sizing: content-box; }
  .registration-wrapper mark {
    background: #ff0;
    color: #000; }
  .registration-wrapper p, .registration-wrapper pre {
    margin: 1em 0; }
  .registration-wrapper code, .registration-wrapper kbd, .registration-wrapper pre, .registration-wrapper samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em; }
  .registration-wrapper pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word; }
  .registration-wrapper q {
    quotes: none; }
    .registration-wrapper q:before, .registration-wrapper q:after {
      content: '';
      content: none; }
  .registration-wrapper small {
    font-size: 80%; }
  .registration-wrapper sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  .registration-wrapper sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em; }
  .registration-wrapper sub {
    bottom: -0.25em; }
  .registration-wrapper dl, .registration-wrapper menu, .registration-wrapper ol, .registration-wrapper ul {
    margin: 1em 0; }
  .registration-wrapper dd {
    margin: 0 0 0 40px; }
  .registration-wrapper menu, .registration-wrapper ol, .registration-wrapper ul {
    padding: 0 0 0 40px; }
  .registration-wrapper nav ul, .registration-wrapper nav ol {
    list-style: none;
    list-style-image: none; }
  .registration-wrapper img {
    border: 0;
    -ms-interpolation-mode: bicubic; }
  .registration-wrapper svg:not(:root) {
    overflow: hidden; }
  .registration-wrapper figure, .registration-wrapper form {
    margin: 0; }
  .registration-wrapper fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  .registration-wrapper legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px; }
  .registration-wrapper button, .registration-wrapper input, .registration-wrapper select, .registration-wrapper textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle; }
  .registration-wrapper button, .registration-wrapper input {
    line-height: normal; }
  .registration-wrapper button, .registration-wrapper select {
    text-transform: none; }
  .registration-wrapper button, .registration-wrapper html input[type="button"] {
    -webkit-appearance: none;
    cursor: pointer;
    *overflow: visible; }
  .registration-wrapper input[type="reset"], .registration-wrapper input[type="submit"] {
    -webkit-appearance: none;
    cursor: pointer;
    *overflow: visible; }
  .registration-wrapper button[disabled], .registration-wrapper html input[disabled] {
    cursor: default; }
  .registration-wrapper input[type="checkbox"], .registration-wrapper input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
    float: left; }
  .registration-wrapper input[type="search"] {
    -webkit-appearance: textfield; }
    .registration-wrapper input[type="search"]::-webkit-search-cancel-button, .registration-wrapper input[type="search"]::-webkit-search-decoration {
      -webkit-appearance: none; }
  .registration-wrapper button::-moz-focus-inner, .registration-wrapper input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .registration-wrapper textarea {
    overflow: auto;
    vertical-align: top; }
  .registration-wrapper table {
    border-collapse: collapse;
    border-spacing: 0; }
  .registration-wrapper input:focus, .registration-wrapper select:focus, .registration-wrapper textarea:focus {
    box-shadow: #0066ff 0 0 5px 0;
    z-index: 1; }
  .registration-wrapper select {
    background-clip: padding-box;
    border-radius: 0;
    -webkit-appearance: none;
    background-color: white;
    border: 1px solid #ccc;
    /* border-color: #848484 #c1c1c1 #e1e1e1;*/
    color: black;
    outline: 0;
    margin: 0;
    padding: 10px 5px;
    text-align: left;
    font-size: 13px;
    font-family: Arial, sans-serif;
    height: 40px;
    border-radius: 4px;
    vertical-align: top;
    *padding-top: 10px;
    *padding-bottom: 1px;
    *height: auto; }
  @media (-webkit-min-device-pixel-ratio: 0) {
    .registration-wrapper select {
      background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
      background-repeat: no-repeat;
      background-position: right center;
      padding-right: 20px; }
      .registration-wrapper select[size] {
        background-image: none;
        padding-right: 3px; }
      .registration-wrapper select[multiple] {
        background-image: none;
        padding-right: 3px; }
        .registration-wrapper select[multiple][size] {
          background-image: none;
          padding-right: 3px; }
      .registration-wrapper select[size="0"], .registration-wrapper select[size="1"] {
        background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
        background-repeat: no-repeat;
        background-position: right center;
        padding-right: 20px; }
    .registration-wrapper ::-webkit-validation-bubble-message {
      box-shadow: none;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666), color-stop(1, #000));
      border: 0;
      color: white;
      font: 13px/17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
      overflow: hidden;
      padding: 15px 15px 17px;
      text-shadow: black 0 0 1px;
      min-height: 16px; }
    .registration-wrapper ::-webkit-validation-bubble-arrow, .registration-wrapper ::-webkit-validation-bubble-top-outer-arrow, .registration-wrapper ::-webkit-validation-bubble-top-inner-arrow {
      box-shadow: none;
      background: #666666;
      border-color: #666666; } }
  .registration-wrapper .placeholder {
    color: #79766e; }
  .registration-wrapper ::-webkit-input-placeholder, .registration-wrapper input:-moz-placeholder, .registration-wrapper textarea:-moz-placeholder {
    color: #d0d0d0; }
  .registration-wrapper .error::-webkit-input-placeholder, .registration-wrapper input.error:-moz-placeholder, .registration-wrapper textarea:-moz-placeholder {
    color: #b2735a; }

@font-face {
  .registration-wrapper {
    font-family: 'ssp';
    src: url("../fonts/ssp-bold-webfont.eot");
    src: url("../fonts/ssp-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ssp-bold-webfont.woff") format("woff"), url("../fonts/ssp-bold-webfont.ttf") format("truetype"), url("../fonts/ssp-bold-webfont.svg#source_sans_probold") format("svg");
    font-weight: 700;
    font-style: normal; } }

@font-face {
  .registration-wrapper {
    font-family: 'ssp';
    src: url("../fonts/ssp-bolditalic-webfont.eot");
    src: url("../fonts/ssp-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ssp-bolditalic-webfont.woff") format("woff"), url("../fonts/ssp-bolditalic-webfont.ttf") format("truetype"), url("../fonts/ssp-bolditalic-webfont.svg#source_sans_probold_italic") format("svg");
    font-weight: 700;
    font-style: italic; } }

@font-face {
  .registration-wrapper {
    font-family: 'ssp';
    src: url("../fonts/ssp-italic-webfont.eot");
    src: url("../fonts/ssp-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ssp-italic-webfont.woff") format("woff"), url("../fonts/ssp-italic-webfont.ttf") format("truetype"), url("../fonts/ssp-italic-webfont.svg#source_sans_proitalic") format("svg");
    font-weight: normal;
    font-style: italic; } }

@font-face {
  .registration-wrapper {
    font-family: 'ssp';
    src: url("../fonts/ssp-regular-webfont.eot");
    src: url("../fonts/ssp-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ssp-regular-webfont.woff") format("woff"), url("../fonts/ssp-regular-webfont.ttf") format("truetype"), url("../fonts/ssp-regular-webfont.svg#source_sans_proregular") format("svg");
    font-weight: normal;
    font-style: normal; } }

@font-face {
  .registration-wrapper {
    font-family: 'Chunk';
    src: url("../fonts/Chunkfive-webfont.eot");
    src: url("../fonts/Chunkfive-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Chunkfive-webfont.woff") format("woff"), url("../fonts/Chunkfive-webfont.ttf") format("truetype"), url("../fonts/Chunkfive-webfont.svg#ChunkFiveRegular") format("svg");
    font-weight: bold;
    font-style: normal; } }

@font-face {
  .registration-wrapper {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot");
    src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.svg#icomoon") format("svg");
    font-weight: normal;
    font-style: normal; } }
  .registration-wrapper [class^="icon-"], .registration-wrapper [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .registration-wrapper .icon-facebook:before {
    content: "ÃƒÂ®Ã‹Å“Ã¯Â¿Â½"; }
  .registration-wrapper .icon-pinterest:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Ëœ"; }
  .registration-wrapper .icon-twitter:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬â„¢"; }
  .registration-wrapper .icon-youtube_circle_black:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Å“"; }
  .registration-wrapper .icon-vine:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬ï¿½"; }
  .registration-wrapper .icon-arrow-left:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Å¾"; }
  .registration-wrapper .icon-arrow-right:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Â¦"; }
  .registration-wrapper .icon-play:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Â "; }
  .registration-wrapper .icon-logo:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Â¡"; }
  .registration-wrapper .icon-halfstar:before {
    content: "ÃƒÂ®Ã‹Å“Ã‹â€ "; }
  .registration-wrapper .icon-star:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°"; }
  .registration-wrapper .icon-star2:before {
    content: "ÃƒÂ®Ã‹Å“Ã…Â "; }
  .registration-wrapper .icon-kerr-logo:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Â¹"; }
  .registration-wrapper .container {
    margin-right: auto;
    margin-left: auto; }
  .registration-wrapper .span1, .registration-wrapper .span2, .registration-wrapper .span3, .registration-wrapper .span4, .registration-wrapper .span5, .registration-wrapper .span6, .registration-wrapper .span7, .registration-wrapper .span8, .registration-wrapper .span9, .registration-wrapper .span10, .registration-wrapper .span11, .registration-wrapper .span12, .registration-wrapper .span13, .registration-wrapper .span14, .registration-wrapper .span15, .registration-wrapper .span16, .registration-wrapper .pageHeading {
    padding-right: 5px;
    padding-left: 5px;
    clear: both;
    min-height: 1px; }
  .registration-wrapper .mSpan8 {
    width: 50%;
    float: left;
    clear: none;
    box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .registration-wrapper tr.productmodel .selector {
      width: 308px !important; }
    .registration-wrapper .container:before, .registration-wrapper .container:after {
      content: " ";
      display: table; }
    .registration-wrapper .row:before, .registration-wrapper .row:after {
      content: " ";
      display: table; }
    .registration-wrapper .container:after, .registration-wrapper .row:after {
      clear: both; }
    .registration-wrapper .span1, .registration-wrapper .span2, .registration-wrapper .span3, .registration-wrapper .span4, .registration-wrapper .span5, .registration-wrapper .span6, .registration-wrapper .span7, .registration-wrapper .span8, .registration-wrapper .span9, .registration-wrapper .span10, .registration-wrapper .span11, .registration-wrapper .span12, .registration-wrapper .span13, .registration-wrapper .span14, .registration-wrapper .span15, .registration-wrapper .span16, .registration-wrapper .pageHeading {
      min-height: 1px;
      clear: none; }
    .registration-wrapper .no-flexbox.no-webkitbox *[class*='span'] {
      position: relative;
      float: left; }
      .registration-wrapper .no-flexbox.no-webkitbox *[class*='span'].pull-right {
        float: right; }
    .registration-wrapper .flexbox .row, .registration-wrapper .webkitbox .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .registration-wrapper .flexbox *[class*='span'], .registration-wrapper .webkitbox *[class*='span'] {
      float: none; }
    .registration-wrapper .span1 {
      width: 6.25%; }
    .registration-wrapper .offset1 {
      margin-left: 6.25%; }
    .registration-wrapper .span2 {
      width: 12.5%; }
    .registration-wrapper .offset2 {
      margin-left: 12.5%; }
    .registration-wrapper .span3 {
      width: 18.75%; }
    .registration-wrapper .offset3 {
      margin-left: 18.75%; }
    .registration-wrapper .span4 {
      width: 25%; }
    .registration-wrapper .offset4 {
      margin-left: 25%; }
    .registration-wrapper .span5 {
      width: 31.25%; }
    .registration-wrapper .offset5 {
      margin-left: 31.25%; }
    .registration-wrapper .span6 {
      width: 37.5%; }
    .registration-wrapper .offset6 {
      margin-left: 37.5%; }
    .registration-wrapper .span7 {
      width: 43.75%; }
    .registration-wrapper .offset7 {
      margin-left: 43.75%; }
    .registration-wrapper .span8 {
      width: 50%; }
    .registration-wrapper .offset8 {
      margin-left: 50%; }
    .registration-wrapper .span9 {
      width: 56.25%; }
    .registration-wrapper .offset9 {
      margin-left: 56.25%; }
    .registration-wrapper .span10 {
      width: 62.5%; }
    .registration-wrapper .offset10 {
      margin-left: 62.5%; }
    .registration-wrapper .span11 {
      width: 68.75%; }
    .registration-wrapper .offset11 {
      margin-left: 68.75%; }
    .registration-wrapper .span12 {
      width: 75%; }
    .registration-wrapper .offset12 {
      margin-left: 75%; }
    .registration-wrapper .span13 {
      width: 81.25%; }
    .registration-wrapper .offset13 {
      margin-left: 81.25%; }
    .registration-wrapper .span14 {
      width: 87.5%; }
    .registration-wrapper .offset14 {
      margin-left: 87.5%; }
    .registration-wrapper .span15 {
      width: 93.75%; }
    .registration-wrapper .offset15 {
      margin-left: 93.75%; }
    .registration-wrapper .span16, .registration-wrapper .pageHeading {
      width: 100%; }
    .registration-wrapper .container {
      max-width: 728px; }
    .registration-wrapper .row {
      margin-right: -10px;
      margin-left: -10px; }
    .registration-wrapper *[class*='span'] {
      box-sizing: border-box; } }
  .registration-wrapper .registration_container {
    border: 1px solid #ccc;
    width: 60%;
    box-sizing: border-box;
    margin: 0 10px;
    padding: 0 20px; }
  .registration-wrapper .form-horizontal .field-wrapper {
    padding-left: 0%;
    margin-top: 5px; }
  @media only screen and (max-width: 767px) {
    .registration-wrapper .registration_container {
      width: 93%;
      padding: 5px; }
    .registration-wrapper .form-horizontal .field-wrapper {
      padding-right: 5px; } }
  @media screen and (min-width: 1020px) {
    .registration-wrapper .container {
      max-width: 940px; }
    .registration-wrapper .span1, .registration-wrapper .span2, .registration-wrapper .span3, .registration-wrapper .span4, .registration-wrapper .span5, .registration-wrapper .span6, .registration-wrapper .span7, .registration-wrapper .span8, .registration-wrapper .span9, .registration-wrapper .span10, .registration-wrapper .span11, .registration-wrapper .span12, .registration-wrapper .span13, .registration-wrapper .span14, .registration-wrapper .span15, .registration-wrapper .span16, .registration-wrapper .pageHeading {
      padding-right: 10px;
      padding-left: 10px; } }
  @media screen and (min-width: 1200px) {
    .registration-wrapper .container {
      max-width: 1180px; } }
  .registration-wrapper h1, .registration-wrapper .navHeader, .registration-wrapper h3 {
    font-family: "chunk", serif; }
  .registration-wrapper h2, .registration-wrapper h4 {
    font-family: "ssp", sans-serif; }
  .registration-wrapper h1, .registration-wrapper .navHeader {
    font-size: 1.5em;
    margin: 0.67em 0; }
  .registration-wrapper h2 {
    font-size: 1.5em;
    margin: 0.7em 0; }
  .registration-wrapper h3 {
    font-size: 1.17em;
    margin: 1em 0; }
  .registration-wrapper h4 {
    font-size: .875em;
    font-family: georgia, serif;
    margin: 1.33em 0 .66em;
    font-weight: bold;
    color: #939b32; }
  .registration-wrapper h5 {
    font-size: 0.83em;
    margin: 1.67em 0; }
  .registration-wrapper h6 {
    font-size: 0.67em;
    margin: 2.33em 0; }
  .registration-wrapper a {
    color: #94b33f; }
  .registration-wrapper .basicList, .registration-wrapper .region-content ul, .registration-wrapper .primaryNav .megaMenuLinks ul {
    list-style: none;
    padding-left: 15px; }
  .registration-wrapper .basicList > li, .registration-wrapper .region-content ul > li, .registration-wrapper .primaryNav .megaMenuLinks ul > li {
    margin-bottom: .5em;
    position: relative; }
  .registration-wrapper .basicList > li:before, .registration-wrapper .region-content ul > li:before, .registration-wrapper .primaryNav .megaMenuLinks ul > li:before {
    content: '\25CF \00A0';
    color: #c2c0b4;
    float: left;
    width: 15px;
    margin-left: -15px;
    display: block; }
  .registration-wrapper .basicList ul li, .registration-wrapper .region-content ul ul li, .registration-wrapper .primaryNav .megaMenuLinks ul ul li {
    font-size: 14px; }
  .registration-wrapper .secondaryHeader, .registration-wrapper .region-content .secondaryHeader {
    font-family: 'ssp', sans-serif;
    margin-bottom: .33em;
    font-size: 1.5em;
    margin: 0.7em 0;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .registration-wrapper .secondaryHeader .deEm {
    text-transform: none; }
  .registration-wrapper .region-content {
    color: #656461; }
    .registration-wrapper .region-content .secondaryHeader .deEm {
      text-transform: none; }
    .registration-wrapper .region-content p {
      line-height: 1.5em; }
    .registration-wrapper .region-content small.legal {
      font-size: 11px;
      display: block;
      line-height: 14px;
      margin-top: 10px;
      clear: both; }
    .registration-wrapper .region-content h2, .registration-wrapper .region-content h3 {
      margin-bottom: .33em;
      font-weight: normal;
      letter-spacing: 1px;
      font-size: 20px;
      color: #414042;
      text-transform: none;
      font-weight: bold; }
    .registration-wrapper .region-content h2 .deEm, .registration-wrapper .region-content h3 .deEm {
      text-transform: none; }
    .registration-wrapper .region-content h1 + p, .registration-wrapper .region-content .navHeader + p, .registration-wrapper .region-content h1 + ul, .registration-wrapper .region-content .navHeader + ul, .registration-wrapper .region-content h1 + ol, .registration-wrapper .region-content .navHeader + ol {
      margin-top: 0.5em; }
    .registration-wrapper .region-content h2 + p, .registration-wrapper .region-content h2 + ul, .registration-wrapper .region-content h2 + ol {
      margin-top: 0.5em; }
    .registration-wrapper .region-content h3 + p, .registration-wrapper .region-content h3 + ul, .registration-wrapper .region-content h3 + ol {
      margin-top: 0.5em; }
    .registration-wrapper .region-content h4 + p, .registration-wrapper .region-content h4 + ul, .registration-wrapper .region-content h4 + ol {
      margin-top: 0.5em; }
    .registration-wrapper .region-content h5 + p, .registration-wrapper .region-content h5 + ul, .registration-wrapper .region-content h5 + ol {
      margin-top: 0.5em; }
    .registration-wrapper .region-content h6 + p, .registration-wrapper .region-content h6 + ul, .registration-wrapper .region-content h6 + ol {
      margin-top: 0.5em; }
    .registration-wrapper .region-content a {
      text-decoration: none;
      word-break: break-word; }
      .registration-wrapper .region-content a.button, .registration-wrapper .region-content a.button-fancy-small, .registration-wrapper .region-content
      a.button-fancy-medium, .registration-wrapper .region-content #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper .region-content a.like-button {
        color: #fff; }
    .registration-wrapper .region-content ol li {
      margin-bottom: 20px; }
    .registration-wrapper .region-content .content img.left {
      max-width: 50%;
      padding-right: 20px;
      height: auto; }
  .registration-wrapper .secondaryContent p, .registration-wrapper .secondaryContent li {
    font-size: 0.875em; }
  .registration-wrapper .secondaryHr, .registration-wrapper .region-content .callout > h2 {
    position: relative;
    font-size: 1.3125em;
    border-bottom: 8px solid #939b32;
    padding-bottom: 4px; }
  .registration-wrapper .secondaryHr:before, .registration-wrapper .region-content .callout > h2:before, .registration-wrapper .secondaryHr:after, .registration-wrapper .region-content .callout > h2:after {
    position: absolute;
    content: '';
    width: 0;
    height: 8px;
    border-left: 36px solid #c8d15d;
    border-right: 36px solid #b0b941;
    left: 0;
    bottom: -8px; }
  .registration-wrapper .secondaryHr:after, .registration-wrapper .region-content .callout > h2:after {
    border-left: 36px solid #a5ae3a;
    border-right: 0 none;
    left: 72px; }
  .registration-wrapper .secondaryHr:first-child {
    margin-top: 0; }
  .registration-wrapper .region-content .callout {
    margin-bottom: 50px; }
    .registration-wrapper .region-content .callout > h2:first-child {
      margin-top: 0; }
  .registration-wrapper .region-content table {
    table-layout: fixed;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word; }
    .registration-wrapper .region-content table td {
      vertical-align: top; }
    .registration-wrapper .region-content table th {
      border-bottom: 1px solid #a49d9d;
      border-top: 1px solid #a49d9d;
      padding: 10px; }
    .registration-wrapper .region-content table .tableStripe td {
      background: #f1efea; }
  .registration-wrapper .primaryHr {
    position: relative;
    border-bottom: 8px solid #b58e44;
    padding-bottom: 4px;
    margin-bottom: 1em; }
  .registration-wrapper .region-content .primaryHr {
    margin-bottom: 1em; }
  .registration-wrapper .primaryHr:before {
    position: absolute;
    content: '';
    width: 0;
    height: 8px;
    border-left: 36px solid #e4cd5e;
    border-right: 36px solid #cbb445;
    left: 0;
    bottom: -8px; }
  .registration-wrapper .primaryHr:after {
    position: absolute;
    content: '';
    width: 0;
    height: 8px;
    border-left: 36px solid #e4cd5e;
    border-right: 36px solid #cbb445;
    left: 0;
    bottom: -8px;
    border-left: 36px solid #bea73a;
    border-right: 0 none;
    left: 72px; }
  .registration-wrapper .region-content h1.primaryHr, .registration-wrapper .region-content .primaryHr.navHeader {
    margin-bottom: .33em;
    font-weight: normal;
    font-size: 1.5em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "ssp", sans-serif; }
  .registration-wrapper .region-content .contentIcons {
    font-size: 30px;
    margin: 5px 0;
    vertical-align: middle; }
  .registration-wrapper .primaryNav h2 {
    margin-bottom: .33em;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .registration-wrapper .primaryNav h4 {
    font-family: 'ssp', sans-serif;
    font-weight: normal;
    color: #94b33f;
    margin: 0.25em 0 0.5em; }
    .registration-wrapper .primaryNav h4 + p {
      margin-top: 0.5em; }
  .registration-wrapper .primaryNav .megaMenuLinks h4 {
    font-size: 16px;
    font-family: 'ssp', sans-serif;
    color: #656461;
    border-bottom: 1px solid #a49d9d;
    padding-bottom: 2px; }
  .registration-wrapper .primaryNav .megaMenuLinks ul li {
    font-size: 0.875em; }
    .registration-wrapper .primaryNav .megaMenuLinks ul li:before {
      color: #656461; }
  .registration-wrapper .primaryNav p {
    font-size: .875em;
    font-family: georgia, serif;
    color: #656461; }
  .registration-wrapper ol.search-results {
    padding-left: 0; }
    .registration-wrapper ol.search-results .search-result {
      margin-bottom: 1.5em; }
      .registration-wrapper ol.search-results .search-result .title {
        text-transform: none;
        font-family: "Georgia",serif;
        font-size: 16px; }
      .registration-wrapper ol.search-results .search-result .search-info {
        display: none; }
  .registration-wrapper .tm {
    top: -8px;
    left: 4px;
    font-size: 14px; }
  .registration-wrapper input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 4px;
    background-clip: padding-box;
    background: #ddd url("../images/button.png?1298351022") repeat-x;
    background-image: linear-gradient(#ffffff, #dddddd);
    border: 1px solid;
    border-color: #dddddd #bbbbbb #999999;
    cursor: pointer;
    color: #333333;
    display: inline-block;
    font: bold 12px/1.3 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
    outline: 0;
    overflow: visible;
    margin: 0;
    padding: 3px 10px;
    text-shadow: white 0 1px 1px;
    text-decoration: none;
    vertical-align: top;
    width: auto;
    *padding-top: 2px;
    *padding-bottom: 0; }
    .registration-wrapper input[type="submit"]:hover {
      background-image: linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
      text-decoration: none; }
    .registration-wrapper input[type="submit"]:active {
      background-image: linear-gradient(#dddddd, #eeeeee);
      box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
      border-color: #999999 #bbbbbb #dddddd; }
    .registration-wrapper input[type="submit"]::-moz-focus-inner {
      border: 0;
      padding: 0; }
  .registration-wrapper .pageHeading {
    font-family: 'chunk', serif;
    font-size: 1.5em;
    margin: 0 0 0.67em 0;
    text-transform: uppercase;
    color: #fff;
    background: #94b33f;
    padding: 17px 20px 15px;
    line-height: 1em;
    margin-top: 0; }
  .registration-wrapper .pageHeadingCallout {
    margin-bottom: 1.5em; }
    .registration-wrapper .pageHeadingCallout h1, .registration-wrapper .pageHeadingCallout .navHeader {
      font-family: "Georgia",serif;
      margin: 0;
      color: #fff;
      background: #94b33f;
      padding: 17px 20px 15px;
      line-height: 1em;
      font-size: 1.5em;
      font-weight: normal; }
      .registration-wrapper .pageHeadingCallout h1 strong, .registration-wrapper .pageHeadingCallout .navHeader strong {
        font-family: "chunk",serif;
        font-weight: normal; }
      .registration-wrapper .pageHeadingCallout h1 + p, .registration-wrapper .pageHeadingCallout .navHeader + p {
        border: 8px solid #f1efea;
        border-top: 0 none;
        margin: 0;
        padding: 12px;
        color: #a49d9d; }
        .registration-wrapper .pageHeadingCallout h1 + p a, .registration-wrapper .pageHeadingCallout .navHeader + p a {
          color: #899503;
          text-decoration: none; }
    .registration-wrapper .pageHeadingCallout a {
      color: #fff;
      text-decoration: underline; }
  .registration-wrapper .outerWrap {
    width: 100%;
    min-width: 320px;
    max-width: 1020px;
    margin: 0;
    left: 0;
    overflow: hidden;
    position: relative;
    transition: left 0.3s ease-in, overflow 0 linear 0.3s; }
    .registration-wrapper .outerWrap.menuOpen {
      left: -245px;
      overflow: visible;
      transition: left 0.3s ease-in, overflow 0 linear 0; }
    .registration-wrapper .outerWrap > header {
      position: relative;
      padding: 0 20px;
      background: #f6f5f3 url(images/bgHeader.png) repeat left top; }
      .registration-wrapper .outerWrap > header .logo {
        margin: 0 0 0 18px;
        position: relative;
        z-index: 1; }
        .registration-wrapper .outerWrap > header .logo a {
          display: block;
          background: url(images/sprite.png) no-repeat left -5px;
          background-size: 198px auto;
          width: 66px;
          height: 86px; }
  .registration-wrapper .no-backgroundsize .outerWrap > header .logo a {
    background: url(images/spriteNoBS.png) no-repeat left -5px; }
  .registration-wrapper .outerWrap > header .menuToggler {
    margin-top: 34px; }
  .registration-wrapper .outerWrap > header .search {
    position: relative;
    padding-bottom: 10px;
    clear: both; }
    .registration-wrapper .outerWrap > header .search button {
      position: absolute;
      right: 0;
      top: 0; }
    .registration-wrapper .outerWrap > header .search input {
      padding-right: 75px; }
  .registration-wrapper .outerWrap > .main {
    clear: both;
    padding: 20px 15px;
    background: #fff; }
  .registration-wrapper .outerWrap > footer {
    background: #c3c0b4;
    padding: 20px;
    border-left: 20px solid #fff;
    border-right: 20px solid #fff;
    position: relative; }
  .registration-wrapper button {
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    background: #899503;
    padding: 0 10px;
    color: #fff;
    transition: background-color, 0.5s; }
    .registration-wrapper button:hover, .registration-wrapper button:active {
      background-color: #a9b804; }
  .registration-wrapper .search button {
    line-height: 40px;
    height: 40px; }
  .registration-wrapper .form-item, .registration-wrapper .form-actions {
    margin: 0; }
  .registration-wrapper .button, .registration-wrapper .button-fancy-small, .registration-wrapper
  .button-fancy-medium, .registration-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper a.like-button, .registration-wrapper #edit-moderated-guest-upload-button, .registration-wrapper #user-login button {
    box-shadow: none;
    display: inline-block;
    padding: 10px 12px;
    line-height: 16px;
    background: #94b33f;
    color: #fff;
    font-family: 'ssp', sans-serif;
    font-style: italic;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border: 0 none;
    border-radius: 15px/25px;
    cursor: pointer;
    position: relative;
    transition: background-color, 0.5s; }
  .registration-wrapper .button.small, .registration-wrapper .small.button-fancy-small, .registration-wrapper
  .small.button-fancy-medium, .registration-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.small.like-button, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper a.small.like-button, .registration-wrapper #edit-moderated-guest-upload-button.small, .registration-wrapper #user-login button.small {
    padding: 7px 10px 5px; }
  .registration-wrapper .button:after, .registration-wrapper .button-fancy-small:after, .registration-wrapper
  .button-fancy-medium:after, .registration-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper a.like-button:after, .registration-wrapper #edit-moderated-guest-upload-button:after, .registration-wrapper #user-login button:after {
    right: -2px;
    left: auto;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #94b33f; }
  .registration-wrapper .button:hover, .registration-wrapper .button-fancy-small:hover, .registration-wrapper
  .button-fancy-medium:hover, .registration-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button:hover, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper a.like-button:hover, .registration-wrapper .button:active, .registration-wrapper .button-fancy-small:active, .registration-wrapper
  .button-fancy-medium:active, .registration-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button:active, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper a.like-button:active {
    background-color: #7e9936; }
  .registration-wrapper #edit-moderated-guest-upload-button:hover, .registration-wrapper #edit-moderated-guest-upload-button:active {
    background-color: #7e9936; }
  .registration-wrapper #user-login button:hover, .registration-wrapper #user-login button:active {
    background-color: #7e9936; }
  .registration-wrapper .button:hover:before, .registration-wrapper .button-fancy-small:hover:before, .registration-wrapper
  .button-fancy-medium:hover:before, .registration-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button:hover:before, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper a.like-button:hover:before, .registration-wrapper .button:active:before, .registration-wrapper .button-fancy-small:active:before, .registration-wrapper
  .button-fancy-medium:active:before, .registration-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button:active:before, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper a.like-button:active:before {
    border-color: transparent #7e9936 transparent transparent; }
  .registration-wrapper #edit-moderated-guest-upload-button:hover:before, .registration-wrapper #edit-moderated-guest-upload-button:active:before {
    border-color: transparent #7e9936 transparent transparent; }
  .registration-wrapper #user-login button:hover:before, .registration-wrapper #user-login button:active:before {
    border-color: transparent #7e9936 transparent transparent; }
  .registration-wrapper .button:hover:after, .registration-wrapper .button-fancy-small:hover:after, .registration-wrapper
  .button-fancy-medium:hover:after, .registration-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button:hover:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper a.like-button:hover:after, .registration-wrapper .button:active:after, .registration-wrapper .button-fancy-small:active:after, .registration-wrapper
  .button-fancy-medium:active:after, .registration-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button:active:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper a.like-button:active:after {
    border-color: transparent transparent transparent #7e9936; }
  .registration-wrapper #edit-moderated-guest-upload-button:hover:after, .registration-wrapper #edit-moderated-guest-upload-button:active:after {
    border-color: transparent transparent transparent #7e9936; }
  .registration-wrapper #user-login button:hover:after, .registration-wrapper #user-login button:active:after {
    border-color: transparent transparent transparent #7e9936; }
  .registration-wrapper .button.yellowOrange, .registration-wrapper .yellowOrange.button-fancy-small, .registration-wrapper
  .yellowOrange.button-fancy-medium, .registration-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.yellowOrange.like-button, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper a.yellowOrange.like-button, .registration-wrapper #edit-moderated-guest-upload-button.yellowOrange, .registration-wrapper #user-login button.yellowOrange {
    background: #c79e2d; }
  .registration-wrapper .button.yellowOrange:before, .registration-wrapper .yellowOrange.button-fancy-small:before, .registration-wrapper
  .yellowOrange.button-fancy-medium:before, .registration-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.yellowOrange.like-button:before, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper a.yellowOrange.like-button:before, .registration-wrapper .button.yellowOrange:after, .registration-wrapper .yellowOrange.button-fancy-small:after, .registration-wrapper
  .yellowOrange.button-fancy-medium:after, .registration-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.yellowOrange.like-button:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper a.yellowOrange.like-button:after {
    border-color: transparent #c79e2d transparent transparent; }
  .registration-wrapper #edit-moderated-guest-upload-button.yellowOrange:before, .registration-wrapper #edit-moderated-guest-upload-button.yellowOrange:after {
    border-color: transparent #c79e2d transparent transparent; }
  .registration-wrapper #user-login button.yellowOrange:before, .registration-wrapper #user-login button.yellowOrange:after {
    border-color: transparent #c79e2d transparent transparent; }
  .registration-wrapper .button.yellowOrange:after, .registration-wrapper .yellowOrange.button-fancy-small:after, .registration-wrapper
  .yellowOrange.button-fancy-medium:after, .registration-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.yellowOrange.like-button:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper a.yellowOrange.like-button:after, .registration-wrapper #edit-moderated-guest-upload-button.yellowOrange:after, .registration-wrapper #user-login button.yellowOrange:after {
    border-color: transparent transparent transparent #c79e2d; }
  .registration-wrapper .button.yellowOrange:hover, .registration-wrapper .yellowOrange.button-fancy-small:hover, .registration-wrapper
  .yellowOrange.button-fancy-medium:hover, .registration-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.yellowOrange.like-button:hover, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper a.yellowOrange.like-button:hover, .registration-wrapper .button.yellowOrange:active, .registration-wrapper .yellowOrange.button-fancy-small:active, .registration-wrapper
  .yellowOrange.button-fancy-medium:active, .registration-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.yellowOrange.like-button:active, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper a.yellowOrange.like-button:active {
    background-color: #aa8726; }
  .registration-wrapper #edit-moderated-guest-upload-button.yellowOrange:hover, .registration-wrapper #edit-moderated-guest-upload-button.yellowOrange:active {
    background-color: #aa8726; }
  .registration-wrapper #user-login button.yellowOrange:hover, .registration-wrapper #user-login button.yellowOrange:active {
    background-color: #aa8726; }
  .registration-wrapper .button.yellowOrange:hover:before, .registration-wrapper .yellowOrange.button-fancy-small:hover:before, .registration-wrapper
  .yellowOrange.button-fancy-medium:hover:before, .registration-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.yellowOrange.like-button:hover:before, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper a.yellowOrange.like-button:hover:before, .registration-wrapper .button.yellowOrange:active:before, .registration-wrapper .yellowOrange.button-fancy-small:active:before, .registration-wrapper
  .yellowOrange.button-fancy-medium:active:before, .registration-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.yellowOrange.like-button:active:before, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper a.yellowOrange.like-button:active:before {
    border-color: transparent #aa8726 transparent transparent; }
  .registration-wrapper #edit-moderated-guest-upload-button.yellowOrange:hover:before, .registration-wrapper #edit-moderated-guest-upload-button.yellowOrange:active:before {
    border-color: transparent #aa8726 transparent transparent; }
  .registration-wrapper #user-login button.yellowOrange:hover:before, .registration-wrapper #user-login button.yellowOrange:active:before {
    border-color: transparent #aa8726 transparent transparent; }
  .registration-wrapper .button.yellowOrange:hover:after, .registration-wrapper .yellowOrange.button-fancy-small:hover:after, .registration-wrapper
  .yellowOrange.button-fancy-medium:hover:after, .registration-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.yellowOrange.like-button:hover:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper a.yellowOrange.like-button:hover:after, .registration-wrapper .button.yellowOrange:active:after, .registration-wrapper .yellowOrange.button-fancy-small:active:after, .registration-wrapper
  .yellowOrange.button-fancy-medium:active:after, .registration-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.yellowOrange.like-button:active:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper a.yellowOrange.like-button:active:after {
    border-color: transparent transparent transparent #aa8726; }
  .registration-wrapper #edit-moderated-guest-upload-button.yellowOrange:hover:after, .registration-wrapper #edit-moderated-guest-upload-button.yellowOrange:active:after {
    border-color: transparent transparent transparent #aa8726; }
  .registration-wrapper #user-login button.yellowOrange:hover:after, .registration-wrapper #user-login button.yellowOrange:active:after {
    border-color: transparent transparent transparent #aa8726; }
  .registration-wrapper .button.orange, .registration-wrapper .orange.button-fancy-small, .registration-wrapper
  .orange.button-fancy-medium, .registration-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.orange.like-button, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper a.orange.like-button, .registration-wrapper #edit-moderated-guest-upload-button.orange, .registration-wrapper #user-login button.orange {
    background: #cc8846; }
  .registration-wrapper .button.orange:before, .registration-wrapper .orange.button-fancy-small:before, .registration-wrapper
  .orange.button-fancy-medium:before, .registration-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.orange.like-button:before, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper a.orange.like-button:before, .registration-wrapper .button.orange:after, .registration-wrapper .orange.button-fancy-small:after, .registration-wrapper
  .orange.button-fancy-medium:after, .registration-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.orange.like-button:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper a.orange.like-button:after {
    border-color: transparent #cc8846 transparent transparent; }
  .registration-wrapper #edit-moderated-guest-upload-button.orange:before, .registration-wrapper #edit-moderated-guest-upload-button.orange:after {
    border-color: transparent #cc8846 transparent transparent; }
  .registration-wrapper #user-login button.orange:before, .registration-wrapper #user-login button.orange:after {
    border-color: transparent #cc8846 transparent transparent; }
  .registration-wrapper .button.orange:after, .registration-wrapper .orange.button-fancy-small:after, .registration-wrapper
  .orange.button-fancy-medium:after, .registration-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.orange.like-button:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper a.orange.like-button:after, .registration-wrapper #edit-moderated-guest-upload-button.orange:after, .registration-wrapper #user-login button.orange:after {
    border-color: transparent transparent transparent #cc8846; }
  .registration-wrapper .button.orange:hover, .registration-wrapper .orange.button-fancy-small:hover, .registration-wrapper
  .orange.button-fancy-medium:hover, .registration-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.orange.like-button:hover, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper a.orange.like-button:hover, .registration-wrapper .button.orange:active, .registration-wrapper .orange.button-fancy-small:active, .registration-wrapper
  .orange.button-fancy-medium:active, .registration-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.orange.like-button:active, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper a.orange.like-button:active {
    background-color: #bb7633; }
  .registration-wrapper #edit-moderated-guest-upload-button.orange:hover, .registration-wrapper #edit-moderated-guest-upload-button.orange:active {
    background-color: #bb7633; }
  .registration-wrapper #user-login button.orange:hover, .registration-wrapper #user-login button.orange:active {
    background-color: #bb7633; }
  .registration-wrapper .button.orange:hover:before, .registration-wrapper .orange.button-fancy-small:hover:before, .registration-wrapper
  .orange.button-fancy-medium:hover:before, .registration-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.orange.like-button:hover:before, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper a.orange.like-button:hover:before, .registration-wrapper .button.orange:active:before, .registration-wrapper .orange.button-fancy-small:active:before, .registration-wrapper
  .orange.button-fancy-medium:active:before, .registration-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.orange.like-button:active:before, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper a.orange.like-button:active:before {
    border-color: transparent #bb7633 transparent transparent; }
  .registration-wrapper #edit-moderated-guest-upload-button.orange:hover:before, .registration-wrapper #edit-moderated-guest-upload-button.orange:active:before {
    border-color: transparent #bb7633 transparent transparent; }
  .registration-wrapper #user-login button.orange:hover:before, .registration-wrapper #user-login button.orange:active:before {
    border-color: transparent #bb7633 transparent transparent; }
  .registration-wrapper .button.orange:hover:after, .registration-wrapper .orange.button-fancy-small:hover:after, .registration-wrapper
  .orange.button-fancy-medium:hover:after, .registration-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.orange.like-button:hover:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper a.orange.like-button:hover:after, .registration-wrapper .button.orange:active:after, .registration-wrapper .orange.button-fancy-small:active:after, .registration-wrapper
  .orange.button-fancy-medium:active:after, .registration-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.orange.like-button:active:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper a.orange.like-button:active:after {
    border-color: transparent transparent transparent #bb7633; }
  .registration-wrapper #edit-moderated-guest-upload-button.orange:hover:after, .registration-wrapper #edit-moderated-guest-upload-button.orange:active:after {
    border-color: transparent transparent transparent #bb7633; }
  .registration-wrapper #user-login button.orange:hover:after, .registration-wrapper #user-login button.orange:active:after {
    border-color: transparent transparent transparent #bb7633; }
  .registration-wrapper .button.green, .registration-wrapper .green.button-fancy-small, .registration-wrapper
  .green.button-fancy-medium, .registration-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.green.like-button, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper a.green.like-button, .registration-wrapper #edit-moderated-guest-upload-button.green, .registration-wrapper #user-login button.green {
    background: #89922a;
    margin-bottom: 7px; }
  .registration-wrapper .button.green:before, .registration-wrapper .green.button-fancy-small:before, .registration-wrapper
  .green.button-fancy-medium:before, .registration-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.green.like-button:before, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper a.green.like-button:before, .registration-wrapper .button.green:after, .registration-wrapper .green.button-fancy-small:after, .registration-wrapper
  .green.button-fancy-medium:after, .registration-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.green.like-button:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper a.green.like-button:after {
    border-color: transparent #89922a transparent transparent; }
  .registration-wrapper #edit-moderated-guest-upload-button.green:before, .registration-wrapper #edit-moderated-guest-upload-button.green:after {
    border-color: transparent #89922a transparent transparent; }
  .registration-wrapper #user-login button.green:before, .registration-wrapper #user-login button.green:after {
    border-color: transparent #89922a transparent transparent; }
  .registration-wrapper .button.green:after, .registration-wrapper .green.button-fancy-small:after, .registration-wrapper
  .green.button-fancy-medium:after, .registration-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.green.like-button:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper a.green.like-button:after, .registration-wrapper #edit-moderated-guest-upload-button.green:after, .registration-wrapper #user-login button.green:after {
    border-color: transparent transparent transparent #89922a; }
  .registration-wrapper .button.green:hover, .registration-wrapper .green.button-fancy-small:hover, .registration-wrapper
  .green.button-fancy-medium:hover, .registration-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.green.like-button:hover, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper a.green.like-button:hover, .registration-wrapper .button.green:active, .registration-wrapper .green.button-fancy-small:active, .registration-wrapper
  .green.button-fancy-medium:active, .registration-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.green.like-button:active, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper a.green.like-button:active {
    background-color: #6f7622; }
  .registration-wrapper #edit-moderated-guest-upload-button.green:hover, .registration-wrapper #edit-moderated-guest-upload-button.green:active {
    background-color: #6f7622; }
  .registration-wrapper #user-login button.green:hover, .registration-wrapper #user-login button.green:active {
    background-color: #6f7622; }
  .registration-wrapper .button.green:hover:before, .registration-wrapper .green.button-fancy-small:hover:before, .registration-wrapper
  .green.button-fancy-medium:hover:before, .registration-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.green.like-button:hover:before, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper a.green.like-button:hover:before, .registration-wrapper .button.green:active:before, .registration-wrapper .green.button-fancy-small:active:before, .registration-wrapper
  .green.button-fancy-medium:active:before, .registration-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.green.like-button:active:before, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper a.green.like-button:active:before {
    border-color: transparent #6f7622 transparent transparent; }
  .registration-wrapper #edit-moderated-guest-upload-button.green:hover:before, .registration-wrapper #edit-moderated-guest-upload-button.green:active:before {
    border-color: transparent #6f7622 transparent transparent; }
  .registration-wrapper #user-login button.green:hover:before, .registration-wrapper #user-login button.green:active:before {
    border-color: transparent #6f7622 transparent transparent; }
  .registration-wrapper .button.green:hover:after, .registration-wrapper .green.button-fancy-small:hover:after, .registration-wrapper
  .green.button-fancy-medium:hover:after, .registration-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.green.like-button:hover:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper a.green.like-button:hover:after, .registration-wrapper .button.green:active:after, .registration-wrapper .green.button-fancy-small:active:after, .registration-wrapper
  .green.button-fancy-medium:active:after, .registration-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.green.like-button:active:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper a.green.like-button:active:after {
    border-color: transparent transparent transparent #6f7622; }
  .registration-wrapper #edit-moderated-guest-upload-button.green:hover:after, .registration-wrapper #edit-moderated-guest-upload-button.green:active:after {
    border-color: transparent transparent transparent #6f7622; }
  .registration-wrapper #user-login button.green:hover:after, .registration-wrapper #user-login button.green:active:after {
    border-color: transparent transparent transparent #6f7622; }
  .registration-wrapper .button.white, .registration-wrapper .white.button-fancy-small, .registration-wrapper
  .white.button-fancy-medium, .registration-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.white.like-button, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper a.white.like-button, .registration-wrapper .region-content .callout .button, .registration-wrapper .region-content .callout .button-fancy-small, .registration-wrapper .region-content .callout
  .button-fancy-medium, .registration-wrapper .region-content .callout #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper .region-content .callout a.like-button, .registration-wrapper #edit-moderated-guest-upload-button.white, .registration-wrapper .region-content .callout #edit-moderated-guest-upload-button.button, .registration-wrapper .region-content .callout #edit-moderated-guest-upload-button.button-fancy-small, .registration-wrapper .region-content .callout
  #edit-moderated-guest-upload-button.button-fancy-medium, .registration-wrapper .region-content .callout #home_page_hero .owl-wrapper .owl-item > div .heroContent a#edit-moderated-guest-upload-button.like-button, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper .region-content .callout a#edit-moderated-guest-upload-button.like-button {
    background: #fff;
    color: #94b33f; }
  .registration-wrapper #user-login button.white, .registration-wrapper #user-login .region-content .callout button.button, .registration-wrapper #user-login .region-content .callout button.button-fancy-small, .registration-wrapper #user-login .region-content .callout
  button.button-fancy-medium {
    background: #fff;
    color: #94b33f; }
  .registration-wrapper .region-content .callout #user-login button.button, .registration-wrapper .region-content .callout #user-login button.button-fancy-small, .registration-wrapper .region-content .callout #user-login
  button.button-fancy-medium {
    background: #fff;
    color: #94b33f; }
  .registration-wrapper .button.white:before, .registration-wrapper .white.button-fancy-small:before, .registration-wrapper
  .white.button-fancy-medium:before, .registration-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.white.like-button:before, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper a.white.like-button:before, .registration-wrapper .region-content .callout .button:before, .registration-wrapper .region-content .callout .button-fancy-small:before, .registration-wrapper .region-content .callout
  .button-fancy-medium:before, .registration-wrapper .region-content .callout #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button:before, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper .region-content .callout a.like-button:before, .registration-wrapper .button.white:after, .registration-wrapper .white.button-fancy-small:after, .registration-wrapper
  .white.button-fancy-medium:after, .registration-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.white.like-button:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper a.white.like-button:after, .registration-wrapper .region-content .callout .button:after, .registration-wrapper .region-content .callout .button-fancy-small:after, .registration-wrapper .region-content .callout
  .button-fancy-medium:after, .registration-wrapper .region-content .callout #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper .region-content .callout a.like-button:after, .registration-wrapper #edit-moderated-guest-upload-button.white:before, .registration-wrapper .region-content .callout #edit-moderated-guest-upload-button.button:before, .registration-wrapper .region-content .callout #edit-moderated-guest-upload-button.button-fancy-small:before, .registration-wrapper .region-content .callout
  #edit-moderated-guest-upload-button.button-fancy-medium:before, .registration-wrapper .region-content .callout #home_page_hero .owl-wrapper .owl-item > div .heroContent a#edit-moderated-guest-upload-button.like-button:before, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper .region-content .callout a#edit-moderated-guest-upload-button.like-button:before, .registration-wrapper #edit-moderated-guest-upload-button.white:after, .registration-wrapper .region-content .callout #edit-moderated-guest-upload-button.button:after, .registration-wrapper .region-content .callout #edit-moderated-guest-upload-button.button-fancy-small:after, .registration-wrapper .region-content .callout
  #edit-moderated-guest-upload-button.button-fancy-medium:after, .registration-wrapper .region-content .callout #home_page_hero .owl-wrapper .owl-item > div .heroContent a#edit-moderated-guest-upload-button.like-button:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper .region-content .callout a#edit-moderated-guest-upload-button.like-button:after {
    border-color: transparent #fff transparent transparent; }
  .registration-wrapper #user-login button.white:before, .registration-wrapper #user-login .region-content .callout button.button:before, .registration-wrapper #user-login .region-content .callout button.button-fancy-small:before, .registration-wrapper #user-login .region-content .callout
  button.button-fancy-medium:before {
    border-color: transparent #fff transparent transparent; }
  .registration-wrapper .region-content .callout #user-login button.button:before, .registration-wrapper .region-content .callout #user-login button.button-fancy-small:before, .registration-wrapper .region-content .callout #user-login
  button.button-fancy-medium:before {
    border-color: transparent #fff transparent transparent; }
  .registration-wrapper #user-login button.white:after, .registration-wrapper #user-login .region-content .callout button.button:after, .registration-wrapper #user-login .region-content .callout button.button-fancy-small:after, .registration-wrapper #user-login .region-content .callout
  button.button-fancy-medium:after {
    border-color: transparent #fff transparent transparent; }
  .registration-wrapper .region-content .callout #user-login button.button:after, .registration-wrapper .region-content .callout #user-login button.button-fancy-small:after, .registration-wrapper .region-content .callout #user-login
  button.button-fancy-medium:after {
    border-color: transparent #fff transparent transparent; }
  .registration-wrapper .button.white:after, .registration-wrapper .white.button-fancy-small:after, .registration-wrapper
  .white.button-fancy-medium:after, .registration-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.white.like-button:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper a.white.like-button:after, .registration-wrapper .region-content .callout .button:after, .registration-wrapper .region-content .callout .button-fancy-small:after, .registration-wrapper .region-content .callout
  .button-fancy-medium:after, .registration-wrapper .region-content .callout #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper .region-content .callout a.like-button:after, .registration-wrapper #edit-moderated-guest-upload-button.white:after, .registration-wrapper .region-content .callout #edit-moderated-guest-upload-button.button:after, .registration-wrapper .region-content .callout #edit-moderated-guest-upload-button.button-fancy-small:after, .registration-wrapper .region-content .callout
  #edit-moderated-guest-upload-button.button-fancy-medium:after, .registration-wrapper .region-content .callout #home_page_hero .owl-wrapper .owl-item > div .heroContent a#edit-moderated-guest-upload-button.like-button:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper .region-content .callout a#edit-moderated-guest-upload-button.like-button:after {
    border-color: transparent transparent transparent #fff; }
  .registration-wrapper #user-login button.white:after, .registration-wrapper #user-login .region-content .callout button.button:after, .registration-wrapper #user-login .region-content .callout button.button-fancy-small:after, .registration-wrapper #user-login .region-content .callout
  button.button-fancy-medium:after {
    border-color: transparent transparent transparent #fff; }
  .registration-wrapper .region-content .callout #user-login button.button:after, .registration-wrapper .region-content .callout #user-login button.button-fancy-small:after, .registration-wrapper .region-content .callout #user-login
  button.button-fancy-medium:after {
    border-color: transparent transparent transparent #fff; }
  .registration-wrapper .button.white:hover, .registration-wrapper .white.button-fancy-small:hover, .registration-wrapper
  .white.button-fancy-medium:hover, .registration-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.white.like-button:hover, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper a.white.like-button:hover, .registration-wrapper .region-content .callout .button:hover, .registration-wrapper .region-content .callout .button-fancy-small:hover, .registration-wrapper .region-content .callout
  .button-fancy-medium:hover, .registration-wrapper .region-content .callout #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button:hover, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper .region-content .callout a.like-button:hover, .registration-wrapper .button.white:active, .registration-wrapper .white.button-fancy-small:active, .registration-wrapper
  .white.button-fancy-medium:active, .registration-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.white.like-button:active, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper a.white.like-button:active, .registration-wrapper .region-content .callout .button:active, .registration-wrapper .region-content .callout .button-fancy-small:active, .registration-wrapper .region-content .callout
  .button-fancy-medium:active, .registration-wrapper .region-content .callout #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button:active, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper .region-content .callout a.like-button:active, .registration-wrapper #edit-moderated-guest-upload-button.white:hover, .registration-wrapper .region-content .callout #edit-moderated-guest-upload-button.button:hover, .registration-wrapper .region-content .callout #edit-moderated-guest-upload-button.button-fancy-small:hover, .registration-wrapper .region-content .callout
  #edit-moderated-guest-upload-button.button-fancy-medium:hover, .registration-wrapper .region-content .callout #home_page_hero .owl-wrapper .owl-item > div .heroContent a#edit-moderated-guest-upload-button.like-button:hover, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper .region-content .callout a#edit-moderated-guest-upload-button.like-button:hover, .registration-wrapper #edit-moderated-guest-upload-button.white:active, .registration-wrapper .region-content .callout #edit-moderated-guest-upload-button.button:active, .registration-wrapper .region-content .callout #edit-moderated-guest-upload-button.button-fancy-small:active, .registration-wrapper .region-content .callout
  #edit-moderated-guest-upload-button.button-fancy-medium:active, .registration-wrapper .region-content .callout #home_page_hero .owl-wrapper .owl-item > div .heroContent a#edit-moderated-guest-upload-button.like-button:active, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper .region-content .callout a#edit-moderated-guest-upload-button.like-button:active {
    background-color: #ededed; }
  .registration-wrapper #user-login button.white:hover, .registration-wrapper #user-login .region-content .callout button.button:hover, .registration-wrapper #user-login .region-content .callout button.button-fancy-small:hover, .registration-wrapper #user-login .region-content .callout
  button.button-fancy-medium:hover {
    background-color: #ededed; }
  .registration-wrapper .region-content .callout #user-login button.button:hover, .registration-wrapper .region-content .callout #user-login button.button-fancy-small:hover, .registration-wrapper .region-content .callout #user-login
  button.button-fancy-medium:hover {
    background-color: #ededed; }
  .registration-wrapper #user-login button.white:active, .registration-wrapper #user-login .region-content .callout button.button:active, .registration-wrapper #user-login .region-content .callout button.button-fancy-small:active, .registration-wrapper #user-login .region-content .callout
  button.button-fancy-medium:active {
    background-color: #ededed; }
  .registration-wrapper .region-content .callout #user-login button.button:active, .registration-wrapper .region-content .callout #user-login button.button-fancy-small:active, .registration-wrapper .region-content .callout #user-login
  button.button-fancy-medium:active {
    background-color: #ededed; }
  .registration-wrapper .button.white:hover:before, .registration-wrapper .white.button-fancy-small:hover:before, .registration-wrapper
  .white.button-fancy-medium:hover:before, .registration-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.white.like-button:hover:before, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper a.white.like-button:hover:before, .registration-wrapper .region-content .callout .button:hover:before, .registration-wrapper .region-content .callout .button-fancy-small:hover:before, .registration-wrapper .region-content .callout
  .button-fancy-medium:hover:before, .registration-wrapper .region-content .callout #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button:hover:before, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper .region-content .callout a.like-button:hover:before, .registration-wrapper .button.white:active:before, .registration-wrapper .white.button-fancy-small:active:before, .registration-wrapper
  .white.button-fancy-medium:active:before, .registration-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.white.like-button:active:before, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper a.white.like-button:active:before, .registration-wrapper .region-content .callout .button:active:before, .registration-wrapper .region-content .callout .button-fancy-small:active:before, .registration-wrapper .region-content .callout
  .button-fancy-medium:active:before, .registration-wrapper .region-content .callout #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button:active:before, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper .region-content .callout a.like-button:active:before, .registration-wrapper #edit-moderated-guest-upload-button.white:hover:before, .registration-wrapper .region-content .callout #edit-moderated-guest-upload-button.button:hover:before, .registration-wrapper .region-content .callout #edit-moderated-guest-upload-button.button-fancy-small:hover:before, .registration-wrapper .region-content .callout
  #edit-moderated-guest-upload-button.button-fancy-medium:hover:before, .registration-wrapper .region-content .callout #home_page_hero .owl-wrapper .owl-item > div .heroContent a#edit-moderated-guest-upload-button.like-button:hover:before, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper .region-content .callout a#edit-moderated-guest-upload-button.like-button:hover:before, .registration-wrapper #edit-moderated-guest-upload-button.white:active:before, .registration-wrapper .region-content .callout #edit-moderated-guest-upload-button.button:active:before, .registration-wrapper .region-content .callout #edit-moderated-guest-upload-button.button-fancy-small:active:before, .registration-wrapper .region-content .callout
  #edit-moderated-guest-upload-button.button-fancy-medium:active:before, .registration-wrapper .region-content .callout #home_page_hero .owl-wrapper .owl-item > div .heroContent a#edit-moderated-guest-upload-button.like-button:active:before, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper .region-content .callout a#edit-moderated-guest-upload-button.like-button:active:before {
    border-color: transparent #ededed transparent transparent; }
  .registration-wrapper #user-login button.white:hover:before, .registration-wrapper #user-login .region-content .callout button.button:hover:before, .registration-wrapper #user-login .region-content .callout button.button-fancy-small:hover:before, .registration-wrapper #user-login .region-content .callout
  button.button-fancy-medium:hover:before {
    border-color: transparent #ededed transparent transparent; }
  .registration-wrapper .region-content .callout #user-login button.button:hover:before, .registration-wrapper .region-content .callout #user-login button.button-fancy-small:hover:before, .registration-wrapper .region-content .callout #user-login
  button.button-fancy-medium:hover:before {
    border-color: transparent #ededed transparent transparent; }
  .registration-wrapper #user-login button.white:active:before, .registration-wrapper #user-login .region-content .callout button.button:active:before, .registration-wrapper #user-login .region-content .callout button.button-fancy-small:active:before, .registration-wrapper #user-login .region-content .callout
  button.button-fancy-medium:active:before {
    border-color: transparent #ededed transparent transparent; }
  .registration-wrapper .region-content .callout #user-login button.button:active:before, .registration-wrapper .region-content .callout #user-login button.button-fancy-small:active:before, .registration-wrapper .region-content .callout #user-login
  button.button-fancy-medium:active:before {
    border-color: transparent #ededed transparent transparent; }
  .registration-wrapper .button.white:hover:after, .registration-wrapper .white.button-fancy-small:hover:after, .registration-wrapper
  .white.button-fancy-medium:hover:after, .registration-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.white.like-button:hover:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper a.white.like-button:hover:after, .registration-wrapper .region-content .callout .button:hover:after, .registration-wrapper .region-content .callout .button-fancy-small:hover:after, .registration-wrapper .region-content .callout
  .button-fancy-medium:hover:after, .registration-wrapper .region-content .callout #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button:hover:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper .region-content .callout a.like-button:hover:after, .registration-wrapper .button.white:active:after, .registration-wrapper .white.button-fancy-small:active:after, .registration-wrapper
  .white.button-fancy-medium:active:after, .registration-wrapper #home_page_hero .owl-wrapper .owl-item > div .heroContent a.white.like-button:active:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper a.white.like-button:active:after, .registration-wrapper .region-content .callout .button:active:after, .registration-wrapper .region-content .callout .button-fancy-small:active:after, .registration-wrapper .region-content .callout
  .button-fancy-medium:active:after, .registration-wrapper .region-content .callout #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button:active:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper .region-content .callout a.like-button:active:after, .registration-wrapper #edit-moderated-guest-upload-button.white:hover:after, .registration-wrapper .region-content .callout #edit-moderated-guest-upload-button.button:hover:after, .registration-wrapper .region-content .callout #edit-moderated-guest-upload-button.button-fancy-small:hover:after, .registration-wrapper .region-content .callout
  #edit-moderated-guest-upload-button.button-fancy-medium:hover:after, .registration-wrapper .region-content .callout #home_page_hero .owl-wrapper .owl-item > div .heroContent a#edit-moderated-guest-upload-button.like-button:hover:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper .region-content .callout a#edit-moderated-guest-upload-button.like-button:hover:after, .registration-wrapper #edit-moderated-guest-upload-button.white:active:after, .registration-wrapper .region-content .callout #edit-moderated-guest-upload-button.button:active:after, .registration-wrapper .region-content .callout #edit-moderated-guest-upload-button.button-fancy-small:active:after, .registration-wrapper .region-content .callout
  #edit-moderated-guest-upload-button.button-fancy-medium:active:after, .registration-wrapper .region-content .callout #home_page_hero .owl-wrapper .owl-item > div .heroContent a#edit-moderated-guest-upload-button.like-button:active:after, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper .region-content .callout a#edit-moderated-guest-upload-button.like-button:active:after {
    border-color: transparent transparent transparent #ededed; }
  .registration-wrapper #user-login button.white:hover:after, .registration-wrapper #user-login .region-content .callout button.button:hover:after, .registration-wrapper #user-login .region-content .callout button.button-fancy-small:hover:after, .registration-wrapper #user-login .region-content .callout
  button.button-fancy-medium:hover:after {
    border-color: transparent transparent transparent #ededed; }
  .registration-wrapper .region-content .callout #user-login button.button:hover:after, .registration-wrapper .region-content .callout #user-login button.button-fancy-small:hover:after, .registration-wrapper .region-content .callout #user-login
  button.button-fancy-medium:hover:after {
    border-color: transparent transparent transparent #ededed; }
  .registration-wrapper #user-login button.white:active:after, .registration-wrapper #user-login .region-content .callout button.button:active:after, .registration-wrapper #user-login .region-content .callout button.button-fancy-small:active:after, .registration-wrapper #user-login .region-content .callout
  button.button-fancy-medium:active:after {
    border-color: transparent transparent transparent #ededed; }
  .registration-wrapper .region-content .callout #user-login button.button:active:after, .registration-wrapper .region-content .callout #user-login button.button-fancy-small:active:after, .registration-wrapper .region-content .callout #user-login
  button.button-fancy-medium:active:after {
    border-color: transparent transparent transparent #ededed; }
  .registration-wrapper .menuToggler {
    transition: background-color,0.5s;
    background: #899503;
    width: 45px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-radius: 5px;
    height: 31px;
    display: block;
    position: relative;
    cursor: pointer; }
    .registration-wrapper .menuToggler:before {
      content: '';
      width: 25px;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
      position: absolute;
      left: 10px;
      top: 8px;
      height: 8px; }
    .registration-wrapper .menuToggler:after {
      content: '';
      width: 25px;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
      position: absolute;
      left: 10px;
      top: 8px;
      height: 8px;
      border-top: 0 none;
      bottom: 8px;
      top: auto; }
    .registration-wrapper .menuToggler:hover, .registration-wrapper .menuToggler:active {
      background-color: #a9b804; }
  .registration-wrapper input[type=text], .registration-wrapper input[type=email], .registration-wrapper input[type=search], .registration-wrapper input[type=number], .registration-wrapper input[type=password] {
    height: 40px;
    padding: 10px;
    line-height: 20px;
    margin: 0;
    width: 100%;
    box-sizing: border-box; }
  .registration-wrapper textarea {
    border: 0 none;
    height: 40px;
    padding: 10px;
    line-height: 20px;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    height: auto; }
  .registration-wrapper .forScreenReader {
    font: 0/0 a;
    text-shadow: none;
    color: transparent; }
  .registration-wrapper .icon:before {
    font-family: 'icomoon';
    text-decoration: none;
    speak: none; }
  .registration-wrapper .iconOnly {
    display: inline-block; }
    .registration-wrapper .iconOnly:before {
      text-indent: 0; }
  .registration-wrapper .widget {
    box-sizing: border-box;
    background: #94b33f;
    height: 280px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    position: relative;
    padding: 20px;
    overflow: hidden;
    text-align: center;
    text-decoration: none; }
    .registration-wrapper .widget.small .button, .registration-wrapper .widget.small .button-fancy-small, .registration-wrapper .widget.small
    .button-fancy-medium, .registration-wrapper .widget.small #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper .widget.small a.like-button {
      bottom: 20px;
      display: inline-block;
      margin-top: 235px;
      width: 100%;
      max-width: 128px;
      font-size: 14px; }
    .registration-wrapper .widget > img {
      position: absolute;
      left: 50%;
      top: 0; }
    .registration-wrapper .widget.textButton h2, .registration-wrapper .widget.textButton h3 {
      margin: 0;
      line-height: 1em; }
    .registration-wrapper .widget.textButton h2 {
      font-weight: normal;
      padding-bottom: 5px;
      color: #b2ccd0; }
    .registration-wrapper .widget.small > img {
      margin-left: -137px;
      width: 274px; }
    .registration-wrapper .widget.small.textButton .widgetContent {
      position: absolute;
      bottom: 0;
      left: 0;
      float: none;
      width: 90%;
      height: auto;
      margin: 10px 5%;
      padding: 10px 8px; }
      .registration-wrapper .widget.small.textButton .widgetContent .button, .registration-wrapper .widget.small.textButton .widgetContent .button-fancy-small, .registration-wrapper .widget.small.textButton .widgetContent
      .button-fancy-medium, .registration-wrapper .widget.small.textButton .widgetContent #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper .widget.small.textButton .widgetContent a.like-button {
        margin-top: 0;
        bottom: auto;
        max-width: 106px; }
    .registration-wrapper .widget.medium {
      padding: 20px; }
      .registration-wrapper .widget.medium.textButton {
        max-height: 280px;
        height: auto; }
      .registration-wrapper .widget.medium > img {
        margin-left: -356px;
        width: 712px; }
      .registration-wrapper .widget.medium .widgetContent {
        display: table;
        position: relative;
        padding: 20px; }
        .registration-wrapper .widget.medium .widgetContent .wcInner {
          display: table-cell;
          vertical-align: middle; }
        .registration-wrapper .widget.medium .widgetContent h2 {
          font-size: 1.75em;
          padding-bottom: 0.5em; }
        .registration-wrapper .widget.medium .widgetContent h3 {
          font-size: 1.5em;
          text-transform: uppercase; }
        .registration-wrapper .widget.medium .widgetContent .button, .registration-wrapper .widget.medium .widgetContent .button-fancy-small, .registration-wrapper .widget.medium .widgetContent
        .button-fancy-medium, .registration-wrapper .widget.medium .widgetContent #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper .widget.medium .widgetContent a.like-button {
          margin-top: 0;
          bottom: auto;
          max-width: 200px; }
    .registration-wrapper .widget.large {
      padding: 20px; }
      .registration-wrapper .widget.large.textButton {
        max-height: 280px;
        height: auto; }
      .registration-wrapper .widget.large > img {
        margin-left: -356px;
        width: 712px; }
      .registration-wrapper .widget.large .widgetContent {
        display: table;
        position: relative;
        padding: 20px; }
        .registration-wrapper .widget.large .widgetContent .wcInner {
          display: table-cell;
          vertical-align: middle; }
        .registration-wrapper .widget.large .widgetContent h2 {
          font-size: 1.75em;
          padding-bottom: 10px; }
        .registration-wrapper .widget.large .widgetContent h3 {
          font-size: 1.5em;
          text-transform: uppercase; }
        .registration-wrapper .widget.large .widgetContent .button, .registration-wrapper .widget.large .widgetContent .button-fancy-small, .registration-wrapper .widget.large .widgetContent
        .button-fancy-medium, .registration-wrapper .widget.large .widgetContent #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper .widget.large .widgetContent a.like-button {
          margin-top: 0;
          bottom: auto;
          max-width: 200px; }
    .registration-wrapper .widget.full.textButton {
      max-height: 280px;
      height: auto; }
    .registration-wrapper .widget.full > img {
      margin-left: -470px;
      width: 940px; }
    .registration-wrapper .widget.full .widgetContent {
      display: table;
      position: relative;
      width: 100%;
      max-width: 432px; }
      .registration-wrapper .widget.full .widgetContent .wcInner {
        display: table-cell;
        vertical-align: middle; }
      .registration-wrapper .widget.full .widgetContent h2 {
        font-size: 1.75em;
        padding-bottom: 5px; }
      .registration-wrapper .widget.full .widgetContent h3 {
        font-size: 1.5em;
        text-transform: uppercase; }
      .registration-wrapper .widget.full .widgetContent p {
        margin-top: 0; }
    .registration-wrapper .widget.textIcon {
      background-color: #7db2b5;
      color: #fff;
      text-decoration: none;
      transition: background-color, 0.5s; }
      .registration-wrapper .widget.textIcon p {
        text-align: left;
        font-size: 14px;
        line-height: 18px;
        margin: 0;
        word-wrap: break-word;
        overflow-wrap: break-word; }
      .registration-wrapper .widget.textIcon:hover {
        background-color: #5d9fa3; }
    .registration-wrapper .widget .widgetIcon {
      position: absolute;
      right: 0;
      bottom: 0;
      font-size: 32px;
      color: #fff;
      vertical-align: top; }
      .registration-wrapper .widget .widgetIcon span:first-child {
        position: absolute;
        right: 5px;
        bottom: 5px;
        display: block; }
    .registration-wrapper .widget.video .ie8Play {
      display: none; }
  .registration-wrapper .lt-ie9 .widget.video .ie8Play {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url(images/gray.png) repeat left top; }
  .registration-wrapper .widget.video .ie8Play:before, .registration-wrapper .widget.video:before {
    content: "\e606";
    position: absolute;
    display: block;
    text-align: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 50, 54, 0.5);
    z-index: 1;
    color: #fff;
    font-size: 80px;
    padding-top: 110px;
    transition: background-color, 0.5s; }
  .registration-wrapper .no-rgba .widget.video .ie8Play:before, .registration-wrapper .no-rgba .widget.video:before {
    background: url(images/gray.png) repeat left top; }
  .registration-wrapper .lt-ie9 .widget.video .ie8Play:before, .registration-wrapper .lt-ie9 .widget.video:before {
    background: none; }
  .registration-wrapper .widget.video:hover:before, .registration-wrapper .widget.video:active:before {
    background: rgba(52, 50, 54, 0.3); }
  .registration-wrapper .no-rgba .widget.video:hover:before, .registration-wrapper .no-rgba .widget.video:active:before {
    background: url(images/gray.png) repeat left top; }
  .registration-wrapper .widget .medSocContent {
    color: #fff;
    background: #7db2b5;
    padding: 12px;
    width: 100%;
    padding-right: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    text-align: left;
    font-size: 14px;
    line-height: 18px; }
  .registration-wrapper .widget .videoCaption {
    background: rgba(148, 179, 63, 0.8);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    text-align: left;
    z-index: 2;
    table-layout: auto; }
  .registration-wrapper .no-rgba .widget .videoCaption {
    background-color: #94b33f; }
  .registration-wrapper .widget .videoCaption div {
    padding: 12px;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    height: 66px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'ssp', sans-serif;
    font-weight: 700;
    font-size: 1.5em;
    line-height: 0.9em; }
  .registration-wrapper .widgetContent {
    box-sizing: border-box;
    text-align: center;
    border-radius: 8px;
    background: rgba(52, 50, 54, 0.85);
    margin: 0 auto;
    max-width: 380px;
    width: 100%;
    height: 100%;
    padding: 20px;
    color: #fff; }
  .registration-wrapper .no-rgba .widgetContent {
    background: url(images/gray.png) repeat left top; }
  .registration-wrapper .widgetContent h2, .registration-wrapper .widgetContent h3 {
    letter-spacing: normal; }
  .registration-wrapper .widgetContent h2 {
    text-transform: none; }
  .registration-wrapper .widgetContent h3 {
    font-weight: bold; }
    .registration-wrapper .widgetContent h3 sup {
      font-size: .5em;
      top: -0.8em; }
  .registration-wrapper .mobileHighlightNav {
    clear: both;
    background: #fff;
    margin-bottom: 10px; }
    .registration-wrapper .mobileHighlightNav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
    .registration-wrapper .mobileHighlightNav li {
      display: inline-block;
      text-align: center; }
      .registration-wrapper .mobileHighlightNav li a {
        padding: 5px;
        color: #899503;
        display: block;
        text-decoration: none; }
  .registration-wrapper .socialNav {
    clear: right;
    position: absolute;
    right: 340px;
    top: 22px; }
    .registration-wrapper .socialNav li {
      display: inline-block;
      text-align: center; }
    .registration-wrapper .socialNav a {
      color: #899503;
      line-height: 32px;
      vertical-align: middle;
      transition: color, 0.5s; }
      .registration-wrapper .socialNav a.icon {
        color: #bcb9ad;
        font-size: 32px; }
      .registration-wrapper .socialNav a:hover, .registration-wrapper .socialNav a:active {
        color: #a5a191; }
  .registration-wrapper .countrySelect {
    background-color: white;
    border-radius: 4px;
    position: absolute;
    top: 34px;
    right: 76px;
    width: 48px;
    height: 31px; }
    .registration-wrapper .countrySelect .current {
      top: 6px;
      left: 5px;
      position: relative;
      cursor: pointer; }
      .registration-wrapper .countrySelect .current.icon-arrow-right:before {
        position: absolute;
        right: 6px;
        top: 2px;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        color: #c3c0b4; }
    .registration-wrapper .countrySelect ul {
      display: none;
      position: absolute;
      right: 0;
      padding: 10px;
      background: #efede3;
      top: 31px;
      z-index: 10; }
    .registration-wrapper .countrySelect li {
      white-space: nowrap;
      text-transform: uppercase;
      padding: 5px; }
      .registration-wrapper .countrySelect li:hover {
        background-color: #c3c0b4; }
      .registration-wrapper .countrySelect li:first-child:hover {
        background-color: #efede3; }
      .registration-wrapper .countrySelect li a {
        color: black;
        text-indent: 33px;
        display: inline-block; }
    .registration-wrapper .countrySelect:hover {
      height: 60px; }
      .registration-wrapper .countrySelect:hover ul {
        display: block; }
  .registration-wrapper .flag {
    background: url(images/flags.png) 0px 0px no-repeat;
    height: 21px;
    background-size: 26px; }
    .registration-wrapper .flag.au {
      background-position: 0 -22px; }
    .registration-wrapper .flag.sa {
      background-position: 0 -44px; }
    .registration-wrapper .flag.uk {
      background-position: 0 -66px; }
  .registration-wrapper a.shopNowButton {
    height: 26px;
    line-height: 26px;
    border-radius: 5px;
    background: #899503;
    color: #fff;
    display: none;
    text-decoration: none;
    font-family: 'ssp', sans-serif;
    padding: 0px 8px; }
  .registration-wrapper a.shopNowButton850 {
    height: 26px;
    line-height: 26px;
    border-radius: 5px;
    background: #899503;
    color: #fff;
    display: none;
    text-decoration: none;
    font-family: 'ssp', sans-serif;
    padding: 0px 8px;
    margin-right: 10px; }
  .registration-wrapper a.shopNowButton {
    left: 210px;
    top: 24px;
    position: absolute; }
  .registration-wrapper footer small {
    font-family: 'ssp', sans-serif;
    color: #67655f; }
  .registration-wrapper footer .socialNav {
    float: right;
    position: relative;
    right: auto;
    top: auto; }
    .registration-wrapper footer .socialNav a.icon {
      color: #fff; }
    .registration-wrapper footer .socialNav a:hover, .registration-wrapper footer .socialNav a:active {
      color: #e6e6e6; }
  .registration-wrapper .logo {
    font-size: 40px;
    color: #fff;
    text-decoration: none; }
    .registration-wrapper .logo.tiny {
      font-size: 20px;
      color: #67655f;
      line-height: 0; }
    .registration-wrapper .logo.kerr {
      font-size: 15px; }
  .registration-wrapper #overlay {
    display: none;
    opacity: .01;
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 100;
    left: 0;
    top: 0; }
  .registration-wrapper .no-opacity #overlay {
    background: url(images/gray.png) repeat left top;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=01)"; }
  .registration-wrapper .modalWrap {
    display: none;
    top: 5%;
    padding: 8px;
    left: 5%;
    background: #a4a196;
    width: 90%;
    position: absolute;
    z-index: 120; }
    .registration-wrapper .modalWrap .close {
      display: block;
      padding: 12px; }
  .registration-wrapper .modalContent {
    position: relative;
    background: url("images/ajax-loader.gif") no-repeat 50% 50%; }
    .registration-wrapper .modalContent iframe {
      width: 100% !important;
      height: 100% !important;
      position: absolute;
      left: 0;
      top: 0; }
    .registration-wrapper .modalContent.videoModal {
      padding-top: 56.25%; }
    .registration-wrapper .modalContent.htmlModalContent {
      background: #fff;
      padding: 20px 30px; }
    .registration-wrapper .modalContent img {
      display: block;
      width: 100%;
      max-width: 584px;
      height: auto; }
  .registration-wrapper .youtubeEmbed {
    position: relative;
    padding-top: 56.25%; }
    .registration-wrapper .youtubeEmbed iframe {
      width: 100% !important;
      height: 100% !important;
      position: absolute;
      left: 0;
      top: 0; }
  .registration-wrapper .close {
    cursor: pointer;
    width: 44px;
    height: 44px;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    border: 6px solid #bcb9ad;
    font-family: 'ssp', sans-serif;
    display: block;
    position: absolute;
    right: -22px;
    top: -22px;
    z-index: 3;
    background: #fff; }
    .registration-wrapper .close:before {
      content: 'x';
      font-size: 26px;
      height: 32px;
      line-height: 32px;
      position: absolute;
      left: 0;
      top: 0;
      width: 32px;
      font-weight: bold;
      color: #94b33f;
      text-align: center; }
  .registration-wrapper .primaryContent {
    position: relative; }
    .registration-wrapper .primaryContent > :first-child {
      margin-top: 0; }
  .registration-wrapper .secondaryContent {
    background-color: #f6f5f0;
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
    padding: 20px; }
    .registration-wrapper .secondaryContent > :first-child {
      margin-top: 0; }
  .registration-wrapper .headerImage {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 142px;
    text-align: center; }
    .registration-wrapper .headerImage img {
      position: absolute;
      height: 158px;
      width: auto; }
  .registration-wrapper .span11 .headerImage img {
    left: -356px;
    margin-left: 50%; }
  .registration-wrapper .span5 .headerImage img {
    left: -140px;
    margin-left: 50%; }
  .registration-wrapper .productListing li {
    padding: 1em;
    position: relative;
    list-style: none;
    text-align: center; }
    .registration-wrapper .productListing li:before {
      display: none !important; }
    .registration-wrapper .productListing li img {
      width: 100%;
      max-width: 273px;
      max-height: 273px;
      height: auto; }
    .registration-wrapper .productListing li span {
      font-size: 1.25em;
      display: block;
      padding-top: 10px; }
  .registration-wrapper .headerImage.largeImage {
    height: auto; }
  .registration-wrapper ul.productsGroup, .registration-wrapper ul.productList {
    padding-left: 0; }
  .registration-wrapper ul.productsGroup > li:before, .registration-wrapper ul.productList > li:before {
    display: none; }
  .registration-wrapper .product {
    position: relative;
    min-height: 180px;
    padding: 20px 10px 10px 20px; }
    .registration-wrapper .product .productDescription {
      font-size: 0.875em; }
    .registration-wrapper .product p {
      margin: 0.25em 0 10px; }
    .registration-wrapper .product .productImage {
      width: 100%; }
      .registration-wrapper .product .productImage img {
        width: 180px;
        height: 234px;
        margin: 0 auto;
        display: block; }
      .registration-wrapper .product .productImage figcaption {
        color: #899503; }
    .registration-wrapper .product .productDescription {
      margin-bottom: 10px; }
    .registration-wrapper .product .button, .registration-wrapper .product .button-fancy-small, .registration-wrapper .product
    .button-fancy-medium, .registration-wrapper .product #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper .product a.like-button {
      margin-right: 10px;
      margin-bottom: 10px; }
    .registration-wrapper .product figure + h2, .registration-wrapper .product figure + h4 {
      margin-top: 0; }
    .registration-wrapper .product.featured h4 {
      margin: 0; }
    .registration-wrapper .product.featured h2 {
      margin-top: 0; }
  .registration-wrapper .productDetailImage {
    width: 100%;
    height: auto; }
  .registration-wrapper .productDetails {
    background: #f6f5f0;
    margin-bottom: 20px;
    padding: 20px;
    font-size: 0.875em; }
    .registration-wrapper .productDetails > :first-child {
      margin-top: 0; }
    .registration-wrapper .productDetails > :last-child {
      margin-bottom: 0; }
  .registration-wrapper ul.morePhotos {
    padding: 0; }
    .registration-wrapper ul.morePhotos li {
      width: 50%;
      padding: 10px;
      margin: 0;
      display: inline-block;
      vertical-align: top; }
      .registration-wrapper ul.morePhotos li:before {
        display: none; }
      .registration-wrapper ul.morePhotos li a {
        cursor: pointer; }
      .registration-wrapper ul.morePhotos li img {
        width: 100%;
        max-width: 100%; }
      .registration-wrapper ul.morePhotos li.nonImage div {
        height: 0;
        padding-top: 100%;
        position: relative;
        display: block; }
  .registration-wrapper .socialInteractions {
    display: inline-block;
    vertical-align: top;
    padding-top: 5px; }
    .registration-wrapper .socialInteractions > a, .registration-wrapper .socialInteractions > iframe, .registration-wrapper .socialInteractions > .fb-like {
      float: left;
      margin-right: 10px; }
    .registration-wrapper .socialInteractions > iframe {
      width: 86px !important; }
  .registration-wrapper .productDetailButtons {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin: 0 10px 10px 0; }
    .registration-wrapper .productDetailButtons .button, .registration-wrapper .productDetailButtons .button-fancy-small, .registration-wrapper .productDetailButtons
    .button-fancy-medium, .registration-wrapper .productDetailButtons #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper .productDetailButtons a.like-button {
      margin-right: 10px; }
  .registration-wrapper .buttonsRow {
    margin-bottom: 15px; }
    .registration-wrapper .buttonsRow .button, .registration-wrapper .buttonsRow .button-fancy-small, .registration-wrapper .buttonsRow
    .button-fancy-medium, .registration-wrapper .buttonsRow #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper .buttonsRow a.like-button {
      margin-right: 10px;
      margin-bottom: 15px; }
  .registration-wrapper .expandContent.mobile {
    display: none; }
  .registration-wrapper .mobileExpanded .expandContent {
    display: block; }
  .registration-wrapper .toggleIndicator, .registration-wrapper .productDetails h2 {
    padding: 15px 10px;
    cursor: pointer;
    margin-bottom: 0;
    position: relative; }
  .registration-wrapper .toggleIndicator:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #c8d596;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s; }
  .registration-wrapper .productDetails {
    padding: 0; }
    .registration-wrapper .productDetails h2 {
      background-color: #94b33f;
      color: #fff; }
      .registration-wrapper .productDetails h2:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #c8d596;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -10px;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s; }
    .registration-wrapper .productDetails.mobileExpanded h2:after {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
    .registration-wrapper .productDetails .detailsWrap {
      padding: 20px; }
  .registration-wrapper .recipeFilters h2:after {
    border-left: 15px solid #f6f5f0; }
  .registration-wrapper .recipeFilters.mobileExpanded h2:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .registration-wrapper .sidebarSteps {
    counter-reset: theCounter;
    list-style: none;
    padding: 0; }
    .registration-wrapper .sidebarSteps li {
      position: relative; }
      .registration-wrapper .sidebarSteps li:after {
        content: counter(theCounter);
        counter-increment: theCounter;
        position: absolute;
        right: 12px;
        width: 38px;
        height: 38px;
        top: 27px;
        border-radius: 19px;
        display: block;
        background-color: #fff;
        line-height: 38px;
        text-align: center;
        font-weight: bold;
        font-family: 'ssp', sans-serif;
        font-size: 2em; }
      .registration-wrapper .sidebarSteps li h2 {
        color: #fff;
        padding: 15px 58px 15px 15px; }
      .registration-wrapper .sidebarSteps li:before {
        color: #94b33f; }
      .registration-wrapper .sidebarSteps li h2 {
        background-color: #94b33f; }
      .registration-wrapper .sidebarSteps li:nth-child(3n-1):before {
        color: #bea73a; }
      .registration-wrapper .sidebarSteps li:nth-child(3n-1) h2 {
        background-color: #bea73a; }
      .registration-wrapper .sidebarSteps li:nth-child(3n):before {
        color: #b58e44; }
      .registration-wrapper .sidebarSteps li:nth-child(3n) h2 {
        background-color: #b58e44; }
      .registration-wrapper .sidebarSteps li p {
        padding-left: 10px;
        border-left: 1px solid #a49d9d; }
  .registration-wrapper .secondaryContent .sidebarSteps li:after {
    top: 10px; }
  .registration-wrapper .canningGuides a {
    display: inline-block;
    text-align: center;
    background: url(images/guideIcons.jpg) no-repeat 20px top;
    vertical-align: top;
    background-size: 557px auto;
    width: 120px;
    margin-bottom: 1em;
    padding: 90px 10px 10px; }
  .registration-wrapper .no-backgroundsize .canningGuides a {
    background: url(images/guideIconsNoBS.jpg) no-repeat 20px top; }
  .registration-wrapper .canningGuides a:nth-child(2) {
    background-position: -100px top; }
  .registration-wrapper .canningGuides a:nth-child(3) {
    background-position: -220px top; }
  .registration-wrapper .canningGuides a:nth-child(4) {
    background-position: -340px top; }
  .registration-wrapper .canningGuides a:nth-child(5) {
    background-position: -460px top; }
  .registration-wrapper .greenGuide, .registration-wrapper .yellowGuide, .registration-wrapper .orangeGuide, .registration-wrapper .blueGuide, .registration-wrapper .pinkGuide {
    padding-left: 76px;
    min-height: 80px; }
  .registration-wrapper .greenGuide:before, .registration-wrapper .yellowGuide:before, .registration-wrapper .orangeGuide:before, .registration-wrapper .blueGuide:before, .registration-wrapper .pinkGuide:before {
    content: '';
    display: block;
    width: 70px;
    height: 100px;
    position: absolute;
    left: 0;
    background: url(images/guideIcons.jpg) no-repeat -122px -10px;
    background-size: 557px auto; }
  .registration-wrapper .no-backgroundsize .greenGuide:before, .registration-wrapper .no-backgroundsize .yellowGuide:before, .registration-wrapper .no-backgroundsize .orangeGuide:before, .registration-wrapper .no-backgroundsize .blueGuide:before, .registration-wrapper .no-backgroundsize .pinkGuide:before {
    background: url(images/guideIconsNoBS.jpg) no-repeat -122px -10px; }
  .registration-wrapper .greenGuide:before, .registration-wrapper .no-backgroundsize .greenGuide:before {
    background-position: 0 -10px; }
  .registration-wrapper .orangeGuide:before, .registration-wrapper .no-backgroundsize .orangeGuide:before {
    background-position: -242px -10px; }
  .registration-wrapper .blueGuide:before, .registration-wrapper .no-backgroundsize .blueGuide:before {
    background-position: -362px -10px; }
  .registration-wrapper .pinkGuide:before, .registration-wrapper .no-backgroundsize .pinkGuide:before {
    background-position: -482px -10px; }
  .registration-wrapper ul.videoList {
    padding-left: 0; }
    .registration-wrapper ul.videoList li {
      width: 100%;
      float: left;
      padding: 0 10px;
      margin-bottom: 20px; }
      .registration-wrapper ul.videoList li a {
        display: block;
        position: relative;
        padding: 140px 0 0;
        overflow: hidden;
        color: #fff;
        background: #a49d9d;
        line-height: 1.3; }
        .registration-wrapper ul.videoList li a:before {
          position: absolute;
          display: block;
          text-align: center;
          left: 0;
          top: 36px;
          width: 100%;
          height: 140px;
          z-index: 1;
          color: #fff;
          font-size: 80px;
          transition: background-color, 0.5s; }
      .registration-wrapper ul.videoList li img {
        position: absolute;
        right: -58px;
        top: -42px;
        width: 400px;
        height: auto; }
      .registration-wrapper ul.videoList li:before {
        display: none; }
      .registration-wrapper ul.videoList li span {
        padding: 15px;
        text-align: center;
        display: block;
        background: url(images/grayTexture.png) repeat left bottom; }
    .registration-wrapper ul.videoList.longList img {
      height: auto; }
    .registration-wrapper ul.videoList.longList a {
      height: 190px;
      font-size: 14px; }
    .registration-wrapper ul.videoList.longList span {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      text-align: center;
      height: 60px;
      padding: 6px 4px; }
  .registration-wrapper .menuContent {
    position: absolute;
    padding: 15px;
    right: -245px;
    top: 0;
    width: 245px;
    background: #efede3;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .registration-wrapper .menuContent img {
      max-width: 100%; }
    .registration-wrapper .menuContent figure {
      position: relative; }
    .registration-wrapper .menuContent .videoLink:before {
      position: absolute;
      display: block;
      text-align: center;
      left: 0;
      top: 50%;
      margin-top: -32px;
      width: 100%;
      height: 100%;
      z-index: 1;
      color: #fff;
      font-size: 65px;
      padding-top: 0; }
  .registration-wrapper .megaMenuColumn, .registration-wrapper .megaMenuLinks {
    padding-bottom: 20px; }
  .registration-wrapper .anchors a {
    padding: 0 3px; }
  .registration-wrapper .glossary h4 {
    font-size: 16px;
    font-style: italic; }
  .registration-wrapper .backToTop {
    text-align: right; }
  .registration-wrapper .contentImage {
    max-width: 100%;
    height: auto !important;
    margin: 1em 0; }
  .registration-wrapper .toggler {
    cursor: pointer; }
  .registration-wrapper .expandContent {
    display: none; }
  .registration-wrapper .expanded .expandContent {
    display: block; }
  .registration-wrapper .faqs {
    margin-bottom: 1em; }
    .registration-wrapper .faqs h4 a {
      color: #939b32; }
  .registration-wrapper .basicForm, .registration-wrapper #user-login {
    padding-bottom: 20px; }
  .registration-wrapper .basicForm input[type=text], .registration-wrapper .basicForm input[type=email], .registration-wrapper .basicForm input[type=number], .registration-wrapper .basicForm input[type=password] {
    background-color: #f6f5f0;
    border: 2px solid #e7e5dc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-radius: 5px; }
  .registration-wrapper .basicForm textarea {
    background-color: #f6f5f0;
    border: 2px solid #e7e5dc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-radius: 5px; }
  .registration-wrapper #user-login input[type=text], .registration-wrapper #user-login input[type=email], .registration-wrapper #user-login input[type=number], .registration-wrapper #user-login input[type=password] {
    background-color: #f6f5f0;
    border: 2px solid #e7e5dc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-radius: 5px; }
  .registration-wrapper #user-login textarea {
    background-color: #f6f5f0;
    border: 2px solid #e7e5dc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-radius: 5px; }
  .registration-wrapper .basicForm .formPair, .registration-wrapper #user-login .formPair {
    width: 100%;
    padding: 0 10px 20px; }
  .registration-wrapper .basicForm .formPair label, .registration-wrapper #user-login .formPair label {
    width: 100%;
    display: block;
    padding-bottom: 5px;
    font-weight: normal;
    font-size: 14px; }
  .registration-wrapper .basicForm .formPair.radios label, .registration-wrapper .basicForm .formPair.radios input {
    float: left;
    width: auto; }
  .registration-wrapper #user-login .formPair.radios label, .registration-wrapper #user-login .formPair.radios input {
    float: left;
    width: auto; }
  .registration-wrapper .basicForm .formPair.radios input, .registration-wrapper #user-login .formPair.radios input {
    margin-right: 5px; }
  .registration-wrapper .basicForm .formPair.radios label, .registration-wrapper #user-login .formPair.radios label {
    padding-right: 15px; }
  .registration-wrapper .basicForm .formPair.radios p, .registration-wrapper #user-login .formPair.radios p {
    margin-top: 0; }
  .registration-wrapper .basicForm .formPair.required label:before, .registration-wrapper #user-login .formPair.required label:before {
    content: "*"; }
  .registration-wrapper .basicForm .formPair.required label.error, .registration-wrapper #user-login .formPair.required label.error {
    padding-top: 5px; }
  .registration-wrapper .basicForm .formPair.required label.error:before, .registration-wrapper #user-login .formPair.required label.error:before {
    display: none; }
  .registration-wrapper .basicForm .formPair input, .registration-wrapper .basicForm .formPair select, .registration-wrapper .basicForm .formPair textarea {
    width: 100%; }
  .registration-wrapper #user-login {
    max-width: 400px; }
    .registration-wrapper #user-login .formPair input, .registration-wrapper #user-login .formPair select, .registration-wrapper #user-login .formPair textarea {
      width: 100%; }
    .registration-wrapper #user-login .form-item {
      margin-bottom: 20px; }
    .registration-wrapper #user-login label {
      font-weight: normal;
      font-size: 14px;
      padding-bottom: 5px; }
    .registration-wrapper #user-login .description {
      font-style: italic;
      font-size: 14px; }
  .registration-wrapper label.error {
    color: #8C2E0B; }
  .registration-wrapper input[type=email].error, .registration-wrapper .modalForm input[type=email].error, .registration-wrapper input[type=text].error, .registration-wrapper .modalForm input[type=text].error, .registration-wrapper input[type=search].error, .registration-wrapper .modalForm input[type=search].error, .registration-wrapper input[type=number].error, .registration-wrapper .modalForm input[type=number].error, .registration-wrapper input[type=password].error, .registration-wrapper .modalForm input[type=password].error, .registration-wrapper select.error, .registration-wrapper .modalForm select.error, .registration-wrapper textarea.error, .registration-wrapper .modalForm textarea.error {
    background-color: #e8d5ce; }
  .registration-wrapper .recipeFilters {
    border: 6px solid #bcb9ad;
    background-color: #f6f5f0; }
    .registration-wrapper .recipeFilters h2 {
      background: #bcb9ad;
      margin: 0;
      padding: 10px;
      color: #fff; }
    .registration-wrapper .recipeFilters .filtersWrap {
      padding: 20px; }
      .registration-wrapper .recipeFilters .filtersWrap > p:first-child {
        margin-top: 0; }
      .registration-wrapper .recipeFilters .filtersWrap > label {
        font-family: 'ssp', sans-serif;
        font-weight: 400;
        text-transform: uppercase; }
    .registration-wrapper .recipeFilters .filterSection {
      padding-bottom: 10px; }
      .registration-wrapper .recipeFilters .filterSection label {
        font-size: 0.875em; }
  .registration-wrapper .recipesContent {
    padding: 20px 0;
    position: relative; }
  .registration-wrapper .view-recipes .headerWrap {
    background-color: #f6f5f0;
    margin-top: 0;
    padding: 15px; }
    .registration-wrapper .view-recipes .headerWrap h2.primaryHr {
      margin: 0;
      border-bottom-color: #939b32; }
      .registration-wrapper .view-recipes .headerWrap h2.primaryHr:before {
        border-left-color: #c8d15d;
        border-right-color: #b0b941; }
      .registration-wrapper .view-recipes .headerWrap h2.primaryHr:after {
        border-left-color: #c8d15d;
        border-right-color: #b0b941;
        border-left-color: #a5ae3a; }
  .registration-wrapper .recipesCategories ul {
    padding: 0; }
    .registration-wrapper .recipesCategories ul li:before {
      display: none; }
  .registration-wrapper .recipesCategories li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 20px;
    text-align: center; }
    .registration-wrapper .recipesCategories li > a {
      display: block; }
      .registration-wrapper .recipesCategories li > a figure {
        max-width: 166px;
        width: 100%;
        margin: 0 auto; }
        .registration-wrapper .recipesCategories li > a figure img {
          width: 100%;
          margin-bottom: 5px; }
  .registration-wrapper .form-item-edit-field-ease-tid-29 label, .registration-wrapper .form-item-edit-field-ease-tid-31 label, .registration-wrapper .form-item-edit-field-ease-tid-32 label {
    width: 100px;
    display: inline-block;
    position: relative; }
  .registration-wrapper .form-item-edit-field-ease-tid-29 label:after, .registration-wrapper .form-item-edit-field-ease-tid-31 label:after, .registration-wrapper .form-item-edit-field-ease-tid-32 label:after {
    position: absolute;
    width: 15px;
    height: 15px;
    display: block;
    content: '';
    right: 0;
    top: 0;
    background: #94b33f; }
  .registration-wrapper .form-item-edit-field-ease-tid-31 label:after {
    background: #c6a63f; }
  .registration-wrapper .form-item-edit-field-ease-tid-32 label:after {
    background: #75acc0; }
  .registration-wrapper .ease {
    width: 120px;
    display: block; }
    .registration-wrapper .ease span {
      display: block;
      text-align: center;
      color: #fff;
      padding: 3px; }
    .registration-wrapper .ease .Easy {
      background-color: #94b33f; }
    .registration-wrapper .ease .Medium {
      background: #c6a63f; }
    .registration-wrapper .ease .Advanced {
      background-color: #75acc0; }
  .registration-wrapper ul.recipeResults {
    padding: 0; }
    .registration-wrapper ul.recipeResults li {
      clear: both;
      padding: 10px 0;
      margin: 0;
      min-height: 145px;
      position: relative;
      vertical-align: middle; }
      .registration-wrapper ul.recipeResults li:before {
        display: none; }
      .registration-wrapper ul.recipeResults li .title {
        display: block;
        padding-bottom: 5px; }
      .registration-wrapper ul.recipeResults li img {
        position: absolute;
        padding-right: 10px;
        left: 0;
        max-width: 150px;
        height: auto !important;
        vertical-align: middle; }
      .registration-wrapper ul.recipeResults li .ease, .registration-wrapper ul.recipeResults li .method, .registration-wrapper ul.recipeResults li .category {
        margin-left: 160px; }
      .registration-wrapper ul.recipeResults li .ease {
        float: left;
        margin-bottom: 10px; }
      .registration-wrapper ul.recipeResults li .method {
        min-height: 41px;
        display: block;
        margin-bottom: 10px;
        float: left;
        clear: left; }
      .registration-wrapper ul.recipeResults li .category {
        display: block;
        margin-bottom: 10px;
        float: left;
        clear: left;
        margin-bottom: 0; }
  .registration-wrapper .resultsTable table {
    table-layout: auto; }
    .registration-wrapper .resultsTable table tbody {
      border: 0; }
    .registration-wrapper .resultsTable table img {
      width: 100% !important;
      max-width: 140px;
      height: auto !important; }
    .registration-wrapper .resultsTable table tr {
      display: block;
      position: relative;
      padding-left: 130px;
      padding-bottom: 15px;
      min-height: 130px; }
    .registration-wrapper .resultsTable table td {
      display: block;
      padding: 5px; }
      .registration-wrapper .resultsTable table td:first-child {
        position: absolute;
        left: 0;
        top: 0;
        padding: 0;
        width: 120px; }
      .registration-wrapper .resultsTable table td:last-child {
        position: absolute;
        left: 0;
        top: 0;
        padding: 0;
        width: 120px;
        top: 90px; }
      .registration-wrapper .resultsTable table td:nth-child(3):before {
        content: "Method: "; }
      .registration-wrapper .resultsTable table td:nth-child(4):before {
        content: "Category: "; }
    .registration-wrapper .resultsTable table thead {
      display: none; }
      .registration-wrapper .resultsTable table thead th {
        background: #f6f5f0;
        font-weight: normal;
        border: 0 none; }
  .registration-wrapper .pager {
    padding: 15px;
    text-transform: uppercase;
    font-family: 'ssp', sans-serif;
    text-align: center;
    position: relative; }
    .registration-wrapper .pager .page_next, .registration-wrapper .pager .pager-next a, .registration-wrapper .pager .pager-previous a, .registration-wrapper .pager .page_prev, .registration-wrapper .pager .pager-first a, .registration-wrapper .pager .pager-last a {
      display: inline-block;
      font: 0/0 a;
      width: 40px;
      height: 22px;
      position: absolute;
      right: 0;
      top: 0; }
    .registration-wrapper .pager .page_next:after, .registration-wrapper .pager .pager-next a:after, .registration-wrapper .pager .pager-previous a:after, .registration-wrapper .pager .page_prev:after, .registration-wrapper .pager .pager-first a:after, .registration-wrapper .pager .pager-last a:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 15px solid #94b33f;
      position: absolute;
      right: 0;
      top: 0; }
    .registration-wrapper .pager .page_prev, .registration-wrapper .pager .pager-previous a, .registration-wrapper .pager .pager-first a {
      left: 0; }
    .registration-wrapper .pager .page_prev:after, .registration-wrapper .pager .pager-previous a:after, .registration-wrapper .pager .pager-first a:after {
      left: 0;
      border-left: 0 none;
      border-right: 15px solid #94b33f; }
    .registration-wrapper .pager.pagerBelow {
      background-color: #f6f5f0;
      margin-top: 15px; }
  .registration-wrapper .searchResultsPager ul.pager {
    padding: 0; }
    .registration-wrapper .searchResultsPager ul.pager li {
      margin: 0;
      padding: 0;
      display: inline-block;
      vertical-align: middle;
      height: 41px; }
      .registration-wrapper .searchResultsPager ul.pager li:before {
        display: none; }
      .registration-wrapper .searchResultsPager ul.pager li a {
        padding: 10px;
        display: block; }
      .registration-wrapper .searchResultsPager ul.pager li.pager-current, .registration-wrapper .searchResultsPager ul.pager li.pager-ellipsis {
        padding: 10px; }
    .registration-wrapper .searchResultsPager ul.pager .pager-next, .registration-wrapper .searchResultsPager ul.pager .pager-previous {
      width: 40px;
      height: 41px; }
    .registration-wrapper .searchResultsPager ul.pager .pager-first, .registration-wrapper .searchResultsPager ul.pager .pager-last {
      width: 43px;
      height: 41px; }
    .registration-wrapper .searchResultsPager ul.pager .pager-previous a {
      height: 41px; }
    .registration-wrapper .searchResultsPager ul.pager .pager-next a {
      height: 41px; }
      .registration-wrapper .searchResultsPager ul.pager .pager-next a:after {
        left: 10px;
        top: 10px; }
    .registration-wrapper .searchResultsPager ul.pager .pager-previous a:after, .registration-wrapper .searchResultsPager ul.pager .pager-first a:after, .registration-wrapper .searchResultsPager ul.pager .pager-last a:after {
      left: 10px;
      top: 10px; }
    .registration-wrapper .searchResultsPager ul.pager .pager-first a, .registration-wrapper .searchResultsPager ul.pager .pager-last a {
      width: 43px;
      height: 41px; }
    .registration-wrapper .searchResultsPager ul.pager .pager-first a:before, .registration-wrapper .searchResultsPager ul.pager .pager-last a:before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 15px solid #94b33f;
      position: absolute;
      left: 18px;
      top: 10px; }
    .registration-wrapper .searchResultsPager ul.pager .pager-first a:before {
      right: 18px;
      border-left: 0 none;
      border-right: 15px solid #94b33f; }
  .registration-wrapper .resultsPagination {
    display: inline-block;
    position: relative;
    padding: 0 40px; }
  .registration-wrapper .view-filters {
    padding-bottom: 20px; }
  .registration-wrapper #blockingLoadIndicator {
    width: 100%;
    height: 100%;
    background: #f6f5f0 url(images/ajax-loaderdark.gif) no-repeat 50% 50%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    opacity: .75;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    display: none; }
  .registration-wrapper .fb_iframe_widget {
    vertical-align: top;
    margin-right: 5px;
    height: 21px;
    overflow: hidden; }
  .registration-wrapper .recipeDetails .recipeImage {
    position: relative;
    width: 400px;
    margin: 0 auto 20px;
    max-width: 100%; }
    .registration-wrapper .recipeDetails .recipeImage img {
      width: 100%;
      height: auto;
      display: block; }
    .registration-wrapper .recipeDetails .recipeImage figcaption {
      font-family: 'ssp', sans-serif;
      text-transform: uppercase;
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 100%;
      height: 0;
      padding-top: 75%; }
      .registration-wrapper .recipeDetails .recipeImage figcaption > span {
        color: #fff;
        position: absolute;
        left: 10px;
        top: 10px;
        line-height: 18px;
        width: 35%;
        font-size: 18px;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }
      .registration-wrapper .recipeDetails .recipeImage figcaption .addPhotoModal {
        position: absolute;
        left: 10px;
        bottom: 10px;
        height: 90px; }
        .registration-wrapper .recipeDetails .recipeImage figcaption .addPhotoModal > span {
          color: #fff;
          background-color: #94b33f;
          border-radius: 5px;
          box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.5); }
  .registration-wrapper .recipeDetails .recipeSocial {
    margin: 15px 0; }
  .registration-wrapper .recipeDetails ol {
    padding-left: 20px; }
    .registration-wrapper .recipeDetails ol li {
      margin-bottom: 1em; }
  .registration-wrapper .recipeDetails h3 {
    font-family: 'ssp', sans-serif;
    font-size: 16px;
    text-transform: uppercase; }
  .registration-wrapper .recipeDetails .socialLinks {
    float: left; }
  .registration-wrapper .recipeDetails .recipeData {
    clear: both; }
  .registration-wrapper .recipeDetails .ingredients {
    padding-bottom: 10px; }
    .registration-wrapper .recipeDetails .ingredients > h2:first-child {
      margin-top: 0; }
  .registration-wrapper .recipeDetails .recipeEase, .registration-wrapper .recipeDetails .method {
    margin: 15px 0; }
  .registration-wrapper .recipeDetails .recipeEase h3, .registration-wrapper .recipeDetails .method h3 {
    margin-top: 0; }
  .registration-wrapper .recipeRating {
    float: left;
    padding: 0 20px 10px 0;
    font-family: 'ssp', sans-serif;
    font-size: 14px; }
    .registration-wrapper .recipeRating strong {
      text-transform: uppercase; }
  .registration-wrapper .rating:before {
    color: #c79e2d;
    font-family: 'icomoon';
    font-size: 14px;
    padding-right: 5px; }
  .registration-wrapper .rating.zero:before {
    content: "ÃƒÂ®Ã‹Å“Ã…Â ÃƒÂ®Ã‹Å“Ã…Â ÃƒÂ®Ã‹Å“Ã…Â ÃƒÂ®Ã‹Å“Ã…Â ÃƒÂ®Ã‹Å“Ã…Â "; }
  .registration-wrapper .rating.half:before {
    content: "ÃƒÂ®Ã‹Å“Ã‹â€ ÃƒÂ®Ã‹Å“Ã…Â ÃƒÂ®Ã‹Å“Ã…Â ÃƒÂ®Ã‹Å“Ã…Â ÃƒÂ®Ã‹Å“Ã…Â "; }
  .registration-wrapper .rating.one:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°ÃƒÂ®Ã‹Å“Ã…Â ÃƒÂ®Ã‹Å“Ã…Â ÃƒÂ®Ã‹Å“Ã…Â ÃƒÂ®Ã‹Å“Ã…Â "; }
  .registration-wrapper .rating.one.half:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°ÃƒÂ®Ã‹Å“Ã‹â€ ÃƒÂ®Ã‹Å“Ã…Â ÃƒÂ®Ã‹Å“Ã…Â ÃƒÂ®Ã‹Å“Ã…Â "; }
  .registration-wrapper .rating.two:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°ÃƒÂ®Ã‹Å“Ã…Â ÃƒÂ®Ã‹Å“Ã…Â ÃƒÂ®Ã‹Å“Ã…Â "; }
  .registration-wrapper .rating.two.half:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°ÃƒÂ®Ã‹Å“Ã‹â€ ÃƒÂ®Ã‹Å“Ã…Â ÃƒÂ®Ã‹Å“Ã…Â "; }
  .registration-wrapper .rating.three:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°ÃƒÂ®Ã‹Å“Ã…Â ÃƒÂ®Ã‹Å“Ã…Â "; }
  .registration-wrapper .rating.three.half:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°ÃƒÂ®Ã‹Å“Ã‹â€ ÃƒÂ®Ã‹Å“Ã…Â "; }
  .registration-wrapper .rating.four:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°ÃƒÂ®Ã‹Å“Ã…Â "; }
  .registration-wrapper .rating.four.half:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°ÃƒÂ®Ã‹Å“Ã‹â€ "; }
  .registration-wrapper .rating.five:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°"; }
  .registration-wrapper .addPhotoModal {
    background-color: #e7e5dc;
    cursor: pointer; }
    .registration-wrapper .addPhotoModal span {
      position: absolute;
      width: 100px;
      height: 90px;
      display: block;
      background: #e7e5dc;
      padding: 3px;
      text-transform: uppercase;
      text-align: center;
      font-size: 21px;
      color: #bcb9ad;
      font-family: 'ssp', sans-serif;
      left: 0;
      bottom: 0;
      right: 0;
      top: 0;
      margin: auto; }
    .registration-wrapper .addPhotoModal .plus {
      color: #94b33f;
      background: #f2f0e9;
      display: block;
      margin: 0 auto;
      width: 30px;
      height: 30px;
      font-size: 28px;
      line-height: 30px;
      font-weight: 700;
      position: static;
      padding-top: 0; }
  .registration-wrapper .recipesContent .headerWrap {
    margin-bottom: 15px; }
  .registration-wrapper #addImageFormContent {
    padding: 20px;
    background: #bcb9ad;
    color: #fff; }
    .registration-wrapper #addImageFormContent > h2 {
      margin-top: 0; }
  .registration-wrapper .photoExample {
    position: relative;
    padding: 3px 3px 3px 88px;
    min-height: 84px;
    background: #a4a196;
    margin-bottom: 20px; }
    .registration-wrapper .photoExample figure {
      position: absolute;
      left: 3px;
      top: 3px;
      width: 78px; }
      .registration-wrapper .photoExample figure img {
        height: auto; }
      .registration-wrapper .photoExample figure figcaption {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        display: block;
        text-transform: uppercase;
        text-align: center;
        font-family: 'ssp', sans-serif;
        background: #94b33f; }
    .registration-wrapper .photoExample p {
      margin: 0;
      padding: 5px 10px 5px 0;
      line-height: 18px; }
  .registration-wrapper .modalForm {
    position: relative; }
    .registration-wrapper .modalForm input[type=text], .registration-wrapper .modalForm input[type=email], .registration-wrapper .modalForm input[type=number] {
      background-color: #fff;
      border: 0 none;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      border-radius: 5px; }
    .registration-wrapper .modalForm textarea {
      background-color: #fff;
      border: 0 none;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      border-radius: 5px; }
    .registration-wrapper .modalForm .messages {
      clear: both; }
      .registration-wrapper .modalForm .messages .placeholder {
        color: inherit; }
    .registration-wrapper .modalForm .form-type-textfield, .registration-wrapper .modalForm .form-type-managed-file, .registration-wrapper .modalForm .form-type-checkbox {
      padding: 0 0 20px;
      position: relative; }
    .registration-wrapper .modalForm .form-type-textfield .form-submit, .registration-wrapper .modalForm .form-type-managed-file .form-submit, .registration-wrapper .modalForm .form-type-checkbox .form-submit {
      margin: 0;
      clear: none;
      float: none; }
    .registration-wrapper .modalForm .form-type-textfield .placeholder, .registration-wrapper .modalForm .form-type-managed-file .placeholder, .registration-wrapper .modalForm .form-type-checkbox .placeholder {
      width: 100% !important; }
    .registration-wrapper .modalForm .form-type-textfield input[type=checkbox], .registration-wrapper .modalForm .form-type-managed-file input[type=checkbox], .registration-wrapper .modalForm .form-type-checkbox input[type=checkbox] {
      float: left; }
    .registration-wrapper .modalForm .form-type-textfield input[type=checkbox].error, .registration-wrapper .modalForm .form-type-managed-file input[type=checkbox].error {
      border: 2px solid #8c2e0b; }
    .registration-wrapper .modalForm .form-type-checkbox {
      position: relative; }
      .registration-wrapper .modalForm .form-type-checkbox input {
        position: absolute;
        left: 5px;
        top: 5px;
        z-index: 2; }
        .registration-wrapper .modalForm .form-type-checkbox input[type=checkbox].error {
          border: 2px solid #8c2e0b; }
      .registration-wrapper .modalForm .form-type-checkbox .error + .description {
        background-color: #e8d5ce; }
        .registration-wrapper .modalForm .form-type-checkbox .error + .description a {
          color: #8C2E0B; }
      .registration-wrapper .modalForm .form-type-checkbox .description {
        padding: 5px 5px 5px 28px;
        margin: 0;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-radius: 5px;
        background-color: #a4a196; }
        .registration-wrapper .modalForm .form-type-checkbox .description a {
          color: #fff;
          text-decoration: underline; }
    .registration-wrapper .modalForm .form-submit {
      clear: both;
      float: right;
      margin: 0 20px 0 0; }
    .registration-wrapper .modalForm .form-type-managed-file .form-file {
      width: 70%;
      overflow: hidden;
      float: left; }
    .registration-wrapper .modalForm .form-type-managed-file .form-submit {
      width: 27%;
      float: right;
      padding: 2px 3px;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px;
      border-radius: 3px;
      background-color: #94b33f; }
      .registration-wrapper .modalForm .form-type-managed-file .form-submit:hover, .registration-wrapper .modalForm .form-type-managed-file .form-submit:active {
        background-color: #7e9936; }
    .registration-wrapper .modalForm .form-type-managed-file .description {
      clear: both;
      padding-top: 2px; }
    .registration-wrapper .modalForm input[type=file] {
      background: #a4a196;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px;
      border-radius: 3px; }
  .registration-wrapper .productDetailsArticle .recipeRating {
    float: none;
    padding-bottom: 0; }
  .registration-wrapper .product .recipeRating {
    float: none; }
  .registration-wrapper .modalContent #reviews {
    background-color: #fff;
    padding: 5px; }
  .registration-wrapper .region-content .samples {
    padding-left: 0; }
    .registration-wrapper .region-content .samples li {
      display: inline-block;
      vertical-align: top;
      margin-bottom: 20px;
      position: relative;
      width: 50%;
      padding: 0 5px; }
      .registration-wrapper .region-content .samples li:before {
        display: none; }
  .registration-wrapper .iframeContainer {
    position: relative;
    padding-bottom: 65.25%;
    padding-top: 30px;
    height: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
    .registration-wrapper .iframeContainer iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .registration-wrapper .iframePage {
    width: 100%;
    border: 0 none;
    height: 2000px;
    overflow: auto; }
  .registration-wrapper .twoContentImages {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .registration-wrapper .twoContentImages figure {
      display: table-cell;
      vertical-align: middle;
      width: 50%;
      text-align: center; }
      .registration-wrapper .twoContentImages figure img {
        margin: 0 auto;
        max-width: 100% !important; }
  .registration-wrapper .search-form {
    display: none;
    position: relative;
    max-width: 400px; }
    .registration-wrapper .search-form label {
      display: none; }
    .registration-wrapper .search-form input[type=text], .registration-wrapper .search-form input[type=search] {
      background-color: #f6f5f0;
      border: 2px solid #e7e5dc;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      border-radius: 5px;
      padding-right: 75px; }
    .registration-wrapper .search-form button {
      position: absolute;
      right: 0;
      top: 0;
      height: 40px;
      line-height: 40px;
      border-top-left-radius: 0 5px 5px 0;
      border-top-right-radius: 0 5px 5px 0;
      border-bottom-left-radius: 0 5px 5px 0;
      border-bottom-right-radius: 0 5px 5px 0;
      border-radius: 0 5px 5px 0; }
  .registration-wrapper .region-content ul.recommendationRating {
    padding: 30px 0 0 0;
    position: relative;
    float: left; }
    .registration-wrapper .region-content ul.recommendationRating li {
      display: inline-block; }
      .registration-wrapper .region-content ul.recommendationRating li.lowLabel {
        position: absolute;
        left: 0;
        top: 0; }
      .registration-wrapper .region-content ul.recommendationRating li.highLabel {
        position: absolute;
        right: 0;
        top: 0; }
      .registration-wrapper .region-content ul.recommendationRating li a {
        width: 20px;
        font-size: 14px;
        text-align: center;
        line-height: 20px;
        display: block;
        height: 20px;
        background-color: #94b33f;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-radius: 10px;
        color: #fff; }
      .registration-wrapper .region-content ul.recommendationRating li:before {
        display: none; }
  .registration-wrapper #addImageFormContent .region-add-photo-modal .multifield-thumbnail img {
    display: none; }
  .registration-wrapper .recipePage .print {
    display: block;
    position: absolute;
    right: 12px;
    top: 0; }
  .registration-wrapper .recipePage .secondaryHeader {
    padding-right: 80px; }
  .registration-wrapper .node-type-guest-upload-unapproved img, .registration-wrapper .node-type-guest-upload-approved img {
    max-width: 100%;
    height: auto; }
  .registration-wrapper .tool .socialLinks {
    position: absolute;
    top: 162px; }
  .registration-wrapper span[class^='PIN'], .registration-wrapper span[class*='PIN'] {
    width: inherit; }
  .registration-wrapper #reviews .bv-action-bar, .registration-wrapper #reviews .bv-section-summary, .registration-wrapper #reviews .bv-control-bar, .registration-wrapper #reviews .bv-content-pagination {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .registration-wrapper #reviews .bv-cleanslate .bv-action-bar-header {
    width: 55% !important; }
  .registration-wrapper #reviews .bv-cleanslate .bv-content-details-offset-off {
    width: auto !important; }
  .registration-wrapper #reviews .bv-cleanslate .bv-content-summary, .registration-wrapper #reviews .bv-cleanslate .bv-content-review {
    color: #656461 !important;
    font-family: 'ssp','sans-serif' !important;
    font-weight: normal !important; }
  .registration-wrapper #reviews .bv-cleanslate .bv-content-data dl dd, .registration-wrapper #reviews .bv-cleanslate .bv-content-data dl dt {
    color: #656461 !important;
    font-family: 'ssp','sans-serif' !important;
    font-weight: normal !important; }
  .registration-wrapper #reviews .bv-cleanslate .bv-content-datetime, .registration-wrapper #reviews .bv-cleanslate .bv-content-author-by, .registration-wrapper #reviews .bv-cleanslate .bv-content-summary, .registration-wrapper #reviews .bv-cleanslate .bv-author, .registration-wrapper #reviews .bv-cleanslate .bv-popup-profull .bv-content-item .bv-content-author-name .bv-author, .registration-wrapper #reviews .bv-cleanslate .bv-control-bar, .registration-wrapper #reviews .bv-cleanslate .bv-content-pagination, .registration-wrapper #reviews .bv-cleanslate .bv-content-title, .registration-wrapper #reviews .bv-cleanslate .bv-content-item .bv-content-feedback-vote .bv-content-feedback-vote-request {
    color: #656461 !important;
    font-family: 'ssp','sans-serif' !important;
    font-weight: normal !important; }
  .registration-wrapper #reviews .bv-cleanslate .bv-content-summary, .registration-wrapper #reviews .bv-cleanslate .bv-content-data dl dt, .registration-wrapper #reviews .bv-cleanslate .bv-content-datetime, .registration-wrapper #reviews .bv-cleanslate .bv-content-author-by, .registration-wrapper #reviews .bv-cleanslate .bv-author, .registration-wrapper #reviews .bv-cleanslate .bv-popup-profull .bv-content-item .bv-content-author-name .bv-author {
    font-weight: 700 !important; }
  .registration-wrapper #reviews .bv-cleanslate .bv-content-summary p {
    color: #656461 !important;
    font-family: georgia, serif !important;
    font-size: 14px !important; }
  .registration-wrapper #reviews .bv-cleanslate .bv-action-bar-header, .registration-wrapper #reviews .bv-cleanslate .bv-mbox-breadcrumb {
    color: #656461 !important;
    font-family: 'ssp','sans-serif' !important;
    text-transform: uppercase !important;
    font-weight: normal !important;
    letter-spacing: 1px; }
  .registration-wrapper #reviews .bv-cleanslate .bv-section-summary .bv-section-summary-inline .bv-secondary-rating-summary .bv-rating-ratio .bv-secondary-rating-summary-rating {
    width: auto !important; }
  .registration-wrapper #reviews .bv-cleanslate .bv-section-summary .bv-section-summary-inline .bv-secondary-rating-summary .bv-td {
    vertical-align: top !important; }
  .registration-wrapper #reviews .bv-cleanslate .bv-section-summary .bv-section-summary-table {
    table-layout: fixed !important; }
  .registration-wrapper .ball-25--day .day-number:before {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 1000;
    display: inline-block;
    font-size: 80px; }
  .registration-wrapper .ball-25--day a {
    color: #656461; }
  .registration-wrapper .ball-25--day-01 .widget {
    background: #a9b827 url(images/25-days/ball-day-01.jpg) no-repeat center bottom; }
  .registration-wrapper .ball-25--day-02 .widget {
    background: #a9b827 url(images/25-days/ball-day-02.jpg) no-repeat center bottom; }
  .registration-wrapper .ball-25--day-03 .widget {
    background: #c0372c url(images/25-days/ball-day-03.jpg) no-repeat center bottom; }
  .registration-wrapper .ball-25--day-04 .widget {
    background: #d3493d url(images/25-days/ball-day-04.jpg) no-repeat center bottom; }
  .registration-wrapper .ball-25--day-05 .widget {
    background: #a9b827 url(images/25-days/ball-day-05.jpg) no-repeat center bottom; }
  .registration-wrapper .ball-25--day-06 .widget {
    background: #abb53f url(images/25-days/ball-day-06.jpg) no-repeat center bottom; }
  .registration-wrapper .ball-25--day-07 .widget {
    background: #be3026 url(images/25-days/ball-day-07.jpg) no-repeat left bottom; }
  .registration-wrapper .ball-25--day-08 .widget {
    background: #d04339 url(images/25-days/ball-day-08.jpg) no-repeat center bottom; }
  .registration-wrapper .ball-25--day-09 .widget {
    background: #a9b827 url(images/25-days/ball-day-09.jpg) no-repeat center bottom; }
  .registration-wrapper .ball-25--day-10 .widget {
    background: #abb53f url(images/25-days/ball-day-10.jpg) no-repeat center bottom; }
  .registration-wrapper .ball-25--day-11 .widget {
    background: #b73429 url(images/25-days/ball-day-11.jpg) no-repeat center bottom; }
  .registration-wrapper .ball-25--day-12 .widget {
    background: #b6bd5e url(images/25-days/ball-day-12.jpg) no-repeat right bottom; }
  .registration-wrapper .ball-25--day-13 .widget {
    background: #abb53f url(images/25-days/ball-day-13.jpg) no-repeat center bottom; }
  .registration-wrapper .ball-25--day-14 .widget {
    background: #c34339 url(images/25-days/ball-day-14.jpg) no-repeat center bottom; }
  .registration-wrapper .ball-25--day-15 .widget {
    background: #be3026 url(images/25-days/ball-day-15.jpg) no-repeat right bottom; }
  .registration-wrapper .ball-25--day-16 .widget {
    background: #d04339 url(images/25-days/ball-day-16.jpg) no-repeat left bottom; }
  .registration-wrapper .ball-25--day-17 .widget {
    background: #b6bd5e url(images/25-days/ball-day-17.jpg) no-repeat left bottom; }
  .registration-wrapper .ball-25--day-18 .widget {
    background: #abb53f url(images/25-days/ball-day-18.jpg) no-repeat left bottom; }
  .registration-wrapper .ball-25--day-19 .widget {
    background: #abb53f url(images/25-days/ball-day-19.jpg) no-repeat left bottom; }
  .registration-wrapper .ball-25--day-20 .widget {
    background: #b6bd5e url(images/25-days/ball-day-20.jpg) no-repeat left bottom; }
  .registration-wrapper .ball-25--day-21 .widget {
    background: #be3026 url(images/25-days/ball-day-21.jpg) no-repeat right bottom; }
  .registration-wrapper .ball-25--day-22 .widget {
    background: #b6be57 url(images/25-days/ball-day-22.jpg) no-repeat center bottom; }
  .registration-wrapper .ball-25--day-23 .widget {
    background: #d04339 url(images/25-days/ball-day-23.jpg) no-repeat center bottom; }
  .registration-wrapper .ball-25--day-24 .widget {
    background: #abb53f url(images/25-days/ball-day-24.jpg) no-repeat center bottom; }
  .registration-wrapper .ball-25--day-25 .widget {
    background: #be3026 url(images/25-days/ball-day-25.jpg) no-repeat right bottom; }
  .registration-wrapper .ball-25--happy-days .widget {
    background: #6c4f92 url(images/25-days/happy-25-days-of-making-purple.jpg) no-repeat center center;
    background-size: contain; }
  .registration-wrapper .ball-25-head {
    background-image: url(images/25-days/ball-day-25.jpg); }
    .registration-wrapper .ball-25-head .gift-card {
      background: #c0362b; }
  .registration-wrapper .ball-25 {
    position: relative; }
    .registration-wrapper .ball-25 .content {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background: #EEE;
      background: rgba(255, 255, 255, 0.8);
      z-index: 1000;
      text-align: left;
      float: none;
      zoom: 1; }
      .registration-wrapper .ball-25 .content h2 {
        padding: 0 15px;
        font-family: georgia, serif;
        text-transform: none !important; }
      .registration-wrapper .ball-25 .content p {
        padding: 0 15px; }
  .registration-wrapper .ball-25--day img {
    z-index: 100; }
  .registration-wrapper .purple-bar {
    background: #664E90;
    text-align: center;
    padding: 10px;
    margin-bottom: 15px; }
    .registration-wrapper .purple-bar img {
      width: 500px;
      max-width: 100%;
      height: auto;
      margin: 0 auto;
      display: block; }
  .registration-wrapper .enter-to-win {
    background: #fff;
    padding: 8px 14px;
    border-radius: 4px;
    color: #99c942 !important;
    font-family: 'ssp', sans-serif;
    font-family: sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block; }
  .registration-wrapper .ball-25-header {
    background-image: url(images/25-days/25Days-small.png);
    background-position: center;
    margin-bottom: 20px;
    padding-top: 289px; }
    .registration-wrapper .ball-25-header .gift-card {
      background: rgba(192, 54, 43, 0.95);
      padding: 25px;
      color: #fff; }
      .registration-wrapper .ball-25-header .gift-card h1, .registration-wrapper .ball-25-header .gift-card .navHeader {
        font-size: 18px;
        font-family: georgia;
        font-style: italic;
        margin: 0; }
      .registration-wrapper .ball-25-header .gift-card p {
        line-height: 1.2em;
        font-size: 14px;
        text-shadow: 0 0 1px #fff; }
  .registration-wrapper .ball-25-giveaway {
    background-image: url(images/25-days/25Days-giveaway.png);
    margin-bottom: 10px;
    padding-top: 253px;
    background-position: bottom center;
    background-size: cover; }
  .registration-wrapper .ball-25-sweepstakes-cta {
    background-image: url(images/25-days/ball-25-sweepstakes-xs.jpg);
    background-size: cover;
    margin-bottom: 20px;
    position: relative;
    height: 300px; }
    .registration-wrapper .ball-25-sweepstakes-cta .sweepstakes {
      position: absolute;
      bottom: 0;
      width: 100%;
      text-align: center;
      padding: 15px;
      margin: 0; }
      .registration-wrapper .ball-25-sweepstakes-cta .sweepstakes p {
        margin: 10px auto;
        position: relative;
        color: #54441d;
        text-align: left;
        line-height: 1.2em;
        text-align: center; }
  .registration-wrapper .ball-25-social-grid .social-post-item {
    width: 100%;
    height: 100%;
    float: none;
    display: block;
    margin-bottom: 10px; }
    .registration-wrapper .ball-25-social-grid .social-post-item img {
      min-width: 100%;
      height: auto; }

@font-face {
  .registration-wrapper {
    font-family: 'thick-numbers';
    src: url("../fonts/thick-numbers.eot?-j64i34");
    src: url("../fonts/thick-numbers.eot?#iefix-j64i34") format("embedded-opentype"), url("../fonts/thick-numbers.woff?-j64i34") format("woff"), url("../fonts/thick-numbers.ttf?-j64i34") format("truetype"), url("../fonts/thick-numbers.svg?-j64i34#thick-numbers") format("svg");
    font-weight: normal;
    font-style: normal; } }
  .registration-wrapper i {
    font-family: 'thick-numbers';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .registration-wrapper .day-number-1:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â€šÂ¬"; }
  .registration-wrapper .day-number-2:before {
    content: "ÃƒÂ®Ã‹Å“Ã¯Â¿Â½"; }
  .registration-wrapper .day-number-3:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Å¡"; }
  .registration-wrapper .day-number-4:before {
    content: "ÃƒÂ®Ã‹Å“Ã†â€™"; }
  .registration-wrapper .day-number-5:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Å¾"; }
  .registration-wrapper .day-number-6:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Â¦"; }
  .registration-wrapper .day-number-7:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Â "; }
  .registration-wrapper .day-number-8:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Â¡"; }
  .registration-wrapper .day-number-9:before {
    content: "ÃƒÂ®Ã‹Å“Ã‹â€ "; }
  .registration-wrapper .day-number-10:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Â°"; }
  .registration-wrapper .day-number-11:before {
    content: "ÃƒÂ®Ã‹Å“Ã…Â "; }
  .registration-wrapper .day-number-12:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Â¹"; }
  .registration-wrapper .day-number-13:before {
    content: "ÃƒÂ®Ã‹Å“Ã…â€™"; }
  .registration-wrapper .day-number-14:before {
    content: "ÃƒÂ®Ã‹Å“Ã¯Â¿Â½"; }
  .registration-wrapper .day-number-15:before {
    content: "ÃƒÂ®Ã‹Å“Ã…Â½"; }
  .registration-wrapper .day-number-16:before {
    content: "ÃƒÂ®Ã‹Å“Ã¯Â¿Â½"; }
  .registration-wrapper .day-number-17:before {
    content: "ÃƒÂ®Ã‹Å“Ã¯Â¿Â½"; }
  .registration-wrapper .day-number-18:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Ëœ"; }
  .registration-wrapper .day-number-19:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬â„¢"; }
  .registration-wrapper .day-number-20:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Å“"; }
  .registration-wrapper .day-number-21:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬ï¿½"; }
  .registration-wrapper .day-number-22:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬Â¢"; }
  .registration-wrapper .day-number-23:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬â€œ"; }
  .registration-wrapper .day-number-24:before {
    content: "ÃƒÂ®Ã‹Å“Ã¢â‚¬â€�"; }
  .registration-wrapper .day-number-25:before {
    content: "ÃƒÂ®Ã‹Å“Ã‹Å“"; }
  .registration-wrapper .bronto-form form {
    width: 100%;
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
    margin: 0 auto; }
  .registration-wrapper .bronto-form input, .registration-wrapper .bronto-form select {
    height: auto; }
  .registration-wrapper .bronto-form form .section {
    clear: both; }
    .registration-wrapper .bronto-form form .section .container {
      float: left;
      width: 100% !important; }
  .registration-wrapper .bronto-form .field_block {
    display: block;
    padding: 0;
    margin: 6px 0 20px 0; }
    .registration-wrapper .bronto-form .field_block .caption {
      display: block;
      font: bold 12px , sans-serif;
      color: #333;
      padding: 0;
      margin: 10px 0 0 0; }
  .registration-wrapper .bronto-form label {
    font: bold 12px "Lucida Grande", "Verdana", sans-serif; }
  .registration-wrapper .bronto-form .field_block .checkbox .caption {
    display: inline;
    margin: 0; }
  .registration-wrapper .bronto-form .field_block div.radio span {
    display: block;
    margin: 0 0 10px 0;
    padding: 0; }
    .registration-wrapper .bronto-form .field_block div.radio span input.radio {
      display: inline;
      margin-right: 5px;
      float: left; }
    .registration-wrapper .bronto-form .field_block div.radio span label {
      font: normal 11px "Lucida Grande", "Verdana", sans-serif;
      color: #333; }
  .registration-wrapper .bronto-form .field_block .field {
    padding: 0;
    margin: 0; }
    .registration-wrapper .bronto-form .field_block .field .field_error {
      display: block;
      padding-top: 3px;
      padding-bottom: 5px;
      font-size: 11px;
      color: #f00;
      font-weight: bold; }
    .registration-wrapper .bronto-form .field_block .field input.text, .registration-wrapper .bronto-form .field_block .field input.float, .registration-wrapper .bronto-form .field_block .field input.password, .registration-wrapper .bronto-form .field_block .field input.integer, .registration-wrapper .bronto-form .field_block .field input.currency {
      border: 1px solid #ccc;
      border-top-color: #444;
      border-left-color: #444;
      font: normal 11px "Lucida Grande", "Verdana", sans-serif;
      color: #333;
      padding: 3px;
      margin: 0;
      width: 100%; }
    .registration-wrapper .bronto-form .field_block .field input.date {
      border: 1px solid #ccc;
      border-top-color: #444;
      border-left-color: #444;
      font: normal 11px "Lucida Grande", "Verdana", sans-serif;
      color: #333;
      padding: 3px;
      margin: 0;
      width: 100%;
      width: 100%; }
    .registration-wrapper .bronto-form .field_block .field input.phone {
      width: 100%;
      font-size: 12px;
      padding: 3px 12px 3px 44px; }
    .registration-wrapper .bronto-form .field_block .field textarea {
      width: 100%;
      height: 150px; }
    .registration-wrapper .bronto-form .field_block .field input.wide, .registration-wrapper .bronto-form .field_block .field input.narrow {
      width: 100%; }
    .registration-wrapper .bronto-form .field_block .field select {
      width: 100%; }
      .registration-wrapper .bronto-form .field_block .field select option {
        width: 100%; }
  .registration-wrapper .bronto-form .required {
    color: #f00;
    font-weight: bold; }
  @media only screen and (min-width: 768px) {
    .registration-wrapper .bronto-form form .section .container {
      width: 50% !important; } }
  @media only screen and (min-width: 768px) {
    .registration-wrapper .bronto-form .field_block .field input.text, .registration-wrapper .bronto-form .field_block .field input.float, .registration-wrapper .bronto-form .field_block .field input.password, .registration-wrapper .bronto-form .field_block .field input.integer, .registration-wrapper .bronto-form .field_block .field input.currency, .registration-wrapper .bronto-form .field_block .field input.date {
      width: 190px; } }
  @media only screen and (min-width: 768px) {
    .registration-wrapper .bronto-form .field_block .field input.date {
      width: 102px; } }
  @media only screen and (min-width: 768px) {
    .registration-wrapper .bronto-form .field_block .field input.phone {
      width: 250px; } }
  @media only screen and (min-width: 768px) {
    .registration-wrapper .bronto-form .field_block .field textarea {
      width: 300px; } }
  @media only screen and (min-width: 768px) {
    .registration-wrapper .bronto-form .field_block .field input.wide {
      width: 300px; } }
  @media only screen and (min-width: 768px) {
    .registration-wrapper .bronto-form .field_block .field input.narrow {
      width: 100px; } }
  @media only screen and (min-width: 768px) {
    .registration-wrapper .bronto-form .field_block .field select {
      width: 200px; }
      .registration-wrapper .bronto-form .field_block .field select option {
        width: 200px; } }
  .registration-wrapper nav {
    font-family: "ssp", sans-serif; }
    .registration-wrapper nav ul {
      margin: 0;
      padding: 0; }
    .registration-wrapper nav a {
      text-decoration: none; }
  .registration-wrapper body {
    background: #e7e5dc url(images/bgBody.png) repeat left top;
    background-size: 19px 19px;
    font-family: "Georgia", serif; }
  .registration-wrapper .no-backgroundsize {
    background-image: url(images/bgBodyFallback.png); }
  .registration-wrapper .onlyTall {
    display: block; }
    .registration-wrapper .onlyTall.inline {
      display: inline; }
    .registration-wrapper .onlyTall.inlineBlock {
      display: inline-block; }
  .registration-wrapper .onlyGrande, .registration-wrapper .onlyVenti, .registration-wrapper .ball-25-header-float img {
    display: none; }
  .registration-wrapper .home-content-special .widgetContent {
    width: 240px; }
    .registration-wrapper .home-content-special .widgetContent h2 {
      font-family: 'chunk', serif;
      color: #fff;
      font-size: 1.5em !important;
      text-transform: uppercase;
      line-height: 1em !important; }
    .registration-wrapper .home-content-special .widgetContent .button, .registration-wrapper .home-content-special .widgetContent .button-fancy-small, .registration-wrapper .home-content-special .widgetContent
    .button-fancy-medium, .registration-wrapper .home-content-special .widgetContent #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper .home-content-special .widgetContent a.like-button {
      font-size: 1.4em;
      font-weight: 600;
      padding: 12px 30px; }
  @media only screen and (min-width: 400px) {
    .registration-wrapper .widget {
      height: 300px; }
      .registration-wrapper .widget.small > img {
        margin-left: -175px;
        width: 351px;
        margin-top: -30px; }
      .registration-wrapper .widget.small .button, .registration-wrapper .widget.small .button-fancy-small, .registration-wrapper .widget.small
      .button-fancy-medium, .registration-wrapper .widget.small #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper .widget.small a.like-button {
        bottom: 20px;
        display: inline-block;
        margin-top: 250px;
        width: 100%; }
      .registration-wrapper .widget.small.textButton .widgetContent h3 {
        font-size: 1.5em; }
      .registration-wrapper .widget.small.textButton .widgetContent h2 {
        font-size: 1.666em; }
      .registration-wrapper .widget.medium, .registration-wrapper .widget.large, .registration-wrapper .widget.full {
        padding: 40px; }
      .registration-wrapper .widget.medium.textButton, .registration-wrapper .widget.large.textButton, .registration-wrapper .widget.full.textButton {
        height: 300px;
        max-height: 300px; }
      .registration-wrapper .widget.medium .widgetContent, .registration-wrapper .widget.large .widgetContent, .registration-wrapper .widget.full .widgetContent {
        padding: 35px 20px; }
      .registration-wrapper .widget.medium .widgetContent h2, .registration-wrapper .widget.large .widgetContent h2, .registration-wrapper .widget.full .widgetContent h2 {
        font-size: 3.25em;
        line-height: 0.8em; }
      .registration-wrapper .widget.medium .widgetContent h3, .registration-wrapper .widget.large .widgetContent h3 {
        font-size: 2em; }
      .registration-wrapper .widget.full .widgetContent {
        padding: 25px 20px; }
        .registration-wrapper .widget.full .widgetContent h3 {
          font-size: 2em; }
        .registration-wrapper .widget.full .widgetContent h2 {
          font-size: 2.333em; }
      .registration-wrapper .widget.textIcon p, .registration-wrapper .widget .medSocContent {
        font-size: 16px;
        line-height: 23px; }
    .registration-wrapper .logo {
      font-size: 50px; }
    .registration-wrapper a.shopNowButton, .registration-wrapper a.shopNowButton850 {
      display: none; }
    .registration-wrapper .productListing li {
      width: 50%;
      display: inline-block; }
    .registration-wrapper .product {
      position: relative;
      min-height: 180px;
      padding: 20px 10px 10px 120px; }
      .registration-wrapper .product .productDescription {
        font-size: 0.875em; }
      .registration-wrapper .product p {
        margin: 0.25em 0 10px; }
      .registration-wrapper .product .productImage {
        position: absolute;
        left: 10px;
        top: 10px;
        width: 100px; }
        .registration-wrapper .product .productImage img {
          width: 100px;
          height: 130px; }
        .registration-wrapper .product .productImage figcaption {
          text-align: center; }
      .registration-wrapper .product .productDescription {
        margin-bottom: 10px; }
      .registration-wrapper .product .button, .registration-wrapper .product .button-fancy-small, .registration-wrapper .product
      .button-fancy-medium, .registration-wrapper .product #home_page_hero .owl-wrapper .owl-item > div .heroContent a.like-button, #home_page_hero .owl-wrapper .owl-item > div .heroContent .registration-wrapper .product a.like-button {
        margin-right: 10px; }
    .registration-wrapper ul.videoList li {
      width: 50%; }
    .registration-wrapper ul.videoList.noImages a {
      padding: 0;
      height: 90px;
      line-height: 1.3;
      text-align: center;
      padding: 15px; }
      .registration-wrapper ul.videoList.noImages a:before {
        content: none; }
    .registration-wrapper .recipeDetails .recipeImage figcaption > span {
      line-height: 24px;
      font-size: 24px; }
    .registration-wrapper .region-content ul.recommendationRating li {
      display: inline-block; }
      .registration-wrapper .region-content ul.recommendationRating li a {
        width: 26px;
        font-size: 14px;
        text-align: center;
        line-height: 26px;
        display: block;
        height: 26px;
        background-color: #94b33f;
        border-top-left-radius: 13px;
        border-top-right-radius: 13px;
        border-bottom-left-radius: 13px;
        border-bottom-right-radius: 13px;
        border-radius: 13px;
        color: #fff; } }
  @media only screen and (min-width: 490px) {
    .registration-wrapper .ball-25-header {
      background-image: url(images/25-days/25Days.png);
      background-size: cover;
      margin-bottom: 20px;
      padding-top: 300px;
      padding: 0;
      position: relative;
      height: 300px; } }
  @media only screen and (min-width: 768px) {
    .registration-wrapper h1, .registration-wrapper .navHeader, .registration-wrapper .pageHeading {
      font-size: 2em; }
    .registration-wrapper a.shopNowButton {
      right: 40px;
      top: 60px;
      left: auto;
      display: block; }
    .registration-wrapper .outerWrap {
      margin: 0 auto; }
      .registration-wrapper .outerWrap > .main, .registration-wrapper .outerWrap > footer {
        padding: 34px 40px;
        border: 0 none; }
      .registration-wrapper .outerWrap > header {
        padding: 0 40px; }
        .registration-wrapper .outerWrap > header .logo {
          margin-left: 30px; }
          .registration-wrapper .outerWrap > header .logo a {
            background-size: 200px auto;
            width: 74px;
            height: 102px;
            background-position: left top; }
        .registration-wrapper .outerWrap > header .search {
          position: absolute;
          right: 100px;
          top: 25px; }
          .registration-wrapper .outerWrap > header .search input {
            height: 26px;
            padding: 5px;
            line-height: 16px;
            width: 230px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            border-radius: 5px; }
          .registration-wrapper .outerWrap > header .search button {
            height: 26px;
            line-height: 26px;
            -webkit-border-top-right-radius: 5px;
            -webkit-border-bottom-right-radius: 5px;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px; }
      .registration-wrapper .outerWrap > footer {
        border: 0 none; }
    .registration-wrapper .widget.textIcon p {
      font-size: 16px;
      line-height: 23px; }
    .registration-wrapper .widget.medium {
      padding: 40px 20px; }
      .registration-wrapper .widget.medium .widgetContent {
        padding: 35px 20px; }
    .registration-wrapper .primaryNav {
      clear: both;
      margin-bottom: 10px; }
      .registration-wrapper .primaryNav .menuContent {
        background: #fff;
        display: table;
        width: 100%; }
      .registration-wrapper .primaryNav li {
        display: inline-block;
        text-align: center;
        display: table-cell; }
        .registration-wrapper .primaryNav li.onlyTall {
          display: none; }
      .registration-wrapper .primaryNav .menuContent {
        position: relative;
        overflow: visible;
        top: auto;
        right: auto; }
    .registration-wrapper .countrySelect {
      top: 25px;
      right: 40px;
      height: 26px; }
      .registration-wrapper .countrySelect .current {
        top: 3px; }
    .registration-wrapper .onlyGrande {
      display: block; }
      .registration-wrapper .onlyGrande.inline {
        display: inline; }
      .registration-wrapper .onlyGrande.inlineBlock {
        display: inline-block; }
    .registration-wrapper .onlyTall {
      display: none; }
    .registration-wrapper .logo {
      vertical-align: top; }
    .registration-wrapper footer .socialNav {
      margin-top: 5px; }
    .registration-wrapper .secondaryNav {
      display: inline-block;
      vertical-align: top;
      padding-top: 10px; }
      .registration-wrapper .secondaryNav li {
        font-size: .875em;
        display: inline-block;
        color: #fff; }
        .registration-wrapper .secondaryNav li:before {
          content: "|"; }
        .registration-wrapper .secondaryNav li:first-child:before {
          content: ""; }
        .registration-wrapper .secondaryNav li a {
          color: #fff;
          padding: 5px; }
    .registration-wrapper .modalWrap {
      top: 100px;
      width: 600px;
      left: 50%;
      margin-left: -300px; }
    .registration-wrapper #addImageForm {
      width: 700px;
      margin-left: -350px; }
    .registration-wrapper .primaryHr {
      border-bottom: 14px solid #b58e44; }
      .registration-wrapper .primaryHr:before {
        height: 14px;
        border-left: 140px solid #e4cd5e;
        border-right: 140px solid #cbb445;
        bottom: -14px; }
      .registration-wrapper .primaryHr:after {
        height: 14px;
        border-left: 140px solid #e4cd5e;
        border-right: 140px solid #cbb445;
        bottom: -14px;
        border-left: 140px solid #bea73a;
        border-right: 0 none;
        left: 280px; }
    .registration-wrapper .productListing li {
      width: 33%;
      display: inline-block; }
    .registration-wrapper .headerImage {
      width: 100%;
      position: relative;
      overflow: hidden;
      height: 142px !important;
      text-align: center; }
      .registration-wrapper .headerImage img {
        position: absolute;
        height: 142px;
        width: auto; }
    .registration-wrapper .span11 .headerImage img {
      left: -320px;
      margin-left: 50%; }
    .registration-wrapper .span5 .headerImage img {
      left: -140px;
      margin-left: 50%; }
    .registration-wrapper ul.productsGroup li {
      width: 50%;
      float: left; }
    .registration-wrapper .productDetails {
      padding: 20px; }
      .registration-wrapper .productDetails h2 {
        border-bottom: 1px solid #e3e0d0;
        padding: 0;
        padding-bottom: 5px;
        color: #656461;
        margin-bottom: 10px;
        background-color: transparent;
        cursor: default; }
        .registration-wrapper .productDetails h2:after {
          display: none; }
      .registration-wrapper .productDetails .detailsWrap {
        padding: 0; }
    .registration-wrapper .detailsWrap {
      display: table; }
    .registration-wrapper .leftProductDetailsColumn {
      width: 50%;
      padding-right: 14px;
      border-right: 1px solid #e3e0d0; }
    .registration-wrapper .rightProductDetailsColumn {
      width: 50%;
      padding-left: 15px; }
    .registration-wrapper .leftProductDetailsColumn, .registration-wrapper .rightProductDetailsColumn {
      display: table-cell; }
    .registration-wrapper .leftProductDetailsColumn > :last-child, .registration-wrapper .rightProductDetailsColumn > :last-child {
      margin-bottom: 0; }
    .registration-wrapper ul.morePhotos li {
      width: 33%; }
    .registration-wrapper .expandContent.mobile {
      display: block; }
    .registration-wrapper ul.videoList li {
      width: 33%; }
    .registration-wrapper ul.videoList.longList li {
      width: 50%; }
    .registration-wrapper ul.videoList.longList span {
      height: 50px; }
    .registration-wrapper .menuContent {
      padding: 0;
      right: auto;
      top: auto;
      width: auto;
      background: #efede3;
      height: auto;
      overflow: auto; }
      .registration-wrapper .menuContent .megaMenuSection {
        display: none; }
    .registration-wrapper .megaMenuSection {
      position: absolute;
      background: #efede3;
      left: 0;
      width: 100%;
      text-align: left;
      padding: 30px 15px;
      display: block; }
      .registration-wrapper .megaMenuSection .megaMenuColumn {
        width: 25%;
        float: left;
        padding: 0 15px;
        vertical-align: top; }
      .registration-wrapper .megaMenuSection .oneColumn {
        width: 25%; }
      .registration-wrapper .megaMenuSection .twoColumn {
        width: 50%; }
      .registration-wrapper .megaMenuSection .threeColumn {
        width: 75%; }
      .registration-wrapper .megaMenuSection figure {
        max-width: 100%; }
        .registration-wrapper .megaMenuSection figure img {
          width: 100%; }
      .registration-wrapper .megaMenuSection .megaMenuLinks {
        border-left: 1px solid #a49d9d;
        padding: 0 15px;
        float: left;
        position: relative; }
        .registration-wrapper .megaMenuSection .megaMenuLinks ul {
          background: transparent;
          text-align: left;
          display: block; }
        .registration-wrapper .megaMenuSection .megaMenuLinks li {
          display: block;
          text-align: left; }
        .registration-wrapper .megaMenuSection .megaMenuLinks .megaMenuLinksColumn {
          width: 33%;
          float: left;
          padding-right: 10px; }
    .registration-wrapper .menuContent h2 {
      border: 0 none;
      font-size: 16px;
      text-transform: none;
      margin: 0;
      padding: 10px;
      color: #899503;
      cursor: pointer;
      transition: all 0.3s; }
      .registration-wrapper .menuContent h2 > a {
        color: #899503; }
      .registration-wrapper .menuContent h2:after, .registration-wrapper .menuContent h2:before {
        display: none; }
      .registration-wrapper .menuContent h2:hover a {
        color: #fff; }
    .registration-wrapper .menuContent .megaMenuSection {
      display: block;
      z-index: -100;
      top: 40px;
      opacity: 0;
      transition: opacity 0.3s ease 0, z-index 0 linear 0.3s; }
    .registration-wrapper .menuContent .openSection > h2 {
      background-color: #94b33f;
      color: #fff; }
    .registration-wrapper .noTouch .menuContent > li:hover > h2 {
      background-color: #94b33f;
      color: #fff; }
    .registration-wrapper .menuContent .openSection > h2 a, .registration-wrapper .noTouch .menuContent > li:hover > h2 a {
      color: inherit; }
    .registration-wrapper .menuContent .openSection .megaMenuSection, .registration-wrapper .noTouch .menuContent > li:hover .megaMenuSection {
      opacity: 1;
      z-index: 10;
      transition: opacity 0.3s ease, z-index 0 linear 0; }
    .registration-wrapper .basicForm .formPair {
      float: left; }
    .registration-wrapper .basicForm .half {
      width: 50%; }
    .registration-wrapper .basicForm .oneThird {
      width: 33%; }
    .registration-wrapper .basicForm .oneSixth {
      width: 16.5%; }
    .registration-wrapper .recipeFilters h2 {
      cursor: default; }
      .registration-wrapper .recipeFilters h2:after {
        display: none; }
    .registration-wrapper .recipesCategories li {
      width: 33%; }
    .registration-wrapper .pager .resultsPagination {
      float: right; }
    .registration-wrapper .pager .resultsData {
      float: left; }
    .registration-wrapper .recipeDetails .recipeEase, .registration-wrapper .recipeDetails .method {
      width: 50%;
      float: left; }
    .registration-wrapper .recipeDetails ul.morePhotos li {
      width: 25%; }
    .registration-wrapper .recipeDetails .recipeImage figcaption > span {
      width: 40%;
      line-height: 18px;
      font-size: 18px;
      left: 15px;
      top: 10px; }
    .registration-wrapper .recipeDetails .recipeImage figcaption .addPhotoModal {
      left: 15px;
      bottom: 15px; }
    .registration-wrapper #addImageFormContent {
      padding: 75px; }
    .registration-wrapper .modalForm {
      margin-left: -20px;
      width: calc(100% + 40px); }
      .registration-wrapper .modalForm .form-type-textfield, .registration-wrapper .modalForm .form-type-managed-file, .registration-wrapper .modalForm .form-type-checkbox {
        padding: 0 20px 20px;
        width: 50%;
        float: left; }
      .registration-wrapper .modalForm .form-type-managed-file, .registration-wrapper .modalForm .form-type-checkbox {
        width: 100%; }
      .registration-wrapper .modalForm .form-type-button {
        clear: both;
        float: right;
        margin: 0 20px 20px 0; }
      .registration-wrapper .modalForm .form-type-checkbox input {
        left: 30px; }
    .registration-wrapper .region-content .samples li {
      width: 25%;
      position: relative;
      float: left; }
      .registration-wrapper .region-content .samples li img {
        max-width: 100%; }
    .registration-wrapper .flexbox .sourceSwitch, .registration-wrapper .webkitbox .sourceSwitch {
      -ms-order: 2;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .registration-wrapper .no-flexbox.no-webkitbox .sourceSwitch {
      float: right; }
    .registration-wrapper .sidebarSteps.inPrimary {
      margin-left: -20px; }
      .registration-wrapper .sidebarSteps.inPrimary li {
        width: 33%;
        float: left;
        padding: 0 0 0 20px; }
        .registration-wrapper .sidebarSteps.inPrimary li:before {
          left: 32px;
          top: 29px; }
    .registration-wrapper .region-content ul.recommendationRating li {
      display: inline-block; }
      .registration-wrapper .region-content ul.recommendationRating li a {
        width: 30px;
        font-size: 14px;
        text-align: center;
        line-height: 30px;
        display: block;
        height: 30px;
        background-color: #94b33f;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        border-radius: 15px;
        color: #fff; }
    .registration-wrapper .ball-25-sweepstakes-cta {
      background-image: url(images/25-days/ball-25-sweepstakes-sm.jpg);
      background-size: cover;
      margin-bottom: 20px;
      position: relative;
      height: 300px; }
      .registration-wrapper .ball-25-sweepstakes-cta .sweepstakes {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        padding: 15px;
        margin: 0; }
        .registration-wrapper .ball-25-sweepstakes-cta .sweepstakes p {
          margin: 10px auto;
          color: #54441d;
          line-height: 1.2em; }
    .registration-wrapper .ball-25-social-grid .social-post-item {
      width: 354px;
      height: 354px;
      float: left;
      display: inline-block;
      overflow: hidden; }
      .registration-wrapper .ball-25-social-grid .social-post-item:nth-child(2n+1) {
        margin-right: 10px;
        margin-bottom: 10px; }
      .registration-wrapper .ball-25-social-grid .social-post-item:nth-child(2n) {
        margin-left: 10px;
        margin-bottom: 10px; }
      .registration-wrapper .ball-25-social-grid .social-post-item img.wide {
        min-height: 100%;
        width: auto; }
      .registration-wrapper .ball-25-social-grid .social-post-item img.tall {
        min-width: 100%;
        height: auto; }
    .registration-wrapper .tm {
      top: -12px;
      font-size: 18px; } }
  @media only screen and (min-width: 865px) {
    .registration-wrapper a.shopNowButton850 {
      display: block; }
    .registration-wrapper a.shopNowButton {
      display: none; } }
  @media only screen and (min-width: 1020px) {
    .registration-wrapper .outerWrap > header .logo a {
      background-size: 300px auto;
      width: 100px;
      height: 154px;
      background-position: left top; }
    .registration-wrapper .outerWrap > header .primaryNav {
      left: 0;
      padding: 0 40px 0 210px;
      position: absolute;
      top: 79px;
      width: 100%; }
    .registration-wrapper .outerWrap > header .socialNav {
      right: 410px; }
    .registration-wrapper .outerWrap > header .search input {
      width: 300px; }
    .registration-wrapper .widgetContent.wcRight {
      float: right; }
    .registration-wrapper .widgetContent.wcLeft {
      float: left; }
    .registration-wrapper .widget {
      margin-bottom: 20px; }
      .registration-wrapper .widget.textIcon p {
        font-size: 18px;
        line-height: 26px; }
      .registration-wrapper .widget.medium {
        padding: 40px; }
        .registration-wrapper .widget.medium .widgetContent {
          padding: 35px 35px; }
    .registration-wrapper a.shopNowButton {
      left: 210px;
      top: 24px;
      display: block;
      right: auto; }
    .registration-wrapper a.shopNowButton850 {
      display: none; }
    .registration-wrapper .secondaryContent {
      border-right: 10px solid #fff;
      border-left: 10px solid #fff; }
    .registration-wrapper ul.recipeResults li {
      padding: 0 110px 0 130px;
      min-height: 100px;
      display: table; }
      .registration-wrapper ul.recipeResults li img {
        position: absolute;
        max-width: 120px;
        left: 0;
        padding: 0; }
      .registration-wrapper ul.recipeResults li .ease {
        position: absolute;
        right: 0;
        width: 100px;
        top: 34px;
        margin: 0; }
      .registration-wrapper ul.recipeResults li .method, .registration-wrapper ul.recipeResults li .category, .registration-wrapper ul.recipeResults li .title {
        margin: 0;
        padding: 0 10px 10px;
        display: table-cell;
        min-height: 100px;
        border-right: 1px solid #bcb9ad;
        width: 129px;
        clear: none;
        float: left; }
      .registration-wrapper ul.recipeResults li .method span, .registration-wrapper ul.recipeResults li .category span, .registration-wrapper ul.recipeResults li .title span {
        display: table-cell;
        height: 90px;
        vertical-align: middle; }
      .registration-wrapper ul.recipeResults li .method, .registration-wrapper ul.recipeResults li .category, .registration-wrapper ul.recipeResults li .title {
        word-wrap: break-word; }
    .registration-wrapper .resultsTable table {
      border: 0; }
      .registration-wrapper .resultsTable table thead {
        display: table-header-group; }
      .registration-wrapper .resultsTable table tbody:before {
        content: '';
        height: 15px;
        line-height: 15px;
        display: block; }
      .registration-wrapper .resultsTable table tr {
        background: none;
        display: table-row;
        padding: 0; }
        .registration-wrapper .resultsTable table tr td {
          display: table-cell;
          word-wrap: break-word;
          overflow-wrap: break-word;
          padding: 10px;
          vertical-align: middle; }
          .registration-wrapper .resultsTable table tr td:first-child, .registration-wrapper .resultsTable table tr td:last-child {
            border-right: none;
            float: none; }
          .registration-wrapper .resultsTable table tr td:first-child {
            padding: 10px 10px 10px 0;
            position: static; }
          .registration-wrapper .resultsTable table tr td:last-child {
            padding: 10px 0 10px 10px;
            position: static;
            top: auto;
            width: 100px; }
          .registration-wrapper .resultsTable table tr td:nth-child(3):before, .registration-wrapper .resultsTable table tr td:nth-child(4):before {
            content: ""; }
      .registration-wrapper .resultsTable table td {
        border-right: 1px solid #bcb9ad; }
        .registration-wrapper .resultsTable table td:first-child {
          width: 130px;
          border-right: 0 none; }
      .registration-wrapper .resultsTable table img {
        max-width: 120px;
        height: auto; }
    .registration-wrapper .onlyVenti {
      display: block; }
      .registration-wrapper .onlyVenti.inline {
        display: inline; }
      .registration-wrapper .onlyVenti.inlineBlock {
        display: inline-block; }
    .registration-wrapper .resultsLegend {
      width: 100%;
      margin: 10px 0;
      padding: 15px 0 15px 130px;
      background-color: #f6f5f0; }
      .registration-wrapper .resultsLegend span {
        display: block;
        width: 129px;
        float: left;
        padding: 0 10px; }
        .registration-wrapper .resultsLegend span.easeLabel {
          width: 100px; }
    .registration-wrapper .recipeDetails .recipeImage figcaption > span {
      width: 35%;
      line-height: 24px;
      font-size: 24px;
      left: 15px;
      top: 15px; }
    .registration-wrapper .recipeDetails .recipeImage figcaption .addPhotoModal {
      bottom: 15px;
      left: 15px; }
    .registration-wrapper .lt-ie9 .ball-25-head .gift-card {
      background: #C0362B; }
    .registration-wrapper .ball-25-sweepstakes-cta {
      height: 350px; }
    .registration-wrapper .lt-ie9 .ball-25-sweepstakes-cta {
      height: 450px; }
    .registration-wrapper .ball-25-sweepstakes-cta .sweepstakes {
      background: transparent;
      padding: 0;
      margin: 15px auto; }
    .registration-wrapper .ball-25-giveaway {
      margin-bottom: 20px; }
    .registration-wrapper .ball-25-social-grid .social-post-item {
      width: 460px;
      height: 460px;
      float: left;
      display: inline-block;
      overflow: hidden; }
      .registration-wrapper .ball-25-social-grid .social-post-item:nth-child(2n+1) {
        margin-right: 10px;
        margin-bottom: 10px; }
      .registration-wrapper .ball-25-social-grid .social-post-item:nth-child(2n) {
        margin-left: 10px;
        margin-bottom: 10px; }
      .registration-wrapper .ball-25-social-grid .social-post-item img.wide {
        min-height: 100%;
        width: auto; }
      .registration-wrapper .ball-25-social-grid .social-post-item img.tall {
        min-width: 100%;
        height: auto; }
    .registration-wrapper ul.videoList.longList li {
      width: 33.333%; } }
  .registration-wrapper .right {
    float: right; }
  .registration-wrapper .left {
    float: left; }
  .registration-wrapper .ir {
    font: 0/0 a;
    text-shadow: none;
    color: transparent; }
  .registration-wrapper .hidden {
    display: none !important;
    visibility: hidden; }
  .registration-wrapper .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
    .registration-wrapper .visuallyhidden.focusable:active, .registration-wrapper .visuallyhidden.focusable:focus {
      clip: auto;
      height: auto;
      margin: 0;
      overflow: visible;
      position: static;
      width: auto; }
  .registration-wrapper .invisible {
    visibility: hidden; }
  .registration-wrapper .hidden-sm {
    display: none; }
  @media only screen and (min-width: 850px) {
    .registration-wrapper .hidden-sm {
      display: block; } }
  @media only screen and (max-width: 430px) {
    .registration-wrapper #main > div.main.registration-wrapper > article > div.registration_container > form {
      width: 100% !important;
      background: #fff;
      margin: 0 auto; }
    .registration-wrapper table {
      width: 50% !important; }
    .registration-wrapper div#column_190585 {
      width: 100% !important; }
    .registration-wrapper form.form-horizontal.jammaker {
      width: 100% !important; } }
  @media only screen and (min-width: 850px) {
    .registration-wrapper .visible-sm {
      display: none; } }
  .registration-wrapper .text-center {
    text-align: center; }
  .registration-wrapper .clearfix, .registration-wrapper .category-switch {
    *zoom: 1; }
    .registration-wrapper .clearfix:before, .registration-wrapper .category-switch:before {
      content: " ";
      display: table; }
    .registration-wrapper .clearfix:after, .registration-wrapper .category-switch:after {
      content: " ";
      display: table;
      clear: both; }
  @media print {
    .registration-wrapper * {
      background: transparent !important;
      color: #000 !important;
      box-shadow: none !important;
      text-shadow: none !important; }
    .registration-wrapper a {
      text-decoration: underline; }
      .registration-wrapper a:visited {
        text-decoration: underline; }
      .registration-wrapper a[href]:after {
        content: " (" attr(href) ")"; }
    .registration-wrapper abbr[title]:after {
      content: " (" attr(title) ")"; }
    .registration-wrapper .ir a:after {
      content: ""; }
    .registration-wrapper a[href^="javascript:"]:after, .registration-wrapper a[href^="#"]:after {
      content: ""; }
    .registration-wrapper pre, .registration-wrapper blockquote {
      border: 1px solid #999;
      page-break-inside: avoid; }
    .registration-wrapper thead {
      display: table-header-group; }
    .registration-wrapper tr {
      page-break-inside: avoid; }
    .registration-wrapper img {
      page-break-inside: avoid;
      max-width: 100% !important; }
    @page {
      .registration-wrapper {
        margin: 0.5cm; } }
    .registration-wrapper p, .registration-wrapper h2, .registration-wrapper h3 {
      orphans: 3;
      widows: 3; }
    .registration-wrapper h2, .registration-wrapper h3 {
      page-break-after: avoid; }
    .registration-wrapper .recipePage .pageHeading {
      display: none; }
    .registration-wrapper .recipePage .ease {
      display: inline;
      text-align: left; }
      .registration-wrapper .recipePage .ease span {
        display: inline;
        text-align: left; }
    .registration-wrapper .recipePage .recipeEase h3 {
      display: inline;
      text-align: left; }
    .registration-wrapper .recipePage .method {
      margin-bottom: 2em; }
      .registration-wrapper .recipePage .method h3, .registration-wrapper .recipePage .method span {
        display: inline;
        text-align: left; }
    .registration-wrapper .recipePage .recipeSocial, .registration-wrapper .recipePage .recipeImage, .registration-wrapper .recipePage .siteHeader {
      display: none; }
    .registration-wrapper .recipePage footer > .logo, .registration-wrapper .recipePage footer .secondaryNav, .registration-wrapper .recipePage footer .socialNav {
      display: none; }
    .registration-wrapper .recipePage #reviews {
      display: none; }
    .registration-wrapper .recipeDetails .secondaryContent, .registration-wrapper .recipeDetails .photoShare {
      display: none; } }
  .registration-wrapper #edit-sort-bef-combine, .registration-wrapper #edit-submit-recipes, .registration-wrapper .form-item.form-type-select.form-item-sort-bef-combine {
    display: none; }
  .registration-wrapper .recipeSearch {
    position: relative; }
    .registration-wrapper .recipeSearch button {
      position: absolute;
      right: 0;
      top: 0; }
  .registration-wrapper body {
    background: #f3f3f3;
    padding: 25px;
    font: normal 14px/1.5em 'ssp', sans-serif;
    color: #000; }
  .registration-wrapper form {
    width: 780px;
    /* padding: 10px;
border: 1px solid #ccc; */
    background: #fff;
    margin: 0 auto; }
  .registration-wrapper form .section {
    clear: both; }
  .registration-wrapper form .section .container {
    float: left; }
  .registration-wrapper .field_block {
    display: block;
    padding: 0;
    margin: 6px 0 20px 0; }
  .registration-wrapper .field_block .caption {
    display: block;
    font: bold 14px 'ssp', sans-serif;
    color: #333;
    padding: 0;
    margin: 0 0 4px 2px;
    width: 95%; }
  .registration-wrapper .field_block .checkbox .caption {
    display: inline;
    margin: 0; }
  .registration-wrapper .field_block div.radio span {
    display: block;
    margin: 0 0 3px 0;
    padding: 0; }
  .registration-wrapper .field_block div.radio span input.radio {
    display: inline;
    padding-right: 5px; }
  .registration-wrapper .field_block div.radio span label {
    font: normal 14px 'ssp', sans-serif;
    color: #333; }
  .registration-wrapper .field_block .field {
    padding: 5px 5px 0px 1%;
    /*margin-top: 5px;*/ }
  .registration-wrapper .field_block .field .field_error {
    display: block;
    padding-top: 3px;
    padding-bottom: 5px;
    font-size: 14px;
    color: #f00;
    /*font-weight: bold;*/ }
  .registration-wrapper .field_block .field input.text, .registration-wrapper .field_block .field input.float,
  .registration-wrapper .field_block .field input.password, .registration-wrapper .field_block .field input.integer,
  .registration-wrapper .field_block .field input.currency, .registration-wrapper .field_block .field input.date {
    border: 1px solid #ccc;
    /* border-top-color: #444;
border-left-color: #444; */
    font: normal 14px 'ssp', sans-serif;
    color: #333;
    padding: 3px;
    margin: 0;
    width: 83%; }
  .registration-wrapper #column_190584, .registration-wrapper #row_159529, .registration-wrapper #row_159530 {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  .registration-wrapper .field_block .field input.date {
    width: 83%; }
  .registration-wrapper .field_block .field input.phone {
    width: 250px;
    font-size: 12px;
    padding: 3px 12px 3px 44px; }
  .registration-wrapper .field_block .field textarea {
    width: 300px;
    height: 150px; }
  .registration-wrapper .field_block .field input.wide {
    width: 300px; }
  .registration-wrapper .field_block .field input.narrow {
    width: 100px; }
  .registration-wrapper .field_block .field select, .registration-wrapper .field_block .field select option {
    width: 83%; }
  .registration-wrapper .required {
    color: #f00;
    font-weight: bold; }
  .registration-wrapper #column_190588 > table > tbody > tr:nth-child(3) > td > div > table > tbody > tr:nth-child(2) > td > table > tbody > tr > td:nth-child(1) > span > input,
  .registration-wrapper #column_190588 > table > tbody > tr:nth-child(3) > td > div > table > tbody > tr:nth-child(2) > td > table > tbody > tr > td:nth-child(2) > span > input {
    padding: 10px 5px;
    margin-top: 0px !important; }
  .registration-wrapper .error1, .registration-wrapper .error11, .registration-wrapper .error2, .registration-wrapper .error3, .registration-wrapper .error4, .registration-wrapper .error5, .registration-wrapper .error6, .registration-wrapper .error61, .registration-wrapper .error7, .registration-wrapper .error8 {
    background: none;
    font-style: italic;
    color: #e31d1a;
    font-size: 12px; }
  .registration-wrapper .errorhighlight {
    border: 1px solid #FF0000 !important;
    font: normal 14px 'ssp', sans-serif;
    color: #333;
    padding: 3px;
    margin: 0;
    width: 83%; }

#jarden-print-functionality {
  position: absolute;
  width: 100%;
  height: 100%; }
  #jarden-print-functionality #print-functionality-options {
    width: 100%;
    display: block;
    padding: 50px;
    background-color: #FFF;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    #jarden-print-functionality #print-functionality-options .jarden-custom-radio {
      position: absolute;
      left: 45px;
      opacity: 0;
      height: 22px;
      width: 22px; }
      #jarden-print-functionality #print-functionality-options .jarden-custom-radio + .custom-label {
        padding: 8px 0 8px 30px;
        height: 32px;
        display: inline-block;
        line-height: 20px;
        font-weight: 500;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 13px;
        vertical-align: middle;
        cursor: pointer;
        color: #414042;
        background: url(../images/radio-inactive.png) left center no-repeat; }
      #jarden-print-functionality #print-functionality-options .jarden-custom-radio:checked + .custom-label {
        background-image: url(../images/radio-active.png); }

/*# sourceMappingURL=style.css.map */