/****************************************************************************/
/* This is the default custom CSS file that is included in every template.  */
/* It can be edited, but it cannot be renamed or deleted.                   */
/* You will see it included in the source of every page as                  */
/* 'custom/styles/default/hs_default_custom_style.css'                      */
/****************************************************************************/
/* 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;
}
se
/* =============================== Variables =============================== */
















 




/* =============================== Resets =============================== */
* {
  padding: 0;
  margin: 0;
}
h1, h2, h3, h4 {
  margin: 0 !important;
  padding: 0 !important;
}
/* =============================== Global tags =============================== */
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0,0,0,.5);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
body {
  padding: 0;
  margin: 0;
  font-size: 18px;
  color: #4D4D45;
  font-family: "Source Sans Pro", "Arial";
  font-weight: 400;
}
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"] {
  font-size: 14px;
  font-family: "Source Sans Pro", "Arial";
  font-weight: 400;
  border: 2px solid #727171;
  padding: 17px 19px !important;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  color:#727171;
}
select {
  font-size: 18px;
  font-family: "Source Sans Pro", "Arial";
  font-weight: 400;
  color: #757575;
  /*height: 58px;*/
  border: 2px solid #727171; /*<----Added 5/18/18 HS Support line 101-105---->*/
  padding: 17px 19px !important;
  background: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}
textarea {
  font-size: 16px;
  font-family: "Source Sans Pro", "Arial";
  font-weight: 400;
  border: 2px solid #727171;
  padding: 17px 19px !important;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type="reset"] {
  font-size: 18px;
  font-family: "Source Sans Pro", "Arial";
  font-weight: 400;
  border: 2px solid #727171;
  padding: 17px 19px !important;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none !important;
}
h1 {
  font-size: 44px !important;
  font-weight: 700 !important;
}
h2 {
}
h3 {
  font-size: 20px !important;
  font-weight: 600 !important;
}
h4 {
  font-size: 18px !important;
  font-weight: 400 !important;
}
h5 {
  font-size: 18px !important;
}
li {
  float: left;
  list-style: none;
}
table {
  width: 100%;
}
p {
  line-height: 24px;
}
iframe {
  width: 100% !important;
}
strong {
  font-weight: 600;
}
input[type="radio"] {
  margin-right: 20px;
}
legend {
  font-size: 15px;
}
.footer-container1 p{
  line-height: 28px;
    font-size: 15px;
}

/* Other elements */
.left {
  float: left;
}
.right {
  float: right;
}
.clearB {
  clear: both;
}
.textC {
  text-align: center;
}
.marginA {
  margin: auto;
}
.italic {
  font-style: italic;
}
.big {
  font-size: 54px;
  display: inline-block;
  margin-bottom: 30px;
}
.green {
  color: #38d52d;
}
.bcg {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
  width: 100%;    
}
.abtn {
  border: 2px solid #38D52D;
  padding: 25px 69px 25px 35px;
  display: table;
  color: #38D52D !important;
  font-size: 20px;
  font-weight: 600;	
}
.abtn-no-arrow {
  border: 2px solid #38D52D;
  padding: 15px 35px 15px 35px;
  display: table;
  color: #FFF !important;
  font-size: 20px;
  font-weight: 600;	
}
.abtn:after {
  content: "";
  background: url("//487126.fs1.hubspotusercontent-na1.net/hubfs/487126/images/green_arrow.png") no-repeat;
  width: 21px;
  height: 14px;
  position: absolute;
  margin: 8px 0 0 13px;
}
.abtn:hover {
  opacity: 0.8;
}
.input li {
  list-style: none !important;
}
.hs-form-required {
  display: none;
}
.hs-form-field {
  margin-bottom: 5px;
}
.hs_submit input {
  border: none;
  background: #727171 none repeat scroll 0% 0%;
  color: #FFF;
  padding: 18px;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
}
sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
sub { 
  top: 0.4em; 
}
a[target="//www.youtube.com"]:after {
  content: url(//www.globalpumps.com.au/hubfs/landing_pages/Vantage_5000/external.png);
  color: #37d52d
}

/* =================== Responsive =================== */
.container {
  display: table;
}
.ap-video-section .container {
    padding: 0!important;
  } 
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {
  .st-injected-content-generated,
  .container {
    display: block;
    padding: 0 15px!important;
  }  
  #banner-container{
    padding: 0px!important;
  }
  .ap-video-section .container {
    padding: 0!important;
  } 
}
@media (min-width: 768px) {
  .st-injected-content-generated,
  .container {
    padding-right: 15px!important;
    padding-left: 15px!important;
    margin-right: auto;
    margin-left: auto;
    width: 750px !important;
  }
 .row-fluid-wrapper.row-depth-1.row-number-20 .container {
    padding-right: 15px!important;
    padding-left: 15px!important;
  }
  #banner-container{
    padding: 0px!important;
  }
}   
@media (min-width: 992px) {
  .st-injected-content-generated,
  .container {
    width: 970px !important;
  }
}
@media (min-width: 1200px) {
  .st-injected-content-generated,
  .container {
    width: 1170px !important;
  }
}
@media (max-width: 767px) {
  .top-banner-space {
    min-height: 0px !important;
  }
}

/* =========== Other CSS Starts Here ============= */

/* === Topline === */
.topline {
  background: transparent url("https://www.globalpumps.com.au/hubfs/new%20folder/bg_topline1.jpg") no-repeat scroll 0px 0px / cover;
  padding: 12px 0px 6px 0;
  font-size: 14px;
  font-weight: 400;
  color: #FFF;
}
.topline input {
  color: #FFF !important;
}
.topline ul li {
  margin-right: 24px;
  padding-left: 28px;
  height: 20px;
}
.topline a {
  color: #FFF;
}
.mail_ico {
  background:url("//487126.fs1.hubspotusercontent-na1.net/hubfs/487126/images/mail.png") no-repeat;
    }
.phone_ico {
  background:url("//487126.fs1.hubspotusercontent-na1.net/hubfs/487126/images/phone.png") no-repeat;
    }
.location_ico {
  background:url("//487126.fs1.hubspotusercontent-na1.net/hubfs/487126/images/location.png") no-repeat;
    }
.searchBox input[type="text"] {
  background: none;
  border: none;
  color: #4D4D45;
  padding: 0;
}
.searchBox .input {
  position: relative;
}
.searchBox a {
  position: absolute;
  background: #38D52D;
  top: -12px;
  right: 0;
  padding: 14px 21px;
}

/* === Main Menu === */

.main_menu .menu-right-top ul li {
  margin: 0px;
}

.main_menu .menu-right-top ul li a
{
  height: auto;
  line-height: initial;
}

.case-text
{
  position:relative;
}

.main_menu {
  padding: 15px 0 15px 0;
}
.main_menu .logoBox {
  margin-bottom: 0px;
}
.main_menu ul {
  margin: 5px 0 0 0 !important;
  float: right;
}

.custom-menu-primary.js-enabled {
  padding-top: 00px;
}

.topStickyCustomClass .logoBox
{
  padding-top:20px;
}
.header-address {
  margin-top: 36px;    margin-bottom: 0;
}
.logoBox
{
  padding-top:47px;    margin-bottom: 0;
}

.main_menu .menu-right-top ul li a.cta_button {
  height: auto;
  line-height: initial;
  padding: 5px 10px !important;
  color:#fff!important;
}
.main_menu .menu-right-top ul li.mail_ico,.main_menu .menu-right-top ul li.phone_ico
{
  margin-top:6px;
}

.main_menu .menu-right-top ul li.mail_ico a,.main_menu .menu-right-top ul li.phone_ico a
{
  margin-top: -3px;
  height: 28px;
}
.main_menu .menu-right-top ul li.mail_ico span,.main_menu .menu-right-top ul li.phone_ico span
{
  font-size:16px !important;
}

