@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *

 // "bootstrap-sprockets" must be imported before "bootstrap" and "bootstrap/variables"
@import "bootstrap-sprockets.js";
@import "bootstrap.js";
 */
/* Local Fonts */
@font-face {
  font-family: 'bebas';
  src: url(bebas-webfont-a6aae0ed89943d71af10616feff7eeb7fc6d094a63fe8890d04f6242fbd78cc7.woff2) format("woff2"), url(bebas-webfont-06bbc0d0ecb913eb001e52bf28f5225b419b0bd305a395cd430c71c8d81020af.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Colors */
/* Navigation */
/* line 40, /www/app/assets/stylesheets/application.scss */
.navbar {
  top: 40px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 46, /www/app/assets/stylesheets/application.scss */
.navbar .nav {
  width: calc(100% - 194px);
}
/* line 49, /www/app/assets/stylesheets/application.scss */
.navbar li {
  background-color: rgba(255, 255, 255, 0.15);
  margin: 4px 2px;
  width: 160px;
  width: 24%;
  /* fallback for non-calc() browsers */
  width: calc(100% / 4 - 4px);
  /* Update based on number <li> items */
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 59, /www/app/assets/stylesheets/application.scss */
.navbar li:hover {
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
/* line 63, /www/app/assets/stylesheets/application.scss */
.navbar li a {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 2px;
  text-align: center;
}

/* line 73, /www/app/assets/stylesheets/application.scss */
.container > .navbar-header {
  margin-right: 0;
  margin-left: 0;
}

/* line 78, /www/app/assets/stylesheets/application.scss */
#light-green {
  background-color: #08AB54;
}

/* line 82, /www/app/assets/stylesheets/application.scss */
.navbar-brand {
  height: 84px;
  float: none;
  padding-right: 50px;
}

/* line 88, /www/app/assets/stylesheets/application.scss */
.navbar-fixed-top {
  border-width: 0;
}

/* line 92, /www/app/assets/stylesheets/application.scss */
.navbar-inverse {
  background-color: #2F3C43;
}
/* line 94, /www/app/assets/stylesheets/application.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
/* line 97, /www/app/assets/stylesheets/application.scss */
.navbar-inverse .navbar-collapse {
  border: none;
}

/* line 102, /www/app/assets/stylesheets/application.scss */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 112, /www/app/assets/stylesheets/application.scss */
.sticky + .content {
  padding-top: 40px;
}

/* Header */
/* line 118, /www/app/assets/stylesheets/application.scss */
.home > header {
  background-color: #F6F7F9;
  background-image: url(noise-aeaf043c84f527cf1e522990993bdcc1fa6339717b5cbc7c01840141a201b246.jpg);
  background-repeat: repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh;
  padding-top: 200px;
}

/* line 129, /www/app/assets/stylesheets/application.scss */
.cannabis-curing-page {
  position: relative;
}
/* line 131, /www/app/assets/stylesheets/application.scss */
.cannabis-curing-page .row {
  padding: 50px 0;
}

/* line 136, /www/app/assets/stylesheets/application.scss */
#moisture-release {
  z-index: 100;
  position: relative;
}

/* line 141, /www/app/assets/stylesheets/application.scss */
#moisture-release-graph {
  max-width: 460px;
}

/* line 145, /www/app/assets/stylesheets/application.scss */
#learn-more {
  background-color: #ffffff;
  position: relative;
}

/* line 150, /www/app/assets/stylesheets/application.scss */
#thca-thc {
  margin-top: -75px;
  max-width: 700px;
}

/* line 155, /www/app/assets/stylesheets/application.scss */
.header-section {
  background-image: url(cannabis-curing-header-acb73e054f0a89c8ed59c700b0dfe73070b880d21f386818bdd15ebdd7847e41.png);
  z-index: 1;
  display: block;
  height: 70vh;
  max-height: 70vh;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-color: #f4f4f5;
}

/* line 167, /www/app/assets/stylesheets/application.scss */
.header-text {
  margin-top: 22vh;
  padding: 0 8vw;
}

/* line 172, /www/app/assets/stylesheets/application.scss */
.helper-class {
  height: 70vh;
  background-size: cover;
}

/* line 180, /www/app/assets/stylesheets/application.scss */
h2.number-label {
  font-size: 72px;
  color: #CBCED0;
  font-weight: 300;
}

/* line 186, /www/app/assets/stylesheets/application.scss */
.oswald {
  font-family: 'Oswald', sans-serif;
  font-size: 110px;
  letter-spacing: -3px;
  display: block;
}

/* line 193, /www/app/assets/stylesheets/application.scss */
#cannabis-plant {
  margin-top: -400px;
  z-index: 0;
}

/* line 198, /www/app/assets/stylesheets/application.scss */
#z-index-10 {
  z-index: 10;
  position: relative;
}

/* line 203, /www/app/assets/stylesheets/application.scss */
#header-image {
  z-index: 0;
  background-size: cover;
}

/* line 208, /www/app/assets/stylesheets/application.scss */
.logo {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: block;
}

/* line 215, /www/app/assets/stylesheets/application.scss */
.tagline {
  width: 300px;
  font-size: 42px;
  line-height: 1.2em;
  padding-top: 50px;
}

/* line 222, /www/app/assets/stylesheets/application.scss */
span.bold {
  font-weight: bold;
}

/* line 226, /www/app/assets/stylesheets/application.scss */
.geo, .geo0, .geo1, .geo2, .geo3, .geo4, .geo-white, .geo-white-2 {
  position: relative;
}

/* line 230, /www/app/assets/stylesheets/application.scss */
.geo:before {
  content: " ";
  background-image: url(geo_1-4e5189986e377decb8adaa974fb4a2438f452ac727336a0d345db4c6fb67f7ad.svg);
  position: absolute;
  top: -40px;
  left: -30px;
  width: 600px;
  height: 519px;
  background-size: auto auto;
}

