/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 13, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 32, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 55, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 70, ../sass/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 81, ../sass/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/* ==========================================================================
   Links
   ========================================================================== */

#Wrapper .Left li a, #Wrapper .YourAccount a, .Content h1, .Content h2, .Content .TitleHeading, .Content h3, .Content h4, .Content h5 {
  color: #231f20;
}
#Wrapper .YourAccount a:hover{
  text-decoration: underline;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 97, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 120, ../sass/_normalize.scss */
h1 {
  font-size: 2em;
}

/* line 124, ../sass/_normalize.scss */
h2 {
  font-size: 1.5em;
}

/* line 128, ../sass/_normalize.scss */
h3 {
  font-size: 1.17em;
}

/* line 132, ../sass/_normalize.scss */
h4 {
  font-size: 1em;
}

/* line 136, ../sass/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 141, ../sass/_normalize.scss */
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

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

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

/* line 163, ../sass/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
/* line 180, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

/**
 * Address margins set differently in IE 6/7.
 */
/* line 199, ../sass/_normalize.scss */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 208, ../sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

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

/**
 * Address CSS quotes not supported in IE 6/7.
 */
/* line 231, ../sass/_normalize.scss */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
/* line 239, ../sass/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

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

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

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

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

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
/* line 281, ../sass/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 0;
}

/* line 288, ../sass/_normalize.scss */
dd {
  margin: 0;
}

/**
 * Address paddings set differently in IE 6/7.
 */
/* line 296, ../sass/_normalize.scss */
menu,
ol,
ul {
  padding: 0;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 306, ../sass/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
/* line 321, ../sass/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 342, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 354, ../sass/_normalize.scss */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 362, ../sass/_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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 374, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
/* line 388, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 403, ../sass/_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 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 415, ../sass/_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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 430, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 443, ../sass/_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.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 455, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 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 469, ../sass/_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 481, ../sass/_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 3+.
 */
/* line 490, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 501, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/* What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team. */
/* ==========================================================================
 * Base styles: opinionated defaults
 * ========================================================================== */
/* line 12, ../sass/_boilerplate.sass */
html, button, input, select, textarea {
  color: #222;
}

/* line 15, ../sass/_boilerplate.sass */
html {
  font-size: 1em;
  line-height: 1.4;
}

/* Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design. */
/* line 24, ../sass/_boilerplate.sass */
::-moz-selection, ::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* A better looking default horizontal rule */
/* line 31, ../sass/_boilerplate.sass */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440 */
/* line 43, ../sass/_boilerplate.sass */
audio, canvas, img, video {
  vertical-align: middle;
}

/* Remove default fieldset styles. */
/* line 49, ../sass/_boilerplate.sass */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* Allow only vertical resizing of textareas. */
/* line 57, ../sass/_boilerplate.sass */
textarea {
  resize: vertical;
}

/* ==========================================================================
 * Browse Happy prompt
 * ========================================================================== */
/* line 64, ../sass/_boilerplate.sass */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
 * Author's custom styles
 * ========================================================================== */
/* ==========================================================================
 * Helper classes
 * ========================================================================== */
/* Image replacement */
/* line 81, ../sass/_boilerplate.sass */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
/* line 87, ../sass/_boilerplate.sass */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
/* line 96, ../sass/_boilerplate.sass */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
/* line 103, ../sass/_boilerplate.sass */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 113, ../sass/_boilerplate.sass */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p */
/* Hide visually and from screenreaders, but maintain layout */
/* line 128, ../sass/_boilerplate.sass */
.invisible {
  visibility: hidden;
}

/* Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements. */
/* line 142, ../sass/_boilerplate.sass */
.clearfix {
  *zoom: 1;
}
/* line 143, ../sass/_boilerplate.sass */
.clearfix:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 148, ../sass/_boilerplate.sass */
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}

/* For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats. */
/* ==========================================================================
 * EXAMPLE Media Queries for Responsive Design.
 * These examples override the primary ('mobile first') styles.
 * Modify as content requires.
 * ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
 * Print styles.
 * Inlined to avoid required HTTP connection: h5bp.com/r
 * ========================================================================== */
@media print {
  /* line 178, ../sass/_boilerplate.sass */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 184, ../sass/_boilerplate.sass */
  a {
    text-decoration: underline;
  }
  /* line 186, ../sass/_boilerplate.sass */
  a:visited {
    text-decoration: underline;
  }
  /* line 188, ../sass/_boilerplate.sass */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 190, ../sass/_boilerplate.sass */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Don't show links for images, or javascript/internal links */
  /* line 194, ../sass/_boilerplate.sass */
  .ir a:after {
    content: "";
  }

  /* line 197, ../sass/_boilerplate.sass */
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* line 199, ../sass/_boilerplate.sass */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 202, ../sass/_boilerplate.sass */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 205, ../sass/_boilerplate.sass */
  tr {
    page-break-inside: avoid;
  }

  /* line 207, ../sass/_boilerplate.sass */
  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 213, ../sass/_boilerplate.sass */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 216, ../sass/_boilerplate.sass */
  h2, h3 {
    page-break-after: avoid;
  }
}
/* line 176, icons/*.png */
.icons-sprite, .logo, .text .cherry, .text .mint, .text .tea, .text .cinnamon-contact, .friends-logos li.highland-sugarworks, .friends-logos li.vermont, .friends-logos li.organic-trade, .friends-logos li.speciality-food, .friends-logos li.non-gmo, .friends-logos li.nca, .mint-distributors, .questions li .share-faq li a.facebook, .questions li .share-faq li a.twitter, .questions li .share-faq li a.pinterest, .questions li .share-faq li a.google-plus, .footer-logos {
  background-image: url(//cdn2.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/icons-sc5add103b3.png?t=1557872563);
  background-repeat: no-repeat;
}

@font-face {
  font-family: "fv_almeloregular";
  src: url("../fonts/fv_almelo-webfont-webfont.eot");
  src: url("../fonts/fv_almelo-webfont-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fv_almelo-webfont-webfont.woff2") format("woff2"), url("../fonts/fv_almelo-webfont-webfont.woff") format("woff"), url("../fonts/fv_almelo-webfont-webfont.ttf") format("truetype"), url("../fonts/fv_almelo-webfont-webfont.svg#fv_almeloregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 45, ../sass/main.sass */
body {
  margin: 0;
  position: relative;
  background: #fff;
}

/* line 55, ../sass/main.sass */
#header {
  width: 100%;
  height: 141px;
  position: fixed;
  z-index: 100;
  top: 0px;
}
/* line 59, ../sass/main.sass */
#header #header-top {
  height: 48px;
}
/* line 63, ../sass/main.sass */
#header #header-top.header-color.header-home {
  background: #7edbe6;
}
/* line 66, ../sass/main.sass */
#header #header-top.header-color.header-our-story {
  background: #f0be95;
}
/* line 69, ../sass/main.sass */
#header #header-top.header-color.header-friends {
  background: #e59c83;
}
/* line 72, ../sass/main.sass */
#header #header-top.header-color.header-blog {
  background: #adacac;
}
/* line 75, ../sass/main.sass */
#header #header-top.header-color.header-faq {
  background: #f0b77c;
}
/* line 78, ../sass/main.sass */
#header #header-top.header-color.header-find {
  background: #d6b8ac;
}
/* line 81, ../sass/main.sass */
#header #header-top.header-color.header-peppermint {
  background: #85dfaf;
}
/* line 84, ../sass/main.sass */
#header #header-top.header-color.header-gingermint {
  background: #f9b55d;
}
/* line 87, ../sass/main.sass */
#header #header-top.header-color.header-cafe {
  background: #c8906f;
}
/* line 90, ../sass/main.sass */
#header #header-top.header-color.header-cinnamon {
  background: #fb8b83;
}
/* line 93, ../sass/main.sass */
#header #header-top.header-color.header-chai {
  background: #adad8f;
}
/* line 96, ../sass/main.sass */
#header #header-top.header-color.header-wintergreen {
  background: #7ac8d8;
}
/* line 99, ../sass/main.sass */
#header #header-top.header-color.header-variety {
  background: #b6ccdf;
}
/* line 102, ../sass/main.sass */
#header #header-top.header-color.header-distributors {
  background: #b3df93;
}
/* line 105, ../sass/main.sass */
#header #header-top.header-color.header-contact {
  background: #d6bbf4;
}
/* line 108, ../sass/main.sass */
#header #header-top.header-color.header-shop {
  background: #b4d1d5;
}
/* line 111, ../sass/main.sass */
#header #header-bottom {
  background: #fff;
  height: 93px;
}

