body, p {
  color: #585f69;
}

a {
  color: #588033;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  cursor: pointer;
  color: #588033;
  text-decoration: underline;
}
a:focus {
  outline-offset: unset;
}

h3 {
  font-size: 20px;
}

.font-size-h3 {
  font-size: 20px;
}

.headline h3 {
  font-size: 23px;
}

.lead {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .lead {
    line-height: 1.4;
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  span.dropcap {
    font-weight: 500;
  }
}
.color-orange {
  color: #f9a329;
}

.color-red {
  color: #cc0000;
}

.color-grey {
  color: #666666;
}

.color-white {
  color: #ffffff;
}

a.color-white {
  color: #ffffff !important;
}

.bold {
  font-weight: 700;
}

@font-face {
  font-family: "StateFaceRegular";
  src: url("../../assets/fonts/stateface-regular-webfont.eot");
  src: url("../../assets/fonts/stateface-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/stateface-regular-webfont.woff") format("woff"), url("../../assets/fonts/stateface-regular-webfont.ttf") format("truetype"), url(",,/../assets/fonts/stateface-regular-webfont.svg#StateFaceRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*Used in states/deals/dispensaries/travel nav dd*/
.StateIcons {
  font-family: "StateFaceRegular";
  font-size: 60px;
  line-height: 60px;
}

/* Glyphs homepage  */
i.glyphicon-camera,
i.glyphicon-calendar,
i.glyphicon-th-list,
i.glyphicon-fire {
  font-size: 30px;
  margin: 0 auto;
}

#topcontrol {
  z-index: 50;
}

.grey-box {
  border: solid 1px #ccc;
  padding: 10px;
  background-color: #f5f5f5;
}

.display-none {
  display: none;
}

.always-on-top {
  z-index: 10;
}

.margin-right-90 {
  margin-right: 90px;
}

.margin-right-115 {
  margin-right: 115px;
}

.text-overflow-hidden {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

[v-cloak] {
  display: none;
}

span.clickable {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: all;
  background-color: rgba(0, 0, 0, 0.2);
}

span.clickable:hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  pointer-events: all;
  background-color: rgba(0, 0, 0, 0);
}

span.clickable-no-opacity {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: all;
}

.bordered {
  border: 1px dotted #00ad00;
  border-radius: 4px;
}

.halfOpacity {
  opacity: 0.5;
  filter: alpha(opacity=50);
  zoom: 1;
}

/* tiny responsive classes*/
/* set the defaults to overwrite */
.hidden-tn {
  display: block;
}

.visible-tn {
  display: none;
}

@media (max-width: 479px) {
  .hidden-tn {
    display: none;
  }

  .visible-tn {
    display: block;
  }
}
.painted-selected {
  background: #dff0d8;
}

.painted-disabled {
  background: #f5f5f5;
}

.bordered-category {
  border: 1px dotted #00ad00;
  border-radius: 4px;
  background-color: #fff;
}

/* General */
#maincolumn a,
section.blog a, #find-nearby-map a {
  color: #588033;
  text-decoration: underline;
}

#maincolumn a:hover,
section.blog a:hover, #find-nearby-map a:hover {
  color: #588033;
  text-decoration: none;
}

#maincolumn h3.color-green > a {
  color: #00ad00;
  text-decoration: underline;
}

#maincolumn h3.color-green > a:hover {
  color: #00ad00;
  text-decoration: none;
}

h3.city {
  font-size: 25px;
  margin-bottom: 0px;
}

/* Move find-nearby-map selector probs*/
#maincolumn a.text-white, #find-nearby-map a.text-white {
  color: #ffffff;
  text-decoration: none;
}

#maincolumn a.text-white:hover, #find-nearby-map a.text-white:hover {
  color: #ffffff;
  text-decoration: none;
}

/* I think these belong in general */
.sm-padding {
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin: 0;
}

.sm-row-padding {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
  margin: 0;
}

/*admin deals report table, probably can treat it as general table though*/
.centered {
  text-align: center;
}

table.with-footer {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}

table.with-footer tfoot > tr > td {
  border: 0;
  text-align: right;
}

table.with-footer tfoot > tr > td.footer-cell {
  border: 1px solid #ddd;
  text-align: center;
}

.centered th {
  text-align: center;
}

[v-cloak] {
  display: none !important;
}

.input-group-lg span.form-control-feedback {
  margin-top: 6px;
}

.btn-u:hover, .btn-u:active, .btn-u:focus {
  cursor: pointer;
  color: white;
  text-decoration: none;
}

.btn-darkgreen {
  border-color: #cccccc;
  background-color: #588033;
}
.btn-darkgreen:hover, .btn-darkgreen:active, .btn-darkgreen:focus {
  cursor: pointer;
  border-color: #cccccc;
  background-color: #588033;
}

