.seed-detail-page .breadcrumbs-inner{
    margin-top: 60px;
    }
    .seed-detail-page .breadcrumbs-inner ul{
    margin-left:0px;
    }
    .seed-detail-page .breadcrumbs-inner li{
    display:inline-block;
    }
    .seed-detail-page .breadcrumbs-inner li:last-child{
    color: #9d9d9d;
    }
    .seed-detail-page .breadcrumbs-inner li:not(:first-child)::before {
        content: '> ';
      color: #777;
     
    }
    @media only screen and (max-width:769px) and (min-width:48rem){
    .seed-detail-page .product-detail-head .prod-logo{
        display: grid;
        grid-template-columns: repeat(2, 0fr);
        grid-gap: 0px;
    }
      .seed-detail-page .product-detail-head .prod-logo img{
      margin:5px 0px;
      }
    }
    @media only screen and (max-width:48em){
      .seed-detail-page .grid-container-seed-detail{
            padding: 74px 20px 63px;
      }
    
      .product-detail-head {
        margin: 100px 0px 0 !important;
    }
    }
    
    @media only screen and (max-width:40em){
      .seed-detail-page .breadcrumbs-inner{
        padding: 0px 20px;
        }
        .product-detail-head {
          padding: 0 20px;
      }
    }
    .seed-detail-page .characteristics.mais-chart .level span{
          margin: 0 0 0 25px;
    } 
    
    
    
    
    .seed-detail-page .product-content .white-box ul{
        -webkit-columns: auto;
        list-style-position: outside;    
        list-style-type: disc;
    
    }
    .seed-detail-page .product-content .white-box .prod-characteristics ul{
      list-style-type:none;
    }
    
    .seed-detail-page .product-content .description ul li{
        font-weight: unset;
        font-family: 'acumin-pro';
        /* font-style: normal; */
        font-size: 16px;
        line-height: 1.6;
        color: #0A0A0A;
        margin-bottom: auto;
        text-align: -webkit-match-parent;
        text-transform: none;
    }
    .seed-detail-page .product-content .characteristics .prod-characteristics li{
    
         display: flex;
        align-items: center;
        text-align: left;
      margin-bottom:0px;
          text-transform: capitalize;
    }
    .seed-detail-page .product-detail-head .product-name{
    text-transform: uppercase;
    }
    .seed-detail-page .icons.corn-silage, .seed-detail-page .icons.ensilage-de-mais{
        border-top: solid 7px #ddc207;
    }
    .seed-detail-page .icons.soya{
        border-top: solid 7px #0a5;
    }
    .seed-detail-page .icons.mais{
    border-top: solid 7px #fed115;
    
    }
    
    .seed-detail-page .product-detail-head  .icons.luzerne{
        border-top: solid 7px #74bd4f;
    }
    .seed-detail-page .alfalfa-brand-hvxmegatron .icons.alfalfa, .seed-detail-page .luzerne-brand-hvxmegatron .icons.luzerne{
       border-top: solid 7px #0073ba !important;
    }
    .seed-detail-page .sub-characteristics ul li{
      margin-bottom:0px;
      text-align:left;
    
    }
    .seed-detail-page .alfalfa-trait-harvxtra .characteristics .alfalfa .prod-characteristics  ul li .number div, .seed-detail-page .luzerne-trait-harvxtra .characteristics .luzerne .prod-characteristics ul li .number div {
        background-color: #0073ba;
    }
    .seed-detail-page .alfalfa-trait-conventional  .characteristics .prod-characteristics  ul li .number div,
    .seed-detail-page .characteristics .luzerne .prod-characteristics  ul li .number div {
          background-color: #74bd4f;
      }
    .seed-detail-page .characteristics .canola .prod-characteristics:not(.corn-chart) ul li .number div{
        background-color: #0a5;
    }
    
	.seed-detail-page .characteristics .canola  .prod-characteristics  ul.canola-liberty li .number div{
            
            background-color: #a74155 !important;
    }
	
	.seed-detail-page .characteristics .canola  .prod-characteristics  ul.canola-truflex li .number div{
          
            background-color: #0a5 !important;
    }
	
	.seed-detail-page .canola-brand-cp21l3c .characteristics .canola  .prod-characteristics  ul li .number div{
            /*background-color: #f9c606;*/
            background-color: #a74155;
    }
	
   .seed-detail-page .canola-brand-cp24l3c .characteristics .canola  .prod-characteristics  ul li .number div{
            /*background-color: #f9c606;*/
            background-color: #a74155;
    }
    .seed-detail-page .product-content  .characteristics .sunflower  .prod-characteristics  ul li .number div{
          background-color: #ffe12e;
    
    }
    
    .seed-detail-page .product-content .characteristics .corn .prod-characteristics  ul li .number div,
    .seed-detail-page .product-content .characteristics .mais .prod-characteristics  ul li .number div
    {
        background-color: #fed115;
    }
    .seed-detail-page .characteristics .corn-silage .prod-characteristics:not(.corn-chart) ul li .number div,
    .seed-detail-page .characteristics .ensilage-de-mais .prod-characteristics:not(.corn-chart) ul li .number div   {
        background-color: #ddc207;
    }
    .seed-detail-page .characteristics .corn-silage  .prod-characteristics ul li .number div, .seed-detail-page .characteristics .ensilage-de-mais .prod-characteristics ul li .number div {
        background-color: #ddc207;
    }
  
    
    /* loader css */
  
    .seed-pdf-print.loader-wrapper{
      background-color: rgba(0, 0, 0, .4);
      width: 100%;
      height: 100%;
      overflow: auto;
      z-index: 99;
      position: fixed;
      left: 0;
      top: 0;
    }
  
    .loader-center{
      position: fixed;
      left: 48%;
      top: 43%;
    }


  
    .seed-pdf-print #loader {
      border: 12px solid #f3f3f3;
      border-radius: 50%;
      border-top: 12px solid #444;
      width: 70px;
      height: 70px;
      animation: spin 1s linear infinite;
  }

  @keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
/* corn details section */
.card-container {
  position: relative
}
.card-container .InfoLabel {
  display: block;
  font-size: 30px;
  text-align: center;
  margin-top: 100px;
  font-family: "acumin-pro-condensed";
  font-weight: 800
}

.card-container .card-form {
  width: 305px;
  height: auto;
  background-color: #69813c;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 39px;
  z-index: 2;
  padding: 0 16px 50px;
  display: none
}

@media only screen and (max-width:48em) {
  .card-container .card-form {
    bottom: 0
  }
}

.card-container .card-form .seed-form {
  padding: 14px
}

.card-container .card-form .seed-form .close-form {
  right: 10px;
  top: 12px;
  cursor: pointer;
  opacity: .5;
  position: absolute;
  font: normal normal normal 20px/1 WinfieldKit !important
}

.card-container .card-form .seed-form .close-form:before {
  content: "" !important
}

.card-container .card-form .seed-form .close-form:hover {
  opacity: 1
}

.card-container .card-form .seed-form .ErrorLabel,
.card-container .card-form .seed-form .EditingFormErrorLabel {
  color: #fed115 !important
}

.card-container .card-form .seed-form .team-input,
.card-container .card-form .seed-form .confirmCheck {
  width: 100%;
  padding: 0
}

.card-container .card-form .seed-form .team-input label,
.card-container .card-form .seed-form .confirmCheck label {
  color: #fff;
  margin-top: 9px
}

.card-container .card-form .seed-form .team-input input[type="text"],
.card-container .card-form .seed-form .confirmCheck input[type="text"] {
  margin-bottom: 0 !important;
  background-color: #05212c;
  color: #fff;
  border: 0
}

.card-container .card-form .seed-form .team-input input[type="text"]~span,
.card-container .card-form .seed-form .confirmCheck input[type="text"]~span,
.card-container .card-form .seed-form .team-input .EditingFormErrorLabel,
.card-container .card-form .seed-form .confirmCheck .EditingFormErrorLabel,
.card-container .card-form .seed-form .team-input .ErrorLabel,
.card-container .card-form .seed-form .confirmCheck .ErrorLabel {
  color: #fed115 !important;
  margin: 0 0 4px 0;
  font-size: 14px
}

.card-container .card-form .seed-form .team-input input[type="text"]~span[style="color: red; visibility: hidden;"],
.card-container .card-form .seed-form .confirmCheck input[type="text"]~span[style="color: red; visibility: hidden;"],
.card-container .card-form .seed-form .team-input input[type="text"]~span[style="color:Red;visibility:hidden;"],
.card-container .card-form .seed-form .confirmCheck input[type="text"]~span[style="color:Red;visibility:hidden;"],
.card-container .card-form .seed-form .team-input input[type="text"]~span[style="visibility:hidden;"],
.card-container .card-form .seed-form .confirmCheck input[type="text"]~span[style="visibility:hidden;"],
.card-container .card-form .seed-form .team-input input[type="text"]~span[style="visibility: hidden;"],
.card-container .card-form .seed-form .confirmCheck input[type="text"]~span[style="visibility: hidden;"] {
  display: none
}

.card-container .card-form .seed-form .team-input input[type="text"]~span[style="color: red; visibility: visible;"],
.card-container .card-form .seed-form .confirmCheck input[type="text"]~span[style="color: red; visibility: visible;"],
.card-container .card-form .seed-form .team-input input[type="text"]~span[style="color:Red;visibility:visible;"],
.card-container .card-form .seed-form .confirmCheck input[type="text"]~span[style="color:Red;visibility:visible;"],
.card-container .card-form .seed-form .team-input input[type="text"]~span[style="visibility:visible;"],
.card-container .card-form .seed-form .confirmCheck input[type="text"]~span[style="visibility:visible;"],
.card-container .card-form .seed-form .team-input input[type="text"]~span[style="visibility: visible;"],
.card-container .card-form .seed-form .confirmCheck input[type="text"]~span[style="visibility: visible;"] {
  display: block
}

.card-container .card-form .seed-form .confirmCheck {
  position: relative;
  margin-left: 16px;
  margin-top: 20px
}

.card-container .card-form .seed-form .confirmCheck label {
  font-size: 12px;
  font-family: "acumin-pro";
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  margin-bottom: 20px;
  margin-top: 0
}

.card-container .card-form .seed-form .confirmCheck label.error {
  position: absolute;
  left: 18px;
  bottom: -69px;
  min-width: 300px
}

.card-container .card-form .seed-form .confirmCheck .CheckBoxField {
  position: absolute;
  left: -18px;
  top: 3px
}

.card-container .card-form .seed-form .confirmCheck a {
  color: #fff;
  text-decoration: underline
}

.card-container .card-form .seed-form .FormButton.btn-primary {
  font-family: "acumin-pro-condensed";
  font-style: normal;
  font-weight: 800;
  height: 60px;
  background-color: #a6c16f;
  border: 0;
  font-size: 18px;
  padding: 0 10px;
  color: #0b3f54;
  margin-top: 30px;
  text-align: center;
  max-width: 100%;
  line-height: 3.4;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0;
  border-radius: 0;
  width: calc(100% - 30px);
  position: absolute;
  bottom: 18px;
  display: block;
  left: 16px
}

.card-container .card-form .seed-form .FormButton.btn-primary:hover {
  background-color: #a6c16f !important
}

.card-container .card-form .seed-form label.error {
  color: #fed115 !important;
  margin: 0 !important
}

.card-container .card-form .seed-success-alert {
  text-align: center;
  padding: 90px 40px;
  height: 100%;
  display: none;
  position: relative
}

.card-container .card-form .seed-success-alert .logo-ag {
  margin: 100px 0;
  max-width: 192px
}

.card-container .card-form .seed-success-alert .thankyou-msg {
  font-family: "acumin-pro-condensed";
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 2.26;
  color: #fff;
  text-align: center
}

.card-container .card-form .seed-success-alert .close-success {
  font-family: "acumin-pro-condensed";
  font-style: normal;
  font-weight: 800;
  height: 60px;
  background-color: #a6c16f;
  border: 0;
  font-size: 18px;
  padding: 0 10px;
  color: #0b3f54;
  display: inline-block;
  margin-top: 30px;
  text-align: center;
  max-width: 100%;
  line-height: 3.4;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer
}

.card-container .card-form .seed-success-alert .close-success:hover {
  background-color: #a6c16f !important
}

.product-listing {
  clear: both;
  margin-bottom: 50px
}
.productcard {
  margin-bottom: 20px;
}
@media only screen and (max-width:48em) {
  .product-listing {
    margin-top: 70px
  }
}

.product-listing h3,
.product-listing p {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto
}

@media only screen and (max-width:48em) {
  
  .product-listing h3,
  .product-listing p {
    text-align: center;
    padding: 0 30px
  }
}

@media only screen and (max-width:48em) {
  .product-listing h3 {
    font-size: 26px;
    font-weight: 800;
    text-align: center
  }
}

.croplan-seeds {
  background-color: #f4f2f0;
  padding: 64px 0 80px
}

@media only screen and (max-width:48em) {
  .croplan-seeds .text-right img {
    padding: 0 60px
  }
}

.croplan-seeds h3 {
  font-family: "acumin-pro-condensed";
  font-size: 35px;
  font-weight: 800;
  line-height: 1.14;
  color: #69813c;
  text-align: center
}

@media only screen and (max-width:48em) {
  .croplan-seeds h3 {
    font-size: 26px;
    font-weight: 800;
    text-align: center
  }
}

.croplan-seeds p {
  margin-top: 34px;
  font-family: "acumin-pro";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #000
}

@media only screen and (max-width:48em) {
  .croplan-seeds p {
    text-align: center
  }
}

