/* 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;}#main_banner{display:block !important;}.home_slide_ms .caption {padding: 0px !important;}.home_slide_ms .hs_cos_flex-slider .hs_cos_flex-slides>li {height: 600px;margin-top: 0px;}.home_slide_ms .banner_content {width: 100% !important;}.home_slide_ms .green_text {color: #3ad531;}.home_slide_ms h2 {line-height: 54px;font-size: 50px;}.home_slide_ms .abtn-no-arrow.slider_white {background: #fff;border-radius: 40px;color: #3d3935 !important;border-color: #fff;padding: 18px 40px;font-size: 14px;font-weight: 700;margin-top: 15px;line-height: 16px;transition: 0.25s;}.home_slide_ms .abtn-no-arrow.slider_white:hover {background: #3d3935;color: #fff !important;border-color: #3d3935;}.home_slide_ms .abtn-no-arrow.slider_border {background: transparent;border-radius: 40px;color: #fff !important;border-color: #fff;padding: 18px 40px;font-size: 14px;font-weight: 700;margin-top: 15px;line-height: 16px;margin-left: 25px;transition: 0.25s;}.float-none li{float: none;list-style: outside;}.home_slide_ms .abtn-no-arrow.slider_border:hover {background: #fff !important;color: #333 !important;}.home_slide_ms .abtn-no-arrow {display: block;float: left;}.home_title_wrap h2{font-size: 34px;}.pod_wrap {padding-bottom: 10px;}.pod_wrap img {width: 75px;display: block;margin: 20px auto 15px;}/*.pod_wrap h4 a {color: #3d3935;font-weight: 700;text-transform: uppercase;/*font-size: 16px;*/}*/.pod_wrap p {font-size: 14px;}.search_tile {display: block;text-align: center;padding-top: 90px;padding-bottom: 110px;background-color: #3d3935;color: #fff;font-size: 24px;}.search_tile2 {padding-top: 25px;padding-bottom: 55px;}.search_tile2 img {transition: 0.25s;}.search_tile2 img:hover {transition:}.search_industry .search_tile {background-image: url(https://www.globalpumps.com.au/hubfs/Global%20pumps%20compressed%20webp%20images/industrynew1.webp);background-size: cover;background-repeat: no-repeat;background-position:center center;}.search_brand .search_tile {background-image: url(https://www.globalpumps.com.au/hubfs/Blog_Images/roundel-bg4.png);background-size: initial;background-repeat: repeat;}.search_products .search_tile {background-image: url(https://www.globalpumps.com.au/hubfs/Global%20pumps%20compressed%20webp%20images/brandnew2.webp);background-size: cover;background-repeat: no-repeat;background-position:center center;}.search_tile:before {content:"";background: url(https://www.globalpumps.com.au/hubfs/Blog_Images/search.png);background-size:30px 30px;width:30px;height:30px;display: block;margin: 0 auto 5px;}.home_title_wrap h1 {font-weight: 700 !important;text-transform: uppercase;}.product_wrap {padding-bottom: 0px;text-align: center;}/*.product_wrap h4 a {color: #3d3935;font-weight: 700;text-transform: uppercase;*/font-size: 16px;*/}*/.product_wrap img {margin-bottom: 15px;}.product_desc_wrap .hs-menu-wrapper li:last-child a,.hs-button {background: #3d3935;color: #fff;padding: 18px 40px;border-radius: 40px;font-size: 14px;font-weight: 700;display: inline-block;text-transform: uppercase;}.hs-button.white {background: #fff;color: #3d3935;border: 2px solid #fff;margin: 0px 5px !important;}.hs-button.white-border {background: transparent;color: #fff;border-color: #fff;border: 2px solid;}@media only screen and (max-width: 530px) {.greyscale .brand-img {width: 50%;float: left;padding-left: 15px;}.hs-form-field {width: 100% !important;}.image_gallery_wrap_ms img {}.sheet_cta {background: #fff;border-radius: 40px;padding: 35px 55px 5px 55px;margin-bottom:60px !important;margin-bottom: 10px;border: 1px solid #44444436;box-shadow: 0px 0px 15px 2px #3c3c3c1c;}}@media only screen and (max-width: 767px) {.second-white-button {margin: 20px 5px !important;}.greyscale .brand-img {width: 50%;float: left;padding-left: 50px;}.home_title_wrap {text-align: center;padding-top: 40px;padding-bottom: 30px;}.blog_tiles .blog_title {padding-top: 30px;padding-bottom: 50px;}.home_slide_ms h2 {line-height: 45px;font-size: 30px;}.our-res-btn { display: none !important;}.section1 .banner_content {margin-top: -140px !important;}.pod_wrap {padding-top: 50px;padding-bottom: 30px;}.industry_specific_wrap {padding-bottom: 40px}.mobile-product { margin-top: 20px !important;text-align: center;}.first-mobile-product {text-align: center;margin-top: 40px;}.page_header_title h1 {font-size: 30px !important;font-weight: 700 !important;}.hs-rss-item-image-wrapper img {display: none;}.hs-rss-item.hs-with-featured-image .hs-rss-item-text {width: 100% !important;}}@media only screen and (min-width: 768px) {.second-white-button {margin: 0px 5px !important;}.home_title_wrap {text-align: center;padding-top: 60px;}.pod_wrap {padding-top: 50px;padding-bottom: 70px;}.industry_specific_wrap {padding-bottom: 0px}.product-row { margin-top: 20px;text-align: center;}.flexable-list {padding-left:200px;}.page_header_title h1 {font-size: 46px !important;font-weight: 700 !important;}.about_section2 {padding-top: 50px;}}.white-border:hover {color: #333 !important;background-color: #fff !important;}/* .hs-button:hover {color: #333 !important;background-color: #fff !important;} */.industry_specific_wrap {padding-top: 0px;padding-left: 0px !important;padding-right: 0px !important;background-image: none;background-size: cover;text-align: center;}.industry_specific_wrap img {width: 60px;margin-top: 15px;}/*.industry_specific_wrap h4 a {color: #3d3935;font-weight: 700;text-transform: uppercase;margin-top: 10px;display: block;}*/.industry_specific_wrap p {font-size: 14px;}.industry_specific_wrap h2 {font-weight: 700 !important;text-transform: uppercase;font-size: 35px !important;margin-bottom: 25px !important;}.cta {background-image: url(https://www.globalpumps.com.au/hubfs/roundel5.png);background-size: initial;background-repeat: repeat;padding: 110px 0px;text-align: center;background-color: #3d3935;}.cta {background-color: #3d3935;}.cta h3 {color: #fff;font-size: 28px !important;margin-bottom: 20px !important;}.brands_wrap {padding-bottom: 0px !important;}.brands_wrap img {width: 140px;}/* .blog_tiles.last {padding-bottom: 60px;} */.blog_tiles .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image {width: 100%;min-height: 200px;max-height: 200px;object-fit: cover;}.blog_tiles .hs-rss-title {margin-top: 10px;display: block;font-size: 18px;font-weight: 700;color: #3d3935;}/* .blog_tiles.last {} *//* .blog_tiles {padding-bottom: 80px;} */.hs-content-path-home2 .row-number-30,.hs-content-path-home2 .row-number-19{background: #f6f6f6;}.hs-rss-byline {display: none;}.hs-rss-description a{display: block;width: 82px;}.blog_tiles .hs-rss-item {box-shadow:0px 0px 4px 1px #3c3c3c14;background: #fff;}/* .blog_tiles .hs-rss-description p {font-size: 14px;} */.blog_tiles .hs-rss-byline {font-size: 11px;text-transform: uppercase;}.blog_tiles .hs-rss-item.hs-with-featured-image .hs-rss-item-text {padding: 20px;min-height: 260px;}.home_title_wrap h1:before {content: none;height: 40px;width: 40px;background: url(https://www.globalpumps.com.au/hubfs/watermark.png);background-size: 40px 40px;display: inline-block;position: absolute;margin-left: -42px;margin-top: -15px;opacity: 0.4;}.page_header_title h1 {font-size: 46px;font-weight: 700;}.hs-content-name-products-archive-food-beverage .industry_menu ul li:nth-child(2) a {background: #3d3935;color: #fff;}.hs-content-id-33706703802 .about-us-tabs ul li:nth-child(1) a {background: #3d3935;color: #fff;}.hs-content-id-34043144757 .about-us-tabs ul li:nth-child(2) a {background: #3d3935;color: #fff;}.hs-content-id-30682313048 .about-us-tabs ul li:nth-child(3) a {background: #3d3935;color: #fff;}.hs-content-id-122438257920 .about-us-tabs ul li:nth-child(5) a {background: #3d3935!important;color: #fff!important;}/** To color the tab of the brands page*/.hs-content-id-30953289383 .brands_tab ul li:nth-child(8) a {background: #3d3935;color: #fff;}.hs-content-id-33523931911 .brands_tab ul li:nth-child(9) a {background: #3d3935;color: #fff;}.hs-content-id-33555638254 .brands_tab ul li:nth-child(5) a {background: #3d3935;color: #fff;}.hs-content-id-33556103435 .brands_tab ul li:nth-child(10) a {background: #3d3935;color: #fff;}.hs-content-id-33556103504 .brands_tab ul li:nth-child(6) a {background: #3d3935;color: #fff;}.hs-content-id-33555638638 .brands_tab ul li:nth-child(11) a {background: #3d3935;color: #fff;}.hs-content-id-33556104000 .brands_tab ul li:nth-child(12) a {background: #3d3935;color: #fff;}.hs-content-id-33555638926 .brands_tab ul li:nth-child(13) a {background: #3d3935;color: #fff;}.hs-content-id-33555639005 .brands_tab ul li:nth-child(1) a {background: #3d3935;color: #fff;}.hs-content-id-33556104253 .brands_tab ul li:nth-child(7) a {background: #3d3935;color: #fff;}.hs-content-id-33556104282 .brands_tab ul li:nth-child(14) a {background: #3d3935;color: #fff;}.hs-content-id-33556104394 .brands_tab ul li:nth-child(2) a {background: #3d3935;color: #fff;}.hs-content-id-33556943785 .brands_tab ul li:nth-child(3) a {background: #3d3935;color: #fff;}.hs-content-id-33878818910 .brands_tab ul li:nth-child(15) a {background: #3d3935;color: #fff;}.hs-content-id-33556943812 .brands_tab ul li:nth-child(4) a {background: #3d3935;color: #fff;}.hs-content-id-33556104625 .brands_tab ul li:nth-child(16) a {background: #3d3935;color: #fff;}.hs-content-id-33556104686 .brands_tab ul li:nth-child(17) a {background: #3d3935;color: #fff;}.hs-content-id-35345735242 .brands_tab ul li:nth-child(18) a {background: #3d3935;color: #fff;}.hs-content-id-32264794443 .industry_menu ul li:nth-child(5) a{background: #3d3935;color: #fff;}.hs-content-id-32148863720 .industry_menu ul li:nth-child(6) a {background: #3d3935;color: #fff;}.hs-content-id-33557214122 .industry_menu ul li:nth-child(3) a {background: #3d3935;color: #fff;}.hs-content-id-32148863636 .industry_menu ul li:nth-child(4) a {background: #3d3935;color: #fff;}
.hs-content-id-33557214026 .industry_menu ul li:nth-child(2) a {background: #3d3935;color: #fff;}.hs-content-id-32141801989 .industry_menu ul li:nth-child(1) a {background: #3d3935;color: #fff;}/** Products by Pumps, Industry, Brand and Spare Parts and Applications Tab Colour */.hs-content-id-30692027124 .product-by-pumps-sidebar ul li:nth-child(1) a {background: #3d3935;color: #fff;}.hs-content-id-34377707222 .product-by-pumps-sidebar ul li:nth-child(2) a {background: #3d3935;color: #fff;}.hs-content-id-34376792611 .product-by-pumps-sidebar ul li:nth-child(3) a {background: #3d3935;color: #fff;}.hs-content-id-34377707260 .product-by-pumps-sidebar ul li:nth-child(4) a {background: #3d3935;color: #fff;}.hs-content-id-107269897747 .product-by-pumps-sidebar ul li:nth-child(5) a {background: #3d3935;color: #fff;}.align-text-list {padding-left: 400px;width: 400px;}.product_listing_title_inner {}.sheet_cta p{font-size: 14px;}.single_product_info li {float: none !important;list-style: outside;margin-left: 20px;line-height: normal;}.sheet_cta {background: #fff;border-radius: 40px;padding: 35px 55px 10px 55px;/*margin-top: 60px; */margin-bottom:60px !important;/*box-shadow: 0px 0px 8px 5px #3c3c3c42;*/margin-bottom: 10px;border: 1px solid #44444436;box-shadow: 0px 0px 15px 2px #3c3c3c1c;}.sheet_cta h6 {margin: 0px;margin-top: 20px;}.page_header_title {text-align: center;padding: 55px 0px;}.page_header_title p{color: #fff;font-size: 14px;}.image_gallery_wrap_ms img {max-width:100% !important;height: 100%;}.hs-content-name-who-we-are .section3 {background: #f6f6f6;}.home_title_wrap.page {padding-top: 0px !Important;}.page_header_title {background-image: url(https://www.globalpumps.com.au/hubfs/Global%20pumps%20compressed%20webp%20images/ss1-1%201.webp);background-size: cover !important;background-position: center !important;}.about_main_wrap {padding-bottom: 30px;}.hs-content-name-products-main .infoBoxB img{max-width: 150px !important;margin: 0 auto;display: block;}.product_industries .span12 img {max-width: 100px !important;}.product_listing_wrap img {max-width:200px !important;margin: 0 auto;display: block;}/*.hs-content-name-products-main .infoBoxB h4,.product_listing_wrap h4{text-align: center;margin-top: 10px !important;text-transform: uppercase;}*//*.hs-content-name-products-main .infoBoxB h4 a,.product_listing_wrap h4 a{color: #333 !important;}*/.hs-content-name-who-we-are .pod_wrap img {margin: 5px auto 15px;}.hs-content-name-who-we-are .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {max-width: unset !important;}.hs-content-name-who-we-are ul li {font-size: 14px;}.who_we_are_pod {margin-bottom: 25px;}.product_main_wrap {padding-bottom: 60px;}.product_wrap.archive img{max-width: 150px !important;}.hs-content-name-products-archive-affetti .industry_menu ul li:first-child a{background: #3d3935;color: #fff;}h1 {font-family: "Source Sans Pro";font-weight: 400;font-size: 35px;color: #3d3935;}h2 {font-family: "Source Sans Pro";font-weight: 700;font-size: 27px;color: #3d3935;}h3 {font-family: "Source Sans Pro";font-weight: 600;font-size: 20px;color: #3d3935;}h3 a {font-family: "Source Sans Pro";font-weight: 600;font-size: 20px;color: #3d3935;}h4 {font-family: "Source Sans Pro";font-weight: 700;font-size: 18px !important;color: #3d3935;}.large-description h4 {font-family: "Source Sans Pro";font-size: 18px !important;font-weight: 700 !important;margin-bottom: 40px !important;color: #3d3935;margin-bottom: 15px !important;}h4 a {font-family: "Source Sans Pro";font-weight: 700;font-size: 18px !important;color: #3d3935;}.large-description h5 {font-family: "Source Sans Pro";font-weight: 600;font-size: 18px;color: #3d3935;margin-bottom: 15px !important;}h5 {font-family: "Source Sans Pro";font-weight: 600;font-size: 18px;color: #3d3935;}h5 a {font-family: "Source Sans Pro";font-weight: 600;font-size: 18px;color: #3d3935;}h6 {font-size: 16px !important;margin-bottom: 18px;margin-top: 18px;}p {font-family: "Source Sans Pro";font-size: 18px !important;line-height: 28px;font-size: 18px;color: #3d3935;}.large-description p {margin-bottom: 25px !important;font-family: "Source Sans Pro";font-size: 18px !important;line-height: 28px;font-size: 18px;color: #3d3935;}ul li {font-family: "Source Sans Pro";font-size: 18px !important;margin-top: 5px;color: #3d3935;}li:first-child {margin-top: 10px;}  ol li {font-family: "Source Sans Pro";font-size: 18px !important;color: #3d3935;}sup, sub {vertical-align: baseline;position: relative;top: -0.4em;}sub { top: 0.4em; }.large-description ol, .large-description ul {font-family: "Source Sans Pro";font-size: 18px !important;color: #3d3935;margin-bottom: 30px;}.hs-content-id-34895901001 .discover_more {display:none;}.hs-content-id-34895901100 .discover_more {display:none;}.hs-content-id-34895901272 .discover_more {display:none;}.hs-content-id-32138664591 .discover_more {display:none;}.hs-content-id-32135738447 .discover_more {display:none;}.hs-content-id-32138664550 .discover_more {display:none;}.hs-content-id-32138664527 .discover_more {display:none;}.hs-content-id-32135737944 .discover_more {display:none;}.hs-content-id-33558812538 .discover_more {display:none;}.hs-content-id-33567886588 .discover_more {display:none;}.hs-content-id-33558812538 .discover_more {display:none;}.hs-content-id-32135738376 .discover_more {display:none;}.hs-content-id-32138664572 .discover_more {display:none;}.hs-content-id-3352393191 .discover_more {display: none;}.hs-content-id-35024255746 .hs-accordion {display: none;}.hs-content-id-33555639005 #hs_cos_wrapper_module_1600313291507270 {display: none;}.hs-content-id-33555639005 .discover_more {display: none;}.hs-content-id-33556104282 .discover_more {display: none;}.hs-content-id-33556943812 .discover_more {display: none;}.hs-content-id-33523931911 .discover_more {display: none;}.resources-row {margin-top: 30px;text-align: center;}@media (min-width:1000px) {.industry_specific_wrap{padding-left: 450px;padding-right: 60px;background-position: 100% 0% !important;}}.hs-content-id-33523931911 .hs-rss-description a {display: block;width: 83px;}@media (min-width: 768px) {.section2 {margin-top: -55px;}.five_columns .row-fluid .span2{width: 17.929914530000001% !important;}.five_columns .row-fluid .span2:last-child{width: 0% !important;margin-left: 0px !important;}.search_industry,.search_brand,.search_products {margin-left: 0px !important;width:33.33% !important;}.blog_tiles .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {display: inline-block;width: 100%;}.blog_tiles .hs-rss-item.hs-with-featured-image .hs-rss-item-text {width: 100%;float: right;}.blog_tiles .hs-rss-item {width: 31% !important;margin-left: 2% !important;float: left;display: table !important;margin-top: 35px !Important;}.blog_tiles .hs-rss-item .hs-rss-item-text{display: table-footer-group !important;}.blog_tiles .hs-rss-item .hs-rss-item-image-wrapper{display: table-header-group !important;}.large-description .hs-breadcrumb-menu-item{display:inline-block;}li.hs-breadcrumb-menu-item{list-style:none;}ul.hs-breadcrumb-menu{margin-left:0;}.widget-type-linked_image {text-align: center;}.hs_cos_wrapper_type_linked_image {text-align: center;}.breadcrumbs{display:none;}@media (max-width: 767px) {.two-col-list {column-count: 1;}}@media (min-width: 768px) {.two-col-list {column-count: 2;margin-top: 20px !important;}.two-col-list li:first-child {margin-top: 0px !important;}}.st-default-autocomplete .st-autocomplete-results {display: none !important;}@media screen and (max-width: 600px) {.hidden-product {display: none !important;}}/* .hs-content-name-products-main .body-container  .row-number-8 {width:25% !important;float: left !important;}.hs-content-name-products-main .body-container .row-number-9 {width:75% !important;float: left !important;}.hs-content-name-products-main .body-container .sidebar2 li {width:100%;}.hs-content-name-products-main .body-container .sidebar2 li a{width:100%;}*/}/* Large devices (desktops, 992px and up)*/@media (min-width: 992px) {}@media (max-width: 1024px) {}@media (min-width: 1200px) {}@media (min-width: 1400px) {}.apb-btn .individual_product_buttons .active-branch ul{ display:flex !important;}.apb-btn .individual_product_buttons .active-branch ul a{ text-align:center;}@media (max-width: 600px) {.apb-btn .individual_product_buttons .active-branch ul{ display:inherit !important;}.apb-btn .individual_product_buttons .active-branch ul li a{margin-right:0 !important;}.hs-menu-wrapper.hs-menu-flow-horizontal>ul {display: block!important;border: none!important;box-shadow: none;}.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {float: none;display: block!important;border: none!important;padding-left:5px;}}@media (max-width: 568px) {.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {padding:0 0 10px!important;margin:0!important;}.product-brand-btn {display:block!important;position:relative;}.product-brand-btn span {position: absolute;right: 15px;}.product-brand-btn h3 {padding: 11px 21px!important;background: #3d3935;color: #fff;border-radius: 5px;text-align:left !important;}.product-brand-btn.up-arrow svg {rotate: 180deg!important;}.product_wrap .nav{display:none!important;}/*.product-brand-btn-btn.active .nav{display:block!important;} */nav.nav.active{display:block!important;}.nav li {width: 50%!important;}.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {padding: 5px!important;}/*  .product_wrap nav.nav {display: none;} */}.product-brand-btn {display: none;}/* Embed Container (iFrame, Object, Embed) */.hs-responsive-embed {position: relative;height: 0;overflow: hidden;padding-top: 0;padding-left: 0;padding-right: 0;}.hs-responsive-embed iframe,.hs-responsive-embed object,.hs-responsive-embed embed {position: absolute;top: 0;left: 0;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: 56.25%;}@media (max-width: 467px){  /* .span12.widget-span.widget-type-cell.product-row img {width: 100%; */}}@media (max-width: 400px){.page_header_title h1 {min-height: 75px!important;}}