#Wrapper {
  margin-top: 141px;
}

/* line 116, ../sass/main.sass */
.wrapper {
  width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
/* line 121, ../sass/main.sass */
.wrapper.our-story, section#mints {
  margin: 141px auto 0; /* offset fixed menu */
}

#contact .wrapper.our-story {
  padding-bottom: 149px; /*offset for tree img touching footer */
}

/* line 124, ../sass/main.sass */
.social-links {
  position: absolute;
  top: 0px;
  left: 0px;
}
/* line 129, ../sass/main.sass */
.social-links li {
  display: block;
  float: left;
  padding: 0 4px 0 0;
  position: relative;
  width: 27px;
  height: 48px;
}
/* line 137, ../sass/main.sass */
.social-links li a {
  width: 27px;
  height: 48px;
  display: block;
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  z-index: 5;
}
/* line 145, ../sass/main.sass */
.social-links li a:hover {
  background: white;
}
/* line 148, ../sass/main.sass */
.social-links li a svg {
  width: 20px;
  height: 20px;
  margin: 14px 0 0 4px;
}
.social-links li a svg:hover{
  fill: #adacac;
}

/* line 154, ../sass/main.sass */
.shop-nav {
  position: absolute;
  right: 41px;
  top: 0;
  list-style-type: none;
}
/* line 160, ../sass/main.sass */
.shop-nav li {
  float: left;
  padding: 0 2px;
  display: block;
}
/* line 165, ../sass/main.sass */
.shop-nav li a {
  background: rgba(255, 255, 255, 0.5);
  display: block;
  text-align: center;
  width: 89px;
  height: 48px;
  line-height: 48px;
  text-decoration: none;
  color: #000;
  font-size: 15px;
  font-family: "Titillium Web";
}
.shop-nav li a:last-child {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 177, ../sass/main.sass */
.shop-nav li a:hover {
  background: white;
}

/* line 180, ../sass/main.sass */
.breadcrumbs {
  position: absolute;
  left: 0;
  top: 0;
}
/* line 185, ../sass/main.sass */
.breadcrumbs p {
  font-family: "Titillium Web";
  font-size: 10px;
  color: #231f20;
}

.Breadcrumb ul li {
  font-family: "Titillium Web";
  font-size: 10px;
  text-transform: lowercase;
  /*color: #231f20;*/
}

.Breadcrumb ul li a {
  background: none;
}

.Breadcrumb ul li:after {
  content: " > ";
  font-weight: normal;
}

.Breadcrumb ul li:last-child:after {
  content: "";
}

.Breadcrumb ul li:first-child:after {
  content: " > ";
  font-weight: normal;
}

/* line 191, ../sass/main.sass */
.nav {
  list-style-type: none;
  position: absolute;
  top: 37px;
}
/* line 196, ../sass/main.sass */
.nav.leftside {
  left: 60px;
}
/* line 200, ../sass/main.sass */
.nav.rightside {
  right: 44px;
}
/* line 203, ../sass/main.sass */
.nav li {
  float: left;
  padding: 0 15px;
}
/* line 207, ../sass/main.sass */
.nav li a {
  font-family: "Titillium Web";
  font-size: 15px;
  color: #231f20;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
}
/* line 215, ../sass/main.sass */
.nav li a:hover {
  font-weight: 600;
}

/* line 218, ../sass/main.sass */
.logo {
  background-position: 0 -1181px;
  position: absolute;
  text-indent: -9999px;
  top: 17px;
  left: 348px;
  width: 265px;
  height: 60px;
}

/* line 227, ../sass/main.sass */
.light-blue {
  color: #42cfe0;
}

/* line 230, ../sass/main.sass */
.blue {
  color: #2e94a0;
}

/* line 233, ../sass/main.sass */
.light-brown {
  color: #b26f37;
}

/* line 236, ../sass/main.sass */
.brown {
  color: #8e4d17;
}

/* line 239, ../sass/main.sass */
.light-pink {
  color: #d8645b;
}

/* line 242, ../sass/main.sass */
.pink {
  color: #ab4740;
}

/* line 245, ../sass/main.sass */
.light-purple {
  color: #79599b;
}

/* line 248, ../sass/main.sass */
.purple {
  color: #5a387e;
}

/* line 251, ../sass/main.sass */
.light-green {
  color: #46811b;
  letter-spacing: -2px;
}

/* line 255, ../sass/main.sass */
.green {
  color: #336410;
}

/* line 258, ../sass/main.sass */
.peppermint {
  color: #068254;
}

/* line 261, ../sass/main.sass */
.ginger {
  color: #ab6101;
}

/* line 264, ../sass/main.sass */
.cafe {
  color: #410f10;
}

/* line 267, ../sass/main.sass */
.cinnamon {
  color: #bb2b20;
}

/* line 270, ../sass/main.sass */
.chai {
  color: #936042;
}

/* line 273, ../sass/main.sass */
.wintergreen {
  color: #5fa2b0;
}

/* line 276, ../sass/main.sass */
.variety {
  color: #407db2;
}

/* line 279, ../sass/main.sass */
.find-color {
  color: #9c8880;
}

/* line 282, ../sass/main.sass */
.orange {
  color: #dc802f;
  letter-spacing: -2px;
}

/* line 286, ../sass/main.sass */
.orange-dark {
  color: #af6728;
  letter-spacing: -2px;
}

/* line 293, ../sass/main.sass */
#mints {
  background: #b7f4fb;
  height: 172px;
  width: 100%;
}

