:root {
  --wt-blue: #270070;
  --wt-orange: #F26226;
  --wt-white: white;
  --wt-yellow: #FED02F;
  --wt-cream: #FFFAE7;
  --padding-sm: 1rem;
  --padding-rg: 2rem;
  --padding-lg: 4rem;
  --margin-sm: 1rem;
  --margin-rg: 2rem;
  --margin-lg: 4rem;
}

.bg-yellow {
  background-color: var(--wt-yellow);
}

section.harvester {
  width: 100%;
  padding: 0 0 4rem;
}
section.harvester .player {
  width: 100%;
}

section.text-image-repeater {
  height: auto;
}
@media only screen and (min-width: 500px) {
  section.text-image-repeater .container {
    padding: 0;
    margin: 0;
    max-width: none;
  }
}
section.text-image-repeater .container .row {
  position: relative;
  padding-bottom: 20px;
}
@media only screen and (min-width: 500px) {
  section.text-image-repeater .container .row {
    padding: var(--padding-lg) 0;
  }
}
@media only screen and (min-width: 768px) {
  section.text-image-repeater .container .row .image {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
section.text-image-repeater .container .row .image .img-wrap {
  position: relative;
}
@media only screen and (min-width: 768px) {
  section.text-image-repeater .container .row .image .img-wrap {
    width: 75%;
    margin: 0 auto;
  }
}
section.text-image-repeater .container .row .text {
  padding-top: var(--padding-lg);
}
@media only screen and (min-width: 990px) {
  section.text-image-repeater .container .row .text {
    padding-left: 9%;
    padding-right: 9%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
section.text-image-repeater .container .row .text h2 span {
  display: block;
}
section.text-image-repeater .container .row .text h2 span.orange-brush {
  font-size: 56px;
  margin-bottom: var(--margin-sm);
}
@media only screen and (min-width: 990px) {
  section.text-image-repeater .container .row .text h2 span.orange-brush {
    font-size: 60px;
  }
}
section.text-image-repeater .container .row .text h2 span.blue-block {
  margin-bottom: 0;
}
@media only screen and (min-width: 990px) {
  section.text-image-repeater .container .row .text h2 {
    margin: 0;
    padding: 0;
  }
  section.text-image-repeater .container .row .text h2 span {
    display: block;
  }
}
section.text-image-repeater .container .row .text .copy {
  margin-bottom: var(--margin-rg);
}
@media only screen and (min-width: 990px) {
  section.text-image-repeater .container .row .text .copy p {
    text-align: left;
    margin: 0 auto;
  }
}
section.text-image-repeater .container .row .svg-border-bottom {
  height: 20px;
  width: 100%;
  position: absolute;
  bottom: -14px;
  z-index: 20;
  -o-object-fit: none;
  object-fit: none;
}
section.text-image-repeater .container .row:nth-child(odd) {
  flex-direction: row-reverse;
}
section.text-image-repeater .container .row:nth-child(even) {
  background-color: var(--wt-cream);
}
section.text-image-repeater .container .row:nth-child(even) img.svg-border-bottom {
  transform: rotate(180deg);
}

section.wheat-cycle {
  padding: 2rem;
}
section.wheat-cycle img.callout {
  height: 130px;
  width: auto;
  position: absolute;
  z-index: 15;
  right: 9%;
  top: 0;
  display: none;
}
@media only screen and (min-width: 990px) {
  section.wheat-cycle img.callout {
    display: block;
  }
}
section.wheat-cycle .container {
  padding: var(--padding-sm);
}
@media only screen and (min-width: 990px) {
  section.wheat-cycle .container {
    padding: var(--padding-lg);
  }
}
section.wheat-cycle .container .text-wrapper .headings h2 span.blue-block {
  margin-right: 1rem;
}
section.wheat-cycle .container .text-wrapper .headings p.sub-heading {
  margin-bottom: var(--margin-rg);
}
@media only screen and (min-width: 990px) {
  section.wheat-cycle .container .text-wrapper {
    padding-right: 5%;
  }
}
section.wheat-cycle .container .image-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.wheat-cycle .container .image-wrapper img {
  margin: var(--margin-lg) 0;
}
@media only screen and (min-width: 990px) {
  section.wheat-cycle .container .image-wrapper img {
    padding: 0;
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}
section.wheat-cycle .container .image-wrapper .insect {
  bottom: 20px !important;
  right: 20px !important;
}
@media only screen and (min-width: 990px) {
  section.wheat-cycle .container .image-wrapper .insect {
    bottom: 12px !important;
    top: auto;
  }
}
section.wheat-cycle .container a.pill-blue {
  background: var(--wt-blue);
  color: var(--white);
  padding: var(--margin-rg);
  border-radius: 50px;
  border: 2px solid var(--wt-blue);
  margin: var(--margin-rg) auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: var(--padding-sm) var(--padding-lg);
  font-weight: 600;
  text-decoration: none;
}
@media only screen and (min-width: 990px) {
  section.wheat-cycle .container a.pill-blue {
    margin: var(--margin-rg) 0;
  }
}
section.wheat-cycle .container a.pill-blue:hover {
  background-color: var(--white);
  color: var(--wt-blue);
}
section.wheat-cycle .container a.pill-blue:active {
  background: var(--wt-blue);
  color: var(--white);
}

section.animated-stages {
  padding: 2rem;
}
section.animated-stages .headings {
  padding-top: var(--padding-lg);
}
section.animated-stages .animation {
  width: 100%;
  padding-bottom: var(--padding-lg);
}
section.animated-stages .animation img.infographic {
  margin: 0 auto;
  display: block;
}
section.animated-stages .animation img.infographic_desktop {
  display: none;
}
@media only screen and (min-width: 760px) {
  section.animated-stages .animation img.infographic_desktop {
    display: block;
  }
}
@media only screen and (min-width: 760px) {
  section.animated-stages .animation img.infographic_mobile {
    display: none;
  }
}

.farmers-slider {
  position: relative;
}
.farmers-slider .row {
  padding: 6rem;
  align-items: center;
}
@media only screen and (min-width: 990px) {
  .farmers-slider .row {
    flex-direction: row-reverse;
  }
}
.farmers-slider .row .image {
  margin-top: var(--margin-lg);
}
.farmers-slider .row .sub-heading {
  margin-bottom: var(--margin-sm);
}
.farmers-slider .swiper-pagination-bullet {
  height: 1rem;
  width: 1rem;
  background-color: var(--wt-blue);
}
.farmers-slider .swiper-button {
  color: var(--wt-blue);
}
.farmers-slider .swiper-button:after {
  content: url("../../assets/img/navy-arrow.png");
}
.farmers-slider .swiper-button-prev:after {
  transform: rotateY(180deg);
}
.farmers-slider .svg-border-top {
  height: 20px;
  width: 100%;
  position: absolute;
  top: -15px;
  z-index: 20;
  -o-object-fit: none;
  object-fit: none;
  transform: rotate(180deg);
}

main#meet-our-farmers {
  background-color: var(--wt-yellow);
  margin-bottom: 0;
}
@media only screen and (min-width: 990px) {
  main#meet-our-farmers {
    max-width: 1200px;
    margin: 0 auto;
  }
}
main#meet-our-farmers .insect {
  height: 50px;
  width: 50px;
  position: absolute;
  bottom: -10px;
  right: 0;
}
main#meet-our-farmers .meet-our-farmers-header {
  background-color: #FFFAE7;
}
main#meet-our-farmers .meet-our-farmers-header .container {
  padding: 4rem 4rem 8rem;
}
main#meet-our-farmers .meet-our-farmers-header .container .row {
  justify-content: center;
}
main#meet-our-farmers .meet-our-farmers-header h1 span {
  display: inline-block !important;
  vertical-align: middle;
  margin-bottom: 0 !important;
}
main#meet-our-farmers .meet-our-farmers-header .insect {
  bottom: -40px;
  right: 0;
}
@media only screen and (min-width: 990px) {
  main#meet-our-farmers .meet-our-farmers-header .insect {
    bottom: -50px;
    right: -50px;
  }
}

