@import url('https://fonts.googleapis.com/css?family=Nunito&amp;display=swap'); /*Body text*/ /*font-family: 'Nunito', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Raleway&amp;display=swap'); /*Bold text*/ /*font-family: 'Raleway', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans&amp;display=swap'); /*.section-content*/ /*font-family: 'Josefin Sans', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Parisienne&amp;display=swap');/*Footer Oceanside C Weed logo*/ /*font-family: 'Parisienne', cursive;*/


*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html, body {
  font: normal 17px 'Nunito', sans-serif;
  /*font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));*/
  max-width: 100%;
  overflow-x: hidden!important;
  color: #2E2E2E;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  text-align: center;
}

.container-fluid {
  max-width: 2000px;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
-webkit-transition: 0.5s;
-moz-transition: 0.5s; 
-o-transition: 0.5s;
transition: 0.5s;
}

a:focus {
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  position: relative;
  z-index: 1; /*keep on top of svg graphic*/
}

ul {
  list-style-type: none;
  line-height: 25px;
}

ul.regular-bullet {
  list-style: disc;
    list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
}

p {
  line-height: 25px;
}

.full-width {
  width: 100%;
}

.no-row-margin-bottom {
  margin-bottom: 0!important;
}

.container-fluid-no-padding {
  padding: 0!important;
}

.col-no-padding {
  padding: 0!important;
}

.navbar {
  padding: 20px 40px;
  background: #FFF;
  z-index: 800;
}

.is-sticky .navbar {
  box-shadow: 0 0 7px rgba(0,0,0,.1);
}

#primary_navigation {
  float: right;
}

.navbar #location_6 {
  padding-bottom: 15px;
}

.page_about #primary_navigation, .page_index_copy #primary_navigation, .page_contact #primary_navigation, .page_products #primary_navigation, .page_cannabis_faq #primary_navigation {/*temporary*/
  display: inline-block;
}

#primary_navigation ul {
  margin-bottom: 0;
}

#primary_navigation ul li {
    display: inline-block;
}

.navbar #primary_navigation li {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 20px;
}

.navbar #primary_navigation li.last {
  margin-right: 0;
}

.navbar #primary_navigation li a, .navbar #primary_navigation li a span, .navbar #primary_navigation li a:visited, .navbar #primary_navigation li a span:visited, .navbar #primary_navigation li a:focus, .navbar #primary_navigation li a span:focus {
  color: #2E2E2E;
  font-size: 18px;
}

.navbar #primary_navigation li a span:hover {
  text-decoration: none;
  color: #499B4A;
}

.navbar #primary_navigation li a span:hover:after {
    height: 3px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.navbar #primary_navigation li a span:after {
  position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #499B4A;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

.big-padding-top {
  padding-top: 70px;
}

.big-padding-bottom {
  padding-bottom: 70px;
}

.small-padding-top {
  padding-top: 20px;
}

.small-padding-bottom {
  padding-bottom: 20px;
}

.additional-margin-top {
  margin-top: 20px!important;
}

.additional-margin-bottom {
  margin-bottom: 20px!important;
}

#copyright {
  text-align: center;
  width: 100%;
}

.bravenet {
  background: rgba(0, 0, 0, 0.3);
}

.bravenet p {
  opacity: 0.8;
  text-align: center;
  margin-bottom: 0;
  padding: 20px 0;
  color: #FFF;
}

.bravenet a span, .bravenet a span:visited, .bravenet a span:focus {
  color: #FFF;
}

.bravenet a span:hover {
  color: #007bff;
}

.mobile-visible {
  display: none!important;
}
.mobile-hidden {
    display: block!important;
}

#copyright p {
  color: #FFF;
}

.emphasis {
  font-weight: bold;
  font-size: 20px;
}

/*#splash .splash_content*/
#splash {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  background-size: cover!important;
  -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
  background-repeat: no-repeat!important;
  background-position: bottom!important; 
  -o-background-position: bottom;
    -moz-background-position: bottom;
    -webkit-background-position: bottom;
  background-attachment: fixed!important;
    /* Preserve aspect ratio */
  min-width: 100%;
  min-height: 600px;
  width: 100%;
  background: url('../../files/resized/515700/1170%3b780%3bf93c9b548830230760777f29c98771526254cc20.jpg');
}

.page_index #splash {
  background-position: center!important; 
  -o-background-position: center;
  -moz-background-position: center;
  -webkit-background-position: center;
  height: 600px!important;
}

#splash:after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(31, 28, 103, 0.2);
}

/*#splash img {
  margin: 0 auto;
  width: 50%;
  position: relative;
  z-index:1;
}*/

.page_contact #splash {
  background: url('../../files/resized/503838/1170%3b755%3b4d256e2d99483723acff27bce660f47c0d325332.jpg');
}

.page_events #splash {
  background: url('../../files/resized/505637/1170%3b780%3b80a6cbc8cb658ca383f1c6880448d999b870ce82.jpg');
    background-position: bottom!important; 
  -o-background-position: bottom;
    -moz-background-position: bottom;
    -webkit-background-position: bottom;
}

.page_products #splash {
  background: url('../../files/resized/515702/1170%3b698%3b6976ff37c52e1868d2990626e5ea4ecdbb7804bd.jpg');
}

