/*------styles-----*/
body,
html {
    height: auto;
  overflow-x: auto;
}
.menu-active a{
color: #859d39 !important;
    text-decoration: none !important;
    border-bottom: 3px solid #859d39;

}


.site-header .dropdown.menu a {
    padding: 15px 0px 0px 0px !important;
    min-height: 35px;
 }
.dropdown.menu a {
    padding: 0.7rem 1rem;
}
.large-12 .title-bar{
float:right;
}

@media only screen and (max-width: 1023px) {
    .site-header a.menu-clickable-false {
        pointer-events: auto !important;
    }
.ul-modified{
  padding: 0!important;
}
}


.home-banner-tagline {
    margin-top: 90px;
}

.primary {
    background:#859d39 !important;
    color: #fefefe !important;
}

.pageNotFound__section {
    margin-top: 200px;
    margin-bottom: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    @media (max-width:640px) {
       margin-bottom: 168px;
    }

    @media (max-width:440px) {
        margin-bottom: 140px;
    }
}
@media only screen and (min-width: 640px) and (max-width: 996px) {
    .top-bar{
    padding: 0 .5rem;
  }
 }
@media only screen and (min-width: 640px) and (max-width: 1023px) {
    .site-header .dropdown.menu a {
       padding: 0px !important;
        min-height:  20px;
        display: flex !important;
        align-items: center;
    }
 a.menu-clickable-true{
   margin: 0 auto;
   display: block;
}
  .ul-modified li{
        width: auto;
        overflow: visible;
    }
    .site-header .logo-link{
        padding-left: 10px;
    }
    .site-header.WUCN-header .large-12.medium-12.small-12.pad-0.columns{
        padding: 0;
    }   
}

@media only screen and (max-width: 639px) {
.site-header .menu.expanded{
        display: block!important;
        max-height: 350px;
        overflow: auto;
}
  .ul-modified li{
        width: auto;
        overflow: visible;
    }
  .site-header li.is-active ul{
    top: 12px!important;
  }
.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu{
    position: relative!important;
    top: 0px!important;
}
  .dropdown.menu .is-active>a{
    color:#859d39;
  }
.site-header .dropdown.menu a{
     min-height: auto;
      padding-top: 5px!important;
    }
}
.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a{
  pointer-events: initial !important;
}
@media only screen and (min-width: 641px) and (max-width: 992px) {
.page-content-wrapper .home-banner-tagline{
    margin-top: 9rem !important;
}  
}
/*top-header CSS*/
*, html, body {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  height: auto;
}

.primary {
  background-color: #859d39 !important;
  color: #fefefe !important;
}

.primary:hover {
  background-color: #859d39 !important;
  color: #fefefe !important;
}

.black-bg {
  background-color: #000;
}

.top-nav-container {
  font-family: "lato", sans-serif;
  font-size: 16px;
  font-weight: 400 !important;
  box-sizing: border-box;
  height: 56px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  padding-left: 30px;
}
.featurecall-wucn .content-section{
padding-left:0px;
}

.utilities-list.unauthenticated-utilities {
  margin-bottom: 0;
}
.utilities-list.unauthenticated-utilities li {
  padding: 0 0 0 3px;
  margin: 12px 0 0 0;
}
.utilities-list.unauthenticated-utilities .login-btn {
  font-weight: 400;
  font-size: 1rem;
  background: none repeat scroll 0% 0% #6a9008;
  color: #fff !important;
  text-align: center;
  border-radius: 5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  padding: 0.125rem 1.5rem;
}

ul.utilities-list {
  float: right;
  margin-right: 16px;
}
ul.utilities-list li {
  display: inline-block;
  list-style-type: none;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}
ul.utilities-list li:first-child {
  border-left: none;
}

.utilities-mobile-menu {
  display: none;
}

/*header CSS*/
header {
  position: fixed;
  z-index: 999;
  top: 50px;
  height: 75px !important;
  background-color: #fff !important;
  padding-top: 20px;
  min-width: 100%;
  z-index: 1001 !important;
  padding-bottom: 70px;
}