/* line 298, ../sass/main.sass */
.mints-list {
  list-style-type: none;
}
/* line 301, ../sass/main.sass */
.mints-list li {
  float: left;
  margin: 28px 25px 0 0;
}
/* line 305, ../sass/main.sass */
.mints-list li.last {
  margin: 28px 0 0 0;
}
/* line 308, ../sass/main.sass */
.mints-list li a {
  display: block;
  width: 138px;
  height: 122px;
  text-indent: -9999px;
}
/* line 314, ../sass/main.sass */
.mints-list li a.peppermint {
  background: url(//cdn2.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/home/mints-peppermint.png?t=1557872563) no-repeat;
}
/* line 317, ../sass/main.sass */
.mints-list li a.gingermint {
  background: url(//cdn2.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/home/mints-gingermint.png?t=1557872563) no-repeat;
}
/* line 320, ../sass/main.sass */
.mints-list li a.cafe-express {
  background: url(//cdn2.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/home/mints-cafe-express.png?t=1557872563) no-repeat;
}
/* line 323, ../sass/main.sass */
.mints-list li a.cinnamon {
  background: url(//cdn2.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/home/mints-cinnamon.png?t=1557872563) no-repeat;
}
/* line 326, ../sass/main.sass */
.mints-list li a.chai {
  background: url(//cdn2.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/home/mints-chai.png?t=1557872563) no-repeat;
}
/* line 329, ../sass/main.sass */
.mints-list li a.wintergreen {
  background: url(//cdn2.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/home/mints-wintergreen.png?t=1557872563) no-repeat;
}

/* line 332, ../sass/main.sass */
#home {
  background: #c6f8fe;
  padding: 29px 0 0 0;
}

/* line 336, ../sass/main.sass */
.seasons {
  background: url(//cdn1.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/home/season.jpg?t=1557872563) repeat 50% 0;
  height: 217px;
  margin: 21px 0 0 0;
  position: relative;
}

#flying_left_cup {
  position: absolute;
  left: 8%;
  bottom: 108%;
  -webkit-animation: flying_cup 3.5s infinite linear;
          animation: flying_cup 3.5s infinite linear;
}

#flying_right_cup {
  position: absolute;
  right: 8%;
  top: -65%;
  -webkit-animation: flying_cup 3.5s infinite linear;
          animation: flying_cup 3.5s infinite linear;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes flying_cup {
  0% {
    -webkit-transform: translate(0px);
            transform: translate(0px);
  }
  50% {
    -webkit-transform: rotate(7deg) translateY(10px);
            transform: rotate(7deg) translateY(10px);
  }
  100% {
    -webkit-transform: translate(0px);
            transform: translate(0px);
  }
}
@keyframes flying_cup {
  0% {
    -webkit-transform: translate(0px);
            transform: translate(0px);
  }
  50% {
    -webkit-transform: rotate(7deg) translateY(10px);
            transform: rotate(7deg) translateY(10px);
  }
  100% {
    -webkit-transform: translate(0px);
            transform: translate(0px);
  }
}

/* line 345, ../sass/main.sass */
.left {
  float: left;
  width: 470px;
}

/* line 349, ../sass/main.sass */
.right {
  float: left;
  width: 490px;
}
/* line 353, ../sass/main.sass */
.right.our-story {
  margin: 5px 0 0 0;
}
/* line 356, ../sass/main.sass */
.right.mint-details {
  margin: 35px 0 0 0;
}

/* line 359, ../sass/main.sass */
.text {
  position: relative;
  z-index: 100;
}
/* line 363, ../sass/main.sass */
.text.our-story-margin {
  margin: 84px 0 0 0;
  padding: 0 38px 0 0;
}
/* line 367, ../sass/main.sass */
.text.bottom-text {
  margin: 20px 0 0 0;
}
/* line 370, ../sass/main.sass */
.text.friends-margin {
  margin: 34px 0 0 0;
}
/* line 373, ../sass/main.sass */
.text.find-margin {
  margin: 16px 0 0 0;
}
/* line 376, ../sass/main.sass */
.text.distributors-margin {
  margin: 16px 0 0 0;
}
/* line 379, ../sass/main.sass */
.text h2 {
  font-family: "fv_almeloregular";
  font-size: 75px;
  font-weight: normal;
  margin: 0;
  line-height: 65px;
  text-transform: uppercase;
  letter-spacing: normal;
}
/* line 387, ../sass/main.sass */
.text h2.home {
  text-align: center;
  letter-spacing: -2px;
  padding: 0 0 19px 0;
}
/* line 392, ../sass/main.sass */
.text h2.our-story {
  letter-spacing: -2px;
}
/* line 397, ../sass/main.sass */
.text h3 {
  font-family: "fv_almeloregular";
  font-size: 55px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  margin: 40px 0 0 0;
  letter-spacing: normal;
}
/* line 405, ../sass/main.sass */
.text h3 .peppermint-color {
  color: #068254;
}
/* line 408, ../sass/main.sass */
.text p {
  font-family: "Titillium Web";
  font-size: 14px;
  padding: 0 0 4px 0;
  margin: 0;
}
/* line 414, ../sass/main.sass */
.text p.details-copy {
  width: 410px;
  margin: 0 auto;
  text-align: center;
}
/* line 419, ../sass/main.sass */
.text p.details-copy .ginger {
  color: #ab6101;
}
/* line 422, ../sass/main.sass */
.text p.home-copy {
  width: 580px;
  margin: 0 auto;
  text-align: center;
}
/* line 426, ../sass/main.sass */
.text p.home-copy .blue {
  color: #2e94a0;
}
/* line 429, ../sass/main.sass */
.text p.home-copy .blue.small {
  font-size: 12px;
}
/* line 432, ../sass/main.sass */
.text p a {
  font-weight: 600;
  color: #2e94a0;
}
.text p a:hover {
  text-decoration: underline;
}
/* line 436, ../sass/main.sass */
.text p a.our-story-link {
  color: #b26f37;
  /*text-decoration: underline;*/
}
/* line 439, ../sass/main.sass */
.text p .brown {
  color: #b26f37;
}
/* line 442, ../sass/main.sass */
.text p .pink {
  color: #d8645b;
}
/* line 445, ../sass/main.sass */
.text p .purple {
  color: #79599b;
}
/* line 448, ../sass/main.sass */
.text p .green {
  color: #46811b;
}
/* line 451, ../sass/main.sass */
.text .cherry {
  position: absolute;
  top: 89px;
  right: 19px;
  background-position: 0 0;
  width: 126px;
  height: 97px;
}
/* line 459, ../sass/main.sass */
.text .mint {
  position: absolute;
  top: 78px;
  right: -91px;
  background-position: 0 -542px;
  width: 127px;
  height: 123px;
}
/* line 467, ../sass/main.sass */
.text .tea {
  position: absolute;
  top: 210px;
  right: 13px;
  background-position: 0 -1101px;
  width: 146px;
  height: 131px;
}
/* line 475, ../sass/main.sass */
.text .cinnamon-contact {
  position: absolute;
  top: 338px;
  right: 42px;
  background-position: 0 -97px;
  width: 106px;
  height: 117px;
}

/* line 486, ../sass/main.sass */
#our-story {
  background: #feebdb;
  padding: 29px 0 0 0;
}

#our-story .bottom-text{
  min-height: 260px;
}
.our-story.overflow-text{
  position: absolute;
  width: 550px;
}

/* line 490, ../sass/main.sass */
.mountains {
  background: url(//cdn1.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/our-story/mountain.jpg?t=1557872563) repeat 50% 0;
  height: 277px;
  margin: -83px 0 0 0;
  position: relative;
  z-index: 0;
}

/* line 501, ../sass/main.sass */
#friends {
  background: #fff;
  padding: 29px 0 0 0;
}

/* line 505, ../sass/main.sass */
.friends-logos {
  list-style-type: none;
  width: 350px;
  margin: 16px 0 0 113px;
}
/* line 510, ../sass/main.sass */
.friends-logos li {
  text-indent: -9999px;
  float: left;
  width: 145px;
  height: 89px;
  display: block;
  margin: 0 29px 53px 0;
}
/* line 518, ../sass/main.sass */
.friends-logos li.highland-sugarworks {
  background-position: 0 -214px;
}
/* line 521, ../sass/main.sass */
.friends-logos li.vermont {
  background-position: 0 -1232px;
}
/* line 524, ../sass/main.sass */
.friends-logos li.organic-trade {
  background-position: 0 -843px;
}
/* line 527, ../sass/main.sass */
.friends-logos li.speciality-food {
  background-position: 0 -1012px;
}
/* line 530, ../sass/main.sass */
.friends-logos li.non-gmo {
  background-position: 0 -754px;
}
/* line 533, ../sass/main.sass */
.friends-logos li.nca {
  background-position: 0 -665px;
}

/* line 536, ../sass/main.sass */
.friends-mountains {
  background: url(//cdn1.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/friends/pink-mountains.jpg?t=1557872563) repeat 50% 0;
  height: 280px;
  margin: -47px 0 0 0;
  position: relative;
  z-index: 0;
}

/* line 547, ../sass/main.sass */
.mint-distributors {
  background-position: 0 -401px;
  width: 142px;
  height: 141px;
  display: block;
  position: absolute;
  top: 6px;
  right: 26px;
}

/* line 556, ../sass/main.sass */
#distributors {
  background: #d9f8c3;
  padding: 29px 0 0 0;
}

/* line 561, ../sass/main.sass */
.country h2 {
  font-size: 45px;
  text-transform: uppercase;
  color: #46811b;
  font-family: "fv_almeloregular";
  margin: 0;
}
/* line 568, ../sass/main.sass */
.country .country-line {
  height: 4px;
  width: 100%;
  background: #46811b;
  display: block;
  margin: -3px 0 0 0;
}
/* line 575, ../sass/main.sass */
.country .company {
  margin: 29px 0 0 0;
}
/* line 577, ../sass/main.sass */
.country .company h3 {
  font-family: "Titillium Web";
  font-size: 16px;
  font-weight: 600;
  color: #46811b;
  margin: 0;
  text-transform: none;
  letter-spacing: normal;
}
/* line 584, ../sass/main.sass */
.country .company h3 a {
  color: #46811b;
  /*text-decoration: underline;*/
}
/* line 587, ../sass/main.sass */
.country .company h4 {
  font-family: "Titillium Web";
  font-size: 14px;
  font-weight: 600;
  color: #46811b;
  margin: 0;
  line-height: 16px;
}
/* line 595, ../sass/main.sass */
.country .company .store-locations {
  list-style-type: none;
  margin: 20px 0;
}
/* line 599, ../sass/main.sass */
.country .company .store-locations li {
  font-family: "Titillium Web";
  font-size: 14px;
  line-height: 18px;
  color: #46811b;
  float: left;
  width: 240px;
}
/* line 607, ../sass/main.sass */
.country .company .store-locations li span {
  display: block;
}
/* line 610, ../sass/main.sass */
.country .company .store-locations li span a {
  color: #46811b;
  text-decoration: none;
  font-weight: 600;
}
/* line 614, ../sass/main.sass */
.country .company .store-locations li .store-title {
  font-weight: 600;
}
/* line 617, ../sass/main.sass */
.country .company .company-divider {
  background: url(//cdn2.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/distributors/company-divider.png?t=1557872563) repeat 50% 0;
  width: 960px;
  height: 1px;
  position: relative;
  top: 4px;
}
/* line 624, ../sass/main.sass */
.country .company .company-info {
  list-style-type: none;
  margin: 0 0 20px 0;
}
/* line 628, ../sass/main.sass */
.country .company .company-info li {
  font-family: "Titillium Web";
  font-size: 14px;
  line-height: 18px;
  color: #46811b;
}
/* line 634, ../sass/main.sass */
.country .company .company-info li span {
  display: block;
}
/* line 637, ../sass/main.sass */
.country .company .company-info li span a {
  color: #46811b;
  /*text-decoration: underline;*/
  font-weight: 600;
}

/* line 646, ../sass/main.sass */
#shop-now {
  background: #fff;
  padding: 40px 0 0 0;
}

/* line 650, ../sass/main.sass */
.shop-mints {
  list-style-type: none;
  padding: 52px 0 0 0;
}
/* line 654, ../sass/main.sass */
.shop-mints li {
  float: left;
  width: 240px;
  padding: 0 0 59px 0;
}
/* line 659, ../sass/main.sass */
.shop-mints li a {
  display: block;
  width: 240px;
  margin: 0 auto;
  text-decoration: none;
  position: relative;
}
/* line 666, ../sass/main.sass */
.shop-mints li a .text {
  margin: 0 auto;
  font-size: 16px;
  font-family: "Titillium Web";
  color: #000;
}
/* line 672, ../sass/main.sass */
.shop-mints li a .mint {
  width: 240px;
  height: 184px;
  display: block;
  padding: 0 0 6px 0;
  z-index: 10;
}
/* line 679, ../sass/main.sass */
.shop-mints li a .mint.peppermint {
  background: url(//cdn1.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/shop-now/peppermint.jpg?t=1557872563) no-repeat 50% 0;
}
/* line 682, ../sass/main.sass */
.shop-mints li a .mint.gingermint {
  background: url(//cdn1.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/shop-now/gingermint.jpg?t=1557872563) no-repeat 50% 0;
}
/* line 685, ../sass/main.sass */
.shop-mints li a .mint.cafe-express {
  background: url(//cdn1.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/shop-now/cafe-express.jpg?t=1557872563) no-repeat 50% 0;
}
/* line 688, ../sass/main.sass */
.shop-mints li a .mint.cinnamon {
  background: url(//cdn1.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/shop-now/cinnamon.jpg?t=1557872563) no-repeat 50% 0;
}
/* line 691, ../sass/main.sass */
.shop-mints li a .mint.chai {
  background: url(//cdn1.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/shop-now/chai.jpg?t=1557872563) no-repeat 50% 0;
}
/* line 694, ../sass/main.sass */
.shop-mints li a .mint.wintergreen {
  background: url(//cdn1.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/shop-now/wintergreen.jpg?t=1557872563) no-repeat 50% 0;
}
/* line 697, ../sass/main.sass */
.shop-mints li a .mint.variety {
  background: url(//cdn1.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/shop-now/variety-pack.jpg?t=1557872563) no-repeat 50% 0;
}
/* line 700, ../sass/main.sass */
.shop-mints li a.hover {
  width: 112px;
  height: 112px;
  background: #fff;
  border-radius: 500px;
  z-index: 20;
}

/* line 707, ../sass/main.sass */
#peppermint-page {
  background: #d3ffad;
}

/* line 710, ../sass/main.sass */
#gingermint-page {
  background: url(//cdn2.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/shop-now/gingermint-bg.png?t=1557872563) no-repeat 50% 17px #eacf73;
}

/* line 714, ../sass/main.sass */
#cafe-page {
  background: #fde4d6;
}

/* line 717, ../sass/main.sass */
#cinnamon-page {
  background: #fecac6;
}

/* line 720, ../sass/main.sass */
#chai-page {
  background: #cfcfb2;
}

/* line 723, ../sass/main.sass */
#wintergreen-page {
  background: #bef1fc;
}

/* line 726, ../sass/main.sass */
.single {
  position: relative;
}
/* line 728, ../sass/main.sass */
.single .tin {
  width: 373px;
  height: 287px;
  display: block;
  margin: 39px 0 0 65px;
  position: relative;
  z-index: 20;
}
/* line 736, ../sass/main.sass */
.single .tin.peppermint-image {
  background: url(//cdn2.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/shop-now/peppermint-large.png?t=1557872563) no-repeat 50% 0;
}
/* line 739, ../sass/main.sass */
.single .tin.gingermint-image {
  background: url(//cdn2.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/shop-now/gingermint-large.png?t=1557872563) no-repeat 50% 0;
}
/* line 742, ../sass/main.sass */
.single .tin.cafe-image {
  background: url(//cdn2.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/shop-now/cafe-large.png?t=1557872563) no-repeat 50% 0;
}
/* line 745, ../sass/main.sass */
.single .tin.cinnamon-image {
  background: url(//cdn2.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/shop-now/cinnamon-large.png?t=1557872563) no-repeat 50% 0;
}

.single .tin.minty-hint-image {
  background: none;
}

/* line 748, ../sass/main.sass */
.single .tin.chai-image {
  background: url(//cdn2.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/shop-now/chai-large.png?t=1557872563) no-repeat 50% 0;
}
/* line 751, ../sass/main.sass */
.single .tin.wintergreen-image {
  background: url(//cdn2.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/shop-now/wintergreen-large.png?t=1557872563) no-repeat 50% 0;
}
/* line 754, ../sass/main.sass */
.single .tin.variety-image {
  background: url(//cdn2.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/shop-now/variety-large.png?t=1557872563) no-repeat 50% 0;
}
/* line 757, ../sass/main.sass */
.single .mint-bg {
  background: url(//cdn2.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/shop-now/mint-bg.png?t=1557872563) no-repeat 50% 0;
  width: 288px;
  height: 275px;
  position: absolute;
  top: -12px;
  left: -94px;
  z-index: 10;
}
/* line 766, ../sass/main.sass */
.single .ginger-bg {
  background: url(//cdn2.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/shop-now/ginger-bg.png?t=1557872563) no-repeat 50% 0;
  width: 149px;
  height: 92px;
  position: absolute;
  top: 215px;
  left: 375px;
  z-index: 30;
}
/* line 775, ../sass/main.sass */
.single .cafe-bg {
  background: url(//cdn2.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/shop-now/cafe-bg.png?t=1557872563) no-repeat 50% 0;
  width: 471px;
  height: 68px;
  position: absolute;
  top: 251px;
  left: 42px;
  z-index: 30;
}
/* line 784, ../sass/main.sass */
.single .cinnamon-bg-front {
  background: url(//cdn2.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/shop-now/cinnamon-bg-front.png?t=1557872563) no-repeat 50% 0;
  width: 96px;
  height: 105px;
  position: absolute;
  top: 223px;
  left: 384px;
  z-index: 30;
}
/* line 793, ../sass/main.sass */
.single .cinnamon-bg-back {
  background: url(//cdn2.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/shop-now/cinnamon-bg-back.png?t=1557872563) no-repeat 50% 0;
  width: 602px;
  height: 315px;
  position: absolute;
  top: -36px;
  left: -98px;
  z-index: 10;
}

.single .minty-hint-bg-back {
  background: url(//cdn2.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/shop-now/minty-hint-large.png?t=1557872563) no-repeat 50% 0;
  width: 602px;
  height: 320px;
  position: absolute;
  top: -10px;
  left: -45px;
  z-index: 10;
}

/* line 802, ../sass/main.sass */
.single .chai-bg {
  background: url(//cdn2.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/shop-now/chai-bg.png?t=1557872563) no-repeat 50% 0;
  width: 564px;
  height: 343px;
  position: absolute;
  top: -34px;
  left: -3px;
  z-index: 30;
}
/* line 811, ../sass/main.sass */
.single .wintergreen-bg {
  background: url(//cdn2.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/shop-now/wintergreen-bg.png?t=1557872563) no-repeat 50% 0;
  width: 643px;
  height: 403px;
  position: absolute;
  top: -5px;
  left: -109px;
  z-index: 30;
}
/* line 820, ../sass/main.sass */
.single .variety-bg {
  background: url(//cdn2.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/shop-now/variety-bg.png?t=1557872563) no-repeat 50% 0;
  width: 1108px;
  height: 631px;
  position: absolute;
  top: 2px;
  left: -94px; 
  z-index: 10; 
}

/* line 830, ../sass/main.sass */
.share-mints {
  margin: 17px auto 0;
  width: 120px;
  display: block;
  position: relative;
  z-index: 20;
  list-style-type: none;
}
/* line 836, ../sass/main.sass */
.share-mints li {
  float: left;
  padding: 0 10px 0 0;
}
/* line 840, ../sass/main.sass */
.share-mints li a {
  display: block;
  position: relative;
  z-index: 5;
}
/* line 847, ../sass/main.sass */
.share-mints li a.peppermint svg {
  fill: #068254;
  width: 20px;
  height: 20px;
}
/* line 852, ../sass/main.sass */
.share-mints li a.peppermint svg:hover {
  fill: #fff;
}
/* line 856, ../sass/main.sass */
.share-mints li a.gingermint svg {
  fill: #ab6101;
  width: 20px;
  height: 20px;
}
/* line 861, ../sass/main.sass */
.share-mints li a.gingermint svg:hover {
  fill: #fff;
}
/* line 865, ../sass/main.sass */
.share-mints li a.gingermint svg {
  fill: #ab6101;
  width: 20px;
  height: 20px;
}
/* line 870, ../sass/main.sass */
.share-mints li a.gingermint svg:hover {
  fill: #fff;
}
/* line 874, ../sass/main.sass */
.share-mints li a.cinnamon svg {
  fill: #bb2b20;
  width: 20px;
  height: 20px;
}
/* line 879, ../sass/main.sass */
.share-mints li a.cinnamon svg:hover {
  fill: #fff;
}
/* line 883, ../sass/main.sass */
.share-mints li a.cafe svg {
  fill: #410f10;
  width: 20px;
  height: 20px;
}
/* line 888, ../sass/main.sass */
.share-mints li a.cafe svg:hover {
  fill: #fff;
}
/* line 892, ../sass/main.sass */
.share-mints li a.chai svg {
  fill: #936042;
  width: 20px;
  height: 20px;
}
/* line 897, ../sass/main.sass */
.share-mints li a.chai svg:hover {
  fill: #fff;
}
/* line 901, ../sass/main.sass */
.share-mints li a.wintergreen svg {
  fill: #5fa2b0;
  width: 20px;
  height: 20px;
}
/* line 906, ../sass/main.sass */
.share-mints li a.wintergreen svg:hover {
  fill: #fff;
}
/* line 910, ../sass/main.sass */
.share-mints li a.variety svg {
  fill: #407db2;
  width: 20px;
  height: 20px;
}
/* line 915, ../sass/main.sass */
.share-mints li a.variety svg:hover {
  fill: #fff;
}

/* line 919, ../sass/main.sass */
.variety-mints {
  background: url(//cdn2.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/shop-now/variety-mints.png?t=1557872563) no-repeat 50% 0;
  width: 566px;
  height: 237px;
  margin: -64px 0 0 -23px;
  position: relative;
  z-index: 10;
}

/* line 927, ../sass/main.sass */
.mint-sizes {
  list-style-type: none;
  padding: 25px 0 0 48px;
}
/* line 931, ../sass/main.sass */
.mint-sizes li {
  float: left;
  margin: 0 20px;
}
/* line 935, ../sass/main.sass */
.mint-sizes li a {
  display: block;
  text-decoration: none;
}
/* line 939, ../sass/main.sass */
.mint-sizes li a .tin-size {
  display: block;
  width: 251px;
  height: 198px;
  border-radius: 45px;
  margin: 0 0 16px 0;
}
/* line 946, ../sass/main.sass */
.mint-sizes li a .tin-size.peppermint-stroke {
  border: 3px solid #9adc94;
}
/* line 949, ../sass/main.sass */
.mint-sizes li a .tin-size.gingermint-stroke {
  border: 3px solid #ed9b31;
}
/* line 952, ../sass/main.sass */
.mint-sizes li a .tin-size.cafe-stroke {
  border: 3px solid #e1a683;
}
/* line 955, ../sass/main.sass */
.mint-sizes li a .tin-size.cinnamon-stroke {
  border: 3px solid #ef766d;
}

.mint-sizes li a .tin-size.minty-hint-stroke {
  border: 3px solid #ef766d;
}

/* line 958, ../sass/main.sass */
.mint-sizes li a .tin-size.chai-stroke {
  border: 3px solid #beb093;
}
/* line 961, ../sass/main.sass */
.mint-sizes li a .tin-size.wintergreen-stroke {
  border: 3px solid #a4dbe7;
}
/* line 965, ../sass/main.sass */
.mint-sizes li a .tin-size.variety-stroke {
  border: 3px solid #89c3f6;
}
/* line 969, ../sass/main.sass */
.mint-sizes li a .tin-size.standard.peppermint {
  background: url(//cdn1.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/shop-now/peppermint-standard.jpg?t=1557872563) no-repeat 50% 0;
}
/* line 972, ../sass/main.sass */
.mint-sizes li a .tin-size.standard.gingermint {
  background: url(//cdn1.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/shop-now/gingermint-standard.jpg?t=1557872563) no-repeat 50% 0;
}
/* line 975, ../sass/main.sass */
.mint-sizes li a .tin-size.standard.cafe-express {
  background: url(//cdn1.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/shop-now/cafe-express-standard.jpg?t=1557872563) no-repeat 50% 0;
}
/* line 978, ../sass/main.sass */
.mint-sizes li a .tin-size.standard.cinnamon {
  background: url(//cdn1.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/shop-now/cinnamon-standard.jpg?t=1557872563) no-repeat 50% 0;
}
.mint-sizes li a .tin-size.standard.minty-hint {
  background: url(//cdn1.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/shop-now/minty-hint-small.jpg?t=1557872563) no-repeat 50% 0;
}
/* line 981, ../sass/main.sass */
.mint-sizes li a .tin-size.standard.chai {
  background: url(//cdn1.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/shop-now/chai-standard.jpg?t=1557872563) no-repeat 50% 0;
}
/* line 984, ../sass/main.sass */
.mint-sizes li a .tin-size.standard.wintergreen {
  background: url(//cdn1.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/shop-now/wintergreen-standard.jpg?t=1557872563) no-repeat 50% 0;
}
/* line 987, ../sass/main.sass */
.mint-sizes li a .tin-size.standard.variety {
  background: url(//cdn1.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/shop-now/variety-standard.jpg?t=1557872563) no-repeat 50% 0;
}
/* line 991, ../sass/main.sass */
.mint-sizes li a .tin-size.small.peppermint {
  background: url(//cdn1.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/shop-now/peppermint-small.jpg?t=1557872563) no-repeat 50% 0;
}
/* line 994, ../sass/main.sass */
.mint-sizes li a .tin-size.small.gingermint {
  background: url(//cdn1.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/shop-now/gingermint-small.jpg?t=1557872563) no-repeat 50% 0;
}
/* line 997, ../sass/main.sass */
.mint-sizes li a .tin-size.small.cafe-express {
  background: url(//cdn1.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/shop-now/cafe-express-small.jpg?t=1557872563) no-repeat 50% 0;
}
/* line 1000, ../sass/main.sass */
.mint-sizes li a .tin-size.small.cinnamon {
  background: url(//cdn1.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/shop-now/cinnamon-small.jpg?t=1557872563) no-repeat 50% 0;
}
/* line 1003, ../sass/main.sass */
.mint-sizes li a .tin-size.small.chai {
  background: url(//cdn1.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/shop-now/chai-small.jpg?t=1557872563) no-repeat 50% 0;
}
/* line 1006, ../sass/main.sass */
.mint-sizes li a .tin-size.small.wintergreen {
  background: url(//cdn1.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/shop-now/wintergreen-small.jpg?t=1557872563) no-repeat 50% 0;
}
/* line 1010, ../sass/main.sass */
.mint-sizes li a .tin-size.pocket.peppermint {
  background: url(//cdn1.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/shop-now/peppermint-pocket.jpg?t=1557872563) no-repeat 50% 0;
}
/* line 1013, ../sass/main.sass */
.mint-sizes li a .tin-size.pocket.gingermint {
  background: url(//cdn1.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/shop-now/gingermint-pocket.jpg?t=1557872563) no-repeat 50% 0;
}
/* line 1016, ../sass/main.sass */
.mint-sizes li a .tin-size.pocket.cafe-express {
  background: url(//cdn1.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/shop-now/cafe-express-pocket.jpg?t=1557872563) no-repeat 50% 0;
}
/* line 1019, ../sass/main.sass */
.mint-sizes li a .tin-size.pocket.cinnamon {
  background: url(//cdn1.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/shop-now/cinnamon-pocket.jpg?t=1557872563) no-repeat 50% 0;
}
/* line 1022, ../sass/main.sass */
.mint-sizes li a .tin-size.pocket.chai {
  background: url(//cdn1.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/shop-now/chai-pocket.jpg?t=1557872563) no-repeat 50% 0;
}
/* line 1025, ../sass/main.sass */
.mint-sizes li a .tin-size.pocket.wintergreen {
  background: url(//cdn1.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/shop-now/wintergreen-pocket.jpg?t=1557872563) no-repeat 50% 0;
}
/* line 1029, ../sass/main.sass */
.mint-sizes li a .standard {
  display: block;
  width: 251px;
  height: 198px;
  background: url(//cdn2.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/shop-now/peppermint-standard.png?t=1557872563) no-repeat 50% 0;
  border-radius: 45px;
  border: 3px solid #9adc94;
}
/* line 1037, ../sass/main.sass */
.mint-sizes li a .text {
  display: block;
  font-size: 14px;
  font-family: "Titillium Web";
}
/* line 1042, ../sass/main.sass */
.mint-sizes li a .text.peppermint-color {
  color: #068254;
}
/* line 1045, ../sass/main.sass */
.mint-sizes li a .text-bold {
  display: block;
  font-size: 14px;
  font-family: "Titillium Web";
  font-weight: 600;
  /*text-decoration: underline;*/
}
.mint-sizes li a .text-bold:hover {
  text-decoration: underline;
}
/* line 1052, ../sass/main.sass */
.mint-sizes li a .text-bold.peppermint-color {
  color: #068254;
}

/* line 1055, ../sass/main.sass */
.mint-tags {
  margin: 43px 0 0 69px;
  padding: 0 0 123px 0;
}
/* line 1059, ../sass/main.sass */
.mint-tags h4 {
  font-family: "fv_almeloregular";
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}
/* line 1066, ../sass/main.sass */
.mint-tags h4.peppermint {
  color: #068254;
}
/* line 1069, ../sass/main.sass */
.mint-tags .more-mints {
  list-style-type: none;
  margin: 8px 0 0 0;
}
/* line 1073, ../sass/main.sass */
.mint-tags .more-mints li {
  float: left;
}
/* line 1076, ../sass/main.sass */
.mint-tags .more-mints li a {
  width: 106px;
  height: 27px;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #231f20;
  font-size: 15px;
  line-height: 27px;
  margin: 0 10px 0 0;
}
/* line 1087, ../sass/main.sass */
.mint-tags .more-mints li a.peppermint-bg {
  background: #9adc94;
  display: block;
}
.mint-tags .more-mints li a.peppermint-bg:hover {
  background: #068254;
  color: #fff;
}
/* line 1091, ../sass/main.sass */
.mint-tags .more-mints li a.gingermint-bg {
  background: #ed9b31;
  display: block;
}
.mint-tags .more-mints li a.gingermint-bg:hover {
  background: #ab6101;
  color: #fff;
}
/* line 1095, ../sass/main.sass */
.mint-tags .more-mints li a.cafe-bg {
  background: #e1a683;
  display: block;
}
.mint-tags .more-mints li a.cafe-bg:hover {
  background: #410f10;
  color: #fff;
}
/* line 1099, ../sass/main.sass */
.mint-tags .more-mints li a.cinnamon-bg {
  background: #ef766d;
  display: block;
}
.mint-tags .more-mints li a.cinnamon-bg:hover {
  background: #bb2b20;
  color: #fff;
}
/* line 1103, ../sass/main.sass */
.mint-tags .more-mints li a.chai-bg {
  background: #beb093;
  display: block;
}
.mint-tags .more-mints li a.chai-bg:hover {
  background: #936042;
  color: #fff;
}
/* line 1107, ../sass/main.sass */
.mint-tags .more-mints li a.wintergreen-bg {
  background: #a4dbe7;
  display: block;
}
.mint-tags .more-mints li a.wintergreen-bg:hover {
  background: #5fa2b0;
  color: #fff;
}
/* line 1111, ../sass/main.sass */
.mint-tags .more-mints li a.variety-bg {
  background: #89c3f6;
  display: block;
}
.mint-tags .more-mints li a.variety-bg:hover {
  background: #407db2;
  color: #fff;
}

/* line 1119, ../sass/main.sass */
#blog {
  background: #fff;
  padding: 14px 0 0 0;
}

/* line 1123, ../sass/main.sass */
.blog-sidebar {
  float: left;
  width: 170px;
}
/* line 1127, ../sass/main.sass */
.blog-sidebar h3 {
  font-family: "fv_almeloregular";
  font-size: 30px;
  font-weight: normal;
  text-transform: uppercase;
  color: #545353;
  letter-spacing: -2px;
  line-height: 30px;
  margin: -3px 0 0 0;
}
/* line 1137, ../sass/main.sass */
.blog-sidebar .blog-posts {
  list-style-type: none;
  margin: 10px 0 30px 0;
}
/* line 1141, ../sass/main.sass */
.blog-sidebar .blog-posts li {
  display: block;
  line-height: 18px;
  margin: 7px 0 0 0;
}
/* line 1146, ../sass/main.sass */
.blog-sidebar .blog-posts li a {
  font-family: "Titillium Web";
  font-size: 14px;
  color: #545353;
  text-decoration: none;
}
/* line 1152, ../sass/main.sass */
.blog-sidebar .blog-posts li a:hover {
  text-decoration: underline;
}
/* line 1155, ../sass/main.sass */
.blog-sidebar .blog-share {
  position: relative;
  z-index: 20;
  list-style-type: none;
  margin: 13px 0 27px 0;
}
/* line 1161, ../sass/main.sass */
.blog-sidebar .blog-share li {
  float: left;
  padding: 0 10px 0 0;
}
/* line 1165, ../sass/main.sass */
.blog-sidebar .blog-share li a {
  display: block;
  position: relative;
  z-index: 5;
}
/* line 1170, ../sass/main.sass */
.blog-sidebar .blog-share li a svg {
  fill: #231f20;
  width: 20px;
  height: 20px;
}

/* line 1176, ../sass/main.sass */
.blog-post {
  float: left;
  margin: 2px 0 0 76px;
  width: 710px;
}
/* line 1181, ../sass/main.sass */
.blog-post .post-header-image {
  background: url(//cdn1.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/blog/blog-header.jpg?t=1557872563) no-repeat 50% 0;
  width: 501px;
  height: 306px;
}
/* line 1186, ../sass/main.sass */
.blog-post h2 {
  font-family: "fv_almeloregular";
  font-size: 55px;
  font-weight: normal;
  text-transform: uppercase;
  color: #545353;
  letter-spacing: -2px;
  line-height: 55px;
  margin: 17px 0 0 0;
}
/* line 1197, ../sass/main.sass */
.blog-post .post-details p {
  font-family: "Titillium Web";
  font-size: 12px;
  color: #545353;
  margin: 10px 0 0 0;
}
/* line 1203, ../sass/main.sass */
.blog-post .blog-content {
  margin: 28px 0 0 0;
}
/* line 1205, ../sass/main.sass */
.blog-post .blog-content p {
  font-family: "Titillium Web";
  font-size: 14px;
  line-height: 18px;
  color: #545353;
  margin: 0 0 18px 0;
}
/* line 1212, ../sass/main.sass */
.blog-post .blog-content p.blog-subtitle {
  color: #9f0804;
  font-weight: 600;
  margin: 0;
}

/* line 1221, ../sass/main.sass */
#find-a-store {
  background: #f9f3f0;
  padding: 29px 0 0 0;
}

/* line 1225, ../sass/main.sass */
.search-stores {
  height: auto;
  margin: 9px 0 0 40px;
}

/* line 1231, ../sass/main.sass */
.find-mountains {
  background: url(//cdn1.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/find/find-mountains.jpg?t=1557872563) repeat 50% 0;
  height: 536px;
  margin: -485px 0 0 0;
}

/* line 1236, ../sass/main.sass */
.find-snow {
  position: absolute;
  z-index: 5;
  top: 168px;
  left: -78px;
  background: url(//cdn2.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/find/snow.png?t=1557872563) repeat 50% 0;
  width: 533px;
  height: 497px;
}

/* line 1248, ../sass/main.sass */
#contact {
  background: #f7f2fd;
  padding: 29px 0 0 0;
}

#contact .text a {
  /*text-decoration: underline;*/
}

/* line 1252, ../sass/main.sass */
.tree {
  background: url(//cdn2.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/contact/tree_flat_bottom.png?t=1557872563) no-repeat 50% 0;
  width: 294px;
  height: 305px;
  margin: -131px 0 0 240px;
  position: absolute;
}

/* line 1262, ../sass/main.sass */
#faq {
  background: #f4d7b9;
  padding: 29px 0 0 0;
}

/* line 1266, ../sass/main.sass */
.coffee {
  background: url(//cdn2.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/faq/coffee.png?t=1557872563) no-repeat 50% 0;
  width: 294px;
  height: 305px;
  position: absolute;
  top: -26px;
  right: -32px;
}

/* line 1274, ../sass/main.sass */
.questions {
  list-style-type: none;
  margin: 17px 0 0 0;
  position: relative;
  z-index: 10;
}
/* line 1279, ../sass/main.sass */
.questions li {
  display: block;
  margin: 0 0 18px 0;
}
/* line 1283, ../sass/main.sass */
.questions li a {
  font-family: "Titillium Web";
  font-size: 14px;
  line-height: 18px;
  color: #cc7222;
  text-decoration: none;
}
/* line 1290, ../sass/main.sass */
.questions li a.question {
  display: block;
  font-weight: 600;
}
/* line 1294, ../sass/main.sass */
.questions li .answer {
  display: block;
  font-weight: 400;
  font-family: "Titillium Web";
  font-size: 14px;
  line-height: 18px;
  color: #cc7222;
}
/* line 1302, ../sass/main.sass */
.questions li .share-faq {
  list-style-type: none;
  margin: 16px 0 0 0;
}
/* line 1306, ../sass/main.sass */
.questions li .share-faq li {
  float: left;
  margin: 0 10px 0 0;
}
/* line 1310, ../sass/main.sass */
.questions li .share-faq li a {
  width: 48px;
  height: 20px;
  display: block;
  text-indent: -9999px;
}
/* line 1316, ../sass/main.sass */
.questions li .share-faq li a.facebook {
  background-position: 0 -932px;
  display: block;
}
/* line 1320, ../sass/main.sass */
.questions li .share-faq li a.twitter {
  background-position: 0 -992px;
  display: block;
}
/* line 1324, ../sass/main.sass */
.questions li .share-faq li a.pinterest {
  background-position: 0 -972px;
  display: block;
}
/* line 1328, ../sass/main.sass */
.questions li .share-faq li a.google-plus {
  background-position: 0 -952px;
  display: block;
}

/* line 1332, ../sass/main.sass */
.faq-mountains {
  background: url(//cdn1.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/faq/faq-mountains.jpg?t=1557872563) repeat 50% 0;
  height: 277px;
  position: relative;
  z-index: 0;
  margin: -168px 0 0 0;
}

/* line 1342, ../sass/main.sass */
#footer {
  width: 100%;
}
/* line 1345, ../sass/main.sass */
#footer #footer-top {
  width: 100%;
  height: 162px;
  background: #d2b14d;
}
/* line 1350, ../sass/main.sass */
#footer #footer-bottom {
  width: 100%;
  height: 120px;
  background: #94ba74;
}

/* line 1355, ../sass/main.sass */
.blog-footer {
  width: 450px;
  float: left;
  margin: 0 0 0 30px;
}
/* line 1360, ../sass/main.sass */
.blog-footer .blog-image {
  width: 115px;
  height: 115px;
  border-radius: 500px;
  border: 3px solid #f1d98f;
  /*background: url(//cdn1.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/home/blog-image.jpg?t=1557872563) 50% 0;*/
  float: left;
  margin: 19px 26px 0 0;
  background-size: cover;
}
/* line 1369, ../sass/main.sass */
.blog-footer .blog-copy {
  float: left;
  width: 246px;
  margin: 27px 0 0 0;
}
/* line 1374, ../sass/main.sass */
.blog-footer .blog-copy h3 {
  font-family: "fv_almeloregular";
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  margin: 0 0 11px 0;
  line-height: 18px;
}
/* line 1382, ../sass/main.sass */
.blog-footer .blog-copy p {
  font-family: "Titillium Web";
  font-size: 14px;
  color: #fff;
  line-height: 17px;
  margin: 0 0 6px 0;
}
/* line 1389, ../sass/main.sass */
.blog-footer .blog-copy a {
  font-family: "Titillium Web";
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  /*text-decoration: underline;*/
  font-weight: 600;
}
.blog-footer .blog-copy a {
  text-decoration: underline;
}

/* line 1397, ../sass/main.sass */
.blog-line {
  width: 1px;
  height: 80px;
  background: #9f832e;
  position: absolute;
  top: 39px;
  left: 465px;
}

/* line 1405, ../sass/main.sass */
.footer-nav {
  list-style-type: none;
  width: 186px;
  position: absolute;
  top: 16px;
  left: 0;
}
/* line 1412, ../sass/main.sass */
.footer-nav li {
  float: left;
  width: 93px;
  display: block;
  line-height: 18px;
}
/* line 1418, ../sass/main.sass */
.footer-nav li a {
  font-family: "Titillium Web";
  font-size: 12px;
  color: #587543;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 1425, ../sass/main.sass */
.vermints-address {
  position: absolute;
  top: 19px;
  left: 274px;
}
/* line 1430, ../sass/main.sass */
.vermints-address p {
  font-family: "Titillium Web";
  font-size: 12px;
  color: #587543;
  line-height: 16px;
  margin: 0;
}

/* line 1437, ../sass/main.sass */
.find {
  position: absolute;
  top: 21px;
  left: 407px;
}
/* line 1442, ../sass/main.sass */
.find p {
  font-family: "Titillium Web";
  font-size: 12px;
  color: #587543;
  line-height: 14px;
  margin: 0;
}
/* line 1449, ../sass/main.sass */
.find a {
  text-transform: uppercase;
  font-family: "Titillium Web";
  font-size: 12px;
  color: #587543;
  line-height: 18px;
  margin: 0 0 10px 0;
  text-decoration: underline;
}

/* line 1457, ../sass/main.sass */
.footer-logos {
  background-position: 0 -1143px;
  width: 294px;
  height: 38px;
  display: block;
  position: absolute;
  top: 42px;
  right: 0px;
}

/* line 1466, ../sass/main.sass */
.copyright {
  position: absolute;
  top: 84px;
  right: 0;
}
/* line 1471, ../sass/main.sass */
.copyright p {
  font-family: "Titillium Web";
  font-size: 9px;
  color: #587543;
  line-height: 18px;
  margin: 0;
  text-transform: uppercase;
}
/* line 1479, ../sass/main.sass */
.copyright p a {
  text-decoration: none;
  color: #587543;
}

/* line 1483, ../sass/main.sass */
.footer-line {
  width: 1px;
  height: 80px;
  background: #648749;
  position: absolute;
  top: 22px;
}
/* line 1490, ../sass/main.sass */
.footer-line.left {
  left: 213px;
}
/* line 1493, ../sass/main.sass */
.footer-line.right {
  left: 596px;
}

p {
  line-height: inherit;
}

#header .sidebar-form {
  margin-left: 168px;
  margin-top: 7px;
}

#header #nl_email {
  clear: both;
  background-color: white;
  border: none;
  font-family: "Titillium Web";
  margin-right: 0;
}

#header input[type=submit] {
  float: none !important;
  border: none;
  background: #bcbec0 !important;
  text-transform: lowercase;
  font-family: "Titillium Web";
  margin-left: -3px;
  height: 28px;
}

#tempHoverMsg {
  font-family: 'Titillium Web';
  color: rgb(0, 0, 0);
  width: 110px;
  height: 110px;
  position: absolute;
  left: 71px;
  background: rgba(255, 255, 255, 0.88);
  top: 36px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
}

#tempHoverMsg p {
  width: 104px;
  font-size: 15px;
  text-align: center;
  margin: 24px auto auto;
  width: 100px;
}

.nav li a.active {
  font-weight: 600;
}

.shop-nav li a.active {
  background: #fff;
}

.header-generic {
  background: #adacac;
}

.sign-up {
  display: inline-block;
}

#Outer {
  height: auto !important;
}
#header-bottom .wrapper{
  z-index: 10;
}
#header ul.sub-menu {
  display: none;
  width: 100px;
  position: absolute;
  right: -10px;
  top: 30px;
  z-index: 10;
}

#header ul.sub-menu li {
  display: block;
  width: 100%;
  border-top: 1px solid #ccc;
  background: #fff;
}

#header ul.sub-menu li a {
  display: block;
  padding: 10px 0;
}
/* temporary for trio holiday offering */
/* line 751, ../sass/main.sass */
.single .tin.trio-image {
  background: url(//cdn2.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/shop-now/trio-large.png?t=1557872563) no-repeat 50% 0;
}


/* line 961, ../sass/main.sass */
.mint-sizes li a .tin-size.trio-stroke {
  border: 3px solid #a4dbe7;
}

.mints-list li a.trio {
  background: url(//cdn2.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/home/mints-trio.png?t=1557872563) no-repeat;
}

/* line 694, ../sass/main.sass */
.shop-mints li a .mint.trio {
  background: url(//cdn1.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/shop-now/trio.jpg?t=1557872563) no-repeat 50% 0;
}

/* line 984, ../sass/main.sass */
.mint-sizes li a .tin-size.standard.trio-zip-n-zing {
  background: url(//cdn1.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/shop-now/trio-zipnzing.jpg?t=1557872563) no-repeat 50% 0;
}

/* line 984, ../sass/main.sass */
.mint-sizes li a .tin-size.standard.trio-cool-n-casual {
  background: url(//cdn1.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/shop-now/trio-coolncasual.jpg?t=1557872563) no-repeat 50% 0;
}

/* line 984, ../sass/main.sass */
.mint-sizes li a .tin-size.standard.trio-fresh-n-spicy {
  background: url(//cdn1.bigcommerce.com/n-ou1isn/ibk3tn/templates/__custom/images/shop-now/trio-freshnspicy.jpg?t=1557872563) no-repeat 50% 0;
}


/* end trio */