/* line 241, /www/app/assets/stylesheets/application.scss */
.geo0:after {
  content: " ";
  background-image: url(geo_2-42c724522834c0e916b6932718c8cc42a7a19b597e3069e3f4ed4bbf9a12338e.svg);
  position: absolute;
  top: 480px;
  right: 0;
  width: 600px;
  height: 370px;
  margin-right: -100px;
  background-size: auto auto;
}

/* line 253, /www/app/assets/stylesheets/application.scss */
.geo1:before {
  content: " ";
  background-image: url(geo_3-c15d7fffdb1b288fa9371a65a5efb4a29f6f9ebe0a67a3f0334e41d2fe1de755.svg);
  position: absolute;
  top: 200px;
  left: -150px;
  width: 530px;
  height: 417px;
  background-size: auto auto;
}

/* line 264, /www/app/assets/stylesheets/application.scss */
.overflow, .overflow2, .overflow3, .overflow4, .overflow5, .overflow6, .overflow7 {
  overflow: hidden;
  position: absolute;
}

/* line 269, /www/app/assets/stylesheets/application.scss */
.overflow {
  width: 600px;
  height: 100vh;
  right: 0;
}

/* line 275, /www/app/assets/stylesheets/application.scss */
.overflow2 {
  width: 600px;
  height: 545px;
  right: 0;
}

/* line 281, /www/app/assets/stylesheets/application.scss */
.overflow3 {
  width: 600px;
  height: 405px;
  right: 0;
  bottom: 0;
}

/* line 288, /www/app/assets/stylesheets/application.scss */
.overflow4 {
  width: 600px;
  height: 405px;
  left: 0;
}

/* line 294, /www/app/assets/stylesheets/application.scss */
.overflow5 {
  width: 600px;
  height: 100vh;
  right: 0;
  z-index: -12;
}

/* line 301, /www/app/assets/stylesheets/application.scss */
.overflow6 {
  width: 20%;
  left: 4vw;
}
/* line 304, /www/app/assets/stylesheets/application.scss */
.overflow6 .vpd {
  max-width: 400px;
  margin-top: 20px;
}

/* line 310, /www/app/assets/stylesheets/application.scss */
.overflow7 {
  width: 20%;
  right: 4vw;
  margin-top: -400px;
}
/* line 314, /www/app/assets/stylesheets/application.scss */
.overflow7 .vpd-autocure {
  max-width: 400px;
}

/* line 319, /www/app/assets/stylesheets/application.scss */
.geo2:after {
  content: " ";
  background-image: url(blueprint-0770750db3b2b65e35ca44a9854af0a8fddd3308e625ee47d3e4957ee88932f4.svg);
  position: absolute;
  top: 0;
  right: -250px;
  width: 700px;
  height: 545px;
  background-size: auto auto;
  overflow: hidden;
}

/* line 332, /www/app/assets/stylesheets/application.scss */
.geo3 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}

/* line 339, /www/app/assets/stylesheets/application.scss */
.geo3:before {
  content: " ";
  background-image: url(geo_2-42c724522834c0e916b6932718c8cc42a7a19b597e3069e3f4ed4bbf9a12338e.svg);
  position: absolute;
  top: 150px;
  left: 30%;
  width: 600px;
  height: 370px;
  background-size: auto auto;
}

/* line 350, /www/app/assets/stylesheets/application.scss */
.geo4:after {
  content: " ";
  background-image: url(geo_4-a6a24ccad2a644ac61410863ac2872853e9ec67a2ce4891c9b996d7d00416aac.svg);
  position: absolute;
  top: 100px;
  right: 0;
  width: 600px;
  height: 519px;
  margin-right: -120px;
  background-size: auto auto;
}

/* line 362, /www/app/assets/stylesheets/application.scss */
.geo-white {
  width: 100%;
  height: 100%;
  position: absolute;
  right: -230px;
}

/* line 370, /www/app/assets/stylesheets/application.scss */
.geo-white::after {
  content: "";
  background-image: url(geo_white-b3ef9c57c0c64d6c50bd22b608b6dece58e4e26cd34b6f5ebec8a85781041fa2.svg);
  position: absolute;
  bottom: -50px;
  right: 0;
  width: 600px;
  height: 370px;
  background-size: auto auto;
  z-index: 10;
}

/* line 383, /www/app/assets/stylesheets/application.scss */
.geo-white-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: -230px;
}

/* line 391, /www/app/assets/stylesheets/application.scss */
.geo-white-2::after {
  content: "";
  background-image: url(geo_white_2-b59016707f11b1689fbb877fcbe0930d713b6e5ed9ba4b169420938856be96fd.svg);
  position: absolute;
  bottom: -50px;
  right: 0;
  width: 600px;
  height: 520px;
  background-size: auto auto;
  z-index: 100;
}

/* line 405, /www/app/assets/stylesheets/application.scss */
.home .row {
  padding: 100px 0;
}

/* line 410, /www/app/assets/stylesheets/application.scss */
.page {
  padding: 124px 0;
}

/* line 414, /www/app/assets/stylesheets/application.scss */
.first-section {
  background-image: url(robots_0-b6c9bdba9c3bfd6ab8eba5f68847219a71cc4859748999eac0294a1abcebe553.jpg);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}

/* line 421, /www/app/assets/stylesheets/application.scss */
.text-container {
  max-width: 730px;
  margin: 0 auto;
}

/* line 427, /www/app/assets/stylesheets/application.scss */
.centered img {
  margin: 0 auto;
  float: none;
}

/* line 432, /www/app/assets/stylesheets/application.scss */
.float-right {
  float: right;
  font-size: 24px;
}

/* line 437, /www/app/assets/stylesheets/application.scss */
.float-left {
  float: left;
}

