.featured-section .inner-wrapper {
  padding: 30px 0;
}
@media only screen and (min-width: 1200px) {
  .featured-section .inner-wrapper {
    padding: 60px 0;
  }
}
.featured-section .inner-wrapper .column-wrapper {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .featured-section .inner-wrapper .column-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
}
.featured-section .inner-wrapper .column-wrapper .column {
  box-sizing: border-box;
}
@media only screen and (min-width: 1200px) {
  .featured-section .inner-wrapper .column-wrapper .column {
    flex: 1;
  }
}
.featured-section .inner-wrapper .column-wrapper .column.img-wrapper {
  text-align: center;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .featured-section .inner-wrapper .column-wrapper .column.img-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.featured-section .inner-wrapper .column-wrapper .column.content-wrapper {
  padding: 20px;
}
.featured-section .inner-wrapper .column-wrapper .column.content-wrapper .sub-title {
  margin-bottom: 20px;
  color: #000;
}
.featured-section .inner-wrapper .column-wrapper .column.content-wrapper .btn-wrapper {
  margin-top: 30px;
}
.faqs-section .inner-wrapper {
  padding: 10px 0;
}
@media only screen and (min-width: 1200px) {
  .faqs-section .inner-wrapper {
    padding: 20px 0;
  }
}
.faqs-section .inner-wrapper .title-wrapper {
  margin-bottom: 20px;
}
.faqs-section .inner-wrapper .title-wrapper .title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}
.faqs-section .inner-wrapper .accordion {
  margin: 20px auto;
  width: 100%;
}
.faqs-section .inner-wrapper .accordion .accordion-item {
  margin-bottom: 10px;
}
.faqs-section .inner-wrapper .accordion-header {
  background-color: #3B7E00;
  padding: 10px;
  cursor: pointer;
  font-weight: 400;
  color: #FFF;
}
.faqs-section .inner-wrapper .accordion-content {
  padding: 0 10px;
  background-color: #FFF;
  color: #000;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}
.faqs-section .inner-wrapper .accordion-content p {
  padding: 10px 0;
}
.state-listings-section .inner-wrapper {
  padding: 10px 0;
}
@media only screen and (min-width: 1200px) {
  .state-listings-section .inner-wrapper {
    padding: 20px 0;
  }
}
.state-listings-section .inner-wrapper .title-wrapper .title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}
.state-listings-section .inner-wrapper .sub-title-wrapper {
  margin-bottom: 20px;
}
.state-listings-section .inner-wrapper .sub-title-wrapper .sub-title {
  color: #3b7e01;
  text-align: center;
}
.state-listings-section .inner-wrapper .map {
  width: 100%;
  height: auto;
}
.state-listings-section .inner-wrapper #states a path {
  transition: fill 0.5s ease;
  -moz-transition: fill 0.5s ease;
  -webkit-transition: fill 0.5s ease;
  fill: #81AC8B;
}
.state-listings-section .inner-wrapper #states a:hover path {
  transition: fill 0.5s ease;
  -moz-transition: fill 0.5s ease;
  -webkit-transition: fill 0.5s ease;
  fill: #425957 !important;
}
.state-listings-section .inner-wrapper #states a:hover path {
  cursor: pointer;
  fill: #425957;
}
.state-listings-section .inner-wrapper #states a text {
  cursor: pointer;
  fill: #222222;
}
.state-listings-section .inner-wrapper #states a:hover text {
  fill: #EAEAEA;
  color: #EAEAEA;
}
.state-listings-section .inner-wrapper #states a.inverse text:hover {
  fill: #EAEAEA;
}
.state-listings-section .inner-wrapper #states a.inverse text {
  fill: #222222;
}
.state-listings-section .inner-wrapper .CCMcredit a {
  color: #81AC8B;
}
.state-listings-section .inner-wrapper #states a text {
  font-size: 9px;
}
.state-listings-section .inner-wrapper .hover-color {
  fill: #425957;
}
.state-listings-section .inner-wrapper #states a.legal path {
  fill: #94c11d;
}
.state-listings-section .inner-wrapper #states a.legal text {
  fill: #000;
}
.state-listings-section .inner-wrapper #states a.conditionally-legal path {
  fill: #fde910;
}
.state-listings-section .inner-wrapper #states a.conditionally-legal text {
  fill: #000;
}
.state-listings-section .inner-wrapper #states a.not-legal path {
  fill: #e6342b;
}
.state-listings-section .inner-wrapper #states a.not-legal text {
  fill: #000;
}
.map-guide ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
}
.map-guide ul li {
  margin: 0 15px;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.map-guide ul li::before {
  display: block;
  margin: auto 0;
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  left: -15px;
  top: 0;
  bottom: 0;
}
.map-guide ul li.legal::before {
  background-color: #94c11d;
}
.map-guide ul li.moderate::before {
  background-color: #fde910;
}
.map-guide ul li.illegal::before {
  background-color: #e6342b;
}
.top-brands-section .inner-wrapper {
  padding: 10px 0;
}
@media only screen and (min-width: 1200px) {
  .top-brands-section .inner-wrapper {
    padding: 20px 0;
  }
}
.top-brands-section .inner-wrapper .title-wrapper {
  margin-bottom: 20px;
}
.top-brands-section .inner-wrapper .title-wrapper .title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}
.top-brands-section .inner-wrapper .desc-wrapper {
  margin-bottom: 40px;
  padding: 0 20px;
}
@media only screen and (min-width: 1200px) {
  .top-brands-section .inner-wrapper .desc-wrapper {
    padding: 0 60px;
  }
}
.top-brands-section .inner-wrapper .desc-wrapper .description {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .top-brands-section .inner-wrapper .top-brands-list .news-carousel {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.top-brands-section .inner-wrapper .top-brands-list .news-carousel .owl-stage {
  display: flex;
  flex-direction: row;
}
.top-brands-section .inner-wrapper .top-brands-list .news-carousel .owl-dots {
  display: flex;
  padding: 10px 0;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.top-brands-section .inner-wrapper .top-brands-list .news-carousel .owl-dots.disabled {
  display: none;
}
.top-brands-section .inner-wrapper .top-brands-list .news-carousel .owl-dots button.owl-dot {
  display: inline-block;
  margin: 0 3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: rgba(59, 126, 0, 0.2);
}
.top-brands-section .inner-wrapper .top-brands-list .news-carousel .owl-dots button.owl-dot.active {
  background-color: #3B7E00;
}
.top-brands-section .inner-wrapper .top-brands-list .news-carousel .owl-dots button.owl-dot:focus {
  outline: none;
}
.top-brands-section .inner-wrapper .top-brands-list .news-carousel .owl-nav {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
}
.top-brands-section .inner-wrapper .top-brands-list .news-carousel .owl-nav button {
  position: absolute;
  top: 0;
  bottom: 0;
  pointer-events: all;
}
.top-brands-section .inner-wrapper .top-brands-list .news-carousel .owl-nav button.disabled {
  opacity: 0.6;
}
.top-brands-section .inner-wrapper .top-brands-list .news-carousel .owl-nav button .icon-wrap {
  display: flex;
  margin: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}
.top-brands-section .inner-wrapper .top-brands-list .news-carousel .owl-nav button .icon-wrap i {
  color: #000;
  font-size: 24px;
}
.top-brands-section .inner-wrapper .top-brands-list .news-carousel .owl-nav .owl-prev {
  left: -40px;
}
.top-brands-section .inner-wrapper .top-brands-list .news-carousel .owl-nav .owl-next {
  right: -40px;
}
.top-brands-section .inner-wrapper .top-brands-list .news-carousel .item a {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  flex: 1;
}
.top-brands-section .inner-wrapper .top-brands-list .news-carousel .item a:hover .img-wrapper img {
  height: 110%;
}
.top-brands-section .inner-wrapper .top-brands-list .news-carousel .item a .img-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}
.top-brands-section .inner-wrapper .top-brands-list .news-carousel .item a .img-wrapper img {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  height: 100%;
  transition: all 0.35s ease-in-out;
}
.top-brands-section .inner-wrapper .top-brands-list .btn-wrapper {
  margin-top: 30px;
  text-align: center;
}
.related-news-section {
  margin-top: 60px;
  margin-bottom: 40px;
}
.related-news-section .inner-wrapper .title-wrapper .title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.related-news-section .inner-wrapper .news-carousel {
  background-color: #fff;
}
@media only screen and (min-width: 1200px) {
  .related-news-section .inner-wrapper .news-carousel {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.related-news-section .inner-wrapper .news-carousel .owl-stage {
  display: flex;
  flex-direction: row;
}
.related-news-section .inner-wrapper .news-carousel .owl-dots {
  display: flex;
  padding: 10px 0;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.related-news-section .inner-wrapper .news-carousel .owl-dots.disabled {
  display: none;
}
.related-news-section .inner-wrapper .news-carousel .owl-dots button.owl-dot {
  display: inline-block;
  margin: 0 3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: rgba(59, 126, 0, 0.2);
}
.related-news-section .inner-wrapper .news-carousel .owl-dots button.owl-dot.active {
  background-color: #3B7E00;
}
.related-news-section .inner-wrapper .news-carousel .owl-dots button.owl-dot:focus {
  outline: none;
}
.related-news-section .inner-wrapper .news-carousel .owl-nav {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
}
.related-news-section .inner-wrapper .news-carousel .owl-nav button {
  position: absolute;
  top: 0;
  bottom: 0;
  pointer-events: all;
}
.related-news-section .inner-wrapper .news-carousel .owl-nav button.disabled {
  opacity: 0.6;
}
.related-news-section .inner-wrapper .news-carousel .owl-nav button .icon-wrap {
  display: flex;
  margin: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}
.related-news-section .inner-wrapper .news-carousel .owl-nav button .icon-wrap i {
  color: #000;
  font-size: 24px;
}
.related-news-section .inner-wrapper .news-carousel .owl-nav .owl-prev {
  left: -40px;
}
.related-news-section .inner-wrapper .news-carousel .owl-nav .owl-next {
  right: -40px;
}
.related-news-section .inner-wrapper .news-carousel .item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.related-news-section .inner-wrapper .news-carousel .item a {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  flex: 1;
}
.related-news-section .inner-wrapper .news-carousel .item a:hover .img-wrapper img {
  height: 120%;
}
.related-news-section .inner-wrapper .news-carousel .item a .img-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}
.related-news-section .inner-wrapper .news-carousel .item a .img-wrapper img {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  height: 100%;
  transition: all 0.35s ease-in-out;
}
.related-news-section .inner-wrapper .news-carousel .item a .img-wrapper .post-date {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 6;
  background-color: #000000;
  font-size: 14px;
  color: #FFF;
  padding: 2px 9px;
  border-top-left-radius: 15px;
}
.related-news-section .inner-wrapper .news-carousel .item a .content-wrapper {
  padding: 20px;
  background-color: #f0f0f0;
  flex: 1;
}
@media only screen and (min-width: 1200px) {
  .related-news-section .inner-wrapper .news-carousel .item a .content-wrapper {
    position: relative;
    padding-bottom: 60px;
  }
}
.related-news-section .inner-wrapper .news-carousel .item a .content-wrapper .post-info {
  color: #d84949;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
}
.related-news-section .inner-wrapper .news-carousel .item a .content-wrapper .title {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin-bottom: 10px;
}
.related-news-section .inner-wrapper .news-carousel .item a .content-wrapper .content {
  font-size: 14px;
  line-height: 20px;
}
.related-news-section .inner-wrapper .news-carousel .item a .content-wrapper .read-more {
  margin-top: 20px;
  font-weight: 500;
  color: #3b7e00;
  text-decoration: underline;
}
@media only screen and (min-width: 1200px) {
  .related-news-section .inner-wrapper .news-carousel .item a .content-wrapper .read-more {
    position: absolute;
    left: 20px;
    bottom: 20px;
  }
}