  /* LP TEMPLATE - 1 AND GLOBAL */
  html,
  body {
    font-family: Arial, sans-serif;
    height: 100%;
    position: relative;
    color: #fff;
    background-color: #000001;
  }

  h3 {
    font-size: 53px;
    font-weight: 600;
    line-height: 60px;
    color: #fff;
    padding-top: 150px;
  }

  .header-image {
    background-image: url('https://image.e.nufarm.com/lib/fe3c15717564047b751176/m/1/2463cd75-1d9f-4cd0-bee7-9b2fb9d72ae3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: inset 0 0 0 100vw rgba(0, 0, 0, .6);
    padding-top: 55px;
    padding-bottom: 55px;
  }

  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
  }

  .select-wrapper {
    position: relative;
    overflow: hidden;
  }

  .select-wrapper:after {
    font-family: FontAwesome;
    content: '\f107';
    position: absolute;
    top: 22px;
    right: 4px;
    z-index: 99;
    color: #fff;
    pointer-events: none;
  }

  select::-ms-expand {
    display: none;
  }

  .input-group>.custom-file,
  .input-group>.custom-select,
  .input-group>.form-control {
    margin-top: .65rem;
  }

  .form-label-group {
    position: relative;
    margin-bottom: 1.7rem;
  }
  /* NAVBAR */
  .fa-bars {
    color: #22a64e;
  }

  .navbar-dark .navbar-toggler {
    border: 0 !important;
  }

  /* Change Autocomplete styles in Chrome*/
  input:-webkit-autofill,
  input:-webkit-autofill:hover,
  input:-webkit-autofill:focus,
  textarea:-webkit-autofill,
  textarea:-webkit-autofill:hover,
  textarea:-webkit-autofill:focus,
  select:-webkit-autofill,
  select:-webkit-autofill:hover,
  select:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px #22a64e inset;
    transition: background-color 5000s ease-in-out 0s;
  }

  /* OVERLAY NAV */
  .overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 1);
    overflow-x: hidden;
    transition: 0.5s;
  }

  .overlay-content {
    position: relative;
    top: 15%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    min-width: 220px;
  }

  .overlay a {
    padding: 16px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.5rem;
    color: #ffffff;
    display: block;
    transition: 0.3s;
  }

  .overlay a:hover,
  .overlay a:focus {
    color: #f1f1f1;
    opacity: 0.7;
  }

  .overlay .closebtn {
    position: absolute;
    top: 26px;
    right: 8px;
    font-size: 60px;
  }

  /* FORM */
  .bg-form {
    background-color: #22a64e !important;
  }

  .bg-message {
    background-color: #f8a53d !important;
  }

  .form-control {
    border: 0;
    border-bottom: 1px solid #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: transparent;
    color: #fff;
    padding: .5rem 0;
  }

  .form-control:focus {
    background-color: #22a64e;
    color: #fff;
    border-bottom: 2px solid #fff;
  }

  .form-control::placeholder {
    color: white;
    opacity: 1;
    /* Firefox */
  }

  .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white;
  }

  .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white;
  }

  input:focus,
  input.form-control:focus,
  textarea:focus,
  textarea.form-control:focus {
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }

  .btn {
    color: rgb(255, 255, 255);
    background-color: #f8a53d;
    border: none;
    border-radius: 40px;
 white-space: normal !important;
  }

  .btn-primary:active,
  .btn-primary:focus,
  .btn-primary:hover {
    color: rgb(255, 255, 255) !important;
    background-color: #f8a53d !important;
    border: none !important;
  }

  .invalid-feedback {
    color: #fff;
  }

  .ml-checkbox {
    margin-left: 2.2rem !important;
  }

  .custom-select.is-invalid,
  .form-control.is-invalid,
  .was-validated .custom-select:invalid,
  .was-validated .form-control:invalid {
    border-color: #fff;
  }

  /* CUSTOM CHECKBOX */
  .custom-control {
    padding-left: 0;
  }

  .custom-control-label {
    position: static;
    vertical-align: bottom;
  }

  .custom-control-label::before {
    border: 2px solid #22a64e;
  }

  .custom-checkbox .custom-control-label::before {
    border-radius: 0;
  }

  .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #000001;
    background-color: #22a64e;
  }

  .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-color: #22a64e;
  }

  .custom-select.is-valid,
  .form-control.is-valid,
  .was-validated .custom-select:valid,
  .was-validated .form-control:valid {
    border-color: #fff;
  }

  .custom-control-label::before,
  .custom-control-label::after {
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid #fff;
  }

  .custom-control-label::before {
    background-color: #22a64e;
    border: 1px solid #fff;
  }

  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }

  .custom-control-input.is-invalid~.custom-control-label,
  .was-validated .custom-control-input:invalid~.custom-control-label {
    color: #fff;
  }

  .custom-control-input.is-valid~.custom-control-label,
  .was-validated .custom-control-input:valid~.custom-control-label {
    color: #fff;
    border-color: #22a64e;
  }

  .form-control-t-3:focus,
  .custom-select:focus {
    background-color: #22a64e;
    color: #fff;
  }

  .custom-select.is-valid,
  .form-control.is-valid,
  .was-validated .custom-select:valid,
  .was-validated .form-control:valid {
    border-color: #fff;
  }

  .custom-select.is-valid:focus,
  .form-control.is-valid:focus,
  .was-validated .custom-select:valid:focus,
  .was-validated .form-control:valid:focus {
    border-color: #fff !important;
    box-shadow: none !important;
  }

  .custom-select.is-invalid:focus,
  .form-control.is-invalid:focus,
  .was-validated .custom-select:invalid:focus,
  .was-validated .form-control:invalid:focus {
    border-color: #fff;
    box-shadow: none;
  }

  .form-control:focus {
    color: #fff;
    background-color: #22a64e;
    border-color: #fff !;
    outline: none !important;
    box-shadow: none !important;
  }

  .custom-control-label {
    position: static;
    vertical-align: bottom;
    margin-left: 2.2rem;
    margin-top: .2rem;
  }

  /* SOCIAL */
  .social-container {
    height: auto !important;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .fab {
    color: #000001;
  }

  .social-container {
    height: 250px;
  }

  .bg-white {
    background-color: #eeeff0 !important;
  }

  /* FOOTER */
  .footer {
    bottom: 0;
    width: 100%;
    height: 70px;
    line-height: 70px;
  }

  .footer li {
    font-weight: 900;
    font-size: 1.3rem;
  }

  .footer li.nav-item:not(:first-child)::after {
    position: absolute;
    top: 37%;
    display: block;
    height: 25%;
    content: '';
    color: #21a54e;
    border-right: 1px solid #21a54e;
  }

  .footer {
    margin-top: 20px;
  }

  .navbar-dark .navbar-nav .nav-link {
    color: #22a64e;
    font-weight: 900;
    font-size: 1.5rem;
    padding: 0 0 0 1rem;
  }

  .bg-dark {
    background-color: #000001 !important;
  }

  /* LANDING PAGES */
  .text-black {
    color: #000001;
  }

  .text-orange {
    color: #f8a53d;
  }

   .border-top-orange {
      border-top: 2px solid #f8a53d;
   }

   .bg-social {
      background-color: #efefef !important;
    }	


  .heading-border {
    border: 2px solid #ffffff;
    display: inline-block;
    padding: 10px 20px 10px 20px;
  } 

  /* MEDIA QUERIES */
  @media only screen and (max-width: 768px) {

    .navbar-dark .navbar-toggler {
      color: rgba(255, 255, 255, .8);
    }

    .footer li {
      font-size: 1rem;
    }
  }

  @media only screen and (max-width: 480px) {
    .navbar-brand img {
      width: 180px !important;
    }

    h3 {
      font-size: 2.5rem !important;
      line-height: 45px !important;
    }
  }

  @media only screen and (max-width: 320px) {
    .navbar-brand img {
      width: 160px !important;
    }

    h3 {
      font-size: 1.8rem !important;
      line-height: 30px !important;
    }
  }

  @media only screen and (max-width: 576px) {
    .footer li::after {
      border-right: 0 !important;
    }
  }


  /* LP TEMPLATE - 3 */
  .h3-t-3 {
    font-size: 53px;
    font-weight: 600;
    line-height: 60px;
    color: #000001;
  }

  .h4-t-3 {
    color: #22a64e !important;
  }

  .banner-title-t-3 {
    padding-top: 90px;
  }

  .stacking-box-t-3 {
    background-color: #efefef;
    margin-top: 90px;
  }

  .header-image-lp3 {
    background-image: url('https://image.e.nufarm.com/lib/fe3c15717564047b751176/m/1/4e0ec493-199f-45c5-ac82-2f8cabec809f.jpg');
    background-position: top;
    padding-top: 55px;
    padding-bottom: 15px;
    background-color: #efefef;
    background-size: 100% calc(600px);
    background-repeat: repeat-x;
  }

  .bg-solid-white-t-3 {
    background-color: #ffffff !important;
  }

  .form-control-t-3 {
    border: 0;
    border-bottom: 1px solid #22a64e;
    border-bottom-color: #22a64e !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: transparent;
    color: #343a40;
    padding: .48rem 0;
  }

  .form-control-t-3:focus,
  .custom-select:focus {
    background-color: #efefef;
    color: #343a40;
    border-bottom: 2px solid #22a64e;
    box-shadow: none !important;
  }

  .form-control-t-3::placeholder {
    color: #343a40;
    opacity: 1;
    /* Firefox */
  }

  .form-control-t-3:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #343a40;
  }

  .form-control-t-3::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #343a40;
  }

  .zeroauto-t-3 {
    margin: 0 auto;
    display: inline;
  }

  .fa-t-3 {
    /* font-weight: 900; */
    color: #22a64e;
  }

  .custom-control-label-t-3 {
    line-height: 6px;
  }

  .custom-control-label-t-3::before {
    background-color: #cccccc;
    border: 1px solid #fff;
  }

  .border-btm-green {
    border-bottom: 1px solid #22a64e;
  }


  .form-control-t-3.is-invalid,
  .was-validated .form-control-t-3:invalid {
    border-color: #22a64e;
  }

  .custom-select.is-invalid~.invalid-feedback,
  .custom-select.is-invalid~.invalid-tooltip,
  .form-control-t-3.is-invalid~.invalid-feedback,
  .form-control-t-3.is-invalid~.invalid-tooltip,
  .was-validated .custom-select:invalid~.invalid-feedback,
  .was-validated .custom-select:invalid~.invalid-tooltip,
  .was-validated .form-control-t-3:invalid~.invalid-feedback,
  .was-validated .form-control-t-3:invalid~.invalid-tooltip {
    display: block;
  }

  .custom-select-t3 {
    background: none;
    height: 2.575rem;
  }

  .pos-relative {
    position: relative;
  }

  .pos-absoute-t3 {
    position: absolute;
    right: 0;
    top: 12px;
    color: #22a64e;
  }

  @media only screen and (max-width: 768px) {
    .header-image-lp3 {
      background-size: 100% calc(520px);
      padding-bottom: 0px;
    }

    .stacking-box-t-3 {
      margin-top: 50px;
    }

  .navbar-t-3 {
      padding-left: 15px !important;
      padding-right: 15px !important;
    }
  }


  /* LP TEMPLATE - 4 */

  .stacking-box-t-4 {
    background-color: #22a64e;
    margin-top: 90px;
  }

  .header-image-t-4 {
    background-image: url('https://image.e.nufarm.com/lib/fe3c15717564047b751176/m/1/0c1a69c7-f095-4044-b325-cfc444e22f16.jpg');
    background-position: top;
    padding-top: 55px;
    padding-bottom: 55px;
    background-color: #efefef;
    background-size: 100% calc(768px);
    background-repeat: no-repeat;
  }

  .bg-solid-white-t-4 {
    background-color: #ffffff !important;
  }

  .navbar-t-4 {
      padding-left: 15px !important;
      padding-right: 15px !important;
  }

  @media only screen and (max-width: 768px) {
    .header-image-t-4 {
      background-size: 100% 50%;
      padding-bottom: 0px;
      background-image: url('https://image.e.nufarm.com/lib/fe3c15717564047b751176/m/1/c4076d15-0bef-4ec2-85ad-d61b3ef1cfa5.jpg');
    }

    .stacking-box-t-4 {
      background-color: #22a64e;
      margin-top: 50px;
    }
  }
  

