/* @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. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}

/*****************************************/
/* 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')
}
@font-face {
    font-family: 'swissboldextended';
    src: url('https://cdn2.hubspot.net/hubfs/2531009/Gateway%20Page%20Assets/fonts/swissboldextended.eot');
    src: url('https://cdn2.hubspot.net/hubfs/2531009/Gateway%20Page%20Assets/fonts/swissboldextended.eot') format('embedded-opentype'),
         url('https://cdn2.hubspot.net/hubfs/2531009/Gateway%20Page%20Assets/fonts/swissboldextended.woff2') format('woff2'),
         url('https://cdn2.hubspot.net/hubfs/2531009/Gateway%20Page%20Assets/fonts/swissboldextended.woff') format('woff'),
         url('https://cdn2.hubspot.net/hubfs/2531009/Gateway%20Page%20Assets/fonts/swissboldextended.ttf') format('truetype'),
         url('https://cdn2.hubspot.net/hubfs/2531009/Gateway%20Page%20Assets/fonts/swissboldextended.svg#swissboldextended') format('svg');
}
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 -5px 20px 1px rgba(0, 0, 0, 0.58);
    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;*/
}
.mining-civil-blogpage div#social-medium ul li  {
    display: none;
}

.mining-civil-blogpage div#social-medium ul li:nth-child(4) {
    display: block;
}
.mining-civil-blogpage div#social-medium ul li a:hover {
    color: #da291c;
}


.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;
    text-align:right;
}
.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: 25px;
    color: #FFF;
    text-align: right;
    margin-left: 4.692307692%;
}
.mining-civil-blogpage .right-header-section {
    padding-top: 55px;
}

.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 {
    
}
div#cta-phone-number-header{
    position: relative;
/*     left: 5px; */
}
#side-topmenu {
    margin-bottom: 0;
    font-size: 35px;
}
#menuburger-span {
    font-family: swissboldextended;
    margin-right: 20px;
    font-size: 30px;
    text-transform:uppercase;
}

#main-sticky-header span#menuburger-span {
    font-size: 25px;
}

.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: 365px;
    background: #97d700;
    height: 100%;
    padding: 75px 20px;
    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,#learnn-more, #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,#learnn-more {
    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;
      border: 1px solid #000;
    border-radius: 3px;
    font-family:swisslightextended, Arial, san-serif;
    
}
#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: 4px;
    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;
  margin-left: 0;
}
.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 {
    visibility:hidden;
}
#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, #custom-testimonial-slider-wrapper .custom-testimonial-slider .custom-testimonial-item .testi-user-image div {
    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;
background-size: cover;
    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: 20px;
}
.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;
}
/*------
Agriculture Home Page Template 2018 version
@adr - 11-7-2018 
------*/

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

#promo-buttons {
    margin: 0;
    padding: 0;
    margin-top: -70px;
      padding-right: 45px;
}

.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;
}

.banner-orange {
    padding: 35px 65px;
    text-align: center;
    font-weight: 700;
    background: #F6911B;
}

.banner-orange  span {
    font-family: swissboldextended, Arial;
    font-size: 53px;
    color: #fff;
    text-shadow: 2px 2px 2px #333;
 
}



.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 , #menuburger-span {
        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;
    }  
    #related-products-wrapper .slick-list {
        margin: 0 0 !important;
    } 
    #related-products-wrapper .slick-list .related-product-item {
      max-width: 200px;
    }
    #related-products-wrapper .slick-list .related-product-item:last-child {
      float: left;
    }
    
    #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, #custom-testimonial-slider-wrapper .custom-testimonial-slider .custom-testimonial-item .testi-user-image div {
        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,#learnn-more {
        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: 14px 22px;
    }

    #learn-moree,#learnn-more {
      font-size: 13px;
      padding: 14px;
    }
  
		.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;
    }  
    
    #ready-to-get-a-quote-main-modal-wrapper button#morinfoclose {
        font-size: 20px;
    }

    button#morinfoclose i {
        font-size: 16px !important;
    }

    #ready-to-get-a-quote-main-modal-wrapper div#tech-modal-title{
    font-size:14px;
    }
    #hs_form_target_module_1543295480259206 .hs-button.primary{
      font-size:18px;
    }

}

@media (max-width: 475px) {
    
    .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.6;
        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 span {
        text-align: left;
    }
  .agri-homepage.page .why-oh-why ul li{
  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;
  }
  #banner-soft-buttons img {
    margin:0px !important;
  }
}

@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;
    } 
      #ready-to-get-a-quote-main-modal-wrapper button#morinfoclose {
        font-size: 20px;
        margin-top: -10px;
    }

    button#morinfoclose i {
        font-size: 13px !important;
    }

    #ready-to-get-a-quote-main-modal-wrapper div#tech-modal-title{
    font-size:11px;
    }
    #hs_form_target_module_1543295480259206 .hs-button.primary{
      font-size:15px;
    }
}