.page_cannabis_faq #splash {
  background: url('../../files/resized/520116/1170%3b780%3b18e3c5914dde791356cf3eb4f93f52e8d8b61c55.jpg');
}

.page_about #splash {
  background: url('../../files/resized/515725/1170%3b780%3b666a3cb873534973680c2a073af11d34ffd7e52c.jpg');
}

.page_menu #splash {
  background: url('../../files/resized/518583/1170%3b780%3b75f7a96b3593f46da7dde3b11133b0a0a2de6c1e.jpg');
}

#home_message {
  max-width: 1000px;
  margin-top: 40px;
}

#home_message p {
  font-weight: bold;
  font-size: 18px;
}

.home_message_special_offer {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 30px!important;
}

.home_message_special_offer:before, .home_message p {
  content: '';
    display: block;
    border-top: 2px solid #FFCC00;
    width: 70px;
    margin: 20px auto;
}

ul.home_message_special_hours {
    font-weight: bold;
}

#splash #location_0 {
  color: #FFF;
  text-shadow: 2px 2px 5px #000000;
  text-align: center;
}

#splash #location_0 p {
  font-size: 20px;
}

#splash #location_0 h1{
    font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  font-size: 80px;
  padding: 0 10px;
  text-transform: uppercase;
}

.page_index #splash #location_0 h1 {
  font-family: 'Parisienne', cursive;
  text-transform: none;
}

.page_index #splash #location_0 h2 {
  font-size: 40px;
  color: #FFF;
}

.page_index #splash #location_0 p {
  font-size: 20px;
  margin-bottom: 1rem!important;
}

#splash #location_0 span {
  font-weight: bold;
}

.black-overlay { /*make sure to declare parent position: relative and z-index: 0*/
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.green-overlay { /*make sure to declare parent position: relative and z-index: 0*/
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.4);
}


/*Make Bravesites builder toolbar visible*/
.toolbar_visible .is-sticky .navbar {
    top: 69px!important;
}


/*Temporary styling*/
.navbar #location_6 {
  text-align: right;
  font-weight: bold;
}

.navbar #location_6 i {
  color: #817552;
  margin-right: 10px;
  font-size: 20px;
}

.navbar #location_6 a, .navbar #location_6 a:visited {
  color: #2E2E2E
}

.navbar #location_6 a:hover {
  color: #499B4A;
}

.navbar #location_6 p {
  margin-bottom: 0;
}


/*Regular Styling*/

#logo {
  max-width: 400px;
}


h2, h2.component_heading {
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Josefin Sans', sans-serif;
  color: #3c563f;
  text-shadow: 2px 2px 5px #999999;
}

.page_404 h2, .page_404 h2.component_heading {
  color: #FFF;
}

.page_404 a:hover, .page_404 a:focus, .page_404 a:active {
  color: #499B4A!important;
}

a.white_link, a.white_link:visited, a.white_link:focus, a.white_link:active {
  color: #FFF!important;
  text-shadow: 2px 2px 5px #000000;
  font-weight: bold;
  text-decoration: underline;
}

a.white_link:hover {
  color: #499B4A!important;
}

/*Splash background images for each page*/

#splash #location_1 .form_component {
  background: url('../images/green-shape.svg');
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  background-size: contain!important;
  -o-background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-repeat: no-repeat!important;
  background-position: center!important; 
  -o-background-position: center;
  -moz-background-position: center;
  -webkit-background-position: center;
  height: 100%;
}

.page_index #splash #location_1 .asterion_components_container, .page_contact #splash #location_1 .asterion_components_container, .page_index_copy #splash #location_1 .asterion_components_container {
  width: 100%;
  height: 630px;
}

#splash #location_0, #splash #location_1 {
    height: 70vh;
    position: relative;
    z-index: 1;
    padding: 20px;
}

#splash #location_1 .component_content_wrapper {
  -webkit-box-shadow: 0px 10px 15px 5px #545454; 
  box-shadow: 0px 10px 15px 5px #545454;
  border-radius: 5px;
}

.btn {
    line-height: 50px;
    height: 50px;
    text-align: center;
    width: 250px!important;
    cursor: pointer!important;
  transition: all 0.5s;
    position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto;
}

.btn:before {
  content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 0.3s;
}

.btn:after {
  content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
}

.btn:hover:before {
    opacity: 0;
    -webkit-transform: scale(0.5,0.5);
    transform: scale(0.5,0.5);
}

.btn:hover:after {
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}