.croplan-seeds p.source {
  font-size: 14px;
  font-weight: 400;
  padding-left: 20px
}

@media only screen and (max-width:48em) {
  .croplan-seeds .cfs_outer {
    padding: 0
  }
}

.croplan-seeds .intro-box {
  margin: 80px auto 0
}

.prod-listing>.row {
  display: flex;
  flex-wrap: wrap
}

.prod-listing>.row>.small-12.medium-6.large-4.columns.column {
  display: none
}

@media only screen and (max-width:48em) {
  .prod-listing>.row>.small-12.medium-6.large-4.columns.column {
    margin-bottom: 60px
  }
}

.prod-listing .product-card {
  box-shadow: 16px 16px 24px 0 rgba(207, 198, 190, .24), 8px 8px 16px 0 rgba(207, 198, 190, .48);
  background-color: #fff;
  padding: 16px;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  height: calc(100% - 24px);
  padding-bottom: 80px;
  min-height: 800px
}

.prod-listing .product-card>img {
  width: 70px;
  margin-right: 5px;
  align-self: end
}

@media only screen and (max-width:40rem) {
  .prod-listing .product-card>img {
    width: 55px
  }
}

@media only screen and (min-width:320px) and (max-width:375px) {
  .prod-listing .product-card>img {
    width: 50px
  }
}

.prod-listing .product-card .prod-name {
  width: calc(100% - 110px);
  display: inline-block;
  vertical-align: top
}
.prod-listing .product-card .product-name {
  font-weight: 800;
  font-style: normal;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #0a0a0a
}

@media only screen and (max-width:1024px) {
  .prod-listing .product-card .prod-name .brand-name {
    font-size: 10px
  }
}

@media only screen and (max-width:48em) {
  .prod-listing .product-card .prod-name .brand-name {
    font-size: 10px
  }
}

@media only screen and (max-width:47.9375rem) {
  .prod-listing .product-card .prod-name .brand-name {
    font-size: 10px
  }
}

@media only screen and (max-width:40rem) {
  .prod-listing .product-card .prod-name .brand-name {
    font-size: 10px
  }
}
.prod-listing .product-card .prod-name span {
  font-family: "acumin-pro";
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.25;
  color: #6c6c6c;
  display: block;
  margin: 0 0
}

.prod-listing .product-card .prod-name span.apc {
  font-family: "acumin-pro-condensed";
  font-weight: 500;
  font-style: normal
}

/*.prod-listing .product-card .prod-name span.apc * {
font-family: inherit;
color: inherit
}*/

@media only screen and (max-width:40rem) {
  .prod-listing .product-card .prod-name span {
    font-size: 14px
  }
}

.prod-listing .product-card .prod-logo {
  width: 100%;
  border-top: solid 2px #ece8e5;
  padding: 10px 0;
  margin: 12px 0 0 0;
  min-height: 52px
}

.prod-listing .product-card .prod-logo img {
  max-height: 28px;
  margin-right: 10px;
  max-width: 120px
}

.prod-listing .product-card .prod-logo+.performance {
  margin-top: 0
}

.prod-listing .product-card .prod-characteristics {
  border-top: solid 2px #ece8e5;
  padding-top: 16px;
  width: 100%
}

.prod-listing .product-card .prod-characteristics>span {
  font-family: "acumin-pro-condensed";
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
  line-height: 1.25;
  color: #6c6c6c;
  display: block;
  margin-bottom: 16px
}

.prod-listing .product-card .prod-characteristics ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.prod-listing .product-card .prod-characteristics ul li {
  display: flex;
  margin: 8px 0
}

.prod-listing .product-card .prod-characteristics ul li span {
  display: inline-block;
  font-family: "acumin-pro";
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 1.33;
  color: #444;
  width: 163px
}

.prod-listing .product-card .prod-characteristics ul li span small {
  float: right;
  margin: 3px 3px 0 0;
  font-weight: inherit;
  font-family: inherit
}

.prod-listing .product-card .prod-characteristics ul li .number {
  margin-left: auto;
  display: flex
}

.prod-listing .product-card .prod-characteristics ul li .number div {
  background-color: #a74155;
  margin-left: 3px;
  height: 16px;
  width: 32px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "acumin-pro-condensed";
  font-weight: 800;
  font-style: normal;
  color: #fff
}

@media only screen and (max-width:48em) {
  .prod-listing .product-card .prod-characteristics ul li .number div {
    width: 26px
  }
}

.prod-listing .product-card .prod-characteristics ul li .number div.gray~div {
  background-color: #e7e2de
}

.prod-listing .product-card .prod-characteristics ul li .number div.gray-self {
  background-color: #e7e2de !important
}

.prod-listing .product-card .prod-characteristics ul li .number div.gray-self~div {
  background-color: #e7e2de
}

.prod-listing .product-card .prod-characteristics ul li.legends {
  margin-bottom: -6px
}

@media only screen and (max-width:1025px) {
  .prod-listing .product-card .prod-characteristics ul li.legends span {
    width: calc(100% - 175px)
  }
}

@media only screen and (max-width:48em) {
  .prod-listing .product-card .prod-characteristics ul li.legends span {
    width: calc(100% - 142px)
  }
}

.prod-listing .product-card .prod-characteristics ul li.legends div {
  font-family: "acumin-pro";
  font-weight: 500;
  font-style: normal;
  font-size: 10px;
  color: #666
}

.prod-listing .product-card .prod-characteristics ul li.legends div:last-child {
  margin-left: auto
}

.prod-listing .product-card .prod-characteristics .sub-characteristics {
  display: flex;
  width: 100%;
  margin: 22px 0;
  flex-wrap: wrap;
  justify-content: space-between
}

.prod-listing .product-card .prod-characteristics .sub-characteristics span {
  width: 48%;
  display: flex;
  font-family: "acumin-pro";
  font-size: 12px;
  font-weight: 500;
  line-height: 1.33;
  color: #444;
  padding: 3px 0
}

.prod-listing .product-card .prod-characteristics .sub-characteristics span:nth-child(odd) {
  padding-right: 16px;
  border-right: solid 2px #ece8e5
}

.prod-listing .product-card .prod-characteristics .sub-characteristics span strong {
  margin-left: auto;
  color: #000;
  font-weight: bold
}

.prod-listing .product-card .prod-characteristics.corn-chart, .prod-listing .product-card .prod-characteristics.mais-chart {
  position: relative;
  overflow: hidden;
  z-index: 0
}

.prod-listing .product-card .prod-characteristics.corn-chart .level, .prod-listing .product-card .prod-characteristics.mais-chart .level {
  transform: rotate(-90.1deg);
  left: 40px;
  position: absolute;
  height: 100%;
  width: 175px;
  top: 2px
}

.prod-listing .product-card .prod-characteristics.corn-chart .level span, .prod-listing .product-card .prod-characteristics.mais-chart .level span {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #333;
  font-family: "acumin-pro-condensed";
  margin: 0 0 0 22px;
  text-transform: uppercase
}

.prod-listing .product-card .prod-characteristics.corn-chart .level.corn-silage span {
  min-width: 28px;
  display: inline-block
}

.prod-listing .product-card .prod-characteristics.corn-chart ul, .prod-listing .product-card .prod-characteristics.mais-chart ul{
  display: flex;
  width: auto;
  border-bottom: solid 1px #eee;
  justify-content: space-evenly;
  margin: 30px 0 24px 24px
}

.prod-listing .product-card .prod-characteristics.corn-chart ul li:not(.h-lines), .prod-listing .product-card .prod-characteristics.mais-chart ul li:not(.h-lines){
  position: relative;
  height: 154px;
  width: 33.33%;
  margin: 0
}

.prod-listing .product-card .prod-characteristics.corn-chart ul li:not(.h-lines):after, .prod-listing .product-card .prod-characteristics.mais-chart ul li:not(.h-lines):after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  border-right: solid 2px #eee;
  left: 54%
}

.prod-listing .product-card .prod-characteristics.corn-chart ul li:not(.h-lines):before, .prod-listing .product-card .prod-characteristics.mais-chart ul li:not(.h-lines):before{
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #fed115;
  left: 54%;
  z-index: 2;
  margin-left: -13px
}

.prod-listing .product-card .prod-characteristics.corn-chart ul li:not(.h-lines) span, .prod-listing .product-card .prod-characteristics.mais-chart ul li:not(.h-lines) span{
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  font-family: "acumin-pro";
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  bottom: -22px;
  display: block;
  width: 100%;
  justify-content: center;
  padding-left: 9px
}

.prod-listing .product-card .prod-characteristics.corn-chart ul li:not(.h-lines).H:before,
.prod-listing .product-card .prod-characteristics.corn-chart ul li:not(.h-lines).É:before, .prod-listing .product-card .prod-characteristics.mais-chart ul li:not(.h-lines).H:before,
.prod-listing .product-card .prod-characteristics.mais-chart ul li:not(.h-lines).É:before,.prod-listing .product-card .prod-characteristics.mais-chart ul li:not(.h-lines).M:before  {
  top: -8%
}

.prod-listing .product-card .prod-characteristics.corn-chart ul li:not(.h-lines).M:before, .prod-listing .product-card .prod-characteristics.mais-chart ul li:not(.h-lines).MOYENNE:before{
  top: 29%
}

.prod-listing .product-card .prod-characteristics.corn-chart ul li:not(.h-lines).L:before,
.prod-listing .product-card .prod-characteristics.corn-chart ul li:not(.h-lines).F:before, .prod-listing .product-card .prod-characteristics.mais-chart ul li:not(.h-lines).L:before,
.prod-listing .product-card .prod-characteristics.mais-chart ul li:not(.h-lines).F:before{
  bottom: 16%
}

.prod-listing .product-card .prod-characteristics.corn-chart ul li.h-lines, .prod-listing .product-card .prod-characteristics.mais-chart ul li.h-lines{
  position: absolute;
  border-top: dotted 3px #eee;
  border-bottom: dotted 3px #eee;
  height: 118px;
  width: auto;
  margin: 0;
  left: 24px;
  right: 3px
}

.prod-listing .product-card .prod-characteristics.corn-chart ul li.h-lines:after, .prod-listing .product-card .prod-characteristics.mais-chart ul li.h-lines:after {
  content: "";
  position: absolute;
  border-bottom: dotted 3px #eee;
  top: 48%;
  left: 0;
  right: 0
}

.prod-listing .product-card .prod-characteristics.corn-chart ul.chart-TBD li:before,
.prod-listing .product-card .prod-characteristics.corn-chart ul.chart-na li:before, .prod-listing .product-card .prod-characteristics.mais-chart ul.chart-TBD li:before,
.prod-listing .product-card .prod-characteristics.mais-chart ul.chart-na li:before {
  display: none
}

.prod-listing .product-card .prod-characteristics.corn-chart ul.chart-TBD,
.prod-listing .product-card .prod-characteristics.corn-chart ul.chart-na, .prod-listing .product-card .prod-characteristics.mais-chart ul.chart-TBD,
.prod-listing .product-card .prod-characteristics.mais-chart ul.chart-na{
  position: relative
}

.prod-listing .product-card .prod-characteristics.corn-chart ul.chart-TBD:after,
.prod-listing .product-card .prod-characteristics.corn-chart ul.chart-na:after, .prod-listing .product-card .prod-characteristics.mais-chart ul.chart-TBD:after,
.prod-listing .product-card .prod-characteristics.mais-chart ul.chart-na:after{
  content: "TBD";
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: -4px;
  color: #fff0d3;
  font-size: 100px;
  font-weight: 700;
  font-family: "acumin-pro-condensed"
}

.prod-listing .product-card .prod-characteristics.corn-chart ul.chart-TBD.fr-CA:after, .prod-listing .product-card .prod-characteristics.mais-chart ul.chart-TBD.fr-CA:after,ul.tonnageNDFD-tbd.fr-CA:after,.characteristics.mais-chart .chart-TBD.fr-CA:after {
  content: "À dét";
  text-transform: uppercase
}

.prod-listing .product-card .prod-characteristics.corn-chart ul.chart-na:after, .prod-listing .product-card .prod-characteristics.mais-chart ul.chart-na:after {
  content: "N/A"
}

.prod-listing .product-card .prod-characteristics.corn-chart ul.chart-na.fr:after, .prod-listing .product-card .prod-characteristics.mais-chart ul.chart-na.fr:after {
  content: "N/D"
}

.prod-listing .product-card .performance {
  border-top: solid 2px #ece8e5;
  border-bottom: solid 2px #ece8e5;
  margin: 22px 0;
  padding: 16px 0;
  width: 100%
}

.prod-listing .product-card .performance>span {
  font-family: "acumin-pro-condensed";
  font-weight: 800;
  font-style: normal;
  font-size: 16px;
  line-height: 1.25;
  color: #6c6c6c;
  display: block;
  margin-bottom: 16px
}

.prod-listing .product-card .performance small {
  font-family: "acumin-pro";
  font-size: 10px;
  line-height: 2;
  color: #666
}

.prod-listing .product-card .performance .result .noData {
  color: #f00;
  font-size: 15px;
  font-family: "acumin-pro-condensed";
  margin-top: -6px
}

.prod-listing .product-card .performance .result strong {
  font-family: "acumin-pro";
  font-size: 12px;
  font-weight: bold;
  line-height: 1.33;
  color: #000;
  margin-top: 12px
}

.prod-listing .product-card .performance .result ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.prod-listing .product-card .performance .result ul li {
  border-bottom: solid 1px #f6f4ef;
  display: flex;
  padding: 6px 0;
  align-items: center
}