.btn-blue {
  color: #fff;
  border-color: #cccccc;
  background-color: #3799b2;
}
.btn-blue:hover, .btn-blue:active, .btn-blue:focus {
  cursor: pointer;
  color: #fff;
  border-color: #ccc;
  background-color: #1d7a92;
}

.btn-facebook-inversed {
  background-color: #4863ae;
  border-color: #4863ae;
  color: white;
}

.btn-facebook-inversed:hover,
#brand-page a.btn-facebook-inversed:hover {
  background-color: transparent;
  color: #4863ae;
}

.btn-instagram-inversed {
  background-color: #3f729b;
  border-color: #3f729b;
  color: white;
}

.btn-instagram-inversed:hover,
#brand-page a.btn-instagram-inversed:hover {
  background-color: transparent;
  color: #3f729b;
}

.btn-googleplus-inversed {
  background-color: #dd4a38;
  border-color: #dd4a38;
  color: white;
}

.btn-googleplus-inversed:hover,
#brand-page a.btn-googleplus-inversed:hover {
  background-color: transparent;
  color: #dd4a38;
}

.btn-twitter-inversed {
  background-color: #46c0fb;
  border-color: #46c0fb;
  color: white;
}

.btn-twitter-inversed:hover,
#brand-page a.btn-twitter-inversed:hover {
  background-color: transparent;
  color: #46c0fb;
}

.btn-youtube-inversed {
  background-color: #ff0000;
  border-color: #ff0000;
  color: white;
}

.btn-youtube-inversed:hover {
  background-color: transparent;
  color: #ff0000;
}

.header-ribbon-wrap .loginbar {
  padding-left: 10px;
  margin: 0;
  padding-bottom: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 991px) {
  .header-ribbon-wrap .loginbar {
    display: none;
  }
}
.header-ribbon-wrap .loginbar a {
  color: #7c8082;
  font-size: 11px;
  text-transform: uppercase;
}
.header-ribbon-wrap .loginbar .topbar-devider {
  top: -1px;
  padding: 0;
  font-size: 8px;
  position: relative;
  margin: 5px 5px 0px 5px;
  font-family: Tahoma;
  border-right: solid 1px #bbb;
}

.slinky-menu .loginbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  background: white;
  border-bottom: 1px solid #eee;
  padding: 20px;
}
.slinky-menu .loginbar.authenticated {
  background: #0a0;
  color: white;
}
.slinky-menu .loginbar.authenticated a {
  background: unset;
  border-bottom: none;
  color: white;
}
.slinky-menu .loginbar.authenticated a:hover {
  background: unset;
  border-bottom: none;
}
.slinky-menu .loginbar .advertise-link {
  display: none;
}
.slinky-menu .loginbar .header-ribbon-login {
  background: #0a0;
  color: white;
  padding: 5px 20px;
  border-radius: 3px;
  border-bottom: none;
}
.slinky-menu .loginbar .header-ribbon-signup {
  padding: 5px 20px;
  border-bottom: none;
  color: #0a0;
  font-weight: 600;
}
.slinky-menu .loginbar .topbar-devider {
  display: none;
}
.slinky-menu .loginbar .topbar-devider.divider-2 {
  display: block;
  top: -1px;
  border-right: solid 2px #fff;
  height: 19px;
}

.header {
  /*padding-top: 14px;*/
  padding-right: 0px;
  padding-bottom: 15px;
  padding-left: 0px;
  border-top: solid 10px #588033;
}

.header-ribbon-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.header-ribbon-wrap .form-group {
  margin: 0 0 0 0;
}
.header-ribbon-wrap i {
  line-height: 34px;
  pointer-events: unset;
}
.header-ribbon-wrap i:hover {
  cursor: pointer;
}
.header-ribbon-wrap .search-location-wrap {
  display: flex;
  align-items: center;
}
.header-ribbon-wrap .search-location-wrap .location-picker-wrap {
  margin-right: 10px;
}

.header-search-wrap {
  position: relative;
}
.header-search-wrap input {
  width: 200px;
  transition: width 1s;
  position: relative;
  top: 0;
  left: 0;
}
.header-search-wrap input:focus {
  width: 500px;
}
.header-search-wrap .header-search-results-wrap {
  position: absolute;
  background: white;
  overflow-y: auto;
  max-height: 500px;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.25);
  z-index: 10000;
  width: 100%;
}
.header-search-wrap .header-search-results-wrap .search-result-category {
  margin: 5px;
  border-bottom: 1px solid #00ad00;
}
.header-search-wrap .header-search-results-wrap .global-search-results-container {
  grid-template-columns: 100%;
}
.header-search-wrap .header-search-results-wrap .global-search-results-container .global-search-result {
  margin: unset;
  padding: 5px;
  background: unset;
  box-shadow: unset;
  border-bottom: 1px solid #eee;
}
.header-search-wrap .header-search-results-wrap .global-search-results-container .global-search-result:hover, .header-search-wrap .header-search-results-wrap .global-search-results-container .global-search-result:active, .header-search-wrap .header-search-results-wrap .global-search-results-container .global-search-result:focus {
  cursor: pointer;
  background: #eee;
}
.header-search-wrap .header-search-results-wrap .global-search-results-container .global-search-result:last-child {
  border-bottom: unset;
}
.header-search-wrap .header-search-results-wrap .global-search-results-container .global-search-result a div:not(:first-child) {
  color: #787074;
}

