@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
.mobile content-tpl {
  top: 69px;
}
.mobile .content .card-wrapper {
  margin: 40px 30px;
}
content-tpl {
  position: absolute;
  top: 115px;
  left: 0px;
  z-index: -1;
  background: #F9F9F9;
  width: 100%;
  height: 100%;
}
content-tpl.hide {
  overflow: hidden;
}
.loading-view {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80%;
}
.loading-view h1 {
  color: #7B5AB8;
}
.content {
  background: #F9F9F9;
}
.content .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.content .card {
  flex-grow: 0;
  flex-shrink: 0;
}
.content a.card-link {
  cursor: default;
  text-decoration: none;
}
.content .card-wrapper {
  background-color: white;
  margin: 40px 20px;
  border-bottom: 1px solid black;
  width: 325px;
  text-align: center;
  box-shadow: 0 3px 5px 3px #E0DDDD;
  border-radius: 10px;
}
.content .card-wrapper.pressed {
  box-shadow: none;
  border: 2px solid rgba(133, 133, 133, 0.3);
}
.content .card-wrapper.thc {
  border-bottom: 10px solid #76d0be;
}
.content .card-wrapper.thc .card-info-row.additional {
  background-color: #1ab394;
}
.content .card-wrapper.thc-dom {
  border-bottom: 10px solid #b2e4bf;
}
.content .card-wrapper.thc-dom .card-info-row.additional {
  background-color: #2FCD89;
}
.content .card-wrapper.balanced {
  border-bottom: 10px solid #94ABDD;
}
.content .card-wrapper.balanced .card-info-row.additional {
  background-color: #5D7EC6;
}
.content .card-wrapper.cbd-dom {
  border-bottom: 10px solid #C6A4F2;
}
.content .card-wrapper.cbd-dom .card-info-row.additional {
  background-color: #A377DD;
}
.content .card-wrapper.cbd {
  border-bottom: 10px solid #9E7FD8;
}
.content .card-wrapper.cbd .card-info-row.additional {
  background-color: #7B5AB8;
}
.content .card-wrapper.uncategorized {
  border-bottom: 10px solid #B5B3B3;
}
.content .card-wrapper.uncategorized .card-info-row.additional {
  background-color: #767474;
}
.content .card-wrapper .sample-name {
  font-size: 18px;
  padding: 10px 5px;
  width: 100%;
  text-align: center;
  color: #767474;
  font-weight: 600;
  display: inline-block;
  position: relative;
}
.content .card-wrapper .sample-name div {
  display: inline;
  cursor: pointer;
  right: 25px;
  position: absolute;
  top: 15px;
}
.content .card-wrapper .sample-name div.active {
  color: #1ab394;
}
.content .card-wrapper .sample-name div.disabled {
  color: #E54444;
}
.content .card-wrapper .img-wrapper {
  border-top: 1px solid #e7eaec;
  width: 100%;
}
.content .card-wrapper .img-wrapper img {
  height: 200px;
  max-width: 325px;
}
.content .card-wrapper .more-sample-info {
  height: 200px;
  max-width: 325px;
  background-color: #f9f9f9;
}
.content .card-wrapper .more-sample-info .sample-status {
  padding-top: 25px;
  font-size: 30px;
  padding-bottom: 20px;
}
.content .card-wrapper .more-sample-info .sample-status.active {
  color: #1ab394;
}
.content .card-wrapper .more-sample-info .sample-status.disabled {
  color: #E54444;
}
.content .card-wrapper .more-sample-info a {
  display: block;
  text-decoration: none;
  padding-top: 45px;
  color: #E0DDDD;
}
.content .card-wrapper .more-sample-info a.disabled {
  color: #B5B3B3;
}
.content .card-wrapper .more-sample-info a.enabled {
  color: #1ab394;
}
.content .card-wrapper .cannabinoids {
  background-color: white;
  border-top: 1px solid #e7eaec;
  height: 83px;
  width: 325px;
  color: #727577;
  display: flex;
}
.content .card-wrapper .cannabinoids .thc-box {
  display: flex;
  flex-direction: column;
  width: 323px;
}
.content .card-wrapper .cannabinoids .divider {
  height: 48px;
  margin-top: 18px;
}
.content .card-wrapper .cannabinoids .divider.thc {
  border-right: 3px solid #1ab394;
}
.content .card-wrapper .cannabinoids .divider.thc-dom {
  border-right: 3px solid #2FCD89;
}
.content .card-wrapper .cannabinoids .divider.balanced {
  border-right: 3px solid #5D7EC6;
}
.content .card-wrapper .cannabinoids .divider.cbd-dom {
  border-right: 3px solid #A377DD;
}
.content .card-wrapper .cannabinoids .divider.cbd {
  border-right: 3px solid #7B5AB8;
}
.content .card-wrapper .cannabinoids .divider.uncategorized {
  border-right: 3px solid #767474;
}
.content .card-wrapper .cannabinoids .cbd-box {
  display: flex;
  flex-direction: column;
  width: 323px;
}
.content .card-wrapper .cannabinoids .label {
  font-size: 13px;
  padding-bottom: 8px;
}
.content .card-wrapper .cannabinoids .units {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 2px;
}
.content .card-wrapper .cannabinoids .value {
  font-size: 28px;
  margin-top: auto;
  line-height: 1;
}
.content .card-wrapper .cannabinoids .percent {
  margin-bottom: 5px;
}
.content .card-wrapper .cannabinoids .percent .units {
  font-size: 16px;
}
.content .card-wrapper .card-info .card-info-row {
  display: flex;
  align-items: baseline;
  color: #727577;
  height: 26px;
  padding-top: 5px;
  width: 325px;
}
.content .card-wrapper .card-info .card-info-row.safety {
  background-color: #F9F9F9;
}
.content .card-wrapper .card-info .card-info-row.terpenes {
  background-color: white;
}
.content .card-wrapper .card-info .card-info-row.additional {
  height: 30px;
  padding-top: 4px;
  color: white;
}
.content .card-wrapper .card-info .card-info-row .info-label {
  width: 162.5px;
  float: left;
  font-size: 14px;
}
.content .card-wrapper .card-info .card-info-row .info-label.classification {
  font-size: 16px;
}
.content .card-wrapper .card-info .card-info-row .info-value {
  width: 162.5px;
  font-size: 14px;
  font-weight: 600;
}
.content .card-wrapper .card-info .card-info-row .info-value.profile {
  margin-top: 3px;
  font-size: 16px;
}
.load-more-wrapper {
  width: 100%;
  margin-left: 0;
  padding-bottom: 60px;
  display: flex;
  justify-content: center;
}
.load-more-wrapper button {
  color: #1ab394;
  border: 2px solid #1ab394;
  padding: 12px 0px;
  border-radius: 10px;
  width: 400px;
  margin-top: 50px;
  text-align: center;
  background: transparent;
  font-weight: 600;
}
.load-more-wrapper button:focus {
  outline: 0;
}
.switch {
  padding: 10px;
}
div.switch {
  display: inline-block;
}
.switch input {
  display: none;
}
.switch i {
  display: inline-block;
  cursor: pointer;
  padding-right: 20px;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  border-radius: 20px;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
  margin-bottom: -5px;
}
.switch i:before {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.switch :checked + i {
  padding-left: 20px;
  padding-right: 0px;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 40px lightblue;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 40px lightblue;
}
.switch.red :checked + i {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 40px red;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 40px red;
}
.switch.redgreen :checked + i {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 40px #1ab394;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 40px #1ab394;
}
.switch.redgreen i {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 40px red;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 40px red;
}
.switch.sample-page :checked + i {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 40px #1ab394;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 40px #1ab394;
}
.switch.sample-page i {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 40px #c2c2c2;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 40px #c2c2c2;
}
filter-tpl {
  position: fixed;
  width: 100%;
  background-color: white;
}
filter-tpl.scroll {
  position: relative;
}
.filter-row {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  padding: 20px 25px 20px 25px;
}
.filter-row.active {
  background-color: white;
}
.filter-row.mobile {
  height: 52px;
  padding: 8px 2px;
  overflow: inherit;
}
.filter-row .image {
  display: inline;
  text-decoration: none;
  margin-bottom: 20px;
}
.filter-row .image img {
  height: 75px;
  width: auto;
}
.filter-row .menu-buttons {
  float: right;
  margin-top: 25px;
  display: inline-flex;
  justify-content: space-between;
  align-items: baseline;
}
.filter-row .menu-buttons .buttons {
  margin: 0 25px;
  padding: 0px 2px;
  font-size: 20px;
  color: #6D6E72;
}
.filter-row .menu-buttons .buttons:hover {
  cursor: pointer;
}
.filter-row .menu-buttons .buttons.has-filter {
  color: #1ab394;
}
.filter-row .menu-buttons .buttons:hover:after {
  width: 100%;
  background: #1ab394;
}
.filter-row .menu-buttons .buttons.active {
  border-bottom: 2px solid #1ab394;
}
.filter-row .menu-buttons .last-filter {
  text-align: right;
}
.filter-row .menu-buttons .last-filter img {
  padding-left: 3px;
  padding-bottom: 5px;
  width: 16px;
  height: 16px;
}
.filter-row .menu-buttons .last-filter .actions {
  margin-right: 25px;
  font-size: 12px;
  padding-top: 9px;
}
.filter-row .menu-buttons .last-filter .actions.active {
  padding-top: 7px;
}
.filter-row .menu-buttons .last-filter .actions .reset {
  color: #5a5a5a;
  padding: 0px 2px;
}
.filter-row .menu-buttons .last-filter .actions .reset.filter-open {
  margin-right: 20px;
}
.filter-row .menu-buttons .last-filter .actions .close {
  color: #5a5a5a;
  padding: 0px 2px;
  font-size: 12px;
  font-weight: 700;
}
.filter-row .menu-buttons .last-filter .actions.mobile {
  margin-right: 5px;
  padding-top: 2px;
}
.filter-row .menu-buttons .last-filter .remove {
  padding: 0px 2px;
  color: #6D6E72;
  font-size: 12px;
  margin-right: 15px;
}
.filter-row .menu-buttons .last-filter .remove.active {
  margin: 10px 25px;
}
.filter-row .menu-buttons.mobile {
  flex-wrap: wrap;
  margin-top: 12px;
  width: 100%;
  min-height: 30px;
  align-content: center;
  float: left;
}
.filter-row .menu-buttons.mobile .buttons {
  font-size: 13px;
  margin: 0 6px;
  min-height: 22px;
}
.filter-row .menu-buttons.mobile .image {
  margin-bottom: 0px;
}
.filter-row .menu-buttons.mobile .image #cc-logo-mobile {
  height: 30px;
  padding-left: 4px;
}
.filter-row .menu-buttons.mobile .last-filter .actions {
  padding-top: 2px;
}
.filter-row .menu-buttons.mobile .last-filter .actions .reset {
  font-size: 11px;
}
.filter-row .menu-buttons.mobile .last-filter .actions.active {
  padding-top: 0px;
}
.filter-row search {
  display: inline;
}
.search {
  border: 1px solid #6D6E72;
  border-radius: 21px;
  padding: 5px 10px;
  margin-left: 25px;
  display: inline-block;
}
.search.input-focused {
  border-color: #1ab394;
}
.search.has-filter {
  border: 1px solid #1ab394;
}
.search.has-filter .fa {
  color: #1ab394;
}
.search .fa {
  color: #6D6E72;
}
.search:focus {
  border-color: #1ab394;
}
.search input {
  width: 225px;
  border: none;
  font-size: 16px;
}
.search input:focus {
  outline-width: 0;
}
.filter-dropdown {
  display: block;
  position: relative;
  background-color: white;
}
.filter-dropdown .close {
  display: inline-block;
  width: 100%;
  background-color: white;
  color: #918F8F;
}
.filter-dropdown .close span {
  float: right;
  padding-right: 20px;
}
.filter-dropdown .filter-flex {
  display: flex;
  align-items: center;
  padding-left: 40px;
  flex-wrap: wrap;
}
.filter-dropdown .filter-flex .button {
  font-size: 15px;
  border: 1px solid #2F4050;
  padding: 7px 17px;
  border-radius: 20px;
  color: #2F4050;
  margin: 14px;
}
.filter-dropdown .filter-flex .button.active {
  color: #1ab394;
  border: 1px solid #1ab394;
}
.title {
  padding-top: 20px;
  font-size: 21px;
  color: #6D6E72;
  padding-left: 35px;
  letter-spacing: .5px;
}
.title.subtitle {
  padding-top: 0px;
  margin-top: 14px;
}
.disclaimer-text {
  font-size: 10px;
  margin-left: 114px;
  margin-top: -15px;
}
.disclaimer-text.mobile {
  display: none;
}
.cannabinoid-profile-filter {
  font-weight: 600;
}
.title {
  letter-spacing: 2px;
}
.filter-flex .button.thc {
  color: #1ab394;
  border: 1px solid #1ab394;
  padding: 7px 19px;
  border-radius: 20px;
}
.filter-flex .button.thc-dominant {
  color: #2FCD89;
  border: 1px solid #2FCD89;
  padding: 7px 19px;
  border-radius: 20px;
}
.filter-flex .button.balanced {
  color: #5D7EC6;
  border: 1px solid #5D7EC6;
  padding: 7px 19px;
  border-radius: 20px;
}
.filter-flex .button.cbd-dominant {
  color: #A377DD;
  border: 1px solid #A377DD;
  padding: 7px 19px;
  border-radius: 20px;
}
.filter-flex .button.cbd {
  color: #7B5AB8;
  border: 1px solid #7B5AB8;
  padding: 7px 19px;
  border-radius: 20px;
}
.filter-flex .button.profile-active {
  color: #fff;
}
.filter-flex .button.profile-active.thc {
  background-color: #1ab394;
}
.filter-flex .button.profile-active.thc-dominant {
  background-color: #2FCD89;
}
.filter-flex .button.profile-active.balanced {
  background-color: #5D7EC6;
}
.filter-flex .button.profile-active.cbd-dominant {
  background-color: #A377DD;
}
.filter-flex .button.profile-active.cbd {
  background-color: #7B5AB8;
}
.profile-img {
  padding: 15px 0 0 40px;
}
.profile-img img {
  width: 300px;
  height: 300px;
}
.cannabinoid-range {
  width: 680px;
}
.cannabinoid-range:hover .slider-disabled-info {
  opacity: 1;
}
.cannabinoid-range.mobile {
  width: auto;
}
.cannabinoid-range.mobile .slider-container:first-child {
  margin-top: 30px;
}
.cannabinoid-range.mobile .slider-container .cannabinoid-slider {
  width: 205px;
}
.cannabinoid-range.mobile .slider-disabled-info {
  font-size: 12px;
  width: 70%;
  padding: 20px 17px;
}
.cannabinoid-range.slider-disabled .slider-container {
  opacity: 0.5;
  transition: 0.2s;
}
.cannabinoid-range.slider-disabled:hover .slider-container {
  opacity: 0.7;
  filter: blur(10px);
}
.cannabinoid-range .slider-disabled-info {
  text-align: center;
  font-size: 14px;
  padding: 15px 60px;
  background: rgba(0, 0, 0, 0.2);
  color: white;
  position: absolute;
  border-radius: 80px;
  transition: 0.3s;
  z-index: 9999;
  opacity: 0;
}
.cannabinoid-range .slider-container {
  margin: 18px;
}
.cannabinoid-range .slider-container .cannabinoid-slider {
  width: 300px;
  margin: 25px 0;
}
.cannabinoid-range .slider-container .cannabinoid-slider.mobile {
  width: 205px;
}
.cannabinoid-range .slider-container .slider-info {
  text-align: center;
  user-select: none;
  cursor: default;
}
.cannabinoid-range .slider-container .slider-info .slider-label {
  font-weight: 600;
}
.cannabinoid-range .slider-container .slider-info .slider-values {
  font-weight: 300;
  color: #8D8D8D;
}
.cannabinoid-range .slider-container #thc-slider .noUi-connect {
  background: #1ab394;
  opacity: 0.5;
}
.cannabinoid-range .slider-container #cbd-slider .noUi-connect {
  background: #7B5AB8;
  opacity: 0.3;
}
.cannabinoid-range .slider-container .noUi-horizontal {
  height: 12px;
}
.cannabinoid-range .slider-container .noUi-handle {
  width: 22px;
  height: 22px;
  border-radius: 28px;
  left: -8px;
  transition: 0.2s;
}
.cannabinoid-range .slider-container .noUi-handle:active {
  background: #f3f3f3;
  width: 28px;
  height: 28px;
  left: -11px;
  top: -10px;
}
.cannabinoid-range .slider-container .noUi-handle:before,
.cannabinoid-range .slider-container .noUi-handle:after {
  display: none;
}
/*
 * http://codepen.io/anon/pen/vGjKvE
 */
