/* Minification failed. Returning unminified contents.
(2790,85): run-time error CSS1019: Unexpected token, found ','
(2790,85): run-time error CSS1042: Expected function, found ','
(2790,87): run-time error CSS1062: Expected semicolon or closing curly-brace, found ','
(5264,68): run-time error CSS1019: Unexpected token, found ','
(5264,68): run-time error CSS1042: Expected function, found ','
(5264,70): run-time error CSS1062: Expected semicolon or closing curly-brace, found ','
 */
/* base */
/*************************/
/******** COLORS *********/
/*************************/
/*************************/
/****** END COLORS *******/
/*************************/
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box; }

body {
  line-height: 1;
  letter-spacing: -0.5px; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

@media screen and (max-width: 48em) {
  .mobile-nav-animation {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1);
    -moz-transition: -moz-transform 0.3s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.3s cubic-bezier(1, 0, 0, 1);
    -webkit-transform: translateX(0) rotateZ(0);
    -moz-transform: translateX(0) rotateZ(0);
    -ms-transform: translateX(0) rotateZ(0);
    -o-transform: translateX(0) rotateZ(0);
    transform: translateX(0) rotateZ(0); } }

@media screen and (max-width: 48em) {
  .mobile-nav-animation--slide-in {
    -webkit-transform: translateX(90%) rotateZ(0);
    -moz-transform: translateX(90%) rotateZ(0);
    -ms-transform: translateX(90%) rotateZ(0);
    -o-transform: translateX(90%) rotateZ(0);
    transform: translateX(90%) rotateZ(0); } }

.l-fixed-animation {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(1, 0, 0, 1);
  -moz-transition: -moz-transform 0.5s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.5s cubic-bezier(1, 0, 0, 1);
  -webkit-transform: translateY(-100%) rotateZ(0);
  -moz-transform: translateY(-100%) rotateZ(0);
  -ms-transform: translateY(-100%) rotateZ(0);
  -o-transform: translateY(-100%) rotateZ(0);
  transform: translateY(-100%) rotateZ(0); }
  .l-fixed-animation.animation {
    -webkit-transform: translateY(0) rotateZ(0);
    -moz-transform: translateY(0) rotateZ(0);
    -ms-transform: translateY(0) rotateZ(0);
    -o-transform: translateY(0) rotateZ(0);
    transform: translateY(0) rotateZ(0); }

@-webkit-keyframes grow {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.05); } }

@keyframes grow {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.05); } }

@-webkit-keyframes home-grow {
  0% {
    transform: scale(1.1); }
  100% {
    transform: scale(1.15); } }

@keyframes home-grow {
  0% {
    transform: scale(1.1); }
  100% {
    transform: scale(1.15); } }

@-webkit-keyframes fade-in--grow {
  0%, 20% {
    opacity: 0;
    -webkit-transform: scale(0.8) translateY(-50%); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-50%); } }

@keyframes fade-in--grow {
  0%, 20% {
    opacity: 0;
    -webkit-transform: scale(0.8) translateY(-50%);
    -moz-transform: scale(0.8) translateY(-50%);
    -ms-transform: scale(0.8) translateY(-50%);
    -o-transform: scale(0.8) translateY(-50%);
    transform: scale(0.8) translateY(-50%); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-50%);
    -moz-transform: scale(1) translateY(-50%);
    -ms-transform: scale(1) translateY(-50%);
    -o-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%); } }

/* We need to add some colors for errors on forms here..*/
.field-validation-error {
  color: #a94442;
  display: block;
  margin-top: 5px; }

.input-validation-error {
  box-shadow: inset 0 1px 3px #ebccd1 !important;
  border: 1px solid #ebccd1 !important;
  background-color: #f2dede;
  color: #a94442; }

.validation-summary-errors {
  border: 1px solid #ebccd1;
  border-radius: 4px;
  color: #a94442;
  background-color: #f2dede;
  margin: 10px 0;
  padding: 10px; }

.error {
  color: #EB1720; }

html {
  overflow: visible; }
  @media screen and (max-width: 48em) {
    html.navigation-open,
    html.navigation-open body {
      overflow: hidden; } }

html, body {
  background: #f8f8f8;
  color: #4a3828;
  font-size: 18px; }

html * {
  font-family: "museo-sans-1", "museo-sans-2", "helvetica", "arial", sans-serif;
  font-weight: 300;
  letter-spacing: -0.5pt;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  /* This way when modals are popped up the screen doesn't change layout. */
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%; }
  @media screen and (max-width: 48em) {
    body.navigation-open {
      overflow: hidden; } }

/** {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}*/
/* This was adding extra space to the page.  It is coming from injected iframes. */
iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left; }

a {
  text-decoration: none;
  color: #76bd1d;
  transition: color 150ms ease; }
  a:hover {
    color: #76bd1d; }

a.no-color {
  color: #4a3828; }
  a.no-color:hover {
    color: #76bd1d; }

p {
  /*font-size: 1.125rem;*/
  color: #4a3828;
  font-weight: 300;
  line-height: 1.3em;
  margin-bottom: 25px; }

blockquote {
  padding-left: 32px;
  margin-bottom: 24px;
  border-left: 4px solid #76bd1d;
  font-size: 24px;
  line-height: 30px;
  color: #999; }

pre, code {
  padding: 10px;
  line-height: 1rem;
  margin: 1rem 0; }

ul, menu, dir {
  list-style-type: none;
  padding: 0;
  margin: 0; }

ol {
  list-style-position: inside; }
  ol > li {
    margin-bottom: 10px; }

[ng-cloak] {
  display: none !important; }

/* core */
.collapse {
  display: none; }

.collapse.in {
  display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.1s ease;
  -o-transition: height 0.1s ease;
  transition: height 0.1s ease; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.listItem-centered {
  display: inline-block;
  float: none !important; }

.block {
  display: block; }

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

.submit-an-idea--contact {
  float: right;
  margin-top: 10px; }
  @media screen and (max-width: 48em) {
    .submit-an-idea--contact {
      float: none;
      margin-top: 0;
      display: block; } }

@media (min-width: 35.563em) and (max-width: 35.5em) {
  .visible-sm {
    display: block !important; }
    .visible-smtable {
      display: table; }
    .visible-smtr {
      display: table-row !important; }
    .visible-smth,
    .visible-smtd {
      display: table-cell !important; } }

@media (min-width: 35.563em) and (max-width: 35.5em) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 35.563em) and (max-width: 35.5em) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 35.563em) and (max-width: 35.5em) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 48.063em) and (max-width: 48em) {
  .visible-md {
    display: block !important; }
    .visible-mdtable {
      display: table; }
    .visible-mdtr {
      display: table-row !important; }
    .visible-mdth,
    .visible-mdtd {
      display: table-cell !important; } }

@media (min-width: 48.063em) and (max-width: 48em) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 48.063em) and (max-width: 48em) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 48.063em) and (max-width: 48em) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 64.063em) and (max-width: 64em) {
  .visible-lg {
    display: block !important; }
    .visible-lgtable {
      display: table; }
    .visible-lgtr {
      display: table-row !important; }
    .visible-lgth,
    .visible-lgtd {
      display: table-cell !important; } }

@media (min-width: 64.063em) and (max-width: 64em) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 64.063em) and (max-width: 64em) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 64.063em) and (max-width: 64em) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (min-width: 80.063em) {
  .visible-xl {
    display: block !important; }
    .visible-xltable {
      display: table; }
    .visible-xltr {
      display: table-row !important; }
    .visible-xlth,
    .visible-xltd {
      display: table-cell !important; } }

@media (min-width: 80.063em) {
  .visible-xl-block {
    display: block !important; } }

@media (min-width: 80.063em) {
  .visible-xl-inline {
    display: inline !important; } }

@media (min-width: 80.063em) {
  .visible-xl-inline-block {
    display: inline-block !important; } }

.hidden {
  display: none !important; }

@media (max-width: 30em) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 30.063em) and (max-width: 35.5em) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 35.563em) and (max-width: 48em) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 48.063em) and (max-width: 64em) {
  .hidden-lg {
    display: none !important; } }

@media (min-width: 64.063em) {
  .hidden-xl {
    display: none !important; } }

@media (max-width: 48em) {
  .hidden-md--items > [class*="grid-"]:last-child, .hidden-md--items > [class*="grid-"]:nth-child(3) {
    display: none !important; } }

.clearfix, .l-grid, .no-flexbox .storefront .storefront__menu .item-heading--body, .no-flexbox .storefront .storefront__menu .item-heading--prices {
  *zoom: 1; }
  .clearfix:before,
  .l-grid:before,
  .no-flexbox .storefront .storefront__menu .item-heading--body:before,
  .no-flexbox .storefront .storefront__menu .item-heading--prices:before,
  .clearfix:after, .l-grid:after, .no-flexbox .storefront .storefront__menu .item-heading--body:after, .no-flexbox .storefront .storefront__menu .item-heading--prices:after {
    content: "";
    display: table; }
  .clearfix:after, .l-grid:after, .no-flexbox .storefront .storefront__menu .item-heading--body:after, .no-flexbox .storefront .storefront__menu .item-heading--prices:after {
    clear: both; }

.clear {
  clear: both; }

.middle {
  vertical-align: middle; }

/* end base */
/* layout */
.grid-padding {
  padding: 0 5px; }

/* Both selectors are needed.  The second one is slow so that's why we don't just use [class*='grid-'] */
[class^='grid-'], [class*=' grid-'] {
  zoom: 1;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  float: left;
  position: relative;
  min-height: 1px; }

.grid-1-2, .grid-2-4, .grid-3-6, .grid-4-8, .grid-5-10, .grid-6-12, .grid-8-16, .grid-12-24 {
  width: 50%;
  *width: 50%; }

.grid-1-3, .grid-2-6, .grid-4-12, .grid-8-24 {
  width: 33.3333333333%;
  *width: 33.3333333333%; }

.grid-2-3, .grid-4-6, .grid-8-12, .grid-16-24 {
  width: 66.6666666667%;
  *width: 66.6666666667%; }

.grid-1-4, .grid-2-8, .grid-3-12, .grid-4-16, .grid-6-24 {
  width: 25%;
  *width: 25%; }

.grid-3-4, .grid-6-8, .grid-9-12, .grid-12-16, .grid-18-24 {
  width: 75%;
  *width: 75%; }

.grid-1-5, .grid-2-10 {
  width: 20%;
  *width: 20%; }

.grid-2-5, .grid-4-10 {
  width: 40%;
  *width: 40%; }

.grid-3-5, .grid-6-10 {
  width: 60%;
  *width: 60%; }

.grid-4-5, .grid-8-10 {
  width: 80%;
  *width: 80%; }

.grid-1-6, .grid-2-12, .grid-4-24 {
  width: 16.6666666667%;
  *width: 16.6666666667%; }

.grid-5-6, .grid-10-12, .grid-20-24 {
  width: 83.3333333333%;
  *width: 83.3333333333%; }

.grid-1-8, .grid-2-16, .grid-3-24 {
  width: 12.5%;
  *width: 12.5%; }

.grid-3-8, .grid-6-16, .grid-9-24 {
  width: 37.5%;
  *width: 37.5%; }

.grid-5-8, .grid-10-16, .grid-15-24 {
  width: 62.5%;
  *width: 62.5%; }

.grid-7-8, .grid-14-16, .grid-21-24 {
  width: 87.5%;
  *width: 87.5%; }

.grid-1-10 {
  width: 10%;
  *width: 10%; }

.grid-3-10 {
  width: 30%;
  *width: 30%; }

.grid-7-10 {
  width: 70%;
  *width: 70%; }

.grid-9-10 {
  width: 90%;
  *width: 90%; }

.grid-1-12, .grid-2-24 {
  width: 8.3333333333%;
  *width: 8.3333333333%; }

.grid-5-12, .grid-10-24 {
  width: 41.6666666667%;
  *width: 41.6666666667%; }

.grid-7-12, .grid-14-24 {
  width: 58.3333333333%;
  *width: 58.3333333333%; }

.grid-11-12, .grid-22-24 {
  width: 91.6666666667%;
  *width: 91.6666666667%; }

.grid-1-16 {
  width: 6.25%;
  *width: 6.25%; }

.grid-3-16 {
  width: 18.75%;
  *width: 18.75%; }

.grid-5-16 {
  width: 31.25%;
  *width: 31.25%; }

.grid-7-16 {
  width: 43.75%;
  *width: 43.75%; }

.grid-9-16 {
  width: 56.25%;
  *width: 56.25%; }

.grid-11-16 {
  width: 68.75%;
  *width: 68.75%; }

.grid-13-16 {
  width: 81.25%;
  *width: 81.25%; }

.grid-15-16 {
  width: 93.75%;
  *width: 93.75%; }

.grid-1-24 {
  width: 4.1666666667%;
  *width: 4.1666666667%; }

.grid-5-24 {
  width: 20.8333333333%;
  *width: 20.8333333333%; }

.grid-7-24 {
  width: 29.1666666667%;
  *width: 29.1666666667%; }

.grid-11-24 {
  width: 45.8333333333%;
  *width: 45.8333333333%; }

.grid-13-24 {
  width: 54.1666666667%;
  *width: 54.1666666667%; }

.grid-17-24 {
  width: 70.8333333333%;
  *width: 70.8333333333%; }

.grid-19-24 {
  width: 79.1666666667%;
  *width: 79.1666666667%; }

.grid-23-24 {
  width: 95.8333333333%;
  *width: 95.8333333333%; }

.grid-1, .grid-1-1, .grid-10-10, .grid-16-16, .grid-24-24 {
  width: 100%; }

@media screen and (min-width: 20.063em) {
  .grid-xxs-1-2, .grid-xxs-2-4, .grid-xxs-3-6, .grid-xxs-4-8, .grid-xxs-5-10, .grid-xxs-6-12, .grid-xxs-8-16, .grid-xxs-12-24 {
    width: 50%;
    *width: 50%; }
  .grid-xxs-1-3, .grid-xxs-2-6, .grid-xxs-4-12, .grid-xxs-8-24 {
    width: 33.3333333333%;
    *width: 33.3333333333%; }
  .grid-xxs-2-3, .grid-xxs-4-6, .grid-xxs-8-12, .grid-xxs-16-24 {
    width: 66.6666666667%;
    *width: 66.6666666667%; }
  .grid-xxs-1-4, .grid-xxs-2-8, .grid-xxs-3-12, .grid-xxs-4-16, .grid-xxs-6-24 {
    width: 25%;
    *width: 25%; }
  .grid-xxs-3-4, .grid-xxs-6-8, .grid-xxs-9-12, .grid-xxs-12-16, .grid-xxs-18-24 {
    width: 75%;
    *width: 75%; }
  .grid-xxs-1-5, .grid-xxs-2-10 {
    width: 20%;
    *width: 20%; }
  .grid-xxs-2-5, .grid-xxs-4-10 {
    width: 40%;
    *width: 40%; }
  .grid-xxs-3-5, .grid-xxs-6-10 {
    width: 60%;
    *width: 60%; }
  .grid-xxs-4-5, .grid-xxs-8-10 {
    width: 80%;
    *width: 80%; }
  .grid-xxs-1-6, .grid-xxs-2-12, .grid-xxs-4-24 {
    width: 16.6666666667%;
    *width: 16.6666666667%; }
  .grid-xxs-5-6, .grid-xxs-10-12, .grid-xxs-20-24 {
    width: 83.3333333333%;
    *width: 83.3333333333%; }
  .grid-xxs-1-8, .grid-xxs-2-16, .grid-xxs-3-24 {
    width: 12.5%;
    *width: 12.5%; }
  .grid-xxs-3-8, .grid-xxs-6-16, .grid-xxs-9-24 {
    width: 37.5%;
    *width: 37.5%; }
  .grid-xxs-5-8, .grid-xxs-10-16, .grid-xxs-15-24 {
    width: 62.5%;
    *width: 62.5%; }
  .grid-xxs-7-8, .grid-xxs-14-16, .grid-xxs-21-24 {
    width: 87.5%;
    *width: 87.5%; }
  .grid-xxs-1-10 {
    width: 10%;
    *width: 10%; }
  .grid-xxs-3-10 {
    width: 30%;
    *width: 30%; }
  .grid-xxs-7-10 {
    width: 70%;
    *width: 70%; }
  .grid-xxs-9-10 {
    width: 90%;
    *width: 90%; }
  .grid-xxs-1-12, .grid-xxs-2-24 {
    width: 8.3333333333%;
    *width: 8.3333333333%; }
  .grid-xxs-5-12, .grid-xxs-10-24 {
    width: 41.6666666667%;
    *width: 41.6666666667%; }
  .grid-xxs-7-12, .grid-xxs-14-24 {
    width: 58.3333333333%;
    *width: 58.3333333333%; }
  .grid-xxs-11-12, .grid-xxs-22-24 {
    width: 91.6666666667%;
    *width: 91.6666666667%; }
  .grid-xxs-1-16 {
    width: 6.25%;
    *width: 6.25%; }
  .grid-xxs-3-16 {
    width: 18.75%;
    *width: 18.75%; }
  .grid-xxs-5-16 {
    width: 31.25%;
    *width: 31.25%; }
  .grid-xxs-7-16 {
    width: 43.75%;
    *width: 43.75%; }
  .grid-xxs-9-16 {
    width: 56.25%;
    *width: 56.25%; }
  .grid-xxs-11-16 {
    width: 68.75%;
    *width: 68.75%; }
  .grid-xxs-13-16 {
    width: 81.25%;
    *width: 81.25%; }
  .grid-xxs-15-16 {
    width: 93.75%;
    *width: 93.75%; }
  .grid-xxs-1-24 {
    width: 4.1666666667%;
    *width: 4.1666666667%; }
  .grid-xxs-5-24 {
    width: 20.8333333333%;
    *width: 20.8333333333%; }
  .grid-xxs-7-24 {
    width: 29.1666666667%;
    *width: 29.1666666667%; }
  .grid-xxs-11-24 {
    width: 45.8333333333%;
    *width: 45.8333333333%; }
  .grid-xxs-13-24 {
    width: 54.1666666667%;
    *width: 54.1666666667%; }
  .grid-xxs-17-24 {
    width: 70.8333333333%;
    *width: 70.8333333333%; }
  .grid-xxs-19-24 {
    width: 79.1666666667%;
    *width: 79.1666666667%; }
  .grid-xxs-23-24 {
    width: 95.8333333333%;
    *width: 95.8333333333%; }
  .grid-xxs-1, .grid-xxs-1-1, .grid-xxs-10-10, .grid-xxs-16-16, .grid-xxs-24-24 {
    width: 100%; } }

@media screen and (min-width: 30.063em) {
  .grid-xs-1-2, .grid-xs-2-4, .grid-xs-3-6, .grid-xs-4-8, .grid-xs-5-10, .grid-xs-6-12, .grid-xs-8-16, .grid-xs-12-24 {
    width: 50%;
    *width: 50%; }
  .grid-xs-1-3, .grid-xs-2-6, .grid-xs-4-12, .grid-xs-8-24 {
    width: 33.3333333333%;
    *width: 33.3333333333%; }
  .grid-xs-2-3, .grid-xs-4-6, .grid-xs-8-12, .grid-xs-16-24 {
    width: 66.6666666667%;
    *width: 66.6666666667%; }
  .grid-xs-1-4, .grid-xs-2-8, .grid-xs-3-12, .grid-xs-4-16, .grid-xs-6-24 {
    width: 25%;
    *width: 25%; }
  .grid-xs-3-4, .grid-xs-6-8, .grid-xs-9-12, .grid-xs-12-16, .grid-xs-18-24 {
    width: 75%;
    *width: 75%; }
  .grid-xs-1-5, .grid-xs-2-10 {
    width: 20%;
    *width: 20%; }
  .grid-xs-2-5, .grid-xs-4-10 {
    width: 40%;
    *width: 40%; }
  .grid-xs-3-5, .grid-xs-6-10 {
    width: 60%;
    *width: 60%; }
  .grid-xs-4-5, .grid-xs-8-10 {
    width: 80%;
    *width: 80%; }
  .grid-xs-1-6, .grid-xs-2-12, .grid-xs-4-24 {
    width: 16.6666666667%;
    *width: 16.6666666667%; }
  .grid-xs-5-6, .grid-xs-10-12, .grid-xs-20-24 {
    width: 83.3333333333%;
    *width: 83.3333333333%; }
  .grid-xs-1-8, .grid-xs-2-16, .grid-xs-3-24 {
    width: 12.5%;
    *width: 12.5%; }
  .grid-xs-3-8, .grid-xs-6-16, .grid-xs-9-24 {
    width: 37.5%;
    *width: 37.5%; }
  .grid-xs-5-8, .grid-xs-10-16, .grid-xs-15-24 {
    width: 62.5%;
    *width: 62.5%; }
  .grid-xs-7-8, .grid-xs-14-16, .grid-xs-21-24 {
    width: 87.5%;
    *width: 87.5%; }
  .grid-xs-1-10 {
    width: 10%;
    *width: 10%; }
  .grid-xs-3-10 {
    width: 30%;
    *width: 30%; }
  .grid-xs-7-10 {
    width: 70%;
    *width: 70%; }
  .grid-xs-9-10 {
    width: 90%;
    *width: 90%; }
  .grid-xs-1-12, .grid-xs-2-24 {
    width: 8.3333333333%;
    *width: 8.3333333333%; }
  .grid-xs-5-12, .grid-xs-10-24 {
    width: 41.6666666667%;
    *width: 41.6666666667%; }
  .grid-xs-7-12, .grid-xs-14-24 {
    width: 58.3333333333%;
    *width: 58.3333333333%; }
  .grid-xs-11-12, .grid-xs-22-24 {
    width: 91.6666666667%;
    *width: 91.6666666667%; }
  .grid-xs-1-16 {
    width: 6.25%;
    *width: 6.25%; }
  .grid-xs-3-16 {
    width: 18.75%;
    *width: 18.75%; }
  .grid-xs-5-16 {
    width: 31.25%;
    *width: 31.25%; }
  .grid-xs-7-16 {
    width: 43.75%;
    *width: 43.75%; }
  .grid-xs-9-16 {
    width: 56.25%;
    *width: 56.25%; }
  .grid-xs-11-16 {
    width: 68.75%;
    *width: 68.75%; }
  .grid-xs-13-16 {
    width: 81.25%;
    *width: 81.25%; }
  .grid-xs-15-16 {
    width: 93.75%;
    *width: 93.75%; }
  .grid-xs-1-24 {
    width: 4.1666666667%;
    *width: 4.1666666667%; }
  .grid-xs-5-24 {
    width: 20.8333333333%;
    *width: 20.8333333333%; }
  .grid-xs-7-24 {
    width: 29.1666666667%;
    *width: 29.1666666667%; }
  .grid-xs-11-24 {
    width: 45.8333333333%;
    *width: 45.8333333333%; }
  .grid-xs-13-24 {
    width: 54.1666666667%;
    *width: 54.1666666667%; }
  .grid-xs-17-24 {
    width: 70.8333333333%;
    *width: 70.8333333333%; }
  .grid-xs-19-24 {
    width: 79.1666666667%;
    *width: 79.1666666667%; }
  .grid-xs-23-24 {
    width: 95.8333333333%;
    *width: 95.8333333333%; }
  .grid-xs-1, .grid-xs-1-1, .grid-xs-10-10, .grid-xs-16-16, .grid-xs-24-24 {
    width: 100%; } }