/* Overriding base styles for global search */
.topbar {
  z-index: unset !important;
}

@media (max-width: 991px) {
  .header-ribbon-wrap {
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
    min-height: 35px;
  }
  .header-ribbon-wrap.form-group {
    margin: 0;
  }
  .header-ribbon-wrap form {
    position: relative;
  }
  .header-ribbon-wrap .mobile-search-header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background: white;
    padding: 5px;
    border-top: solid 10px #588033;
  }
  .header-ribbon-wrap .mobile-search-header .back-icon {
    height: 25px;
    width: 25px;
    line-height: 25px;
    font-size: 25px;
    margin: 5px 10px;
    position: unset;
  }
  .header-ribbon-wrap .header-search-wrap i {
    position: unset;
    font-size: 18px;
  }
  .header-ribbon-wrap .header-search-wrap input {
    display: none;
  }

  body.header-search-open {
    overflow: hidden;
  }
  body.header-search-open .header-search-shade {
    height: 100%;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
  }
  body.header-search-open .slinky-menu.open {
    display: none !important;
  }
  body.header-search-open .header {
    z-index: unset;
  }
  body.header-search-open .header-search-wrap {
    position: fixed;
    width: 100%;
    top: -5px;
    left: 0;
    z-index: 999;
    margin-top: 5px;
  }
  body.header-search-open .header-search-wrap .search-icon {
    position: absolute;
    line-height: 50px;
    width: 50px;
    height: 50px;
    font-size: 25px;
    margin-right: 5px;
  }
  body.header-search-open .header-search-wrap input {
    display: unset;
    height: 50px;
    width: 100%;
    border-radius: 0;
    font-size: 18px;
  }
  body.header-search-open .header-search-results-wrap {
    box-shadow: none;
    max-height: calc(100vh - 105px);
    /* height of screen minus initial position */
  }
}
/* General */
#recent-blog-horizontal a {
  text-decoration: none;
}

#recent-blog-horizontal a:hover,
#recent-blog-horizontal a:hover span {
  text-decoration: none;
  color: #fff;
  background: #5FB611 !important;
}

.blog-img,
.magazine-news-img {
  position: relative;
}

.label-News {
  background: #4765a0;
}

.label-Health {
  background: #3498db;
}

.label-420 {
  background: #2ecc71;
}

.label-Travel {
  background: #e74c3c;
}

.label-Growing {
  background: #f1c40f;
}

.label-Education {
  background: #9b6bcc;
}

.magazine-badge {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 14px;
  padding: 2px 8px;
  font-style: inherit;
}

.post-style-1 {
  background: #fcfcfc;
  border-bottom: solid 2px #eee;
  display: block;
}
.post-style-1 .post-name {
  color: #588033;
  padding: 5px;
}
.post-style-1:hover, .post-style-1:active, .post-style-1:focus {
  cursor: pointer;
  background: #00ad00;
  text-decoration: none;
}
.post-style-1:hover .post-name, .post-style-1:active .post-name, .post-style-1:focus .post-name {
  color: #ffffff;
}

@media (min-width: 425px) and (max-width: 767px) {
  #recent-blog-horizontal a {
    width: 350px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .post-style-1 {
    max-width: 350px;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .post-style-1 .post-name {
    height: 110px;
    overflow: hidden;
  }
}
.testimonials.testimonials-v1 p, .testimonials.testimonials-v2 p {
  padding: 0px;
  font-size: 14px;
  font-style: italic;
  background: #fff;
}

.author-socials a {
  font-size: 1.2em;
}

section.blog {
  font-size: 1.2em !important;
}

.testimonials > .testimonial-info > .main-image-author {
  height: auto;
  width: 200px;
}
@media (max-width: 425px) {
  .testimonials > .testimonial-info > .main-image-author {
    width: 100%;
  }
}

.nav-spacer {
  height: 48px;
}

.header .navbar-dt.navbar {
  margin-top: 0;
}
.header .navbar-dt .navbar-nav {
  margin-top: 0;
}
.header .navbar-dt .sr-nav-back-to-list {
  transform: translateY(-100vh);
  position: absolute;
}
.header .navbar-dt .sr-nav-back-to-list:focus {
  transform: translateY(0);
}
.header .navbar-dt .sub-nav-states a:focus, .header .navbar-dt .sub-nav a:focus {
  text-decoration: none;
}

.nounderline,
ul.nav.navbar-nav > li > a,
ul.dropdown-menu > li > a {
  text-decoration: none !important;
}

.nav-brands-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}
.nav-brands-wrap .nav-brand-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  flex-grow: 1;
}
.nav-brands-wrap .nav-brand-wrap a {
  display: flex !important;
  flex-direction: column;
}
.nav-brands-wrap .nav-brand-wrap a img {
  align-self: center;
}
.nav-brands-wrap .nav-brand-wrap a h5 {
  margin-top: auto;
}