/* line 441, /www/app/assets/stylesheets/application.scss */
.inline-block {
  display: inline-block;
}

/* line 445, /www/app/assets/stylesheets/application.scss */
.icon {
  width: 100%;
  max-height: 68px;
  float: left;
  margin: 0 auto;
  margin-bottom: 30px;
}

/* line 453, /www/app/assets/stylesheets/application.scss */
#increase-icons {
  margin-top: 30px;
}

/* line 457, /www/app/assets/stylesheets/application.scss */
p.bold {
  float: left;
  font-size: 4vw;
  line-height: 80px;
}

/* line 463, /www/app/assets/stylesheets/application.scss */
hr {
  border-top: 15px solid #10893E;
  margin-top: 0;
}

/* line 468, /www/app/assets/stylesheets/application.scss */
a:visited.green-link, a:focus.green-link, a:link.green-link, a:active.green-link {
  color: #10893E;
  font-weight: bold;
}
/* line 471, /www/app/assets/stylesheets/application.scss */
a:visited.green-link:hover, a:focus.green-link:hover, a:link.green-link:hover, a:active.green-link:hover {
  color: #08AB54;
  border-bottom: 1px solid #08AB54;
  padding-bottom: 2px;
  margin-right: 10px;
  transition: margin 0.3s ease-in-out;
}

/* line 480, /www/app/assets/stylesheets/application.scss */
span.arrow {
  color: #2F3C43;
  font-weight: bold;
  font-size: 1.5em;
}

/* line 486, /www/app/assets/stylesheets/application.scss */
.text-right {
  text-align: right;
  width: 60%;
  float: right;
  margin: 10px auto;
  font-size: 42px;
}

/* line 494, /www/app/assets/stylesheets/application.scss */
.text-left {
  text-align: left;
  width: 60%;
  float: left;
  font-size: 42px;
}

/* line 501, /www/app/assets/stylesheets/application.scss */
.text-center {
  width: 90%;
  text-align: center;
  margin: 0 auto;
  line-height: 1.5em;
}
/* line 507, /www/app/assets/stylesheets/application.scss */
.text-center:before {
  content: '“';
  position: relative;
  left: -10px;
  color: #08AB54;
  font-family: 'Catamaran';
  font-size: 140px;
  line-height: 0;
  top: 40px;
  display: inline-block;
}

/* line 520, /www/app/assets/stylesheets/application.scss */
h3.text-center {
  font-size: 42px;
}

/* line 524, /www/app/assets/stylesheets/application.scss */
.green-background {
  background-color: #10893E;
  width: 100%;
  height: 235px;
  position: absolute;
  top: 50px;
  z-index: 0;
}

/* line 533, /www/app/assets/stylesheets/application.scss */
.green-text-background {
  background-color: #10893E;
  color: #ffffff;
  width: 100%;
  height: auto;
}
/* line 538, /www/app/assets/stylesheets/application.scss */
.green-text-background #cannabis-curing-text {
  width: 52%;
  padding: 80px 0;
  margin-top: 200px;
}
/* line 543, /www/app/assets/stylesheets/application.scss */
.green-text-background #vpd-text {
  padding: 80px 0;
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 730px;
}

/* line 551, /www/app/assets/stylesheets/application.scss */
.green-text-background#vpd {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
}

/* line 556, /www/app/assets/stylesheets/application.scss */
.bordered-div {
  width: 100%;
  margin: 20px auto;
  display: inline-block;
}
/* line 560, /www/app/assets/stylesheets/application.scss */
.bordered-div .cell {
  width: 50%;
  border: 2px solid #000000;
  padding: 20px;
  float: left;
  display: inline;
  margin: -1px;
}

/* line 570, /www/app/assets/stylesheets/application.scss */
#full-width {
  padding: 0;
  position: relative;
}

/* line 575, /www/app/assets/stylesheets/application.scss */
.green-text {
  color: #ffffff;
  padding-left: 8vw;
}

/* line 580, /www/app/assets/stylesheets/application.scss */
#cannabis-photo {
  position: absolute;
  z-index: -10;
  top: -200px;
}

/* line 586, /www/app/assets/stylesheets/application.scss */
#negative-top {
  top: -275px;
}

/* line 590, /www/app/assets/stylesheets/application.scss */
#padding-bottom {
  padding-bottom: 150px;
}

/* line 594, /www/app/assets/stylesheets/application.scss */
#padding-top {
  padding-top: 200px;
  padding-bottom: 50px;
}

/* line 599, /www/app/assets/stylesheets/application.scss */
#margin-top {
  margin-top: 100px;
}

/* line 603, /www/app/assets/stylesheets/application.scss */
#centered {
  margin: 0 auto;
  text-align: center;
  max-width: 40%;
}

/* line 609, /www/app/assets/stylesheets/application.scss */
.italic {
  text-align: center;
  margin: 0 auto;
  width: 80%;
}

/* line 615, /www/app/assets/stylesheets/application.scss */
.footer {
  position: relative;
  width: 100%;
  height: auto;
  line-height: 60px;
  background-color: #2F3C43;
  color: #ffffff;
}
/* line 622, /www/app/assets/stylesheets/application.scss */
.footer .btn {
  box-shadow: none;
}

/* line 627, /www/app/assets/stylesheets/application.scss */
.footer-info {
  display: block;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  padding: 30px 0;
  line-height: 2.5em;
}
/* line 635, /www/app/assets/stylesheets/application.scss */
.footer-info li {
  max-width: 250px;
}
/* line 637, /www/app/assets/stylesheets/application.scss */
.footer-info li a {
  color: #ffffff;
  padding: 5px 15px;
}
/* line 640, /www/app/assets/stylesheets/application.scss */
.footer-info li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
/* line 644, /www/app/assets/stylesheets/application.scss */
.footer-info li a.footer-btn {
  padding: 10px 15px;
}

