body.modal-open {
  overflow: auto;
  padding-right: 0 !important;
}

body.modal-open header.header.fixed-top.clearfix {
  padding-right: 0 !important;
}

.modal-backdrop.show {
  opacity: .9;
}

.intro.mainbanner:before,
.intro.innerbanner:before {
  background: rgba(0, 0, 0, 0.15);
}

.header,
.header.smaller .header-desktop {
  transition: none;
}

.logo {
  background: #97d700;
}

a.bannerbtn {
  background: #97d700;
  padding: 15px 45px;
}

.banner-info a:not(:last-child) {
  background: #97d700;
}

.banner-info a.bannerbtn:hover {
  background: #ed8b00 !important;
}

.intro h1 {
  padding-left: 0;
  margin-top: 40px;
}

.intro p {
  line-height: 45px;
}

.intro.mainbanner {
  min-height: 937px;
  padding: 180px 0 36px;

  background-position-y: 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover
}

.slogan h6,
.call-us a {
  text-shadow: 2px 1px 3px #676767;
}

.header.smaller {
  background: #97d700;
}

div#tool-populator {
  position: relative;
}

div#footnote p {
  font-size: 16px;
  padding: 0 185px;
  line-height: 30px;
  margin-top: 35px;
}

div#footnote p a {
  color: #97d700;
}

div#loading-screen {
  padding-top: 120px;
}

#loading-screen h2 {
  color: #FFF;
  font-size: 45px;
  font-family: swissboldextended, Arial;
  text-shadow: 3px 2px 3px rgba(0, 0, 0, 0.55);
}

#loading-screen img {
  margin-top: 45px;
}

.stepss {
  padding-top: 120px;
}

.stepss h2,
.stepss h2 span {
  color: #FFF;
  font-size: 40px;
  font-family: swissboldextended, Arial;
  text-shadow: 3px 2px 3px rgba(0, 0, 0, 0.55);
}

.stepss .selection {
  margin: 50px 0px 0px;
}

.stepss .selection a {
    display: inline-block;
    padding: 12px 70px;
    color: #FFF;
    font-size: 25px;
    margin: 0 5px;
    border-bottom-right-radius: 35px;
    text-decoration: none;
    background: #97d700;
    margin-bottom: 15px;
    min-height: 55px;
}

.stepss .selection a:hover {
  /*background: #ed8b00 !important;*/
}
div#step-6 {
    padding-top: 155px;
}
div#step-6 h2, div#step-6 h2 span {
    font-size: 50px;
}

div#step-2.stepss {
  padding-top: 160px;
}

#step-2-selection a {
  display: none;
}

#step-2-selection a.show-option {
  display: inline-block;
}

select#select-diameter,
select#select-totalheight {
  display: inline-block;
  width: 100%;
  padding: 13px 22px;
  vertical-align: top;
  height: 60px;
  -webkit-appearance: menulist;
  background: transparent;
  color: #FFF;
  border: 2.5px solid #FFF;
  font-size: 20px;
}

select#select-diameter option,
select#select-totalheight option{
  color:#000;
}

#step-3-selection label, #step-4-selection label {
    display: inline-block;
    width: 720px;
    position: relative;
    font-family:swissextended, Arial;
  vertical-align: top;
}
#step-3-selection label:before, #step-4-selection label:before {
    content: "\25BC";
    position: absolute;
    width: 32px;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 20;
    background: #FFF;
    display: block;
    padding-top: 17px;
    pointer-events: none;
}

#modal-selectortool .modal-body form .actions {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

#modal-selectortool .modal-body form .actions input:not([type="image"]) {
  box-sizing: inherit;
  font-size: 20px;
  height: 50px;
  font-family: swissboldextended, Arial;
  text-shadow: none;
  border-radius: 0;
  border: 0;
  border-bottom-right-radius: 25px;
      line-height: 20px;
}

#modal-selectortool .modal-body form.hs-custom-style>div input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]) {
  height: 50px;
}

#modal-selectortool .modal-body form.hs-custom-style .hs-richtext.hs-main-font-element {
  margin-bottom: 20px;
  line-height: 25px;
  font-family: swissextended, Arial;
  font-size: 15px;
}

#modal-selectortool .modal-body .submitted-message {
  display: block;
}

#modal-selectortool .modal-body .submitted-message p {
  font-family: swissextended, Arial;
  line-height: 40px;
}

#modal-selectortool .modal-body .submitted-message p a {
  font-family: swissextended, Arial;
  background: #97d700;
  color: #FFF;
  padding: 12px 25px;
  border-bottom-right-radius: 20px;
  text-decoration: none;
}

.stepss.tanklist {
  padding-top: 0;
}

.stepss.tanklist h2 {
  margin-bottom: 35px;
}

.stepss.tanklist .tank-item {
  margin-bottom: 25px;
  max-height: 350px;
}

.stepss.tanklist .tank-item .image {
  display: inline-block;
  width: 35%;
  vertical-align: top;
  background: #FFF;
}
.tank-item .image img {
    width: 340px;
    height: auto;
}

.stepss.tanklist .tank-item .tankinfo {
  display: inline-block;
  width: 65%;
  vertical-align: top;
  min-height: 330px;
  background: rgb(68, 61, 54);
  padding-top: 27px;
}

.stepss.tanklist .tank-item .tankinfo h3 {
  color: #FFF;
  font-size: 30px;
  border-bottom: 1px solid #97d700;
  padding-bottom: 23px;
  margin: 0px 35px 15px 35px;
  text-align: left;
}

.stepss.tanklist .tank-item .tankinfo div {
  color: #FFF;
  text-align: left;
  padding: 5px 29px;
  font-size: 20px;
  line-height: 25px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.62);
  max-height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.stepss.tanklist .tank-item .tankinfo div.viewproductlink {
    text-align: right;
    line-height: 35px;
    height: 70px;
    max-height: unset;
}

.stepss.tanklist .tank-item .tankinfo div.viewproductlink a {
  visibility: visible;
  background: #97d700;
  color: #FFF;
  padding: 15px 30px;
  border-bottom-right-radius: 20px;
  text-decoration: none;
}
.stepss .selection.normal-link a {
  padding: 0;
  background: 0;
  color: #97d700;
  font-size: 20px;
  text-transform: lowercase;
}
.stepss .selection.normal-link a:hover {
  background: 0 !important;
  text-decoration: underline;
}
.back-button-wrapper {
  padding-top:50px;
}
.back-button-wrapper a {
  color: #97d700 !important;
  font-size: 20px !important;
  background: 0 !important;
}
#only-takes-you-a-minute {
    margin-top: 50px;
    margin-bottom: 0px;
    visibility: hidden;
}
#only-takes-you-a-minute span {
    display: inline-block;
    font-family: swissextended;
    text-decoration: underline;
    width: 100%;
    transition: 1s all;
  
    padding-right: 100px;
    opacity:0;
}
#only-takes-you-a-minute img {
    display: inline-block;
    transition: 1s all;
  
    margin-right: 100px;
    opacity:0;
}
#step-1-selection {

}
.stepss #step-1-selection a {
    margin: 0 30px;
}
.stepss #step-1-selection a:hover {
    /*background: inherit !important;*/
}
div#step-1 {
    padding-top: 160px;
}
#step-1-selection a:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 285px;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 12px;
}

