/***

Nature Styles (nature_styles.scss)

***/
/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }


/***
* Radio Buttons & Checkboxes Styles
***/
main > .-content form .nature-radio-container, main > .-content form .nature-checkbox-container {
  margin: 1rem 0;
  position: relative; }
  main > .-content form .nature-radio-container .nature-radio-input, main > .-content form .nature-radio-container .nature-checkbox-input, main > .-content form .nature-checkbox-container .nature-radio-input, main > .-content form .nature-checkbox-container .nature-checkbox-input {
    background-color: #ffffff;
    box-shadow: 0 0 0 1px #cccccc;
    display: block;
    height: 20px;
    width: 20px;
    z-index: 10;
    position: absolute;
    top: 0rem;
    right: auto;
    bottom: auto;
    left: 0rem; }
  main > .-content form .nature-radio-container :checked + .nature-radio-input:after, main > .-content form .nature-radio-container :checked + .nature-checkbox-input:after, main > .-content form .nature-checkbox-container :checked + .nature-radio-input:after, main > .-content form .nature-checkbox-container :checked + .nature-checkbox-input:after {
    opacity: 1; }
  main > .-content form .nature-radio-container .nature-radio-input, main > .-content form .nature-checkbox-container .nature-radio-input {
    border-radius: 999px; }
    main > .-content form .nature-radio-container .nature-radio-input:after, main > .-content form .nature-checkbox-container .nature-radio-input:after {
      content: '';
      background-color: #526E2A;
      border-radius: 999px;
      display: block;
      height: 10px;
      opacity: 0;
      transition: .2s;
      width: 10px;
      z-index: 11;
      position: absolute;
      top: 5px;
      right: auto;
      bottom: auto;
      left: 5px; }
  main > .-content form .nature-radio-container .nature-checkbox-input:after, main > .-content form .nature-checkbox-container .nature-checkbox-input:after {
    content: '\2714';
    font-size: 20px;
    opacity: 0;
    transition: .2s;
    z-index: 11;
    position: absolute;
    top: -5px;
    right: auto;
    bottom: auto;
    left: 4px; }
  main > .-content form .nature-radio-container label, main > .-content form .nature-checkbox-container label {
    cursor: pointer;
    font-style: normal;
    line-height: 20px;
    padding: 0 0 0 40px !important;
    position: relative;
    z-index: 20; }

/***
* Select & Dropdowns
***/
main > .-content form .nature-select-wrapper {
  background-color: #efefef;
  border: 1px solid #cccccc;
  overflow: hidden;
  position: relative; }
  main > .-content form .nature-select-wrapper > input[type="text"] {
    position: relative;
    z-index: 10; }
  main > .-content form .nature-select-wrapper select {
    -webkit-appearance: none !important;
    -moz-appearance: none;
         appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    display: block;
    cursor: pointer;
    line-height: 1;
    outline: none;
    padding: 1rem;
    position: relative;
    width: 100%;
    z-index: 1; }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
      main > .-content form .nature-select-wrapper select {
        line-height: 1.2; } }
    main > .-content form .nature-select-wrapper select:focus {
      background: #dfdfdf;
      outline: none;
      text-shadow: 0 0 0 #000; }
    main > .-content form .nature-select-wrapper select:-webkit-autofill {
      -webkit-box-shadow: 0 0 0 1000px #dfdfdf inset; }
  main > .-content form .nature-select-wrapper:before {
    content: '';
    background: #efefef;
    border-left: 1px solid #cccccc;
    pointer-events: none;
    width: 40px;
    z-index: 2;
    position: absolute;
    top: 0rem;
    right: 0rem;
    bottom: 0rem; }
  main > .-content form .nature-select-wrapper:after {
    content: '';
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: black transparent transparent transparent;
    height: 0;
    margin: -3px 0 0 0;
    pointer-events: none;
    width: 0;
    z-index: 3;
    position: absolute;
    top: 50%;
    right: 14px; }

@-moz-document url-prefix() {
  main > .-content form {
    /* targets Firefox only */ }
    main > .-content form select {
      padding: 0.855rem 1rem !important; } }

/***
* Global Styles
***/
@-webkit-viewport {
  width: device-width; }

@-mos-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

*, *:before, *:after, input, select {
  box-sizing: border-box; }

body.-modal-open {
  overflow: hidden; }

abbr[title] {
  border: none; }

input[type="search"] {
  box-sizing: border-box; }

hr {
  border: none;
  border-top: 1px solid #cccccc;
  margin: .5rem 0; }

.nature-container {
  margin: 0 auto;
  max-width: 1200px; }

.screen-reader-text {
  display: none; }

.scrollable {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative; }

.close-bars {
  height: 20px;
  position: relative;
  width: 20px; }
  .close-bars span {
    background-color: #ffffff;
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: auto; }
  .close-bars :first-child {
    transform: rotate(45deg); }
  .close-bars :last-child {
    transform: rotate(-45deg); }

/***
* Placeholder Menu Styles
***/
.primary-menu .menu.-horizontal, .utility-menu .menu.-horizontal, .footer-menu .menu.-horizontal {
  margin: 0;
  padding: 0; }
  .primary-menu .menu.-horizontal > li, .utility-menu .menu.-horizontal > li, .footer-menu .menu.-horizontal > li {
    float: left;
    list-style-type: none;
    margin: 0; }
    .primary-menu .menu.-horizontal > li a, .utility-menu .menu.-horizontal > li a, .footer-menu .menu.-horizontal > li a {
      display: block;
      text-decoration: none; }

.touch-menu .menu.-vertical {
  margin: 0;
  padding: 0; }
  .touch-menu .menu.-vertical > li {
    list-style-type: none;
    margin: 0; }
    .touch-menu .menu.-vertical > li a {
      display: block;
      text-decoration: none; }

/***
* Typography
***/
*, *:before, *:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html, body {
  font-size: 16px;
  font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
  font-weight: 100; }
  @media (min-width: 1024px) {
    html, body {
      font-size: 18px; } }

.-serif {
  font-family: "Requiem Fine A", "Requiem Fine B", serif; }

.error404 {
  display: block;
  font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
  font-size: .9rem;
  margin: 0 0 .4rem; }

/***
* Typography Headings
***/
h1, h2, h3, h4, h5, h6 {
  margin: 2rem 0 .5rem; }
  h1.-white, h2.-white, h3.-white, h4.-white, h5.-white, h6.-white {
    color: #ffffff; }

h1 {
  font-family: "Requiem Fine A", "Requiem Fine B", serif;
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: .1rem;
  text-transform: uppercase;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto; }
  @media (min-width: 1024px) {
    h1 {
      font-size: 2rem;
      letter-spacing: .15rem; } }

h2 {
  font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .06rem;
  text-transform: uppercase; }

h3 {
  font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 500; }

h4 {
  font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: .06rem;
  text-transform: uppercase; }

h5 {
  font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 500; }

h6 {
  font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .06rem;
  text-transform: uppercase; }

.page-title {
  border-bottom: 1px solid #cccccc;
  font-size: 2rem;
  line-height: 1;
  margin: 0 0 2.5rem;
  padding: 0 0 2.5rem;
  position: relative;
  text-align: center; }
  @media (min-width: 1024px) {
    .page-title {
      font-size: 3.3rem;
      padding: 1.4rem 0 4rem; } }
  .page-title:before {
    content: '';
    background-color: #ffffff;
    height: 4px;
    margin: 0 0 0 -70px;
    width: 140px;
    position: absolute;
    top: auto;
    right: auto;
    bottom: -2px;
    left: 50%; }
  .page-title:after {
    content: '';
    background-color: #999999;
    height: 14px;
    margin: 0 0 0 -7px;
    transform: rotate(45deg);
    width: 14px;
    position: absolute;
    top: auto;
    right: auto;
    bottom: -7px;
    left: 50%; }

.hero-title {
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
  margin: 0 0 2.5rem;
  padding: 0 0 2rem;
  position: relative;
  text-align: center; }
  @media (min-width: 1024px) {
    .hero-title {
      font-size: 3.3rem; } }
  .hero-title > span {
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0rem;
    left: 0rem; }
    .hero-title > span:before, .hero-title > span:after {
      content: '';
      background-color: #ffffff;
      display: block;
      float: left;
      height: 1px;
      width: calc(50% - 2rem); }
    .hero-title > span:after {
      float: right; }
  .hero-title:after {
    content: '';
    background-color: #ffffff;
    height: 14px;
    margin: 0 0 0 -7px;
    transform: rotate(45deg);
    width: 14px;
    position: absolute;
    top: auto;
    right: auto;
    bottom: -7px;
    left: 50%; }
  .hero-title.-small {
    font-size: 2rem;
    margin: 0;
    padding: 0; }
    @media (min-width: 1024px) {
      .hero-title.-small {
        font-size: 2.8rem; } }
    .hero-title.-small:before, .hero-title.-small:after {
      display: none; }

/***
* Typography Lists
***/
main > .-content ol, main > .-content ul {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  main > .-content ol li, main > .-content ul li {
    font-style: italic;
    line-height: 1.4;
    margin: .5rem 0; }

main > .-content ul li {
  list-style-type: none;
  position: relative; }
  main > .-content ul li:before {
    content: '';
    background-color: #999999;
    height: 6px;
    width: 6px;
    position: absolute;
    top: 0.5rem;
    right: auto;
    bottom: auto;
    left: -1.4rem; }

main > .-content ol.-unstyled, main > .-content ul.-unstyled {
  padding: 0; }
  main > .-content ol.-unstyled li:before, main > .-content ul.-unstyled li:before {
    display: none; }

/***
* Typography Tables
***/
main > .-content table:not(.dev-style-guide-headings) {
  border-collapse: collapse;
  margin: 2rem 0;
  width: 100%; }
  @media (min-width: 850px) {
    main > .-content table:not(.dev-style-guide-headings) {
      margin: 2rem 0 2rem -10%;
      width: 120%; } }
  @media (min-width: 1024px) {
    main > .-content table:not(.dev-style-guide-headings) {
      margin: 2rem 0;
      width: 100%; } }
  @media (min-width: 1200px) {
    main > .-content table:not(.dev-style-guide-headings) {
      margin: 2rem 0 2rem -10%;
      width: 120%; } }
  @media (min-width: 1400px) {
    main > .-content table:not(.dev-style-guide-headings) {
      margin: 2rem 0 2rem -20%;
      width: 140%; } }
  main > .-content table:not(.dev-style-guide-headings) th {
    background-color: #526E2A;
    color: #ffffff;
    font-size: 1.4rem;
    padding: 1rem 1rem;
    text-transform: uppercase; }
  main > .-content table:not(.dev-style-guide-headings) td {
    border: 1px solid #cccccc;
    font-size: .9rem;
    line-height: 1.4;
    padding: .8rem; }
    main > .-content table:not(.dev-style-guide-headings) td strong {
      font-size: 1rem; }
  main > .-content table:not(.dev-style-guide-headings) tr:nth-of-type(even) {
    background-color: #efefef; }
  main > .-content table:not(.dev-style-guide-headings) tr:nth-child(1) {
    border: 1px solid #526E2A; }
  main > .-content table:not(.dev-style-guide-headings) tr:nth-child(2) {
    background-color: #ffffff;
    border-bottom: 3px solid #cccccc; }

/***
* Forms Styles
***/
main > .-content form ul {
  margin: 0;
  padding: 0; }
  main > .-content form ul > li {
    list-style-type: none; }
    main > .-content form ul > li:before {
      display: none; }

main > .-content form label {
  display: block;
  font-size: .9rem;
  font-weight: 500;
  padding: 0.3rem 0; }

main > .-content form input, main > .-content form textarea {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
       appearance: none !important;
  background: #efefef;
  box-sizing: border-box;
  border-radius: 0 !important;
  color: gray;
  display: block;
  line-height: 1;
  margin: 0;
  padding: 1rem; }
  main > .-content form input:-webkit-autofill, main > .-content form textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #efefef inset; }

main > .-content form input, main > .-content form textarea, main > .-content form select {
  color: #526E2A;
  font-style: normal; }

main > .-content form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]), main > .-content form textarea {
  border: none;
  border: 1px solid #cccccc;
  width: 100%; }
  main > .-content form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):focus, main > .-content form textarea:focus {
    background: #dfdfdf;
    outline: none; }

main > .-content form input[type="search"] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
       appearance: none !important;
  border-radius: 0 !important; }

main > .-content form input[type="submit"] {
  background: #526E2A;
  border: none;
  color: #ffffff;
  display: block;
  font-family: "Whitney Cond A", "Whitney Cond B";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  margin: 0;
  padding: 1rem;
  letter-spacing: .05rem;
  line-height: 22px;
  text-transform: uppercase; }
  main > .-content form input[type="submit"]:focus {
    outline: none; }

main > .-content form input[type="radio"], main > .-content form input[type="checkbox"] {
  display: block;
  opacity: 0;
  position: absolute;
  top: 0rem;
  right: auto;
  bottom: auto;
  left: 0rem; }

main > .-content form .gfield, main > .-content form .review-field {
  clear: both;
  margin: 0 0 1.5rem; }
  @media (min-width: 800px) {
    main > .-content form .gfield.medium, main > .-content form .review-field.medium {
      clear: none;
      float: right;
      width: calc(50% - .5rem); }
      main > .-content form .gfield.medium:nth-child(2n+1), main > .-content form .review-field.medium:nth-child(2n+1) {
        clear: both;
        float: left; }
      main > .-content form .gfield.medium.left, main > .-content form .review-field.medium.left {
        clear: both;
        float: left; }
      main > .-content form .gfield.medium.right, main > .-content form .review-field.medium.right {
        clear: none;
        float: right; } }
  main > .-content form .gfield:not(.star-rating) .ginput_container_radio, main > .-content form .gfield:not(.star-rating) .ginput_container_checkbox, main > .-content form .gfield:not(.star-rating) .radio-container, main > .-content form .gfield:not(.star-rating) .checkbox-container, main > .-content form .review-field:not(.star-rating) .ginput_container_radio, main > .-content form .review-field:not(.star-rating) .ginput_container_checkbox, main > .-content form .review-field:not(.star-rating) .radio-container, main > .-content form .review-field:not(.star-rating) .checkbox-container {
    background-color: #efefef;
    border: 1px solid #cccccc;
    padding: .5rem 1rem; }
  main > .-content form .gfield .gfield_description, main > .-content form .review-field .gfield_description {
    color: #666666;
    font-size: 14px;
    font-weight: 500;
    padding: .2rem 0; }
  main > .-content form .gfield .validation_message, main > .-content form .review-field .validation_message {
    color: red; }
  main > .-content form .gfield.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]), main > .-content form .gfield.gfield_error textarea, main > .-content form .review-field.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]), main > .-content form .review-field.gfield_error textarea {
    border-color: red; }
    main > .-content form .gfield.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):focus, main > .-content form .gfield.gfield_error textarea:focus, main > .-content form .review-field.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):focus, main > .-content form .review-field.gfield_error textarea:focus {
      border-color: red; }
  main > .-content form .gfield.gfield_error .ginput_container_list input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]), main > .-content form .gfield.gfield_error .ginput_container_list textarea, main > .-content form .review-field.gfield_error .ginput_container_list input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]), main > .-content form .review-field.gfield_error .ginput_container_list textarea {
    border: 1px solid #cccccc; }
    main > .-content form .gfield.gfield_error .ginput_container_list input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]).error, main > .-content form .gfield.gfield_error .ginput_container_list textarea.error, main > .-content form .review-field.gfield_error .ginput_container_list input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]).error, main > .-content form .review-field.gfield_error .ginput_container_list textarea.error {
      border-color: red; }
      main > .-content form .gfield.gfield_error .ginput_container_list input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]).error:focus, main > .-content form .gfield.gfield_error .ginput_container_list textarea.error:focus, main > .-content form .review-field.gfield_error .ginput_container_list input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]).error:focus, main > .-content form .review-field.gfield_error .ginput_container_list textarea.error:focus {
        border-color: red; }