.header-fixed.topStickyCustomClass {
  position: fixed;
  background-color: #fff;
  border-bottom: 1px solid #cccccc38;
  z-index: 1000;
  width: 100%;
  top: 0;
}
.topStickyCustomClass .logoBox img {
  width: 150px !important;
  margin-top: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.topStickyCustomClass .menu-right-top
{
  display:none !important;
}
.topStickyCustomClass .main_menu {
  padding: 5px 0 5px 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}


.main_menu ul li {
  margin: 0 11px 0 20px;
  font-size: 16px;
}
.main_menu ul li a {
  font-weight: 600;
  line-height: 41px;
  //height: 68px;
  border-bottom: 3px solid transparent;
  display: block;
  text-overflow: initial !important;
  padding: 0 !important;
  white-space: normal !important;
  max-width: 100% !important;
  margin-bottom: -5px;
  color: #4D4D45;
}
.main_menu ul li a:hover, .main_menu ul li.active-branch a {
  color: #38D52D !important;
  border-color: #38D52D;
  display: block;
}

/* === Section 1 === */
.section1 .banner1 {
  background-image: url("https://www.globalpumps.com.au/hubfs/new%20folder/section1aa.jpg");
}
.section1 .banner2 {
  background-image: url("https://www.globalpumps.com.au/hubfs/new%20folder/section1bb.jpg");
  display: none;
}
.section1 .banner3 {
  background-image: url("https://www.globalpumps.com.au/hubfs/new%20folder/section1cc.jpg");
  display: none;
}
.section1 .bcg {
  padding: 60px 0 0 0;
  color: #FFF;	
  min-height: 500px;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
}
.section1 p {
  margin-top: 15px;
}
.section1 ul {
  margin-top: 30px;	
}
.section1 .banner_content ul li {
  margin-bottom: 18px;
  padding-left: 0 !important;
  font-size: 20px;
  float: left;
  width: 40%;
}
.section1 .banner_cta {
  margin: 18px 0 0 0;	
}
.section1 .banner_content {
  float: left;
  width: 45%;
  margin-top: 30px;
}
.section1 .banner_img {
  float: right;
  width: 45%;
  position: relative;
  top: -54px;
}
.section1 .caption h1:nth-child(2) {
  margin: 45px 0 8px 0 !important;
  display: block;    
}
.section1 h1 > span.green {
  font-size: 55px !important;
  line-height: 52px !important;
}

/* === Section 2 === */

.section2 {
  position: relative;
  /*margin-top: -55px;*/
}
.section2 .bcg {
  background: #868685;
  color: #FFF;
  padding: 25px 0;    
}
.section2 h1 {
  margin: 0 0 18px 0 !important;
  font-size: 37px !important;
}
.section2 .title {
  color: #FFF;
  margin-bottom: 0px;
  padding-bottom: 14px;
  text-align: center;
  background: transparent url("//487126.fs1.hubspotusercontent-na1.net/hubfs/487126/images/bg_brand.png") no-repeat scroll center bottom;
}
.section2 .brand_box {
  text-align: center;
  margin-bottom: 25px;
}
.section2 .brand_image {
  margin-bottom: 38px;	
}
.section2 .brand_title {
  margin-bottom: 28px;
  font-size: 20px;	
  font-weight: 600;
}
.section2 .brand_title a {
  color: #FFF;
}
.section2 .browse_brand {
  border-radius: 25px;
  background: url(../image/browse_brand.png) no-repeat top center / auto 100%;
  padding: 18px 63px;
  display: inline-block;
  color: #FFF !important;
}
.section2 .browse_brand:hover {
  filter: invert(80%);
  -webkit-filter: invert(80%);	
}
.section2 .abtn-no-arrow {
  color: #FFF !important;
}
.section2 .mobile-nav {
  display: none;
}

/* === Section 3 === */

.section3 .bcg{
  padding: 25px 0 25px 0;	
  background: url("https://www.globalpumps.com.au/hubfs/new%20folder/bg_video1.jpg") repeat-x scroll top left / 100% 100%;
  color: #4d4d45;
}
.section3 .video_button {
  border: 4px solid #4ccc0f;
  padding: 24px 34px;
  display: table;
  color: #56d20b !important;
  font-size: 20px;
  font-weight: 600;
}
.section3 .video_button img {
  margin: -6px 0 0 17px;	
}
.section3 .semi_underline {
  display: inline-block;
  margin-bottom: 34px !important;
}
.section3 .semi_underline:after {
  width: 16%;
  top: 101px;	
}
.section3 h1 {
  line-height: 44px;
  font-family: "Brandon Grotesque", "Source Sans Pro", "Arial";
  font-weight: normal !important;
  margin-bottom: 35px !important;
}
.section3 h3 {
  margin-bottom: 22px !important;
}
.section3 .video_content {
  margin: 35px 0;	
}
.section3 .abtn-no-arrow {
  color: #3c3a34 !important;
}

/* === Section 4 === */

.section4 .bcg {
  padding: 0;
  background: url("https://www.globalpumps.com.au/hubfs/new%20folder/bg_trackGG.jpg");
  background-size: cover;
  color: #FFF;
  min-height: 500px;
}
.section4 h1 {
  margin: 190px 0 45px 0 !important;
  font-weight: normal !important;
}
.section4 .abtn-no-arrow {
  color: #FFF !important;
}
/* SMART BANNER */
.smart-banner {
  background: url("//487126.fs1.hubspotusercontent-na1.net/hubfs/487126/images/banner_background.png") no-repeat;	
  background-size: cover;
  text-align: center;
  padding: 25px 50px 10px;
}
.smart-banner h4{
  font-size: 26px !important;
  text-transform: uppercase;
  color: #3c3a34;
  font-family: "Brandon Grotesque","Source Sans Pro","Arial";
  font-weight: normal !important;
}
.smart-banner h2{
  font-size: 54px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px !important;
  font-family: "Brandon Grotesque","Source Sans Pro","Arial";
  font-weight: normal !important;
}
.smart-banner p{
  font-size: 20px;
  color: #fff;
  margin-bottom: 40px;
  font-family: "Brandon Grotesque","Source Sans Pro","Arial";
  font-weight: normal !important;
}
.smart-banner hr{
  width: 27px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #52e847;
  border-color: #52e847;
  margin-bottom: 38px;
}

.smart-banner2{
  background-color: #f6f5f1;
}

/* === Section 5 === */

.section5 {
  color: #FFF;	
  display: inline-block;	
  overflow: hidden;
  width: 100%;
}
.section5 .case1, .section5 .case2, .section5 .case3, .section5 .case4 {
  margin: 0 !important;
  width: 33.333%;    
  padding-bottom: 1000px;
  margin-bottom: -1000px !important;    
}
.section5 .case1 {
  background: url("https://www.globalpumps.com.au/hubfs/new%20folder/case11.jpg") no-repeat;	
  background-size: 100%;
}
.section5 .case2 {
  background: url("//487126.fs1.hubspotusercontent-na1.net/hubfs/487126/images/case2.jpg") no-repeat;	
  background-size: 100%;
}
.section5 .case3 {
  background: url("https://www.globalpumps.com.au/hubfs/new%20folder/case33.jpg") no-repeat;		
  background-size: 100%;
}
.section5 .case4 {
  background: url("//487126.fs1.hubspotusercontent-na1.net/hubfs/487126/images/MOFU_cta.png") no-repeat;	
  background-size: 100%;
}
.section5 .case_header {
  background: #363534;
  padding: 18px 0 22px 22px;
  color: #FFF;
  position: relative;
  margin-bottom: 127px;
}
.section5 .case_title {
  margin-bottom: 18px;	
  min-height: 56px;
  padding-left: 15px;
}
.section5 .case_title2 {
  min-height: 56px;
  padding-left: 0;
}
.case_title2 h3{
  font-size: 34px !important;
  text-align: center;
  padding: 0 10px !important;
}
.section5 .case_desc {
  padding-left: 15px;
}
.section5 .case_desc img {
  margin-top: 3px;
  float: right;
}
.section5 .row:after {
  content: "";
  clear: both;
}
.case-text{
  width: 100% !important;
  text-align: center;
}

.case-text p{
  font-size: 22px;
  margin-bottom: 48px;
  padding: 0 10px;
}
.case-text hr{
  position: absolute;
  width: 30px;
  top: 60px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #39d52d;
}
.section5 .case_header2 {
  padding: 18px 22px;
  color: #FFF;
  font-size: 22px;
  position: relative;
  margin-bottom: 49px;
}
/* === Section 6 === */

.section6 .bcg {
  padding: 25px 0 0px 0;	
}
.textC .partner_title p{
  margin:0px;
}
.hs_cos_flex-control-nav{
  bottom: 15px!important;
  z-index: 999;
  left: 47%;
  width:auto!important;
}
.hs_cos_flex-control-paging li a{
  background: rgb(56, 213, 45)!important;
}
.hs_cos_flex-control-paging li a:hover{
  background: white!important;
}
.hs_cos_flex-control-paging li a.hs_cos_flex-active{
  background: white!important;
}
.section6 .moreBox {
  margin-bottom: 25px;	
}

.section6 .moreBox a {
  color: #3c3a34 !important;
  font-size: 20px;	
  margin: 0 16px;
  display: inline-block;
  font-weight: 600;
  padding: 20px 30px;
  border: 2px solid #38D52D;
}
.section6 .moreBox a:hover {
  filter: invert(40%);
  -webkit-filter: invert(40%);	
}
.section6 h4 {
  font-weight: normal !important;
  margin-bottom: 24px !important;
}
.section6 h4:before {
  content: "";
  border-top: 1px solid #3B3A38;
  width: 59.5%;
  position: absolute;
  left: 20.5%;
  opacity: 0.15;
  margin-top: 8px;
  z-index: 1;
}
.section6 .partner_title h4 > span {
  background: #FFF;
  position: relative;
  z-index: 2;
  padding: 0 15px;	
}
.section6 .partner_title {
  margin-bottom: 0px;
  position: relative;
}

/* === Footer === */

.footer-container-wrapper {
  padding: 58px 0 0 0;    
  background: url("https://www.globalpumps.com.au/hubfs/new%20folder/bg_partners1.jpg") repeat;
  color: #4D4D45;
}
.footer-container-wrapper ul li {
  float: none;	
  margin-bottom: 14px;
  display: block;
  color: #FFF;
}
.footer-container-wrapper ul li a {
  color: #FFF;
}
.footer-container-wrapper .form-title {
  color: #38D52D;
  margin-bottom: 24px !important;	
  font-size: 16px !important;
  font-weight: 600 !important;
}
.footer-container-wrapper h4 {
  color: #38D52D;
  margin-bottom: 24px !important;	
  font-weight: 600 !important;
}
.footer-container-wrapper form .row {
  margin: auto 0 !important;
}
.footer-container-wrapper input, .footer-container-wrapper textarea, .footer-container-wrapper select {
  border: 2px solid #686766;
  margin-bottom: 5px;
  background: none;
  color: #828282;
  font-size: 14px;
  padding: 15px 12px;
  width: 100%;	
}
.footer-container-wrapper textarea {
  resize: none;	
}
.footer-container-wrapper input[type="submit"] {
  background: #504f4e;
  border: none;
  font-size: 20px;
  font-weight: 600;
  padding: 13px 0;
  text-align: center;	
  color: #FFF;
}
.footer-container-wrapper input[type="submit"]:hover {
  filter: invert(10%);
  -webkit-filter: invert(10%);	
}
.footer-container-wrapper .box2 li img {
  float: left;
  margin: 5px 12px 10px 2px;
  width: 16px;
}
.footer-container-wrapper .box2 li:nth-child(3) img {
  margin-right: 17px;
}
.footer-container-wrapper .box2 li:after {
  content: "";
  clear: both;	
}
.footer-container-wrapper .follow_us li {
  float: none;
  display: inline;
  margin-right: 13px;
}
.footer-container-wrapper .bottom_menu {
  padding-bottom: 59px;
  border-bottom: 1px solid #4d4d45;
  margin-right: 40px;
  margin-bottom: 52px;
}
.footer-container-wrapper .bottom_menu ul {
  margin: -2px 0 0 0;	
}
.footer-container-wrapper .bottom_menu li {
  display: inline-block;
  margin-right: 33px;
}
.footer-container-wrapper .box {
  margin-bottom: 20px;
}

/*============ new for footer ====*/


.footer-container-wrapper .box ul,.footer-container-wrapper .box2 ul,.footer-container-wrapper .follow_us ul {
  padding-left:0px;
}


/* === Bottom line === */

.bottom_line {
  background: #38D52D;
  font-size: 15px;
  padding: 24px 0 0 0;
  color: #FFF;
  margin-top: 63px;
}
.bottom_line .menu_bottom {
  text-align: right;
}
.bottom_line .menu_bottom li {
  padding: 0 15px 0 17px;	    
}
.bottom_line .menu_bottom li a {
  text-overflow: initial !important;
  color: #FFF;
}
/*
.bottom_line .menu_bottom li:first-child {
padding-right: 14px;
border-right: 1px solid #FFF;	
}
*/
.bottom_line .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  padding: 0 !important;
}
.follow_us-sidebar {
  padding-bottom: 35px;
  border-bottom: 1px solid #38D52D;
  margin-bottom: 45px;
  display: table;
  width: 100%;
}
.follow_us-sidebar h2 {
  font-size: 20;
  font-weight: 600;
  margin-bottom: 20px !important;
  color: #38D52D;
}
.follow_us-sidebar li {
  margin-right: 8%;   
  width: 28%;
  text-align: center;
}
.follow_us-sidebar li:last-child {
  margin-right: 0;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++
Inner Pages                                                 
+++++++++++++++++++++++++++++++++++++++++++++++++ */

/* === Product pages === */

.page_header_title {
  background: url("//487126.fs1.hubspotusercontent-na1.net/hubfs/487126/images/products/product-banner.jpg") no-repeat;
  background-size: cover;
  padding: 70px 0;
  margin-bottom: 35px;
}
.page_header_title h1 {
  font-size: 37px;
  text-transform: uppercase;
  color: #FFF;
}
.page_header_title h4 {
  font-size: 37px!important;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 600!important;
}
.sidebar ul li {
  float: none;
  border-bottom: 1px solid #38D52D;
  position: relative;
}
.sidebar ul li.active:after {
  content: "";
  background: url("//487126.fs1.hubspotusercontent-na1.net/hubfs/487126/images/mobile-nav-right.png") no-repeat;
  background-size: 12px;
  position: absolute;
  width: 12px;
  height: 12px;
  right: 0;
  top: 25px;
}
.sidebar ul li a {
  text-overflow: initial !important;
  white-space: normal !important;
  color: #727170;
  font-weight: 600;
  padding: 20px 0 !important;
}
.small-description {
  margin: 20px 0 60px 0;
  color: #4D4D45;
  font-weight: 600;
}
.small-description p {
  margin-bottom: 25px;
}
.product-box {
  float: left;
  width: 29%;
  text-align: center;
  margin-bottom: 65px;
  padding: 0 2%;
}
.product-box-wrap .hs_cos_wrapper:nth-child(3n+4) .product-box {
  clear: both;
}
.product-image {
  margin-bottom: 24px;
}
.product-title {
  margin-bottom: 28px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  min-height: 52px;
}
.product-title.fix-title{
  margin-top: 15px!important;
  margin-bottom: 8px!important;
  min-height: unset!important;
}
.product-title a {
  color: #4D4D45;
}
.product-item-title h2 {
  color: #4D4D45;
  font-size: 27px;
  font-weight: normal;
  /* text-transform: uppercase; */
  margin: 10px 0 20px 0 !important;
}
/* Global Pumps table style tr*/
.product-table {
  margin: 10px 0 10px 0;
  border-collapse: collapse;
  border: none;
}
table {
  border-collapse: collapse;
}
.product-table td {
  color: #3d3935;
  width: 25%;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  padding-left: 15px;
}
.product-table thead {
  background: #3d3935;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  height: 44px;
  text-align: left;
}
.product-table thead td {
  font-weight: 600;  
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
}
.product-table thead tr td:first-child, .product-table tbody tr td:first-child {
  padding-left: 1.5%;
  text-align: left;
}

.product-table th {      
  padding-left: 1.5%;
  text-align: left;
  height: 44px;
}

.product-table table tr:first-child {
    border-top: 1px solid #f1f1f1;
}
.product-table tr:last-child{ /*this will select last tr*/
  border-bottom: 1px solid #f1f1f1;
}
.product-table tbody tr:nth-child(even) {
  background: #f1f1f1;
}
/* Global Pumps table style no head*/
.product-table-gp {
  margin: 10px 0 10px 0;
  border-collapse: collapse;
  border: none;
}
table {
  border-collapse: collapse;
}
.product-table-gp td {
  color: #3d3935;
  width: 25%;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  padding-left: 15px;
}
.product-table-gp tbody tr td:first-child {
  padding-left: 1.5%;
  text-align: left;

}
.product-table-gp tr:last-child{ /*this will select last tr*/
  border-bottom: 1px solid #f1f1f1;
}
.product-table-gp tbody tr:nth-child(odd) {
  background: #f1f1f1;
}
.product-table-gp tbody tr:nth-child(even) {
  background: #fff;
}

/* Global Water table style tr*/
.product-table-gw {
  margin: 20px 0 20px 0;
  border-collapse: collapse;
  border: none;
}
table {
  border-collapse: collapse;
}
.product-table-gw th {
  background: #3d3935;
  padding-left: 10px;
  height: 44px;
  text-align: left;
  font-weight: 600;  
  color: #fff;
}
.product-table-gw td {
  color: #3d3935
  width: 25%;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  padding-left: 10px;
}
.product-table-gw table tr:first-child {
    border-top: 1px solid #fff;
}
.product-table-gw tr:last-child{ /*this will select last tr*/
  border-bottom: 1px solid #d9f0f9;
}
.product-table-gw tbody tr:nth-child(even) {
  background: #fff;
}
.product-table-gw tbody tr:nth-child(odd) {
  background: #d9f0f9;
}
.view-products h4 {
  font-weight: 600 !important;
  font-size: 16px !important;
  padding: 30px 0 40px 0 !important;
  color: #4D4D45;
  border-top: 1px solid #38D52D;
}
.large-description {
  margin: 0 0 15px 0;
}
.large-description h4 {
  font-size: 16px !important;
  font-weight: 600 !important;
  margin-bottom: 40px !important;
}
.large-description h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 18px;
}
.large-description p {
  margin-bottom: 25px;
}
.large-description li {
  list-style: item;
  float: none;
  margin-bottom: 15px;
}
.large-description ul li {
  list-style: disc;
}
.large-description ol li {
  list-style: decimal;
}
.large-description ol, .large-description ul {
  margin: 0 0 40px 15px;
}
.online-chemical-guide-sidebar {
  background: url("//487126.fs1.hubspotusercontent-na1.net/hubfs/487126/images/bg_trackH.jpg") no-repeat scroll center 0% / cover;
  height: 490px;
  font-size: 25px;
  font-weight: 600;
  color: #FFF;
  padding: 37px 20px;
  margin-bottom: 35px;
}
.online-chemical-guide-sidebar a {
  margin-top: 24px;
}
.news-subscription-box {
  padding-top: 40px;
  border-top: 1px solid #38D52D;
  margin-bottom: 60px;
}
.news-subscription-box h3 {
  margin-bottom: 28px !important;
}