#step-1-selection a:nth-child(1) {
    visibility: visible;
    background: url(https://cdn2.hubspot.net/hubfs/2531009/7.%20Website%20Assets%202018/water%20tank%20selector/corr.png) no-repeat;
    min-height: 300px;
    background-position: -15px -9px;
    padding: 300px 75px 0;
    position: relative;
}
#step-1-selection a:nth-child(2) {
    visibility: visible;
    background: url(https://cdn2.hubspot.net/hubfs/2531009/7.%20Website%20Assets%202018/water%20tank%20selector/flat.png) no-repeat;
    min-height: 300px;
    background-position: -38px -71px;
    padding: 300px 75px 0;
    position: relative;
}
#step-1-selection a:nth-child(1):hover:after{
    background: #FFF url(https://cdn2.hubspot.net/hubfs/2531009/7.%20Website%20Assets%202018/water%20tank%20selector/corr.png) no-repeat;
    background-position: -15px -9px;
}
#step-1-selection a:nth-child(2):hover:after{
    background: #FFF url(https://cdn2.hubspot.net/hubfs/2531009/7.%20Website%20Assets%202018/water%20tank%20selector/flat.png) no-repeat;
    background-position: -38px -71px;
}
div#step-2-selection.selection {
    text-align: left;
}
.stepss h2, .stepss h2 span {
    font-size: 48px;
}
#step-2-selection a.show-option {
    display: inline-block;
    padding: 10px 40px;
    min-height: 53px;
    font-size: 20px;
    background: rgba(255, 255, 255, 0.66);
    width: 100%;
    max-width: 218px;
    text-align: center;
    color:#333;
}
#step-2-selection a.show-option:hover {
    background:#97d700;
    color:#FFF;
}
#step-3 {
    padding-top: 155px;
}
#step-3 h2 {
    font-size: 40px;
    line-height: 52px;
}
div#step-4 {
    padding-top: 156px;
}
div#step-4 h2 {
    font-size: 40px;
    line-height: 52px;
}
.alert p {
    background: url(https://cdn2.hubspot.net/hubfs/2531009/7.%20Website%20Assets%202018/water%20tank%20selector/alert.png) no-repeat;
    padding: 0 0 0 88px;
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    margin-top: 65px;
    display: inline-block;
    width: 100%;
    max-width: 935px;
}
.intro.mainbanner.whiten .stepss.tanklist h2 {
  display:none;
}
.intro.mainbanner.whiten {
  padding-top: 345px;
  padding-bottom:0;
}
.intro.mainbanner.whiten:before {
  background: rgba(0, 0, 0, 0);
}
.intro.mainbanner .container-fluid {
  background: #FFF;
  padding-top: 50px;
  border-bottom: 2px solid #c7c7c7;
  padding-bottom: 40px;
}
.intro.mainbanner.whiten .stepss.tanklist h2 {
  padding-top: 35px;
}
.intro.mainbanner.whiten #thankyouhereareyourtanks h2 {
  padding-top: 35px;
  color: #FFF;
  margin-bottom: 35px;
  font-size: 55px;
  font-family: swissboldextended, Arial;
  text-shadow: 3px 2px 3px rgba(0, 0, 0, 0.55);
}
.stepss.tanklist .tank-item {
  border: 2px solid #443d36;
}
#non-step-2 .selection p {
  color: #404040;
  text-shadow: none;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate */
/****************************************/

/* These includes are optional, but helpful. */
  {
  % include "hubspot/styles/responsive/modules.css"%
}

  {
  % include "hubspot/styles/patches/recommended.css"%
}

/*****************************************/
/* Start your style declarations here */
/*****************************************/
@font-face {
  font-family: 'swissextended';
  src: url('https://cdn2.hubspot.net/hubfs/2531009/2.0%20Projects/1.1%20July%202016-%20June%202017/1.5%20November%202016/Coerco-Nov2016/Fonts/swissextended.eot?t=1528180152001');
  src: url('https://cdn2.hubspot.net/hubfs/2531009/2.0%20Projects/1.1%20July%202016-%20June%202017/1.5%20November%202016/Coerco-Nov2016/Fonts/swissextended.eot?t=1528180152001') format('embedded-opentype'),
    url('https://cdn2.hubspot.net/hubfs/2531009/2.0%20Projects/1.1%20July%202016-%20June%202017/1.5%20November%202016/Coerco-Nov2016/Fonts/swissextended.woff2?t=1528180152001') format('woff2'),
    url('https://cdn2.hubspot.net/hubfs/2531009/2.0%20Projects/1.1%20July%202016-%20June%202017/1.5%20November%202016/Coerco-Nov2016/Fonts/swissextended.woff?t=1528180152001') format('woff'),
    url('https://cdn2.hubspot.net/hubfs/2531009/2.0%20Projects/1.1%20July%202016-%20June%202017/1.5%20November%202016/Coerco-Nov2016/Fonts/swissextended.ttf?t=1528180152001') format('truetype')
}

@font-face {
  font-family: 'swisslightextended';
  src: url('https://cdn2.hubspot.net/hubfs/2531009/2.0%20Projects/1.1%20July%202016-%20June%202017/1.5%20November%202016/Coerco-Nov2016/Fonts/swisslightextended.eot?t=1528180152001');
  src: url('https://cdn2.hubspot.net/hubfs/2531009/2.0%20Projects/1.1%20July%202016-%20June%202017/1.5%20November%202016/Coerco-Nov2016/Fonts/swisslightextended.eot?t=1528180152001') format('embedded-opentype'),
    url('https://cdn2.hubspot.net/hubfs/2531009/2.0%20Projects/1.1%20July%202016-%20June%202017/1.5%20November%202016/Coerco-Nov2016/Fonts/swisslightextended.woff2?t=1528180152001') format('woff2'),
    url('https://cdn2.hubspot.net/hubfs/2531009/2.0%20Projects/1.1%20July%202016-%20June%202017/1.5%20November%202016/Coerco-Nov2016/Fonts/swisslightextended.woff?t=1528180152001') format('woff'),
    url('https://cdn2.hubspot.net/hubfs/2531009/2.0%20Projects/1.1%20July%202016-%20June%202017/1.5%20November%202016/Coerco-Nov2016/Fonts/swisslightextended.ttf?t=1528180152001') format('truetype')
}

h1 {
  font-family: swissboldextended, helvetica;
  color: #333;
}

.header-container-wrapper {
  position: relative;
}

#mobile-close-sticky-header-wrapper {
  position: relative;
}

#mobile-close-sticky-header {
  display: none;
}

#main-sticky-header {
  background: #97d700;
  padding: 10px 40px;
  /*box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.29);*/
  width: 100%;
  position: fixed;
  display: none;
  z-index: 999998;
  max-height: 94px;
  min-height: 0;
  /*-webkit-transition: all 1.5s; /* Safari
transition: all 1.5s;*/
}

#main-sticky-header .the-logo {}

#main-sticky-header .the-right-header-bar {
  text-align: right;
  margin-top: 5px;
}

#cta-phone-number-header-fixed,
#Burger-fixed {
  display: inline-block;
}

#cta-phone-number-header-fixed {}

#cta-phone-number-header .fa {
  font-size: 34px;
  vertical-align: middle;
}

#Burger-fixed {
  margin-left: 20px;
}

#Burger-fixed button {
  background: 0;
  border: 0;
  color: #FFF;
  font-size: 28px;
  cursor: pointer;
  outline: none;
}

.ashgd p {
  font-family: swissboldextended, Helvetica, Arial;
  color: #FFF;
  margin-top: 10px;
  margin-bottom: 0;
}

#form-search .form form input[type="text"]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #111;
  opacity: 1;
  /* Firefox */
  font-family: swissboldextended, Helvetica, Arial;
}

#form-search .form form input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #111;
  font-family: swissboldextended, Helvetica, Arial;
}

#form-search .form form input[type="text"]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #111;
  font-family: swissboldextended, Helvetica, Arial;
}

.agri-homepage {}

.agri-homepage .so-absolute-header {
  position: absolute;
  width: 100%;
  background: linear-gradient(to bottom, rgba(109, 130, 121, 0.81) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 100;
}

.agri-homepage.landingpage.thank-youpage .so-absolute-header,
.agri-homepage.landingpage .so-absolute-header {
  background: transparent;
}

.agri-homepage #social-medium {
  margin-top: -6px;
}

.agri-homepage #social-medium ul li a {
  /*color:#FFF;*/
}

.agri-homepage .Header {
  padding: 0px 0 20px;
}

.agri-homepage a#closedise {
  color: #FFF;
}

.agri-homepage .mainlogo-wrapper a#hs-link-logo {
  border-width: 0px;
  border: 0px;
  display: block;
  width: 100%;
  background: #97D700;
  max-width: 133px;
  padding-top: 20px;
  padding-bottom: 25px;
  border-bottom-right-radius: 30px;
}

.agri-homepage .iso-image img.hs-image-widget {
  margin-top: 15px;
}

.agri-homepage .tagline-area span {
  /*font-weight: bold;
margin-top: 88px;
font-size: 17px;
display: block;
font-family: swissboldextended, Arial, sans-serif;
color: #FFF;
padding-left: 10px;*/
  font-weight: bold;
  margin-top: 72px;
  font-size: 23px;
  display: block;
  font-family: swissboldextended, Arial, sans-serif;
  color: #FFF;
  padding-left: 10px;
  text-transform: lowercase;
}

.agri-homepage .banner-text-wrapper {
  padding: 0;
}

.agri-homepage .banner-text-wrapper .banner-text-area {
  /*padding-left: 40%;*/
  margin-top: 200px;
  padding-right: 15px;
}

.agri-homepage .banner-text-area h2 {
  font-size: 53.5px;
  line-height: 71px;
}

.agri-homepage .banner-text-area h3 {
  font-size: 33px;
}

.agri-homepage .banner-wrapper {
  min-height: 0 !important;
  position: relative;
}

.agri-homepage .banner-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.agri-homepage .banner-wrapper div.row-fluid-wrapper {
  position: relative;
}

.agri-homepage .right-header-section {
  padding-top: 70px;
  color: #FFF;
  text-align: right;
  margin-left: 4.692307692%;
}

.agri-homepage .right-header-section #social-medium {
  display: inline-block;
  margin-top: 6px;
}