.site-header .logo-link {
  float: left;
}
.site-header .img-logo {
  max-height: 60px;
}
.site-header img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.site-header a {
  font-size: 18px;
  max-height: 75px;
  color: #303030;
  overflow: hidden;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  display: inline-block !important;
  padding-bottom: 20px !important;
}
.site-header a.active {
  border-bottom: 3px solid #859d39;
}
.site-header .dropdown.menu a {
  padding: 15px 0px 0px 0px !important;
}
.site-header .dropdown.menu.vertical > li.opens-right > a:after {
  display: none;
}
.site-header li {
  padding-left: 16px;
}
.site-header li:not(.nav-search) > a:before {
  background-color: #859d39;
}
.site-header li a {
  max-width: fit-content;
}
.site-header li:focus-visible {
  display: none !important;
  outline: none;
}
.site-header .top-bar {
  background-color: #fff;
  float: left;
}
.site-header .menu.expanded {
  background-color: #fff;
  width: 100% !important;
  display: table !important;
  table-layout: auto !important;
}

.breadcrumb-wucn {
    margin-top: 148px;
  margin-left:16px;
}
.breadcrumb-wucn.breadcrumb-top{
margin-top:20px ;
}
.breadcrumb-wucn a, .breadcrumb-wucn span{
    font-weight: 600;
    color: #6c6c6c;
    padding-right: 5px;
    text-transform: capitalize;
    line-height: 16px;
    font-family: acumin-pro-condensed;
    font-size: 13px;
}
.breadcrumb-wucn a img{
width:16px;
}
.site-header .menu.expanded li {
  list-style: none;
}
.site-header .drilldown .is-drilldown-submenu-parent > a::after {
  right: 0rem !important;
}
.site-header .submenu:before {
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -11px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  z-index: 98;
  border-bottom: #fff 10px solid;
}
.site-header .submenu:after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -11px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  z-index: 97;
  border-bottom: #000 10px solid;
}
.site-header li .first-li:hover {
  color: #859d39 !important;
  text-decoration: none !important;
  border-bottom: 3px solid #859d39;
}

/*footer CSS*/
footer {
  background: #333;
}

.wf-footer {
  background: #333;
  padding: 30px 0;
  bottom: 0;
  width: 100%;
}
.wf-footer #footer-nav {
  padding-bottom: 1rem;
}
.wf-footer .footer-links {
  color: #ddd;
  padding: 5px;
}
.wf-footer .footer-links h6 {
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.25rem;
  text-transform: uppercase;
}
.wf-footer .footer-links a {
  color: #ddd;
}
.wf-footer .footer-links ul {
  margin-left: 0;
  list-style-type: none;
}
.wf-footer .footer-links ul li {
  line-height: 2rem;
  font-size: 12px;
}
.wf-footer .footer-links ul li:hover a {
  opacity: 0.5;
}
.wf-footer h6 {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
.wf-footer a {
  font-weight: 400 !important;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}
.wf-footer ul {
  font-family: lato, sans-serif;
  line-height: 1.6;
  margin-bottom: 0px !important;
  list-style-position: outside;
}

.sub-footer {
  border-top: 1px #999 solid;
  background: #000 !important;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.sub-footer a {
  background-color: transparent;
}
.sub-footer img {
  max-width: 100%;
  border: 0;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}
.sub-footer .legal-text p {
  color: #ddd;
  font-size: 0.65rem;
  line-height: 0.95rem;
  font-family: "acumin-pro";
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}
.sub-footer .lol-logo-foot:hover {
  opacity: 0.5;
}

#sub-footer {
  display: flex;
  align-items: center;
}

.legal-text a {
  color: #436c30;
}

#footer-nav div:nth-child(2) {
  width: 25%;
}
#footer-nav div:nth-child(5) {
  width: 25%;
}


/* .formvalidations-custom-styles .ktc-default-section{ */
/* margin-left:0px; */
/* } */

/*Bammer*/
.home-subtagline-row {
  height: 450px;
  background-color: #7a9e1e;
}

.page-content-wrapper {
  max-width: 75rem;
  margin: auto;
  padding: 100px 0 30px 0;
  min-height: 80vh;
}

.home-subtagline {
  margin-top: 50px;
}
.home-subtagline span {
  font-size: 35pt;
  font-weight: bolder;
  color: #fff;
  font-family: lato, sans-serif;
  padding: 0 3px 0 3px;
  line-height: 66px;
}

/* check & remove*/
.columns:last-child:not(:first-child) {
  float: right;
}

.home-subtagline-copy {
  font-size: 14pt;
  color: #fff;
  font-family: lato, sans-serif;
  padding: 0 3px 0 10px;
  line-height: 32px;
  margin-top: 25px;
}