main > .-content form .form-row label.inline.nature-checkbox-container {
  padding: 0 0 0 30px !important; }

main > .-content form td.product-remove {
  width: 24px; }

main > .-content form .intl-tel-input {
  display: block !important; }

main > .-content form .iti-flag {
  background-image: url("../intTelInput/flags.png") !important; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    main > .-content form .iti-flag {
      background-image: url("../intTelInput/flags@2x.png") !important; } }

main > .-content form #int-tel-error, main > .-content form #int-tel-valid {
  font-size: .8rem;
  font-weight: 700;
  margin: .3rem 0; }
  main > .-content form #int-tel-error.hide, main > .-content form #int-tel-valid.hide {
    display: none; }

main > .-content form #int-tel-error {
  color: red; }

main > .-content form #int-tel-valid {
  color: #008a5b; }

main > .-content form ul.woocommerce-error {
  margin-top: 1rem !important; }

/***
* Header
***/
.site-header {
  padding: 15px 0 1rem;
  position: relative;
  width: 100%;
  z-index: 33; }
  @media (min-width: 700px) {
    .site-header {
      padding-top: 15px; } }
  @media (min-width: 1024px) {
    .site-header {
      padding: 0;
      width: 100%;
      position: fixed;
      top: 50px;
      right: auto;
      bottom: auto;
      left: 0px; } }
  .page-template-explore .site-header {
    z-index: 31; }
    @media (min-width: 1024px) {
      .page-template-explore .site-header {
        z-index: 33; } }
  .site-header:after {
    content: '';
    background-color: #526E2A;
    height: 40px;
    margin: -20px 0 0;
    width: 100%;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: auto; }
    @media (min-width: 700px) {
      .site-header:after {
        height: 60px;
        margin: -30px 0 0; } }
    @media (min-width: 1024px) {
      .site-header:after {
        display: none; } }
  .site-header .logo {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 160px;
    z-index: 90; }
    @media (min-width: 700px) {
      .site-header .logo {
        width: 238px; } }
    @media (min-width: 1024px) {
      .site-header .logo {
        margin: 0;
        width: 240px;
        position: absolute;
        top: -36px;
        right: auto;
        bottom: auto;
        left: 1rem; } }
    .site-header .logo img {
      display: block;
      height: auto;
      width: 100%; }

.page-header-image {
  background-image: url("./images/header.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 110%;
  height: 800px;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0rem;
  right: auto;
  bottom: auto;
  left: 0rem; }
  @media (min-width: 500px) {
    .page-header-image {
      background-size: 100%; } }
  @media (min-width: 1024px) {
    .page-header-image {
      position: absolute;
      top: -160px;
      right: auto;
      bottom: auto;
      left: 0rem; } }

/***
* Footer
***/
.site-footer {
  background-color: #526E2A;
  color: #ffffff;
  padding: 2rem 1rem 7rem;
  position: relative; }
  .site-footer:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 1024px) {
    .site-footer {
      padding: 2rem 2rem 2rem 1rem; } }
  .site-footer .footer-logo {
    display: block;
    margin: 0 auto;
    width: 160px; }
    @media (min-width: 1024px) {
      .site-footer .footer-logo {
        float: right; } }
    @media (min-width: 1200px) {
      .site-footer .footer-logo {
        width: 200px; } }
    .site-footer .footer-logo > img {
      width: 100%; }
  .site-footer .footer-content {
    padding: 1rem 0 0; }
    @media (min-width: 1024px) {
      .site-footer .footer-content {
        position: absolute;
        top: auto;
        right: auto;
        bottom: 2rem;
        left: 1rem; } }
  .site-footer .footer-copyright {
    color: #b3b3b3;
    display: block;
    font-size: 11px;
    margin: 0;
    padding: .5rem 0 0 0;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 1024px) {
      .site-footer .footer-copyright {
        padding: 1.5rem 0 0 8px;
        text-align: left; } }

/***
* Main
***/
main {
  padding-bottom: 3rem;
  position: relative;
  z-index: 32; }
  .page-template-explore main {
    padding-bottom: 0; }

main > .-content {
  line-height: 1.5;
  margin: 1rem auto 0;
  max-width: calc(650px + 2rem);
  padding: 0 1rem; }
  @media (min-width: 1024px) {
    main > .-content {
      max-width: calc(950px + 2rem); } }
  @media (min-width: 1024px) {
    main > .-content {
      margin: 160px auto 0; } }
  main > .-content.-no-margin-top {
    margin-top: 0; }
  @media (min-width: 1024px) {
    main > .-content.-less-margin-top {
      margin: 120px auto 0; } }
  main > .-content.-additional-info {
    padding-top: 0 !important; }
  main > .-content.-wide {
    max-width: calc(1300px + 2rem) !important; }
    @media (min-width: 1500px) {
      main > .-content.-wide {
        max-width: calc(1400px + 2rem) !important; } }
  main > .-content .-view-all {
    margin: 0 auto;
    max-width: 400px;
    padding: 2rem 0;
    text-align: center; }
  main > .-content a:not(.action-link) {
    color: #008a5b;
    font-weight: 500; }
    main > .-content a:not(.action-link):hover {
      color: #00a36c; }
  main > .-content hr {
    margin: 1rem 0; }

main > .-content.category-search-bar {
  padding-top: 3rem; }
  main > .-content.category-search-bar:after {
    content: '';
    display: table;
    clear: both; }
  main > .-content.category-search-bar .browse-title {
    line-height: 46px;
    margin: 2rem 0 0;
    text-align: center; }
    @media (min-width: 600px) {
      main > .-content.category-search-bar .browse-title {
        float: left;
        margin: 0;
        text-align: left;
        width: 40%; } }
  main > .-content.category-search-bar .category-search-form {
    position: relative;
    width: 100%; }
    @media (min-width: 600px) {
      main > .-content.category-search-bar .category-search-form {
        float: right;
        width: 40%; } }
    main > .-content.category-search-bar .category-search-form label {
      display: none; }
    main > .-content.category-search-bar .category-search-form input {
      box-sizing: border-box;
      padding: 10px 1rem 8px; }
    main > .-content.category-search-bar .category-search-form .svg-icon {
      background-color: #526E2A;
      cursor: pointer;
      display: block;
      padding: 6px;
      width: 40px;
      position: absolute;
      top: 0rem;
      right: 0rem;
      bottom: 0rem;
      left: auto; }
      main > .-content.category-search-bar .category-search-form .svg-icon > svg {
        display: block;
        fill: #ffffff;
        height: 28px;
        margin: 0 auto;
        transition: .3s;
        width: 28px; }
      main > .-content.category-search-bar .category-search-form .svg-icon:hover > svg {
        transform: scale(1.1); }

main .-content + .-content {
  padding-top: 2rem; }


/***
Recipe Single
***/
main .recipe-single {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0;
  margin-left: -0.75rem;
  width: calc(100% + 1.5rem); }
  main .recipe-single:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 500px) {
    main .recipe-single {
      padding: 0; } }
  main .recipe-single > * {
    float: left;
    padding: 0.75rem;
    width: 100%; }

@media (min-width: 850px) and (min-width: 500px) {
  .recipe-single .column.-primary {
    width: 66.66667%; } }

@media (min-width: 1200px) and (min-width: 500px) {
  .recipe-single .column.-primary {
    width: 75%; } }

@media (min-width: 0px) and (max-width: 1024px) {
  .recipe-single .column.-primary .posted_in {
    margin-top: 0; } }

.recipe-single .column.-primary .-title {
  letter-spacing: .06rem;
  margin: .5rem 0;
  text-transform: none; }

.recipe-single .column.-primary .-image {
  display: block;
  max-width: 100%;
  width: 100%; }

.recipe-single .column.-primary p + hr {
  margin-top: 2rem; }

@media (min-width: 500px) {
  .recipe-single .column.-primary .-featured-products .adonis-spices-grid-block {
    width: 33.33333%; } }

.recipe-single .column.-primary .-featured-products .adonis-spices-grid-block img {
  max-width: 240px; }

.recipe-single .column.-primary .-featured-products .adonis-spices-grid-block .-block-title.-serif.-lower {
  font-size: 1rem; }

.recipe-single .column.-secondary {
  margin-top: .4rem; }

@media (min-width: 850px) and (min-width: 500px) {
  .recipe-single .column.-secondary {
    width: 33.33333%; } }

@media (min-width: 1200px) and (min-width: 500px) {
  .recipe-single .column.-secondary {
    width: 25%; } }
  .recipe-single .column.-secondary .-secondary-heading {
    font-size: 80%; }
  @media (min-width: 500px) {
    .recipe-single .column.-secondary .-featured-products .adonis-spices-grid-block {
      width: 100%; } }
  .recipe-single .column.-secondary .-featured-products .adonis-spices-grid-block img {
    max-width: 240px; }
  .recipe-single .column.-secondary .-featured-products .adonis-spices-grid-block .-block-title.-serif.-lower {
    font-size: 1rem; }
  .recipe-single .column.-secondary .action-link .-text {
    font-size: 90%; }

.recipe-single .print-button {
  color: #4d4d4d;
  display: block;
  font-size: 80%;
  font-weight: bold;
  letter-spacing: .05rem;
  margin-top: .8rem;
  padding: 0 0 0 1.6rem;
  position: relative;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: .3s; }
  .recipe-single .print-button .-text {
    display: block;
    font-weight: 500; }
  .recipe-single .print-button svg {
    display: block;
    fill: #4d4d4d;
    height: 20px;
    margin-top: -10px;
    transition: .3s;
    width: 20px;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0rem; }
  .recipe-single .print-button:hover {
    color: #526E2A; }
    .recipe-single .print-button:hover svg {
      fill: #526E2A;
      transform: scale(1.05); }

.grid-wrapper {
  margin: 0 auto;
  max-width: 700px; }

.adonis-spices-grid-explore {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0;
  margin-left: -0.75rem;
  margin-top: 0;
  width: calc(100% + 1.5rem); }
  .adonis-spices-grid-explore:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 500px) {
    .adonis-spices-grid-explore {
      padding: 0; } }
  .adonis-spices-grid-explore > * {
    float: left;
    padding: 0.75rem;
    width: 100%; }
  @media (min-width: 500px) {
    .adonis-spices-grid-explore .adonis-spices-explore-block {
      width: 100%; } }