.agri-homepage .right-header-section #social-medium ul li a {
  color: #FFF;
}

.center-pradact-button {
  text-align: right;
}

#our-pradacts {
  color: #FFF;
  text-decoration: none;
  font-family: swissboldextended, Arial;
  background: #97D700;
  padding: 10px 10px;
  display: inline-block;
  text-align: center;
  border-bottom-right-radius: 23px;
}

.burger-menu {}

#side-topmenu {
  margin-bottom: 0;
  font-size: 35px;
}

.burger-menu button {
  background: transparent;
  border: none;
  color: #FFF;
  font-size: 39px;
  cursor: pointer;
  outline: none;
}

.agri-homepage .themainnavigation {
  display: none;
  margin-left: 0;
}

.agri-homepage .themainnavigation .hs-menu-wrapper.hs-menu-flow-horizontal ul {
  background: transparent;
  margin-left: 0;
  width: 100%;
}

.themainnavigation ul li {}

.agri-homepage .themainnavigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
  float: none;
  text-align: center;
  margin-bottom: 20px;
}

.agri-homepage .themainnavigation #social-medium {
  display: block;
}

.agri-homepage .themainnavigation #social-medium ul li {
  font-size: 25px;
  margin-top: 13px;
}

.span12.widget-span.widget-type-cell.themainnavigation {
  position: fixed;
  z-index: 9;
  top: 0;
  right: 0;
  width: 500px;
  background: #97d700;
  height: 100%;
  padding: 75px 70px;
  overflow: auto;
}

.themainnavigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  max-width: unset;
  color: #FFF;
  text-align: center;
  text-transform: lowercase;
  font-size: 20px;
  font-weight: normal;
}

.agri-homepage .iso-image,
.agri-homepage .tagline-area {
  /*margin-left: 2.564102564% !important;*/
}

.home-banner-buttons {
  text-align: right;
  padding-top: 45px;
}

#learn-moree,
#contact-us-nammer-button {
  padding: 12px 22px;
  border-bottom-right-radius: 22px;
  text-decoration: none;
  font-family: swissboldextended, helvetica;
  font-size: 25px;
  width: 100%;
  display: inline-block;
  text-align: center;
  /*max-width: 210px;*/
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.21);
}

#learn-moree {
  background: #97D700;
}

#contact-us-nammer-button {
  text-align: center;
  background: #ed8b00;
}

#banner-soft-buttons {
  padding-top: 90px;
  text-align: right;
}

#banner-soft-buttons ul {
  list-style: none;
  text-align: right;
  display: inline-block;
}

#banner-soft-buttons ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
  border-right: 2px solid #FFF;
  padding-right: 15px;
}

#banner-soft-buttons ul li:nth-child(3) {
  border-right: 0;
}

#banner-soft-buttons ul li:nth-child(4) {
  margin-right: 0;
  border-right: 0;
  padding-right: 0;
}

#banner-soft-buttons ul li a {
  color: #FFF;
  font-family: swissboldextended, Segoe, helvetica;
  font-size: 25px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #000;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  max-width: 210px;
}

.crumb-item {
  display: inline-block;
  padding: 35px 5px;
  font-size: 19px;
  font-family: swissboldextended, helvetica;
}

.crumb-item a {
  font-family: swissboldextended, helvetica;
  text-decoration: none;
  text-transform: capitalize;
}

.crumb-item i {
  color: #97D700;
  /*margin-right: 15px;*/
}

.crumb-item.first i {
  color: #111;
  font-size: 35px;
  margin-right: 0;
}

.crumb-item.first {
  padding-right: 0;
  padding-left: 0;
}

.body-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  background: #97d700;
}

.unang-number-sigko {}

.unang-number-sigko .numero-title {
  margin-top: 0;
}

#form-search {
  text-align: right;
}

#form-search .form {
  padding: 16px;

}

#form-search .form form {
  position: relative;
}

#form-search .form form input[type="text"] {
  text-transform: capitalize;
  font-size: 21px;
  width: 255px;
  text-align: right;
  padding-right: 35px;
}

#form-search .form form input[type="text"]::placeholder {
  color: #afafaf;
}

#form-search .form form button[type="submit"] {
  background: transparent;
  border: 0;
  font-size: 25px;
  margin-top: -10px;
  position: absolute;
  right: -15px;
  top: 37px;
  cursor: pointer;
}

#breadcrumbs {
  width: 133%;
}

.full-width-breadcrumb {}

.agri-homepage .rainfall-form-fullwidth {
  display: none;
  min-height: 135px;
  margin-top: 5px;
  /*background: #97D700;*/
  background: #FFF;
}

.agri-homepage .as-feat-in {
  padding: 0;
  text-align: center;
}

.agri-homepage .as-feat-in>.row-fluid-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 0;
  border-top: 1px solid #ddd;
}

.agri-homepage .mga-why-coerco-image {
  display: none;
}

.agri-homepage .rainfall-section {
  background-image:
    url(https://cdn2.hubspot.net/hubfs/2531009/7.%20Website%20Assets%202018/homepage/39190639-farming-wallpapers.jpg);
  min-height: 100%;
  background-size: cover;
  background-position: 0px -455px;
  height: auto;
  display: block;
  /*background-image:
url(https://cdn2.hubspot.net/hubfs/2531009/7.%20Website%20Assets%202018/homepage/sprayers.png?t=1533009170747);
min-height: 100%;
background-size: 85% auto;
background-position: 50% -377px;
height: auto;
display: block;
background-repeat: no-repeat;*/
}

.agri-homepage .rainfall-section>.row-fluid-wrapper.row-depth-1.row-number-15 {
  background: rgba(0, 0, 0, 0.24);
}

.agri-homepage .left-rain {
  text-align: center;
  font-family: swissboldextended;
  padding-left: 0;
  padding-top: 45px;
  padding-bottom: 0px;
  background: rgba(0, 0, 0, 0.35);
}

.agri-homepage .left-rain span {
  font-family: swissboldextended;
  font-size: 26px;
  color: #FFF;
}

.agri-homepage .right-rain {
  text-align: left;
  padding-left: 55px;
  padding-top: 50px;
  font-size: 27px;
  color: #FFF;
}

.agri-homepage .right-rain span {
  font-family: swissboldextended, Arial;
  font-size: 25px;
}

.mga-why-use-titles.freeeeedelivery h1 {
  padding-top: 27px;
}

.agri-homepage .rain-button {
  padding-top: 45px;
  padding-left: 30px;
}

.agri-homepage .rain-button a {
  padding: 6px 22px;
  border-bottom-right-radius: 22px;
  text-decoration: none;
  font-family: swissboldextended, helvetica;
  font-size: 22px;
  width: 100%;
  display: inline-block;
  text-align: left;
  max-width: 210px;
  color: #FFF;
  background: #97D700;
}

.agri-homepage .section-header-content-area {
  text-align: center;
}

.partner-section img {
  width: auto !important;
  height: 90px;
  /*background: #FFF;*/
}

.partner-section {
  padding: 10px 15px 10px;
}

.partner-section .mgaimage {
  width: 210px;
}

.partner-section .text-partner span {
  font-size: 24px;
  font-family: swissboldextended, Arial;
  text-align: center;
  display: block;
  color: #FFF;
}

.partner-section .mgaimage {
  text-align: center;
  width: 18.4%;
}

.partner-section .mgaimage img {
  height: 78px;
  width: auto;
}

.partner-section .mgaimage:last-child {
  float: right;
  margin: 0;
}

.numbers-fullwidth {
  padding: 50px 0 75px;
  background: #f6f6f6;
  color: #565656;
}

.numbers-fullwidth .number-title {
  text-align: center;
  font-size: 30px;
  padding-bottom: 40px;
}

.numbers-fullwidth .number-title span {
  font-family: swissboldextended, Arial;
  font-size: 26px;
  color: #000;
  text-transform: capitalize;
}

.numero-title {
  font-size: 26px;
  text-align: center;
  padding-top: 10px;
}

.numero-title span {
  font-weight: bold;
}

.numero {
  color: #97D700;
  text-align: center;
}

.numero span {
  font-family: swissboldextended, Arial;
  font-size: 41px;
}

.agri-homepage #review-content-wrapper {
  background: #ffffff;
}

/* Sliders CSS */
.agri-homepage .hs_cos_flex-slider .hs_cos_flex-slides img {
  width: 50%;
  float: left;
  min-height: 650px;
  border-bottom-right-radius: 15%;
}

.agri-homepage .hs_cos_flex-slider .caption {
  position: initial;
  float: left;
  width: 50%;
  background: #97D700;
  text-align: left;
  min-height: 650px;
  padding-top: 90px;
}

.agri-homepage .hs_cos_flex-slider .caption p {
  font-family: swissboldextended, Arial;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 10px;
}