.btn a {
  color: #FFF;
  width: 100%;
  height: 100%;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.btn-one a:hover {
  color: #3c563f;
}

.btn-two a:hover, .btn-three a:hover, .btn-four a:hover {
  color: #FFF;
}

.btn-one:before {
    background-color: rgba(60,86,63,0.5);
}

.btn-one:after {
    border: 2px solid rgba(60,86,63,0.7);
}

.btn-two:before {
    background-color: rgba(60,86,63,0.7);
}

.btn-two:after {
    border: 2px solid rgba(60,86,63,0.5);
}

.btn-three:before {
    background-color: rgba(255,255,255,0.5);
}

.btn-three:after{
    border: 2px solid rgba(255,255,255,0.5);
}

.btn-four:before {
    background-color: rgba(123, 170, 71, 1);
}

.btn-four:after{
    border: 2px solid rgba(123, 170, 71, 1);
}

.btn-margin {
    margin-top: 50px;
}

.btn-five:before {
    background-color: rgba(60,86,63,0.5);
}

.btn-five:after {
    border: 2px solid rgba(60,86,63,0.7);
}

.btn-five a:hover {
  color: #3c563f;
}

.page_index #splash #location_1 .component_content_wrapper, .page_contact #splash #location_1 .component_content_wrapper, .page_index_copy #splash #location_1 .component_content_wrapper {
  -webkit-box-shadow: none; 
  box-shadow: none;
  border-radius: 0;
}

#splash-svg {
  width: 100%;
  min-width: 40vw;
  background: rgba(255,255,255,0.7);
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 50px;
}

.tile {
  background: rgba(60,86,63,0.2)!important;
}

.tile .asterion_components_container, .tile .asterion_components_container .component, .tile .asterion_components_container .component .component_content_wrapper, .tile .asterion_components_container .component .component_content_wrapper .component_content, .tile .asterion_components_container .component .component_content_wrapper .component_content div[data-param-name="component[content]"], .tile .asterion_components_container .component .component_content_wrapper .component_content div[data-param-name="component[content]"] img {
  width: 100%!important;
}

.tile-image .asterion_components_container, .tile-image .asterion_components_container .component, .tile-image .asterion_components_container .component .component_content_wrapper, .tile-image .asterion_components_container .component .component_content_wrapper .component_content, .tile-image .asterion_components_container .component .component_content_wrapper .component_content div[data-param-name="component[content]"], .tile-image .asterion_components_container .component .component_content_wrapper .component_content div, .tile-image .asterion_components_container .component .component_content_wrapper .component_content div p, .tile-image .asterion_components_container .component .component_content_wrapper .component_content div p img, .tile-image .asterion_components_container .component .component_content_wrapper .component_content div[data-param-name="component[content]"] div, .tile-image .asterion_components_container .component .component_content_wrapper .component_content div[data-param-name="component[content]"] div p, .tile-image .asterion_components_container .component .component_content_wrapper .component_content div[data-param-name="component[content]"] div p img {
  width: 100%!important;
}

.form_fields {
  max-width: 300px;
  margin: 0 auto;
}

.form_component .component_heading, .form_component .component_content {
  color: #FFF;
}

.form_component .form_field_submit_button {
  display: block;
  margin: 0 auto;
  font-family: 'Quicksand', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  width: 50%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s; 
  -o-transition: 0.5s;
  transition: 0.5s
}

.form_component .form_field_submit_button {
  box-shadow: 0px 5px 15px 1px rgba(163,163,163,0.7)!important;
  -webkit-box-shadow: 0px 5px 15px 1px rgba(163,163,163,0.7)!important;
}

.form_component .form_field_submit_button:hover {
  -webkit-box-shadow: 0px 15px 20px rgba(51, 51, 51, 0.4)!important;
    box-shadow: 0px 15px 20px rgba(51, 51, 51, 0.4)!important;
  transform: translateY(-2px);
  background-color: #FFF;
}

.form_component #form_name, .form_component #form_e_mail, .form_component #form_message {
  color: #2E2E2E;
}

#menu_wrapper .asterion_components_container, #menu_wrapper .asterion_components_container .component, #menu_wrapper .asterion_components_container .component .component_content_wrapper, #menu_wrapper .asterion_components_container .component .component_content_wrapper .component_content, #menu_wrapper .asterion_components_container .component .component_content_wrapper .component_content div, #menu_wrapper .asterion_components_container .component .component_content_wrapper .component_content div iframe {
  width: 100%;
  height: 100%;
}

#members_wrapper {
  background: #eee;
}

#members_wrapper br {
  display: none!important;
}

#members_wrapper .asterion_components_container, #members_wrapper .asterion_components_container .component, #members_wrapper .asterion_components_container .component .component_content_wrapper, #members_wrapper .asterion_components_container .component .component_content_wrapper .component_content, #members_wrapper .asterion_components_container .component .component_content_wrapper .component_content .images {
  width: 100%;
}

#footer_wrapper {
  background: linear-gradient(rgba(60,86,63,0.2), rgba(60,86,63,0.2)), url('../../files/resized/515691/1170%3b780%3b2fde465b621b3e633758d40430aefbe4bbc7ca67.jpg');
  background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}

#footer_wrapper .navigation {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 0!important;
}

#footer_wrapper .navigation li a {
  color: #FFF;
  text-transform: uppercase;
  text-shadow: 2px 2px 5px #000000;
  font-weight: bold;
}

#footer_wrapper .navigation li {
  padding: 0 20px;
}

#footer_wrapper #location_2 p {
  text-align: center;
}

#footer_wrapper #location_2 img {
  padding: 50px 0 20px 0;
  max-width: 25vw;
}

#footer_wrapper #location_20 h4 {
  text-align: left;
  margin-left: 100px;
}

#footer_wrapper #location_20 ul {
  margin-left: 100px;
  text-align: left;
}