@media (min-width: 850px) and (min-width: 500px) {
  .adonis-spices-grid-explore .adonis-spices-explore-block {
    width: 100%; } }

@media (min-width: 1100px) and (min-width: 500px) {
  .adonis-spices-grid-explore .adonis-spices-explore-block {
    width: 100%; } }
  .adonis-spices-grid-explore .adonis-spices-explore-block.-product img {
    margin: 0 auto;
    max-width: 300px; }
  .adonis-spices-grid-explore .adonis-spices-explore-block a {
    display: block; }
    .adonis-spices-grid-explore .adonis-spices-explore-block a.image-wrap {
      border: 1px solid #cccccc;
      border-bottom: none; }
  .adonis-spices-grid-explore .adonis-spices-explore-block img {
    display: block;
    height: auto;
    width: 100%; }
  .adonis-spices-grid-explore .adonis-spices-explore-block .action-link svg {
    position: absolute;
    top: 2.2rem;
    right: 1rem;
    bottom: auto;
    left: auto; }
  .adonis-spices-grid-explore .adonis-spices-explore-block .action-link p {
    margin: .5rem 0;
    text-transform: none; }
  .adonis-spices-grid-explore .adonis-spices-explore-block .block-type {
    color: #cccccc;
    display: block;
    font-family: "Whitney Cond A", "Whitney Cond B";
    margin: 0 0 .1rem; }

/***
* Accordion Styles
***/
.adonis-spices-accordion-block {
  margin: 2rem 0; }

.accordion-heading {
  background-color: #526E2A;
  color: #ffffff;
  margin: 0;
  padding: 1rem;
  text-align: center; }

.accordion-row {
  border: 1px solid #cccccc;
  border-top: none;
  margin: 0;
  text-align: left !important;
  transition: background .2s .5s; }
  .accordion-row.-open {
    background-color: #efefef;
    transition: background 0s 0s; }