.news-subscription-box.news-subscription-boxC.news-subscription-boxD h3 {
  font-size: 33px !important;
  font-weight: normal !important;
  margin-bottom: 35px !important;
  text-transform: capitalize !important;
  padding-top: 0px !important;
}

.news-subscription-box.news-subscription-boxC.news-subscription-boxD {
  padding-top: 0px !important;
}


.news-subscription-box .hs-form-field {
  margin-bottom: 25px;
}
.news-subscription-box .hs-form-field input, .news-subscription-box .hs-form-field textarea {
  border: 2px solid #727171;   
  padding: 17px 19px;
}
.news-subscription-box .hs_submit {
  margin-top: 20px;
}
.news-subscription-box .hs_submit input {
  border: medium none;
  background: #727171;
  color: rgb(255, 255, 255);
  padding: 18px;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
}
.product-info-box {
  padding-top: 33px !important;
  border-top: 1px solid #38D52D;
  margin-top: 20px !important;
}
.feature-list {
  margin: 0 0 45px 15px;
}
.feature-list li {
  display: item;
  float: none;
  list-style: disc;
  margin-bottom: 7px;
}
.enquiry-btn {
  color: #FFF;
  background: #38D52D;
  padding: 15px 50px;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
  display: none;
}
.galleryBox img {
  float: left;
  width: 19%;
  height: 125px;
  border: 10px solid #38D52D;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px;
}
.infoBoxB {
  /*display: none;*/
}
.infoBoxB.active {
  display: block !important;
}
.image-gallery img {
  /* width: 31%;*/
  float: left;
  /*height: 148px;*/
  padding: 5px;
  max-height:210px;
  width:auto;
}