.border-outer {
  min-height: 200px;
  width: 100%;
  margin: var(--margin-sm) auto;
  background-color: var(--wt-orange);
  position: relative;
  padding: 1rem 0;
  -webkit-clip-path: polygon(0% 0%, 10% 0.5%, 20% 0%, 30% 0.5%, 40% 0%, 50% 0.5%, 60% 0%, 70% 0.5%, 80% 0%, 90% 0.5%, 100% 0%, 100% 100%, 100% 99.5%, 90% 99.5%, 80% 100%, 70% 99.5%, 60% 100%, 50% 99.5%, 40% 100%, 30% 99.5%, 20% 100%, 10% 99.5%, 0% 100%);
          clip-path: polygon(0% 0%, 10% 0.5%, 20% 0%, 30% 0.5%, 40% 0%, 50% 0.5%, 60% 0%, 70% 0.5%, 80% 0%, 90% 0.5%, 100% 0%, 100% 100%, 100% 99.5%, 90% 99.5%, 80% 100%, 70% 99.5%, 60% 100%, 50% 99.5%, 40% 100%, 30% 99.5%, 20% 100%, 10% 99.5%, 0% 100%);
}
@media only screen and (min-width: 990px) {
  .border-outer {
    margin: var(--margin-lg) auto;
    padding: 1rem;
    width: 90%;
    -webkit-clip-path: polygon(0% 0%, 10% 0.5%, 20% 0%, 30% 0.5%, 40% 0%, 50% 0.5%, 60% 0%, 70% 0.5%, 80% 0%, 90% 0.5%, 100% 0%, 99.5% 10%, 100% 20%, 99.5% 30%, 100% 40%, 99.5% 50%, 100% 60%, 99.5% 70%, 100% 80%, 99.5% 90%, 100% 100%, 100% 99.5%, 90% 99.5%, 80% 100%, 70% 99.5%, 60% 100%, 50% 99.5%, 40% 100%, 30% 99.5%, 20% 100%, 10% 99.5%, 0% 100%, 0.5% 90%, 0% 80%, 0.5% 70%, 0% 60%, 0.5% 50%, 0% 40%, 0.5% 30%, 0% 20%, 0.5% 10%);
            clip-path: polygon(0% 0%, 10% 0.5%, 20% 0%, 30% 0.5%, 40% 0%, 50% 0.5%, 60% 0%, 70% 0.5%, 80% 0%, 90% 0.5%, 100% 0%, 99.5% 10%, 100% 20%, 99.5% 30%, 100% 40%, 99.5% 50%, 100% 60%, 99.5% 70%, 100% 80%, 99.5% 90%, 100% 100%, 100% 99.5%, 90% 99.5%, 80% 100%, 70% 99.5%, 60% 100%, 50% 99.5%, 40% 100%, 30% 99.5%, 20% 100%, 10% 99.5%, 0% 100%, 0.5% 90%, 0% 80%, 0.5% 70%, 0% 60%, 0.5% 50%, 0% 40%, 0.5% 30%, 0% 20%, 0.5% 10%);
  }
}
.border-outer .border-inner {
  min-height: 200px;
  background: white;
  height: 100%;
  width: 100%;
  padding: var(--padding-rg);
  -webkit-clip-path: polygon(0% 0%, 10% 0.5%, 20% 0%, 30% 0.5%, 40% 0%, 50% 0.5%, 60% 0%, 70% 0.5%, 80% 0%, 90% 0.5%, 100% 0%, 100% 100%, 100% 99.5%, 90% 99.5%, 80% 100%, 70% 99.5%, 60% 100%, 50% 99.5%, 40% 100%, 30% 99.5%, 20% 100%, 10% 99.5%, 0% 100%);
          clip-path: polygon(0% 0%, 10% 0.5%, 20% 0%, 30% 0.5%, 40% 0%, 50% 0.5%, 60% 0%, 70% 0.5%, 80% 0%, 90% 0.5%, 100% 0%, 100% 100%, 100% 99.5%, 90% 99.5%, 80% 100%, 70% 99.5%, 60% 100%, 50% 99.5%, 40% 100%, 30% 99.5%, 20% 100%, 10% 99.5%, 0% 100%);
}
@media only screen and (min-width: 990px) {
  .border-outer .border-inner {
    padding: 0;
    -webkit-clip-path: polygon(0% 0%, 10% 0.5%, 20% 0%, 30% 0.5%, 40% 0%, 50% 0.5%, 60% 0%, 70% 0.5%, 80% 0%, 90% 0.5%, 100% 0%, 99.5% 10%, 100% 20%, 99.5% 30%, 100% 40%, 99.5% 50%, 100% 60%, 99.5% 70%, 100% 80%, 99.5% 90%, 100% 100%, 100% 99.5%, 90% 99.5%, 80% 100%, 70% 99.5%, 60% 100%, 50% 99.5%, 40% 100%, 30% 99.5%, 20% 100%, 10% 99.5%, 0% 100%, 0.5% 90%, 0% 80%, 0.5% 70%, 0% 60%, 0.5% 50%, 0% 40%, 0.5% 30%, 0% 20%, 0.5% 10%);
            clip-path: polygon(0% 0%, 10% 0.5%, 20% 0%, 30% 0.5%, 40% 0%, 50% 0.5%, 60% 0%, 70% 0.5%, 80% 0%, 90% 0.5%, 100% 0%, 99.5% 10%, 100% 20%, 99.5% 30%, 100% 40%, 99.5% 50%, 100% 60%, 99.5% 70%, 100% 80%, 99.5% 90%, 100% 100%, 100% 99.5%, 90% 99.5%, 80% 100%, 70% 99.5%, 60% 100%, 50% 99.5%, 40% 100%, 30% 99.5%, 20% 100%, 10% 99.5%, 0% 100%, 0.5% 90%, 0% 80%, 0.5% 70%, 0% 60%, 0.5% 50%, 0% 40%, 0.5% 30%, 0% 20%, 0.5% 10%);
  }
}