.prod-listing .product-card .performance .result ul li span {
  font-family: "acumin-pro-condensed";
  margin-left: auto;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.14;
  color: #0a0a0a;
  letter-spacing: .2px
}

.prod-listing .product-card .view-seed {
  font-family: "acumin-pro-condensed";
  font-style: normal;
  font-weight: 800;
  background-color: #f9c606;
  font-size: 18px;
  line-height: 2.23;
  color: #3c3c3c;
  display: block;
  margin-top: 30px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  bottom: 16px;
  right: 17px;
  width: 29%;
  transition: all .3s;
  padding: 0 20px
}

@media only screen and (max-width:1100px) {
  .prod-listing .product-card .view-seed {
    font-size: 16px
  }
}

.prod-listing .product-card .view-seed:hover {
  background-color: #ffd539
}

.prod-listing .product-card .seed-modal-link {
  font-family: "acumin-pro-condensed";
  font-style: normal;
  font-weight: 800;
  background-color: #647d3b;
  border: 0;
  font-size: 18px;
  padding: 0 10px;
  color: #fff;
  display: inline-block;
  margin-top: 30px;
  text-align: center;
  max-width: 100%;
  line-height: 2.22;
  text-transform: uppercase;
  position: absolute;
  bottom: 16px;
  left: 17px;
  width: 56%
}

@media only screen and (max-width:1100px) {
  .prod-listing .product-card .seed-modal-link {
    font-size: 16px
  }
}

@media only screen and (min-width:320px) and (max-width:340px) {
  .prod-listing .product-card .seed-modal-link {
    line-height: 1.2
  }
}

.prod-listing .product-card .seed-modal-link:hover {
  background-color: #505050 !important
}

.prod-listing .product-card .prod-comp {
  font-family: "acumin-pro";
  font-size: 10px;
  line-height: 1.2;
  color: #666;
  display: flex;
  width: 100%;
  padding: 16px 0;
  align-items: center
}

.prod-listing .product-card .prod-comp label {
  position: absolute;
  bottom: 80px;
  right: 21px
}
.prod-listing .product-card .prod-comp label input {
  margin: -2px 6px 0 0 !important;
  vertical-align: middle
}

.prod-listing .product-card .list-item {
  border: 0 solid #0b3f54;
  padding: 0;
  position: relative;
  background: white;
  height: auto;
  min-height: auto
}

@media only screen and (max-width:48em) {
  .prod-listing .product-card .list-item {
    max-width: 98%
  }
}

.prod-listing .product-card .list-item li {
  font-family: "acumin-pro";
  font-size: 14px;
  line-height: 1.14;
  color: #0a0a0a;
  padding: 6px 0
}

.prod-listing.canola .product-card {
  border-top: solid 5px #a74155
}

.prod-listing.canola .product-card .prod-logo+.prod-characteristics {
  border-bottom: solid 2px #ece8e5;
  padding-bottom: 6px;
  margin-bottom: 6px
}

.prod-listing.canola .product-card .prod-characteristics:not(.corn-chart) ul.Truflex li .number div {
  background-color: #0a5
}

.prod-listing.canola .product-card .prod-characteristics:not(.corn-chart) ul.Roundup li .number div {
  background-color: #0a0a0a
}

.prod-listing.canola .product-card .prod-characteristics:not(.corn-chart) ul.Liberty li .number div {
  background-color: #f9c606
}

.prod-listing.canola .product-card .prod-characteristics:not(.corn-chart) ul li .number div {
  color: #0b3f54
}

.prod-listing.canola .product-card .prod-characteristics:not(.corn-chart) ul li .number div.gray~div {
  background-color: #e7e2de
}

.prod-listing.canola .product-card .prod-characteristics:not(.corn-chart) ul li .number div.gray-self {
  background-color: #e7e2de !important
}

.prod-listing.canola .product-card .prod-characteristics:not(.corn-chart) ul li .number div.gray-self~div {
  background-color: #e7e2de
}
.prod-listing.corn .product-card .prod-characteristics:not(.corn-chart) ul li .number div {
  background-color: #fed115;
  color: #0b3f54
}

.prod-listing.corn .product-card .prod-characteristics:not(.corn-chart) ul li .number div.gray~div {
  background-color: #e7e2de
}

.prod-listing.corn .product-card .prod-characteristics:not(.corn-chart) ul li .number div.gray-self {
  background-color: #e7e2de !important
}

.prod-listing.corn .product-card .prod-characteristics:not(.corn-chart) ul li .number div.gray-self~div {
  background-color: #e7e2de
}

.prod-listing.cotton .product-card {
  border-top: solid 4px #4ac5e2
}

.prod-listing.sunflower .product-card {
  border-top: solid 4px #ffe12e
}

.prod-listing.sunflower .product-card .prod-characteristics {
  border-bottom: solid 2px #ece8e5;
  padding-bottom: 16px
}

.prod-listing.sunflower .product-card .prod-logo+.prod-characteristics {
  margin-bottom: 6px
}
.prod-listing.corn-silage .product-card .prod-characteristics.corn-chart ul li:not(.h-lines):before {
  background-color: #ddc207 !important
}

.prod-listing.wheat .product-card {
  border-top: solid 4px #f8a332
}

.prod-listing.wheat .product-card .prod-characteristics.corn-chart ul li:not(.h-lines):before {
  background-color: #f8a332 !important
}

.prod-listing.sorghum .product-card {
  border-top: solid 4px #e68222
}

.prod-listing.sorghum .product-card .prod-characteristics {
  border-bottom: solid 2px #ece8e5;
  padding-bottom: 16px
}
.prod-listing.alfalfa .prod-logo+.prod-characteristics {
  margin-bottom: 6px
}
.prod-listing.soybean .product-card .prod-characteristics:not(.corn-chart) ul li .number div {
  background-color: #0a5;
  color: #fff
}

.prod-listing.soybean .product-card .prod-characteristics:not(.corn-chart) ul li .number div.gray~div {
  background-color: #e7e2de
}

.prod-listing.soybean .product-card .prod-characteristics:not(.corn-chart) ul li .number div.gray-self {
  background-color: #e7e2de !important
}

.prod-listing.soybean .product-card .prod-characteristics:not(.corn-chart) ul li .number div.gray-self~div {
  background-color: #e7e2de
}

.prod-listing button.load-more {
  display: block;
  margin: 100px auto;
  background-color: #f9c606 !important;
  font-size: 24px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  width: 940px;
  border-radius: 0 !important;
  height: auto;
  padding: 5px 37px;
  max-width: 100%;
  display: none;
  text-transform: uppercase
}

.prod-listing button.load-more:hover {
  background-color: #ffd539 !important
}
@media screen and (max-width:64rem){
  .prod-listing button.load-more{
    width:100%;
  }
}

.croplan-naming-system {
  padding: 86px 0 100px 0
}

.croplan-naming-system h3 {
  font-family: "acumin-pro-condensed";
  font-size: 35px;
  font-weight: 800;
  line-height: 1.14;
  text-align: center;
  color: #69813c
}

@media only screen and (max-width:48em) {
  .croplan-naming-system h3 {
    font-size: 26px;
    font-weight: 800
  }
}

.croplan-naming-system p {
  margin-top: 34px;
  font-family: "acumin-pro";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #000;
  max-width: 872px;
  margin-right: auto;
  margin-left: auto
}

@media only screen and (max-width:48em) {
  .croplan-naming-system p {
    font-size: 14px;
    padding: 0 32px
  }
}

.croplan-naming-system .product-naming {
  max-width: 800px;
  margin: 40px auto 0
}

@media only screen and (max-width:48em) {
  .croplan-naming-system .product-naming {
    margin: 40px 24px 0
  }
}

.croplan-naming-system .product-naming h4 {
  font-family: "acumin-pro-condensed";
  color: #000;
  font-size: 26px;
  font-weight: 600
}

.croplan-naming-system .product-naming ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0
}

.croplan-naming-system .product-naming ul li {
  background-color: #e5e6e7;
  margin-bottom: 3px;
  font-family: "acumin-pro";
  font-weight: 500;
  font-size: 13px;
  min-height: 51px;
  position: relative;
  padding: 5px 0 5px 70px;
  display: flex;
  align-items: center;
  line-height: 1.3;
  overflow: hidden
}

@media only screen and (max-width:48em) {
  .croplan-naming-system .product-naming ul li {
    font-size: 10px
  }
}

.croplan-naming-system .product-naming ul li span {
  display: inline-block;
  background-color: #a83e52;
  padding: 10px;
  text-align: center;
  width: 47px;
  color: #fff;
  font-family: "acumin-pro-condensed";
  font-weight: 600;
  font-size: 30px;
  vertical-align: middle;
  line-height: 1;
  margin-right: 18px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0
}

.croplan-naming-system .product-naming ul li span:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 34px solid transparent;
  border-bottom: 34px solid transparent;
  border-left: 10px solid #a83e52;
  right: -10px;
  top: 0;
  z-index: 2;
  margin-top: -12%
}

.croplan-naming-system .product-naming ul li span:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 34px solid transparent;
  border-bottom: 34px solid transparent;
  border-left: 16px solid #fff;
  right: -18px;
  top: 0;
  z-index: 1;
  margin-top: -12%
}

.croplan-naming-system .product-naming>span {
  font-family: "acumin-pro";
  font-weight: 500;
  font-size: 10px;
  line-height: 1.25
}

@media only screen and (max-width:48em) {
  .croplan-naming-system .product-naming>span {
    text-align: center;
    display: block
  }
}

.contact-form-cp {
  background-color: #69813c;
  padding: 30px 0;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center
}

@media only screen and (max-width:48em) {
  .contact-form-cp {
    padding: 60px 30px
  }
}

.contact-form-cp .form-copy {
  font-size: 9px;
  line-height: 1.22;
  text-align: left;
  color: #fcfafa;
  font-family: "acumin-pro";
  max-width: 680px;
  margin: 20px auto
}

.contact-form-cp .form-copy a {
  text-decoration: underline;
  color: #fff
}

.contact-form-cp .contact-catalyst-program {
  width: 100%;
  max-width: 400px;
  margin: auto
}

.contact-form-cp .contact-catalyst-program .InfoLabel {
  display: block;
  text-align: center;
  padding: 30px;
  color: #fff;
  background: #a6c16f;
  font-size: 30px;
  border-radius: 5px;
  font-family: "acumin-pro-condensed"
}

.contact-form-cp .contact-catalyst-program .ErrorLabel,
.contact-form-cp .contact-catalyst-program .EditingFormErrorLabel {
  color: #fed115
}

.contact-form-cp .contact-catalyst-program .team-input {
  margin-bottom: 15px;
  text-align: left
}

.contact-form-cp .contact-catalyst-program .team-input label,
.contact-form-cp .contact-catalyst-program .team-input .EditingFormLabel {
  color: #fff !important;
  line-height: 1.5;
  font-size: .875rem;
  font-weight: 400;
  font-family: "acumin-pro-condensed"
}

.contact-form-cp .contact-catalyst-program .team-input input[type="text"],
.contact-form-cp .contact-catalyst-program .team-input select {
  background-color: #05212c;
  color: #fff;
  border: 0;
  margin: 0;
  height: 31px
}

.contact-form-cp .contact-catalyst-program .team-input.text-center {
  text-align: center !important
}

.contact-form-cp .contact-catalyst-program .team-input.text-center .EditingFormLabel {
  display: inline-block;
  margin-bottom: 10px;
  font-family: "acumin-pro-condensed";
  font-size: 18px
}

.contact-form-cp .contact-catalyst-program .team-input.text-center label {
  font-size: 18px;
  line-height: 1.44;
  text-align: left;
  font-family: "acumin-pro-condensed";
  color: #fcfafa
}

.contact-form-cp .contact-catalyst-program .confirmCheck {
  position: relative;
  text-align: left;
  width: auto;
  margin: 0 -44px;
  padding-right: 0;
  padding-bottom: 30px
}

@media only screen and (max-width:48em) {
  .contact-form-cp .contact-catalyst-program .confirmCheck {
    margin: 0 -19px
  }
}

.contact-form-cp .contact-catalyst-program .confirmCheck label {
  color: #fff;
  font-size: 12px;
  font-family: "acumin-pro-condensed";
  padding: 0 40px;
  line-height: 1.4
}

.contact-form-cp .contact-catalyst-program .confirmCheck label a {
  color: #fff !important;
  text-decoration: underline
}

.contact-form-cp .contact-catalyst-program .confirmCheck label a:hover {
  text-decoration: none
}

.contact-form-cp .contact-catalyst-program .confirmCheck .CheckBoxField {
  position: absolute;
  left: 29px;
  top: 4px
}

.contact-form-cp .contact-catalyst-program .btn-submit input {
  width: 270px;
  background-color: #a6c16f;
  display: block;
  margin: 21px auto 0;
  border: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.43;
  text-align: center;
  color: #0d4055;
  padding: 10px;
  font-family: "acumin-pro"
}

.croplan-contest {
  min-height: 615px;
  text-align: center;
  padding: 160px 0;
  background-size: cover;
  background-position: center center;
  position: relative
}

.croplan-contest .close-form-page {
  right: 10px;
  top: 12px;
  cursor: pointer;
  opacity: .5;
  position: absolute;
  font: normal normal normal 20px/1 WinfieldKit !important;
  color: #fff
}

.croplan-contest .close-form-page:before {
  content: "" !important
}

.croplan-contest .close-form-page:hover {
  opacity: 1
}

@media only screen and (max-width:48em) {
  .croplan-contest {
    background-size: 700%
  }
}