/* === Products by Brand only === */
.hs-content-name-products-brand .product-title {
  margin-bottom: 0;
  min-height: auto;
}
.hs-content-name-products-brand .product-box {
  margin-bottom: 45px;
}
.product-box-details-wrap .product-box {
  margin-bottom: 15px;
}
.product-box-details-wrap .product-image {
  display: table;
  margin: 0px auto 24px;
}
.product-box-details-wrap .product-image a {
  display: table;
  border: 10px solid;
  border-radius: 50%;
}
.product-box-details-wrap .product-image img {
  /*filter: grayscale(100%);
  -webkit-filter: grayscale(100%);*/
  border-radius: 50%;
  width: 130px;
  height: 130px;
}

/* === Products by Services, Accesorries, Spare Parts === */
.hs-content-name-services-accesories-spare-parts .product-box .product-image {
  display: table;
  margin: 0px auto 24px;
}
.hs-content-name-services-accesories-spare-parts .product-box .product-image a {
  border: 10px solid #38D52D;
  border-radius: 50%;
  display: table;
}
.hs-content-name-services-accesories-spare-parts .product-box .product-image img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  border-radius: 50%;
}
.hs-content-name-products-pumps .product-box .product-image {
  display: table;
  margin: 0px auto 24px;
  width: 100%;
  text-align: center;
}
.hs-content-path-services-accessories-spare-parts .product-box .product-image a {
  border: 10px solid #38D52D;
  border-radius: 50%;
  display: table;
}
.hs-content-path-services-accessories-spare-parts .product-box .product-image img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  border-radius: 50%;    
  max-width: 150px;
  width: 100%;
}
.hs-content-path-services-accessories-spare-parts .product-content {
  overflow: hidden;
  height: 70px;
}

/* === Products by Pumps === */
.hs-content-name-products-pumps .product-box .product-image {
  display: table;
  margin: 0px auto 24px;
}
.hs-content-name-products-pumps .product-box .product-image a {
  border: 10px solid #38D52D;
  border-radius: 50%;
  display: inline-block;
}
.hs-content-name-products-pumps .product-box .product-image img {
  /* filter: grayscale(100%);
  -webkit-filter: grayscale(100%);*/
  border-radius: 50%;
  width: 130px;
  height: 130px;    
}
.hs-content-name-products-pumps .product-content {
  overflow: hidden;
  height: 70px;
}

.product-box-wrapB .product-box {
  width: auto !important;
  float: none;
}
.product-box-wrapB .product-image {
  display: table;
  margin: 0px auto 24px;
}
.product-box-wrapB .product-image a {
  border: 10px solid #38D52D;
  border-radius: 50%;
  display: table;
}
.product-box-wrapB .product-image img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  border-radius: 50%;
  width: 130px;
  height: 130px;    
}

/* === Company Pages === */
.title-company {
  background-image: url("//487126.fs1.hubspotusercontent-na1.net/hubfs/487126/images/company/company-banner.jpg"); !important;
}
.company-description .desc {
  margin-bottom: 60px;
}
.company-description .desc:nth-child(1) {
  margin-top: 50px;
}
.company-description .desc:nth-child(2) {
  margin-top: 40px;
}
.company-description p {
  margin-bottom: 25px;
}
.company-description h4 {
  font-size: 20px !important;
  font-weight: 600 !important;
  margin-bottom: 30px !important;
}
.company-description ul, .company-description ol {
  margin-left: 15px;
  margin-bottom: 25px;
}
.company-description li {
  display: item;
  float: none;
  list-style: disc;
  margin-bottom: 15px;
}
.desc h5 {
  margin-bottom: 15px;
}