/* LP TEMPLATE - 5 */

  .h3-t-5 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
    color: #000001 !important;
    font-size: 2rem !important;
    line-height: 38px !important;
  }

  .p-t-5 {
    line-height: 1.6 !important;
  }

  .add-padding {
    padding: 110px 0px !important;
  }

  .btn-t-5 {
    display: inline-block;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -71px !important;
  left: 50%;
  }

  .navbar-t-5 {
    padding: .5rem 0 !important;
  }

  .navbar-dark .navbar-nav .nav-link {
    padding: 0 0 0 1rem;
  }

  @media only screen and (min-width: 768px) {
 
    .btn-t-5 {
      left: 0% !important;
 }
 }

  @media only screen and (max-width: 475px) {
    .navbar-brand img {
      width: 160px !important;
    }

    .h3-t-5 {
      font-size: 1.8rem !important;
      line-height: 34px !important;
    }
  }



  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  input[type=number] {
    -moz-appearance: textfield;
  }

  .navbar {
    padding: .5rem 0;
  }

  /* FLOATING LABEL */

  .custom-select {
    height: 2.495rem !important;
    padding: .5rem 0 0 0 !important;
  }

  :root {
    --input-padding-x: .75rem;
    --input-padding-y: .75rem;
  }

  .form-label-group>input,
  .form-label-group>textarea,
  .form-label-group>label {
    padding: 1.40rem 0 .2rem 0;
  }


  .form-label-group>label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    line-height: 1.5;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    transition: all .1s ease-in-out;
    padding-left: 0;
  }

  .form-label-group input::-webkit-input-placeholder, 
  .form-label-group textarea::-webkit-textarea-placeholder {
    color: transparent;
  }

  .form-label-group input:-ms-input-placeholder,
  .form-label-group textarea:-ms-textarea-placeholder {
    color: transparent;
  }

  .form-label-group input::-ms-input-placeholder, 
  .form-label-group textarea::-ms-textarea-placeholder {
    color: transparent;
  }

  .form-label-group input::-moz-placeholder, 
  .form-label-group textarea::-moz-placeholder {
    color: transparent;
  }

  .form-label-group input::placeholder, 
  .form-label-group textarea::placeholder {
    color: transparent;
  }

  .form-label-group input:not(:placeholder-shown)~label,
  .form-label-group textarea:not(:placeholder-shown)~label {
    padding-top: calc(var(--input-padding-y) / 0);
    font-size: 12px;
    color: #fff;
  }

  .form-label-group>h1 {
    font-family: Arial, sans-serif;
    padding-top: 0px;
  }