/* line 5, ../../../../../../themes/original/public/styles/scss/theme.scss */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

/* line 11, ../../../../../../themes/original/public/styles/scss/theme.scss */
.cf:after {
  clear: both;
}

/* line 16, ../../../../../../themes/original/public/styles/scss/theme.scss */
.cf {
  *zoom: 1;
}

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

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

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

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

/* line 56, ../../../../../../themes/original/public/styles/scss/_normalize.scss */
script {
  display: none !important;
}

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

/**
 * Remove default margin.
 */
/* line 80, ../../../../../../themes/original/public/styles/scss/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 92, ../../../../../../themes/original/public/styles/scss/_normalize.scss */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 100, ../../../../../../themes/original/public/styles/scss/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 108, ../../../../../../themes/original/public/styles/scss/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

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

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

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

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 148, ../../../../../../themes/original/public/styles/scss/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 156, ../../../../../../themes/original/public/styles/scss/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 166, ../../../../../../themes/original/public/styles/scss/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

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

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 187, ../../../../../../themes/original/public/styles/scss/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 195, ../../../../../../themes/original/public/styles/scss/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 203, ../../../../../../themes/original/public/styles/scss/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 219, ../../../../../../themes/original/public/styles/scss/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 223, ../../../../../../themes/original/public/styles/scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 235, ../../../../../../themes/original/public/styles/scss/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 243, ../../../../../../themes/original/public/styles/scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 255, ../../../../../../themes/original/public/styles/scss/_normalize.scss */
figure {
  margin: 0;
}

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

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

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 303, ../../../../../../themes/original/public/styles/scss/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 315, ../../../../../../themes/original/public/styles/scss/_normalize.scss */
button,
select {
  text-transform: none;
}

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

/**
 * Re-set default cursor for disabled elements.
 */
/* line 340, ../../../../../../themes/original/public/styles/scss/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

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

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

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 383, ../../../../../../themes/original/public/styles/scss/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 407, ../../../../../../themes/original/public/styles/scss/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**********************
	Global snippet styling
**********************/
/* line 4, ../../../../../../themes/original/public/styles/scss/_snippets.scss */
.columns {
  max-width: 63em;
  margin: 0 auto;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}
@media only screen and (max-width: 599px) {
  /* line 4, ../../../../../../themes/original/public/styles/scss/_snippets.scss */
  .columns {
    margin-bottom: 0;
  }
  /* line 16, ../../../../../../themes/original/public/styles/scss/_snippets.scss */
  .columns .column {
    margin-bottom: 1.5em;
  }
}