/* === Contact === */
.title-contact {
  background-image: url("https://www.globalpumps.com.au/hubfs/Global%20pumps%20compressed%20webp%20images/contact-banner.webp") !important;
}
.contactBox {
  padding-bottom: 37px;
  margin-bottom: 48px;
  border-bottom: 1px solid rgb(205, 204, 204);
}
.contactBox.last {
  border-bottom: none;
}
.contactBox h3 {
  text-transform: uppercase;
  margin-bottom: 37px !important;
}
.contactBox p {
  line-height: 24px;
  margin-bottom: 20px;
}
.news-subscription-boxB {
  margin-bottom: 60px;
}
.news-subscription-boxB .hs-form-field input {
  margin-bottom: 20px;
}
.maps {
  margin-bottom: 60px;
}

/* === Resources & Support === */
.title-resource {
  background-image: url("https://www.globalpumps.com.au/hubfs/Global%20pumps%20compressed%20webp%20images/resource-banner.webp") !important;
}
.resources-description {
  padding-bottom: 60px;
}
.resources-description h4 {
  font-size: 20px !important;
  margin-bottom: 20px !important;
  font-weight: 600 !important;
}
.resources-description .resourcesBox {
  border-bottom: 1px solid #cdcccc;
  padding: 30px 0;
}
.resources-description .resourcesBox:first-child { 
  padding-top: 0;
}
.resources-description .resourcesBox:last-child {
  border-bottom: none;
  margin-bottom: 60px;
}
.resources-description .resourcesBox .green {
  font-weight: 600;
}
.resources-description h3 {
  font-size: 33px !important;
  font-weight: normal !important;
  margin-bottom: 35px !important;
}
.resources-description .faq-title {
  padding: 30px;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  background: #fff none repeat scroll 0% 0%;
  color: #38D52D;
  margin-bottom: 5px;
  cursor: pointer;
  border-bottom: 1px solid #3ad531;
}
.resources-description .faq-title.active {
  font-weight: 600;
}
.resources-description .faq-content {
  background: #fff;
  padding: 50px 30px 12px 30px;
  margin-bottom: 5px;
  display: none;
}
.resources-description .faq-content.active {
  display: block;
  line-height: 2.0;
}
.resources-description .faq-content h4 {
  font-size: 16px !important;
  margin-bottom: 13px !important;
}
.resources-description .faq-content p {
  margin-bottom: 35px;
  font-weight: normal;
}
.resources-description .faq-content strong {
  font-weight: bold;
}
.resources-description h3 {
  margin-bottom: 28px !important;
}
.resources-description .hs-form-field {
  margin-bottom: 5px;
}
.resources-description .hs-form-field input, .resources-description .hs-form-field textarea, .resources-description .hs-form-field select {
  border: 2px solid #727171;   
  padding: 17px 19px;    
}
.resources-description .hs-form-field select {
  height: 58px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}
.resources-description .hs_submit {
  margin-top: 10px;
}
.resources-description .hs_submit input {
  border: medium none;
  background: #727171;
  color: rgb(255, 255, 255);
  padding: 18px;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
}
.resources-description ul {
  margin-left: 15px;
  margin-bottom: 30px;
}
.resources-description li {
  float: none;
  display: item;
  list-style: disc;
}
.resources-description p {
  margin-bottom: 15px;
}
.resources-description .input ul {
  margin-left: 0;
}
.resources-description .input li {
  list-style: none;
}
.resources-description .input input[type="checkbox"] {
  margin-right: 15px;
}
.glossary-menu {
  padding-bottom: 15px;
  border-bottom: 1px solid #CCC;
  margin-bottom: 15px;
  margin-top: 40px;
}
.glossary-menu li {
  float: left;
  width: 3.7%;
  text-align: center;
}
.glossary-menu li a.active {
  font-weight: 600 !important;
}
.glossary-box div {
  display: none;
}
.glossary-box div.active {
  display: block;
}
.glossary-box li {
  margin-bottom: 15px;
}
/* === News === */


.blogBox {
  padding-bottom: 60px;
}
.blogBox li {
  display: item;
  float: none;
  list-style: disc;
  margin-bottom: 15px;
}
.hs-featured-image {
  max-width: 100%;
  float: none;
  text-align: center;
  margin: 0;
  height: auto;
}
.blogBox h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 23px !important;
}
.blogBox h2 a {
  color: #474641 !important;
}
.blogBox .blog-date {
  text-align: right;
  line-height: 28px;
  color: #38D52D;
}
.blogBox .post-item {
  padding: 55px 0 35px 0;
  border-bottom: 1px solid #CCC;
}
.blogBox .post-item:first-child {
  padding-top: 0;
}
.blogBox p {
  margin-bottom: 15px;
  line-height: 24px;
}
.blogBox .more-link {
  margin-top: 15px;
}
.feat-image {
  /*display: none;*/
}
.blogBox .blog-listing-wrapper .span9 img:first-child,
/*.blog-post-wrapper .span9 img:first-child*/ {
  display: none;
}
.blogBox h1 {
  margin-bottom: 35px !important;
}

.news-by-topic {
  padding-bottom: 20px;
}
.news-by-topic h3 {
  margin-bottom: 35px !important;
}
.news-by-topic li {
  margin-bottom: 25px;
  float: none;
}
.news-by-topic li a {
  color: #4D4D45;
}
.news-banner {
  background: url("https://www.globalpumps.com.au/hubfs/Global%20pumps%20compressed%20webp%20images/news-banner-3.webp") no-repeat !important;
  background-size: cover !important;
}
.hs-blog-post .news-banner { background-size:cover !important; padding:70px 15px; }

.date-full-details {
  text-align: left !important;
  margin-bottom: 35px;
}
.feature-image-full-details {
  width: 100%;
}

/* === Chemical Compatibility Table === */
.chemical-description {
  margin: 20px 0 30px 0;
}
.chemical-description p {
  margin-bottom: 23px;
  font-weight: normal;
}
.filterBox {
  font-size: 20px;
  font-weight: 600;
}
.filterBox > div {
  padding-top: 15px;
}
.filterBox > div.span4 {
  padding-top: 0;
}
.filterBox input[type="radio"] {
  position: relative;
  top: -2px;
  right: 5px;
}
.chemicalsBox {
  background: #f3f3f4;
  padding: 30px;
  margin-bottom: 30px;
}
.chemicals {
  height: 1123px;
  overflow-y: scroll; 
}
.chemicals ul {
  margin-left: 20px;
}
.chemicals li {
  display: item;
  list-style: disc;
  margin-bottom: 20px;
  float: none;
  padding-left: 15px;
  cursor: pointer;
}
.chemical-data, .chemical-materials {
  padding: 30px;
  background: #f3f3f4;
  margin-bottom: 35px;
}
.chemical-data div {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 17px;
  font-size: 16px;
}
.chemical-name {
  font-size: 18px !important;
  color: #38D52D;
  margin-bottom: 35px;
  font-weight: 600 !important;
  text-transform: uppercase;
}
.chemical-materials h3 {
  font-size: 18px !important;
  color: #38D52D;
  margin-bottom: 30px !important;
}
.chemical-materials li {
  display: item;
  margin-bottom: 20px;
  float: none;
}
.chemical-materials .rate {
  float: right;
}
.chemical-materials .rate > span {
  padding: 7px 30px;
}
.chemical-materials .rate .a, .rating .a {
  background: #b1eda0;
}
.chemical-materials .rate .b, .rating .b {
  background: #ff8484;
}
.chemical-materials .rate .c, .rating .c {
  background: #84ffff;
}
.chemical-materials .rate .d, .rating .d {
  background: #ffff84;
}
.chemical-search {
  padding-bottom: 50px;
  border-bottom: 1px solid #CCC;
  margin-bottom: 50px;
}
.chemical-legend {
  padding: 30px;
  /*background: #747474;*/
  background: #f3f3f4;
  height: 336px;
}
.chemical-legend li {
  display: item;
  float: none;
  margin-bottom: 20px;
}
.chemical-legend li > span {
  padding: 7px 30px;
}
.chemical-legend h3 {
  text-transform: uppercase;
  color : #38D52D;
  margin-bottom: 25px !important;
}
.cct-bottom {
  margin-bottom: 40px;
}
.title-chemical {
  background-image: url('//487126.fs1.hubspotusercontent-na1.net/hubfs/487126/images/chemical-compatibility-table-banner.jpg') !important;
}
#filter {
  width: 75%;
  float: left;
}
.reset {
  float: right;
  border: medium none;
  background: rgb(114, 113, 113) none repeat scroll 0% 0%;
  padding: 8px 16px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}