@font-face {
  font-family: "Avallon";
  src: url("../../assets/fonts/avallon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
main#meet-our-farmers h1,
main#meet-our-farmers h2 {
  padding: var(--padding-sm);
  margin-bottom: 0;
  text-transform: initial;
  font-weight: 400;
}
main#meet-our-farmers h1 {
  padding: 0;
}
main#meet-our-farmers h1 span.orange-brush {
  font-size: 9rem;
  margin-bottom: -40px;
  display: inherit;
}
@media only screen and (min-width: 990px) {
  main#meet-our-farmers h1 span.orange-brush {
    font-size: 10rem;
  }
}
main#meet-our-farmers h1 span.blue-block {
  font-size: 6rem;
  text-transform: uppercase;
  display: inherit;
}
@media only screen and (min-width: 990px) {
  main#meet-our-farmers h1 span.blue-block {
    font-size: 5rem;
  }
}
main#meet-our-farmers h2 {
  padding: 0;
  margin-bottom: calc(var(--margin-sm));
}
main#meet-our-farmers h2 span.orange-brush {
  font-size: 7rem;
  margin-bottom: -20px;
  display: inherit;
}
main#meet-our-farmers h2 span.blue-block {
  font-size: 4rem;
  text-transform: uppercase;
  margin-bottom: var(--margin-sm);
}
main#meet-our-farmers p {
  font-family: "Museo", sans-serif;
  font-weight: 400;
  font-style: normal;
}
main#meet-our-farmers p.bold {
  font-weight: 700;
}
main#meet-our-farmers span.orange-brush {
  color: var(--wt-orange);
  font-family: "Avallon", Times, serif;
}
main#meet-our-farmers span.blue-block {
  color: var(--wt-blue);
  font-family: "Museo", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 32px;
}
main#meet-our-farmers p.sub-heading {
  color: var(--wt-orange);
  font-size: 18px;
  font-weight: 800;
  line-height: 26px;
}
@media only screen and (min-width: 990px) {
  main#meet-our-farmers p.sub-heading {
    font-size: 20px;
  }
}/*# sourceMappingURL=main.css.map */