#footer_wrapper #location_20 ul li, #footer_wrapper #location_30 ul li {
  padding: 10px 0;
  color: #FFF;
  text-shadow: 2px 2px 5px #000000;
}

#footer_wrapper #location_20 i {
  padding-right: 10px;
}

#footer_wrapper #location_20 ul li span {
  display: block;
    margin-left: 28px;
}

#footer_wrapper #location_20 a, #footer_wrapper #location_20 a:visited, #footer_wrapper #location_20 a:focus, #footer_wrapper #location_20 a:active {
  color: #FFF;
}

#footer_wrapper #location_20 h4, #footer_wrapper #location_30 h4 {
  color: #FFF;
  text-shadow: 2px 2px 5px #000000
}

#footer_wrapper #location_30 h4 {
  text-align: right;
  margin-right: 100px;
  padding-bottom: 10px;
}

#footer_wrapper #location_30 ul {
  margin-right: 100px;
  text-align: right;
}

#footer_wrapper #location_30 ul li {
  color: #FFF;
  text-shadow: 2px 2px 5px #000000;
}

#footer_wrapper #location_20 ul:before, #footer_wrapper #location_30 ul:before {
    content: '';
    display: block;
    border-top: 2px solid #FFCC00;
    width: 100%;
}

#footer_wrapper #location_20 ul:before {
  margin: 20px 0;
}

#footer_wrapper #location_30 ul:before {
  margin: 20px 0;
}

#footer_wrapper .asterion_components_container {
  width: 100%;
}

#footer_wrapper a:hover {
  color: #499B4A!important;
}

#footer_wrapper .divider {
  margin: 105px auto;
}

#copyright p, .bravenet p {
  color: #FFF;
}

.bravenet a {
  color: #FFF;
  text-shadow: 2px 2px 5px #000000;
}


#lead_magnet {
  /*background: linear-gradient(rgba(255,255,255,0.2), rgba(255,255,255,0.2)), url('/files/resized/497665/1170;750;256c5a585f32cab65b13f495d4adcad37b5fa7bd.png');
  background-size: contain!important;
  -o-background-size: contain!important;
-moz-background-size: contain!important;
-webkit-background-size: contain!important;
  background-repeat: no-repeat!important;
  background-position: left;
  -o-background-position: left;
  -moz-background-position: left;
  -webkit-background-position: left;*/
  margin: 0 auto;
  height: 500px;
}

#lead_magnet #location_4 {
  text-align: center;
}

#lead_magnet #location_4 h3 {
  margin-bottom: 0;
  font-weight: bold;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
    color: #3c563f;
    text-shadow: 2px 2px 5px #999999;
}

.bravenet-subscribe .bravenet-jointext ul {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 0;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.75);
  white-space: nowrap;
}

.bravenet-subscribe .bravenet-jointext p {
  margin-bottom: 0;
}

.bravenet-subscribe .bravenet-input {
  box-shadow: 0px 5px 15px 1px rgba(163,163,163,0.7)!important;
}

.bravenet-gobutton {
  background: #7baa47!important;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s; 
  -o-transition: 0.5s;
  transition: 0.5s
}

.bravenet-gobutton:hover {
  background: #31451c!important;
}

#guarantee_wrapper {
    background: rgba(129, 117, 82, 0.7);
  padding-top: 20px;
}

#guarantee_wrapper i {
  color: #fff;
  font-size: 40px;
  display: block;
  text-align: center;
  padding-bottom: 10px;
}

#guarantee_wrapper p {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0;
  color: #fff;
}

#guarantee_wrapper p span {
  font-size: 17px;
  font-weight: normal;
}

h2.component_heading {
  margin-bottom: 50px;
  font-weight: bold;
}

#announcement_wrapper {
  background: url('../../files/resized/509426/1170%3b780%3bc7238569b6f0145da89e2fb250676af8be66e08e.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#announcement-bar {
  background: #817552;
  padding: 20px 0;
}

#announcement-bar #location_50 .asterion_components_container, #announcement-bar #location_50 .asterion_components_container .component {
  width: 100%;
}

#announcement-bar p {
  text-align: center;
  color: #FFF;
}

#announcement-bar p a {
  color: #FFF;
  text-decoration: underline;
}

#announcement-bar p a:hover {
  text-decoration: none;
}

#announcement_page_wrapper p, #specials_wrapper p {
  text-align: center;
}

#partners_wrapper #location_51 .image_gallery_component .image img {
  border: none!important;
  padding: 20px;
}

/*Buttons*/
#products_wrapper #location_11 .component_content, #be_informed_wrapper #location_19 .component_content, #faq_wrapper #location_18 .component_content, #announcement_wrapper #location_18 .component_content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.divider-top {
  position: absolute!important;
    z-index: 3;
    top: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.divider {
  margin:64px auto;
  width:400px; 
  max-width: 100%;
  position:relative;
}

.dividermask { 
    overflow: hidden;
  height: 5px; 
}