/* === Enquiry === */
.news-subscription-boxC {
  border-top: 0px;
}

.news-subscription-boxD {
  padding-top: 10 !important;
}
.resources-description blockquote {
  margin-bottom: 35px;
}
.glossary-menu li, .glossary-box li {
  list-style: none;    
}
.product-tableB {
  margin-top: 0 !important;
}

/* === Video === */
.videoBox {
  padding: 55px 0px 35px;
  border-bottom: 1px solid #CCC;
}
.videoBox:first-child() {
  padding-top: 0;
}
.videoBox h2 a {
  color: #474641 !important;
  font-size: 20px;
  font-weight: 600;
}
.watch-now {
  padding-top: 25px;
}
.watch-now a {
  font-weight: 600;
}
.fancybox-inner {
  height: auto !important;
}
.vidBox {
  padding-bottom: 25px;
  border-bottom: 1px dashed rgb(204, 204, 204);
  margin-bottom: 15px;
}

/* === Testimonial === */
.testi-name {
  color: #3d3935;
  font-weight: strong;
}
.testiBox blockquote {
  border-top: 1px solid #000;
  padding-top: 25px;
}
.testiBox blockquote p {
  margin-bottom: 0 !important;
}

/* === Subscribe === */
.hs-content-name-subscribe .resources-description form {
  width: 70%;
}
.hs-content-name-subscribe .resources-description .hs_have_a_sales_rep_contact_me {
  float: left;
  margin-top: 25px;
}
.hs-content-name-subscribe .resources-description .hs_submit {
  float: right;
}
.hs-content-name-subscribe .resources-description .hs_submit input {
  width: 145px;
}
.subscribe-banner {
  width: 66.6%;
  border: 1px dashed rgb(204, 204, 204);
  padding: 12px 14px;
}
.subscribe-banner h4 {
  font-size: 33px !important;
  margin-bottom: 0 !important;
}
.subscribe-banner p {
  font-weight: normal;
}
.subscribe-banner .fold {
  position: relative;
}
.subscribe-banner .fold img {
  position: absolute;
  right: -10px;
  margin-top: 20px;
}

/* === Unsubscribe === */
.backup-unsubscribe {
  margin:50px 0;
  border: 1px dashed rgb(204, 204, 204);
  padding:20px;
  width:550px !important;
}
.backup-unsubscribe .page-header {
  width:475px;
  margin:20px 0;
}
.backup-unsubscribe .page-header h1 {
  font-size: 33px !important;
}
.backup-unsubscribe input {
  border:2px solid #727171;
  padding:17px 19px !important;
}
.backup-unsubscribe input[type="submit"] {
  margin-left:380px;
  border:none !important;
  color:#ffffff !important;
  background:#727171 !important;
}
.backup-unsubscribe h3 {
  font-size:15px !important;
  padding:5px 0 !important;
  font-weight:normal !important;
}

.subscription_update_confirmation {
  margin:50px 0;
}

.communication_preferences {
  margin-top:50px;
  padding:0 20px;
}
.communication_preferences #content {
  margin-bottom:50px;
}
.communication_preferences #content input[type="submit"] {
  background:#727171;
  color:#ffffff;
  padding:17px 19px !important;
  border:none !important;
}
.communication_preferences #content p.header {
  margin-left: 0px !important;
}
.communication_preferences .page-header h1 {
  margin-bottom:20px !important;
}
.communication_preferences .subscribe-options p label {
  margin-left:0px;
}

.unsubscribed_container {
  padding:0 20px;
}


/* === Whitepapers === */
.whitepapers {
  margin-bottom: 35px;
  padding: 20px 0 10px 0;
  border-top: 1px solid #3ad531;
}
.white-date {
  margin-bottom: 15px;
}
.white-title strong {
  font-weight: 600;
}

/* === Enquiry === */
.enquiry-form {
  margin-top: 20px;
}
.enquiry-form .hs-form-field input, .enquiry-form .hs-form-field textarea {
  border: 2px solid #dfdfdf;
  padding: 17px 19px;
}
.enquiry-form .hs-form-field {
  margin-bottom: 5px;
}
.enquiry-form .hs_submit input {
  color: #FFF;
  background: #38D52D;
  padding: 15px 50px;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
  border: none;
  width: 100%;
}

/* === Privacy === */
.privacyBox ul {
  margin-left: 25px;
  margin-bottom: 0;
}
.privacyBox li {
  list-style: none;
}
.privacyBox > ul > li {
  margin-bottom: 25px;
}

.gallery-viewBox {
  position: relative;
  margin-top: -30px;
}
.blueimp-gallery {
  display: none;
}

/* === Related Models === */
.related-productsBox .product-image img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  border-radius: inherit;
  width: auto;
  height: auto;
}
.related-productsBox .product-title {
  padding-bottom: 20px;
  min-height: auto;
  border-bottom: 1px solid #CCC;
  margin-bottom: 22px;
}
.related-productsBox .product-box {
  text-align: left;
}
.related-productsBox .view-prod-info a {    
  padding: 18px 0px;
  width: 100%;
  text-align: center;
  display: block;
  margin-top: 29px;
  text-transform: uppercase;
  font-weight: bold;
  color: #38D52D;
  border: 2px solid #38D52D;
}
.related-productsBox .view-prod-info a:hover {
  color: #FFF;
  background: #38D52D;
}

/* === Breadcrumbs === */
.breadcrumbs {
  margin: 20px 0;
}