@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }

  .navbar-toggle {
    display: block;
    min-height: 36px;
  }
  .navbar-toggle:focus {
    outline: revert;
  }

  /* Never Used? */
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  /* Never Used? */
  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }

  .navbar-nav > li {
    float: none;
  }

  /* Never Used? */
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Never Used? */
  .navbar-collapse.collapse.in {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .header {
    padding-bottom: 15px;
  }
  .header .navbar-default .navbar-nav > li > a {
    padding: 9px 12px;
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .header .navbar-default .navbar-nav > li > a {
    padding-left: 17px;
    padding-right: 17px;
    font-size: 15px;
  }
}
/* login modal styles */
.loginModalTitle {
  border-bottom: solid 4px #bbb;
  font-size: 20px;
  color: #bbb;
}
.loginModalTitle:hover, .loginModalTitle:active, .loginModalTitle:focus {
  cursor: pointer;
  text-decoration: none;
  border-bottom: 4px solid #00ad00;
  color: #00ad00;
}

#LoginModal button.selected {
  border-bottom: solid 4px #00ad00 !important;
  color: #00ad00 !important;
}

.login-input-glyphicon {
  top: 0;
  right: 0;
  position: absolute;
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.breadcrumbs > div.container > h1 {
  font-size: 30px;
}

#pg-breadcrumbs {
  float: left;
}
#pg-breadcrumbs li {
  padding-left: 0;
  padding-right: 0;
}
#pg-breadcrumbs li a {
  color: #588033;
  text-decoration: none;
}
#pg-breadcrumbs li a:hover, #pg-breadcrumbs li a:active, #pg-breadcrumbs li a:focus {
  cursor: pointer;
  text-decoration: underline;
}
#pg-breadcrumbs li a.normalText {
  color: #585f69;
  text-decoration: none;
}

@media (max-width: 550px) {
  .breadcrumbs h1.pull-left,
.breadcrumbs ul.pull-right {
    width: 100%;
    text-align: left;
  }
}
.LogoFooter {
  float: left;
  width: 221px;
  padding: 5px 0 0 0;
}

@media (min-width: 992px) {
  .LogoFooter {
    float: left;
    width: 221px;
    padding: 0px 0 0 0;
    margin-top: 0px;
  }
}
.cookie-compliance-banner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  background: #efefef;
  z-index: 50;
  padding: 15px;
  width: 100vw;
}
.cookie-compliance-banner .cookie-compliance-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.cookie-compliance-banner .cookie-compliance-wrap .cookie-compliance-btn-wrap {
  margin-left: 35px;
  min-width: 85px;
}

.modal-open .cookie-compliance-banner {
  z-index: 10000;
}

.sponsored-disclaimer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  float: right;
  margin: 0 0 0 10px;
}

@media screen and (max-width: 767px) {
  .sponsored-content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .sponsored-disclaimer-wrap {
    order: 2;
  }

  .sponsored-disclaimer {
    float: unset;
  }
}
/*Popup Test Styles*/
#emailCaptureModal {
  display: flex;
}
#emailCaptureModal .modal-dialog {
  margin: auto;
}
#emailCaptureModal .modal-content {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ffffff;
  min-height: 44vh;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  position: relative;
}
#emailCaptureModal .modal-header {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 2;
  background: white;
  border-radius: 50%;
  border: 1px solid black;
  height: 25px;
  width: 25px;
}
#emailCaptureModal .modal-header .close {
  position: absolute;
  top: 6px;
  right: 7px;
}
#emailCaptureModal .modal-body {
  background: rgba(255, 255, 255, 0.8117647059);
  display: flex;
  flex: 1;
  align-content: center;
  justify-content: center;
  border-radius: 6px;
  margin: -1px;
}
#emailCaptureModal .info-container {
  height: fit-content;
  justify-self: center;
  align-self: center;
  padding: 15px;
  border-radius: 5px;
}
#emailCaptureModal .title {
  font-size: 1.9em;
  font-weight: 600;
  text-align: center;
}
#emailCaptureModal .description {
  font-size: 1.1em;
}
#emailCaptureModal .disclaimer {
  font-weight: 600;
}
#emailCaptureModal .input-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 1fr auto;
  width: 90%;
  margin: auto;
}
#emailCaptureModal .input-wrap .input-text-wrap .form-control-feedback {
  line-height: 46px;
}
#emailCaptureModal .input-wrap .input-btn-wrap {
  width: unset;
}
#emailCaptureModal .input-wrap .input-btn-wrap button {
  border-radius: 0 6px 6px 0;
}
#emailCaptureModal .input-wrap .input-checkbox-wrap {
  grid-column: 1/span 2;
}
#emailCaptureModal.dark .modal-body {
  background: rgba(0, 0, 0, 0.5607843137);
}
#emailCaptureModal.dark .title {
  color: white;
}
#emailCaptureModal.dark .description {
  color: white;
}
#emailCaptureModal.dark .input-checkbox-wrap {
  color: white;
}
#emailCaptureModal.dark .disclaimer {
  color: white;
}
@media (max-width: 767px) {
  #emailCaptureModal .modal-header {
    top: 0;
    right: 0;
  }
  #emailCaptureModal .input-wrap {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  #emailCaptureModal .input-wrap .input-text-wrap {
    margin-bottom: 10px;
  }
  #emailCaptureModal .input-wrap .input-text-wrap input {
    border-radius: 6px;
  }
  #emailCaptureModal .input-wrap .input-btn-wrap button {
    border-radius: 6px;
  }
  #emailCaptureModal .input-wrap .input-checkbox-wrap {
    grid-column: 1;
    grid-row: 2;
  }
}