.dividermask:after { 
  content:''; 
  display:block;
  margin:-25px auto 0;
  width:100%;
  height:25px;  
  border-radius:125px / 12px;
  box-shadow:0 0 8px #999999;
}
.divider span {
  width:60px;
  height:60px; 
  position:absolute; 
  bottom:100%;
  margin-bottom:-25px;
  left:50%;
  margin-left:-25px;
  border-radius:100%;
  box-shadow: 0 2px 4px #999999;
  background:#fff;
}
.divider img {
  position:absolute;
  top:5px;
  bottom:4px;
  left:5px;
  right:4px;
  border-radius:100%;
  border: 1px dashed #817552;
  text-align:center;
  line-height:40px;
  font-style:normal;
  color:#817552;
  width: 50px;
  height: 50px;
}

#be_informed_wrapper_content {
    background: #817552;
}

#be_informed_wrapper p {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
    margin-right: 20px;
  color: #FFF;
}

.faq_image {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
}

.faq_image * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.faq_image:before {
  z-index: 2;
}

.faq_image:after {
  z-index: 1;
}

.faq_image:before,
.faq_image:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: #3c563f;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
  opacity: 0.6;
}

.faq_image:before {
  -webkit-transform: skew(45deg) translateX(-155%);
  transform: skew(45deg) translateX(-155%);
}

.faq_image:after {
  -webkit-transform: skew(45deg) translateX(155%);
  transform: skew(45deg) translateX(155%);
}

.faq_image img {
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.faq_image .faq_image_caption, .faq_image .faq_image_caption a {
  width: 100%;
  height: 100%;
}

.faq_image a span {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 0 10px #000000;
  box-shadow: 0 0 10px #000000;
  background-color: #3c563f;
  border: 2px solid #fff;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  padding: 5px 10px;
  text-transform: uppercase;
}

.faq_image:hover > img {
  opacity: 0.5;
}

.faq_image:hover:before {
  -webkit-transform: skew(45deg) translateX(-55%);
  transform: skew(45deg) translateX(-55%);
}

.faq_image:hover:after {
  -webkit-transform: skew(45deg) translateX(55%);
  transform: skew(45deg) translateX(55%);
}

#cannabis_faq_wrapper { /*hide cannabis_faq_wrapper for now*/
  display: none;
}

#cannabis_faq_wrapper .asterion_components_container, #cannabis_faq_wrapper .asterion_components_container .component, #cannabis_faq_wrapper .asterion_components_container .component .component_content_wrapper, #cannabis_faq_wrapper .asterion_components_container .component .component_content_wrapper .component_content, #cannabis_faq_wrapper .asterion_components_container .component .component_content_wrapper .component_content div, #cannabis_faq_wrapper .asterion_components_container .component .component_content_wrapper .component_content div[data-param-name="component[content]"] {
  height: 100%!important;
}

#cannabis_faq_wrapper .faq_link {
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  width: 100%;
  color: rgba(60,86,63,0.8);
  line-height: 35px;
}

#cannabis_faq_wrapper .faq_link a:visited {
  color: rgba(60,86,63,0.8);
}

#cannabis_faq_wrapper .faq_link a:hover {
  color: #499B4A;
}

#cannabis_faq_wrapper, #faq_wrapper {
  background: rgba(129,117,82,0.2);
}

.page_cannabis_faq .btn-one:before {
  background-color: rgba(60,86,63,0.8);
}

#faq_wrapper .location .asterion_components_container, #faq_wrapper .location .asterion_components_container .component, #faq_wrapper .location .asterion_components_container .component .component_content_wrapper, #faq_wrapper .location .asterion_components_container .component .component_content_wrapper .component_content {
  width: 100%;
}

.faq-content {
  margin: 0 auto;
}

.faq-question {
  padding: 20px 0;
  border-bottom: 1px dotted #817552;
}

.panel-title {
  font-size: 24px;
  width: 100%;
  position: relative;
  margin: 0;
  padding:  0 10px 0 55px;
  display: block;
  cursor: pointer;
  font-weight: bold;
  color: rgba(60,86,63,0.8);
}

.panel-content {
  font-size: 20px;
  padding: 0px 14px;
  margin: 0 40px;
  overflow: hidden;
  z-index: 1;
  height: 15px;
  position: relative;
  opacity: 0;
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
}

.panel:checked ~ .panel-content{
  height: auto;
  opacity: 1;
  padding: 14px;
}

.panel:hover ~ .panel-title, .panel:checked ~ .panel-title, .panel:checked ~ .fa-plus {
  color: #499B4A;
}
.panel:focus ~ .panel-title {
  color: rgba(60,86,63,0.8);
}

.panel-content p {
  margin-bottom: 0!important;
}

.panel-content p span {
  font-weight: bold;
}

.fa-plus {
  position: absolute;
  margin-left: 20px;
  margin-top: 8px;
  z-index: 5;
  font-size: 25px;
  line-height: 100%;
  -webkit-user-select: none;    
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  color: rgba(60,86,63,0.8);
}

.panel:checked ~ .fa-plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.panel {
  display: none;
}

#events_wrapper .row, #events_wrapper .col-md-12 {
  max-height: 600px;
}

#events_wrapper i {
  margin-right: 10px;
}

#events_wrapper ul li span {
  font-weight: bold;
}

#products_wrapper_content {
  color: #FFF;
  background: #3c563f;
}