/* line 650, /www/app/assets/stylesheets/application.scss */
.underline {
  text-decoration: underline;
}

/* line 654, /www/app/assets/stylesheets/application.scss */
.green-pre {
  width: 90px;
  height: 4px;
  background-color: #08AB54;
  margin-top: 130px;
}

/* line 661, /www/app/assets/stylesheets/application.scss */
.footer-container {
  margin-top: -73px;
  margin-left: 100px;
}

/* line 666, /www/app/assets/stylesheets/application.scss */
.navbar-brand-footer {
  width: 100%;
  max-width: 225px;
}

/* line 672, /www/app/assets/stylesheets/application.scss */
.social-icons li {
  list-style: none;
  display: inline-block;
}
/* line 676, /www/app/assets/stylesheets/application.scss */
.social-icons ul {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-padding-start: 0;
}
/* line 681, /www/app/assets/stylesheets/application.scss */
.social-icons img {
  width: 30px;
  height: 30px;
}

/* line 687, /www/app/assets/stylesheets/application.scss */
.social-icon {
  margin: 0 10px 30px 10px;
}

/* line 691, /www/app/assets/stylesheets/application.scss */
.img-responsive {
  width: 100%;
}
/* line 693, /www/app/assets/stylesheets/application.scss */
.img-responsive .home {
  max-width: 768px;
}

/* line 698, /www/app/assets/stylesheets/application.scss */
.footer-nav-links {
  float: right;
  background-color: #4E5B62;
  width: 100%;
  margin-right: -15px;
  padding: 0 30px;
  margin-top: 40px;
}

/* line 708, /www/app/assets/stylesheets/application.scss */
#arrow::after {
  content: "";
  background-image: url(arrow-95b4b63dd6807bb30a2235709b2cd7ef78255e69f5f931a4e79f726ceb0d5be1.svg);
  position: absolute;
  width: 188px;
  height: 143px;
  top: 125px;
  right: -60px;
}

/* line 719, /www/app/assets/stylesheets/application.scss */
.photo-btn {
  z-index: 10;
}

/* line 723, /www/app/assets/stylesheets/application.scss */
.photo-link figure {
  overflow: hidden;
}

/* line 726, /www/app/assets/stylesheets/application.scss */
.photo-link figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

/* line 732, /www/app/assets/stylesheets/application.scss */
.photo-link figure:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* ROI */
/* line 739, /www/app/assets/stylesheets/application.scss */
#roi {
  margin: 130px auto 80px auto;
}

/* line 743, /www/app/assets/stylesheets/application.scss */
.geo4#roi-shape:after {
  top: 300px;
}

/* line 747, /www/app/assets/stylesheets/application.scss */
.grey-bg {
  width: 100%;
  height: 350px;
  background-color: #F1F1F1;
  z-index: -12;
  position: relative;
  margin-top: -260px;
  margin-bottom: -80px;
}

/* line 757, /www/app/assets/stylesheets/application.scss */
.leaf-bg {
  width: 40%;
  z-index: -12;
  position: relative;
  margin-top: -35%;
}

/* line 764, /www/app/assets/stylesheets/application.scss */
.page.roi {
  padding: 124px 0 0 0;
}
/* line 766, /www/app/assets/stylesheets/application.scss */
.page.roi .margin-bottom {
  width: 100%;
  margin-bottom: 15%;
}
/* line 770, /www/app/assets/stylesheets/application.scss */
.page.roi .lead-container:before {
  content: "";
  background-color: #10893E;
  color: #ffffff;
  position: absolute;
  z-index: -10;
  width: 70%;
  height: 100%;
  left: -40%;
}
/* line 780, /www/app/assets/stylesheets/application.scss */
.page.roi #right-lead-container {
  right: 0;
  position: relative;
  left: auto;
}
/* line 786, /www/app/assets/stylesheets/application.scss */
.page.roi .lead-container#right-lead-container:before {
  width: 16%;
  right: -16%;
  left: auto;
}
/* line 792, /www/app/assets/stylesheets/application.scss */
.page.roi .lead-container#right-lead-container h2:before {
  left: -72px;
  width: 100%;
}
/* line 797, /www/app/assets/stylesheets/application.scss */
.page.roi .lead-container {
  color: #ffffff;
  background-color: #10893E;
  color: #ffffff;
  position: relative;
  z-index: -10;
  left: 0;
  margin-bottom: 20px;
}
/* line 805, /www/app/assets/stylesheets/application.scss */
.page.roi .lead-container .text-container {
  max-width: 720px;
  margin-top: -60px;
  padding-bottom: 10px;
  margin-left: -8px;
}
/* line 811, /www/app/assets/stylesheets/application.scss */
.page.roi .lead-container h2 {
  z-index: 1;
  position: relative;
  padding-bottom: 20px;
}
/* line 816, /www/app/assets/stylesheets/application.scss */
.page.roi .lead-container h2:before {
  content: "";
  width: 150%;
  height: 60px;
  position: absolute;
  background-color: #00AC50;
  left: -50%;
  top: -8px;
  z-index: -1;
}
/* line 826, /www/app/assets/stylesheets/application.scss */
.page.roi .lead-container .number-label {
  position: absolute;
  z-index: 2;
  font-size: 70px;
  top: -40px;
}

/* Technology */
/* line 837, /www/app/assets/stylesheets/application.scss */
.page.technology {
  padding: 124px 0 0 0;
}

/* line 842, /www/app/assets/stylesheets/application.scss */
.technology .row {
  padding: 50px 0;
  margin: 0;
}
/* line 845, /www/app/assets/stylesheets/application.scss */
.technology .row .no-padding {
  padding: 0;
}

/* line 854, /www/app/assets/stylesheets/application.scss */
#row-overlap {
  top: -240px;
  position: relative;
}