@media screen and (min-width: 35.563em) {
  .grid-sm-1-2, .grid-sm-2-4, .grid-sm-3-6, .grid-sm-4-8, .grid-sm-5-10, .grid-sm-6-12, .grid-sm-8-16, .grid-sm-12-24 {
    width: 50%;
    *width: 50%; }
  .grid-sm-1-3, .grid-sm-2-6, .grid-sm-4-12, .grid-sm-8-24 {
    width: 33.3333333333%;
    *width: 33.3333333333%; }
  .grid-sm-2-3, .grid-sm-4-6, .grid-sm-8-12, .grid-sm-16-24 {
    width: 66.6666666667%;
    *width: 66.6666666667%; }
  .grid-sm-1-4, .grid-sm-2-8, .grid-sm-3-12, .grid-sm-4-16, .grid-sm-6-24 {
    width: 25%;
    *width: 25%; }
  .grid-sm-3-4, .grid-sm-6-8, .grid-sm-9-12, .grid-sm-12-16, .grid-sm-18-24 {
    width: 75%;
    *width: 75%; }
  .grid-sm-1-5, .grid-sm-2-10 {
    width: 20%;
    *width: 20%; }
  .grid-sm-2-5, .grid-sm-4-10 {
    width: 40%;
    *width: 40%; }
  .grid-sm-3-5, .grid-sm-6-10 {
    width: 60%;
    *width: 60%; }
  .grid-sm-4-5, .grid-sm-8-10 {
    width: 80%;
    *width: 80%; }
  .grid-sm-1-6, .grid-sm-2-12, .grid-sm-4-24 {
    width: 16.6666666667%;
    *width: 16.6666666667%; }
  .grid-sm-5-6, .grid-sm-10-12, .grid-sm-20-24 {
    width: 83.3333333333%;
    *width: 83.3333333333%; }
  .grid-sm-1-8, .grid-sm-2-16, .grid-sm-3-24 {
    width: 12.5%;
    *width: 12.5%; }
  .grid-sm-3-8, .grid-sm-6-16, .grid-sm-9-24 {
    width: 37.5%;
    *width: 37.5%; }
  .grid-sm-5-8, .grid-sm-10-16, .grid-sm-15-24 {
    width: 62.5%;
    *width: 62.5%; }
  .grid-sm-7-8, .grid-sm-14-16, .grid-sm-21-24 {
    width: 87.5%;
    *width: 87.5%; }
  .grid-sm-1-10 {
    width: 10%;
    *width: 10%; }
  .grid-sm-3-10 {
    width: 30%;
    *width: 30%; }
  .grid-sm-7-10 {
    width: 70%;
    *width: 70%; }
  .grid-sm-9-10 {
    width: 90%;
    *width: 90%; }
  .grid-sm-1-12, .grid-sm-2-24 {
    width: 8.3333333333%;
    *width: 8.3333333333%; }
  .grid-sm-5-12, .grid-sm-10-24 {
    width: 41.6666666667%;
    *width: 41.6666666667%; }
  .grid-sm-7-12, .grid-sm-14-24 {
    width: 58.3333333333%;
    *width: 58.3333333333%; }
  .grid-sm-11-12, .grid-sm-22-24 {
    width: 91.6666666667%;
    *width: 91.6666666667%; }
  .grid-sm-1-16 {
    width: 6.25%;
    *width: 6.25%; }
  .grid-sm-3-16 {
    width: 18.75%;
    *width: 18.75%; }
  .grid-sm-5-16 {
    width: 31.25%;
    *width: 31.25%; }
  .grid-sm-7-16 {
    width: 43.75%;
    *width: 43.75%; }
  .grid-sm-9-16 {
    width: 56.25%;
    *width: 56.25%; }
  .grid-sm-11-16 {
    width: 68.75%;
    *width: 68.75%; }
  .grid-sm-13-16 {
    width: 81.25%;
    *width: 81.25%; }
  .grid-sm-15-16 {
    width: 93.75%;
    *width: 93.75%; }
  .grid-sm-1-24 {
    width: 4.1666666667%;
    *width: 4.1666666667%; }
  .grid-sm-5-24 {
    width: 20.8333333333%;
    *width: 20.8333333333%; }
  .grid-sm-7-24 {
    width: 29.1666666667%;
    *width: 29.1666666667%; }
  .grid-sm-11-24 {
    width: 45.8333333333%;
    *width: 45.8333333333%; }
  .grid-sm-13-24 {
    width: 54.1666666667%;
    *width: 54.1666666667%; }
  .grid-sm-17-24 {
    width: 70.8333333333%;
    *width: 70.8333333333%; }
  .grid-sm-19-24 {
    width: 79.1666666667%;
    *width: 79.1666666667%; }
  .grid-sm-23-24 {
    width: 95.8333333333%;
    *width: 95.8333333333%; }
  .grid-sm-1, .grid-sm-1-1, .grid-sm-10-10, .grid-sm-16-16, .grid-sm-24-24 {
    width: 100%; } }

@media screen and (min-width: 48.063em) {
  .grid-md-1-2, .grid-md-2-4, .grid-md-3-6, .grid-md-4-8, .grid-md-5-10, .grid-md-6-12, .grid-md-8-16, .grid-md-12-24 {
    width: 50%;
    *width: 50%; }
  .grid-md-1-3, .grid-md-2-6, .grid-md-4-12, .grid-md-8-24 {
    width: 33.3333333333%;
    *width: 33.3333333333%; }
  .grid-md-2-3, .grid-md-4-6, .grid-md-8-12, .grid-md-16-24 {
    width: 66.6666666667%;
    *width: 66.6666666667%; }
  .grid-md-1-4, .grid-md-2-8, .grid-md-3-12, .grid-md-4-16, .grid-md-6-24 {
    width: 25%;
    *width: 25%; }
  .grid-md-3-4, .grid-md-6-8, .grid-md-9-12, .grid-md-12-16, .grid-md-18-24 {
    width: 75%;
    *width: 75%; }
  .grid-md-1-5, .grid-md-2-10 {
    width: 20%;
    *width: 20%; }
  .grid-md-2-5, .grid-md-4-10 {
    width: 40%;
    *width: 40%; }
  .grid-md-3-5, .grid-md-6-10 {
    width: 60%;
    *width: 60%; }
  .grid-md-4-5, .grid-md-8-10 {
    width: 80%;
    *width: 80%; }
  .grid-md-1-6, .grid-md-2-12, .grid-md-4-24 {
    width: 16.6666666667%;
    *width: 16.6666666667%; }
  .grid-md-5-6, .grid-md-10-12, .grid-md-20-24 {
    width: 83.3333333333%;
    *width: 83.3333333333%; }
  .grid-md-1-8, .grid-md-2-16, .grid-md-3-24 {
    width: 12.5%;
    *width: 12.5%; }
  .grid-md-3-8, .grid-md-6-16, .grid-md-9-24 {
    width: 37.5%;
    *width: 37.5%; }
  .grid-md-5-8, .grid-md-10-16, .grid-md-15-24 {
    width: 62.5%;
    *width: 62.5%; }
  .grid-md-7-8, .grid-md-14-16, .grid-md-21-24 {
    width: 87.5%;
    *width: 87.5%; }
  .grid-md-1-10 {
    width: 10%;
    *width: 10%; }
  .grid-md-3-10 {
    width: 30%;
    *width: 30%; }
  .grid-md-7-10 {
    width: 70%;
    *width: 70%; }
  .grid-md-9-10 {
    width: 90%;
    *width: 90%; }
  .grid-md-1-12, .grid-md-2-24 {
    width: 8.3333333333%;
    *width: 8.3333333333%; }
  .grid-md-5-12, .grid-md-10-24 {
    width: 41.6666666667%;
    *width: 41.6666666667%; }
  .grid-md-7-12, .grid-md-14-24 {
    width: 58.3333333333%;
    *width: 58.3333333333%; }
  .grid-md-11-12, .grid-md-22-24 {
    width: 91.6666666667%;
    *width: 91.6666666667%; }
  .grid-md-1-16 {
    width: 6.25%;
    *width: 6.25%; }
  .grid-md-3-16 {
    width: 18.75%;
    *width: 18.75%; }
  .grid-md-5-16 {
    width: 31.25%;
    *width: 31.25%; }
  .grid-md-7-16 {
    width: 43.75%;
    *width: 43.75%; }
  .grid-md-9-16 {
    width: 56.25%;
    *width: 56.25%; }
  .grid-md-11-16 {
    width: 68.75%;
    *width: 68.75%; }
  .grid-md-13-16 {
    width: 81.25%;
    *width: 81.25%; }
  .grid-md-15-16 {
    width: 93.75%;
    *width: 93.75%; }
  .grid-md-1-24 {
    width: 4.1666666667%;
    *width: 4.1666666667%; }
  .grid-md-5-24 {
    width: 20.8333333333%;
    *width: 20.8333333333%; }
  .grid-md-7-24 {
    width: 29.1666666667%;
    *width: 29.1666666667%; }
  .grid-md-11-24 {
    width: 45.8333333333%;
    *width: 45.8333333333%; }
  .grid-md-13-24 {
    width: 54.1666666667%;
    *width: 54.1666666667%; }
  .grid-md-17-24 {
    width: 70.8333333333%;
    *width: 70.8333333333%; }
  .grid-md-19-24 {
    width: 79.1666666667%;
    *width: 79.1666666667%; }
  .grid-md-23-24 {
    width: 95.8333333333%;
    *width: 95.8333333333%; }
  .grid-md-1, .grid-md-1-1, .grid-md-10-10, .grid-md-16-16, .grid-md-24-24 {
    width: 100%; } }

.grid-push-1-4 {
  left: 25%; }

@media screen and (min-width: 35.563em) {
  .grid-sm-push-1-10 {
    left: 10%; }
  .grid-sm-push-1-5 {
    left: 20%; }
  .grid-sm-push-2-3 {
    left: 66.6666666667%; }
  .grid-sm-pull-1-3 {
    right: 33.3333333333%; } }

@media screen and (min-width: 48.063em) {
  .grid-md-push-1-5 {
    left: 20%; }
  .grid-md-push-3-5 {
    left: 60%; }
  .grid-md-push-4-24 {
    left: 16.6666666667%; }
  .grid-md-push-6-24 {
    left: 25%; }
  .grid-md-pull-2-5 {
    right: 40%; } }

html {
  box-sizing: border-box; }
  html *, html *:before, html *:after {
    box-sizing: inherit; }

#main {
  background: #fff;
  position: relative;
  z-index: 1;
  overflow: visible; }

.l-container {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  display: block; }

.l-content {
  max-width: 100%;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
  display: block; }
  .l-content:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 48.063em) {
    .l-content {
      max-width: 760px; } }

.l-content--paddingTop {
  padding-top: 30px; }

.l-content--paddingBottom {
  padding-bottom: 30px; }

.l-content--padding {
  padding: 30px 20px; }

.l-no-hero {
  padding-top: 32px; }

.l-no-hero--share {
  padding-top: 10px; }

.l-no-hero--no-title {
  padding-top: 0; }

@media screen and (min-width: 48.063em) {
  .l-fixed {
    width: 100%;
    position: fixed !important;
    top: 0;
    z-index: 99999;
    -webkit-backface-visibility: hidden; }
    .mobile-device .l-fixed {
      position: static !important; }
    .l-fixed + .l-content {
      padding-top: 100px; } }

.l-body-content {
  position: relative;
  z-index: 1;
  background: #ffffff; }

.l-grid {
  /* IE < 8: collapse white-space between units */
  text-rendering: optimizespeed;
  /*
    Use flexbox when possible to avoid `letter-spacing` side-effects.

    NOTE: Firefox (as of 25) does not currently support flex-wrap, so the
    `-moz-` prefix version is omitted.
    */ }

.l-box {
  padding: 0 0.5rem; }

.l-grid--wide {
  margin: 0 -0.5rem; }

.l-grid--nested {
  font-size: 0; }
  .l-grid--nested > [class*="grid-"] {
    font-size: initial; }

.l-grid--padded-columns > [class*="grid-"] {
  padding-left: 10px;
  padding-right: 10px; }

@media screen and (max-width: 48em) {
  .l-grid--padded-columns > [class~="grid-1"] {
    padding-bottom: 20px;
    padding-top: 20px; }
    .l-grid--padded-columns > [class~="grid-1"]:last-child {
      padding-bottom: 0; }
    .l-grid--padded-columns > [class~="grid-1"]:first-child {
      padding-top: 0; } }

.l-grid--space {
  margin-left: -10px;
  margin-bottom: -10px; }
  .l-grid--space .l-grid__item--space {
    padding-left: 10px;
    margin-bottom: 10px; }

.l-grid--space--sm {
  margin-left: -5px;
  margin-bottom: -5px; }
  .l-grid--space--sm .l-grid__item--space {
    padding-left: 5px;
    margin-bottom: 5px; }

.l-grid--space--lg {
  margin-left: -20px;
  margin-bottom: -20px; }
  .l-grid--space--lg .l-grid__item--space {
    padding-left: 20px;
    margin-bottom: 20px; }

.l-grid__row {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch; }

.l-vertical-align, .m-list--block li {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column; }

.l-row, .l-full-width {
  width: 100%; }

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

.l-block {
  display: block; }

.l-block--centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.l-inline {
  display: inline; }

@media screen and (min-width: 20.063em) {
  .l-block--xxs {
    display: block; }
  .l-inline--xxs {
    display: inline; } }

@media screen and (min-width: 30.063em) {
  .l-block--xs {
    display: block; }
  .l-inline--xs {
    display: inline; } }

@media screen and (min-width: 35.563em) {
  .l-block--sm {
    display: block; }
  .l-inline--sm {
    display: inline; } }

@media screen and (min-width: 48.063em) {
  .l-block--md {
    display: block; }
  .l-inline--md {
    display: inline; } }

.l-img-responsive {
  width: 100%;
  height: auto; }

.l-img-rounded {
  border-radius: 50%; }

.l-img-width--sm {
  width: 86px; }

/*<div class='l-square-box'>
    <div class='l-square-content'><div><span>I'm a responsive CSS square with centered content!</span></div></div>
</div>*/
.l-square-box {
  position: relative;
  overflow: hidden; }

.l-square-box:before {
  content: "";
  display: block;
  padding-top: 100%; }

.l-square-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.l-square-content div {
  display: table;
  width: 100%;
  height: 100%; }

.l-square-content span {
  display: table-cell; }

.l-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; }

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

.l--spacer {
  padding: 0 10px; }

.l--spacer--lg {
  padding: 0 20px; }

.l--spacer-top {
  padding-top: 10px; }

.l--spacer-top--lg {
  padding-top: 25px; }

.l--spacer-top-margin {
  margin-top: 10px; }

.l--spacer-bottom {
  padding-bottom: 20px; }

.l--spacer-bottom--sm {
  padding-bottom: 10px; }

.l--spacer-left {
  padding-left: 20px; }

.l--spacer-right {
  padding-right: 20px; }

@media screen and (min-width: 48.063em) {
  .l--spacer-md-right {
    padding-right: 20px; } }

.l--spacer-right--sm {
  padding-right: 10px; }

.l--spacer-right--xs {
  padding-right: 5px; }

.l--spacer-left--sm {
  padding-left: 10px; }

.l--alert {
  border: 1px solid transparent;
  border-radius: 4px;
  margin: 10px; }

.l--success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.l-flex, .m-result .m-result__body {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.l-flex--space-between, .m-result .m-result__body {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }

.l-flex--space-around {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: center; }

.l-flex--align-items--center, .m-result .m-result__body {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }

@media screen and (max-width: 48em) {
  .mobile-padding {
    padding-top: 0; } }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

@media screen and (min-width: 48em) {
  .no-padding--sm {
    padding: 0 !important; } }

.padding-listItem {
  padding: 30px 0; }

.padding-listItem--sm {
  padding-top: 15px;
  padding-bottom: 15px; }

.padding-listItem--xs {
  padding-top: 10px;
  padding-bottom: 10px; }

.padding-rowItem {
  padding-bottom: 10px; }

.padding-rowItem--sm {
  padding-bottom: 5px; }

.padding-rowItem--lg {
  padding-bottom: 20px; }

.padding-rowItem--xl {
  padding-bottom: 30px; }

.form-margin {
  margin: 10px 0 !important; }

.form-margin-last {
  margin: 10px 0 3px 0 !important; }

.header__main__wrapper .header__main__header .logo--leafly, #footer .logo.logo--leafly {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/public/images/logos/leafly-logo-dark.png); }

.contentMessage {
  text-align: center;
  margin: 100px 0; }

.ga_home_banner_dropdown {
  z-index: 2 !important; }

#header {
  position: relative;
  z-index: 10;
  background: #fff;
  width: 100%;
  padding-top: 63px; }
  @media screen and (min-width: 48.063em) {
    #header {
      padding-top: 126px; } }

.js .login-fallback {
  display: none; }

.m-login__authentication {
  position: relative;
  top: -10px; }

.header__menu__account__dropdown .businessCTA, .header__main__wrapper .businessCTA {
  color: #76bd1d;
  clear: both;
  display: block !important;
  position: absolute;
  bottom: -12px;
  right: 0px;
  width: 100%;
  line-height: 16px; }

.header__menu__account__dropdown .businessCTA {
  position: relative;
  left: 39px;
  top: 10px; }

.header__main__wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 0;
  background: #f7f7f7; }
  @media screen and (max-width: 48em) {
    .navigation-open .header__main__wrapper.l-fixed {
      overflow-y: scroll;
      height: 100%; } }
  .header__main__wrapper .header__main__background {
    position: absolute;
    width: 100%;
    height: 63px;
    top: 0;
    background: #fff; }
    @media screen and (min-width: 48.063em) {
      .header__main__wrapper .header__main__background {
        height: 80px; } }
  .header__main__wrapper .header__main__header {
    margin: 5px 0;
    position: relative; }
    @media screen and (min-width: 48.063em) and (max-width: 64em) {
      .header__main__wrapper .header__main__header {
        padding-left: 10px; } }
    .header__main__wrapper .header__main__header .m-button.m-button--icon.m-button--icon-basement {
      margin: 0; }
      .header__main__wrapper .header__main__header .m-button.m-button--icon.m-button--icon-basement i {
        color: #76bd1d;
        font-size: 40px;
        font-weight: 700; }
    .header__main__wrapper .header__main__header .m-button.m-button--icon {
      padding: 6px 12px;
      margin-top: 8px; }
      .header__main__wrapper .header__main__header .m-button.m-button--icon i {
        font-size: 25px; }
    .header__main__wrapper .header__main__header .logo--leafly {
      display: block;
      height: 43px;
      background-position: 50% 50%;
      margin-top: 6px;
      margin-bottom: -10px; }
      @media screen and (min-width: 48.063em) {
        .header__main__wrapper .header__main__header .logo--leafly {
          margin-top: 0px; } }
    .header__main__wrapper .header__main__header .logo--leafly, .header__main__wrapper .header__main__header .m-search-container, .header__main__wrapper .header__main__header .m-login {
      min-width: 1px; }
    @media screen and (min-width: 48.063em) {
      .header__main__wrapper .header__main__header {
        position: absolute;
        left: 0;
        z-index: 100;
        margin: 23px 0; }
        .header__main__wrapper .header__main__header .logo--leafly {
          background-position: 0 50%; } }
  .header__main__wrapper .header__main__body {
    position: relative; }
    .header__main__wrapper .header__main__body .m-search-container {
      margin: 20px 0; }
  .header__main__wrapper .header__dropdown {
    display: inline-block; }
  .header__main__wrapper .header__dropdown-globe {
    margin: 28px 0;
    padding-left: 25px; }
  .header__main__wrapper .m-login__authentication,
  .header__main__wrapper .m-login__account {
    line-height: 40px; }
  .header__main__wrapper .m-login__account a.dropdown-toggle {
    padding-left: 10px; }
    .header__main__wrapper .m-login__account a.dropdown-toggle i {
      vertical-align: text-bottom; }
  .header__main__wrapper .header__menu {
    z-index: 10; }
    .header__main__wrapper .header__menu .dropdown-toggle {
      display: none; }
    @media screen and (min-width: 48.063em) {
      .header__main__wrapper .header__menu .m-login__authentication,
      .header__main__wrapper .header__menu .m-login__account {
        margin: 19px 0;
        text-align: right; }
      .header__main__wrapper .header__menu .dropdown-toggle {
        display: block; }
      .header__main__wrapper .header__menu .m-login__account a {
        float: right;
        line-height: 40px;
        display: block;
        max-width: 100%; } }
    .header__main__wrapper .header__menu .header__nav {
      padding: 0;
      display: table; }
      @media screen and (min-width: 48.063em) {
        .header__main__wrapper .header__menu .header__nav a {
          margin: 7px 17px 0 17px;
          padding: 0 0 7px 0; } }
      .header__main__wrapper .header__menu .header__nav.m-menu.m-menu--open {
        background: transparent; }
      .header__main__wrapper .header__menu .header__nav li {
        padding: 0; }
    @media screen and (min-width: 48.063em) and (max-width: 64em) {
      .header__main__wrapper .header__menu {
        padding-right: 10px; } }
  .header__main__wrapper .header__nav {
    border: none; }
    .header__main__wrapper .header__nav ul {
      margin: 0 auto; }
  .header__main__wrapper .header__menu__account__dropdown {
    padding: 5px;
    margin-top: -20px !important; }
    .header__main__wrapper .header__menu__account__dropdown a {
      padding: 0; }
    .header__main__wrapper .header__menu__account__dropdown > li {
      margin: 10px 0;
      vertical-align: middle; }
      .header__main__wrapper .header__menu__account__dropdown > li span {
        margin-left: 10px;
        vertical-align: text-bottom; }
  .header__main__wrapper .m-menu--open li a {
    border-bottom: solid 5px transparent;
    border-top: none; }
    .header__main__wrapper .m-menu--open li a:hover, .header__main__wrapper .m-menu--open li a.active {
      border-color: #d44727; }
  .header__main__wrapper .m-menu a, .header__main__wrapper a {
    color: #4a3828; }
    @media screen and (max-width: 48em) {
      .header__main__wrapper .m-menu a, .header__main__wrapper a {
        padding: 3px 0; } }
    .header__main__wrapper .m-menu a:hover, .header__main__wrapper .m-menu a.active, .header__main__wrapper a:hover, .header__main__wrapper a.active {
      color: #d44727; }
  .header__main__wrapper .site-actions__breadcrumbs a {
    color: #4a3828; }

/*=========================*/
/**** Mobile Nav Styles ****/
/*=========================*/
.page-container {
  box-shadow: -7px 0px 11px -4px rgba(0, 0, 0, 0.2);
  z-index: 1;
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 48.063em) {
    .page-container {
      box-shadow: none; } }

.mobile-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  background: #f7f7f7;
  padding: 10px 20px;
  height: 100%;
  z-index: 0; }
  .mobile-nav .m-search-container {
    margin-bottom: 20px; }
  .mobile-nav .header__nav {
    border: none; }
  .mobile-nav .header__menu__account {
    margin-top: 30px; }
  .mobile-nav .m-login__account {
    margin-bottom: 10px; }
    .mobile-nav .m-login__account .m-login__profile-pic {
      width: 23px;
      height: 23px;
      vertical-align: middle;
      margin: 0 10px 0 0; }
    .mobile-nav .m-login__account span {
      vertical-align: middle; }
  .mobile-nav .m-menu li a {
    padding: 0; }
  .mobile-nav li {
    margin-bottom: 10px; }
    .mobile-nav li a span {
      vertical-align: middle; }
    .mobile-nav li i {
      vertical-align: middle;
      margin-right: 10px; }
  .mobile-nav .header__mobile-regions {
    position: static;
    visibility: visible;
    padding: 5px 0 0 38px; }
  .mobile-nav .m-login__authentication a {
    display: inline-block; }

/*=========================*/
/**** Mobile Nav Styles ****/
/*=========================*/
#footer {
  position: relative;
  z-index: 2;
  padding: 60px 0 60px;
  background: #F7F7F7; }
  #footer .logo.logo--leafly {
    height: 40px;
    margin: 0; }
  #footer .copyright {
    font-size: 12px;
    margin: 15px 0 25px 0;
    color: #999999; }
  #footer header {
    text-transform: uppercase;
    padding-right: 20px;
    padding-bottom: 5px; }
  #footer li {
    letter-spacing: -0.5pt; }
    #footer li a {
      font-size: 14px; }
    #footer li .footer-text {
      font-size: 14px;
      color: #999999; }
    #footer li i {
      color: #999999;
      margin-right: 10px; }
  #footer .newsletter-signup {
    margin: 10px 0; }
    #footer .newsletter-signup .m-button, #footer .newsletter-signup input {
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px; }
  #footer a {
    color: #4a3828; }
    #footer a:hover {
      color: #76bd1d; }
  #footer .in-the-news li a {
    margin-left: 0; }
  #footer .in-the-news li div {
    font-size: 14px;
    margin-top: 5px; }
  #footer .app-store {
    display: block;
    background-image: url("/public/images/svg/svg-download-apple.svg");
    width: 170px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 100%; }
  #footer .play-store {
    display: block;
    background-image: url("/public/images/svg/svg-download-google.svg");
    width: 170px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 100%; }