@media only screen and (min-width: 600px) {
  /* line 26, ../../../../../../themes/original/public/styles/scss/_snippets.scss */
  .act_as_snippet_area_main .columns,
  .snippet_area_main > .columns {
    margin-bottom: 5.5em;
  }
}
/* line 32, ../../../../../../themes/original/public/styles/scss/_snippets.scss */
.snippet_area_main p a,
.act_as_snippet_area_main p a {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
/* line 37, ../../../../../../themes/original/public/styles/scss/_snippets.scss */
.snippet_area_main p a:hover,
.act_as_snippet_area_main p a:hover {
  border-bottom-style: dotted;
}

/**********************
	Loading snippets
**********************/
/* line 8, ../../../../../../themes/original/public/styles/scss/snippets/_text.scss */
.column.text p {
  margin-bottom: 2em;
}
/* line 11, ../../../../../../themes/original/public/styles/scss/snippets/_text.scss */
.column.text p.last-child {
  margin-bottom: 0;
}
/* line 16, ../../../../../../themes/original/public/styles/scss/snippets/_text.scss */
.column.text h1 {
  margin-bottom: 0.7em;
}
/* line 20, ../../../../../../themes/original/public/styles/scss/snippets/_text.scss */
.column.text h2 {
  margin-bottom: 0.6em;
}
/* line 24, ../../../../../../themes/original/public/styles/scss/snippets/_text.scss */
.column.text h3 {
  margin-bottom: 0.5em;
}
/* line 28, ../../../../../../themes/original/public/styles/scss/snippets/_text.scss */
.column.text ul,
.column.text ol {
  margin-bottom: 2em;
  list-style-position: inside;
}
/* line 34, ../../../../../../themes/original/public/styles/scss/snippets/_text.scss */
.column.text .sf_image_left,
.column.text .sf_image_right {
  margin-top: 7px;
}
/* line 39, ../../../../../../themes/original/public/styles/scss/snippets/_text.scss */
.column.text .sf_image_top {
  margin-bottom: 33px;
}
/* line 43, ../../../../../../themes/original/public/styles/scss/snippets/_text.scss */
.column.text a.sf_image {
  border: 0;
}
/* line 47, ../../../../../../themes/original/public/styles/scss/snippets/_text.scss */
.column.text blockquote {
  border-left-width: 6px;
  border-left-style: solid;
  border-left-color: #ccc;
  padding: 0 20px;
  font-style: italic;
  margin: 0;
}
/* line 57, ../../../../../../themes/original/public/styles/scss/snippets/_text.scss */
.column.text blockquote strong {
  font-style: normal;
}
/* line 61, ../../../../../../themes/original/public/styles/scss/snippets/_text.scss */
.column.text blockquote p {
  margin-bottom: 1em;
}
/* line 66, ../../../../../../themes/original/public/styles/scss/snippets/_text.scss */
.column.text p + blockquote {
  margin: 4em 0 0 0;
}
/* line 69, ../../../../../../themes/original/public/styles/scss/snippets/_text.scss */
.column.text blockquote + p {
  margin: 4em 0 0 0;
}

/* line 74, ../../../../../../themes/original/public/styles/scss/snippets/_text.scss */
.snippet_area_footer .one.columns .column.text,
.snippet_area_footer .one.columns .column.text_synced {
  text-align: center;
}

/* line 7, ../../../../../../themes/original/public/styles/scss/snippets/_form.scss */
.snippet_area form h2,
.shop form h2,
.column.form h2,
.column.form_synced h2 {
  margin-bottom: 0.6em;
}
/* line 12, ../../../../../../themes/original/public/styles/scss/snippets/_form.scss */
.snippet_area form input, .snippet_area form textarea,
.shop form input,
.shop form textarea,
.column.form input,
.column.form textarea,
.column.form_synced input,
.column.form_synced textarea {
  box-shadow: none !important;
  border-radius: 2px;
}
/* line 17, ../../../../../../themes/original/public/styles/scss/snippets/_form.scss */
.snippet_area form textarea,
.snippet_area form input[type="text"],
.snippet_area form input[type="email"],
.shop form textarea,
.shop form input[type="text"],
.shop form input[type="email"],
.column.form textarea,
.column.form input[type="text"],
.column.form input[type="email"],
.column.form_synced textarea,
.column.form_synced input[type="text"],
.column.form_synced input[type="email"] {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
/* line 24, ../../../../../../themes/original/public/styles/scss/snippets/_form.scss */
.snippet_area form textarea:focus,
.snippet_area form input[type="text"]:focus,
.snippet_area form input[type="email"]:focus,
.shop form textarea:focus,
.shop form input[type="text"]:focus,
.shop form input[type="email"]:focus,
.column.form textarea:focus,
.column.form input[type="text"]:focus,
.column.form input[type="email"]:focus,
.column.form_synced textarea:focus,
.column.form_synced input[type="text"]:focus,
.column.form_synced input[type="email"]:focus {
  outline: none;
  box-shadow: inset 0 0px 2px rgba(0, 0, 0, 0.3);
  background: none;
}
/* line 33, ../../../../../../themes/original/public/styles/scss/snippets/_form.scss */
.snippet_area form input[type="file"],
.shop form input[type="file"],
.column.form input[type="file"],
.column.form_synced input[type="file"] {
  font-size: 13px;
}
/* line 38, ../../../../../../themes/original/public/styles/scss/snippets/_form.scss */
.snippet_area form select,
.shop form select,
.column.form select,
.column.form_synced select {
  width: auto;
}
/* line 42, ../../../../../../themes/original/public/styles/scss/snippets/_form.scss */
.snippet_area form select,
.snippet_area form textarea,
.snippet_area form input[type="text"],
.snippet_area form input[type="email"],
.shop form select,
.shop form textarea,
.shop form input[type="text"],
.shop form input[type="email"],
.column.form select,
.column.form textarea,
.column.form input[type="text"],
.column.form input[type="email"],
.column.form_synced select,
.column.form_synced textarea,
.column.form_synced input[type="text"],
.column.form_synced input[type="email"] {
  max-width: 460px;
}
/* line 49, ../../../../../../themes/original/public/styles/scss/snippets/_form.scss */
.snippet_area form textarea,
.shop form textarea,
.column.form textarea,
.column.form_synced textarea {
  height: 150px;
  width: 100%;
}
/* line 9, ../../../../../../modules/form/css/_form.scss */
.snippet_area form input.fieldtype_7_first,
.shop form input.fieldtype_7_first,
.column.form input.fieldtype_7_first,
.column.form_synced input.fieldtype_7_first {
  width: 49%;
  float: left;
  margin-right: 1%;
  margin-bottom: 1em;
}
/* line 16, ../../../../../../modules/form/css/_form.scss */
.snippet_area form input.fieldtype_7_last,
.shop form input.fieldtype_7_last,
.column.form input.fieldtype_7_last,
.column.form_synced input.fieldtype_7_last {
  width: 50%;
  float: left;
}
/* line 21, ../../../../../../modules/form/css/_form.scss */
.snippet_area form dl dd,
.shop form dl dd,
.column.form dl dd,
.column.form_synced dl dd {
  overflow: hidden;
}
/* line 25, ../../../../../../modules/form/css/_form.scss */
.snippet_area form dt.wrap_part_type_9,
.shop form dt.wrap_part_type_9,
.column.form dt.wrap_part_type_9,
.column.form_synced dt.wrap_part_type_9 {
  border-top: 1px dotted #000;
  padding-top: 10px;
  margin-top: 50px;
}
/* line 60, ../../../../../../themes/original/public/styles/scss/snippets/_form.scss */
.snippet_area form .fieldtype_7_first,
.shop form .fieldtype_7_first,
.column.form .fieldtype_7_first,
.column.form_synced .fieldtype_7_first {
  max-width: 225px !important;
}
/* line 64, ../../../../../../themes/original/public/styles/scss/snippets/_form.scss */
.snippet_area form .fieldtype_7_last,
.shop form .fieldtype_7_last,
.column.form .fieldtype_7_last,
.column.form_synced .fieldtype_7_last {
  max-width: 226px !important;
}
/* line 70, ../../../../../../themes/original/public/styles/scss/snippets/_form.scss */
.snippet_area form .wrap_part_type_9,
.shop form .wrap_part_type_9,
.column.form .wrap_part_type_9,
.column.form_synced .wrap_part_type_9 {
  max-width: 460px;
}
/* line 74, ../../../../../../themes/original/public/styles/scss/snippets/_form.scss */
.snippet_area form dl,
.shop form dl,
.column.form dl,
.column.form_synced dl {
  padding-left: 1px;
}
/* line 78, ../../../../../../themes/original/public/styles/scss/snippets/_form.scss */
.snippet_area form dl dt,
.shop form dl dt,
.column.form dl dt,
.column.form_synced dl dt {
  clear: both;
  margin-bottom: 0em;
}
/* line 83, ../../../../../../themes/original/public/styles/scss/snippets/_form.scss */
.snippet_area form dl dd,
.shop form dl dd,
.column.form dl dd,
.column.form_synced dl dd {
  margin-bottom: 20px;
}
/* line 88, ../../../../../../themes/original/public/styles/scss/snippets/_form.scss */
.snippet_area form input[type="file"],
.snippet_area form input[type="checkbox"],
.snippet_area form input[type="radio"],
.snippet_area form select,
.shop form input[type="file"],
.shop form input[type="checkbox"],
.shop form input[type="radio"],
.shop form select,
.column.form input[type="file"],
.column.form input[type="checkbox"],
.column.form input[type="radio"],
.column.form select,
.column.form_synced input[type="file"],
.column.form_synced input[type="checkbox"],
.column.form_synced input[type="radio"],
.column.form_synced select {
  margin: 0 0 0.7em 1px;
}
/* line 95, ../../../../../../themes/original/public/styles/scss/snippets/_form.scss */
.snippet_area form input[type="radio"] + label,
.snippet_area form input[type="checkbox"] + label,
.snippet_area form span.custom + label,
.snippet_area form span.custom + label,
.shop form input[type="radio"] + label,
.shop form input[type="checkbox"] + label,
.shop form span.custom + label,
.shop form span.custom + label,
.column.form input[type="radio"] + label,
.column.form input[type="checkbox"] + label,
.column.form span.custom + label,
.column.form span.custom + label,
.column.form_synced input[type="radio"] + label,
.column.form_synced input[type="checkbox"] + label,
.column.form_synced span.custom + label,
.column.form_synced span.custom + label {
  display: inline;
  line-height: 1.5em;
  margin-left: 10px;
}
/* line 104, ../../../../../../themes/original/public/styles/scss/snippets/_form.scss */
.snippet_area form .submitBtnArea input,
.shop form .submitBtnArea input,
.column.form .submitBtnArea input,
.column.form_synced .submitBtnArea input {
  border: none !important;
  cursor: pointer;
  font-family: inherit;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 3em;
  padding-bottom: 0.8125em;
  padding-left: 3em;
  font-size: 15px;
  background-color: #2B3A42;
  color: white;
  border-radius: 4px;
  box-shadow: none;
  text-transform: uppercase;
  -webkit-box-shadow: none;
}
/* line 24, ../../../../../../themes/original/public/styles/scss/buttons.scss */
.snippet_area form .submitBtnArea input:hover,
.shop form .submitBtnArea input:hover,
.column.form .submitBtnArea input:hover,
.column.form_synced .submitBtnArea input:hover {
  color: #fff;
}

/* line 1, ../../../../../../themes/original/public/styles/scss/snippets/_cta_button.scss */
.column.cta_button a,
.column.cta_button_synced a {
  border: none !important;
  cursor: pointer;
  font-family: inherit;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 3em;
  padding-bottom: 0.8125em;
  padding-left: 3em;
  font-size: 15px;
  background-color: #2B3A42;
  color: white;
  border-radius: 4px;
  box-shadow: none;
  text-transform: uppercase;
  -webkit-box-shadow: none;
}
/* line 24, ../../../../../../themes/original/public/styles/scss/buttons.scss */
.column.cta_button a:hover,
.column.cta_button_synced a:hover {
  color: #fff;
}

/* line 6, ../../../../../../themes/original/public/styles/scss/snippets/_cta_button.scss */
.column.cta_button {
  text-align: center;
}

/* line 3, ../../../../../../themes/original/public/styles/scss/snippets/_image_text.scss */
.columns.image_text img {
  margin-bottom: 33px;
}
/* line 7, ../../../../../../themes/original/public/styles/scss/snippets/_image_text.scss */
.columns.image_text h1 {
  margin-bottom: 0.7em;
}
/* line 11, ../../../../../../themes/original/public/styles/scss/snippets/_image_text.scss */
.columns.image_text h2 {
  margin-bottom: 0.6em;
}
/* line 15, ../../../../../../themes/original/public/styles/scss/snippets/_image_text.scss */
.columns.image_text h3 {
  margin-bottom: 0.5em;
}
/* line 19, ../../../../../../themes/original/public/styles/scss/snippets/_image_text.scss */
.columns.image_text p.last-child {
  margin-bottom: 0;
}

/* line 4, ../../../../../../themes/original/public/styles/scss/snippets/_image.scss */
.column.image2 a,
.column.image a {
  border: 0;
}
@media only screen and (max-width: 599px) {
  /* line 1, ../../../../../../themes/original/public/styles/scss/snippets/_image.scss */
  .column.image2,
  .column.image {
    text-align: center;
  }
}

/* line 3, ../../../../../../themes/original/public/styles/scss/snippets/_map.scss */
.column.map iframe,
.column.map_synced iframe {
  max-width: 100%;
}

/* line 4, ../../../../../../themes/original/public/styles/scss/snippets/_facebook.scss */
.column.facebook p,
.column.facebook_synced p {
  margin: 0;
}
/* line 10, ../../../../../../themes/original/public/styles/scss/snippets/_facebook.scss */
.column.facebook .type_feed a,
.column.facebook_synced .type_feed a {
  border-bottom: 0 !important;
}
/* line 13, ../../../../../../themes/original/public/styles/scss/snippets/_facebook.scss */
.column.facebook .type_feed a:hover,
.column.facebook_synced .type_feed a:hover {
  text-decoration: underline;
}
/* line 18, ../../../../../../themes/original/public/styles/scss/snippets/_facebook.scss */
.column.facebook .type_feed .actions,
.column.facebook_synced .type_feed .actions {
  color: #949494;
}
/* line 22, ../../../../../../themes/original/public/styles/scss/snippets/_facebook.scss */
.column.facebook .type_feed .actions a,
.column.facebook_synced .type_feed .actions a {
  color: #949494;
}
/* line 26, ../../../../../../themes/original/public/styles/scss/snippets/_facebook.scss */
.column.facebook .type_feed .actions .interaction,
.column.facebook_synced .type_feed .actions .interaction {
  font-size: 14px;
  margin: 5px 0 0px 0;
}
/* line 31, ../../../../../../themes/original/public/styles/scss/snippets/_facebook.scss */
.column.facebook .type_feed .actions .author,
.column.facebook_synced .type_feed .actions .author {
  font-style: italic;
  font-size: 12px;
  line-height: 12px;
}
/* line 39, ../../../../../../themes/original/public/styles/scss/snippets/_facebook.scss */
.column.facebook .type_feed .status,
.column.facebook_synced .type_feed .status {
  margin-bottom: 50px;
}
/* line 43, ../../../../../../themes/original/public/styles/scss/snippets/_facebook.scss */
.column.facebook .type_feed .status.photo img,
.column.facebook_synced .type_feed .status.photo img {
  margin-bottom: 10px;
}

/* line 9, ../../../../../../themes/original/public/styles/scss/snippets/_quote.scss */
.column.quote img,
.column.quote_synced img {
  background-color: transparent;
  margin-left: 19px;
  margin-right: 16px;
  float: left;
  border-radius: 50px;
}
/* line 17, ../../../../../../themes/original/public/styles/scss/snippets/_quote.scss */
.column.quote blockquote,
.column.quote_synced blockquote {
  border-left-width: 0px;
  padding-top: 0;
  margin-bottom: 0;
}
/* line 22, ../../../../../../themes/original/public/styles/scss/snippets/_quote.scss */
.column.quote blockquote p,
.column.quote_synced blockquote p {
  font-style: italic;
}
/* line 25, ../../../../../../themes/original/public/styles/scss/snippets/_quote.scss */
.column.quote blockquote p.author,
.column.quote_synced blockquote p.author {
  font-style: none;
  font-weight: bold;
}
/* line 30, ../../../../../../themes/original/public/styles/scss/snippets/_quote.scss */
.column.quote blockquote p.last-child,
.column.quote_synced blockquote p.last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 37, ../../../../../../themes/original/public/styles/scss/snippets/_quote.scss */
.column.quote p.author,
.column.quote_synced p.author {
  margin-top: 10px;
  margin-left: 88px;
}

/* line 3, ../../../../../../themes/original/public/styles/scss/snippets/_facebook_comments.scss */
.column.facebook_comments iframe {
  max-width: 650px !important;
}

/* line 5, ../../../../../../themes/original/public/styles/scss/snippets/_sociallinks.scss */
.snippet_area .columns.sociallinks {
  margin-bottom: 20px;
}
/* line 9, ../../../../../../themes/original/public/styles/scss/snippets/_sociallinks.scss */
.snippet_area ul.sociallinks {
  margin: 3px 0 0px 0;
  padding: 0px 0 0 17px;
}
/* line 14, ../../../../../../themes/original/public/styles/scss/snippets/_sociallinks.scss */
.snippet_area ul.sociallinks li {
  list-style-type: none;
  float: left;
  margin-right: 5px;
}
@media only screen and (max-width: 940px) {
  /* line 9, ../../../../../../themes/original/public/styles/scss/snippets/_sociallinks.scss */
  .snippet_area ul.sociallinks {
    text-align: center;
  }
  /* line 23, ../../../../../../themes/original/public/styles/scss/snippets/_sociallinks.scss */
  .snippet_area ul.sociallinks li {
    display: inline;
    float: none;
    text-align: center;
  }
}

/* line 36, ../../../../../../themes/original/public/styles/scss/snippets/_sociallinks.scss */
.snippet_area_footer ul.sociallinks,
.snippet_area_footer ul.sociallinks_synced,
.snippet_area_sidebar ul.sociallinks,
.snippet_area_sidebar ul.sociallinks_synced,
.act_as_snippet_area_main ul.sociallinks,
.act_as_snippet_area_main ul.sociallinks_synced,
.snippet_area_main ul.sociallinks,
.snippet_area_main ul.sociallinks_synced {
  padding-left: 0px;
}

/* line 1, ../../../../../../themes/original/public/styles/scss/snippets/_product.scss */
.columns.product {
  max-width: 88em;
}

/* line 4, ../../../../../../themes/original/public/styles/scss/snippets/_latest_posts.scss */
.column.latest_posts ul,
.column.latest_posts_synced ul {
  margin-top: 25px;
  margin-left: 25px;
}
/* line 8, ../../../../../../themes/original/public/styles/scss/snippets/_latest_posts.scss */
.column.latest_posts ul li,
.column.latest_posts_synced ul li {
  margin-bottom: 8px;
}

/* line 2, ../../../../../../themes/original/public/styles/scss/snippets/_wide_image_with_text.scss */
.columns.wide_image_with_text,
#blog .columns.wide_image_with_text,
.columns.wide_image_with_text2,
#blog .columns.wide_image_with_text2 {
  max-width: 100%;
  padding: 0;
}

/* line 11, ../../../../../../themes/original/public/styles/scss/snippets/_wide_image_with_text.scss */
.column.wide_image_with_text,
.column.wide_image_with_text2 {
  position: relative;
}
/* line 16, ../../../../../../themes/original/public/styles/scss/snippets/_wide_image_with_text.scss */
.column.wide_image_with_text .content,
.column.wide_image_with_text2 .content {
  position: absolute;
  width: 100%;
  z-index: 100;
  pointer-events: none;
}
/* line 22, ../../../../../../themes/original/public/styles/scss/snippets/_wide_image_with_text.scss */
.column.wide_image_with_text .content .intro,
.column.wide_image_with_text2 .content .intro {
  text-align: center;
  padding: 130px 0;
}
/* line 25, ../../../../../../themes/original/public/styles/scss/snippets/_wide_image_with_text.scss */
.column.wide_image_with_text .content .intro h1,
.column.wide_image_with_text2 .content .intro h1 {
  font-size: 32px;
  font-weight: normal;
  margin: 0;
  pointer-events: auto;
}
/* line 34, ../../../../../../themes/original/public/styles/scss/snippets/_wide_image_with_text.scss */
.column.wide_image_with_text .content .intro p,
.column.wide_image_with_text2 .content .intro p {
  color: #fff;
  font-size: 16px;
  opacity: 0.75;
  font-weight: 400;
  pointer-events: auto;
}
/* line 42, ../../../../../../themes/original/public/styles/scss/snippets/_wide_image_with_text.scss */
.column.wide_image_with_text .content .intro p a,
.column.wide_image_with_text2 .content .intro p a {
  color: #fff;
  border: 0;
  text-decoration: underline;
}
/* line 49, ../../../../../../themes/original/public/styles/scss/snippets/_wide_image_with_text.scss */
.column.wide_image_with_text .content .intro a,
.column.wide_image_with_text2 .content .intro a {
  pointer-events: auto;
}
/* line 56, ../../../../../../themes/original/public/styles/scss/snippets/_wide_image_with_text.scss */
.column.wide_image_with_text .wide_image div,
.column.wide_image_with_text2 .wide_image div {
  background-position: 50% 50%;
}
/* line 61, ../../../../../../themes/original/public/styles/scss/snippets/_wide_image_with_text.scss */
.column.wide_image_with_text .overlay,
.column.wide_image_with_text2 .overlay {
  height: 100%;
  position: absolute;
  width: 100%;
  opacity: 0.7;
}

/* line 71, ../../../../../../themes/original/public/styles/scss/snippets/_wide_image_with_text.scss */
.snippet_area_main > .wide_image_with_text2:first-child,
.snippet_area_main > .wide_image_with_text:first-child,
.act_as_snippet_area_main > .wide_image_with_text2:first-child,
.act_as_snippet_area_main > .wide_image_with_text:first-child {
  margin-top: -37px;
}

/* line 80, ../../../../../../themes/original/public/styles/scss/snippets/_wide_image_with_text.scss */
.snippet_area > .columns.wide_image_with_text,
.snippet_area > .columns.wide_image_with_text2 {
  overflow: visible;
}

/* line 2, ../../../../../../themes/original/public/styles/scss/snippets/_statement.scss */
.column.statement em {
  font-size: 30px;
  line-height: 1em;
  font-style: italic;
  display: block;
  padding: 1em 0em;
  text-align: center;
  color: #2B3A42;
}
/* line 12, ../../../../../../themes/original/public/styles/scss/snippets/_statement.scss */
.column.statement em:before {
  content: url(/themes/original/public/images/ui/twissle.png) center;
  position: relative;
  top: -3px;
  left: -40px;
}
/* line 18, ../../../../../../themes/original/public/styles/scss/snippets/_statement.scss */
.column.statement em:after {
  content: url(/themes/original/public/images/ui/twissle.png) center;
  position: relative;
  top: -3px;
  right: -40px;
}
@media only screen and (max-width: 599px) {
  /* line 26, ../../../../../../themes/original/public/styles/scss/snippets/_statement.scss */
  .column.statement em {
    font-size: 18px;
    text-align: center;
    line-height: 1.5em;
  }
  /* line 32, ../../../../../../themes/original/public/styles/scss/snippets/_statement.scss */
  .column.statement em:before {
    content: '';
  }
  /* line 35, ../../../../../../themes/original/public/styles/scss/snippets/_statement.scss */
  .column.statement em:after {
    content: '';
  }
}

/* line 2, ../../../../../../themes/original/public/styles/scss/snippets/_image_gallery.scss */
.columns.image_gallery,
#blog .columns.image_gallery {
  max-width: 100%;
  background: #eee;
}

