@import url(https://use.typekit.net/ebw8rsb.css);
@import url(https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap);
@font-face {
  font-family: 'Inlander';
  src: url("../fonts/inlander_regular-webfont.woff2") format("woff2"), url("/assets/fonts/inlander_regular-webfont.woff") format("woff"); }

@font-face {
  font-family: 'Tiranti Solid LET';
  src: url("../fonts/TirantiSolidLetPlain.woff2") format("woff2"), url("/assets/fonts/TirantiSolidLetPlain.woff") format("woff"); }

::selection {
  background: #073410;
  color: #F6F2EA;
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: #073410;
  color: #F6F2EA;
  /* Gecko Browsers */ }

/* Color Options
--------------------------------------------- */
.has-dark-green-color {
  color: #073410; }

.has-dark-green-background-color {
  background-color: #073410; }

.has-dark-green-background-color:hover {
  background-color: #041a08; }

.has-green-color {
  color: #05682F; }

.has-green-background-color {
  background-color: #05682F; }

.has-green-background-color:hover {
  background-color: #033418; }

.has-light-green-color {
  color: #C2C62C; }

.has-light-green-background-color {
  background-color: #C2C62C; }

.has-light-green-background-color:hover {
  background-color: #616316; }

.has-tan-color {
  color: #F6F2EA; }

.has-tan-background-color {
  background-color: #F6F2EA; }

.has-tan-background-color:hover {
  background-color: #a88848; }

.has-grey-color {
  color: #5e6a71; }

.has-grey-background-color {
  background-color: #5e6a71; }

.has-grey-background-color:hover {
  background-color: #2f3539; }

.has-white-color {
  color: #FFFFF2; }

.has-white-background-color {
  background-color: #FFFFF2; }

.has-white-background-color:hover {
  background-color: #f9f900; }

.has-black-color {
  color: #000; }

.has-black-background-color {
  background-color: #000; }

.has-black-background-color:hover {
  background-color: black; }

.has-yellow-color {
  color: #F0EC9E; }

.has-yellow-background-color {
  background-color: #F0EC9E; }

.has-yellow-background-color:hover {
  background-color: #aca51b; }

/**
 * Placeholder Color
 *
 */
/**
 * Font Sizes
 *
**/
/**
 * Columns
 *
 */
/**
 * Columns, Mobile
 *
 */
/**
 * Columns, Tablet
 *
 */
/**
 * Columns, Tablet Up
 *
 */
/**
 * Columns, Desktop
 *
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Correct the padding in Firefox.
     */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

/* Blocks
---------------------------------------------------------------------------------------------------- */
/* General
--------------------------------------------- */
.entry-content > *:not(.nmd-block):not(.cta-block):not(.events-feed):not(.post-card) {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }

.entry-content > *.wp-block-image {
  margin-bottom: 36px; }

.entry-content > *.alignleft {
  /*rtl:ignore*/
  float: left;
  margin: 0 12px 12px 0; }

.entry-content > *.alignright {
  /*rtl:ignore*/
  float: right;
  margin: 0 0 12px 12px; }

.entry-content > *.aligncenter {
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .entry-content > *.aligncenter {
      margin-left: 0;
      margin-right: 0; } }

.entry-content ul {
  list-style: disc; }

.entry-content ul,
.entry-content ol {
  padding-left: 80px !important;
  margin-top: 36px; }
  .entry-content ul li,
  .entry-content ol li {
    padding-bottom: 12px; }
    .entry-content ul li::marker,
    .entry-content ol li::marker {
      color: #073410; }
    .entry-content ul li:last-child,
    .entry-content ol li:last-child {
      padding-bottom: 0; }
    .entry-content ul li ul,
    .entry-content ul li ol,
    .entry-content ol li ul,
    .entry-content ol li ol {
      padding-top: 0.5rem; }

.wp-block-button__link {
  border: 2px solid brand-color("dark-green", "darken");
  border-radius: 3px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  padding: 16px 32px;
  text-decoration: none; }
  .is-style-full .wp-block-button__link, .wp-block-button__link.full {
    display: block;
    width: 100%; }
  .wp-block-button__link:not(.has-text-color) {
    color: white; }
    .wp-block-button__link:not(.has-text-color):hover {
      color: white; }
  .wp-block-button__link:not(.has-background) {
    background-color: brand-color("dark-green"); }
    .wp-block-button__link:not(.has-background):hover, .wp-block-button__link:not(.has-background):focus {
      background-color: brand-color("dark-green", "darken"); }
  .wp-block-button__link.has-dark-green-color:hover, .wp-block-button__link.has-dark-green-color:focus {
    color: #073410; }
  .wp-block-button__link.has-dark-green-background-color:hover, .wp-block-button__link.has-dark-green-background-color:focus {
    background-color: brand-color("dark-green", "darken"); }
  .wp-block-button__link.has-green-color:hover, .wp-block-button__link.has-green-color:focus {
    color: #05682F; }
  .wp-block-button__link.has-green-background-color:hover, .wp-block-button__link.has-green-background-color:focus {
    background-color: brand-color("green", "darken"); }
  .wp-block-button__link.has-light-green-color:hover, .wp-block-button__link.has-light-green-color:focus {
    color: #C2C62C; }
  .wp-block-button__link.has-light-green-background-color:hover, .wp-block-button__link.has-light-green-background-color:focus {
    background-color: brand-color("light-green", "darken"); }
  .wp-block-button__link.has-tan-color:hover, .wp-block-button__link.has-tan-color:focus {
    color: #F6F2EA; }
  .wp-block-button__link.has-tan-background-color:hover, .wp-block-button__link.has-tan-background-color:focus {
    background-color: brand-color("tan", "darken"); }
  .wp-block-button__link.has-grey-color:hover, .wp-block-button__link.has-grey-color:focus {
    color: #5e6a71; }
  .wp-block-button__link.has-grey-background-color:hover, .wp-block-button__link.has-grey-background-color:focus {
    background-color: brand-color("grey", "darken"); }
  .wp-block-button__link.has-white-color:hover, .wp-block-button__link.has-white-color:focus {
    color: #FFFFF2; }
  .wp-block-button__link.has-white-background-color:hover, .wp-block-button__link.has-white-background-color:focus {
    background-color: brand-color("white", "darken"); }
  .wp-block-button__link.has-black-color:hover, .wp-block-button__link.has-black-color:focus {
    color: #000; }
  .wp-block-button__link.has-black-background-color:hover, .wp-block-button__link.has-black-background-color:focus {
    background-color: brand-color("black", "darken"); }
  .wp-block-button__link.has-yellow-color:hover, .wp-block-button__link.has-yellow-color:focus {
    color: #F0EC9E; }
  .wp-block-button__link.has-yellow-background-color:hover, .wp-block-button__link.has-yellow-background-color:focus {
    background-color: brand-color("yellow", "darken"); }

/* Blockquote
--------------------------------------------- */
blockquote,
blockquote.wp-block-quote {
  background: transparent;
  text-align: left; }
  blockquote p,
  blockquote.wp-block-quote p {
    color: #05682F;
    font-size: 24px;
    font-style: normal;
    font-weight: 400; }
  blockquote cite,
  blockquote .wp-block-quote__citation,
  blockquote.wp-block-quote cite,
  blockquote.wp-block-quote .wp-block-quote__citation {
    color: #05682F;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-top: 12px;
    text-transform: uppercase; }
  blockquote p:last-of-type,
  blockquote.wp-block-quote p:last-of-type {
    margin-bottom: 0; }
  blockquote.is-large, blockquote.is-style-large,
  blockquote.wp-block-quote.is-large,
  blockquote.wp-block-quote.is-style-large {
    margin: calc(2 * $default-padding) auto; }
    blockquote.is-large p, blockquote.is-style-large p,
    blockquote.wp-block-quote.is-large p,
    blockquote.wp-block-quote.is-style-large p {
      font-size: 24px;
      font-size: 1.5rem; }
      @media (min-width: 768px) {
        blockquote.is-large p, blockquote.is-style-large p,
        blockquote.wp-block-quote.is-large p,
        blockquote.wp-block-quote.is-style-large p {
          font-size: 36px;
          font-size: 2.25rem; } }
    blockquote.is-large cite, blockquote.is-style-large cite,
    blockquote.wp-block-quote.is-large cite,
    blockquote.wp-block-quote.is-style-large cite {
      text-align: left; }

/* Pull Quote
--------------------------------------------- */
.wp-block-pullquote {
  border: none;
  padding: 0; }
  .wp-block-pullquote blockquote {
    border-left: 0;
    border-top: 8px solid #05682F;
    border-bottom: 8px solid #05682F;
    padding: 16px 0;
    text-align: center;
    max-width: 50%;
    margin: 0 auto; }
  .wp-block-pullquote.alignleft blockquote, .wp-block-pullquote.alignright blockquote {
    max-width: 100%; }

/* Separator
--------------------------------------------- */
.wp-block-separator:not(.is-style-dots),
hr:not(.is-style-dots) {
  background-color: #5e6a71;
  border: 0;
  height: 1px; }

.wp-block-separator:not(.is-style-wide):not(.is-style-dots),
hr:not(.is-style-wide):not(.is-style-dots) {
  width: 100%;
  height: 4px;
  background: transparent; }
  .wp-block-separator:not(.is-style-wide):not(.is-style-dots)::before,
  hr:not(.is-style-wide):not(.is-style-dots)::before {
    content: "";
    display: block;
    height: 4px;
    width: 40px;
    background: #05682F; }

.wp-block-separator.is-style-dots:before,
hr.is-style-dots:before {
  color: #5e6a71;
  font-size: 18px;
  letter-spacing: 12px;
  padding-left: 12px; }

/* Image
--------------------------------------------- */
img {
  display: block;
  max-width: 100%;
  height: auto; }

figcaption {
  color: #5e6a71;
  text-align: left;
  font-size: 14px;
  font-style: italic; }

/* Tables
--------------------------------------------- */
.table,
.wp-block-table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  max-width: 1300px;
  margin-bottom: 12px; }
  .table th,
  .table td,
  .wp-block-table th,
  .wp-block-table td {
    padding: 16px;
    vertical-align: center;
    border-top: 1px solid #5e6a71; }
  .table thead th,
  .wp-block-table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #5e6a71; }
  .table tbody + tbody,
  .wp-block-table tbody + tbody {
    border-top: 2px solid #5e6a71; }

.nmd-content-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0px 12px;
  padding-top: 80px;
  padding-bottom: 80px; }

body {
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  color: #073410;
  background-color: #F6F2EA;
  border: 2px solid white; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 auto;
  margin-bottom: 12px;
  font-family: "Inlander"; }
  h1:last-child,
  h2:last-child,
  h3:last-child,
  h4:last-child,
  h5:last-child,
  h6:last-child {
    margin-bottom: 0; }

h5,
h6 {
  font-family: "Tiranti Solid LET"; }

p {
  margin: 0 auto;
  margin-bottom: 12px;
  color: #073410; }
  p:last-child {
    margin-bottom: 0; }

p,
.body-1 {
  font-size: 16px;
  line-height: 30px; }

.body-2 {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.5625rem;
  letter-spacing: -0.01063rem; }

.body-3 {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 0.9375rem;
  letter-spacing: -0.00625rem; }

h1,
.h1,
.overlay-menu-wrap ul li a,
.search-page .underline {
  font-size: 90px;
  line-height: 80px;
  color: #05682F;
  margin-bottom: 36px; }
  h1 span,
  .h1 span,
  .overlay-menu-wrap ul li a span,
  .search-page .underline span {
    font-size: 40px;
    line-height: 43px;
    color: #C2C62C;
    font-family: "Tiranti Solid LET";
    display: block; }
  @media all and (max-width: 1200px) {
    h1,
    .h1,
    .overlay-menu-wrap ul li a,
    .search-page .underline {
      font-size: 70px;
      line-height: 60px; }
      h1 span,
      .h1 span,
      .overlay-menu-wrap ul li a span,
      .search-page .underline span {
        font-size: 32px;
        line-height: 28px; } }
  @media all and (max-width: 768px) {
    h1,
    .h1,
    .overlay-menu-wrap ul li a,
    .search-page .underline {
      font-size: 44px;
      line-height: 48px; }
      h1 span,
      .h1 span,
      .overlay-menu-wrap ul li a span,
      .search-page .underline span {
        font-size: 24px;
        line-height: 30px; } }

b,
strong {
  font-weight: 900; }

h2,
.h2 {
  font-size: 70px;
  line-height: 74px;
  font-weight: bold;
  margin-bottom: 30px; }
  @media all and (max-width: 768px) {
    h2,
    .h2 {
      font-size: 48px;
      line-height: 54px; } }

h3,
.h3 {
  font-size: 60px;
  line-height: 65px;
  position: relative;
  margin-bottom: 24px; }
  h3 span,
  .h3 span {
    font-size: 40px;
    line-height: 43px;
    color: #C2C62C;
    font-family: "Tiranti Solid LET";
    display: block;
    margin-bottom: -10px; }
  h3::after,
  .h3::after {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 0;
    width: 100px;
    height: 3px;
    border-radius: 1.5px;
    background-color: #C2C62C; }
  @media all and (max-width: 992px) {
    h3,
    .h3 {
      font-size: 48px;
      line-height: 44px; } }
  @media all and (max-width: 768px) {
    h3,
    .h3 {
      font-size: 40px;
      line-height: 38px; }
      h3 span,
      .h3 span {
        font-size: 24px;
        line-height: 26px; } }

h4,
.h4,
.menu-right .main-nav li .sub-menu li a,
.strain-card-full .text-wrap h1 {
  font-size: 30px;
  line-height: 36px;
  color: #05682F;
  margin-bottom: 18px; }
  @media all and (max-width: 1200px) {
    h4,
    .h4,
    .menu-right .main-nav li .sub-menu li a,
    .strain-card-full .text-wrap h1 {
      font-size: 24px;
      line-height: 32px; } }

h5,
.h5,
.h6,
.interior-header h1 span,
h6 {
  font-size: 20px;
  line-height: 24px;
  color: #C2C62C;
  margin-bottom: -6px; }
  @media all and (max-width: 768px) {
    h5,
    .h5,
    .h6,
    .interior-header h1 span,
    h6 {
      font-size: 18px;
      line-height: 26px; } }

a {
  text-decoration: none; }

html {
  margin-top: 0px !important; }

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

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

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

.italic {
  font-style: italic; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

[hidden] {
  display: none; }

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

svg {
  display: block; }

a {
  color: #05682F;
  transition: all 0.5s cubic-bezier(0.155, 0.81, 0.26, 0.995); }
  a:hover, a:focus, a:active {
    outline: 0;
    text-decoration: underline; }

.pc_button {
  position: relative;
  display: inline-flex;
  background: transparent;
  appearance: none;
  outline: none;
  transition: all 0.5s cubic-bezier(0.155, 0.81, 0.26, 0.995);
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  color: #05682F;
  border-radius: 5px;
  border: 2px solid #073410;
  padding: 12px 24px;
  text-align: center;
  justify-content: center;
  align-items: center; }
  @media all and (max-width: 768px) {
    .pc_button {
      font-size: 16px;
      line-height: 22px;
      padding: 12px 16px; } }
  .pc_button svg {
    margin-left: 20px;
    transition: all 0.5s cubic-bezier(0.155, 0.81, 0.26, 0.995); }
    @media all and (max-width: 768px) {
      .pc_button svg {
        margin-left: 12px; } }
    .pc_button svg line {
      transition: all 0.5s cubic-bezier(0.155, 0.81, 0.26, 0.995); }
  .pc_button:hover {
    background: #073410;
    color: #C2C62C;
    text-decoration: none; }
    .pc_button:hover svg {
      margin-left: 30px; }
    .pc_button:hover svg line {
      stroke: #C2C62C; }
  .pc_button.inline {
    border: none;
    padding: 0; }
    .pc_button.inline:hover {
      background: transparent; }

.button-block {
  text-align: center; }
  .button-block .pc_button {
    margin: 0 auto; }

.site-content form {
  margin: 0 auto 120px;
  max-width: 1300px; }
  .site-content form .gform_footer {
    padding-top: 60px !important; }
  .site-content form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
  .site-content form select,
  .site-content form textarea {
    -webkit-appearance: none !important;
    appearance: none !important;
    background-color: #F6F2EA;
    border: 0.125rem solid #FFFFF2;
    border-radius: 0rem;
    color: #073410;
    font-family: "Nunito", sans-serif;
    font-size: 1.125rem;
    height: 5rem;
    letter-spacing: 0.02375rem;
    line-height: 1.5rem;
    margin-bottom: 0;
    margin-top: 0;
    opacity: 1;
    outline: none;
    padding: 1.5rem;
    width: 100%; }
    .site-content form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::placeholder,
    .site-content form select::placeholder,
    .site-content form textarea::placeholder {
      opacity: 0.5; }
    .site-content form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus,
    .site-content form select:focus,
    .site-content form textarea:focus {
      border-color: #C2C62C !important; }
      .site-content form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus::placeholder,
      .site-content form select:focus::placeholder,
      .site-content form textarea:focus::placeholder {
        opacity: 1; }
    .site-content form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])[type="search"],
    .site-content form select[type="search"],
    .site-content form textarea[type="search"] {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
  .site-content form .gfield.gf_left_half,
  .site-content form .gfield.gf_right_half {
    width: 100%;
    max-width: 100%; }
    @media screen and (min-width: 992px) {
      .site-content form .gfield.gf_left_half,
      .site-content form .gfield.gf_right_half {
        width: calc(50% - 8px);
        max-width: calc(50% - 8px); } }
  .site-content form .gfield.gf_left_half {
    margin-right: 0px !important; }
    @media screen and (min-width: 992px) {
      .site-content form .gfield.gf_left_half {
        margin-right: 8px !important; } }
  .site-content form .gfield.gf_right_half {
    margin-left: 0px !important; }
    @media screen and (min-width: 992px) {
      .site-content form .gfield.gf_right_half {
        margin-left: 8px !important; } }
  .site-content form textarea {
    height: auto;
    min-height: 23.75rem; }
  .site-content form .address_state,
  .site-content form .ginput_container_select,
  .site-content form .select-filter {
    position: relative; }
    .site-content form .address_state::before,
    .site-content form .ginput_container_select::before,
    .site-content form .select-filter::before {
      background: url("../img/chevron_down.svg") no-repeat center center/contain #C2C62C;
      background-size: 1.25rem;
      border-bottom-right-radius: 0rem;
      border-top-right-radius: 0rem;
      content: "";
      cursor: pointer;
      display: block;
      height: 5rem;
      pointer-events: none;
      position: absolute;
      right: -1px;
      top: 0;
      width: 5rem;
      transition: all 0.3s ease-in; }
    .site-content form .address_state:hover::before,
    .site-content form .ginput_container_select:hover::before,
    .site-content form .select-filter:hover::before {
      background-color: #073410; }
  @media screen and (min-width: 992px) {
    .site-content form .address_state::before {
      right: 0.4375rem; } }
  .site-content form .gfield_description {
    color: #073410;
    margin-bottom: 0.375rem; }
  .site-content form .instruction {
    margin-top: 0.375rem; }
  .site-content form legend.gfield_label,
  .site-content form .top_label .gfield_label,
  .site-content form .gfield_label,
  .site-content form .field_sublabel_below .ginput_complex.ginput_container label {
    color: #073410;
    font-family: "Nunito", sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.6;
    margin: 0.375rem 0 1.5rem !important;
    opacity: 1; }
  .site-content form .gf_progressbar_title {
    display: none; }
  .site-content form .gfield_radio li input[type="radio"],
  .site-content form .gfield_checkbox li input[type="checkbox"] {
    margin-right: 0.375rem;
    margin-top: 0; }
  .site-content form .gfield_checkbox li input[type="checkbox"] {
    -webkit-appearance: none;
    border: solid 1px #DCDDDE;
    border-radius: 0rem;
    cursor: pointer;
    height: 1.25rem;
    position: relative;
    width: 1.25rem !important; }
    .site-content form .gfield_checkbox li input[type="checkbox"]:focus {
      outline: none !important; }
    .site-content form .gfield_checkbox li input[type="checkbox"]:checked::before {
      color: #790000;
      content: "+";
      font-size: 1.25rem;
      left: 50%;
      line-height: 1.25rem;
      position: absolute;
      text-align: center;
      top: 50%;
      transform: translate(-50%, -50%) rotate(45deg); }
  .site-content form .gfield_radio li input[type="radio"] {
    -webkit-appearance: none;
    border: solid 1px #FFFFF2;
    border-radius: 50%;
    cursor: pointer;
    height: 1.25rem;
    position: relative;
    width: 1.25rem !important; }
    .site-content form .gfield_radio li input[type="radio"]:focus {
      outline: none !important; }
    .site-content form .gfield_radio li input[type="radio"]:checked::before {
      background-color: #790000;
      border-radius: 50%;
      content: "";
      height: 0.625rem;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 0.625rem !important; }
  .site-content form .gfield_radio li label,
  .site-content form .gfield_checkbox li label {
    color: #073410;
    font-family: "Nunito", sans-serif;
    font-size: 1.125rem;
    font-weight: normal !important;
    margin-top: 0; }
  .site-content form .field_sublabel_below .ginput_complex.ginput_container label {
    color: #073410;
    font-size: 0.75rem; }
  .site-content form .ginput_container {
    margin-top: 0; }
    .site-content form .ginput_container span {
      display: inline-block;
      height: auto;
      margin-bottom: 12px;
      width: 100%; }
      @media screen and (min-width: 992px) {
        .site-content form .ginput_container span.ginput_left, .site-content form .ginput_container span.ginput_right {
          width: 50%; } }
  .site-content form .gf_progressbar_wrapper {
    padding-top: 3.4375rem; }
  .site-content form .gf_progressbar {
    background-color: transparent;
    border: 1px solid;
    border-radius: 0;
    border-radius: 0.625rem;
    box-shadow: none;
    height: 0.625rem;
    margin: 0;
    padding: 0;
    width: 100%; }
    .site-content form .gf_progressbar::after {
      background-color: transparent;
      border-radius: 0;
      box-shadow: none; }
    .site-content form .gf_progressbar .gf_progressbar_percentage {
      background: none;
      background-color: #790000;
      border-radius: 0.625rem;
      font-family: "Nunito", sans-serif;
      height: 0.625rem;
      margin-left: -1px;
      margin-top: -1px;
      position: relative; }
      .site-content form .gf_progressbar .gf_progressbar_percentage span {
        background-color: #fff;
        border: 1px solid #DCDDDE;
        border-radius: 0rem;
        color: #DCDDDE;
        font-family: "Nunito", sans-serif;
        font-size: 1.125rem;
        line-height: 1.25rem;
        padding: 0.3125rem 1.25rem;
        position: absolute;
        right: 0;
        text-shadow: none;
        top: -55px; }
        .site-content form .gf_progressbar .gf_progressbar_percentage span::before {
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-top: 10px solid #fff;
          bottom: -9px;
          content: "";
          height: 0;
          left: 50%;
          position: absolute;
          transform: translateX(-50%);
          width: 0;
          z-index: 2; }
        .site-content form .gf_progressbar .gf_progressbar_percentage span::after {
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-top: 10px solid #DCDDDE;
          bottom: -10px;
          content: "";
          height: 0;
          left: 50%;
          position: absolute;
          transform: translateX(-50%);
          width: 0;
          z-index: 1; }

.gform_heading {
  display: none; }

.gform_wrapper {
  padding-top: 48px;
  padding-bottom: 100px;
  margin: 0; }
  .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0; }

.gfield_error.gfield_contains_required input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gfield_error.gfield_contains_required select,
.gfield_error.gfield_contains_required textarea {
  border-color: #790000; }

.gfield_error.gfield_contains_required .gfield_label,
.gfield_error.gfield_contains_required .gfield_required {
  color: #790000; }

.gform_validation_error form .validation_error {
  background: url("../img/form_error.png") no-repeat 97% 50%/contain;
  background-size: 1.5rem;
  border: 0.0625rem solid #790000;
  border-radius: 0rem;
  box-shadow: none;
  color: #790000;
  font-family: "Nunito", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  padding-right: 3.75rem;
  text-align: left; }

.gform_validation_error form .gform_body ul li.gfield.gfield_error {
  background: transparent;
  border: 0;
  margin-bottom: 0 !important;
  padding: 0;
  position: relative; }
  .gform_validation_error form .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
    width: 100%; }

.gform_validation_error form .validation_message {
  color: #790000;
  font-family: "Nunito", sans-serif;
  font-size: 1.125rem;
  margin-bottom: 0.3125rem;
  padding-right: 0;
  width: auto; }
  .gform_validation_error form .validation_message.instruction {
    left: 0;
    position: relative;
    right: auto;
    top: auto; }

.gform_confirmation_message {
  color: #F6F2EA;
  font-family: "Inlander";
  font-size: 1rem;
  margin-top: 0.75rem; }

.newsletter-form .gform_wrapper {
  margin-bottom: 0;
  margin-top: 1.25rem; }
  .newsletter-form .gform_wrapper .validation_error {
    display: none !important; }
  .newsletter-form .gform_wrapper.gform_validation_error .gform_footer {
    vertical-align: bottom; }
  .newsletter-form .gform_wrapper form {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .newsletter-form .gform_wrapper form .gfield_error {
      display: flex;
      flex-direction: column; }
      .newsletter-form .gform_wrapper form .gfield_error .ginput_container_email {
        order: 2; }
    .newsletter-form .gform_wrapper form .gform_body .gfield_error .validation_message {
      background: url("../img/form_error.png") no-repeat 97% 50%/contain;
      background-color: #003349 !important;
      background-size: 1.5rem;
      border: 0.0625rem solid #790000;
      border-radius: 0rem;
      box-shadow: none;
      color: #790000;
      font-weight: 600;
      left: 0;
      line-height: 1.6;
      margin-bottom: 1.25rem !important;
      padding: 0.625rem 1.25rem;
      padding-right: 3.75rem !important;
      position: relative !important;
      right: auto !important;
      text-align: left;
      text-transform: none !important;
      top: auto !important; }
    @media screen and (min-width: 992px) {
      .newsletter-form .gform_wrapper form {
        flex-direction: row; } }
    .newsletter-form .gform_wrapper form input {
      border: 0 !important; }
    .newsletter-form .gform_wrapper form ul.gform_fields li.gfield {
      margin-top: 0;
      padding-right: 0; }
    .newsletter-form .gform_wrapper form .gform_footer {
      display: inline-block;
      margin: 0;
      margin-top: 1.25rem;
      padding: 0;
      vertical-align: top;
      width: 100%; }
  .newsletter-form .gform_wrapper .gform_body {
    display: inline-block;
    max-width: 100%;
    width: 100%; }
    .newsletter-form .gform_wrapper .gform_body .ginput_container {
      margin-top: 0; }
      .newsletter-form .gform_wrapper .gform_body .ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
        background: rgba(0, 0, 0, 0.3) !important;
        color: #fff !important;
        font-family: "Nunito", sans-serif;
        font-size: 1.125rem;
        padding-left: 0.75rem;
        width: 100%; }
        .newsletter-form .gform_wrapper .gform_body .ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::placeholder {
          color: #fff;
          opacity: 0.4 !important;
          transition: color 1s ease-in; }
        .newsletter-form .gform_wrapper .gform_body .ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus::placeholder {
          opacity: 1 !important; }
  .newsletter-form .gform_wrapper .ginput_recaptcha {
    margin-top: 15px !important; }
  .newsletter-form .gform_wrapper .top_label .gfield_label {
    display: none; }

body img.gform_ajax_spinner {
  bottom: 0.5rem;
  height: 30px;
  left: -30px;
  position: absolute;
  transform: translateX(-50%); }

.alt-card-block .cards-wrap {
  display: flex;
  flex-wrap: wrap; }
  @media all and (max-width: 768px) {
    .alt-card-block .cards-wrap {
      display: block; } }
  .alt-card-block .cards-wrap .card {
    position: relative;
    flex: 1 0 100%;
    display: flex; }
    @media all and (max-width: 768px) {
      .alt-card-block .cards-wrap .card {
        display: block; } }
    .alt-card-block .cards-wrap .card .featured,
    .alt-card-block .cards-wrap .card .left-col {
      width: 100%;
      max-width: 50%;
      height: 100%;
      flex: 1 0 50%;
      order: 1;
      object-fit: cover; }
      @media all and (max-width: 768px) {
        .alt-card-block .cards-wrap .card .featured,
        .alt-card-block .cards-wrap .card .left-col {
          flex: 1 0 100%;
          max-width: 100%;
          order: 1; } }
    .alt-card-block .cards-wrap .card .image-wrap {
      height: 100%; }
    .alt-card-block .cards-wrap .card .image {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .alt-card-block .cards-wrap .card .info-wrap,
    .alt-card-block .cards-wrap .card .right-col {
      display: flex;
      flex: 1 0 50%;
      max-width: 50%;
      align-items: center;
      flex-direction: column;
      background-color: #073410;
      justify-content: center;
      text-align: left;
      padding: 60px 60px;
      align-items: flex-start;
      order: 2; }
      @media all and (max-width: 768px) {
        .alt-card-block .cards-wrap .card .info-wrap,
        .alt-card-block .cards-wrap .card .right-col {
          flex: 1 0 100%;
          max-width: 100%;
          order: 2;
          padding: 30px 15px; } }
      .alt-card-block .cards-wrap .card .info-wrap h4,
      .alt-card-block .cards-wrap .card .right-col h4 {
        color: #C2C62C;
        margin-bottom: 27px;
        margin-left: 0; }
      .alt-card-block .cards-wrap .card .info-wrap p,
      .alt-card-block .cards-wrap .card .right-col p {
        color: #FFFFF2;
        margin-left: 0; }
      .alt-card-block .cards-wrap .card .info-wrap .pc_button,
      .alt-card-block .cards-wrap .card .right-col .pc_button {
        border-color: #C2C62C;
        margin-top: 36px; }
        .alt-card-block .cards-wrap .card .info-wrap .pc_button .text,
        .alt-card-block .cards-wrap .card .right-col .pc_button .text {
          color: #FFFFF2; }
      .alt-card-block .cards-wrap .card .info-wrap svg line,
      .alt-card-block .cards-wrap .card .right-col svg line {
        stroke: #C2C62C; }
    .alt-card-block .cards-wrap .card:nth-child(even) .featured,
    .alt-card-block .cards-wrap .card:nth-child(even) .left-col {
      order: 2; }
    .alt-card-block .cards-wrap .card:nth-child(even) .info-wrap,
    .alt-card-block .cards-wrap .card:nth-child(even) .right-col {
      order: 1; }

.single-post-content-wrap {
  padding: 80px 20px;
  max-width: 900px; }
  .single-post-content-wrap > * {
    margin-bottom: 30px; }
  .single-post-content-wrap hr {
    height: 1px; }
    .single-post-content-wrap hr::before {
      width: 100% !important;
      height: 1px !important;
      background: #05682F; }
  .single-post-content-wrap img {
    width: 100%;
    height: auto; }

.post-card .image-wrap {
  height: 100% !important;
  padding-bottom: 0 !important; }
  .post-card .image-wrap img {
    object-fit: cover !important; }

ol {
  list-style: decimal; }

.overlay-menu-wrap,
.overlay-search-wrap,
.intro-animation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #073410;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  transform: translateY(-20%);
  pointer-events: none;
  display: flex;
  align-items: center;
  z-index: 98; }
  .overlay-menu-wrap::before,
  .overlay-search-wrap::before,
  .intro-animation::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    mix-blend-mode: multiply;
    background-color: #073410; }
  .overlay-menu-wrap .pc_button,
  .overlay-search-wrap .pc_button,
  .intro-animation .pc_button {
    margin-top: 60px; }
  .overlay-menu-wrap #close-icon,
  .overlay-search-wrap #close-icon,
  .intro-animation #close-icon {
    position: absolute;
    top: 24px;
    right: calc((100vw - 1300px) / 2 + 18px);
    cursor: pointer;
    z-index: 6; }
    @media all and (max-width: 1300px) {
      .overlay-menu-wrap #close-icon,
      .overlay-search-wrap #close-icon,
      .intro-animation #close-icon {
        right: 42px; } }
    @media all and (max-width: 768px) {
      .overlay-menu-wrap #close-icon,
      .overlay-search-wrap #close-icon,
      .intro-animation #close-icon {
        right: 26px;
        top: 20px; } }

#wpadminbar {
  display: none; }

html {
  margin-top: 0px !important; }

.hamburger {
  display: flex;
  width: 28px;
  cursor: pointer;
  z-index: 9;
  align-items: center;
  margin-left: 55px;
  margin-right: 12px; }
  .hamburger svg {
    position: relative;
    z-index: 1; }
  .hamburger::after {
    content: "";
    background-color: #073410;
    position: absolute;
    top: -2px;
    right: -2px;
    width: calc(((100vw - 1300px)/2) + 28px + 55px + 12px);
    height: calc(100% + 4px); }
  @media all and (max-width: 1300px) {
    .hamburger {
      margin-left: 32px;
      margin-right: 30px; }
      .hamburger::after {
        width: calc(28px + 30px + 30px + 4px); } }
  @media all and (max-width: 768px) {
    .hamburger {
      margin-left: 14px;
      margin-right: 12px; }
      .hamburger::after {
        width: calc(28px + 12px + 12px + 4px); } }

.site-header .search-wrapper {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  border-right: 2px solid white;
  background-color: transparent;
  box-shadow: none;
  padding-right: 24px;
  max-width: 25vw;
  transition: all 0.5s cubic-bezier(0.155, 0.81, 0.26, 0.995); }
  .site-header .search-wrapper .nmd-search-form {
    height: 100%;
    width: 100%;
    margin: 0;
    margin-bottom: 0; }
  .site-header .search-wrapper #search-form-1 {
    padding: 0;
    padding-left: 75px;
    border: none;
    background: transparent;
    font-family: "Nunito", sans-serif;
    color: #05682F;
    font-size: 20px;
    line-height: 28px;
    height: 100%;
    width: 100%; }
    @media all and (max-width: 768px) {
      .site-header .search-wrapper #search-form-1 {
        padding-left: 50px; } }
    .site-header .search-wrapper #search-form-1::placeholder {
      color: #FFFFF2;
      opacity: 1 !important; }
  .site-header .search-wrapper .search-submit {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%); }
    @media all and (max-width: 768px) {
      .site-header .search-wrapper .search-submit {
        left: 16px; } }

.search-icon {
  cursor: pointer;
  display: none; }
  .search-icon svg {
    max-width: 20px; }

.menu-left {
  padding: 6px 0 6px 12px;
  margin-right: 24px;
  padding-right: 24px;
  width: calc(1/6 * 100%);
  border-right: 2px solid #FFFFF2; }
  @media all and (max-width: 993px) {
    .menu-left {
      width: 25%; } }
  @media all and (max-width: 768px) {
    .menu-left {
      width: 70px;
      margin-right: 0; } }

.menu-right {
  display: flex; }
  .menu-right .main-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    margin: 0; }
    @media all and (max-width: 993px) {
      .menu-right .main-nav {
        display: none; } }
    .menu-right .main-nav li {
      margin-right: 18px;
      height: 100%;
      display: flex;
      align-items: center; }
      @media all and (max-width: 993px) {
        .menu-right .main-nav li {
          margin-right: 14px; } }
      .menu-right .main-nav li h6 {
        margin: 0; }
      .menu-right .main-nav li .sub-menu {
        position: absolute;
        overflow: hidden;
        height: auto;
        opacity: 0;
        pointer-events: none;
        transition: all 0.25s cubic-bezier(0.155, 0.81, 0.26, 0.995);
        top: 78px;
        z-index: 999;
        width: calc(100% - ((1/6 * 100%) - 2px));
        left: 0;
        max-width: 1300px;
        margin-left: calc((1/6 * 100%) - 2px);
        padding-left: 16px;
        border-left: 2px solid #FFFFF2;
        padding-bottom: 80px;
        padding-top: 63px;
        display: flex; }
        @media all and (max-width: 993px) {
          .menu-right .main-nav li .sub-menu {
            width: calc(100% - (25% - 2px));
            margin-left: calc(25% - 2px); } }
        .menu-right .main-nav li .sub-menu .products-feed {
          width: 100%;
          display: flex; }
        .menu-right .main-nav li .sub-menu .product-card {
          padding: 0px 12px;
          flex: 1 0 calc(1/6 * 100%);
          text-align: center; }
          .menu-right .main-nav li .sub-menu .product-card h4 {
            font-size: 16px;
            line-height: 24px; }
          .menu-right .main-nav li .sub-menu .product-card .image-wrap {
            position: relative;
            height: 0;
            padding-bottom: 100%;
            margin-bottom: 16px; }
            .menu-right .main-nav li .sub-menu .product-card .image-wrap img {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              object-fit: cover; }
        .menu-right .main-nav li .sub-menu ul {
          display: flex;
          flex-direction: column;
          flex: 1 0 25%; }
          .menu-right .main-nav li .sub-menu ul .pc_button {
            justify-content: flex-start; }
            .menu-right .main-nav li .sub-menu ul .pc_button line {
              stroke: #C2C62C; }
        @media all and (min-width: 1300px) {
          .menu-right .main-nav li .sub-menu {
            width: calc(100% - (((100vw - 1300px)) + (1300px * (1/6)) - 12px));
            margin-left: calc(((100vw - 1300px) / 2) + (1300px * (1/6)) - 12px);
            margin-right: calc((100vw - 1300px) / 2); } }
        .menu-right .main-nav li .sub-menu .strains {
          display: flex;
          flex: 1 0 75%;
          padding: 0px 24px; }
          .menu-right .main-nav li .sub-menu .strains .strain-card {
            flex: 1 0 33%;
            text-align: center; }
            .menu-right .main-nav li .sub-menu .strains .strain-card .entry-terms {
              color: #C2C62C;
              font-size: 16px;
              text-transform: capitalize; }
            .menu-right .main-nav li .sub-menu .strains .strain-card h4 {
              font-size: 24px; }
            .menu-right .main-nav li .sub-menu .strains .strain-card .image-wrap {
              position: relative;
              height: 0;
              padding-bottom: 100%;
              margin-bottom: 8px; }
              .menu-right .main-nav li .sub-menu .strains .strain-card .image-wrap img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                object-fit: cover; }
          .menu-right .main-nav li .sub-menu .strains .event-card {
            padding-left: 30px;
            text-align: left; }
            .menu-right .main-nav li .sub-menu .strains .event-card .image-wrap {
              padding-bottom: calc((7/5) * 100%);
              margin-bottom: 16px;
              transition: all 0.5s cubic-bezier(0.155, 0.81, 0.26, 0.995); }
            .menu-right .main-nav li .sub-menu .strains .event-card:hover .image-wrap {
              box-shadow: 0 12px 12px rgba(0, 0, 0, 0.16); }
            .menu-right .main-nav li .sub-menu .strains .event-card h6 {
              text-transform: lowercase;
              font-size: 12px;
              line-height: 22px; }
            .menu-right .main-nav li .sub-menu .strains .event-card h4 {
              font-size: 19px;
              line-height: 26px; }
        .menu-right .main-nav li .sub-menu .events {
          margin-top: -63px; }
        .menu-right .main-nav li .sub-menu .about {
          padding: 0;
          margin-top: -63px; }
          .menu-right .main-nav li .sub-menu .about .image-wrap {
            display: flex;
            flex: 1 0 100%;
            position: relative;
            height: calc(100% + 80px);
            display: none; }
            .menu-right .main-nav li .sub-menu .about .image-wrap.active {
              display: flex; }
            .menu-right .main-nav li .sub-menu .about .image-wrap img {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              object-fit: cover; }
        .menu-right .main-nav li .sub-menu li {
          height: auto; }
          .menu-right .main-nav li .sub-menu li:last-child {
            margin-bottom: 0; }
          .menu-right .main-nav li .sub-menu li a {
            font-size: 18px;
            line-height: 24px;
            font-family: "Inlander"; }
            .menu-right .main-nav li .sub-menu li a:hover {
              color: #C2C62C;
              transition: color 0s linear;
              text-decoration: underline; }
        .menu-right .main-nav li .sub-menu.active {
          opacity: 1;
          pointer-events: auto;
          transition: all 0.25s 0.5s cubic-bezier(0.155, 0.81, 0.26, 0.995); }
      .menu-right .main-nav li a {
        text-transform: uppercase;
        color: #05682F;
        font-size: 14px;
        font-weight: 600; }
        @media all and (max-width: 993px) {
          .menu-right .main-nav li a {
            font-size: 12px; } }
        .menu-right .main-nav li a:hover {
          text-decoration: underline;
          color: #C2C62C; }
      .menu-right .main-nav li:last-child {
        margin-right: 0px; }

body.sub-menu-active .site-branding-container .menu-bg {
  height: 500px;
  box-shadow: 0 12px 12px rgba(0, 0, 0, 0.16);
  border-bottom: 2px solid #FFFFF2; }

.site-header {
  position: relative;
  height: 78px; }
  .site-header .menu-bg {
    background-color: #F6F2EA;
    position: absolute;
    top: calc(80px - 2px);
    left: 0;
    width: 100%;
    height: 0;
    z-index: 9;
    transition: all 0.25s cubic-bezier(0.155, 0.81, 0.26, 0.995);
    border-bottom: 2px solid transparent; }
    @media all and (max-width: 768px) {
      .site-header .menu-bg {
        display: none; } }
  .site-header .site-branding-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #F6F2EA;
    border: 2px solid white;
    z-index: 999;
    height: 80px;
    transition: all 0.5s cubic-bezier(0.155, 0.81, 0.26, 0.995); }
    @media all and (max-width: 768px) {
      .site-header .site-branding-container {
        height: 70px; } }
  .site-header .site-branding {
    display: flex;
    justify-content: space-between;
    transition: all 0.5s ease-in-out;
    margin: 0 auto;
    max-width: 1300px;
    height: 100%; }
  .site-header .site-logo {
    position: relative;
    z-index: 99; }
    .site-header .site-logo svg {
      width: 160px;
      max-width: 100%;
      height: auto; }
      @media all and (max-width: 768px) {
        .site-header .site-logo svg {
          position: fixed;
          width: 140px;
          top: 6px;
          left: 18px;
          transition: all 0.5s cubic-bezier(0.155, 0.81, 0.26, 0.995); }
          .site-header .site-logo svg .cannabis,
          .site-header .site-logo svg .sinse {
            display: none; } }
  .site-header.nav-hide .site-branding-container:not(.menu-show):not(.search-show) {
    top: -100px; }
    @media all and (max-width: 768px) {
      .site-header.nav-hide .site-branding-container:not(.menu-show):not(.search-show) .site-logo svg {
        top: -100px; } }
  .site-header.nav-show .site-branding-container:not(.menu-show):not(.search-show) {
    top: 0; }
    @media all and (max-width: 768px) {
      .site-header.nav-show .site-branding-container:not(.menu-show):not(.search-show) .site-logo svg {
        top: 6px; } }

.overlay-menu-wrap .menu-center {
  position: relative;
  z-index: 6;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0px 60px; }
  @media all and (max-width: 768px) {
    .overlay-menu-wrap .menu-center {
      padding: 0px 15px; } }
  .overlay-menu-wrap .menu-center .sub-menu {
    display: none; }
  .overlay-menu-wrap .menu-center ul {
    column-count: 2; }
    @media all and (max-width: 768px) {
      .overlay-menu-wrap .menu-center ul {
        column-count: 1; } }

.overlay-menu-wrap h5 {
  font-size: 36px;
  line-height: 40px; }
  @media all and (max-width: 768px) {
    .overlay-menu-wrap h5 {
      font-size: 30px !important;
      line-height: 34px !important; } }

.overlay-menu-wrap ul li {
  margin-bottom: 36px; }
  @media all and (max-width: 768px) {
    .overlay-menu-wrap ul li {
      margin-bottom: 24px; } }
  .overlay-menu-wrap ul li:last-child {
    margin-bottom: 0; }
  .overlay-menu-wrap ul li a {
    font-family: "Inlander";
    color: #FFFFF2; }
    @media all and (max-width: 768px) {
      .overlay-menu-wrap ul li a {
        font-size: 40px !important;
        line-height: 40px !important; } }
    .overlay-menu-wrap ul li a:hover {
      text-decoration: underline;
      color: #C2C62C; }

body.menu-open {
  overflow: hidden; }
  body.menu-open .site-logo .logomark path,
  body.menu-open .site-logo .sinse path {
    fill: #FFFFF2 !important; }
  body.menu-open .site-logo .cannabis path,
  body.menu-open .site-logo .cannabis line,
  body.menu-open .site-logo .cannabis polyline {
    stroke: #FFFFF2 !important; }
  body.menu-open .overlay-menu-wrap {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0px); }

.nmd-search-form {
  position: absolute;
  top: 50%;
  z-index: 9999;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0px 13px;
  text-align: center; }
  .nmd-search-form h6 {
    text-align: left;
    margin-bottom: 16px;
    font-size: 30px;
    line-height: 36px; }
  .nmd-search-form input {
    background: transparent;
    border: 2px solid #FFFFF2;
    height: 90px;
    color: #FFFFF2;
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    padding: 0px 24px;
    padding-left: 80px; }
    .nmd-search-form input::placeholder {
      color: #FFFFF2;
      opacity: 1 !important; }
  .nmd-search-form button {
    position: absolute;
    bottom: 32px;
    left: 44px; }
    .nmd-search-form button path {
      fill: #FFFFF2; }

body.search-open {
  height: 100vh;
  overflow: hidden; }
  body.search-open .site-logo .logomark path,
  body.search-open .site-logo .sinse path {
    fill: #FFFFF2 !important; }
  body.search-open .site-logo .cannabis path,
  body.search-open .site-logo .cannabis line,
  body.search-open .site-logo .cannabis polyline {
    stroke: #FFFFF2 !important; }
  body.search-open .overlay-search-wrap {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0px); }

.intro-animation {
  opacity: 1;
  pointer-events: auto;
  z-index: 9999;
  transform: translateY(0px);
  background-color: #FFFFF2;
  justify-content: center;
  padding: 0px 30px; }
  .intro-animation .pc_button {
    margin-top: 0px; }
  .intro-animation img {
    max-width: 350px;
    margin-top: -60px; }
  .intro-animation::before {
    display: none; }

body:not(.age-denied) {
  overflow: auto; }
  body:not(.age-denied) .intro-animation {
    opacity: 0 !important;
    display: none !important;
    pointer-events: none !important;
    z-index: -1 !important; }

body.age-denied {
  overflow: hidden; }
  body.age-denied .intro-animation {
    display: flex;
    opacity: 1;
    pointer-events: auto;
    z-index: 9999; }

.site-footer {
  text-align: center;
  background: #F6F2EA;
  border-top: 2px solid white;
  font-family: "Nunito", sans-serif; }
  .site-footer .site-info {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    max-width: 1300px;
    margin: 0 auto; }
    @media all and (max-width: 992px) {
      .site-footer .site-info {
        flex-direction: column; } }
  .site-footer .footer-nav {
    column-count: 2; }
    @media all and (max-width: 992px) {
      .site-footer .footer-nav {
        column-count: 1; } }
  .site-footer .col {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex: 1 0 25%;
    text-align: left;
    padding: 80px 15px; }
    .site-footer .col:nth-child(2) {
      padding-left: 60px; }
    @media all and (max-width: 992px) {
      .site-footer .col {
        padding-right: 0; }
        .site-footer .col:nth-child(2) {
          padding-left: 0px;
          margin-bottom: 90px; } }
    @media all and (max-width: 768px) {
      .site-footer .col {
        padding-right: 15px; } }
    .site-footer .col:last-child {
      border-left: 2px solid white;
      padding-left: 140px;
      flex: 1 0 50%; }
      @media all and (max-width: 1200px) {
        .site-footer .col:last-child {
          padding-left: 60px; } }
      @media all and (max-width: 992px) {
        .site-footer .col:last-child {
          padding-left: 0;
          margin-bottom: 60px; } }
    @media all and (max-width: 992px) {
      .site-footer .col {
        text-align: center;
        flex: 1 0 100%;
        padding-top: 0;
        padding-bottom: 0; } }
    .site-footer .col:last-child {
      padding-right: 0; }
  .site-footer a {
    font-size: 20px;
    line-height: 28px;
    color: #073410;
    display: flex;
    align-items: center;
    margin-bottom: 6px; }
    @media all and (max-width: 992px) {
      .site-footer a {
        font-size: 16px;
        line-height: 20px; } }
    .site-footer a:hover {
      color: #C2C62C;
      text-decoration: none; }
    @media all and (max-width: 992px) {
      .site-footer a {
        justify-content: center; } }
  .site-footer .copyright {
    font-size: 20px;
    line-height: 28px;
    color: #073410;
    padding: 30px;
    background: #F6F2EA;
    border-top: 2px solid white;
    display: flex;
    justify-content: space-between; }
    @media all and (max-width: 992px) {
      .site-footer .copyright {
        font-size: 16px;
        line-height: 20px;
        justify-content: center;
        flex-direction: column; } }
    .site-footer .copyright ul {
      display: flex; }
      @media all and (max-width: 992px) {
        .site-footer .copyright ul {
          flex-direction: column;
          margin-top: 24px; } }
      .site-footer .copyright ul li {
        margin-right: 40px; }
        .site-footer .copyright ul li:last-child {
          margin-right: 0; }
        @media all and (max-width: 992px) {
          .site-footer .copyright ul li {
            margin-right: 0;
            margin-bottom: 12px; } }
        .site-footer .copyright ul li a {
          margin-bottom: 0; }
  .site-footer .site-logo {
    margin-left: 0;
    max-width: 350px;
    width: 100%; }
    .site-footer .site-logo svg {
      width: 100%;
      height: auto; }
    @media all and (max-width: 992px) {
      .site-footer .site-logo {
        margin: 60px auto 45px; } }
  .site-footer .footer-nav {
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .site-footer .footer-nav::after {
      content: "";
      height: 3px;
      border-radius: 1.5px;
      width: 100px;
      background-color: #C2C62C;
      position: absolute;
      left: 0;
      top: -24px; }
      @media all and (max-width: 992px) {
        .site-footer .footer-nav::after {
          left: 50%;
          transform: translateX(-50%); } }
    .site-footer .footer-nav li {
      padding-bottom: 12px; }
      .site-footer .footer-nav li a {
        display: inline-block;
        width: 100%;
        height: 100%;
        font-size: 30px;
        line-height: 34px;
        color: #05682F;
        font-family: "Inlander"; }
        @media all and (max-width: 992px) {
          .site-footer .footer-nav li a {
            font-size: 24px;
            line-height: 22px; } }
  .site-footer .social-links {
    display: flex; }
    @media all and (max-width: 992px) {
      .site-footer .social-links {
        justify-content: center; } }
    .site-footer .social-links a {
      margin-right: 20px; }
      .site-footer .social-links a:hover svg path {
        fill: #C2C62C; }
      .site-footer .social-links a:last-child {
        margin-right: 0; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #05682F;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #ccc; }

.mfp-preloader a:hover {
  color: #fff; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  top: 1rem;
  right: 1rem;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 992px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 992px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.interior-header {
  position: relative;
  padding-top: 108px;
  padding-bottom: 108px; }
  .interior-header .info-wrap {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0px 12px; }
  .interior-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    mix-blend-mode: multiply;
    background-color: #073410; }
  .interior-header p {
    position: relative;
    z-index: 2;
    color: white; }
  .interior-header h1 {
    position: relative;
    z-index: 2;
    color: #C2C62C;
    margin-bottom: 26px;
    max-width: 50%;
    margin-left: 0; }
    @media all and (max-width: 992px) {
      .interior-header h1 {
        max-width: 100%; } }
    .interior-header h1 span {
      color: #FFFFF2; }
  .interior-header p {
    max-width: 50%;
    margin-left: 0; }
    @media all and (max-width: 992px) {
      .interior-header p {
        max-width: 100%; } }

.interior-page-intro-block {
  padding-top: 70px !important;
  padding-bottom: 80px !important; }
  .interior-page-intro-block .des {
    margin-bottom: 0px !important; }

.search-results article {
  padding: 0px 15px;
  padding-bottom: 48px;
  border-bottom: 2px solid white;
  max-width: 1300px;
  margin: 0 auto 48px; }
  .search-results article:last-child {
    border-bottom: none; }

.search-page .underline {
  color: #C2C62C;
  text-decoration: underline;
  margin-top: 24px; }

.search-page .search-results {
  padding-top: 0px;
  padding-bottom: 120px; }

.search-page h1 {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 60px; }

.search-page form {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 80px;
  padding-bottom: 40px;
  border-bottom: 2px solid white;
  transform: none;
  left: auto;
  top: auto; }
  .search-page form input[type="search"] {
    appearance: none;
    height: 80px;
    width: 100%;
    border: 2px solid white;
    background-color: #F2EFE9;
    box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.16);
    color: #05682F;
    font-size: 20px;
    line-height: 28px;
    padding-left: 40px; }
  .search-page form button[type="submit"] {
    font-size: 0px;
    position: absolute;
    right: 24px;
    margin: 0;
    bottom: 40px;
    height: 80px;
    width: 80px;
    outline: none;
    border: none;
    z-index: 9;
    cursor: pointer;
    left: auto; }
  .search-page form svg {
    position: absolute;
    height: 30px;
    width: 30px;
    right: 30px;
    top: 50%;
    transform: translateY(-50%); }

.search-page h3 {
  margin-bottom: 45px; }
  .search-page h3 a {
    color: #05682F; }

.search-page p {
  color: #073410;
  margin-bottom: 15px; }

.search-page img {
  margin-bottom: 20px;
  max-width: 100%;
  width: 500px;
  height: auto; }

.breadcrumbs {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }
  .breadcrumbs .separator {
    margin: 0px 16px; }

.pagination,
.woocommerce-pagination {
  margin-top: 45px; }
  .pagination .nav-links,
  .pagination ul.page-numbers,
  .woocommerce-pagination .nav-links,
  .woocommerce-pagination ul.page-numbers {
    border: none !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center; }
    .pagination .nav-links li,
    .pagination ul.page-numbers li,
    .woocommerce-pagination .nav-links li,
    .woocommerce-pagination ul.page-numbers li {
      border: none !important; }
    .pagination .nav-links .page-numbers,
    .pagination ul.page-numbers .page-numbers,
    .woocommerce-pagination .nav-links .page-numbers,
    .woocommerce-pagination ul.page-numbers .page-numbers {
      color: #05682F;
      font-size: 18px;
      line-height: 24px;
      margin-left: 16px;
      background: transparent !important;
      padding: 0 !important; }
      .pagination .nav-links .page-numbers.current,
      .pagination ul.page-numbers .page-numbers.current,
      .woocommerce-pagination .nav-links .page-numbers.current,
      .woocommerce-pagination ul.page-numbers .page-numbers.current {
        font-weight: 900;
        color: #073410; }
      .pagination .nav-links .page-numbers:hover,
      .pagination ul.page-numbers .page-numbers:hover,
      .woocommerce-pagination .nav-links .page-numbers:hover,
      .woocommerce-pagination ul.page-numbers .page-numbers:hover {
        color: #C2C62C; }
    .pagination .nav-links .next,
    .pagination .nav-links .prev,
    .pagination ul.page-numbers .next,
    .pagination ul.page-numbers .prev,
    .woocommerce-pagination .nav-links .next,
    .woocommerce-pagination .nav-links .prev,
    .woocommerce-pagination ul.page-numbers .next,
    .woocommerce-pagination ul.page-numbers .prev {
      margin-left: 26px;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: all 0.5s ease-in; }
      .pagination .nav-links .next line,
      .pagination .nav-links .prev line,
      .pagination ul.page-numbers .next line,
      .pagination ul.page-numbers .prev line,
      .woocommerce-pagination .nav-links .next line,
      .woocommerce-pagination .nav-links .prev line,
      .woocommerce-pagination ul.page-numbers .next line,
      .woocommerce-pagination ul.page-numbers .prev line {
        transition: all 0.5s ease-in;
        stroke: #C2C62C; }
      .pagination .nav-links .next:hover line,
      .pagination .nav-links .prev:hover line,
      .pagination ul.page-numbers .next:hover line,
      .pagination ul.page-numbers .prev:hover line,
      .woocommerce-pagination .nav-links .next:hover line,
      .woocommerce-pagination .nav-links .prev:hover line,
      .woocommerce-pagination ul.page-numbers .next:hover line,
      .woocommerce-pagination ul.page-numbers .prev:hover line {
        stroke: #073410; }
    .pagination .nav-links .prev,
    .pagination ul.page-numbers .prev,
    .woocommerce-pagination .nav-links .prev,
    .woocommerce-pagination ul.page-numbers .prev {
      margin-left: 0;
      margin-right: 10px; }
      .pagination .nav-links .prev svg,
      .pagination ul.page-numbers .prev svg,
      .woocommerce-pagination .nav-links .prev svg,
      .woocommerce-pagination ul.page-numbers .prev svg {
        transform: rotate(180deg); }

.image-slider-wrap {
  padding-left: 0;
  padding-right: 0;
  padding-top: 200px;
  padding-bottom: 200px;
  overflow: hidden; }
  .image-slider-wrap.is-admin:before {
    display: block;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 40px;
    position: absolute;
    z-index: 1; }

.image-slider {
  position: relative; }
  .image-slider__image {
    position: relative;
    padding-bottom: 150%;
    height: 0;
    width: 100%; }
    @media all and (min-width: 993px) {
      .image-slider__image {
        padding-bottom: 56.25%; } }
  .image-slider img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center; }
  .image-slider .slick-slide {
    display: flex;
    align-items: center;
    margin: 0px 6vw; }
  .image-slider .slick-active .image-slider__image img {
    transition: all 0.5s 0.25s ease-in-out;
    transform: scale(1.3); }
  .image-slider .slick-track {
    display: flex;
    align-items: center;
    justify-content: center; }
  .image-slider .slick-list {
    padding: 0px 10vw; }
    @media all and (min-width: 993px) {
      .image-slider .slick-list {
        padding: 0px 25vw; } }
  .image-slider__caption {
    margin-top: 0.625rem !important; }
    @media (min-width: 768px) {
      .image-slider__caption {
        margin-top: 1.25rem !important; } }
  .image-slider .slick-arrow {
    position: absolute;
    top: 43.75%;
    transform: translateY(-50%);
    -webkit-appearance: none;
    height: 2.5625rem;
    width: 2.5625rem;
    background: #F6F2EA;
    border-radius: 50%;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 6; }
    @media (min-width: 768px) {
      .image-slider .slick-arrow {
        height: 4.0625rem;
        width: 4.0625rem; } }
    .image-slider .slick-arrow img {
      width: 0.9375rem;
      height: 0.75rem;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      @media (min-width: 768px) {
        .image-slider .slick-arrow img {
          height: 1.125rem;
          width: 1.4375rem; } }
    .image-slider .slick-arrow.slick-prev {
      left: 0.625rem;
      right: auto; }
      @media (min-width: 768px) {
        .image-slider .slick-arrow.slick-prev {
          left: -0.4375rem; } }
    .image-slider .slick-arrow.slick-next {
      right: 0.625rem;
      left: auto; }
      @media (min-width: 768px) {
        .image-slider .slick-arrow.slick-next {
          right: -0.4375rem; } }

.hero-block {
  position: relative;
  max-width: 100% !important;
  padding-bottom: 170px;
  overflow: hidden; }
  .hero-block h1 {
    margin-bottom: 60px; }
    @media all and (max-width: 768px) {
      .hero-block h1 {
        font-size: 44px;
        line-height: 48px; } }
  .hero-block .info-wrap {
    padding: 70px 45% 80px 24px;
    text-align: left;
    margin: 0 auto;
    max-width: 1300px; }
    @media all and (max-width: 1200px) {
      .hero-block .info-wrap {
        padding: 60px 40% 80px 24px; } }
    @media all and (max-width: 768px) {
      .hero-block .info-wrap {
        padding: 40px 30px 0px 0px; } }

.hero-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }
  @media all and (max-width: 768px) {
    .hero-image {
      right: -25%; } }

.cta-block {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  z-index: 1;
  border-top: 2px solid white; }
  @media all and (max-width: 768px) {
    .cta-block {
      padding-top: 60px;
      padding-bottom: 30px; } }
  .cta-block.static {
    padding-top: 0px;
    padding-bottom: 0px; }
    .cta-block.static .left {
      align-items: flex-end;
      justify-content: flex-end;
      display: flex;
      flex: 1 0 60%;
      max-width: 50%; }
      @media all and (max-width: 768px) {
        .cta-block.static .left {
          flex: 1 0 100%;
          max-width: 100%;
          width: 100%;
          order: 2; } }
      .cta-block.static .left img {
        height: 100%;
        object-fit: cover; }
  .cta-block .info-wrap {
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 0px 12px;
    max-width: 1300px; }
    @media all and (max-width: 768px) {
      .cta-block .info-wrap {
        display: flex;
        flex-direction: column;
        padding: 0px; } }
  .cta-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    mix-blend-mode: multiply;
    background-color: #073410; }
  .cta-block model-viewer {
    width: 100%;
    height: 100%; }
  .cta-block .left {
    flex: 1 0 50%;
    max-width: 50%; }
    @media all and (max-width: 768px) {
      .cta-block .left {
        flex: 1 0 100%;
        max-width: 100%;
        height: 60vh;
        width: 100%;
        padding-top: 0; } }
  .cta-block .left,
  .cta-block .right {
    position: relative;
    z-index: 5; }
  .cta-block .right {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 40px;
    display: flex;
    align-items: self-start;
    flex-direction: column;
    justify-content: flex-start; }
    @media all and (max-width: 768px) {
      .cta-block .right {
        padding: 0px 12px;
        padding-top: 60px;
        padding-bottom: 0px;
        order: 1; } }
  .cta-block h3 {
    color: #C2C62C;
    margin-bottom: 60px;
    margin-left: 0px; }
    .cta-block h3 span {
      color: #F6F2EA; }
  .cta-block p {
    color: #F6F2EA;
    margin-bottom: 50px;
    max-width: 600px;
    margin-left: 0; }
  .cta-block .pc_button {
    color: #F6F2EA;
    border-color: #C2C62C;
    margin-left: 0; }

.accordion-block {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 0px 15px; }
  .accordion-block h3 {
    margin-bottom: 50px; }
    .accordion-block h3::after {
      left: 50%;
      transform: translateX(-50%); }
  @media all and (min-width: 993px) {
    .accordion-block {
      margin-top: 120px;
      margin-bottom: 120px; } }
  .accordion-block.is-admin:before {
    display: block;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 40px;
    position: absolute;
    z-index: 1; }
  .accordion-block .accordion {
    text-align: center;
    display: block;
    margin: 0 auto;
    max-width: 1300px;
    margin-bottom: 0;
    background-color: #073410;
    border-bottom: 3px solid #FFFFF2; }
    .accordion-block .accordion__title {
      position: relative;
      display: block;
      padding: 1.5rem;
      padding-right: 60px;
      cursor: pointer;
      margin-bottom: 0;
      text-align: left;
      color: white;
      font-size: 20px;
      font-weight: 900;
      font-family: "Inlander"; }
      @media all and (min-width: 993px) {
        .accordion-block .accordion__title {
          font-size: 27px; } }
      .accordion-block .accordion__title::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 30px;
        left: auto;
        width: 11px;
        height: 15px;
        background: url("../img/arrow_right.svg") no-repeat center center/contain;
        transition: all 0.5s cubic-bezier(0.155, 0.81, 0.26, 0.995);
        transform-origin: center center;
        opacity: 1;
        backface-visibility: hidden; }
    .accordion-block .accordion__content {
      visibility: hidden;
      max-height: 0;
      overflow: hidden;
      transition: all 0.5s cubic-bezier(0.155, 0.81, 0.26, 0.995);
      opacity: 0;
      padding: 0;
      text-align: left;
      padding-left: 60px;
      background-color: #F6F2EA;
      border-left: 2px solid #FFFFF2;
      border-right: 2px solid #FFFFF2; }
      .accordion-block .accordion__content > * {
        opacity: 0;
        transition: all 0.5s cubic-bezier(0.155, 0.81, 0.26, 0.995); }
    .accordion-block .accordion.active .accordion__title::after {
      transform: rotate(90deg) translateX(-50%); }
    .accordion-block .accordion.active .accordion__content {
      visibility: visible;
      opacity: 1;
      max-height: none;
      padding: 1.5rem;
      padding-left: 60px;
      transition: all 0.5s cubic-bezier(0.155, 0.81, 0.26, 0.995); }
      .accordion-block .accordion.active .accordion__content > * {
        transition: all 0.5s linear;
        opacity: 1; }

.three-buckets {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  z-index: 2;
  padding: 0px 12px;
  height: 0; }
  @media all and (max-width: 768px) {
    .three-buckets {
      flex-direction: column;
      height: auto; } }
  .three-buckets .bucket {
    margin-right: 15px;
    flex: 1 0 calc(33.33% - 10px);
    max-width: calc(33.33% - 10px);
    border: 2px solid white;
    box-shadow: none;
    transition: all 0.5s cubic-bezier(0.155, 0.81, 0.26, 0.995);
    position: relative;
    margin-top: -170px; }
    .three-buckets .bucket svg {
      position: absolute;
      right: 30px;
      transition: right 0.5s cubic-bezier(0.155, 0.81, 0.26, 0.995); }
    @media all and (max-width: 768px) {
      .three-buckets .bucket {
        margin-right: 0px;
        flex: 1 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
        margin-top: 0; } }
    .three-buckets .bucket:last-child {
      margin-right: 0px; }
    .three-buckets .bucket:hover, .three-buckets .bucket:focus, .three-buckets .bucket:active {
      box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16);
      text-decoration: none;
      transform: translateY(-5px); }
      .three-buckets .bucket:hover .title, .three-buckets .bucket:focus .title, .three-buckets .bucket:active .title {
        color: #C2C62C; }
      .three-buckets .bucket:hover svg, .three-buckets .bucket:focus svg, .three-buckets .bucket:active svg {
        right: 15px; }
  .three-buckets .image-wrap {
    position: relative;
    border-bottom: 2px solid white;
    height: 0;
    width: 100%;
    padding-bottom: 75%;
    overflow: hidden; }
    .three-buckets .image-wrap .image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top center;
      transition: all 0.5s cubic-bezier(0.155, 0.81, 0.26, 0.995); }
  .three-buckets .title {
    background-color: #F6F2EA;
    padding: 36px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 144px;
    transition: color 0.5s cubic-bezier(0.155, 0.81, 0.26, 0.995); }
    @media all and (max-width: 1200px) {
      .three-buckets .title {
        padding: 24px 25px 24px 15px;
        min-height: 112px; } }
    .three-buckets .title h4 {
      margin: 0;
      margin-right: 50px; }

.locations-block {
  position: relative;
  text-align: left;
  padding: 80px 15px 120px;
  margin: 0 auto;
  max-width: 1200px;
  z-index: 1; }
  .locations-block .info-wrap {
    max-width: 50%; }
  @media all and (max-width: 768px) {
    .locations-block {
      margin-top: 0;
      padding-top: 90px;
      padding-bottom: 36px; } }
  @media all and (max-width: 992px) {
    .locations-block .info-wrap {
      max-width: 100%; } }
  .locations-block .map {
    position: relative;
    z-index: 5;
    text-align: center;
    margin-top: 90px; }
  .locations-block h3 {
    position: relative;
    z-index: 4;
    margin-bottom: 60px; }

.events-feed,
.post-feed {
  padding-bottom: 80px; }
  .events-feed.archive,
  .post-feed.archive {
    background-color: transparent;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto; }
    .events-feed.archive h3,
    .post-feed.archive h3 {
      margin-bottom: 50px; }
  @media all and (max-width: 768px) {
    .events-feed,
    .post-feed {
      padding-top: 80px;
      padding-bottom: 60px; } }
  .events-feed:not(.archive) h3,
  .post-feed:not(.archive) h3 {
    color: #C2C62C;
    margin-bottom: 50px; }
    .events-feed:not(.archive) h3 span,
    .post-feed:not(.archive) h3 span {
      color: #FFFFF2; }
  .events-feed:not(.archive) .event-card h6,
  .events-feed:not(.archive) .event-card p,
  .post-feed:not(.archive) .event-card h6,
  .post-feed:not(.archive) .event-card p {
    color: #FFFFF2; }
  .events-feed:not(.archive) .event-card h4,
  .post-feed:not(.archive) .event-card h4 {
    color: #C2C62C; }
  .events-feed:not(.archive) .event-card .pc_button,
  .post-feed:not(.archive) .event-card .pc_button {
    color: #FFFFF2; }
  .events-feed:not(.archive) .event-card .pc_button line,
  .post-feed:not(.archive) .event-card .pc_button line {
    stroke: #C2C62C; }
  .events-feed .info-wrap,
  .post-feed .info-wrap {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0px 12px; }
  .events-feed .events-wrap,
  .post-feed .events-wrap {
    display: flex;
    flex-wrap: wrap; }
  .events-feed .slick-initialized .slick-slide,
  .post-feed .slick-initialized .slick-slide {
    display: flex !important; }
  .events-feed .event-card,
  .post-feed .event-card {
    margin-right: 15px;
    flex: 1 0 calc(33% - 7.5px);
    max-width: calc(33% - 7.5px);
    border: 2px solid white;
    min-height: 435px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
    .events-feed .event-card:last-child,
    .post-feed .event-card:last-child {
      margin-right: 0; }
    @media all and (max-width: 992px) {
      .events-feed .event-card,
      .post-feed .event-card {
        margin-right: 15px;
        flex: 1 0 calc(50% - 7.5px);
        max-width: calc(50% - 7.5px);
        margin-bottom: 36px; }
        .events-feed .event-card:nth-child(2n),
        .post-feed .event-card:nth-child(2n) {
          margin-right: 0; } }
    @media all and (max-width: 768px) {
      .events-feed .event-card,
      .post-feed .event-card {
        display: block;
        flex: 1 0 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 30px; } }
    .events-feed .event-card:hover,
    .post-feed .event-card:hover {
      text-decoration: none; }
      .events-feed .event-card:hover .image-wrap,
      .post-feed .event-card:hover .image-wrap {
        box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16); }
      .events-feed .event-card:hover .image,
      .post-feed .event-card:hover .image {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%); }
      .events-feed .event-card:hover .pc_button svg,
      .post-feed .event-card:hover .pc_button svg {
        margin-left: 30px; }
  .events-feed .text-wrap,
  .post-feed .text-wrap {
    padding: 36px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .events-feed .image-wrap,
  .post-feed .image-wrap {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: calc(7/5 * 100%);
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.155, 0.81, 0.26, 0.995); }
    @media all and (max-width: 768px) {
      .events-feed .image-wrap,
      .post-feed .image-wrap {
        margin-bottom: 12px; } }
    .events-feed .image-wrap .image,
    .post-feed .image-wrap .image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top center;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      transition: all 0.5s cubic-bezier(0.155, 0.81, 0.26, 0.995); }

.single-event .events-feed {
  background-color: transparent; }
  .single-event .events-feed h3 {
    color: #073410; }
    .single-event .events-feed h3 span {
      color: #C2C62C; }

.single-event .events-feed {
  padding-top: 80px;
  margin-top: 0; }

.single-event .strain-card-full {
  padding-top: 45px; }
  .single-event .strain-card-full .image-wrap {
    border: none;
    height: auto; }
  .single-event .strain-card-full .text-wrap {
    padding-left: 60px;
    border: none; }
    @media all and (max-width: 768px) {
      .single-event .strain-card-full .text-wrap {
        padding-left: 0px;
        padding-top: 30px; } }
    .single-event .strain-card-full .text-wrap .inner {
      border-right: 0; }
    .single-event .strain-card-full .text-wrap h1 {
      padding-left: 0;
      margin-top: 6px; }

.rewards-block {
  display: flex;
  border-top: 2px solid white; }
  @media all and (max-width: 992px) {
    .rewards-block {
      display: block; } }
  .rewards-block .left,
  .rewards-block .right {
    flex: 1 0 50%;
    max-width: 50%;
    padding-top: 120px;
    padding-bottom: 120px; }
    @media all and (max-width: 992px) {
      .rewards-block .left,
      .rewards-block .right {
        padding-top: 60px;
        padding-bottom: 60px;
        flex: 1 0 100%;
        max-width: 100%; } }
  .rewards-block .left {
    flex: 1 0 100%;
    max-width: 100%;
    display: flex; }
  .rewards-block .right {
    display: none !important; }
  .rewards-block .stars {
    display: flex;
    justify-content: center;
    margin-top: 8px; }
    .rewards-block .stars svg {
      margin: 0px 2px; }
  .rewards-block .reviews-wrap {
    max-width: 100%; }
  .rewards-block .right {
    background-color: #FFFFF2;
    padding-right: calc((100vw - 1300px)/2 + 12px);
    border-left: 1px solid white;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    display: flex;
    align-items: center; }
    .rewards-block .right h3 {
      color: #05682F;
      padding: 0px 12px; }
    .rewards-block .right h3::after {
      left: 50%;
      transform: translateX(-50%); }
    .rewards-block .right .slick-arrow {
      position: absolute;
      top: 40%;
      transform: translateY(-50%);
      left: -12px;
      width: 12px;
      cursor: pointer; }
      .rewards-block .right .slick-arrow:last-of-type {
        left: auto;
        right: -12px; }
    .rewards-block .right .slick-list {
      padding: 0px !important; }
    @media all and (max-width: 1300px) {
      .rewards-block .right {
        padding-right: 15px; } }
    @media all and (max-width: 992px) {
      .rewards-block .right {
        padding-left: 45px;
        padding-right: 45px; } }
  .rewards-block h6 {
    font-size: 40px;
    line-height: 43px;
    color: #073410;
    margin-top: 60px; }
  .rewards-block .left {
    background-color: #073410;
    padding-left: 30px;
    border-right: 1px solid white;
    padding-right: 30px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media all and (max-width: 768px) {
      .rewards-block .left {
        flex-direction: column; } }
    @media all and (max-width: 1300px) {
      .rewards-block .left {
        padding-left: 15px;
        padding-right: 15px; } }
    @media all and (max-width: 992px) {
      .rewards-block .left {
        padding-left: 15px;
        padding-right: 15px; } }
    .rewards-block .left .info {
      display: flex;
      align-items: center;
      flex-direction: column;
      text-align: center;
      justify-content: center;
      padding-right: 60px; }
      @media all and (max-width: 768px) {
        .rewards-block .left .info {
          padding-right: 0px; } }
      .rewards-block .left .info h3::after {
        left: 50%;
        transform: translateX(-50%); }
    .rewards-block .left .form {
      width: 100%;
      max-width: 50%; }
      @media all and (max-width: 768px) {
        .rewards-block .left .form {
          max-width: 100%; }
          .rewards-block .left .form iframe {
            max-height: 90vh; } }
      .rewards-block .left .form iframe {
        width: 100%;
        max-width: 900px;
        margin: 0 auto;
        height: 825px; }
    .rewards-block .left h3 {
      color: #C2C62C;
      margin-bottom: 36px; }
      .rewards-block .left h3 span {
        color: #F6F2EA; }
    .rewards-block .left p {
      color: #F6F2EA;
      margin-bottom: 50px;
      max-width: 600px; }

.home .genetics-feed {
  padding-top: 360px; }
  @media all and (max-width: 768px) {
    .home .genetics-feed {
      padding-top: 80px; } }

.genetics-feed,
.post-feed {
  background-color: transparent;
  margin: 0 auto;
  margin-top: 0px;
  padding: 0px 12px;
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #073410; }
  .genetics-feed h3,
  .post-feed h3 {
    color: #14682F; }
    .genetics-feed h3 span,
    .post-feed h3 span {
      color: #C2C62C; }
  .genetics-feed .image-wrap,
  .post-feed .image-wrap {
    padding-bottom: 100%;
    border-bottom: 2px solid white;
    margin-bottom: 0; }
    .genetics-feed .image-wrap .image,
    .post-feed .image-wrap .image {
      filter: none;
      object-fit: contain;
      object-position: center center; }
  .genetics-feed .slick-arrow,
  .post-feed .slick-arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    left: -6px;
    width: 12px;
    cursor: pointer; }
    .genetics-feed .slick-arrow:last-of-type,
    .post-feed .slick-arrow:last-of-type {
      left: auto;
      right: 6px; }
    @media all and (max-width: 992px) {
      .genetics-feed .slick-arrow,
      .post-feed .slick-arrow {
        left: -6px; }
        .genetics-feed .slick-arrow:last-of-type,
        .post-feed .slick-arrow:last-of-type {
          right: 6px; } }
  .genetics-feed .slick-list,
  .post-feed .slick-list {
    padding: 0px !important; }
  .genetics-feed .text-wrap,
  .post-feed .text-wrap {
    padding: 0;
    flex-direction: column;
    text-align: center;
    justify-content: space-between; }
    .genetics-feed .text-wrap h4,
    .post-feed .text-wrap h4 {
      width: 100%;
      color: #05682F;
      padding: 24px 12px;
      font-size: 22px;
      line-height: 26px; }
    .genetics-feed .text-wrap .top,
    .post-feed .text-wrap .top {
      width: 100%;
      display: flex;
      text-align: center; }
      .genetics-feed .text-wrap .top > div,
      .post-feed .text-wrap .top > div {
        padding: 8px 18px;
        text-align: center; }
      .genetics-feed .text-wrap .top .entry-terms,
      .post-feed .text-wrap .top .entry-terms {
        background-color: #073410;
        border-bottom: 2px solid #073410;
        color: #FFFFF2;
        display: flex;
        align-items: center;
        font-size: 16px;
        line-height: 22px; }
      .genetics-feed .text-wrap .top .lineage,
      .post-feed .text-wrap .top .lineage {
        display: flex;
        justify-content: center;
        border-bottom: 2px solid white;
        width: 100%;
        font-size: 16px;
        line-height: 22px; }
  .genetics-feed .strains-wrap,
  .post-feed .strains-wrap {
    justify-content: center;
    padding: 0px 15px; }
  .genetics-feed .strain-card,
  .post-feed .strain-card {
    flex: 1 0 calc(25% - 12px);
    max-width: calc(25% - 12px);
    margin-bottom: 30px;
    background: #FFFFF2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
    @media all and (max-width: 992px) {
      .genetics-feed .strain-card,
      .post-feed .strain-card {
        margin-right: 15px !important; } }
    @media all and (max-width: 992px) {
      .genetics-feed .strain-card,
      .post-feed .strain-card {
        flex: 1 0 calc(33% - 8px);
        max-width: calc(33% - 8px); }
        .genetics-feed .strain-card:not(.slick-slide):nth-child(3n),
        .post-feed .strain-card:not(.slick-slide):nth-child(3n) {
          margin-right: 0 !important; } }
    @media all and (max-width: 768px) {
      .genetics-feed .strain-card,
      .post-feed .strain-card {
        flex: 1 0 calc(50% - 8px);
        max-width: calc(50% - 8px); }
        .genetics-feed .strain-card:not(.slick-slide):nth-child(4n),
        .post-feed .strain-card:not(.slick-slide):nth-child(4n) {
          margin-right: 15px; }
        .genetics-feed .strain-card:not(.slick-slide):nth-child(3n),
        .post-feed .strain-card:not(.slick-slide):nth-child(3n) {
          margin-right: 15px !important; }
        .genetics-feed .strain-card:not(.slick-slide):nth-child(2n),
        .post-feed .strain-card:not(.slick-slide):nth-child(2n) {
          margin-right: 0 !important; } }
    @media all and (max-width: 400px) {
      .genetics-feed .strain-card,
      .post-feed .strain-card {
        flex: 1 0 100%;
        max-width: 100%;
        margin-right: 0 !important; } }
    .genetics-feed .strain-card:not(.slick-slide):nth-child(4n),
    .post-feed .strain-card:not(.slick-slide):nth-child(4n) {
      margin-right: 0; }
    .genetics-feed .strain-card:hover,
    .post-feed .strain-card:hover {
      text-decoration: none;
      box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16); }
      .genetics-feed .strain-card:hover .image-wrap,
      .post-feed .strain-card:hover .image-wrap {
        box-shadow: none; }
        .genetics-feed .strain-card:hover .image-wrap .image,
        .post-feed .strain-card:hover .image-wrap .image {
          transform: scale(1.1); }
      .genetics-feed .strain-card:hover h4,
      .post-feed .strain-card:hover h4 {
        color: #14682F; }
      .genetics-feed .strain-card:hover .image,
      .post-feed .strain-card:hover .image {
        filter: none; }
  .genetics-feed.archive .strains-wrap,
  .post-feed.archive .strains-wrap {
    padding: 0; }
  .genetics-feed.archive .strain-card,
  .post-feed.archive .strain-card {
    flex: 1 0 calc(25% - 12px);
    max-width: calc(25% - 12px); }
    @media all and (max-width: 992px) {
      .genetics-feed.archive .strain-card,
      .post-feed.archive .strain-card {
        flex: 1 0 calc(33% - 8px);
        max-width: calc(33% - 8px); }
        .genetics-feed.archive .strain-card:nth-child(3n),
        .post-feed.archive .strain-card:nth-child(3n) {
          margin-right: 0 !important; } }
    @media all and (max-width: 768px) {
      .genetics-feed.archive .strain-card,
      .post-feed.archive .strain-card {
        flex: 1 0 calc(50% - 8px);
        max-width: calc(50% - 8px); }
        .genetics-feed.archive .strain-card:nth-child(4n),
        .post-feed.archive .strain-card:nth-child(4n) {
          margin-right: 15px; }
        .genetics-feed.archive .strain-card:nth-child(3n),
        .post-feed.archive .strain-card:nth-child(3n) {
          margin-right: 15px !important; }
        .genetics-feed.archive .strain-card:nth-child(2n),
        .post-feed.archive .strain-card:nth-child(2n) {
          margin-right: 0 !important; } }
    @media all and (max-width: 400px) {
      .genetics-feed.archive .strain-card,
      .post-feed.archive .strain-card {
        flex: 1 0 100%;
        max-width: 100%;
        margin-right: 0 !important; } }
    .genetics-feed.archive .strain-card:nth-child(4n),
    .post-feed.archive .strain-card:nth-child(4n) {
      margin-right: 0; }

.site-main {
  position: relative; }

.featured-bud {
  position: relative;
  z-index: 9;
  width: 50%;
  display: flex;
  max-width: calc(1300px * 0.5);
  margin-right: 0;
  margin-left: 50%;
  display: none; }
  .featured-bud model-viewer,
  .featured-bud .image-wrap {
    position: absolute;
    width: 100%;
    height: 66vh;
    max-width: 70%;
    top: 0;
    transform: translateY(-50%);
    padding-right: 15px; }
  .featured-bud .image-wrap {
    height: auto; }
  .featured-bud .info-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-left: 70%;
    padding-top: 40px; }
    .featured-bud .info-wrap h6,
    .featured-bud .info-wrap h4,
    .featured-bud .info-wrap p {
      margin-left: 0; }
    .featured-bud .info-wrap p {
      margin-bottom: 30px; }
    .featured-bud .info-wrap .pc_button {
      padding: 0;
      border: none; }
      .featured-bud .info-wrap .pc_button:hover {
        background-color: transparent; }
      .featured-bud .info-wrap .pc_button line {
        stroke: #C2C62C; }
  @media all and (max-width: 992px) {
    .featured-bud {
      width: 100%;
      max-width: 100%;
      margin-left: 0; }
      .featured-bud model-viewer {
        position: relative;
        height: 50vh;
        top: 0; }
      .featured-bud .info-wrap {
        margin-left: 0;
        justify-content: center;
        padding-top: 0; } }
  @media all and (max-width: 768px) {
    .featured-bud {
      flex-direction: column; }
      .featured-bud model-viewer {
        height: 450px;
        max-width: 100%; }
      .featured-bud .info-wrap {
        padding: 0px 15px; } }

.genetics-navigation {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 80px 15px; }
  .genetics-navigation a:hover {
    text-emphasis: underline; }
  .genetics-navigation h4 {
    display: flex;
    align-items: center; }
  .genetics-navigation svg {
    margin-left: 16px;
    width: 12px; }
    .genetics-navigation svg line {
      stroke: #05682F; }
  .genetics-navigation .prev svg {
    margin-left: 0;
    margin-right: 16px; }

.strain-card-full {
  display: flex;
  flex-wrap: wrap;
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 60px; }
  @media all and (max-width: 992px) {
    .strain-card-full {
      flex-direction: column;
      flex-wrap: nowrap; } }
  .strain-card-full .image-wrap,
  .strain-card-full .text-wrap {
    flex: 1 0 50%; }
    @media all and (max-width: 992px) {
      .strain-card-full .image-wrap,
      .strain-card-full .text-wrap {
        flex: 1 0 auto; } }
  .strain-card-full .image-wrap {
    position: relative;
    border: 2px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 700px; }
    .strain-card-full .image-wrap img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .strain-card-full .pc_button {
    padding: 0;
    border: none;
    margin-left: 15px; }
    .strain-card-full .pc_button:hover {
      background-color: transparent; }
    .strain-card-full .pc_button line {
      stroke: #C2C62C; }
  .strain-card-full .text-wrap {
    padding: 0;
    flex-direction: column;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    text-align: left;
    align-items: flex-start;
    border-bottom: 2px solid white; }
    .strain-card-full .text-wrap .inner {
      padding-bottom: 36px;
      border-right: 2px solid white;
      width: 100%; }
    .strain-card-full .text-wrap h1 {
      width: 100%;
      color: #05682F;
      text-align: left;
      margin-top: 36px;
      margin-bottom: 36px;
      padding: 0px 15px; }
    .strain-card-full .text-wrap p {
      margin-bottom: 12px;
      padding: 0px 15px; }
    .strain-card-full .text-wrap .top {
      width: 100%;
      display: flex;
      text-align: center;
      align-items: center;
      border-top: 2px solid white; }
      .strain-card-full .text-wrap .top > div {
        padding: 12px;
        text-align: center; }
      .strain-card-full .text-wrap .top .entry-terms {
        background-color: #073410;
        border-bottom: 2px solid #073410;
        color: #FFFFF2;
        font-size: 16px;
        line-height: 22px; }
      .strain-card-full .text-wrap .top .lineage {
        border-bottom: 2px solid white;
        font-size: 16px;
        line-height: 22px;
        width: 100%;
        text-align: left;
        padding-left: 30px; }
  .strain-card-full .image {
    width: 100%;
    display: none; }
    .strain-card-full .image.active {
      display: block; }
  .strain-card-full .gallery {
    position: relative;
    width: 100%;
    flex: 1 0 100%;
    display: flex;
    flex-wrap: wrap;
    border-left: 2px solid white; }
    .strain-card-full .gallery .thumbnail {
      position: relative;
      border: 2px solid white;
      margin-top: -2px;
      z-index: 9;
      display: flex;
      align-items: center;
      justify-content: center; }
      .strain-card-full .gallery .thumbnail:hover {
        border-color: #14682F; }
    .strain-card-full .gallery img {
      cursor: pointer;
      max-width: 150px;
      max-height: 150px; }
      @media all and (max-width: 992px) {
        .strain-card-full .gallery img {
          max-width: 120px;
          max-height: 120px; } }