.accordion-row .-term {
  cursor: pointer;
  font-weight: 400;
  margin: 0;
  padding: 1.2rem 1rem 1.2rem 3rem;
  position: relative;
  text-transform: uppercase;
  transition: background .3s; }
  .accordion-row .-term .-indicator {
    backface-visibility: hidden;
    background-color: #526E2A;
    display: block;
    height: 20px;
    margin: -10px 0 0;
    width: 20px;
    position: absolute;
    top: 50%;
    left: 1rem; }
    .accordion-row .-term .-indicator > span {
      display: block;
      transition: .5s;
      position: absolute;
      top: 0rem;
      right: 0rem;
      bottom: 0rem;
      left: 0rem; }
      .accordion-row .-term .-indicator > span:before {
        content: '';
        background-color: #ffffff;
        height: 10px;
        margin: -5px 0 0 -1px;
        transition: .2s;
        width: 2px;
        position: absolute;
        top: 50%;
        left: 50%; }
      .accordion-row .-term .-indicator > span:after {
        content: '';
        background-color: #ffffff;
        height: 2px;
        margin: -1px 0 0 -5px;
        transition: .2s;
        width: 10px;
        position: absolute;
        top: 50%;
        left: 50%; }
  .accordion-row .-term:hover {
    background-color: #efefef; }
  .accordion-row .-term.active .-indicator > span {
    transform: rotate(225deg); }

.accordion-row .-description {
  display: none;
  margin: 0;
  padding: 0 1.5rem 1rem 3rem; }
  .accordion-row .-description *:first-child {
    margin-top: 0; }
  .accordion-row .-description blockquote:before {
    background-color: #efefef !important; }

.accordion-row.-product-list {
  border: 1px solid #cccccc; }
  .accordion-row.-product-list .-description {
    padding: 0 1.5rem 1rem; }
  .accordion-row.-product-list .quick-order-reference th {
    font-size: 0.8rem !important;
    width: 20%; }
  .accordion-row.-product-list .quick-order-reference th.product-name {
    width: 40%; }
  .accordion-row.-product-list .quick-order-reference .item-number {
    text-align: center; }
  .accordion-row.-product-list .quick-order-reference .price {
    text-align: right; }

/***
* Action Link Styles
***/
@keyframes arrowFloat {
  from {
    transform: translate3d(0px, 0, 0); }
  50% {
    transform: translate3d(7px, 0, 0); }
  to {
    transform: translate3d(0px, 0, 0); } }

@keyframes spinner {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.action-link, .adonis-spices-grid-block.-product-info form.cart .-form-block button {
  background-color: #526E2A;
  display: block;
  padding: 1rem;
  position: relative;
  text-decoration: none; }
  .action-link:after, .adonis-spices-grid-block.-product-info form.cart .-form-block button:after {
    content: '';
    display: table;
    clear: both; }
  .-no-link.action-link .-text, .adonis-spices-grid-block.-product-info form.cart .-form-block button.-no-link .-text {
    width: 100%; }
  .action-link .-text, .adonis-spices-grid-block.-product-info form.cart .-form-block button .-text {
    color: #ffffff;
    display: block;
    font-family: "Whitney Cond A", "Whitney Cond B";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .05rem;
    line-height: 26px;
    position: relative;
    text-transform: uppercase;
    width: calc(100% - 40px);
    z-index: 2; }
    @media (min-width: 850px) {
      .action-link .-text, .adonis-spices-grid-block.-product-info form.cart .-form-block button .-text {
        font-size: 1.2rem; } }
  .action-link svg, .adonis-spices-grid-block.-product-info form.cart .-form-block button svg {
    display: block;
    fill: #ffffff;
    height: 26px;
    width: 26px;
    position: absolute;
    top: 1rem;
    right: 1rem;
    bottom: auto;
    left: auto; }
  .no-touchevents .action-link svg, .no-touchevents .adonis-spices-grid-block.-product-info form.cart .-form-block button svg, .adonis-spices-grid-block.-product-info form.cart .-form-block .no-touchevents button svg {
    transition: .3s; }
  .no-touchevents .action-link:hover svg, .no-touchevents .adonis-spices-grid-block.-product-info form.cart .-form-block button:hover svg, .adonis-spices-grid-block.-product-info form.cart .-form-block .no-touchevents button:hover svg {
    animation-name: arrowFloat;
    animation-duration: 1s;
    animation-iteration-count: 2;
    animation-timing-function: ease-in-out;
    transition: 0s; }
  .-small.action-link .-text, .adonis-spices-grid-block.-product-info form.cart .-form-block button.-small .-text {
    font-size: 1rem;
    width: calc(100% - 25px); }
  .-small.action-link svg, .adonis-spices-grid-block.-product-info form.cart .-form-block button.-small svg {
    height: 10px;
    width: 10px;
    top: 1.5rem; }
  .-inline.action-link, .adonis-spices-grid-block.-product-info form.cart .-form-block button.-inline {
    display: inline-block;
    padding: 1rem 1.7rem 1rem 2rem; }
    .-inline.action-link .-text, .adonis-spices-grid-block.-product-info form.cart .-form-block button.-inline .-text {
      padding-right: 40px;
      width: auto; }
    .-inline.action-link .-text, .text_filter {
	  padding: 0px;
	  line-height: 2px;
	  height: auto;
      width: auto; }	  
    .-inline.action-link svg, .adonis-spices-grid-block.-product-info form.cart .-form-block button.-inline svg {
      margin-top: -13px;
      position: absolute;
      top: 50%;
      right: 1.7rem;
      bottom: auto;
      left: auto; }
  .-inverse.action-link, .adonis-spices-grid-block.-product-info form.cart .-form-block button.-inverse {
    background-color: transparent; }
    .-inverse.action-link .-text, .adonis-spices-grid-block.-product-info form.cart .-form-block button.-inverse .-text {
      color: #526E2A; }
    .-inverse.action-link svg, .adonis-spices-grid-block.-product-info form.cart .-form-block button.-inverse svg {
      fill: #526E2A; }
    .-block-link .-inverse.action-link, .-block-link .adonis-spices-grid-block.-product-info form.cart .-form-block button.-inverse, .adonis-spices-grid-block.-product-info form.cart .-form-block .-block-link button.-inverse {
      padding: 1rem 0; }
      .-block-link .-inverse.action-link .-text, .-block-link .adonis-spices-grid-block.-product-info form.cart .-form-block button.-inverse .-text, .adonis-spices-grid-block.-product-info form.cart .-form-block .-block-link button.-inverse .-text {
        display: none; }
        @media (min-width: 1100px) {
          .-block-link .-inverse.action-link .-text, .-block-link .adonis-spices-grid-block.-product-info form.cart .-form-block button.-inverse .-text, .adonis-spices-grid-block.-product-info form.cart .-form-block .-block-link button.-inverse .-text {
            display: inline-block; } }
  .-checkout-link.action-link, .adonis-spices-grid-block.-product-info form.cart .-form-block button.-checkout-link {
    background-color: #008a5b;
    transition: background .3s; }
    .-checkout-link.action-link .-text, .adonis-spices-grid-block.-product-info form.cart .-form-block button.-checkout-link .-text {
      color: #ffffff;
      padding-right: 40px;
      width: auto; }
    .-checkout-link.action-link svg, .adonis-spices-grid-block.-product-info form.cart .-form-block button.-checkout-link svg {
      fill: #ffffff;
      top: 1rem; }
    .-checkout-link.action-link:hover, .adonis-spices-grid-block.-product-info form.cart .-form-block button.-checkout-link:hover {
      background-color: #00a36c; }

.-alert-visible .adonis-spices-alert {
  display: block; }

.-alert-visible .site-header {
  padding: 0 0 1rem; }
  @media (min-width: 0px) and (max-width: 767px) {
    .-alert-visible .site-header {
      z-index: 100 !important; } }
  @media (min-width: 1024px) {
    .-alert-visible .site-header {
      top: 90px; } }

@media (min-width: 1024px) {
  .-alert-visible .admin-bar .site-header {
    top: 122px; } }

@media (min-width: 1024px) {
  .-alert-visible .mega-menu {
    margin: 150px 0 0; } }

@media (min-width: 1024px) {
  .-alert-visible .admin-bar .mega-menu {
    margin: 182px 0 0; } }

@media (min-width: 1024px) {
  .-alert-visible .explore-container {
    height: 100vh; } }

@media (min-width: 1024px) {
  .-alert-visible .admin-bar .explore-container {
    height: calc(100vh - 32px); } }

@media (min-width: 1024px) {
  .-alert-visible .explore-feature,
  .-alert-visible .explore-sidebar {
    height: calc(100vh - 150px);
    margin-top: 150px; } }

@media (min-width: 1024px) {
  .-alert-visible .admin-bar .explore-feature,
  .-alert-visible .admin-bar .explore-sidebar {
    height: calc(100vh - 182px);
    margin-top: 150px; } }

.-alert-visible .explore-country-info {
  top: 150px; }

.-alert-visible .admin-bar .explore-country-info {
  top: 150px; }

.-alert-visible .admin-bar .touch-menu {
  top: 72px; }

/***
* Search Styles
***/
.search-form.-default .search-radio-fields {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin: 1rem 0;
  padding: 1rem 0; }
  .search-form.-default .search-radio-fields:after {
    content: '';
    display: table;
    clear: both; }
  .search-form.-default .search-radio-fields > p {
    margin: 0;
    padding: .5rem 0;
    text-align: center; }
    @media (min-width: 700px) {
      .search-form.-default .search-radio-fields > p {
        float: left;
        margin: 0 1rem 0 0;
        text-align: left; } }
  .search-form.-default .search-radio-fields .search-radio {
    display: block;
    float: left;
    margin: 0 .4rem 1rem;
    position: relative;
    width: calc(50% - .8rem); }
    @media (min-width: 700px) {
      .search-form.-default .search-radio-fields .search-radio {
        margin: 0 .4rem;
        width: auto; } }
    .search-form.-default .search-radio-fields .search-radio label {
      background-color: #526E2A;
      color: #ffffff;
      cursor: pointer;
      display: block;
      height: 100%;
      opacity: .5;
      padding: .5rem 2rem;
      position: relative;
      transition: opacity .3s;
      width: 100%; }
      .search-form.-default .search-radio-fields .search-radio label .-label-text {
        color: #cccccc;
        transition: .3s; }
    .search-form.-default .search-radio-fields .search-radio [type="radio"] {
      display: none; }
    .search-form.-default .search-radio-fields .search-radio :checked + label {
      opacity: 1; }
      .search-form.-default .search-radio-fields .search-radio :checked + label .-label-text {
        color: #ffffff; }

.default-search-result {
  border-top: 1px solid #cccccc;
  padding: 1.5rem 0; }
  .default-search-result:after {
    content: '';
    display: table;
    clear: both; }
  .default-search-result h3 {
    margin: 0; }
  .default-search-result .result-type {
    color: #4d4d4d;
    font-size: 80%;
    font-weight: 700;
    text-transform: uppercase; }
  .default-search-result .result-image {
    display: block;
    float: left;
    margin-right: 20px;
    width: 100px; }
    .default-search-result .result-image > img {
      display: block;
      height: auto;
      width: 100%; }
  .default-search-result .result-content.-with-image {
    float: left;
    width: calc(100% - 120px); }
  .default-search-result .result-content p {
    font-size: 90%; }

.viewing > span {
  font-size: 80%;
  font-style: italic; }

.search-filters {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin: 1rem 0;
  padding: 1rem 0; }
  .search-filters:after {
    content: '';
    display: table;
    clear: both; }
  .search-filters > p {
    margin: 0;
    padding: .5rem 0;
    text-align: center; }
    @media (min-width: 700px) {
      .search-filters > p {
        float: left;
        margin: 0 1rem 0 0;
        text-align: left; } }
  .search-filters .search-filter-block {
    display: block;
    float: left;
    margin: 0 .4rem 1rem;
    position: relative;
    width: calc(50% - .8rem); }
    @media (min-width: 700px) {
      .search-filters .search-filter-block {
        margin: 0 .4rem;
        width: auto; } }
    .search-filters .search-filter-block label {
      background-color: #526E2A;
      color: #cccccc;
      cursor: pointer;
      display: block;
      height: 100%;
      opacity: .5;
      padding: .5rem 2rem;
      position: relative;
      transition: .3s;
      width: 100%; }
      .search-filters .search-filter-block label:hover, .search-filters .search-filter-block label.-active {
        color: #ffffff;
        opacity: 1; }
    .search-filters .search-filter-block input {
      display: none; }

/***
* Grid Styles
***/
.adonis-spices-grid {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0;
  margin-top: .5rem;
  width: calc(100% + 1.5rem); }
  .adonis-spices-grid:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 500px) {
    .adonis-spices-grid {
      padding: 0; } }
  .adonis-spices-grid > * {
    float: left;
    padding: 0.75rem;
    width: 100%; }

.adonis-spices-grid-block {
  backface-visibility: hidden; }
  .adonis-spices-grid-block a:not(.action-link) {
    color: #526E2A !important;
    font-weight: 500; }

@media (min-width: 500px) {
  .adonis-spices-grid.-learn-more .adonis-spices-grid-block {
    width: 100%; } }

@media (min-width: 850px) and (min-width: 500px) {
  .adonis-spices-grid.-learn-more .adonis-spices-grid-block {
    width: 33.33333%; } }

@media (min-width: 1100px) and (min-width: 500px) {
  .adonis-spices-grid.-learn-more .adonis-spices-grid-block {
    width: 33.33333%; } }

@media (min-width: 500px) {
  .adonis-spices-grid.-learn-more.-recipes .adonis-spices-grid-block {
    width: 100%; } }

@media (min-width: 850px) and (min-width: 500px) {
  .adonis-spices-grid.-learn-more.-recipes .adonis-spices-grid-block {
    width: 50%; } }

@media (min-width: 1100px) and (min-width: 500px) {
  .adonis-spices-grid.-learn-more.-recipes .adonis-spices-grid-block {
    width: 50%; } }

.adonis-spices-grid.-products .adonis-spices-grid-block .grid-block-image {
  overflow: hidden; }

.adonis-spices-grid.-products .adonis-spices-grid-block .grid-block-image img {
  position: relative;
  margin: 0 auto -1px;
  max-width: 99.99%; }

@media (min-width: 500px) {
  .adonis-spices-grid.-products.-quarters .adonis-spices-grid-block {
    width: 50%; } }

@media (min-width: 850px) and (min-width: 500px) {
  .adonis-spices-grid.-products.-quarters .adonis-spices-grid-block {
    width: 25%; } }

@media (min-width: 500px) {
  .adonis-spices-grid-block {
    width: 50%; } }

@media (min-width: 850px) and (min-width: 500px) {
  .adonis-spices-grid-block {
    width: 33.33333%; } }

.adonis-spices-grid-block .grid-block-container {
  backface-visibility: hidden;
  border: 1px solid #cccccc;
  display: block;
  text-decoration: none; }

.adonis-spices-grid-block .grid-block-image {
  overflow: hidden;
  position: relative; }
  .adonis-spices-grid-block .grid-block-image a {
    display: block;
    overflow: hidden; }
  .adonis-spices-grid-block .grid-block-image img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    width: 100%; }
  .adonis-spices-grid-block .grid-block-image .-block-title {
    margin: 0;
    z-index: 20;
    position: absolute;
    top: auto;
    right: 1rem;
    bottom: 1rem;
    left: 1rem; }

.adonis-spices-grid-block .grid-block-content {
  padding: 0 1rem; }
  .adonis-spices-grid-block .grid-block-content.-no-title {
    padding: 1rem; }
    .adonis-spices-grid-block .grid-block-content.-no-title p {
      margin: 0; }

.adonis-spices-grid-block .-block-title {
  font-size: 1.2rem;
  line-height: 1.1;
  margin: 0 0 1rem; }

.adonis-spices-grid-block .-block-title.-serif {
  font-family: "Times New Roman", Times, serif;
  font-size: 1.4rem;
  font-style: bold;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto; }
  .adonis-spices-grid-block .-block-title.-serif.-lower {
    font-size: 1.2rem;
    margin: 0;
    padding: 1rem 0;
    text-transform: none; }

.adonis-spices-grid-block .-block-entry {
  font-size: 85%; }
  .adonis-spices-grid-block .-block-entry :first-child {
    margin-top: 0 !important; }
  .adonis-spices-grid-block .-block-entry h1, .adonis-spices-grid-block .-block-entry h2, .adonis-spices-grid-block .-block-entry h3, .adonis-spices-grid-block .-block-entry h4, .adonis-spices-grid-block .-block-entry h5, .adonis-spices-grid-block .-block-entry h6 {
    margin: 1rem 0 0; }
  .adonis-spices-grid-block .-block-entry h5 {
    font-size: 1rem; }
  .adonis-spices-grid-block .-block-entry p {
    margin: .5rem 0; }
  .adonis-spices-grid-block .-block-entry ol, .adonis-spices-grid-block .-block-entry ul {
    margin: .5rem 0; }

.no-touchevents .adonis-spices-grid-block a img {
  backface-visibility: hidden;
  margin: 0 auto;
  transform: translateZ(0);
  transform: scale(1);
  transition: 1s ease-out;
  transform-origin: center; }

.no-touchevents .adonis-spices-grid-block a:hover img {
  transform: scale(1.05);
  transition: 1s ease-in; }

@media (min-width: 500px) {
  .adonis-spices-grid-block.-color {
    width: 50%; } }

@media (min-width: 850px) and (min-width: 500px) {
  .adonis-spices-grid-block.-color {
    width: 50%; } }

@media (min-width: 1100px) and (min-width: 500px) {
  .adonis-spices-grid-block.-color {
    width: 25%; } }

.adonis-spices-grid-block.-color .grid-block-container {
  border: none; }

.adonis-spices-grid-block.-color .grid-block-content {
  background-color: #526E2A;
  color: #ffffff;
  padding: 1rem; }

.adonis-spices-grid-block.-color .-block-title {
  font-size: 1rem; }

.adonis-spices-grid-block.-color .-block-title.-serif {
  font-size: 1.6rem;
  padding: 0; }

@media (min-width: 500px) {
  .adonis-spices-grid-block.-color.-large {
    width: 100%; } }

@media (min-width: 850px) and (min-width: 500px) {
  .adonis-spices-grid-block.-color.-large {
    width: 50%; } }

@media (min-width: 1024px) and (min-width: 500px) {
  .adonis-spices-grid-block.-color.-large {
    width: 50%; } }

.adonis-spices-grid-block.-color.-large .grid-block-content {
  padding: 1.5rem; }

.adonis-spices-grid-block.-color.-large .-block-title.-serif {
  font-size: 2rem; }

.adonis-spices-grid-block.-color.-large .action-link {
  padding: 1.5rem; }
  .adonis-spices-grid-block.-color.-large .action-link svg {
    top: 1.5rem; }

@media (min-width: 500px) {
  .adonis-spices-grid-block.-color.-homepage {
    width: 100%; } }

@media (min-width: 850px) and (min-width: 500px) {
  .adonis-spices-grid-block.-color.-homepage {
    width: 33.33333%; } }

@media (min-width: 1100px) and (min-width: 500px) {
  .adonis-spices-grid-block.-color.-homepage {
    width: 33.33333%; } }

@media (min-width: 500px) {
  .adonis-spices-grid-block.-category {
    width: 100%; } }

@media (min-width: 600px) and (min-width: 500px) {
  .adonis-spices-grid-block.-category {
    width: 50%; } }

@media (min-width: 850px) and (min-width: 500px) {
  .adonis-spices-grid-block.-category {
    width: 50%; } }

@media (min-width: 850px) {
  .adonis-spices-grid-block.-category:nth-child(odd) {
    padding: 0 1.25rem 2rem 2rem; }
  .adonis-spices-grid-block.-category:nth-child(even) {
    padding: 0 2rem 2rem 1.25rem; } }

@media (min-width: 950px) and (min-width: 500px) {
  .adonis-spices-grid-block.-category {
    width: 50%; } }

.adonis-spices-grid-block.-category .grid-block-container {
  border: none; }

.adonis-spices-grid-block.-category .grid-block-content {
  padding: 0 .5rem; }
  .adonis-spices-grid-block.-category .grid-block-content:after {
    content: '';
    display: table;
    clear: both; }

.adonis-spices-grid-block.-category .-block-link .action-link {
  width: 100%; }
  .adonis-spices-grid-block.-category .-block-link .action-link h2 {
    color: #526E2A;
    margin: 0;
    width: calc(100% - 30px); }
    @media (min-width: 1100px) {
      .adonis-spices-grid-block.-category .-block-link .action-link h2 {
        width: calc(100% - 180px); } }
  .adonis-spices-grid-block.-category .-block-link .action-link .-prompt {
    height: 26px;
    width: 160px;
    position: absolute;
    top: 1rem;
    right: -1rem;
    bottom: auto;
    left: auto; }
    .adonis-spices-grid-block.-category .-block-link .action-link .-prompt svg {
      top: .5rem; }
  .adonis-spices-grid-block.-category .-block-link .action-link:hover h2 {
    text-decoration: underline; }

@media (min-width: 500px) {
  .adonis-spices-grid-block.-image-left {
    width: 100%; } }

@media (min-width: 850px) and (min-width: 500px) {
  .adonis-spices-grid-block.-image-left {
    width: 50%; } }

@media (min-width: 950px) and (min-width: 500px) {
  .adonis-spices-grid-block.-image-left {
    width: 50%; } }

.adonis-spices-grid-block.-image-left .grid-block-container {
  padding: 1rem 1rem 0; }
  .adonis-spices-grid-block.-image-left .grid-block-container:after {
    content: '';
    display: table;
    clear: both; }

.adonis-spices-grid-block.-image-left .grid-block-container-top:after,
.adonis-spices-grid-block.-image-left .grid-block-container-bottom:after {
  content: '';
  display: table;
  clear: both; }

.adonis-spices-grid-block.-image-left .grid-block-image {
  margin-bottom: 1rem;
  width: 100%; }
  @media (min-width: 420px) {
    .adonis-spices-grid-block.-image-left .grid-block-image {
      clear: both;
      float: left;
      margin-bottom: 1rem;
      width: 35%; } }
  .adonis-spices-grid-block.-image-left .grid-block-image img {
    margin: 0 auto;
    max-width: 200px; }
    @media (min-width: 420px) {
      .adonis-spices-grid-block.-image-left .grid-block-image img {
        max-width: 100%; } }

.adonis-spices-grid-block.-image-left .grid-block-content {
  margin-bottom: 1rem;
  width: 100%; }
  @media (min-width: 420px) {
    .adonis-spices-grid-block.-image-left .grid-block-content {
      float: right;
      width: calc(65% - 1rem); } }

.adonis-spices-grid-block.-image-left .-block-title {
  text-align: center; }
  @media (min-width: 420px) {
    .adonis-spices-grid-block.-image-left .-block-title {
      text-align: left; } }

.adonis-spices-grid-block.-image-left .-block-title.-serif {
  font-size: 1.6rem; }

.adonis-spices-grid-block.-image-left hr {
  background-color: #cccccc;
  border: none;
  height: 1px;
  clear: both;
  display: block;
  margin: 1rem 0; }

/***
* Hero Styles
***/
.adonis-spices-hero {
  margin: -41px 0 0;
  overflow: hidden;
  padding: 0;
  position: relative; }
  @media (min-width: 700px) {
    .adonis-spices-hero {
      margin-top: -53px; } }
  @media (min-width: 1024px) {
    .adonis-spices-hero {
      background-color: #343434;
      background-image: url("../images/block2.jpg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      margin: 110px auto 0;
      padding: 6rem 0; } }
  @media (min-width: 1024px) {
    .adonis-spices-hero.-filter {
      padding: 4rem 0 3rem; } }
  .adonis-spices-hero .-mobile-image {
    display: block;
    margin: 0 0 0 -20%;
    width: 140%; }
    @media (min-width: 600px) {
      .adonis-spices-hero .-mobile-image {
        margin: 0;
        width: 100%; } }
    @media (min-width: 1024px) {
      .adonis-spices-hero .-mobile-image {
        display: none; } }
  .adonis-spices-hero:before {
    content: '';
    background-color: #526E2A;
    transition: 1s ease-out;
    z-index: 10;
    position: absolute;
    top: 0rem;
    right: 0rem;
    bottom: 0rem;
    left: 0rem; }
  .adonis-spices-hero.bg-loaded:before {
    opacity: 0; }

.adonis-spices-hero-block {
  background-color: #526E2A;
  color: #ffffff;
  line-height: 1.6;
  margin: 0 auto;
  padding: 2rem;
  text-align: center;
  width: 100%; }
  @media (min-width: 1024px) {
    .adonis-spices-hero-block {
      background-color: rgba(82, 110, 42, 0.8);
      padding: 2rem 6rem 3rem;
      position: relative;
      width: calc(950px + 2rem);
      z-index: 20; } }
  .adonis-spices-hero-block p {
    margin: 0; }
  .-filter .adonis-spices-hero-block {
    padding: 1rem; }
    @media (min-width: 1024px) {
      .-filter .adonis-spices-hero-block {
        padding: 2rem 6rem 2rem; } }
    .-filter .adonis-spices-hero-block p:not(.-description) {
      font-weight: 500;
      text-transform: uppercase; }

.adonis-spices-hero.-checkout {
  background-color: #343434;
  background-image: url("../images/block2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 1024px) {
    .adonis-spices-hero.-checkout {
      padding: 0; } }
  .adonis-spices-hero.-checkout .adonis-spices-hero-block {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 4rem 2rem 2rem; }
    @media (min-width: 1024px) {
      .adonis-spices-hero.-checkout .adonis-spices-hero-block {
        padding: 3rem 6rem 3rem;
        width: 100%; } }

/***
* Home Styles
***/
@keyframes indicatorFloat {
  from {
    transform: translate3d(0, 0, 0); }
  50% {
    transform: translate3d(0, 10px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.homepage-container {
  margin-top: -160px;
  min-height: 100vh;
  position: relative; }
  @media (min-width: 1024px) {
    .homepage-container {
      margin-top: 0; } }

.homepage-loading-layer {
  display: none; }
  @media (min-width: 480px) {
    .homepage-loading-layer {
      background-color: #ffffff;
      display: block;
      height: 200vh;
      transition: 1.5s;
      width: 100%;
      z-index: 2;
      position: absolute;
      top: 0rem;
      right: auto;
      bottom: auto;
      left: 0rem; }
      .homepage-loading-layer.loaded {
        opacity: 0; } }

.homepage-image-layer {
  display: none; }
  @media (min-width: 1024px) {
    .homepage-image-layer {
      display: block;
      overflow: hidden;
      position: relative;
      z-index: 1; } }
  @media (min-width: 1024px) {
    .homepage-image-layer img {
      display: block;
      margin: 0;
      max-width: 100%;
      width: 100%; } }

.homepage-welcome-layer {
  margin-top: 3rem;
  padding-top: 160px;
  padding-bottom: 4rem;
  position: relative;
  z-index: 11; }
  @media (min-width: 480px) {
    .homepage-welcome-layer {
      margin-top: 0;
      padding-top: 42%;
      padding-bottom: 2rem; } }
  @media (min-width: 1024px) {
    .homepage-welcome-layer {
      padding-top: 0;
      padding-bottom: 0;
      transition: 1.5s;
      position: absolute;
      top: 3.129%;
      right: 0rem;
      bottom: auto;
      left: 0rem; } }
  @media (min-width: 1024px) and (min-width: 1024px) {
    .homepage-welcome-layer.loaded .homepage-welcome .-headline {
      opacity: 1;
      transform: translate3d(0, -2rem, 0); } }
  @media (min-width: 1024px) {
      .homepage-welcome-layer.loaded .homepage-welcome .-globe-container #globe-svg {
        opacity: 1;
        transform: scale(1); } }
  .homepage-welcome-layer .homepage-welcome {
    position: relative;
    text-align: center; }
    .homepage-welcome-layer .homepage-welcome .-headline {
      font-size: 260%;
      letter-spacing: 0.05rem;
      line-height: 1.1;
      pointer-events: none;
      position: relative;
      width: 100%;
      z-index: 2; }
      @media (min-width: 480px) {
        .homepage-welcome-layer .homepage-welcome .-headline {
          font-size: 250%;
          letter-spacing: 0.05rem; } }
      @media (min-width: 600px) {
        .homepage-welcome-layer .homepage-welcome .-headline {
          font-size: 310%; } }
      @media (min-width: 700px) {
        .homepage-welcome-layer .homepage-welcome .-headline {
          font-size: 360%; } }
      @media (min-width: 800px) {
        .homepage-welcome-layer .homepage-welcome .-headline {
          font-size: 410%; } }
      @media (min-width: 900px) {
        .homepage-welcome-layer .homepage-welcome .-headline {
          font-size: 460%; } }
      @media (min-width: 1024px) {
        .homepage-welcome-layer .homepage-welcome .-headline {
          backface-visibility: hidden;
          font-size: 300%;
          margin-top: -0.9rem;
          opacity: 0;
          padding: 1rem 0 0;
          transition: 1.1s .3s;
          position: absolute;
          top: 50%;
          right: auto;
          bottom: auto;
          left: 0rem; } }
      @media (min-width: 1200px) {
        .homepage-welcome-layer .homepage-welcome .-headline {
          font-size: 500%;
          margin-top: -2.5rem; } }
      .homepage-welcome-layer .homepage-welcome .-headline > .-small {
        display: block;
        font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
        font-size: 1rem;
        font-weight: 400;
        letter-spacing: .1rem;
        padding: .5rem 0; }
        @media (min-width: 700px) {
          .homepage-welcome-layer .homepage-welcome .-headline > .-small {
            font-size: 1.4rem; } }
      .homepage-welcome-layer .homepage-welcome .-headline .-scroll-indicator > svg {
        display: block;
        height: 24px;
        margin: 0 auto;
        opacity: 0;
        width: 24px; }
      .homepage-welcome-layer .homepage-welcome .-headline .-scroll-indicator.-visible > svg {
        animation: indicatorFloat 1.7s infinite ease-in-out;
        opacity: 1; }
    @media (min-width: 1024px) {
      .mobile.touchevents .homepage-welcome-layer .homepage-welcome .-scroll-indicator,
      .mobile.touchevents .homepage-welcome-layer .homepage-welcome .-scroll-indicator.-visible {
        display: none; } }
    .homepage-welcome-layer .homepage-welcome .-globe-container {
      height: 80vw;
      display: block;
      margin: -40vw 0 0 -40vw;
      opacity: .7;
      width: 80vw;
      z-index: 1;
      position: absolute;
      top: 50%;
      right: auto;
      bottom: auto;
      left: 50%; }
      @media (min-width: 360px) {
        .homepage-welcome-layer .homepage-welcome .-globe-container {
          height: 70vw;
          display: block;
          margin: -35vw 0 0 -35vw;
          width: 70vw; } }
      @media (min-width: 480px) {
        .homepage-welcome-layer .homepage-welcome .-globe-container {
          height: 35vw;
          display: block;
          margin: -15vw 0 0 -15vw;
          opacity: 1;
          width: 35vw; } }
      @media (min-width: 1024px) {
        .homepage-welcome-layer .homepage-welcome .-globe-container {
          left: auto;
          height: 28vw;
          margin: 0 auto;
          position: relative;
          top: auto;
          width: 28vw; } }
      .homepage-welcome-layer .homepage-welcome .-globe-container #globe-svg {
        backface-visibility: hidden; }
        .homepage-welcome-layer .homepage-welcome .-globe-container #globe-svg .land {
          fill: #999999;
          stroke-width: .5;
          stroke-linejoin: round;
          stroke: #b3b3b3; }
        .homepage-welcome-layer .homepage-welcome .-globe-container #globe-svg .graticule {
          fill: none;
          stroke: #b3b3b3;
          stroke-width: .5;
          opacity: 1; }
        .homepage-welcome-layer .homepage-welcome .-globe-container #globe-svg .noclicks {
          pointer-events: none; }
        .homepage-welcome-layer .homepage-welcome .-globe-container #globe-svg .sphere {
          stroke: #b3b3b3;
          stroke-width: .5; }
        @media (min-width: 1024px) {
          .homepage-welcome-layer .homepage-welcome .-globe-container #globe-svg {
            opacity: 0;
            transform: scale(0.8);
            transition: 1.4s 1s; } }

.homepage-path-layer {
  display: none; }
  @media (min-width: 1024px) {
    .homepage-path-layer {
      display: block;
      opacity: 0;
      pointer-events: none;
      z-index: 15;
      position: absolute;
      top: 0rem;
      right: 0rem;
      bottom: 0rem;
      left: 0rem; }
      .homepage-path-layer > svg {
        backface-visibility: hidden;
        display: block;
        -webkit-perspective: 1000; }
        .homepage-path-layer > svg path {
          backface-visibility: hidden;
          -webkit-perspective: 1000; }
      .homepage-path-layer.loaded {
        opacity: 1; } }
  @media (min-width: 1024px) {
    .mobile.touchevents .homepage-path-layer {
      transition: opacity 1.5s 2s; }
      .mobile.touchevents .homepage-path-layer > svg path {
        stroke-dashoffset: 1 !important; } }

.homepage-action-layer {
  z-index: 10; }
  @media (min-width: 1024px) {
    .homepage-action-layer {
      opacity: 0;
      position: absolute;
      top: 0rem;
      right: 0rem;
      bottom: 0rem;
      left: 0rem; }
      .homepage-action-layer.loaded {
        opacity: 1; } }
  .homepage-action-layer .homepage-action-layer-block {
    background-color: #cccccc;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 50%;
    margin: 2rem 0; }
    @media (min-width: 1024px) {
      .homepage-action-layer .homepage-action-layer-block {
        background-position: center center;
        background-size: cover;
        height: 12.131%;
        margin: 3.5rem 0 0;
        padding: 0;
        opacity: .3;
        transition: .3s ease; } }
    .homepage-action-layer .homepage-action-layer-block > .-content {
      background-color: #526E2A;
      color: #ffffff;
      padding: 1rem;
      width: 100%;
      z-index: 2; }
      @media (min-width: 1024px) {
        .homepage-action-layer .homepage-action-layer-block > .-content {
          opacity: 0;
          padding: 1rem 2rem;
          transition: .6s ease;
          width: 35vw; } }
      @media (min-width: 1200px) {
        .homepage-action-layer .homepage-action-layer-block > .-content {
          width: 30vw; } }
      .homepage-action-layer .homepage-action-layer-block > .-content a {
        color: #ffffff !important;
        display: block;
        height: 100%;
        text-decoration: none !important; }
      .homepage-action-layer .homepage-action-layer-block > .-content h1 {
        font-size: 2rem;
        margin: 0;
        text-align: center;
        text-decoration: none; }
        @media (min-width: 700px) {
          .homepage-action-layer .homepage-action-layer-block > .-content h1 {
            font-size: 2.5rem;
            text-align: left; } }
        @media (min-width: 1024px) {
          .homepage-action-layer .homepage-action-layer-block > .-content h1 {
            font-size: 200%; } }
        @media (min-width: 1200px) {
          .homepage-action-layer .homepage-action-layer-block > .-content h1 {
            font-size: 250%; } }
      .homepage-action-layer .homepage-action-layer-block > .-content p {
        color: #ffffff;
        font-size: 100%;
        line-height: 1.6;
        text-align: center; }
        @media (min-width: 700px) {
          .homepage-action-layer .homepage-action-layer-block > .-content p {
            text-align: left; } }
        @media (min-width: 1024px) {
          .homepage-action-layer .homepage-action-layer-block > .-content p {
            font-size: 100%; } }
        @media (min-width: 1200px) {
          .homepage-action-layer .homepage-action-layer-block > .-content p {
            font-size: 120%; } }
      .homepage-action-layer .homepage-action-layer-block > .-content .action-link {
        position: relative; }
        @media (min-width: 1024px) {
          .homepage-action-layer .homepage-action-layer-block > .-content .action-link {
            padding: 2rem;
            position: absolute;
            top: auto;
            right: 0rem;
            bottom: 0rem;
            left: 0rem; }
            .homepage-action-layer .homepage-action-layer-block > .-content .action-link svg {
              top: 2rem;
              right: 2rem; } }
    @media (min-width: 1024px) {
      .homepage-action-layer .homepage-action-layer-block.-content-visible {
        opacity: 1;
        transform: translate3d(0, -1rem, 0); } }
    @media (min-width: 1024px) {
      .homepage-action-layer .homepage-action-layer-block.-content-visible > .-content {
        opacity: 1;
        transform: translate3d(0, -2rem, 0); } }
  .homepage-action-layer .homepage-action-layer-block.-explore {
    background-image: url("../images/block1.jpg"); }
    @media (min-width: 1024px) {
      .homepage-action-layer .homepage-action-layer-block.-explore {
        position: absolute;
        top: 22.6555%;
        right: 2rem;
        bottom: auto;
        left: 2rem; } }
    @media (min-width: 1024px) {
      .homepage-action-layer .homepage-action-layer-block.-explore > .-content {
        position: absolute;
        top: -0.5rem;
        right: auto;
        bottom: 0.5rem;
        left: 2.5rem; } }
  .homepage-action-layer .homepage-action-layer-block.-experiment {
    background-image: url("../images/block2.jpg"); }
    @media (min-width: 1024px) {
      .homepage-action-layer .homepage-action-layer-block.-experiment {
        position: absolute;
        top: 55.5777%;
        right: 2rem;
        bottom: auto;
        left: 2rem; } }
    @media (min-width: 1024px) {
      .homepage-action-layer .homepage-action-layer-block.-experiment > .-content {
        position: absolute;
        top: -0.5rem;
        right: 2.5rem;
        bottom: 0.5rem;
        left: auto; } }
  .homepage-action-layer .homepage-action-layer-block.-enjoy {
    background-image: url("../images/block3.jpg"); }
    @media (min-width: 1024px) {
      .homepage-action-layer .homepage-action-layer-block.-enjoy {
        position: absolute;
        top: 87.7222%;
        right: 2rem;
        bottom: auto;
        left: 2rem; } }
    @media (min-width: 1024px) {
      .homepage-action-layer .homepage-action-layer-block.-enjoy > .-content {
        position: absolute;
        top: -0.5rem;
        right: auto;
        bottom: 0.5rem;
        left: 2.5rem; } }
  @media (min-width: 1024px) {
    .mobile.touchevents .homepage-action-layer .homepage-action-layer-block {
      opacity: 1;
      transition: none;
      transform: translate3d(0, -1rem, 0); }
      .mobile.touchevents .homepage-action-layer .homepage-action-layer-block > .-content {
        opacity: 1;
        transform: translate3d(0, -2rem, 0);
        transition: none; }
      .mobile.touchevents .homepage-action-layer .homepage-action-layer-block.-content-visible {
        transform: translate3d(0, -1rem, 0); }
        .mobile.touchevents .homepage-action-layer .homepage-action-layer-block.-content-visible > .-content {
          transform: translate3d(0, -2rem, 0); } }

.homepage-mobile-image {
  display: block;
  max-width: 100%; }
  @media (min-width: 1024px) {
    .homepage-mobile-image {
      display: none; } }
  .homepage-mobile-image.-absolute {
    position: absolute;
    top: 0rem;
    right: auto;
    bottom: auto;
    left: 0rem; }
  .homepage-mobile-image.-margin {
    margin-top: -1.5rem; }
    @media (min-width: 480px) {
      .homepage-mobile-image.-margin {
        margin-top: 0; } }
		
.faq-mobile-image {
  display: block;
  width: 100%;
  max-width: 100%; }
  @media (min-width: 1024px) {
    .faq-mobile-image {
      /*display: none;*/ } }
  .faq-mobile-image.-absolute {
    position: absolute;
    top: -1rem;
    right: auto;
    bottom: auto;
    left: 0rem; }
  .faq-mobile-image.-margin {
    margin-top: -1.5rem; }
    @media (min-width: 480px) {
      .faq-mobile-image.-margin {
        margin-top: 0; } }		

.-home-header {
  font-size: 2rem;
  margin: 0;
  padding: 2rem 0 3rem;
  text-align: center; }
  @media (min-width: 1024px) {
    .-home-header {
      font-size: 300%;
      padding: 6rem 0 3rem; } }
  @media (min-width: 1200px) {
    .-home-header {
      font-size: 350%; } }

/***
* Media Styles
***/
main > .-content .aligncenter, main > .-content .alignleft, main > .-content .alignright, main > .-content .alignnone {
  display: block;
  height: auto;
  margin: 1.5rem auto;
  max-width: 100%; }
  @media (min-width: 850px) {
    main > .-content .aligncenter, main > .-content .alignleft, main > .-content .alignright, main > .-content .alignnone {
      margin: 3rem auto; } }

main > .-content .aligncenter {
  clear: both;
  width: 100% !important; }
  @media (min-width: 850px) {
    main > .-content .aligncenter {
      margin: 2rem 0 2rem -10%;
      max-width: 120%;
      width: 120% !important; } }
  @media (min-width: 1024px) {
    main > .-content .aligncenter {
      margin: 2rem 0;
      max-width: 100%;
      width: 100% !important; } }
  @media (min-width: 1200px) {
    main > .-content .aligncenter {
      margin: 2rem 0 2rem -10%;
      max-width: 120%;
      width: 120% !important; } }
  @media (min-width: 1400px) {
    main > .-content .aligncenter {
      margin: 2rem 0 2rem -20%;
      max-width: 140%;
      width: 140% !important; } }

@media (min-width: 850px) {
  main > .-content .alignleft, main > .-content .alignright {
    max-width: 60%; }
    main > .-content .alignleft:first-child, main > .-content .alignright:first-child {
      margin-top: .25rem; }
    main > .-content .alignleft.wp-caption, main > .-content .alignright.wp-caption {
      margin-top: .75rem; } }

@media (min-width: 1024px) {
  main > .-content .alignleft, main > .-content .alignright {
    max-width: 50%; } }

@media (min-width: 1200px) {
  main > .-content .alignleft, main > .-content .alignright {
    max-width: 60%; } }

@media (min-width: 1400px) {
  main > .-content .alignleft, main > .-content .alignright {
    max-width: 60%; } }

@media (min-width: 850px) {
  main > .-content .alignleft {
    float: left;
    margin: 2rem 2rem 1rem -10%; } }

@media (min-width: 1024px) {
  main > .-content .alignleft {
    margin: 2rem 2rem 2rem 0rem; } }

@media (min-width: 1200px) {
  main > .-content .alignleft {
    margin: 2rem 2rem 1rem -10%; } }

@media (min-width: 1400px) {
  main > .-content .alignleft {
    margin: 2rem 2rem 1rem -20%; } }

@media (min-width: 850px) {
  main > .-content .alignright {
    float: right;
    margin: 2rem -10% 1rem 2rem; } }

@media (min-width: 1024px) {
  main > .-content .alignright {
    margin: 2rem 0rem 2rem 2rem; } }

@media (min-width: 1200px) {
  main > .-content .alignright {
    margin: 2rem -10% 1rem 2rem; } }

@media (min-width: 1400px) {
  main > .-content .alignright {
    margin: 2rem -20% 1rem 2rem; } }

/***
* Touch Menu Styles
***/
.site {
  backface-visibility: hidden;
  background-color: #ffffff;
  position: relative;
  z-index: 100;
  transition: .4s ease-out .3s; }
  .site.-open {
    transform: translate3d(-300px, 0, 0);
    transition: .4s ease-in 0s; }

body.-touch-menu-open {
  height: 100%;
  overflow: hidden; }
  body.-touch-menu-open .site {
    height: 100%;
    overflow: hidden; }

.touch-menu-tigger {
  backface-visibility: hidden;
  background-color: #526E2A;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: 700;
  height: 64px;
  line-height: 62px;
  text-align: center;
  text-transform: uppercase;
  transition: transform .4s ease-out .3s;
  width: 64px;
  z-index: 900;
  position: fixed;
  top: auto;
  right: 1rem;
  bottom: 1rem;
  left: auto; }
  .touch-menu-tigger.-open {
    transform: translate3d(-300px, 0, 0);
    transition: .4s ease-in 0s; }
    .touch-menu-tigger.-open .trigger-text {
      opacity: 0;
      transition: .3s; }
    .touch-menu-tigger.-open .close-bars {
      margin: -10px 0 0 -10px;
      opacity: 1;
      transition: .3s;
      position: absolute;
      top: 50%;
      right: auto;
      bottom: auto;
      left: 50%; }
  @media (min-width: 1024px) {
    .touch-menu-tigger {
      display: none !important; } }
  .touch-menu-tigger.-hide {
    opacity: 0;
    pointer-events: none; }
  .touch-menu-tigger .trigger-text {
    opacity: 1;
    transition: .3s; }
  .touch-menu-tigger .close-bars {
    margin: -10px 0 0 -10px;
    opacity: 0;
    transition: .3s;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%; }

.touch-menu {
  backface-visibility: hidden;
  background-color: #526E2A;
  visibility: hidden;
  transition: .05s .6s;
  max-width: 300px;
  overflow-x: hidden;
  transform: translate3d(-300px, 0, 0);
  width: 300px;
  z-index: 1;
  position: fixed;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  left: auto; }
  .touch-menu.-open {
    visibility: visible;
    transition: .05s 0s;
    transform: translate3d(0, 0, 0); }
  .touch-menu > .scrollable {
    opacity: 0;
    transform: scale(0.95);
    transition: .6s 0s;
    width: 300px;
    overflow-x: hidden; }
  .touch-menu.-open > .scrollable {
    opacity: 1;
    transform: scale(1);
    transition: .6s .3s; }
  .touch-menu.-sub-menu-open > .scrollable > .menu > li > a {
    opacity: 0;
    transition: .1s .3s; }
  @media (min-width: 1024px) {
    .no-touchevents .touch-menu {
      display: none; } }

.touch-menu .-close {
  color: #999999;
  display: block;
  height: 45px;
  line-height: 45px;
  padding: 0 1rem 0 2.5rem;
  position: relative;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase; }
  .touch-menu .-close:after {
    content: '';
    border-right: 2px solid #999999;
    border-bottom: 2px solid #999999;
    height: 10px;
    margin: -6px 0 0;
    transform: rotate(135deg);
    width: 10px;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 1.1rem; }

.touch-menu .menu.-vertical {
  overflow: hidden;
  padding-top: .5rem;
  width: 300px; }
  .touch-menu .menu.-vertical li {
    border-top: 1px solid #333333;
    overflow: hidden;
    width: 300px; }
    .touch-menu .menu.-vertical li:first-child {
      border-top: none; }
    .touch-menu .menu.-vertical li a {
      display: block;
      line-height: 44px;
      padding: 0 1rem;
      position: relative;
      text-transform: uppercase; }
    .touch-menu .menu.-vertical li.-primary > a {
      color: #ffffff;
      font-size: 14px; }
    .touch-menu .menu.-vertical li.-secondary > a {
      color: #cccccc;
      font-size: 12px; }
    .touch-menu .menu.-vertical li.-action > a {
      padding-left: 2.7rem; }
      .touch-menu .menu.-vertical li.-action > a > svg {
        display: block;
        fill: #ffffff;
        height: 20px;
        margin: -10px 0 0;
        width: 20px;
        position: absolute;
        top: 50%;
        right: auto;
        bottom: auto;
        left: 1rem; }
    .touch-menu .menu.-vertical li.-social {
      border: none;
      margin: 25px 0 0;
      padding: 0 2%; }
      .touch-menu .menu.-vertical li.-social > a {
        display: block;
        float: left;
        padding: 20px;
		margin: 0 3px 0;
        width: 30%; }
        .touch-menu .menu.-vertical li.-social > a.-color-facebook {
          background-color: #3B5998; }
        .touch-menu .menu.-vertical li.-social > a.-color-twitter {
          background-color: #55acee; }
        .touch-menu .menu.-vertical li.-social > a.-color-instagram {
          background-color: #C13584; }		  
        .touch-menu .menu.-vertical li.-social > a:first-child {
          float: auto; }
        .touch-menu .menu.-vertical li.-social > a > svg {
          display: block;
          fill: #ffffff;
          height: 20px;
          margin: 0 auto;
          width: 20px; }
    .touch-menu .menu.-vertical li.-has-children > a:after {
      content: '';
      border-right: 2px solid #999999;
      border-bottom: 2px solid #999999;
      height: 10px;
      margin: -5px 0 0;
      transform: rotate(-45deg);
      width: 10px;
      position: absolute;
      top: 50%;
      right: 1.8rem;
      bottom: auto;
      left: auto; }

.touch-menu .touch-sub-menu {
  background-color: #526E2A;
  overflow: hidden;
  transition: .3s ease-in;
  width: 300px;
  transform: translate3d(100%, 0, 0);
  z-index: 60;
  position: fixed;
  top: 0rem;
  right: auto;
  bottom: 0rem;
  left: 0rem; }
  .touch-menu .touch-sub-menu.-open {
    transform: translate3d(0, 0, 0);
    transition: .3s ease-out;
    z-index: 61; }
  .touch-menu .touch-sub-menu .menu.-vertical {
    padding-top: 0; }
  .touch-menu .touch-sub-menu .-back {
    border-bottom: 1px solid #333333;
    color: #999999;
    cursor: pointer;
    display: block;
    font-size: 12px;
    padding-top: 0.5rem !important;
    padding-left: 2rem !important;
    position: relative; }
    .touch-menu .touch-sub-menu .-back:after {
      content: '';
      border-right: 2px solid #999999;
      border-bottom: 2px solid #999999;
      height: 10px;
      margin: -2px 0 0;
      transform: rotate(135deg);
      width: 10px;
      position: absolute;
      top: 50%;
      right: auto;
      bottom: auto;
      left: 1.1rem; }

/***
* Primary Menu Styles
***/
.primary-menu {
  display: none; }
  @media (min-width: 1024px) {
    .primary-menu {
      background-color: #526E2A;
      display: block;
      height: 60px;
      padding-left: calc(180px + 2rem);
      position: relative; } }
  @media (min-width: 1200px) {
    .primary-menu {
      padding-left: calc(240px + 2rem); } }
  .primary-menu .menu.-horizontal {
    float: right; }
    @media (min-width: 1300px) {
      .primary-menu .menu.-horizontal {
        float: none; } }
    .primary-menu .menu.-horizontal li {
      position: relative; }
      .primary-menu .menu.-horizontal li.-right {
        float: right; }
      .primary-menu .menu.-horizontal li > a {
        color: #ffffff;
        display: block;
        font-size: 14px;
        line-height: 60px;
        overflow: hidden;
        padding: 0 1rem;
        position: relative;
        text-decoration: none;
        text-transform: uppercase; }
        @media (min-width: 1200px) {
          .primary-menu .menu.-horizontal li > a {
            padding: 0 .7rem; } }
        @media (min-width: 1350px) {
          .primary-menu .menu.-horizontal li > a {
            font-size: 15px; } }
        .primary-menu .menu.-horizontal li > a:hover {
          text-decoration: underline; }
      .primary-menu .menu.-horizontal li.-open > a {
        text-decoration: underline; }
      .primary-menu .menu.-horizontal li:hover > a {
        text-decoration: underline; }
      .primary-menu .menu.-horizontal li.has-sub-menu > a {
        cursor: pointer;
        overflow: hidden;
        padding-left: .7rem;
        padding-right: 1.3rem;
        position: relative; }
        @media (min-width: 1200px) {
          .primary-menu .menu.-horizontal li.has-sub-menu > a {
            padding-left: .7rem;
            padding-right: 1.3rem; } }
        .primary-menu .menu.-horizontal li.has-sub-menu > a:after {
          content: '';
          border-left: 4px solid transparent;
          border-right: 4px solid transparent;
          border-top: 5px solid #cccccc;
          height: 0;
          margin: -3px 0 0;
          pointer-events: none;
          transition: .2s;
          width: 0;
          position: absolute;
          top: 50%;
          right: 8px;
          bottom: auto;
          left: auto; }
          @media (min-width: 1200px) {
            .primary-menu .menu.-horizontal li.has-sub-menu > a:after {
              position: absolute;
              top: 50%;
              right: 8px;
              bottom: auto;
              left: auto; } }
      .primary-menu .menu.-horizontal li.has-sub-menu.-open > a:after {
        transform: rotate(270deg); }
      .primary-menu .menu.-horizontal li.has-sub-menu:hover > a:after {
        transform: rotate(270deg); }
      .primary-menu .menu.-horizontal li.-icon {
        display: none; }
        @media (min-width: 1300px) {
          .primary-menu .menu.-horizontal li.-icon {
            display: block; } }
        .primary-menu .menu.-horizontal li.-icon a {
          padding-right: 3rem; }
        .primary-menu .menu.-horizontal li.-icon svg {
          display: block;
          fill: #ffffff;
          height: 24px;
          margin: -12px 0 0;
          width: 24px;
          position: absolute;
          top: 50%;
          right: 0.8rem;
          bottom: auto;
          left: auto; }
  .primary-menu .show-sub-menu-message {
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap; }

/***
* Utility Menu Styles
***/
.utility-menu {
  display: none; }
  @media (min-width: 1024px) {
    .utility-menu {
      display: block;
      height: 50px;
      padding: 0 1rem;
      transition: .2s;
      width: 100%;
      position: absolute;
      top: -50px;
      right: 0rem;
      bottom: auto;
      left: auto; } }
  .utility-menu.-scrolled {
    background-color: rgba(255, 255, 255, 0.95); }
  .utility-menu .menu.-horizontal {
    float: right; }
    .utility-menu .menu.-horizontal li {
      margin: 0 0 0 .8rem; }
      .utility-menu .menu.-horizontal li a {
        color: #526E2A;
        font-size: 12px;
        line-height: 50px;
        text-transform: uppercase; }
        .utility-menu .menu.-horizontal li a:hover {
          text-decoration: underline; }
      .utility-menu .menu.-horizontal li.-icon > a {
        background-color: #526E2A;
        border-radius: 999px;
        display: block;
        height: 24px;
        margin: 12px 0 0;
        padding: 5px 0 3px;
        width: 24px; }
        .utility-menu .menu.-horizontal li.-icon > a > svg {
          display: block;
          fill: #ffffff;
          height: 16px;
          margin: 0 auto;
          width: 16px; }
      .utility-menu .menu.-horizontal li.-action a {
        padding-right: 1.6rem;
        position: relative; }
        .utility-menu .menu.-horizontal li.-action a svg {
          display: block;
          fill: #526E2A;
          height: 20px;
          margin: -10px 0 0;
          transition: .2s;
          width: 20px;
          position: absolute;
          top: 50%;
          right: 0.2rem;
          bottom: auto;
          left: auto; }
        .utility-menu .menu.-horizontal li.-action a:hover svg {
          transform: scale(1.1); }
      @media (min-width: 1300px) {
        .utility-menu .menu.-horizontal li.-action {
          display: none; } }

/***
* Footer Menu Styles
***/
.footer-menu {
  display: none; }
  @media (min-width: 1024px) {
    .footer-menu {
      display: block; }
      .footer-menu:after {
        content: '';
        display: table;
        clear: both; } }
  .footer-menu .menu.-horizontal li {
    margin: 0;
    padding: 0 1rem;
    position: relative;
    text-align: center; }
    .footer-menu .menu.-horizontal li:after {
      content: '';
      background-color: #ffffff;
      height: 12px;
      margin: -6px 0 0;
      width: 1px;
      position: absolute;
      top: 50%;
      right: auto;
      bottom: auto;
      left: 0px; }
    .footer-menu .menu.-horizontal li:nth-child(3):after {
      display: none; }
    .footer-menu .menu.-horizontal li a {
      color: #ffffff;
      font-size: 12px;
      line-height: 24px;
      text-transform: uppercase; }
      .footer-menu .menu.-horizontal li a:hover {
        text-decoration: underline; }
    .footer-menu .menu.-horizontal li.-icon {
      padding: 0 .5rem; }
      .footer-menu .menu.-horizontal li.-icon:first-child {
        padding-left: 0; }
      .footer-menu .menu.-horizontal li.-icon:after {
        display: none; }
      .footer-menu .menu.-horizontal li.-icon > a {
        display: block; }
        .footer-menu .menu.-horizontal li.-icon > a > svg {
          display: block;
          fill: #cccccc;
          height: 24px;
          margin: 0 auto;
          width: 24px; }

/***
* Modal Styles
***/
#nature-modal {
  background-color: rgba(0, 0, 0, 0.95);
  opacity: 0;
  transition: opacity .3s .2s, transform .1s .5s;
  width: 100%;
  z-index: 1000;
  position: fixed;
  top: 0rem;
  right: auto;
  bottom: 0rem;
  left: -100%; }
  #nature-modal *::-webkit-input-placeholder,
  #nature-modal input::-webkit-input-placeholder {
    color: #ffffff !important;
    opacity: 1; }
  #nature-modal *:-moz-placeholder input:-moz-placeholder {
    color: #ffffff !important;
    opacity: 1; }
  #nature-modal *::-moz-placeholder input::-moz-placeholder {
    color: #ffffff !important;
    opacity: 1; }
  #nature-modal *:-ms-input-placeholder input:-ms-input-placeholder {
    color: #ffffff !important;
    opacity: 1; }
  #nature-modal input[placeholder],
  #nature-modal [placeholder],
  #nature-modal *[placeholder] {
    color: #ffffff !important;
    opacity: 1; }
  #nature-modal.-open {
    opacity: 1;
    transform: translate3d(100%, 0, 0);
    transition: opacity .3s .1s, transform .1s 0s; }
    #nature-modal.-open .modal-inner {
      opacity: 1;
      transform: scale(1);
      transform: translate3d(0, -2rem, 0); }
  #nature-modal .-close {
    display: block;
    text-decoration: none;
    position: absolute;
    top: 1rem;
    right: 0.3rem;
    bottom: auto;
    left: auto; }
    #nature-modal .-close:after {
      content: '';
      display: table;
      clear: both; }
    @media (min-width: 600px) {
      #nature-modal .-close {
        position: absolute;
        top: 2rem;
        right: 2rem;
        bottom: auto;
        left: auto; } }
    #nature-modal .-close .-text {
      color: #ffffff;
      display: block;
      font-size: 14px;
      padding: 5px 40px 5px 10px;
      text-transform: uppercase; }
    #nature-modal .-close .close-bars {
      margin: -11px 0 0;
      transition: .3s;
      position: absolute;
      top: 50%;
      right: 10px;
      bottom: auto;
      left: auto; }
    #nature-modal .-close:hover .close-bars {
      transform: scale(1.2); }
  #nature-modal .modal-inner {
    opacity: 0;
    transform: scale(0.95);
    transition: .5s;
    position: absolute;
    top: 4rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem; }
    @media (min-width: 600px) {
      #nature-modal .modal-inner {
        position: absolute;
        top: 6rem;
        right: 4rem;
        bottom: 4rem;
        left: 4rem; } }
  #nature-modal .nature-container.-modal {
    min-height: 100%; }
  #nature-modal .search-block {
    margin: 0 auto;
    max-width: 800px;
    text-align: center; }
    #nature-modal .search-block p {
      color: #ffffff;
      margin: 2rem 0; }
    #nature-modal .search-block input[type="search"] {
      -webkit-appearance: none !important;
      -moz-appearance: none !important;
           appearance: none !important;
      border-radius: 0 !important;
      background: none;
      border: none;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      color: #ffffff !important;
      display: block;
      font-size: 1.2rem;
      margin: 1.4rem auto 2rem;
      padding: .5rem .5rem .2rem;
      text-align: center;
      transition: .3s;
      width: 100%; }
      @media (min-width: 600px) {
        #nature-modal .search-block input[type="search"] {
          font-size: 1.6rem;
          margin: 3rem auto; } }
      #nature-modal .search-block input[type="search"]:focus {
        border-color: rgba(255, 255, 255, 0.8);
        outline: none; }
    #nature-modal .search-block input[type="submit"] {
      -webkit-appearance: none !important;
      -moz-appearance: none !important;
           appearance: none !important;
      border-radius: 0 !important;
      border: 1px solid #ffffff;
      clear: both;
      display: block;
      margin: 2rem auto;
      max-width: 500px;
      width: 100%;
      color: #ffffff;
      font-family: "Whitney Cond A", "Whitney Cond B";
      font-size: 1.2rem;
      font-style: normal;
      font-weight: 500;
      letter-spacing: .05rem;
      line-height: 26px;
      text-transform: uppercase; }
    #nature-modal .search-block .search-filter-blocks.-modal {
      margin: 0 auto;
      max-width: 500px; }
      #nature-modal .search-block .search-filter-blocks.-modal:after {
        content: '';
        display: table;
        clear: both; }
      #nature-modal .search-block .search-filter-blocks.-modal > a {
        background-color: #526E2A;
        border: 1px solid #ffffff;
        color: #ffffff;
        display: block;
        float: left;
        font-family: "Whitney Cond A", "Whitney Cond B";
        font-size: 1.2rem;
        font-style: normal;
        font-weight: 500;
        height: 80px;
        margin: 0 0 1em;
        opacity: .6;
        padding: 0;
        position: relative;
        text-decoration: none;
        transition: opacity .3s;
        width: 31%; }
        #nature-modal .search-block .search-filter-blocks.-modal > a:nth-of-type(2) {
          margin: 0 3.5%; }
        #nature-modal .search-block .search-filter-blocks.-modal > a > span {
          display: block;
          pointer-events: none;
          transform: translate3d(0, -50%, 0);
          width: 100%;
          position: absolute;
          top: 50%;
          right: auto;
          bottom: auto;
          left: 0rem; }
        #nature-modal .search-block .search-filter-blocks.-modal > a:hover, #nature-modal .search-block .search-filter-blocks.-modal > a.-active {
          background-color: #ffffff;
          border-color: transparent;
          color: #526E2A;
          opacity: 1; }