/* line 859, /www/app/assets/stylesheets/application.scss */
#technology {
  margin-top: 80px;
}

/* line 863, /www/app/assets/stylesheets/application.scss */
#autocure-symbol {
  width: 80px;
  height: 80px;
  margin: 0 20px 20px 0;
}

/* line 869, /www/app/assets/stylesheets/application.scss */
#tech-desc::before {
  content: "";
  width: 7vw;
  min-width: 80px;
  height: 4px;
  background-color: #10893E;
  position: absolute;
  top: 370px;
}

/* line 879, /www/app/assets/stylesheets/application.scss */
#green-spacer {
  content: "";
  width: 7vw;
  min-width: 80px;
  height: 4px;
  background-color: #10893E;
  position: relative;
  top: 142px;
}

/* line 889, /www/app/assets/stylesheets/application.scss */
#green-spacer-right {
  content: "";
  width: 7vw;
  min-width: 80px;
  height: 4px;
  background-color: #10893E;
  position: relative;
  top: 138px;
  float: right;
}

/* line 900, /www/app/assets/stylesheets/application.scss */
.text-padding-left {
  padding-left: 7vw;
}

/* line 904, /www/app/assets/stylesheets/application.scss */
.text-padding-right {
  padding-right: 7vw;
}

/* line 908, /www/app/assets/stylesheets/application.scss */
#emphasis {
  margin-top: -160px;
  display: inline;
}

/* line 913, /www/app/assets/stylesheets/application.scss */
.blueprint-clipped-white {
  background-color: #10893E;
  width: 100%;
  height: 25vh;
  margin-top: -10%;
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
}

/* line 922, /www/app/assets/stylesheets/application.scss */
.green-background-clipped {
  background-color: #10893E;
  background-image: url(autocure_symbol_white-776bebf55ccc7265578713622c20cd58112911511165f457ad70f2b4c57b7a68.svg);
  background-repeat: no-repeat;
  background-position: 80% center;
  width: 100%;
  height: 40vh;
  margin-top: -15%;
  -webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 100%);
}

/* line 934, /www/app/assets/stylesheets/application.scss */
#z-index-100 {
  z-index: 100;
  position: relative;
}

/* line 939, /www/app/assets/stylesheets/application.scss */
#blueprint-white {
  margin-top: -78%;
}

/* line 943, /www/app/assets/stylesheets/application.scss */
.screenshot {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}

/* line 949, /www/app/assets/stylesheets/application.scss */
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 955, /www/app/assets/stylesheets/application.scss */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 962, /www/app/assets/stylesheets/application.scss */
.instagram {
  display: inline-block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
/* line 969, /www/app/assets/stylesheets/application.scss */
.instagram::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 85%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 81%, rgba(0, 0, 0, 0.65) 100%);
  bottom: 74px;
}

/* line 979, /www/app/assets/stylesheets/application.scss */
.ig-border {
  width: 100%;
  height: 20px;
  background-color: #10893E;
  position: absolute;
  bottom: 60px;
}

/* line 987, /www/app/assets/stylesheets/application.scss */
span.ig-text {
  color: #ffffff;
  text-shadow: 0px 0px 30px black;
  position: relative;
  top: -42px;
  left: 75px;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

/* line 999, /www/app/assets/stylesheets/application.scss */
.instagram:after {
  content: " ";
  display: inline-block;
  background-image: url(icon-instagram-white-9ca04c39ce79077779004e9e7bc6e1f0a822943a49d33b7f75e4893a948f45a0.svg);
  width: 28px;
  height: 28px;
  position: relative;
  top: -86px;
  left: 26px;
}

/* Contact Us */
/* line 1012, /www/app/assets/stylesheets/application.scss */
.contact-us {
  text-align: center;
  padding: 80px 0;
}
/* line 1018, /www/app/assets/stylesheets/application.scss */
.contact-us h1 {
  margin: 30px 0;
}
/* line 1021, /www/app/assets/stylesheets/application.scss */
.contact-us h2 {
  font-size: 50px;
  margin-bottom: 8px;
}
/* line 1025, /www/app/assets/stylesheets/application.scss */
.contact-us .hours {
  color: #80868A;
}
/* line 1028, /www/app/assets/stylesheets/application.scss */
.contact-us .call-btn {
  margin-top: 30px;
  font-size: 20px;
  padding-left: 100px;
}

/* line 1035, /www/app/assets/stylesheets/application.scss */
a.call-btn {
  position: relative;
}
/* line 1037, /www/app/assets/stylesheets/application.scss */
a.call-btn::before {
  content: "";
  background-image: url(phone-icon-cfea4b41cf8e028dfdc4a916ddcace16f9a5a9dbd6ffb51bf23db4d5fbd89088.svg);
  position: absolute;
  top: 15px;
  left: 30px;
  width: 28px;
  height: 30px;
  background-size: auto auto;
}

/* line 1049, /www/app/assets/stylesheets/application.scss */
.contact-form {
  background-color: #F6F7F9;
  background-image: url(noise-aeaf043c84f527cf1e522990993bdcc1fa6339717b5cbc7c01840141a201b246.jpg);
  background-repeat: repeat;
}
/* line 1053, /www/app/assets/stylesheets/application.scss */
.contact-form .row {
  padding: 10px 0;
}

/* line 1058, /www/app/assets/stylesheets/application.scss */
.contact-form-container {
  max-width: 66%;
  margin: 0 auto;
  padding: 60px 0;
}

/* line 1064, /www/app/assets/stylesheets/application.scss */
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 200px;
}

/* line 1072, /www/app/assets/stylesheets/application.scss */
.margin-top {
  margin-top: 50px;
}

/* line 1076, /www/app/assets/stylesheets/application.scss */
.nav-mobile-hide {
  display: block;
}