.agri-homepage .hs_cos_flex-slider .caption p a {
  padding: 6px 22px;
  border-bottom-right-radius: 22px;
  text-decoration: none;
  font-family: swissboldextended, helvetica;
  font-size: 25px;
  width: 100%;
  display: inline-block;
  text-align: left;
  max-width: 210px;
  color: #565656;
  background: #FFF;
  margin-right: 20px;
}

.agri-homepage .hs_cos_flex-slider .caption p a:nth-child(2) {
  background: #565656;
  color: #FFF;
}

.agri-homepage .hs_cos_flex-slider .caption p:nth-last-child(1) {
  margin-top: 40px;
}

.product-sliders-main {}

.product-sliders-main,
.agri-homepage .product-sliders-main .hs_cos_flex-slider .hs_cos_flex-slides>li {
  background: #97D700;
}

.agri-homepage .hs_cos_flex-direction-nav {
  float: left;
  height: 0;
  min-height: unset !important;
}

.agri-homepage .hs_cos_flex-slider {
  margin: 0 0 -20px;
}

/* END SLIDER CSS */

.agri-homepage .why-oh-why {
  padding: 40px 0 50px;
}

.agri-homepage .why-oh-why-coerco {
  text-align: center;
}

.agri-homepage .why-oh-why-coerco h1 {
  color: #000;
  font-family: swissboldextended, Arial;
  font-size: 53px;
  padding: 0;
  margin: 0 0 20px;
}

.mga-why-use-titles {
  text-align: center;
  position: relative;
}

.mga-why-use-titles h1 {
  color: #ffffff;
  font-family: swissboldextended, Arial;
  font-size: 20px;
  padding-top: 15px;
  text-align: left;
  padding-bottom: 15px;
  margin: 33px 0 0 -13px;
  background: #97d700;
  padding-left: 25px;
  z-index: -111;
  border-bottom-right-radius: 30px;
  min-height: 80px;
  vertical-align: middle;
  width: 205px;
  position: absolute;
  transition: all 0.2s;
}

.mga-why-coerco-image {
  padding-top: 20px;
}

.mga-why-coerco-image img {
  border-bottom-right-radius: 45px;
  min-height: 153px;
  background: #f7f7f7;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.37);
}

.mga-why-coerco-image:hover .mga-why-use-titles h1 {
  width: 100%;
  padding-right: 30px;
  background: #4e4540;
}

.promotional-banner-wrapper {
  background-size: cover;
}

#promo-buttons {
  text-align: right;
  margin-top: -140px;
  color: #FFF;
  padding-right: 28px;
}

#promo-buttons .promo-buttons-item {
  padding: 6px 22px;
  border-bottom-right-radius: 22px;
  text-decoration: none;
  font-family: swissboldextended, helvetica;
  font-size: 25px;
  width: 100%;
  display: inline-block;
  text-align: center;
  max-width: 210px;
  color: #FFF;
}

.prmo-btns-wrapper {
  min-height: unset !important;
}

.body-body {
  padding-top: 35px;
}

.agri-homepage .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  position: initial;
  z-index: 9999999;
  margin-left: 0;
  display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li {
  list-style: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: unset;
  width: 100%;
  overflow: auto;
  font-size: 18px;
  font-family: swissextended, Segoe, Arial, sans-serif;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-item-has-children>a:after {
  content: "\f078";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  height: 20px;
  width: 35px;
  font-size: 19px;
  margin-left: 5px;
}

#pre-footer form input[name="lastname"] {
  margin-left: 6px;
}

#pre-footer form input[type="text"] {
  width: 210px;
}

#pre-footer form input[type="email"] {
  width: 280px;
}

#pre-footer form input[type="text"]::placeholder,
#pre-footer form input[type="email"]::placeholder {
  color: #afafaf;
}

.form-pre-footer input[type="email"] {
  margin-left: 8px;
}

#container-phonecontact,
.footer-menu {
  
}

#spraycalculator {
  padding: 30px 40px 65px 40px;
  background: rgba(0, 0, 0, 0.35);
}

#spraycalculator div {
  width: auto;
  display: inline-block;
  margin-right: 20px;
}

#spraycalculator div.claculator-fields {
  /*background: rgba(151,215,0,0.48);*/
  padding: 8px 0 2px 15px;
  border-radius: 5px;
  margin-right: 0;
}

#spraycalculator div>div {
  width: auto;
  display: inline-block;
  margin-right: 20px;
}

#spraycalculator div.calculate-area {
  width: auto;
  margin-right: 0;
  padding: 0;
  color: #FFF;
  vertical-align: top;
}

#spraycalculator div.calculate-output {
  width: 100%;
  margin-right: 0;
  padding: 30px 0 10px;
  max-width: 100%;
  display: none;
}

#spraycalculator div.calculate-area button {
  color: #FFF;
  background: #97d700;
  padding: 7px 35px;
  font-size: 24px;
  font-family: swissboldextended, Arial;
  border: 0;
  border-bottom-right-radius: 22px;
  cursor: pointer;
  margin-top: 6px;
}

#spraycalculator div.calculate-area button:hover {
  background: #333;
}

#spraycalculator div.calculate-output p {
  color: #FFF;
  font-size: 27px;
  font-family: swissboldextended, Arial;
  line-height: 50px;
  text-shadow: 1px 1px 1px #353535;
  max-width: 1100px;
  display: inline-block;
  width: 100%;
  background: #97d700;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 0;
}

#spraycalculator div.calculate-output p span {
  font-family: swissboldextended, Arial;
  display: inline-block;
  float: none;
  font-size: 27px;
}

#spraycalculator div:nth-child(3) {
  margin-right: 0;
}

#spraycalculator span {
  color: #FFF;
  font-size: 21px;
  display: block;
  font-family: swissboldextended, Arial;
  float: left;
  padding-top: 6px;
  text-shadow: 1px 1px 1px #353535;
}

#spraycalculator input,
#spraycalculator select#volume {
  border-radius: 5px;
  padding: 9px 12px;
  width: 180px;
  float: left;
  margin-left: 14px;
  margin-top: 0;
  font-family: swissboldextended, Arial;
  font-size: 19px;
}

#spraycalculator select#volume {
  max-width: 516px;
  width: 100%;
  color: #afafaf;
}

#spraycalculator input::placeholder {
  color: #afafaf;
}

.customereviews-title {
  text-align: center;
  padding: 30px 65px 20px;
  line-height: 45px;
  background: #f6f6f6;
}

.customereviews-title span {
  font-family: swissboldextended, Segoe, Arial, sans-serif;
  font-size: 26px;
}

.agri-homepage #review-content-wrapper {
  margin-top: 0px;
}

.promotional-banner-title {
  text-align: center;
  font-size: 31px;
  padding: 20px 15px 20px;
}

.promotional-banner-title span {
  font-family: swissboldextended, Segoe, Arial, sans-serif;
}

.the-spray-calculator {
  text-align: center;
}

div.the-logos-local {
  max-width: unset;
  display: inline-block !important;
  float: none !important;
  margin-top: 30px;
}

.agri-homepage div.partner-section div {
  text-align: center;
}

div.form-pre-footer form>div {
  display: inline-block;
}

.body-body p {
  font-family: swissextended, helvetica;
  font-size: 19px;
}

.agri-homepage #spraycalculator .calculate-result-buttons {
  display: block;
  text-align: center;
  margin-top: 20px;
  margin-right: 0;
}

.agri-homepage #spraycalculator .calculate-result-buttons button {
  background: #f7921d;
  border: none;
  color: #FFF;
  font-size: 24px;
  font-family: swissboldextended, Arial;
  padding: 12px 26px;
  border-bottom-right-radius: 22px;
  cursor: pointer;
  text-shadow: 1px 1px 1px #353535;
}

.agri-homepage #spraycalculator .calculate-result-buttons button:nth-child(1) {
  margin-right: 18px;
  background: #484848;
}

.agri-homepage .imageimageimagepromo img {
  width: 100% !important;
  height: auto;
}

#pre-footer.pre-footer-product-section .subscribe-blog-news {
  padding-left: 0;
}

#pre-footer.pre-footer-product-section .form-pre-footer input[type="text"],
#pre-footer.pre-footer-product-section .form-pre-footer input[type="email"] {
  margin-top: 47px;
}

.water-tank-selector-tool-sidebar-global {
  background:
    url(https://cdn2.hubspot.net/hubfs/2531009/7.%20Website%20Assets%202018/homepage/Water%20tank%20selector_bg-new-01.jpg?t=1539302153305) no-repeat;
  height: 360px;
  background-size: 100% 100%;
  padding: 50px 25px;
  position: relative;
  text-align: center;
  border-bottom-right-radius: 40px;
}

.water-tank-selector-tool-sidebar-global:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  border-bottom-right-radius: 40px;
}