.croplan-contest h3 {
  font-size: 35px;
  font-weight: 800;
  line-height: 1.14;
  text-align: center;
  font-family: "acumin-pro-condensed";
  color: #fff
}

.croplan-contest .white-box {
  background-color: #fff;
  max-width: 664px;
  padding: 40px;
  margin: 20px auto
}

@media only screen and (max-width:48em) {
  .croplan-contest .white-box {
    margin: 20px 32px
  }
}

.croplan-contest .white-box h4 {
  font-family: "acumin-pro-condensed";
  font-size: 35px;
  font-weight: 800;
  line-height: 1.14;
  color: #69813c
}

.croplan-contest .white-box p {
  max-width: 350px;
  margin: 34px auto 0;
  font-family: "acumin-pro";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #000
}

.croplan-contest .white-box a {
  text-transform: uppercase;
  margin-top: 20px;
  display: inline-block
}

.banner-seed {
  margin-top: 92px;
  min-height: 296px;
  background-color: #ddd;
  background-size: cover
}

@media only screen and (max-width:48em) {
  .banner-seed {
    margin-top: 86px;
    min-height: 256px;
    background-size: 360%
  }
}

.banner-seed .banner-title {
  margin-top: 100px
}

@media only screen and (max-width:48em) {
  .banner-seed .banner-title {
    margin-left: 100px;
    margin-left: 30px
  }
}

.banner-seed .banner-title h1 {
  font-family: "acumin-pro-condensed";
  font-weight: 800;
  font-style: normal;
  font-size: 90px;
  line-height: .78;
  text-align: left;
  color: #fff;
  text-transform: uppercase
}

@media only screen and (max-width:48em) {
  .banner-seed .banner-title h1 {
    font-size: 60px
  }
}

.subinfo-box {
  background-color: #f4f2f0;
  padding: 60px 0
}

@media only screen and (max-width:47.9375rem) {
  .subinfo-box {
    margin: 0
  }
}

.traits-section {
  text-align: center;
  margin: 0 0 100px 0
}

@media only screen and (max-width:48em) {
  .traits-section {
    margin: 70px 0
  }
}

.traits-section h2 {
  font-family: "acumin-pro-condensed";
  font-size: 35px;
  font-weight: 800;
  line-height: 1.14;
  text-align: center;
  color: #69813c
}

@media only screen and (max-width:48em) {
  .traits-section h2 {
    font-size: 26px;
    line-height: 1.23
  }
}

.traits-section .traits-head {
  display: flex;
  justify-content: space-evenly;
  width: 80%;
  margin: 0 auto
}

@media only screen and (max-width:48em) {
  .traits-section .traits-head {
    width: 90%;
    flex-wrap: wrap
  }
}

.traits-section .traits-head .traits {
  margin-top: 10px
}

@media only screen and (max-width:48em) {
  .traits-section .traits-head .traits {
    width: 50%;
    margin-bottom: 80px
  }
}

.traits-section .traits-head .traits img {
  transform: scale(.5);
  transition: all .5s
}

.traits-section .traits-head .traits span,
.traits-section .traits-head .traits h3 {
  margin-top: 0;
  display: block;
  font-family: "acumin-pro-condensed";
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  color: #505050;
  text-transform: uppercase
}

@media only screen and (max-width:48em) {
  
  .traits-section .traits-head .traits span,
  .traits-section .traits-head .traits h3 {
    margin-top: -20px;
    line-height: 1.11
  }
}

.traits-section .traits-head .traits:hover img {
  transform: scale(.7)
}

.traits-section .traits-head .traits:nth-child(5) {
  margin-right: auto
}

.traits-section .free-seed {
  display: block;
  max-width: 801px;
  margin: 100px auto 0;
  background-color: #647d3b;
  transition: all .5s;
  display: flex;
  color: #fff;
  font-family: "acumin-pro-condensed";
  text-align: left;
  padding: 20px;
  align-items: center
}

@media only screen and (max-width:48em) {
  .traits-section .free-seed {
    max-width: 95%;
    margin: 100px 28px 0
  }
}

.traits-section .free-seed .big {
  font-family: "acumin-pro-condensed";
  font-size: 55px;
  font-weight: 800;
  line-height: .82;
  text-align: left;
  display: block;
  padding-left: 40px
}

@media only screen and (max-width:48em) {
  .traits-section .free-seed .big {
    font-size: 24px;
    padding-left: 0
  }
}

.traits-section .free-seed .green {
  font-family: "acumin-pro-condensed";
  font-size: 21px;
  font-weight: 800;
  line-height: 1.14;
  color: #a6c16f;
  text-transform: uppercase;
  display: block;
  padding-left: 40px
}

@media only screen and (max-width:48em) {
  .traits-section .free-seed .green {
    font-size: 16px;
    margin-top: 10px;
    padding-left: 0
  }
}

.traits-section .free-seed .right-text {
  padding: 20px 40px 20px 40px;
  border-left: solid 2px #d6e2bf;
  margin-left: 40px;
  font-family: "acumin-pro";
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  max-width: 440px;
  display: flex;
  align-items: center;
  position: relative
}

@media only screen and (max-width:48em) {
  .traits-section .free-seed .right-text {
    padding: 10px 20px;
    max-width: 66%;
    font-size: 16px;
    font-weight: 500;
    margin-left: 14px
  }
}

.traits-section .free-seed .right-text .fa {
  font-size: 30px;
  transition: all .5s;
  position: absolute;
  right: 10px;
  top: 31px
}

@media only screen and (max-width:48em) {
  .traits-section .free-seed .right-text .fa {
    right: -12px !important;
    top: 38% !important
  }
}

.traits-section .free-seed:hover {
  background-color: #516e1c
}

.traits-section .free-seed:hover .fa {
  margin-left: 20px;
  display: inline-block;
  right: 0
}

.traits-section.white-bkg {
  background-color: #fff
}

.traits-section.white-bkg h2 {
  margin-bottom: 30px
}

.traits-section.white-bkg p {
  font-family: "acumin-pro";
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: normal;
  text-align: center;
  color: #000
}

.traits-section.white-bkg .traits-head {
  flex-wrap: wrap
}

.traits-section.white-bkg .traits-head .traits {
  width: 50%
}

@media only screen and (max-width:48em) {
  .traits-section.white-bkg .traits-head .traits {
    width: 100%
  }
}

.traits-section.white-bkg .traits-head .traits span {
  margin-top: -20px
}

.traits-section.white-bkg .traits-head .traits p {
  max-width: 250px;
  margin: 24px auto 0
}

.hero-subinfo {
  text-align: left;
  padding: 25px 0 0 0
}

@media only screen and (max-width:40rem) {
  .hero-subinfo {
    padding: 20px 0 0 30px
  }
}

.hero-subinfo h2 {
  font-family: "acumin-pro-condensed";
  font-weight: 800;
  font-style: normal;
  font-size: 35px;
  line-height: 1.14;
  color: #647d3b;
  margin-bottom: 20px
}

.hero-subinfo p {
  font-family: "acumin-pro";
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #3c3c3c
}

.seed-delivers {
  padding-top: 100px;
  background-color: #f4f2f0
}

@media only screen and (max-width:48em) {
  .seed-delivers .text-right img {
    padding: 0 60px
  }
}

.seed-delivers h3 {
  font-family: "acumin-pro-condensed";
  font-size: 35px;
  font-weight: 800;
  line-height: 1.14;
  color: #69813c;
  text-align: left
}

@media only screen and (max-width:48em) {
  .seed-delivers h3 {
    font-size: 26px;
    font-weight: 800;
    text-align: center
  }
}

.seed-delivers p {
  margin-top: 34px;
  font-family: "acumin-pro";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  color: #3c3c3c
}

@media only screen and (max-width:48em) {
  .seed-delivers p {
    text-align: center
  }
}

.seed-delivers p.source {
  font-size: 14px;
  font-weight: 400;
  padding-left: 20px
}

.seed-delivers .retailerImg img {
  height: auto !important
}

.seed-delivers:before {
  height: 50% !important
}
.traits-repeater .traits {
  box-shadow: 2px 6px 8px 0 rgba(0, 0, 0, .15);
  -webkit-box-shadow: 2px 6px 8px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: 2px 6px 8px 0 rgba(0, 0, 0, .15);
  background-color: #fff;
  margin-bottom: 30px;
  height: 100%
}
.traits-list-content h3{
  margin: 50px 20px 17px
}
.traits-list-content p,
.traits-list-content ul {
  padding: 0 80px 45px
}
@media only screen and (max-width:1024px) { 
  .traits-list-content p,
  .traits-list-content ul {
    padding: 0 30px 45px
  }
}
.traits-repeater .traits p:empty {
  padding: 0
}

.traits-repeater .traits ul {
  text-align: left;
  min-height: 200px;
  margin-top: 20px
}

.traits-repeater .traits ul li {
  margin-bottom: 30px
}

.traits-repeater .traits .icon-bkg {
  height: 125px;
}

.traits-repeater .traits .icon-bkg img:nth-child(1) {
  width: 100%;
  height: 125px;
  object-fit: cover;
  object-position: center;
}
.traits-repeater img.traits-over-image {
  transform: translate(0px, -120px);
  max-height: 85px;
  margin-top: 20px;
}
.traits-repeater .text-center>p {
  font-family: "acumin-pro";
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #3c3c3c;
  margin: 30px 0 70px
}

.traits-repeater.Soybean .icon-bkg {
  background-image: url("/WinfieldCA/media/WFUCA/quad-feature-soybeans-988-x-250.png?ext=.png")
}

.traits-repeater.Sunflower .icon-bkg {
  background-image: url("/WinfieldCA/media/WFUCA/quad-feature-sunflowers-988-x-250.png?ext=.png")
}

.traits-repeater.Corn {
  margin-top: 100px
}

.traits-repeater.Corn .icon-bkg {
  background-image: url("/WinfieldCA/media/WFUCA/quad-feature-corn-988-x-250.png?ext=.png")
}

.traits-repeater.CornSilage {
  margin-top: 100px
}

.traits-repeater.CornSilage .icon-bkg {
  background-image: url("/WinfieldCA/media/WFUCA/quad-feature-corn-silage-988-x-250.png?ext=.png")
}

.traits-repeater.Alfalfa .icon-bkg {
  background-image: url("/WinfieldCA/media/WFUCA/quad-feature-alfalfa-988-x-250.jpg?ext=.jpg")
}

.crop-filter-outer {
  background-color: #f4f2f0
}

.crop-filter-outer .search-container {
  display: flex;
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 15px 0
}

@media only screen and (max-width:48em) {
  .crop-filter-outer .search-container {
    padding: 0;
    flex-wrap: wrap
  }
}

.crop-filter-outer.fix-filter {
  position: fixed;
  width: 100%;
  left: 0;
  top: 90px;
  z-index: 3;
  box-shadow: 0 5px 7px 1px rgba(0, 0, 1, .12);
  padding-bottom: 10px
}

@media only screen and (max-width:48em) {
  .crop-filter-outer.fix-filter {
    top: 84px;
    padding: 10px 0
  }
}

@media only screen and (max-width:48rem) {
  .crop-filter-outer {
    padding: 10px 20px
  }
}

.crop-filter-outer.fix-filter .search-container {
  margin: 11px 0 0 0
}

@media only screen and (max-width:48em) {
  .crop-filter-outer.fix-filter .search-container {
    margin: 0
  }
}

.crop-filter-outer .crop-icon {
  font-size: 25px;
  background-color: #a74155;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin-top: 6px
}

@media only screen and (max-width:40rem) {
  .crop-filter-outer .crop-icon {
    width: 40px;
    font-size: 30px;
    margin-top: 0
  }
}

.crop-filter-outer.corn .crop-icon,
.crop-filter-outer.croplan®-corn .crop-icon,
.crop-filter-outer.mais .crop-icon,
.crop-filter-outer.mais-croplan® .crop-icon {
  background-color: #fed115
}

.crop-filter-outer.soybean .crop-icon,
.crop-filter-outer.croplan®-soybeans .crop-icon,
.crop-filter-outer.soya .crop-icon,
.crop-filter-outer.soya-croplan® .crop-icon {
  background-color: #0a5
}

.crop-filter-outer.alfalfa .crop-icon,
.crop-filter-outer.croplan®-alfalfa .crop-icon,
.crop-filter-outer.luzerne .crop-icon,
.crop-filter-outer.luzerne-croplan® .crop-icon {
  background-color: #74bd4f
}

.crop-filter-outer.cornsilage .crop-icon,
.crop-filter-outer.corn-silage .crop-icon,
.crop-filter-outer.croplan®-silage-corn .crop-icon,
.crop-filter-outer.ensilagedemais .crop-icon,
.crop-filter-outer.ensilagedemais-croplan® .crop-icon {
  background-color: #ddc207
}

.crop-filter-outer.sorghum .crop-icon {
  background-color: #e68222
}

.crop-filter-outer.canola .crop-icon,
.crop-filter-outer.croplan®-canola .crop-icon,
.crop-filter-outer.canola-croplan® .crop-icon {
  background-color: #a74155
}

.crop-filter-outer.sunflower .crop-icon,
.crop-filter-outer.croplan®-sunflowers .crop-icon,
.crop-filter-outer.tournesol .crop-icon,
.crop-filter-outer.tournesol-croplan® .crop-icon {
  background-color: #ffe12e
}

.crop-filter-outer.cotton .crop-icon {
  background-color: #4ac5e2
}

.crop-filter-outer.wheat .crop-icon {
  background-color: #f8a332
}

.crop-filter-outer .crop-filter-wraper {
  margin-left: 10px;
  display: flex;
  align-items: flex-start
}