/* line 15, ../../../../../../themes/original/public/styles/scss/snippets/_image_gallery.scss */
.column.image_gallery .panel {
  min-height: 160px;
  background: #ccc;
  border: 0;
  border-radius: 6px;
  margin: 0;
}
/* line 23, ../../../../../../themes/original/public/styles/scss/snippets/_image_gallery.scss */
.column.image_gallery img {
  border-radius: 5px;
}

/* line 31, ../../../../../../themes/original/public/styles/scss/snippets/_image_gallery.scss */
.columns.image_gallery .panbg {
  padding-top: 4em;
  padding-bottom: 2.5em;
}

/**
	This block is also used on the blog and blog_post template
	the .appear_as_top_heading_block wrapper is used in the blog
**/
/* line 7, ../../../../../../themes/original/public/styles/scss/snippets/_top_heading.scss */
.columns.top_heading,
.appear_as_top_heading_block {
  max-width: 100%;
  background: #40C7CE;
}

/* line 21, ../../../../../../themes/original/public/styles/scss/snippets/_top_heading.scss */
.column.top_heading .content .intro,
.appear_as_top_heading_block .content .intro {
  text-align: center;
  padding: 3em 0;
}
/* line 25, ../../../../../../themes/original/public/styles/scss/snippets/_top_heading.scss */
.column.top_heading .content .intro h1,
.appear_as_top_heading_block .content .intro h1 {
  font-size: 32px;
  font-weight: normal;
  margin: 0;
}
/* line 32, ../../../../../../themes/original/public/styles/scss/snippets/_top_heading.scss */
.column.top_heading .content .intro p,
.appear_as_top_heading_block .content .intro p {
  font-size: 16px;
  opacity: 0.75;
  font-weight: 400;
}
/* line 38, ../../../../../../themes/original/public/styles/scss/snippets/_top_heading.scss */
.column.top_heading .content .intro p.last-child,
.appear_as_top_heading_block .content .intro p.last-child {
  margin-bottom: 0;
}
/* line 42, ../../../../../../themes/original/public/styles/scss/snippets/_top_heading.scss */
.column.top_heading .content .intro p a,
.appear_as_top_heading_block .content .intro p a {
  color: #fff;
  text-decoration: underline;
}

/* line 53, ../../../../../../themes/original/public/styles/scss/snippets/_top_heading.scss */
.snippet_area_main > .top_heading:first-child,
.act_as_snippet_area_main > .top_heading:first-child,
.appear_as_top_heading_block {
  margin-top: -37px;
}

/* line 61, ../../../../../../themes/original/public/styles/scss/snippets/_top_heading.scss */
.columns.top_heading.one_top_heading + .one.columns.image_gallery.one_image_gallery {
  margin-top: -60px;
}

/* line 65, ../../../../../../themes/original/public/styles/scss/snippets/_top_heading.scss */
.one.columns.image_gallery.one_image_gallery + .columns.top_heading.one_top_heading {
  margin-top: -60px;
}

/* line 71, ../../../../../../themes/original/public/styles/scss/snippets/_top_heading.scss */
.appear_as_top_heading_block {
  margin-bottom: 4em;
}

/* line 76, ../../../../../../themes/original/public/styles/scss/snippets/_top_heading.scss */
.snippet_area > .columns.top_heading {
  overflow: visible;
}

/* line 2, ../../../../../../themes/original/public/styles/scss/snippets/_wide_image.scss */
.columns.wide_image,
#blog .columns.wide_image,
.columns.wide_image2,
#blog .columns.wide_image2 {
  max-width: 100%;
  padding: 0;
}

/* line 14, ../../../../../../themes/original/public/styles/scss/snippets/_wide_image.scss */
.column.wide_image div > div,
.column.wide_image2 div > div {
  background-position: 50% 50%;
}

