body {
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  position: relative;
  z-index: 10;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 45px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  color: #241201;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  letter-spacing: 0px;
}

a {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #509e03;
  font-weight: 700;
  text-decoration: none;
}

a:hover {
  color: #000;
}

label {
  display: block;
  margin-bottom: 5px;
  color: #241201;
  font-weight: 700;
}

strong {
  color: #241201;
  font-weight: 700;
}

strong:hover {
  color: #022346;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  color: #666;
  font-size: 20px;
  line-height: 22px;
  font-style: italic;
  font-weight: 300;
}

.hero-section {
  position: relative;
  padding-top: 130px;
  padding-bottom: 145px;
  background-image: url('../images/design-desk.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-section.about-page {
  position: relative;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 80px;
  background-image: url('../images/store-20.1.jpg');
  background-position: 50% 9%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.hero-section.blog-hero {
  padding-top: 120px;
  padding-bottom: 80px;
  background-image: url('../images/laptop-desk.jpg');
  background-position: 50% 50%;
}

.hero-section.portfolio-hero {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 80px;
  background-image: url('../images/fruit-smoothies-18-copy.JPG');
  background-position: 0% 63%;
  background-size: cover;
}

.hero-section.portfolio-hero.rewards {
  margin-top: 0px;
  padding-top: 0px;
  background-image: url('../images/veg-2-copy.JPG');
  background-position: 0% 63%;
  background-size: cover;
}

.hero-section.blog-post-hero {
  padding-bottom: 150px;
}

.hero-section.home-page-hero {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: none;
}

.hero-section.products {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 80px;
  background-image: url('../images/store-13.1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-section.drhhero {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 80px;
  background-image: url('../images/dr-hauschka-2-copy.JPG');
  background-position: 0% 56%;
  background-size: cover;
}

.nav {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 3px solid #509e03;
  background-color: #fbfaf9;
}

.logo-text {
  margin-top: 11px;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
}

.logo-text.footer-logo {
  margin-top: 3px;
}

.nav-link {
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 5px;
  border-style: none;
  border-width: 1px;
  border-color: #000 #000 #c2005a;
  opacity: 1;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  font-family: 'Droid Sans', sans-serif;
  color: #3b5cca;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: transparent;
  opacity: 1;
  color: #509e03;
  font-size: 18px;
  font-style: italic;
  letter-spacing: 1px;
  text-decoration: none;
  text-shadow: none;
}

.nav-link.w--current {
  padding-right: 7px;
  padding-left: 7px;
  opacity: 1;
  color: #3b5cca;
  text-shadow: none;
}

.nav-link.w--current:hover {
  color: #509e03;
}

.nav-link.contact {
  margin-top: 9px;
  margin-left: 30px;
  padding: 10px;
  border-radius: 2px;
  background-color: hsla(0, 0%, 100%, .3);
  font-size: 12px;
  line-height: 18px;
}

.nav-link.footer-link {
  margin-top: 0px;
  padding: 10px;
  float: right;
  background-color: transparent;
  color: #003d7f;
  text-decoration: none;
}

.nav-link.footer-link:hover {
  color: #c2005a;
}

.section {
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, #fbfaf9, hsla(30, 20%, 98%, .96) 10%, hsla(30, 20%, 98%, .9) 50%, #fbfaf9 90%, #faf9f7), url('../images/AdobeStock_81677337-burlap-small.png');
  background-image: linear-gradient(180deg, #fbfaf9, hsla(30, 20%, 98%, .96) 10%, hsla(30, 20%, 98%, .9) 50%, #fbfaf9 90%, #faf9f7), url('../images/AdobeStock_81677337-burlap-small.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 600px;
}

.section.top-section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.top-section.home-page {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, rgba(58, 92, 201, .5), #fbfaf9 62%), url('../images/veg-8-copy.JPG');
  background-image: linear-gradient(180deg, rgba(58, 92, 201, .5), #fbfaf9 62%), url('../images/veg-8-copy.JPG');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 100%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.gray-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ececec;
}

.section.cafe {
  background-image: url('../images/wood-wide--bg.jpg');
  background-position: 0px 0px;
  background-size: 1608px;
  background-repeat: repeat;
}

.hero-container {
  position: relative;
  top: -70px;
  margin-top: 85px;
  padding: 5px;
  border: 8px solid #3b5cca;
  background-color: #f4feff;
}

.hero-container.project-container {
  padding: 10px;
}

._60block {
  width: 60%;
  height: 300px;
  padding: 5px;
  float: left;
}

.hero-tile {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border: 4px none #fff;
}

.tile-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-image: url('../images/StoreFront.jpg');
  background-position: 0px 100%;
  background-size: 104%;
  -webkit-transition: -webkit-transform 1000ms ease;
  transition: -webkit-transform 1000ms ease;
  transition: transform 1000ms ease;
  transition: transform 1000ms ease, -webkit-transform 1000ms ease;
}

.tile-image:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.tile-image.hire {
  background-image: url('../images/veg-8-copy.JPG');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tile-image.product {
  background-image: url('../images/dr-hauschka-1-copy.JPG');
  background-size: cover;
}

.tile-image.contact {
  background-image: url('../images/fruit-smoothies-16.JPG');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tile-image.location {
  background-image: url('../images/angels.jpg');
  background-position: 83% 24%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.tile-text {
  position: absolute;
  left: 10px;
  bottom: 11px;
  z-index: 20;
  font-family: Lato, sans-serif;
  color: #fbfaf9;
  font-size: 25px;
  line-height: 28px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 3px 3px 1px #071b31;
}

.tile-text:hover {
  text-shadow: 1px 1px 6px #003d7f;
}

._40block {
  position: relative;
  width: 40%;
  height: 300px;
  padding: 5px;
  float: left;
}

._33block {
  width: 33.33%;
  height: 300px;
  padding: 5px;
  float: left;
}

.social-block {
  width: 50%;
  height: 145px;
  float: left;
  background-color: #55acee;
  background-image: url('../images/twitter.svg');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.social-block:hover {
  background-color: #3d90cf;
}

.social-block.facebook {
  background-color: #3765a3;
  background-image: url('../images/facebook.svg');
  background-size: 50px;
}

.social-block.facebook:hover {
  background-color: #23528f;
}

.social-block.pinterest {
  background-color: #c92228;
  background-image: url('../images/pinterest.svg');
  background-size: 50px;
}

.social-block.pinterest:hover {
  background-color: #aa1217;
}

.social-block.dribbble {
  display: inline-block;
  background-color: #e04c86;
  background-image: url('../images/dribbble.svg');
  background-size: 50px;
}

.social-block.dribbble:hover {
  background-color: #c02c67;
}

.footer-section {
  padding-top: 23px;
  padding-bottom: 23px;
  border-top: 2px none #509e03;
  background-color: #fbfaf9;
  background-image: -webkit-linear-gradient(270deg, #fbfaf9, rgba(59, 92, 202, .3));
  background-image: linear-gradient(180deg, #fbfaf9, rgba(59, 92, 202, .3));
}

.nav-menu {
  margin-top: 22px;
  float: none;
  text-align: center;
}

.footer-link-col {
  margin-top: 19px;
}

.tile-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

.contact-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  background-color: rgba(0, 0, 0, .9);
  opacity: 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff;
  text-align: center;
}

.close-link {
  display: block;
  margin-bottom: 20px;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.close-link:hover {
  opacity: 1;
  color: #fff;
}

.text-field {
  height: 38px;
  margin-bottom: 15px;
  padding: 0px 5px;
  border: 1px solid #522901;
  border-radius: 3px;
  background-color: #fbfaf9;
  font-family: Exo, sans-serif;
  color: #241201;
  font-size: 12px;
}

.text-field:focus {
  border-color: hsla(0, 0%, 100%, .3);
  color: #fff;
}

.text-field.text-area {
  height: 120px;
}

.form-wrapper {
  display: block;
  margin: 0px 10px 20px;
  padding-top: 20px;
  padding-right: 15px;
  padding-left: 15px;
}

.submit-button {
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #7f3f00;
  border-radius: 3px;
  background-color: #3b5cca;
  background-image: none;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 17px;
}

.submit-button:hover {
  background-color: #4ee8fc;
  background-image: -webkit-linear-gradient(315deg, rgba(0, 61, 127, .9), rgba(78, 232, 252, .9));
  background-image: linear-gradient(135deg, rgba(0, 61, 127, .9), rgba(78, 232, 252, .9));
}

.contact-heading {
  color: #c2005a;
  font-size: 30px;
  line-height: 32px;
}

.small-divider {
  display: block;
  width: 80px;
  height: 2px;
  margin: 10px auto;
  background-color: #fff;
  opacity: 0.2;
}

.small-divider.dark-divider {
  background-color: #000;
}

.contact-text {
  margin-bottom: 20px;
  opacity: 0.7;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}

.success-message {
  background-color: #2bab68;
}

.success-text {
  margin-bottom: 0px;
  color: #fff;
}

.hero-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  margin-top: 0px;
  background-color: rgba(0, 62, 128, .52);
}

.hero-overlay.drhhero {
  background-color: rgba(0, 62, 128, .52);
}

.hero-overlay.cafe-only {
  background-color: rgba(98, 181, 177, .76);
}

.cta-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #3bc984;
  text-align: center;
}

.cta-heading {
  margin-bottom: 18px;
  color: #fff;
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
}

.button {
  padding: 15px 40px;
  background-color: #19975a;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 14px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #088347;
  color: #fff;
}

.project-image {
  height: 250px;
  border-radius: 3px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: -webkit-transform 700ms ease;
  transition: -webkit-transform 700ms ease;
  transition: transform 700ms ease;
  transition: transform 700ms ease, -webkit-transform 700ms ease;
}

.project-image:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.project-block {
  padding: 8px;
}

.project-title {
  position: absolute;
  left: 25px;
  bottom: 25px;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .4);
}

.project-tag {
  position: absolute;
  top: 25px;
  right: 25px;
  padding: 9px 10px 8px;
  border-radius: 3px;
  opacity: 1;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}

.project-link {
  display: block;
  overflow: hidden;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #333;
  text-decoration: none;
}

.project-link:hover {
  color: #55acee;
}

.project-link.blog-link {
  height: 340px;
}

.project-link.blog-link:hover {
  color: #333;
}

.alternate-image {
  height: 360px;
  margin-bottom: 15px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.project-text {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.center {
  text-align: center;
}

.blog-block {
  position: relative;
  padding: 10px;
}

.blog-image {
  position: relative;
  height: 100%;
  margin-bottom: 10px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-title {
  margin-top: 6px;
  margin-bottom: 5px;
  padding-right: 5px;
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
}

.blog-description {
  margin-bottom: 10px;
  color: #666;
}

.blog-date {
  position: absolute;
  left: 10px;
  top: 13px;
  z-index: 10;
  color: #fff;
}

.blog-author {
  display: inline-block;
  margin-right: 3px;
  color: #888;
  font-style: italic;
}

.blog-category {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  padding: 7px 8px;
  border-radius: 3px;
  opacity: 1;
  color: #fff;
  line-height: 14px;
}

.blog-post-wrapper {
  padding-top: 30px;
}

.blog-details {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
  opacity: 0.7;
  color: #fff;
  font-size: 16px;
}

.hero-text-wrapper {
  position: relative;
  z-index: 10;
  text-align: center;
}

.author-wrapper {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  text-align: center;
}

.author-image {
  width: 150px;
  margin-bottom: 5px;
  border-radius: 200px;
}

.author-name {
  color: #444;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}

.author-bio {
  color: #666;
  font-size: 17px;
  line-height: 23px;
}

.home-page-heading {
  margin: 0px auto 10px;
  padding-top: 18px;
  font-family: 'Droid Sans', sans-serif;
  color: #fbfaf9;
  font-size: 32px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
  text-shadow: 2px 2px 11px rgba(36, 18, 1, .91);
}

.tile-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .32);
}

.tile-overlay:hover {
  background-color: transparent;
  color: #000;
}

.tile-overlay.lightblue {
  background-color: rgba(78, 232, 252, .7);
}

.tile-overlay.pink {
  background-color: rgba(220, 59, 135, .7);
}

.blog-image-wrapper {
  position: relative;
  overflow: hidden;
  height: 180px;
  margin-bottom: 10px;
}

.h1 {
  margin-top: 0px;
  color: #3b5cca;
  font-size: 31px;
  text-align: left;
  letter-spacing: 5px;
}

.h1:hover {
  font-size: 31px;
}

.h1.angel {
  color: #29837e;
}

.field-lable {
  margin-bottom: 4px;
  color: #509e03;
}

.contact-clm {
  margin-top: 20px;
  border: 8px solid #3b5cca;
  border-radius: 0px;
  background-color: hsla(30, 20%, 98%, .85);
}

.video-row {
  margin-bottom: 40px;
}

.copyright {
  margin-top: 30px;
  text-align: center;
}

.video {
  height: 165px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.logo {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  max-width: 70%;
  padding-top: 1px;
  padding-bottom: 9px;
  float: none;
  color: transparent;
  text-align: center;
}

.brand-link {
  width: 312px;
  float: none;
}

.brand-link.w--current {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 156px;
  padding-left: 156px;
  float: none;
}

.product-div {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #509e03;
}

.product-image {
  margin-top: 20px;
  text-align: center;
}

.centered-clm {
  text-align: center;
}

.radio-btn {
  margin-bottom: 16px;
}

.footer-text {
  margin-top: 10px;
  color: #241201;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
  text-shadow: none;
}

.map {
  height: 183px;
  margin-top: 11px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  float: right;
}

.footer-link {
  color: #000;
}

.footer-link:hover {
  color: #c2005a;
}

.footer-row {
  margin-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
}

.app-badge {
  width: 120px;
  padding-right: 10px;
}

.app-badge:hover {
  padding-right: 5px;
}

.facebook {
  margin-top: 50px;
}

.facebook.alt-page {
  margin-top: 0px;
}

.facebook-clm {
  padding-right: 0px;
  padding-left: 20px;
}

.h2 {
  color: #509e03;
  font-size: 26px;
  line-height: 27px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.h2.angel {
  color: #ff9934;
  font-size: 28px;
  text-align: left;
}

.page-header {
  margin-top: 120px;
  color: #fbfaf9;
  font-size: 53px;
  font-weight: 300;
  letter-spacing: 4px;
  text-shadow: 1px 1px 6px #022346;
}

.text-blcok {
  margin-bottom: 20px;
  color: #241201;
}

.angels-logo {
  width: 250px;
  text-align: left;
}

.container {
  margin-bottom: 20px;
  padding: 33px 20px;
  border-radius: 22px;
  background-color: hsla(0, 0%, 100%, .9);
  background-image: none;
  text-align: center;
}

.container.logo {
  margin-bottom: 20px;
  background-color: transparent;
  background-image: none;
}

.social {
  height: 34px;
}

.social:hover {
  height: 31px;
}

.footer-div {
  margin-bottom: 10px;
  padding-right: 0px;
}

.social-row {
  padding-right: 0px;
}

.angels-pic {
  border-radius: 306px;
}

.h3 {
  margin-bottom: 0px;
  color: #61b5b1;
  font-size: 21px;
  font-weight: 400;
  text-align: left;
}

.h3.category-sep {
  margin-top: 45px;
}

.pricing {
  text-align: center;
}

.angel-header {
  margin-top: 0px;
  text-align: left;
}

.menu-footer {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  max-width: 105%;
  margin: 8px -20px -20px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.nav-container {
  text-align: center;
}

.contain {
  padding-top: 20px;
  padding-bottom: 20px;
}

.info-div {
  margin-bottom: 40px;
}

.footerclm {
  padding-right: 35px;
  padding-left: 35px;
}

.app-icon {
  margin: 10px 5px;
  padding-right: 0px;
}

.clm-centered {
  text-align: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-span {
  color: #ff9934;
}

.text-span-2 {
  color: #ff9934;
}

.text-span-3 {
  color: #ff9934;
}

.text-span-4 {
  color: #ff9934;
}

.text-span-5 {
  color: #ff9934;
}

.text-span-6 {
  color: #ff9934;
}

.text-span-7 {
  color: #ff9934;
}

.text-span-8 {
  color: #ff9934;
}

.text-span-9 {
  color: #ff9934;
}

.text-span-10 {
  color: #ff9934;
}

.text-span-11 {
  color: #61b5b1;
}

.text-span-12 {
  color: #ff9934;
}

.text-span-13 {
  color: #ff9934;
}

.text-span-14 {
  color: #ff9934;
}

.text-block {
  margin-top: 24px;
}

html.w-mod-js *[data-ix="tile-1"] {
  opacity: 0;
  -webkit-transform: scale(0.96, 0.96);
  -ms-transform: scale(0.96, 0.96);
  transform: scale(0.96, 0.96);
}

html.w-mod-js *[data-ix="tile-2"] {
  opacity: 0;
  -webkit-transform: scale(0.96, 0.96);
  -ms-transform: scale(0.96, 0.96);
  transform: scale(0.96, 0.96);
}

html.w-mod-js *[data-ix="tile-3"] {
  opacity: 0;
  -webkit-transform: scale(0.96, 0.96);
  -ms-transform: scale(0.96, 0.96);
  transform: scale(0.96, 0.96);
}

html.w-mod-js *[data-ix="tile-4"] {
  opacity: 0;
  -webkit-transform: scale(0.96, 0.96);
  -ms-transform: scale(0.96, 0.96);
  transform: scale(0.96, 0.96);
}

html.w-mod-js *[data-ix="hero-text"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

@media (max-width: 991px) {
  h1 {
    font-size: 30px;
    line-height: 38px;
  }
  .hero-section {
    padding-top: 88px;
  }
  .hero-section.home-page-hero {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .nav {
    padding-top: 10px;
  }
  .nav-link.contact {
    margin-bottom: 11px;
    background-color: hsla(0, 0%, 100%, 0);
  }
  .nav-link.footer-link {
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 5px;
  }
  .section.top-section {
    padding-bottom: 0px;
  }
  .section.top-section.home-page {
    padding-top: 36px;
    background-image: -webkit-linear-gradient(270deg, rgba(58, 92, 201, .5), #fff 48%), url('../images/veg-8-copy.JPG');
    background-image: linear-gradient(180deg, rgba(58, 92, 201, .5), #fff 48%), url('../images/veg-8-copy.JPG');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, 100%;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  .hero-container {
    background-color: hsla(0, 0%, 100%, .85);
  }
  .tile-text {
    left: 11px;
    bottom: 7px;
    font-size: 23px;
    line-height: 33px;
  }
  .footer-section {
    background-image: -webkit-linear-gradient(270deg, #fff, rgba(58, 92, 201, .3));
    background-image: linear-gradient(180deg, #fff, rgba(58, 92, 201, .3));
  }
  .menu-button {
    color: #fff;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .nav-menu {
    margin-top: 3px;
    padding-right: 68px;
    padding-left: 68px;
    background-color: #fff;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .95), hsla(0, 0%, 100%, .95)), url('../images/AdobeStock_81677337-burlap-small.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .95), hsla(0, 0%, 100%, .95)), url('../images/AdobeStock_81677337-burlap-small.png');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, 600px;
    color: #022346;
  }
  .contact-overlay {
    display: none;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .form-wrapper {
    width: 70%;
  }
  .project-text {
    width: 90%;
  }
  .blog-block {
    padding: 4px;
  }
  .home-page-heading {
    padding-top: 0px;
    padding-right: 3px;
    padding-left: 3px;
    font-size: 23px;
  }
  .blog-image-wrapper {
    height: 170px;
    margin-bottom: 10px;
  }
  .contact-clm {
    background-color: hsla(0, 0%, 100%, .85);
  }
  .app-badge {
    width: 114px;
  }
  .menu-footer {
    max-width: 106%;
  }
  .nav-icon {
    color: #3b5cca;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 41px;
  }
  .hero-section {
    padding-bottom: 25px;
  }
  .hero-section.blog-post-hero {
    padding-bottom: 70px;
  }
  .hero-section.home-page-hero {
    padding: 0px;
  }
  .logo-text {
    margin-bottom: 19px;
  }
  .nav-link.contact {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 20px;
  }
  .nav-link.footer-link {
    float: none;
  }
  .nav-link.footer-link.contact {
    float: none;
  }
  .section {
    padding: 20px;
  }
  .section.top-section.home-page {
    padding-right: 10px;
    padding-left: 10px;
    background-position: 0px 0px, 0px 295px;
  }
  .hero-container {
    top: auto;
    margin-top: 19px;
    padding: 5px 0px;
  }
  .tile-text {
    left: 6px;
    bottom: 3px;
    font-size: 18px;
    line-height: 29px;
  }
  .social-block {
    background-size: 40px;
  }
  .social-block.facebook {
    background-size: 40px;
  }
  .social-block.pinterest {
    background-size: 40px;
  }
  .social-block.dribbble {
    background-size: 40px;
  }
  .logo-footer {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .footer-link-col {
    text-align: center;
  }
  .form-wrapper {
    width: 80%;
    padding-top: 0px;
    padding-left: 15px;
  }
  .project-title {
    font-size: 25px;
    line-height: 28px;
  }
  .project-link.blog-link {
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 15px;
  }
  .project-text {
    width: 100%;
  }
  .blog-post-wrapper {
    padding-top: 0px;
  }
  .author-wrapper {
    width: 90%;
    margin-bottom: 39px;
  }
  .home-page-heading {
    margin-bottom: 0px;
    font-size: 18px;
  }
  .h1 {
    font-size: 23px;
  }
  .brand-link.w--current {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-text {
    font-size: 10px;
  }
  .footer-row {
    text-align: center;
  }
  .app-badge {
    width: 83px;
    padding-right: 5px;
  }
  .page-header {
    margin-top: 4px;
    margin-bottom: 4px;
    line-height: 48px;
  }
  .h3.category-sep {
    margin-top: 20px;
  }
  .menu-footer {
    max-width: 108%;
  }
  .footer-logo {
    padding-left: 0px;
    float: none;
    text-align: center;
  }
  .footer-c1 {
    left: 0px;
    top: 0px;
    text-align: center;
  }
  .nav-container {
    text-align: center;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 24px;
    line-height: 32px;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, .38);
  }
  .hero-section.about-page {
    padding-top: 110px;
    padding-bottom: 25px;
  }
  .hero-section.blog-hero {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .hero-section.portfolio-hero {
    padding: 110px 20px 25px;
  }
  .hero-section.portfolio-hero.rewards {
    padding-top: 110px;
    padding-bottom: 25px;
  }
  .hero-section.blog-post-hero {
    padding-bottom: 60px;
  }
  .hero-section.home-page-hero {
    padding: 0px;
  }
  .hero-section.products {
    padding-top: 110px;
    padding-bottom: 25px;
  }
  .hero-section.drhhero {
    padding-top: 110px;
    padding-bottom: 25px;
  }
  .nav {
    margin-bottom: 0px;
    padding-bottom: 10px;
  }
  .logo-text {
    font-size: 26px;
  }
  .nav-link {
    background-color: transparent;
  }
  .nav-link:hover {
    margin-right: 7px;
    margin-left: 7px;
    background-color: transparent;
  }
  .nav-link.w--current {
    background-color: transparent;
  }
  .nav-link.footer-link {
    display: block;
    font-size: 13px;
  }
  .nav-link.footer-link:hover {
    background-color: transparent;
  }
  .nav-link.footer-link.w--current {
    background-color: transparent;
  }
  .nav-link.footer-link.w--current:active {
    background-color: transparent;
  }
  .nav-link.footer-link.contact {
    padding: 9px;
    font-size: 13px;
  }
  .section {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .section.top-section.home-page {
    margin-top: 0px;
    padding-top: 19px;
    padding-right: 10px;
    padding-left: 10px;
    background-image: -webkit-linear-gradient(270deg, rgba(235, 97, 161, .59), #fff 11%), url('../images/veg-8-copy.JPG');
    background-image: linear-gradient(180deg, rgba(235, 97, 161, .59), #fff 11%), url('../images/veg-8-copy.JPG');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, 100%;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  ._60block {
    width: 100%;
  }
  .tile-text {
    left: 10px;
    bottom: 10px;
    font-size: 32px;
    line-height: 35px;
  }
  ._40block {
    width: 100%;
  }
  ._33block {
    width: 100%;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #c2005a;
  }
  .nav-menu {
    margin-top: 2px;
  }
  .close-link:hover {
    color: #fff;
  }
  .text-field {
    padding-left: 5px;
  }
  .text-field.extra-space {
    margin-left: 10px;
  }
  .form-wrapper {
    width: 90%;
  }
  .cta-heading {
    font-size: 28px;
  }
  .project-block {
    padding-right: 0px;
    padding-left: 0px;
  }
  .project-title {
    left: 15px;
    bottom: 25px;
    font-size: 20px;
    line-height: 25px;
  }
  .project-tag {
    right: 18px;
  }
  .project-link.blog-link {
    margin-bottom: 15px;
  }
  .blog-block {
    padding-right: 0px;
    padding-left: 0px;
  }
  .blog-details {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 14px;
  }
  .author-wrapper {
    width: 100%;
  }
  .home-page-heading {
    margin-top: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 19px;
    line-height: 21px;
  }
  .h1 {
    text-shadow: none;
  }
  .field-lable.extra-spac {
    margin-left: 10px;
  }
  .copyright {
    margin-top: 9px;
    padding-right: 28px;
    padding-left: 28px;
  }
  .logo {
    max-width: 89%;
  }
  .brand-link {
    width: 70%;
  }
  .brand-link.w--current {
    width: 256px;
  }
  .footer-text {
    font-size: 13px;
  }
  .map {
    height: 182px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 5px;
    padding-left: 7px;
  }
  .app-badge {
    width: 144px;
    text-align: left;
  }
  .h2 {
    text-shadow: none;
  }
  .page-header {
    margin-top: 20px;
    font-size: 32px;
    line-height: 34px;
  }
  .h3 {
    margin-top: 5px;
  }
  .menu-footer {
    left: 0px;
    right: 0px;
    bottom: 0px;
    max-width: 117%;
    padding-right: 0px;
  }
  .extraspace {
    margin-left: 10px;
  }
}