@media only screen and (max-width:48em) {
  .crop-filter-outer .crop-filter-wraper {
    margin: 0 0 0 10px;
    display: flex;
    align-items: baseline
  }
}

@media only screen and (max-width:40rem) {
  .crop-filter-outer .crop-filter-wraper {
    margin: 10px 0 0 10px;
    align-items: flex-start
  }
}

.crop-filter-outer .crop-filter {
  margin-left: 10px;
  display: flex;
  align-items: flex-start
}

@media only screen and (max-width:1025px) {
  .crop-filter-outer .crop-filter {
    align-items: end
  }
}

@media only screen and (max-width:48em) {
  .crop-filter-outer .crop-filter {
    margin: 0 0 0 10px;
    display: flex
  }
}

@media only screen and (max-width:40rem) {
  .crop-filter-outer .crop-filter {
    margin: 0 0 0 0;
    align-items: flex-start
  }
  
  .crop-filter-outer .crop-filter>div:nth-child(2) {
    display: none
  }
  
  .crop-filter-outer .crop-filter>div:nth-child(3) {
    display: none
  }
  
  .crop-filter-outer .crop-filter>div:nth-child(4) {
    display: none
  }
}
.crop-filter-outer .crop-name-search {
  padding-left: 16px;
  display: flex;
  align-items: flex-start
}
@media only screen and (max-width:64em) {
  .crop-filter-outer .crop-name-search {
    width: 60%;
  }
}

@media only screen and (max-width:40rem) {
  .crop-filter-outer .crop-name-search {
    padding-left: 7px
  }
}

@media only screen and (max-width:48em) {
  .crop-filter-outer .crop-name-search {
    align-items: flex-start
  }
}

.crop-filter-outer .crop-name-search span {
  font-family: "acumin-pro-condensed";
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.14;
  color: #505050;
  min-width: 200px
}

@media only screen and (max-width:48em) {
  .crop-filter-outer .crop-name-search span {
    font-size: 14px
  }
}

.crop-filter-outer .crop-name-search .top-search {
  position: relative;
  width: 235px;
  margin-left: 24px;
  font-size: 14px;
  top: initial;
  right: initial
}

.crop-filter-outer .crop-name-search .top-search>label {
  font-family: acumin-pro;
  font-weight: 500;
  font-style: normal;
  font-size: 11px;
  line-height: 1.17;
  color: #9d9d9d
}

.crop-filter-outer .crop-name-search .top-search>div {
  position: relative;
  margin-top: 5px
}

@media only screen and (max-width:48em) {
  .crop-filter-outer .crop-name-search .top-search {
    width: 240px
  }
}

.crop-filter-outer .crop-name-search .top-search.show {
  position: absolute;
  top: 82px;
  background-color: #fff;
  width: 100vw;
  left: auto;
  right: 0;
  padding: 13px;
  display: block !important;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd
}

@media only screen and (max-width:40rem) {
  .crop-filter-outer .crop-name-search .top-search.show {
    width: 100%;
    top: 55px
  }
}

@media only screen and (max-width:40rem) {
  .crop-filter-outer .crop-name-search .top-search {
    display: none
  }
}

.crop-filter-outer .crop-name-search .top-search input {
  width: 100%;
  border: solid 1px #9d9d9d;
  font-family: "acumin-pro";
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  margin: 0;
  height: 35px
}

.crop-filter-outer .crop-name-search .top-search .far {
  position: absolute;
  right: 10px;
  top: 14px;
  cursor: pointer;
  font-weight: 800
}

@media only screen and (max-width:40rem) {
  .crop-filter-outer .crop-name-search .top-search .far {
    right: 26px;
    bottom: 25px;
    top: auto
  }
}

.crop-filter-outer .show-mobile {
  display: inline-block;
  background-color: #505050;
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  padding: 11px;
  color: #fff;
  margin: 10px 11px 6px 0;
  display: none
}

@media only screen and (max-width:1024px) {
  .crop-filter-outer .show-mobile {
    display: inline-block
  }
}

@media only screen and (max-width:47.9375rem) {
  .crop-filter-outer .show-mobile {
    margin: 0 5px 0 0
  }
}

.crop-filter-outer .show-mobile.top-filter {
  width: 110px
}

@media only screen and (max-width:48em) {
  .crop-filter-outer .show-mobile.top-filter {
    width: auto
  }
}

@media only screen and (max-width:40rem) {
  .crop-filter-outer .show-mobile.top-filter {
    width: auto;
    height: 33px
  }
}

.crop-filter-outer .show-mobile.top-filter:before {
  content: "View Filters";
  font-family: "acumin-pro-condensed";
  font-weight: 800;
  font-size: 14px
}

@media only screen and (max-width:40rem) {
  .crop-filter-outer .show-mobile.top-filter:before {
    font-size: 17px;
    content: "";
    font-family: "Font Awesome 5 Pro"
  }
}

.crop-filter-outer .show-mobile.top-search {
  display: none
}

@media only screen and (max-width:40rem) {
  .crop-filter-outer .show-mobile.top-search {
    display: block !important;
    position: static
  }
}

@media only screen and (max-width:48em) {
  .crop-filter-outer .show-mobile.top-search {
    height: 33px
  }
}

.crop-filter-outer.wheat .top-filter,
.crop-filter-outer.canola .top-filter,
.crop-filter-outer.wheat .crop-filter-wraper,
.crop-filter-outer.canola .crop-filter-wraper {
  display: none !important
}

.crop-filter-outer .crops-compare-outer {
  margin: -6px
}

.crop-filter-outer .crops-compare-outer .btn-filter,
.crop-filter-outer .crops-compare-outer .clear-filter {
  background-color: #505050;
  color: #fff;
  padding: 0 10px;
  font-family: "acumin-pro-condensed";
  font-weight: 800;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  vertical-align: middle;
  margin: 18px 11px 0 0;
  padding: 7px;
  min-width: 113px;
  justify-content: center;
  align-items: center
}

@media only screen and (max-width:40rem) {
  
  .crop-filter-outer .crops-compare-outer .btn-filter,
  .crop-filter-outer .crops-compare-outer .clear-filter {
    margin-top: 0;
    padding: 0 8px
  }
}

@media only screen and (max-width:1024px) {
  
  .crop-filter-outer .crops-compare-outer .btn-filter,
  .crop-filter-outer .crops-compare-outer .clear-filter {
    margin: 0px 2px 5px 0;
    padding: 9px;
  }
}

@media only screen and (max-width:48em) {
  
  .crop-filter-outer .crops-compare-outer .btn-filter,
  .crop-filter-outer .crops-compare-outer .clear-filter {
    /*margin: 0;*/
    height: 100%;
    display: flex
  }
}

@media only screen and (max-width:40rem) {
  
  .crop-filter-outer .crops-compare-outer .btn-filter,
  .crop-filter-outer .crops-compare-outer .clear-filter {
    margin-top: 0;
    padding: 1px 10px;
    height: 33px
  }
}

.crop-filter-outer .crops-compare-outer .btn-filter span,
.crop-filter-outer .crops-compare-outer .clear-filter span {
  font-weight: inherit
}

.crop-filter-outer .crops-compare-outer .clear-filter {
  display: none
}

.crop-filter-outer .crops-compare-outer .clear-filter.show {
  display: inline-block
}

@media only screen and (max-width:40rem) {
  .crop-filter-outer .crops-compare-outer .clear-filter.show {
    display: flex;
    align-items: center
  }
}

.crop-filter-outer .crops-compare-outer .show-filters {
  display: inline-block;
  margin: 0 0 0 9px;
  padding: 10px 20px;
  vertical-align: middle;
  font-family: "acumin-pro-condensed";
  font-weight: 800;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  color: #000;
  width: 113px
}

.crop-filter-outer .crops-compare-outer .show-filters .fa {
  margin-left: 10px
}

.crop-filter-outer .checkbox-crop {
  position: relative
}

.crop-filter-outer .checkbox-crop .selected-value {
  border: solid 1px #9d9d9d;
  width: 84px;
  height: 33px;
  font-family: "acumin-pro";
  font-weight: 500;
  font-style: normal;
  font-size: 11px;
  line-height: 1;
  color: #6f912d;
  display: block;
  padding: 6px;
  margin-top: 4px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center
}

@media only screen and (max-width:47.9375rem) {
  .crop-filter-outer .checkbox-crop .selected-value {
    min-width: 190px
  }
}

@media only screen and (max-width:40rem) {
  .crop-filter-outer .checkbox-crop .selected-value {
    min-width: 120px
  }
}

@media only screen and (min-width:320px) and (max-width:420px) {
  .crop-filter-outer .checkbox-crop .selected-value {
    min-width: 84px
  }
}

.crop-filter-outer .checkbox-crop .selected-value:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 6px;
  top: 10px;
  color: #0b3f54;
  font-weight: bold
}

.crop-filter-outer .checkbox-crop ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: solid 1px #9d9d9d;
  position: absolute;
  top: 32px;
  left: 0;
  min-width: 250px;
  background-color: #fff;
  display: none;
  z-index: 1
}

@media only screen and (max-width:47.9375rem) {
  .crop-filter-outer .checkbox-crop ul {
    min-width: 199px
  }
}

.crop-filter-outer .checkbox-crop ul li {
  padding: 10px
}

.crop-filter-outer .checkbox-crop ul li label {
  cursor: pointer
}

.crop-filter-outer .checkbox-crop ul li label input {
  margin: -3px 8px 0 0;
  vertical-align: middle
}

.crop-filter-outer .checkbox-crop ul li label span {
  font-family: "acumin-pro";
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  color: #6f912d
}

.crop-filter-outer .checkbox-crop ul li:nth-child(even) {
  background-color: #f6f4ef
}

.crop-filter-outer .checkbox-crop ul li.btn-apply-reset {
  background-color: #fff;
  display: flex;
  justify-content: space-between
}

.crop-filter-outer .checkbox-crop ul li.btn-apply-reset .btn {
  display: block;
  padding: 8px;
  font-family: "acumin-pro";
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  text-align: center;
  font-size: 14px;
  width: 47%;
  cursor: pointer
}

.crop-filter-outer .checkbox-crop ul li.btn-apply-reset .btn.btn-apply {
  background-color: #647d3b;
  color: #fff
}

.crop-filter-outer .checkbox-crop ul li.btn-apply-reset .btn.btn-reset {
  background-color: #f6f4ef;
  color: #647d3b
}

.crop-filter-outer .checkbox-crop ul.show:before {
  content: "";
  height: 15px;
  background-color: #f6f4ef;
  width: 82px;
  position: absolute;
  left: 0;
  border: solid 6px #fff;
  top: -7px
}

@media only screen and (max-width:47.9375rem) {
  .crop-filter-outer .checkbox-crop ul.show:before {
    width: 188px
  }
}

@media only screen and (max-width:40rem) {
  .crop-filter-outer .checkbox-crop ul.show:before {
    width: 118px
  }
  
}

@media only screen and (min-width:320px) and (max-width:420px) {
  .crop-filter-outer .checkbox-crop ul.show:before {
    width: 82px
  }
}

.compare-list .compare-product {
  display: none
}

.prod-listing .border-bottom {
  margin-bottom: 16px;
  border-bottom: solid 2px #ece8e5 !important;
  padding-bottom: 16px
}

.prod-listing.corn .product-card .prod-characteristics:not(.corn-chart) ul li .number div,
.prod-listing.mais .product-card .prod-characteristics:not(.corn-chart) ul li .number div {
  background-color: #fed115;
  color: #0b3f54
}


.prod-listing.corn .product-card.corn-silage .prod-characteristics:not(.corn-chart) ul li .number div,
.prod-listing.corn .product-card.ensilage-de-mais .prod-characteristics:not(.corn-chart) ul li .number div{
  background-color: #ddc207;
  color: #0b3f54
}

.prod-listing.corn .product-card .prod-characteristics:not(.corn-chart) ul li .number div.gray~div,
.prod-listing.mais .product-card .prod-characteristics:not(.corn-chart) ul li .number div.gray~div {
  background-color: #e7e2de
}

.prod-listing.corn .product-card .prod-characteristics:not(.corn-chart) ul li .number div.gray-self,
.prod-listing.mais .product-card .prod-characteristics:not(.corn-chart) ul li .number div.gray-self {
  background-color: #e7e2de !important
}

.prod-listing.corn .product-card .prod-characteristics:not(.corn-chart) ul li .number div.gray-self~div,
.prod-listing.mais .product-card .prod-characteristics:not(.corn-chart) ul li .number div.gray-self~div {
  background-color: #e7e2de
}

.prod-listing.cornsilage .product-card .prod-characteristics:not(.corn-chart) ul li .number div,
.prod-listing.ensilagedemais .product-card .prod-characteristics:not(.corn-chart) ul li .number div {
  background-color: #ddc207;
  color: #0b3f54
}

.prod-listing.cornsilage .product-card .prod-characteristics:not(.corn-chart) ul li .number div.gray~div,
.prod-listing.ensilagedemais .product-card .prod-characteristics:not(.corn-chart) ul li .number div.gray~div {
  background-color: #e7e2de
}

.prod-listing.cornsilage .product-card .prod-characteristics:not(.corn-chart) ul li .number div.gray-self,
.prod-listing.ensilagedemais .product-card .prod-characteristics:not(.corn-chart) ul li .number div.gray-self {
  background-color: #e7e2de !important
}

.prod-listing.cornsilage .product-card .prod-characteristics:not(.corn-chart) ul li .number div.gray-self~div,
.prod-listing.ensilagedemais .product-card .prod-characteristics:not(.corn-chart) ul li .number div.gray-self~div {
  background-color: #e7e2de
}