/* line 32, ../../../../../../themes/original/public/styles/scss/snippets/_wide_image.scss */
.snippet_area_main > .wide_image2:first-child,
.act_as_snippet_area_main > .wide_image2:first-child {
  margin-top: -37px;
}

/* line 39, ../../../../../../themes/original/public/styles/scss/snippets/_wide_image.scss */
.snippet_area_main > .columns.top_heading:first-child + .wide_image2,
.act_as_snippet_area_main > .columns.top_heading:first-child + .wide_image2 {
  margin-top: -83px;
}

/* line 2, ../../../../../../themes/original/public/styles/scss/snippets/_image_gallery.scss */
.columns.image_gallery,
#blog .columns.image_gallery {
  max-width: 100%;
  background: #eee;
}

/* line 15, ../../../../../../themes/original/public/styles/scss/snippets/_image_gallery.scss */
.column.image_gallery .panel {
  min-height: 160px;
  background: #ccc;
  border: 0;
  border-radius: 6px;
  margin: 0;
}
/* line 23, ../../../../../../themes/original/public/styles/scss/snippets/_image_gallery.scss */
.column.image_gallery img {
  border-radius: 5px;
}

/* line 31, ../../../../../../themes/original/public/styles/scss/snippets/_image_gallery.scss */
.columns.image_gallery .panbg {
  padding-top: 4em;
  padding-bottom: 2.5em;
}

/**********************
	Snowfire UI mod
**********************/
/* line 75, ../../../../../../themes/original/public/styles/scss/_snippets.scss */
#shop_wrapper .sf_create_new {
  margin-left: 50px !important;
}

/* line 77, ../../../../../../themes/original/public/styles/scss/_snippets.scss */
.snippet_area_main .sf_add_snippet,
.act_as_snippet_area_main .sf_add_snippet {
  margin-left: 35px;
  margin-bottom: 35px;
}

/* line 83, ../../../../../../themes/original/public/styles/scss/_snippets.scss */
.column .sf_drag_handle {
  right: 10px !important;
}

/* line 84, ../../../../../../themes/original/public/styles/scss/_snippets.scss */
.column .sf_remove_snippet {
  right: 70px !important;
}

/* line 11, ../../../../../../themes/original/public/styles/scss/_responsive_nav.scss */
.navbar {
  z-index: 1000;
  position: relative;
}

/* line 16, ../../../../../../themes/original/public/styles/scss/_responsive_nav.scss */
#menu {
  float: right !important;
}
/* line 19, ../../../../../../themes/original/public/styles/scss/_responsive_nav.scss */
#menu ul {
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
  margin: 0;
  text-align: center;
  float: right;
}
/* line 29, ../../../../../../themes/original/public/styles/scss/_responsive_nav.scss */
#menu ul li {
  float: left;
  position: relative;
  z-index: 9999;
}
/* line 34, ../../../../../../themes/original/public/styles/scss/_responsive_nav.scss */
#menu ul li a {
  top: 13px;
  margin: 10px;
  padding: 20px 10px;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  display: block;
}
/* line 46, ../../../../../../themes/original/public/styles/scss/_responsive_nav.scss */
#menu ul li ul {
  position: absolute;
  width: auto;
  display: none;
  z-index: 9999;
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.21);
  min-width: 200px;
}
/* line 58, ../../../../../../themes/original/public/styles/scss/_responsive_nav.scss */
#menu ul li ul li {
  display: block;
  width: 100%;
  text-align: left;
}
/* line 63, ../../../../../../themes/original/public/styles/scss/_responsive_nav.scss */
#menu ul li ul li a {
  margin: 0;
  padding: 10px 20px;
  color: #fff !important;
}

/* line 74, ../../../../../../themes/original/public/styles/scss/_responsive_nav.scss */
#page_top.light #menu ul li ul li a {
  color: #000 !important;
}

/* line 79, ../../../../../../themes/original/public/styles/scss/_responsive_nav.scss */
#menu ul li.has_dropdown.hover ul {
  display: block;
}

@media only screen and (max-width: 990px) {
  /* line 85, ../../../../../../themes/original/public/styles/scss/_responsive_nav.scss */
  #menu {
    padding-top: 32px;
  }

  /* line 90, ../../../../../../themes/original/public/styles/scss/_responsive_nav.scss */
  #menu ul li ul {
    position: static;
  }

  /* line 94, ../../../../../../themes/original/public/styles/scss/_responsive_nav.scss */
  #menu.nav-collapse {
    float: left;
    margin-left: -10px;
    margin-top: -10px;
  }

  /* line 100, ../../../../../../themes/original/public/styles/scss/_responsive_nav.scss */
  #menu ul {
    float: right;
    margin: 0;
    padding: 0;
  }
  /* line 21, ../../../../../../themes/original/public/styles/scss/theme.scss */
  #menu ul {
    *zoom: 1;
  }
  /* line 24, ../../../../../../themes/original/public/styles/scss/theme.scss */
  #menu ul:before, #menu ul:after {
    content: "";
    display: table;
  }
  /* line 29, ../../../../../../themes/original/public/styles/scss/theme.scss */
  #menu ul:after {
    clear: both;
  }
  /* line 106, ../../../../../../themes/original/public/styles/scss/_responsive_nav.scss */
  #menu ul li {
    display: block;
    width: 100%;
    text-align: right;
  }
  /* line 111, ../../../../../../themes/original/public/styles/scss/_responsive_nav.scss */
  #menu ul li a {
    position: static;
    margin: 5px;
    padding: 5px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
  }
  /* line 121, ../../../../../../themes/original/public/styles/scss/_responsive_nav.scss */
  #menu ul li ul {
    box-shadow: none;
    display: block;
    position: static;
    margin: -10px 0 0px 20px;
  }
  /* line 127, ../../../../../../themes/original/public/styles/scss/_responsive_nav.scss */
  #menu ul li ul li {
    display: block;
    text-align: right;
  }
  /* line 131, ../../../../../../themes/original/public/styles/scss/_responsive_nav.scss */
  #menu ul li ul li a {
    padding: 5px;
    font-size: 12px;
  }
  /* line 136, ../../../../../../themes/original/public/styles/scss/_responsive_nav.scss */
  #menu ul li ul li a:hover {
    background: transparent;
  }
}
@media only screen and (max-width: 990px) and (max-width: 991px) {
  /* line 121, ../../../../../../themes/original/public/styles/scss/_responsive_nav.scss */
  #menu ul li ul {
    margin: 0 0 15px 30px;
    float: right;
  }
}

@media only screen and (max-width: 990px) {
  /* line 150, ../../../../../../themes/original/public/styles/scss/_responsive_nav.scss */
  .nav-toggle {
    margin-top: -56px;
    padding: 10px 0 20px 0;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    float: right;
    background-image: url("/themes/original/public/images/ui/nav.png");
    background-repeat: no-repeat;
    background-position: 0px 9px;
  }
  /* line 162, ../../../../../../themes/original/public/styles/scss/_responsive_nav.scss */
  .nav-toggle img {
    margin-right: 5px;
    margin-top: -3px;
    visibility: hidden;
  }
  /* line 168, ../../../../../../themes/original/public/styles/scss/_responsive_nav.scss */
  .nav-toggle.no_space_left {
    margin-top: 0;
  }

  /* line 173, ../../../../../../themes/original/public/styles/scss/_responsive_nav.scss */
  #page_top.light .nav-toggle {
    background-image: url("/themes/original/public/images/ui/nav-black.png");
    color: #000;
  }

  /* line 178, ../../../../../../themes/original/public/styles/scss/_responsive_nav.scss */
  #page_top.dark .nav-toggle {
    background-image: url("/themes/original/public/images/ui/nav.png");
    color: #fff;
  }

  /*! responsive-nav.js @@version by @viljamis */
  /* line 187, ../../../../../../themes/original/public/styles/scss/_responsive_nav.scss */
  .nav-collapse ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    list-style: none;
  }

  /* line 195, ../../../../../../themes/original/public/styles/scss/_responsive_nav.scss */
  .nav-collapse li {
    width: 100%;
    display: block;
  }

  /* line 200, ../../../../../../themes/original/public/styles/scss/_responsive_nav.scss */
  .js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    zoom: 1;
  }

  /* line 209, ../../../../../../themes/original/public/styles/scss/_responsive_nav.scss */
  .nav-collapse.opened {
    max-height: 9999px;
  }

  /* line 213, ../../../../../../themes/original/public/styles/scss/_responsive_nav.scss */
  .nav-collapse.disable-pointer-events {
    pointer-events: none !important;
  }

  /* line 217, ../../../../../../themes/original/public/styles/scss/_responsive_nav.scss */
  .nav-toggle {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
}
@media only screen and (max-width: 990px) and (min-width: 991px) {
  /* line 228, ../../../../../../themes/original/public/styles/scss/_responsive_nav.scss */
  .nav-collapse {
    position: relative;
  }

  /* line 231, ../../../../../../themes/original/public/styles/scss/_responsive_nav.scss */
  .nav-collapse.closed {
    max-height: none;
  }

  /* line 234, ../../../../../../themes/original/public/styles/scss/_responsive_nav.scss */
  .nav-toggle {
    display: none;
  }
}
/* line 1, ../../../../../../themes/original/public/styles/scss/_original.scss */
* {
  -webkit-font-smoothing: antialiased;
}

/* line 3, ../../../../../../themes/original/public/styles/scss/_original.scss */
.row {
  max-width: 63em;
}

/* line 7, ../../../../../../themes/original/public/styles/scss/_original.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: 'EB Garamond', serif;
  margin: 0;
}

/* line 11, ../../../../../../themes/original/public/styles/scss/_original.scss */
h2 {
  font-size: 32px;
  line-height: 1em;
}

/* line 12, ../../../../../../themes/original/public/styles/scss/_original.scss */
h3 {
  font-size: 24px;
  line-height: 1.2em;
  font-weight: normal;
}

/* line 14, ../../../../../../themes/original/public/styles/scss/_original.scss */
a {
  color: inherit;
}

/* line 16, ../../../../../../themes/original/public/styles/scss/_original.scss */
body {
  background: #BDBDAE;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  color: #606B71;
}

/* line 21, ../../../../../../themes/original/public/styles/scss/_original.scss */
.wrapper {
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

/* line 27, ../../../../../../themes/original/public/styles/scss/_original.scss */
#content {
  padding: 0 20px;
}