.bills-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  row-gap: 20px;
}
.bills-wrap .bill-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
}
.bills-wrap .bill-wrap .bill-date {
  position: absolute;
  right: 0;
}
.bills-wrap .bill-number {
  font-size: 16px;
  font-weight: 600;
}
.bills-wrap .bill-title {
  font-weight: 600;
}
.bills-wrap .bill-link {
  float: right;
  align-self: flex-end;
  margin-top: auto;
}
@media (max-width: 767px) {
  .bills-wrap {
    grid-template-columns: 1fr;
  }
}

/*Jobs Widget Css*/
#jobsWidget.jobs-widget .jobs-container {
  display: grid;
  column-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
#jobsWidget.jobs-widget .jobs-container div.job-container {
  border: solid 1px #ccc;
  padding: 10px;
  margin: 5px;
  background-color: #fcfcfc;
}
#jobsWidget.jobs-widget .jobs-container .job-container a {
  font-size: 0.9em;
  font-weight: 600;
  overflow-wrap: break-word;
}
#jobsWidget.jobs-widget .jobs-container .job-container p {
  font-size: 0.7em;
}
#jobsWidget.jobs-widget .job-btn-container {
  margin-top: 10px;
}
#jobsWidget.jobs-widget .job-btn-container > a {
  color: white;
  text-decoration: none;
  max-width: 300px;
}
#jobsWidget.jobs-widget .job-btn-container > a:hover {
  color: white;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.placeholder-background {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 1000px 104px;
  position: relative;
  overflow: hidden;
}

.background-masker {
  background: #fff;
  position: absolute;
}

