/* SLIDER */ 
@font-face {
  font-family: jd_sans_probold;
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.code-example {
  position: relative;
}
.code-example pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
}
.code-example code {
  display: inline-block;
  background: #f7f7f7;
  max-height: 250px;
  white-space: pre;
  width: 100%;
  overflow: auto;
  font-size: 14px;
  padding: 20px 30px;
}
.code-example .copy-code {
  position: absolute;
  right: 12px;
  top: 12px;
}
.close {
  position: absolute;
  color: #fff;
  font-size: 24px;
}
.close:hover,
.close:focus {
  cursor: pointer;
}
.list-inline {
  position: relative;
  font-size: 0;
  margin: 18px 0;
  padding-left: 0;
  list-style: none;
  overflow: hidden;
}
.list-inline > li {
  display: inline-block;
  margin-right: -2px;
  min-width: 50%;
}
@media screen and (min-width: 576px) {
  .list-inline {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .list-inline > li {
    padding-right: 5px;
    margin-right: 0;
    min-width: auto;
  }
}
.item.tab:nth-child(1) a {
  border-right-width: 1px;
}
.item.tab:nth-child(2) a {
  border-left-width: 1px;
  border-right-width: 1px;
}
.item.tab:nth-child(3) a {
  border-left-width: 1px;
}
.item.tab[data-slick-index="1"] a {
  border-right-width: 2px;
}
@media screen and (min-width: 992px) {
  .item.tab[data-slick-index="1"] a {
    border-right-width: 1px;
  }
}
.item.tab[data-slick-index="1"].slick-current a {
  border-right-width: 1px;
  border-left-width: 2px;
}
.item.tab .button5 {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 992px) {
  .item.tab .button5 {
    width: auto;
  }
}
.item.tab.active .button5,
.item.tab.active .button5:focus {
  color: #333;
  background: #ffde00;
  outline-color: #ffde00;
}
.item.tab .button5:hover {
  color: #333;
  background: #ffde00;
}
.item.tab .button5:focus {
  color: #ffde00;
  outline-color: #ffde00;
  background: rgba(0, 0, 0, 0.5);
}
.text-bold {
  font-weight: bold;
}
.bg-white {
  background: #fff;
}
.bg-hover-white:hover,
.bg-hover-white:focus {
  background: #fff;
}
.bg-green {
  background: #367c2b;
}
.bg-grey-33 {
  background: #333;
}
.text-white {
  color: #fff;
}
.text-yellow {
  color: #ffde00;
}
.text-hover-green:hover,
.text-hover-green:focus {
  color: #367c2b;
}
.border-white {
  border-color: #fff;
}
.border-hover-white:hover,
.border-hover-white:focus {
  border-color: #fff;
}
.close-custom,
.close-custom:hover,
.close-custom:focus {
  opacity: 1;
  text-shadow: none;
}
@media screen and (max-width: 991px) {
  .tab-content > .tab-pane {
    display: block;
  }
}
.tab-container-custom {
  background: #333;
}
@media screen and (min-width: 992px) {
  .tab-container-custom .tab-pane {
    display: block;
    position: absolute;
    opacity: 0;
    transition: opacity 500ms ease;
  }
}
.tab-container-custom .tab-pane .close-custom {
  display: none;
}
@media screen and (min-width: 992px) {
  .tab-container-custom .tab-pane .close-custom {
    display: block;
    position: absolute;
    top: 25px;
    right: 15px;
    width: 50px;
    height: 50px;
    padding: 5px;
  }
  .tab-container-custom .tab-pane .close-custom > img {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
@media screen and (min-width: 992px) {
  .tab-container-custom .tab-pane > .text-container {
    position: absolute;
    top: 50%;
    padding: 0;
    max-width: none;
    width: 50%;
  }
  .tab-container-custom .tab-pane > .text-container .text-content-wrapper {
    padding: 30px 0 0 0;
    border-top: 1px solid #fff;
    width: 0;
    transition: width 300ms ease, padding 300ms linear;
  }
  .tab-container-custom .tab-pane > .text-container .text-content-wrapper.show {
    width: 100%;
  }
  .tab-container-custom .tab-pane > .text-container .text-content-wrapper .text-content {
    opacity: 0;
    transition: opacity 300ms ease;
  }
  .tab-container-custom .tab-pane > .text-container .text-content-wrapper .text-content.show {
    opacity: 1;
  }
}
@media screen and (min-width: 992px) {
  .tab-container-custom .tab-pane-open > .text-container {
    left: 50%;
    width: 45%;
  }
  .tab-container-custom .tab-pane-open > .text-container .text-content-wrapper.show {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 992px) {
  .tab-container-custom .tab-pane-local > .text-container,
  .tab-container-custom .tab-pane-save > .text-container {
    left: 4.5%;
  }
  .tab-container-custom .tab-pane-local > .text-container .text-content-wrapper,
  .tab-container-custom .tab-pane-save > .text-container .text-content-wrapper {
    float: right;
  }
  .tab-container-custom .tab-pane-local > .text-container .text-content-wrapper.show,
  .tab-container-custom .tab-pane-save > .text-container .text-content-wrapper.show {
    padding-right: 60px;
  }
  .tab-container-custom .tab-pane-local > .text-container > .row,
  .tab-container-custom .tab-pane-save > .text-container > .row {
    padding-left: 20px;
  }
}
@media screen and (max-width: 991px) {
  .tab-container-custom .tab-pane > picture > img {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .tab-container-custom .tab-pane.active ~ img.image {
    display: none;
  }
  .tab-container-custom .tab-pane.active > picture > img {
    display: block;
    margin-top: -75px;
  }
}
@media screen and (max-width: 991px) and screen and (min-width: 992px) {
  .tab-container-custom .tab-pane.active > picture > img {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .tab-container-custom .tab-pane.active {
    opacity: 1;
  }
}
@media screen and (min-width: 992px) {
  .tab-container-custom .tabs-wrapper {
    position: absolute;
  }
}
.expand-collapse-component .expand-collapse-component-container .expand-collapse-component-section .expand-collapse-component-item.active.bg-none,
.bg-none {
  background: none;
}
.expand-collapse-component .expand-collapse-component-container .expand-collapse-component-section .expand-collapse-component-item.border-top-none,
.expand-collapse-component .expand-collapse-component-container .expand-collapse-component-section .expand-collapse-component-item:last-child.border-top-none,
.border-top-none {
  border-top: none;
}
.expand-collapse-component .expand-collapse-component-container .expand-collapse-component-section .expand-collapse-component-item.border-botton-none,
.expand-collapse-component .expand-collapse-component-container .expand-collapse-component-section .expand-collapse-component-item:last-child.border-botton-none,
.border-bottom-none {
  border-bottom: none;
}
.expand-collapse-component .expand-collapse-component-container .expand-collapse-component-section .expand-collapse-component-item > h4 {
  font-family: jd_sans_probold;
  color: #666666;
}
.expand-collapse-component .expand-collapse-component-container .expand-collapse-component-section .expand-collapse-component-item > h4.before-text-grey::before {
  color: #666666;
}
.expand-collapse-component .expand-collapse-component-container.margin-0,
.margin-0 {
  margin: 0;
}
.custom-cta-container .cta {
  margin: 24px 0;
}
.inline-block {
  display: inline-block;
}
.padding-0 {
  padding: 0;
}
@media screen and (min-width: 1366px) {
  .padding-0-lg {
    padding: 0;
  }
  .padding-0-20-lg {
    padding: 0 20px;
  }
}
.padding-top-3 {
  padding-top: 24px;
}
.padding-top-200 {
  padding-top: 200px;
}
.padding-bottom-3 {
  padding-bottom: 24px;
}
.padding-bottom-2 {
  padding-bottom: 16px;
}
.padding-bottom-1 {
  padding-bottom: 8px;
}
.margin-bottom-2 {
  margin-bottom: 16px;
}
.margin-bottom-3 {
  margin-bottom: 24px;
}
.margin-top-1 {
  margin-top: 8px;
}
.margin-top-3 {
  margin-top: 24px;
}
.zindex-20 {
  z-index: 20;
}
.zindex-70 {
  z-index: 70;
}
.zindex-90 {
  z-index: 90;
}
.usps-bg {
  background-image: url('/assets/images/region-2/campaigns/ag-turf/operation-center/usps-bg-mobile.jpg');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #f0f0f0;
}
@media (min-width: 992px) {
  .usps-bg {
    background-image: url('/assets/images/region-2/campaigns/ag-turf/operation-center/usps-bg.jpg');
  }
}
.rounded-100 {
  border-radius: 100%;
}
.shadow-1 {
  box-shadow: 0 0 8px #00000029;
}
.text-shadow-1 {
  text-shadow: 1px 1px 4px #000000;
}
.width-32 {
  width: 32px;
}
.width-40 {
  width: 40px;
}
.width-60 {
  width: 60px;
}
.height-32 {
  height: 432x;
}
.height-40 {
  height: 40px;
}
.height-60 {
  height: 60px;
}
.width-100p {
  width: 100%;
}
.centered-container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.float-left {
  float: left;
}
.translate-y-25 {
  transform: translateY(-25%);
}
.translate-y-25p {
  transform: translateY(25%);
}
.translate-y-50p {
  transform: translateY(50%);
}
@media (min-width: 992px) {
  .translate-y-50p-md {
    transform: translateY(50%);
  }
}
.translate-y-100 {
  transform: translateY(-100%);
}
.max-width-25 {
  max-width: 25%;
}
.max-width-300 {
  max-width: 300px;
}
.max-width-33 {
  max-width: 33%;
}
.margin-right-1 {
  margin-right: 8px;
}
.margin-right-2 {
  margin-right: 16px;
}
.margin-right-3 {
  margin-right: 24px;
}
.margin-bottom-4,
.expand-collapse-component .expand-collapse-component-container .expand-collapse-component-section h3.margin-bottom-4 {
  margin-bottom: 32px;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.carouselSingle .item {
  max-width: none;
}
.carouselSingle .flexslider .slides li {
  margin-right: 0 !important;
}
.video-js.play-skin-2.vjs-big-play-button-smaller .vjs-big-play-button {
  width: 52px;
  height: 52px;
  font-size: 2em;
  padding-top: 5px;
}
.video-js.play-skin-2.vjs-big-play-button-smaller .vjs-big-play-button:before {
  font-size: 32px;
}
.video-player-comp [data-overlay-text]:not(.vjs-has-started):before {
  content: attr(data-overlay-text);
  position: absolute;
  z-index: 1;
  font-size: 16px;
  bottom: 0;
  left: 0;
  padding: 12px;
  font-weight: bold;
  line-height: 1.2;
}
.video-js {
  width: 100% !important;
}
.border-left-white {
  border-left: 1px solid #fff;
}
.top-0 {
  top: 0;
}
.left-0 {
  left: 0;
}
.right-0 {
  right: 0;
}
@media (min-width: 992px) {
  .right-30-md {
    right: 30px;
  }
}
.bottom-0 {
  bottom: 0;
}
.bottom-10 {
  bottom: -10px;
}
.bottom-40 {
  bottom: -40px;
}
@media (min-width: 992px) {
  .bottom-0-md {
    bottom: 0;
  }
  .bottom-3-md {
    bottom: 24px;
  }
}
.carousel.carouselSingle .flexslider {
  max-width: none;
}
.flex-column-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .order-1-md {
    order: 1;
  }
}
@media (min-width: 992px) {
  .order-2-md {
    order: 2;
  }
}
.mobile-phone-image-wrapper {
  width: 45%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 30px;
}
.mobile-phone-image-wrapper > img {
  width: 100%;
}
@media (min-width: 1024px) {
  .mobile-phone-image {
    max-width: 95%;
  }
}
@media (min-width: 1200px) {
  .mobile-phone-image {
    max-width: 88%;
  }
}
@media (min-width: 1366px) {
  .mobile-phone-image {
    max-width: 73%;
  }
}
.discover-headline {
  margin-top: 52px;
}
@media (min-width: 992px) {
  .discover-headline {
    margin-top: 24px;
  }
}
/**
*	Animation
*/
@-moz-keyframes ripple {
  to {
    transform: scale(1.8);
    opacity: 0;
  }
}
@-webkit-keyframes ripple {
  to {
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes ripple {
  to {
    transform: scale(1.8);
    opacity: 0;
  }
}
@-moz-keyframes grow {
  20%,
  80% {
    transform: scale(1.1);
  }
  0%,
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes grow {
  20%,
  80% {
    transform: scale(1.1);
  }
  0%,
  100% {
    transform: scale(1);
  }
}
@keyframes grow {
  20%,
  80% {
    transform: scale(1.1);
  }
  0%,
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes tractor {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(230%);
  }
}
@-webkit-keyframes tractor {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(230%);
  }
}
@keyframes tractor {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(230%);
  }
}
@-moz-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
.animate-tractor {
  position: relative;
  overflow: hidden;
  margin-bottom: 0rem;
  display: inline-block;
}
.animate-tractor img {
  width: 100%;
}
.animate-tractor .tractor {
  transform: translateX(0%);
  position: relative;
}
.animate-tractor .tractor img {
  max-width: 350px;
  height: auto;
}
.animate-tractor .tractor .wheel-1 {
  height: 60px;
  position: absolute;
  left: 73px;
  bottom: 0;
}
.animate-tractor .tractor .wheel-2 {
  height: 46px;
  position: absolute;
  left: 156px;
  bottom: 0;
}
.animate-tractor .tractor.animate {
  animation: tractor 5s linear forwards;
}
.animate-tractor .tractor.animate .wheel-1,
.animate-tractor .tractor.animate .wheel-2 {
  animation: spin 2s ease-in-out forwards;
}
.animate-tractor .tractor-line {
  transform: translateX(0%);
  position: relative;
}
.animate-tractor .tractor-line:after {
  content: ' ';
  height: 25px;
  background: #eee;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.animate-tractor .tractor-line.animate:after {
  animation: tractor 5s linear forwards;
}
/* xs */
@media (max-width: 480px) {
  .animate-tractor {
    margin-bottom: 0;
  }
  .animate-tractor .tractor .wheel-1 {
    height: 60%;
    left: 21%;
  }
  .animate-tractor .tractor .wheel-2 {
    height: 46%;
    left: 45%;
  }
}
@media (min-width: 768px) AND (max-width: 779px) {
  .animate-tractor .tractor .wheel-1 {
    height: 52px;
    left: 63px;
  }
  .animate-tractor .tractor .wheel-2 {
    height: 39px;
    left: 137px;
  }
}
/* sm */
/* sm */
@keyframes sheen {
  99% {
    transform: rotateZ(60deg) translate(0, -4em);
  }
  100% {
    opacity: 0;
  }
}
.carousel-as-tabs-container {
  position: relative;
  margin-left: -20px;
  width: calc(100% + 40px);
  padding: 0 20px;
}
.carousel-as-tabs-container .slick-arrow {
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
  padding: 0;
  font-size: 0;
  border: none;
  background-color: transparent;
}
.carousel-as-tabs-container .slick-arrow:before {
  color: #c2c2c2;
  font-size: 20px;
}
.carousel-as-tabs-container .slick-arrow.slick-disabled:before {
  opacity: 0.5;
}
.carousel-as-tabs-container .slick-prev {
  left: 0;
}
.carousel-as-tabs-container .slick-next {
  right: 0;
}
.carousel-as-tabs .slick-slide {
  position: relative;
  float: left;
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  .carousel-as-tabs .slick-slide {
    width: auto !important;
  }
}
.carousel-as-tabs .slick-slide > .sheen:after {
  animation: sheen 1500ms forwards;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 204, 0, 0.2), rgba(255, 204, 0, 0.6), rgba(255, 204, 0, 0.2), transparent);
  transform: rotateZ(60deg) translate(-1em, 4em);
}
.hero-slider {
  padding-bottom: 100px;
}
.hero-slider-content-wrapper {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 992px) {
  .hero-slider-content-wrapper {
    flex-direction: row;
  }
}
.hero-slider .text-container {
  flex: 1 1 33.33333%;
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .hero-slider .text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
  }
}
.hero-slider .text-container > h1 {
  margin: 5px 0;
  opacity: 0;
  transition: opacity 1s ease, color 1s ease;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .hero-slider .text-container > h1 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-slider .text-container > h1 {
    font-size: 45px;
  }
}
@media screen and (min-width: 1366px) {
  .hero-slider .text-container > h1 {
    font-size: 50px;
  }
}
.hero-slider .text-container > h1.fade-in {
  opacity: 1;
}
.hero-slider .text-container > h1.fade-color {
  color: #c2c2c2;
}
.hero-slider .image-container {
  position: relative;
  display: flex;
  flex: 1 1 66.66667%;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .hero-slider .image-container {
    align-items: center;
    justify-content: center;
  }
}
.hero-slider .image-container > img {
  position: relative;
  left: 0;
  width: 175px;
  height: 100%;
  transform: translateX(300%);
  opacity: 0;
  z-index: 1;
}
@media screen and (min-width: 576px) {
  .hero-slider .image-container > img {
    transform: translateX(425%);
  }
}
@media screen and (min-width: 768px) {
  .hero-slider .image-container > img {
    transform: translateX(550%);
  }
}
@media screen and (min-width: 992px) {
  .hero-slider .image-container > img {
    width: 60%;
    transform: translateX(250%);
  }
}
@media screen and (min-width: 1200px) {
  .hero-slider .image-container > img {
    width: auto;
  }
}
.hero-slider .image-container > img.move-to-content {
  transform: translateX(0);
  transition: transform 750ms cubic-bezier(0.47, 0.6, 0.66, 1.15);
}
.hero-slider .image-container > img.move-to-left {
  left: -65%;
  transition: left 750ms ease-out;
}
@media screen and (min-width: 992px) {
  .hero-slider .image-container > img.move-to-left {
    left: -20%;
  }
}
.hero-slider .hero-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 1s ease;
}
@media screen and (min-width: 992px) {
  .hero-slider .hero-text {
    left: 70%;
    transform: translate(-50%, -50%);
    margin: 0 15px;
  }
}
.hero-slider .hero-text.fade-in {
  opacity: 1;
}
.hero-slider .hero-text > p {
  font-family: 'Section';
  font-size: 45px;
  line-height: 0.9;
  color: #000;
  margin: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .hero-slider .hero-text > p {
    font-size: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-slider .hero-text > p {
    font-size: 60px;
  }
}
.hero-slider .hero-text > p:first-child {
  font-size: 100px;
}
@media screen and (min-width: 768px) {
  .hero-slider .hero-text > p:first-child {
    font-size: 125px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-slider .hero-text > p:first-child {
    font-size: 150px;
  }
}
/*# sourceMappingURL=default.css.map */


/* PAGE */ 
	@media only screen and (min-width: 768px) {
   .generic-copy-block .content .image-caption img  { 
width: 60%!important;
  }
}

.expand-collapse-component h2 {
font-size: 22px!important;
}

    @media screen and (min-width: 992px) {
.nesting>.row {
    margin: 40px -20px 0px -20px!important;
	}
}
  
  @media screen and (min-width: 768px) {
  table#hmf-table {
    width: 35%!important;
	}
  
}
    
#hmf-table td { 
    font-size:17px; 
  }
      
#hmf-table tr { 
    height:45px; 
  }
    
/*:target {
  display: block;
  position: relative;
  top: -120px; 
  visibility: hidden;
}*/

@media screen and (max-width: 768px) {
.hero-slider .hero-text > p:first-child {
  
    width: 75%!important;

 }
 }
  
  
/* .hmf-expandcollapse-spacing {
  padding:30px 0px;
  background-color:#eff0f0;
}*/

.expand-collapse-component {
    padding-top: 20px;
}

.hmf-expandcollapse-spacing-register {
  padding:30px 0px;
}