/* line 28, ../../../../../../themes/original/public/styles/scss/_original.scss */
.space {
  margin-bottom: 2em;
}

/* line 30, ../../../../../../themes/original/public/styles/scss/_original.scss */
#page_top {
  position: relative;
  margin-bottom: 37px;
}

/* line 31, ../../../../../../themes/original/public/styles/scss/_original.scss */
body.inner header#page_top {
  min-height: 15em;
  background: #40C7CE;
  margin-bottom: 4em;
}

/* line 33, ../../../../../../themes/original/public/styles/scss/_original.scss */
.logo {
  padding: 20px 0;
}

/* line 38, ../../../../../../themes/original/public/styles/scss/_original.scss */
.box-align {
  display: inline-block;
  vertical-align: middle;
  line-height: 10em;
  margin: auto 0;
}

/* BUTTONS */
/* line 42, ../../../../../../themes/original/public/styles/scss/_original.scss */
.shop .button,
.shop button,
.button.orig {
  border: none !important;
  cursor: pointer;
  font-family: inherit;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 3em;
  padding-bottom: 0.8125em;
  padding-left: 3em;
  font-size: 15px;
  background-color: #2B3A42;
  color: white;
  border-radius: 4px;
  box-shadow: none;
  text-transform: uppercase;
  -webkit-box-shadow: none;
}
/* line 24, ../../../../../../themes/original/public/styles/scss/buttons.scss */
.shop .button:hover,
.shop button:hover,
.button.orig:hover {
  color: #fff;
}

/* line 48, ../../../../../../themes/original/public/styles/scss/_original.scss */
.shop .out-of-stock {
  max-width: 250px;
  text-align: center;
}

/* line 54, ../../../../../../themes/original/public/styles/scss/_original.scss */
.shop button.grey_button {
  background: #979797;
  max-width: 250px;
  width: 100%;
}

@media only screen and (min-width: 991px) {
  /* line 64, ../../../../../../themes/original/public/styles/scss/_original.scss */
  .left-fig {
    float: left;
    margin-left: -20%;
    padding-right: 10px;
  }

  /* line 65, ../../../../../../themes/original/public/styles/scss/_original.scss */
  .logo {
    float: left;
  }

  /* line 67, ../../../../../../themes/original/public/styles/scss/_original.scss */
  .js .nav-collapse {
    position: relative;
  }

  /* line 68, ../../../../../../themes/original/public/styles/scss/_original.scss */
  .js .nav-collapse.closed {
    max-height: none;
  }

  /* line 69, ../../../../../../themes/original/public/styles/scss/_original.scss */
  .nav-toggle {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 72, ../../../../../../themes/original/public/styles/scss/_original.scss */
  .navbar, #content, footer {
    padding: 0;
  }

  /* line 73, ../../../../../../themes/original/public/styles/scss/_original.scss */
  em.state {
    padding: 2em 1em;
  }
}
/* line 3, ../../../../../../themes/original/public/styles/scss/templates/_blog.scss */
#blog article {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
}
/* line 14, ../../../../../../themes/original/public/styles/scss/templates/_blog.scss */
#blog article header h1, #blog article header h2 {
  font-size: 40px;
  line-height: 1em;
  margin-bottom: 0.5em;
}
/* line 21, ../../../../../../themes/original/public/styles/scss/templates/_blog.scss */
#blog article h1 {
  margin-bottom: 0.7em;
}
/* line 25, ../../../../../../themes/original/public/styles/scss/templates/_blog.scss */
#blog article h2 {
  margin-bottom: 0.6em;
}
/* line 29, ../../../../../../themes/original/public/styles/scss/templates/_blog.scss */
#blog article h3 {
  margin-bottom: 0.5em;
}
/* line 33, ../../../../../../themes/original/public/styles/scss/templates/_blog.scss */
#blog article p {
  position: relative;
  margin-bottom: 2.25em;
}
/* line 38, ../../../../../../themes/original/public/styles/scss/templates/_blog.scss */
#blog article .author {
  margin-right: 20px;
}
/* line 42, ../../../../../../themes/original/public/styles/scss/templates/_blog.scss */
#blog article small {
  font-size: 14px;
  font-weight: 600;
  margin: -7px 0 20px;
  display: block;
  text-transform: uppercase;
}
/* line 50, ../../../../../../themes/original/public/styles/scss/templates/_blog.scss */
#blog article .main_image {
  margin-bottom: 2em;
}
/* line 54, ../../../../../../themes/original/public/styles/scss/templates/_blog.scss */
#blog article .left-fig {
  float: left;
  margin-left: 0%;
  padding-right: 10px;
}
@media only screen and (min-width: 992px) {
  /* line 54, ../../../../../../themes/original/public/styles/scss/templates/_blog.scss */
  #blog article .left-fig {
    float: left;
    margin-left: -20%;
    padding-right: 10px;
  }
}
/* line 66, ../../../../../../themes/original/public/styles/scss/templates/_blog.scss */
#blog article figcaption {
  font-size: 13px;
  padding-top: 5px;
}
/* line 73, ../../../../../../themes/original/public/styles/scss/templates/_blog.scss */
#blog .columns {
  max-width: 650px;
  padding-left: 0;
  padding-right: 0;
}
/* line 90, ../../../../../../themes/original/public/styles/scss/templates/_blog.scss */
#blog .post:after {
  height: 10px;
  width: 30px;
  content: '';
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6em;
  margin-top: 6em;
  display: block;
  background-image: url("/themes/original/public/images/ui/swirl.png");
  background-size: contain;
  background-repeat: no-repeat;
}
/* line 107, ../../../../../../themes/original/public/styles/scss/templates/_blog.scss */
#blog #pagination {
  margin-top: -1.6em;
  margin-bottom: 2em;
}
/* line 112, ../../../../../../themes/original/public/styles/scss/templates/_blog.scss */
#blog #pagination .pages {
  text-align: center;
}
/* line 116, ../../../../../../themes/original/public/styles/scss/templates/_blog.scss */
#blog #pagination .pages a:hover {
  text-decoration: underline;
}
/* line 121, ../../../../../../themes/original/public/styles/scss/templates/_blog.scss */
#blog #pagination .pages a, #blog #pagination .pages span {
  display: inline-block;
  padding: 5px 10px;
}
/* line 126, ../../../../../../themes/original/public/styles/scss/templates/_blog.scss */
#blog #pagination .pages span {
  font-weight: bold;
}

/* line 1, ../../../../../../themes/original/public/styles/scss/_page_footer.scss */
#page_bottom {
  padding: 60px 0 50px 0;
  background: #2B3A42;
}
/* line 6, ../../../../../../themes/original/public/styles/scss/_page_footer.scss */
#page_bottom .columns {
  padding-left: 0;
  padding-right: 0;
}
/* line 12, ../../../../../../themes/original/public/styles/scss/_page_footer.scss */
#page_bottom #powered_by,
#page_bottom #partner-logo {
  position: relative;
  min-height: 40px;
}
/* line 17, ../../../../../../themes/original/public/styles/scss/_page_footer.scss */
#page_bottom #powered_by img,
#page_bottom #partner-logo img {
  position: absolute;
  bottom: 0;
}
/* line 23, ../../../../../../themes/original/public/styles/scss/_page_footer.scss */
#page_bottom #powered_by img {
  right: 0;
}

/* line 1, ../../../../../../themes/original/public/styles/scss/_page_top.scss */
#page_top {
  height: 82px;
}
/* line 5, ../../../../../../themes/original/public/styles/scss/_page_top.scss */
#page_top #logo_wrapper {
  position: absolute;
  z-index: 2000;
}
@media only screen and (max-width: 990px) {
  /* line 5, ../../../../../../themes/original/public/styles/scss/_page_top.scss */
  #page_top #logo_wrapper {
    height: 82px;
    position: static;
    text-align: left;
    display: table-row;
    width: 100%;
  }
  /* line 20, ../../../../../../themes/original/public/styles/scss/_page_top.scss */
  #page_top #logo_wrapper #logo {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding-right: 115px;
  }
  /* line 34, ../../../../../../themes/original/public/styles/scss/_page_top.scss */
  #page_top #logo_wrapper #logo a.image-logo {
    position: static;
  }
  /* line 38, ../../../../../../themes/original/public/styles/scss/_page_top.scss */
  #page_top #logo_wrapper #logo a.text-logo {
    position: static;
  }
}
@media only screen and (max-width: 990px) {
  /* line 46, ../../../../../../themes/original/public/styles/scss/_page_top.scss */
  #page_top .tbl {
    display: table;
    width: 100%;
  }
}