/* end layout */
/* modules */
.accordion-toggle:hover {
  cursor: pointer; }

.m-accordion--main-group {
  outline: 0;
  border-radius: 10px;
  border: 1px solid #f1f1f1;
  /* box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1); */
  box-shadow: 0px 2px 1px 0px #c9c9c9;
  font-size: 16px;
  background: #f7f7f7;
  margin-top: 10px; }
  .m-accordion--main-group > .panel-heading {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: white;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }
    .m-accordion--main-group > .panel-heading.collapsed {
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px; }
    .m-accordion--main-group > .panel-heading .panel-title {
      margin: 0; }
  .m-accordion--main-group .panel-title a {
    display: block;
    padding: 20px 20px;
    color: #4a3828; }
    @media screen and (max-width: 48em) {
      .m-accordion--main-group .panel-title a {
        padding: 11px 20px 12px; } }
  .m-accordion--main-group > .panel-body,
  .m-accordion--main-group .m-accordion--item {
    padding: 10px; }

.item-heading--expand-details {
  width: 30px; }

.pure-button, .m-button {
  display: inline-block;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: baseline;
  text-align: center;
  font-family: inherit;
  font-size: 100%;
  padding: 0.5em 1em;
  color: rgba(0, 0, 0, 0.8);
  border: none transparent;
  background-color: #E6E6E6;
  text-decoration: none;
  border-radius: 5px;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.pure-button[disabled],
[disabled].m-button,
.pure-button-disabled,
.pure-button-disabled:hover,
.pure-button-disabled:focus,
.pure-button-disabled:active {
  border: none;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=40);
  -khtml-opacity: 0.40;
  -moz-opacity: 0.40;
  opacity: 0.40;
  cursor: not-allowed;
  box-shadow: none; }

.m-button {
  outline: 0;
  border-radius: 10px;
  display: inline-block;
  font-size: 16px;
  padding: 6px 12px;
  cursor: pointer;
  font-weight: 500;
  -webkit-appearance: none; }
  .m-button, .m-button:active, .m-button:hover, .m-button:focus {
    outline: none; }
  .m-button.m-button--disabled {
    background-color: darkgray;
    cursor: default; }
  .m-button.m-button--brown {
    color: #fff;
    background-color: #4a3828; }
  .m-button.m-button--purple {
    color: #fff;
    background-color: #6e335e; }
  .m-button.m-button--green,
  .m-button.m-button--green:hover {
    color: #fff;
    background-color: #76bd1d;
    box-shadow: inset 0 -3px 0 rgba(74, 146, 4, 0.75); }
  .m-button.m-button--orange {
    color: #fff;
    background-color: #d44727; }
  .m-button.m-button--grey {
    color: #333;
    background-color: #e1e1e1; }
  .m-button.m-button--white {
    color: #333;
    background-color: #ffffff;
    border: solid 1px #d5d5d5; }
  .m-button.m-button--white-positive {
    color: #76bd1d;
    background-color: #ffffff;
    border: solid 1px #d5d5d5;
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2); }
  .m-button.m-button--facebook {
    color: #fff;
    background-color: #3b5999; }
  .m-button.m-button--twitter {
    color: #fff;
    background-color: #55ACEE; }
  .m-button.m-button--inset {
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1); }
  .m-button.m-button--large {
    font-size: 1.5em; }
  .m-button.m-button--xs {
    font-size: 14px;
    padding: 5px 8px; }
  .m-button.m-button--sm {
    font-size: 16px; }
  .m-button.m-button--md {
    font-size: 18px; }
  .m-button.m-button--lg {
    font-size: 20px;
    padding: 8px 28px; }
  @media screen and (max-width: 35.5em) {
    .m-button.m-button--lg-wide {
      width: 100%; } }
  .m-button.m-button--xl {
    font-size: 24px;
    letter-spacing: -1px;
    width: 100%; }
    @media screen and (min-width: 48.063em) {
      .m-button.m-button--xl {
        width: auto;
        padding: 12px 30px; }
        .m-button.m-button--xl:hover {
          padding: 12px 30px; } }
    .m-button.m-button--xl.m-button--inset {
      box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.1); }
  .m-button.m-button--xl-wide {
    width: 100%; }
    @media screen and (min-width: 48.063em) {
      .m-button.m-button--xl-wide {
        width: auto;
        padding: 18px 90px; }
        .m-button.m-button--xl-wide:hover {
          padding: 18px 90px; } }
  .m-button.m-button--xxl {
    font-size: 28px;
    letter-spacing: -1px;
    padding: 15px 40px; }
    .m-button.m-button--xxl:hover {
      padding: 15px 40px; }
    .m-button.m-button--xxl.m-button--inset {
      box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.1); }
  .m-button:hover .m-button--hide-on-hover {
    display: none; }
  .m-button .m-button--show-on-hover {
    display: none; }
  .m-button:hover .m-button--show-on-hover {
    display: inline; }

a.m-button.m-button--full-width {
  display: block; }

button.m-button.m-button--full-width {
  width: 100%; }

.m-button--link {
  background: transparent !important;
  color: #76bd1d;
  cursor: pointer; }
  .m-button--link:hover {
    background: transparent !important;
    text-decoration: none; }

.m-button.m-button-brand {
  border: 1px solid rgba(208, 208, 208, 0.6);
  border-radius: 11px;
  background-clip: padding-box;
  background-color: #fff;
  box-shadow: inset 0 -4px 0 rgba(215, 215, 215, 0.75); }
  .m-button.m-button-brand:before {
    content: '\e600';
    font-family: leafly-icon-font;
    padding-right: 5px; }
  .m-button.m-button-brand.white {
    background: #fff;
    color: #333; }
  .m-button.m-button-brand.indica, .m-button.m-button-brand.hybrid, .m-button.m-button-brand.sativa {
    color: #fff; }
  .m-button.m-button-brand.indica {
    box-shadow: inset 0 -4px 0 rgba(79, 37, 68, 0.75); }
  .m-button.m-button-brand.hybrid {
    box-shadow: inset 0 -4px 0 rgba(101, 161, 26, 0.75); }
  .m-button.m-button-brand.sativa {
    box-shadow: inset 0 -4px 0 rgba(147, 57, 25, 0.75); }

.m-tag {
  margin: 0 -5px; }

.m-tag__item {
  cursor: pointer;
  border: 2px solid #4a3828;
  border-radius: 5px;
  background-color: #fff;
  padding: 10px 15px;
  transition: color, background-color 200ms ease;
  display: inline-block;
  margin: 0 5px 10px 0;
  color: #4a3828; }
  .m-tag__item.selected {
    color: #fff;
    border: 1px solid #75bd1d;
    background-color: #75bd1d;
    padding: 11px 16px; }

.m-button-group {
  display: inline-block; }
  .m-button-group .m-button {
    border-radius: 0;
    margin: 0;
    float: left;
    border-left: 0;
    background-image: none; }
    .m-button-group .m-button:hover {
      background-image: none;
      color: #76bd1d; }
    .m-button-group .m-button.button-active {
      background-image: none;
      background-color: #76bd1d;
      color: white; }
      .m-button-group .m-button.button-active:hover {
        color: white; }
  .m-button-group .m-button:first-child {
    border-left: 1px solid #d5d5d5;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px; }
  .m-button-group .m-button:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px; }

.m-button.m-button--icon {
  padding: 4px;
  background: transparent;
  border: 0;
  box-shadow: none; }
  .m-button.m-button--icon:hover, .m-button.m-button--icon:active, .m-button.m-button--icon:target {
    box-shadow: none; }
  .m-button.m-button--icon i {
    display: inline-block; }
  .m-button.m-button--icon:hover {
    color: #4a3828; }
  .m-button.m-button--icon span {
    text-transform: uppercase; }

.m-clinic .m-clinic--otherLocations .m-select {
  width: 150px;
  font-size: 18px; }
  .m-clinic .m-clinic--otherLocations .m-select option[disabled='disabled'] {
    display: none; }

.m-clinic .m-clinic__photo {
  background-size: cover;
  width: 170px;
  height: 170px;
  margin-right: 10px; }

.m-clinic .m-clinic__download {
  background-image: url("/Public/Images/doctors-admin/forms.png");
  background-repeat: no-repeat; }

.m-clinic .clinic-hours {
  display: table; }
  .m-clinic .clinic-hours .clinic-hours__days {
    display: table-row; }
    .m-clinic .clinic-hours .clinic-hours__days .clinic-hours__days__col--left {
      text-align: right;
      display: table-cell; }
    .m-clinic .clinic-hours .clinic-hours__days .clinic-hours__days__col--right {
      text-align: left;
      display: table-cell;
      padding-left: 10px; }

[dismissible] {
  display: none;
  position: relative;
  z-index: 2; }
  [dismissible].visible {
    display: block; }

/* PURE CSS FORMS */
.m-form input[type="text"], .m-form input[type="password"], .m-form input[type="email"], .m-form input[type="url"], .m-form input[type="date"], .m-form input[type="month"], .m-form input[type="time"], .m-form input[type="datetime"], .m-form input[type="datetime-local"], .m-form input[type="week"], .m-form input[type="number"], .m-form input[type="search"], .m-form input[type="tel"], .m-form input[type="color"] {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 5px; }

.m-form select, .m-form textarea {
  padding: 0.5em 0.6em;
  display: inline-block;
  border-radius: 5px; }

.m-form input:not([type]) {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 5px; }

.m-form input[type="color"] {
  padding: 0.2em 0.5em; }

.m-form input[type="text"]:focus, .m-form input[type="password"]:focus, .m-form input[type="email"]:focus, .m-form input[type="url"]:focus, .m-form input[type="date"]:focus, .m-form input[type="month"]:focus, .m-form input[type="time"]:focus, .m-form input[type="datetime"]:focus, .m-form input[type="datetime-local"]:focus, .m-form input[type="week"]:focus, .m-form input[type="number"]:focus, .m-form input[type="search"]:focus, .m-form input[type="tel"]:focus, .m-form input[type="color"]:focus {
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */ }

.m-form select:focus, .m-form textarea:focus {
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */ }

.m-form input:not([type]):focus {
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  border-color: #129FEA; }

.m-form input[type="file"]:focus, .m-form input[type="radio"]:focus, .m-form input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 1px auto #129FEA; }

.m-form .m-checkbox {
  margin: 0.5em 0;
  display: block; }

.m-form input[type="text"][disabled], .m-form input[type="password"][disabled], .m-form input[type="email"][disabled], .m-form input[type="url"][disabled], .m-form input[type="date"][disabled], .m-form input[type="month"][disabled], .m-form input[type="time"][disabled], .m-form input[type="datetime"][disabled], .m-form input[type="datetime-local"][disabled], .m-form input[type="week"][disabled], .m-form input[type="number"][disabled], .m-form input[type="search"][disabled], .m-form input[type="tel"][disabled], .m-form input[type="color"][disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3; }

.m-form select[disabled], .m-form textarea[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3; }

.m-form input:not([type])[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3; }

.m-form input[readonly] {
  background: #eee;
  /* menu hover bg color */
  color: #777;
  /* menu text color */
  border-color: #ccc; }

.m-form select[readonly], .m-form textarea[readonly] {
  background: #eee;
  /* menu hover bg color */
  color: #777;
  /* menu text color */
  border-color: #ccc; }

.m-form input:focus:invalid, .m-form textarea:focus:invalid, .m-form select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b; }

.m-form input:focus:invalid:focus, .m-form textarea:focus:invalid:focus, .m-form select:focus:invalid:focus {
  border-color: #e9322d; }

.m-form input[type="file"]:focus:invalid:focus, .m-form input[type="radio"]:focus:invalid:focus, .m-form input[type="checkbox"]:focus:invalid:focus {
  outline-color: #e9322d; }

.m-form select[multiple] {
  height: auto; }

.m-form label {
  margin: 0.5em 0 0.2em; }

.m-form fieldset {
  margin: 0;
  padding: 0.35em 0 0.75em;
  border: 0; }

.m-form legend {
  display: block;
  width: 100%;
  padding: 0.3em 0;
  margin-bottom: 0.3em;
  color: #333;
  border-bottom: 1px solid #e5e5e5; }

.m-form .m-input-1 {
  width: 100%; }

.m-form .m-input-2-3 {
  width: 66%; }

.m-form .m-input-1-2 {
  width: 50%; }

.m-form .m-input-1-3 {
  width: 33%; }

.m-form .m-input-1-4 {
  width: 25%; }

/* END PURE CSS FORMS */
.m-form {
  color: #4a3828; }
  .m-form label {
    color: #4a3828;
    font-size: 18px;
    font-weight: 300;
    display: inline-block; }
  .m-form textarea {
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    background: white; }
  .m-form input, .m-form select {
    font-size: 16px;
    color: #4a3828; }
  .m-form input[type="text"], .m-form input[type="password"], .m-form textarea {
    border-radius: 6px;
    display: block;
    box-shadow: none;
    font-size: 16px; }

.m-form--stacked label + input,
.m-form--stacked label + select,
.m-form--stacked label + .m-form--search,
.m-form--stacked label + .m-form--input-container {
  margin-top: 5px; }

.m-form--stacked input + label, .m-form--stacked select + label, .m-form--stacked .field-validation-error + label {
  margin-top: 20px;
  display: block; }

:root input[type="checkbox"].m-checkbox {
  position: absolute;
  left: -1000em; }

:root input[type="checkbox"].m-checkbox ~ label,
:root input[type="checkbox"].m-checkbox + label {
  position: relative;
  padding: 6px 0 0 36px;
  min-height: 32px;
  display: inline-block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  :root input[type="checkbox"].m-checkbox ~ label:hover,
  :root input[type="checkbox"].m-checkbox + label:hover {
    cursor: pointer; }

:root input[type="checkbox"].m-checkbox ~ label:before,
:root input[type="checkbox"].m-checkbox + label:before {
  position: absolute;
  top: 50%;
  margin-top: -14px;
  left: 0;
  overflow: hidden;
  width: 24px;
  height: 24px;
  vertical-align: text-top;
  content: " ";
  background: #fff;
  border: solid 1px #dfdfdf;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 32px;
  line-height: 20px;
  text-align: center;
  font-weight: 400; }

:root input[type="checkbox"].m-checkbox:checked ~ label:before,
:root input[type="checkbox"].m-checkbox:checked + label:before {
  content: "\00d7";
  color: #76bd1d;
  font-weight: 100; }

:root input[type="checkbox"].m-checkbox:disabled ~ label,
:root input[type="checkbox"].m-checkbox:disabled + label {
  color: #cecece;
  cursor: not-allowed; }

:root input[type="checkbox"].m-checkbox:disabled ~ label:before,
:root input[type="checkbox"].m-checkbox:disabled + label:before {
  content: " ";
  color: #cecece; }

:root input[type="checkbox"].m-checkbox:checked:disabled ~ label:before,
:root input[type="checkbox"].m-checkbox:checked:disabled + label:before {
  content: "\00d7";
  color: #cecece; }

:root input[type="checkbox"].m-checkbox.input-validation-error ~ label:before,
:root input[type="checkbox"].m-checkbox.input-validation-error + label:before {
  background: #f2dede; }

.m-switch {
  position: relative;
  width: 80px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.m-switch-checkbox {
  display: none; }

.m-switch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #75BD1D;
  border-radius: 20px; }

.m-switch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s; }
  .m-switch-inner:before, .m-switch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .m-switch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #75BD1D;
    color: #FFFFFF; }
  .m-switch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #FFFFFF;
    color: #75BD1D;
    text-align: right; }

.m-switch-switch {
  display: block;
  width: 22px;
  margin: 6px;
  background: #76bd1d;
  border: 2px solid #75BD1D;
  border-radius: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 46px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s; }

.m-switch-checkbox:checked + .m-switch-label .m-switch-inner {
  margin-left: 0; }

.m-switch-checkbox:checked + .m-switch-label .m-switch-switch {
  right: 0px;
  background: #fff; }

.m-switch-pill span {
  border: 1px solid #d5d5d5;
  display: inline-block;
  min-width: 42px;
  text-align: center;
  padding: 5px;
  color: #999;
  background-color: #f3f3f3;
  box-shadow: inset 0 -3px 0 rgba(214, 214, 214, 0.75);
  cursor: pointer;
  transition: color, background-color, border-color, box-shadow 200ms ease; }
  .m-switch-pill span.selected {
    color: #fff;
    border-color: #76bd1d;
    background-color: #76bd1d;
    box-shadow: inset 0 -4px 0 rgba(98, 158, 24, 0.75); }
  .m-switch-pill span.yes {
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px; }
  .m-switch-pill span.no {
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    margin-left: -5px; }

input[type="radio"] + label {
  display: inline; }

.conjoined {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%; }
  .conjoined .conjoined-target {
    display: table-cell !important;
    width: 100%;
    font-size: 16px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important; }
  .conjoined .conjoined-addon {
    display: table-cell;
    position: relative;
    border: none;
    white-space: nowrap;
    vertical-align: middle;
    padding: 0;
    border-radius: 0px;
    height: 100%;
    max-height: 100%;
    border-radius: 4px;
    width: 1%; }
    .conjoined .conjoined-addon > button {
      padding-top: 9px;
      padding-bottom: 9px;
      border-top-left-radius: 0 !important;
      border-bottom-left-radius: 0 !important; }
    .conjoined .conjoined-addon:first-child {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .conjoined .conjoined-addon:last-child {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.m-search-container {
  position: relative; }

.m-form--search {
  position: relative;
  z-index: 2; }
  .m-form--search input[type="text"] {
    height: 100%;
    width: 100%;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0 1rem;
    outline: none;
    box-shadow: none;
    min-height: 42px; }
    .m-form--search input[type="text"]::-webkit-input-placeholder {
      /*font-size: $copy--xxs;*/
      /*color: #333;*/ }
    .m-form--search input[type="text"]::-moz-placeholder {
      /*font-size: $copy--xxs;*/
      /*color: #333;*/ }
    .m-form--search input[type="text"]:-moz-placeholder {
      /*font-size: $copy--xxs;*/
      /*color: #333;*/ }
    .m-form--search input[type="text"]:-ms-input-placeholder {
      /*font-size: $copy--xxs;*/
      /*color: #333;*/ }
    .m-form--search input[type="text"]:focus::-webkit-input-placeholder {
      color: #aaa; }
    .m-form--search input[type="text"]:focus::-moz-placeholder {
      color: #aaa; }
    .m-form--search input[type="text"]:focus:-moz-placeholder {
      color: #aaa; }
    .m-form--search input[type="text"]:focus:-ms-input-placeholder {
      color: #aaa; }
  .m-form--search select {
    padding: 0.5em 0.6em 0.6em; }
  .m-form--search button[type="submit"] {
    position: absolute;
    outline: 0;
    top: 0;
    right: 0;
    height: 100%;
    min-width: 44px;
    padding: 0 8px;
    margin: 0;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: none;
    background: transparent;
    color: #999999;
    /*content: '\e646';*/
    /*font-family: leafly-icon-font;*/
    font-size: 22px; }
    .m-form--search button[type="submit"]:hover {
      cursor: pointer; }
    .m-form--search button[type="submit"]:disabled {
      color: #d5d5d5; }
    .m-form--search button[type="submit"]:hover:disabled {
      cursor: not-allowed; }
  .m-form--search .m-form--input-heading {
    display: inline-block;
    margin-bottom: 5px; }
  .m-form--search .m-form--input-container {
    position: relative; }

.m-form--search + .auto-complete {
  position: absolute;
  z-index: 3;
  padding: 15px;
  margin-top: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border: 1px solid #E3E3E3;
  border-top: none;
  border-radius: 5px;
  background-color: #fff;
  text-align: left; }

.auto-complete__group:not(:last-child) {
  margin-bottom: 35px; }

.auto-complete__group header {
  color: #666;
  padding: 0.8em; }

.auto-complete__group ul:not(:last-child) {
  margin-bottom: 12px; }

.auto-complete__group__title {
  width: 100%;
  padding-bottom: 4px;
  margin-bottom: 6px;
  color: #4a3828;
  cursor: default; }

.auto-complete__group__results {
  display: block;
  padding: 4px;
  padding-left: 0;
  color: #4a3828;
  cursor: pointer; }
  .auto-complete__group__results:hover, .auto-complete__group__results a:hover, .auto-complete__group__results.active {
    text-decoration: none;
    color: #d44727; }

/* Select list */
.m-form--date-selectors {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row;
  justify-content: space-between; }
  .m-form--date-selectors .m-select {
    flex-grow: 1;
    margin-left: 10px; }
    .m-form--date-selectors .m-select:first-child {
      margin-left: 0; }

select.m-select {
  font-size: 16px;
  position: relative;
  height: 40px;
  border: 1px solid #f1f1f1;
  background: #ffffff;
  box-shadow: 0px 2px 1px 0px #c9c9c9; }

.m-select.m-select--none-selected button {
  color: #999999; }

.m-select .m-select__count {
  background: #999999;
  color: #fff;
  width: 23px;
  height: 23px;
  display: inline-block;
  margin-right: 15px;
  border-radius: 3px;
  text-align: center;
  font-size: 16px;
  line-height: 23px; }

.m-select .m-select__button, .m-select .m-select__dropdown {
  width: 100%;
  text-align: left;
  background-color: #FFF;
  border: 1px solid rgba(231, 231, 231, 0.4);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 2px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0 2px 0px rgba(0, 0, 0, 0.18); }

.m-select .m-select__button {
  outline: 0;
  padding: 8px 15px;
  margin: 0; }
  .m-select .m-select__button > div {
    padding-right: 10px; }

.m-select .m-select__button:disabled,
.m-select.open .m-select__button {
  background: #f7f7f7; }

.m-select .m-select__button:disabled {
  cursor: not-allowed; }

.m-select .m-select__dropdown {
  position: absolute;
  padding: 10px;
  display: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 999999;
  max-height: 400px;
  margin-top: 7px;
  width: 94.5%;
  border-color: #E8E8E8; }
  .m-select .m-select__dropdown > ul > li {
    margin-bottom: 5px; }
    .m-select .m-select__dropdown > ul > li:last-child {
      margin-bottom: 0; }

.m-select.open .m-select__dropdown {
  display: block; }

.m-select button {
  color: #4a3828; }
  .m-select button:hover {
    cursor: pointer; }

.m-select .mobile-select {
  opacity: .0001;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 34px; }

.m-select li button {
  width: 100%;
  background: #fff;
  padding: 4px 1em;
  border: 0;
  outline: 0;
  text-align: left; }

.m-select li button.active,
.m-select li button:hover {
  background: #f7f7f7; }

.m-menu {
  color: #4a3828; }
  .m-menu > ul {
    position: relative; }
  .m-menu ul ul {
    position: static; }
    @media screen and (min-width: 48.063em) {
      .m-menu ul ul {
        position: absolute; } }
  .m-menu li {
    position: relative; }
    .m-menu li a {
      padding: 5px 20px; }
      .m-menu li a:hover, .m-menu li a:active, .m-menu li a:focus {
        background: #eee;
        background: none; }
  .m-menu a {
    border: 1px solid transparent;
    border-left: none;
    border-right: none;
    color: #777;
    display: block;
    color: inherit;
    line-height: 1.5em;
    padding: 5px 20px;
    text-decoration: none;
    white-space: nowrap; }
  .m-menu.m-menu--open {
    background: #fff;
    background: #dedede;
    background: transparent;
    visibility: visible;
    z-index: 2;
    width: 100%; }
    .m-menu.m-menu--open.m-menu--fixed {
      border: none;
      border-bottom: 1px solid #b7b7b7; }
    .m-menu.m-menu--open > ul {
      left: 0;
      top: 0;
      visibility: visible; }
      .m-menu.m-menu--open > ul:focus {
        outline: 0; }
    .m-menu.m-menu--open .m-menu--linked a, .m-menu.m-menu--open .m-menu--linked a:focus, .m-menu.m-menu--open .m-menu--linked a:visited, .m-menu.m-menu--open .m-menu--linked a:active {
      color: #333;
      text-decoration: none; }
    .m-menu.m-menu--open .m-menu--linked a:hover {
      color: #7a1587;
      text-decoration: none; }

.m-menu--white {
  background: #fff; }
  @media screen and (max-width: 48em) {
    .m-menu--white {
      position: relative;
      overflow: hidden; } }

.m-menu--white .l-content, .m-menu--white .l-container {
  padding: 0 10px 0; }
  @media screen and (max-width: 48em) {
    .m-menu--white .l-content:after, .m-menu--white .l-container:after {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      width: 50px;
      height: 120px;
      background-color: rgba(255, 255, 255, 0);
      background-image: -webkit-linear-gradient(-360deg, rgba(255, 255, 255, 0) 0%, white 60%);
      background-image: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, white 60%, , , , , , , , ); } }
  @media screen and (max-width: 48em) {
    .m-menu--white .l-content .m-menu > ul, .m-menu--white .l-container .m-menu > ul {
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch; } }

@media screen and (max-width: 48em) {
  .m-tabs {
    -webkit-overflow-scrolling: touch; } }

.m-tabs li {
  display: inline-block;
  margin: 0 15px; }
  @media screen and (max-width: 48em) {
    .m-tabs li {
      margin: 0 2px; } }
  @media screen and (min-width: 35.563em) and (max-width: 48em) {
    .m-tabs li {
      margin: 0 25px; } }
  .m-tabs li a {
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
    border: 0;
    border-bottom: solid 3px transparent;
    padding: 17px 2px;
    text-align: center; }
    @media screen and (min-width: 48.063em) {
      .m-tabs li a {
        border-bottom: solid 5px transparent;
        padding: 17px 10px; } }
  .m-tabs li.active > a,
  .m-tabs li:hover > a, .m-tabs li.active > a {
    border-color: #4a3828;
    color: #4a3828; }

@media screen and (min-width: 48.063em) {
  .header__main__wrapper .header__menu .header__nav > ul, .m-menu--horizontal > ul {
    overflow: visible;
    white-space: normal;
    text-align: center; }
    .header__main__wrapper .header__menu .header__nav > ul > li, .m-menu--horizontal > ul > li {
      display: inline-block; }
  .dropdown-menu.m-tabs li.active > a,
  .dropdown-menu.m-tabs li:hover > a, .dropdown-menu.m-tabs li.active > a {
    border-color: transparent; }
  .dropdown-menu.m-tabs li:hover > a {
    color: #bf4920; } }

.m-menu--horizontal {
  border: none; }
  .m-menu--horizontal > ul {
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    text-align: center; }
  .m-menu--horizontal .dropdown-menu {
    left: auto !important;
    top: 100% !important;
    right: 0 !important;
    z-index: 99999999999 !important;
    background: #ffffff !important;
    border: 0; }
    @media screen and (min-width: 48.063em) {
      .m-menu--horizontal .dropdown-menu {
        margin-top: -10px !important; }
        .m-menu--horizontal .dropdown-menu li {
          display: block; } }
    .m-menu--horizontal .dropdown-menu li {
      float: none;
      margin: 0; }
    .m-menu--horizontal .dropdown-menu a {
      text-align: left; }

/* MENU TABS */
.m-menu-tabs li {
  background: #ffffff;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #d8d8d8;
  display: inline-block; }
  @media screen and (min-width: 48.063em) {
    .m-menu-tabs li:not(:first-child) {
      border-left: none; } }
  .m-menu-tabs li:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px; }
  .m-menu-tabs li:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px; }
  .m-menu-tabs li.selected, .m-menu-tabs li.active {
    background: #76bd1d; }
    .m-menu-tabs li.selected, .m-menu-tabs li.selected a, .m-menu-tabs li.active, .m-menu-tabs li.active a {
      color: #fff; }

.m-menu-tabs > ul {
  overflow: hidden;
  white-space: normal; }
  .m-menu-tabs > ul li {
    text-align: center; }

.bg-indica, .m-button.m-button-brand.indica, .bg-purple {
  background-color: #6e335e; }

.bg-sativa, .m-button.m-button-brand.sativa, .bg-red {
  background-color: #d44727; }

.bg-hybrid, .m-button.m-button-brand.hybrid, .bg-green {
  background-color: #76bd1d; }

.bg-earth, .bg-brown {
  background-color: #4a3828; }

.colored, .modal--photo .strain-name, .strain-details .strain__description p:first-child, .strain-details .strain__description p:first-child a {
  color: #4a3828; }
  .colored--indica .colored, .colored--indica .modal--photo .strain-name, .modal--photo .colored--indica .strain-name, .colored--indica .strain-details .strain__description p:first-child, .strain-details .strain__description .colored--indica p:first-child, .colored--indica .strain-details .strain__description p:first-child a, .strain-details .strain__description p:first-child .colored--indica a {
    color: #6e335e; }
  .colored--sativa .colored, .colored--sativa .modal--photo .strain-name, .modal--photo .colored--sativa .strain-name, .colored--sativa .strain-details .strain__description p:first-child, .strain-details .strain__description .colored--sativa p:first-child, .colored--sativa .strain-details .strain__description p:first-child a, .strain-details .strain__description p:first-child .colored--sativa a {
    color: #d44727; }
  .colored--hybrid .colored, .colored--hybrid .modal--photo .strain-name, .modal--photo .colored--hybrid .strain-name, .colored--hybrid .strain-details .strain__description p:first-child, .strain-details .strain__description .colored--hybrid p:first-child, .colored--hybrid .strain-details .strain__description p:first-child a, .strain-details .strain__description p:first-child .colored--hybrid a {
    color: #76bd1d; }
  .colored--edible .colored, .colored--edible .modal--photo .strain-name, .modal--photo .colored--edible .strain-name, .colored--edible .strain-details .strain__description p:first-child, .strain-details .strain__description .colored--edible p:first-child, .colored--edible .strain-details .strain__description p:first-child a, .strain-details .strain__description p:first-child .colored--edible a {
    color: #c6c6c6; }
  .colored--product .colored, .colored--product .modal--photo .strain-name, .modal--photo .colored--product .strain-name, .colored--product .strain-details .strain__description p:first-child, .strain-details .strain__description .colored--product p:first-child, .colored--product .strain-details .strain__description p:first-child a, .strain-details .strain__description p:first-child .colored--product a {
    color: #dad6d7; }

.colored.active, .modal--photo .active.strain-name, .strain-details .strain__description p.active:first-child, .strain-details .strain__description p:first-child a.active {
  color: #d44727; }
  .colored--indica .colored.active, .colored--indica .modal--photo .active.strain-name, .modal--photo .colored--indica .active.strain-name, .colored--indica .strain-details .strain__description p.active:first-child, .strain-details .strain__description .colored--indica p.active:first-child, .colored--indica .strain-details .strain__description p:first-child a.active, .strain-details .strain__description p:first-child .colored--indica a.active {
    color: #6e335e; }
  .colored--sativa .colored.active, .colored--sativa .modal--photo .active.strain-name, .modal--photo .colored--sativa .active.strain-name, .colored--sativa .strain-details .strain__description p.active:first-child, .strain-details .strain__description .colored--sativa p.active:first-child, .colored--sativa .strain-details .strain__description p:first-child a.active, .strain-details .strain__description p:first-child .colored--sativa a.active {
    color: #d44727; }
  .colored--hybrid .colored.active, .colored--hybrid .modal--photo .active.strain-name, .modal--photo .colored--hybrid .active.strain-name, .colored--hybrid .strain-details .strain__description p.active:first-child, .strain-details .strain__description .colored--hybrid p.active:first-child, .colored--hybrid .strain-details .strain__description p:first-child a.active, .strain-details .strain__description p:first-child .colored--hybrid a.active {
    color: #76bd1d; }
  .colored--edible .colored.active, .colored--edible .modal--photo .active.strain-name, .modal--photo .colored--edible .active.strain-name, .colored--edible .strain-details .strain__description p.active:first-child, .strain-details .strain__description .colored--edible p.active:first-child, .colored--edible .strain-details .strain__description p:first-child a.active, .strain-details .strain__description p:first-child .colored--edible a.active {
    color: #c6c6c6; }
  .colored--product .colored.active, .colored--product .modal--photo .active.strain-name, .modal--photo .colored--product .active.strain-name, .colored--product .strain-details .strain__description p.active:first-child, .strain-details .strain__description .colored--product p.active:first-child, .colored--product .strain-details .strain__description p:first-child a.active, .strain-details .strain__description p:first-child .colored--product a.active {
    color: #dad6d7; }

.colored-checkbox:before {
  color: #76bd1d; }

.colored--indica .colored-checkbox:before {
  color: #6e335e; }

.colored--sativa .colored-checkbox:before {
  color: #d44727; }

.colored--hybrid .colored-checkbox:before {
  color: #76bd1d; }

.colored--edible .colored-checkbox:before {
  color: #c6c6c6; }

.colored--product .colored-checkbox:before {
  color: #dad6d7; }

.colored--hover {
  color: #d44727; }
  .colored--indica .colored--hover:hover {
    color: #6e335e; }
  .colored--sativa .colored--hover:hover {
    color: #d44727; }
  .colored--hybrid .colored--hover:hover {
    color: #76bd1d; }

.colored-background, .colored-bg-w-text, .m-histogram-item .m-attr-bar {
  background-color: #dad6d7; }
  .colored--dispensary .colored-background, .colored--dispensary .colored-bg-w-text, .colored--dispensary .m-histogram-item .m-attr-bar, .m-histogram-item .colored--dispensary .m-attr-bar {
    background-color: #bf491f; }
  .colored--sativa .colored-background, .colored--sativa .colored-bg-w-text, .colored--sativa .m-histogram-item .m-attr-bar, .m-histogram-item .colored--sativa .m-attr-bar {
    background-color: #d44727; }
  .colored--indica .colored-background, .colored--indica .colored-bg-w-text, .colored--indica .m-histogram-item .m-attr-bar, .m-histogram-item .colored--indica .m-attr-bar {
    background-color: #6e335e; }
  .colored--hybrid .colored-background, .colored--hybrid .colored-bg-w-text, .colored--hybrid .m-histogram-item .m-attr-bar, .m-histogram-item .colored--hybrid .m-attr-bar {
    background-color: #76bd1d; }
  .colored-background .colored--edible, .colored-bg-w-text .colored--edible, .m-histogram-item .m-attr-bar .colored--edible {
    background-color: #c6c6c6; }
  .colored-background .colored--product, .colored-bg-w-text .colored--product, .m-histogram-item .m-attr-bar .colored--product {
    background-color: #dad6d7; }
  .colored--brown .colored-background, .colored--brown .colored-bg-w-text, .colored--brown .m-histogram-item .m-attr-bar, .m-histogram-item .colored--brown .m-attr-bar {
    background-color: #4a3828; }
  .colored--clinic .colored-background, .colored--clinic .colored-bg-w-text, .colored--clinic .m-histogram-item .m-attr-bar, .m-histogram-item .colored--clinic .m-attr-bar {
    background-color: #196fb8; }
  .colored--delivery .colored-background, .colored--delivery .colored-bg-w-text, .colored--delivery .m-histogram-item .m-attr-bar, .m-histogram-item .colored--delivery .m-attr-bar {
    background-color: #6e335e; }
  .colored--lp .colored-background, .colored--lp .colored-bg-w-text, .colored--lp .m-histogram-item .m-attr-bar, .m-histogram-item .colored--lp .m-attr-bar {
    background-color: #4a3828; }

.colored--indica .colored-bg-w-text, .colored--hybrid .colored-bg-w-text, .colored--sativa .colored-bg-w-text {
  color: #fff; }

/* Sets the text color based on the lightness of the background */
.colored--indica .colored-background-transparent, .colored--indica .site-actions__wrapper {
  background-color: rgba(110, 51, 94, 0.5);
  color: #fff; }
  .colored--indica .colored-background-transparent i, .colored--indica .site-actions__wrapper i {
    color: #fff; }
  .colored--indica .colored-background-transparent .site-actions__breadcrumbs a, .colored--indica .site-actions__wrapper .site-actions__breadcrumbs a {
    color: #fff; }

.colored--sativa .colored-background-transparent, .colored--sativa .site-actions__wrapper {
  background-color: rgba(212, 71, 39, 0.5);
  color: #fff; }
  .colored--sativa .colored-background-transparent i, .colored--sativa .site-actions__wrapper i {
    color: #fff; }
  .colored--sativa .colored-background-transparent .site-actions__breadcrumbs a, .colored--sativa .site-actions__wrapper .site-actions__breadcrumbs a {
    color: #fff; }

.colored--hybrid .colored-background-transparent, .colored--hybrid .site-actions__wrapper {
  background-color: rgba(118, 189, 29, 0.5);
  color: #fff; }
  .colored--hybrid .colored-background-transparent i, .colored--hybrid .site-actions__wrapper i {
    color: #fff; }
  .colored--hybrid .colored-background-transparent .site-actions__breadcrumbs a, .colored--hybrid .site-actions__wrapper .site-actions__breadcrumbs a {
    color: #fff; }

.colored-border {
  border-color: #4a3828; }
  .colored--indica .colored-border {
    border-color: #6e335e; }
  .colored--sativa .colored-border {
    border-color: #d44727; }
  .colored--hybrid .colored-border {
    border-color: #76bd1d; }

.colored-background--default {
  background-color: #dad6d7; }

.colored-background--edible {
  background-color: #c6c6c6; }

.colored-background--indica {
  background-color: #6e335e; }

.colored-background--sativa {
  background-color: #d44727; }

.colored-background--hybrid {
  background-color: #76bd1d; }

.colored-background--error--green {
  background-color: #fff; }
  .colored-background--error--green .strain-tile__header,
  .colored-background--error--green .strain-tile__body,
  .colored-background--error--green .strain-tile__footer {
    color: #76bd1d; }

.colored-background--error--purple {
  background-color: #fff; }
  .colored-background--error--purple .strain-tile__header,
  .colored-background--error--purple .strain-tile__body,
  .colored-background--error--purple .strain-tile__footer {
    color: #6e335e; }

.colored-background--tree-fruit {
  background-color: #80b443 !important; }

.colored-background--apple {
  background-color: #80b443 !important; }

.colored-background--pear {
  background-color: #80b443 !important; }

.colored-background--peach {
  background-color: #80b443 !important; }

.colored-background--apricot {
  background-color: #80b443 !important; }

.colored-background--plum {
  background-color: #80b443 !important; }

.colored-background--tropical {
  background-color: #fcaf17 !important; }

.colored-background--mango {
  background-color: #fcaf17 !important; }

.colored-background--pineapple {
  background-color: #fcaf17 !important; }

.colored-background--citrus {
  background-color: #f1d400 !important; }

.colored-background--lemon {
  background-color: #f1d400 !important; }

.colored-background--grapefruit {
  background-color: #f1d400 !important; }

.colored-background--lime {
  background-color: #f1d400 !important; }

.colored-background--orange {
  background-color: #f1d400 !important; }

.colored-background--berry {
  background-color: #832e70 !important; }

.colored-background--grape {
  background-color: #832e70 !important; }

.colored-background--strawberry {
  background-color: #832e70 !important; }

.colored-background--blueberry {
  background-color: #832e70 !important; }

.colored-background--pungent {
  background-color: #a38e2a !important; }

.colored-background--skunk {
  background-color: #a38e2a !important; }

.colored-background--blue-cheese {
  background-color: #a38e2a !important; }

.colored-background--cheese {
  background-color: #a38e2a !important; }

.colored-background--butter {
  background-color: #a38e2a !important; }

.colored-background--woody {
  background-color: #78562b !important; }

.colored-background--pine {
  background-color: #78562b !important; }

.colored-background--tea {
  background-color: #78562b !important; }

.colored-background--tobacco {
  background-color: #78562b !important; }

.colored-background--nutty {
  background-color: #aa7129 !important; }

.colored-background--vanilla {
  background-color: #aa7129 !important; }

.colored-background--chestnut {
  background-color: #aa7129 !important; }

.colored-background--coffee {
  background-color: #aa7129 !important; }

.colored-background--chemical {
  background-color: #567583 !important; }

.colored-background--tar {
  background-color: #567583 !important; }

.colored-background--ammonia {
  background-color: #567583 !important; }

.colored-background--diesel {
  background-color: #567583 !important; }

.colored-background--menthol {
  background-color: #567583 !important; }

.colored-background--spicy-herbal {
  background-color: #496246 !important; }

.colored-background--pepper {
  background-color: #496246 !important; }

.colored-background--sage {
  background-color: #496246 !important; }

.colored-background--mint {
  background-color: #496246 !important; }

.colored-background--spicy {
  background-color: #496246 !important; }

.colored-background--flowery {
  background-color: #eb2e83 !important; }

.colored-background--lavender {
  background-color: #eb2e83 !important; }

.colored-background--rose {
  background-color: #eb2e83 !important; }

.colored-background--violet {
  background-color: #eb2e83 !important; }

.colored-background--honey {
  background-color: #eb2e83 !important; }

.colored-background--sweet {
  background-color: #e8782c !important; }

.colored-background--earthy {
  background-color: #864121 !important; }

.color-bg.color-indica {
  background-color: #6e335e; }

.color-bg.color-sativa {
  background-color: #d44727; }

.color-bg.color-hybrid {
  background-color: #76bd1d; }

.color-bg.color-earth {
  background-color: #4a3828; }

.color-bg.color-product {
  background-color: #dad6d7; }

.color-bg.color-tree-fruit {
  background-color: #80b443; }

.color-bg.color-apple {
  background-color: #80b443; }

.color-bg.color-pear {
  background-color: #80b443; }

.color-bg.color-peach {
  background-color: #80b443; }

.color-bg.color-apricot {
  background-color: #80b443; }

.color-bg.color-plum {
  background-color: #80b443; }

.color-bg.color-tropical {
  background-color: #fcaf17; }

.color-bg.color-mango {
  background-color: #fcaf17; }

.color-bg.color-pineapple {
  background-color: #fcaf17; }

.color-bg.color-citrus {
  background-color: #f1d400; }

.color-bg.color-lemon {
  background-color: #f1d400; }

.color-bg.color-grapefruit {
  background-color: #f1d400; }

.color-bg.color-lime {
  background-color: #f1d400; }

.color-bg.color-orange {
  background-color: #f1d400; }

.color-bg.color-berry {
  background-color: #832e70; }

.color-bg.color-grape {
  background-color: #832e70; }

.color-bg.color-strawberry {
  background-color: #832e70; }

.color-bg.color-blueberry {
  background-color: #832e70; }

.color-bg.color-pungent {
  background-color: #a38e2a; }

.color-bg.color-skunk {
  background-color: #a38e2a; }

.color-bg.color-blue-cheese {
  background-color: #a38e2a; }

.color-bg.color-cheese {
  background-color: #a38e2a; }

.color-bg.color-butter {
  background-color: #a38e2a; }

.color-bg.color-woody {
  background-color: #78562b; }

.color-bg.color-pine {
  background-color: #78562b; }

.color-bg.color-tea {
  background-color: #78562b; }

.color-bg.color-tobacco {
  background-color: #78562b; }

.color-bg.color-nutty {
  background-color: #aa7129; }

.color-bg.color-vanilla {
  background-color: #aa7129; }

.color-bg.color-chestnut {
  background-color: #aa7129; }

.color-bg.color-coffee {
  background-color: #aa7129; }

.color-bg.color-chemical {
  background-color: #567583; }

.color-bg.color-tar {
  background-color: #567583; }

.color-bg.color-ammonia {
  background-color: #567583; }

.color-bg.color-diesel {
  background-color: #567583; }

.color-bg.color-menthol {
  background-color: #567583; }

.color-bg.color-spicy-herbal {
  background-color: #496246; }

.color-bg.color-pepper {
  background-color: #496246; }

.color-bg.color-sage {
  background-color: #496246; }

.color-bg.color-mint {
  background-color: #496246; }

.color-bg.color-spicy {
  background-color: #496246; }

.color-bg.color-flowery {
  background-color: #eb2e83; }

.color-bg.color-lavender {
  background-color: #eb2e83; }

.color-bg.color-rose {
  background-color: #eb2e83; }

.color-bg.color-violet {
  background-color: #eb2e83; }

.color-bg.color-honey {
  background-color: #eb2e83; }

.color-bg.color-sweet {
  background-color: #e8782c; }

.color-bg.color-earthy {
  background-color: #864121; }

.color-bg.color-select-borderTop {
  background-color: #f1f1f1; }

.color-bg.color-select-borderBottom {
  background-color: #c9c9c9; }

.color-bg.color-select-background {
  background-color: #ffffff; }

.color-bg.color-bgContrastColor {
  background-color: #f4f4f4; }

.color-bg.color-linkColor {
  background-color: #7a1587; }

.color-bg.color-errorColor {
  background-color: #EB1720; }

.color-bg.color-edibleColor {
  background-color: #c6c6c6; }

.color-bg.color-borderColor {
  background-color: #dfdfdf; }

.color-bg.color-lf-font-color {
  background-color: #4a3828; }

.color-bg.color-lf-grey-font-color {
  background-color: #999999; }

.color-bg.color-lf-sponsored-by {
  background-color: #f7f7f7; }

.color-bg.color-lf-menu-bg {
  background-color: #f7f7f7; }

.color-bg.color-lf-border {
  background-color: #d5d5d5; }

.color-bg.color-lf-link {
  background-color: #76bd1d; }

.color-bg.color-lf-button {
  background-color: #999999; }

.color-bg.color-lf-pill-border {
  background-color: #cca584; }

.color-bg.color-lf-divider {
  background-color: #e5e5e5; }

.color-bg.color-lf-specials-color {
  background-color: #d44727; }

.color-bg.color-lf-disabled-font {
  background-color: #cecece; }

.color-bg.color-lf-facebook {
  background-color: #3b5999; }

.color-bg.color-lf-twitter {
  background-color: #55ACEE; }

@font-face {
  font-family: 'leafly';
  src: url("/public/global/assets/fonts/leafly.eot?qvvzzq");
  src: url("/public/global/assets/fonts/leafly.eot?#iefixqvvzzq") format("embedded-opentype"), url("/public/global/assets/fonts/leafly.woff?qvvzzq") format("woff"), url("/public/global/assets/fonts/leafly.ttf?qvvzzq") format("truetype"), url("/public/global/assets/fonts/leafly.svg?qvvzzq#leafly") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'leafly';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-list:before {
  content: "\e656"; }

.icon-map:before {
  content: "\e657"; }

.icon-specials:before {
  content: "\e658"; }

.icon-tshirt:before {
  content: "\e655"; }

.icon-youtube-open:before {
  content: "\e654"; }

.icon-sponsored:before {
  content: "\e653"; }

.icon-flavor-berry:before {
  content: "\e630"; }

.icon-dispensary:before {
  content: "\e650"; }

.icon-location:before {
  content: "\e651"; }

.icon-strain-review:before {
  content: "\e652"; }

.icon-info:before {
  content: "\e64f"; }

.icon-star-empty:before {
  content: "\e64d"; }

.icon-star-filled:before {
  content: "\e64e"; }

.icon-phone:before {
  content: "\e64b"; }

.icon-print:before {
  content: "\e64c"; }

.icon-basement-menu-symbol:before {
  content: "\e637"; }

.icon-document:before {
  content: "\e64a"; }

.icon-filter:before {
  content: "\e649"; }

.icon-up-arrow:before {
  content: "\e646"; }

.icon-minus:before {
  content: "\e647"; }

.icon-camera:before {
  content: "\e648"; }

.icon-plus:before {
  content: "\e645"; }

.icon-favorite-active:before {
  content: "\e63c"; }

.icon-close-x:before {
  content: "\e63d"; }

.icon-followed:before {
  content: "\e63e"; }

.icon-web-share:before {
  content: "\e63f"; }

.icon-instagram-open:before {
  content: "\e640"; }

.icon-google-open:before {
  content: "\e641"; }

.icon-pinterest-open:before {
  content: "\e642"; }

.icon-twitter-open:before {
  content: "\e643"; }

.icon-facebook-open:before {
  content: "\e644"; }

.icon-google:before {
  content: "\e600"; }

.icon-twitter:before {
  content: "\e601"; }

.icon-facebook:before {
  content: "\e602"; }

.icon-favorite:before {
  content: "\e603"; }

.icon-review:before {
  content: "\e604"; }

.icon-flavor-pepper:before {
  content: "\e605"; }

.icon-flavor-sage:before {
  content: "\e606"; }

.icon-flavor-mint:before {
  content: "\e607"; }

.icon-flavor-spicy:before {
  content: "\e608"; }

.icon-flavor-menthol:before {
  content: "\e609"; }

.icon-flavor-diesel:before {
  content: "\e60a"; }

.icon-flavor-ammonia:before {
  content: "\e60b"; }

.icon-flavor-tar:before {
  content: "\e60c"; }

.icon-flavor-chemical:before {
  content: "\e60d"; }

.icon-flavor-coffee:before {
  content: "\e60e"; }

.icon-flavor-chestnut:before {
  content: "\e60f"; }

.icon-flavor-vanilla:before {
  content: "\e610"; }

.icon-flavor-nutty:before {
  content: "\e611"; }

.icon-flavor-tobacco:before {
  content: "\e612"; }

.icon-flavor-tea:before {
  content: "\e613"; }

.icon-flavor-pine:before {
  content: "\e614"; }

.icon-flavor-woody:before {
  content: "\e615"; }

.icon-flavor-butter:before {
  content: "\e616"; }

.icon-flavor-cheese:before {
  content: "\e617"; }

.icon-flavor-blue_cheese:before {
  content: "\e618"; }

.icon-flavor-skunk:before {
  content: "\e619"; }

.icon-flavor-pungent:before {
  content: "\e61a"; }

.icon-flavor-honey:before {
  content: "\e61b"; }

.icon-flavor-violet:before {
  content: "\e61c"; }

.icon-flavor-rose:before {
  content: "\e61d"; }

.icon-flavor-lavendar:before {
  content: "\e61e"; }

.icon-flavor-flowery:before {
  content: "\e61f"; }

.icon-flavor-plum:before {
  content: "\e620"; }

.icon-flavor-apricot:before {
  content: "\e621"; }

.icon-flavor-peach:before {
  content: "\e622"; }

.icon-flavor-pear:before {
  content: "\e623"; }

.icon-flavor-apple:before {
  content: "\e624"; }

.icon-flavor-tree_fruit:before {
  content: "\e625"; }

.icon-flavor-tree-fruit:before {
  content: "\e625"; }

.icon-flavor-mango:before {
  content: "\e626"; }

.icon-flavor-pineapple:before {
  content: "\e627"; }

.icon-flavor-tropical:before {
  content: "\e628"; }

.icon-flavor-lemon:before {
  content: "\e629"; }

.icon-flavor-grapefruit:before {
  content: "\e62a"; }

.icon-flavor-lime:before {
  content: "\e62b"; }

.icon-flavor-orange:before {
  content: "\e62c"; }

.icon-flavor-citrus:before {
  content: "\e62d"; }

.icon-flavor-grape:before {
  content: "\e62e"; }

.icon-flavor-strawberry:before {
  content: "\e62f"; }

.icon-flavor-blueberry:before {
  content: "\e631"; }

.icon-flavor-sweet:before {
  content: "\e632"; }

.icon-flavor-earthy:before {
  content: "\e633"; }

.icon-profile:before {
  content: "\e634"; }

.icon-my-location:before {
  content: "\e635"; }

.icon-settings:before {
  content: "\e636"; }

.icon-region:before {
  content: "\e638"; }

.icon-sign-out:before {
  content: "\e639"; }

.icon-search:before {
  content: "\e63a"; }

.icon-down-arrow:before {
  content: "\e63b"; }

address {
  font-style: normal; }
  address > span {
    display: block;
    padding-bottom: 7px; }

.heading--article {
  padding: 0 0 10px;
  margin: 0 0 -16px; }
  @media screen and (min-width: 35.563em) {
    .heading--article {
      text-align: justify; } }
  @media screen and (min-width: 48.063em) {
    .heading--article {
      padding: 0 0 20px; } }
  .heading--article > * {
    display: inline-block;
    margin: 0 !important;
    vertical-align: text-bottom; }
  .heading--article::after {
    content: '';
    display: inline-block;
    width: 100%; }
  .heading--article .heading--article--title {
    margin: 0; }

.copy {
  font-size: 1rem; }

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

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

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

.copy--xxxxs {
  font-size: 0.4444444444rem; }

.copy--xxxs {
  font-size: 0.5555555556rem;
  letter-spacing: -0.2pt; }

.copy--xxs, .user .login__social-button .social-button__sign-in-copy {
  font-size: 0.6666666667rem;
  letter-spacing: -0.2pt; }

.copy--xs, .field-validation-error {
  font-size: 0.7777777778rem;
  letter-spacing: -0.2pt; }

.copy--sm, .m-sponsor__leadin, .m-sponsor__sponsor {
  font-size: 0.8888888889rem;
  letter-spacing: -0.2pt; }

.copy--md {
  font-size: 1rem;
  line-height: 24px; }

.copy--lg {
  font-size: 1.1111111111rem; }

.copy--xl {
  font-size: 1.2222222222rem; }

.copy--xxl {
  font-size: 1.3333333333rem;
  letter-spacing: -0.5pt; }

.copy--xxxl, .heading--article .heading--article--title, .modal-header, .news-investorRelations__archive .title {
  font-size: 1.5555555556rem;
  letter-spacing: -0.5pt; }

.copy--xxxxl {
  font-size: 2.3333333333rem;
  letter-spacing: -0.5pt; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 300;
  line-height: 1em;
  margin-bottom: 0.3em; }

h1, .heading--xl {
  font-size: 2.7777777778rem;
  letter-spacing: -0.5pt; }

h2, .heading--lg {
  font-size: 2.2222222222rem;
  letter-spacing: -0.5pt; }

h3, .heading--md {
  font-size: 1.7777777778rem;
  letter-spacing: -0.2pt; }

h4, .heading--sm {
  font-size: 1.4444444444rem;
  letter-spacing: -0.2pt; }

h5, .heading--xs {
  font-size: 1.2222222222rem;
  letter-spacing: -0.1pt; }

h6, .heading--xxs {
  font-size: 0.7777777778rem;
  letter-spacing: -0.3pt; }

.copy--light, .m-button--link {
  font-weight: 100; }

.copy--normal {
  font-weight: 300; }

.copy--bold, .heading--article .heading--article--title, .news-investorRelations__archive .title {
  font-weight: 500; }

.copy--bolder {
  font-weight: 700; }

.copy--boldest {
  font-weight: 900; }

@media screen and (min-width: 20em) {
  .copy-xxs--xxxxs {
    font-size: 0.4444444444rem; }
  .copy-xxs--xxxs {
    font-size: 0.5555555556rem;
    letter-spacing: -0.2pt; }
  .copy-xxs--xxs {
    font-size: 0.6666666667rem;
    letter-spacing: -0.2pt; }
  .copy-xxs--xs {
    font-size: 0.7777777778rem;
    letter-spacing: -0.2pt; }
  .copy-xxs--sm {
    font-size: 0.8888888889rem;
    letter-spacing: -0.2pt; }
  .copy-xxs--md {
    font-size: 1rem;
    line-height: 24px; }
  .copy-xxs--lg {
    font-size: 1.1111111111rem; }
  .copy-xxs--xl {
    font-size: 1.2222222222rem; }
  .copy-xxs--xxl {
    font-size: 1.3333333333rem;
    letter-spacing: -0.5pt; }
  .copy-xxs--xxxl {
    font-size: 1.5555555556rem;
    letter-spacing: -0.5pt; }
  .copy-xxs--xxxxl {
    font-size: 2.3333333333rem;
    letter-spacing: -0.5pt; }
  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 300;
    line-height: 1em;
    margin-bottom: 0.3em; }
  h1, .heading-xxs--xl {
    font-size: 2.7777777778rem;
    letter-spacing: -0.5pt; }
  h2, .heading-xxs--lg {
    font-size: 2.2222222222rem;
    letter-spacing: -0.5pt; }
  h3, .heading-xxs--md {
    font-size: 1.7777777778rem;
    letter-spacing: -0.2pt; }
  h4, .heading-xxs--sm {
    font-size: 1.4444444444rem;
    letter-spacing: -0.2pt; }
  h5, .heading-xxs--xs {
    font-size: 1.2222222222rem;
    letter-spacing: -0.1pt; }
  h6, .heading-xxs--xxs {
    font-size: 0.7777777778rem;
    letter-spacing: -0.3pt; }
  .copy-xxs--light {
    font-weight: 100; }
  .copy-xxs--normal {
    font-weight: 300; }
  .copy-xxs--bold {
    font-weight: 500; }
  .copy-xxs--bolder {
    font-weight: 700; }
  .copy-xxs--boldest {
    font-weight: 900; } }

@media screen and (min-width: 30em) {
  .copy-xs--xxxxs {
    font-size: 0.4444444444rem; }
  .copy-xs--xxxs {
    font-size: 0.5555555556rem;
    letter-spacing: -0.2pt; }
  .copy-xs--xxs {
    font-size: 0.6666666667rem;
    letter-spacing: -0.2pt; }
  .copy-xs--xs {
    font-size: 0.7777777778rem;
    letter-spacing: -0.2pt; }
  .copy-xs--sm {
    font-size: 0.8888888889rem;
    letter-spacing: -0.2pt; }
  .copy-xs--md {
    font-size: 1rem;
    line-height: 24px; }
  .copy-xs--lg {
    font-size: 1.1111111111rem; }
  .copy-xs--xl {
    font-size: 1.2222222222rem; }
  .copy-xs--xxl {
    font-size: 1.3333333333rem;
    letter-spacing: -0.5pt; }
  .copy-xs--xxxl {
    font-size: 1.5555555556rem;
    letter-spacing: -0.5pt; }
  .copy-xs--xxxxl {
    font-size: 2.3333333333rem;
    letter-spacing: -0.5pt; }
  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 300;
    line-height: 1em;
    margin-bottom: 0.3em; }
  h1, .heading-xs--xl {
    font-size: 2.7777777778rem;
    letter-spacing: -0.5pt; }
  h2, .heading-xs--lg {
    font-size: 2.2222222222rem;
    letter-spacing: -0.5pt; }
  h3, .heading-xs--md {
    font-size: 1.7777777778rem;
    letter-spacing: -0.2pt; }
  h4, .heading-xs--sm {
    font-size: 1.4444444444rem;
    letter-spacing: -0.2pt; }
  h5, .heading-xs--xs {
    font-size: 1.2222222222rem;
    letter-spacing: -0.1pt; }
  h6, .heading-xs--xxs {
    font-size: 0.7777777778rem;
    letter-spacing: -0.3pt; }
  .copy-xs--light {
    font-weight: 100; }
  .copy-xs--normal {
    font-weight: 300; }
  .copy-xs--bold {
    font-weight: 500; }
  .copy-xs--bolder {
    font-weight: 700; }
  .copy-xs--boldest {
    font-weight: 900; } }

@media screen and (min-width: 35.5em) {
  .copy-sm--xxxxs {
    font-size: 0.4444444444rem; }
  .copy-sm--xxxs {
    font-size: 0.5555555556rem;
    letter-spacing: -0.2pt; }
  .copy-sm--xxs {
    font-size: 0.6666666667rem;
    letter-spacing: -0.2pt; }
  .copy-sm--xs {
    font-size: 0.7777777778rem;
    letter-spacing: -0.2pt; }
  .copy-sm--sm {
    font-size: 0.8888888889rem;
    letter-spacing: -0.2pt; }
  .copy-sm--md {
    font-size: 1rem;
    line-height: 24px; }
  .copy-sm--lg {
    font-size: 1.1111111111rem; }
  .copy-sm--xl {
    font-size: 1.2222222222rem; }
  .copy-sm--xxl {
    font-size: 1.3333333333rem;
    letter-spacing: -0.5pt; }
  .copy-sm--xxxl {
    font-size: 1.5555555556rem;
    letter-spacing: -0.5pt; }
  .copy-sm--xxxxl {
    font-size: 2.3333333333rem;
    letter-spacing: -0.5pt; }
  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 300;
    line-height: 1em;
    margin-bottom: 0.3em; }
  h1, .heading-sm--xl {
    font-size: 2.7777777778rem;
    letter-spacing: -0.5pt; }
  h2, .heading-sm--lg {
    font-size: 2.2222222222rem;
    letter-spacing: -0.5pt; }
  h3, .heading-sm--md {
    font-size: 1.7777777778rem;
    letter-spacing: -0.2pt; }
  h4, .heading-sm--sm {
    font-size: 1.4444444444rem;
    letter-spacing: -0.2pt; }
  h5, .heading-sm--xs {
    font-size: 1.2222222222rem;
    letter-spacing: -0.1pt; }
  h6, .heading-sm--xxs {
    font-size: 0.7777777778rem;
    letter-spacing: -0.3pt; }
  .copy-sm--light {
    font-weight: 100; }
  .copy-sm--normal {
    font-weight: 300; }
  .copy-sm--bold {
    font-weight: 500; }
  .copy-sm--bolder {
    font-weight: 700; }
  .copy-sm--boldest {
    font-weight: 900; } }

@media screen and (min-width: 48.063em) {
  .copy-md--xxxxs {
    font-size: 0.4444444444rem; }
  .copy-md--xxxs {
    font-size: 0.5555555556rem;
    letter-spacing: -0.2pt; }
  .copy-md--xxs {
    font-size: 0.6666666667rem;
    letter-spacing: -0.2pt; }
  .copy-md--xs {
    font-size: 0.7777777778rem;
    letter-spacing: -0.2pt; }
  .copy-md--sm {
    font-size: 0.8888888889rem;
    letter-spacing: -0.2pt; }
  .copy-md--md {
    font-size: 1rem;
    line-height: 24px; }
  .copy-md--lg {
    font-size: 1.1111111111rem; }
  .copy-md--xl {
    font-size: 1.2222222222rem; }
  .copy-md--xxl {
    font-size: 1.3333333333rem;
    letter-spacing: -0.5pt; }
  .copy-md--xxxl {
    font-size: 1.5555555556rem;
    letter-spacing: -0.5pt; }
  .copy-md--xxxxl {
    font-size: 2.3333333333rem;
    letter-spacing: -0.5pt; }
  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 300;
    line-height: 1em;
    margin-bottom: 0.3em; }
  h1, .heading-md--xl {
    font-size: 2.7777777778rem;
    letter-spacing: -0.5pt; }
  h2, .heading-md--lg {
    font-size: 2.2222222222rem;
    letter-spacing: -0.5pt; }
  h3, .heading-md--md {
    font-size: 1.7777777778rem;
    letter-spacing: -0.2pt; }
  h4, .heading-md--sm {
    font-size: 1.4444444444rem;
    letter-spacing: -0.2pt; }
  h5, .heading-md--xs {
    font-size: 1.2222222222rem;
    letter-spacing: -0.1pt; }
  h6, .heading-md--xxs {
    font-size: 0.7777777778rem;
    letter-spacing: -0.3pt; }
  .copy-md--light {
    font-weight: 100; }
  .copy-md--normal {
    font-weight: 300; }
  .copy-md--bold {
    font-weight: 500; }
  .copy-md--bolder {
    font-weight: 700; }
  .copy-md--boldest {
    font-weight: 900; } }

@media screen and (min-width: 64em) {
  .copy-lg--xxxxs {
    font-size: 0.4444444444rem; }
  .copy-lg--xxxs {
    font-size: 0.5555555556rem;
    letter-spacing: -0.2pt; }
  .copy-lg--xxs {
    font-size: 0.6666666667rem;
    letter-spacing: -0.2pt; }
  .copy-lg--xs {
    font-size: 0.7777777778rem;
    letter-spacing: -0.2pt; }
  .copy-lg--sm {
    font-size: 0.8888888889rem;
    letter-spacing: -0.2pt; }
  .copy-lg--md {
    font-size: 1rem;
    line-height: 24px; }
  .copy-lg--lg {
    font-size: 1.1111111111rem; }
  .copy-lg--xl {
    font-size: 1.2222222222rem; }
  .copy-lg--xxl {
    font-size: 1.3333333333rem;
    letter-spacing: -0.5pt; }
  .copy-lg--xxxl {
    font-size: 1.5555555556rem;
    letter-spacing: -0.5pt; }
  .copy-lg--xxxxl {
    font-size: 2.3333333333rem;
    letter-spacing: -0.5pt; }
  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 300;
    line-height: 1em;
    margin-bottom: 0.3em; }
  h1, .heading-lg--xl {
    font-size: 2.7777777778rem;
    letter-spacing: -0.5pt; }
  h2, .heading-lg--lg {
    font-size: 2.2222222222rem;
    letter-spacing: -0.5pt; }
  h3, .heading-lg--md {
    font-size: 1.7777777778rem;
    letter-spacing: -0.2pt; }
  h4, .heading-lg--sm {
    font-size: 1.4444444444rem;
    letter-spacing: -0.2pt; }
  h5, .heading-lg--xs {
    font-size: 1.2222222222rem;
    letter-spacing: -0.1pt; }
  h6, .heading-lg--xxs {
    font-size: 0.7777777778rem;
    letter-spacing: -0.3pt; }
  .copy-lg--light {
    font-weight: 100; }
  .copy-lg--normal {
    font-weight: 300; }
  .copy-lg--bold {
    font-weight: 500; }
  .copy-lg--bolder {
    font-weight: 700; }
  .copy-lg--boldest {
    font-weight: 900; } }

@media screen and (min-width: 80em) {
  .copy-xl--xxxxs {
    font-size: 0.4444444444rem; }
  .copy-xl--xxxs {
    font-size: 0.5555555556rem;
    letter-spacing: -0.2pt; }
  .copy-xl--xxs {
    font-size: 0.6666666667rem;
    letter-spacing: -0.2pt; }
  .copy-xl--xs {
    font-size: 0.7777777778rem;
    letter-spacing: -0.2pt; }
  .copy-xl--sm {
    font-size: 0.8888888889rem;
    letter-spacing: -0.2pt; }
  .copy-xl--md {
    font-size: 1rem;
    line-height: 24px; }
  .copy-xl--lg {
    font-size: 1.1111111111rem; }
  .copy-xl--xl {
    font-size: 1.2222222222rem; }
  .copy-xl--xxl {
    font-size: 1.3333333333rem;
    letter-spacing: -0.5pt; }
  .copy-xl--xxxl {
    font-size: 1.5555555556rem;
    letter-spacing: -0.5pt; }
  .copy-xl--xxxxl {
    font-size: 2.3333333333rem;
    letter-spacing: -0.5pt; }
  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 300;
    line-height: 1em;
    margin-bottom: 0.3em; }
  h1, .heading-xl--xl {
    font-size: 2.7777777778rem;
    letter-spacing: -0.5pt; }
  h2, .heading-xl--lg {
    font-size: 2.2222222222rem;
    letter-spacing: -0.5pt; }
  h3, .heading-xl--md {
    font-size: 1.7777777778rem;
    letter-spacing: -0.2pt; }
  h4, .heading-xl--sm {
    font-size: 1.4444444444rem;
    letter-spacing: -0.2pt; }
  h5, .heading-xl--xs {
    font-size: 1.2222222222rem;
    letter-spacing: -0.1pt; }
  h6, .heading-xl--xxs {
    font-size: 0.7777777778rem;
    letter-spacing: -0.3pt; }
  .copy-xl--light {
    font-weight: 100; }
  .copy-xl--normal {
    font-weight: 300; }
  .copy-xl--bold {
    font-weight: 500; }
  .copy-xl--bolder {
    font-weight: 700; }
  .copy-xl--boldest {
    font-weight: 900; } }

@media screen and (max-width: 35.5em) {
  .copy--grow {
    font-size: 0.75rem; } }

.copy--capitalize {
  text-transform: capitalize; }

.copy--upper {
  text-transform: uppercase; }

.copy--lower {
  text-transform: lowercase; }

.copy--block, .copy--block--small {
  display: block; }

.copy--block--small {
  padding: 0.5rem 0; }

.color--default {
  color: #4a3828; }

.color--green,
.color__hover--green:hover,
.info-block .color--green, .info-block .color__hover--green:hover {
  color: #76bd1d; }

.color--light, .color__hover--light:hover {
  color: #999999; }
  .color--light:hover, .color__hover--light:hover {
    color: #999999 !important; }

.color--red {
  color: #d44727; }

.color--link {
  color: #76bd1d; }

.color--white {
  color: #fff; }
  .color--white:hover {
    color: #fff; }

strong, b {
  font-weight: 700; }

p.lead {
  font-weight: 300;
  font-size: 30px;
  line-height: 40px;
  color: #999; }

.timestamp {
  color: #999999;
  line-height: 17px; }

/* Used to show a maximum number of lines and then ellipsis */
.line-clamp {
  position: relative;
  height: 32px;
  /* exactly two lines */ }

.line-clamp:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 16px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%); }

@supports (-webkit-line-clamp: 2) {
  .line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 32px;
    height: auto; }
  .line-clamp:after {
    display: none; } }

.important-msg {
  color: white;
  background-color: #d44727;
  padding-top: 20px;
  padding-bottom: 20px; }

.icon-bg {
  background: #d44727;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-block; }
  .icon-bg i {
    position: relative;
    top: 50%;
    display: block;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

.divider {
  border-color: #e5e5e5;
  border-style: solid;
  border-width: 0px; }
  .divider.top {
    border-top-width: 1px; }
  .divider.right {
    border-right-width: 1px; }
  .divider.left {
    border-left-width: 1px; }
  .divider.bottom {
    border-bottom-width: 1px; }
  .divider.bottom + .divider.top {
    margin-top: 2px; }
  @media screen and (min-width: 48.063em) {
    .divider.divider--grid > [class*="grid-"] {
      border-left: 1px dotted #e5e5e5; }
      .divider.divider--grid > [class*="grid-"]:first-child {
        border: none; } }
  @media screen and (max-width: 48em) {
    .divider.divider--grid > [class*="grid-"] {
      border-bottom: 1px dotted #e5e5e5; }
      .divider.divider--grid > [class*="grid-"]:last-child {
        border: none; } }

.divider--drop-shadow {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08); }

.divider--drop-shadow-light {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.04); }

.divider--text {
  border-top: 1px solid #d5d5d5;
  border-bottom: none;
  border-left: none;
  border-right: none;
  display: block;
  text-align: center; }

.divider--text-copy {
  padding: 5px 10px; }

.divider--sponsor {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row; }
  .divider--sponsor .divider--sponsor__block {
    margin: 20px;
    padding: 10px; }
  .divider--sponsor .divider--sponsor__separator {
    height: 4px;
    display: block;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-color: #d5d5d5;
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px; }

.hero {
  position: relative;
  color: #fff;
  height: 250px;
  overflow: hidden; }
  .hero h1 {
    margin: 10px 0 5px; }
    @media screen and (min-width: 48.063em) {
      .hero h1 {
        margin: 30px 0 20px; } }
  .hero .strain-link {
    display: inline-block;
    margin: 0 auto; }
    .hero .strain-link .strain-tile {
      margin: 0; }
    .hero .strain-link .strain-tile:hover {
      cursor: pointer; }
  .hero .strain-tile {
    margin: 0 auto; }
  @media screen and (min-width: 48.063em) {
    .hero {
      height: 500px; } }
  .hero.hero-collapse {
    height: 150px; }
    .hero.hero-collapse h1 {
      margin: 10px 0 0 0; }
      @media screen and (max-width: 48em) {
        .hero.hero-collapse h1 {
          margin: 0; } }
  .hero .hero-logo {
    width: 85px; }
    @media screen and (min-width: 48.063em) {
      .hero .hero-logo {
        width: 170px; } }

.hero-image, .hero-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }
  @media screen and (min-width: 64.063em) {
    .hero-image, .hero-gradient {
      position: fixed; } }

.hero-gradient {
  position: absolute;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); }

.hero-image {
  z-index: 1;
  -webkit-backface-visibility: hidden;
  height: 500px;
  background-position: 50% 0;
  background-size: cover; }
  @media screen and (min-width: 48.063em) {
    .hero-image {
      height: 650px;
      -webkit-transform: scale(1.05) translateZ(0);
      -moz-transform: scale(1.05) translateZ(0);
      -ms-transform: scale(1.05) translateZ(0);
      -o-transform: scale(1.05) translateZ(0);
      transform: scale(1.05) translateZ(0);
      -webkit-animation-duration: 4s;
      -moz-animation-duration: 4s;
      animation-duration: 4s;
      -webkit-animation-timing-function: ease-in-out;
      -moz-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -webkit-animation-name: grow;
      -moz-animation-name: grow;
      animation-name: grow; } }

.colored--indica .hero-image.placeholder-background {
  background-image: url("/public/images/patterns/indica-pattern.png");
  background-size: 100px;
  background-repeat: repeat; }

.colored--sativa .hero-image.placeholder-background {
  background-image: url("/public/images/patterns/sativa-pattern.png");
  background-size: 100px;
  background-repeat: repeat; }

.colored--hybrid .hero-image.placeholder-background {
  background-image: url("/public/images/patterns/hybrid-pattern.png");
  background-size: 100px;
  background-repeat: repeat; }

.colored--edible .hero-image.placeholder-background {
  background-image: url("/public/images/patterns/edibles-pattern.png");
  background-size: 100px;
  background-repeat: repeat; }

.colored--profile .hero-image.placeholder-background {
  background-image: url("/public/images/patterns/leafly-logo-pattern.png");
  background-size: 100px;
  background-repeat: repeat; }

.colored--clinic .hero-image.placeholder-background {
  background-image: url("/public/images/patterns/clinic-pattern.png");
  background-size: 100px;
  background-repeat: repeat; }

.colored--dispensary .hero-image.placeholder-background {
  background-image: url("/public/images/patterns/dispensary-pattern.png");
  background-size: 100px;
  background-repeat: repeat; }

.colored--delivery .hero-image.placeholder-background {
  background-image: url("/public/images/patterns/delivery-pattern.png");
  background-size: 100px;
  background-repeat: repeat; }

.colored--lp .hero-image.placeholder-background {
  background-image: url("/public/images/patterns/lp-pattern.png");
  background-size: 100px;
  background-repeat: repeat; }

@media screen and (min-width: 48.063em) {
  .colored--indica .hero-image.placeholder-background {
    background-image: url("/public/images/patterns/indica-pattern.png");
    background-size: 200px;
    background-repeat: repeat; }
  .colored--sativa .hero-image.placeholder-background {
    background-image: url("/public/images/patterns/sativa-pattern.png");
    background-size: 200px;
    background-repeat: repeat; }
  .colored--hybrid .hero-image.placeholder-background {
    background-image: url("/public/images/patterns/hybrid-pattern.png");
    background-size: 200px;
    background-repeat: repeat; }
  .colored--edible .hero-image.placeholder-background {
    background-image: url("/public/images/patterns/edibles-pattern.png");
    background-size: 200px;
    background-repeat: repeat; }
  .colored--profile .hero-image.placeholder-background {
    background-image: url("/public/images/patterns/leafly-logo-pattern.png");
    background-size: 200px;
    background-repeat: repeat; }
  .colored--clinic .hero-image.placeholder-background {
    background-image: url("/public/images/patterns/clinic-pattern.png");
    background-size: 200px;
    background-repeat: repeat; }
  .colored--dispensary .hero-image.placeholder-background {
    background-image: url("/public/images/patterns/dispensary-pattern.png");
    background-size: 200px;
    background-repeat: repeat; }
  .colored--delivery .hero-image.placeholder-background {
    background-image: url("/public/images/patterns/delivery-pattern.png");
    background-size: 200px;
    background-repeat: repeat; }
  .colored--lp .hero-image.placeholder-background {
    background-image: url("/public/images/patterns/lp-pattern.png");
    background-size: 200px;
    background-repeat: repeat; } }

.hero-content {
  z-index: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: relative;
  top: 50%; }
  @media screen and (min-width: 48.063em) {
    .hero-content {
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); } }
  .hero-content .m-pills {
    margin-top: 20px;
    text-align: center; }
    .hero-content .m-pills li {
      margin: 0 auto; }

.cssanimations .hero-content--default {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

.hero-content--stars {
  width: 80px; }
  @media screen and (min-width: 48.063em) {
    .hero-content--stars {
      width: 120px; } }

.hero .m-button, .hero .m-button:hover {
  color: #fff; }

.hero .hero__user-reviews {
  padding-right: 15px;
  border-right: solid 1px #fff; }

.hero .hero__user-followers {
  border-left: solid 1px #fff;
  padding-left: 15px; }

@media screen and (max-width: 48em) {
  .hero .rating .rating__star {
    margin: 0 2px; } }

.hero__follow {
  padding-top: 10px; }
  @media screen and (min-width: 48.063em) {
    .hero__follow {
      padding-top: 40px; } }

.hero__follow__buttontext {
  display: inline-block;
  padding: 4px 0 0 6px; }
  @media screen and (min-width: 48.063em) {
    .hero__follow__buttontext {
      padding: 6px 0 0 8px; } }

.hero-content--animate {
  -webkit-animation-name: fade-in--grow;
  animation-name: fade-in--grow; }

.strain-tile:hover {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  color: #fff; }

.hero .strain-tile:hover {
  cursor: default; }

.strain-tile--explore.trademarked {
  position: relative; }
  .strain-tile--explore.trademarked::after {
    content: "\2122";
    position: absolute;
    bottom: 6.35em;
    right: -.65em;
    color: black; }

.strain-tile {
  cursor: pointer;
  position: relative;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  -moz-transition: -moz-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out; }
  .strain-tile.trademarked {
    position: relative; }
    .strain-tile.trademarked::after {
      content: "\2122";
      position: absolute;
      bottom: 0;
      right: -1.2em;
      color: black; }
    .strain-tile.trademarked.trademarked--white::after {
      color: white; }
  .strain-tile .strain-tile__header {
    position: absolute;
    top: 0;
    left: 0; }
  .strain-tile .strain-tile__body {
    text-align: center; }
  .strain-tile .strain-tile__footer {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right; }
  .strain-tile .strain-tile__link {
    width: 100%;
    height: 100%; }
  .strain-tile--xs .strain-tile {
    border-radius: 8px;
    width: 60px; }
    .strain-tile--xs .strain-tile .strain-tile__header {
      font-size: 10px;
      padding: 3px; }
    .strain-tile--xs .strain-tile .strain-tile__body {
      font-size: 24px;
      line-height: 75px; }
    .strain-tile--xs .strain-tile .strain-tile__footer {
      font-size: 10px;
      padding: 5px; }
    @media screen and (min-width: 48.063em) {
      .strain-tile--xs .strain-tile {
        border-radius: 8px;
        width: 64px; }
        .strain-tile--xs .strain-tile .strain-tile__header {
          font-size: 10px;
          padding: 5px; }
        .strain-tile--xs .strain-tile .strain-tile__body {
          font-size: 24px;
          line-height: 76px; }
        .strain-tile--xs .strain-tile .strain-tile__footer {
          font-size: 10px;
          padding: 5px; } }
  .strain-tile--sm .strain-tile {
    border-radius: 9px;
    width: 77px; }
    .strain-tile--sm .strain-tile .strain-tile__header {
      font-size: 11px;
      padding: 6px; }
    .strain-tile--sm .strain-tile .strain-tile__body {
      font-size: 30px;
      line-height: 93px; }
    .strain-tile--sm .strain-tile .strain-tile__footer {
      font-size: 11px;
      padding: 6px; }
  .strain-tile--explore .strain-tile {
    border-radius: 12px;
    width: 120px; }
    .strain-tile--explore .strain-tile .strain-tile__header {
      font-size: 14px;
      padding: 10px; }
    .strain-tile--explore .strain-tile .strain-tile__body {
      font-size: 48px;
      line-height: 150px; }
    .strain-tile--explore .strain-tile .strain-tile__footer {
      font-size: 14px;
      padding: 10px; }
    @media screen and (min-width: 48.063em) {
      .strain-tile--explore .strain-tile {
        border-radius: 10px;
        width: 100px; }
        .strain-tile--explore .strain-tile .strain-tile__header {
          font-size: 11px;
          padding: 10px; }
        .strain-tile--explore .strain-tile .strain-tile__body {
          font-size: 44px;
          line-height: 130px; }
        .strain-tile--explore .strain-tile .strain-tile__footer {
          font-size: 11px;
          padding: 10px; } }
  .strain-tile--md .strain-tile {
    border-radius: 8px;
    width: 60px; }
    .strain-tile--md .strain-tile .strain-tile__header {
      font-size: 10px;
      padding: 5px; }
    .strain-tile--md .strain-tile .strain-tile__body {
      font-size: 24px;
      line-height: 75px; }
    .strain-tile--md .strain-tile .strain-tile__footer {
      font-size: 10px;
      padding: 5px; }
    @media screen and (min-width: 35.563em) {
      .strain-tile--md .strain-tile {
        border-radius: 10px;
        width: 90px; }
        .strain-tile--md .strain-tile .strain-tile__header {
          font-size: 12px;
          padding: 7px; }
        .strain-tile--md .strain-tile .strain-tile__body {
          font-size: 36px;
          line-height: 110px; }
        .strain-tile--md .strain-tile .strain-tile__footer {
          font-size: 12px;
          padding: 7px; } }
    @media screen and (min-width: 48.063em) {
      .strain-tile--md .strain-tile {
        border-radius: 12px;
        width: 120px; }
        .strain-tile--md .strain-tile .strain-tile__header {
          font-size: 14px;
          padding: 10px; }
        .strain-tile--md .strain-tile .strain-tile__body {
          font-size: 48px;
          line-height: 150px; }
        .strain-tile--md .strain-tile .strain-tile__footer {
          font-size: 14px;
          padding: 10px; } }
  .strain-tile--xxl .strain-tile {
    border-radius: 10px;
    width: 86px; }
    .strain-tile--xxl .strain-tile .strain-tile__header {
      padding: 8px;
      font-size: 10px; }
    .strain-tile--xxl .strain-tile .strain-tile__body {
      font-size: 35px;
      line-height: 108px;
      letter-spacing: -2px; }
    .strain-tile--xxl .strain-tile .strain-tile__footer {
      padding: 8px;
      font-size: 10px; }
    @media screen and (min-width: 48.063em) {
      .strain-tile--xxl .strain-tile {
        border-radius: 12px;
        width: 170px; }
        .strain-tile--xxl .strain-tile .strain-tile__header {
          padding: 14px 13px;
          font-size: 20px; }
        .strain-tile--xxl .strain-tile .strain-tile__body {
          font-size: 70px;
          font-weight: 900;
          line-height: 212px;
          letter-spacing: -4px; }
        .strain-tile--xxl .strain-tile .strain-tile__footer {
          padding: 14px 13px;
          font-size: 20px; } }

.site-actions__wrapper {
  background-color: rgba(74, 56, 40, 0.5);
  color: #fff;
  z-index: 9;
  position: absolute;
  bottom: -41px;
  width: 100%; }
  @media screen and (min-width: 48.063em) and (max-width: 64em) {
    .site-actions__wrapper {
      padding: 0 10px; } }
  .site-actions__wrapper i {
    color: #fff; }
  .site-actions__wrapper.transparent {
    background-color: transparent;
    position: static;
    color: #4a3828; }
    #header .site-actions__wrapper.transparent .site-actions__breadcrumbs a {
      color: #4a3828; }
    .site-actions__wrapper.transparent i {
      color: #b7b7b7; }

.site-actions__breadcrumbs {
  line-height: 40px;
  cursor: default; }
  .site-actions__breadcrumbs a {
    color: #fff; }
    .site-actions__breadcrumbs a span:after {
      content: ' / '; }
    .site-actions__breadcrumbs a.transparent {
      color: #4a3828; }

.site-actions__links, .social__links {
  margin: 6px 0;
  margin-right: -4px;
  line-height: 27px;
  font-size: 27px;
  height: 29px; }

.social__links {
  margin: 0 -4px 0 0; }
  .social__links i {
    color: #999999; }

.site-actions__links__social, .site-actions__links__actions, .social__links {
  display: inline-block; }
  .site-actions__links__social .m-button.m-button--icon, .site-actions__links__actions .m-button.m-button--icon, .social__links .m-button.m-button--icon {
    padding: 0; }
  .site-actions__links__social span, .site-actions__links__actions span, .social__links span {
    vertical-align: top; }
  .site-actions__links__social .m-button i[class*="icon-"], .site-actions__links__actions .m-button i[class*="icon-"], .social__links .m-button i[class*="icon-"] {
    font-size: 28px;
    padding: 0 2px;
    min-width: 32px;
    min-height: 32px; }

.m-strain-attributes .divider {
  border-style: solid;
  border-width: 1px 0 1px 0;
  margin-bottom: 20px; }

.m-strain-attributes .m-menu li a {
  color: #000;
  cursor: pointer; }

.m-strain-attributes .m-menu li.active a {
  border-color: #4a3828;
  color: #4a3828; }

.m-strain-attributes .spaceBetween {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }

.m-strain-attributes .spaceAround {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: center; }

.m-histogram {
  visibility: hidden; }

.m-histogram-item-wrapper {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #ccc;
  clear: both;
  width: 100%;
  height: 40px; }
  .m-histogram-item-wrapper .m-attr-label {
    font-weight: 500;
    color: #fff;
    position: absolute;
    z-index: 1;
    padding-left: 10px;
    padding-top: 12px; }

.m-histogram-item .m-attr-bar {
  height: 40px;
  background-color: #d44727;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  white-space: nowrap;
  overflow: hidden; }

.strain__histogram {
  float: left;
  padding: 0 0 3px 0;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 100%;
  transform-origin: 0 50% 0; }

.strain__histogram--default {
  opacity: 0;
  transform: scaleX(0); }

.strain__histogram--animate {
  -webkit-animation-name: grow-to-right;
  animation-name: grow-to-right; }

@-webkit-keyframes grow-to-right {
  0% {
    transform: scaleX(0); }
  100% {
    transform: scaleX(100%); } }

@keyframes grow-to-right {
  0% {
    transform: scaleX(0); }
  100% {
    transform: scaleX(100%); } }

.m-dispensary--nearby {
  color: #999999;
  display: inline-block; }
  .m-dispensary--nearby:hover {
    color: #999999; }
  .m-dispensary--nearby .m-dispensary__copy--padded {
    padding-left: 80px; }
  .m-dispensary--nearby .m-dispensary__title {
    color: #4a3828;
    display: inline-block; }
  .m-dispensary--nearby .star-rating {
    width: 90px;
    height: 16px;
    margin-top: 5px; }

.m-dispensary__logo {
  width: 30px;
  height: 30px;
  border-radius: 15px; }

.m-dispensary__logo-60 {
  width: 60px;
  height: 60px; }

@media screen and (min-width: 35.563em) {
  .m-dispensary__logo {
    width: 60px;
    height: 60px;
    border-radius: 30px; } }

.info-block {
  list-style-type: none; }
  .info-block a {
    color: #4a3828; }
    .info-block a:hover {
      color: #4a3828; }
    .info-block a.color--link {
      color: #76bd1d; }
  .info-block.marquee {
    background: #F9F9EE;
    padding-left: 20px;
    padding-right: 10px;
    border: 1px solid #E8E8E8;
    box-shadow: inset 0px 0px 0px 1px #FCFCF6; }
  .info-block .info-block__logo {
    width: 30px;
    height: 30px; }
    .info-block .info-block__logo > a {
      display: block; }
  .info-block .info-block__copy {
    padding-left: 80px; }
  .info-block .info-block__logo--60 {
    width: 60px;
    height: 60px; }
  .info-block .info-block__logo--45 {
    width: 45px;
    max-height: 45px; }
  @media screen and (min-width: 48.063em) {
    .info-block .info-block__logo-md--90 {
      width: 90px;
      max-height: 90px; } }
  @media screen and (min-width: 48.063em) {
    .info-block .info-block__logo-md--135 {
      width: 135px;
      max-height: 135px; } }
  .info-block .info-block__copy--45 {
    padding-left: 60px; }
  .info-block .info-block__copy--100 {
    padding-left: 100px; }
  @media screen and (min-width: 48.063em) {
    .info-block .info-block__copy-md--90 {
      padding-left: 120px; } }
  @media screen and (min-width: 48.063em) {
    .info-block .info-block__copy-md--135 {
      padding-left: 165px; } }
  .info-block .info-block__logo__img {
    max-width: 100%; }

.m-pills li {
  font-weight: 900;
  display: inline-block;
  padding: 4px 12px 3px 12px;
  margin: 0 5px 5px 0;
  border: solid 2px #cca584;
  border-radius: 13px;
  letter-spacing: 0;
  text-transform: uppercase;
  background: white;
  color: #4a3828; }
  .m-pills li a {
    color: #4a3828;
    font-weight: 900;
    letter-spacing: 0; }

@media screen and (min-width: 35.563em) {
  .m-pills li {
    border-width: 2px; } }

.m-pills.m-pills--indica li {
  border-color: #cc91bc;
  color: #6e335e; }

.m-pills.m-pills--sativa li {
  border-color: #f4cdc4;
  color: #d44727; }

.m-pills.m-pills--hybrid li {
  border-color: #d0f1a5;
  color: #76bd1d; }

.m-pills.m-pills--edible li,
.m-pills.m-pills--product li {
  border-color: #dad6d7; }

/* This is to keep down the number of requests*/
/*
<div class="m-stars m-stars--90" title="@rating Stars">
    <div class="m-stars--filled" style="width:@(rating / 5 * 90)px;"></div>
</div>
*/
.m-stars {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background-repeat: repeat-x; }

.m-stars--filled {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-repeat: repeat-x; }

.m-stars--70 {
  width: 70px;
  height: 12.4444444444px;
  background-image: url("/stars/0/70?color=fcc91d"); }
  .m-stars--70 .m-stars--filled {
    background-image: url("/stars/5/70?color=fcc91d"); }

.m-stars--90 {
  width: 90px;
  height: 16px;
  background-image: url("/stars/0/90?color=fcc91d"); }
  .m-stars--90 .m-stars--filled {
    background-image: url("/stars/5/90?color=fcc91d"); }

@media screen and (min-width: 35.563em) {
  .m-stars-sm--90 {
    width: 90px;
    height: 16px;
    background-image: url("/stars/0/90?color=fcc91d"); }
    .m-stars-sm--90 .m-stars--filled {
      background-image: url("/stars/5/90?color=fcc91d"); }
  .m-stars-sm--110 {
    width: 110px;
    height: 19.5555555556px;
    background-image: url("/stars/0/110?color=fcc91d"); }
    .m-stars-sm--110 .m-stars--filled {
      background-image: url("/stars/5/110?color=fcc91d"); }
  .m-stars-sm--150 {
    width: 150px;
    height: 26.6666666667px;
    background-image: url("/stars/0/150?color=fcc91d"); }
    .m-stars-sm--150 .m-stars--filled {
      background-image: url("/stars/5/150?color=fcc91d"); } }

.strain-review .star-rating__stars i {
  font-size: 1.1111111111rem; }
  @media screen and (min-width: 35.563em) {
    .strain-review .star-rating__stars i {
      font-size: 1.6666666667rem; } }

.social {
  vertical-align: middle; }
  .social > a {
    margin: 0 5px; }

.special__print-coupon {
  border: dashed 3px #d5d5d5;
  padding: 30px 0 30px;
  border-radius: 15px; }
  .special__print-coupon .special__store-info {
    border-right: solid 1px #d5d5d5;
    padding: 0 30px;
    line-height: 1.4em; }
  .special__print-coupon .special__details {
    padding: 0 30px; }
  .special__print-coupon .special__fine-print {
    color: #999999; }
  .special__print-coupon .special__generated {
    color: #999999;
    padding: 0 30px; }

.m-review {
  /*padding: 30px 0;
	border-bottom:solid 1px $lf-border;

	&.first-child,
	&:first-child {
		padding-top:0;
	}*/ }
  .m-review .m-review__profile-image {
    width: 80px;
    height: 80px;
    border-radius: 50%; }
  .m-review .heading--article {
    padding: 5px 0 10px 0; }
  .m-review .m-review__heading-content {
    padding-left: 90px; }
  .m-review .m-review__copy {
    padding: 15px 0 20px;
    color: #999999; }
  .m-review .m-button-group {
    margin-top: -8px;
    padding-left: 10px; }
    @media screen and (max-width: 35.5em) {
      .m-review .m-button-group {
        margin-top: 5px;
        padding-left: 0; } }
  .m-review .m-button.m-button--icon {
    margin: 0;
    padding: 0 1px; }
    .m-review .m-button.m-button--icon i {
      font-size: 26px;
      color: #d5d5d5; }
      @media screen and (min-width: 48.063em) {
        .m-review .m-button.m-button--icon i {
          font-size: 30px; } }
  @media screen and (min-width: 48.063em) {
    .m-review .m-review__social {
      margin-top: -5px; } }

.storefront__review .heading--article {
  padding: 0 0 5px 0; }

.storefront__review > a {
  display: block;
  float: left; }

.storefront__review .storefront_location {
  padding-left: 80px; }

.storefront__review-content {
  padding-top: 10px; }

.storefront__review-response {
  background-color: #f8f8eb;
  border-radius: 10px;
  padding: 20px; }

.followers .followers__follower {
  padding: 30px 0; }
  .followers .followers__follower .heading--article {
    padding: 0 0 5px 0; }
  .followers .followers__follower > a {
    display: block;
    float: left; }
  .followers .followers__follower > div {
    padding-left: 80px; }

.followers .followers__info {
  padding-top: 5px; }
  @media screen and (min-width: 30.063em) {
    .followers .followers__info div {
      display: inline-block; }
      .followers .followers__info div.info__divider {
        padding: 0 20px; } }

.no-cssgradients .image-tile.image-tile--gradient:after {
  background: #000; }

.image-tile {
  display: block;
  position: relative; }
  .image-tile:after {
    background: #000;
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    height: 100%;
    width: 100%;
    z-index: 2; }
  .image-tile.image-tile--gradient:after {
    background-color: transparent;
    background-image: -webkit-linear-gradient(transparent, #000 65%, #000);
    background-image: linear-gradient(transparent, #000 65%, #000, , , , , , , ); }
  .image-tile.image-tile--noBG:after {
    background: none; }
  .image-tile .image-tile__img {
    display: block;
    position: relative;
    z-index: 1; }
  .image-tile .image-tile__content {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 100%;
    padding: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .image-tile .image-tile__content.image-tile__content--bottom {
      position: absolute;
      top: auto;
      bottom: 10px;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }
    .image-tile .image-tile__content p {
      margin: 0; }

.m-table thead tr th {
  padding: 30px 20px; }

.m-table tbody tr:nth-child(odd) {
  background: #F9F9EE; }

.m-table tbody tr td {
  padding: 5px 20px;
  vertical-align: baseline; }
  .m-table tbody tr td img {
    vertical-align: middle; }
  .m-table tbody tr td a {
    color: #4a3828; }

.lfListStates ul li {
  list-style-type: none;
  margin: 0 !important;
  text-align: center; }
  .lfListStates ul li a {
    margin-bottom: 30px;
    display: block; }
    .lfListStates ul li a img {
      border: 1px solid #d5d5d5;
      padding: 20px; }

.lfListStates.other ul li {
  text-align: left; }
  .lfListStates.other ul li a {
    margin-bottom: 15px; }

.lfList.lfList--national thead tr th:nth-of-type(4), .lfList.lfList--national tbody tr td:nth-of-type(4) {
  display: block; }

.lfList {
  margin-bottom: 20px;
  width: 100%; }
  .lfList thead tr th {
    font-weight: 700;
    font-size: 1.3333333333rem;
    text-align: center; }
    .lfList thead tr th:nth-of-type(1), .lfList thead tr th:nth-of-type(2) {
      text-align: left; }
  .lfList tbody tr td {
    text-align: center;
    line-height: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .lfList tbody tr td:nth-of-type(1), .lfList tbody tr td:nth-of-type(2) {
      text-align: left; }
    .lfList tbody tr td:nth-of-type(2) img {
      margin-right: 10px;
      border-radius: 50%; }
    .lfList tbody tr td:nth-of-type(5) {
      font-weight: 900;
      position: relative; }
      .lfList tbody tr td:nth-of-type(5):after {
        content: '';
        position: absolute;
        right: 30px;
        top: 40%;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent; }
      .lfList tbody tr td:nth-of-type(5).up {
        color: #76bd1d; }
        .lfList tbody tr td:nth-of-type(5).up:after {
          border-bottom: 14px solid #76bd1d; }
      .lfList tbody tr td:nth-of-type(5).down {
        color: #d44727; }
        .lfList tbody tr td:nth-of-type(5).down:after {
          border-top: 14px solid #d44727; }
  @media screen and (max-width: 48em) {
    .lfList thead, .lfList tbody, .lfList th, .lfList td, .lfList tr {
      display: block; }
    .lfList thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    .lfList tbody tr td {
      border: none;
      position: relative;
      padding-left: 50%;
      text-align: left; }
      .lfList tbody tr td:before {
        position: absolute;
        top: 3px;
        left: 4%;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        color: #4a3828;
        font-weight: normal; }
    .lfList tbody tr td:nth-of-type(2) a {
      white-space: normal;
      line-height: 20px;
      display: block;
      width: 50%; }
    .lfList tbody tr td:nth-of-type(2) img {
      display: block; }
    .lfList tbody tr td:nth-of-type(5).up:after {
      position: relative;
      left: 5px;
      top: -19px; }
    .lfList tbody tr td:nth-of-type(5).down:after {
      position: relative;
      left: 5px;
      top: 17px; }
    .lfList td:nth-of-type(1):before {
      content: "Rank"; }
    .lfList td:nth-of-type(2):before {
      content: "Dispensary"; }
    .lfList td:nth-of-type(3):before {
      content: "City"; }
    .lfList td:nth-of-type(4):before {
      content: "Index"; }
    .lfList td:nth-of-type(5):before {
      content: "Change"; } }
  @media screen and (max-width: 35.5em) {
    .lfList tbody tr td {
      padding-left: 40%; } }

.age-gate-window .modal-content {
  padding: 40px 20px; }
  @media screen and (min-width: 48.063em) {
    .age-gate-window .modal-content {
      padding: 40px 60px; } }

.age-gate-window .m-button.m-button--xl {
  width: inherit; }

.m-popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }
  .m-popover.top {
    margin-top: -10px; }
  .m-popover.right {
    margin-left: 10px; }
  .m-popover.bottom {
    margin-top: 10px; }
  .m-popover.left {
    margin-left: -10px; }

.m-popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.m-popover-content {
  padding: 9px 14px; }

.m-popover > .arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 11px; }
  .m-popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 10px;
    content: ""; }

.m-popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .m-popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #ffffff; }

.m-popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .m-popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #ffffff; }

.m-popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .m-popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #ffffff; }

.m-popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .m-popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #ffffff;
    bottom: -10px; }

.m-progress-bar.base {
  border-radius: 10px;
  height: 20px;
  width: 360px;
  max-width: 100%;
  background-clip: padding-box;
  background-color: #eaeaea;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.08); }
  .m-progress-bar.base .fill {
    border-radius: 10px;
    height: 100%;
    background-color: #75bd1d;
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.08); }

.m-rating {
  display: table;
  font-weight: 300; }

.m-rating__img, .m-rating__count {
  max-height: 22px;
  display: table-cell;
  vertical-align: middle; }
  @media screen and (max-width: 35.5em) {
    .m-rating__img, .m-rating__count {
      max-height: 16px; } }
  .m-rating--stacked .m-rating__img, .m-rating--stacked .m-rating__count {
    display: table-row;
    margin: 0 0 8px 0;
    text-align: center; }

.m-rating__count {
  padding-left: 8px; }
  .m-rating--stacked .m-rating__count {
    font-size: 12px;
    padding-left: 0; }

.rating-spacer {
  margin: 0 0.5555555556rem; }

.rating-number {
  margin-left: 6px; }

.rating {
  display: inline-block;
  vertical-align: text-top;
  margin: 0 -5px;
  white-space: nowrap; }
  .rating .rating__star {
    margin: 0 5px; }
  .rating .rating__star--combined {
    display: inline; }
  .squeeze .rating .rating__star {
    margin: 0 0; }

.star-rating__stars {
  color: #FCC91D; }
  .star-rating__stars i {
    cursor: pointer; }

.m-list {
  margin-bottom: 20px; }
  .m-list li {
    padding: 3px 0;
    margin: 0 0; }

.m-list.animate li {
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  -moz-transition: -moz-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out; }
  .m-list.animate li:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }

.m-list--inline li {
  display: inline-block; }

.m-list--icon li {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  width: 100%;
  margin: 8px 0;
  padding: 12px 8px; }
  .m-list--icon li i {
    -webkit-flex-basis: 24px;
    -moz-flex-basis: 24px;
    flex-basis: 24px;
    -ms-flex-preferred-size: 24px;
    text-align: center; }
  .m-list--icon li span {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }

.m-list--brick li {
  border-radius: 5px;
  background: #f2f2f2;
  color: #999999; }

.m-list--block {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .m-list--block li {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 10px;
    padding: 5px;
    max-height: 170px;
    max-width: 170px;
    min-height: 170px;
    min-width: 170px;
    background: #999; }
    .m-list--block li, .m-list--block li a {
      color: #E6E6E6; }

.m-list--disc {
  list-style-type: disc;
  margin-left: 24px; }
  .m-list--disc li {
    margin-bottom: 10px; }

.m-list__header {
  border-top: 1px solid #d5d5d5;
  padding-top: 8px;
  margin: 4px 0;
  text-transform: uppercase;
  font-weight: 500; }

.m-list--strains {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: center; }
  .m-list--strains li {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 5px; }

.m-result {
  width: 100%;
  padding: 10px 0;
  margin: 0 0 10px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  border-bottom: 1px solid #d5d5d5; }
  .m-result .m-result__feature {
    -webkit-flex-basis: 100px;
    -moz-flex-basis: 100px;
    flex-basis: 100px;
    -ms-flex-preferred-size: 100px;
    margin-right: 10px; }
  .m-result .m-result__body {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .m-result .m-result__body__time-ago {
    -webkit-flex-basis: 100px;
    -moz-flex-basis: 100px;
    flex-basis: 100px;
    -ms-flex-preferred-size: 100px;
    text-align: right; }
  .m-result .m-result__body__content {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px 0; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown {
  position: relative; }

.dropdown--select {
  padding: 1em;
  border: 1px solid #d5d5d5;
  position: relative; }
  .dropdown--select:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.1em;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu-style {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: white;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .pull-right.dropdown-menu-style {
    right: 0;
    left: auto; }
  .dropdown-menu-style > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: initial;
    white-space: nowrap; }

@media screen and (min-width: 48.063em) {
  .header__main__wrapper .header__menu__account__dropdown, .m-menu--horizontal .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: white;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box; }
    .header__main__wrapper .pull-right.header__menu__account__dropdown, .m-menu--horizontal .pull-right.dropdown-menu {
      right: 0;
      left: auto; }
    .header__main__wrapper .header__menu__account__dropdown > li > a, .m-menu--horizontal .dropdown-menu > li > a {
      display: block;
      padding: 3px 20px;
      clear: both;
      font-weight: normal;
      line-height: 1.42857;
      color: initial;
      white-space: nowrap; } }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: initial;
  text-decoration: none;
  outline: 0;
  background-color: initial; }

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: initial; }

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block !important; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 10px;
  line-height: 1.42857;
  color: initial;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 35.5em) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.m-sponsor {
  margin-bottom: 10px; }

.m-sponsor__leadin {
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: -0.2pt; }

.m-sponsor__sponsor {
  display: block; }

.m-sponsor__divider-bottom {
  display: block;
  border-bottom: 2px solid #999;
  width: 40px;
  margin: 10px auto; }

.ad-unit img {
  max-width: 100%;
  display: block;
  height: inherit; }

.ad-unit a {
  overflow: hidden; }
  .ad-unit a img {
    border: 1px solid #ccc; }

@media screen and (min-width: 48.063em) {
  .ad-unit.ad-right a img, .ad-unit.ad-right > div {
    float: right; } }

.ad-unit.ad-center a img, .ad-unit.ad-center > div {
  margin: 0 auto; }

.ad-unit__label {
  text-align: right;
  border-top: 1px solid #E9E9E9;
  padding-top: 10px;
  margin-top: 10px; }
  .ad-unit__label:after {
    content: "";
    display: table;
    clear: both; }

.ad-unit__label-text {
  display: block;
  float: right;
  color: #cdcdcd;
  text-transform: lowercase;
  font-size: 14px;
  background: #fff;
  padding: 2px 12px;
  margin-top: -20px; }

.m-login__authentication a {
  vertical-align: middle; }

.m-login__account .m-login__profile-pic {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  margin-bottom: -12px; }

.m-login .dropdown-toggle {
  cursor: pointer; }

.m-login .dropdown-menu {
  right: 0;
  left: initial; }

/* modal */
.m-login__modal .modal-header {
  padding: 0; }

.m-login__modal .modal-body {
  padding: 0 10px 20px; }

@media screen and (max-width: 48em) {
  .m-login__modal .m-button.m-button--xl {
    font-size: 20px; }
  .m-login__modal .m-tabs li {
    margin: 0; }
    .m-login__modal .m-tabs li a {
      padding: 10px 2px; } }

@media screen and (min-width: 48.063em) {
  .m-login__modal .modal-dialog {
    width: 480px; }
    .m-login__modal .modal-dialog .modal-body {
      padding: 0 60px 45px; } }

.m-login__modal .m-menu a {
  color: #4a3828;
  width: 100%; }

.m-login__modal .m-button--facebook {
  margin: 8px 0 10px; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  opacity: 0; }

.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #ffffff;
  border-radius: 14px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.3s ease-out; }

.modal-backdrop.in {
  opacity: 0.3;
  filter: alpha(opacity=50); }

.modal-header {
  padding: 15px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 45px 60px 45px; }

.modal-body--hasheader {
  position: relative;
  padding: 0 10px 20px; }
  @media screen and (min-width: 48.063em) {
    .modal-body--hasheader {
      padding: 0 60px 45px; } }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 540px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.clearfix:before,
.l-grid:before,
.no-flexbox .storefront .storefront__menu .item-heading--body:before,
.no-flexbox .storefront .storefront__menu .item-heading--prices:before,
.clearfix:after,
.l-grid:after,
.no-flexbox .storefront .storefront__menu .item-heading--body:after,
.no-flexbox .storefront .storefront__menu .item-heading--prices:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table; }

.clearfix:after,
.l-grid:after,
.no-flexbox .storefront .storefront__menu .item-heading--body:after,
.no-flexbox .storefront .storefront__menu .item-heading--prices:after,
.modal-footer:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* Location Modal */
.modal__location .modal-dialog h2 {
  padding: 25px 0; }

.modal__location .modal-dialog .m-form--input-container {
  padding: 0px 25px 30px 25px; }
  .modal__location .modal-dialog .m-form--input-container input {
    margin-right: 10px;
    padding: 9px 10px; }

@media screen and (max-width: 35.5em) {
  .modal__location .modal-dialog h2 {
    padding: 10px; }
  .modal__location .modal-dialog input {
    margin: 0 0 10px 0; } }

.review__continue-btn {
  margin: 20px 0; }

.review__title {
  margin-bottom: 25px; }

.rating--input {
  font-size: 28px;
  vertical-align: middle; }

.review__notes-group {
  margin-top: 22px; }

.review__star-rating .star-rating__label i, .review__star-rating .star-rating__stars i {
  color: #fcc91d; }

.review__save-button {
  display: block;
  margin: 20px auto 0;
  max-width: 100%; }

.modal-close-button {
  float: right;
  margin: 5px 5px 0 0;
  position: relative;
  z-index: 10; }
  .modal-close-button i.icon-close-x {
    font-size: 18px; }

.modal--photo.modal-body {
  padding-bottom: 0; }

.modal--photo .strain-name {
  clear: both;
  text-align: center;
  font-size: 28px;
  margin-bottom: 15px; }

.modal--photo .photo_userName {
  text-align: center; }
  .modal--photo .photo_userName .userName {
    color: #76bd1d; }

.modal--photo .photo_date {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 5px; }

.modal--photo img {
  width: 100%; }

.modal--photo .share-links {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 10px 0; }
  .modal--photo .share-links .m-button {
    padding: 0 5px; }
    .modal--photo .share-links .m-button i {
      font-size: 35px;
      color: #999999; }

.modal--photo .share-msg {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-bottom: 10px; }

.share--popover {
  display: none;
  border: 1px solid #dfdfdf;
  border-bottom: 2px solid #dfdfdf;
  background: #fff;
  padding: 10px;
  position: absolute;
  top: 75px;
  right: 0;
  z-index: 3;
  border-radius: 5px; }
  .share--popover li {
    cursor: pointer;
    padding: 10px 0;
    text-align: left; }
    .share--popover li i {
      color: #999999;
      font-size: 24px;
      vertical-align: middle; }
    .share--popover li a {
      color: #999999;
      font-size: 16px;
      vertical-align: middle; }

/* end modules */
/* features */
/* styleguide */
.explore .strain-tile {
  margin: 0 10px 15px; }

.explore .explore__filters {
  background: #f7f7f7; }

.explore .filters__options {
  background: #f7f7f7; }
  @media screen and (max-width: 35.5em) {
    .explore .filters__options {
      position: absolute;
      left: 0;
      width: 90%;
      display: block;
      -webkit-transition: -webkit-transform 0.8s ease;
      -moz-transition: -moz-transform 0.8s ease;
      transition: transform 0.8s ease;
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      /* This is so we can use the collapse directive on desktop */ }
      .explore .filters__options.filters__options--show {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      .explore .filters__options .filter__collapse {
        display: block;
        height: auto !important; }
        .explore .filters__options .filter__collapse.collapsing {
          transition: none; }
        .explore .filters__options .filter__collapse .l-content {
          padding: 0; }
        .explore .filters__options .filter__collapse .l--spacer {
          padding: 0; }
        .explore .filters__options .filter__collapse .m-select .m-select__dropdown {
          position: relative; }
      .explore .filters__options .filters__bottom {
        padding-top: 15px; }
        .explore .filters__options .filters__bottom .l-content {
          padding: 0; } }

.explore .explore__filter-sections .filter-section__header {
  display: block;
  padding: 10px 15px;
  border-top: 1px solid #F0F0F0;
  border-bottom: none;
  color: #4a3828; }

.explore .explore__filter-sections li:first-child > .filter-section__header {
  border-top: none; }

.explore .explore__filter-section.disabled {
  background: #f7f7f7; }
  .explore .explore__filter-section.disabled a {
    color: #cecece; }

.explore .explore__filter-section.selected > a {
  border-bottom: 1px solid #F0F0F0; }

.explore .explore__filter-content {
  background: #f4f4f4;
  border: 1px solid #fff; }
  .explore .explore__filter-content a {
    display: block; }
    .explore .explore__filter-content a:hover {
      background: #fff; }
  .explore .explore__filter-content label {
    margin: 2px 15px; }

.explore select {
  width: 100%;
  padding: 10px 15px;
  margin: 10px 0; }

@media screen and (max-width: 35.5em) {
  .explore .m-select .m-select__button,
  .explore .m-select .m-select__dropdown {
    border-bottom: 0;
    border-right: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; } }

.explore .m-select__dropdown {
  padding: 0; }

.explore .filters__bottom {
  background: #fff; }

.explore .explore__category-filters {
  padding: 20px 0 10px;
  display: inline-block;
  margin: 0 auto; }
  .explore .explore__category-filters li {
    padding: 0 10px; }

.explore .filters__location {
  line-height: 50px; }
  .explore .filters__location label {
    display: inline-block !important;
    color: #333; }
    .explore .filters__location label::before {
      margin-top: -10px !important; }
  .explore .filters__location a {
    display: inline-block; }

@media screen and (min-width: 35.563em) {
  .explore .filters__sort {
    text-align: right; } }

@media screen and (max-width: 35.5em) {
  .explore .explore__tiles {
    border-left: solid 1px #d5d5d5;
    -webkit-transition: -webkit-transform 0.8s ease;
    -moz-transition: -moz-transform 0.8s ease;
    transition: transform 0.8s ease;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
    .explore .explore__tiles .l-content {
      padding-top: 0; }
  .explore .explore__tiles--hide {
    -webkit-transform: translateX(90%);
    -moz-transform: translateX(90%);
    -ms-transform: translateX(90%);
    -o-transform: translateX(90%);
    transform: translateX(90%);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards; } }

.explore .explore__tiles .explore__category-filters {
  padding: 10px 0; }

.explore .explore__tiles .category__filters--mobile {
  margin-bottom: 30px; }

.strain__sponsor {
  height: 60px;
  display: block;
  position: relative;
  border-radius: 32px;
  background: #f7f7f7;
  color: #4a3828;
  margin-bottom: 18px; }
  .strain__sponsor:hover {
    color: #4a3828; }
  .strain__sponsor img {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    box-shadow: 0px 0px 5px 0px #d5d5d5; }
  .strain__sponsor > div {
    display: block;
    padding: 10px 20px 10px 70px; }
  .strain__sponsor .strain__sponsor--name {
    line-height: 28px; }

.strain__social-actions {
  margin-top: -2px; }
  .strain__social-actions .share--container .m-button {
    padding-left: 0;
    margin-top: 0; }
  .strain__social-actions .m-button {
    float: right;
    margin-left: 0;
    margin-right: 20px; }
    .strain__social-actions .m-button i {
      color: #4a3828; }

.strain-details .strain__description p:first-child {
  /* Handling sizing here since we cant control how p tags rendered in code
                special case as we usually just assign to markup */ }
  @media screen and (min-width: 48.063em) {
    .strain-details .strain__description p:first-child {
      font-size: 22px; } }
  .strain-details .strain__description p:first-child a {
    text-decoration: underline; }

@media screen and (min-width: 48.063em) {
  .strain-details .strain__description p {
    font-size: 18px; } }

@media screen and (min-width: 30.063em) {
  .strain-details .strain__nearby-dispensaries .strain__nearby-dispensaries--right {
    text-align: right; } }

.strain-details .strain__ad-unit__content {
  background: #f7f7f7;
  padding: 20px;
  border-radius: 20px;
  display: table;
  width: 100%; }
  .strain-details .strain__ad-unit__content .strain__ad-unit__copy {
    padding-left: 15px;
    display: table-cell;
    vertical-align: middle;
    color: #d44727;
    line-height: 15px; }
    @media screen and (min-width: 48.063em) {
      .strain-details .strain__ad-unit__content .strain__ad-unit__copy {
        line-height: 30px; } }

.strain-details .strain__flavors li {
  color: #fff;
  margin-bottom: 20px;
  display: table; }
  .strain-details .strain__flavors li:nth-child(3n+1) {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px; }
  .strain-details .strain__flavors li:nth-child(3n), .strain-details .strain__flavors li:last-child {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px; }
  @media screen and (min-width: 35.563em) {
    .strain-details .strain__flavors li:nth-child(3n+1) {
      border-top-left-radius: 22px;
      border-bottom-left-radius: 22px; }
    .strain-details .strain__flavors li:nth-child(3n), .strain-details .strain__flavors li:last-child {
      border-top-right-radius: 22px;
      border-bottom-right-radius: 22px; } }

.strain-details .strain__flavors li i {
  display: block;
  font-size: 50px;
  padding-bottom: 10px; }
  @media screen and (min-width: 30.063em) {
    .strain-details .strain__flavors li i {
      font-size: 70px; } }
  @media screen and (min-width: 35.563em) {
    .strain-details .strain__flavors li i {
      font-size: 100px;
      padding-bottom: 20px; } }
  @media screen and (min-width: 48.063em) {
    .strain-details .strain__flavors li i {
      font-size: 150px; } }

.strain-details .strain__flavors li span {
  display: table-cell;
  vertical-align: middle; }

.strain-details .strain__most-popular ol {
  padding-left: 30px; }

.strain-details .strain__most-popular li {
  padding-bottom: 10px; }

.strain-details .strain__mrec {
  margin-left: -10px;
  margin-top: 10px; }
  @media screen and (min-width: 48.063em) {
    .strain-details .strain__mrec {
      margin-left: auto;
      margin-top: auto; } }

.strain-details .strain__new-articles img {
  width: 100px;
  height: auto; }

.strain-details .strain__new-articles article {
  margin-top: 10px; }
  @media screen and (min-width: 48.063em) {
    .strain-details .strain__new-articles article {
      margin-top: 0; } }

.strain-details .strain__new-articles .strain__new-articles--content {
  padding: 0 15px 0 115px; }

.strain-details .strain__new-articles .strain__new-articles--headline a span {
  display: block; }
  .strain-details .strain__new-articles .strain__new-articles--headline a span.author {
    color: #999999;
    margin-top: 10px; }

.strain-details .strain__new-articles .strain__new-article--author {
  color: #999999; }
  .strain-details .strain__new-articles .strain__new-article--author a {
    color: #999999; }

.strain-details .strain__dataTab {
  padding-bottom: 0; }

.strain-details .strain__testGraph img {
  width: 75%;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.strain-details .growInfo__label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  padding: 20px 0 20px 0; }

.strain-details .growInfo__data {
  font-size: 18px;
  padding-bottom: 20px; }
  .strain-details .growInfo__data li {
    list-style-type: disc;
    margin-left: 18px;
    padding-bottom: 16px; }
  .strain-details .growInfo__data li:last-of-type {
    padding-bottom: 0; }

.strain-details .strain__lineage .data-label {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding-top: 20px; }

.strain-details .strain__lineage li {
  display: block;
  padding: 0 10px 10px 0; }
  @media screen and (min-width: 48.063em) {
    .strain-details .strain__lineage li {
      padding: 0px 20px 10px 0; } }

.strain-details .strain__lineage a {
  display: block; }

.strain-availability .strain-availability__search-form {
  padding: 30px 0; }

.strain-availability .m-dispensary {
  padding: 15px 0;
  border-bottom: solid 1px #d5d5d5; }

.strain-availability .m-dispensary__availability, .strain-availability .m-dispensary__availability:hover, .strain-availability .m-dispensary__availability:visited, .strain-availability .m-dispensary__availability:active {
  color: #4a3828; }

.strain-availability .m-dispensary__copy {
  padding: 0 15px 0 10px; }
  .strain-availability .m-dispensary__copy ul {
    margin-top: 10px; }
  .strain-availability .m-dispensary__copy .m-dispensary__copy-info {
    padding-top: 5px;
    color: #999999;
    line-height: 22px; }

.strain-availability .m-dispensary__copy--padded {
  padding-left: 40px; }

@media screen and (min-width: 35.563em) {
  .strain-availability .m-dispensary__copy--padded {
    padding-left: 70px; } }

.strain-availability .m-dispensary__prices {
  padding: 0 15px;
  color: #999999; }

.strain-availability .m-dispensary__strains {
  padding-left: 15px; }
  .strain-availability .m-dispensary__strains li {
    color: #999999;
    padding-bottom: 5px; }

@media screen and (max-width: 48em) {
  .strain-availability .m-dispensary__prices {
    padding: 20px 0 0 0;
    border: 0; }
    .strain-availability .m-dispensary__prices li {
      text-align: center; }
  .strain-availability .m-dispensary__strains {
    border-left: solid 1px #d5d5d5; } }

.strain-availability .strain-availability__not-available {
  padding: 30px 0; }

.strain-availability .strain-availability__popular-cities li {
  padding-bottom: 10px; }

.strain-reviews .strain-reviews__review-container {
  list-style: none;
  margin: 0; }

.strain-reviews .strain-reviews_breakdown {
  margin-top: 25px; }
  .strain-reviews .strain-reviews_breakdown label {
    margin-bottom: 25px;
    display: block; }
  .strain-reviews .strain-reviews_breakdown .m-histogram-item-wrapper {
    visibility: visible; }

.strain-reviews .strain-reviews_ad {
  margin-top: 10px; }
  @media screen and (min-width: 48.063em) {
    .strain-reviews .strain-reviews_ad {
      margin-top: 72px; } }

.photos__photo-container img {
  display: block; }

.review-details .m-stars {
  margin: 0 auto;
  display: block; }

.review-details .m-review__profile-image {
  margin: 0 auto;
  display: block; }

.me__feed-item {
  padding: 30px 0;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }
  .me__feed-item > div {
    padding-left: 80px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%; }
  .me__feed-item .heading--article {
    padding: 0; }

.map-container {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden; }
  .map-container map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }
    .map-container map .m-dispensary__logo {
      width: auto; }
  .map-container .map__info-window {
    width: 350px; }
    @media screen and (max-width: 48em) {
      .map-container .map__info-window {
        width: 98%;
        padding: 0; } }
  .map-container .padding-rowItem {
    padding-bottom: 2px; }
  @media screen and (max-width: 48em) {
    .map-container .dispensary__name {
      padding-top: 0; } }
  .map-container .dispensary__name a {
    color: #4a3828; }
  .map-container .map__info-window__divider {
    margin-top: 15px;
    padding-top: 15px; }
    @media screen and (max-width: 48em) {
      .map-container .map__info-window__divider {
        margin-top: 5px;
        padding-top: 5px; } }
  .map-container .m-pills {
    white-space: nowrap; }
    @media screen and (max-width: 48em) {
      .map-container .m-pills {
        white-space: normal; } }

.nearby__header {
  padding-top: 70px; }

.nearby__filter-menu {
  background: transparent;
  background-color: #f7f7f7;
  padding: 0; }

.nearby__advanced--grey {
  background-color: #f7f7f7; }

.nearby__advanced-filters,
.nearby__result-count {
  text-align: center;
  padding: 10px 0; }

@media screen and (min-width: 35.563em) {
  .nearby__result-count {
    text-align: left; }
  .nearby__advanced-filters {
    text-align: right; } }

a.m-dispensary {
  width: 100%; }

.m-dispensary__copy .m-dispensary__title {
  color: #000; }

.overview__details-section > span {
  display: block; }

.price-icon {
  color: #d44727; }

.storefront__special .storefront__special__copy {
  padding-left: 80px; }

.storefront__special .storefront__special__title {
  color: #d44727; }

.storefront__special p:last-child {
  margin-bottom: 0; }

@media screen and (max-width: 35.5em) {
  .mobile-wide {
    width: 100%; } }

.storefront__overview .delivery-info {
  margin-top: 10px; }

.storefront__overview .overview__details-section h4 {
  margin: 0; }

.storefront__overview .overview__details-section a {
  display: block; }

.storefront__overview .overview__description {
  line-height: 22px; }

.storefront__overview .overview__missing-information {
  padding: 10px 0; }

.storefront__overview label {
  line-height: 24px; }

.no-flexbox .storefront .storefront__menu .item-heading--body {
  white-space: nowrap; }
  .no-flexbox .storefront .storefront__menu .item-heading--body h3 {
    float: left;
    padding-right: 10px; }

.no-flexbox .storefront .storefront__menu .item-heading--prices {
  float: right; }
  .no-flexbox .storefront .storefront__menu .item-heading--prices .item-heading--rating {
    display: inline-block;
    padding: 0 10px; }
  .no-flexbox .storefront .storefront__menu .item-heading--prices .item-heading--price {
    display: inline-block; }

.storefront .storefront__menu .item-heading--body .item-heading--title {
  float: left; }
  .storefront .storefront__menu .item-heading--body .item-heading--title h3 {
    margin: 0;
    padding-top: 5px; }
    @media screen and (min-width: 35.563em) {
      .storefront .storefront__menu .item-heading--body .item-heading--title h3 {
        padding-top: 1px; } }

.storefront .storefront__menu .item-heading--body .item-heading--rating {
  float: right;
  text-align: right; }
  .storefront .storefront__menu .item-heading--body .item-heading--rating .stars, .storefront .storefront__menu .item-heading--body .item-heading--rating .score {
    display: inline-block;
    vertical-align: middle; }
  .storefront .storefront__menu .item-heading--body .item-heading--rating .stars {
    padding-bottom: 0; }
  .storefront .storefront__menu .item-heading--body .item-heading--rating .score {
    padding-left: 5px; }
  @media screen and (min-width: 48.063em) {
    .storefront .storefront__menu .item-heading--body .item-heading--rating {
      text-align: center;
      width: 20%;
      float: left; }
      .storefront .storefront__menu .item-heading--body .item-heading--rating .stars, .storefront .storefront__menu .item-heading--body .item-heading--rating .score {
        display: block; } }

.storefront .storefront__menu .item-heading--body .item-heading--prices {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 48em) {
    .storefront .storefront__menu .item-heading--body .item-heading--prices {
      -webkit-box-pack: start;
      -moz-box-pack: start;
      box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: start; } }
  @media screen and (min-width: 48.063em) {
    .storefront .storefront__menu .item-heading--body .item-heading--prices {
      -webkit-box-pack: end;
      -moz-box-pack: end;
      box-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      -o-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: end;
      float: right; } }
  .storefront .storefront__menu .item-heading--body .item-heading--prices .item-heading--price {
    min-width: 0;
    padding: 0 30px 0 0; }
    @media screen and (min-width: 48.063em) {
      .storefront .storefront__menu .item-heading--body .item-heading--prices .item-heading--price {
        padding: 0 0 0 10px; } }
    .storefront .storefront__menu .item-heading--body .item-heading--prices .item-heading--price span {
      white-space: nowrap; }

.storefront .storefront__menu .item-heading--description {
  padding-top: 10px; }
  @media screen and (min-width: 48.063em) {
    .storefront .storefront__menu .item-heading--description {
      padding-left: 30px; } }

.storefront .storefront__menu .menu__item-body {
  padding-top: 10px; }

.storefront .storefront__menu .quick-view__photo {
  max-width: 170px;
  border-radius: 12px; }

.storefront .storefront__menu .m-menu.m-menu--open {
  background: transparent; }

.storefront .storefront__menu .strain-tile {
  margin-bottom: 30px; }

.storefront .storefront__menu .strain__quick-view p {
  margin-bottom: 10px; }

.storefront .storefront__menu .strain__quick-view--padding {
  padding-top: 30px; }

.storefront .storefront__menu .strain__quick-view__actions {
  padding-top: 15px; }
  .storefront .storefront__menu .strain__quick-view__actions a {
    display: inline-block;
    padding-right: 10px;
    position: relative;
    padding-left: 30px; }
  .storefront .storefront__menu .strain__quick-view__actions i {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px; }

.storefront .storefront__menu .m-strain-attributes {
  padding: 35px 0 20px 0; }

.storefront .storefront__menu .m-histogram-item-wrapper .m-attr-label {
  padding-top: 9px; }

.storefront .storefront__menu .m-histogram-item-wrapper,
.storefront .storefront__menu .m-histogram-item .m-attr-bar {
  height: 30px; }

@media screen and (min-width: 35.563em) {
  .storefront .storefront__menu .m-accordion--main-group > .panel-body,
  .storefront .storefront__menu .m-accordion--main-group .m-accordion--item {
    padding: 20px; }
  .storefront .storefront__menu .menu__item-body {
    padding-left: 35px; }
  .storefront .storefront__menu .quick-view__photo-container {
    padding-right: 15px; } }

.user h1 {
  padding: 20px 0; }

.user button[type=submit] {
  margin: 20px 0; }

.user .login__social-button {
  padding: 10px 0; }
  .user .login__social-button > div {
    display: inline-block; }
  .user .login__social-button i {
    padding: 6px 2px 3px 0;
    display: inline-block;
    vertical-align: top; }
  .user .login__social-button i + div {
    display: inline-block; }
  .user .login__social-button .social-button__sign-in-copy {
    line-height: 14px; }
  .user .login__social-button .social-button__network {
    line-height: 20px; }

.doctors .map-container {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden; }
  .doctors .map-container map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }
    .doctors .map-container map .m-dispensary__logo {
      width: auto; }
  .doctors .map-container .map__info-window {
    width: 280px; }
    @media screen and (min-width: 48.063em) {
      .doctors .map-container .map__info-window {
        width: 350px; } }
  .doctors .map-container .map__info-window__divider {
    margin-top: 15px;
    padding-top: 15px; }
  .doctors .map-container .doctor__title a {
    color: #4a3828; }
  .doctors .map-container .doctor__view-details {
    padding-top: 15px; }

.doctors .doctors__ratings-reviews {
  padding-bottom: 30px; }
  .doctors .doctors__ratings-reviews .ratings-reviews__stars-container {
    margin-bottom: 10px; }

.doctors .doctors__patient-reviews {
  padding: 30px 0; }

.news .news__article-body img {
  max-width: 100%;
  height: auto; }

.news .news__article-body p, .news .news__article-body li {
  margin-bottom: 1em; }

.news .news__article-body ol, .news .news__article-body ul {
  list-style: initial;
  list-style-position: outside;
  margin-bottom: 10px; }
  .news .news__article-body ol li, .news .news__article-body ul li {
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 1.3em;
    margin-left: 40px; }

.news .news__article-body ol li {
  list-style-type: decimal; }

.news .news__article-body sup {
  vertical-align: super;
  font-size: 10px; }

.news .news__top-info {
  overflow: auto; }

.news .filter-by-label {
  margin-top: 11px;
  margin-right: 5px; }

.news .filter-by-pulldown {
  width: 150px; }

.news .news__privateerLink {
  color: #76bd1d; }

.news .social__links {
  margin: -3px -4px 0 0; }

.news input[type="radio"] {
  position: static; }

.news .moreLinks {
  margin: 0; }
  @media screen and (min-width: 35.563em) and (max-width: 48em) {
    .news .moreLinks ul li {
      margin: 0 25px; } }

.news-investorRelations__archive .news-item {
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5; }
  .news-investorRelations__archive .news-item .source {
    float: left;
    padding-right: 20px; }
  .news-investorRelations__archive .news-item .date {
    float: left; }

.news-investorRelations__archive .title {
  padding: 10px 0;
  clear: both; }
  .news-investorRelations__archive .title a {
    color: #4a3828; }

.news-investorRelations__archive .relations-header {
  overflow: hidden; }

.video-container {
  clear: both;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  width: 100%; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.apps .m-list {
  display: inline-block; }
  .apps .m-list li {
    display: inline-block; }
  .apps .m-list .m-button {
    padding: 8px 45px;
    margin: 10px; }

.apps .app-store {
  display: block;
  background-image: url("/public/images/svg/svg-download-apple.svg");
  width: 200px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: 100%; }

.apps .play-store {
  display: block;
  background-image: url("/public/images/svg/svg-download-google.svg");
  width: 200px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: 100%; }

.assets .assets__request {
  border: solid 1px #d5d5d5; }
  .assets .assets__request .request__image {
    min-height: 193px;
    padding: 30px; }
  .assets .assets__request .request__copy {
    position: relative;
    background: #f7f7f7;
    height: 100px; }
    .assets .assets__request .request__copy > div {
      position: absolute;
      bottom: 0;
      padding: 15px;
      width: 100%; }
    .assets .assets__request .request__copy h5.single-line {
      line-height: 40px; }

.assets .assets__request--empty {
  line-height: 331px; }

.assets .assets__form {
  margin: 7.5px 0;
  padding: 50px 15px;
  background: #f7f7f7; }

.assets .dont img {
  border: 1px solid #dfdfdf; }

.product {
  border: 1px solid #E8E8E8; }
  .product img {
    padding: 15px; }
  .product span {
    padding: 10px 0;
    display: block;
    color: #4a3828;
    background: #f7f7f7;
    box-shadow: inset 0px 0px 0px 1px #FCFCF6;
    border-top: 1px solid #E8E8E8; }

.social-box {
  background: #f7f7f7;
  border: 1px solid #E8E8E8;
  box-shadow: inset 0px 0px 0px 1px #FCFCF6;
  border-radius: 10px;
  padding: 15px 50px; }
  .social-box .social-links {
    margin: 0 auto; }
  .social-box a {
    margin-right: 15px;
    color: #999999; }

.home.hero {
  overflow: visible; }
  .home.hero .hero-content {
    z-index: 2; }

.home .hero-image {
  -webkit-transform: scale(1.15) translateZ(0);
  -moz-transform: scale(1.15) translateZ(0);
  -ms-transform: scale(1.15) translateZ(0);
  -o-transform: scale(1.15) translateZ(0);
  transform: scale(1.15) translateZ(0);
  -webkit-animation-name: home-grow;
  -moz-animation-name: home-grow;
  animation-name: home-grow; }

.home .m-form--search input[type="text"] {
  padding-right: 42px; }

.home__explore-strains .image-tile .image-tile__content {
  position: relative;
  top: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }
  @media screen and (min-width: 48.063em) {
    .home__explore-strains .image-tile .image-tile__content {
      padding: 80px 0; } }

.home__explore-strains .image-tile__img {
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: 50% 0;
  background-size: cover; }

.player {
  padding: 0 20px; }

.videoThumb {
  display: block;
  padding: 0;
  text-align: left; }
  .videoThumb p {
    padding: 0 0.5555555556rem; }
  @media screen and (min-width: 48.063em) {
    .videoThumb {
      padding: 0 30px;
      text-align: center; }
      .videoThumb p {
        padding: 10px 0 0 0; } }

.services .plan-list .plan-list__head {
  padding: 20px;
  color: #fff; }

.services .plan-list ul {
  background: #F9F9EE;
  padding: 20px; }
  .services .plan-list ul li {
    margin-bottom: 20px; }
    .services .plan-list ul li .icon-info {
      margin-right: 10px; }

.services .services--brands img {
  padding: 16px 13px;
  vertical-align: middle; }

.boothSignup .icon-strain-review {
  color: #76bd1d;
  font-size: 200px; }

.boothSignup .icon-dispensary {
  color: #d44727;
  font-size: 200px; }

.boothSignup .icon-location {
  color: #6e335e;
  font-size: 200px; }

.boothSignup--form .m-form label {
  font-size: 24px; }

.boothSignup--form input[type="checkbox"].m-checkbox ~ label, .boothSignup--form :root input[type="checkbox"].m-checkbox + label {
  padding: 14px 0 0 60px; }

.boothSignup--form input[type="checkbox"].m-checkbox ~ label:before, .boothSignup--form :root input[type="checkbox"].m-checkbox + label:before {
  width: 40px;
  height: 40px; }

.boothSignup--form input[type="checkbox"].m-checkbox:checked ~ label:before, .boothSignup--form :root input[type="checkbox"].m-checkbox:checked + label:before {
  padding-top: 7px; }

.boothSignup--form button.m-button {
  margin-top: 60px; }

.filters__close {
  margin: 30px 0; }

.jobs .l-content {
  padding: 0 10px; }

/* end features */

/*# sourceMappingURL=core.css.map */