h1, h2 {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
}

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}
p img {
  float: right;
  margin: 0 10px 0 10px;
}

p, ul {
  font-family: lato, sans-serif;
}

/*img*/
span {
  color: #008000;
}

.home-banner {
  margin-top: 92px;
}

.banner-section {
  height: 140px;
  opacity: 1;
}

.wf-img-bg {
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  position: relative;
  padding-top: 100px !important;
  /*padding-top: 376px !important;*/
  background-position: 50% 25%;
}

p img {
  margin: 0 10px 0 10px;
}

.btn.btn-default {
  padding: 15px 20px;
  background: #859d39;
  color: #fff;
  border: 0;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 15px;
}

ul.two-column {
  overflow: hidden;
  padding-left: 20px;
}

ul.two-column li {
  width: 50%;
  float: left;
}

.fr-view img.fr-dii.fr-fil {
  margin: 0px !important;
}

.product-banner {
  margin-top: 150px;
  height: 130px;
  background-size: cover;
}

.ktc-default-section {
  max-width: 750px;
  padding: 15px 0;
}

.form-control label {
  font-size: 16px !important;
  font-family: lato, sans-serif !important;
}

#wucn-contact-us {
  padding-top: 0px !important;
}

a.contact {
  color: #859d39;
  font-weight: bold;
}

/*Froms*/
form {
  max-width: 75rem;
  margin: auto;
}

.form-field label {
  font-size: 16px;
  font-family: lato, sans-serif;
}

.form-field > span {
  font-size: 16px;
  font-family: lato, sans-serif;
  display: block;
  margin: 0;
  font-weight: 400;
  line-height: 1.8;
  color: #0a0a0a;
}

input[type=submit]:not(.HiddenButton) {
  padding: 15px 20px;
  background: #859d39;
  color: #fff;
  border: 0;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 15px;
  cursor: pointer;
}

.page-content-wrapper p img {
  margin: 0 10px 0 10px !important;
  float: right;
}
.page-content-wrapper .def-content {
  margin-bottom: 20px;
}

.supply-block a:hover {
  color: #1585cf !important;
}

@media only screen and (max-width: 1200px) {
  .site-header a {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .page-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .breadcrumb-wucn{
  margin-top: 185px;
  }
  .home-subtagline {
    margin-top: 18px;
  }
  .formwidget-submit-text {
    margin-left: 15px !important;
  }
}
@media (max-width: 640px) {
  .site-header .title-bar {
    display: grid;
    right: 30px;
    margin-top: 20px;
  }
  .site-header .is-drilldown {
    height: auto !important;
    position: relative;
    overflow: hidden;
    margin-bottom: 70px;
  }
  .site-header .title-bar-title {
    display: none;
  }
  .site-header ul {
    width: 100% !important;
  }
  .site-header li {
    width: 100% !important;
  }
  .site-header li .first-li:hover {
    border-bottom: none;
  }
  .site-header a {
    margin-top: 10px !important;
  }
  .site-header .is-drilldown-submenu {
    border: none !important;
  }
  .breadcrumb-crop {
    padding-left: 22px !important;
  }
  .home-banner .page-content-wrapper {
    margin-top: 100px;
  }
  .home-banner .page-content-wrapper .home-banner-tagline {
    margin-top: 0px !important;
  }
  .home-banner .page-content-wrapper .home-banner-logo {
    margin-top: 0px !important;
  }
  .container-diesel {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 48em) {
  .page-content-wrapper {
    padding: 50px 0 30px 0;
  }
  .wf-img-bg {
    padding-top: 182px;
    background-size: auto 100%;
    background-position: 70%;
    background-position-y: 60px;
    height: auto;
  }
  .home-subtagline {
    margin-top: 8px;
  }
  .home-subtagline span {
    font-size: 25pt;
    font-weight: bolder;
    color: #fff;
    font-family: lato, sans-serif;
    padding: 0 3px 0 3px;
    line-height: 50px;
  }
  .home-subtagline .home-subtagline-copy {
    font-size: 12pt;
    font-weight: bolder;
    color: #fff;
    font-family: lato, sans-serif;
    padding: 0 3px 0 10px;
    line-height: 28px;
    margin-top: 20px;
  }
  .home-subtagline ul.two-column li {
    width: 100%;
    float: left;
  }
  .home-subtagline footer.wf-footer #footer-nav {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .sub-footer .lol-logo-foot {
    max-width: 300px;
    display: block;
    margin: auto;
    float: none;
    padding-bottom: 1rem;
  }
  .sub-footer .legal-text p {
    font-size: 0.7rem;
    line-height: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
  }
}
@media only screen and (max-width: 40rem) {
  .container-editableimg {
    flex-direction: column !important;
    margin-top: 0px !important;
  }
  .container-card-editableimg {
    flex-direction: column !important;
  }
  #sub-footer {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .is-drilldown {
    width: 100% !important;
  }
}
/*Form-validations*/
#wucn-contact-us {
  padding-top: 0px !important;
}