/* line 1079, /www/app/assets/stylesheets/application.scss */
.nav-mobile-show {
  display: none;
}

/* 404 */
/* line 1085, /www/app/assets/stylesheets/application.scss */
.error-404 {
  margin-top: 10vh;
  color: #08AB54;
}
/* line 1088, /www/app/assets/stylesheets/application.scss */
.error-404 .oswald {
  font-size: 400px;
  display: inline-block;
  z-index: 20;
  position: relative;
}
/* line 1094, /www/app/assets/stylesheets/application.scss */
.error-404 .sub-title {
  bottom: 0;
  position: relative;
  display: inline-block;
  background-color: white;
  padding: 20px 40px;
  top: -86px;
  margin-top: 40px;
}
/* line 1102, /www/app/assets/stylesheets/application.scss */
.error-404 .sub-title h2 {
  font-size: 48px;
  margin: 0;
}

/* line 1109, /www/app/assets/stylesheets/application.scss */
.grey-container {
  background-color: #F1F1F1;
  z-index: 10;
  position: relative;
  margin-top: -100px;
}
/* line 1114, /www/app/assets/stylesheets/application.scss */
.grey-container .grey-container-contents {
  padding: 40px;
}

/* Media Queries */
@media (max-width: 1450px) {
  /* line 1123, /www/app/assets/stylesheets/application.scss */
  .first-section {
    background-image: url(autocure-bg-lg-9200b6c71ce520f77f4c7d27ae59e90109c1befa3b95475dff47ddb0e9e73d48.png);
    background-size: cover;
  }

  /* line 1127, /www/app/assets/stylesheets/application.scss */
  .overflow6, .overflow7 {
    width: 15%;
  }
}
@media (min-width: 1200px) {
  /* line 1133, /www/app/assets/stylesheets/application.scss */
  .mobile-show {
    display: none !important;
  }

  /* line 1136, /www/app/assets/stylesheets/application.scss */
  .float-lg-right {
    float: right;
  }
}
@media (max-width: 1200px) {
  /* line 1142, /www/app/assets/stylesheets/application.scss */
  .margin-bottom {
    margin-bottom: 100px;
  }

  /* line 1145, /www/app/assets/stylesheets/application.scss */
  .green-text {
    background-color: #10893E;
    padding: 50px;
  }

  /* line 1149, /www/app/assets/stylesheets/application.scss */
  #cannabis-photo {
    position: relative;
    top: -400px;
  }

  /* line 1153, /www/app/assets/stylesheets/application.scss */
  .text-center {
    margin-top: -350px;
  }

  /* line 1157, /www/app/assets/stylesheets/application.scss */
  #arrow::after {
    display: none;
  }

  /* line 1162, /www/app/assets/stylesheets/application.scss */
  .cannabis-curing-page .header-section {
    background-image: url(cannabis-curing-header-md-6a1d4afca98f10e621f77c60dd278de459324251bcf9cd8210ca94ef0a9852bf.png);
    height: 100vh;
    max-height: 100vh;
  }
  /* line 1167, /www/app/assets/stylesheets/application.scss */
  .cannabis-curing-page .header-text {
    margin-top: 18vh;
  }
  /* line 1170, /www/app/assets/stylesheets/application.scss */
  .cannabis-curing-page .helper-class {
    height: 100vh;
  }
  /* line 1173, /www/app/assets/stylesheets/application.scss */
  .cannabis-curing-page h2 {
    margin-top: 0;
  }

  /* line 1178, /www/app/assets/stylesheets/application.scss */
  #tech-desc::before, #green-spacer-right, #green-spacer {
    display: none;
  }

  /* line 1181, /www/app/assets/stylesheets/application.scss */
  .mobile-show {
    display: block;
  }

  /* line 1184, /www/app/assets/stylesheets/application.scss */
  .mobile-hide {
    display: none !important;
  }

  /* line 1187, /www/app/assets/stylesheets/application.scss */
  .navbar-header #bg-green {
    height: 84px;
  }

  /* line 1191, /www/app/assets/stylesheets/application.scss */
  .error-404 .sub-title {
    top: -100px;
    margin-top: 50px;
  }

  /* line 1195, /www/app/assets/stylesheets/application.scss */
  .first-section {
    background-image: none;
  }

  /* line 1198, /www/app/assets/stylesheets/application.scss */
  .page.roi .lead-container:before {
    left: auto;
  }

  /* line 1201, /www/app/assets/stylesheets/application.scss */
  .page.roi .lead-container#right-lead-container h2:before {
    left: -35px;
  }

  /* line 1204, /www/app/assets/stylesheets/application.scss */
  .page.roi .lead-container .number-label {
    position: relative;
    top: -4px;
    left: 5%;
  }

  /* line 1209, /www/app/assets/stylesheets/application.scss */
  .overflow6, .overflow7 {
    display: none;
  }

  /* line 1212, /www/app/assets/stylesheets/application.scss */
  #row-overlap {
    top: 0;
  }
}
@media (max-width: 992px) {
  /* line 1218, /www/app/assets/stylesheets/application.scss */
  #blueprint-white {
    margin-top: -69%;
  }

  /* line 1221, /www/app/assets/stylesheets/application.scss */
  .text-container {
    padding: 0 20px;
  }

  /* line 1224, /www/app/assets/stylesheets/application.scss */
  .text-padding-left, .text-padding-right {
    padding: 0;
  }

  /* line 1227, /www/app/assets/stylesheets/application.scss */
  #emphasis {
    margin-top: 0;
  }

  /* line 1230, /www/app/assets/stylesheets/application.scss */
  .instagram {
    display: block;
    max-width: 700px;
    margin: 0 auto;
    float: none;
  }

  /* line 1236, /www/app/assets/stylesheets/application.scss */
  .instagram:before {
    position: relative;
  }

  /* line 1239, /www/app/assets/stylesheets/application.scss */
  .navbar li {
    height: 60px;
  }

  /* line 1242, /www/app/assets/stylesheets/application.scss */
  .navbar-brand {
    max-width: 180px;
    width: 100%;
    height: 60px;
  }

  /* line 1247, /www/app/assets/stylesheets/application.scss */
  .navbar-header {
    height: 60px;
  }
  /* line 1249, /www/app/assets/stylesheets/application.scss */
  .navbar-header #bg-green {
    height: 60px;
  }

  /* line 1253, /www/app/assets/stylesheets/application.scss */
  .navbar .nav {
    width: calc(100% - 165px);
  }

  /* line 1256, /www/app/assets/stylesheets/application.scss */
  .nav-mobile-hide {
    display: none;
  }

  /* line 1259, /www/app/assets/stylesheets/application.scss */
  .nav-mobile-show {
    display: block;
  }

  /* line 1262, /www/app/assets/stylesheets/application.scss */
  .float-lg-right {
    float: none;
    padding-top: 100px;
  }

  /* line 1266, /www/app/assets/stylesheets/application.scss */
  .row-eq-height {
    display: block;
  }

  /* line 1269, /www/app/assets/stylesheets/application.scss */
  .blueprint-clipped-white {
    margin-top: -20%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  /* line 1275, /www/app/assets/stylesheets/application.scss */
  .container {
    width: 90%;
    padding: 0;
  }

  /* line 1279, /www/app/assets/stylesheets/application.scss */
  #nav.container {
    width: 100%;
  }

  /* line 1282, /www/app/assets/stylesheets/application.scss */
  .navbar-header {
    width: 100%;
  }
  /* line 1284, /www/app/assets/stylesheets/application.scss */
  .navbar-header .mobile-show {
    float: right;
  }
  /* line 1287, /www/app/assets/stylesheets/application.scss */
  .navbar-header #bg-green {
    background-color: #08AB54;
    margin: 0;
  }

  /* line 1292, /www/app/assets/stylesheets/application.scss */
  .navbar-brand {
    float: left;
    left: 50px;
    position: relative;
  }

  /* line 1297, /www/app/assets/stylesheets/application.scss */
  .navbar {
    top: 0;
  }
  /* line 1299, /www/app/assets/stylesheets/application.scss */
  .navbar li {
    width: calc(100% / 3 - 4px);
  }

  /* line 1303, /www/app/assets/stylesheets/application.scss */
  .navbar-collapse ul.nav.navbar-nav {
    width: 100%;
    background-color: #08AB54;
  }

  /* line 1307, /www/app/assets/stylesheets/application.scss */
  .geo:before {
    width: 550px;
    height: 476px;
  }

  /* line 1308, /www/app/assets/stylesheets/application.scss */
  .geo0:after {
    width: 550px;
    height: 314px;
    top: 610px;
  }

  /* line 1310, /www/app/assets/stylesheets/application.scss */
  .geo1:before {
    width: 440px;
    height: 346px;
  }

  /* line 1311, /www/app/assets/stylesheets/application.scss */
  .geo2:after {
    width: 600px;
    height: 467px;
  }

  /* line 1312, /www/app/assets/stylesheets/application.scss */
  .geo4:after {
    width: 600px;
    height: 467px;
    top: 200px;
  }

  /* line 1313, /www/app/assets/stylesheets/application.scss */
  .overflow4 {
    left: -90px;
  }
}
@media (max-width: 768px) {
  /* line 1319, /www/app/assets/stylesheets/application.scss */
  .container {
    width: 90%;
    padding: 0;
  }

  /* line 1323, /www/app/assets/stylesheets/application.scss */
  #nav.container {
    width: 100%;
  }

  /* line 1326, /www/app/assets/stylesheets/application.scss */
  .navbar-header {
    width: 100%;
  }
  /* line 1328, /www/app/assets/stylesheets/application.scss */
  .navbar-header #bg-green {
    background-color: #08AB54;
    margin: 0;
    height: 60px;
    width: 100%;
    max-width: 300px;
  }

  /* line 1336, /www/app/assets/stylesheets/application.scss */
  .navbar-brand {
    float: left;
    margin-left: 20px;
    padding-right: 20px;
    position: relative;
    max-width: 140px;
  }

  /* line 1343, /www/app/assets/stylesheets/application.scss */
  .navbar {
    top: 0;
  }
  /* line 1345, /www/app/assets/stylesheets/application.scss */
  .navbar ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* line 1350, /www/app/assets/stylesheets/application.scss */
  .navbar li {
    width: calc(100% / 3 - 4px);
  }

  /* line 1354, /www/app/assets/stylesheets/application.scss */
  .navbar .nav {
    width: auto;
    float: right;
  }

  /* line 1358, /www/app/assets/stylesheets/application.scss */
  .navbar-nav {
    margin: 0;
  }

  /* line 1361, /www/app/assets/stylesheets/application.scss */
  .navbar-collapse ul.nav.navbar-nav {
    width: 100%;
    background-color: #08AB54;
  }

  /* line 1365, /www/app/assets/stylesheets/application.scss */
  .geo:before {
    width: 400px;
    height: 346px;
    top: 0;
    display: none;
  }

  /* line 1366, /www/app/assets/stylesheets/application.scss */
  .geo0:after {
    width: 392px;
    height: 242px;
    top: 743px;
  }

  /* line 1367, /www/app/assets/stylesheets/application.scss */
  .overflow {
    height: 100vh;
  }

  /* line 1368, /www/app/assets/stylesheets/application.scss */
  .geo1:before {
    width: 440px;
    height: 346px;
    background-image: url("");
  }

  /* line 1369, /www/app/assets/stylesheets/application.scss */
  .geo2:after {
    width: 600px;
    height: 467px;
    background-image: url("");
  }

  /* line 1370, /www/app/assets/stylesheets/application.scss */
  .geo-white:after {
    bottom: -180px;
  }

  /* line 1371, /www/app/assets/stylesheets/application.scss */
  .geo-white-2:after {
    top: -230px;
  }

  /* line 1372, /www/app/assets/stylesheets/application.scss */
  .overflow4 {
    height: 250px;
  }

  /* line 1374, /www/app/assets/stylesheets/application.scss */
  .text-right, .text-left {
    width: 90%;
  }

  /* line 1377, /www/app/assets/stylesheets/application.scss */
  h3.text-center {
    font-size: 30px;
  }

  /* line 1380, /www/app/assets/stylesheets/application.scss */
  .text-center:before {
    top: 0;
    left: 0;
    display: block;
  }

  /* line 1388, /www/app/assets/stylesheets/application.scss */
  #padding-top {
    padding-top: 100px;
  }

  /* line 1391, /www/app/assets/stylesheets/application.scss */
  .green-background {
    background-color: #ffffff;
  }

  /* line 1395, /www/app/assets/stylesheets/application.scss */
  #padding-bottom {
    padding-bottom: 50px;
  }

  /* line 1398, /www/app/assets/stylesheets/application.scss */
  .green-text-background #cannabis-curing-text {
    width: 75%;
  }

  /* line 1402, /www/app/assets/stylesheets/application.scss */
  .cannabis-curing-page .header-text {
    margin-top: 10vh;
  }
  /* line 1405, /www/app/assets/stylesheets/application.scss */
  .cannabis-curing-page #thca-thc {
    margin-top: 0;
  }
  /* line 1408, /www/app/assets/stylesheets/application.scss */
  .cannabis-curing-page h2 {
    margin-top: 20px;
  }

  /* line 1413, /www/app/assets/stylesheets/application.scss */
  .header-section {
    background-image: none;
  }

  /* line 1417, /www/app/assets/stylesheets/application.scss */
  .home > header {
    height: 100vh;
  }

  /* line 1420, /www/app/assets/stylesheets/application.scss */
  .footer-container {
    margin-left: 0;
  }

  /* line 1423, /www/app/assets/stylesheets/application.scss */
  .green-pre {
    background-color: rgba(0, 0, 0, 0);
  }

  /* line 1426, /www/app/assets/stylesheets/application.scss */
  .home .row {
    padding: 25px 0;
  }

  /* line 1429, /www/app/assets/stylesheets/application.scss */
  #negative-top {
    top: 0;
  }

  /* line 1432, /www/app/assets/stylesheets/application.scss */
  #cannabis-photo {
    top: -370px;
  }

  /* line 1435, /www/app/assets/stylesheets/application.scss */
  .text-left {
    margin-left: 15px;
  }

  /* line 1436, /www/app/assets/stylesheets/application.scss */
  .text-right {
    margin-right: 15px;
  }

  /* line 1438, /www/app/assets/stylesheets/application.scss */
  #centered {
    max-width: 80%;
  }

  /* line 1441, /www/app/assets/stylesheets/application.scss */
  #padding-top {
    background-color: #ffffff;
  }

  /* line 1444, /www/app/assets/stylesheets/application.scss */
  .oswald {
    font-size: 60vw !important;
  }

  /* line 1447, /www/app/assets/stylesheets/application.scss */
  .page.roi .lead-container h2:before {
    display: none;
  }

  /* line 1450, /www/app/assets/stylesheets/application.scss */
  .page.roi .lead-container {
    padding: 20px;
  }

  /* line 1453, /www/app/assets/stylesheets/application.scss */
  .page.roi .lead-container:before {
    display: none;
  }

  /* line 1456, /www/app/assets/stylesheets/application.scss */
  .blueprint-clipped-white {
    margin-top: -24%;
  }
}
@media only screen and (max-width: 1200px) and (orientation: landscape) {
  /* line 1462, /www/app/assets/stylesheets/application.scss */
  .geo:before {
    display: none;
  }

  /* line 1465, /www/app/assets/stylesheets/application.scss */
  header {
    height: 100vh !important;
  }

  /* line 1468, /www/app/assets/stylesheets/application.scss */
  .tagline {
    font-size: 24px;
    width: 100%;
    padding-top: 40px;
    text-align: center;
  }

  /* line 1474, /www/app/assets/stylesheets/application.scss */
  .logo {
    width: 50%;
  }

  /* line 1477, /www/app/assets/stylesheets/application.scss */
  .home .row {
    padding: 25px 0;
  }

  /* line 1480, /www/app/assets/stylesheets/application.scss */
  #negative-top {
    top: 0;
  }

  /* line 1483, /www/app/assets/stylesheets/application.scss */
  #padding-top {
    background-color: #ffffff;
  }

  /* line 1486, /www/app/assets/stylesheets/application.scss */
  .page.roi .lead-container#right-lead-container:before {
    display: none;
  }
}
@media (max-width: 380px) {
  /* line 1492, /www/app/assets/stylesheets/application.scss */
  .navbar-brand {
    margin-left: 0;
  }

  /* line 1495, /www/app/assets/stylesheets/application.scss */
  .navbar li a {
    font-size: 12px;
  }

  /* line 1498, /www/app/assets/stylesheets/application.scss */
  .tagline {
    font-size: 36px;
  }

  /* line 1501, /www/app/assets/stylesheets/application.scss */
  .geo3:before {
    display: none;
  }
}
/* iPad Pro Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  /* line 1508, /www/app/assets/stylesheets/application.scss */
  .cannabis-curing-page .header-section, .cannabis-curing-page .helper-class {
    height: 70vh;
  }
}
/* iPad Portrait */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  /* line 1518, /www/app/assets/stylesheets/application.scss */
  .cannabis-curing-page .header-section, .cannabis-curing-page .helper-class {
    height: 70vh;
  }
}