.prod-listing.soybean .product-card .prod-logo+.prod-characteristics,
.prod-listing.soya .product-card .prod-logo+.prod-characteristics {
  border-top: solid 2px #ece8e5 !important;
  padding-top: 16px !important
}

.prod-listing.soybean .product-card .prod-characteristics:not(.corn-chart) ul li .number div,
.prod-listing.soya .product-card .prod-characteristics:not(.corn-chart) ul li .number div {
  background-color: #0a5;
  color: #fff
}

.prod-listing.soybean .product-card .prod-characteristics:not(.corn-chart) ul li .number div.gray~div,
.prod-listing.soya .product-card .prod-characteristics:not(.corn-chart) ul li .number div.gray~div {
  background-color: #e7e2de
}

.prod-listing.soybean .product-card .prod-characteristics:not(.corn-chart) ul li .number div.gray-self,
.prod-listing.soya .product-card .prod-characteristics:not(.corn-chart) ul li .number div.gray-self {
  background-color: #e7e2de !important
}

.prod-listing.soybean .product-card .prod-characteristics:not(.corn-chart) ul li .number div.gray-self~div,
.prod-listing.soya .product-card .prod-characteristics:not(.corn-chart) ul li .number div.gray-self~div {
  background-color: #e7e2de
}
.prod-listing.alfalfa .product-card .prod-characteristics:not(.corn-chart),
.prod-listing.luzerne .product-card .prod-characteristics:not(.corn-chart) {
  border-bottom: solid 2px #ece8e5
}

.prod-listing.alfalfa .product-card .prod-characteristics:not(.corn-chart) ul li .number div,
.prod-listing.luzerne .product-card .prod-characteristics:not(.corn-chart) ul li .number div {
  background-color: #74bd4f;
  color: #fff
}

.prod-listing.alfalfa .product-card .prod-characteristics:not(.corn-chart) ul li .number div.gray~div,
.prod-listing.luzerne .product-card .prod-characteristics:not(.corn-chart) ul li .number div.gray~div {
  background-color: #e7e2de
}

.prod-listing.alfalfa .product-card .prod-characteristics:not(.corn-chart) ul li .number div.gray-self,
.prod-listing.luzerne .product-card .prod-characteristics:not(.corn-chart) ul li .number div.gray-self {
  background-color: #e7e2de !important
}

.prod-listing.alfalfa .product-card .prod-characteristics:not(.corn-chart) ul li .number div.gray-self~div,
.prod-listing.luzerne .product-card .prod-characteristics:not(.corn-chart) ul li .number div.gray-self~div {
  background-color: #e7e2de
}

.prod-listing.alfalfa .product-card.HVX-driver,
.prod-listing.luzerne .product-card.HVX-driver {
  border-top: solid 4px #0073ba
}

.prod-listing.alfalfa .product-card.HVX-driver .prod-characteristics:not(.corn-chart) ul li .number div,
.prod-listing.luzerne .product-card.HVX-driver .prod-characteristics:not(.corn-chart) ul li .number div {
  background-color: #0073ba;
  color: #fff
}

.prod-listing.alfalfa .product-card.HVX-driver .prod-characteristics:not(.corn-chart) ul li .number div.gray~div,
.prod-listing.luzerne .product-card.HVX-driver .prod-characteristics:not(.corn-chart) ul li .number div.gray~div {
  background-color: #e7e2de
}

.prod-listing.alfalfa .product-card.HVX-driver .prod-characteristics:not(.corn-chart) ul li .number div.gray-self,
.prod-listing.luzerne .product-card.HVX-driver .prod-characteristics:not(.corn-chart) ul li .number div.gray-self {
  background-color: #e7e2de !important
}

.prod-listing.alfalfa .product-card.HVX-driver .prod-characteristics:not(.corn-chart) ul li .number div.gray-self~div,
.prod-listing.luzerne .product-card.HVX-driver .prod-characteristics:not(.corn-chart) ul li .number div.gray-self~div {
  background-color: #e7e2de
}

.prod-listing.sunflower .product-card .prod-characteristics:not(.corn-chart) ul li .number div,
.prod-listing.tournesol .product-card .prod-characteristics:not(.corn-chart) ul li .number div {
  background-color: #ffe12e;
  color: #0b3f54
}

.prod-listing.sunflower .product-card .prod-characteristics:not(.corn-chart) ul li .number div.gray~div,
.prod-listing.tournesol .product-card .prod-characteristics:not(.corn-chart) ul li .number div.gray~div {
  background-color: #e7e2de
}

.prod-listing.sunflower .product-card .prod-characteristics:not(.corn-chart) ul li .number div.gray-self,
.prod-listing.tournesol .product-card .prod-characteristics:not(.corn-chart) ul li .number div.gray-self {
  background-color: #e7e2de !important
}

.prod-listing.sunflower .product-card .prod-characteristics:not(.corn-chart) ul li .number div.gray-self~div,
.prod-listing.tournesol .product-card .prod-characteristics:not(.corn-chart) ul li .number div.gray-self~div {
  background-color: #e7e2de
}

.prod-listing .tonnageNDFD>span,
.prod-listing .tonnageNDFD+.performance>span {
  margin-bottom: 0 !important
}

.prod-listing .tonnageNDFD .btm-label {
  display: block;
  text-align: center;
  padding-left: 17px
}

.prod-listing .tonnageNDFD ul {
  margin: 10px 0 25px 8px !important
}

.prod-listing .tonnageNDFD ul li:before {
  display: none !important
}

.prod-listing .tonnageNDFD ul:before {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #fed115;
  z-index: 2;
  background-color: #ddc207 !important
}

.prod-listing .tonnageNDFD ul.tonnageNDFD-1-1:before {
  left: 16.2%;
  bottom: 86px
}

.prod-listing .tonnageNDFD ul.tonnageNDFD-2-1:before {
  left: 48.7%;
  bottom: 86px
}

.prod-listing .tonnageNDFD ul.tonnageNDFD-3-1:before {
  right: 11%;
  bottom: 86px
}

.prod-listing .tonnageNDFD ul.tonnageNDFD-1-2:before {
  left: 16.2%;
  bottom: 144px
}

.prod-listing .tonnageNDFD ul.tonnageNDFD-2-2:before {
  left: 48.7%;
  bottom: 144px
}

.prod-listing .tonnageNDFD ul.tonnageNDFD-3-2:before {
  right: 11%;
  bottom: 144px
}

.prod-listing .tonnageNDFD ul.tonnageNDFD-1-3:before {
  left: 16.2%;
  bottom: 200px
}

.prod-listing .tonnageNDFD ul.tonnageNDFD-2-3:before {
  left: 48.7%;
  bottom: 200px
}

.prod-listing .tonnageNDFD ul.tonnageNDFD-3-3:before {
  right: 11%;
  bottom: 200px
}

.prod-listing .tonnageNDFD ul.tonnageNDFD-TBD-TBD:before,
.prod-listing .tonnageNDFD ul.tonnageNDFD-na:before,.tonnageNDFD ul.tonnageNDFD-tbd:before {
  display: none
}

.prod-listing .tonnageNDFD ul.tonnageNDFD-TBD-TBD:after,
.prod-listing .tonnageNDFD ul.tonnageNDFD-na:after,ul.tonnageNDFD-tbd:after{
  content: "TBD";
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 11px;
  color: #fef3dc;
  font-size: 100px;
  font-weight: 700;
  font-family: "acumin-pro-condensed"
}
ul.tonnageNDFD-tbd.fr-CA:after {
  content: "À dét"!important;
  text-transform: uppercase
}
.prod-listing .tonnageNDFD ul.tonnageNDFD-TBD-TBD.fr:after {
  content: "À dét";
  text-transform: uppercase
}

.prod-listing .tonnageNDFD ul.tonnageNDFD-na:after {
  position: absolute;
  content: "N/A"
}

.prod-listing .tonnageNDFD ul.tonnageNDFD-na.fr:after {
  content: "N/D"
}

.prod-listing .tonnageNDFD .level {
  left: 62px !important;
  top: -18px !important;
  z-index: 4
}

.prod-listing .tonnageNDFD .TonnagevsNDFD {
  transform: rotate(-90.1deg);
  display: block;
  text-align: center;
  width: 150px;
  top: 95px;
  position: absolute;
  left: -62px
}

.range-slider {
  display: flex;
  align-items: center;
  margin: 5px 0 0 0 !important;
  position: relative
}

.range-slider input {
  width: 30px;
  height: 35px;
  text-align: center;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  padding: 0;
  margin: 0;
  cursor: auto !important;
  font-family: "acumin-pro";
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  color: #6f912d;
  border: solid 1px #9d9d9d;
  background-color: #fff !important
}

@media only screen and (max-width:47.9375rem) {
  .range-slider input {
    width: 57px
  }
}

.range-slider .slider {
  min-width: 135px;
  margin: 0 10px;
  background-color: #dbe6c4;
  height: 2px;
  position: relative
}

@media only screen and (max-width:1024px) {
  .range-slider .slider {
    min-width: 80px
  }
}

@media only screen and (max-width:47.9375rem) {
  .range-slider .slider {
    min-width: 170px
  }
}

.range-slider .slider .slider-handle {
  width: 16px;
  height: 16px;
  background-color: #6f912d;
  border: 0;
  border-radius: 50%
}

.range-slider .slider .slider-fill {
  background-color: #6f912d;
  height: 3px
}

.filter-ddl-CHU .range-slider input {
  width: 57px
}

.crop-filter-outer {
  margin-bottom: 30px;
  background: #fff;
  display: flex;
  justify-content: center
}
@media only screen and (max-width:47.9375rem) {
  .crop-filter-outer>.row>.small-12 {
    padding: 0
  }
}

.crop-filter-outer .crop-filter-wraper {
  background-color: #fff;
  padding: 0;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-right: 16px
}

.crop-filter-outer .crop-filter-wraper .filter-ddl {
  margin-top: 10px
}

@media only screen and (min-width:900px) and (max-width:1100px) {
  .crop-filter-outer .crop-filter-wraper .filter-ddl {
    margin-top: 10px !important
  }
}

@media only screen and (min-width:768px) and (max-width:830px) {
  .crop-filter-outer .crop-filter-wraper .filter-ddl {
    margin-top: 0 !important
  }
}

.crop-filter-outer .crop-filter-wraper>div {
  margin-left: 9px
}

@media only screen and (max-width:47.9375rem) {
  .crop-filter-outer .crop-filter-wraper>div {
    margin-left: 0;
    margin-bottom: 16px
  }
}

.crop-filter-outer .crop-filter-wraper label {
  font-family: "acumin-pro";
  font-weight: 500;
  font-style: normal;
  font-size: 11px;
  line-height: 1.17;
  color: #9d9d9d
}

.crop-filter-outer .crop-filter-wraper select {
  background-color: #647d3b;
  color: #fff;
  appearance: none;
  -webkit-appearance: none;
  font-family: "acumin-pro";
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  height: 30px;
  padding: 0 24px 0 10px;
  border: 0;
  margin: 5px 0 0 0 !important
}

.crop-filter-outer .crop-filter-wraper .WinPak {
  overflow: hidden;
  position: relative;
  margin-top: 5px;
  font-size: 0;
  border: solid 1px #9d9d9d
}

.crop-filter-outer .crop-filter-wraper .WinPak:after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  border: solid 1px #5c5c5c;
  position: absolute;
  left: 50%;
  top: 5px
}

.crop-filter-outer .crop-filter-wraper .WinPak label {
  display: inline-block;
  background-color: #e2dfdc
}

.crop-filter-outer .crop-filter-wraper .WinPak label span {
  font-family: "acumin-pro";
  font-style: normal;
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
  color: #3c3c3c;
  height: 28px;
  display: block;
  text-align: center;
  padding: 1px 12px;
  cursor: pointer
}

.crop-filter-outer .crop-filter-wraper .WinPak input {
  display: none
}

.crop-filter-outer .crop-filter-wraper .WinPak input:checked+span {
  background-color: #647d3b;
  color: #fff
}

.crop-filter-outer .crop-filter-wraper.hide {
  display: none
}

@media only screen and (max-width:1100px) {
  .crop-filter-outer .crop-filter-wraper {
    position: absolute;
    background: #fff;
    top: 82px;
    right: 23px;
    width: 53vw;
    border: solid 1px #ddd;
    padding: 10px;
    box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, .1)
  }
}.filter-zip .btn-reset-all{
     padding: 8px 37px;
    margin: 33px 0px 0px 0px;
  }
[lang="fr"] .filter-zip .btn-reset-all{
      padding: 11px;
 
}

@media only screen and (max-width:1024px) {
  .crop-filter-outer .crop-filter-wraper {
    top: 110px;
    right: -16px;
    width: 100%;
    justify-content: center;
    padding-top: 10px !important;
    margin-top: 0
  }
  .filter-zip .btn-reset-all {
    padding: 11px 37px;
    margin: 12px 10px;
}

}

@media only screen and (max-width:920px){
   .crop-filter-outer .crop-filter-wraper {  
    top: 125px;
    }
}

@media only screen and (max-width:48em) {
  .crop-filter-outer .crop-filter-wraper {
   top: 103px;
  }
       .filter-zip .btn-reset-all{
     margin: 10px 10px 12px 10px;
    padding: 11px 37px;
}
}
@media only screen and (max-width:45em) {
 .crop-filter-outer .crop-filter-wraper {
   top: 148px;
  }}

@media only screen and (max-width:47.9375rem) {
  .crop-filter-outer .crop-filter-wraper {
    justify-content: left;
    border: none
  }
}