.section-content {
  padding: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.section-image .asterion_components_container, .section-image .asterion_components_container .component, .section-image .asterion_components_container .component .component_content_wrapper, .section-image .asterion_components_container .component .component_content_wrapper .component_content, .section-image .asterion_components_container .component .component_content_wrapper .component_content div[data-param-name="component[content]"], .section-image .asterion_components_container .component .component_content_wrapper .component_content div[data-param-name="component[content]"] p, .section-image .asterion_components_container .component .component_content_wrapper .component_content div[data-param-name="component[content]"] p img {
  height: 100%;
  width: 100%;
  max-height: 600px;
}

.section-image .asterion_components_container .component .component_content_wrapper .component_content div, .section-image .asterion_components_container .component .component_content_wrapper .component_content div p, .section-image .asterion_components_container .component .component_content_wrapper .component_content div p img {
  height: 100%;
  width: 100%;
  max-height: 600px;
}

.section-image img {
  -webkit-clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%); 
}

#products_wrapper .location, #announcement_wrapper .location, #be_informed_wrapper .location {
  height: 600px!important;
}

#products_wrapper .section-content .asterion_components_container {
  position: absolute;
  left: 50%;
}

#be_informed_wrapper .section-content .asterion_components_container {
  position: absolute;
  right: 50%;
}

#products_wrapper .section-image img,  #events_wrapper .image-right .section-image img {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 20% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 20% 100%);
}

.event-details {
  color: #FFF;
  padding: 20px;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 0;
}

.event-details a, .event-details a:visited, .event-details a:active, .event-details a:focus {
  color: #FFF!important;
}

.event-details a:hover {
  color: #499B4A!important;
}

.section-overlap {
  background: rgba(0, 0, 0, 0.4);
  color: #FFF;
  width: 50vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  padding: 30px;
  text-align: center;
  position: relative;
  z-index: 5;
}

.section-overlap-content {
  margin-top: 1rem;
}

.section-overlap-content .btn-margin {
  margin-top: 30px;
}

.section-overlap h2 {
  font-size: 80px;
  color: #FFF;
  margin-bottom: 0!important;
}

.section-overlap p {
  font-size: 25px;
}

#more_events_wrapper #location_22 .component_content_wrapper {
  -webkit-box-shadow: 0 20px 40px 0 rgba(4, 147, 114, 0.7);
  box-shadow: 0 20px 40px 0 rgba(4, 147, 114, 0.7);
  padding: 50px;
}

#alternating_wrapper .content {
    padding: 40px;
}

#alternating_wrapper h3 {
    color: #817552;
  margin-bottom: 20px;
}

/*------ popup box styling ------ */
#popup_wrapper.hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 3s, opacity 3s linear;
}
#popup_wrapper.fade-in {
  visibility: visible;
  opacity: 1;
  transition: opacity 3s linear;
}

a.popup-btn {
  background-color: #54a984;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 0.1em;
  padding: 0.5em 0em;
  width: 80%;
}

a.popup-btn.btn-beta {
  background-color: #e36e3a;
}

.decor-line {
  position: relative;
  top: 0.7em;
  border-top: 1px solid #ccc;
  text-align: center;
  max-width: 40%;
  margin: 0.5em auto;
  display: block;
  padding: 0 1em;
  color: #ccc;
}
.decor-line span {
  background: #fff;
  color: #ccc;
  position: relative;
  top: -0.7em;
  padding: 0.5em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 900;
}

.overlay-verify {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 805;
}

.box {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 9;
  width: 70vw;
  height: 65vh;
}
.box .box-left,
.box .box-right {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 20px;
  background: #FFF;
}
.box .box-left p,
.box .box-right p {
  position: relative;
  z-index: 3;
}
.box .box-left {
  background: url('../../files/resized/515685/1170%3b1561%3b51a26501110dee0e570daaa8d34de14749042e0b.jpg') 50% 50%;
  background-size: cover;
  color: #fff;
}

.box .box-left img {
  position: relative;
  z-index: 4;
  width: 9em;
}

.box .box-left span {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
}

.box .box-left p {
  padding-top: 20px;
  font-size: 25px;
}
.box .box-left:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.box .box-right {
  text-align: center;
}
.box .box-right h3 {
  color: #555;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  border-bottom: 1px solid #eee;
  padding-bottom: 1em;
  margin: 0 auto;
}
.box .box-right p {
  color: #8e8e8e;
}
.box .box-right p#terms {
  padding-top: 1em;
}
.box .box-right small {
  color: #8e8e8e;
}
.box .box-right .popup-btn {
  font-weight: 600;
  letter-spacing: 0.2em;
  padding: 0.9em 1em 0.7em;
  margin: 1em auto;
  display: block;
}


/*-----Animations-----*/



/*------Responsive Design------*/
@media only screen and (max-height: 450px) {
  #popup_wrapper .col-md-12
  {
  flex: 0 0 50%!important;
  max-width: 50%!important;
  }
  .box .box-left {
    justify-content: flex-start!important;
  }
  .box .box-left p {
    font-size: 17px;
  }
  .box .box-right {
    padding: 15px;
  }
  #terms, .box .box-right small {
    font-size: 12px;
    line-height: 20px;
  }
  .popup-btn {
    padding: 5px 20px!important;
  }
  .decor-line {
    margin: 0 auto;
  }
  .decor-line span {
    padding: 0!important;
  }
}