.water-tank-selector-tool-sidebar-global .titleee {
  position: relative;
}

.water-tank-selector-tool-sidebar-global .titleee span {
  font-family: swissextended, Segoe, Arial, sans-serif;
  color: #FFF;
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.6px;
  display: block;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.51);
}

.water-tank-selector-tool-sidebar-global .see-tee-aye {
  position: relative;
}

.promotional-banner-wrapper {
  position: relative;
}

.overlay-text-banner-homepage {
  /* position: absolute; */
  /* top: 0; */
  /* text-align: center; */
  margin-top: -700px;
  min-height: 0 !important;
}

.overlay-text-banner-homepage .promo-text-overlay {}

.overlay-text-banner-homepage .promo-text-overlay h2 {
  margin-top: 35px;
  font-size: 53.5px;
  font-family: swissboldextended, Arial;
  text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.55);
  margin-bottom: 25px;
}

.overlay-text-banner-homepage .promo-text-overlay p {
  font-size: 30px;
  font-family: swissextended, Arial;
  color: #FFF;
  padding: 25px 0 0;
}

.content-list {
  width: 49%;
  display: inline-block;
  margin-bottom: 15px;
}

.content-list.fulllwidth {
  width: 100%;
}

.body-body .content-list ul li {
  font-family: swissextended;
  list-style: disc;
  background: none;
  padding-left: 0;
}

.body-body .content-list ul li a {
  font-family: swissextended;
}

.body-body .content-list ul {
  margin-top: 0px;
  padding-left: 20px;
}

.agri-homepage.agri-productpage .body-body span h3 {
  font-family: swissboldextended, helvetica;
  margin-bottom: 25px;
  font-size: 24px;
  text-transform: capitalize;
}

#ready-to-get-a-quote-block-wrapper {
  display: none;
  padding: 20px 0 0px;
}

#ready-to-get-a-quote-block-wrapper .ready-to-get-a-quote-block {}

#ready-to-get-a-quote-block-wrapper .ready-to-get-a-quote-block h3 {
  color: #333;
  font-family: swissboldextended;
  font-size: 24px;
  margin-bottom: 20px;
}

#ready-to-get-a-quote-block-wrapper .ready-to-get-a-quote-block span div {
  font-size: 17px;
  font-family: swisslightextended;
  line-height: 35px;
}

#ready-to-get-a-quote-block-wrapper .ready-to-get-a-quote-block a {
  color: #f7921d;
}

.optional-codes-above-products {}

.optional-codes-above-products label {
  display: inline-block;
  font-family: swissboldextended;
  font-size: 17px;
}

.optional-codes-above-products select {
  display: inline-block;
  font-family: swissboldextended;
  font-size: 17px;
  width: auto;
  -webkit-appearance: menulist-button;
  border: 1px solid #d0d0d0;
}

#product-filters {
  margin-bottom: 25px;
}

.xxdfshf {
  position: relative;
  z-index: 50;
}

.iyksaef.xxdfshf p {
  font-size: 25px;
  color: #FFF;
  font-family: swissextended, Arial;
  font-weight: normal;
  line-height: 35px;
  padding: 0 10%;
}

.ready-to-get-a-quote-cta-banner-wrapper {
  background-color: #CCC;
  text-align: center;
  max-height: 475px;
  padding: 20px 0 95px;
  background: url(https://cdn2.hubspot.net/hubfs/2531009/7.%20Website%20Assets%202018/homepage/cta-get-a-quoute.png) no-repeat;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat !important;
}

.ready-to-get-a-quote-cta-banner-wrapper:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 0;
}

.ready-to-get-a-quote-buttton {}

.ready-to-get-a-quote-cta-banner-wrapper:after {
  content: "";
  width: 100%;
  max-width: 490px;
  position: absolute;
  height: 100%;
  background:
    url(https://agriculture.coerco.com.au/hubfs/7.%20Website%20Assets%202018/homepage/bradyn.png?t=1542593255891);
  bottom: 0;
  right: 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 45px 55px;
}

#custom-testimonial-slider-wrapper {
  position: relative;
  max-width: 1170px;
  padding: 60px 0;
}

#custom-testimonial-slider-wrapper .custom-testimonial-slider {}

#custom-testimonial-slider-wrapper .custom-testimonial-slider .custom-testimonial-item {
  outline: none;
}

#custom-testimonial-slider-wrapper .custom-testimonial-slider .custom-testimonial-item .testi-user-image {
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  text-align: right;
  height: 327px;
  position: relative;
}

#custom-testimonial-slider-wrapper .custom-testimonial-slider .custom-testimonial-item .testi-user-image img {
  border-radius: 50%;
  height: 130px;
  width: 130px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

#custom-testimonial-slider-wrapper .custom-testimonial-slider .custom-testimonial-item .testi-user-content {
  display: inline-block;
  vertical-align: top;
  max-width: 840px;
  width: 100%;
}

#custom-testimonial-slider-wrapper .custom-testimonial-slider .custom-testimonial-item .testi-user-content .content {
  padding: 0 3.5%;
}

#custom-testimonial-slider-wrapper .custom-testimonial-slider .custom-testimonial-item .testi-user-content .content p {
  font-family: swissextended, Arial;
  font-size: 22px;
  line-height: 35px;
  text-align: center;
  color: #000;
}

#custom-testimonial-slider-wrapper .custom-testimonial-slider .custom-testimonial-item .testi-user-content .author {
  text-align: center;
  font-family: swissextended, Arial;
  font-size: 19px;
  color: #f7921d;
}

#custom-testimonial-slider-wrapper .custom-testimonial-slider .custom-testimonial-item .testi-user-image-reviewtype {
  display: inline-block;
  vertical-align: top;
  width: 160px;
  height: 327px;
  position: relative;
}

#custom-testimonial-slider-wrapper .custom-testimonial-slider .custom-testimonial-item .testi-user-image-reviewtype img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.testimonials-wrapper.special {
  background: #ffffff !important;
}

img.testi-navigation {
  position: absolute;
  top: 23.5%;
  cursor: pointer;
}

img.testi-navigation.prev {
  left: -119px;
}

img.testi-navigation.next {
  right: -119px;
}

#custom-testimonial-slider-wrapper ul.slick-dots {
  text-align: center;
  list-style: none;
  padding-top: 20px;
}

#custom-testimonial-slider-wrapper ul.slick-dots li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}

#custom-testimonial-slider-wrapper ul.slick-dots li button {
  background: #FFF;
  border: 2px solid #888;
  width: 20px;
  height: 20px;
  color: #FFF;
  border-radius: 50%;
  font-size: 0;
}

#custom-testimonial-slider-wrapper ul.slick-dots li.slick-active button {
  background: #888;
}

#custom-testimonial-slider-wrapper .slick-track {
  display: flex;
}

#custom-testimonial-slider-wrapper .slick-slide {
  /*display: flex;*/
  height: auto;
  align-items: center;
  justify-content: center;
}

#custom-testimonial-slider-wrapper .custom-testimonial-item-row {
  width: 100%;
  display: flex;
  text-align: center;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
}

#custom-testimonial-slider-wrapper .custom-testimonial-item-row .author {
  text-align: center;
  font-family: swissextended, Arial;
  font-size: 19px;
  color: #f7921d;
}

.cta-rainfall-calculator {}

.cta-rainfall-calculator .iyksaef {
  background:
    url(https://cdn2.hubspot.net/hubfs/2531009/7.%20Website%20Assets%202018/homepage/cta_rainfall-calc-BG.jpg?t=1539053443296) no-repeat;
  height: 297px;
  margin-top: 30px;
  text-align: center;
  position: relative;
}

.iyksaef:before {
  content: "";
  display: table;
  width: 100%;
  position: absolute;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
}

.iyksaef h4 {
  font-size: 55px;
  font-family: swissboldextended, Arial;
  padding: 35px 0 0;
  text-shadow: 3px 2px 5px rgba(0, 0, 0, 0.53);
  position: relative;
  color: #fff;
}

.iyksaef.xxdfshf h4 {
  padding: 18px 0 0;
}

.iyksaef p {
  font-family: swisslightextended, Arial;
  font-size: 50px;
  color: #97d700;
  font-weight: bold;
  margin-top: 18px;
  margin-bottom: 40px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  position: relative;
}

.selector-tool-sidebar {
  margin-top: 40px;
}

.selector-tool-sidebar img {
  border-bottom-right-radius: 40px;
}

.cta-watertank-title span {
  font-size: 36px;
  font-family: swissboldextended, Arial;
  color: #FFF;
  text-shadow: 3px 2px 5px rgba(0, 0, 0, 0.53);
}

.span12.widget-span.widget-type-text.cta-watertank-title {
  margin-bottom: 15px;
}

.nearest-distributor-postcode-form {}

.nearest-distributor-postcode-form input {
  margin-top: 12px;
  outline: none;
}

#form-search.nearest-distributor-postcode-form .form form button[type="submit"] {
  margin-top: -20px;
}