.wf-img-bg {
  padding-top: 200px !important;
}

.page-content-wrapper {
  max-width: 75rem;
  margin: auto;
  padding: 100px 0 30px 0;
  min-height: 65vh;
}

/* .formvalidations-custom-styles .ktc-default-section { */
  /* padding-top: 0px !important; */
  /* margin-top: -40px !important; */
/* } */


.formvalidations-custom-styles .field-validation-error {
  margin-top: -3px !important;
  margin-bottom: 20px !important;
  color: #f03 !important;
  font-size: 14px;
}

h1.contact-tex-header {
  margin-top: 15% !important;
}

p.contact-tx-text {
  margin-bottom: 10% !important;
}

@media only screen and (max-width: 40rem) {
  h1.contact-tex-header {
    margin-top: 55% !important;
  }
  .formvalidations-custom-styles .ktc-default-section {
    margin-top: -25px !important;
    margin-left:10px;
  }
}
/*saftey data*/
.repeater-text p {
  margin-top: 25px;
  font-size: 18px;
  font-weight: 500;
}

.safety_data_container .sds-header {
  max-width: 900px;
  margin-bottom: 24px;
}
.safety_data_container .wucn-search-wrap {
  float: right;
  width: 30%;
  max-width: 300px;
  padding-top: 30px;
}
.safety_data_container .wucn-search-wrap .search {
  width: 100%;
  position: relative;
}
.safety_data_container .wucn-search-wrap .searchTerm {
  float: left;
  width: 100%;
  border: 3px solid #859d39;
  padding: 5px;
  height: 36px;
  border-radius: 5px;
  outline: none;
  color: #859d39;
}
.safety_data_container .wucn-search-wrap .searchButton {
  position: absolute;
  right: 0;
  width: 40px;
  height: 36px;
  border: 1px solid #859d39;
  background: #859d39;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  font-size: 20px;
}
@media only screen and (max-width: 48em) {
  .safety_data_container .wucn-search-wrap {
    float: none;
    width: 100%;
    max-width: 300px;
    padding-top: 30px;
    overflow: hidden;
  }
  .safety_data_container .tab-content.otherSDS.active {
    margin-top: -35px !important;
    padding: 0px !important;
  }
}
.safety_data_container .tab-headers ul {
  margin: 0;
  list-style: none;
  padding-bottom: 30px;
}
.safety_data_container .tab-headers ul li {
  float: left;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  padding: 10px;
  color: #859d39;
  background: #fff;
  border: 1px solid #859d39;
}
.safety_data_container .tab-headers ul li.active {
  color: #fff;
  background: #859d39;
}
.safety_data_container .tab-content {
  display: none;
}
.safety_data_container .tab-content.active {
  display: block;
}
.safety_data_container .tab-content .no-border {
  max-width: 900px;
  margin-top: 50px;
}
.safety_data_container .tab-content .no-border tr,
.safety_data_container .tab-content .no-border th,
.safety_data_container .tab-content .no-border td,
.safety_data_container .tab-content .no-border tbody {
  border: 0;
  text-align: left;
}
.safety_data_container .tab-content a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}
.safety_data_container .tab-content a:hover {
  color: #1585cf;
}
.safety_data_container table thead th {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: 700;
  text-align: left;
}
.safety_data_container table tbody tr:nth-child(even) {
  background: #fff;
}
@media only screen and (max-width: 47.9375rem) {
  .safety_data_container .tab-headers ul li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 48em) {
  .safety_data_container .no-border tr th:nth-child(2),
  .safety_data_container .no-border tr td:nth-child(2),
  .safety_data_container .no-border tr th:nth-child(4),
  .safety_data_container .no-border tr td:nth-child(4) {
    display: none;
  }
}

