@media (max-width: 768px) {
  .homebase2021.pull-out-mobile {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 992px) {
  .homebase2021 {
    margin-top: 5px;
  }
}
.homebase2021 .max850 {
  width: 850px;
  margin: 0 auto;
  max-width: 100%;
}
.homebase2021 .max700 {
  width: 700px;
  margin: 0 auto;
  max-width: 100%;
}
.homebase2021 .feature-primary {
  background-color: #333;
  color: white;
  padding: 50px 20px;
  border-radius: 10px;
  background-position: center center;
  background-size: cover;
  text-shadow: 0 0 10px black;
}
.homebase2021 .feature-primary.lazyin {
  background-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0) 100%), url(/media/homepages/base2021/images/herbs-and-spices-mobile.jpg);
}
@media (min-width: 768px) {
  .homebase2021 .feature-primary {
    padding: 69px 20px;
  }
  .homebase2021 .feature-primary.lazyin {
    background-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0) 100%), url(/media/homepages/base2021/images/herbs-and-spices.jpg);
  }
}
.homebase2021 .feature-primary strong,
.homebase2021 .feature-primary h1 {
  color: white;
  text-transform: uppercase;
  letter-spacing: 1.75px;
  font-size: 33px;
  display: block;
  padding: 20px 0;
  line-height: 1.1em;
}
@media (min-width: 768px) {
  .homebase2021 .feature-primary strong,
  .homebase2021 .feature-primary h1 {
    font-size: 35px;
  }
}
.homebase2021 .feature-primary .btn-pair .btn {
  margin-bottom: 5px;
}
.homebase2021 .feature-primary p {
  font-size: 1.8em;
  line-height: 1.1em;
}
.homebase2021 .green-cta {
  background: #F1F6E9;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  text-align: left;
}
.homebase2021 .green-cta .left-text {
  font-size: 1.3em;
}
.homebase2021 .homebanner2021 {
  border: solid 5px #ff8400;
  text-align: center;
  padding: 30px 15px;
  border-radius: 5px;
}
.homebase2021 .homebanner2021 .line {
  display: block;
  margin: 4px 0;
}
.homebase2021 .homebanner2021 .d-h1 {
  font-size: 28px;
}
@media (max-width: 767px) {
  .homebase2021 .homebanner2021 {
    padding: 15px 15px;
  }
  .homebase2021 .homebanner2021 .d-h1 {
    font-size: 18px;
  }
  .homebase2021 .homebanner2021 .btn-pair .btn {
    margin-bottom: 5px;
    font-size: 0.9em;
  }
  .homebase2021 .homebanner2021 .line {
    margin: 6px 0;
  }
}
.homebase2021 .btn-primary {
  background-color: #9ec862;
}
.homebase2021 .btn-primary:hover {
  background-color: #233110;
  opacity: 1;
}
.homebase2021 section {
  margin-bottom: 80px;
}
.homebase2021 .btn-pair {
  margin-top: 20px;
}
.homebase2021 .btn-pair .btn {
  margin: 0 12px;
}
.homebase2021 .btn-pair .btn:first-of-type {
  margin-left: 0;
}
.homebase2021 .btn {
  padding: 1em 2em;
}
@media (max-width: 991px) {
  .homebase2021 .btn {
    padding: 0.5em 1em;
  }
}
.homebase2021 .pad-small-top {
  padding-top: 15px;
}
.homebase2021 p {
  padding: 0;
}
.homebase2021 .d-h1 {
  color: #2b3b17;
  line-height: 1.1em;
}
.homebase2021 .d-h1 .highlight {
  color: #ff8400;
}
.homebase2021 h1,
.homebase2021 h2,
.homebase2021 h3,
.homebase2021 h4 {
  text-transform: uppercase;
}
.homebase2021 h2,
.homebase2021 h4 {
  color: #2b3b17;
  font-size: 33px;
  font-weight: bold;
}
.homebase2021 .large-fa {
  background-color: #ff8400;
  color: white;
  width: 2em;
  height: 1.5em;
  line-height: 1.5em;
  margin: 0.5em auto;
  text-align: center;
  font-size: 2.5em;
}
.homebase2021 .dividing-image .img-responsive {
  margin: 0 auto;
}
.homebase2021 hr {
  border-top: 3px solid #E2E2E2;
  margin-bottom: 50px;
}
.homebase2021 .reviews {
  padding: 50px 0;
  background: rgba(150, 194, 98, 0.15);
}
@media (min-width: 769px) {
  .homebase2021 .reviews {
    padding: 50px 25px;
  }
}
.homebase-hero .hero-image.hero-image-right {
  background-position: right;
}
.homebase-hero .hero-image {
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
  height: 80px;
}
.homebase-hero .hero-content {
  position: relative;
}
.homebase-hero .hero-badge {
  position: absolute;
  right: 5px;
  top: -15px;
}
@media (max-width: 991px) {
  .homebase-hero .hero-badge {
    width: 50px;
  }
  .homebase-hero .hero-image {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .homebase-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .homebase-hero .hero-badge {
    top: 1.3em;
  }
  .homebase-hero .hero-image {
    width: 50%;
    height: auto;
  }
  .homebase-hero .hero-content {
    width: 50%;
    padding: 60px 0 60px 60px;
  }
  .homebase-hero .hero-content h1 {
    max-width: 400px;
  }
}
.homebase-hero.homebase-hero-bordered {
  border: solid 5px #9ec862;
  border-radius: 5px;
}
.homebase-hero.homebase-hero-bordered .hero-image {
  border-radius: 0;
}
.homebase-hero.homebase-hero-bordered .hero-content {
  padding-right: 15px;
}
@media (max-width: 991px) {
  .homebase-hero.homebase-hero-bordered .hero-content {
    padding: 0 15px 15px;
  }
}
.content-narrow {
  width: 750px;
  max-width: 100%;
  margin: 0 auto;
}
.content-narrow p {
  margin: 30px;
}
.content-narrow h1,
.content-narrow h2,
.content-narrow h3,
.content-narrow h4 {
  padding: 0 15px;
}
.reviews h4,
.homebase-articles h4 {
  padding: 0 15px;
}
.reviews > p,
.homebase-articles > p {
  padding: 0 15px;
}
.homebase-grid-product {
  text-align: center;
  margin-bottom: 40px;
}
.homebase-grid-product a {
  position: relative;
  display: block;
  text-decoration: none;
}
.homebase-grid-product a .new-badge {
  position: absolute;
  top: 5%;
  right: 5%;
  width: 33%;
}
.homebase-grid-product a img {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
.homebase-grid-product a h3 {
  font-size: 19px;
  text-transform: uppercase;
  color: #2D3B1C;
  line-height: 1em;
  margin-bottom: 0.15em;
}
.homebase-grid-product a strong {
  text-transform: uppercase;
  font-size: 0.85em;
  line-height: 1.2em;
  display: block;
  margin-top: 0.5em;
}
.homebase-grid-product a:hover {
  opacity: 1;
}
.homebase-grid-product a:hover img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.homebase-grid-product a:hover strong {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .feature-and-products .row-products {
    margin: 0 15%;
  }
}
.feature-and-products .feature {
  color: white;
  background-size: cover;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  .feature-and-products .feature {
    padding: 100px;
  }
}
@media (max-width: 991px) {
  .feature-and-products .feature {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .feature-and-products .feature {
    margin-right: 10px;
    margin-left: 10px;
  }
}
.feature-and-products .feature h2 {
  color: inherit;
  font-weight: bold;
}
.feature-and-products .feature p {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6), 0 0 10px rgba(0, 0, 0, 0.6);
  margin: 15px 0;
}
@media (min-width: 992px) {
  .feature-and-products .feature-top {
    -webkit-mask-box-image-source: url(/media/homepages/base2021/images/MaskTop.svg);
            mask-border-source: url(/media/homepages/base2021/images/MaskTop.svg);
    padding-bottom: 150px;
  }
  .feature-and-products .feature-middle {
    -webkit-mask-box-image-source: url(/media/homepages/base2021/images/MaskMiddle.svg);
            mask-border-source: url(/media/homepages/base2021/images/MaskMiddle.svg);
  }
  .feature-and-products .feature-bottom {
    -webkit-mask-box-image-source: url(/media/homepages/base2021/images/MaskBottom.svg);
            mask-border-source: url(/media/homepages/base2021/images/MaskBottom.svg);
    padding-top: 140px;
  }
}
@media (max-width: 991px) {
  .feature-and-products .feature-top,
  .feature-and-products .feature-middle,
  .feature-and-products .feature-bottom {
    border-radius: 8px;
  }
}
.value-props {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px 0 30px 0;
}
.value-props .value-prop {
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #96C262;
  border-radius: 10px;
  padding: 30px 20px;
  width: 30%;
  position: relative;
  margin-bottom: calc(5% + 20px);
}
.value-props .value-prop h3 {
  font-size: 20px;
  color: #2D3B1C;
  text-align: center;
  display: block;
  margin-bottom: 15px;
}
.value-props .value-prop::before {
  content: " ";
  background: url(/media/homepages/base2021/images/greencheck.svg);
  background-size: cover;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -15px;
  right: 50%;
  margin-right: -15px;
}
.value-props .value-prop::after {
  content: " ";
  background: url(/media/homepages/base2021/images/bottom-flower-flourish.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  top: 100%;
  width: 80%;
  height: 20%;
  position: absolute;
  left: 10%;
}
@media (max-width: 991px) {
  .value-props {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .value-props .value-prop {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .value-props .value-prop {
    width: 90%;
    margin-bottom: 20%;
  }
  .value-props .value-prop::after {
    width: 75%;
    left: 12.5%;
    height: 50%;
  }
}
.flex-circle-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.flex-circle-links .focus-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  text-align: center;
  text-decoration: none;
  position: relative;
  margin: 10px;
}
.flex-circle-links .focus-item:hover {
  opacity: 1;
}
.flex-circle-links .focus-item:hover .focus-circle {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.flex-circle-links .focus-circle {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 991px) {
  .flex-circle-links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-circle-links .focus-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 120px;
            flex: 1 1 120px;
  }
}
@media (max-width: 991px) {
  .flex-circle-links .focus-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 22%;
            flex: 1 1 22%;
    margin-left: 4%;
    margin-right: 4%;
  }
}
@media (max-width: 767px) {
  #ResponsibleSourcing {
    padding: 0 15px;
  }
}
#ResponsibleSourcing .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  #ResponsibleSourcing .flex-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  #ResponsibleSourcing .flex-container > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
#ResponsibleSourcing .home-responsible-sourcing-image {
  padding-top: 50px;
  padding-right: 50px;
  position: relative;
}
#ResponsibleSourcing .home-responsible-sourcing-image .badge-responsible-sourcing {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 25vw;
}
#ResponsibleSourcing .home-responsible-sourcing-content {
  max-width: 450px;
}
#ResponsibleSourcing .home-responsible-sourcing-content p {
  padding: 25px 0;
}