#form-search input {
  outline: none;
}

#form-search.nearest-distributor-postcode-form form input[type="text"] {
  font-size: 26px;
  width: 305px;
}

.agri-homepage.agri-productpage .product-sidebar .enquire-form form select {
  color: #FFF;
  text-align: center;
  -webkit-appearance: menulist;
  appearance: menulist;
  font-size: 16px;
}

.agri-homepage.agri-productpage .product-sidebar .enquire-form form select option {
  color: #000;
  text-align: center;
}

.agri-homepage.agri-productpage .product-sidebar .enquire-form form textarea {
  min-height: 80px;
  font-size: 18px;
}

.agri-homepage.agri-productpage .product-sidebar .enquire-form form div.hs-richtext {
  margin-top: 15px;
}

.agri-homepage.agri-productpage .product-sidebar .enquire-form form div.hs-richtext div {
  color: #FFF;
  font-family: swissextended, Arial;
  font-size: 18px;
  padding: 10px 0;
}

.agri-homepage.agri-productpage .body-wrapper {
  padding-bottom: 70px;
}

#ready-to-get-a-quote-main-modal-wrapper input::placeholder,
#ready-to-get-a-quote-main-modal-wrapper textarea::placeholder {
  color: #333;
}

#ready-to-get-a-quote-main-modal-wrapper .hs-error-msgs label {
  color: red;
}

#ready-to-get-a-quote-main-modal-wrapper {
  background: #fff;
  padding: 35px;
  border-bottom-right-radius: 90px;
}

#ready-to-get-a-quote-main-modal-wrapper div#tech-modal-title {
  color: #000;
  font-family: swissboldextended;
  font-size: 25px;
}

#ready-to-get-a-quote-main-modal-wrapper button#morinfoclose {
  background: none;
  border: none;
  color: #000;
  font-size: 31px;
  vertical-align: top;
  font-family: swissboldextended;
  font-weight: bold;
  display: block;
  margin-top: -7px;
}

#ready-to-get-a-quote-main-modal-wrapper input.hs-button.primary.large {
  border-bottom-right-radius: 30px;
  font-family: swissextended, Arial;
}

#ready-to-get-a-quote-main-modal-wrapper div#moooodal-foter {
  margin-top: 20px;
  color: #FFF;
}

#ready-to-get-a-quote-main-modal-wrapper input[type="email"],
#ready-to-get-a-quote-main-modal-wrapper input[type="text"],
#ready-to-get-a-quote-main-modal-wrapper input[type="tel"],
#ready-to-get-a-quote-main-modal-wrapper textarea,
#ready-to-get-a-quote-main-modal-wrapper select {
  background: transparent;
  border-bottom: 1px solid #333;
  outline: none;
  width: 100%;
  font-size: 16px;
  font-family: swissextended, Arial;
}

#ready-to-get-a-quote-main-modal-wrapper select {
  color: #FFF;
  -webkit-appearance: menulist;
  padding-left: 2px;
}

#ready-to-get-a-quote-main-modal-wrapper textarea {
  min-height: 100px;
}

#ready-to-get-a-quote-main-modal-wrapper select option {
  color: #000;
}

#ready-to-get-a-quote-main-modal-wrapper legend.hs-field-desc {
  margin-top: 20px;
}

#ready-to-get-a-quote-main-modal-wrapper fieldset {
  max-width: unset;
}

#ready-to-get-a-quote-main-modal-wrapper #moooodal-foter a {
  color: #4e4540;
  font-weight: bold;
}

.three-d-embed-wrapper {
  position: relative;
}

.three-d-embed-wrapper:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 46px;
  background: #FFF;
}

.three-d-embed-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 46px;
  background: #FFF;
}

.as-feat-in {
  padding: 55px 0 50px;
}

.oauhd {
  text-align: center;
}

.oauhd span {
  font-family: swissboldextended, Arial;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #111;
}

.numero-title span {
  font-weight: bold;
  font-family: swissextended;
  font-size: 22px;
}

.banner-text-area p {
  color: #FFF;
  text-shadow: 1px 1px 1px #000;
  font-family: swissextended;
  font-size: 22px;
  line-height: 37px;
  margin-top: 20px;
}

#banner-soft-buttons {
  margin-bottom: 30px;
}

.crumb-item span {
  font-family: swissboldextended, Arial;
  cursor: pointer;
  text-transform: capitalize;
}

.body-body ul {
  padding-left: 60px;
}

.body-body ul li {
  font-family: swissextended;
  list-style: disc;
  background: none;
  padding-left: 0;
}

div.submitted-message {
  padding: 30px 25px;
  font-family: swissextended, Arial;
  text-align: center;
  font-size: 18px;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3686274509803922);
}

.form-pre-footer div.submitted-message p {
  text-align: left;
  padding: 20px 35px 20px 85px;
  font-family: swissextended, Arial;
  color: #FFF;
  margin: 0;
}

#form-search-toggler {
  text-align: right;
  padding-top: 40px;
}

#form-search-toggler button {
  background: transparent;
  border: none;
  font-size: 25px;
  outline: none;
}

#ready-to-get-a-quote-main-modal-wrapper div.submitted-message {
  color: #000;
  text-shadow: none;
}

.the-where-to-buy-homepage iframe {
  margin-bottom: 40px;
}
#non-step-2 .selection p a {
      background: none;
      color: #97d700;
      margin: 0;
      padding: 0;
      min-height: unset;
  font-size:23px;
  }

/*------
Agriculture Home Page Template 2018 version
@adr - 11-7-2018
------*/

.overlay-text-banner-homepage {
  margin: 0;
}

#promo-buttons {
  margin: 0;
  padding: 0;
}

.prom-center {
  /* background:
url(https://cdn2.hubspot.net/hub/2531009/hubfs/7.%20Website%20Assets%202018/homepage/are-you-ready.jpg?t=1541557429369&width=1920&name=are-you-ready.jpg)
no-repeat; */
  background-position: 100% 100%;
  background-size: cover;
}

.agri-homepage .imageimageimagepromo img {
  /* display: none; */
}

.prom-center .page-center {
  padding: 40px 0 60px;
}

.form-pre-footer input[type="submit"] {
  margin: 0 0 0 12px;
}

/*-- end - @adr - 11-7-2018 --*/

/*------
Agriculture Home Page Template 2018 version
@adr - 11-20-2018
------*/
img.testi-navigation.prev {
  left: -80px;
}

img.testi-navigation.next {
  right: -80px;
}

.ready-to-get-a-quote-cta-banner-wrapper:after {
  background-position: 50% 55px;
}

.iyksaef.xxdfshf p {
  padding-right: 280px;
}

.iyksaef.xxdfshf p {
  font-size: 22px;
}

.iyksaef.xxdfshf h4 {
  padding-right: 140px;
}

.ready-to-get-a-quote-cta-banner-wrapper .iyksaef::before {
  display: none;
}

.the-special-testimonial-title {
  padding: 35px 65px;
  text-align: center;
  font-weight: 700;
  background: #f6f6f6;
}

.the-special-testimonial-title span {
  font-family: swissboldextended, Segoe, Arial, sans-serif;
  font-size: 22px;
}

.iyksaef.xxdfshf .hs-cta-wrapper {
  display: block;
  width: 90%;
}

.iyksaef.xxdfshf .freequotemodal {
  padding: 12px 30px;
  max-width: 350px;
  font-weight: bold;
}

/* 11-29-18 */
.mga-why-use-titles {
  left: -9px;
}

.why-oh-why ul li {
  background: none;
  list-style: disc;
  padding-left: 0;
}

.why-oh-why ul {
  padding-left: 40px;
}

.why-oh-why ul,
.why-oh-why ul li,
.why-oh-why ul li span {
  font-family: swissextended, helvetica;
}

#hs_form_target_module_1543295480259206 .hs-button.primary {
  background: rgb(151, 215, 0);
  text-transform: none;
  font-weight: bold;
  font-size: 24px;
  padding: 12px 5px;
}

.agri-homepage .why-oh-why-coerco h1 {
  margin-bottom: 0;
}

.agri-homepage .why-oh-why .body-body {
  padding-top: 20px;
}

.pre-footer-product-section .form-pre-footer {
  margin-left: 20px;
}

img.testi-navigation.prev {
  left: -50px;
}

img.testi-navigation.next {
  right: -50px;
}

#pre-footer.pre-footer-product-section .form-pre-footer input[type="text"],
#pre-footer.pre-footer-product-section .form-pre-footer input[type="email"] {
  width: 96%;
}