@media only screen and (max-width:40rem) {
  .crop-filter-outer .crop-filter-wraper {
    position: static;
    padding: 0 !important;
    margin: 0 !important;
    justify-content: space-between;
    box-shadow: none
  }
   .filter-zip .btn-reset-all {
   margin: 0px 10px;
}
}
@media only screen and (max-width:20rem){
   .filter-zip .btn-reset-all {
   margin: 0px;
}
}

.crop-filter-outer .crop-filter-wraper.show {
  display: flex;
  width: 100%
}

@media only screen and (max-width:48em) {
  .crop-filter-outer .crop-filter-wraper.show {
    flex-wrap: wrap;
    padding: 0 10px 10px 0
  }
}

@media only screen and (max-width:47.9375rem) {
  .crop-filter-outer .crop-filter-wraper.show {
    flex-wrap: wrap;
    padding: 10px
  }
}

.no-record {
  font-family: "acumin-pro-condensed";
  font-weight: 800;
  font-style: normal;
  font-size: 35px;
  line-height: 1.14;
  color: #647d3b;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
  margin: 160px 0
}

.trial-subinfo {
  background-color: #f4f2f0;
  position: relative;
  padding-top: 80px
}

@media only screen and (max-width:47.9375rem) {
  .trial-subinfo {
    padding: 60px 21px 0
  }
}

.trial-subinfo .h3 {
  text-align: center;
  margin-bottom: 67px
}

.trial-subinfo .trial-subinfo-box {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2
}

@media only screen and (max-width:47.9375rem) {
  .trial-subinfo .trial-subinfo-box {
    display: block
  }
}

.trial-subinfo .trial-subinfo-box .trail-box {
  box-shadow: 2px 6px 8px 0 rgba(0, 0, 0, .15);
  background-color: #fff;
  width: 32.4%;
  text-align: center
}

@media only screen and (max-width:47.9375rem) {
  .trial-subinfo .trial-subinfo-box .trail-box {
    width: auto;
    padding-bottom: 30px;
    margin-bottom: 42px
  }
}

.trial-subinfo .trial-subinfo-box .trail-box img {
  width: 100%;
  height: 110px;
  object-fit: cover
}

.trial-subinfo .trial-subinfo-box .trail-box h2 {
  margin: 45px 50px 30px;
  font-family: "acumin-pro-condensed";
  font-weight: 800;
  font-style: normal;
  font-size: 35px;
  line-height: 1.14;
  color: #647d3b
}

.trial-subinfo .trial-subinfo-box .trail-box p {
  font-family: "acumin-pro";
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #3c3c3c;
  margin: 0 30px 40px
}

.intro-bullet-points {
  display: none
}

.intro-bullet-points ul {
  list-style: none;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-fill: balance;
  -moz-column-fill: balance;
  column-fill: balance;
  max-width: 830px;
  margin: auto
}

@media only screen and (max-width:47.9375rem) {
  .intro-bullet-points ul {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1
  }
}

.intro-bullet-points ul li {
  font-family: "acumin-pro";
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  margin: 0 0 41px 100px
}

@media only screen and (max-width:47.9375rem) {
  .intro-bullet-points ul li {
    font-size: 16px;
    margin: 0 0 30px 20px
  }
}

.intro-bullet-points ul li:before {
  content: "";
  background-image: url("/WinfieldCA/media/WFUCA/checkmark.png?ext=.png");
  display: inline-block;
  width: 40px;
  height: 34px;
  vertical-align: middle;
  margin-right: 23px
}

.OT-list {
  margin: 60px 0 84px
}

.OT-list .subinfo-box {
  padding: 60px 90px
}

@media only screen and (max-width:47.9375rem) {
  .OT-list .subinfo-box {
    padding: 30px
  }
}

.OT-list .subinfo-box .h3 {
  text-align: center
}

.OT-list .subinfo-box p {
  font-family: "acumin-pro";
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #3c3c3c;
  margin: 30px 0
}

.OT-list .subinfo-box .sub-title {
  margin: 0 0 0 0;
  padding: 20px;
  background-color: #e6e4e1;
  text-align: center;
  font-family: "acumin-pro-condensed";
  font-weight: 800;
  font-style: normal;
  font-size: 17px;
  line-height: 1;
  color: #505050
}

.OT-list .subinfo-box .ot-list {
  display: flex;
  justify-content: space-around;
  margin: 47px 0
}

@media only screen and (max-width:47.9375rem) {
  .OT-list .subinfo-box .ot-list {
    display: block
  }
}

.OT-list .subinfo-box .ot-list ul {
  list-style: none;
  width: 23%;
  margin: 0
}

@media only screen and (max-width:47.9375rem) {
  .OT-list .subinfo-box .ot-list ul {
    width: auto;
    margin-bottom: 16px
  }
}

.OT-list .subinfo-box .ot-list ul li {
  font-family: "acumin-pro";
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #3c3c3c
}

@media only screen and (max-width:47.9375rem) {
  .OT-list .subinfo-box .ot-list ul li {
    text-align: center
  }
}

.OT-list .subinfo-box .ot-list ul li:first-child {
  font-weight: 600
}

.gray-background:before {
  display: none
}

.gray-background ul {
  margin: 0 0 auto 15px
}

.win-croplan®-alfalfa:before,
.win-luzerne-croplan®:before {
  content: ""
}

.win-croplan®-canola:before,
.win-canola-croplan®:before {
  content: ""
}

.win-croplan®-corn:before,
.win-croplan®-mais-hybrids:before {
  content: ""
}

.win-croplan®-silage-corn:before,
.win-croplan®-ensilagedemais-hybrids:before {
  content: ""
}
.win-croplan®-sunflowers:before,
.win-tournesol-croplan®:before {
  content: ""
}

.win-croplan®-soybeans:before,
.win-soya-croplan®:before {
  content: ""
}

img.ew-logo {
  position: absolute;
  width: 115px;
  right: 10px;
  top: 7px
}

@media only screen and (max-width:40rem) {
  img.ew-logo {
    width: 100px
  }
  .filter-zip .btn-reset-all{
      padding: 8px 37px;
  }
  [lang="fr"] .filter-zip .btn-reset-all {
    padding: 8px;
}

}

@media only screen and (min-width:320px) and (max-width:375px) {
  img.ew-logo {
    width: 90px
  }
}

.breadcrumbs-small-non-margin {
  margin: 0
}

.FindYourMatchContainer {
  min-height: 520px;
  background-color: #ddd;
  background-size: cover;
  padding: 70px 0 0 0
}

@media only screen and (max-width:48em) {
  .FindYourMatchContainer {
    min-height: 0
  }
}

.FindYourMatchContainer .matchImageParentContainer {
  position: relative
}

.FindYourMatchContainer .matchImageContainer {
  background: #fff 0% 0% no-repeat padding-box;
  border-radius: 14px;
  width: 100%;
  text-align: center;
  padding: 70px
}

@media only screen and (max-width:48em) {
  .FindYourMatchContainer .matchImageContainer {
    padding: 70px 0
  }
}

.FindYourMatchContainer .matchImageContainer h4 {
  font-family: "Houschka Rounded Alt Medium";
  font-size: 32px;
  color: #647d3b;
  margin-top: 60px;
  font-weight: 600
}

@media only screen and (max-width:48em) {
  .FindYourMatchContainer .matchImageContainer h4 {
    margin-top: 20px;
    font-size: 20px
  }
}

.FindYourMatchContainer .matchImageContainer p {
  font-family: "Houschka Rounded Alt Medium";
  font-size: 24px;
  color: #5a5a5a;
  letter-spacing: 0
}

@media only screen and (max-width:48em) {
  .FindYourMatchContainer .matchImageContainer p {
    font-size: 14px
  }
}

.FindYourMatchContainer .matchImageContainer a {
  font-family: "Houschka Rounded Alt Medium";
  text-transform: inherit;
  letter-spacing: 1px;
  min-width: 390px;
  font-size: 32px;
  border-radius: 43px;
  font-weight: 600;
  margin-top: 30px;
  background: #e8c603;
  color: #4a2d08
}

@media only screen and (max-width:48em) {
  .FindYourMatchContainer .matchImageContainer a {
    min-width: 180px;
    margin: 0;
    font-size: 18px;
    height: 40px
  }
}

.FindYourMatchContainer p {
  font-family: "Houschka Rounded Alt Medium";
  font-size: 22px;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  letter-spacing: 1px
}

@media only screen and (max-width:48em) {
  .FindYourMatchContainer p {
    font-size: 12px
  }
}

.FindYourMatchContainer .match_icon {
  position: absolute;
  top: -25px;
  left: 40%;
  width: 220px
}

@media only screen and (max-width:48em) {
  .FindYourMatchContainer .match_icon {
    width: 160px;
    left: 40%;
    top: -15px
  }
}

@media only screen and (max-width:47.9375rem) {
  .FindYourMatchContainer .match_icon {
    width: 160px;
    left: 30%;
    top: -15px
  }
}

@media only screen and (max-width:40rem) {
  .FindYourMatchContainer .match_icon {
    width: 160px;
    left: 30%;
    top: -15px
  }
}

.FindYourMatchContainer .match_icon img {
  width: 100%;
  background-size: cover;
  background-position: center
}

.ResponseToScoresContainer {
  background-color: #f4f2f0;
  padding-top: 90px
}

.ResponseToScoresContainer>div {
  border-top: 10px solid #6f912d;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center
}

@media only screen and (max-width:48em) {
  .ResponseToScoresContainer>div {
    display: block
  }
}

.ResponseToScoresContainer>div .ResponseToScoresContainerLeft {
  padding: 0
}

.ResponseToScoresContainer>div .ResponseToScoresContainerLeft img {
  width: 100%;
  background-size: cover;
  background-position: center
}

.ResponseToScoresContainer>div .ResponseToScoresContainerRight {
  padding: 70px
}

@media only screen and (max-width:48em) {
  .ResponseToScoresContainer>div .ResponseToScoresContainerRight {
    padding: 50px
  }
}

.ResponseToScoresContainer>div .ResponseToScoresContainerRight h4 {
  font-family: "acumin-pro-condensed";
  font-weight: 800;
  color: #647d3b;
  font-size: 32px
}

.ResponseToScoresContainer>div .ResponseToScoresContainerRight p {
  font-family: "acumin-pro";
  font-weight: 500;
  color: #3c3c3c;
  font-size: 18px;
  margin: 20px 0
}

@media only screen and (max-width:1024px) {
  .ResponseToScoresContainer>div .ResponseToScoresContainerRight p {
    font-size: 14px
  }
}

.ResponseToScoresContainer>div .ResponseToScoresContainerRight a {
  font-size: 18px;
  width: 190px;
  margin-top: 40px
}

@media only screen and (max-width:48em) {
  .ResponseToScoresContainer>div .ResponseToScoresContainerRight a {
    width: 150px;
    font-size: 14px
  }
}

.discover-crop-image {
  position: relative;
  min-height: 240px;
  margin-bottom: 65px;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%
}

@media only screen and (max-width:48em) {
  .discover-crop-image {
    min-height: 160px
  }
}

.discover-crop-image .product-hybrid-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

.discover-crop-image .product-hybrid-container h3 {
  font-size: 32px;
  color: #fff
}

@media only screen and (max-width:48em) {
  .discover-crop-image .product-hybrid-container h3 {
    font-size: 11px
  }
}

.discover-crop-image .product-hybrid-container a {
  margin-top: 30px;
  text-transform: capitalize
}

@media only screen and (max-width:48em) {
  .discover-crop-image .product-hybrid-container a {
    font-size: 12px
  }
}

.traits-first-title {
  font-family: "acumin-pro-condensed";
  font-weight: 800;
  font-style: normal;
  font-size: 35px;
  line-height: 1.14;
  color: #647d3b
}

@media only screen and (max-width:47.9375rem) {
  
  .crop-filter-outer .crop-filter-wraper div:nth-child(1),
  .crop-filter-outer .crop-filter-wraper div:nth-child(2) {
    width: 100%
  }
  
  .crop-filter-outer .crop-filter-wraper div:nth-child(1)>div .slider,
  .crop-filter-outer .crop-filter-wraper div:nth-child(2)>div .slider {
    min-width: calc(100% - 140px)
  }
}

.crop-filter-outer .crop-filter-wraper div:nth-child(3) {
  width: 215px
}

@media only screen and (min-width:780px) and (max-width:1024px) {
  .crop-filter-outer .crop-filter-wraper div:nth-child(3) {
    width: 255px
  }
  
  .crop-filter-outer .crop-filter-wraper div:nth-child(3) ul:before {
    min-width: 248px
  }
}

@media only screen and (max-width:47.9375rem) {
  .crop-filter-outer .crop-filter-wraper div:nth-child(3) {
    width: 100%;
    margin: 0 0 5px 0
  }
}

.crop-filter-outer .crop-filter-wraper div:nth-child(3)>div>span {
  width: 100% !important
}

.crop-filter-outer .crop-filter-wraper div:nth-child(3)>div>ul:before {
  width: 212px !important
}

@media only screen and (min-width:769px) {
  .crop-filter-outer .crop-filter-wraper div:nth-child(4) {
    margin-left: auto
  }
}

@media only screen and (min-width:780px) and (max-width:1024px) {
  .crop-filter-outer .crop-filter-wraper div:nth-child(4) {
    margin-left: 0;
    margin-top: 10px !important
  }
}

.crop-filter-outer .crop-filter-wraper .filter-ddl-RTNF {
  margin-top: 10px !important
}