/*Hero bnaner layout eight css */
.home-banner {
  margin-top: 0px;
  height: 450px;
  background-size: cover;
  border-bottom: none;
}

.page-content-wrapper {
  max-width: 75rem;
  margin: auto;
  padding: 100px 0 30px 0;
  min-height: 80vh;
}

.home-banner-tagline {
  margin-top: 50px;
}
.home-banner-tagline span {
  margin-top: 50px;
  color: white;
  font-size: 35pt;
  font-weight: bolder;
  color: #fff;
  font-family: lato, sans-serif;
  padding: 0 3px 0 3px;
  line-height: 66px;
}

.home-banner-logo {
  float: right;
  position: relative;
  margin-top: 200px;
}
.home-banner-logo img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

.home-subtagline-row {
  height: 450px;
  background-color: #7a9e1e;
}
.featurecall-wucn .contact-tx-text{
margin-bottom:0px !important;
}

@media only screen and (max-width: 1024px) {
  .page-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .title-bar {
    width: 45px !important;
    margin-top: 20px;
    margin-right: 40px;
  }
}
@media only screen and (max-width: 48em) {
  .safety-data-grid {
    padding-left: 15px;
  }
  .page-content-wrapper {
    padding: 50px 0 30px 0;
  }
  .page-content-wrapper .home-banner-tagline {
    margin-top: 100px;
  }
  .page-content-wrapper .home-banner-tagline span {
    font-size: 30pt;
    font-weight: bolder;
    color: #fff;
    font-family: lato, sans-serif;
    padding: 0 3px 0 3px;
  }
  .page-content-wrapper .home-banner-logo {
    margin-top: 180px;
  }
  .home-banner-logo {
    position: relative;
    margin-top: 50px;
  }
}
.crop-nutrient-feature {
  padding: 0px 15px;
}
.crop-nutrient-feature a {
  padding: 16px !important;
  font-weight: 700 !important;
}

.crop-nutrient-banner {
  margin-top: 150px;
  background-size: cover;
}

@media only screen and (max-width: 1023px) {
  .site-header a.menu-clickable-false {
    pointer-events: auto !important;
  }
  .is-drilldown > ul {
    visibility: visible !important;
  }
  .ul-modified {
    width: 100% !important;
    text-align: center;
    padding: 20px 0px;
  }
  .ul-modified li {
    width: 100%;
    display: block;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    padding: 0;
    margin-left: 0;
    padding: 10px;
  }
  .ul-modified li.selected-menu-item a {
    color: #859d39;
  }
  #main-menu {
    width: 100%;
    position: relative;
    top: -15px;
  }
}
.InfoLabel {
  font-size: 24px !important;
  font-weight: 500 !important;
}

.parent-menuItem {
  height: 35px;
}
.parent-menuItem:hover {
  color: #859d39 !important;
  text-decoration: none !important;
  border-bottom: 3px solid #859d39;
}

.site-header li.is-active ul {
  padding: 8px;
  display: block;
  left: 50% !important;
  top: 45px !important;
  transform: translate(-50%, 0%);
  position: absolute !important;
  border: 1px solid;
  width: 300px;
  margin-left: 0px;
  background: #fff;
}

.container-editableimg {
  display: flex;
  flex-direction: row-reverse;
  margin-top: -100px;
}
.container-editableimg h2 {
  margin-top: 20px;
}

.container-card-editableimg {
  display: flex;
  flex-direction: row-reverse;
}
.container-card-editableimg h2 {
  margin-top: 20px;
}

.breadcrumb-crop {
  font-size: 14px;
  font-weight: 300;
  padding-left: 33px;
}
.breadcrumb-crop ul {
  list-style: none;
  overflow: hidden;
  margin-left: 0;
  padding-top: 24px;
}
.breadcrumb-crop ul li {
  float: left;
  padding-right: 5px;
  text-transform: capitalize;
  list-style: none;
  line-height: 16px;
  font-family: acumin-pro-condensed;
  font-size: 13px;
  line-height: 14px;
  font-weight: 400;
  cursor: auto;
  text-decoration: none;
  font-weight: 600;
  color: #6c6c6c;
}
.breadcrumb-crop ul li a {
  font-weight: 600;
  color: #6c6c6c;
  text-decoration: none;
}

.grid-container {
  padding: 0px !important;
}
.grid-container .section-alignment {
  margin-top: 150px !important;
}