@media only screen and (max-width: 576px) { /*col-sm, everything below col-*/
    .page_index #splash {
        height: 70vh!important;
    }
    .page_contact #splash {
        height: 1000px!important;
    }
  #splash #location_0 h1 {
    font-size: 10vw;
  }
  .divider {
    width: 300px;
  }
  .box {
  width: 85vw;
  }
  .box .col-md-12:first-of-type {
  height: 40vh!importnat
  }
  .box .box-left {
  height: 35vh!important;
  }
  .box .box-left p {
  padding-top: 10px;
  }
  .box .col-md-12:nth-of-type(2) {
  height: 65vh!important
  }
  .box .box-right {
  height: 58vh!important;
  }
  .bravenet-subscribe {
  width: 300px!important;
  }
  #events_wrapper .section-content h2 {
    font-size: 25px;
  }
  .section-content {
    padding: 15px;
  }
  #more_events_wrapper #location_22 .component_content_wrapper {
    padding: 20px;
  }
  .event-details {
    padding: 0;
  }
  #footer_wrapper {
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  }
  .page_index #splash #location_0 h1 {
    font-size: 8vw;
  }
    #alternating_wrapper .content {
    padding: 20px;
    }
  #footer_wrapper .navigation {
    flex-direction: column;
    align-items: center;
  }
  #footer_wrapper .navigation li {
    padding-bottom: 10px;
  }
  #footer_wrapper .navigation li:last-of-type {
    padding-bottom: 0;
  }
  #footer_wrapper #location_2 img {
    max-width: 85vw;
  }
}

@media only screen and (max-width: 650px) {
}

@media only screen and (max-width: 768px) { /*col-md*/
  /*Standard Styling Rules*/
  .mobile-visible {
  display: block!important;
  }
  .mobile-hidden {
  display: none!important;
  }
  .navbar #location_6 {
  padding-top: 15px; 
  justify-content: center!important;
  text-align: center;
  padding-bottom: 0;
  }
  ul.regular-bullet {
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-50%);
  width: 80%;
  }
  #alternating_wrapper ul.regular-bullet {
    margin-bottom: 0!important;
  }
  /*Regular Styling Rules*/
  #splash .container-fluid {
  padding: 0;
  }
  #splash #location_0, #splash #location_1 {
  height: 100%;
  padding: 0 15px;
  }
  #splash #location_1 .form_component {
  background: #7baa47;
    border-radius: 5px;
  padding: 0 40px;
  }
  .page_index #splash #location_1 .asterion_components_container, .page_contact #splash #location_1 .asterion_components_container, .page_index_copy #splash #location_1 .asterion_components_container {
  width: auto;
  height: 500px;
  }
  #lead_magnet {
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  }
  #popup_wrapper {
  margin-top: 48px;
  }
  #guarantee_wrapper .col-sm-12 {
  padding-bottom: 20px;
  }
  #guarantee_wrapper .col-sm-12:last-of-type {
  padding-bottom: 0;
  }
  #lead_magnet #location_4 h3 {
  padding-right: 10px;
  padding-left: 10px;
  }
  h2.component_heading {
  margin-bottom: 10px;
  }
  .divider-top {
    width: 100%;
  }
  .divider-padding-bottom-small {
    padding-bottom: 20px;
  }
  .divider-padding-bottom-big {
    padding-bottom: 30px;
  }
  #announcement_wrapper .divider-top {
    position: relative!important;
  }
  #splash-svg {
  padding: 20px;
  }
  #events_wrapper .row {
    height: 100%;
    max-height: none;
  }
  #products_wrapper .location, #announcement_wrapper .location {
    height: 300px!important;
  }
  .panel-content {
    margin: 0 15px;
  }
  #footer_wrapper #location_21 ul {
  text-align: center;
  }
}
  
@media only screen and (max-width: 858px) { 
  
}