/* line 10, ../../../../../../modules/shop/css/shop2/_checkout.scss */
.shop .checkout #product_images {
  float: left;
  width: 60%;
}
/* line 14, ../../../../../../modules/shop/css/shop2/_checkout.scss */
.shop .checkout #product_images img {
  max-width: 125px;
  max-height: 125px;
}
/* line 20, ../../../../../../modules/shop/css/shop2/_checkout.scss */
.shop .checkout #cart {
  float: left;
  width: 40%;
}
/* line 25, ../../../../../../modules/shop/css/shop2/_checkout.scss */
.shop .checkout .column {
  width: 50%;
  float: left;
  padding-right: 20px;
  margin: 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
  /* line 25, ../../../../../../modules/shop/css/shop2/_checkout.scss */
  .shop .checkout .column {
    width: 100%;
    float: none;
  }
}
/* line 39, ../../../../../../modules/shop/css/shop2/_checkout.scss */
.shop .checkout h3 {
  font-size: 16px;
  margin-bottom: 15px;
}
/* line 44, ../../../../../../modules/shop/css/shop2/_checkout.scss */
.shop .checkout label {
  display: block;
  margin-bottom: 10px;
  margin-top: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px;
}
/* line 53, ../../../../../../modules/shop/css/shop2/_checkout.scss */
.shop .checkout label span {
  display: block;
  font-size: 13px;
  margin-bottom: 2px;
}
/* line 60, ../../../../../../modules/shop/css/shop2/_checkout.scss */
.shop .checkout label.radio {
  display: inline-block;
  margin: 0px 0 0 3px;
  font-weight: normal;
  font-size: 14px;
}
/* line 68, ../../../../../../modules/shop/css/shop2/_checkout.scss */
.shop .checkout #person label {
  float: left;
  width: 50%;
}
/* line 73, ../../../../../../modules/shop/css/shop2/_checkout.scss */
.shop .checkout #person #first_name {
  width: 50%;
}
/* line 77, ../../../../../../modules/shop/css/shop2/_checkout.scss */
.shop .checkout #person #last_name {
  width: 50%;
}
/* line 83, ../../../../../../modules/shop/css/shop2/_checkout.scss */
.shop .checkout #billing_address label {
  width: 80%;
}
/* line 87, ../../../../../../modules/shop/css/shop2/_checkout.scss */
.shop .checkout #billing_address #zip {
  float: left;
  width: 20%;
}
/* line 92, ../../../../../../modules/shop/css/shop2/_checkout.scss */
.shop .checkout #billing_address #city {
  float: left;
  width: 60%;
}
/* line 99, ../../../../../../modules/shop/css/shop2/_checkout.scss */
.shop .checkout input[type="radio"] {
  margin: -2px 0 0 0;
}
/* line 103, ../../../../../../modules/shop/css/shop2/_checkout.scss */
.shop .checkout input[type="text"],
.shop .checkout input[type="email"] {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 112, ../../../../../../modules/shop/css/shop2/_checkout.scss */
.shop .checkout #purchase_extra {
  max-width: 860px;
}
/* line 116, ../../../../../../modules/shop/css/shop2/_checkout.scss */
.shop .checkout #purchase_extra #discount_code_wrap {
  float: left;
  width: 50%;
  text-align: right;
}
/* line 121, ../../../../../../modules/shop/css/shop2/_checkout.scss */
.shop .checkout #purchase_extra #discount_code_wrap #discount_code_input {
  float: right;
  width: 30%;
}
/* line 125, ../../../../../../modules/shop/css/shop2/_checkout.scss */
.shop .checkout #purchase_extra #discount_code_wrap .button {
  float: right;
  margin-left: 5px;
  height: 32px;
  padding: 6px 12px;
}
/* line 132, ../../../../../../modules/shop/css/shop2/_checkout.scss */
.shop .checkout #purchase_extra #message {
  float: left;
  width: 50%;
}
/* line 137, ../../../../../../modules/shop/css/shop2/_checkout.scss */
.shop .checkout #purchase_extra #message #message_area textarea {
  width: 100%;
  padding: 4px 6px;
  min-height: 55px;
}
/* line 148, ../../../../../../modules/shop/css/shop2/_checkout.scss */
.shop .checkout #shipping h3,
.shop .checkout #payment h3 {
  margin-bottom: 5px;
}
/* line 152, ../../../../../../modules/shop/css/shop2/_checkout.scss */
.shop .checkout #shipping div,
.shop .checkout #payment div {
  margin-bottom: 5px;
  min-height: 46px;
  background: #F7F7F7;
  display: table;
  width: 100%;
  padding: 5px 10px;
  line-height: 46px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 166, ../../../../../../modules/shop/css/shop2/_checkout.scss */
.shop .checkout #shipping div label,
.shop .checkout #payment div label {
  cursor: pointer;
}
/* line 170, ../../../../../../modules/shop/css/shop2/_checkout.scss */
.shop .checkout #shipping div input,
.shop .checkout #payment div input {
  margin-right: 15px;
}
/* line 176, ../../../../../../modules/shop/css/shop2/_checkout.scss */
.shop .checkout #payment {
  margin: 15px 0 25px 0;
}
/* line 179, ../../../../../../modules/shop/css/shop2/_checkout.scss */
.shop .checkout #payment p {
  color: #8A8A8A;
  font-size: 12px;
  margin: 12px 0 0 42px;
}
/* line 185, ../../../../../../modules/shop/css/shop2/_checkout.scss */
.shop .checkout #payment div {
  height: 50px;
  line-height: 1em;
}
/* line 189, ../../../../../../modules/shop/css/shop2/_checkout.scss */
.shop .checkout #payment div input {
  position: absolute;
  margin-top: 18px;
}
/* line 194, ../../../../../../modules/shop/css/shop2/_checkout.scss */
.shop .checkout #payment div label {
  margin-left: 30px;
}
/* line 197, ../../../../../../modules/shop/css/shop2/_checkout.scss */
.shop .checkout #payment div label.text_only {
  line-height: 50px;
}
/* line 204, ../../../../../../modules/shop/css/shop2/_checkout.scss */
.shop .checkout #payment_button {
  margin: 20px 0 40px 0;
  text-align: center;
}
/* line 208, ../../../../../../modules/shop/css/shop2/_checkout.scss */
.shop .checkout #payment_button .green_button {
  float: none;
}
/* line 211, ../../../../../../modules/shop/css/shop2/_checkout.scss */
.shop .checkout #payment_button .green_button.disabled {
  background: #CBCBCB;
  border-color: #C0C0C0;
}

/* Cart */
@media screen and (max-width: 600px) {
  /* line 3, ../../../../../../modules/shop/css/shop2/_cart.scss */
  .sf_cart_wrapper {
    display: none;
  }
}
/* line 8, ../../../../../../modules/shop/css/shop2/_cart.scss */
.sf_cart_wrapper {
  position: fixed;
  top: 120px;
  right: 0px;
  z-index: 9999;
}
/* line 14, ../../../../../../modules/shop/css/shop2/_cart.scss */
.sf_cart_wrapper.sf-cart-animate {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 22, ../../../../../../modules/shop/css/shop2/_cart.scss */
.sf_cart_wrapper:after {
  content: '';
  display: block;
  clear: both;
}
/* line 28, ../../../../../../modules/shop/css/shop2/_cart.scss */
.sf_cart_wrapper #sf_cart_button {
  position: absolute;
  left: -48px;
}
/* line 32, ../../../../../../modules/shop/css/shop2/_cart.scss */
.sf_cart_wrapper #sf_cart_button a {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-family: 'Ubuntu', sans-serif;
  text-transform: uppercase;
  line-height: 23px;
  text-align: center;
  background: #2a2a2a;
}
/* line 42, ../../../../../../modules/shop/css/shop2/_cart.scss */
.sf_cart_wrapper #sf_cart_button a:focus {
  outline: none;
}
/* line 48, ../../../../../../modules/shop/css/shop2/_cart.scss */
.sf_cart_wrapper #sf_cart_button.cart_visible {
  border-bottom: 0;
}
/* line 52, ../../../../../../modules/shop/css/shop2/_cart.scss */
.sf_cart_wrapper #sf_cart {
  background-color: #e2e2e2;
  box-shadow: 0px 7px 42px rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin-left: 0;
}
/* line 58, ../../../../../../modules/shop/css/shop2/_cart.scss */
.sf_cart_wrapper #sf_cart .sf-cart-inner {
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}
/* line 64, ../../../../../../modules/shop/css/shop2/_cart.scss */
.sf_cart_wrapper #sf_cart h4 {
  display: none;
}
/* line 68, ../../../../../../modules/shop/css/shop2/_cart.scss */
.sf_cart_wrapper #sf_cart hr {
  margin: 7px 0 7px;
  border: 0;
  border-width: 1px 0 0;
  clear: both;
  margin: 26px;
  height: 0;
}
/* line 77, ../../../../../../modules/shop/css/shop2/_cart.scss */
.sf_cart_wrapper #sf_cart table {
  width: 100%;
  border: none;
  background: transparent;
  margin: 10px;
  color: #2a2a2a;
}
/* line 84, ../../../../../../modules/shop/css/shop2/_cart.scss */
.sf_cart_wrapper #sf_cart table tr {
  line-height: 2em;
}
/* line 87, ../../../../../../modules/shop/css/shop2/_cart.scss */
.sf_cart_wrapper #sf_cart table tr:nth-of-type(even) {
  background: none;
}
/* line 91, ../../../../../../modules/shop/css/shop2/_cart.scss */
.sf_cart_wrapper #sf_cart table tr td {
  padding: 10px;
}
/* line 96, ../../../../../../modules/shop/css/shop2/_cart.scss */
.sf_cart_wrapper #sf_cart table .quantity {
  height: 33px;
  padding: 0;
  width: 40px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0px;
  background: #fff;
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  box-shadow: none;
}
/* line 110, ../../../../../../modules/shop/css/shop2/_cart.scss */
.sf_cart_wrapper #sf_cart table .summary {
  display: none;
}
/* line 115, ../../../../../../modules/shop/css/shop2/_cart.scss */
.sf_cart_wrapper #sf_cart form {
  margin: 0;
}
/* line 119, ../../../../../../modules/shop/css/shop2/_cart.scss */
.sf_cart_wrapper #sf_cart .blue_button {
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  border: 0;
  color: #fff;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}
/* line 132, ../../../../../../modules/shop/css/shop2/_cart.scss */
.sf_cart_wrapper #sf_cart #closeCart {
  position: absolute;
  top: 8px;
  right: 12px;
  padding: 0;
  border: 0;
  background-color: transparent;
  max-width: 100%;
  width: auto;
  margin: 0;
  box-shadow: none;
  color: #000;
  text-shadow: none;
}
/* line 146, ../../../../../../modules/shop/css/shop2/_cart.scss */
.sf_cart_wrapper #sf_cart #closeCart:hover {
  color: #000 !important;
}
/* line 150, ../../../../../../modules/shop/css/shop2/_cart.scss */
.sf_cart_wrapper #sf_cart #closeCart:focus {
  outline: none;
}

/* inline cart */
/* line 158, ../../../../../../modules/shop/css/shop2/_cart.scss */
.sf_cart_inline {
  max-width: 855px;
}
@media only screen and (max-width: 600px) {
  /* line 158, ../../../../../../modules/shop/css/shop2/_cart.scss */
  .sf_cart_inline {
    max-width: 100%;
  }
}