@media only screen and (max-width:47.9375rem) {
  .crop-filter-outer .crop-filter-wraper .filter-ddl-RTNF {
    margin-left: 9px !important
  }
}

@media only screen and (max-width:47.9375rem) {
  
  #filter-RTF ul,
  #filter-RTF_fr ul {
    left: auto;
    right: 0
  }
}

@media only screen and (max-width:47.9375rem) {
  
  #filter-RTF ul.show:before,
  #filter-RTF_fr ul.show:before {
    left: auto;
    right: 0
  }
}

@media only screen and (max-width:47.9375rem) {
  #filter-Trait ul {
    min-width: 250px
  }
}

@media only screen and (max-width:47.9375rem) {
  #filter-Trait ul.show:before {
    width: 248px !important
  }
}

.crop-filter-outer:not(.corn):not(.mais) .ensilage-de-maïs-croplan® {
  border: 2px solid red
}

@media only screen and (max-width:767px) {
  .crop-filter-outer:not(.corn):not(.mais) .ensilage-de-maïs-croplan® .crop-name-search span {
    font-size: 12px
  }
}

@media only screen and (max-width:767px) {
  .crop-filter-outer:not(.corn):not(.mais) .crop-name-search span {
    font-size: 14px
  }
}

@media only screen and (min-width:320px) and (max-width:360px) {
  .crop-filter-outer:not(.corn):not(.mais) .crop-name-search span {
    font-size: 10px
  }
}

.crop-filter-outer:not(.corn):not(.mais) .row {
  width: 100%;
  padding: 0 35px 0 30px;
}
.crop-filter-outer.corn .row, .crop-filter-outer.mais .row{
  padding: 0 8px 0 14px;
}
@media only screen and (max-width:40rem) {
  .crop-filter-outer:not(.corn):not(.mais) .row {
    padding: 0
  }
}

.crop-filter-outer:not(.corn):not(.mais) .row>div {
  padding: 0
}

.crop-filter-outer:not(.corn):not(.mais) .row .search-container {
  padding: 15px 0
}

@media only screen and (max-width:40rem) {
  .crop-filter-outer:not(.corn):not(.mais) .row .search-container {
    padding: 0
  }
}

.crop-filter-outer:not(.corn):not(.mais) .row .search-container .mob-search {
  display: none
}

@media only screen and (max-width:47.9375rem) {
  .crop-filter-outer:not(.corn):not(.mais) .row .search-container .mob-search input {
    border: 1px solid #9d9d9d;
    font-size: 12px;
    font-family: "acumin-pro";
    color: #9d9d9d
  }
  
  .crop-filter-outer:not(.corn):not(.mais) .row .search-container .mob-search i {
    color: #505050
  }
}

@media only screen and (max-width:40rem) {
  .crop-filter-outer:not(.corn):not(.mais) .row .search-container .mob-search {
    display: block;
    position: relative;
    width: calc(100% - 180px);
    margin-left: auto
  }
  
  .crop-filter-outer:not(.corn):not(.mais) .row .search-container .mob-search>i {
    position: absolute;
    top: 15px;
    right: 15px
  }
}

@media only screen and (min-width:320px) and (max-width:380px) {
  .crop-filter-outer:not(.corn):not(.mais) .row .search-container .mob-search {
    width: calc(100% - 160px)
  }
  
  .crop-filter-outer:not(.corn):not(.mais) .row .search-container .mob-search input {
    font-size: 9px
  }
  
  .crop-filter-outer:not(.corn):not(.mais) .row .search-container .mob-search i {
    font-size: 12px;
    right: 5px
  }
}

.crop-filter-outer:not(.corn):not(.mais) .row .search-container .crops-compare-outer-mob-view {
  display: none !important;
}

@media only screen and (max-width:40rem) {
  .crop-filter-outer:not(.corn):not(.mais) .row .search-container .crops-compare-outer-mob-view {
    display: block;
    width: 100%;
    margin: 0 !important
  }
  
  .crop-filter-outer:not(.corn):not(.mais) .row .search-container .crops-compare-outer-mob-view a {
    width: auto;
    float: right
  }
}

.crop-filter-outer:not(.corn):not(.mais) .row .search-container .crop-filter {
  flex: 1;
  align-items: end;
  justify-content: end
}

@media only screen and (max-width:40rem) {
  .crop-filter-outer:not(.corn):not(.mais) .row .search-container .crop-filter .top-search {
    margin-left: auto
  }
  
  .crop-filter-outer:not(.corn):not(.mais) .row .search-container .crop-filter>div:nth-child(2) {
    display: none
  }
  
  .crop-filter-outer:not(.corn):not(.mais) .row .search-container .crop-filter>div:nth-child(4) {
    display: block !important
  }
}

.crop-filter-outer:not(.corn):not(.mais) .row .search-container .crop-filter .crop-filter-wraper,
.crop-filter-outer:not(.corn):not(.mais) .row .search-container .crop-filter .top-filter {
  display: none!important;
}

.crop-filter-outer:not(.corn):not(.mais) .row .search-container .crop-filter .crops-compare-outer {
  min-width: 100%
}

@media only screen and (max-width:40rem) {
  .crop-filter-outer:not(.corn):not(.mais) .row .search-container .crop-filter .crops-compare-outer {
    min-width: auto
  }
}

.crop-filter-outer:not(.corn):not(.mais) .row .search-container .crop-filter .crops-compare-outer .compare-btn {
  float: right;
  margin: 5px 0 3px 0
}

.crop-filter-outer:not(.corn):not(.mais) .row .search-container .crop-filter .crops-compare-outer .clear-filter {
  float: right;
  margin: 0 11px 0 0
}

@media only screen and (max-width:1025px) {
  .crop-filter-outer:not(.corn):not(.mais) .row .search-container .crop-filter .crops-compare-outer .clear-filter {
    margin: 0
  }
}

@media only screen and (min-width:320px) and (max-width:430px) {
  .crop-filter-outer:not(.corn):not(.mais) .row .search-container .crop-filter .crops-compare-outer .clear-filter {
    font-size: 10px
  }
}

.mob-search {
  display: none
}

@media only screen and (max-width:47.9375rem) {
  .mob-search input {
    border: 1px solid #9d9d9d;
    font-size: 12px;
    font-family: "acumin-pro";
    color: #9d9d9d
  }
  
  .mob-search i {
    color: #505050
  }
}

@media only screen and (max-width:40rem) {
  .mob-search {
    display: block;
    position: relative;
    width: calc(100% - 152px);
    margin-left: 2px
  }
  
  .mob-search>i {
    position: absolute;
    top: 15px;
    right: 15px
  }
}

@media only screen and (min-width:320px) and (max-width:360px) {
  .mob-search input {
    font-size: 9px
  }
  
  .mob-search i {
    font-size: 12px;
    right: 5px
  }
}

.crops-compare-outer-mob-view {
  display: none
}

@media only screen and (max-width:40rem) {
  .crops-compare-outer-mob-view {
    display: block;
    width: 100%;
    margin: 0 !important
  }
  
  .crops-compare-outer-mob-view a {
    width: auto;
    float: right
  }
}

@media only screen and (max-width:767px) {
  
  .croplan®-silage-corn .crop-name-search span,
  .ensilage-de-maïs-croplan® .crop-name-search span,
  .croplan®-sunflowers .crop-name-search span {
    font-size: 12px !important
  }
}

@media only screen and (min-width:320px) and (max-width:380px) {
  
  .croplan®-silage-corn .crop-name-search span,
  .ensilage-de-maïs-croplan® .crop-name-search span,
  .croplan®-sunflowers .crop-name-search span {
    font-size: 10px !important
  }
}

.canola .img-bkg,
.CROPLAN®CANOLASEED .img-bkg {
  background-image: url("/WinfieldCA/media/WFUCA/ProductLogos/Quad_FeatureCanola_988x250.jpg")
}

.alfalfa .img-bkg,
.luzerne .img-bkg,
.ALFALFASEED .img-bkg,
.LUZERNECROPLAN® .img-bkg {
  background-image: url("/WinfieldCA/media/WFUCA/ProductLogos/Quad_FeatureAlfalfa_988x250.jpg")
}

.mais .img-bkg,
.corn .img-bkg,
.CROPLAN®CORN .img-bkg,
.MAÏSCROPLAN® .img-bkg {
  background-image: url("/WinfieldCA/media/WFUCA/ProductLogos/Quad_FeatureCorn_988x250.jpg")
}

.corn-silage .img-bkg,
.ensilage-de-mais .img-bkg,
.CROPLAN®SILAGECORN .img-bkg,
.ENSILAGEDEMAÏSCROPLAN® .img-bkg {
  background-image: url("/WinfieldCA/media/WFUCA/ProductLogos/Quad_FeatureCornSilage_988x250.jpg")
}

.soya .img-bkg,
.soybean .img-bkg,
.CROPLAN®Soybeans .img-bkg,
.SOYACROPLAN® .img-bkg {
  background-image: url("/WinfieldCA/media/WFUCA/ProductLogos/Quad_FeatureSoybeans_988x250.jpg")
}

.sunflower .img-bkg,
.CROPLAN®SUNFLOWERS .img-bkg {
  background-image: url("/WinfieldCA/media/WFUCA/ProductLogos/Quad_FeatureSunflowers_988x250.jpg")
}

.Seed_isNew p {
  margin: 0;
  display: inline-block;
  padding: 0 5px;
  background: #da262e;
  color: #fff;
  line-height: 1.7;
  font-weight: 600
}

.Seed_isNew_nameWrapper {
  position: relative
}

.Seed_isNew_nameWrapper>img {
  height: 38px;
  margin-right: 5px
}

.Seed_isNew_nameWrapper .prod-name img {
  right: 0;
  top: 0
}
/*# Seed Sub pages #*/
.Seed_isNew.alfalfa-trait-harvxtra, .Seed_isNew.luzerne-trait-harvxtra {
  background-color: #0073ba;
}
.alfalfa-background-color-green {
  background: #74bd4f;
}
.luzerne-background-color-green{
  background: #74bd4f;
}
.custom-button .button-group{
  line-height: 2.22;
  text-transform: uppercase;
  border: 0;
  padding: 0 10px;
}
.custom-button .secondaryColor-Light{
  position: absolute;
  bottom: 5px;
  left: 17px;
  width: 56%;
}
.custom-button .primary{
  position: absolute;
  bottom: 5px;
  right: 17px;
  width: 29%;
}
.canola-background-color-mantis{
  background-color: #a74155;
}
.corn-background-color-yellow{
  background-color: #fed115;
}
.mais-background-color-yellow{
  background-color: #fed115;
}
.corn-silage-background-color-yellow{
  background-color: #ddc207;}
.ensilagedemais-background-color-yellow{
  background-color: #ddc207;}
.soybean-background-color-green{
  background-color:#0a5;}
.soya-background-color-green{
  background-color:#0a5;}
.sunflower-background-color-yellow{
  background-color:#ffe12e;
}
.ensilage-de-mais-background-color-yellow{
  background-color: #ddc207;
}
.crop-filter-wraper .filter-ddl-Trait, .crop-filter-wraper .filter-ddl-RTP, .crop-filter-wraper .filter-ddl-RTN, .crop-filter-wraper .filter-ddl-RTF{
  margin-top:10px;
}
.prod-listing .product-card .prod-characteristics .yellow li .number div{
  background-color: #ddc207;
  color: #0b3f54;
}
.prod-listing.alfalfa .alfalfa-trait-harvxtra .prod-characteristics:not(.corn-chart) ul li .number div, .prod-listing.luzerne .luzerne-trait-harvxtra .prod-characteristics:not(.corn-chart) ul li .number div {
  background-color: #0073ba;
}
.prod-listing.canola .canola-brand-cp21l3c ul li .number div {
  background-color: #f9c606;
}
.prod-listing.canola .canola-brand-cp21t3p ul li .number div, .prod-listing.canola .canola-brand-cp22t1c ul li .number div {
  background-color: #0a5;
}
@media only screen and (max-width: 40em){
  .crop-filter-outer.fix-filter {
    position: static;
    padding: 10px 20px;
  }
}
.brand-name p{
  display:flex;
  margin-bottom:0rem;
}
.prod-listing .product-card .corn-silage-relativematurity.corn-silage-chu {
  padding-left:3px;
}
input:disabled, textarea:disabled {
  opacity: 1;
}
.custom-button .button:first-child {
    background-color: #647d3b;
    color: #fff;
}
.button:hover {
    background-color: #ffd539;
    color: var(--black-color);
}
.custom-button .button:first-child:hover {
    background-color: #505050;
    color: #fff;
}

.custom-button .button {
    position: absolute;
    bottom: 5px;
    right: 17px;
    width: 29%;
}
.custom-button .button:first-child {
    position: absolute;
    bottom: 5px;
    left: 17px;
    width: 56%;
}
.Corn-FooterImageClass{
  padding: 3rem 1rem;
}
.prod-listing.corn .grid-x.grid-margin-x{
  justify-content: center;
  padding: 2rem 0;
}
.companion_hybrid_title{
    font-family: "acumin-pro-condensed";
    font-weight: 800;
    font-style: normal;
    color: #647d3b;
  text-align: center;
  font-size: 35px;
}
.button.viewBtn{
  background-color: #f9c606!important;
  color: var(--black-color)!important;
  left: unset!important;
  right: 17px;
  width: 29%!important;
}
.button.viewBtn:hover{
  background-color: #ffd539!important;
   color: var(--black-color);
}
@media only screen and (min-width:1025px) {
.no-wrap{
  white-space: nowrap;
}
  }
  
.characteristics ul li .number div.gray-self~div {
    background-color: #e7e2de !important;
}