.nearby-dispensaries-macro-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 60px 1fr;
  row-gap: 0px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .nearby-dispensaries-macro-wrap {
    grid-template-rows: 60px 1fr 60px;
    row-gap: 20px;
  }
}
.nearby-dispensaries-macro-wrap .nearby-dispensaries-title {
  grid-column: 1/3;
  grid-row: 1/1;
  height: fit-content;
  align-self: center;
  font-size: 27px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .nearby-dispensaries-macro-wrap .nearby-dispensaries-title {
    grid-column: 1/4;
  }
}
.nearby-dispensaries-macro-wrap .nearby-dispensaries-title-link {
  grid-column: 3/3;
  grid-row: 1/1;
  width: fit-content;
  justify-self: end;
  align-self: center;
  font-weight: 600;
  font-size: 13.3px;
  color: unset;
  border-bottom: 2px solid #01aa00;
  text-transform: uppercase;
  text-decoration: none;
  height: fit-content;
}
@media (max-width: 767px) {
  .nearby-dispensaries-macro-wrap .nearby-dispensaries-title-link {
    grid-column: 1/4;
    grid-row: 3;
    justify-self: center;
    width: 100%;
    max-width: 300px;
    background: #01aa00;
    color: white;
    text-align: center;
    padding: 10px;
    border-bottom: none;
  }
}
.nearby-dispensaries-macro-wrap .nearby-dispensaries-title-link:hover {
  text-decoration: none;
  color: unset;
  border-bottom-color: white;
}
.nearby-dispensaries-macro-wrap .nearby-dispensaries-error {
  grid-row: 2;
  grid-column: 1/4;
}
.nearby-dispensaries-macro-wrap .nearby-dispensaries-list-wrap {
  grid-column: 1/span 3;
  grid-row: 2/2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  column-gap: 24px;
  row-gap: 24px;
}
@media (max-width: 1199px) {
  .nearby-dispensaries-macro-wrap .nearby-dispensaries-list-wrap {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .nearby-dispensaries-macro-wrap .nearby-dispensaries-list-wrap {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 1fr;
    overflow-x: auto;
    column-gap: 10px;
  }
}
.nearby-dispensaries-macro-wrap .nearby-dispensaries-list-wrap .nearby-dispensary-wrap {
  display: flex;
  flex-direction: row;
  border: 2px solid #eee;
  position: relative;
  color: unset;
  text-decoration: unset;
}
@media (max-width: 767px) {
  .nearby-dispensaries-macro-wrap .nearby-dispensaries-list-wrap .nearby-dispensary-wrap {
    min-width: 330px;
  }
}
.nearby-dispensaries-macro-wrap .nearby-dispensaries-list-wrap .nearby-dispensary-wrap.featured {
  border-color: #01aa00;
}
.nearby-dispensaries-macro-wrap .nearby-dispensaries-list-wrap .nearby-dispensary-wrap .logo-wrap {
  padding: 10px;
  flex-shrink: 0;
}
.nearby-dispensaries-macro-wrap .nearby-dispensaries-list-wrap .nearby-dispensary-wrap .store-featured-disclaimer {
  position: absolute;
  bottom: 0;
  right: 5px;
  font-size: 12px;
  font-weight: 300;
  color: #808080;
}
.nearby-dispensaries-macro-wrap .nearby-dispensaries-list-wrap .nearby-dispensary-wrap .info-wrap {
  display: flex;
  flex-direction: column;
  padding: 10px;
  gap: 0px;
  flex-shrink: 1;
}
.nearby-dispensaries-macro-wrap .nearby-dispensaries-list-wrap .nearby-dispensary-wrap .info-wrap .title {
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.nearby-dispensaries-macro-wrap .nearby-dispensaries-list-wrap .nearby-dispensary-wrap .info-wrap .aggregate-summary {
  font-size: 13.3px;
  font-weight: 600;
}
.nearby-dispensaries-macro-wrap .nearby-dispensaries-list-wrap .nearby-dispensary-wrap .info-wrap .review-aggregate {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.nearby-dispensaries-macro-wrap .nearby-dispensaries-list-wrap .nearby-dispensary-wrap .info-wrap .review-count {
  font-size: 10px;
  font-weight: 600;
}
.nearby-dispensaries-macro-wrap .nearby-dispensaries-list-wrap .nearby-dispensary-wrap .info-wrap .open {
  font-size: 13.3px;
  font-weight: 600;
  color: #01aa00;
}
.nearby-dispensaries-macro-wrap .nearby-dispensaries-list-wrap .nearby-dispensary-wrap .info-wrap .open > .closed {
  color: #d52d2d;
}
.nearby-dispensaries-macro-wrap .nearby-dispensaries-list-wrap .nearby-dispensary-wrap .info-wrap .distance {
  font-size: 13.3px;
  font-weight: 600;
}
.nearby-dispensaries-macro-wrap .nearby-dispensaries-list-wrap .nearby-dispensary-wrap .info-wrap .med-rec-wrap {
  font-size: 10px;
  font-weight: 600;
}
.nearby-dispensaries-macro-wrap .nearby-dispensaries-list-wrap .nearby-dispensary-wrap .info-wrap .med-rec-wrap > .med-rec-item {
  background-color: #fafafa;
  padding: 5px;
}

.location-picker-wrap.active .location-picker:focus-within .location-suggestions.active {
  display: flex;
}
.location-picker-wrap .location-picker {
  position: relative;
}
.location-picker-wrap .location-picker .fa.fa-map-marker {
  position: absolute;
  left: 10px;
  top: 5px;
  font-size: 22px;
}
.location-picker-wrap .location-picker .fa.fa-angle-left {
  display: none;
}
.location-picker-wrap .location-picker .location-suggestions {
  display: none;
  position: absolute;
  top: 40px;
  width: 100%;
  background: white;
  z-index: 15;
  box-shadow: 0px 0px 5px 0px #818181;
}
.location-picker-wrap .location-picker .location-picker-location > .twitter-typeahead {
  width: 100%;
}
.location-picker-wrap .location-picker .location-picker-location > .twitter-typeahead > input {
  width: 150px;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 5px 5px 5px 30px;
  font-weight: 600;
  transition: width 1s;
  font-size: 18px;
}
@media (min-width: 991px) {
  .location-picker-wrap .location-picker .location-picker-location > .twitter-typeahead > input {
    font-size: 1em;
  }
  .location-picker-wrap .location-picker .location-picker-location > .twitter-typeahead > input:focus-within {
    width: 400px;
    border-color: #01aa00;
  }
}
.location-picker-wrap .location-picker .location-picker-location > .twitter-typeahead > input::placeholder {
  color: #585f69;
}
.location-picker-wrap .location-picker .location-picker-location > .twitter-typeahead .tt-menu {
  position: absolute;
  width: 100%;
  top: 40px !important;
  box-shadow: 0px 0px 5px 0px #818181;
  background: white;
}
.location-picker-wrap .location-picker .location-picker-location > .twitter-typeahead .tt-menu .tt-dataset {
  background: white;
  width: 100%;
}
.location-picker-wrap .location-picker .tt-suggestion {
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
  color: #01aa00;
  margin: 5px 10px;
  font-size: 1.1em;
}
.location-picker-wrap .location-picker .tt-suggestion:hover {
  background-color: #eee;
  cursor: pointer;
}
.location-picker-wrap .location-picker .get-current-location {
  display: flex;
  align-items: center;
  padding: 5px 10px;
}
.location-picker-wrap .location-picker .get-current-location:hover {
  background: #eee;
  cursor: pointer;
}
.location-picker-wrap .location-picker .get-current-location .get-current-location-title {
  color: #01aa00;
  font-size: 1.1em;
}
.location-picker-wrap .location-picker .popular-locations-wrap {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #eee;
  margin: 0px 15px;
  padding-top: 20px;
}
.location-picker-wrap .location-picker .popular-locations-wrap .popular-locations-title {
  align-self: center;
  font-size: 18px;
  font-weight: 600;
}
.location-picker-wrap .location-picker .popular-locations-wrap .popular-location {
  color: #01aa00;
  border-bottom: 1px solid #eee;
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 10px;
}
.location-picker-wrap .location-picker .popular-locations-wrap .popular-location:hover {
  background: #eee;
  cursor: pointer;
}
.location-picker-wrap .location-picker .location-suggestions {
  flex-direction: column;
}
.location-picker-wrap .location-picker .geolocation-icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  padding: 3px 10px 3px 10px;
  font-size: 18px;
  height: 33px;
  width: 50px;
}
.location-picker-wrap .location-picker .geolocation-icon-wrap:hover {
  background: #eee;
}
.location-picker-wrap .location-picker .geolocation-icon-wrap .geolocation-icon {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
}
.location-picker-wrap .location-picker .geolocation-icon-wrap .fa {
  animation: spin 4s linear infinite;
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media (max-width: 991px) {
  .location-picker-wrap.active {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    background: white;
    height: 100vh;
    z-index: 1;
  }
  .location-picker-wrap.active .location-picker {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 20px;
    border-bottom: 2px solid #eee;
  }
  .location-picker-wrap.active .location-picker .location-picker-location {
    width: 100%;
  }
  .location-picker-wrap.active .location-picker .fa.fa-map-marker {
    top: 13px;
  }
  .location-picker-wrap.active .location-picker .fa.fa-angle-left {
    display: block;
    font-size: 35px;
    align-self: center;
    margin-right: 20px;
  }
  .location-picker-wrap.active .location-picker:focus-within .location-suggestions.active {
    display: flex;
  }
  .location-picker-wrap.active .location-picker-location > .twitter-typeahead input {
    border-radius: unset;
    height: 50px;
    border-color: #efefef;
    background-color: #fafafa;
    width: 100%;
  }
  .location-picker-wrap.active .location-picker-location > .twitter-typeahead input:focus-within {
    border-color: #efefef;
    background-color: #fafafa;
    width: 100%;
  }
  .location-picker-wrap.active .location-picker-location > .twitter-typeahead .tt-menu {
    width: 100vw;
    height: 100vh;
    box-shadow: none;
    position: fixed !important;
    left: 0;
    top: 110px !important;
  }
  .location-picker-wrap.active .location-suggestions.active {
    box-shadow: none;
    top: 110px;
    display: flex;
  }
  .location-picker-wrap .location-picker:focus-within .location-suggestions.active {
    display: none;
  }
  .location-picker-wrap .location-picker .location-picker-location > .twitter-typeahead > input {
    transition: unset;
    border: none;
  }
}

/* Base deal/modal styles */
.deal-summary-wrapper {
  width: 100%;
  height: auto;
  border: 2px solid #999;
  margin-top: 3px;
}

div.deal-summary-overlay {
  position: absolute;
  bottom: 0;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 65px;
  padding: 5px 15px;
  margin-bottom: 0;
  text-align: center;
  color: white;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
}

span.deal-summary-clickable {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  pointer-events: all;
  cursor: pointer;
}

.deal-summary-ribbon {
  width: 100%;
  height: auto;
  padding: 0px 10px;
  background-color: #858585;
  border-bottom: solid 1px #ccc;
  color: #fff;
}

.deal-summary-tax {
  float: right;
  width: auto;
}

.deal-summary-type {
  float: left;
  width: auto;
  font-size: 1.2em;
}

.deal-summary-details {
  width: 100%;
  height: auto;
  padding: 5px;
  text-align: center;
  background-color: #fcfcfc;
}

.deal-price {
  font-size: 0.9em;
  color: #ff3535;
  text-decoration: line-through;
}

.deal-sale-price {
  color: #00ad00;
  font-size: 1.2em;
}

.deal-summary-wrapper-featured {
  position: relative;
  margin-top: 0px;
  border-top: 5px solid #e43;
  border-left: 5px solid #e43;
  border-right: 5px solid #e43;
  overflow: hidden;
}

div.deal-summary-daily {
  position: absolute;
  top: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 23px;
  padding: 5px 10px;
  margin-bottom: 0;
  text-align: center;
  color: white;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
}

.deal-summary-storecity {
  clear: both;
  height: 20px;
  padding: 3px;
  text-align: center;
  background-color: #2f2f2f;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  border-top: solid 1px #666666;
  border-bottom: solid 1px #666666;
}

/* The ribbons */
.corner-ribbon {
  width: 170px;
  position: absolute;
  text-align: center;
  line-height: 40px;
  letter-spacing: 1px;
  color: #fff;
  z-index: 20;
}
.corner-ribbon.sticky {
  position: absolute;
}
.corner-ribbon.shadow {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.corner-ribbon.top-right {
  transform: rotate(45deg);
  top: 15px;
  right: -50px;
  left: auto;
}
.corner-ribbon.color {
  background: #e43;
}

.deal-modal-dashed-div {
  position: relative;
  height: auto;
  border: 2px solid;
  margin: 10px;
  padding: 0px;
}

.deal-modal-expired {
  clear: both;
  width: 100%;
  height: auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background-color: #cc0000;
  border-bottom: solid 1px #333;
}

.deal-modal-title {
  clear: both;
  width: 100%;
  height: auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background-color: #00ad00;
  border-bottom: solid 1px #333;
  margin-bottom: 10px;
}
.deal-modal-title h2 {
  color: #fff;
  margin: 0;
}

.deal-modal-image {
  min-height: 80px;
  margin: 5px auto;
  padding: 3px;
  border: solid 1px #ccc;
}

.deal-modal-description {
  text-align: center;
  font-size: 1.1em;
  margin: 0 10px;
}

.deal-modal-fineprint {
  font-size: 12px;
  line-height: 14px;
  color: #4f4f4f;
  text-align: center;
  margin: 5px 0;
}

.deal-modal-pg-fineprint {
  clear: both;
  font-size: 12px;
  line-height: 14px;
  color: #4f4f4f;
  padding: 5px;
  text-align: left;
  border: solid 1px #ccc;
}

.deal-modal-store-name {
  font-size: 13px;
}

a.deal-modal-store-name {
  font-size: 13px;
  text-decoration: underline;
}
a.deal-modal-store-name:hover, a.deal-modal-store-name:active, a.deal-modal-store-name:focus {
  cursor: pointer;
  text-decoration: none;
}

.deal-modal-store-details {
  width: 100%;
  text-align: center;
  min-height: 50px;
  height: auto;
  padding-left: 5px;
  overflow: hidden;
}
.deal-modal-store-details div img {
  margin: 0 auto;
}

.deal-modal-pg-logo {
  width: 100%;
  min-height: 50px;
  height: auto;
  padding-right: 5px;
  overflow: hidden;
}
.deal-modal-pg-logo img {
  margin: 0 auto;
  padding-top: 5px;
  width: 120px;
}

.deal-modal-product-purpose {
  clear: both;
  width: 100%;
  min-height: 40px;
  height: auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  background-color: #3799b2;
}

@media (min-width: 768px) {
  .deal-modal-description {
    text-align: left;
    font-size: 1.2em;
    margin: 5px 10px;
  }

  .deal-modal-store-details {
    float: left;
    text-align: left;
    width: 50%;
    height: 50px;
    padding-left: 5px;
    overflow: hidden;
  }
  .deal-modal-store-details div img {
    float: left;
    margin: 5px 10px 0px 5px;
  }

  .deal-modal-pg-logo {
    float: right;
    width: 50%;
    height: 50px;
    padding-right: 5px;
    overflow: hidden;
  }
  .deal-modal-pg-logo img {
    float: right;
    margin: 0;
  }
}
.state-icons-deals-list {
  font-family: "StateFaceRegular";
  font-size: 32px;
  line-height: 38px;
}

span.state-icons-deals-list {
  width: 60px;
  text-align: center;
  padding: 0;
}

ul.deals-state-list {
  margin: 0;
  padding: 0;
}
ul.deals-state-list li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.deals-state-list li h3 a {
  color: #444 !important;
  font-size: 20px;
  line-height: 40px;
  text-decoration: none !important;
}
ul.deals-state-list li h3 a:hover, ul.deals-state-list li h3 a:active, ul.deals-state-list li h3 a:focus {
  cursor: pointer;
  text-decoration: underline !important;
}

/*# sourceMappingURL=base.css.map */