#container-phonecontact a {
  color: #404040;
  font-size: 11px;
  letter-spacing: 2.5px;
}

.form-pre-footer .hs-fieldtype-text {
  width: 28%;
}

@media(min-width: 1400px) {
  .ready-to-get-a-quote-cta-banner-wrapper:after {
    right: 6%;
  }
}

@media(min-width:992px) {
  .content-list {
    padding-left: 10%;
  }
}

@media (max-width:992px) {
  .mga-why-use-titles h1 {
    position: initial;
    width: 100%;
    text-align: center;
  }

  .content-list {
    width: 100%;
  }

  .body-body .content-list ul li {
    text-align: left;
  }
}

@media (max-width: 1280px) {

  img.testi-navigation.next,
  img.testi-navigation.prev {
    display: none !important;
  }
}

@media (max-width: 1200px) {


  #cta-phone-number-header a {
    font-size: 22px !important;
  }

  .burger-menu button {
    font-size: 28px;
  }

  .the-special-testimonial-title span {
    font-size: 18px;
  }

  img.testi-navigation.prev,
  img.testi-navigation.next {
    z-index: 9;
  }

  img.testi-navigation.next {
    right: 0;
  }

  img.testi-navigation.prev {
    left: 0;
  }

  .slick-list {
    margin: 0 80px !important;
  }

  #custom-testimonial-slider-wrapper .custom-testimonial-slider .custom-testimonial-item .testi-user-content .content p {
    font-size: 18px;
    line-height: 1.8;
  }

  #custom-testimonial-slider-wrapper .slick-slide {
    display: block;
  }

  #custom-testimonial-slider-wrapper .custom-testimonial-slider .custom-testimonial-item .testi-user-image {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
  }

  #custom-testimonial-slider-wrapper .custom-testimonial-slider .custom-testimonial-item .testi-user-image-reviewtype {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    height: auto;
  }

  #custom-testimonial-slider-wrapper .custom-testimonial-slider .custom-testimonial-item .testi-user-image-reviewtype img {
    max-width: 20%;
    position: relative;
  }

  #custom-testimonial-slider-wrapper .custom-testimonial-slider .custom-testimonial-item .testi-user-image img {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 0 auto;
  }

  .iyksaef.xxdfshf {
    text-align: left;
  }

  .iyksaef.xxdfshf p {
    padding: 0 280px 0 0;
    font-size: 18px;
    line-height: 1.8;
  }

  .iyksaef.xxdfshf h4 {
    font-size: 45px;
  }

  #custom-testimonial-slider-wrapper .custom-testimonial-item-row {
    display: block;
  }

  #custom-testimonial-slider-wrapper .custom-testimonial-slider .custom-testimonial-item .testi-user-image-reviewtype img {
    margin-bottom: 20px;
  }

  #learn-moree {
    font-size: 19px;
  }

  .agri-homepage .why-oh-why-coerco h1 {
    margin: 0;
    padding-bottom: 0;
  }

  #form-search.nearest-distributor-postcode-form form input[type="text"] {
    padding-right: 55px;
    font-size: 23px;
    text-align: left !important;
  }
}

@media (max-width: 1023px) {
  .agri-homepage .banner-text-area h2 {
    font-size: 38px;
    line-height: 1.6;
  }

  .agri-homepage .banner-wrapper .banner-text-area {
    margin-top: 220px;
  }

  .agri-homepage.page #form-search .form form button[type="submit"] .fa {
    vertical-align: middle;
  }

  .the-special-testimonial-title span {
    font-size: 16px;
  }

  .the-special-testimonial-title {
    padding: 28px;
  }

  .iyksaef.xxdfshf h4 {
    padding: 0;
    font-size: 35px;
    margin-bottom: 20px;
  }

  .iyksaef.xxdfshf p {
    padding: 0 100px 0 0;
    font-size: 16px;
  }

  .iyksaef.xxdfshf {
    padding: 20px 70px 20px 20px;
  }

  .ready-to-get-a-quote-cta-banner-wrapper:after {
    width: 28%;
    max-width: none;
    background-size: contain;
    background-position: 50% 100%;
  }

  .ready-to-get-a-quote-cta-banner-wrapper {
    padding: 20px 0;
  }

  img.testi-navigation.prev,
  img.testi-navigation.next {
    width: 50px;
  }

  .el-CTA-wrapper .cta-watertank-title span {
    padding: 40px;
    font-size: 32px;
  }

  .agri-homepage.page .left-rain span {
    font-size: 18px;
  }

  .agri-homepage.page #spraycalculator span {
    font-size: 16px;
  }

  .cta-rainfall-calculator .iyksaef {
    overflow: hidden;
    height: auto;
    background-size: cover;
    padding: 40px 40px 80px;
  }

  .iyksaef h4 {
    font-size: 40px;
  }

  .iyksaef p {
    font-size: 40px;
  }

  .agri-homepage.page .why-oh-why-coerco h1 {
    font-size: 36px;
  }

  #side-topmenu {
    position: absolute;
    right: 24px;
    top: 12px;
  }

  .agri-homepage .banner-text-area {
    margin-top: 220px;
  }

  #contact-us-nammer-button {
    font-size: 18px;
    padding: 13px 22px;
  }

  #learn-moree {
    font-size: 13px;
    padding: 16px;
  }

  .iyksaef.xxdfshf a.freequotemodal {
    font-size: 20px;
  }
}



@media (max-width: 600px) {
  .span12.widget-span.widget-type-cell.themainnavigation {

    z-index: 999999;

  }

  #form-search.nearest-distributor-postcode-form .form form button[type="submit"] {
    margin-top: 0;
  }

  .el-CTA-wrapper .cta-watertank-title span {
    padding: 0 20px;
    font-size: 24px;
  }

  .cta_button span {
    font-size: 20px !important;
  }

  .cta_button {
    padding: 10px 40px !important;
  }

  .main-blog-content .cta_button {
    padding: 0 !important;
  }

  .iyksaef.xxdfshf p {
    font-size: 17px;
  }

  #spraycalculator select#volume {
    max-width: 100%;
  }

  .iyksaef.xxdfshf span {
    padding: 0 !important;
  }
  

  #step-3-selection label, #step-4-selection label {
        width: auto;
   
}
  div#step-6 h2, div#step-6 h2 span {
    font-size: 30px;
}
  #step-3 h2 {
    font-size: 23px;
    line-height: 30px;
}
  div#step-4 h2 {
    font-size: 27px;
    line-height: 30px;
}
  .intro.mainbanner.whiten #thankyouhereareyourtanks h2{
  font-size: 30px;
  }
  .stepss.tanklist .tank-item .tankinfo {
    display: block;
    width: 100%;
    vertical-align: top;
    min-height: unset;
    background: rgb(68, 61, 54);
    padding-top: 27px;
}
  
  .stepss.tanklist .tank-item {
    max-height:unset;
  }
  .stepss.tanklist .tank-item .tankinfo div.viewproductlink{
    text-align: left;
  }
}

@media (max-width: 475px) {
  .intro p {
    line-height: 30px;
}

  .the-special-testimonial-title span {
    font-size: 16px;
    line-height: 1.8;
  }

  .el-CTA-wrapper .cta-watertank-title span {
    padding: 0;
  }

  .iyksaef.xxdfshf h4 {
    font-size: 22px;
  }

  .iyksaef.xxdfshf {
    text-align: center;
    padding: 20px;
  }

  .iyksaef.xxdfshf p {
    padding: 0;
    font-size: 14px;
  }

  .ready-to-get-a-quote-cta-banner-wrapper:after {
    display: none;
  }

  .ready-to-get-a-quote-buttton {
    font-size: 18px !important;
  }

  img.testi-navigation.prev,
  img.testi-navigation.next {
    width: 30px;
  }

  .slick-list {
    margin: 0 30px !important;
  }

  #custom-testimonial-slider-wrapper .custom-testimonial-slider .custom-testimonial-item .testi-user-content .content p {
    font-size: 14px;
  }

  #custom-testimonial-slider-wrapper .custom-testimonial-slider .custom-testimonial-item .testi-user-content .author {
    font-size: 14px;
  }

  .iyksaef h4 {
    font-size: 20px;
    padding-top: 10px;
  }

  .cta-rainfall-calculator .iyksaef {
    padding: 40px 20px;
  }

  .iyksaef p {
    font-size: 30px;
  }

  .agri-homepage .banner-wrapper .banner-text-area h2 {
    font-size: 30px;
    text-align: center !important;
    padding: 0;
  }

  .agri-homepage .banner-wrapper .banner-text-area p {
    font-size: 16px;
    line-height: 1.8;
    text-align: center !important;
    padding: 0px 20px;
    margin-top: 0;
  }

  .agri-homepage.page .why-oh-why ul,
  .agri-homepage.page .why-oh-why ul li,
  .agri-homepage.page .why-oh-why ul li span {
    text-align: left;
  }

  .iyksaef.xxdfshf a.freequotemodal {
    display: block;
    font-size: 18px;
  }

  .iyksaef.xxdfshf span {
    padding: 0 !important;
  }

  .blog-details-content .subs-form {
    padding-top: 0 !important;
    padding-left: 0 !important;
  }

  #promo-sidebar .image img {
    width: 100%;
  }

  #promo-sidebar .find-out-more-button a {
    text-align: left;
  }
}