/* Pos abs + inline cart on checkout page */
/* line 168, ../../../../../../modules/shop/css/shop2/_cart.scss */
.sf_cart_inline {
  background-color: #f7f7f7;
  border-radius: 2px;
  padding: 15px 15px;
  color: #5d5d5e;
}
/* line 174, ../../../../../../modules/shop/css/shop2/_cart.scss */
.sf_cart_inline h4 {
  display: none;
}
/* line 178, ../../../../../../modules/shop/css/shop2/_cart.scss */
.sf_cart_inline hr {
  display: none;
  margin: 7px 0 7px;
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 7px 0 7px;
  height: 0;
}
/* line 188, ../../../../../../modules/shop/css/shop2/_cart.scss */
.sf_cart_inline table {
  width: 100%;
  margin: 0 0 30px 0;
  border: none;
  background: transparent;
}
/* line 195, ../../../../../../modules/shop/css/shop2/_cart.scss */
.sf_cart_inline table th,
.sf_cart_inline table tr {
  font-weight: normal;
  background: transparent;
  margin: 0;
  padding: 0;
}
/* line 202, ../../../../../../modules/shop/css/shop2/_cart.scss */
.sf_cart_inline table tr:first-child th,
.sf_cart_inline table tr:first-child td {
  font-weight: 500;
}
/* line 206, ../../../../../../modules/shop/css/shop2/_cart.scss */
.sf_cart_inline table tr th,
.sf_cart_inline table tr td {
  border-bottom: 1px solid #eee;
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
  padding: 5px;
  margin: 0;
  vertical-align: middle;
  background: transparent;
}
/* line 216, ../../../../../../modules/shop/css/shop2/_cart.scss */
.sf_cart_inline table .summary td,
.sf_cart_inline table .summary th {
  line-height: 2em;
}
/* line 221, ../../../../../../modules/shop/css/shop2/_cart.scss */
.sf_cart_inline table .summary th {
  text-align: right;
}
/* line 224, ../../../../../../modules/shop/css/shop2/_cart.scss */
.sf_cart_inline .quantity {
  min-height: 30px;
  width: 45px;
  margin: 0;
}
/* line 230, ../../../../../../modules/shop/css/shop2/_cart.scss */
.sf_cart_inline .product_total_price {
  text-align: right;
}
/* line 234, ../../../../../../modules/shop/css/shop2/_cart.scss */
.sf_cart_inline .sum {
  width: 90px;
  text-align: right;
}

/* Single order view */
/* line 2, ../../../../../../modules/shop/css/shop2/_product.scss */
.shop .single_product {
  *zoom: 1;
}
/* line 5, ../../../../../../modules/shop/css/shop2/_product.scss */
.shop .single_product:before, .shop .single_product:after {
  content: "";
  display: table;
}
/* line 10, ../../../../../../modules/shop/css/shop2/_product.scss */
.shop .single_product:after {
  clear: both;
}
/* line 25, ../../../../../../modules/shop/css/shop2/_product.scss */
.shop .single_product .images {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 30px 0;
}
/* line 30, ../../../../../../modules/shop/css/shop2/_product.scss */
.shop .single_product .images img {
  max-width: 100%;
}
@media screen and (min-width: 641px) {
  /* line 25, ../../../../../../modules/shop/css/shop2/_product.scss */
  .shop .single_product .images {
    width: 50%;
    max-width: 435px;
    /* Image max width */
    float: left;
  }
}
/* line 41, ../../../../../../modules/shop/css/shop2/_product.scss */
.shop .single_product .images .thumbnails img {
  padding-top: 5px;
  padding-right: 5px;
}
/* line 48, ../../../../../../modules/shop/css/shop2/_product.scss */
.shop .single_product .details {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 641px) {
  /* line 48, ../../../../../../modules/shop/css/shop2/_product.scss */
  .shop .single_product .details {
    width: 50%;
    float: left;
    padding-left: 30px;
  }
}
/* line 59, ../../../../../../modules/shop/css/shop2/_product.scss */
.shop .single_product .details .options {
  display: block;
}
/* line 64, ../../../../../../modules/shop/css/shop2/_product.scss */
.shop .single_product h1 {
  font-weight: normal;
  margin: 0 0 10px 0;
  font-size: 37px;
}
/* line 70, ../../../../../../modules/shop/css/shop2/_product.scss */
.shop .single_product .intro p {
  line-height: 22px;
  font-size: 15px;
  font-weight: bold;
}
/* line 76, ../../../../../../modules/shop/css/shop2/_product.scss */
.shop .single_product p {
  line-height: 20px;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 15px;
}
/* line 83, ../../../../../../modules/shop/css/shop2/_product.scss */
.shop .single_product a {
  border-bottom: 1px solid #000;
  font-size: 14px;
}
/* line 87, ../../../../../../modules/shop/css/shop2/_product.scss */
.shop .single_product a:hover {
  color: #000;
}
/* line 92, ../../../../../../modules/shop/css/shop2/_product.scss */
.shop .single_product ul,
.shop .single_product ol {
  list-style-position: outside;
  margin-left: 16px;
}
/* line 98, ../../../../../../modules/shop/css/shop2/_product.scss */
.shop .single_product li {
  font-size: 14px;
}
/* line 102, ../../../../../../modules/shop/css/shop2/_product.scss */
.shop .single_product .price {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-top: 40px;
  font-weight: bold;
  color: black;
  text-align: center;
  font-size: 23px;
}
@media only screen and (min-width: 641px) {
  /* line 102, ../../../../../../modules/shop/css/shop2/_product.scss */
  .shop .single_product .price {
    max-width: 250px;
  }
}
/* line 115, ../../../../../../modules/shop/css/shop2/_product.scss */
.shop .single_product .green_button,
.shop .single_product .blue_button {
  margin: 10px 0 0 0;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 641px) {
  /* line 115, ../../../../../../modules/shop/css/shop2/_product.scss */
  .shop .single_product .green_button,
  .shop .single_product .blue_button {
    max-width: 250px;
  }
}
/* line 126, ../../../../../../modules/shop/css/shop2/_product.scss */
.shop .single_product .blue_button {
  display: none;
}