.pageNotFound__section {
  margin-top: 200px;
  margin-bottom: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 640px) {
  .pageNotFound__section {
    margin-bottom: 143px;
  }
}
@media (max-width: 440px) {
  .pageNotFound__section {
    margin-bottom: 140px;
  }
}

.ktc-default-section {
  margin-left: 15px;
}

input[type=submit] {
  margin-left: 15px;
}

.formwidget-submit-text {
  margin-left: 182px;
}
/*css dropdown*/
@media only screen and (min-width: 640px) and (max-width: 1023px) {
    .site-header .dropdown.menu a {
       padding: 0px !important;
        min-height:  20px;
        display: flex !important;
        align-items: center;
    }
 a.menu-clickable-true{
   margin: 0 auto;
   display: block;
}
  .ul-modified li{
        width: auto;
        overflow: visible;
    }
    .site-header .logo-link{
        padding-left: 10px;
    }
    .site-header.WUCN-header .large-12.medium-12.small-12.pad-0.columns{
        padding: 0;
    }   
}
@media only screen and (max-width: 639px) {
.site-header .menu.expanded{
        display: block!important;
        max-height: 350px;
        overflow: auto;
}
  .ul-modified li{
        width: auto;
        overflow: visible;
    }
  .site-header li.is-active ul{
    top: 12px!important;
  }
.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu{
    position: relative!important;
    top: 0px!important;
}
  .dropdown.menu .is-active>a{
    color:#859d39;
  }
.site-header .dropdown.menu a{
     min-height: auto;
     padding-top: 5px!important;
    }
  .col-md-12 .sc-iframe {
    margin-top: 17rem;
    margin-bottom: 16rem;
}
}
.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a{
  pointer-events: initial !important;
}
@media only screen and (min-width: 641px) and (max-width: 992px) {
.page-content-wrapper .home-banner-tagline{
    margin-top: 9rem !important;
}  
}

.field-validation-error {
    margin-top: -3px !important;
    margin-bottom: 20px !important;
    color: #f03 !important;
    font-size: 14px;
}

@media only screen and (min-width: 641px) {
.thanks-meaasge .formwidget-submit-text {
    margin-left: 166px;
}
}
/* new signup letter css */
.btnexpert input[type="button"]{padding:10px 20px;}
#Postal {
    max-width: 225px;
}
.crop-nutrient-feature.form{margin-top: 190px;}
#SubscribeForm .error{color: red;}
#SubscribeForm a{padding: 2px!important;}
#SubscribeForm .formfield input{margin-bottom: .3rem;}
.Subscription-head {
    padding-bottom: 25px;
    border-bottom: 2px solid #e1e1e1;
    margin-bottom: 30px;
}
.subpagebanner {
    padding-top: 5px;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-bottom: 12px solid #333;
	margin-top: 200px;
	padding-bottom: 500px;
}
.banner-txt {
    font-size: 56px;
    color: #fff;
    background: transparent;
    /* text-shadow: 0 0 1px #000; */
    text-transform: uppercase;
    line-height: 66px;
	width: fit-content;
}
.subpagebanner .banner-txt span {
    font-size: 56px;
    height: 78px;
    line-height: 78px;
    padding: 0 11px;
    position: relative;
    z-index: 1;
    color: #fff;
    font-size:49px;
    padding: 0 10px;
    margin-top: 12px;
    float: left;
    width: auto;
    text-transform: uppercase;
    height: 72px;
    line-height: 72px;
    font-weight: 500;
}
.subpagebanner .banner-txt-container {
    margin-top: 131.5px;
}
.subpagebanner .banner-txt span:not(.clear):after {
    background: #436C30 none repeat scroll 0 0;
    top: 0;
    content: '';
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -14;
}
.subpagebanner .banner-txt span:not(.clear):after {
    background: #436C30 none repeat scroll 0 0;
    top: 0;
    content: '';
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -14;
}
.Subscription-head {
    padding-top: 25px;
}
.crop-nutrient-feature{padding: 0;}
@media only screen and (max-width: 768px) {
.subpagebanner .banner-txt span {font-size: 21px;}
  }

.pageNotFound__section{margin-top: 220px;margin-bottom: 220px;}
@media only screen and (max-width: 640px) {
  .pageNotFound__section{margin-top: 270px;margin-bottom: 270px;}
}
#footer-nav .footer-links:nth-child(2) ul {
    display: none;
}