@media only screen and (max-width: 992px) { /*col-lg*/
  /*Standard Styling Rules*/
  .big-padding-top {
  padding-top: 20px;
  }
  .big-padding-bottom {
  padding-bottom: 20px;
  }
  .additional-margin-top {
  margin-top: 0!important;
  }
  .additional-margin-bottom {
  margin-bottom: 0!important;
  }
  #splash, #splash .splash_content, #popup_wrapper .box {
    background-attachment: scroll!important;/*iphone friendly scaling background image*/
    }
  .mobile-first-place {
    order: 1;
  }
  .mobile-second-place {
    order: 2;
  }
  /*Regular Styling Rules*/
  #splash #location_0 {
    padding: 15px;
  }
  #popup_wrapper {
    z-index: 900;
  }
  #popup_wrapper .box {
  height: 94vh;
  position: relative;
  margin: 0;
  top: 47%;
  }
  .box .box-left img {
    width: 5em;
  }
  .box .box-right {
    justify-content: flex-start !important;
  }
  .box .box-right h3 {
    padding-bottom: 0.5em;
    font-size: 1.3em;
  }
  .box .box-right p#terms {
    margin-bottom: 0;
  } 
  .box .box-right .popup-btn {
    margin: 0;
  }
  .product_category_row {
    display: block;
  }
  .product_category_row .col-lg-4 {
    padding-left: 15px!important;
    padding-right: 15px!important;
  }
  .product_category_row .mobile-visible {
    margin-bottom: 20px;
  }
  .product_category_row .mobile-visible:last-of-type {
    padding-bottom: 0;
  }
  .product_category_row .product_category_type_mobile .product_category_title_mobile {
    font-size: 12.5vw;
  }
  .product_category_row .product_category_type_mobile .product_category_sub_title_mobile {  
    font-size: 4.6vw;
  }
  .section-image img {
    -webkit-clip-path: none!important;
    clip-path: none!important;
  }
  #products_wrapper .section-content {
    position: relative;
  }
  #products_wrapper .section-content .asterion_components_container {
  position: relative;
  left: 0;
  }
  .section-overlap {
  width: 80vw;
  height: auto;
  padding: 15px;
  }
  .section-overlap h2 {
  font-size: 10vw!important;
  }
  .section-image .asterion_components_container, .section-image .asterion_components_container .component, .section-image .asterion_components_container .component .component_content_wrapper, .section-image .asterion_components_container .component .component_content_wrapper .component_content, .section-image .asterion_components_container .component .component_content_wrapper .component_content div[data-param-name="component[content]"], .section-image .asterion_components_container .component .component_content_wrapper .component_content div[data-param-name="component[content]"] p, .section-image .asterion_components_container .component .component_content_wrapper .component_content div[data-param-name="component[content]"] p img {
  height: auto;
  max-height: none;
  }
  .section-image .asterion_components_container .component .component_content_wrapper .component_content div, .section-image .asterion_components_container .component .component_content_wrapper .component_content div p, .section-image .asterion_components_container .component .component_content_wrapper .component_content div p img {
  max-height: none;
  }
  #events_wrapper .row, #events_wrapper .col-md-12, #products_wrapper .location, #products_wrapper .col-md-12 {
    max-height: none;
  }
    #be_informed_wrapper .col-lg-6 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .catblock-wrap p {
        margin-bottom: 30px;
    }
    .catblock-wrap {
        margin-right: 0;
        margin-bottom: 30px;
    }
    #be_informed_wrapper p {
        margin-right: 0;
        text-align: center;
    }
  .section-overlap-content {
    margin-top: 20px;
  }
   .btn-margin {
        margin-top: 20px;
    }
  #be_informed_wrapper .section-content .asterion_components_container {
    position: relative;
    right: 0;
  }
  .home_message_special_offer {
    line-height: 1.2;
  }
}

@media only screen and (max-width: 1065px) {
  #mobile_wrapper {
  display: block!important;
  position: fixed;
  line-height: 1.2;
  font-size: 15px;
  }
  #primary_navigation {
  display: none!important;
  }
  #mobnav-btn { /*Change mobnav-btn color*/
  padding: 12px;
  background-color: #243426!important;
  }
  #mobile_navigation ul li { /*Change dropdown menu color*/
  background-color: #243426!important;
  }
  #mobile_navigation ul li > a:hover, #mobile_navigation ul li.active > a { /*Change active and hover color*/
    background-color: #637865!important;
  }
  .navbar {
  top: 44px;
  }
  .page_index .navbar {
    top:0!important;
  }
  .page_index #announcement-bar {
    margin-top: 48px;
  }
  .is-sticky .navbar{
  top: 44px!important;
  position: relative!important;
  }
  #splash {
  margin-top: 44px;
  }
  #logo {
  margin: 0 auto;
  }
  .navbar #location_6 {
    padding-bottom: 0;
  }
  #products_wrapper .location, #announcement_wrapper .location, #be_informed_wrapper .location {
    height: auto!important;
  }
}

@media only screen and (max-width: 1200px) { /*col-xl*/
  #splash img {
    width: 85%;
  }
  .lg-first-place {
    order: 1;
  }
  .lg-second-place {
    order: 2;
  }
  .lg-third-place {
    order: 3;
  }
  #footer_wrapper #location_21 {
    padding: 10px 0 30px 0;
  }
  #footer_wrapper #location_20 h4, #footer_wrapper #location_30 h4 {
    text-align: center;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  #footer_wrapper #location_20 ul, #footer_wrapper #location_30 ul {
    text-align: center;
    margin: 0;
  }
  #footer_wrapper #location_20 ul:before, #footer_wrapper #location_30 ul:before {
    width: 70px;
    margin: 20px auto !important;
  }
  #footer_wrapper #location_20 {
    padding-top: 30px;
  }
  #footer_wrapper #location_20 ul li span {
    margin-left: 0;
    display: inline-block;
  }
  #footer_wrapper .divider {
    margin: 70px auto 0 auto
  }
  #copyright p {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 1300px) { 
}
@media only screen and (max-width: 1466px) { /*Footer Horizontal Menu to collapse earlier*/
  #footer_wrapper #location_20 ul {
    margin-left: 20px;
  }
  #footer_wrapper #location_30 ul {
    margin-right: 20px;
  }
  #footer_wrapper .navigation li a span{
    white-space: nowrap;
  }
}