@media (max-width: 375px) {
  .the-special-testimonial-title span {
    font-size: 14px;
  }
}

@media (max-width: 320px) {
  .ready-to-get-a-quote-buttton {
    font-size: 16px !important;
  }

  .iyksaef.xxdfshf h4 {
    font-size: 19px;
  }

  .iyksaef.xxdfshf a.freequotemodal {
    padding: 15px 10px;
  }
}

/* Mobile responsive - created 5/15/2019
* Notes: don't alter/change existing media queries
* add you own media query according to screen size
*/

/* -------------- Small Laptops ------------- */
@media only screen and (max-width: 1450px) {
  /* your CSS */
}

@media only screen and (max-width: 1366px) {
  /* your CSS */
}

@media only screen and (max-width: 1280px) {
  /* your CSS */
}

@media only screen and (max-width: 1176px) {
  /* your CSS */
}

/* -------------- Tablet sizes -------------- */
@media only screen and (max-width: 1024px) {

  /* your CSS */

}

@media only screen and (max-width: 875px) {

  /* your CSS */

}

@media only screen and (max-width: 768px) {
  /* your CSS */

  div#tool-intro h1 {
    font-size: 21px;
    line-height: 26px;
  }

  .stepss h2 {
    font-size: 27px;
    line-height: 37px;
  }
  .stepss h2 span{
      font-size: 40px;
  }

  .stepss .selection a {
    font-size: 18px;
    padding: 20px 40px;
  }

  div#footnote p {
    padding: 0;
  }
  div#step-2-selection.selection{
    text-align:center;
  }
  
  div#step-3-selection .trigger-step-4 {
    position: relative;
    top: 30px;
}
    div#step-4-selection .trigger-step-5 {
    position: relative;
    top: 30px;
}
.stepss.tanklist .tank-item .tankinfo div {
  max-height: none;
  white-space: unset;
}
  .stepss.tanklist .tank-item .image {
    display: Block;
    width: 100%;
 
}
    .stepss.tanklist .tank-item .tankinfo {
    display: block;
    width: 100%;
    vertical-align: top;
    min-height: unset;
    background: rgb(68, 61, 54);
    padding-top: 27px;
}
  
  .stepss.tanklist .tank-item {
    max-height:unset;
  }
  .stepss.tanklist .tank-item .tankinfo div.viewproductlink{
    text-align: left;
  }
  
   #step-1-selection a:nth-child(1) {
      visibility: visible;
      background: url(https://cdn2.hubspot.net/hubfs/2531009/7.%20Website%20Assets%202018/water%20tank%20selector/corr.png) no-repeat;
      min-height: 300px;
      background-position: -40px -9px;
      padding: 300px 75px 0;
      position: relative;
  }
  #step-1-selection a:nth-child(1):hover:after{
    background: #FFF url(https://cdn2.hubspot.net/hubfs/2531009/7.%20Website%20Assets%202018/water%20tank%20selector/corr.png) no-repeat;
    background-position: -45px -9px
}
  #step-1-selection a:nth-child(2) {
    visibility: visible;
    background: url(https://cdn2.hubspot.net/hubfs/2531009/7.%20Website%20Assets%202018/water%20tank%20selector/flat.png) no-repeat;
    min-height: 300px;
    background-position: -70px -71px;
    padding: 300px 75px 0;
    position: relative;
}
  
  #step-1-selection a:nth-child(2):hover:after {
    background: #FFF url(https://cdn2.hubspot.net/hubfs/2531009/7.%20Website%20Assets%202018/water%20tank%20selector/flat.png) no-repeat;
    background-position: -65px -71px;
}
  div#step-6 h2, div#step-6 h2 span {
    font-size: 30px;
}
  
}

@media only screen and (max-width: 720px) {
  /* your CSS 
   * 
   * */
}

/* ------------- Big Phone sizes ------------ */
@media only screen and (max-width: 640px) {}

/* ------------- Regular Phone sizes -------- */
@media only screen and (max-width: 480px) {
  /* your CSS */
  #step-1-selection a:nth-child(1) {
      visibility: visible;
      background: #FFF url(https://cdn2.hubspot.net/hubfs/2531009/7.%20Website%20Assets%202018/water%20tank%20selector/corr.png) no-repeat;
      min-height: 287px;
      background-position: -19px -10px !important;
      padding: 237px 75px 0;
      position: relative;
      margin-bottom: 30px;
      color: #000;
      padding-bottom: 23px;
      background-size: 350px;
  }
  #step-1-selection a:nth-child(1):hover:after{
    background: #FFF url(https://cdn2.hubspot.net/hubfs/2531009/7.%20Website%20Assets%202018/water%20tank%20selector/corr.png) no-repeat;
    background-position: -45px -10px !important;
}
  #step-1-selection a:nth-child(2) {
    visibility: visible;
    background: #FFF url(https://cdn2.hubspot.net/hubfs/2531009/7.%20Website%20Assets%202018/water%20tank%20selector/flat.png) no-repeat;
    min-height: 292px;
    background-position: -38px -56px;
    padding: 242px 75px 0;
    position: relative;
    margin-bottom: 30px;
    color: #000;
    padding-bottom: 23px;
    background-size: 390px;
}
  
  #step-1-selection a:nth-child(2):hover:after {
    background: #FFF url(https://cdn2.hubspot.net/hubfs/2531009/7.%20Website%20Assets%202018/water%20tank%20selector/flat.png) no-repeat;
    background-position: -70px -70px!important;
}
  .header-desktop {
      display:none;
  }
  .header .header-mobile {
      display:block;
      padding-bottom: 10px;
  }
  .header .slogan {
      float: left;
      margin: 0;
      text-align: center;
      width: 100%;
  }
  .logo-mobile img {
      max-height: 65px;
      background: none;
      padding: 7px;
      border-bottom-right-radius: 10px;
  }
  .header-mobile .header-right {
      width: 100%;
      text-align: center;
      padding: 0;
  }
  .header .call-us a {
      float: none;
  }
  .header.smaller .header-mobile .slogan {
      margin: 0;
  }
  .header.smaller .header-mobile .header-left {
      padding-top: 0;
  }
  .header.smaller .header-mobile .header-right {
      padding-top: 0;
  }
  .header.smaller {
      height: auto;
      padding-bottom: 10px;
  }
  .header-mobile .header-left .slogan h6 {
      font-size: 10px;
  }
  .header-mobile .header-right .call-us a {
      font-size: 12px;
  }
  .stepss h2 {
      font-size: 21px;
  }
  .stepss .selection {
      margin: 10px 0px 0px;
  }
  .stepss h2 span {
      font-size: inherit;
  }
  .standard-lp-header .logo-mobile {
      width: 25%;
      margin-top: 15px;
  }
  .standard-lp-header .iso-9001 {
      padding-top: 20px;
      padding-left: 5px;
  }
  .standard-lp-header .iso-9001 img {
      height: 55px;
  }
  .standard-lp-header.header .slogan {
      width: 60%;
      margin-top: 20px;
  }
  
  .standard-lp-header .header-mobile .header-right {
      margin-top: -40px;
      padding-left: 84px;
  }
  .stepss #positive-result .selection a {
      font-size: 18px;
      padding: 13px 40px;
      width: 62%;
  }
  .stepss #positive-result h2 {
      margin-bottom: 45px;
  }
  .stepss h2 br {
     display:none;
  }
  .stepss .selection a {
      font-size: 18px;
      padding: 13px 97px;
  }
  .alert p {
      padding: 47px 0 0 0;
      background-position: 50% 0px;
      background-size: 35px;
  }
  #non-step-2 .selection p a {
      background: none;
      color: #97d700;
      margin: 0;
      padding: 0;
      min-height: unset;
  }
  #non-step-2 .selection p br {
      display:none;
  }
      
  #step-3-selection label, #step-4-selection label {
      width: 100%;
  }
  div#step-1 {
      padding-top: 130px;
  }
  div#step-2.stepss {
      padding-top: 25px;
  }
  .col-md-4.social-media.number-section-foooter {
      text-align: center !important;
  }
}

@media only screen and (max-width: 375px) {
  /* your CSS */
}

/* -------------- Older Phone sizes --------- */
@media only screen and (max-width: 320px) {
  /* your CSS */
}