/* === Landing Page === */
.banner-landingpage {
  background-image: url('//487126.fs1.hubspotusercontent-na1.net/hubfs/487126/images/banner-landingpage.jpg') !important;
}
.landingpage-sidebar {
  background: #D1D2D4;
  margin-top: 10px;
  padding: 30px 0;
}
.landingpage-sidebar .catalogue-form {
  padding: 0 30px;    
}
.landingpage-sidebar-wrapper {
  position: relative;
  top: -110px;
}
.wistia-vidBox {
  margin-bottom: 25px;
}
.wistia-vidBox img {
  width: 100%;
}
.wistia-vidBox .wistia_embed {
  width: 100% !important;
  height: 485px !important;
}
.landingpage-sidebar img {
  margin-bottom: 25px;
}
.catalogue-form h3 {
  margin-bottom: 20px !important;
  font-weight: 500 !important;
  font-size: 16px !important;
}
.catalogue-form .hs-error-msgs {
  font-size: 16px;
}
.catalogue-form .input {
  margin-bottom: 9px;
}
.hs_how_many_pumps_do_you_have_in_your_company_premesis_.hs-form-field {
  padding: 0 2px;
}
.catalogue-form select {
  border-radius: 0px;
  -moz-border-radius: 0px; 
  -webkit-border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 39px;
  margin: 9px 0px;
  border: 1px solid #CCC;
  background-image: url('//487126.fs1.hubspotusercontent-na1.net/hubfs/487126/images/select-icon.jpg');
  background-repeat: no-repeat;
  background-position: top right;
}
.catalogue-form .actions input {
  width: 100%;
  padding: 15px 0px;
  display: block;
  white-space: normal;
  color: #FFF;
  font-weight: bold;
  border: none;
  background: #38D52D;
}
.shareBox {
  border-top: 1px solid #363534;
  padding-top: 30px;
  margin-top: 30px;
}
.social-sharing-box a {
  padding-right: 13px;
}
.social-sharing-box a, .social-sharing-box img {
  width: 44px !important;
  height: 44px;
  max-width: 44px !important;
  max-height: 44px !important;
}
.hs-landing-page .footer-container-wrapper {
  padding: 0;
  background: none;
}
.calc .footer-container-wrapper {
  margin-top : 20px;
  padding: 58px 0 0 0!important;    
  background: url("//487126.fs1.hubspotusercontent-na1.net/hubfs/487126/images/bg_partners.jpg") repeat!important;
  color: #4D4D45!important;
}
.hs-landing-page .bottom_line {
  padding: 24px 0px 12px 0px;
}
.resources-description.gp-landing-page {
  min-height: 420px;
}
.ty-download-catalogueBox {
  margin-top: 35px;
}
.ty-download-catalogueBox a {
  padding: 17px 30px;
  color: #FFF;
  font-weight: bold;
  margin-right: 18px;
}
.ty-download-catalogueBox a.btn1 {
  background: #38D52D;
}
.ty-download-catalogueBox a.btn2 {
  background: #a8a8a8;   
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++
Responsive                                                 
+++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ================  Desktop ================ */
@media only screen and (min-width: 960px) and (max-width: 1280px) {
  .section4 .bcg {
    background-position: 50% bottom;
  }
  .section5 .case1, .section5 .case2, .section5 .case3, .section5 .case4 {
    background-size: 160%;
  }
}
@media only screen and (min-width: 1300px) {
  .section5 .case1, .section5 .case2, .section5 .case3, .section5 .case4 {
    background-size: 150%;
  }
}
@media only screen and (min-width: 1366px) {
  .section5 .case1, .section5 .case2, .section5 .case3, .section5 .case4 {
    background-size: 150%;
  }
}
@media only screen and (min-width: 1440px) {
  .section5 .case1, .section5 .case2, .section5 .case3, .section5 .case4 {
    background-size: 135%;
  }
}
@media only screen and (min-width: 1900px) {
  /* === Section 4 === */
  .section4 .bcg {
    background-position: 0 0;
  }    
}

@media (max-width:767px){

  .main_menu .menu-right-top ul li.mail_ico, .main_menu .menu-right-top ul li.req_info {
    display:none;
  }

  .main_menu .menu-right-top ul li.phone_ico {
    display: block;
    padding: 3px 30px !important;
  }

  .main_menu .menu-right-top ul li {
    margin: 0px;
    float: left;
    padding: 0px !important;
    margin-right: 10px !important;
  }
  .menu-right-top ul
  {
    padding-left:0px;
    padding-top:20px
  }

  .menu-right-top {
    max-width: 350px;
    margin: auto !important;
  }
  .custom-menu-primary.mobileOptimization.js-enabled {
    margin: 0;
    padding: 0;
    top: -90px;
    position: relative;
  }
  body .logoMenu img {
    margin: 0px !important;
  }
  body .mobileOptimization .mobile-trigger {
    height: 100% !important;
    padding: 13px 10px 10px 5px !important;
    margin: 0px 20px;
  }
  .custom-menu-primary.js-enabled .hs-menu-flow-horizontal {
    width: 100%;
    position: absolute !important;
    top: 10px !important;
    z-index: 9999;
    overflow: hidden;
  }

  .hs-blog-post .blogBox { padding:0 15px 60px; }
  .hs-blog-post .blogright-sidebar { padding:0 15px; } 
  .footer-container-wrapper { padding:58px 15px 0; }

  /*.main_menu.headerCont.menuMobile { position:relative; }
  .main_menu.headerCont.menuMobile .custom-menu-primary { position: absolute; left: 0; top: 0; width: 100%; }*/
}
@media (max-width:350px){
  .hs-blog-post #captcha_wrapper { max-width:280px; overflow:hidden; }
}


@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation : landscape){
  body .menu-right-top ul li {
    margin-right: 5px !important;
    padding-left: 0px !important;
  }
  .main_menu .menu-right-top ul li.mail_ico, .main_menu .menu-right-top ul li.phone_ico {
    margin-top: 6px;
    padding-left: 22px !important;
  }
  .main_menu   .custom-menu-primary .hs-menu-flow-horizontal>ul>li {
    padding: 5px 0 5px 5px !important;
    margin: 0 8px 0 8px;
  } 


}


@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation : portrait){

  .logoBox {
    width:15% !important;
  }
  .logoright{
    width:85% !important;
    margin:0px !important;
  }
  body .custom-menu-primary .hs-menu-flow-horizontal>ul>li {
    padding: 0px 0 0px 0px !important;
  }
  body .main_menu ul li {
    margin: 0 6px 0 6px;
  }
  body .search-form #st-search-input
  {
    max-width: 70px;  
  }

  .main_menu .custom-menu-primary.js-enabled {
    padding-top: 0px;
    margin-top: 0px;
  }
  .main_menu .menu-right-top ul li.mail_ico, .main_menu .menu-right-top ul li.phone_ico {
    display:none;
  }
  .menu-right-top {
    padding-bottom: 20px;
  }
}


/* ================ Tablets (portrait and landscape) ================ */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

  /* === Topline === */
  .searchBox {
    display: none !important;	
  }
  .topline .span9 {
    width: 100%;
  }
  .main_menu ul li {
    margin: 0 10px 0 20px;
  }

  /* === Section 3 === */
  .section3 img {
    margin-top: 30px;	
  }

  /* === Section 4 === */
  .section4 .bcg {
    background-position: -360px 0;
  }
  .case_header2 {
    margin-bottom: 0 !important;
  }

  /* === Section 5 === */
  .section5 .case1, .section5 .case2, .section5 .case3, .section5 .case4 {
    background-size: 200%;
  }
  .section5 .case1 .span4,
  .section5 .case2 .span4, 
  .section5 .case3 .span4{
    width: 40% !important;
  }
  .section5 .case4 .case-text{
    width: 100% !important;
  }
  .section5 .span11{
    width:100% !important;
    text-align:center;
  }
  .section5 .span11 p{
    margin-bottom: 50px;
    font-size: 20px;
    text-align: center;
  }
  .section5 .case_title h3 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .section5 .case_desc img {
    margin-top: 16px;
  }

  /* === Section 6 === */
  .section6 .partners-img img {
    width: 100% !important;
  }

  /* === Footer === */
  .footer-container-wrapper .box2 li img {
    margin: 5px 3px 10px 2px;
  }
  .footer-container-wrapper .box2 li:nth-child(3) img {
    margin: 5px 3px 10px 2px;
  }
  .footer-container .follow_us img {
    width: 60px;
  }

  /* === Right sidebar === */
  .online-chemical-guide-sidebar {
    padding: 37px 15px;
  }
}

/* ================ Tablets (portrait) ================ */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* === Section 5 === */
  .section5 .case1, .section5 .case2, .section5 .case3, .section5 .case4 {
    background-size: cover;
    background-position: center;
  }
}