.rainbow-spinner {
  transform: rotate(-135deg);
}
.rainbow-spinner .loading {
  background-color: transparent;
  border-radius: 50%;
  margin: 5px auto;
  animation: loading 10s infinite;
}
.rainbow-spinner .spin-1 {
  border: 5px solid #7B5AB8;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  width: 120px;
  height: 120px;
}
.rainbow-spinner .spin-2 {
  border: 5px solid #2FCD89;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  width: 100px;
  height: 100px;
}
.rainbow-spinner .spin-3 {
  border: 5px solid #5D7EC6;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  width: 80px;
  height: 80px;
}
.rainbow-spinner .spin-4 {
  border: 5px solid #A377DD;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  width: 60px;
  height: 60px;
}
.rainbow-spinner .spin-5 {
  border: 5px solid #1ab394;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  width: 40px;
  height: 40px;
}
.rainbow-spinner .spin-6 {
  border: 5px solid #fff ;
  width: 20px;
  height: 20px;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.page-loading {
  margin-top: 200px;
}
.page-loading h1 {
  color: #1ab394;
  font-weight: 600;
}
.page-loading.mobile {
  margin-top: 150px;
}
.spinner-with-label {
  position: absolute;
  z-index: 1;
  width: 100%;
}
.spinner-with-label .spinner-label {
  margin-top: 25px;
  text-align: center;
  font-size: 300%;
}
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loading-wrapper {
  padding: 6px 0px 100px 0px;
}
.showing-all-samples {
  margin: auto;
  width: 100%;
  text-align: center;
  padding: 40px 0 60px 0;
  font-size: 24px;
  font-weight: 700;
}
.loader {
  color: #1ab394;
  font-size: 10px;
  margin: auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.gallery-select {
  position: relative;
  display: block;
  width: 175px;
  max-width: 300px;
  color: #cccccc;
  vertical-align: middle;
  text-align: left;
  user-select: none;
  -webkit-touch-callout: none;
  border: 1px solid #e3e3e3;
  font-size: 12px;
  margin: 14px;
}
.gallery-select #hidden {
  display: none;
}
.gallery-select .placeholder {
  position: relative;
  display: block;
  z-index: 1;
  padding: 1em;
  border-radius: 2px;
  cursor: pointer;
  background: #fff;
  color: #999;
}
.gallery-select .placeholder:hover {
  background: #fafafa;
}
.gallery-select .placeholder:after {
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'FontAwesome';
  content: '\f078';
  z-index: 10;
}
.gallery-select.is-open .placeholder:after {
  content: '\f077';
}
.gallery-select.is-open ul {
  display: block;
}
.gallery-select ul {
  display: none;
  position: absolute;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0;
  z-index: 99999;
  max-height: 200px;
  border: 1px solid #e3e3e3;
  box-sizing: border-box;
}
.gallery-select ul li {
  display: block;
  text-align: left;
  padding: 0.8em 1em 0.8em 1em;
  color: #999;
  cursor: pointer;
}
.gallery-select ul li:hover {
  background: #1ab394;
  color: #fff;
}
* {
  font-family: 'Open Sans', Arial, Sans-serif;
}
body {
  background: white;
  background-color: white;
}
.hover:hover {
  cursor: pointer;
}
.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.blur {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100;
  opacity: .7;
  width: 100%;
  height: 100%;
  background-color: black;
}
.vis-hidden {
  visibility: hidden;
}