/***
* Filter Styles
***/
.filter .-options.-left {
  display: none; }
  @media (min-width: 500px) {
    .filter .-options.-left {
      width: 100%; } }
  @media (min-width: 680px) {
    .filter .-options.-left {
      display: block; } }
  @media (min-width: 680px) and (min-width: 500px) {
    .filter .-options.-left {
      width: 33.33333%; } }

@media (min-width: 850px) and (min-width: 500px) {
  .filter .-options.-left {
    width: 25%; } }
  .filter .-options.-left .-options-header {
    background-color: #526E2A; }
    .filter .-options.-left .-options-header > h6 {
      color: #ffffff;
      margin: 0;
      padding: .5rem;
      text-align: center; }
  .filter .-options.-left .-options-body {
    border: 1px solid #cccccc;
    padding: .5rem; }
    .filter .-options.-left .-options-body > label {
      margin: 2rem 0 0;
      padding: 0; }
      .filter .-options.-left .-options-body > label.-first {
        margin-top: .5rem; }
    .filter .-options.-left .-options-body .nature-radio-container > label,
    .filter .-options.-left .-options-body .nature-checkbox-container > label {
      font-size: .85rem;
      font-weight: 300; }
    .filter .-options.-left .-options-body .nature-radio-container.child,
    .filter .-options.-left .-options-body .nature-checkbox-container.child {
      margin-left: 1.4rem !important;
      transform: scale(0.9); }

.filter-actions:after {
  content: '';
  display: table;
  clear: both; }

.filter-actions a {
  background-color: #cccccc;
  color: #526E2A !important;
  cursor: pointer;
  display: block;
  float: left;
  font-size: .8rem;
  font-weight: 500;
  padding: .3rem .5rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: .3s;
  width: 100%; }
  .filter-actions a:hover {
    background-color: #526E2A;
    color: #ffffff !important;
    text-decoration: none !important; }

.filter-actions.-mobile {
  margin-bottom: 1rem; }
  @media (min-width: 680px) {
    .filter-actions.-mobile {
      display: none; } }

.filter .-options.-top {
  display: none;
  padding-bottom: 0; }
  @media (min-width: 500px) {
    .filter .-options.-top {
      width: 100%; } }
  @media (min-width: 680px) {
    .filter .-options.-top {
      display: block; } }
  @media (min-width: 680px) and (min-width: 500px) {
    .filter .-options.-top {
      width: 66.66667%; } }

@media (min-width: 850px) and (min-width: 500px) {
  .filter .-options.-top {
    width: 75%; } }
  .filter .-options.-top .-wrapper {
    border-bottom: 1px solid #cccccc;
    padding: 0 0 1rem; }
    .filter .-options.-top .-wrapper:after {
      content: '';
      display: table;
      clear: both; }
  .filter .-options.-top .result-count, .filter .-options.-top .filters-label {
    margin: 0 0 1rem;
    text-align: center; }
    @media (min-width: 600px) {
      .filter .-options.-top .result-count, .filter .-options.-top .filters-label {
        float: left;
        line-height: 40px;
        margin: 0;
        text-align: left; } }
  .filter .-options.-top .filters-label {
    font-size: .9rem; }
  .filter .-options.-top .search-field {
    padding: .5rem; }
    @media (min-width: 680px) {
      .filter .-options.-top .search-field {
        line-height: 20px;
        float: right;
        max-width: 140px; } }
    @media (min-width: 850px) {
      .filter .-options.-top .search-field {
        line-height: 20px;
        float: right;
        max-width: 300px; } }
  .filter .-options.-top .-row {
    border-top: 1px solid #cccccc;
    padding: 1rem 0; }
    .filter .-options.-top .-row:after {
      content: '';
      display: table;
      clear: both; }
    .filter .-options.-top .-row:first-child {
      border: none;
      padding-top: 0; }
    .filter .-options.-top .-row.-filters-row {
      padding: 1rem 0 .5rem; }
  .filter .-options.-top .-display-option {
    margin: 0 0 1rem;
    overflow: hidden; }
    @media (min-width: 850px) {
      .filter .-options.-top .-display-option {
        float: left;
        margin: 0;
        padding-right: 2rem; } }
    .filter .-options.-top .-display-option label {
      float: left;
      font-style: italic;
      line-height: 34px;
      padding-right: 10px; }
    @media (min-width: 850px) {
      .filter .-options.-top .-display-option:first-child .nature-select-wrapper {
        float: left;
        width: 100px; } }
    .filter .-options.-top .-display-option .nature-select-wrapper {
      float: right;
      width: 50%; }
      @media (min-width: 850px) {
        .filter .-options.-top .-display-option .nature-select-wrapper {
          float: left;
          width: 180px; } }
      .filter .-options.-top .-display-option .nature-select-wrapper select {
        padding: 10px !important; }
  .filter .-options.-top .filters-label.-inline {
    display: inline-block;
    line-height: 30px;
    margin: 0 .5rem .5rem 0;
    vertical-align: middle; }
  .filter .-options.-top .current-filters > li {
    display: inline-block;
    margin: 0 .25rem .5rem; }
    .filter .-options.-top .current-filters > li > a {
      background-color: #cccccc;
      color: #526E2A !important;
      display: block;
      font-size: 90%;
      font-weight: 500;
      line-height: 30px;
      padding: 0 calc(.6rem + 24px) 0 0.6rem;
      position: relative;
      text-decoration: none !important;
      transition: .3s; }
      .filter .-options.-top .current-filters > li > a:hover {
        background-color: #526E2A;
        color: #ffffff !important;
        text-decoration: none !important; }
        .filter .-options.-top .current-filters > li > a:hover .close-bars span {
          background-color: #ffffff; }
      .filter .-options.-top .current-filters > li > a .close-bars {
        height: 12px;
        margin: -6px 0 0;
        width: 12px;
        position: absolute;
        top: 50%;
        right: 0.6rem;
        bottom: auto;
        left: auto; }
        .filter .-options.-top .current-filters > li > a .close-bars span {
          background-color: #526E2A;
          transition: .3s; }

@media (min-width: 500px) {
  .filter .-results {
    width: 100%; } }

@media (min-width: 680px) and (min-width: 500px) {
  .filter .-results {
    width: 66.66667%; } }

@media (min-width: 850px) and (min-width: 500px) {
  .filter .-results {
    width: 75%; } }

.mobile-toggle {
  background-color: #526E2A;
  color: #ffffff;
  cursor: pointer;
  display: block;
  margin: 1rem .75rem 0;
  padding: .5rem 1rem;
  position: relative;
  text-align: left;
  text-decoration: none !important;
  transition: .3s;
  width: calc(100% - 1.5rem); }
  @media (min-width: 680px) {
    .mobile-toggle {
      display: none; } }
  .mobile-toggle:hover {
    text-decoration: none; }
  .mobile-toggle .-text {
    color: #ffffff;
    font-size: .8rem;
    font-weight: 500;
    text-transform: uppercase; }
  .mobile-toggle .down-arrow {
    display: block;
    fill: #ffffff;
    height: 10px;
    margin-top: -5px;
    transform: rotate(90deg);
    transform-origin: center;
    transition: transform .6s;
    width: 10px;
    position: absolute;
    top: 50%;
    right: 1rem;
    bottom: auto;
    left: auto; }
  .mobile-toggle.-open .down-arrow {
    transform: rotate(510deg); }

/***
* Pagination Styles
***/
.pagination {
  margin-top: .5rem; }


/***
* Share This Styles
***/
.share-this.-sharing .-secondary-heading {
  font-size: 80%; }

.share-this.-sharing .at-share-btn {
  margin-right: 8px !important; }

/***
* Product Styles
***/
.posted_in a {
  color: #526E2A !important;
  font-weight: bold;
  text-decoration: none !important; }
  .posted_in a:hover {
    text-decoration: underline !important; }

/***
* Print Styles
***/
@media print {
  html, body {
    height: 99%; }
  .adonis-spices-alert {
    display: none !important; }
  .single-recipe {
    height: 99%; }
    .single-recipe .touch-menu-tigger,
    .single-recipe .touch-menu,
    .single-recipe .nature-modal {
      display: none; }
    .single-recipe .site-footer {
      margin: 0 !important;
      padding: 0 !important;
      position: relative;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto; }
      .single-recipe .site-footer img {
        display: none; }
      .single-recipe .site-footer .footer-copyright {
        font-size: 6pt;
        margin: 0 !important;
        padding: 0 !important;
        text-align: left !important; }
    .single-recipe main {
      padding: 0; }
    .single-recipe .recipe-single {
      border-top: 1px solid #cccccc;
      border-bottom: 1px solid #cccccc;
      margin-bottom: 0 !important;
      overflow: hidden; }
      .single-recipe .recipe-single:after {
        content: '';
        display: table;
        clear: both; }
      .single-recipe .recipe-single hr,
      .single-recipe .recipe-single .adonis-spices-reviews,
      .single-recipe .recipe-single .related-recipes,
      .single-recipe .recipe-single .reviews-bar,
      .single-recipe .recipe-single .column.-secondary,
      .single-recipe .recipe-single .adonis-spices-learn-more,
      .single-recipe .recipe-single .posted_in {
        display: none; }
      .single-recipe .recipe-single .-image {
        float: left !important;
        width: 40% !important; }
      .single-recipe .recipe-single .-title {
        float: right !important;
        line-height: 1.1 !important;
        margin: 0 !important;
        padding: 2rem !important;
        width: 60% !important; }
      .single-recipe .recipe-single .print {
        border-top: 1px solid #cccccc;
        float: left;
        font-size: 12px;
        margin-top: 1rem;
        padding: 0 1rem 2rem;
        width: 50%; }
        .single-recipe .recipe-single .print.-ingredients {
          clear: both; } }

/**
 * Patch Fixes
 */
*:focus {
  outline: 2px solid blue; }

*::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #000 !important;
  opacity: 1; }

*:-moz-placeholder input:-moz-placeholder {
  color: #000 !important;
  opacity: 1; }

*::-moz-placeholder input::-moz-placeholder {
  color: #000 !important;
  opacity: 1; }

*:-ms-input-placeholder input:-ms-input-placeholder {
  color: #000 !important;
  opacity: 1; }

input[placeholder],
[placeholder],
*[placeholder] {
  color: #000 !important;
  opacity: 1; }

#skipToContentLink {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999; }

#skipToContentLink:active,
#skipToContentLink:focus {
  color: #fff;
  background-color: #333;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 0 35%;
  padding: 5px;
  border-radius: 0;
  outline: 2px solid #ddd;
  text-align: center;
  font-size: 1em;
  z-index: 999; }