/* line 98, ../../../../../../modules/shop/css/_shop2.scss */
#shop_wrapper {
  clear: both;
  background: #f5f5f5;
  overflow: hidden;
}
/* line 103, ../../../../../../modules/shop/css/_shop2.scss */
#shop_wrapper nav.shop_nav {
  background: #fff;
  border-top: 2px solid #efefef;
  padding: 0 60px;
  overflow: hidden;
}
@media (max-width: 530px) {
  /* line 103, ../../../../../../modules/shop/css/_shop2.scss */
  #shop_wrapper nav.shop_nav {
    padding-left: 7%;
    padding-right: 7%;
    background-position: 7% center;
  }
}
/* line 115, ../../../../../../modules/shop/css/_shop2.scss */
#shop_wrapper nav.shop_nav section.search {
  float: left;
}
@media (max-width: 530px) {
  /* line 115, ../../../../../../modules/shop/css/_shop2.scss */
  #shop_wrapper nav.shop_nav section.search {
    float: none;
  }
}
/* line 122, ../../../../../../modules/shop/css/_shop2.scss */
#shop_wrapper nav.shop_nav section.search form {
  margin: 0;
}
/* line 126, ../../../../../../modules/shop/css/_shop2.scss */
#shop_wrapper nav.shop_nav section.search input {
  background: url(/themes/original/public/images/ui/search.png) no-repeat left center;
  height: 50px;
  border: none;
  width: 100%;
  padding: 15px;
  padding-left: 35px;
}
/* line 141, ../../../../../../modules/shop/css/_shop2.scss */
#shop_wrapper nav.shop_nav .breadcrumbs {
  float: right;
  background: none;
  border: none;
  margin: 0;
  padding: 6px 0 0;
}
@media (max-width: 700px) {
  /* line 141, ../../../../../../modules/shop/css/_shop2.scss */
  #shop_wrapper nav.shop_nav .breadcrumbs {
    padding-top: 10px;
  }
}
@media (max-width: 530px) {
  /* line 141, ../../../../../../modules/shop/css/_shop2.scss */
  #shop_wrapper nav.shop_nav .breadcrumbs {
    float: none;
    padding: 15px 0 10px;
  }
}
/* line 157, ../../../../../../modules/shop/css/_shop2.scss */
#shop_wrapper nav.shop_nav .breadcrumbs *:before {
  display: none;
}
/* line 161, ../../../../../../modules/shop/css/_shop2.scss */
#shop_wrapper nav.shop_nav .breadcrumbs a {
  float: none;
  display: inline-block;
  font-size: 14px;
  color: #413c3c;
  border: 1px solid #898989;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
  min-width: 150px;
  text-transform: none;
  text-align: center;
  margin-left: 20px;
}
/* line 174, ../../../../../../modules/shop/css/_shop2.scss */
#shop_wrapper nav.shop_nav .breadcrumbs a:first-child {
  margin-left: 0;
}
@media (max-width: 700px) {
  /* line 161, ../../../../../../modules/shop/css/_shop2.scss */
  #shop_wrapper nav.shop_nav .breadcrumbs a {
    padding: 7px;
    min-width: 0;
  }
}
/* line 187, ../../../../../../modules/shop/css/_shop2.scss */
#shop_wrapper section.category {
  margin: 60px 60px 0 60px;
}
@media (max-width: 530px) {
  /* line 187, ../../../../../../modules/shop/css/_shop2.scss */
  #shop_wrapper section.category {
    margin: 7%;
  }
}
/* line 195, ../../../../../../modules/shop/css/_shop2.scss */
#shop_wrapper section.categories {
  overflow: hidden;
  margin: 60px 60px 15px;
}
@media (max-width: 530px) {
  /* line 195, ../../../../../../modules/shop/css/_shop2.scss */
  #shop_wrapper section.categories {
    margin-top: 7%;
    margin-left: 7%;
    margin-right: 7%;
  }
}
/* line 205, ../../../../../../modules/shop/css/_shop2.scss */
#shop_wrapper section.categories .category {
  float: left;
  margin: 0 50px 50px 0;
  background: #fff;
}
@media (max-width: 530px) {
  /* line 205, ../../../../../../modules/shop/css/_shop2.scss */
  #shop_wrapper section.categories .category {
    float: none;
    margin: 0 0 7%;
  }
}
/* line 215, ../../../../../../modules/shop/css/_shop2.scss */
#shop_wrapper section.categories .category > a {
  display: block;
  width: 260px;
  height: 140px;
}
/* line 220, ../../../../../../modules/shop/css/_shop2.scss */
#shop_wrapper section.categories .category > a .samples {
  display: block;
  width: 260px;
  height: 85px;
  overflow: hidden;
  opacity: 0.5;
}
/* line 227, ../../../../../../modules/shop/css/_shop2.scss */
#shop_wrapper section.categories .category > a .samples .sample {
  float: left;
}
/* line 232, ../../../../../../modules/shop/css/_shop2.scss */
#shop_wrapper section.categories .category > a .name {
  display: block;
  text-align: center;
  padding-top: 16px;
  font-size: 16px;
  color: #4b4949;
}
/* line 244, ../../../../../../modules/shop/css/_shop2.scss */
#shop_wrapper section.products {
  overflow: hidden;
  margin: 68px 60px 0;
}
@media (max-width: 530px) {
  /* line 244, ../../../../../../modules/shop/css/_shop2.scss */
  #shop_wrapper section.products {
    margin-left: 7%;
    margin-right: 7%;
    margin-top: 7%;
  }
}
/* line 265, ../../../../../../modules/shop/css/_shop2.scss */
#shop_wrapper section.products .product {
  float: left;
  margin: 0 67px 67px 0;
  background: #fff;
  display: block;
  width: 100%;
  max-width: 395px;
  height: 500px;
  position: relative;
  padding-bottom: 15px;
}
/* line 18, ../../../../../../modules/shop/css/_shop2.scss */
#shop_wrapper section.products .product .image {
  display: block;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 530px) {
  /* line 18, ../../../../../../modules/shop/css/_shop2.scss */
  #shop_wrapper section.products .product .image {
    height: auto;
  }
}
/* line 30, ../../../../../../modules/shop/css/_shop2.scss */
#shop_wrapper section.products .product .name {
  display: block;
  text-align: center;
  margin: 33px 10px 0;
  height: 24px;
  overflow: hidden;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
  font-weight: 600;
}
@media (max-width: 530px) {
  /* line 30, ../../../../../../modules/shop/css/_shop2.scss */
  #shop_wrapper section.products .product .name {
    height: auto;
    overflow: visible;
    margin: 15px;
  }
}
/* line 49, ../../../../../../modules/shop/css/_shop2.scss */
#shop_wrapper section.products .product .price {
  display: block;
  text-align: center;
  font-size: 16px;
  margin: 10px;
}
@media (max-width: 530px) {
  /* line 49, ../../../../../../modules/shop/css/_shop2.scss */
  #shop_wrapper section.products .product .price {
    padding-bottom: 15px;
  }
}
/* line 60, ../../../../../../modules/shop/css/_shop2.scss */
#shop_wrapper section.products .product .overlay,
#shop_wrapper section.products .product .actions {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
/* line 74, ../../../../../../modules/shop/css/_shop2.scss */
#shop_wrapper section.products .product .actions {
  text-align: center;
  padding-top: 260px;
}
/* line 78, ../../../../../../modules/shop/css/_shop2.scss */
#shop_wrapper section.products .product .actions a {
  pointer-events: auto;
  color: #fff;
  border: 2px solid #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 7px 24px;
}
/* line 88, ../../../../../../modules/shop/css/_shop2.scss */
#shop_wrapper section.products .product:hover .overlay {
  opacity: 0.74;
}
/* line 92, ../../../../../../modules/shop/css/_shop2.scss */
#shop_wrapper section.products .product:hover .actions {
  opacity: 1;
}
@media (max-width: 1918px) {
  /* line 265, ../../../../../../modules/shop/css/_shop2.scss */
  #shop_wrapper section.products .product {
    height: auto;
  }
  /* line 275, ../../../../../../modules/shop/css/_shop2.scss */
  #shop_wrapper section.products .product .image {
    height: 100%;
  }
  /* line 279, ../../../../../../modules/shop/css/_shop2.scss */
  #shop_wrapper section.products .product .name {
    margin-bottom: 15px;
  }
}
@media (min-width: 993px) and (max-width: 1918px) {
  /* line 265, ../../../../../../modules/shop/css/_shop2.scss */
  #shop_wrapper section.products .product {
    width: 30%;
    margin: 0 5% 5% 0;
  }
  /* line 288, ../../../../../../modules/shop/css/_shop2.scss */
  #shop_wrapper section.products .product:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1919px) and (max-width: 2000px) {
  /* line 294, ../../../../../../modules/shop/css/_shop2.scss */
  #shop_wrapper section.products .product:nth-child(4n) {
    margin-right: 0;
  }
}
/* line 300, ../../../../../../modules/shop/css/_shop2.scss */
#shop_wrapper section.products.count-1 .product {
  width: 395px;
}
/* line 304, ../../../../../../modules/shop/css/_shop2.scss */
#shop_wrapper section.products .product, #shop_wrapper section.products.count-1 .product {
  /* 530px = image begins to shrink vertically */
}
/* line 306, ../../../../../../modules/shop/css/_shop2.scss */
#shop_wrapper section.products .product:last-child, #shop_wrapper section.products.count-1 .product:last-child {
  margin-right: 0;
}
@media (max-width: 530px) {
  /* line 304, ../../../../../../modules/shop/css/_shop2.scss */
  #shop_wrapper section.products .product, #shop_wrapper section.products.count-1 .product {
    height: auto;
    margin-right: 7%;
    margin-bottom: 7%;
  }
}
@media (max-width: 900px) {
  /* line 304, ../../../../../../modules/shop/css/_shop2.scss */
  #shop_wrapper section.products .product, #shop_wrapper section.products.count-1 .product {
    margin-right: 0;
    width: 100%;
  }
}
/* line 330, ../../../../../../modules/shop/css/_shop2.scss */
#shop_wrapper section.pagination {
  text-align: center;
  padding: 0 60px 60px;
  font-size: 26px;
}
@media (max-width: 530px) {
  /* line 330, ../../../../../../modules/shop/css/_shop2.scss */
  #shop_wrapper section.pagination {
    padding-left: 7%;
    padding-right: 7%;
    padding-bottom: 7%;
  }
}
/* line 341, ../../../../../../modules/shop/css/_shop2.scss */
#shop_wrapper section.pagination .page {
  padding: 0px 5px;
}
/* line 346, ../../../../../../modules/shop/css/_shop2.scss */
#shop_wrapper section.pagination .current {
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  background: rgba(0, 0, 0, 0.05);
}
/* line 352, ../../../../../../modules/shop/css/_shop2.scss */
#shop_wrapper section.pagination .disabled {
  opacity: 0.2;
}

/* line 359, ../../../../../../modules/shop/css/_shop2.scss */
.snippet_area .column.product article.product {
  display: block;
  width: 100%;
  max-width: 395px;
  height: 500px;
  position: relative;
  padding-bottom: 15px;
}
/* line 18, ../../../../../../modules/shop/css/_shop2.scss */
.snippet_area .column.product article.product .image {
  display: block;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 530px) {
  /* line 18, ../../../../../../modules/shop/css/_shop2.scss */
  .snippet_area .column.product article.product .image {
    height: auto;
  }
}
/* line 30, ../../../../../../modules/shop/css/_shop2.scss */
.snippet_area .column.product article.product .name {
  display: block;
  text-align: center;
  margin: 33px 10px 0;
  height: 24px;
  overflow: hidden;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
  font-weight: 600;
}
@media (max-width: 530px) {
  /* line 30, ../../../../../../modules/shop/css/_shop2.scss */
  .snippet_area .column.product article.product .name {
    height: auto;
    overflow: visible;
    margin: 15px;
  }
}
/* line 49, ../../../../../../modules/shop/css/_shop2.scss */
.snippet_area .column.product article.product .price {
  display: block;
  text-align: center;
  font-size: 16px;
  margin: 10px;
}
@media (max-width: 530px) {
  /* line 49, ../../../../../../modules/shop/css/_shop2.scss */
  .snippet_area .column.product article.product .price {
    padding-bottom: 15px;
  }
}
/* line 60, ../../../../../../modules/shop/css/_shop2.scss */
.snippet_area .column.product article.product .overlay,
.snippet_area .column.product article.product .actions {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
/* line 74, ../../../../../../modules/shop/css/_shop2.scss */
.snippet_area .column.product article.product .actions {
  text-align: center;
  padding-top: 260px;
}
/* line 78, ../../../../../../modules/shop/css/_shop2.scss */
.snippet_area .column.product article.product .actions a {
  pointer-events: auto;
  color: #fff;
  border: 2px solid #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 7px 24px;
}
/* line 88, ../../../../../../modules/shop/css/_shop2.scss */
.snippet_area .column.product article.product:hover .overlay {
  opacity: 0.74;
}
/* line 92, ../../../../../../modules/shop/css/_shop2.scss */
.snippet_area .column.product article.product:hover .actions {
  opacity: 1;
}

/* line 363, ../../../../../../modules/shop/css/_shop2.scss */
.snippet_area .columns.seven .column.product article.product,
.snippet_area .columns.six .column.product article.product,
.snippet_area .columns.five .column.product article.product,
.snippet_area .columns.four .column.product article.product {
  width: auto;
  height: auto;
}
/* line 370, ../../../../../../modules/shop/css/_shop2.scss */
.snippet_area .columns.seven .column.product article.product .actions,
.snippet_area .columns.six .column.product article.product .actions,
.snippet_area .columns.five .column.product article.product .actions,
.snippet_area .columns.four .column.product article.product .actions {
  padding-top: 80px;
}

/* line 376, ../../../../../../modules/shop/css/_shop2.scss */
.snippet_area .columns.five .column.product article.product .actions,
.snippet_area .columns.four .column.product article.product .actions {
  padding-top: 130px;
}

/* line 4, ../../../../../../themes/original/public/styles/scss/_shop.scss */
#shop_wrapper {
  margin-top: -37px;
}

/* line 3, ../../../../../../themes/original/public/styles/scss/_applications.scss */
.application-row .application-column {
  max-width: 63em;
  margin: 30px auto;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}
/* line 10, ../../../../../../themes/original/public/styles/scss/_applications.scss */
.application-row .application-column .application-content {
  padding: 0;
  background: transparent;
}