/* ================ Phones (portrait and landscape) ================ */
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {
  .searchBox {
    display: none !important;	
  }
  h1 {
    font-size: 30px !important;	
    font-weight: 600;
  }
  h4 {
    font-size: 14.5px !important;
  }
  .abtn-no-arrow {
    display: block;
    text-align: center;
  }


  .smart-banner {
    padding: 16px;
    height: auto;
  }
  /* === Topline === */
  .topline {
    padding: 15px 15px 5px 15px;
  }
  .topline li {
    margin-bottom: 10px;
    display: inline-block;
    float: none;
    padding-left: 40px;
  }
  .logoBox {
    float: left !important;
    width: 70% !important;
    margin: 25px 0 15px 15px !important;
  }
  .main_menu {
    padding: 0;
  }
  .main_menu ul {
    margin: 0 !important;
  }
  .main_menu ul li a:hover, .main_menu ul li.selected a {
    border: none;
  }
/*   .header-container .container {
    padding: 0;
  } */
  .main_menu ul li a:hover, .main_menu ul li.active-branch a {
    border: none;
  }
  /* === Section 1 === */
  .section1 .bcg {
    padding: 40px 0px 0px;
    min-height: 520px;
  }    
  .section1 .hs_cos_wrapper_type_image_slider {
    height: 450px;
  }
  .section1 h1 {
    font-size: 21px !important;
  }
  .section1 h1 span.green {
    font-size: 36px !important;	
  }
  .section1 .caption h1:nth-child(2) {
    margin-top: 33px !important;
  }
  .section1 .banner_cta {
    margin: 50px 0px 0px;
  }
  .section1 .banner_content {
    width: 100%;
  }
  .section1 .banner_content ul {
    margin-top: 20px;
  }
  .section1 .banner_content ul li {
    font-size: 14px;
    width: 50%;
  }
  .section1 .banner_img {
    display: none;
  }
  /* === Section 2 === */
  .section2 .bcg {
    padding: 55px 0;
  }
  .section2 .brand_wrapper {
    overflow: hidden;
  }
  .section2 .title {
    margin-bottom: 72px;
  }
  .section2 h1 {
    font-size: 30px !important;
  }
  .section2 .brand_row {
    position: relative;
  }
  .section2 .mobile-nav {
    display: block;
    position: absolute;
    margin-top: 80px;
    width: 90%;
    z-index: 1000;
  }
  /* === Section 3 === */	
  .section3 img {
    margin-top: 30px;	
  }
  .section3 .video_content {
    margin: 0;
  }
  .section3 .abtn-no-arrow {
    margin-top: 55px;
  }
  /* === Section 4 === */
  .section4 .bcg {
    padding: 65px 0 0 0;
    min-height: 595px;
    background: url("https://www.globalpumps.com.au/hubfs/new%20folder/bg_trackBB.jpg");
    background-size: cover;
  }
  .section4 h1 {
    margin: 0 0 45px 0 !important;   
  }
  /* === Section 5 === */
  .section5 .case1, .section5 .case2, .section5 .case3, .section5 .case4 {
    width: 100%;
    background-size: cover;
    margin-bottom: 0 !important;
    padding-bottom: 0;
  }
  .section5 .case_header {
    width: 40%;
    margin-bottom: 85px;
  }
  .section5 .case_desc {
    display: table;
    margin-bottom: 15px;
  }
  .section5 .case_desc .span10 {
    width: 80%;
    float: left;
  }
  .section5 .case_desc .span2 {
    position: relative;
  }
  .section5 .case_desc .span2 img {
    position: absolute;
    bottom: -47px;
    right: 0;
  }
  /* === Section 6 === */
  .section6 .moreBox a {
    margin: 0 0 15px 0;
    display: block;
  }
  .section6 h4:before {
    content: "";
    width: 100%;
    left: 0;
  }
  /* === Footer === */
  .product_category {
    margin-bottom: 35px;
  }
  .product_category .box {
    margin: 0;
  }
  .product_category h4 {
    border: 2px solid #38D52D;
    padding: 25px 13px !important;
    cursor: pointer;
  }
  .product_category h4:after {
    content: "+";
    position: absolute;
    right: 30px;
    font-weight: 600 !important;
  }
  .product_category ul {
    display: none;
  }
  .footer-container-wrapper .box2, .footer-container-wrapper .follow_us {
    margin-bottom: 37px;
  }
  .footer-container-wrapper .box2 li img {
    margin: 0 20px 20px 0;
  }
  /* === Bottom line === */
  .bottom_line {
    font-size: 13px;    
  }
  .bottom_line ul, .bottom_line p {
    float: none;
    text-align: center;		
  }
  .bottom_line .copyright {
    display: block;
    text-align: center;
  }
  .bottom_line .menu_bottom {
    display: table;
    margin: auto;
  }
  .bottom_line .menu_bottom li {
    float: left !important;
    width: auto;
  }
  /* === Products === */
  .product-box {
    float: none;
    width: 100%;
  }
  /* === Chemical Compatibility Table === */
  .chemical-legend li > span {
    float: left;
  }
  .chemical-legend li .description {
    float: left;
    width: 60%;
    padding: 0 0 0 15px;
  }
  .filterBox > div {
    text-align: center;
  }
  #filter {
    margin-bottom: 15px;
    float: none;
  }
  .reset {
    float: none;
    width: 77%;
  }
  #radio02 {
    margin-left: -15px;    
  }
  /* === Products === */
  .image-gallery img {
    width: 100%;        
  }
  /* === Subscribe === */
  .hs-content-name-subscribe .resources-description form {
    width: 100%;
  }
  .subscribe-banner {
    width: 90%;
    border: 1px dashed rgb(204, 204, 204);
    padding: 12px 14px;
  }
  .subscribe-banner .span2 img {
    display: none;
  }
  .hs-content-name-subscribe .resources-description .hs_have_a_sales_rep_contact_me {
    float: none;
  }
  .hs-content-name-subscribe .resources-description .hs_submit {
    float: none;
  }
  .hs-content-name-subscribe .resources-description .hs_submit input {
    width: 100%;
  }
}
/* added 0929 */
.oldh1 {
  line-height: 44px;
  font-family: "Brandon Grotesque","Source Sans Pro","Arial";
  font-weight: normal!important;
  margin-bottom: 35px!important;
  font-size: 35px!important;
}
.section4 .oldh1 {
  margin: 190px 0 45px 0!important;
  font-weight: normal!important;
}
/* css for aimex-2015 */
.normal_ul{
  padding-left: 45px;
  margin: 5px 0px;;
}
.normal_ul li{
  float: none!important;
  list-style: initial!important;
}
#normal_table td{
  vertical-align: top;
}
.banner_content h3 {
  font-size: 35px!important;
  font-weight: 600!important;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
.banner_content h4 {
  font-size: 55px!important;
  line-height: 52px!important;
  font-weight: 600;
}
.banner_content h4>span.green {
  font-size: 55px!important;
  line-height: 52px!important;
  font-weight: 600;
}
}
/* Swift type search - start */
.hs-menu-item .search-form {
  padding-top: 4%;
}
.search-form {
  height: 30px !important;
  padding-top: 4%;
}
.search-form:before,
.search-form:after {
  content: "";
  display: table;
}
.search-form:after {
  clear: both;
}
.search-form #st-search-input {
  background-image: none !important;
  height: 30px !important;
  line-height: 23px !important;
  border: 1px solid #504f4e;
  border-right: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  max-width: 100px;
  float: left;
  font-size: 16px;
  padding: 0 5px !important
}
.search-form button {
  background-image: url(http://www.google.com/uds/css/v2/search_box_icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  width:30px;
  height:30px;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  padding:7px;
  line-height:30px !important;
  float: left;
  background-color: #38d52d;
}
.search-form button:active,
.search-form button:focus,
.search-form button:hover {
  outline: none !important;
}
div.st-ui-autocomplete div.st-query-present a.st-ui-result .st-ui-type-detail, section.st-ui-slide-autocomplete div.st-query-present a.st-ui-result .st-ui-type-detail{
  font-size: 12px !important;
}
div.st-ui-autocomplete div.st-query-present a.st-ui-result .st-ui-type-heading, section.st-ui-slide-autocomplete div.st-query-present a.st-ui-result .st-ui-type-heading {
  font-size: 14px  !important;
}
.st-default-autocomplete {
  width: 420px !important;
  max-width: 100%;
}
/* 20160129 */
/* .hs-menu-item:last-child a {
pointer-events: none;
} */
.hs-menu-item:last-child a * {
  pointer-events: auto;
}
@media all and(min-width:1440px){
  .st-default-autocomplete {
    left: auto !important;
    right: 12%;
  }
} 
@media all and(max-width:1440px){
  .st-default-autocomplete {
    left: auto !important;
    right: 2%;
  }
}
@media all and(max-width:1200px){
  .st-default-autocomplete {
    left: 0 !important;
    right: 0;
    margin: auto;
  }
}
/* Swift type search - end */
/*-----------------blog-list-page-style----------------*/

input.hs-search-field__input {
  border: none;
  background: none;
}
.blog-filter-wrapper input:focus, .blog-filter-wrapper input:focus-visible {
  border: none!important;
  outline:0;
}
button.hs-search-field__button {
  border: none;
  background: none;
}
form.hs-search-field__form {
  border: 2px solid #000;
  border-radius: 30px;
}

.hs-search-field__bar button svg {
  height: 20px;
  padding: 10px 7px 5px;
}
#hs_cos_wrapper_module_17062568527776 {
    margin-bottom: 10px;
}
.block h3 {
  display: none;
}
/* .widget-module ul li {
  margin-bottom: 10px;
  list-style-type: none!important;
} */
@media (max-width: 400px){
.page_header_title h1 {
    min-height: 75px!important;
}
}
/* =========== Landing page css ============= */

/* added 141024 */