.show-sub-menu-message {
  display: none;
  background: #ededed;
  border: 1px solid black;
  color: black !important; }

.a11y-hidden {
  display: none !important; }

.menu-display {
  display: block; }

*:focus {
  outline: 2px dotted #028851 !important; }

.page-template-explore main[role='main'] {
  outline: none !important; }

.page-template-explore:focus,
.page-template-explore .site:focus,
.page-template-explore main[role='main']:focus .page-template-explore main[role='main'] .explore-container:focus {
  outline: none !important; }

.cart-count {
  background-color: #EE0000; }

main > .-content .review-rating li svg,
#commentform .comment-form-rating .stars > span a > span.star:not(.-empty) svg {
  fill: #EE0000; }

main > .-content table.adonis-spices-store-table.-sh-cart td.product-name a.sh-cart-remove:hover {
  color: #EE0000; }

main > .-content a:not(.action-link) {
  color: #007951;
  /* &:hover { color: #006745; } */ }

main > .-content a:not(.action-link):hover {
  color: #006745; }

/* table markup/style stuff */
caption {
  background-color: #526E2A;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 1rem 1rem;
  text-transform: uppercase; }

main > .-content table:not(.dev-style-guide-headings) thead th {
  font-style: italic;
  font-weight: bold;
  font-size: 1.1rem;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #000;
  padding: 0.66rem 1rem;
  text-transform: uppercase;
  text-align: left; }

main > .-content table.shipping-info-table thead th {
  background-color: #000;
  color: #fff; }

main > .-content table:not(.dev-style-guide-headings) tbody tr:nth-of-type(even) th {
  background-color: #efefef; }

main > .-content table:not(.dev-style-guide-headings) tr:nth-child(2) {
  background-color: #efefef;
  border-width: 1px; }

main > .-content table:not(.dev-style-guide-headings) tbody th {
  background-color: #fff;
  color: #000;
  font-size: 1rem;
  padding: 1rem 1rem;
  text-transform: none;
  border: 1px solid #ccc;
  text-align: left; }

/* filters */
main > .-content form input[type="radio"]:focus,
main > .-content form input[type="checkbox"]:focus {
  opacity: 1;
  background-color: #fff; }

.filters-form-wrapper .filters-fieldset {
  border: none; }

.filters-form-wrapper .filters-fieldset legend {
  display: none; }

fieldset.checkbox-container {
  border: none; }
