body {
  font-family: 'Open Sans', sans-serif;
}

#banner {
  border-top: solid #C2E76B 10px;
  background: url(/../../landing-pages/images/banner.png) center no-repeat;
  background-size: auto 100%;
  height: 314px;
}

#banner p {
  color: #150859;
  font-size: 50px;
  line-height: 55px;
  font-weight: bolder;
  font-style: italic;
  display: inline-block;
}

#banner.product-labels {
  background: url(/../../landing-pages/images/custom-consumer-labels.png) center no-repeat;
  background-size: 100% auto;
}

#banner.product-labels p {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  border-radius: 12px;
}

#banner.industrial-labels {
  background: url(/../../landing-pages/images/custom-industrial-labels2.jpg) center right no-repeat;
  background-size: cover;
  height: 350px;
}

#banner.medical-marijuana-labeling {
  background: url(/../../landing-pages/images/medical-marijuana.jpg) center right no-repeat;
  background-size: cover;
  height: 350px;
}

#banner.medical-marijuana-labeling p {
  _color: #fff;
  background: rgba(255, 255, 255, 0.5);
  padding: 10px 20px;
  border-radius: 12px;
}
#banner.medical-m-labeling {
  background: url(/../../landing-pages/images/medical-m.jpg) center right no-repeat;
  background-size: cover;
  height: 350px;
}

#banner.medical-m-labeling p {
  _color: #fff;
  background: rgba(255, 255, 255, 0.5);
  padding: 10px 20px;
  border-radius: 12px;
}

#intro.content {
  background-color: #150859;
  padding: 50px 30px;
  color: #fff;
  font-size: 20px;
}

#intro.content .file-icon {
  border: solid #fff 2px;
  width: 120px;
  height: 120px;
  display: inline-block;
  border-radius: 120px;
  text-align: center;
  padding-top: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#sub-banner {
  background: #C2E76B;
}

#sub-banner p {
  margin-bottom: 0;
  font-size: 40px;
  text-align: center;
  font-weight: 300;
  font-style: italic;
}

#blue-strip {
  background: #150859;
  height: 100px;
  position: absolute;
  width: 100%;
}

#after-blue-strip-wrapper {
  background: url(/../../landing-pages/images/after-strip-min.png) 0 120px no-repeat;
  background-size: cover;
  padding-bottom: 70px;
}

#after-blue-strip-wrapper #after-blue-strip {
  margin-top: -20px;
}

#footer {
  background: #150859;
}

#form {
  background: #C2E76B;
  margin-top: 40px;
}

#form .title {
  color: #150859;
  font-size: 50px;
  font-weight: bold;
  font-style: italic;
  font-size: 32px;
}

.heading2 {
  color: #150859;
  font-size: 35px;
  font-weight: bold;
  font-style: italic;
  font-style: italic;
}

ul.plus,
ul.arrow {
  list-style-type: none;
  padding: 0;
}

ul.plus li {
  background: url(/../../landing-pages/images/plus.png) left 4px no-repeat;
  color: #150859;
  padding-left: 30px;
  margin-bottom: 15px;
}

ul.arrow li:before {
  content: '>\A0';
  padding-left: 0;
  font-weight: bold;
}

h4 {
  color: #150859;
  font-weight: bold;
  font-style: italic;
}

.button {
  background: #150859;
  padding: 7px 30px;
  color: #fff;
}

.button:hover {
  text-decoration: none;
  color: #fff;
}

.round-icon {
  background: #150859;
  border-radius: 150px;
  width: 150px;
  height: 150px;
  display: block;
  text-align: center;
  margin: 0 auto 50px auto;
}

.round-icon img {
  margin-top: 40px;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 680px solid transparent;
  border-right: 680px solid transparent;
  border-top: 30px solid #C2E76B;
  position: absolute;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 680px solid transparent;
  border-right: 680px solid transparent;
  border-bottom: 30px solid #150859;
  margin-top: -30px;
}


/*# sourceMappingURL=landing-pages.css.map*/